/* Base */
:root {
  --font-primary: "Inter", sans-serif;
  --font-secondary: "Barlow", sans-serif;
}

:root {
  --text-9: 9px;
  --text-11: 11px;
  --text-13: 13px;
  --text-15: 15px;
  --text-17: 17px;
  --text-21: 21px;
  --text-24: 24px;
  --text-30: 30px;
  --text-40: 40px;
  --text-50: 50px;
  --text-52: 52px;
  --text-60: 60px;
  --text-64: 64px;
  --text-72: 72px;
  --text-92: 92px;
}

:root {
  --color-primary: #222429;
  --color-secondary: #F37021;
  --color-gray: #686A6F;
  --color-light-gray: #999B9F;
  --color-dark-gray: #171717;
  --color-white: #fff;
  --color-black: #000;
}

body {
  font-family: var(--font-primary);
  color: var(--color-primary);
  box-sizing: border-box;
}

a {
  background: transparent;
  text-decoration: none;
  color: var(--color-white);
}
a:hover, a:focus {
  text-decoration: none;
  color: var(--color-white);
}

p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
  color: var(--color-gray);
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
}

ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

figure {
  margin: 0;
}

section {
  padding-block: 60px;
}
@media (max-width: 767px) {
  section {
    padding-block: 50px;
  }
}

select {
  cursor: pointer;
}
select option {
  cursor: pointer;
}

.mm-wrapper--position-left .mm-slideout, .mm-wrapper--position-right .mm-slideout {
  transform: none;
}

.mm-menu--theme-light {
  background-color: transparent;
  max-width: 330px;
}

.mm-navbar__title {
  background-color: var(--color-secondary);
}
.mm-navbar__title > span {
  color: var(--color-white);
  font-size: 23px;
  text-shadow: 1px 1px #5f5f5f;
}

/** vertical scroll bar */
.main-wrapper ::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
.main-wrapper ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #ca984a;
  background-color: #ca984a;
}
.main-wrapper ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  border-radius: 10px;
  background-color: rgba(245, 245, 245, 0);
}
.main-wrapper.dashboard-wrapper .main-nav::before {
  display: none;
}

.btn-primary {
  padding: 16px 40px;
  text-align: center;
  font-size: 16px;
  border: none;
  background-color: var(--color-secondary);
  color: var(--color-primary);
}
.btn-primary:hover {
  background-color: var(--color-primary);
  color: var(--color-secondary);
}
.btn-primary.bg-secondary {
  border-color: var(--color-secondary);
}
.btn-primary.bg-secondary:hover {
  color: var(--color-primary);
}
@media (max-width: 575px) {
  .btn-primary {
    padding: 14px 30px;
    font-size: 15px;
  }
}

:root {
  --fs-xxl: clamp(1.5rem, 5vw, 5rem);
  --fs-xl: clamp(1.4rem, 2.2vw, 2.5rem);
  --fs-lg: clamp(1.3rem, 1.5vw, 1.5rem);
}

.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.checkout-page input.form-control:not(.input-group input.form-control)::-moz-placeholder {
  font-weight: 500;
}
.fw-500, .dealers-dashboard .table tbody tr td, .checkout-page input.form-control:not(.input-group input.form-control)::placeholder, .checkout-page .deselect-btn, .home-page .banner__pro--info .left small, .home-page .banner__pro--info .right small, .team__content .job-title, .product.two .product__content, p {
  font-weight: 500;
}
.fw-600, .dealers-dashboard .table tr th, .dealers-dashboard .content-wrapper .title-lg, .dealers-dashboard .sidebar .help, .dealers-dashboard .sidebar__list li a, .price:not(.order-summary .list-group-item:last-child .price), .checkout-page input.form-control:not(.input-group input.form-control), .checkout-page .title-sm, .sub-title, .main-header .main-nav ul:not(.dropdown-menu) > li a, .product__title, body {
  font-weight: 600;
}
.fw-700, .order-summary .list-group-item .title, .home-page .banner__pro--info .left span, .home-page .banner__pro--info .right span, .home-page .banner__content .pro-number, .title-lg, .main-title, .inner-banner__content .title, .team__content .title, .blog__content .title, .blog__img .date strong, .btn-primary {
  font-weight: 700;
}
.fw-900 {
  font-weight: 900;
}

/* Components */
.product {
  height: 100%;
  background-color: var(--color-dark-gray);
  display: block;
}
.product__img {
  background-image: linear-gradient(to right top, #686a6f, #8c8d91, #b1b1b4, #d8d7d9, #ffffff);
}
.product__img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3.2;
}
.product__title {
  padding: 30px 40px;
  font-size: 24px;
  display: block;
  color: var(--color-white);
  /*background: linear-gradient(90deg, #171717 50%, rgba(23, 23, 23, 0.00) 126.12%);*/
}
.product:hover {
  background-color: var(--color-secondary);
}
.product.two .product__img {
  display: block;
  background: #edf3f8;
}
.product.two .product__img img {
  aspect-ratio: 3/2;
}
.product.two .product__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 35px;
  border-bottom: 1px solid #383838;
}
.product.two .product__title .icon {
  background-color: var(--color-secondary);
  padding: 15px 13px;
}
.product.two .product__content {
  padding: 30px 35px;
  color: var(--color-white);
}
.product.two .product__content p {
  color: var(--color-white);
}
.product.two .product__content .list {
  margin-top: 10px;
}
.product.two .product__content .list li {
  font-size: 16px;
}
.product.two:hover {
  background-color: var(--color-dark-gray);
}

