@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,400&display=swap");
:root {
  --nav-member-bg-color: #E1E1E1;
  --nav-a-color: #000;
  --background-gray-color: #F4F4F4;
  --primary-theme-color: #000;
  --secondary-theme-color: #049e00;
  --light-green-color: #e2fae1;
  --stroke: #DEE2E6;
  --container-border: #E0E0E0;
  --white-container-bg: #fff;
  --yellow-orange: #fbb83c;
}

:root {
  --secondary-theme-color: #129E49;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 425px) {
  body {
    font-size: 14px;
    line-height: 1.3em;
  }
}

p.small {
  font-size: 12px;
  line-height: 19px;
  opacity: 0.8;
}
p.small.opacity-1 {
  opacity: 1;
}

h4,
h4 b {
  font-weight: 900;
}

.blur {
  filter: blur(3px);
  -webkit-filter: blur(3px);
}

/* text Colors */
.green-color {
  color: var(--secondary-theme-color);
}

@media screen and (max-width: 767px) {
  h4 {
    font-size: 1em;
  }
}
sup {
  color: red;
  font-size: 0.9em;
  position: relative;
  top: -3px;
}

.size-5::before {
  font-size: 3em;
}

body,
html {
  font-size: 18px;
  line-height: 31px;
}
@media screen and (max-width: 575px) {
  body,
  html {
    font-size: 16px;
    line-height: 25px;
  }
}
@media screen and (min-width: 768px) {
  body,
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 52px;
  }
}

p {
  font-size: 1em;
  line-height: 1.7em;
  margin-bottom: 1.7em;
}
[class^=col-] p:last-child {
  margin-bottom: 0;
}

header h1 {
  font-size: 64px;
  font-weight: 700;
  line-height: 77px;
  margin: -15px 0 0 0;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  header h1 {
    font-size: 56px;
  }
}
@media screen and (max-width: 991px) {
  header h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  header h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media screen and (max-width: 757px) {
  header h1 {
    font-size: 32px;
  }
}

.title,
.blk-state__content .title {
  margin-bottom: 1.5rem;
}
.title h1,
.title h2,
.title h3,
.title h4,
.title .lbox-t1,
.blk-state__content .title h1,
.blk-state__content .title h2,
.blk-state__content .title h3,
.blk-state__content .title h4,
.blk-state__content .title .lbox-t1 {
  font-weight: 300;
}
.title h1 b,
.title h1 strong,
.title h2 b,
.title h2 strong,
.title h3 b,
.title h3 strong,
.title h4 b,
.title h4 strong,
.title .lbox-t1 b,
.title .lbox-t1 strong,
.blk-state__content .title h1 b,
.blk-state__content .title h1 strong,
.blk-state__content .title h2 b,
.blk-state__content .title h2 strong,
.blk-state__content .title h3 b,
.blk-state__content .title h3 strong,
.blk-state__content .title h4 b,
.blk-state__content .title h4 strong,
.blk-state__content .title .lbox-t1 b,
.blk-state__content .title .lbox-t1 strong {
  font-weight: 900;
}
.title h1.fs-mid,
.blk-state__content .title h1.fs-mid {
  font-size: 1.5em;
}
.title p:last-child,
.blk-state__content .title p:last-child {
  margin-bottom: 0;
}
.title span,
.blk-state__content .title span {
  color: var(--secondary-theme-color);
}
.title.style-b-left h1,
.title.style-b-left h2,
.title.style-b-left h3,
.title.style-b-left h4, .title.style-b-left.text-center,
.title .lbox-t1 h1,
.title .lbox-t1 h2,
.title .lbox-t1 h3,
.title .lbox-t1 h4,
.title .lbox-t1.text-center,
.blk-state__content .title.style-b-left h1,
.blk-state__content .title.style-b-left h2,
.blk-state__content .title.style-b-left h3,
.blk-state__content .title.style-b-left h4,
.blk-state__content .title.style-b-left.text-center,
.blk-state__content .title .lbox-t1 h1,
.blk-state__content .title .lbox-t1 h2,
.blk-state__content .title .lbox-t1 h3,
.blk-state__content .title .lbox-t1 h4,
.blk-state__content .title .lbox-t1.text-center {
  border-color: var(--secondary-theme-color);
  border-style: solid;
  border-width: 0;
  border-left-width: 8px;
}
.title.style-b-left h1,
.title.style-b-left h2, .title.style-b-left.text-center,
.title .lbox-t1 h1,
.title .lbox-t1 h2,
.title .lbox-t1.text-center,
.blk-state__content .title.style-b-left h1,
.blk-state__content .title.style-b-left h2,
.blk-state__content .title.style-b-left.text-center,
.blk-state__content .title .lbox-t1 h1,
.blk-state__content .title .lbox-t1 h2,
.blk-state__content .title .lbox-t1.text-center {
  padding-left: 24px;
}
.title.style-b-left h3,
.title .lbox-t1 h3,
.blk-state__content .title.style-b-left h3,
.blk-state__content .title .lbox-t1 h3 {
  border-left-width: 4px;
  font-size: 18px;
  font-weight: 700;
  padding-left: 16px;
}
.title.style-slogan p,
.blk-state__content .title.style-slogan p {
  color: var(--secondary-theme-color);
}
.title.style-slogan span,
.blk-state__content .title.style-slogan span {
  display: block;
  font-size: 18px;
  line-height: 29px;
  margin-top: 16px;
  color: var(--secondary-theme-color);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .title.style-slogan span,
  .blk-state__content .title.style-slogan span {
    font-size: 16px;
    line-height: 21px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 575px) {
  .title.style-slogan span,
  .blk-state__content .title.style-slogan span {
    font-size: 14px;
    line-height: 21px;
    margin-top: 6px;
  }
}
.title.style-center,
.blk-state__content .title.style-center {
  text-align: center;
}
.title.style-center p,
.blk-state__content .title.style-center p {
  margin-top: 20px;
}
.title.style-icon-left h1,
.title.style-icon-left h2,
.title.style-icon-left h3,
.title.style-icon-left h4,
.blk-state__content .title.style-icon-left h1,
.blk-state__content .title.style-icon-left h2,
.blk-state__content .title.style-icon-left h3,
.blk-state__content .title.style-icon-left h4 {
  font-weight: 600;
  position: relative;
  padding-left: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.title.style-icon-left h1::before,
.title.style-icon-left h2::before,
.title.style-icon-left h3::before,
.title.style-icon-left h4::before,
.blk-state__content .title.style-icon-left h1::before,
.blk-state__content .title.style-icon-left h2::before,
.blk-state__content .title.style-icon-left h3::before,
.blk-state__content .title.style-icon-left h4::before {
  content: "";
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
  display: block;
  position: absolute;
  left: 0;
  background-position: center;
}
.title.full_r_style h2,
.blk-state__content .title.full_r_style h2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  text-transform: capitalize;
}
.title.full_r_style h2::before,
.blk-state__content .title.full_r_style h2::before {
  margin-right: 30px;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .title.full_r_style h2,
  .blk-state__content .title.full_r_style h2 {
    padding-left: 0;
  }
  .title.full_r_style h2::before,
  .blk-state__content .title.full_r_style h2::before {
    position: relative;
    font-size: 32px;
  }
}
.title.s-42 h1,
.title.s-42 h2,
.blk-state__content .title.s-42 h1,
.blk-state__content .title.s-42 h2 {
  font-size: 42px;
}
@media screen and (max-width: 767px) {
  .title.s-42 h1,
  .title.s-42 h2,
  .blk-state__content .title.s-42 h1,
  .blk-state__content .title.s-42 h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 575px) {
  .title.s-42 h1,
  .title.s-42 h2,
  .blk-state__content .title.s-42 h1,
  .blk-state__content .title.s-42 h2 {
    font-size: 24px;
  }
}
.title.s-22 h1,
.title.s-22 h2,
.title.s-22 h3,
.title.s-22 h4,
.blk-state__content .title.s-22 h1,
.blk-state__content .title.s-22 h2,
.blk-state__content .title.s-22 h3,
.blk-state__content .title.s-22 h4 {
  font-size: 22px;
}
.title.s-32 h1,
.title.s-32 h2,
.title.s-32 h3,
.title.s-32 h4,
.blk-state__content .title.s-32 h1,
.blk-state__content .title.s-32 h2,
.blk-state__content .title.s-32 h3,
.blk-state__content .title.s-32 h4 {
  font-size: 32px;
}
.title.s-32 p,
.blk-state__content .title.s-32 p {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .title.s-32 h1,
  .title.s-32 h2,
  .title.s-32 h3,
  .title.s-32 h4,
  .blk-state__content .title.s-32 h1,
  .blk-state__content .title.s-32 h2,
  .blk-state__content .title.s-32 h3,
  .blk-state__content .title.s-32 h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .title.s-32 h1,
  .title.s-32 h2,
  .title.s-32 h3,
  .title.s-32 h4,
  .blk-state__content .title.s-32 h1,
  .blk-state__content .title.s-32 h2,
  .blk-state__content .title.s-32 h3,
  .blk-state__content .title.s-32 h4 {
    font-size: 18px;
  }
  .title.s-32 p,
  .blk-state__content .title.s-32 p {
    font-size: 16px;
  }
}
.title.mb-0,
.blk-state__content .title.mb-0 {
  margin-bottom: 0;
}
.title.mb-3,
.blk-state__content .title.mb-3 {
  margin-bottom: 1rem;
}
.title.mb-4,
.blk-state__content .title.mb-4 {
  margin-bottom: 1.5rem;
}
.title.pb-0,
.blk-state__content .title.pb-0 {
  padding-bottom: 0;
}

.no-hit p,
.no-hit .btn {
  font-size: 18px;
}
@media screen and (max-width: 425px) {
  .no-hit p,
  .no-hit .btn {
    font-size: 16px;
  }
}
.no-hit h1 b {
  color: var(--secondary-theme-color);
}
.no-hit p span {
  font-weight: 700;
  color: var(--secondary-theme-color);
}

body, html {
  font-size: 16px;
}

header h1 {
  font-size: 42px;
  line-height: 1.3em;
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  header h1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 991px) {
  header h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  header h1 {
    font-size: 32px;
    line-height: 1em;
  }
}
@media screen and (max-width: 757px) {
  header h1 {
    font-size: 24px;
  }
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
}

.dotted-style {
  border-style: dotted !important;
}

.white-container,
.sub-col .col {
  background-color: var(--white-container-bg);
  border: 1px solid var(--container-border);
  border-radius: 30px;
  padding: 40px 28px;
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 575px) {
  .white-container,
  .sub-col .col {
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0);
  }
}
.white-container .inner,
.sub-col .col .inner {
  padding: 40px;
}
.white-container .b-right,
.sub-col .col .b-right {
  border-right: 1px solid var(--container-border);
}
.white-container .b-left,
.sub-col .col .b-left {
  border-left: 1px solid var(--container-border);
}
@media screen and (max-width: 767px) {
  .white-container .b-left,
  .sub-col .col .b-left {
    border-left: 0;
  }
}
.white-container .b-top,
.sub-col .col .b-top {
  border-top: 1px solid var(--container-border);
}
.white-container .b-bottom,
.sub-col .col .b-bottom {
  border-bottom: 1px solid var(--container-border);
}
.white-container.border-0,
.sub-col .col.border-0 {
  border: 0;
}
@media screen and (max-width: 575px) {
  .white-container,
  .sub-col .col {
    padding: 24px 12px;
  }
  .white-container .inner,
  .sub-col .col .inner {
    padding: 24px;
  }
}
@media screen and (max-width: 460px) {
  .white-container.m-0.main-search,
  .sub-col .col.m-0.main-search {
    padding: 16px 0 0 0;
  }
}
@media screen and (max-width: 425px) {
  .white-container,
  .sub-col .col {
    padding: 16px 6px;
  }
  .white-container .inner,
  .sub-col .col .inner {
    padding: 20px;
  }
}
.white-container.p-0,
.sub-col .col.p-0 {
  padding: 0;
}
.white-container.p-4,
.sub-col .col.p-4 {
  padding: 1.5rem;
}
.white-container.py-5,
.sub-col .col.py-5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.white-container.br-16,
.sub-col .col.br-16 {
  border-radius: 16px;
}
.white-container.p-24,
.sub-col .col.p-24 {
  padding: 24px;
}

.white-container .z-rows .row-item {
  padding: 18px 20px;
  margin: 0;
  font-size: 16px;
}
.white-container .z-rows .row-item div.col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
}
.white-container .z-rows .row-item div.col-12:last-child {
  text-align: left;
}
.white-container .z-rows .row-item span {
  display: block;
  font-size: 13px;
}
.white-container .z-rows .row-item:nth-child(odd) {
  background-color: #F4F4F4;
  border-radius: 9px;
}
.white-container .z-rows .row-item:nth-child(odd) div {
  overflow-wrap: break-word;
}
.white-container.bg-transparent {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

@media screen and (max-width: 425px) {
  .white-container {
    border-radius: 16px;
  }
  .white-container.m-0.main-search {
    border-radius: 16px 16px 30px 30px;
  }
}
.bg-white {
  background-color: #fff;
}

.bg-gray {
  background-color: #F4F4F4;
}

.bg-green {
  background-color: #E7EFE7;
  border: 1px solid var(--secondary-theme-color);
}

.bg-red {
  background-color: #fcf0f0;
  border: 1px solid #fe9090;
}

.bg-light-green {
  background-color: #DFF2DF;
}
.bg-light-green .main-search .nav .nav-link,
.bg-light-green .mb-search .nav .nav-link,
.bg-light-green .main-search .nav .nav-link.active,
.bg-light-green .mb-search .nav .nav-link.active {
  color: #000;
}

.ws-1 {
  margin-top: 8px;
}

.ws-2 {
  margin-top: 16px;
}

.ws-3 {
  margin-top: 24px;
}

.ws-4 {
  margin-top: 32px;
}

.ws-5 {
  margin-top: 40px;
}

.ws-6 {
  margin-top: 48px;
}

.ws-7 {
  margin-top: 56px;
}

.ws-8 {
  margin-top: 64px;
}

.ws-9 {
  margin-top: 72px;
}

.ws-10 {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .ws-1 {
    margin-top: 4px;
  }
  .ws-2 {
    margin-top: 8px;
  }
  .ws-3 {
    margin-top: 12px;
  }
  .ws-4 {
    margin-top: 16px;
  }
  .ws-5 {
    margin-top: 20px;
  }
  .ws-6 {
    margin-top: 24px;
  }
  .ws-7 {
    margin-top: 28px;
  }
  .ws-8 {
    margin-top: 32px;
  }
  .ws-9 {
    margin-top: 36px;
  }
  .ws-10 {
    margin-top: 40px;
  }
}
/*
@media screen and (max-width: 575px) {
    .ws-1.m-0 {
        margin-top: 0; //8px
    }
    .ws-2.m-0 {
        margin-top: 0; //16px
    }
    .ws-3.m-0 {
        margin-top: 0; //24px
    }
    .ws-4.m-0 {
        margin-top: 0; //32px
    }
    .ws-5.m-0 {
        margin-top: 0; //40px
    }
    .ws-6.m-0 {
        margin-top: 0; //48px
    }
    .ws-7.m-0 {
        margin-top: 0; //56px
    }
    .ws-8.m-0 {
        margin-top: 0; //64px
    }
    .ws-9.m-0 {
        margin-top: 0; //72px
    }
    .ws-10.m-0 {
        margin-top: 0; //80px
    }
}
*/
.sticky {
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: -1px;
  z-index: 1;
}

.is-pinned .white-container {
  border-radius: 0 0 30px 30px;
}
@media screen and (max-width: 767px) {
  .is-pinned {
    padding-top: 7px;
    height: auto;
  }
}

.flag-img-16 {
  max-width: 16px;
  max-height: 16px;
}

.flag-img-24 {
  max-width: 24px;
  max-height: 24px;
}

.flag-img-32 {
  max-width: 32px;
  max-height: 32px;
}

.image.flexible {
  overflow: hidden;
  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: start;
  position: relative;
}
.image.flexible img {
  max-height: 100%;
  width: auto !important;
  display: block;
  position: absolute;
}
.image.flexible.b-radius {
  border-radius: 16px;
}
.image.flexible.v-cnt-align {
  height: 100%;
}

.page-not-found h1 {
  font-size: 80px;
  margin-bottom: 16px;
  font-weight: 900;
}
.page-not-found h1 span {
  color: #ccc;
}
.page-not-found h2 {
  font-size: 22px;
  margin-bottom: 40px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .page-not-found h1 {
    font-size: 40px;
  }
  .page-not-found h2 {
    font-size: 16px;
  }
  .page-not-found .image {
    padding: 64px 40px 40px 40px;
  }
}
.page-not-found .icon-home::before {
  font-size: 14px;
}
.page-not-found .icon-angle-double-left::before {
  font-size: 16px;
}
.page-not-found .image img {
  width: 100%;
  height: auto;
}

.test-border {
  border-radius: 40px;
  border: 4px dashed #000;
}

/* common */
.ribbon {
  width: 100px !important;
  height: 100px;
  overflow: hidden;
  position: absolute;
}

.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: 0;
  content: "";
  display: block;
  border: 3px solid #076303;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 190px;
  padding: 6px 0;
  background-color: var(--secondary-theme-color);
  color: #fff;
  font-size: 12px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
  font-weight: 700 !important;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}

