/*
Theme Name: Carlisto HTML Template
Author: GeniusOcean
Author URI: https://codecanyon.net/user/geniusocean/portfolio
Tags: 	accessories, auto, car, ecommerce, laravel, multivendor, online, parts, php, repair, shop, store, system, vehicle, website
Description:  Carlisto - HTML5 Template
Version: 1.0.0
*/
/************************************** base css **************************************/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Saira:wght@400;500;600;700&display=swap");
body {
  margin: 0;
  font-family: "Poppins", sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0; }

input {
  outline: 0; }

select {
  outline: 0;
  border: 0; }

a {
  text-decoration: none;
  color: inherit; }

ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0; }

button {
  border: 0;
  background-color: transparent; }

.container {
  --bs-gutter-x: 0; }
  @media (max-width: 575.97px) {
    .container {
      --bs-gutter-x: 1.5rem; } }

.slick-list {
  margin: 0 -12px; }

.slick-slide {
  padding: 12px; }

.nice-select {
  padding-right: 40px !important; }
  .nice-select .current {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .nice-select .option {
    text-wrap: auto !important; }

h1,
h2 {
  font-weight: 700; }

h3,
h4,
h5 {
  font-weight: 600; }

h6 {
  font-weight: 500; }

h1,
h2,
h3 {
  line-height: 120%; }

h4,
h5,
h6 {
  line-height: 130%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Saira", sans-serif; }

h1 {
  font-size: 64px; }
  @media (max-width: 1599.97px) {
    h1 {
      font-size: 58px; } }
  @media (max-width: 1439.99px) {
    h1 {
      font-size: 52px; } }
  @media (max-width: 1198.99px) {
    h1 {
      font-size: 46px; } }
  @media (max-width: 766.99px) {
    h1 {
      font-size: 42px; } }
  @media (max-width: 575.97px) {
    h1 {
      font-size: 38px; } }

h2 {
  font-size: 48px; }
  @media (max-width: 1599.97px) {
    h2 {
      font-size: 42px; } }
  @media (max-width: 1399.98px) {
    h2 {
      font-size: 40px; } }
  @media (max-width: 1198.99px) {
    h2 {
      font-size: 32px; } }
  @media (max-width: 766.99px) {
    h2 {
      font-size: 30px; } }
  @media (max-width: 575.97px) {
    h2 {
      font-size: 28px; } }

h3 {
  font-size: 40px;
  line-height: 120%; }
  @media (max-width: 1599.97px) {
    h3 {
      font-size: 38px; } }
  @media (max-width: 1399.98px) {
    h3 {
      font-size: 36px; } }
  @media (max-width: 1198.99px) {
    h3 {
      font-size: 30px; } }
  @media (max-width: 766.99px) {
    h3 {
      font-size: 28px; } }
  @media (max-width: 575.97px) {
    h3 {
      font-size: 26px; } }

h4 {
  font-size: 32px; }
  @media (max-width: 1599.97px) {
    h4 {
      font-size: 28px; } }
  @media (max-width: 766.99px) {
    h4 {
      font-size: 24px; } }
  @media (max-width: 575.97px) {
    h4 {
      font-size: 22px; } }

h5 {
  font-size: 24px; }
  @media (max-width: 1599.97px) {
    h5 {
      font-size: 22px; } }
  @media (max-width: 766.99px) {
    h5 {
      font-size: 20px; } }
  @media (max-width: 575.97px) {
    h5 {
      font-size: 18px; } }

h6 {
  font-size: 20px; }
  @media (max-width: 1599.97px) {
    h6 {
      font-size: 18px; } }
  @media (max-width: 766.99px) {
    h6 {
      font-size: 16px; } }
  @media (max-width: 575.97px) {
    h6 {
      font-size: 14px; } }

p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 170%;
  font-weight: 400; }
  @media (max-width: 990.99px) {
    p {
      font-size: 14px; } }

.larg-p, .basic-title-box .sub-title, .white-orange-title-box .sub-title, .white-red-title-box .sub-title, .neutral-orange-title-box .sub-title, .neutral-red-title-box .sub-title {
  font-size: 18px !important;
  line-height: 160% !important; }
  @media (max-width: 1399.98px) {
    .larg-p, .basic-title-box .sub-title, .white-orange-title-box .sub-title, .white-red-title-box .sub-title, .neutral-orange-title-box .sub-title, .neutral-red-title-box .sub-title {
      font-size: 14px !important; } }

.font-medium {
  font-weight: 500 !important; }

.line-height-120 {
  line-height: 120% !important; }

.text-neutral-950 {
  color: #180207; }

.text-neutral-900 {
  color: #2f1b20; }

.text-neutral-800 {
  color: #463539; }

.text-tertiary-600 {
  color: #475467; }

.link-primary {
  color: #EE1243 !important;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer; }
  .link-primary:hover, .link-primary:focus {
    color: #BE0E35 !important; }

.link-primary-on-hover {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .link-primary-on-hover:hover {
    color: #EE1243; }

.pt-120 {
  padding-top: 120px !important; }

.py-120 {
  padding-top: 120px;
  padding-bottom: 120px; }
  @media (max-width: 1439.99px) {
    .py-120 {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (max-width: 1198.99px) {
    .py-120 {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (max-width: 990.99px) {
    .py-120 {
      padding-top: 66px;
      padding-bottom: 66px; } }

.py-80 {
  padding-top: 120px;
  padding-bottom: 120px; }
  @media (max-width: 1439.99px) {
    .py-80 {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (max-width: 1198.99px) {
    .py-80 {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (max-width: 990.99px) {
    .py-80 {
      padding-top: 66px;
      padding-bottom: 66px; } }

.p-40-px {
  padding: 40px; }

.mb-16 {
  margin-bottom: 16px; }

.mt-16 {
  margin-top: 16px; }

.mb-20 {
  margin-bottom: 20px !important; }

.mt-20 {
  margin-top: 20px; }
  @media (max-width: 990.99px) {
    .mt-20 {
      margin-bottom: 10px; } }

.mb-24 {
  margin-bottom: 24px; }
  @media (max-width: 990.99px) {
    .mb-24 {
      margin-bottom: 20px; } }

.mt-24 {
  margin-top: 24px; }

.mb-32 {
  margin-bottom: 32px; }

.mt-32 {
  margin-top: 32px; }
  @media (max-width: 423.99px) {
    .mt-32 {
      margin-top: 16px; } }

.mt-36 {
  margin-top: 36px; }

.mb-40 {
  margin-bottom: 40px !important; }
  @media (max-width: 990.99px) {
    .mb-40 {
      margin-bottom: 20px !important; } }

.mt-40 {
  margin-top: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mt-50 {
  margin-top: 50px; }

.mt-48 {
  margin-top: 48px; }
  @media (max-width: 990.99px) {
    .mt-48 {
      margin-top: 24px; } }

.mb-48 {
  margin-bottom: 48px; }
  @media (max-width: 990.99px) {
    .mb-48 {
      margin-bottom: 24px; } }

.mb-60 {
  margin-bottom: 60px; }
  @media (max-width: 990.99px) {
    .mb-60 {
      margin-bottom: 30px; } }

.mt-60 {
  margin-top: 60px; }
  @media (max-width: 990.99px) {
    .mt-60 {
      margin-top: 30px; } }

.mb-120 {
  margin-bottom: 120px; }
  @media (max-width: 990.99px) {
    .mb-120 {
      margin-bottom: 60px; } }

.mt-170 {
  margin-top: 170px; }
  @media (max-width: 1198.99px) {
    .mt-170 {
      margin-top: 150px; } }
  @media (max-width: 766.99px) {
    .mt-170 {
      margin-top: 120px; } }

.mt-120 {
  margin-top: 120px; }
  @media (max-width: 766.99px) {
    .mt-120 {
      margin-top: 66px; } }

.ml-6 {
  margin-left: 24px; }

.mt-6 {
  margin-top: 24px; }

.mt-5-px {
  margin-top: 5px; }

.mb-54 {
  margin-bottom: 54px; }

.mx-16 {
  margin-left: 16px;
  margin-right: 16px; }

.mb-38 {
  margin-bottom: 38px; }

.gap-6 {
  gap: 24px; }

.gap-80-px {
  gap: 80px; }

.gap-60-px {
  gap: 60px; }

.gap-44-px {
  gap: 44px; }

.gap-40-px {
  gap: 40px; }
  @media (max-width: 990.99px) {
    .gap-40-px {
      gap: 20px; } }

.gap-32-px {
  gap: 32px; }

.gap-28-px {
  gap: 28px; }

.gap-20-px {
  gap: 20px; }

.gap-24-px {
  gap: 24px; }

.gap-16-px {
  gap: 16px !important; }

.gap-12-px {
  gap: 12px; }

.gap-10-px {
  gap: 10px; }

.gap-8-px {
  gap: 8px; }

.gap-5-px {
  gap: 5px; }

.rounded-8-px {
  border-radius: 8px; }

.rounded-12-px {
  border-radius: 12px; }

/******************************* theme css **********************************/
.bg-class {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  -o-object-fit: cover;
  object-fit: cover; }

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

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

.line-height-160 {
  line-height: 160%; }

.line-height-170 {
  line-height: 160%; }

.gap-8 {
  gap: 8px !important; }

.gap-16 {
  gap: 16px !important; }

.cursor-pointer {
  cursor: pointer; }

.w-311 {
  width: 311px; }
  @media (max-width: 373.99px) {
    .w-311 {
      width: 296px; } }

.z-4 {
  z-index: 4; }

.z-5 {
  z-index: 5; }

.item-rotate {
  -webkit-animation: rotted 6s infinite ease-in-out;
  animation: rotted 6s infinite ease-in-out;
  -webkit-animation-direction: alternate;
  animation-direction: alternate; }

@-webkit-keyframes rotted {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(320deg);
    transform: rotate(320deg); } }

@keyframes rotted {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(320deg);
    transform: rotate(320deg); } }

.item-zooming {
  -webkit-animation: zooming 5s infinite ease-in-out;
  -o-animation: zooming 5s infinite ease-in-out;
  -ms-animation: zooming 5s infinite ease-in-out;
  -moz-animation: zooming 5s infinite ease-in-out;
  animation: zooming 5s infinite ease-in-out; }

@-webkit-keyframes zooming {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes zooming {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.item-bounce {
  -webkit-animation: bounce 3s infinite ease-in-out;
  -o-animation: bounce 3s infinite ease-in-out;
  -ms-animation: bounce 3s infinite ease-in-out;
  -moz-animation: bounce 3s infinite ease-in-out;
  animation: bounce 3s infinite ease-in-out; }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }

@keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }

.item-animateOne {
  -webkit-animation: animateOne 15s infinite ease-in-out;
  -o-animation: animateOne 15s infinite ease-in-out;
  -ms-animation: animateOne 15s infinite ease-in-out;
  -moz-animation: animateOne 15s infinite ease-in-out;
  animation: animateOne 15s infinite ease-in-out; }

@-webkit-keyframes animateOne {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes animateOne {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.item-animateTwo {
  -webkit-animation: animateTwo 15s infinite ease-in-out;
  -o-animation: animateTwo 15s infinite ease-in-out;
  -ms-animation: animateTwo 15s infinite ease-in-out;
  -moz-animation: animateTwo 15s infinite ease-in-out;
  animation: animateTwo 15s infinite ease-in-out; }

@-webkit-keyframes animateTwo {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes animateTwo {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

/* ripple animation */
@-webkit-keyframes ripple {
  from {
    opacity: 1;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }
@keyframes ripple {
  from {
    opacity: 1;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }

@-webkit-keyframes float {
  0% {
    -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(0px);
    transform: translatey(0px); }
  50% {
    -webkit-box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    -webkit-transform: translatey(-20px);
    transform: translatey(-20px); }
  100% {
    -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(0px);
    transform: translatey(0px); } }

@keyframes float {
  0% {
    -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(0px);
    transform: translatey(0px); }
  50% {
    -webkit-box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    -webkit-transform: translatey(-20px);
    transform: translatey(-20px); }
  100% {
    -webkit-box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(0px);
    transform: translatey(0px); } }

/******************************** layouts ******************************/
.car-header-area {
  z-index: 5 !important;
  position: static;
  z-index: 1;
  background-color: white; }
  .car-header-area.header-2 {
    background: transparent !important; }
  .car-header-area .header-main-wrapper {
    padding: 30px 0; }
    @media (max-width: 766.99px) {
      .car-header-area .header-main-wrapper {
        padding: 8px 0; } }
  .car-header-area.home {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .car-header-area .logo {
    -o-object-fit: contain;
    object-fit: contain; }
    @media (max-width: 1198.99px) {
      .car-header-area .logo {
        width: 100%;
        max-width: 220px; } }
    @media (max-width: 990.99px) {
      .car-header-area .logo {
        width: 100%;
        max-width: 180px; } }
    @media (max-width: 766.99px) {
      .car-header-area .logo {
        width: 100%;
        max-width: 190px;
        height: 50px; } }

.car-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px; }
  @media (max-width: 1399.98px) {
    .car-menu {
      gap: 20px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .car-menu li.has-submenu {
    position: relative; }
    .car-menu li.has-submenu:hover .submenu {
      top: 140%;
      opacity: 1;
      visibility: visible; }
    .car-menu li.has-submenu a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 4px; }
      .car-menu li.has-submenu a .angle-down {
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        position: relative;
        top: 2px; }
        .car-menu li.has-submenu a .angle-down path {
          -webkit-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
    .car-menu li.has-submenu .submenu {
      position: absolute;
      top: 150%;
      width: 220px;
      border-radius: 0px;
      background-color: #ffffff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      -webkit-box-shadow: 0px 0px 20px 0px rgba(84, 84, 84, 0.1);
      box-shadow: 0px 0px 20px 0px rgba(84, 84, 84, 0.1);
      opacity: 0;
      visibility: hidden; }
      .car-menu li.has-submenu .submenu li {
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        border-bottom: 1px solid #d8d4d5; }
        .car-menu li.has-submenu .submenu li:last-child {
          border-bottom: 2px solid #EE1243; }
        .car-menu li.has-submenu .submenu li:hover {
          background-color: #EE1243; }
          .car-menu li.has-submenu .submenu li:hover a {
            color: #ffffff; }
      .car-menu li.has-submenu .submenu a {
        color: #180207;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        padding: 19px 24px; }
  .car-menu li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    color: #2f1b20;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .car-menu li:hover a {
    color: #EE1243; }
    .car-menu li:hover a .angle-down {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      fill: #EE1243; }
      .car-menu li:hover a .angle-down path {
        fill: #EE1243; }

.header-topbar {
  background: #180207;
  padding: 10px 0px; }
  .header-topbar .topbar-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px; }
    @media (max-width: 575.97px) {
      .header-topbar .topbar-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .header-topbar .topbar-wrapper .header-contact {
      color: #ffffff;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 170%; }
    .header-topbar .topbar-wrapper .currency-lang-wrapper {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 0px; }
      .header-topbar .topbar-wrapper .currency-lang-wrapper .list {
        min-width: 80px; }
      @media (max-width: 575.97px) {
        .header-topbar .topbar-wrapper .currency-lang-wrapper {
          display: none; } }
      .header-topbar .topbar-wrapper .currency-lang-wrapper .header-currency-wrapper {
        width: auto;
        background: transparent;
        border: none;
        height: initial;
        padding: 0px;
        min-width: 50px; }
        .header-topbar .topbar-wrapper .currency-lang-wrapper .header-currency-wrapper::after {
          border-bottom: 2px solid #ffffff;
          border-right: 2px solid #ffffff;
          top: 41%;
          right: 0px; }
        .header-topbar .topbar-wrapper .currency-lang-wrapper .header-currency-wrapper .list {
          top: 118%;
          left: -12px; }
        .header-topbar .topbar-wrapper .currency-lang-wrapper .header-currency-wrapper .current {
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 170%;
          color: #ffffff;
          text-transform: capitalize; }
      .header-topbar .topbar-wrapper .currency-lang-wrapper .divider {
        margin: 0 22px; }

.header-currency-wrapper {
  height: 54px; }
  .header-currency-wrapper.mobile-nice-select {
    height: 48px;
    width: 110px !important; }
  @media (max-width: 1198.99px) {
    .header-currency-wrapper {
      height: 48px;
      width: 110px; } }
  .header-currency-wrapper .current {
    color: #2f1b20; }
    @media (max-width: 1198.99px) {
      .header-currency-wrapper .current {
        font-size: 16px; } }
  .header-currency-wrapper::after {
    height: 10px;
    width: 10px; }

.header-country-wrapper {
  min-width: auto !important; }
  .header-country-wrapper .current {
    padding-right: 20px !important; }
  .header-country-wrapper ul.list li {
    padding: 10px 15px !important; }

.login-profile-routes-wrapper {
  position: relative; }
  .login-profile-routes-wrapper .route-dropdown {
    position: absolute;
    z-index: 10;
    top: 110%;
    right: 0px;
    display: none;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(84, 84, 84, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(84, 84, 84, 0.1); }
    .login-profile-routes-wrapper .route-dropdown.active {
      display: block; }
    .login-profile-routes-wrapper .route-dropdown ul li:last-child button,
    .login-profile-routes-wrapper .route-dropdown ul li:last-child a {
      border-bottom: 2px solid #EE1243; }
    .login-profile-routes-wrapper .route-dropdown ul li button,
    .login-profile-routes-wrapper .route-dropdown ul li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 232px;
      padding: 12px 24px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 16px;
      border-bottom: 1px solid #d8d4d5;
      background: #ffffff;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .login-profile-routes-wrapper .route-dropdown ul li button svg path,
      .login-profile-routes-wrapper .route-dropdown ul li a svg path {
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
      .login-profile-routes-wrapper .route-dropdown ul li button:hover,
      .login-profile-routes-wrapper .route-dropdown ul li a:hover {
        background-color: #EE1243; }
        .login-profile-routes-wrapper .route-dropdown ul li button:hover svg path,
        .login-profile-routes-wrapper .route-dropdown ul li a:hover svg path {
          fill: #ffffff; }
        .login-profile-routes-wrapper .route-dropdown ul li button:hover .title,
        .login-profile-routes-wrapper .route-dropdown ul li a:hover .title {
          color: #ffffff; }
      .login-profile-routes-wrapper .route-dropdown ul li button .title,
      .login-profile-routes-wrapper .route-dropdown ul li a .title {
        color: #463539;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }

.header-currency-wrapper.mobile-nice-select {
  height: 48px !important; }

.car-footer-section {
  position: relative;
  padding-top: 120px;
  padding-bottom: 187px; }
  @media (max-width: 990.99px) {
    .car-footer-section {
      padding-top: 60px;
      padding-bottom: 138px; } }
  .car-footer-section .single-foo-widget .footer-logo {
    margin-bottom: 24px;
    -o-object-fit: contain;
    object-fit: contain; }
  .car-footer-section .single-foo-widget .footer-social-wrapper {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px; }
  .car-footer-section .single-foo-widget .foo-title {
    color: #ffffff;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 40px; }
  .car-footer-section .single-foo-widget .useful-links-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px; }
    .car-footer-section .single-foo-widget .useful-links-wrapper .link-title {
      color: #ffffff;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 130%;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .car-footer-section .single-foo-widget .useful-links-wrapper .link-title:hover {
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        color: #EE1243; }
  .car-footer-section .single-foo-widget .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px; }
    .car-footer-section .single-foo-widget .menu-list.contact-list {
      gap: 17px; }
    .car-footer-section .single-foo-widget .menu-list li a {
      color: #ffffff;
      font-size: 16px;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 170%;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .car-footer-section .single-foo-widget .menu-list li a:hover {
        color: #EE1243; }
  .car-footer-section .single-foo-widget .list-with-icon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px; }
    .car-footer-section .single-foo-widget .list-with-icon-wrapper span {
      display: inline-block;
      color: #ffffff;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 170%; }
  .car-footer-section .single-foo-widget .news-sm-title {
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 24px; }
  .car-footer-section .copyright-area {
    padding: 32px 0;
    background-color: #2f1b20;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
    .car-footer-section .copyright-area .copy-text {
      color: #ffffff; }
      .car-footer-section .copyright-area .copy-text a {
        color: #ffffff;
        font-weight: 700; }
        .car-footer-section .copyright-area .copy-text a:hover {
          color: #EE1243; }

.icon-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .icon-wrapper:hover {
    background-color: #EE1243; }
    .icon-wrapper:hover svg {
      fill: #ffffff; }
      .icon-wrapper:hover svg path {
        fill: #ffffff; }
    .icon-wrapper:hover i {
      color: #ffffff; }
  .icon-wrapper svg {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    fill: #2f1b20; }
    .icon-wrapper svg path {
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      fill: #2f1b20; }
  .icon-wrapper i {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .icon-wrapper.icon-dark:hover {
    background-color: #EE1243; }
    .icon-wrapper.icon-dark:hover svg {
      fill: #ffffff; }
      .icon-wrapper.icon-dark:hover svg path {
        fill: #ffffff; }
    .icon-wrapper.icon-dark:hover i {
      color: #ffffff; }

/******************************** components ******************************/
.car-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-style: normal;
  line-height: 120%;
  font-size: 18px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border: 1px solid transparent;
  height: 60px;
  padding: 18px 40px;
  border-radius: 8px;
  text-transform: capitalize; }
  @media (max-width: 1399.98px) {
    .car-btn {
      font-size: 16px; } }
  .car-btn.xs-btn {
    padding: 9px 30px;
    height: 40px;
    font-weight: 500; }
    @media (max-width: 1198.99px) {
      .car-btn.xs-btn {
        padding: 8px 24px;
        height: 40px; } }
  .car-btn.sm-btn {
    padding: 9px 30px;
    height: 48px;
    font-weight: 500; }
    @media (max-width: 1198.99px) {
      .car-btn.sm-btn {
        padding: 8px 24px;
        height: 40px; } }
  .car-btn.md-btn {
    padding: 16px 40px !important;
    height: 56px !important;
    font-weight: 500; }
    @media (max-width: 1198.99px) {
      .car-btn.md-btn {
        padding: 8px 24px !important;
        height: 40px !important; } }
  .car-btn.tab-btn {
    padding: 16px 40px;
    height: 56px;
    font-weight: 500; }
    @media (max-width: 1198.99px) {
      .car-btn.tab-btn {
        padding: 8px 24px;
        height: 40px; } }
    @media (max-width: 423.99px) {
      .car-btn.tab-btn {
        padding: 8px 20px; } }
  @media (max-width: 1399.98px) {
    .car-btn {
      padding: 10px 20px; } }
  @media (max-width: 1198.99px) {
    .car-btn {
      padding: 10px 32px;
      height: 52px; } }
  @media (max-width: 990.99px) {
    .car-btn {
      height: 48px;
      font-size: 16px;
      padding: 10px 20px; } }

.car-white-btn {
  background-color: #FFF;
  color: #2f1b20;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .car-white-btn:hover {
    background-color: #463539;
    color: #ffffff; }

.car-of-white-btn {
  background-color: #f8f7f8;
  color: #2f1b20;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .car-of-white-btn:hover {
    background-color: #463539;
    color: #ffffff; }

.car-white-btn-with-red-hover {
  background-color: #FFF;
  color: #2f1b20;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .car-white-btn-with-red-hover:hover {
    background-color: #EE1243;
    color: #ffffff; }

.car-white-outline-btn-with-red-hover, .car-recent-vehicles-section.home2 .tab-wrapper .tab-inactive {
  border: 1px solid #ffffff;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .car-white-outline-btn-with-red-hover:hover, .car-recent-vehicles-section.home2 .tab-wrapper .tab-inactive:hover {
    border-color: #EE1243;
    background-color: #EE1243; }

.car-black-btn {
  background-color: #030712;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .car-black-btn:hover {
    background-color: #463539;
    color: #ffffff; }

.car-primary-btn, .pagination .current-page, .car-recent-vehicles-section .tab-wrapper .tab-active, .car-recent-vehicles-section.home2 .tab-wrapper .tab-active {
  background-color: #EE1243 !important;
  color: #ffffff !important; }
  .car-primary-btn:hover, .pagination .current-page:hover, .car-recent-vehicles-section .tab-wrapper .tab-active:hover {
    background-color: #BE0E35 !important; }
  .car-primary-btn.disabled, .pagination .disabled.current-page, .car-recent-vehicles-section .tab-wrapper .disabled.tab-active {
    background-color: #FCCFD9 !important;
    color: #978d8f !important;
    cursor: auto; }

.car-secondary-btn {
  background-color: #FFBF0F;
  color: #180207; }
  .car-secondary-btn:hover {
    background-color: #D69D00; }

.car-primary-btn-outline, .car-recent-vehicles-section .tab-wrapper .tab-inactive {
  border: 1px solid #EE1243;
  color: #EE1243; }
  .car-primary-btn-outline:hover, .car-recent-vehicles-section .tab-wrapper .tab-inactive:hover {
    background-color: #EE1243;
    color: #ffffff; }

.icon-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .icon-btn.icon-btn-lg {
    width: 62px !important;
    height: 60px !important; }
  .icon-btn.icon-btn-md {
    width: 48px !important;
    height: 48px !important; }

.icon-btn-wishlist {
  background-color: #FFBF0F;
  color: #ffffff;
  font-size: 24px; }
  .icon-btn-wishlist path {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .icon-btn-wishlist:hover, .icon-btn-wishlist.active {
    color: #EE1243; }
    .icon-btn-wishlist:hover path, .icon-btn-wishlist.active path {
      fill: #EE1243; }

.icon-btn-negative {
  background-color: #F2415A; }
  .icon-btn-negative:hover {
    background-color: #AC0C22; }

.icon-btn-warning {
  background-color: #FFBF0F; }
  .icon-btn-warning:hover {
    background-color: #D69D00; }

.icon-btn-info {
  background-color: #295BFF; }
  .icon-btn-info:hover {
    background-color: #0037EB; }

.floating-btn {
  position: fixed;
  width: 60px;
  right: 20px;
  bottom: 60px;
  z-index: 99999;
  -webkit-box-shadow: -8px 0px 23px 2px rgba(0, 0, 0, 0.3);
  box-shadow: -8px 0px 23px 2px rgba(0, 0, 0, 0.3);
  background-color: #030712;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding: 8px 16px;
  height: auto;
  font-size: 12px;
  gap: 4px;
  border: 1px solid #ffffff; }
  .floating-btn:hover {
    background-color: #463539;
    color: #ffffff; }

.basic-title-box, .white-orange-title-box, .white-red-title-box, .neutral-orange-title-box, .neutral-red-title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px; }

.white-orange-title-box .title {
  color: #ffffff; }
  .white-orange-title-box .title span {
    color: #FFBF0F; }

.white-orange-title-box .sub-title {
  color: #FFF; }

.white-red-title-box .title {
  color: #ffffff; }
  .white-red-title-box .title span {
    color: #EE1243; }

.white-red-title-box .sub-title {
  color: #FFF; }

.neutral-orange-title-box .title {
  color: #180207; }
  .neutral-orange-title-box .title span {
    color: #FFBF0F; }

.neutral-orange-title-box .sub-title {
  color: #463539; }

.neutral-red-title-box .title {
  color: #180207; }
  .neutral-red-title-box .title span {
    color: #EE1243; }

.neutral-red-title-box .sub-title {
  color: #463539; }

.outline-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px; }
  .outline-box .img {
    border-radius: 8px; }
  .outline-box .title-des-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px; }
  .outline-box .title {
    color: #2f1b20; }
  .outline-box .des {
    color: #463539; }
  @media (max-width: 423.99px) {
    .outline-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center; }
      .outline-box .title {
        margin: 0 auto; } }

.single-support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 16px 24px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  border-radius: 8px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(84, 84, 84, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(84, 84, 84, 0.1);
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .single-support .support-img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .single-support:hover {
    border: 1px solid #30030D; }
    .single-support:hover .title {
      color: #30030D; }
    .single-support:hover .support-img {
      -webkit-filter: grayscale(50%);
      filter: grayscale(50%);
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .single-support .title {
    color: #2f1b20;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-align: center;
    text-transform: capitalize; }

.about-service-wrapper .single-about-service:first-child .icon-wrapper {
  background-color: #ffa11a1a; }

.about-service-wrapper .single-about-service:nth-child(2) .icon-wrapper {
  background-color: #02a95c1a; }

.about-service-wrapper .single-about-service:nth-child(3) .icon-wrapper {
  background-color: #ff4e591a; }

.about-service-wrapper .single-about-service:nth-child(4) .icon-wrapper {
  background-color: #9747ff1a; }

.single-about-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px; }
  .single-about-service .icon-wrapper {
    width: 100px;
    height: 100px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .single-about-service .content-wrapper h6 {
    margin-bottom: 12px;
    font-weight: 700; }

.single-campaign {
  padding: 16px 16px 32px 16px;
  border-radius: 12px;
  background: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border: 1px solid transparent; }
  .single-campaign.campaign-details {
    border: 1px solid transparent; }
    .single-campaign.campaign-details:hover {
      border: 1px solid transparent;
      -webkit-box-shadow: initial;
      box-shadow: initial; }
      .single-campaign.campaign-details:hover .thumbnail {
        -webkit-transform: initial;
        -ms-transform: initial;
        transform: initial; }
  .single-campaign.version-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    padding: 24px; }
    @media (max-width: 990.99px) {
      .single-campaign.version-2 {
        display: block; } }
    .single-campaign.version-2 .top-area {
      width: calc(50% - 12px);
      margin-bottom: 0; }
      @media (max-width: 990.99px) {
        .single-campaign.version-2 .top-area {
          width: 100%;
          margin-bottom: 40px; } }
    .single-campaign.version-2 .bottom-area {
      width: calc(50% - 12px); }
      @media (max-width: 990.99px) {
        .single-campaign.version-2 .bottom-area {
          width: 100%; } }
    .single-campaign.version-2 .percentage-label {
      font-size: 32px; }
      @media (max-width: 990.99px) {
        .single-campaign.version-2 .percentage-label {
          font-size: 16px; } }
    .single-campaign.version-2 .sm-info-wrapper {
      font-size: 24px;
      margin-bottom: 40px; }
      @media (max-width: 990.99px) {
        .single-campaign.version-2 .sm-info-wrapper {
          font-size: 14px; } }
  .single-campaign .top-area {
    position: relative;
    margin-bottom: 24px;
    width: 100%; }
    .single-campaign .top-area .thumbnail {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .single-campaign .top-area .sm-btn {
      position: absolute;
      bottom: 15px;
      left: 15px; }
  .single-campaign h5,
  .single-campaign h3 {
    margin-bottom: 24px; }
    .single-campaign h5 a,
    .single-campaign h3 a {
      color: #2f1b20;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .single-campaign h5 a:hover,
      .single-campaign h3 a:hover {
        color: #30030D; }
  .single-campaign .percentage-label {
    color: #30030D;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%;
    margin-bottom: 8px; }
  .single-campaign .sm-info-wrapper {
    font-size: 14px;
    font-style: normal;
    line-height: 170%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 24px; }
  .single-campaign .des {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; }
  .single-campaign:hover {
    border: 1px solid #30030D;
    -webkit-box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.08); }
    .single-campaign:hover .thumbnail {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }

.progress-wrapper {
  background-color: #EE1243;
  height: 8px;
  border-radius: 4px !important;
  margin-bottom: 8px; }

.progress-barCompleted {
  height: 8px;
  border-radius: 4px !important;
  width: 80%;
  background: #30030D;
  -webkit-transition: width 1s ease-in-out 0s;
  -o-transition: width 1s ease-in-out 0s;
  transition: width 1s ease-in-out 0s;
  border-radius: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.progress-label {
  font-size: 0; }

.single-volunteer {
  padding: 16px;
  border-radius: 8px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 36px 0px rgba(84, 84, 84, 0.1);
  box-shadow: 0px 4px 36px 0px rgba(84, 84, 84, 0.1);
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .single-volunteer .thumb {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .single-volunteer .inner-box {
    padding: 16px;
    position: absolute;
    left: 32px;
    bottom: 32px;
    border-radius: 4px;
    opacity: 0.9;
    background-color: #30030D;
    text-align: center;
    width: calc(100% - 64px);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .single-volunteer .inner-box h5,
    .single-volunteer .inner-box p {
      color: #ffffff; }
    .single-volunteer .inner-box h5 {
      margin-bottom: 0px; }
    .single-volunteer .inner-box p {
      margin-bottom: 6px; }
    .single-volunteer .inner-box .social-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 12px; }
      .single-volunteer .inner-box .social-wrapper a {
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .single-volunteer .inner-box .social-wrapper a:hover {
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1); }
  .single-volunteer:hover .inner-box {
    background-color: #180207; }

.social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px; }

.social-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px; }

.social-icon-link {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .social-icon-link svg {
    width: 40px;
    height: 40px; }
    @media (max-width: 766.99px) {
      .social-icon-link svg {
        width: 30px;
        height: 30px; } }
  .social-icon-link:hover {
    scale: 1.1; }

.ch-single-about-wrapper .single-item:first-child .single-about-counter .icon-wrapper {
  background-color: #ffa11a; }

.ch-single-about-wrapper .single-item:nth-child(2) .single-about-counter .icon-wrapper {
  background-color: #382900; }

.ch-single-about-wrapper .single-item:nth-child(3) .single-about-counter .icon-wrapper {
  background-color: #9747ff; }

.ch-single-about-wrapper .single-item:nth-child(4) .single-about-counter .icon-wrapper {
  background-color: #30030D; }

.single-about-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .single-about-counter .icon-wrapper {
    width: 80px;
    height: 80px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%; }
  .single-about-counter h3 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 5px; }
  .single-about-counter h5 {
    color: #ffffff;
    font-weight: 400; }

.single-sponsor {
  border-radius: 8px;
  background: #fdf9f0;
  border-top: 4px solid #30030D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .single-sponsor .sponsor-img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    @media (max-width: 1198.99px) {
      .single-sponsor .sponsor-img {
        width: 120px;
        height: 40px; } }
  .single-sponsor:hover {
    -webkit-box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.08); }
    .single-sponsor:hover .sponsor-img {
      -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
      transform: scale(1.02); }

.car-single-blog {
  padding: 24px;
  border-radius: 12px;
  background: #f8f7f8; }
  .car-single-blog .blog-img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .car-single-blog .blog-meta-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 16px 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
    margin-bottom: 16px; }
    .car-single-blog .blog-meta-wrapper .meta-link {
      min-width: 133px;
      text-align: left;
      color: #463539;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 170%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 8px;
      text-transform: capitalize;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      border-right: 1px solid #74676a;
      padding-right: 30px; }
      .car-single-blog .blog-meta-wrapper .meta-link svg {
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .car-single-blog .blog-meta-wrapper .meta-link svg path {
          -webkit-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
      .car-single-blog .blog-meta-wrapper .meta-link:last-child {
        border-right: none; }
      @media (max-width: 990.99px) {
        .car-single-blog .blog-meta-wrapper .meta-link:nth-child(3) {
          border-right: none; } }
      @media (max-width: 766.99px) {
        .car-single-blog .blog-meta-wrapper .meta-link:nth-child(2) {
          border-right: none; }
        .car-single-blog .blog-meta-wrapper .meta-link:nth-child(3) {
          border-right: 1px solid #74676a; } }
      @media (max-width: 423.99px) {
        .car-single-blog .blog-meta-wrapper .meta-link {
          border-right: none; }
          .car-single-blog .blog-meta-wrapper .meta-link:nth-child(3) {
            border-right: none; } }
    .car-single-blog .blog-meta-wrapper a.meta-link:hover {
      color: #30030D; }
      .car-single-blog .blog-meta-wrapper a.meta-link:hover svg {
        fill: #30030D; }
        .car-single-blog .blog-meta-wrapper a.meta-link:hover svg path {
          fill: #30030D; }
  .car-single-blog .blog-card-title {
    margin-bottom: 24px; }
    .car-single-blog .blog-card-title a {
      color: #2f1b20;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .car-single-blog .blog-card-title a:hover {
        color: #30030D; }
  .car-single-blog .blog-card-des {
    color: #463539;
    margin-bottom: 40px; }
  .car-single-blog:hover .blog-img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02); }

.single-sm-blog-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px; }
  .single-sm-blog-card .image-wrapper {
    width: 90px;
    height: 90px;
    overflow: hidden; }
    .single-sm-blog-card .image-wrapper img {
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
  .single-sm-blog-card .sm-blog-content {
    width: calc(100% - 98px); }
  .single-sm-blog-card .blog-title {
    margin-bottom: 8px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .single-sm-blog-card .blog-title a {
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      color: #2f1b20; }
      .single-sm-blog-card .blog-title a:hover {
        color: #30030D; }
  .single-sm-blog-card .date-link {
    color: #463539;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: #2f1b20;
    text-transform: capitalize; }
    .single-sm-blog-card .date-link:hover {
      color: #30030D; }
  .single-sm-blog-card:hover .image-wrapper img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .single-sm-blog-card:hover .blog-title {
    color: #30030D; }

.break-text {
  display: inline-block;
  max-width: 100%;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal; }

/************************ mobile menu start ****************/
.mobile-menu {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  left: -310px;
  background-color: #ffffff;
  z-index: 100;
  padding: 60px 24px;
  overflow-y: scroll;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .mobile-menu.active {
    left: 0; }
  .mobile-menu .menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 20px; }
  .mobile-menu .close {
    color: #ffffff;
    background: #EE1243;
    width: 40px;
    height: 40px;
    border-radius: 5px; }
    .mobile-menu .close svg {
      fill: #ffffff; }
      .mobile-menu .close svg path {
        fill: #ffffff; }
    .mobile-menu .close:hover {
      color: #180207; }
  .mobile-menu .logo {
    width: 180px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 8px 0px;
    border-radius: 5px; }
    .mobile-menu .logo img {
      width: 150px;
      height: 40px;
      -o-object-fit: contain;
      object-fit: contain; }
  .mobile-menu .mobile-nav-menu {
    margin-top: 32px; }
    .mobile-menu .mobile-nav-menu li {
      display: block; }
      .mobile-menu .mobile-nav-menu li a {
        text-transform: capitalize;
        display: block;
        color: var(--primary-color);
        padding: 10px 0; }
      .mobile-menu .mobile-nav-menu li.has-submenu {
        position: relative; }
        .mobile-menu .mobile-nav-menu li.has-submenu > i {
          position: absolute;
          right: 0;
          top: 3px;
          padding: 8px; }
          .mobile-menu .mobile-nav-menu li.has-submenu > i.icon-rotate {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
        .mobile-menu .mobile-nav-menu li.has-submenu > .submenu-wrapper {
          padding-left: 15px; }
          .mobile-menu .mobile-nav-menu li.has-submenu > .submenu-wrapper.hide li {
            visibility: hidden;
            opacity: 0;
            height: 0px; }
          .mobile-menu .mobile-nav-menu li.has-submenu > .submenu-wrapper.show li {
            visibility: visible;
            opacity: 1;
            height: auto; }
  .mobile-menu.active {
    left: 0; }

.mobile-overlay {
  background-color: rgba(47, 27, 32, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 2; }
  .mobile-overlay.active {
    left: 0; }

.nav-tabs {
  border-bottom: 1px solid #FCCFD9; }

.nav-link {
  color: #180207;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.nav-tabs .nav-link.active {
  background-color: #EE1243;
  color: #ffffff; }

.nav-tabs .nav-link:hover {
  background-color: #EE1243;
  color: #ffffff; }

.fa-angle-down::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2214%22%20height%3D%228%22%20viewBox%3D%220%200%2014%208%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M13.71%200.71c-.1-.1-.2-.2-.32-.22-.12-.05-.25-.08-.39-.08s-.27.03-.39.08c-.12.05-.22.13-.32.22L7.71%205.29c-.1.1-.2.17-.32.22-.12.05-.25.09-.39.09s-.27-.03-.39-.09c-.12-.05-.22-.13-.32-.22L1.71.71c-.1-.1-.2-.2-.32-.22-.12-.05-.25-.08-.39-.08s-.27.03-.39.08c-.12.05-.22.13-.32.22C.1.9%200%201.15%200%201.42s.1.52.29.71l4.59%204.59c.56.56%201.32.87%202.12.87s1.56-.31%202.12-.87l4.59-4.59c.19-.19.29-.45.29-.71s-.1-.52-.29-.71Z%22%20fill%3D%22%23091E42%22/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat; }

.car-breadcrumb-area {
  background: url("/assets/images/breadcrumb.png");
  background-position: top;
  margin-top: 167px;
  padding-top: 200px;
  padding-bottom: 200px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  position: relative; }
  .car-breadcrumb-area .breadcrumb-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .car-breadcrumb-area .breadcrumb-wrapper img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .car-breadcrumb-area .content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .car-breadcrumb-area .breadcrumb-content h2 {
    color: #ffffff;
    margin-bottom: 8px; }
  .car-breadcrumb-area .breadcrumb-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .car-breadcrumb-area .breadcrumb-content ul li {
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 160%;
      color: #ffffff;
      text-align: center;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      text-transform: capitalize;
      cursor: pointer; }
      .car-breadcrumb-area .breadcrumb-content ul li::after {
        content: "//";
        color: #ffffff;
        margin-left: 10px; }
      .car-breadcrumb-area .breadcrumb-content ul li:last-child::after {
        content: initial; }
      .car-breadcrumb-area .breadcrumb-content ul li:hover {
        color: #EE1243; }
  @media (max-width: 1198.99px) {
    .car-breadcrumb-area {
      padding-top: 150px !important;
      padding-bottom: 150px !important;
      margin-top: 159px; } }
  @media (max-width: 990.99px) {
    .car-breadcrumb-area {
      padding-top: 100px !important;
      padding-bottom: 100px !important;
      margin-top: 155px; } }
  @media (max-width: 766.99px) {
    .car-breadcrumb-area {
      padding-top: 70px !important;
      padding-bottom: 70px !important;
      margin-top: 113px; } }

.car-vendor-panel-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px; }
  .car-vendor-panel-breadcrumb.has-mb {
    margin-bottom: 32px; }
  .car-vendor-panel-breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .car-vendor-panel-breadcrumb ul li::after {
      content: "/";
      color: #463539;
      margin-left: 8px; }
    .car-vendor-panel-breadcrumb ul li:last-child::after {
      content: initial; }
    .car-vendor-panel-breadcrumb ul li a {
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 120%;
      color: #463539;
      text-align: center;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      text-transform: capitalize; }
      .car-vendor-panel-breadcrumb ul li a:hover {
        color: #EE1243; }
    .car-vendor-panel-breadcrumb ul li .home-icon-vendor-panel-breadcrumb {
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .car-vendor-panel-breadcrumb ul li .home-icon-vendor-panel-breadcrumb:hover {
        stroke: #EE1243; }

/**** Nice Select Start  ****/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 8px;
  border: solid 1px #ced2d9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 60px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 1198.99px) {
    .nice-select {
      height: 52px; } }
  @media (max-width: 990.99px) {
    .nice-select {
      height: 48px; } }

.nice-select:hover {
  border-color: #dbdbdb; }

.nice-select:after {
  border-bottom: 2px solid #3a4b68;
  border-right: 2px solid #3a4b68;
  content: "";
  display: block;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 24px;
  top: 44%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  height: 12px;
  width: 12px; }

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.nice-select .current {
  color: #3a4b68;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400; }

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  max-height: 194px;
  overflow-y: scroll; }

/* For Webkit Browsers (Chrome, Edge, Safari) */
.nice-select.open .list::-webkit-scrollbar {
  width: 4px;
  /* Width of the scrollbar */
  height: 12px;
  /* Height for horizontal scrollbar */ }

.nice-select.open .list::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Background of the track */
  border-radius: 6px;
  /* Rounded corners for the track */ }

.nice-select.open .list::-webkit-scrollbar-thumb {
  background: #888;
  /* Color of the scrollbar thumb */
  border-radius: 6px;
  /* Rounded corners for the thumb */ }

.nice-select.open .list::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* Color when hovering over the thumb */ }

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none; }

.nice-select.disabled:after {
  border-color: #cccccc; }

.nice-select.wide {
  width: 100%; }

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important; }

.nice-select.right {
  float: right; }

.nice-select.right .list {
  left: auto;
  right: 0; }

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px; }

.nice-select.small:after {
  height: 4px;
  width: 4px; }

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px; }

.nice-select .list {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 30px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 30px 20px rgba(0, 0, 0, 0.05);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9; }

.nice-select .list:hover .option:not(:hover) {
  /* background-color: transparent !important; */ }

.nice-select .option {
  color: #6b788e;
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  list-style: none;
  min-height: 120%px;
  outline: none;
  padding: 13px 24px;
  border-bottom: 1px solid #d8d4d5;
  /* border-radius: 6px; */
  text-align: left;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  .nice-select .option:last-child {
    border-bottom: 2px solid #EE1243; }

/* .nice-select .option:hover,
  .nice-select .option.focus, */
.nice-select .option.selected {
  /* color: #fff;
    background-color: #008080; */ }

.nice-select .option:hover,
.nice-select .option.focus {
  color: #fff;
  background-color: #ee1243;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

/**** Nice Select End ****/
.badge, .vehicle-card .featured, .vendor-card .featured, .vehicle-card .for-sell, .vendor-card .for-sell, .car-details-section .image-gallery .for-sell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  width: 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute; }
  @media (max-width: 575.97px) {
    .badge, .vehicle-card .featured, .vendor-card .featured, .vehicle-card .for-sell, .vendor-card .for-sell, .car-details-section .image-gallery .for-sell {
      width: 60px;
      height: 30px; } }

.vehicle-card, .vendor-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 23px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  border-radius: 12px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  overflow: hidden; }
  .vehicle-card .img-wrapper, .vendor-card .img-wrapper {
    border-radius: 8px;
    width: 100%;
    height: 291px; }
    @media (max-width: 1399.98px) {
      .vehicle-card .img-wrapper, .vendor-card .img-wrapper {
        height: 244px; } }
    @media (max-width: 1198.99px) {
      .vehicle-card .img-wrapper, .vendor-card .img-wrapper {
        min-height: 220px;
        height: 250px; } }
    @media (max-width: 766.99px) {
      .vehicle-card .img-wrapper, .vendor-card .img-wrapper {
        height: 320px; } }
    @media (max-width: 575.97px) {
      .vehicle-card .img-wrapper, .vendor-card .img-wrapper {
        height: 291px; } }
    @media (max-width: 373.99px) {
      .vehicle-card .img-wrapper, .vendor-card .img-wrapper {
        height: 218px; } }
    .vehicle-card .img-wrapper .card-img, .vendor-card .img-wrapper .card-img {
      -o-object-fit: cover;
      object-fit: cover;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      width: 100%;
      height: 100%; }
  .vehicle-card .featured, .vendor-card .featured {
    left: 0;
    top: 0;
    border-radius: 8px 0px 0px 0px;
    background: #EE1243;
    color: #FFF; }
  .vehicle-card .for-sell, .vendor-card .for-sell {
    right: 0px;
    bottom: 0px;
    border-radius: 0px 0px 8px 0px;
    background: #FFBF0F; }
  .vehicle-card .car-all-specifications-wrapper, .vendor-card .car-all-specifications-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 12px; }
    @media (max-width: 1399.98px) {
      .vehicle-card .car-all-specifications-wrapper, .vendor-card .car-all-specifications-wrapper {
        gap: 24px; } }
    @media (max-width: 1198.99px) {
      .vehicle-card .car-all-specifications-wrapper, .vendor-card .car-all-specifications-wrapper {
        gap: 12px; } }
    @media (max-width: 990.99px) {
      .vehicle-card .car-all-specifications-wrapper, .vendor-card .car-all-specifications-wrapper {
        gap: 24px; } }
    @media (max-width: 575.97px) {
      .vehicle-card .car-all-specifications-wrapper, .vendor-card .car-all-specifications-wrapper {
        gap: 32px; } }
    @media (max-width: 423.99px) {
      .vehicle-card .car-all-specifications-wrapper, .vendor-card .car-all-specifications-wrapper {
        gap: 24px; } }
  .vehicle-card .car-specification-wrapper, .vendor-card .car-specification-wrapper {
    border-right: 1px solid #c5c0c1;
    padding-right: 12px; }
    .vehicle-card .car-specification-wrapper:last-child, .vendor-card .car-specification-wrapper:last-child {
      padding-right: 0;
      border-right: 0; }
    @media (max-width: 1399.98px) {
      .vehicle-card .car-specification-wrapper, .vendor-card .car-specification-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-right: 24px; } }
    @media (max-width: 1198.99px) {
      .vehicle-card .car-specification-wrapper, .vendor-card .car-specification-wrapper {
        padding-right: 12px; } }
    @media (max-width: 990.99px) {
      .vehicle-card .car-specification-wrapper, .vendor-card .car-specification-wrapper {
        padding-right: 24px; } }
    @media (max-width: 766.99px) {
      .vehicle-card .car-specification-wrapper, .vendor-card .car-specification-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    @media (max-width: 575.97px) {
      .vehicle-card .car-specification-wrapper, .vendor-card .car-specification-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-right: 32px; } }
    @media (max-width: 423.99px) {
      .vehicle-card .car-specification-wrapper, .vendor-card .car-specification-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-right: 24px; } }
  .vehicle-card .car-name, .vendor-card .car-name {
    text-align: left; }
  .vehicle-card:hover, .vendor-card:hover {
    border-color: #EE1243;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .vehicle-card:hover .car-name, .vendor-card:hover .car-name {
      color: #EE1243;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .vehicle-card:hover .card-img, .vendor-card:hover .card-img {
      scale: 110%; }
  .vehicle-card .line-height-120, .vendor-card .line-height-120 {
    line-height: 120% !important; }
  .vehicle-card .icon-btn-wishlist, .vendor-card .icon-btn-wishlist {
    position: absolute;
    top: 12px;
    right: 12px; }

@media (min-width: 768px) {
  .vehicle-card-list-view {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
    .vehicle-card-list-view .for-sell {
      position: static !important;
      border-radius: 4px; } }

.discount-text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 10px; }
  .discount-text-box .main-text {
    color: #EE1243 !important; }
  .discount-text-box .discount-text {
    color: #74676a !important;
    font-weight: 400 !important;
    text-decoration: line-through; }

.latest-blog-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  gap: 24px; }
  .latest-blog-card .img-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 12px;
    overflow: hidden; }
    .latest-blog-card .img-wrapper img {
      width: 100%;
      height: 100%;
      max-height: 560px;
      -o-object-fit: cover;
      object-fit: cover;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      @media (max-width: 575.97px) {
        .latest-blog-card .img-wrapper img {
          height: 300px; } }
  .latest-blog-card .blog-specifications-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 12px 24px;
    border-radius: 0px 8px;
    background: #ffbf0f;
    gap: 32px; }
    .latest-blog-card .blog-specifications-wrapper .blog-specification {
      color: #333333;
      border-right: 1px solid #333333;
      padding-right: 30px; }
      .latest-blog-card .blog-specifications-wrapper .blog-specification:last-child {
        padding-right: 0;
        border-right: 0; }
      @media (max-width: 1399.98px) {
        .latest-blog-card .blog-specifications-wrapper .blog-specification {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      @media (max-width: 1198.99px) {
        .latest-blog-card .blog-specifications-wrapper .blog-specification {
          padding-right: 18px; } }
      @media (max-width: 575.97px) {
        .latest-blog-card .blog-specifications-wrapper .blog-specification {
          padding-right: 12px;
          text-align: center; } }
      @media (max-width: 575.97px) {
        .latest-blog-card .blog-specifications-wrapper .blog-specification .latest-blog-spesification {
          font-size: 12px; } }
    @media (max-width: 1198.99px) {
      .latest-blog-card .blog-specifications-wrapper {
        gap: 18px; } }
    @media (max-width: 575.97px) {
      .latest-blog-card .blog-specifications-wrapper {
        gap: 12px; } }
  .latest-blog-card .blog-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px; }
    .latest-blog-card .blog-wrapper .title-des-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      gap: 16px; }
      .latest-blog-card .blog-wrapper .title-des-wrapper .blog-title {
        color: #180207;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
      .latest-blog-card .blog-wrapper .title-des-wrapper .blog-des {
        color: #463539; }
    .latest-blog-card .blog-wrapper .read-more-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%; }
      .latest-blog-card .blog-wrapper .read-more-container .read-more {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 14px;
        color: #EE1243;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .latest-blog-card .blog-wrapper .read-more-container .read-more:hover {
          -webkit-text-decoration-color: #BE0E35;
          text-decoration-color: #BE0E35; }
  .latest-blog-card:hover .img-wrapper img {
    scale: 110%; }
  .latest-blog-card:hover .blog-wrapper .title-des-wrapper .blog-title {
    color: #EE1243; }

.blog-card {
  background-color: #f8f7f8;
  border-radius: 12px;
  border: 1px solid transparent;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .blog-card .blog-specifications-wrapper {
    gap: 32px; }
    .blog-card .blog-specifications-wrapper .blog-specification {
      color: #333333;
      border-right: 1px solid #333333;
      padding-right: 30px; }
      .blog-card .blog-specifications-wrapper .blog-specification:last-child {
        padding-right: 0;
        border-right: 0; }
      @media (max-width: 575.97px) {
        .blog-card .blog-specifications-wrapper .blog-specification {
          padding-right: 12px;
          text-align: center; } }
    @media (max-width: 575.97px) {
      .blog-card .blog-specifications-wrapper {
        gap: 12px; } }
  .blog-card .blog-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
    padding: 32px 24px;
    gap: 24px; }
    .blog-card .blog-wrapper .title-des-wrapper {
      margin-bottom: 8px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      gap: 16px; }
      .blog-card .blog-wrapper .title-des-wrapper .blog-title {
        color: #180207;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
      .blog-card .blog-wrapper .title-des-wrapper .blog-des {
        color: #463539; }
    .blog-card .blog-wrapper .read-more-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%; }
      .blog-card .blog-wrapper .read-more-container .read-more {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 14px;
        color: #EE1243;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .blog-card .blog-wrapper .read-more-container .read-more:hover {
          -webkit-text-decoration-color: #BE0E35;
          text-decoration-color: #BE0E35; }
  .blog-card .img-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%; }
    .blog-card .img-wrapper .date-wrapper {
      position: absolute;
      top: 0;
      right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100px;
      height: 40px;
      padding: 13px 10px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      background: #EE1243; }
      .blog-card .img-wrapper .date-wrapper .date {
        color: #ffffff;
        text-align: center;
        font-family: Saira;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 130%;
        /* 26px */ }
  .blog-card .blog-card-img {
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    @media (max-width: 766.99px) {
      .blog-card .blog-card-img {
        height: revert-layer;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 12px 12px 0 0; } }
  .blog-card:hover {
    border-color: #EE1243; }
    .blog-card:hover .blog-card-img {
      scale: 110%; }
    .blog-card:hover .blog-wrapper .title-des-wrapper .blog-title {
      color: #EE1243; }

.testimonial-card {
  padding: 50px;
  border-radius: 16px;
  z-index: 20;
  background: #FFF;
  position: relative; }
  .testimonial-card .title {
    color: #EE1243;
    font-weight: 500 !important;
    margin-bottom: 16px;
    padding-right: 60px; }
    @media (max-width: 1399.98px) {
      .testimonial-card .title {
        padding-right: 30px; } }
  .testimonial-card .des {
    color: #463539; }
  .testimonial-card .reviewer-name {
    font-weight: 500 !important;
    color: #180207; }
  .testimonial-card .reviewer-destination {
    font-size: 14px !important;
    color: #EE1243; }
  .testimonial-card .devider {
    height: 1px;
    margin-top: 24px;
    margin-bottom: 24px; }
  .testimonial-card .qut-svg {
    position: absolute;
    width: 90px;
    height: 90px;
    top: 6px;
    right: 16px; }
    @media (max-width: 1399.98px) {
      .testimonial-card .qut-svg {
        right: 10px;
        width: 40px;
        height: 40px; } }
  .testimonial-card .avater-wrapper {
    height: 60px;
    width: 60px;
    overflow: hidden;
    border-radius: 50%; }
    @media (max-width: 575.97px) {
      .testimonial-card .avater-wrapper {
        width: 50px;
        height: 50px; } }
    .testimonial-card .avater-wrapper .avatar {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  @media (max-width: 1399.98px) {
    .testimonial-card {
      padding: 30px; } }

.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  outline: none;
  border: 1px solid #c5c0c1; }

.label {
  color: #180207;
  font-family: Saira;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; }

.input-lg {
  font-size: 18px;
  height: 60px; }
  @media (max-width: 1198.99px) {
    .input-lg {
      height: 52px; } }
  @media (max-width: 990.99px) {
    .input-lg {
      height: 48px; } }

.input-md {
  height: 56px; }
  @media (max-width: 1198.99px) {
    .input-md {
      height: 48px; } }

.input-sm {
  height: 48px; }
  @media (max-width: 1198.99px) {
    .input-sm {
      height: 44px; } }

.select-sm {
  height: 48px; }

.input-white {
  background-color: #ffffff !important;
  border: 1px solid #c5c0c1;
  color: #180207; }
  .input-white::-webkit-input-placeholder {
    color: #978d8f;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; }
  .input-white:-ms-input-placeholder {
    color: #978d8f;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; }
  .input-white::-ms-input-placeholder {
    color: #978d8f;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; }
  .input-white::placeholder {
    color: #978d8f;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; }
  .input-white:focus-visible, .input-white:focus {
    border: 1px solid #180207; }

.input-primary {
  background-color: #ffffff !important;
  border: 1px solid #c5c0c1;
  color: #180207; }
  .input-primary::-webkit-input-placeholder {
    color: #978d8f;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; }
  .input-primary:-ms-input-placeholder {
    color: #978d8f;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; }
  .input-primary::-ms-input-placeholder {
    color: #978d8f;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; }
  .input-primary::placeholder {
    color: #978d8f;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; }
  .input-primary:focus-visible, .input-primary:focus {
    border: 1px solid #EE1243; }

.input-white-outline {
  background-color: transparent !important;
  border: 1px solid #ffffff;
  color: #ffffff; }
  .input-white-outline::-webkit-input-placeholder {
    color: #ffffff; }
  .input-white-outline:-ms-input-placeholder {
    color: #ffffff; }
  .input-white-outline::-ms-input-placeholder {
    color: #ffffff; }
  .input-white-outline::placeholder {
    color: #ffffff; }
  .input-white-outline:focus-visible {
    outline: 1.8px solid #EE1243 !important;
    border: 0px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }

.text-area {
  padding: 19px 24px;
  border-radius: 8px;
  outline: none;
  border: 1px solid #c5c0c1;
  color: #180207;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .text-area::-webkit-input-placeholder {
    color: #978d8f;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; }
  .text-area:-ms-input-placeholder {
    color: #978d8f;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; }
  .text-area::-ms-input-placeholder {
    color: #978d8f;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; }
  .text-area::placeholder {
    color: #978d8f;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; }
  .text-area:focus-visible, .text-area:focus {
    border: 1px solid #180207; }

.input-search-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 24px;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%); }

.input-search {
  padding-right: 56px; }
  .input-search::-webkit-input-placeholder {
    display: block; }
  .input-search:-ms-input-placeholder {
    display: block; }
  .input-search::-ms-input-placeholder {
    display: block; }
  .input-search::placeholder {
    display: block; }

.form-check {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .form-check .form-check-label {
    color: #180207; }
    .form-check .form-check-label:hover {
      cursor: pointer; }

.form-check .form-check-input {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  margin-top: auto !important;
  margin-bottom: auto !important;
  background-color: #e8e6e6;
  border: 1px solid #c5c0c1;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .form-check .form-check-input:hover, .form-check .form-check-input:focus, .form-check .form-check-input:checked[type="checkbox"] {
    background-color: #ffffff;
    border: 1px solid #EE1243;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer; }

.form-check-input:checked[type="checkbox"] {
  background-image: url("/assets/images/check.svg");
  background-size: 14px 14px; }

.form-check-input:checked[type="radio"] {
  background-image: url("/assets/icons/radio-chacked.svg"); }

.search-box .search-box-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px 0 0 8px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .search-box .search-box-input:focus-visible {
    outline: none !important; }

.search-box .search-box-icon-btn {
  border-radius: 0 8px 8px 0; }

.search-box-lg {
  height: 60px; }

.search-box-md {
  height: 56px; }

.search-box-sm {
  height: 48px; }

.search-box-white {
  background-color: #ffffff !important;
  border-top: 1px solid #c5c0c1;
  border-bottom: 1px solid #c5c0c1;
  border-left: 1px solid #c5c0c1;
  border-right: 0;
  color: #74676a; }
  .search-box-white::-webkit-input-placeholder {
    color: #978d8f; }
  .search-box-white:-ms-input-placeholder {
    color: #978d8f; }
  .search-box-white::-ms-input-placeholder {
    color: #978d8f; }
  .search-box-white::placeholder {
    color: #978d8f; }
  .search-box-white:focus-visible {
    border-top: 1px solid #180207;
    border-bottom: 1px solid #180207;
    border-left: 1px solid #180207; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px; }
  .pagination .pagination-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 49px;
    height: 48px;
    padding: 11px 9px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 2px;
    border: 1px solid #978d8f;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .pagination .pagination-btn:hover {
      background-color: #EE1243 !important;
      border: 1px solid #EE1243 !important;
      color: #ffffff; }
      .pagination .pagination-btn:hover svg {
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        fill: #ffffff; }
  .pagination .current-page {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border: 1px solid #EE1243 !important; }

.video-box {
  position: relative; }
  .video-box .video-img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px; }
  .video-box .vdo-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .video-box .vdo-btn::before {
    border: 10px solid #F5708E;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s; }
  .video-box .vdo-btn::after {
    border: 8px solid #EE1243;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
  .video-box .vdo-btn::after,
  .video-box .vdo-btn::before {
    opacity: 0;
    position: absolute;
    top: -14px;
    left: -14px;
    content: "";
    display: block;
    width: 85px;
    height: 85px;
    line-height: 85px;
    z-index: 90;
    border-radius: 100%;
    -webkit-animation-name: ripple;
    animation-name: ripple;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    z-index: -1; }

.pricing-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 16px;
  border: 1px solid #eaecf0;
  background-color: #f8f7f8;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .pricing-card .pricing-card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 32px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-bottom: 1px solid #d8d4d5; }
  .pricing-card .popular {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: var(--radius-full, 9999px);
    border: 1px solid #FCCFD9;
    color: #EE1243;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; }
  .pricing-card .price-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    -ms-flex-item-align: stretch;
    align-self: stretch; }
  .pricing-card .pricing-card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    -ms-flex-item-align: stretch;
    align-self: stretch; }
    .pricing-card .pricing-card-body .fetures-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      gap: 16px;
      -ms-flex-item-align: stretch;
      align-self: stretch; }
      .pricing-card .pricing-card-body .fetures-wrapper .feture-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 12px;
        -ms-flex-item-align: stretch;
        align-self: stretch; }
  .pricing-card:hover {
    border: 1px solid #EE1243; }
  .pricing-card.bg-white {
    background-color: #ffffff; }

.chat-card {
  padding: 32px 40px;
  border-radius: 8px;
  border: 1px solid #978d8f;
  background-color: #ffffff; }
  @media (max-width: 990.99px) {
    .chat-card {
      padding: 16px 20px; } }
  .chat-card .avatar-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    max-width: 120px; }
  .chat-card .user-name {
    color: #180207;
    text-align: center;
    font-family: Saira;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; }
  .chat-card .avatar {
    width: 60px;
    height: 60px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .chat-card .attachment {
    font-size: 16px;
    line-height: 120%;
    color: #EE1243; }
  .chat-card .chat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 16px; }
    @media (min-width: 768px) {
      .chat-card .chat {
        padding-left: 32px;
        border-left: 1px solid #d8d4d5; } }
    .chat-card .chat .posted-date {
      color: #180207;
      font-family: Saira;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 170%; }
    .chat-card .chat .messsage {
      color: #463539; }

.switch {
  position: relative;
  display: inline-block;
  width: 88px;
  height: 48px; }
  @media (max-width: 990.99px) {
    .switch {
      width: 44px;
      height: 24px; } }

.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
  @media (max-width: 990.99px) {
    .slider:before {
      height: 20px;
      width: 20px;
      left: 2px;
      bottom: 2px; } }

input:checked + .slider {
  background-color: #EE1243; }

input:focus + .slider {
  /* box-shadow: 0 0 1px #EE1243; */ }

input:checked + .slider:before {
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px); }
  @media (max-width: 1599.97px) {
    input:checked + .slider:before {
      -webkit-transform: translateX(34px);
      -ms-transform: translateX(34px);
      transform: translateX(34px); } }
  @media (max-width: 990.99px) {
    input:checked + .slider:before {
      -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
      transform: translateX(20px); } }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.modal {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .modal.order-history-modal {
    max-width: 668px; }
  .modal .modal-dialog .modal-content {
    padding: 48px;
    border-radius: 12px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 36px 8px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 36px 8px rgba(0, 0, 0, 0.08); }
    @media (max-width: 990.99px) {
      .modal .modal-dialog .modal-content {
        padding: 24px; } }
    .modal .modal-dialog .modal-content .modal-header {
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-bottom: 24px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      gap: 24px;
      border-bottom: 1px solid #e8e6e6; }
      @media (max-width: 990.99px) {
        .modal .modal-dialog .modal-content .modal-header {
          padding-bottom: 12px;
          gap: 12px; } }
      .modal .modal-dialog .modal-content .modal-header .title {
        color: #180207; }
      .modal .modal-dialog .modal-content .modal-header .sub-title {
        color: #180207;
        font-weight: 400; }
      .modal .modal-dialog .modal-content .modal-header .gs-modal-close-btn {
        font-size: 32px;
        color: #EE1243;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .modal .modal-dialog .modal-content .modal-header .gs-modal-close-btn:hover {
          color: #5F071B; }
      .modal .modal-dialog .modal-content .modal-header [data-bs-dismiss="modal"] {
        padding-right: 0;
        padding-top: 0; }
      .modal .modal-dialog .modal-content .modal-header.delete-modal-header {
        padding-bottom: 0;
        border-bottom: none; }
    .modal .modal-dialog .modal-content .order-info-wrapper {
      width: 100%;
      height: 100%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      gap: 28px; }
      .modal .modal-dialog .modal-content .order-info-wrapper .info-list {
        width: 100%; }
        .modal .modal-dialog .modal-content .order-info-wrapper .info-list .info-list-item {
          padding: 16px 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          gap: 48px;
          border-bottom: 1px solid #e8e6e6;
          color: #180207;
          font-size: 20px;
          line-height: 120%; }
          .modal .modal-dialog .modal-content .order-info-wrapper .info-list .info-list-item .info-type {
            font-weight: 500;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            font-family: "Saira", sans-serif; }
          .modal .modal-dialog .modal-content .order-info-wrapper .info-list .info-list-item .info {
            font-weight: 400;
            word-wrap: break-word;
            overflow-wrap: break-word;
            display: inline-block;
            max-width: 100%;
            word-break: break-all;
            white-space: normal; }
          .modal .modal-dialog .modal-content .order-info-wrapper .info-list .info-list-item:last-child {
            border-bottom: none; }
          @media (max-width: 1599.97px) {
            .modal .modal-dialog .modal-content .order-info-wrapper .info-list .info-list-item {
              gap: 24px; } }
          @media (max-width: 1198.99px) {
            .modal .modal-dialog .modal-content .order-info-wrapper .info-list .info-list-item {
              font-size: 18px; } }
          @media (max-width: 990.99px) {
            .modal .modal-dialog .modal-content .order-info-wrapper .info-list .info-list-item {
              padding: 12px 0; } }
          @media (max-width: 766.99px) {
            .modal .modal-dialog .modal-content .order-info-wrapper .info-list .info-list-item {
              font-size: 16px; } }
          @media (max-width: 575.97px) {
            .modal .modal-dialog .modal-content .order-info-wrapper .info-list .info-list-item {
              font-size: 14px; } }
      @media (max-width: 990.99px) {
        .modal .modal-dialog .modal-content .order-info-wrapper {
          gap: 14px; } }

.logout-modal .modal-body {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 32px;
  border-radius: 8px;
  background: var(--Text-T000, #fff);
  -webkit-box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.1); }
  @media (max-width: 990.99px) {
    .logout-modal .modal-body {
      padding: 20px; } }

.logout-modal .modal-content {
  padding: 0px !important; }

@media (min-width: 576px) {
  .logout-modal .modal-sm {
    --bs-modal-width: 450px; } }

.button-loader-img {
  width: 30px;
  height: 30px; }

.loader {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.car__body {
  -webkit-animation: shake 0.2s ease-in-out infinite alternate;
  animation: shake 0.2s ease-in-out infinite alternate; }

.car__line {
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
  stroke-dasharray: 22;
  -webkit-animation: line 0.8s ease-in-out infinite;
  animation: line 0.8s ease-in-out infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  .car__line--top {
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
  .car__line--middle {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  .car__line--bottom {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateY(-1%);
    transform: translateY(-1%); }
  100% {
    -webkit-transform: translateY(3%);
    transform: translateY(3%); } }

@keyframes shake {
  0% {
    -webkit-transform: translateY(-1%);
    transform: translateY(-1%); }
  100% {
    -webkit-transform: translateY(3%);
    transform: translateY(3%); } }

@-webkit-keyframes line {
  0% {
    stroke-dashoffset: 22; }
  25% {
    stroke-dashoffset: 22; }
  50% {
    stroke-dashoffset: 0; }
  51% {
    stroke-dashoffset: 0; }
  80% {
    stroke-dashoffset: -22; }
  100% {
    stroke-dashoffset: -22; } }

@keyframes line {
  0% {
    stroke-dashoffset: 22; }
  25% {
    stroke-dashoffset: 22; }
  50% {
    stroke-dashoffset: 0; }
  51% {
    stroke-dashoffset: 0; }
  80% {
    stroke-dashoffset: -22; }
  100% {
    stroke-dashoffset: -22; } }

.slider-btn {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(124%);
  -ms-transform: translateY(124%);
  transform: translateY(124%);
  z-index: 9; }
  .slider-btn:hover svg {
    fill: #8F0A28; }
    .slider-btn:hover svg path {
      fill: #8F0A28; }
  .slider-btn svg {
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .slider-btn svg path {
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    @media (max-width: 1399.98px) {
      .slider-btn svg {
        width: 40px;
        height: 40px; } }

.prev-btn {
  left: calc(50% - 60px); }
  @media (max-width: 1399.98px) {
    .prev-btn {
      left: calc(50% - 50px); } }

.next-btn {
  right: calc(50% - 60px); }
  @media (max-width: 1399.98px) {
    .next-btn {
      right: calc(50% - 50px); } }

/******************************** dashboard components ******************************/
.dashboard-sidebar, .vendor-sidebar-wrapper .vendor-sidebar {
  height: 100vh;
  width: 312px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 48px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05); }
  @media (max-width: 1198.99px) {
    .dashboard-sidebar, .vendor-sidebar-wrapper .vendor-sidebar {
      display: none; } }

.sidebar-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px; }
  .sidebar-ul .sidebar-li .sidebar-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    padding: 18px 24px;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer; }
    .sidebar-ul .sidebar-li .sidebar-link:hover, .sidebar-ul .sidebar-li .sidebar-link.dropdown-open {
      background-color: #FDE7EC; }
    .sidebar-ul .sidebar-li .sidebar-link .lable {
      color: #180207;
      font-size: 18px;
      font-family: "Saira", sans-serif;
      line-height: 120%;
      text-transform: capitalize; }
  .sidebar-ul .sidebar-li .sidebar-link-active {
    background-color: #EE1243 !important; }
    .sidebar-ul .sidebar-li .sidebar-link-active:hover {
      background-color: #BE0E35 !important; }
    .sidebar-ul .sidebar-li .sidebar-link-active svg {
      fill: #ffffff; }
    .sidebar-ul .sidebar-li .sidebar-link-active .lable {
      color: #ffffff; }
  .sidebar-ul .sidebar-li .sidebar-link-none-active:hover {
    background-color: #FDE7EC; }
  .sidebar-ul .sub-menue {
    padding-left: 36px; }
    .sidebar-ul .sub-menue .sidebar-link {
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      padding: 13px 32px;
      border-radius: 0;
      border-left: 1px solid #6b788e; }
      .sidebar-ul .sub-menue .sidebar-link:hover {
        background-color: #FDE7EC; }
      .sidebar-ul .sub-menue .sidebar-link.active {
        border-left: 1px solid #EE1243;
        background-color: #FDE7EC; }
  .sidebar-ul .angle-down-wrapper {
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s; }
    .sidebar-ul .angle-down-wrapper.rotate {
      rotate: 180deg; }

.table {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  vertical-align: middle;
  margin-bottom: 0; }
  .table.car-specifications-table {
    min-width: auto; }
    .table.car-specifications-table tr:nth-child(odd) td {
      background-color: #f8f7f8; }
  .table .theading {
    font-size: 18px;
    text-align: center;
    text-transform: capitalize;
    padding: 16px;
    color: #180207;
    font-family: Saira;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    background-color: #f8f7f8;
    border: 1px solid #e6e6e6; }
  .table .tdata {
    padding: 16px;
    gap: 10px;
    color: #39040B;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 150%;
    border: 1px solid #e6e6e6; }
  .table .sn {
    text-align: center; }
  .table .car-name {
    width: 304px; }
  .table .product-name {
    width: 353px; }
  .table .brand-name {
    text-align: center; }
  .table .model-year {
    text-align: center; }
  .table .price {
    width: 143px;
    text-align: center; }
  .table .subject {
    width: 223px; }
  .table .last-replay {
    max-width: 250px; }
  .table .featured {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 36px;
    width: 65px;
    padding: 8px 6px 8px 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    border-radius: 4px; }
    .table .featured.yes {
      background: #27BE69;
      color: #ffffff; }
    .table .featured.no {
      background: #F2415A;
      color: #ffffff; }
  .table .status,
  .table .priority {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 36px;
    padding: 8px 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 4px;
    margin: auto;
    color: var(--Text-T900, #091e42);
    text-align: center;
    font-size: 14px;
    line-height: 150%; }
    .table .status.pending, .table .status.medium,
    .table .priority.pending,
    .table .priority.medium {
      background-color: #FFBF0F; }
    .table .status.rejected, .table .status.high,
    .table .priority.rejected,
    .table .priority.high {
      background-color: #F2415A;
      color: #ffffff; }
    .table .status.completed,
    .table .priority.completed {
      background-color: #27BE69;
      color: #ffffff; }
    .table .status.sold-item,
    .table .priority.sold-item {
      background-color: #295BFF; }
    .table .status.active,
    .table .priority.active {
      background-color: #27BE69; }
    .table .status.active, .table .status.sold-item,
    .table .priority.active,
    .table .priority.sold-item {
      margin-left: 50%;
      margin-right: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      .table .status.active .current, .table .status.sold-item .current,
      .table .priority.active .current,
      .table .priority.sold-item .current {
        color: #ffffff;
        font-size: 14px;
        font-weight: 400;
        line-height: 150%; }
      .table .status.active.nice-select, .table .status.sold-item.nice-select,
      .table .priority.active.nice-select,
      .table .priority.sold-item.nice-select {
        z-index: 2; }
        .table .status.active.nice-select.open, .table .status.sold-item.nice-select.open,
        .table .priority.active.nice-select.open,
        .table .priority.sold-item.nice-select.open {
          z-index: 4; }
        .table .status.active.nice-select .option, .table .status.sold-item.nice-select .option,
        .table .priority.active.nice-select .option,
        .table .priority.sold-item.nice-select .option {
          height: 36px;
          padding: 8px 8px;
          font-size: 14px;
          font-weight: 400;
          line-height: 150%; }
          .table .status.active.nice-select .option:hover, .table .status.sold-item.nice-select .option:hover,
          .table .priority.active.nice-select .option:hover,
          .table .priority.sold-item.nice-select .option:hover {
            background-color: #000000; }
          .table .status.active.nice-select .option:last-child, .table .status.sold-item.nice-select .option:last-child,
          .table .priority.active.nice-select .option:last-child,
          .table .priority.sold-item.nice-select .option:last-child {
            border-bottom: 2px solid #000000; }
        .table .status.active.nice-select:after, .table .status.sold-item.nice-select:after,
        .table .priority.active.nice-select:after,
        .table .priority.sold-item.nice-select:after {
          border-bottom: 2px solid white;
          border-right: 2px solid white;
          top: 44%;
          right: 16px;
          height: 9px;
          width: 9px; }
    .table .status.deactive,
    .table .priority.deactive {
      background-color: #180207;
      color: #ffffff; }
    .table .status.status_open,
    .table .priority.status_open {
      background-color: #27BE69;
      color: #ffffff; }
    .table .status.status_close,
    .table .priority.status_close {
      background-color: #F2415A;
      color: #ffffff; }
    .table .status.processing,
    .table .priority.processing {
      background-color: #295BFF;
      color: #ffffff; }
    .table .status.low,
    .table .priority.low {
      background-color: #000E3D;
      color: #ffffff; }
    .table .status.success,
    .table .priority.success {
      background-color: #27BE69;
      color: #ffffff; }
    .table .status.success,
    .table .priority.success {
      background-color: #27BE69;
      color: #ffffff; }
    .table .status.failed,
    .table .priority.failed {
      background-color: #F2415A;
      color: #ffffff; }

/******************************** vendor panel components ******************************/
.vendor-sidebar-wrapper {
  background-color: #ffffff; }
  .vendor-sidebar-wrapper .vendor-sidebar {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .vendor-sidebar-wrapper .vendor-sidebar-logo-wrapper {
    margin-left: 28px;
    padding: 39px 16px; }

/******************************** message panel components ******************************/
.message-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e8e6e6;
  background: #ffffff; }

.message-outlet {
  width: calc(100% - 360px); }
  @media (max-width: 990.99px) {
    .message-outlet {
      width: calc(100% - 87px); } }

.chat-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 24px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: var(--spacing-xl, 16px);
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background: var(--Base-White, #fff);
  border-bottom: 1px solid #e8e6e6; }
  @media (max-width: 766.99px) {
    .chat-header {
      padding: 10px 12px; } }
  .chat-header .avatar-and-name-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: var(--spacing-xl, 16px);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0; }
  .chat-header .avarar-wrapper {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden; }
    @media (max-width: 990.99px) {
      .chat-header .avarar-wrapper {
        width: 38px;
        height: 38px; } }
    .chat-header .avarar-wrapper img {
      width: 100%;
      height: 100%; }
  .chat-header .name {
    color: var(--base-black, #030712);
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 28.8px */ }
  .chat-header .view-btn {
    padding: 10px 14px;
    font-size: 16px; }
    @media (max-width: 990.99px) {
      .chat-header .view-btn {
        display: none; } }

.chat-online {
  color: #34ce57; }

.chat-offline {
  color: #e4606d; }

.chat-messages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 560px;
  overflow-y: scroll; }
  .chat-messages::-webkit-scrollbar {
    width: 4px;
    /* Adjust width as desired */
    background-color: #f5f5f5;
    /* Background color of the track */ }
  .chat-messages::-webkit-scrollbar-thumb {
    background-color: #ccc;
    /* Color of the thumb */
    border-radius: 4px;
    /* Round corners */ }
  .chat-messages::-webkit-scrollbar-thumb:hover {
    background-color: #a9a9a9;
    /* Change color on hover */ }

.chat-message-left,
.chat-message-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 71%; }
  @media (max-width: 990.99px) {
    .chat-message-left,
    .chat-message-right {
      max-width: 85%; } }

.chat-message-left {
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px; }
  @media (max-width: 990.99px) {
    .chat-message-left {
      gap: 8px; } }
  .chat-message-left .avarar-wrapper {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden; }
    @media (max-width: 990.99px) {
      .chat-message-left .avarar-wrapper {
        width: 28px;
        height: 28px; } }
    .chat-message-left .avarar-wrapper img {
      width: 100%;
      height: 100%; }
  .chat-message-left .name-date-message-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: var(--spacing-sm, 6px);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0; }
  .chat-message-left .name-date-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 8px;
    -ms-flex-item-align: stretch;
    align-self: stretch; }
    .chat-message-left .name-date-container .name {
      overflow: hidden;
      color: var(--neutral-950, #180207);
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      font-family: "Poppins", sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 170%;
      /* 23.8px */ }
      @media (max-width: 990.99px) {
        .chat-message-left .name-date-container .name {
          display: none; } }
    .chat-message-left .name-date-container .date {
      color: var(--neutral-700, #524145);
      /* Body/Xsmall Regular */
      font-family: "Poppins", sans-serif;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 170%;
      /* 20.4px */ }
  .chat-message-left .message-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-radius: 0px 8px 8px 8px;
    border: 1px solid var(--neutral-50, #f8f7f8);
    background: var(--Gray-50, #f9fafb); }
    .chat-message-left .message-container .message {
      color: var(--Gray-900, #101828);
      /* Body/Medium Regular */
      font-family: "Poppins", sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 170%;
      /* 27.2px */ }
      @media (max-width: 990.99px) {
        .chat-message-left .message-container .message {
          font-size: 14px; } }

.chat-message-right {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px; }
  .chat-message-right .name-date-message-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: var(--spacing-sm, 6px);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0; }
  .chat-message-right .name-date-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 8px;
    -ms-flex-item-align: stretch;
    align-self: stretch; }
    .chat-message-right .name-date-container .name {
      overflow: hidden;
      color: var(--neutral-950, #180207);
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      /* Text sm/Medium */
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 20px;
      /* 142.857% */ }
    .chat-message-right .name-date-container .date {
      color: var(--neutral-700, #524145);
      /* Body/Xsmall Regular */
      font-family: "Poppins", sans-serif;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 170%;
      /* 20.4px */ }
  .chat-message-right .message-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-radius: 8px 0px 8px 8px;
    background: var(--neutral-950, #180207); }
    .chat-message-right .message-container .message {
      color: var(--Base-White, #fff);
      /* Body/Medium Regular */
      font-family: "Poppins", sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 170%;
      /* 27.2px */ }
      @media (max-width: 990.99px) {
        .chat-message-right .message-container .message {
          font-size: 14px; } }

.texarea-icons-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 12px;
  -ms-flex-item-align: stretch;
  align-self: stretch; }
  .texarea-icons-button-wrapper .icons-button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: var(--spacing-sm, 6px); }
  .texarea-icons-button-wrapper .icon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px; }

.file-input {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

.message-sidebar {
  width: 360px;
  border-right: 1px solid #e8e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 360px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media (max-width: 990.99px) {
    .message-sidebar {
      max-width: 87px; } }
  .message-sidebar .message-sidebar-title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: var(--spacing-2xl, 20px) var(--spacing-3xl, 24px);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: var(--spacing-xl, 16px);
    -ms-flex-item-align: stretch;
    align-self: stretch; }
    @media (max-width: 990.99px) {
      .message-sidebar .message-sidebar-title-wrapper {
        display: none; } }
  .message-sidebar .message-quantity-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2px 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    border: 1px solid var(--Gray-300, #d0d5dd);
    background: var(--Base-White, #fff);
    /* Shadows/shadow-xs */
    -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05); }
    .message-sidebar .message-quantity-wrapper .message-quantity {
      color: var(--Gray-700, #344054);
      text-align: center;
      /* Text xs/Medium */
      font-family: Inter;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      line-height: 18px;
      /* 150% */ }
  .message-sidebar .search-input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px var(--spacing-xl, 16px) 12px var(--spacing-xl, 16px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-item-align: stretch;
    align-self: stretch; }
    .message-sidebar .search-input-wrapper .message-sidebar-search {
      width: 100%;
      height: 44px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 10px 14px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-left: 42px;
      gap: 8px;
      -ms-flex-item-align: stretch;
      align-self: stretch;
      border-radius: 8px;
      border: 1px solid var(--Gray-300, #d0d5dd);
      background: var(--Base-White, #fff);
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      /* Shadows/shadow-xs */
      -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
      box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05); }
      .message-sidebar .search-input-wrapper .message-sidebar-search::-webkit-input-placeholder {
        overflow: hidden;
        color: var(--Gray-500, #667085);
        text-overflow: ellipsis;
        /* Text md/Regular */
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; }
      .message-sidebar .search-input-wrapper .message-sidebar-search:-ms-input-placeholder {
        overflow: hidden;
        color: var(--Gray-500, #667085);
        text-overflow: ellipsis;
        /* Text md/Regular */
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; }
      .message-sidebar .search-input-wrapper .message-sidebar-search::-ms-input-placeholder {
        overflow: hidden;
        color: var(--Gray-500, #667085);
        text-overflow: ellipsis;
        /* Text md/Regular */
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; }
      .message-sidebar .search-input-wrapper .message-sidebar-search::placeholder {
        overflow: hidden;
        color: var(--Gray-500, #667085);
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        /* Text md/Regular */
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; }
      .message-sidebar .search-input-wrapper .message-sidebar-search:focus, .message-sidebar .search-input-wrapper .message-sidebar-search:active {
        border: 1px solid #524145; }
    .message-sidebar .search-input-wrapper .input-search-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: absolute;
      top: 0;
      left: 14px;
      -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
      transform: translateY(50%); }
    @media (max-width: 990.99px) {
      .message-sidebar .search-input-wrapper {
        display: none; } }
  .message-sidebar .message-sidebar-ul {
    max-height: 747px;
    overflow-y: scroll; }
    .message-sidebar .message-sidebar-ul::-webkit-scrollbar {
      width: 4px;
      /* Adjust width as desired */
      background-color: #f5f5f5;
      /* Background color of the track */ }
    .message-sidebar .message-sidebar-ul::-webkit-scrollbar-thumb {
      background-color: #ccc;
      /* Color of the thumb */
      border-radius: 4px;
      /* Round corners */ }
    .message-sidebar .message-sidebar-ul::-webkit-scrollbar-thumb:hover {
      background-color: #a9a9a9;
      /* Change color on hover */ }
  .message-sidebar .message-sidebar-li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-bottom: 1px solid var(--Gray-200, #eaecf0); }
    @media (max-width: 990.99px) {
      .message-sidebar .message-sidebar-li {
        border-bottom: none;
        padding: 12px 16px; } }
    .message-sidebar .message-sidebar-li .dot-avatar-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 12px; }
      @media (max-width: 990.99px) {
        .message-sidebar .message-sidebar-li .dot-avatar-wrapper {
          gap: 8px; } }
    .message-sidebar .message-sidebar-li .dot-primary {
      width: 8px;
      height: 8px;
      border-radius: 5px;
      background: #EE1243; }
    .message-sidebar .message-sidebar-li .avarar-wrapper {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      overflow: hidden; }
      .message-sidebar .message-sidebar-li .avarar-wrapper img {
        width: 100%;
        height: 100%; }
    @media (max-width: 990.99px) {
      .message-sidebar .message-sidebar-li .name-short-message-container {
        display: none !important; } }
    .message-sidebar .message-sidebar-li .name {
      color: var(--neutral-950, #180207);
      /* Body/Small Semibold */
      font-family: "Poppins", sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: 170%;
      /* 23.8px */ }
    .message-sidebar .message-sidebar-li .short-message {
      color: var(--neutral-700, #524145);
      /* Body/Xsmall Regular */
      font-family: "Poppins", sans-serif;
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 170%;
      /* 20.4px */ }
    .message-sidebar .message-sidebar-li .time {
      color: var(--neutral-700, #524145);
      /* Text sm/Regular */
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px;
      /* 142.857% */ }
      @media (max-width: 990.99px) {
        .message-sidebar .message-sidebar-li .time {
          display: none; } }

/****************************** page styles ******************************/
.responsive-car, .car-hero-section .hero-car, .car-vendor-joining-section .car {
  width: 812px !important;
  height: 513px !important;
  position: relative;
  right: -48px; }
  @media (max-width: 1799.99px) {
    .responsive-car, .car-hero-section .hero-car, .car-vendor-joining-section .car {
      width: 780px !important; } }
  @media (max-width: 1699.99px) {
    .responsive-car, .car-hero-section .hero-car, .car-vendor-joining-section .car {
      width: 730px !important; } }
  @media (max-width: 1599.97px) {
    .responsive-car, .car-hero-section .hero-car, .car-vendor-joining-section .car {
      width: 680px !important;
      height: 490px !important; } }
  @media (max-width: 1499.99px) {
    .responsive-car, .car-hero-section .hero-car, .car-vendor-joining-section .car {
      width: 650px !important; } }
  @media (max-width: 1439.99px) {
    .responsive-car, .car-hero-section .hero-car, .car-vendor-joining-section .car {
      width: 620px !important; } }
  @media (max-width: 1399.98px) {
    .responsive-car, .car-hero-section .hero-car, .car-vendor-joining-section .car {
      width: 550px !important;
      height: 450px !important; } }
  @media (max-width: 1238.99px) {
    .responsive-car, .car-hero-section .hero-car, .car-vendor-joining-section .car {
      width: 530px !important; } }
  @media (max-width: 1198.99px) {
    .responsive-car, .car-hero-section .hero-car, .car-vendor-joining-section .car {
      width: 430px !important;
      -o-object-fit: contain;
      object-fit: contain; } }

.responsive-car-left, .about-section .about-section-car, .car-vendor-joining-section.home2 .car {
  width: 812px !important;
  height: 513px !important;
  position: relative;
  left: -200px; }
  @media (max-width: 1799.99px) {
    .responsive-car-left, .about-section .about-section-car, .car-vendor-joining-section.home2 .car {
      width: 780px !important; } }
  @media (max-width: 1699.99px) {
    .responsive-car-left, .about-section .about-section-car, .car-vendor-joining-section.home2 .car {
      width: 730px !important;
      left: -150px; } }
  @media (max-width: 1599.97px) {
    .responsive-car-left, .about-section .about-section-car, .car-vendor-joining-section.home2 .car {
      width: 680px !important;
      height: 490px !important;
      left: -100px; } }
  @media (max-width: 1499.99px) {
    .responsive-car-left, .about-section .about-section-car, .car-vendor-joining-section.home2 .car {
      width: 650px !important;
      left: -70px; } }
  @media (max-width: 1439.99px) {
    .responsive-car-left, .about-section .about-section-car, .car-vendor-joining-section.home2 .car {
      width: 620px !important;
      left: -40px; } }
  @media (max-width: 1399.98px) {
    .responsive-car-left, .about-section .about-section-car, .car-vendor-joining-section.home2 .car {
      width: 580px !important;
      height: 450px !important;
      left: -62px; } }
  @media (max-width: 1238.99px) {
    .responsive-car-left, .about-section .about-section-car, .car-vendor-joining-section.home2 .car {
      width: 580px !important;
      left: -42px; } }
  @media (max-width: 1198.99px) {
    .responsive-car-left, .about-section .about-section-car, .car-vendor-joining-section.home2 .car {
      width: 500px !important;
      left: -42px; } }
  @media (max-width: 1022.99px) {
    .responsive-car-left, .about-section .about-section-car, .car-vendor-joining-section.home2 .car {
      width: 490px !important;
      left: -28px; } }

/********************** hero section start **********************/
.car-hero-section {
  background-image: url("/assets/images/hero-bg-2.png");
  background-position: top;
  height: 699px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 990.99px) {
    .car-hero-section {
      background-position: initial; } }
  @media (max-width: 1198.99px) {
    .car-hero-section {
      height: 660px; } }
  @media (max-width: 990.99px) {
    .car-hero-section {
      height: 490px; } }
  @media (max-width: 766.99px) {
    .car-hero-section {
      margin-top: 66px;
      height: 540px; } }
  .car-hero-section .car-key-wrapper {
    position: absolute;
    top: 66px;
    left: 20px; }
    @media (max-width: 1699.99px) {
      .car-hero-section .car-key-wrapper {
        top: 20px !important; } }
    @media (max-width: 1198.99px) {
      .car-hero-section .car-key-wrapper {
        top: 16px !important; } }
    .car-hero-section .car-key-wrapper img {
      width: 186px !important;
      height: 185px !important;
      position: absolute;
      left: 0;
      -webkit-animation: float 4s ease-in-out infinite;
      animation: float 4s ease-in-out infinite; }
      @media (max-width: 1699.99px) {
        .car-hero-section .car-key-wrapper img {
          width: 161px !important;
          height: 160px !important; } }
      @media (max-width: 1198.99px) {
        .car-hero-section .car-key-wrapper img {
          width: 140px !important;
          height: 139px !important; } }
  .car-hero-section .title-box-wrapper {
    position: relative;
    top: -48px; }
  .car-hero-section .hero-yellow-shap {
    position: absolute;
    top: 59px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: zooming 4s ease-in-out infinite;
    animation: zooming 4s ease-in-out infinite; }
  .car-hero-section .hero-blue-shap {
    position: absolute;
    bottom: 104px !important;
    left: 47px;
    -webkit-animation: zooming 4s ease-in-out infinite;
    animation: zooming 4s ease-in-out infinite; }
  .car-hero-section .hero-red-shap {
    position: absolute;
    bottom: 84px;
    left: 32.5%; }
    @media (max-width: 1198.99px) {
      .car-hero-section .hero-red-shap {
        left: 37.5%; } }

/********************** hero section end **********************/
/********************** filter section start **********************/
.car-filter-section .tabAndFilterWrapper {
  position: relative;
  margin-top: -100px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0px 12px 12px 12px; }
  .car-filter-section .tabAndFilterWrapper .tabWapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 12px 12px 0px 0px;
    overflow: hidden;
    z-index: 10; }
    .car-filter-section .tabAndFilterWrapper .tabWapper button {
      padding: 12px 31px !important;
      border-radius: 0%;
      height: auto !important; }
  .car-filter-section .tabAndFilterWrapper .filterWrapper {
    width: 100%;
    padding: 32px 20px;
    border-radius: 0px 12px 12px 12px;
    -webkit-box-shadow: 0px 4px 36px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 36px 0px rgba(0, 0, 0, 0.08);
    background: #fff; }
    @media (max-width: 766.99px) {
      .car-filter-section .tabAndFilterWrapper .filterWrapper {
        border-radius: 12px 12px 12px 12px; } }
    .car-filter-section .tabAndFilterWrapper .filterWrapper .nice-select {
      height: 60px !important; }
      @media (max-width: 1198.99px) {
        .car-filter-section .tabAndFilterWrapper .filterWrapper .nice-select {
          height: 52px !important; } }
    .car-filter-section .tabAndFilterWrapper .filterWrapper .apply-btn {
      width: 100%; }

/********************** filter section end **********************/
/********************** Brand Categories Section start **********************/
.car-brand-categories-section {
  background-color: #ffffff; }
  .car-brand-categories-section .container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    gap: 60px !important; }
    .car-brand-categories-section .container .brand-category-card {
      padding: 24px 24px 38px 24px;
      border: 1px solid #c5c0c1;
      border-radius: 8px;
      background: url("data:image/svg+xml,%3Csvg width='312' height='312' viewBox='0 0 312 312' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='333.18' y='-17.3428' width='64' height='490.737' transform='rotate(42.7608 333.18 -17.3428)' fill='%23FFF3D1'/%3E%3C/svg%3E");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .car-brand-categories-section .container .brand-category-card .card-txt {
        color: #180207;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
      .car-brand-categories-section .container .brand-category-card:hover {
        background: url("data:image/svg+xml,%3Csvg width='312' height='312' viewBox='0 0 312 312' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='333.18' y='-17.3428' width='64' height='490.737' transform='rotate(42.7608 333.18 -17.3428)' fill='%23EE1243'/%3E%3C/svg%3E");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        border: 1px solid #EE1243; }
        .car-brand-categories-section .container .brand-category-card:hover .card-txt {
          color: #EE1243; }
      .car-brand-categories-section .container .brand-category-card img {
        -o-object-fit: contain;
        object-fit: contain;
        width: 100%; }

/********************** Brand Categories Section end **********************/
/********************** About Us Section start **********************/
.about-section {
  background-color: #f3f5f4;
  background-image: url("/assets/images/about-section-yellow-shap.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: 46.5% 100%; }
  @media (max-width: 575.97px) {
    .about-section .single-counter-wrapper {
      width: 100%; } }
  @media (max-width: 990.99px) {
    .about-section {
      background-image: none; } }

/********************** About Us Section end **********************/
/********************** Featured Vehicles Section start **********************/
.featured-vehicles-section {
  background-color: #ffffff; }
  .featured-vehicles-section .vehicle-card, .featured-vehicles-section .vendor-card {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08); }

/********************** Featured Vehicles Section end **********************/
/********************** Vendor Joining Section start **********************/
.car-vendor-joining-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("/assets/images/hero-bg-2.png");
  background-position: top; }
  @media (max-width: 990.99px) {
    .car-vendor-joining-section {
      background-position: initial; } }
  .car-vendor-joining-section .reg-btn {
    width: 300px; }

/********************** Vendor Joining Section end **********************/
/********************** Latest Blogs Section start **********************/
.latest-blogs-section {
  background-color: #ffffff; }

/********************** Latest Blogs Section end **********************/
/********************** Recent Vehicles Section Section start **********************/
.car-recent-vehicles-section {
  background-color: #ffffff; }
  .car-recent-vehicles-section .tab-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 24px; }
    @media (max-width: 423.99px) {
      .car-recent-vehicles-section .tab-wrapper {
        gap: 16px; }
        .car-recent-vehicles-section .tab-wrapper button {
          padding: 6px 12px;
          font-size: 14px;
          height: inherit; } }

/********************** Recent Vehicles Section Section end **********************/
/********************** Testimonial Section Section start **********************/
.car-testimonial-section {
  background-image: url("/assets/images/testimonial_bg.png"); }
  .car-testimonial-section .slick-list {
    overflow-y: auto !important;
    margin-top: 30px; }
  .car-testimonial-section .recent-blog-card-wrapper {
    width: 49%; }
  .car-testimonial-section .slick-slide {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .car-testimonial-section .slick-slide.slick-center {
    -webkit-transform: scaleX(1.07);
    -ms-transform: scaleX(1.07);
    transform: scaleX(1.07);
    opacity: 1; }
    .car-testimonial-section .slick-slide.slick-center .testimonial-card {
      border: 1px solid #c5c0c1; }

/********************** Testimonial Section Section end **********************/
.slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px; }
  .slick-dots li.slick-active button {
    background-color: #EE1243; }
  .slick-dots li button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 0px;
    background-color: #FDE7EC; }
    @media (max-width: 990.99px) {
      .slick-dots li button {
        width: 12px;
        height: 12px; } }

/********************** hero section start **********************/
.car-hero-section.home2 {
  background-image: url("/assets/images/home2-hero_bg.png");
  margin-top: 0 !important;
  height: 820px; }
  .car-hero-section.home2 .hero-yellow-shap {
    top: 0px;
    left: 15%;
    -webkit-animation: zooming 4s ease-in-out infinite;
    animation: zooming 4s ease-in-out infinite; }
  .car-hero-section.home2 .hero-red-star-shap {
    position: absolute;
    bottom: 104px !important;
    left: 47px;
    -webkit-animation: zooming 4s ease-in-out infinite;
    animation: zooming 4s ease-in-out infinite; }
  @media (max-width: 1198.99px) {
    .car-hero-section.home2 .hero-red-shap {
      bottom: 50px !important; } }
  .car-hero-section.home2 .hero-green-shap {
    position: absolute;
    bottom: 13px !important;
    right: 66px;
    -webkit-animation: zooming 4s ease-in-out infinite;
    animation: zooming 4s ease-in-out infinite; }
    @media (max-width: 1599.97px) {
      .car-hero-section.home2 .hero-green-shap {
        display: none; } }
  @media (max-width: 1198.99px) {
    .car-hero-section.home2 {
      height: 600px; } }
  @media (max-width: 990.99px) {
    .car-hero-section.home2 {
      height: auto;
      padding-top: 156px;
      padding-bottom: 120px; } }
  @media (max-width: 766.99px) {
    .car-hero-section.home2 {
      height: auto;
      padding-top: 114px;
      padding-bottom: 100px; } }

.car-hero-section .image-and-text_wrapper {
  margin-top: 45px; }

.car-hero-section .neutral-red-title-box {
  position: relative;
  margin-top: 55px; }

/********************** hero section end **********************/
/********************** filter section start **********************/
.car-filter-section.home2 .tabAndFilterWrapper .filterWrapper {
  background: #FFBF0F !important; }

/********************** filter section end **********************/
/********************** Brand Categories Section start **********************/
.car-brand-categories-section.home2 .brand-category-card {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='312' height='173' viewBox='0 0 312 173' fill='none'%3E%3Cpath d='M214.298 0.795091C306.649 6.29627 385.396 123.529 385.396 123.529L155.95 353.059L-10.4636 186.706C-10.4636 186.706 132.097 -4.1014 214.298 0.795091Z' fill='url(%23paint0_linear_5012_10482)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_5012_10482' x1='209.001' y1='-3.00019' x2='188.864' y2='183.808' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.00136712' stop-color='%23FFE8A7' stop-opacity='0.21'/%3E%3Cstop offset='1' stop-color='%23FFD560'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") center/cover no-repeat;
  background-size: 100%;
  background-position: bottom; }
  .car-brand-categories-section.home2 .brand-category-card:hover {
    background-position: bottom;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='312' height='312' viewBox='0 0 312 312' fill='none'%3E%3Cpath d='M171.439 -77.913C325.673 -47.5257 483.114 164.776 483.114 164.776L155.951 492.059L-158.015 178.208C-158.015 178.208 34.1575 -104.96 171.439 -77.913Z' fill='url(%23paint0_linear_4176_32624)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_4176_32624' x1='3.5' y1='2' x2='115.798' y2='356.23' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.0100987' stop-color='%23FFE8A7' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23FFCE42'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border: 1px solid #FFBF0F; }
    .car-brand-categories-section.home2 .brand-category-card:hover .card-txt {
      color: #180207; }

/********************** Brand Categories Section end **********************/
/********************** Featured Vehicles Section start **********************/
.featured-vehicles-section.home2 {
  background-color: #FFF8E5; }
  .featured-vehicles-section.home2 .green-shap {
    position: absolute;
    top: 42px !important;
    left: 52px;
    -webkit-animation: zooming 4s ease-in-out infinite;
    animation: zooming 4s ease-in-out infinite; }
    @media (max-width: 1198.99px) {
      .featured-vehicles-section.home2 .green-shap {
        width: 70px;
        height: 89px; } }
    @media (min-width: 992px) {
      .featured-vehicles-section.home2 .green-shap {
        display: inline-block !important; } }
  .featured-vehicles-section.home2 .yellow-shap {
    position: absolute;
    bottom: 35px !important;
    right: 40px;
    -webkit-animation: zooming 4s ease-in-out infinite;
    animation: zooming 4s ease-in-out infinite; }
    @media (max-width: 1198.99px) {
      .featured-vehicles-section.home2 .yellow-shap {
        width: 70px;
        height: 89px; } }
    @media (min-width: 992px) {
      .featured-vehicles-section.home2 .yellow-shap {
        display: inline-block !important; } }

/********************** Featured Vehicles Section end **********************/
/********************** About Us Section start **********************/
.about-section.home2 {
  background-color: #FFF;
  background-image: url("/assets/images/about_2-bg-shap.png");
  background-position: right; }
  .about-section.home2 .about-section-car {
    width: 853px !important;
    height: 515px !important;
    position: relative;
    right: -39px;
    left: auto; }
    @media (max-width: 1799.99px) {
      .about-section.home2 .about-section-car {
        width: 780px !important; } }
    @media (max-width: 1699.99px) {
      .about-section.home2 .about-section-car {
        width: 730px !important; } }
    @media (max-width: 1599.97px) {
      .about-section.home2 .about-section-car {
        width: 680px !important;
        height: 490px !important; } }
    @media (max-width: 1499.99px) {
      .about-section.home2 .about-section-car {
        width: 650px !important; } }
    @media (max-width: 1439.99px) {
      .about-section.home2 .about-section-car {
        width: 620px !important; } }
    @media (max-width: 1399.98px) {
      .about-section.home2 .about-section-car {
        width: 580px !important;
        height: 450px !important; } }
    @media (max-width: 1298.99px) {
      .about-section.home2 .about-section-car {
        right: 0; } }
    @media (max-width: 1238.99px) {
      .about-section.home2 .about-section-car {
        width: 580px !important; } }
    @media (max-width: 1198.99px) {
      .about-section.home2 .about-section-car {
        width: 500px !important; } }
    @media (max-width: 1022.99px) {
      .about-section.home2 .about-section-car {
        width: 485px !important; } }
  @media (max-width: 990.99px) {
    .about-section.home2 {
      background-image: none; } }

/********************** About Us Section end **********************/
/********************** Recent Vehicles Section Section start **********************/
.car-recent-vehicles-section.home2 {
  background-color: #030712; }
  .car-recent-vehicles-section.home2 .green-shap {
    position: absolute;
    top: 48px !important;
    left: 48px;
    -webkit-animation: zooming 4s ease-in-out infinite;
    animation: zooming 4s ease-in-out infinite; }
    @media (max-width: 1198.99px) {
      .car-recent-vehicles-section.home2 .green-shap {
        width: 70px;
        height: 89px; } }

/********************** Recent Vehicles Section Section end **********************/
/********************** Vendor Joining Section start **********************/
.car-vendor-joining-section.home2 {
  background-color: #FFF;
  background-image: url("/assets/images/vendor-joining-bg.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: 46.5% 100% !important; }
  @media (min-width: 1800px) {
    .car-vendor-joining-section.home2 .car {
      height: 555px !important;
      left: -228px !important; } }
  .car-vendor-joining-section.home2 .vendor-yellow-shap {
    position: absolute;
    top: 50px !important;
    right: 40px;
    -webkit-animation: zooming 4s ease-in-out infinite;
    animation: zooming 4s ease-in-out infinite; }
    @media (max-width: 1599.97px) {
      .car-vendor-joining-section.home2 .vendor-yellow-shap {
        width: 70px;
        height: 89px; } }
  @media (max-width: 990.99px) {
    .car-vendor-joining-section.home2 {
      background: none; } }

/********************** Vendor Joining Section end **********************/
/********************** Testimonial Section Section start **********************/
.car-testimonial-section.testimonial_2 {
  background-image: none;
  background-color: #FFF8E5; }
  .car-testimonial-section.testimonial_2 .slick-slide {
    opacity: 1 !important; }
  .car-testimonial-section.testimonial_2 .green-shap {
    position: absolute;
    top: 42px !important;
    left: 52px;
    -webkit-animation: zooming 4s ease-in-out infinite;
    animation: zooming 4s ease-in-out infinite; }
    @media (max-width: 1198.99px) {
      .car-testimonial-section.testimonial_2 .green-shap {
        width: 70px;
        height: 89px; } }

/********************** Testimonial Section Section end **********************/
/********************** Latest Blogs Section start **********************/
.latest-blogs-section.home2 .blog-specifications-wrapper {
  gap: 10px !important; }
  .latest-blogs-section.home2 .blog-specifications-wrapper .blog-specification {
    padding-right: 10px !important; }
    .latest-blogs-section.home2 .blog-specifications-wrapper .blog-specification p {
      font-size: 12px !important; }

.latest-blogs-section.home2 .blog-title {
  font-size: 24px; }
  @media (max-width: 1599.97px) {
    .latest-blogs-section.home2 .blog-title {
      font-size: 22px; } }
  @media (max-width: 766.99px) {
    .latest-blogs-section.home2 .blog-title {
      font-size: 20px; } }
  @media (max-width: 575.97px) {
    .latest-blogs-section.home2 .blog-title {
      font-size: 18px; } }

.latest-blogs-section.home2 .img-wrapper {
  max-height: 270px; }
  @media (max-width: 990.99px) {
    .latest-blogs-section.home2 .img-wrapper {
      max-height: 370px; } }
  @media (max-width: 766.99px) {
    .latest-blogs-section.home2 .img-wrapper {
      max-height: initial; } }

/********************** Latest Blogs Section end **********************/
.sort-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f8f7f8;
  border-radius: 12px;
  margin-bottom: 32px; }
  .sort-area .sort-select {
    width: 194px;
    height: 48px; }
  .sort-area .nice-select .current {
    color: #74676a; }
  .sort-area .nice-select:after {
    height: 10px !important;
    width: 10px !important; }
  .sort-area .sort-icons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px; }
    .sort-area .sort-icons-wrapper .sort-icon-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 48px;
      padding: 13px 9px;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      gap: 10px;
      border-radius: 4px;
      border: 1px solid #c5c0c1; }
    .sort-area .sort-icons-wrapper .sort-icon-active {
      fill: #EE1243 !important; }
  @media (max-width: 575.97px) {
    .sort-area {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 24px; } }

.cars_page-sidbar, .blog-page-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px; }
  .cars_page-sidbar .sidbar-block, .blog-page-sidebar .sidbar-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    border-radius: 12px;
    background: #f8f7f8; }
    .cars_page-sidbar .sidbar-block .sidbar-block-title, .blog-page-sidebar .sidbar-block .sidbar-block-title {
      width: 100%;
      padding-bottom: 12px;
      border-bottom: 1px solid #c5c0c1; }

.car-details-section .image-gallery .for-sell {
  right: 0px;
  top: 0px;
  border-radius: 0px 8px 0px 0px;
  background: #FFBF0F; }

.car-details-section .car-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px; }

.car-details-section .car-specification-wrapper {
  border-right: 1px solid #c5c0c1;
  padding-right: 12px; }
  .car-details-section .car-specification-wrapper:last-child {
    padding-right: 0;
    border-right: 0; }
  @media (max-width: 373.99px) {
    .car-details-section .car-specification-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.car-details-section .image-gallery-thumbnail {
  border: 3px solid transparent !important;
  border-radius: 4px;
  overflow: hidden;
  width: 20%; }

.car-details-section .image-gallery-thumbnail.active,
.car-details-section .image-gallery-thumbnail:focus {
  border: 3px solid #EE1243 !important;
  border-radius: 4px; }

.car-details-section .image-gallery-thumbnail:hover {
  border: 3px solid #EE1243 !important; }

.car-details-section .des-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px; }
  .car-details-section .des-box .title {
    color: #180207; }
  .car-details-section .des-box .des {
    color: #463539; }

.car-details-section .specifications-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px; }
  .car-details-section .specifications-wrapper .title {
    color: #180207; }
  .car-details-section .specifications-wrapper .td,
  .car-details-section .specifications-wrapper .tr {
    color: #2f1b20;
    padding-left: 24px !important;
    padding-top: 19px !important;
    padding-bottom: 19px !important;
    border-color: #ced2d9; }

.car-details-section .mapBox {
  border-radius: 12px !important; }
  @media (max-width: 1198.99px) {
    .car-details-section .mapBox {
      height: 400px; } }

.car-details-section .social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px; }

.car-details-section .social-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px; }

.car-details-section .social-icon-link:hover {
  scale: 1.1; }

.car-details-section .image-gallery-content .image-gallery-slide .image-gallery-image {
  max-height: 520px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px; }
  @media (max-width: 766.99px) {
    .car-details-section .image-gallery-content .image-gallery-slide .image-gallery-image {
      max-height: 466px; } }
  @media (max-width: 575.97px) {
    .car-details-section .image-gallery-content .image-gallery-slide .image-gallery-image {
      max-height: 346px; } }
  @media (max-width: 423.99px) {
    .car-details-section .image-gallery-content .image-gallery-slide .image-gallery-image {
      height: 303px; } }

.car-details-section .image-gallery-thumbnail .image-gallery-thumbnail-image {
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover; }
  @media (max-width: 1198.99px) {
    .car-details-section .image-gallery-thumbnail .image-gallery-thumbnail-image {
      height: 104px; } }
  @media (max-width: 766.99px) {
    .car-details-section .image-gallery-thumbnail .image-gallery-thumbnail-image {
      height: 88px; } }
  @media (max-width: 575.97px) {
    .car-details-section .image-gallery-thumbnail .image-gallery-thumbnail-image {
      height: 64px; } }

.contact-vendor-form {
  width: 100%;
  padding: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 12px;
  background: #f8f7f8; }
  .contact-vendor-form .vendor-info {
    font-size: 18px !important;
    line-height: 120% !important; }
    .contact-vendor-form .vendor-info .info_title {
      font-weight: 500; }
  .contact-vendor-form .contact-vendor-img-wrapper {
    border-radius: 8px;
    overflow: hidden; }
  .contact-vendor-form .img_contact-vendor-form {
    width: 120px;
    height: 120px; }

.car-about-popular-vendors-section {
  background-color: #030712; }

.shap-popular-vendors-section {
  position: absolute;
  top: 36px !important;
  left: 47px;
  -webkit-animation: zooming 4s ease-in-out infinite;
  animation: zooming 4s ease-in-out infinite; }
  @media (max-width: 1198.99px) {
    .shap-popular-vendors-section {
      width: 70px;
      height: 89px; } }
  @media (max-width: 990.99px) {
    .shap-popular-vendors-section {
      display: none; } }

.abot-vdo-container {
  width: 754px;
  height: 100%;
  position: relative;
  right: -56px; }
  @media (max-width: 1799.99px) {
    .abot-vdo-container {
      width: auto; } }
  @media (max-width: 1499.99px) {
    .abot-vdo-container {
      right: 0; } }
  .abot-vdo-container .video-box {
    height: 100%; }
    .abot-vdo-container .video-box .video-img {
      height: 100%;
      max-height: none; }

.counter-wrapper .counter-img {
  max-width: 100px;
  max-height: 100px; }

.car-contact-us-form-section {
  padding: 120px 0; }

.contact-us .car-contact-us-form-section {
  padding: 0; }

.contact-us .get-in-touch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 48px; }
  @media (max-width: 990.99px) {
    .contact-us .get-in-touch {
      gap: 24px; } }
  .contact-us .get-in-touch .contact-method-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32px 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
    border-radius: 12px; }
    .contact-us .get-in-touch .contact-method-wrapper.email {
      background: rgba(18, 67, 238, 0.1); }
    .contact-us .get-in-touch .contact-method-wrapper.phone {
      background: rgba(255, 161, 26, 0.1); }
    .contact-us .get-in-touch .contact-method-wrapper.location {
      background: rgba(9, 30, 66, 0.1); }
    @media (max-width: 1198.99px) {
      .contact-us .get-in-touch .contact-method-wrapper {
        padding: 30px 20px;
        gap: 20px; }
        .contact-us .get-in-touch .contact-method-wrapper img {
          width: 70px;
          height: 70px; } }
    @media (max-width: 373.99px) {
      .contact-us .get-in-touch .contact-method-wrapper {
        padding: 16px 16px;
        gap: 12px; }
        .contact-us .get-in-touch .contact-method-wrapper img {
          width: 50px;
          height: 50px; } }

.ch-blog-content-wrapper {
  padding: 120px 0; }
  .ch-blog-content-wrapper .lg-blog-card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px; }
  .ch-blog-content-wrapper .blog-sidebar {
    padding: 40px 24px;
    background-color: #ffffff;
    border-radius: 12px;
    -webkit-box-shadow: 0px 4px 40px 4px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 40px 4px rgba(0, 0, 0, 0.08); }
    .ch-blog-content-wrapper .blog-sidebar .sidebar-search-widget {
      padding: 16px 0px; }
      .ch-blog-content-wrapper .blog-sidebar .sidebar-search-widget .form-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .ch-blog-content-wrapper .blog-sidebar .sidebar-search-widget .search-input {
        padding: 20px 24px;
        border-radius: 8px 0px 0px 8px;
        background: #c5c0c1;
        border: none;
        color: #463539;
        font-size: 18px;
        line-height: 120%; }
      .ch-blog-content-wrapper .blog-sidebar .sidebar-search-widget .submit-btn {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        padding: 18px;
        background-color: #30030D;
        color: #ffffff;
        border-radius: 0px 8px 8px 0px;
        color: #ffffff; }
        .ch-blog-content-wrapper .blog-sidebar .sidebar-search-widget .submit-btn:hover {
          background-color: #180207; }
    .ch-blog-content-wrapper .blog-sidebar .single-blog-sidebar-widget {
      border-bottom: 1px solid #333333;
      padding-bottom: 32px;
      margin-bottom: 32px; }
      .ch-blog-content-wrapper .blog-sidebar .single-blog-sidebar-widget:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0; }
      .ch-blog-content-wrapper .blog-sidebar .single-blog-sidebar-widget .blog-heading {
        position: relative;
        margin-bottom: 24px; }
        .ch-blog-content-wrapper .blog-sidebar .single-blog-sidebar-widget .blog-heading::after, .ch-blog-content-wrapper .blog-sidebar .single-blog-sidebar-widget .blog-heading::before {
          content: "";
          position: relative;
          display: inline-block;
          width: 60px;
          height: 2px;
          background-color: #30030D;
          bottom: 7px; }
        .ch-blog-content-wrapper .blog-sidebar .single-blog-sidebar-widget .blog-heading::after {
          margin-left: 12px; }
        .ch-blog-content-wrapper .blog-sidebar .single-blog-sidebar-widget .blog-heading::before {
          margin-right: 12px; }
      .ch-blog-content-wrapper .blog-sidebar .single-blog-sidebar-widget .sm-blog-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px; }
      .ch-blog-content-wrapper .blog-sidebar .single-blog-sidebar-widget .sm-tags-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 16px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .ch-blog-content-wrapper .blog-sidebar .single-blog-sidebar-widget .sm-tags-wrapper .tag-link {
          min-width: 105px;
          padding: 19px 24px;
          text-align: center;
          border-radius: 30px;
          background-color: #c5c0c1;
          color: #2f1b20;
          font-style: normal;
          font-weight: 400;
          line-height: 120%;
          -webkit-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
          text-transform: capitalize; }
          .ch-blog-content-wrapper .blog-sidebar .single-blog-sidebar-widget .sm-tags-wrapper .tag-link:hover {
            background-color: #180207;
            color: #ffffff; }

.ch-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px; }
  .ch-pagination li.active a {
    background-color: #30030D;
    color: #ffffff; }
    .ch-pagination li.active a svg {
      fill: #ffffff; }
      .ch-pagination li.active a svg path {
        fill: #ffffff; }
  .ch-pagination li a {
    width: 48px;
    height: 48px;
    display: inline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    border: 1px solid #F14168;
    background: #ffffff;
    color: #2f1b20;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .ch-pagination li a:hover {
      background-color: #30030D;
      color: #ffffff; }
      .ch-pagination li a:hover svg {
        fill: #ffffff; }
        .ch-pagination li a:hover svg path {
          fill: #ffffff; }

.car-blog-comments-area {
  margin-top: 80px;
  padding: 24px;
  border-radius: 12px;
  background: #f8f7f8; }
  .car-blog-comments-area .comment-heading {
    margin-bottom: 32px; }
  .car-blog-comments-area .comments-wrapper .single-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    padding: 24px 0;
    border-bottom: 1px solid #d8d4d5; }
    @media (max-width: 766.99px) {
      .car-blog-comments-area .comments-wrapper .single-comment {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .car-blog-comments-area .comments-wrapper .single-comment.replied {
      padding-left: 68px; }
      @media (max-width: 766.99px) {
        .car-blog-comments-area .comments-wrapper .single-comment.replied {
          padding-left: 30px; } }
      @media (max-width: 423.99px) {
        .car-blog-comments-area .comments-wrapper .single-comment.replied {
          padding-left: 20px; } }
    .car-blog-comments-area .comments-wrapper .single-comment:last-child {
      border-bottom: 0; }
    .car-blog-comments-area .comments-wrapper .single-comment .comment-avatar {
      width: 60px;
      height: 60px;
      border-radius: 50%; }
    .car-blog-comments-area .comments-wrapper .single-comment .contents-wrapper .top-area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 24px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 24px; }
      .car-blog-comments-area .comments-wrapper .single-comment .contents-wrapper .top-area h6 {
        margin-bottom: 8px; }
      .car-blog-comments-area .comments-wrapper .single-comment .contents-wrapper .top-area .date-text {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%; }

.leave-blog-comments-form {
  margin-top: 80px;
  padding: 24px;
  border-radius: 12px;
  background: #f8f7f8; }

.blog-page-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  overflow: hidden; }
  .blog-page-sidebar .category-ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px; }
  .blog-page-sidebar .category-li {
    line-height: 120%;
    color: #180207;
    padding-left: 28px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .blog-page-sidebar .category-li::before {
      content: "";
      position: absolute;
      left: 0;
      background-color: #180207;
      width: 16px;
      height: 16px;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .blog-page-sidebar .category-li .category-name {
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .blog-page-sidebar .category-li:hover {
      color: #EE1243; }
      .blog-page-sidebar .category-li:hover .category-name {
        color: #EE1243; }
      .blog-page-sidebar .category-li:hover::before {
        background-color: #EE1243; }

.sidebar-recent-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px; }
  .sidebar-recent-post .sidebar-recent-post-img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover !important;
    object-fit: cover !important;
    border-radius: 4px; }
  .sidebar-recent-post .title-date-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px; }
  .sidebar-recent-post .title {
    color: #180207;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .sidebar-recent-post .date-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px; }
  .sidebar-recent-post:hover .title {
    color: #EE1243; }

.popular-tags-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px 16px; }
  .popular-tags-container .popular-tag {
    padding: 12px 23px;
    border-radius: 8px; }

.not-found-text-wrapper {
  background: #f8f7f8;
  padding: 40px;
  border-radius: 12px; }

.blog-details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 12px;
  background: #f8f7f8; }

.car-checkout-page-wrapper {
  padding: 120px 0px; }
  .car-checkout-page-wrapper .donation-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 80px; }
    @media (max-width: 1198.99px) {
      .car-checkout-page-wrapper .donation-wrapper {
        gap: 30px; } }
    @media (max-width: 990.99px) {
      .car-checkout-page-wrapper .donation-wrapper {
        gap: 48px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .car-checkout-page-wrapper .donation-wrapper .make-donation-box,
    .car-checkout-page-wrapper .donation-wrapper .make-donation-summary-box {
      padding: 40px;
      border-radius: 12px;
      background: #ffffff;
      -webkit-box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.08);
      box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.08); }
    .car-checkout-page-wrapper .donation-wrapper .make-donation-box {
      width: 704px; }
      @media (max-width: 990.99px) {
        .car-checkout-page-wrapper .donation-wrapper .make-donation-box {
          width: 100%; } }
    .car-checkout-page-wrapper .donation-wrapper .make-donation-summary-box {
      width: 536px; }
      @media (max-width: 990.99px) {
        .car-checkout-page-wrapper .donation-wrapper .make-donation-summary-box {
          width: 100%; } }
  .car-checkout-page-wrapper .checkout-title {
    margin-bottom: 32px;
    text-align: center; }
  .car-checkout-page-wrapper h5 {
    margin-bottom: 24px; }
  .car-checkout-page-wrapper .form-check {
    margin-bottom: 24px; }
    .car-checkout-page-wrapper .form-check .form-check-input:checked {
      background-color: #30030D;
      border-color: #30030D; }
    .car-checkout-page-wrapper .form-check .form-check-input:focus {
      border-color: #EE1243;
      -webkit-box-shadow: 0 0 0 0.25rem rgba(24, 2, 7, 0.25);
      box-shadow: 0 0 0 0.25rem rgba(24, 2, 7, 0.25); }
    .car-checkout-page-wrapper .form-check .form-check-label {
      color: #2f1b20;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 160%;
      cursor: pointer; }
      .car-checkout-page-wrapper .form-check .form-check-label a {
        color: #30030D; }
  .car-checkout-page-wrapper .personal-info-wrapper .personal-info-label {
    color: #2f1b20;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 8px;
    text-transform: capitalize; }
  .car-checkout-page-wrapper .personal-info-wrapper .personal-info-input {
    width: 100%;
    padding: 16px 12px;
    border-radius: 8px;
    border: 1px solid #e6e6eb;
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #524145;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    margin-bottom: 24px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .car-checkout-page-wrapper .personal-info-wrapper .personal-info-input:focus {
      border: 1px solid #30030D; }
  .car-checkout-page-wrapper .payment-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 40px; }
    .car-checkout-page-wrapper .payment-wrapper .single-payment {
      width: calc(24% - 8px); }
      @media (max-width: 766.99px) {
        .car-checkout-page-wrapper .payment-wrapper .single-payment {
          width: calc(49% - 8px); } }
      .car-checkout-page-wrapper .payment-wrapper .single-payment .payment-img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
      .car-checkout-page-wrapper .payment-wrapper .single-payment input {
        display: none; }
      .car-checkout-page-wrapper .payment-wrapper .single-payment label {
        width: 100%;
        height: 100%;
        cursor: pointer;
        border-radius: 4px;
        border: 2px solid transparent;
        background: #F5708E;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .car-checkout-page-wrapper .payment-wrapper .single-payment label:hover {
          border: 2px solid #30030D; }
        .car-checkout-page-wrapper .payment-wrapper .single-payment label.selected {
          border: 2px solid #30030D; }
  .car-checkout-page-wrapper .single-donation-card {
    margin-bottom: 32px; }
    @media (max-width: 1198.99px) {
      .car-checkout-page-wrapper .single-donation-card {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .car-checkout-page-wrapper .single-donation-card .sm-blog-content .date-link {
      font-size: 16px; }
  .car-checkout-page-wrapper .transection-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px; }
    .car-checkout-page-wrapper .transection-list li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 20px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .car-checkout-page-wrapper .transection-list li:last-child {
        border-bottom: 1px solid #333333;
        padding-bottom: 24px; }
      .car-checkout-page-wrapper .transection-list li span {
        display: inline-block;
        color: #2f1b20;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        text-transform: capitalize; }
  .car-checkout-page-wrapper .total-amount-box {
    padding-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .car-checkout-page-wrapper .total-amount-box span {
      display: inline-block;
      color: #2f1b20;
      font-size: 18px;
      font-style: normal;
      font-weight: 600;
      line-height: 120%;
      text-transform: capitalize; }
  .car-checkout-page-wrapper .ch-select-campaign {
    width: 100%;
    padding: 16px 12px;
    height: 60px;
    position: relative;
    border-radius: 8px;
    border: 1px solid #e6e6eb;
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    text-align: left; }
    .car-checkout-page-wrapper .ch-select-campaign.nice-select::after {
      position: absolute;
      right: 16px;
      top: 16px; }
    .car-checkout-page-wrapper .ch-select-campaign .current {
      position: relative;
      top: -7px;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 170%;
      color: #524145;
      text-wrap: pretty; }
      @media (max-width: 1399.98px) {
        .car-checkout-page-wrapper .ch-select-campaign .current {
          display: inline-block;
          width: 250px;
          white-space: nowrap;
          overflow: hidden;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          top: 0; } }
      @media (max-width: 575.97px) {
        .car-checkout-page-wrapper .ch-select-campaign .current {
          width: 200px; } }
    .car-checkout-page-wrapper .ch-select-campaign .list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%; }
      .car-checkout-page-wrapper .ch-select-campaign .list .option {
        width: 100%;
        border-bottom: 1px solid #333333;
        background: #ffffff;
        padding: 19px 24px;
        color: #2f1b20;
        font-family: "Poppins", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        text-wrap: pretty; }
        .car-checkout-page-wrapper .ch-select-campaign .list .option:hover {
          background-color: #30030D;
          color: #ffffff; }
        .car-checkout-page-wrapper .ch-select-campaign .list .option:last-child {
          border-bottom: 2px solid #30030D; }

@media (max-width: 990.99px) {
  .vendors .sort-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px; } }

@media (max-width: 766.99px) {
  .vendors .sort-area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.vendors .search-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 575.97px) {
    .vendors .search-input-wrapper {
      display: inline-block; } }

.vendors .input-search {
  width: 320px; }
  @media (max-width: 423.99px) {
    .vendors .input-search {
      width: 100%; } }
  .vendors .input-search::-webkit-input-placeholder {
    font-size: 16px; }
  .vendors .input-search:-ms-input-placeholder {
    font-size: 16px; }
  .vendors .input-search::-ms-input-placeholder {
    font-size: 16px; }
  .vendors .input-search::placeholder {
    font-size: 16px; }

.vendors .vendor-filter-form {
  gap: 40px; }
  @media (max-width: 990.99px) {
    .vendors .vendor-filter-form {
      gap: 20px; } }
  @media (max-width: 575.97px) {
    .vendors .vendor-filter-form {
      gap: 0; } }

.faq-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .faq-wrapper .accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    --bs-accordion-active-bg: ""; }
  .faq-wrapper .accordion-item {
    border: none; }
  .faq-wrapper .accordion-body {
    background-color: #f8f7f8; }
  .faq-wrapper .accordion-button {
    color: #180207;
    background-color: #f8f7f8;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 8px; }
    .faq-wrapper .accordion-button::after {
      content: "";
      width: 32px;
      height: 32px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M10.666 15.9998H21.3327M29.3327 15.9998C29.3327 23.3636 23.3631 29.3332 15.9993 29.3332C8.63555 29.3332 2.66602 23.3636 2.66602 15.9998C2.66602 8.63604 8.63555 2.6665 15.9993 2.6665C23.3631 2.6665 29.3327 8.63604 29.3327 15.9998Z' stroke='%23EE1243' strokeWidth='2' strokeLinecap='round' strokeLinejoin='round'/%3E%3C/svg%3E");
      background-size: 32px; }
    .faq-wrapper .accordion-button.collapsed::after {
      content: "";
      width: 32px;
      height: 32px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M15.9993 10.6665V21.3332M10.666 15.9998H21.3327M29.3327 15.9998C29.3327 23.3636 23.3631 29.3332 15.9993 29.3332C8.63555 29.3332 2.66602 23.3636 2.66602 15.9998C2.66602 8.63604 8.63555 2.6665 15.9993 2.6665C23.3631 2.6665 29.3327 8.63604 29.3327 15.9998Z' stroke='%23180207' strokeWidth='2' strokeLinecap='round' strokeLinejoin='round'/%3E%3C/svg%3E");
      background-size: 32px; }
    .faq-wrapper .accordion-button:focus {
      -webkit-box-shadow: none;
      box-shadow: none; }
  .faq-wrapper .accordion-button:not(.collapsed) {
    color: #EE1243;
    background-color: "";
    -webkit-box-shadow: none;
    box-shadow: none; }

.car-reg-log-wrapper .log-res-left-img {
  position: relative;
  right: 35%;
  width: 832px;
  height: 840px;
  -o-object-fit: cover;
  object-fit: cover; }
  @media (max-width: 1799.99px) {
    .car-reg-log-wrapper .log-res-left-img {
      right: 15%;
      width: 720px;
      height: 750px; } }
  @media (max-width: 1599.97px) {
    .car-reg-log-wrapper .log-res-left-img {
      right: 5%;
      width: 680px;
      height: 700px; } }
  @media (max-width: 1399.98px) {
    .car-reg-log-wrapper .log-res-left-img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      right: initial; } }

.car-reg-log-wrapper .auth-form-wrapper {
  padding: 40px;
  border-radius: 12px;
  background: #f8f7f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .car-reg-log-wrapper .auth-form-wrapper .logo {
    max-width: 190px;
    max-height: 60px;
    -o-object-fit: contain;
    object-fit: contain; }
  @media (max-width: 990.99px) {
    .car-reg-log-wrapper .auth-form-wrapper {
      padding: 20px; } }
  .car-reg-log-wrapper .auth-form-wrapper .input {
    margin-top: 8px; }

.car-reg-log-wrapper .dont-hv-acc {
  font-size: 18px;
  line-height: 120%; }
  .car-reg-log-wrapper .dont-hv-acc a {
    color: #30030D;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .car-reg-log-wrapper .dont-hv-acc a:hover {
      color: #180207; }

.car-reg-log-wrapper .logo-title-tab-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  margin-bottom: 32px; }
  @media (max-width: 990.99px) {
    .car-reg-log-wrapper .logo-title-tab-wrapper {
      gap: 16px;
      margin-bottom: 16px; } }

.car-reg-log-wrapper .tab-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  overflow: hidden; }
  .car-reg-log-wrapper .tab-wrapper .car-btn {
    width: 50%; }
    @media (max-width: 1198.99px) {
      .car-reg-log-wrapper .tab-wrapper .car-btn {
        width: 100%; } }
    @media (max-width: 990.99px) {
      .car-reg-log-wrapper .tab-wrapper .car-btn {
        width: 50%; } }
    @media (max-width: 575.97px) {
      .car-reg-log-wrapper .tab-wrapper .car-btn {
        width: 100%; } }
  @media (max-width: 1198.99px) {
    .car-reg-log-wrapper .tab-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media (max-width: 990.99px) {
    .car-reg-log-wrapper .tab-wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  @media (max-width: 575.97px) {
    .car-reg-log-wrapper .tab-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

/****************************** dashboard page styles ******************************/
.dashboard {
  background-color: #f8f7f8; }
  .dashboard .dashboard-container {
    background-color: #FFF; }
  .dashboard .dashboard-outlet {
    width: calc(100% - 312px);
    padding: 32px 40px 120px 40px; }
    @media (max-width: 1198.99px) {
      .dashboard .dashboard-outlet {
        width: 100%; } }
    @media (max-width: 990.99px) {
      .dashboard .dashboard-outlet {
        padding: 16px 20px 60px 20px; } }
    @media (max-width: 575.97px) {
      .dashboard .dashboard-outlet {
        padding: 16px 0px 30px 0px; } }

.dashboard-main-title {
  color: #2f1b20;
  margin-bottom: 28px; }

.dashboard-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  padding: 32px 12px;
  border-radius: 8px;
  border: 1px solid transparent;
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .dashboard-card.total-order {
    background-color: #e5f2f2; }
    .dashboard-card.total-order:hover {
      border-color: #008080; }
  .dashboard-card.complete-order {
    background-color: #fff7eb; }
    .dashboard-card.complete-order:hover {
      border-color: #ffb134; }
  .dashboard-card.returns-order {
    background-color: #e9f9f6; }
    .dashboard-card.returns-order:hover {
      border-color: #26c3a4; }
  .dashboard-card.cancellations {
    background-color: #ffebf0; }
    .dashboard-card.cancellations:hover {
      border-color: #ff3a69; }
  .dashboard-card.pending-order {
    background-color: #eff0ff; }
    .dashboard-card.pending-order:hover {
      border-color: #5b68ff; }
  .dashboard-card.total-order-amount {
    background-color: #e6f6ef; }
    .dashboard-card.total-order-amount:hover {
      border-color: #02a95c; }
  .dashboard-card.pending-amount {
    background-color: #fbeefd; }
    .dashboard-card.pending-amount:hover {
      border-color: #da55f0; }
  .dashboard-card.complete-amount {
    background-color: #e5f9ff; }
    .dashboard-card.complete-amount:hover {
      border-color: #00c2ff; }
  .dashboard-card .card-amount {
    color: #2f1b20; }
  .dashboard-card .card-title {
    color: #2f1b20;
    line-height: 120%; }

.change-password-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 32px;
  padding: 40px;
  border-radius: 12px;
  border: 1px solid #978d8f;
  background-color: #ffffff;
  max-width: 611px; }
  @media (max-width: 766.99px) {
    .change-password-form {
      gap: 16px;
      padding: 20px; } }
  .change-password-form .form-title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 29px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background-color: #f8f7f8; }
  .change-password-form .inputs-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px; }
    @media (max-width: 766.99px) {
      .change-password-form .inputs-wrapper {
        gap: 24px; }
        .change-password-form .inputs-wrapper .input {
          width: 100%;
          margin-top: 12px; } }
    .change-password-form .inputs-wrapper .input {
      width: 100%;
      margin-top: 16px; }

.edit-profile .input {
  margin-top: 12px; }

.edit-profile .max-width-290 {
  max-width: 290px; }

.create-ticket .input, .view-ticket .input,
.create-ticket .text-area,
.view-ticket .text-area {
  margin-top: 12px; }

.create-ticket .file-input-label, .view-ticket .file-input-label {
  width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  background-color: #180207;
  color: #ffffff;
  padding: 8px 10px;
  cursor: pointer;
  border-radius: 4px; }

.view-ticket .form-and-cards-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px; }

.view-ticket .subject {
  color: var(--neutral-950, #180207);
  font-family: Saira;
  font-size: 18px;
  font-style: normal;
  line-height: 160%; }
  .view-ticket .subject .title {
    font-weight: 600; }
  .view-ticket .subject .des {
    font-weight: 400; }

/****************************** vendor panel page styles ******************************/
.vendor-header-and-outlet-wrapper {
  background-color: #f8f7f8;
  width: calc(100% - 312px); }
  @media (max-width: 1198.99px) {
    .vendor-header-and-outlet-wrapper {
      width: 100%; } }
  .vendor-header-and-outlet-wrapper .vendor-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px var(--spacing-5xl, 40px);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff; }
    @media (max-width: 766.99px) {
      .vendor-header-and-outlet-wrapper .vendor-header {
        padding: 18px var(--spacing-5xl, 8px); } }
    .vendor-header-and-outlet-wrapper .vendor-header .vendor-header-search {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 513px;
      height: 60px;
      padding: var(--spacing-xxs, 2px) var(--spacing-4xl, 32px) var(--spacing-xxs, 2px) var(--spacing-3xl, 24px);
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 8px;
      border-radius: 8px;
      color: #463539;
      background: var(--neutral-50, #f8f7f8);
      border: 1px solid transparent;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      padding-left: 60px; }
      @media (max-width: 1198.99px) {
        .vendor-header-and-outlet-wrapper .vendor-header .vendor-header-search {
          width: auto; } }
      .vendor-header-and-outlet-wrapper .vendor-header .vendor-header-search::-webkit-input-placeholder {
        color: #978d8f;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; }
      .vendor-header-and-outlet-wrapper .vendor-header .vendor-header-search:-ms-input-placeholder {
        color: #978d8f;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; }
      .vendor-header-and-outlet-wrapper .vendor-header .vendor-header-search::-ms-input-placeholder {
        color: #978d8f;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; }
      .vendor-header-and-outlet-wrapper .vendor-header .vendor-header-search::placeholder {
        color: #978d8f;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; }
      .vendor-header-and-outlet-wrapper .vendor-header .vendor-header-search:focus, .vendor-header-and-outlet-wrapper .vendor-header .vendor-header-search:active {
        border: 1px solid #EE1243; }
    .vendor-header-and-outlet-wrapper .vendor-header .input-search-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: absolute;
      top: 0;
      left: 24px;
      -webkit-transform: translateY(45%);
      -ms-transform: translateY(45%);
      transform: translateY(45%); }
    @media (max-width: 423.99px) {
      .vendor-header-and-outlet-wrapper .vendor-header .logo {
        width: 150px; } }
    @media (max-width: 373.99px) {
      .vendor-header-and-outlet-wrapper .vendor-header .logo {
        width: 110px; } }
  .vendor-header-and-outlet-wrapper .vendor-outlet-wrapper {
    padding: 32px 40px 0 40px; }
    @media (max-width: 990.99px) {
      .vendor-header-and-outlet-wrapper .vendor-outlet-wrapper {
        padding: 16px 20px 0 20px; } }
    @media (max-width: 575.97px) {
      .vendor-header-and-outlet-wrapper .vendor-outlet-wrapper {
        padding: 16px 12px 0 12px; } }
    .vendor-header-and-outlet-wrapper .vendor-outlet-wrapper .vendor-outlet, .vendor-header-and-outlet-wrapper .vendor-outlet-wrapper .checkout-card {
      min-height: 100vh;
      height: auto;
      background-color: #ffffff;
      padding: 40px 40px 120px 40px; }
      @media (max-width: 1198.99px) {
        .vendor-header-and-outlet-wrapper .vendor-outlet-wrapper .vendor-outlet, .vendor-header-and-outlet-wrapper .vendor-outlet-wrapper .checkout-card {
          width: 100%; } }
      @media (max-width: 990.99px) {
        .vendor-header-and-outlet-wrapper .vendor-outlet-wrapper .vendor-outlet, .vendor-header-and-outlet-wrapper .vendor-outlet-wrapper .checkout-card {
          padding: 16px 20px 60px 20px; } }
      @media (max-width: 575.97px) {
        .vendor-header-and-outlet-wrapper .vendor-outlet-wrapper .vendor-outlet, .vendor-header-and-outlet-wrapper .vendor-outlet-wrapper .checkout-card {
          padding: 16px 12px 30px 12px; } }

.user-dropdown-wrapper {
  position: relative;
  cursor: pointer;
  width: 233px; }
  @media (max-width: 1198.99px) {
    .user-dropdown-wrapper {
      width: 120px; } }
  @media (max-width: 990.99px) {
    .user-dropdown-wrapper {
      width: 88px; } }
  .user-dropdown-wrapper .user-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 8px;
    background-color: #f8f7f8; }
    @media (max-width: 990.99px) {
      .user-dropdown-wrapper .user-dropdown {
        gap: 4px;
        padding: 8px 8px; } }
    .user-dropdown-wrapper .user-dropdown svg {
      margin-left: auto; }
  .user-dropdown-wrapper .avatar {
    border-radius: 50%;
    border: 1px solid #EE1243 !important;
    width: 40px;
    height: 40px;
    background-image: url("/assets/img/winner-2.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .user-dropdown-wrapper .avatar img {
      width: 100%;
      height: 100%; }
  .user-dropdown-wrapper .user-name {
    font-size: 16px;
    line-height: 125%;
    text-transform: capitalize;
    font-weight: 600; }
    @media (max-width: 1198.99px) {
      .user-dropdown-wrapper .user-name {
        display: none; } }
  .user-dropdown-wrapper .user-designation {
    color: var(--Greys-Blue-Grey-700, #737791);
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; }
  .user-dropdown-wrapper .rotate-180 {
    rotate: 180deg; }

.vendor-dashboard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px; }

.vendor-panel-info-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 24px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  border-radius: 8px;
  background: #fff; }
  .vendor-panel-info-card img {
    width: 80px;
    height: 80px; }
    @media (max-width: 575.97px) {
      .vendor-panel-info-card img {
        width: 60px;
        height: 60px; } }
  .vendor-panel-info-card.total-listing-cars {
    border-left: 4px solid #008080; }
  .vendor-panel-info-card.featured-cars {
    border-left: 4px solid #ffb134; }
  .vendor-panel-info-card.active-listing-cars {
    border-left: 4px solid #da55f0; }
  .vendor-panel-info-card.pending-listing-cars {
    border-left: 4px solid #5b68ff; }
  @media (max-width: 1918.99px) {
    .vendor-panel-info-card {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media (max-width: 1198.99px) {
    .vendor-panel-info-card {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  @media (max-width: 766.99px) {
    .vendor-panel-info-card {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  @media (max-width: 575.97px) {
    .vendor-panel-info-card {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      padding: 20px 12px; } }
  .vendor-panel-info-card .title-and-value-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 4px; }
    @media (max-width: 1918.99px) {
      .vendor-panel-info-card .title-and-value-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media (max-width: 1198.99px) {
      .vendor-panel-info-card .title-and-value-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    @media (max-width: 766.99px) {
      .vendor-panel-info-card .title-and-value-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media (max-width: 575.97px) {
      .vendor-panel-info-card .title-and-value-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
  .vendor-panel-info-card .title {
    color: #524145;
    line-height: 160%;
    font-size: 20px; }
    @media (max-width: 1599.97px) {
      .vendor-panel-info-card .title {
        font-size: 18px; } }
    @media (max-width: 766.99px) {
      .vendor-panel-info-card .title {
        font-size: 16px; } }
    @media (max-width: 575.97px) {
      .vendor-panel-info-card .title {
        font-size: 14px; } }
  .vendor-panel-info-card .value {
    color: #180207; }

.current-package-info-wrapper {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding: 24px 0 25px 32px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 8px;
  background: #ffffff; }
  @media (max-width: 766.99px) {
    .current-package-info-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 12px 16px 12px 16px; } }
  .current-package-info-wrapper .title {
    color: var(--info-base, #295bff);
    /* Heading/Heading 5 */
    font-family: Saira;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 31.2px */ }
  .current-package-info-wrapper .des {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; }
    @media (max-width: 1599.97px) {
      .current-package-info-wrapper .des {
        font-size: 22px; } }
    @media (max-width: 766.99px) {
      .current-package-info-wrapper .des {
        font-size: 20px; } }
    @media (max-width: 575.97px) {
      .current-package-info-wrapper .des {
        font-size: 18px; } }

.checkout-card {
  background-color: transparent !important; }
  .checkout-card .checkout-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 48px;
    border-radius: 12px;
    border: 1px solid #d8d4d5;
    background-color: #ffffff;
    max-width: 752px;
    gap: 0; }
    @media (max-width: 766.99px) {
      .checkout-card .checkout-form {
        gap: 16px;
        padding: 20px;
        gap: 0; } }
    .checkout-card .checkout-form .radio-box-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      gap: 32px;
      margin-top: 24px;
      margin-bottom: 48px; }
      @media (max-width: 766.99px) {
        .checkout-card .checkout-form .radio-box-wrapper {
          gap: 16px;
          margin-top: 12px;
          margin-bottom: 24px; } }
      .checkout-card .checkout-form .radio-box-wrapper .radio-box-title {
        color: #180207; }
    .checkout-card .checkout-form .price-details-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      gap: 16px;
      -ms-flex-item-align: stretch;
      align-self: stretch; }
    .checkout-card .checkout-form .details-key-value-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-item-align: stretch;
      align-self: stretch;
      gap: 24px; }
      .checkout-card .checkout-form .details-key-value-wrapper.tax {
        padding-bottom: 16px;
        border-bottom: 1px solid #c5c0c1; }
      .checkout-card .checkout-form .details-key-value-wrapper.total .value {
        color: #EE1243;
        font-weight: 700; }
      .checkout-card .checkout-form .details-key-value-wrapper .key {
        color: #180207; }
      .checkout-card .checkout-form .details-key-value-wrapper .value {
        color: #463539; }

.authentication-app {
  max-width: 610px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 52px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  border-radius: 8px;
  border: 1px solid #e8e6e6; }
  .authentication-app .qr-code-and-copy-bar-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px; }
    @media (max-width: 575.97px) {
      .authentication-app .qr-code-and-copy-bar-wrapper {
        gap: 18px; } }
  .authentication-app .code-input-and-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px; }
    @media (max-width: 575.97px) {
      .authentication-app .code-input-and-btn-wrapper {
        gap: 12px; } }
  @media (max-width: 766.99px) {
    .authentication-app {
      padding: 20px 26px; } }
  @media (max-width: 575.97px) {
    .authentication-app {
      gap: 20px; } }
  @media (max-width: 423.99px) {
    .authentication-app {
      padding: 10px 12px; } }
  @media (max-width: 1198.99px) {
    .authentication-app .car-btn {
      padding: 10px 10px; } }

.qr-code-container {
  height: auto;
  margin: 0 auto;
  max-width: 232px;
  width: 100%; }

.copy-bar .code-box {
  width: calc(100% - 60px);
  border-radius: 8px 0px 0px 8px;
  border-right: 0; }
  @media (max-width: 1198.99px) {
    .copy-bar .code-box {
      width: calc(100% - 52px); } }

.copy-bar .copy-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 18px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  border-radius: 0px 8px 8px 0px;
  background: #EE1243;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .copy-bar .copy-btn:hover {
    background-color: #BE0E35; }
  @media (max-width: 1198.99px) {
    .copy-bar .copy-btn {
      height: 52px;
      width: 52px;
      padding: 16px; } }

.social-links-wrapper {
  width: 100%;
  max-width: 1090px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px; }
  .social-links-wrapper .social-link-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px; }
    .social-links-wrapper .social-link-container .title {
      width: 159px;
      text-align: right;
      color: #180207;
      font-weight: 500; }
  .social-links-wrapper .input-error-wrapper {
    width: calc(100% - 247px);
    max-width: 779px; }
  @media (max-width: 575.97px) {
    .social-links-wrapper {
      gap: 40px; }
      .social-links-wrapper .social-link-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 12px; }
        .social-links-wrapper .social-link-container .title {
          width: auto;
          text-align: left;
          margin-bottom: 8px; } }
      @media (max-width: 575.97px) and (max-width: 575.97px) {
        .social-links-wrapper .social-link-container .title {
          width: 100%; } }
  @media (max-width: 575.97px) {
      .social-links-wrapper .input-error-wrapper {
        width: 100%;
        max-width: none; } }
    @media (max-width: 575.97px) and (max-width: 575.97px) {
      .social-links-wrapper .input-error-wrapper {
        width: calc(100% - 56px); } }

.add-car .page-title {
  margin-bottom: 32px;
  color: #180207; }

.add-car .add-car-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px; }

.add-car .add-car-input {
  margin-top: 12px;
  padding-right: 46px; }
  .add-car .add-car-input .current {
    overflow: hidden; }

.add-car .label-btn-text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  margin-top: 12px; }
  .add-car .label-btn-text-wrapper span {
    color: #524145;
    font-size: 18px;
    line-height: 160%;
    word-break: break-word; }

.add-car .inputes-wrapper {
  --bs-gutter-y: 40px; }

.add-car .product-name {
  color: var(--neutral-950, #180207);
  font-family: Saira;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
  margin-bottom: 16px; }

.add-car .uploaded-images-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  padding: 24px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #d8d4d5; }
  .add-car .uploaded-images-row .img-wrapper {
    width: 200px;
    height: 200px;
    cursor: pointer; }
    @media (max-width: 1439.99px) {
      .add-car .uploaded-images-row .img-wrapper {
        width: calc(25% - 18px);
        height: calc(25% - 18px); } }
    @media (max-width: 990.99px) {
      .add-car .uploaded-images-row .img-wrapper {
        width: calc(33.33% - 16px);
        height: calc(33.33% - 16px); } }
    @media (max-width: 766.99px) {
      .add-car .uploaded-images-row .img-wrapper {
        width: calc(50% - 12px);
        height: calc(50% - 12px); } }
    @media (max-width: 423.99px) {
      .add-car .uploaded-images-row .img-wrapper {
        width: 100%;
        height: 100%; } }
    .add-car .uploaded-images-row .img-wrapper:hover .gallery-cross-btn {
      visibility: visible;
      opacity: 1; }
  .add-car .uploaded-images-row .gallery-cross-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    background-color: #EE1243;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    visibility: hidden;
    opacity: 0; }
    .add-car .uploaded-images-row .gallery-cross-btn:hover {
      background-color: #BE0E35; }
  .add-car .uploaded-images-row .img-input {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }

.add-car .form-check {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .add-car .form-check .form-check-label {
    color: #180207;
    font-family: Saira;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    cursor: pointer; }

.add-car .form-check .form-check-input {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  margin-top: auto !important;
  margin-bottom: auto !important;
  cursor: pointer;
  background-color: #e8e6e6;
  border: 1px solid #c5c0c1;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .add-car .form-check .form-check-input:hover, .add-car .form-check .form-check-input:focus, .add-car .form-check .form-check-input:checked[type="checkbox"] {
    background-color: #ffffff;
    border: 1px solid #EE1243;
    -webkit-box-shadow: none;
    box-shadow: none; }

.add-car .form-check-input:checked[type="checkbox"] {
  background-image: url("/assets/images/check.svg");
  background-size: 14px 14px; }

.add-car .specification-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 32px; }
  .add-car .specification-section .specifications-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px; }
    .add-car .specification-section .specifications-wrapper .title {
      color: #180207;
      font-family: Saira;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 120%; }
    .add-car .specification-section .specifications-wrapper .single-specification-wrapper {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 24px; }
      @media (max-width: 766.99px) {
        .add-car .specification-section .specifications-wrapper .single-specification-wrapper {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          padding: 12px 0;
          border: 1px solid #c5c0c1;
          border-radius: 8px; } }
      .add-car .specification-section .specifications-wrapper .single-specification-wrapper .specification-inputes-wrapper {
        width: calc(100% - 154px); }
        @media (max-width: 766.99px) {
          .add-car .specification-section .specifications-wrapper .single-specification-wrapper .specification-inputes-wrapper {
            width: 100%; } }
      @media (max-width: 766.99px) {
        .add-car .specification-section .specifications-wrapper .single-specification-wrapper .remove-btn-wrapper {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding-left: 12px;
          padding-right: 12px;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end; } }
  .add-car .specification-section .remove-btn,
  .add-car .specification-section .add-new-btn {
    width: 154px;
    padding: 18px; }
  .add-car .specification-section .add-new-btn {
    color: #180207;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; }

.add-car .quill {
  height: 242px;
  margin-top: 16px;
  margin-bottom: 16px; }
  @media (max-width: 766.99px) {
    .add-car .quill {
      height: 180px;
      margin-bottom: 38px; } }

.add-car .ql-container.ql-snow {
  border-radius: 0 0 8px 8px; }

.add-car .ql-toolbar.ql-snow {
  border-radius: 8px 8px 0 0; }