.blog {
  height: 100%;
  background-color: var(--color-white);
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.06);
}
.blog__img {
  position: relative;
}
.blog__img figure {
  overflow: hidden;
}
.blog__img .img {
  aspect-ratio: 3/2;
}
.blog__img .date {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 75px;
  padding: 15px;
  font-size: 14px;
  text-align: center;
  line-height: normal;
  background-color: var(--color-secondary);
}
.blog__img .date strong {
  font-size: 30px;
  display: block;
  margin-bottom: 10px;
  line-height: normal;
}
.blog__content {
  padding-block: clamp(1.3rem, 1.7vw, 2rem);
  padding-inline: clamp(1.5rem, 2.2vw, 2.5rem);
}
.blog__content .title {
  height: 70px;
  overflow: hidden;
  line-height: 35px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  letter-spacing: -0.48px;
  font-size: clamp(1rem, 1.3vw, 1.5rem);
}
@media (max-width: 575px) {
  .blog__content .title {
    height: auto;
  }
}
.blog__content .read_more-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: clamp(1.2rem, 1.3vw, 1.7rem);
  color: var(--color-gray);
}
.blog__content .read_more-btn:before {
  content: "";
  position: absolute;
  left: 20%;
  right: 0;
  bottom: 11px;
  width: 60%;
  height: 1px;
  margin: auto;
  background-color: #DBDBDB;
}
.blog__content .read_more-btn .icon {
  display: inline-flex;
  margin-block-start: 10px;
  font-size: 20px;
  color: var(--color-secondary);
}
.blog:hover .blog__img .img {
  transform: scale(1.1);
}
.blog:hover .blog__content a {
  color: var(--color-secondary);
}
.blog.two .blog {
  /*&:hover {
      color: var(--color-secondary) !important;
       .blog__content a {
          color: var(--color-secondary) !important;
      }
  }*/
}
.blog.two .blog__img img {
  aspect-ratio: 21/9;
}
.blog.two .blog__content .title {
  height: auto;
}
.blog.two .blog__content a {
  color: var(--color-primary);
}

.posts-widget {
  display: flex;
  padding: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  background: var(--color-white);
  box-shadow: 0px 0px 60px 0px rgba(2, 2, 2, 0.07);
}
@media (max-width: 575px) {
  .posts-widget {
    padding: 30px 25px;
  }
}
.posts-widget .title-lg {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--color-secondary);
}
@media (max-width: 575px) {
  .posts-widget .title-lg {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.posts-widget .post {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}
.posts-widget .post__img {
  margin-inline-end: 20px;
  /*img {
      aspect-ratio: 3/2;
  }*/
}
.posts-widget .post__content .date {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-gray);
}
.posts-widget .post__content .date .icon {
  font-size: 16px;
  vertical-align: middle;
  margin-inline-end: 10px;
  color: var(--color-secondary);
}
.posts-widget .post__content .title {
  font-size: 16px;
  font-weight: 700;
  margin-top: 5px;
  line-height: 1.4;
  color: var(--color-primary);
}
.posts-widget .post:hover .post__content .title {
  color: var(--color-secondary);
}
.posts-widget .post:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.testimony {
  position: relative;
  background: var(--color-white);
  border: 1px solid #DBDBDB;
  padding-block: clamp(1.5rem, 1.5vw, 2rem);
  padding-inline: clamp(1.5rem, 1.5vw, 2rem);
  margin-bottom: 35px;
}
.testimony::before {
  content: "";
  position: absolute;
  left: 4%;
  bottom: -35px;
  z-index: -1;
  width: 65px;
  height: 40px;
  background-color: #DBDBDB;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.testimony__rating {
  font-size: clamp(1.2rem, 1.8vw, 2rem);
  color: var(--color-secondary);
}
.testimony p {
  font-size: clamp(1.1rem, 1.2vw, 1.5rem);
  padding-block: 15px 25px;
}
.testimony__author {
  display: flex;
  align-items: center;
}
.testimony__author .icon {
  width: clamp(3rem, 4vw, 4rem);
  height: clamp(3rem, 4vw, 4rem);
  border-radius: 50%;
  overflow: hidden;
  margin-inline-end: 15px;
}
.testimony__quote--icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4vw;
  height: 4vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F4F5F8;
  padding: clamp(1rem, 1vw, 1.2rem);
}
.testimony__quote--icon .icon {
  font-size: clamp(1rem, 1.5vw, 2rem);
  color: var(--color-light-gray);
}

.highlighted-title {
  position: relative;
}
.highlighted-title .content {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  width: 70vw;
  padding-block: clamp(1.3rem, 1.5vw, 2rem);
  padding-inline: clamp(1.2rem, 3vw, 4rem);
  background-color: var(--color-secondary);
  z-index: 1;
}
@media (max-width: 991px) {
  .highlighted-title .content {
    position: static;
    align-items: center;
    text-align: center;
    flex-direction: column;
    width: 100%;
  }
}
.highlighted-title .content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: overlay;
  background-image: url("/images/shapes/shape-3.webp");
  opacity: 0.1;
  z-index: -1;
}
@media (min-width: 992px) {
  .highlighted-title.w-md-60 .content {
    width: 60vw;
  }
}
.highlighted-title.two .content .main-icon {
  width: min(100px, 22vw);
  height: min(100px, 22vw);
  padding: 20px;
  flex: 0 0 auto;
}
.highlighted-title.two .content .main-icon .icon {
  width: min(40px, 10vw);
  height: min(40px, 10vw);
}
.highlighted-title.two .content .link .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: var(--color-white);
  background-color: var(--color-primary);
}
.highlighted-title.shape-two .content::before {
  background-image: url(/images/shapes/shape-4.webp);
  opacity: 1;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: right;
}

.team {
  position: relative;
}
.team__content {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 90%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: var(--color-white);
  z-index: 1;
}
@media (max-width: 767px) {
  .team__content {
    bottom: 8px;
    padding: 16px 18px;
  }
}
.team__content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/shapes/shape-6.webp");
  z-index: -1;
}
.team__content .title {
  font-size: 20px;
  text-transform: capitalize;
  color: var(--color-primary);
}
@media (max-width: 767px) {
  .team__content .title {
    font-size: 17px;
  }
}
.team__content .job-title {
  font-size: 20px;
  margin-top: 10px;
  color: var(--color-gray);
}
@media (max-width: 767px) {
  .team__content .job-title {
    font-size: 15px;
    margin-top: 5px;
  }
}

.main-header {
  position: relative;
  z-index: 11;
  background-color: var(--color-secondary);
}
.main-header .main-logo {
  position: relative;
}
.main-header .main-logo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 25%;
  width: 100%;
  height: 100%;
  background-color: var(--color-secondary);
}
.main-header .main-nav {
  position: relative;
  background-color: var(--color-white);
}
.main-header .main-nav::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% - 9px);
  width: 55px;
  height: 50px;
  background-repeat: no-repeat;
  background-image: url("/images/shapes/header-shape.webp");
}
@media (max-width: 991px) {
  .main-header .main-nav::before {
    bottom: -50%;
  }
}
.main-header .main-nav ul:not(.dropdown-menu) {
  list-style: none;
}
.main-header .main-nav ul:not(.dropdown-menu) > li {
  padding: 35px 12px;
  display: inline-block;
}
@media (max-width: 1199px) {
  .main-header .main-nav ul:not(.dropdown-menu) > li {
    padding: 25px 9px;
  }
}
.main-header .main-nav ul:not(.dropdown-menu) > li a {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--color-primary);
}
.main-header .main-nav ul:not(.dropdown-menu) > li a:hover {
  color: var(--color-secondary);
}
.main-header .main-nav .btn-primary {
  padding: 10px 40px;
}
.main-header .contact-block {
  /*background-color: var(--color-secondary);*/
}
.main-header .dropdown .dropdown-menu {
  /*@include bg-opacity($black, 0.40);*/
}
.main-header .dropdown .dropdown-menu li a {
  padding: 10px 15px;
  /*align-items: start;*/
  /*color: $white;*/
}
.main-header .dropdown .dropdown-menu li:hover, .main-header .dropdown .dropdown-menu li.active, .main-header .dropdown .dropdown-menu a:hover, .main-header .dropdown .dropdown-menu a.active {
  /*@include bg-opacity($black, 0.35);*/
}