.ribbon-top-left::before {
  top: 0;
  right: 0;
}

.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}

.ribbon-top-left span {
  right: -25px;
  top: 30px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: -7px;
  right: -7px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}

.ribbon-top-right::before {
  top: 0;
  left: 17px;
}

.ribbon-top-right::after {
  bottom: 17px;
  right: 0;
}

.ribbon-top-right span {
  left: -25px;
  top: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
  bottom: -10px;
  left: -10px;
}

.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.ribbon-bottom-left::before {
  bottom: 0;
  right: 0;
}

.ribbon-bottom-left::after {
  top: 0;
  left: 0;
}

.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}

.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}

.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}

.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}

.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.badge {
  font-weight: 700;
  color: var(--secondary-theme-color);
}
.badge .bg-green {
  color: var(--secondary-theme-color);
}
.badge .bg-red {
  color: red;
}

.toast-container {
  z-index: 10000000000000000;
}
.toast-container .toast {
  font-size: 1em;
  line-height: 1.3em;
}
.toast-container .toast-body {
  line-height: 1.5em;
}
.toast-container .toast-header {
  color: #000;
}
.toast-container .toast-header i {
  color: #ff9900;
  font-size: 38px;
}
.toast-container .btn {
  line-height: 1em;
  padding: 8px 12px 6px 12px;
}
.toast-container .btn::after {
  position: relative;
  top: -1px;
  font-size: 16px;
}

/* Banners */
.banner-car-genius {
  background-color: #EFFFF6;
  border: 0;
  color: #003D85;
  padding: 40px;
  width: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .banner-car-genius {
    padding: 24px;
  }
}
.banner-car-genius h2 {
  font-size: 1em;
  font-weight: 900;
  padding-right: 20px;
  margin-right: 16px;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
}
.banner-car-genius h2 span {
  display: block;
  white-space: nowrap;
}
.banner-car-genius h2 b {
  color: var(--secondary-theme-color);
}
.banner-car-genius h2::after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #003D85;
}
@media screen and (max-width: 575px) {
  .banner-car-genius h2 {
    margin-right: 0;
    padding-left: 20px;
    text-align: left;
    margin-bottom: 16px;
  }
  .banner-car-genius h2 span {
    display: inline;
  }
  .banner-car-genius h2::after {
    right: auto;
    left: 0;
  }
}
.banner-car-genius p {
  font-size: 14px;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
}
.banner-car-genius .phone-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border: 2px solid #003D85;
  border-radius: 40px;
  color: #003D85;
  font-size: 13px;
  font-weight: 700;
}
.banner-car-genius .phone-number i {
  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;
  width: 16px;
  height: 16px;
  background-color: #003D85;
  border-radius: 30px;
}
.banner-car-genius .phone-number i::before {
  font-size: 8px;
  color: #fff;
}
.banner-car-genius .phone-number span {
  white-space: nowrap;
  line-height: 1em;
}
.banner-car-genius .phone-number:hover {
  text-decoration: none;
  background-color: #003D85;
  color: #fff;
}
.banner-car-genius .data img {
  height: 30px;
  width: auto;
}
@media screen and (max-width: 575px) {
  .banner-car-genius .data {
    width: 100%;
    margin-top: 24px;
  }
}

main.bg-gray {
  margin-bottom: -64px;
  padding-bottom: 64px;
}

a {
  color: var(--secondary-theme-color);
}
a:hover {
  color: var(--secondary-theme-color);
}