.footer {
  position: relative;
  color: var(--color-light-gray);
}
.footer .globe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  max-width: 100%;
  opacity: 0.7;
}
@media (max-width: 991px) {
  .footer .globe {
    height: auto;
  }
}
@media (max-width: 575px) {
  .footer .globe {
    display: none;
  }
}
.footer__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: clamp(1.5rem, 3vw, 3rem);
  padding-inline: clamp(2rem, 4vw, 4rem);
  background-color: var(--color-dark-gray);
}
.footer__top .hr {
  flex: 1 0 auto;
  margin-inline: 100px;
  border-color: #DBDBDB;
  opacity: 0.15;
}
.footer__top .social a .icon {
  color: var(--color-white);
}
.footer__top .social a .icon:hover {
  background-color: var(--color-secondary);
}
.footer__title {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 3vh;
  display: block;
  color: var(--color-white);
}
@media (max-width: 991px) {
  .footer__title {
    margin-bottom: 1.5vh;
  }
}
.footer ul li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 1vh;
  color: var(--color-light-gray);
}
.footer ul li a:hover {
  color: var(--color-secondary);
}
.footer .thumbnails-gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.footer .thumbnails-gallery .item {
  flex: 0 0 30%;
  margin-top: 10px;
  overflow: hidden;
  aspect-ratio: 3/3;
}
.footer .thumbnails-gallery .item:hover img {
  transform: scale(1.1);
}
.footer .contact {
  height: 100%;
  padding: 30px;
  background-color: var(--color-dark-gray);
  margin-bottom: 1px;
}
.footer .contact__item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  color: currentColor;
}
.footer .contact__item .icon {
  margin-inline-end: 10px;
}
.footer .contact__item:last-child {
  margin-bottom: 0;
}
.footer .contact a:hover {
  color: var(--color-secondary);
}
.footer__bottom {
  position: relative;
  background-color: var(--color-dark-gray);
}

.inner-banner {
  position: relative;
  height: 46vh;
  max-height: 300px;
  background: var(--color-white);
}
@media (max-width: 575px) {
  .inner-banner {
    height: 20vh;
  }
}
.inner-banner:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: var(--color-dark-gray);
  pointer-events: none;
  z-index: 0;
}
.inner-banner__content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  color: var(--color-white);
}
.inner-banner__content .title {
  text-align: center;
  font-size: clamp(1.4rem, 2.6vw, 3rem);
  text-transform: uppercase;
}
.inner-banner__content ul li {
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  padding-inline-end: 6px;
}
@media (max-width: 575px) {
  .inner-banner__content ul li {
    font-size: 14px;
  }
}
.inner-banner__content ul li a {
  padding-inline-end: 6px;
}
.inner-banner__content ul li a:hover {
  color: var(--color-secondary);
}

/* Responsives */
.bg-primary {
  background-color: var(--color-primary) !important;
}

.bg-secondary {
  background-color: var(--color-secondary) !important;
}

.bg-gray {
  background-color: var(--color-gray) !important;
}

.bg-light-gray {
  background-color: var(--color-light-gray) !important;
}

.bg-dark-gray {
  background-color: var(--color-dark-gray) !important;
}

.bg-white {
  background-color: var(--color-white) !important;
}

.bg-black {
  background-color: var(--color-black) !important;
}

.text-primary, .dealers-dashboard .table {
  color: var(--color-primary) !important;
}

.text-secondary {
  color: var(--color-secondary) !important;
}

.text-gray {
  color: var(--color-gray) !important;
}

.text-light-gray {
  color: var(--color-light-gray) !important;
}

.text-dark-gray {
  color: var(--color-dark-gray) !important;
}

.text-white {
  color: var(--color-white) !important;
}

.text-black {
  color: var(--color-black) !important;
}

.border-primary {
  border-color: var(--color-primary) !important;
}

.border-secondary {
  border-color: var(--color-secondary) !important;
}

.border-gray {
  border-color: var(--color-gray) !important;
}

.border-light-gray {
  border-color: var(--color-light-gray) !important;
}

.border-dark-gray {
  border-color: var(--color-dark-gray) !important;
}

.border-white {
  border-color: var(--color-white) !important;
}

.border-black {
  border-color: var(--color-black) !important;
}

/* Fonts */
.font-parimary {
  font-family: var(--font-primary);
}

.font-secondary {
  font-family: var(--font-secondary);
}

/* Headings */
.main-title {
  font-size: var(--fs-xl);
  color: var(--color-primary);
  line-height: 48px;
}

.sub-title {
  font-size: 14px;
  color: var(--color-light-gray);
  line-height: 20px;
  text-transform: uppercase;
}

.arrow-dot {
  position: relative;
  width: 17px;
  height: 2px;
  display: inline-block;
  background-color: var(--color-secondary);
}
.arrow-dot::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color-secondary);
}
.arrow-dot.bg-white::before {
  background-color: var(--color-white);
}

.title-lg {
  font-size: var(--fs-lg);
  color: var(--color-primary);
  line-height: 30px;
}

/* Boostrap Modal */
.modal:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.5;
  z-index: 0;
  background-color: #000;
}

.modal-backdrop {
  display: none;
}

/* Loose Styles */
.initial-transition, .dealer-login_page .login-form .form-check .form-check-label, .dealer-login_page .login-form a, .dealer-login_page .reset_password-form .form-check .form-check-label, .dealer-login_page .reset_password-form a, .service-partner-page .partner-item .locate-btn, .checkout-page .product-option-label, .btn-primary:hover, .product:hover, .blog__img .img, .blog:hover .blog__content a, .main-header .main-nav ul:not(.dropdown-menu) > li a, .main-header .dropdown .dropdown-menu li a, .main-header .dropdown .dropdown-menu li:hover, .main-header .dropdown .dropdown-menu li.active, .main-header .dropdown .dropdown-menu a:hover, .main-header .dropdown .dropdown-menu a.active, .footer__top .social a .icon:hover, .footer ul li a, .footer .thumbnails-gallery .item img {
  transition: all 0.4s ease-in-out;
}

.fit-img, .about-page .intro .portrait__img-one, .product-page .component__img img, .home-page .banner__bg, .blog__img .img, .footer .thumbnails-gallery .item img, .inner-banner .cover {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.list {
  list-style: none;
  padding-left: 0;
}
.list li {
  position: relative;
  padding-inline-start: 36px;
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 26.25px;
}
@media (max-width: 991px) {
  .list li {
    font-size: 15px;
    line-height: 24px;
    padding-inline-start: 30px;
    padding-inline-end: 10px;
  }
}
.list li:before {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 25px;
  font-family: flaticon_gf-controls !important;
}
@media (max-width: 991px) {
  .list li:before {
    font-size: 20px;
  }
}
.list.icon-secondary li:before {
  color: var(--color-secondary);
}
.list.check li:before {
  content: "\f102";
}
.list.three-columns, .list.two-columns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list.three-columns li, .list.two-columns li {
  flex: 1 1 auto;
  width: 33.33%;
  padding-bottom: 35px;
}
@media (max-width: 991px) {
  .list.three-columns li, .list.two-columns li {
    padding-bottom: 15px;
  }
}
.list.two-columns li {
  flex: 1 1 auto;
  width: 50%;
}
.list.disc {
  list-style: disc;
}
.list.disc li {
  margin-left: 20px;
  padding-inline-start: 5px;
  padding-bottom: 10px;
}

[class^=flaticon-] {
  line-height: 10px;
}

.circle-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 12px;
  background-color: #232429;
}

.pagination .page-item .page-link {
  color: var(--color-primary);
}
@media (max-width: 575px) {
  .pagination .page-item .page-link {
    padding: 8px 18px;
  }
}
.pagination .page-item .page-link:hover {
  background-color: var(--color-secondary);
  color: var(--color-white);
}
.pagination .page-item.active .page-link {
  background-color: var(--color-secondary);
  color: var(--color-white);
  border-color: var(--color-secondary);
}

.whatsapp-chat {
  position: fixed;
  bottom: 3%;
  left: 2%;
  z-index: 100;
}
@media (max-width: 575px) {
  .whatsapp-chat {
    bottom: 1%;
    left: 2%;
  }
}
.whatsapp-chat span {
  display: flex;
  background-color: #4cca5a;
  border-radius: 50%;
  color: #fff;
  padding: 1rem;
  cursor: pointer;
}
@media (max-width: 575px) {
  .whatsapp-chat span {
    padding: 0.6rem;
  }
  .whatsapp-chat span img {
    max-width: 80%;
    margin: auto;
  }
}

#return-to-top {
  position: fixed;
  bottom: 3%;
  right: 2%;
  background: var(--color-primary);
  width: 45px;
  height: 45px;
  z-index: 99;
  display: block;
  text-decoration: none;
  border-radius: 35px;
  display: none;
  transition: all 0.3s ease;
  box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 0px 2px;
  overflow: hidden;
}
#return-to-top:hover {
  background: var(--color-secondary);
}
#return-to-top:hover span {
  opacity: 0;
  display: none;
}
#return-to-top:hover i {
  color: #fff;
  opacity: 1;
  display: block;
  animation: lineUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}
#return-to-top i,
#return-to-top span {
  color: #fff;
  margin: 0;
  position: relative;
  left: 13px;
  top: 12px;
  font-size: 20px;
  transition: opacity 0.9s ease;
}
#return-to-top i {
  opacity: 0;
  display: none;
}
#return-to-top span {
  opacity: 1;
  top: 5px;
  left: 10px;
  font-weight: 600;
}