.btn {
  border-radius: 30px;
  padding: 8px 16px;
  font-size: 0.9em;
  font-weight: 600;
  border: 2px solid var(--secondary-theme-color);
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.f-green {
  background-color: var(--secondary-theme-color);
  color: #fff;
}
.btn.f-green:hover {
  background-color: #fff;
  border: 2px solid var(--secondary-theme-color);
  color: var(--secondary-theme-color);
}

@font-face {
  font-family: "goodcar";
  src: url("../../../assets/fonts/goodcar.eot?534dwy");
  src: url("../../../assets/fonts/goodcar.eot?534dwy#iefix") format("embedded-opentype"), url("../../../assets/fonts/goodcar.ttf?534dwy") format("truetype"), url("../../../assets/fonts/goodcar.woff?534dwy") format("woff"), url("../../../assets/fonts/goodcar.svg?534dwy#goodcar") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-]::before,
[class*=" icon-"]::before,
[class^=icon-]::after,
[class*=" icon-"]::after,
[class^=icon]::before,
[class*=" icon"]::before,
[class^=icon]::after,
[class*=" icon"]::after,
.slick-arrow::before,
.slick-arrow::after,
.blk-state__content ul li::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "goodcar";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-copy:before {
  content: "\ea1a";
}

.icon-plus-solo:before {
  content: "\e9e2";
}

.icon-minus:before {
  content: "\e9e1";
}

.icon-price-tag:before {
  content: "\ea19";
}

.icon-code:before {
  content: "\ea13";
}

.icon-upgrade:before {
  content: "\ea14";
}

.icon-check-circle:before {
  content: "\ea16";
}

.icon-check-square:before {
  content: "\ea17";
}

.icon-check3:before {
  content: "\ea18";
}

.icon-check2:before {
  content: "\ea15";
}

.icon-bullet:before {
  content: "\ea10";
}

.icon-article-info:before {
  content: "\ea0f";
}

.icon-car-circle:before {
  content: "\ea11";
}

.icon-dollar-coin:before {
  content: "\ea12";
}

.icon-vin-filled:before {
  content: "\ea0e";
}

.icon-plate-filled:before {
  content: "\ea0d";
}

.icon-plate-icon:before {
  content: "\ea0c";
}

.icon-user-o:before {
  content: "\ea08";
}

.icon-file1:before {
  content: "\e9f4";
}

.icon-close:before {
  content: "\ea07";
}

.icon-bin:before {
  content: "\ea05";
}

.icon-add-user:before {
  content: "\ea06";
}

.icon-car-report:before {
  content: "\ea04";
}

.icon-residual:before {
  content: "\ea02";
}

.icon-piechart_dollar:before {
  content: "\ea03";
}

.icon-package:before {
  content: "\e9de";
}

.icon-quotation:before {
  content: "\ea01";
}

.icon-vin-icon:before {
  content: "\e9e3";
}

.icon-car-loop:before {
  content: "\e9df";
}

.icon-accident:before {
  content: "\e946";
}

.icon-alert:before {
  content: "\e948";
}

.icon-area:before {
  content: "\e94a";
}

.icon-avatar:before {
  content: "\e99c";
}

.icon-award:before {
  content: "\e99d";
}

.icon-bathroom:before {
  content: "\e99e";
}

.icon-bedroom:before {
  content: "\e99f";
}

.icon-brake:before {
  content: "\e9a0";
}

.icon-calendar:before {
  content: "\e9a1";
}

.icon-calendar_dollar:before {
  content: "\e9a2";
}

.icon-car_alert:before {
  content: "\e9a3";
}

.icon-car_damaged1:before {
  content: "\e9a4";
}

.icon-car_damaged2:before {
  content: "\e9a5";
}

.icon-car_door:before {
  content: "\e9a6";
}

.icon-car_drive:before {
  content: "\e9a7";
}

.icon-car_half:before {
  content: "\e9a8";
}

.icon-car_safety:before {
  content: "\e9a9";
}

.icon-car_scale:before {
  content: "\e9aa";
}

.icon-car_seat:before {
  content: "\e9ab";
}

.icon-car_tool:before {
  content: "\e9ac";
}

.icon-car_trim:before {
  content: "\e9ad";
}

.icon-car_type:before {
  content: "\e9ae";
}

.icon-car_umbrella:before {
  content: "\e9af";
}

.icon-cars:before {
  content: "\e9b0";
}

.icon-certificate:before {
  content: "\e9b1";
}

.icon-city:before {
  content: "\e9b2";
}

.icon-color_exterior:before {
  content: "\e9b3";
}

.icon-color_interior:before {
  content: "\e9b4";
}

.icon-court:before {
  content: "\e9b5";
}

.icon-crane_home:before {
  content: "\e9b6";
}

.icon-document_dollar:before {
  content: "\e9b7";
}

.icon-document_stamp:before {
  content: "\e9b8";
}

.icon-dollar1:before {
  content: "\e9b9";
}

.icon-dollar_arrows:before {
  content: "\e9ba";
}

.icon-engine1:before {
  content: "\e9bb";
}

.icon-entertainment:before {
  content: "\e9bc";
}

.icon-factory:before {
  content: "\e9bd";
}

.icon-fire:before {
  content: "\e9be";
}

.icon-flood:before {
  content: "\e9bf";
}

.icon-fuel-bold:before {
  content: "\e9c0";
}

.icon-gavel:before {
  content: "\e9c1";
}

.icon-gears:before {
  content: "\e9c2";
}

.icon-hail:before {
  content: "\e9c3";
}

.icon-hand_dollar:before {
  content: "\e9c4";
}

.icon-highway:before {
  content: "\e9c5";
}

.icon-home:before {
  content: "\e9c6";
}

.icon-home_dollar:before {
  content: "\e9c7";
}

.icon-home_percent:before {
  content: "\e9c8";
}

.icon-home_scale:before {
  content: "\e9c9";
}

.icon-home_tag:before {
  content: "\e9ca";
}

.icon-key:before {
  content: "\e9cb";
}

.icon-list1:before {
  content: "\e9cc";
}

.icon-market:before {
  content: "\e9cd";
}

.icon-odometer:before {
  content: "\e9ce";
}

.icon-odometer_alert:before {
  content: "\e9cf";
}

.icon-options:before {
  content: "\e9d0";
}

.icon-pin:before {
  content: "\e9d1";
}

.icon-pin_car:before {
  content: "\e9d2";
}

.icon-police:before {
  content: "\e9d3";
}

.icon-saltwater:before {
  content: "\e9d4";
}

.icon-stamp:before {
  content: "\e9d5";
}

.icon-steering_wheel:before {
  content: "\e9d6";
}

.icon-tag:before {
  content: "\e9d7";
}

.icon-test:before {
  content: "\e9d8";
}

.icon-tire:before {
  content: "\e9d9";
}

.icon-tools1:before {
  content: "\e9da";
}

.icon-transmission-bold:before {
  content: "\e9db";
}

.icon-user1:before {
  content: "\e9dc";
}

.icon-vandalism:before {
  content: "\e9dd";
}

.icon-article:before {
  content: "\e999";
}

.icon-review:before {
  content: "\e99a";
}

.icon-coin1:before {
  content: "\e99b";
}

.icon-star:before {
  content: "\e977";
}

.icon-car-engine-light:before {
  content: "\e978";
}

.icon-drivetrain-light:before {
  content: "\e979";
}

.icon-breaks-light:before {
  content: "\e97a";
}

.icon-steering-wheel-light:before {
  content: "\e97b";
}

.icon-full-screen-light:before {
  content: "\e97c";
}

.icon-warranty-light:before {
  content: "\e97d";
}

.icon-bluetooth-light:before {
  content: "\e97e";
}

.icon-convertible-car-light:before {
  content: "\e97f";
}

.icon-arrows-size-dimension-resize-interface:before {
  content: "\e980";
}

.icon-calendar-light:before {
  content: "\e981";
}

.icon-car1:before {
  content: "\e982";
}

.icon-car-climate-light:before {
  content: "\e983";
}

.icon-leg-light:before {
  content: "\e984";
}

.icon-car-lights-light:before {
  content: "\e985";
}

.icon-car-side-light:before {
  content: "\e986";
}

.icon-chair-light:before {
  content: "\e987";
}

.icon-dollar-light:before {
  content: "\e988";
}

.icon-fuel-tank-light:before {
  content: "\e989";
}

.icon-globe-light:before {
  content: "\e98a";
}

.icon-head-light:before {
  content: "\e98b";
}

.icon-navigator:before {
  content: "\e98c";
}

.icon-plus-light:before {
  content: "\e98d";
}

.icon-thef-light:before {
  content: "\e98e";
}

.icon-tires-light:before {
  content: "\e98f";
}

.icon-tools1-light:before {
  content: "\e990";
}

.icon-transmission-light:before {
  content: "\e991";
}

.icon-warranty:before {
  content: "\e992";
}

.icon-play:before {
  content: "\e976";
}

.icon-shopping-bag-empty:before {
  content: "\e974";
}

.icon-up-arrow:before {
  content: "\e96f";
}

.icon-corner-bottom:before {
  content: "\e96c";
}

.icon-monitoring:before {
  content: "\e967";
}

.icon-mrketplace:before {
  content: "\e968";
}

.icon-settings:before {
  content: "\e969";
}

.icon-user:before {
  content: "\e96a";
}

.icon-support_1:before {
  content: "\e96b";
}

.icon-wd:before {
  content: "\e900";
}

.icon-arroba:before {
  content: "\e901";
}

.icon-bar-chart:before {
  content: "\e902";
}

.icon-bell-light:before {
  content: "\e903";
}

.icon-bell:before {
  content: "\e904";
}

.icon-box:before {
  content: "\e905";
}

.icon-calculator:before {
  content: "\e906";
}

.icon-camera:before {
  content: "\e907";
}

.icon-car:before {
  content: "\e908";
}

.icon-car_damaged:before {
  content: "\e909";
}

.icon-car_warning:before {
  content: "\e90a";
}

.icon-car-crash-1:before {
  content: "\e90b";
}

.icon-car-crash:before {
  content: "\e90d";
}

.icon-car-wheel:before {
  content: "\e90e";
}

.icon-chat:before {
  content: "\e90f";
}

.icon-check:before {
  content: "\e910";
}

.icon-check1:before {
  content: "\e911";
}

.icon-coin:before {
  content: "\e912";
}

.icon-coloring-tool:before {
  content: "\e913";
}

.icon-colour:before {
  content: "\e914";
}

.icon-credit-card:before {
  content: "\e915";
}

.icon-customer:before {
  content: "\e916";
}

.icon-data-analytics:before {
  content: "\e917";
}

.icon-discount-1:before {
  content: "\e918";
  font-size: 12px !important;
}

.icon-discount:before {
  content: "\e919";
}

.icon-document:before {
  content: "\e91a";
}

.icon-dollar:before {
  content: "\e91b";
}

.icon-dollar-symbol:before {
  content: "\e91c";
}

.icon-down-arrow:before {
  content: "\e91d";
}

.icon-download:before {
  content: "\e91e";
}

.icon-edit:before {
  content: "\e91f";
}

.icon-engine:before {
  content: "\e920";
}

.icon-error:before {
  content: "\e921";
}

.icon-explore:before {
  content: "\e922";
}

.icon-faq:before {
  content: "\e923";
}

.icon-file:before {
  content: "\e924";
}

.icon-files:before {
  content: "\e925";
}

.icon-gas-station-1:before {
  content: "\e926";
}

.icon-gas-station:before {
  content: "\e927";
}

.icon-graph:before {
  content: "\e928";
}

.icon-grid:before {
  content: "\e929";
}

.icon-growth-chart:before {
  content: "\e92a";
}

.icon-history:before {
  content: "\e92b";
}

.icon-home-icon-silhouette:before {
  content: "\e92c";
}

.icon-icn_bubbles:before {
  content: "\e92d";
}

.icon-image:before {
  content: "\e92e";
}

.icon-infinity:before {
  content: "\e92f";
}

.icon-info:before {
  content: "\e930";
}

.icon-info-button:before {
  content: "\e931";
}

.icon-investigation:before {
  content: "\e932";
}

.icon-invoice:before {
  content: "\e933";
}

.icon-letter:before {
  content: "\e934";
}

.icon-like:before {
  content: "\e935";
}

.icon-likel:before {
  content: "\e936";
}

.icon-list:before {
  content: "\e937";
}

.icon-list-text:before {
  content: "\e938";
}

.icon-loading:before {
  content: "\e939";
}

.icon-magnifier:before {
  content: "\e93a";
}

.icon-magnifying-glass:before {
  content: "\e93b";
}

.icon-manufacturing:before {
  content: "\e93c";
}

.icon-maps:before {
  content: "\e93d";
}

.icon-mastercard:before {
  content: "\e93e";
}

.icon-original:before {
  content: "\e93f";
}

.icon-phone:before {
  content: "\e940";
}

.icon-photo-camera-interface-symbol-for-button:before {
  content: "\e941";
}

.icon-pie-chart:before {
  content: "\e942";
}

.icon-placeholder:before {
  content: "\e943";
}

.icon-pointer:before {
  content: "\e944";
}

.icon-private-garage:before {
  content: "\e945";
}

.icon-profile:before {
  content: "\e947";
}

.icon-profit-report:before {
  content: "\e949";
}

.icon-protection:before {
  content: "\e94b";
}

.icon-r2_control_pdf:before {
  content: "\e94c";
}

.icon-r2_control_print:before {
  content: "\e94d";
}

.icon-repeat:before {
  content: "\e94e";
}

.icon-report-1:before {
  content: "\e94f";
}

.icon-report:before {
  content: "\e950";
}

.icon-right-arrow:before {
  content: "\e951";
}

.icon-right-arrow-gros:before {
  content: "\e952";
}

.icon-right-arrows:before {
  content: "\e953";
}

.icon-search-1:before {
  content: "\e954";
}

.icon-search-2:before {
  content: "\e955";
}

.icon-search:before {
  content: "\e956";
}

.icon-searcher:before {
  content: "\e957";
}

.icon-setting:before {
  content: "\e958";
}

.icon-share1:before {
  content: "\e959";
}

.icon-shield:before {
  content: "\e95a";
}

.icon-shopping-bag:before {
  content: "\e95b";
}

.icon-speedometer:before {
  content: "\e95c";
}

.icon-sports-car:before {
  content: "\e95d";
}

.icon-stop:before {
  content: "\e95e";
}

.icon-symbols:before {
  content: "\e95f";
}

.icon-telephone:before {
  content: "\e960";
}

.icon-tools:before {
  content: "\e961";
}

.icon-trending:before {
  content: "\e962";
}

.icon-view:before {
  content: "\e963";
}

.icon-wallet:before {
  content: "\e964";
}

.icon-warning:before {
  content: "\e965";
}

.icon-zoom-in:before {
  content: "\e966";
}

.icon-share:before {
  content: "\e997";
}

.icon-social:before {
  content: "\e997";
}

.icon-remove_red_eye:before {
  content: "\e998";
}

.icon-visibility:before {
  content: "\e998";
}

.icon-add-solid:before {
  content: "\e994";
}

.icon-chevron-thin-up:before {
  content: "\e975";
}

.icon-facebook-logo:before {
  content: "\e971";
}

.icon-instagram:before {
  content: "\e972";
}

.icon-twitter-1:before {
  content: "\e973";
}

.icon-chevron-thin-right:before {
  content: "\e970";
}

.icon-chevron-thin-down:before {
  content: "\e96d";
}

.icon-sign-out:before {
  content: "\e996";
}

.icon-plus-circle:before {
  content: "\e995";
}

.icon-filter:before {
  content: "\e993";
}

.icon-cancel:before {
  content: "\e96e";
}

.icon-engine2:before {
  content: "\e920";
}

.icon-loading:before {
  content: "\e939";
}

.icon-remove_red_eye:before {
  content: "\e998";
}

.icon-letter:before {
  content: "\e934";
}

.icon-coloring-tool:before {
  content: "\e913";
}

.icon-sign-out:before {
  content: "\e996";
}

.icon-miles:before {
  content: "mi.";
  font-family: "Roboto";
  font-weight: 700;
}

.icon-dashboard::before {
  content: "\e929";
}

.icon-reports::before {
  content: "\e924";
}

.icon-account::before {
  content: "\e96a";
}

.icon-monitoring::before {
  content: "\e967";
}

.icon-loop-more::before {
  content: "\e966";
}

.icon-marketplace::before {
  content: "\e968";
}

.icon-tools::before {
  content: "\e969";
}

.icon-support::before {
  content: "\e96b";
}

.icon-share-bold:before {
  content: "\e997";
}

.icon-maps::before {
  content: "\e93d";
}

.icon-list:before {
  content: "\e937";
}

.icon-likel:before {
  content: "\e936";
}

.icon-invoice::before {
  content: "\e933";
}

.icon-search-1::before {
  content: "\e93a";
}

.icon-coin1:before {
  content: "\e99b";
}

.icon-arrow-right-1::before {
  content: "\e953";
}

.icon-review:before {
  content: "\e99a";
}

.icon-camera::before {
  content: "\e941";
}

.icon-article:before {
  content: "\e999";
}

.icon-sports-car:before {
  content: "\e95d";
}

.icon-search::before {
  content: "\e93b";
}

.icon-info::before {
  content: "\e930";
}

.icon-news::before {
  content: "\e924";
}

.icon-report-1:before {
  content: "\e94f";
}

.icon-customer:before {
  content: "\e916";
}

.icon-searcher:before {
  content: "\e957";
}

.icon-shield:before {
  content: "\e95a";
}

.icon-car-crash-2:before {
  content: "\e90c";
}

.icon-warning:before {
  content: "\e965";
}

.icon-repeat:before {
  content: "\e94e";
}

.icon-manufacturing:before {
  content: "\e93c";
}

.icon-prev::before {
  content: "\e951";
  display: inline-block;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.icon-next::before {
  content: "\e951";
}

.icon-corrner::before {
  content: "\e96c";
}

.icon-phone::before {
  content: "\e940";
}

.icon-pin::before {
  content: "\e943";
}

.icon-awd::before {
  content: "\e900";
}

.icon-view::before {
  content: "\e963";
}

.icon-download::before {
  content: "\e91e";
}

.icon-monitor::before {
  content: "\e903";
}

.icon-user::before {
  content: "\e96a";
}

.icon-checkmark::before {
  content: "\e910";
}

.icon-card::before {
  content: "\e915";
}

.icon-edit::before {
  content: "\e91f";
}

.icon-dollar::before {
  content: "\e91c";
}

.icon-dollar-cercle:before {
  content: "\e91b";
}

.icon-calc::before {
  content: "\e906";
}

.icon-speedometer:before {
  content: "\e95c";
}

.icon-more::before {
  content: "\e995";
}

.icon-pdf::before {
  content: "\e94c";
}

.icon-print::before {
  content: "\e94d";
}

.icon-cancel::before {
  content: "\e96e";
}

.icon-report-history::before {
  content: "\e92b";
}

.icon-alerts::before {
  content: "\e904";
}

.icon-gas::before {
  content: "\e927";
}

.icon-car::before {
  content: "\e908";
}

.icon-recall::before {
  content: "\e90a";
}

.icon-photo::before {
  content: "\e92e";
}

.icon-settings::before {
  content: "\e958";
}

.icon-stats::before {
  content: "\e902";
}

.icon-mon-cars::before {
  content: "\e967";
}

.icon-arrw-down::before {
  content: "\e96d";
}

.icon-arrw-up::before {
  content: "\e96f";
}

.icon-stop::before {
  content: "\e95e";
}

.icon-email::before {
  content: "\e901";
}

.icon-share::before {
  content: "\e959";
}

.icon-facebook::before {
  content: "\e971";
}

.icon-twitter::before {
  content: "\e973";
}

.icon-instagram::before {
  content: "\e972";
}

.icon-wallet::before {
  content: "\e964";
}

.icon-arrow-right::before {
  content: "\e970";
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.icon-bag::before {
  content: "\e974";
}

.icon-faq::before {
  content: "\e92d";
}

.icon-car1::before {
  content: "\e982";
}

.icon-model::before {
  content: "\e986";
}

.icon-configuration::before {
  content: "\e961";
}

.icon-original::before {
  content: "\e93f";
}

.icon-settings1::before {
  content: "\e990";
}

.icon-globe::before {
  content: "\e98a";
}

.icon-engine::before {
  content: "\e978";
}

.icon-transmission::before {
  content: "\e991";
}

.icon-fuel::before {
  content: "\e926";
}

.icon-driveline::before {
  content: "\e979";
}

.icon-discount::before {
  content: "\e919";
}

.icon-fuel-tank::before {
  content: "\e989";
}

.icon-breaking::before {
  content: "\e97a";
}

.icon-steering::before {
  content: "\e97b";
}

.icon-filter::before {
  content: "\e993";
}

.icon-tires::before {
  content: "\e98f";
}

.icon-headroom::before {
  content: "\e98b";
}

.icon-safety::before {
  content: "\e97d";
}

.icon-interior-trim::before {
  content: "\e987";
}

.icon-color::before {
  content: "\e914";
}

.icon-dimenssions::before {
  content: "\e980";
}

.icon-capacity::before {
  content: "\e97c";
}

.icon-warranty::before {
  content: "\e992";
}

.icon-dollar-light::before {
  content: "\e988";
}

.icon-thef::before {
  content: "\e98e";
}

.icon-car-roof::before {
  content: "\e97f";
}

.icon-car-climate::before {
  content: "\e983";
}

.icon-inter-feature::before {
  content: "\e977";
}

.icon-inter-communication::before {
  content: "\e97e";
}

.icon-navigation::before {
  content: "\e98c";
}

.icon-lighting::before {
  content: "\e985";
}

.icon-legroom::before {
  content: "\e984";
}

.icon-plus::before {
  content: "\e98d";
}

.i-bg-titlerecords::before {
  background-image: url(../../../images/svg/title-records.svg);
}

.i-bg-records::before {
  background-image: url(../../../images/svg/records.svg);
}

.i-bg-safety::before {
  background-image: url(../../../images/svg/safety.svg);
}

.i-bg-car-inspection::before {
  background-image: url(../../../images/svg/car-inspection.svg);
  background-size: auto 40px;
}

.i-bg-problemchk::before {
  background-image: url(../../../images/svg/problem-chk.svg);
}

.i-bg-pricing::before {
  background-image: url(../../../images/svg/incs-icn-08.svg);
}

.i-bg-autospec::before {
  background-image: url(../../../images/svg/incs-icn-09.svg);
}

.i-bg-carinfo::before {
  background-image: url(../../../images/svg/incs-icn-10.svg);
}

.i-bg-warranties::before {
  background-image: url(../../../images/svg/warranties.svg);
}

.i-bg-border-warranties::before {
  background-image: url(../../../images/svg/warranty-border-green.svg);
}

.i-bg-recall::before {
  background-image: url(../../../images/svg/car-recall.svg);
}

.icon-calendar:before {
  content: "\e981";
}

.icon-angle-double-right::after {
  content: "\f101";
}

.icon-angle-double-left::before {
  content: "\f101";
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.icon-lock:before {
  content: "\ea09";
}

.icon-calendar-solid:before {
  content: "\ea0a";
}

.icon-shopping-cart:before {
  content: "\ea0b";
}

.i-color-red::before,
.i-color-red::after {
  color: red;
}

.i-color-orange::before,
.i-color-orange::after {
  color: var(--yellow-orange);
}

.top-nav {
  background-color: #fff;
  padding: 0;
  margin-bottom: 64px;
}
.top-nav.border_bottom {
  -webkit-box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 991px) {
  .top-nav {
    margin-bottom: 32px;
  }
}
.top-nav .logo-nav {
  height: 90px;
}
.top-nav .logo-nav .logo img {
  width: auto;
  height: 40px;
  border: 0;
}
@media screen and (max-width: 1199px) {
  .top-nav .logo-nav .logo img {
    height: 30px;
  }
}
@media screen and (max-width: 991px) {
  .top-nav .logo-nav .logo img {
    height: 25px;
  }
}
.top-nav .logo-nav .logo a.icon-phone {
  color: #000;
  font-weight: 700;
}
.top-nav .logo-nav .logo a.icon-phone::before {
  color: var(--secondary-theme-color);
  font-size: 24px;
}
.top-nav .logo-nav .logo a.icon-phone:hover {
  text-decoration: none;
  color: var(--secondary-theme-color);
}
@media screen and (max-width: 575px) {
  .top-nav .logo-nav .logo {
    width: 100%;
    text-align: center;
  }
  .top-nav .logo-nav .logo img {
    margin-right: -48px;
  }
}
@media screen and (max-width: 991px) {
  .top-nav .logo-nav .logo img.m-0 {
    margin: 0 !important;
  }
}
.top-nav .logo-nav .logo.text-start {
  text-align: left;
}
.top-nav .logo-nav .navbar .navbar-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-nav .logo-nav .navbar li {
  padding: 0;
  margin-right: 16px;
}
.top-nav .logo-nav .navbar li:last-child, .top-nav .logo-nav .navbar li:first-child {
  margin-right: 0;
}
.top-nav .logo-nav .navbar a {
  color: var(--secondary-theme-color);
  font-weight: 500;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  padding: 0;
}
.top-nav .logo-nav .navbar a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--secondary-theme-color);
  position: absolute;
  bottom: 0;
  opacity: 0;
}
.top-nav .logo-nav .navbar a:hover {
  text-decoration: none;
}
.top-nav .logo-nav .navbar a:hover::after {
  opacity: 1;
}
.top-nav .logo-nav .navbar .call {
  margin-right: 40px !important;
}
.top-nav .logo-nav .navbar .call a {
  border: 2px solid var(--secondary-theme-color);
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 50px;
}
.top-nav .logo-nav .navbar .call a:hover, .top-nav .logo-nav .navbar .call a:active, .top-nav .logo-nav .navbar .call a:focus {
  background-color: var(--secondary-theme-color);
  color: #fff;
}
.top-nav .logo-nav .navbar .call a::after {
  display: none;
}
@media (max-width: 991.98px) {
  .top-nav .logo-nav .navbar-collapse {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    height: auto !important;
  }
  .top-nav .logo-nav .navbar-collapse {
    z-index: 100;
    min-width: 100%;
    background-color: #fff;
    position: absolute;
    border: 1px solid var(--container-border);
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    right: 0px;
    top: 50px;
    margin: 0;
    padding: 24px 16px 10px 16px;
  }
  .top-nav .logo-nav .navbar-collapse ul {
    display: block;
    min-width: 100%;
    padding: 0;
    margin: 0;
  }
  .top-nav .logo-nav .navbar-collapse ul li:first-child {
    margin: 0 0 32px 0 !important;
    padding: 0;
  }
  .top-nav .logo-nav .navbar-collapse ul li {
    margin: 6px 0 0 0;
    padding: 0;
  }
  .top-nav .logo-nav .navbar-collapse a {
    padding: 0;
    white-space: nowrap;
  }
}
.top-nav .navbar-toggler {
  padding: 6px;
}

header ul.check {
  list-style: none;
  padding: 0;
  margin: 0;
  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;
}
@media screen and (max-width: 767px) {
  header ul.check {
    gap: 12px;
  }
}
header ul.check li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 16px;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
}
header ul.check li::before {
  color: var(--secondary-theme-color);
  position: relative;
  top: 4px;
}
@media screen and (max-width: 991px) {
  header ul.check li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
  }
  header ul.check li::before {
    color: var(--secondary-theme-color);
    position: relative;
    top: 2px;
    font-size: 12px;
  }
}
header img {
  width: 100%;
  height: auto;
}