@keyframes lineUp {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(-70px);
  }
}
/* Pages */
.home-page .banner {
  position: relative;
}
@media (max-width: 767px) {
  .home-page .banner {
    height: 35vh;
  }
}
.home-page .banner .container {
  position: absolute;
  inset: 0;
  margin: auto;
}
.home-page .banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: -10%;
  width: 100%;
  height: 80%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1920' height='582' viewBox='0 0 1920 582' fill='none'%3E%3Cpath d='M399.727 -385.967L56.6289 -455L-151.926 581.53L408.642 148.86L1953.91 459.777L2056.98 -52.5156L399.727 -385.967Z' fill='url(%23paint0_linear_220_50313)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_220_50313' x1='849.548' y1='-72.563' x2='848.251' y2='782.772' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23232429'/%3E%3Cstop offset='0.615356' stop-color='%23232429' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  z-index: 0;
}
@media (max-width: 767px) {
  .home-page .banner::before {
    top: 0;
  }
}
.home-page .banner .shape {
  position: absolute;
  top: 0;
  bottom: 0;
  max-height: 100%;
  margin: auto;
  z-index: 2;
}
@media (max-width: 767px) {
  .home-page .banner .shape {
    max-height: 50%;
  }
}
.home-page .banner__content {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
}
.home-page .banner__content .pro-number {
  color: var(--color-secondary);
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.home-page .banner__content .pro-title {
  color: var(--color-white);
  font-size: var(--fs-xxl);
  text-transform: uppercase;
  display: block;
  text-shadow: 10px 10px 5px rgba(0, 0, 0, 0.31);
  padding-block: clamp(1rem, 3vw, 3rem);
}
.home-page .banner__pro--info {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  z-index: 2;
}
@media (max-width: 991px) {
  .home-page .banner__pro--info {
    display: none;
  }
}
.home-page .banner__pro--info .left, .home-page .banner__pro--info .right {
  position: relative;
  background-color: var(--color-secondary);
  color: var(--color-primary);
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-page .banner__pro--info .left .icon, .home-page .banner__pro--info .right .icon {
  position: absolute;
  top: 0;
  right: 20px;
  padding: 15px 20px;
  background-color: #171717;
  background: rgba(23, 23, 23, 0.1);
}
.home-page .banner__pro--info .left span, .home-page .banner__pro--info .right span {
  font-size: 38px;
  display: block;
}
.home-page .banner__pro--info .left small, .home-page .banner__pro--info .right small {
  font-size: 18px;
}
.home-page .banner__pro--info .right {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.home-page .banner__pro--info .right .icon {
  background-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.home-page .banner__pro--info .right span {
  color: var(--color-secondary);
  font-family: var(--font-secondary);
}
.home-page .banner__pro--info .right small {
  color: var(--color-light-gray);
}
.home-page .intro .left-block {
  position: relative;
  padding-bottom: 5vh;
}
@media (max-width: 575px) {
  .home-page .intro .left-block {
    padding-bottom: 0;
  }
}
.home-page .intro .left-block::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border: 25px solid var(--color-secondary);
  width: 70%;
  height: 200px;
}
@media (max-width: 575px) {
  .home-page .intro .left-block::before {
    height: 100px;
    border-width: 15px;
  }
}
.home-page .intro .left-block .img-two {
  position: relative;
  left: 10px;
  margin-top: -30vh;
}
.home-page .service-partners {
  position: relative;
  overflow: hidden;
}
.home-page .service-partners .map-section {
  background-color: var(--color-primary);
  position: absolute;
  right: 0;
  top: 0;
  width: 45vw;
  height: 100%;
}
@media (max-width: 1199px) {
  .home-page .service-partners .map-section {
    position: relative;
    width: 100%;
    height: 50vh;
    margin-top: 30px;
    background-color: transparent;
  }
}
.home-page .service-partners .map-section .map {
  position: relative;
  width: 90%;
  height: 100%;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .home-page .service-partners .map-section .map {
    width: 100%;
  }
}
.home-page .service-partners .map-section .white-shape {
  position: absolute;
  top: 30%;
  width: 15%;
  height: 100%;
  background-color: var(--color-white);
  transform: rotate(45deg);
}
@media (max-width: 1199px) {
  .home-page .service-partners .map-section .white-shape {
    display: none;
  }
}
.home-page .service-partners .map-section .white-shape::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 70%;
  height: 100%;
  margin: auto;
  background-color: var(--color-secondary);
}

.testimonials-section .owl-carousel .owl-nav {
  position: relative;
  text-align: center;
}
.testimonials-section .owl-carousel .owl-nav::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 100%;
  height: 1px;
  background: #DBDBDB;
  z-index: -1;
}
.testimonials-section .owl-carousel .owl-nav .owl-prev, .testimonials-section .owl-carousel .owl-nav .owl-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  border-radius: 50%;
  margin: 0 20px;
  color: var(--color-white);
  background-color: var(--color-primary);
}
.testimonials-section .owl-carousel .owl-nav .owl-prev:hover, .testimonials-section .owl-carousel .owl-nav .owl-next:hover {
  background-color: var(--color-secondary);
}

.product-page .component__img {
  background-image: linear-gradient(to right top, #686a6f, #8c8d91, #b1b1b4, #d8d7d9, #ffffff);
}
.product-page .component__info {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--color-primary);
}
.product-page .component__info .content {
  position: relative;
  width: 70%;
  padding-block: clamp(2.3rem, 2vw, 3rem);
  padding-inline: clamp(1.2rem, 3vw, 4rem);
  z-index: 1;
}
@media (max-width: 991px) {
  .product-page .component__info .content {
    width: 100%;
    padding: 30px;
  }
}
.product-page .component__info .content > * {
  color: var(--color-white);
}
.product-page .component__info .shape {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.3;
  mix-blend-mode: overlay;
  pointer-events: none;
}
@media (min-width: 992px) {
  .product-page .component .row:nth-child(even) .component__img {
    order: 1;
  }
}
.product-page .component .row:nth-child(even) .component__info {
  align-items: flex-end;
}
.product-page .component .row:nth-child(even) .component__info .shape {
  right: unset;
  left: 0;
  transform: rotateZ(180deg);
}

.portrait {
  position: relative;
}
.portrait__icon {
  position: absolute;
  top: -25px;
  left: 0;
  padding: 25px;
}
@media (max-width: 575px) {
  .portrait__icon {
    left: 5px;
    padding: 15px;
  }
  .portrait__icon svg {
    width: 50px;
    height: 50px;
  }
}
.portrait::before {
  content: "";
  position: absolute;
  top: 0;
  right: 12px;
  width: 18px;
  height: 30vh;
  background-color: var(--color-secondary);
  z-index: -1;
}
.portrait__img-one {
  max-width: 90%;
}
.portrait__img-two {
  display: block;
  max-width: 80%;
  margin-left: auto;
  margin-top: -15%;
}

.checkout-page .title-sm {
  color: #232429;
  font-size: 17px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.checkout-page .deselect-btn {
  width: 80px;
  height: 27px;
  text-align: center;
  font-size: 10px;
  background: transparent;
  font-size: 15px;
  color: var(--color-light-gray);
  border: 1px solid var(--color-light-gray);
}
.checkout-page .product-option-label {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  border: 1px solid #ccc;
  padding: 16px;
  cursor: pointer;
  text-align: center;
  margin-bottom: 10px;
  color: var(--color-gray);
  margin: 3px;
}
@media (min-width: 992px) {
  .checkout-page .product-option-label {
    aspect-ratio: 2/1.5;
  }
}
.checkout-page .product-option-label span {
  margin-top: 15px;
  font-size: 15px;
  font-weight: 400;
  color: #232429;
}
.checkout-page .product-option-input:checked + .product-option-label {
  border: 3px solid var(--color-secondary);
  color: var(--color-black);
}
.checkout-page .product-option-input {
  display: none;
}
.checkout-page .input-group .btn {
  border-radius: 0;
  border-color: #DBDBDB;
  font-size: 20px;
  width: 45px;
  height: 45px;
}
.checkout-page input.form-control:not(.input-group input.form-control) {
  padding: 15px 30px;
  height: 60px;
  background: #F4F5F8;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  color: var(--color-primary);
}
.checkout-page input.form-control:not(.input-group input.form-control)::-moz-placeholder {
  color: var(--color-gray);
}
.checkout-page input.form-control:not(.input-group input.form-control)::placeholder {
  color: var(--color-gray);
}
.checkout-page label {
  cursor: pointer;
}
.checkout-page textarea, .checkout-page select {
  padding: 24px 30px;
  background-color: #F4F5F8;
  border: 0;
  border-radius: 0;
}
.checkout-page textarea:focus, .checkout-page select:focus {
  background-color: #F4F5F8;
  box-shadow: none;
}
.checkout-page input[type=checkbox] {
  border: 0;
  background-color: #DBDBDB;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-inline-end: 7px;
}
.checkout-page input[type=checkbox].checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkout-page .form-check:hover input {
  background-color: #ccc;
}
.checkout-page .form-check input:checked {
  background-color: var(--color-secondary);
  border-color: transparent;
}
.checkout-page .form-check input:focus {
  box-shadow: none;
}
.checkout-page .form-check label {
  vertical-align: middle;
}

.order-summary {
  position: sticky;
  top: 30px;
  padding: 50px 40px 50px 30px;
  background-color: #F4F5F8;
}
@media (max-width: 991px) {
  .order-summary {
    padding: 30px 30px 30px 20px;
  }
}
.order-summary .list-group-item {
  border: 0;
  margin-bottom: 10px;
  background-color: transparent;
}
@media (max-width: 767px) {
  .order-summary .list-group-item {
    padding-inline: 0 10px;
  }
}
.order-summary .list-group-item .title {
  font-size: 18px;
  color: var(--color-primary);
}
@media (max-width: 767px) {
  .order-summary .list-group-item .title {
    font-size: 16px;
  }
}
.price:not(.order-summary .list-group-item:last-child .price) {
  color: var(--color-light-gray);
}
.order-summary .list-group-item:first-child {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-block: 25px;
}
@media (max-width: 767px) {
  .order-summary .list-group-item:first-child {
    padding-block: 20px;
  }
}
.order-summary .list-group-item:last-child {
  border-top: 1px solid #ccc;
  padding-top: 25px;
}
.order-summary .list-group-item .clear {
  position: absolute;
  right: -20px;
  border: 0;
  background: var(--color-secondary);
  color: var(--color-white);
}

.service-partner-page .partner-list {
  padding-left: 0;
  padding-right: 6px;
  overflow-y: auto;
  max-height: 80vh;
  background-color: #f8f9fa;
}
.service-partner-page .partner-list::-webkit-scrollbar {
  width: 13px;
}
.service-partner-page .partner-list::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px #999B9F;
  background-color: #999B9F;
}
.service-partner-page .partner-item {
  position: relative;
  padding: 30px 35px;
  color: var(--color-gray);
  background-color: #DBDBDB;
  transition: background-color 0.3s, color 0.3s;
}
.service-partner-page .partner-item:nth-child(even) {
  background-color: #F4F5F8;
}
.service-partner-page .partner-item .btn {
  background-color: #ff7f00;
  color: #ffffff;
}
.service-partner-page .partner-item .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.2px;
  color: var(--color-primary);
}
.service-partner-page .partner-item address {
  font-size: 14px;
  font-weight: 400;
  margin-top: 12px;
  color: var(--color-gray);
}
.service-partner-page .partner-item .locate-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
  margin: auto;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  height: 40px;
  padding: 8.925px 20.008px 8.079px 29px;
  flex-shrink: 0;
  border-radius: 20px;
  border: 1px solid #F4F5F8;
  color: var(--color-white);
  opacity: 0;
  background-color: transparent;
}
.service-partner-page .partner-item .locate-btn .icon {
  margin-inline-start: 12px;
}
@media (max-width: 991px) {
  .service-partner-page .partner-item .locate-btn {
    opacity: 1;
    border: 1px solid var(--color-dark-gray);
    color: var(--color-dark-gray);
  }
}
@media (max-width: 575px) {
  .service-partner-page .partner-item .locate-btn {
    position: static;
    margin-top: 25px;
  }
}
.service-partner-page .partner-item ul li {
  display: flex;
  margin-bottom: 12px;
}
.service-partner-page .partner-item ul li .icon {
  font-size: 20px;
  margin-inline-end: 10px;
  margin-top: 3px;
}
.service-partner-page .partner-item ul li a {
  color: var(--color-gray);
}
.service-partner-page .partner-item:hover {
  background-color: #ff7f00;
  color: var(--color-white);
}
.service-partner-page .partner-item:hover .btn {
  background-color: #ffffff;
  color: #ff7f00;
}
.service-partner-page .partner-item:hover .title, .service-partner-page .partner-item:hover address, .service-partner-page .partner-item:hover ul li a {
  color: var(--color-white);
}
.service-partner-page .partner-item:hover .locate-btn {
  opacity: 1;
}
@media (max-width: 991px) {
  .service-partner-page .partner-item:hover .locate-btn {
    border-color: var(--color-white);
    color: var(--color-white);
  }
}
.service-partner-page .modal.map .modal-dialog {
  width: 90%;
  max-width: unset;
  margin: auto;
}
.service-partner-page .modal.map .modal-dialog .map {
  height: 60vh;
}

.blog_details-page .posts-widget {
  position: sticky;
  top: 20px;
}

.about-page .intro .portrait::before {
  height: 100%;
}
.about-page .our-mission {
  position: relative;
  overflow-x: hidden;
}
.about-page .our-mission .shape {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70%;
  z-index: 0;
}
.about-page .our-mission__content {
  display: flex;
  align-items: center;
  padding: 3vw;
  background-color: var(--color-primary);
}
@media (max-width: 991px) {
  .about-page .our-mission__content {
    padding: 30px;
  }
}
.about-page .our-mission .content {
  position: relative;
  padding-bottom: 10vw;
  width: 70%;
  z-index: 1;
}
.about-page .our-mission .content p {
  color: var(--color-light-gray);
}
@media (max-width: 991px) {
  .about-page .our-mission .content {
    width: 100%;
  }
}

.contact-page .form-container .map {
  height: 300px;
}
.contact-page .contact-form {
  border: 1px solid #DBDBDB;
  box-shadow: 6px 7px 60px 0px rgba(0, 0, 0, 0.06);
  background-color: var(--color-white);
  padding: 50px;
  height: 100%;
}
@media (min-width: 992px) {
  .contact-page .contact-form {
    border-left: none;
  }
}
@media (max-width: 991px) {
  .contact-page .contact-form {
    padding: 30px 25px;
  }
}
.contact-page .contact-form input, .contact-page .contact-form textarea {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  padding: 10px 20px;
  border: 1px solid #DBDBDB;
}
.contact-page .contact-form textarea {
  height: auto;
}