.hero2 .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero2 .title .image-mob {
  width: 64px;
  height: 64px;
  background-color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 64px;
}
.hero2 .title .image-mob img {
  width: calc(100% + 20px);
}
.hero2 .wrapper {
  position: relative;
}
.hero2 .wrapper .inner {
  position: relative;
  z-index: 2;
  padding: 30px 200px 64px 30px;
  color: #fff;
  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;
}
@media screen and (max-width: 991px) {
  .hero2 .wrapper .inner {
    padding-right: 30px;
    padding-bottom: 30px;
  }
}
.hero2 .wrapper h1, .hero2 .wrapper p, .hero2 .wrapper .title {
  margin: 0;
  padding: 0;
  line-height: 1.4em;
}
.hero2 .wrapper .cover {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .hero2 .wrapper .cover {
    left: 0;
    top: 0;
    background-color: var(--secondary-theme-color);
    border-radius: 30px;
  }
  .hero2 .wrapper .cover img {
    display: none;
  }
}
.hero2 .image {
  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: end;
  height: auto;
}
.hero2 .image img {
  position: relative;
  z-index: 5;
  height: 230px;
  max-height: 300px;
  width: auto;
  left: -60px;
}
@media screen and (max-width: 991px) {
  .hero2 .image {
    display: none;
  }
}