.dealers-dashboard {
  margin: 25px 0 0;
}
.dealers-dashboard .sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-block: 2vh;
  background-color: var(--color-secondary);
}
.dealers-dashboard .sidebar__list {
  position: sticky;
  top: 10px;
}
.dealers-dashboard .sidebar__list li {
  position: relative;
  margin-inline-start: 20px;
  margin-block-end: 5px;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.dealers-dashboard .sidebar__list li:before, .dealers-dashboard .sidebar__list li:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  z-index: -1;
  opacity: 0;
  border: 2px solid #fff;
  transition: all 0.4s ease-in-out;
}
.dealers-dashboard .sidebar__list li:before {
  top: -13px;
  right: -2px;
  border-radius: 0 0px 8px 0px;
  border-left: 0;
  border-top: 0;
}
.dealers-dashboard .sidebar__list li:after {
  bottom: -13px;
  right: -2px;
  border-radius: 0 8px 0px 0px;
  border-left: 0;
  border-bottom: 0;
}
.dealers-dashboard .sidebar__list li a {
  display: flex;
  align-items: center;
  font-size: clamp(1rem, 1.2vw, 1.4rem);
  padding-block: 10px;
  padding-inline-start: 20px;
}
.dealers-dashboard .sidebar__list li a .icon {
  margin-inline-end: 6px;
}
.dealers-dashboard .sidebar__list li.active, .dealers-dashboard .sidebar__list li:hover {
  background-color: var(--color-white);
  border-radius: 8px 0 0 8px;
}
.dealers-dashboard .sidebar__list li.active:before, .dealers-dashboard .sidebar__list li.active:after, .dealers-dashboard .sidebar__list li:hover:before, .dealers-dashboard .sidebar__list li:hover:after {
  opacity: 1;
}
.dealers-dashboard .sidebar__list li.active a, .dealers-dashboard .sidebar__list li:hover a {
  color: var(--color-primary);
}
.dealers-dashboard .sidebar__list li.active a .icon:not(.fill) use, .dealers-dashboard .sidebar__list li:hover a .icon:not(.fill) use {
  stroke: var(--color-primary);
}
.dealers-dashboard .sidebar__list li.active a .icon.fill use, .dealers-dashboard .sidebar__list li:hover a .icon.fill use {
  fill: var(--color-primary);
}
.dealers-dashboard .sidebar .help {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-inline-start: 20px;
  color: var(--color-white);
}
@media (max-width: 991px) {
  .dealers-dashboard .sidebar .help {
    justify-content: center;
    margin: 20px 20px 0 20px;
  }
}
@media (max-width: 991px) {
  .dealers-dashboard .sidebar .dropdown {
    width: 80%;
    margin: auto;
  }
  .dealers-dashboard .sidebar .dropdown .dropdown-toggle {
    background-color: var(--color-white);
    width: 100%;
  }
  .dealers-dashboard .sidebar .dropdown .dropdown-menu {
    width: 100%;
  }
}
.dealers-dashboard .content-wrapper {
  padding-inline: 2vw;
  padding-block: 4vh;
}
.dealers-dashboard .content-wrapper .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .dealers-dashboard .content-wrapper .header {
    flex-direction: column;
  }
}
.dealers-dashboard .content-wrapper .header .btn-primary {
  border-radius: 4px;
}
.dealers-dashboard .content-wrapper .title-lg {
  font-size: clamp(1.5rem, 1.8vw, 2rem);
}
.dealers-dashboard .content-wrapper .btn-primary {
  color: var(--color-white);
}
@media (max-width: 575px) {
  .dealers-dashboard .content-wrapper .btn-primary {
    width: 100%;
  }
}
.dealers-dashboard .content-wrapper .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--color-secondary);
  margin-inline-end: 4px;
}
.dealers-dashboard .content-wrapper .status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border-radius: 5px;
  min-width: 130px;
}
@media (max-width: 767px) {
  .dealers-dashboard .content-wrapper .status {
    padding: 7px 10px;
  }
}
.dealers-dashboard .content-wrapper .status .dot {
  background-color: currentColor;
}
.dealers-dashboard .content-wrapper .status.completed {
  background-color: #28D525;
  background: rgba(40, 213, 37, 0.1);
  color: #28D525;
}
.dealers-dashboard .content-wrapper .status.canceled {
  background-color: #FF0000;
  background: rgba(255, 0, 0, 0.1);
  color: #FF0000;
}
.dealers-dashboard .content-wrapper .status.pending {
  background-color: #FFA800;
  background: rgba(255, 168, 0, 0.1);
  color: #FFA800;
}
.dealers-dashboard .dropdown .dropdown-toggle, .dealers-dashboard .custom-select {
  position: relative;
}
.dealers-dashboard .dropdown .dropdown-toggle:after, .dealers-dashboard .custom-select:after {
  content: "\f105";
  font-family: flaticon_gf-controls !important;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  border: 0;
  transform: rotate(270deg);
  height: 20px;
  margin: auto;
  pointer-events: none;
}
@media (max-width: 575px) {
  .dealers-dashboard .dropdown {
    width: 100%;
  }
}
.dealers-dashboard .dropdown .dropdown-toggle {
  width: min(13rem, 200px);
  height: 55px;
  text-align: start;
  overflow: hidden;
  border: 1px solid rgba(153, 155, 159, 0.6);
  padding-inline-end: 25px;
}
@media (max-width: 575px) {
  .dealers-dashboard .dropdown .dropdown-toggle {
    width: 100%;
  }
}
.dealers-dashboard .custom-select select {
  width: min(13rem, 200px);
  height: 55px;
  font-size: 15px;
  text-align: start;
  overflow: hidden;
  border: 1px solid rgba(153, 155, 159, 0.6);
  padding: 10px 25px 10px 15px;
  border-radius: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.dealers-dashboard .custom-select select:focus-visible {
  outline-color: var(--color-secondary);
}
@media (max-width: 575px) {
  .dealers-dashboard .custom-select select {
    width: 100%;
    height: 45px;
  }
}
.dealers-dashboard .table {
  margin-block-start: 3vh;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}
@media (min-width: 768px) {
  .dealers-dashboard .table {
    outline: rgba(153, 155, 159, 0.6) solid 1px;
  }
}
.dealers-dashboard .table tr th {
  font-size: 18px;
  padding-block: 3vh;
  border-bottom: 1px dashed rgba(153, 155, 159, 0.6);
}
@media (min-width: 768px) {
  .dealers-dashboard .table tbody tr:last-child td {
    border-bottom: none;
  }
}
.dealers-dashboard .table tbody tr td {
  font-size: 16px;
  border-bottom: 1px dashed rgba(153, 155, 159, 0.6);
  padding-block: 3vh;
}
@media (max-width: 767px) {
  .dealers-dashboard .table tbody tr td {
    padding-block: 2vh;
  }
}
.dealers-dashboard .table tbody tr td a {
  color: currentColor;
}
.dealers-dashboard .table tbody tr td a:hover {
  color: var(--color-secondary);
  text-decoration: underline;
}
.dealers-dashboard .list-disc {
  list-style: disc;
  padding-inline-start: 20px;
}
.dealers-dashboard .list-disc li {
  margin-bottom: 8px;
}
.dealers-dashboard .custom-form-control {
  position: relative;
}
.dealers-dashboard .custom-form-control .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  pointer-events: none;
}
@media (min-width: 768px) {
  .dealers-dashboard.order-details .table tr th {
    font-size: 20px;
    white-space: nowrap;
    vertical-align: middle;
  }
}
.dealers-dashboard.order-details .table tr th, .dealers-dashboard.order-details .table tr td {
  text-align: start;
  padding-inline: clamp(1rem, 1.8vw, 2rem);
  padding-block: 2.2vh;
}
.dealers-dashboard.profile .form-label {
  font-size: 18px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .dealers-dashboard.profile .form-label {
    font-size: 16px;
    margin-bottom: 14px;
  }
}
.dealers-dashboard.profile input.form-control {
  height: 65px;
  border-radius: 10px;
  border-color: rgba(153, 155, 159, 0.6);
}
@media (max-width: 767px) {
  .dealers-dashboard.profile input.form-control {
    height: 60px;
  }
}
.dealers-dashboard.profile input.form-control:focus {
  box-shadow: none;
}
.dealers-dashboard.profile input.form-control::-moz-placeholder {
  font-size: 14px;
  color: var(--color-light-gray);
}
.dealers-dashboard.profile input.form-control::placeholder {
  font-size: 14px;
  color: var(--color-light-gray);
}
@media (min-width: 768px) {
  .dealers-dashboard.profile .custom-form-control {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .dealers-dashboard .jrt tr {
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
  }
  .dealers-dashboard .jrt tr td {
    padding-inline: 17px;
    align-items: center;
  }
  .dealers-dashboard .jrt tr td:last-child {
    border: 0;
  }
}

.dealer-login_page .login-form, .dealer-login_page .reset_password-form {
  width: 30vw;
  min-width: 380px;
  margin: auto;
  padding: 50px 30px;
  border: 1px solid #DBDBDB;
  box-shadow: 0px 6px 40px 0px rgba(0, 0, 0, 0.06);
}
@media (max-width: 575px) {
  .dealer-login_page .login-form, .dealer-login_page .reset_password-form {
    padding: 40px 25px;
  }
}
.dealer-login_page .login-form .form-group .form-control, .dealer-login_page .reset_password-form .form-group .form-control {
  height: 60px;
  padding: 5px 30px;
  background: #F4F5F8;
  border: 0;
}
.dealer-login_page .login-form .form-group .form-control::placholder, .dealer-login_page .reset_password-form .form-group .form-control::placholder {
  color: var(--color-gray);
  font-size: 16px;
  line-height: 30px; /* 187.5% */
}
.dealer-login_page .login-form .form-check .form-check-label, .dealer-login_page .login-form a, .dealer-login_page .reset_password-form .form-check .form-check-label, .dealer-login_page .reset_password-form a {
  color: var(--color-gray);
  cursor: pointer;
}
.dealer-login_page .login-form .form-check .form-check-label:hover, .dealer-login_page .login-form a:hover, .dealer-login_page .reset_password-form .form-check .form-check-label:hover, .dealer-login_page .reset_password-form a:hover {
  color: var(--color-secondary);
}
.dealer-login_page .login-form .form-check .form-check-input:checked, .dealer-login_page .reset_password-form .form-check .form-check-input:checked {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}
.dealer-login_page .login-form .form-check .form-check-input:focus, .dealer-login_page .reset_password-form .form-check .form-check-input:focus {
  border-color: var(--color-secondary);
  box-shadow: 0 0 0 0.25rem rgba(234, 117, 46, 0.25);
}
@media (max-width: 575px) {
  .dealer-login_page .login-form .form-check .form-check-label, .dealer-login_page .login-form .forget-password, .dealer-login_page .reset_password-form .form-check .form-check-label, .dealer-login_page .reset_password-form .forget-password {
    font-size: 14px;
  }
}
.dealer-login_page .reset_password-form {
  display: none;
}
.dealer-login_page .reset_password-form.active {
  position: relative;
  z-index: 9;
  display: block;
}

/* Fonts */
@font-face {
  font-family: "flaticon_gf-controls";
  src: url("../font/flaticon_gf-controls.woff2?1c271479b3ecdf755ee3e50387dcf480") format("woff2"), url("../font/flaticon_gf-controls.woff?1c271479b3ecdf755ee3e50387dcf480") format("woff"), url("../font/flaticon_gf-controls.eot?1c271479b3ecdf755ee3e50387dcf480#iefix") format("embedded-opentype"), url("../font/flaticon_gf-controls.ttf?1c271479b3ecdf755ee3e50387dcf480") format("truetype"), url("../font/flaticon_gf-controls.svg?1c271479b3ecdf755ee3e50387dcf480#flaticon_gf-controls") format("svg");
}
i[class^=flaticon-]:before, i[class*=" flaticon-"]:before {
  font-family: flaticon_gf-controls !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.flaticon-european-union:before {
  content: "\f101";
}

.flaticon-checked:before {
  content: "\f102";
}

.flaticon-technology:before {
  content: "\f103";
}

.flaticon-right-arrow-angle:before {
  content: "\f104";
}

.flaticon-angle-left:before {
  content: "\f105";
}

.flaticon-maps-and-flags:before {
  content: "\f106";
}

.flaticon-envelope:before {
  content: "\f107";
}

.flaticon-facebook-logo:before {
  content: "\f108";
}

.flaticon-youtube:before {
  content: "\f109";
}

.flaticon-instagram:before {
  content: "\f10a";
}

.flaticon-left-arrow:before {
  content: "\f10b";
}

.flaticon-right-arrow:before {
  content: "\f10c";
}

.flaticon-map:before {
  content: "\f10d";
}

.flaticon-star:before {
  content: "\f10e";
}

.flaticon-right-quote:before {
  content: "\f10f";
}

.flaticon-menu:before {
  content: "\f110";
}

.flaticon-telephone:before {
  content: "\f111";
}

.flaticon-phone:before {
  content: "\f112";
}

.flaticon-email:before {
  content: "\f113";
}

.flaticon-globe:before {
  content: "\f114";
}

.flaticon-clock:before {
  content: "\f115";
}