footer {
  background-color: #fff;
  border-top: 1px solid #D6D6D6;
  padding: 64px 0 40px 0;
  font-size: 16px;
  margin-top: 64px;
  position: relative;
  z-index: 2;
  line-height: 25px;
}
@media screen and (max-width: 767.99px) {
  footer {
    padding: 32px 12px 0 12px;
    margin-top: 40px;
  }
}
footer a {
  text-decoration: none;
  color: var(--secondary-theme-color);
  line-height: 24px !important;
}
footer a.btn {
  margin-top: 20px;
  color: #fff;
}
footer a:hover {
  color: var(--secondary-theme-color);
  text-decoration: underline;
}
footer span.h4 {
  font-weight: 700;
  font-size: 16px;
  padding-bottom: 24px;
  display: block;
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  footer span.h4 {
    border-radius: 6px;
    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;
    background-color: #F4F4F4;
    border: 1px solid var(--container-border);
    padding: 12px 16px;
    cursor: pointer;
  }
  footer span.h4::after {
    font-family: "goodcar";
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e96d";
  }
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul.menu li {
  padding: 0;
  margin-bottom: 4px;
}
@media screen and (max-width: 575px) {
  footer ul.menu {
    display: none;
    padding-left: 16px;
    margin-top: 10px;
    margin-bottom: 24px;
  }
  footer ul.menu li a.btn {
    background-color: transparent;
    color: var(--secondary-theme-color);
    padding: 0;
    margin: 0;
  }
}
footer ul.d-block {
  display: block;
}
footer .f-desc {
  border-left: 1px solid #DBDBDB;
  padding-left: 32px;
}
footer .f-desc .logo {
  width: 150px;
}
footer .f-desc .logo img {
  width: 100%;
  margin-bottom: 16px;
}
footer .f-desc .txt {
  line-height: 24px;
}
footer .f-desc ul.contact {
  margin-top: 24px;
}
footer .f-desc ul.contact li {
  margin-bottom: 4px;
  position: relative;
  padding-left: 24px;
}
footer .f-desc ul.contact li::before {
  position: absolute;
  left: 0;
  top: 3px;
}
footer .f-desc ul.contact li img {
  height: 16px;
  width: auto;
}
footer .f-desc ul.contact li.icon-accessibility {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
  gap: 8px;
}
footer .f-desc ul.contact li.icon-accessibility img {
  position: relative;
  top: -1px;
}
@media screen and (max-width: 575px) {
  footer .f-desc ul.contact li.icon-accessibility {
    margin-top: 16px;
  }
}
@media screen and (max-width: 991px) {
  footer .f-desc {
    border-left: 0;
    padding-left: 0;
    margin-top: 40px;
  }
  footer .f-desc ul.contact {
    margin-top: 16px;
  }
}
@media screen and (max-width: 991px) and (max-width: 575px) {
  footer .f-desc ul.contact {
    padding-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  footer .f-desc {
    margin-top: 24px;
  }
}
@media screen and (max-width: 575px) {
  footer .f-desc {
    margin-top: 0;
  }
}
footer .nmvtis {
  margin-top: 24px;
  line-height: 18px;
  font-size: 11px;
}
footer .nmvtis img {
  margin-bottom: 6px;
  height: 40px;
}
@media screen and (max-width: 575px) {
  footer .nmvtis {
    text-align: center;
    margin-top: 24px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
  }
  footer .nmvtis p {
    margin-bottom: 0;
  }
}
footer .copy {
  font-weight: 300;
  margin-top: 64px;
  display: block;
}
@media screen and (max-width: 767.99px) {
  footer .copy {
    margin-top: 32px;
  }
}
@media screen and (max-width: 575px) {
  footer .copy {
    margin-top: 0;
    text-align: left;
  }
}
@media screen and (max-width: 575px) {
  footer .container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .container div {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 8px;
  }
  footer .container div:last-child {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 16px;
  }
}

.sp-padding {
  position: relative;
  background-color: transparent;
}
.sp-padding::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 80px);
  position: absolute;
  left: 0;
  top: 40px;
}
.sp-padding.bg-gray::after {
  background-color: #F4F4F4;
}
.sp-padding .container {
  position: relative;
  z-index: 1;
}

.packages .list {
  row-gap: 16px;
}
.packages .pack {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #EAEAEA;
  padding: 0 0 24px 0;
  -webkit-box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.06);
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  height: 100%;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.packages .pack .pack__name {
  background-color: #FAFAFA;
  font-weight: 700;
  color: #121413;
  padding: 24px 0 11px 0;
  width: 100%;
  text-align: center;
  border-radius: 24px;
  border-bottom: 1px solid #F6F6F6;
}
.packages .pack .pack__price {
  font-size: 24px;
  font-weight: 700;
  color: var(--secondary-theme-color);
  text-align: center;
  height: 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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.packages .pack .pack__price span {
  display: block;
  color: #808080;
  font-weight: 400;
  font-size: 12px;
  line-height: 1em;
  margin-top: 4px;
}
.packages .pack .pack__select {
  padding: 0 24px;
  width: 100%;
}
.packages .pack ul.check,
.packages .pack button {
  font-size: 14px;
}
.packages .pack ul.check {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.packages .pack ul.check li {
  margin: 0;
  padding: 0;
  line-height: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.packages .pack ul.check li::before {
  font-size: 10px;
  color: var(--secondary-theme-color);
  position: relative;
  top: 1px;
}
.packages .pack button {
  border-radius: 40px;
  color: #fff;
  background-color: var(--secondary-theme-color);
  width: 100%;
  text-align: center;
  font-weight: 700;
  border: 2px solid var(--secondary-theme-color);
  outline: none;
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto;
  min-height: auto;
  line-height: 1em;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.packages .pack button:hover {
  background-color: #fff;
  color: var(--secondary-theme-color);
}
.packages .pack .form-check input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #EAEAEA;
  outline: none;
  -webkit-box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.06);
}
.packages .pack .form-check input[type=radio]:focus {
  outline: none;
  -webkit-box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.06);
}
.packages .pack .form-check input[type=radio]::before {
  display: none;
}
.packages .pack .form-check input[type=radio]:checked::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 12px;
  line-height: 1;
  color: var(--secondary-theme-color);
}
.packages .pack .form-check input[type=radio]:checked {
  border-color: #EAEAEA;
  border-width: 1;
  background-color: #fff;
}
.packages .pack .form-check label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-size: 16px;
  color: #333;
}
.packages .pack.selected {
  background-color: var(--secondary-theme-color);
  border: 0;
}
.packages .pack.selected .pack__name {
  background-color: #2CA65C;
  color: #fff;
  border-bottom: 0;
}
.packages .pack.selected .pack__price {
  color: #fff;
}
.packages .pack.selected .pack__price span {
  color: #fff;
}
.packages .pack.selected ul.check {
  color: #fff;
}
.packages .pack.selected ul.check li::before {
  color: #fff;
}
.packages .pack.selected button {
  color: #fff;
  border: 2px solid #fff;
}
.packages .pack.selected button:hover {
  background-color: #fff;
  color: var(--secondary-theme-color);
}

.info-box {
  width: 100%;
  padding: 16px 24px;
  border-width: 1px;
  border-radius: 16px;
  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: 16px;
  row-gap: 8px;
}
@media screen and (max-width: 375px) {
  .info-box {
    padding: 8px 8px 8px 16px;
    gap: 10px;
  }
  .info-box.p-3 {
    padding: 16px;
  }
}
.info-box.transparent {
  padding: 0;
}
.info-box.light {
  background-color: rgba(170, 170, 170, 0.1215686275);
  border-radius: 50px;
  padding: 8px 8px 8px 16px;
}
.info-box.light i::before {
  color: var(--secondary-theme-color);
}
.info-box.w-auto {
  width: auto;
  display: inline-block;
}
.info-box i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.info-box i::before {
  font-size: 18px !important;
}
.info-box span {
  padding: 0;
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 17px;
  vertical-align: middle;
  white-space: nowrap;
}
.info-box span.p-0 {
  padding: 0;
}
.info-box p {
  margin-bottom: 0;
}
.info-box b {
  font-weight: 700;
  padding: 0;
  margin: 0;
  display: inline;
}
.info-box button.info {
  width: 17px;
  height: 17px;
  padding: 0;
  background-color: transparent;
  border: 0;
  background-image: url(../../../images/icons/info.svg);
  background-size: 17px 17px;
  position: relative;
}
.info-box.bg-red {
  background-color: #fcf0f0;
  border: 1px solid #fe9090;
}
.info-box.bg-red .icon-alerts::before {
  content: "";
  display: block;
  width: 18px;
  height: 20px;
  background-image: url(../../../images/icons/bell.svg);
  background-size: 18px auto;
}
.info-box.dotted-style {
  border-style: dotted !important;
}
.info-box.bg-green {
  background-color: #E7EFE7;
  border-color: #049F00;
}
.info-box.bg-green .icon-alerts::before {
  content: "";
  display: block;
  width: 16px;
  height: 17px;
  background-image: url(../../../images/icons/bell-green.svg);
  background-size: 16px auto;
  background-repeat: no-repeat;
}
.info-box.bg-green.light {
  background-color: rgba(231, 239, 231, 0.5058823529);
  border-color: rgba(5, 159, 0, 0.5607843137);
  border-radius: 16px;
}
.info-box.bg-green i,
.info-box.bg-green b {
  color: var(--secondary-theme-color);
}
.vin-decoder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.vin-decoder .group-1 {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.vin-decoder .group-1 .title-1 {
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
}
.vin-decoder .group-1 .title-1::after {
  content: "";
  width: 100%;
  height: 16px;
  position: absolute;
  bottom: -12px;
  left: 0;
  border: 1px solid var(--secondary-theme-color);
  border-bottom: 0;
  border-radius: 16px 16px 0 0;
}
.vin-decoder .group-1 .group-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 8px;
  width: 100%;
}
.vin-decoder .group-1 .group-2 .group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -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;
}
.vin-decoder .group-1 .group-2 .title-2 {
  position: relative;
  text-transform: uppercase;
  font-size: 9px;
  text-align: center;
  width: 100%;
  line-height: 12px;
  padding-top: 8px;
}
.vin-decoder .group-1 .group-2 .title-2::after {
  content: "";
  width: 100%;
  height: 16px;
  position: absolute;
  top: -12px;
  left: 0;
  border: 1px solid var(--secondary-theme-color);
  border-top: 0;
  border-radius: 0 0 16px 16px;
}
.vin-decoder .group-1 .group-2 .symb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  list-style: none;
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  color: #999999;
}
.vin-decoder .symb {
  padding: 10px 20px;
  gap: 45px;
}
@media screen and (max-width: 1199px) {
  .vin-decoder .symb {
    padding: 10px 15px;
    gap: 30px;
  }
}
@media screen and (max-width: 991px) {
  .vin-decoder .symb {
    padding: 10px 5px;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .vin-decoder {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vin-decoder .symb {
    padding: 10px 15px;
    gap: 30px;
  }
}
@media screen and (max-width: 575px) {
  .vin-decoder .symb {
    padding: 10px 10px;
    gap: 20px;
  }
}

.msg {
  font-size: 24px;
}
.msg.style-green,
.msg b {
  color: var(--secondary-theme-color);
  font-weight: 700;
}
.msg.style-light {
  font-weight: 300;
}
.msg.style-bold {
  font-weight: 700;
}
.msg.success::before {
  content: "\e910";
  border: 2px solid var(--secondary-theme-color);
  width: 40px;
  min-width: 40px;
  height: 40px;
  max-height: 40px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  border-radius: 20px;
  font-size: 16px;
  color: var(--secondary-theme-color);
}
.msg.success.no-border::before {
  border: 0;
  border-radius: 0px;
  width: 40px;
  min-width: 40px;
}

.blk-07 {
  margin-bottom: -24px;
}
.blk-07 .white-container {
  padding: 40px 24px;
  position: relative;
}
.blk-07 .white-container .title {
  border-bottom: 1px dashed #C6C6C6;
  margin-bottom: 24px;
  padding-bottom: 18px;
}
.blk-07 .white-container::after, .blk-07 .white-container::before {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
}
.blk-07 .white-container::after {
  top: 0;
  right: -24px;
  height: 100%;
  width: 24px;
  background-image: url(../../../images/svg/vert-curve-dashed-line.svg);
}
.blk-07 .white-container::before {
  bottom: -24px;
  width: 100%;
  height: 24px;
  left: 0;
  background-image: url(../../../images/svg/hori-curve-dashed-line.svg);
}
.blk-07 .item .col-12:nth-child(2) .white-container::after {
  background-position: top 40px center;
}
@media screen and (min-width: 992px) {
  .blk-07 .item .col-12:nth-child(3) .white-container::after {
    display: none;
  }
  .blk-07 .item .col-12:nth-child(4) .white-container::after,
  .blk-07 .item .col-12:nth-child(4) .white-container::before {
    display: none;
  }
  .blk-07 .item .col-12:nth-child(5) .white-container::before {
    display: none;
  }
  .blk-07 .item .col-12:nth-child(2) .white-container::before {
    display: none;
  }
}
@media screen and (max-width: 991.9px) {
  .blk-07 .item .col-12:nth-child(4) .white-container::before {
    display: none;
  }
  .blk-07 .item .col-12:nth-child(5) .white-container::before,
  .blk-07 .item .col-12:nth-child(5) .white-container::after {
    display: none;
  }
  .blk-07 .item .col-12:nth-child(2) .white-container::after {
    display: none;
  }
}
@media screen and (max-width: 767.9px) {
  .blk-07 .item .col-12 .white-container::after {
    display: none;
  }
  .blk-07 .item .col-12:nth-child(4) .white-container::before {
    display: block;
  }
  .blk-07 .item .col-12:nth-child(5) .white-container::before,
  .blk-07 .item .col-12:nth-child(5) .white-container::after {
    display: none;
  }
}
.blk-07 .item ul {
  margin: 0;
  padding: 0 0 0 16px;
  list-style: none;
}
.blk-07 .item ul li {
  font-size: 16px;
  margin-bottom: 4px;
  line-height: 25px;
}
.blk-07 .item ul li:last-child {
  margin-bottom: 0;
}
.blk-07 .item ul li::before {
  color: var(--secondary-theme-color);
  font-size: 12px;
  margin-right: 12px;
}
.blk-07.no-after .white-container::after {
  display: none;
}
.blk-07.no-after .white-container::before {
  display: none !important;
}
.blk-07 .title {
  margin-bottom: 2rem;
}
@media screen and (max-width: 575px) {
  .blk-07 .title {
    margin-bottom: 2rem;
  }
}
.blk-07 .title h1,
.blk-07 .title h2,
.blk-07 .title h3,
.blk-07 .title h4 {
  font-weight: 300;
}
.blk-07 .title h1 b,
.blk-07 .title h2 b,
.blk-07 .title h3 b,
.blk-07 .title h4 b {
  font-weight: 900;
}
.blk-07 .title h1.fs-mid {
  font-size: 1.5em;
}
.blk-07 .title p:last-child {
  margin-bottom: 0;
}
.blk-07 .title span {
  color: var(--secondary-theme-color);
}
.blk-07 .title.style-b-left h1,
.blk-07 .title.style-b-left h2,
.blk-07 .title.style-b-left h3,
.blk-07 .title.style-b-left h4 {
  border-left: 8px solid var(--secondary-theme-color);
}
.blk-07 .title.style-b-left h1,
.blk-07 .title.style-b-left h2 {
  padding-left: 24px;
}
.blk-07 .title.style-b-left h3 {
  border-width: 4px;
  font-size: 18px;
  font-weight: 700;
  padding-left: 16px;
}
.blk-07 .title.style-slogan p {
  color: var(--secondary-theme-color);
}
.blk-07 .title.style-slogan span {
  display: block;
  font-size: 18px;
  line-height: 29px;
  margin-top: 16px;
  color: var(--secondary-theme-color);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .blk-07 .title.style-slogan span {
    font-size: 16px;
    line-height: 21px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 575px) {
  .blk-07 .title.style-slogan span {
    font-size: 14px;
    line-height: 21px;
    margin-top: 6px;
  }
}
.blk-07 .title.style-center {
  text-align: center;
}
.blk-07 .title.style-center p {
  margin-top: 20px;
}
.blk-07 .title.style-icon-left h1,
.blk-07 .title.style-icon-left h2,
.blk-07 .title.style-icon-left h3,
.blk-07 .title.style-icon-left h4 {
  font-weight: 600;
  position: relative;
  padding-left: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blk-07 .title.style-icon-left h1::before,
.blk-07 .title.style-icon-left h2::before,
.blk-07 .title.style-icon-left h3::before,
.blk-07 .title.style-icon-left h4::before {
  content: "";
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
  display: block;
  position: absolute;
  left: 0;
  background-position: center;
}
.blk-07 .title.full_r_style h2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  text-transform: capitalize;
}
.blk-07 .title.full_r_style h2::before {
  margin-right: 30px;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .blk-07 .title.full_r_style h2 {
    padding-left: 0;
  }
  .blk-07 .title.full_r_style h2::before {
    position: relative;
    font-size: 32px;
  }
}
.blk-07 .title.s-42 h1,
.blk-07 .title.s-42 h2 {
  font-size: 42px;
}
@media screen and (max-width: 767px) {
  .blk-07 .title.s-42 h1,
  .blk-07 .title.s-42 h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 575px) {
  .blk-07 .title.s-42 h1,
  .blk-07 .title.s-42 h2 {
    font-size: 24px;
  }
}
.blk-07 .title.s-22 h1,
.blk-07 .title.s-22 h2,
.blk-07 .title.s-22 h3,
.blk-07 .title.s-22 h4 {
  font-size: 22px;
}
.blk-07 .title.s-32 h1,
.blk-07 .title.s-32 h2,
.blk-07 .title.s-32 h3,
.blk-07 .title.s-32 h4 {
  font-size: 32px;
}
.blk-07 .title.s-32 p {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .blk-07 .title.s-32 h1,
  .blk-07 .title.s-32 h2,
  .blk-07 .title.s-32 h3,
  .blk-07 .title.s-32 h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .blk-07 .title.s-32 h1,
  .blk-07 .title.s-32 h2,
  .blk-07 .title.s-32 h3,
  .blk-07 .title.s-32 h4 {
    font-size: 18px;
  }
  .blk-07 .title.s-32 p {
    font-size: 16px;
  }
}
.blk-07 .title.mb-0 {
  margin-bottom: 0;
}
.blk-07 .title.mb-3 {
  margin-bottom: 1rem;
}
.blk-07 .title.mb-4 {
  margin-bottom: 1.5rem;
}
.blk-07 .title.pb-0 {
  padding-bottom: 0;
}
.blk-resources {
  margin-top: 40px;
}
.blk-resources h2 {
  text-align: center;
  font-size: calc(1.325rem + 0.9vw) !important;
}
.blk-resources .resource-lst {
  row-gap: 24px;
}
.blk-resources .resource-lst .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid var(--container-border);
  background-color: var(--background-gray-color);
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
}
.blk-resources .resource-lst .item .image {
  height: 180px;
  overflow: hidden;
}
.blk-resources .resource-lst .item .image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.blk-resources .resource-lst .item .data {
  padding: 16px 20px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
}
.blk-resources .resource-lst .item .data .title {
  display: block;
  height: 100%;
}
.blk-resources .resource-lst .item .data .title {
  margin: 0;
  padding: 0;
  color: var(--primary-theme-color);
  font-weight: 700;
  line-height: 1.3em;
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:focus {
  -webkit-transition: background-color 600000s 0s, color 600000s 0s;
  transition: background-color 600000s 0s, color 600000s 0s;
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .form-control:invalid,
.form-control.is-invalid .was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
  border-color: transparent;
  padding-right: initial;
  background-image: initial;
  background-repeat: no-repeat;
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .form-select:valid,
.form-select.is-valid {
  border-color: #E0E0E0 !important;
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.form-select.is-invalid,
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
  border-color: #dc3545;
}

.switchToggle input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}

.switchToggle label {
  cursor: pointer;
  text-indent: -9999px;
  width: 70px;
  max-width: 70px;
  height: 30px;
  background: #d1d1d1;
  display: block;
  border-radius: 100px;
  position: relative;
  line-height: 30px;
}

.switchToggle label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 90px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.switchToggle input:checked + label,
.switchToggle input:checked + input + label {
  background: var(--secondary-theme-color);
}

.switchToggle input + label:before,
.switchToggle input + input + label:before,
.switchToggle input:checked + label:before,
.switchToggle input:checked + input + label:before {
  position: absolute;
  top: 1px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
  font-size: 14px;
}

.switchToggle input + label:before,
.switchToggle input + input + label:before {
  content: "Off";
  left: 35px;
}

.switchToggle input:checked + label:before,
.switchToggle input:checked + input + label:before {
  content: "On";
  left: 10px;
}

.switchToggle input:checked + label:after,
.switchToggle input:checked + input + label:after {
  left: calc(100% - 2px);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.switchToggle label:active:after {
  width: 60px;
}

.toggle-switchArea {
  margin: 10px 0 10px 0;
}

.label-style {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.form-select,
.form-input,
.form-control,
.btn-check-style {
  padding: 16px;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 7px;
  font-size: 16px;
  color: #191919;
  width: 100%;
  text-transform: initial;
  height: auto;
  line-height: normal;
  margin: 0;
  font-weight: 700;
}

.form-select,
select.form-input {
  display: block;
  background-image: url(../../../images/icons/down-arrow.svg) !important;
  background-repeat: no-repeat;
  background-size: 18px 14px;
  background-color: #FFFFFF !important;
}

.form-select.fw-normal {
  font-weight: 400;
}
.form-select.fw-normal option:first-child {
  opacity: 0;
  display: none;
}

.form-label {
  padding: 0;
  height: 20px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 6px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-label a {
  margin-left: 8px !important;
  display: inline-block;
  text-decoration: none;
  width: 14px;
  overflow: hidden;
  color: transparent;
}
.form-label a::before {
  color: var(--secondary-theme-color);
  font-size: 12px;
  margin-right: 4px;
  padding-left: 1px;
}
.form-label a:hover::before {
  color: #000;
}

.search-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  position: relative;
}
.search-group span {
  position: absolute;
  bottom: -30px;
  right: 0;
  padding: 2px 8px;
  border-radius: 9px;
  background-color: red;
  font-size: 14px;
  display: none;
  color: #fff;
  z-index: 9999;
}
.search-group span::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: red;
  position: absolute;
  top: -6px;
  right: 16px;
}
.search-group.err {
  position: relative;
}
.search-group.err span,
.search-group.err span:not(:empty) {
  display: block;
}

.exp-info {
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid var(--container-border);
  bottom: 40px;
  width: 70%;
  right: 0;
  z-index: 50;
  font-size: 12px;
  line-height: 19px;
  text-align: left;
  padding: 16px;
  text-transform: initial;
  white-space: initial;
  border-radius: 9px 9px 9px 0;
  overflow: hidden;
  font-weight: 400;
  display: none;
}
.exp-info a {
  position: absolute;
  right: 8px;
  top: 8px;
}
.exp-info::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent transparent var(--secondary-theme-color) transparent;
  left: -1px;
  bottom: 0;
  position: absolute;
}

.com-filed {
  background-color: #fff;
  border-radius: 7px;
  border: 1px solid #C2C2C2;
  font-size: 16px;
  padding: 10px 12px;
  font-weight: 400;
  background-position: right 12px center;
  position: relative;
  z-index: 1;
}

.form-group {
  position: relative;
}
.form-group::before {
  text-align: center;
  line-height: 16px;
  position: absolute;
  right: 8px;
  display: block;
  width: 16px;
  height: 16px;
  z-index: 20;
  bottom: 10px;
  color: #CCCCCC;
}

.form-check-input:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
}
.form-check-input.switch:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid var(--container-border);
  position: relative;
  background-image: url(../../../images/icons/circle-gray.svg) !important;
}
.form-check-input.switch:checked {
  background-color: var(--secondary-theme-color);
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
}
.form-check-input.switch:checked:focus {
  background-image: url(../../../images/icons/circle.svg) !important;
}

input:focus,
button:focus,
textarea:focus,
select:focus,
.form-select:focus {
  background-color: #fff;
  border-color: #E0E0E0;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0) !important;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0) !important;
}

input:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus::-moz-placeholder {
  color: transparent !important;
}

input:focus:-ms-input-placeholder {
  color: transparent !important;
}

input:focus::-ms-input-placeholder {
  color: transparent !important;
}

input:focus::placeholder {
  color: transparent !important;
}

select {
  background: url(../../../images/icons/select.svg) no-repeat right;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.form-check-input:checked {
  background-color: var(--secondary-theme-color);
  border-color: var(--secondary-theme-color);
}

.range {
  width: 100%;
  padding: 0;
  margin: 8px 0 0 0;
}
.range .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
}
.range .slider {
  padding: 4px;
  height: auto;
  width: 100%;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.range .slider .noUi-base {
  height: 6px;
}
.range .slider .noUi-base .noUi-connects .noUi-connect {
  background-color: var(--secondary-theme-color);
}
.range .noUi-handle {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: var(--secondary-theme-color);
  border: 4px solid #fff;
}
.range .noUi-handle::after, .range .noUi-handle::before {
  display: none;
}
.range.white .noUi-handle {
  border-color: #fff;
}
.range.gray .noUi-handle {
  border-color: var(--background-gray-color);
}
.range .noUi-horizontal .noUi-handle {
  width: 50px;
  height: 40px;
  border-radius: 50px;
  top: -17px;
}
.range .noUi-handle-lower {
  right: -20px !important;
  display: none;
}
.range .noUi-handle-upper {
  right: -20px !important;
}
.range .noUi-handle-upper div,
.range .noUi-handle-lower div {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 33px;
  cursor: pointer;
}
.range.n-input .c-data,
.range.n-input input[type=number] {
  font-weight: 700;
  color: #000000;
  line-height: 14px;
  font-size: 14px;
}
.range.n-input input[type=number] {
  border: 0;
  padding: 0 !important;
  height: auto;
  padding-right: 0 !important;
  margin: 0;
  width: auto;
  background-color: transparent;
  display: block;
}
.range.n-input input[type=number]:last-child {
  text-align: right;
}
.range.n-input .data {
  margin-bottom: 10px;
}

input.rate {
  display: none !important;
}

.input-group-sm > .form-select {
  padding-right: 2rem;
  width: auto;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu).border-r-l,
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3).border-r-l {
  border-radius: 7px 0 0 7px;
}

.input-group .border-r-l {
  border-radius: 7px 0 0 7px;
}
.input-group .border-r-r {
  border-radius: 0 7px 7px 0;
}

.invalid-feedback,
.invalid-tooltip {
  font-size: 14px;
  line-height: 18px;
  text-align: left;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.input-group.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.input-group.flex-column input,
.input-group.flex-column select {
  width: 100%;
}

.tooltip {
  font-family: "Roboto", sans-serif;
}

.tooltip.show {
  opacity: 1;
}

.tooltip-inner {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  padding: 16px;
  color: #000;
  font-size: 14px;
  line-height: 19px;
  text-align: left;
  opacity: 1 !important;
  border-radius: 16px;
}

.tooltip.bs-tooltip-right .tooltip-arrow::before {
  border-right-color: #fff !important;
}

.tooltip.bs-tooltip-left .tooltip-arrow::before {
  border-left-color: #fff !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #fff !important;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #fff !important;
}

.tooltip.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #fff;
}

.blk_01 {
  -webkit-box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin-bottom: 40px;
  padding: 24px;
}
.blk_01 img {
  width: 100%;
  height: auto;
}
.blk_01 .content {
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.blk_01.img-right {
  background: rgb(246, 246, 246);
  background: -o-linear-gradient(8deg, rgb(246, 246, 246) 0%, rgba(246, 246, 246, 0) 100%);
  background: linear-gradient(82deg, rgb(246, 246, 246) 0%, rgba(246, 246, 246, 0) 100%);
}
.blk_01.img-right .image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.blk_01.img-right .content {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.blk_01.img-left {
  background: rgb(246, 246, 246);
  background: -o-linear-gradient(8deg, rgba(246, 246, 246, 0) 0%, rgb(246, 246, 246) 100%);
  background: linear-gradient(82deg, rgba(246, 246, 246, 0) 0%, rgb(246, 246, 246) 100%);
}
.blk_01.img-left .image {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.blk_01.img-left .content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media screen and (max-width: 767px) {
  .blk_01.img-right .image {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .blk_01.img-right .content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.blk_01 .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blk_01 h3 {
  font-size: 1.5em;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 767px) {
  .blk_01 h3 {
    margin-top: 24px !important;
    font-size: calc(1.1rem + 0.9vw);
  }
}
.blk_01 h3, .blk_01 p {
  line-height: 1.5em;
  padding: 0;
  margin: 0;
}
.blk_01 p {
  font-size: 1em;
}
.blk_01 .btn {
  border-radius: 50px;
  line-height: 1em;
  color: var(--secondary-theme-color);
  border: 1px solid var(--secondary-theme-color);
  font-size: 0.9em;
  padding: 8px 16px;
  display: inline-block;
}
.blk_01 .btn:hover {
  background-color: var(--secondary-theme-color);
  color: #fff;
}

.blk-02 .s-reports {
  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;
}
.blk-02 .s-reports img {
  position: relative;
  z-index: 2;
}
.blk-02 .s-reports img:first-child {
  margin-right: -50px;
  z-index: 1;
}
.blk-02 .s-reports img:last-child {
  margin-left: -50px;
  z-index: 1;
}
@media screen and (max-width: 555px) {
  .blk-02 .s-reports img {
    width: 70%;
  }
  .blk-02 .s-reports img:first-child,
  .blk-02 .s-reports img:last-child {
    width: 40%;
  }
}
.blk-02 .btn {
  background-color: var(--secondary-theme-color);
  color: #fff;
  line-height: 1em;
  font-weight: 600;
  border-radius: 50px;
  padding: 10px 24px;
  margin-top: 12px;
  border: 2px solid var(--secondary-theme-color);
}
.blk-02 .btn:hover {
  background-color: #fff;
  color: var(--secondary-theme-color);
}

.blk-03 .wrapper {
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 30px;
  -webkit-box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.06);
  padding: 64px 40px;
}
@media screen and (max-width: 767px) {
  .blk-03 .wrapper {
    padding: 40px 24px;
  }
}
.blk-03 .num {
  font-weight: 600;
  color: #EBEBEB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  line-height: 0.8em;
  font-size: 8vw;
}
@media screen and (max-width: 500px) {
  .blk-03 .num {
    line-height: 1em;
  }
}
.blk-03 h3 {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 24px;
}
.blk-03 .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blk-03 .image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .blk-03 .image {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 24px;
  }
  .blk-03 .image img {
    width: 70%;
  }
}
.blk-03 .item {
  margin-bottom: 64px;
}
.blk-03 .item:last-child {
  margin-bottom: 0;
}

.contact-us .contact-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 0;
  gap: 24px;
  row-gap: 0;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  .contact-us .contact-line.border-top-lg-0 {
    border: 0;
  }
}
@media screen and (max-width: 575px) {
  .contact-us .contact-line {
    padding: 16px 0;
  }
}
.contact-us .contact-line span {
  color: var(--secondary-theme-color);
  margin-left: -16px;
}
.contact-us .contact-line i {
  display: block;
  width: 40px;
  height: 40px;
}
.contact-us .contact-line i::before {
  font-size: 40px;
  color: var(--secondary-theme-color);
}
@media screen and (max-width: 767px) {
  .contact-us .contact-line i {
    width: 30px;
    height: 30px;
  }
  .contact-us .contact-line i::before {
    font-size: 30px;
  }
}
.contact-us .contact-line a {
  font-weight: bold;
  text-decoration: none;
}
.contact-us .title p {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .contact-us form .row:not(:last-child) {
    margin-bottom: 24px;
  }
}
.contact-us form input,
.contact-us form textarea,
.contact-us form select {
  padding: 16px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .contact-us form .row {
    margin-bottom: 0;
  }
  .contact-us form .row .col-12 {
    margin-bottom: 16px;
  }
}
.contact-us .action {
  row-gap: 16px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .contact-us .action .recaptcha {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .contact-us .action .btn {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.breadcrumb a {
  text-decoration: none;
}
.breadcrumb a::before {
  position: relative;
  top: -2px;
}
.breadcrumb a::before,
.breadcrumb li::before {
  margin-right: 10px;
}
.breadcrumb li::before {
  margin-left: 10px;
  opacity: 0.7;
}
.breadcrumb a,
.breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


footer .social-links {
  margin-top: 24px;
  border: 1px solid var(--stroke);
  border-radius: 60px;
  padding: 12px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer .social-links span {
  position: absolute;
  top: -11px;
  left: 11px;
  background-color: #fff;
  padding: 0 8px;
  text-transform: uppercase;
  font-size: 9px;
  color: #4B4B4B;
}
footer .social-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .social-links img {
  border: 0;
  width: 20px;
  height: 20px;
  -webkit-filter: brightness(0) saturate(100%) invert(25%) sepia(2%) saturate(0%) hue-rotate(356deg) brightness(102%) contrast(85%);
  filter: brightness(0) saturate(100%) invert(25%) sepia(2%) saturate(0%) hue-rotate(356deg) brightness(102%) contrast(85%);
}
footer .social-links a:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(35%) sepia(46%) saturate(3574%) hue-rotate(87deg) brightness(99%) contrast(106%);
  filter: brightness(0) saturate(100%) invert(35%) sepia(46%) saturate(3574%) hue-rotate(87deg) brightness(99%) contrast(106%);
}

.car-sell {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 300;
}
.text-center {
  text-align: center;
}
.regular-form label {
  text-transform: none;
}
.mb-4 {
  margin-bottom: 1.5rem;
}
.row-gap-3 {
  row-gap: 1rem;
}
.car-sell h1 {
  font-size: 42px;
  font-weight: 900;
}
.car-sell strong {
  font-weight: 900;
}
.regular-form input[type="text"], .regular-form input[type="password"], .regular-form input[type="email"], .regular-form input[type="number"], .regular-form textarea, .regular-form select, .regular-form label {
  font-size: 16px;
}
.regular-form .input-group input[type="text"], .regular-form .input-group input[type="email"], .regular-form .input-group input[type="number"], .regular-form .input-group input[type="password"], .regular-form .input-group input[type="date"], .regular-form .input-group textarea, .regular-form .input-group select, .regular-form .input-group .signature-space {
  border: 2px solid var(--stroke);
  -webkit-box-shadow: 2px 3px 6px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 3px 6px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px !important;
  font-weight: 400;
  padding: 16px;
}
.regular-form .input-group input, .regular-form .input-group select {
  max-height: 55px;
}
.input-group.flex-column input, .input-group.flex-column select {
  width: 100%;
}
@media screen and (max-width: 575px) {
  .car-sell .white-container {
    padding: 0;
    border: 0;
  }
}
@media screen and (max-width: 767px) {
  .car-sell h1 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

.message.success {
  border-width: 0;
  padding-bottom: 15px;
  color: #28a745;
  font-weight: 700;
}
.message.warning {
  color: #ff0000;
  font-weight: 700;
  border-width: 0;
  padding-bottom: 15px;
}

/** Don't delete this!!! Added by Hovsoyan */
.digicert {
  margin-top: 45px;
  height: 48px;
  display: block;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .digicert {
    margin-left: 32px;
  }
}
header ul.check.row-gap-2 {
  row-gap: 10px;
}
header ul.check.gap-0 {
  gap: 0;
  row-gap: 0px;
}
header ul.check.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.api-img-text .r-item {
  border-top: 1px solid #EAEAEA;
  position: relative;
  padding: 40px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.api-img-text .r-item::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #C2C2C2;
  position: absolute;
  top: 0;
  left: calc(50% - 10px);
}
.api-img-text .r-item h2 {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 0;
}
.api-img-text .r-item h2 span {
  color: var(--secondary-theme-color);
}
.api-img-text .r-item small {
  color: #4F5D75;
  font-weight: 300;
  font-size: 16px;
}
.api-img-text .r-item .btn {
  color: var(--secondary-theme-color);
  display: inline-block;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 767px) {
  .title h1, .hero .fw-bold, .hero .check {
    text-align: center;
  }
  .api-img-text .r-item .btn {
    margin: 0 auto;
  }
}
@media screen and (max-width: 575px) {
  header ul.check.sm {
    width: 360px;
    margin-left: 24px;
    font-size: 14px;
  }
  header ul.check.sm li {
    max-width: 180px;
  }
}
@media screen and (max-width: 991px) {
  header ul.check.sm {
    width: 420px;
    margin: auto;
    margin-left: auto;
  }
  header ul.check.sm li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    max-width: 210px;
  }
  header ul.check li::before {
    color: var(--secondary-theme-color);
    position: relative;
    top: 2px;
    font-size: 12px;
  }
}
/** End by Hovsoyan */

.regular-form .form-check .field-check4 .custom-checkbox input {
  margin-top: 7px;
}

.btn:not(.checkout):not(.proceed) {
  border-radius: 30px;
  padding: 8px 16px 6px 16px;
  font-size: 0.9em;
  font-weight: 600;
  border: 2px solid var(--secondary-theme-color);
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

.btn:not(.checkout):not(.proceed).f-green:hover {
  background-color: #fff !important;
  border: 2px solid var(--secondary-theme-color);
  color: var(--secondary-theme-color);
}


.btn:not(.checkout):not(.proceed).f-green:hover::after {
  color: var(--secondary-theme-color);
  background: url(../../../images/icons/arrow-green-double.svg) 0 0 no-repeat;
  background-size: auto 12px;
}

.row-gap-4 {
  row-gap: 1.5rem;
}

.regular-form .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.regular-form .form-control[readonly] {
  background-color: #fff;
}

.regular-form .form-check.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.regular-form .form-check .form-check-input.m-0 {
  margin: 0;
}

.form-check .form-check-input {
  display: block;
}

.regular-form .form-check .form-check-input {
  width: 16px;
  min-width: 16px;
  margin-top: 2px;
}

.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

.regular-form .form-check .form-check-label {
  padding-left: 10px;
}

.api-user-register section {
  min-height: 90px;
}
#applicationSignatureUrl {
  width: 332px;
  height: 215px;
  border-radius: 7px;
}

.container .regular-form .input-group .signature-space {
  padding: 0px;
}
.error-note {
  color: red;
}
.signature-space {
  height: 220px;
}