@import "../vendor/bootstrap/css/bootstrap.min.css";
@import "../vendor/fontawesome/css/all.min.css";
@import "../fonts/flaticon/flaticon.css";
@import "../fonts/flaticon2/flaticon.css";
@import "../fonts/line-awesome/css/line-awesome.css";
.tracking-form {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2) !important;
  border-radius: 20px !important;
}
.tracking-form .form-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 27.24px;
  color: #717171;
  text-align: center;
}
.tracking-form .form-subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #717171;
  text-align: center;
}
.tracking-form .form-group {
  position: relative;
}
.tracking-form .form-group .clear-field {
  position: absolute;
  right: 17px;
  top: 16px;
  z-index: 3;
  cursor: pointer;
  color: #717171;
}
.tracking-form .captcha-input {
  position: relative;
}
.tracking-form .captcha-input .clear-field {
  position: absolute;
  right: 22px;
  top: 16px;
  z-index: 3;
  cursor: pointer;
  color: #717171;
}
.tracking-form .form-control::placeholder {
  font-size: 11px !important;
}
.tracking-form .form-control.is-invalid {
  background: #E6DFDF;
  padding-right: 0;
}
.tracking-form .btn-statusCheck {
  display: block;
  width: 100%;
}

#captchaImg img {
  height: 46px;
  width: 100%;
}

.toggle-status {
  position: absolute;
  top: 0;
  right: 0;
}
.toggle-status.collapsed img {
  transform: rotate(180deg);
}

@media (min-width: 680px) {
  .tracking-form {
    margin: 7rem 0 10rem 0;
  }
  .tracking-form .form-title {
    font-size: 22px;
    line-height: 44px;
  }
  .tracking-form .btn-statusCheck {
    display: unset;
    width: unset;
  }
  .tracking-form .card-body {
    padding: 5.25rem;
  }
  .timeline-status li::after {
    content: " ";
    background: #FFAA57;
    position: absolute;
    left: 2px;
    bottom: 25px;
    width: 2px;
    height: 100%;
    z-index: 398;
  }
  .timeline-status li:last-child::after {
    bottom: 45px !important;
  }
  .timeline-status li.finish::after {
    content: " ";
    background: #6FCF97;
    position: absolute;
    left: 2px;
    bottom: 45px;
    width: 2px;
    height: 100%;
    z-index: 399;
  }
  .timeline-status li.accepted::after {
    content: " ";
    background: #00BBF6;
    position: absolute;
    left: 2px;
    bottom: 5px;
    width: 2px;
    height: 50%;
    z-index: 399;
  }
  .timeline-status li.no-border::after {
    height: 0;
  }
  .timeline-status li.payment-success::after {
    content: " ";
    background: #1469C7;
    position: absolute;
    left: 2px;
    bottom: 15px;
    width: 2px;
    height: 150%;
    z-index: 398;
  }
}
.timeline-status {
  list-style-type: none;
  position: relative;
  padding: 0px !important;
}
.timeline-status__info {
  color: #FFAA57;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  display: block;
}
.timeline-status__date {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #717171;
}
.timeline-status__desc {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #717171;
}
.timeline-status li {
  margin: 20px 0;
  padding-left: 20px;
  position: relative;
}
.timeline-status li::before {
  content: " ";
  left: -8px;
  width: 24px;
  height: 24px;
  z-index: 400;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/web/icon/tracking-status/icon_check_sm_orange.svg");
}
.timeline-status li::after {
  content: " ";
  background: #FFAA57;
  position: absolute;
  left: 2px;
  bottom: 20px;
  width: 2px;
  height: 150%;
  z-index: 398;
}
.timeline-status li:last-child::after {
  bottom: 50px !important;
}
.timeline-status li.finish .timeline-status__info {
  color: #6FCF97;
}
.timeline-status li.finish::before {
  background-image: url("/web/icon/tracking-status/icon_check_sm_green.svg");
}
.timeline-status li.finish::after {
  content: " ";
  background: #6FCF97;
  position: absolute;
  left: 2px;
  bottom: 45px;
  width: 2px;
  height: 100%;
  z-index: 399;
}
.timeline-status li.accepted .timeline-status__info {
  color: #00BBF6;
}
.timeline-status li.accepted::before {
  background-image: url("/web/icon/tracking-status/icon_watch.svg");
}
.timeline-status li.accepted::after {
  content: " ";
  background: #00BBF6;
  position: absolute;
  left: 2px;
  bottom: 5px;
  width: 2px;
  height: 50%;
  z-index: 399;
}
.timeline-status li.no-border::after {
  height: 0;
}
.timeline-status li.payment-success::before {
  background-image: url("/web/icon/tracking-status/icon_watch_start.svg");
}
.timeline-status li.payment-success::after {
  content: " ";
  background: #1469C7;
  position: absolute;
  left: 2px;
  bottom: 15px;
  width: 2px;
  height: 150%;
  z-index: 398;
}
.timeline-status li.payment-success .timeline-status__info {
  color: #1469C7;
}

.card-status {
  border: none;
}
.card-status .card-header {
  padding: 10px;
  background: #ffffff;
  border-bottom: none;
}
.card-status .card-header h5 {
  padding-bottom: 10px;
  border-bottom: 1.75px solid rgba(0, 0, 0, 0.125);
}
.card-status__icon {
  text-align: center;
  margin-bottom: 15px;
}
.card-status__label {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
  color: #6FCF97;
}
.card-status__label i {
  color: #C4C4C4;
}
.card-status__date {
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #717171;
}
.card-status__meta {
  color: #717171;
}
.card-status__meta .meta-info {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.card-status__meta .meta-info span {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.mashead-webform {
  margin-top: 5.5rem;
  min-height: 25vh;
  text-align: left;
  background-color: #005FAF;
  color: #fff;
}
.mashead-webform h1 {
  font-size: 30px;
  margin-bottom: 1.5rem;
}
.mashead-webform .subheading {
  font-size: 18px;
}
@media screen and (min-width: 680px) {
  .mashead-webform {
    margin-top: 4rem;
    min-height: 25vh;
    text-align: center;
    color: #fff;
  }
  .mashead-webform h1 {
    margin-bottom: 2rem;
  }
  .mashead-webform .subheading {
    font-size: 23px;
  }
}

.kkb-form {
  border: 0;
}
.kkb-form .form-title {
  font-size: 20px;
  font-weight: 600;
  color: #005FAF;
  text-align: center;
  margin-bottom: 1.5rem;
}
.kkb-form .form-subtitle {
  font-size: 13px;
  font-weight: 600;
  color: #005FAF;
  text-align: center;
}
.kkb-form .form-group label {
  margin-bottom: 0;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  color: #005FAF;
}
.kkb-form .form-group label span {
  color: #dc3545;
}
.kkb-form .captcha-input {
  position: relative;
}
.kkb-form .captcha-input .clear-field {
  position: absolute;
  right: 22px;
  top: 16px;
  z-index: 3;
  cursor: pointer;
  color: #717171;
}
.kkb-form .form-control::placeholder {
  color: #999 !important;
  font-size: 12px !important;
}
.kkb-form .btn-submitForm {
  display: block;
  width: 100%;
}
.kkb-form .select2-container--default .select2-selection {
  height: 38px;
}
.kkb-form .select2-container--default .select2-selection--single {
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem !important;
  padding-left: 10px;
  background-color: #fff !important;
}
.kkb-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
}
.kkb-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
  background-color: #E8E8E8;
}
.kkb-form .select2-container--default .select2-search--dropdown .select2-search__field {
  outline: none;
}
.kkb-form .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999 !important;
  font-size: 12px !important;
}
@media screen and (min-width: 680px) {
  .kkb-form .form-title {
    font-size: 20px;
    font-weight: 600;
    color: #005FAF;
    text-align: center;
    margin-bottom: 2rem;
  }
  .kkb-form .card-body .form-title {
    font-size: 24px;
  }
  .kkb-form .card-body .form-subtitle {
    font-size: 18px;
  }
  .kkb-form .card-body .form-group label {
    font-size: 14px;
    text-align: left;
  }
  .kkb-form .card-body .btn-submitForm {
    display: unset;
    width: unset;
  }
}

#resultSummary .modal-content .list-group-item,
#infoModal .modal-content .list-group-item {
  padding: 0.25rem 1.25rem;
  font-size: 11pt;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #212529;
}

a {
  color: inherit;
}
a:focus, a:hover {
  color: #005faf;
  text-decoration: none;
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.table-wrapper {
  overflow-x: scroll;
}

/*search-logo*/
.search-logo {
  background: #ffffff;
  padding: 30px;
}
.search-logo .search-logo-box {
  display: block;
  padding: 20px;
  border-radius: 0.5rem !important;
  border: 1px solid #d7d7d7;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  margin: 16px 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
.search-logo .search-logo-box img {
  font-size: 6px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.search-logo .search-logo-box span {
  display: block;
  font-weight: 600;
  font-size: 8pt !important;
}
.search-logo .search-logo-box.active {
  border: 2px solid #00b6f1;
  box-shadow: 2px 2px 6px 0 #00b6f1 !important;
}

h3.form-heading {
  margin-bottom: 2rem;
  font-size: 16pt !important;
  font-weight: 700 !important;
}

.mfp-img {
  height: 800px !important;
}

.border-bottom-dashed {
  border-bottom: 1px dashed #b5b6b7 !important;
}

.table-font {
  font-size: 12pt;
}

.btn:disabled {
  background-color: transparent;
  border-color: transparent;
  color: #4375c4;
}
@media screen and (min-width: 1200px) {
  .btn:disabled {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff;
  }
}

#btn-simulasi:disabled {
  background-color: transparent !important;
  border-color: #005faf !important;
  color: #005faf !important;
  opacity: unset !important;
}

.text-bold {
  font-weight: 600 !important;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  font-size: 13px;
  background-color: transparent;
}
.breadcrumb .breadcrumb-item {
  color: #b5b6b7;
}
.breadcrumb .breadcrumb-item.active {
  color: #5b5b5c;
}

@media (min-width: 992px) {
  .breadcrumb {
    margin: 0;
    padding: 0;
    font-size: 14px;
    background-color: transparent;
  }
  .breadcrumb .breadcrumb-item {
    color: #b5b6b7;
  }
  .breadcrumb .breadcrumb-item.active {
    color: #5b5b5c;
  }
}
.blockquote {
  padding: 1.5rem 0;
  background-color: #dfdfdf;
  border-radius: 0.5rem;
  border: 1px solid #d7d7d7;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
  margin-top: 2rem;
}
.blockquote ul {
  list-style: none;
  margin-bottom: 0;
}
.blockquote ul li {
  font-size: 9.5pt;
  font-weight: 600;
}

.disclaimer {
  border: 1px solid #d7d7d7;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #f6f6f6;
  margin-top: 2rem;
  padding: 1rem;
}
.disclaimer p {
  text-align: center;
  font-weight: 600;
  font-size: 7.5pt;
  margin-bottom: 0.5rem;
}

.page-link {
  color: #005faf;
}
.page-link:hover {
  color: #005faf;
}
.page-link:focus {
  color: #005faf;
}

.page-item.active .page-link {
  border-color: #005faf;
  background-color: #005faf;
}

.simulation-section {
  margin-top: -7rem;
}
.simulation-section .simulation-form {
  border-radius: 12px;
  border: 1px solid #d7d7d7;
}
.simulation-section .simulation-form.card .card-body {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding-top: 0 !important;
  border: 1px solid #ced4da;
}
.simulation-section .simulation-form .nav {
  margin-bottom: 1.75rem;
  border-bottom: 1px solid #dee2e6;
}
.simulation-section .simulation-form .nav .nav-item .nav-link {
  color: #b5b6b7;
  padding: 1rem 1.5rem;
  border-radius: 0;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.simulation-section .simulation-form .nav .nav-item .nav-link.active {
  font-weight: 700;
  color: #005faf;
  border-color: transparent;
  background-color: transparent;
  border-bottom: 2px solid #005faf;
}
.simulation-section .simulation-form .nav .nav-item .nav-link:hover {
  font-weight: 700;
  color: #005faf;
  border-bottom: 2px solid #005faf;
}
.simulation-section .simulation-form .nav .nav-item .nav-link.disabled {
  color: #717171;
  background-color: #bebebe;
}

.table-striped thead tr th {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  border-bottom: none !important;
  background-color: #005faf !important;
  vertical-align: middle;
  border-top: 0;
}
.table-striped thead tr th:first-child {
  border-top-left-radius: 12px;
}
.table-striped thead tr th:last-child {
  border-top-right-radius: 12px;
}
.table-striped tbody tr td {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff;
}
.table-striped tbody tr:nth-of-type(even) {
  background-color: #e1f5f6;
}
.table-striped tbody tr:last-child td:first-child {
  border-bottom-left-radius: 12px;
}
.table-striped tbody tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}

#homeBanner .carousel-indicators li,
#expoGallery .carousel-indicators li {
  width: 11px;
  height: 11px;
  margin-right: 4px;
  margin-left: 4px;
  border-radius: 50%;
}
#homeBanner .carousel-indicators li.active,
#expoGallery .carousel-indicators li.active {
  background-color: #00b6f1;
}
#homeBanner .carousel-control a,
#expoGallery .carousel-control a {
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  text-indent: -999em;
}
#homeBanner .carousel-control a.carousel-control-prev,
#expoGallery .carousel-control a.carousel-control-prev {
  background-image: url(../img/carousel-prev.svg) !important;
  background-size: 32px;
  background-position: center;
  background-repeat: no-repeat;
}
#homeBanner .carousel-control a.carousel-control-next,
#expoGallery .carousel-control a.carousel-control-next {
  background-image: url(../img/carousel-next.svg) !important;
  background-size: 32px;
  background-position: center;
  background-repeat: no-repeat;
}

.page-section {
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.page-section .nav {
  margin-bottom: 5rem;
  border: 1px solid #d7d7d7;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
}
.page-section .nav.nav-pills {
  border-radius: 0.75rem;
}
.page-section .nav.nav-pills .nav-item:first-child .nav-link.active,
.page-section .nav.nav-pills .nav-item:first-child .show > .nav-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.page-section .nav.nav-pills .nav-item:last-child .nav-link.active,
.page-section .nav.nav-pills .nav-item:last-child .show > .nav-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-section .nav.nav-pills .nav-item .nav-link {
  padding: 0.75rem 0;
  font-weight: 600;
  border-radius: 0.75rem;
}
.page-section .nav.nav-pills .nav-item .nav-link.active,
.page-section .nav.nav-pills .nav-item .show > .nav-link {
  color: #fff;
  background-color: #005faf;
}
@media (max-width: 768px) {
  .page-section .section-heading {
    margin-bottom: 1.5rem;
  }
  .page-section .section-heading h2 {
    font-size: 18pt;
  }
}

@media (max-width: 680px) {
  .page-section.search-page {
    padding-top: 6rem;
  }
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 60px;
  height: 60px;
  display: inline-block;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("../img/button_left_scroll.svg");
}

.carousel-control-next-icon {
  background-image: url("../img/button_right_scroll.svg");
}

::-moz-selection {
  color: #fff;
  background: #005faf;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #005faf;
  text-shadow: none;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

.social-share-icon {
  list-style: none;
}
.social-share-icon li {
  padding: 20px;
  text-align: center;
}
.social-share-icon li.list-header {
  font-weight: 700;
}
.social-share-icon i {
  font-size: 25pt;
}

.h1-reguler {
  font-weight: 400;
}

.blue-color {
  color: #00b6f1;
}

.blue-background {
  background-color: #00b6f1;
}

.light-gray-color {
  color: #f1f3f4;
}

.gray-color {
  color: #b5b6b7;
}

.background-white {
  background-color: #fff;
}

.setup-background {
  background-repeat: no-repeat;
  background-size: cover;
}

.input-simulasi {
  border: 0;
  border-bottom: 1px solid #b5b6b7;
  background-color: transparent;
  padding: 5px 0 8px;
  outline: transparent;
  display: block;
  width: 100%;
}
.input-simulasi:focus {
  outline: transparent;
}

.border-left-teal {
  border-left: 2px solid rgba(0, 182, 241, 0.6);
}

.not-found-wrapper {
  color: #999;
  max-width: 60%;
  margin: auto;
  text-align: center;
}
.not-found-wrapper .nf-title {
  font-weight: 600;
  font-size: 11pt;
  margin-bottom: 0;
}
.not-found-wrapper .nf-description {
  font-weight: 100;
  font-size: 9pt;
  margin-top: 0.3rem;
}

.package-list {
  margin-bottom: 0;
}
.package-list li {
  font-size: 10pt;
}

.unset-min-height {
  min-height: unset !important;
}

@media (max-width: 992px) {
  #carModels .btn-secondary {
    border: 1px solid #b5b6b7;
  }
  #carModels .btn-secondary span {
    font-size: 10pt;
  }
  .simulation-section {
    margin-top: -1.5rem;
  }
  .page-section {
    padding-top: 2rem;
  }
  .page-section .nav {
    margin-bottom: 1rem;
  }
  .search-logo .search-logo-box {
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .search-logo .search-logo-box img {
    font-size: 6px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .search-logo .search-logo-box span {
    font-size: 8pt !important;
  }
  .btn-brand {
    border: 1px solid #b5b6b7;
  }
  .table-font {
    font-size: 10pt;
  }
}
.color-widget {
  margin-top: 1.5rem;
}
.color-widget .img-paging {
  color: #77828d;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 14px !important;
  align-content: center;
}
.color-widget .img-paging img {
  margin-right: 5px;
}
.color-widget .color-picker {
  text-align: right;
}
.color-widget .color-picker span {
  color: #212529;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}
.color-widget .color-picker .color-label {
  color: #212529;
  font-size: 10pt;
  font-weight: 500;
  line-height: 28px;
}
.color-widget .color-picker .color-list {
  padding-left: 0;
  list-style: none;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.color-widget .color-picker .color-list .color-item {
  width: 20px;
  height: 20px;
  display: inline-block;
}
.color-widget .color-picker .color-list .color-item:not(:first-child) {
  margin-left: 0.5rem;
}
.color-widget .color-picker .color-list .color-item a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  box-shadow: 2px 1px 4px 0px rgba(0, 0, 0, 0.1607843137);
}

@media (min-width: 768px) {
  .color-widget {
    justify-content: end;
  }
  .color-widget .img-paging {
    display: none;
  }
}
ul.simulasi {
  font-size: inherit;
}

@media (max-width: 680px) {
  .simulation-section {
    margin-top: 0.5rem !important;
  }
  .search-logo .search-logo-box {
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .car-brand .brands {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  ul.simulasi {
    font-size: 10pt;
  }
  ul.simulasi li {
    padding: 0.25rem 0;
  }
}
@media (min-width: 768px) {
  .modal-top-right .modal-dialog {
    margin-right: 35px;
  }
  .modal-top-right .modal-dialog .modal-content {
    top: 54px;
    position: absolute;
  }
}

iframe#launcher {
  z-index: 1000 !important;
}

.pagination {
  display: inline-table;
}
.pagination .page-item {
  display: inline-block;
}

.btn-one-line {
  white-space: nowrap;
  text-align: center;
}

@keyframes cf3FadeInOut {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cf3FadeOutIn {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
#navbar-logo img.logo-bottom {
  position: absolute;
  left: 15px;
  max-height: 70px;
  animation-name: cf3FadeOutIn;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 4s;
  animation-direction: alternate;
}

#navbar-logo img.logo-top {
  max-height: 70px;
  animation-name: cf3FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 4s;
  animation-direction: alternate;
}

#navbar-logo img {
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.mobile-only {
  display: flex;
}

@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}
.desktop-only {
  display: none;
}

@media (min-width: 768px) {
  .desktop-only {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.no-masthead h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 49.03px;
}
@media screen and (min-width: 1200px) {
  .no-masthead h1 {
    font-size: 20px;
    line-height: 27.24px;
  }
}

header.masthead, header.masthead-banner, header.masthead-slider {
  margin-top: 6rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 20vh;
}
@media screen and (min-width: 1200px) {
  header.masthead, header.masthead-banner, header.masthead-slider {
    margin-top: 4rem;
    min-height: 60vh;
  }
}
header.masthead h1, header.masthead-banner h1, header.masthead-slider h1 {
  color: #fff;
  font-size: 12pt;
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  header.masthead h1, header.masthead-banner h1, header.masthead-slider h1 {
    font-size: 30.5pt;
    margin-top: 10rem;
  }
}
header.masthead .subheading, header.masthead-banner .subheading, header.masthead-slider .subheading {
  color: #fff;
  display: block;
  font-size: 10pt;
  font-weight: 300;
  line-height: 1.4;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 1200px) {
  header.masthead .subheading, header.masthead-banner .subheading, header.masthead-slider .subheading {
    font-size: 16pt;
  }
}

@media (max-width: 680px) {
  #partnerBG {
    margin-top: 2rem;
    min-height: 20vh !important;
    background-size: cover;
  }
  .no-masthead {
    margin-top: 7rem !important;
  }
  .no-masthead .section-heading {
    margin-top: 1rem;
  }
}
header.masthead.car-simulation {
  margin-top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 40vh;
}

@media (max-width: 570px) {
  .navbar {
    padding: 0.5rem !important;
  }
  header.masthead {
    margin-top: 6rem;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 40vh;
  }
  header.masthead h1 {
    font-size: 12pt !important;
    font-weight: 600;
    margin-top: 10rem;
  }
  header.masthead .subheading {
    color: #fff;
    display: block;
    font-size: 10pt;
    font-weight: 300;
    line-height: 1.4;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  header.masthead-banner {
    margin-top: 2rem;
    min-height: 8vh !important;
    background-size: cover;
  }
  header.masthead-banner h1 {
    font-size: 21.5pt !important;
  }
  .no-masthead {
    padding: 1rem 0;
  }
  .no-masthead .section-heading {
    margin-top: 1rem;
  }
  header.masthead.car-simulation {
    margin-top: 1rem !important;
    min-height: 10vh !important;
  }
  header.masthead.car-simulation .car-info .car-model {
    font-size: 9pt !important;
  }
  header.masthead.car-simulation .car-info .car-name {
    font-size: 12pt !important;
  }
  header.masthead.car-simulation .car-info .car-price {
    font-size: 11pt !important;
  }
  .social-share-icon {
    padding: 0 !important;
  }
  .social-share-icon li {
    padding: 10px !important;
  }
  .social-share-icon li .list-header {
    font-size: 9pt !important;
  }
}
@media (max-width: 992px) {
  header.masthead h1 {
    font-size: 18.5pt;
  }
  .car-brand .brands {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
}
header.masthead-page {
  margin-top: 53px;
  height: 150px;
  background: #205faf;
  color: #fff;
}
@media (min-width: 992px) {
  header.masthead-page {
    margin-top: 70px;
  }
}
header.masthead-page h1 {
  font-size: 2rem;
  font-weight: 500;
}

header.tracking-form {
  height: 275px;
  background-color: #5f91bb !important;
}
@media (max-width: 570px) {
  header.tracking-form {
    margin-top: 6rem !important;
  }
}
header.tracking-form label {
  font-weight: bold;
  font-size: 18px;
}

.navbar-main {
  background-color: #005faf !important;
  box-shadow: 0px 3px 10px -5px rgba(51, 51, 51, 0.18);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.navbar-main .navbar-brand img {
  max-height: 45px;
}
.navbar-main .navbar-toggler {
  color: #fff;
  outline: none;
}
.navbar-main .navbar-nav {
  min-height: 40px;
  margin-top: 10px;
}
.navbar-main .navbar-nav .nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
}
.navbar-main .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.navbar-main .navbar-nav .nav-item .nav-link::after {
  content: "";
  width: 45px;
  height: 2px;
  display: block;
  margin: 10px auto 0;
  background-color: rgba(0, 0, 0, 0);
}
.navbar-main .navbar-nav .nav-item .nav-link:hover {
  color: #fff;
}
.navbar-main .navbar-nav .nav-item .nav-link:hover::after {
  content: "";
  width: 45px;
  height: 2px;
  display: block;
  margin: 10px auto 0;
  background-color: #fff;
}
@media screen and (min-width: 1200px) {
  .navbar-main .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    line-height: 20px;
  }
}
.navbar-main .navbar-nav .active > .nav-link {
  color: #fff;
  font-weight: 600;
}
.navbar-main .navbar-nav .active > .nav-link::after {
  content: "";
  width: 45px;
  height: 2px;
  display: block;
  margin: 10px auto 0;
  background-color: #fff;
}
@media (max-width: 992px) {
  .navbar-main .navbar-nav a.navbar-button {
    display: block !important;
    text-align: center !important;
    padding: 0.75rem 0 !important;
  }
  .navbar-main .navbar-nav a.navbar-button span {
    color: #fff;
    font-size: 14px;
  }
  .navbar-main .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .navbar-main .navbar-nav .nav-item .nav-link {
    padding: 0.75rem 0 !important;
    text-align: center;
    border-bottom: 2px solid #005faf;
  }
  .navbar-main .navbar-nav .nav-item .nav-link::after {
    content: none !important;
  }
  .navbar-main .navbar-nav .nav-item .nav-link:hover {
    border-bottom: 2px solid #fff;
  }
  .navbar-main .navbar-nav .nav-item .nav-link:hover::after {
    content: none !important;
  }
  .navbar-main .navbar-nav .active > .nav-link {
    color: #fff;
    font-weight: 600;
    border-bottom: 2px solid #fff;
  }
  .navbar-main .navbar-nav .active > .nav-link::after {
    content: none !important;
  }
}
.navbar-main .navbar-text {
  padding: 0;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  cursor: pointer;
}
.navbar-main .navbar-text .btn-location {
  color: #fff;
  text-transform: capitalize;
}
@media screen and (min-width: 1200px) {
  .navbar-main .navbar-text {
    font-size: 14px;
    line-height: 20px;
  }
}

.btn-location {
  color: #fff;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
@media screen and (min-width: 1200px) {
  .btn-location {
    font-size: 14px;
    line-height: 20px;
  }
}

.navbar-mobile .navbar-collapse {
  position: fixed;
  background: #eee;
  left: 0px;
  right: 0px;
}
.navbar-mobile .navbar-text .select2-container {
  width: 100% !important;
}

.navbar-text .select2-container .select2-selection--single {
  border-bottom: none !important;
}

.dropdown-location-mobile {
  left: 0 !important;
  right: 0;
  font-size: 12px;
}
.dropdown-location-mobile.select2-container--open .select2-dropdown--below {
  width: 100% !important;
}
.dropdown-location-mobile .select2-results {
  overflow-y: auto !important;
}
.dropdown-location-mobile .select2-results .select2-results__options {
  overflow-y: auto !important;
}

.search-section .btn-search {
  color: #fff;
  padding-right: 40px;
}

.navbar-desktop {
  display: none;
}
@media screen and (min-width: 1200px) {
  .navbar-desktop {
    display: block;
  }
}

.navbar-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .navbar-mobile {
    display: block;
  }
}

.input-mirror {
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 39px;
  right: 0;
  color: #333;
  border-radius: 10px;
  width: 100%;
  padding: 15px 15px;
  font-weight: 400;
  display: none;
  background-image: url("/img/search-arrow.png");
  background-repeat: no-repeat;
  background-position: right 15px bottom 20px;
  z-index: 100;
}
.input-mirror a {
  display: block;
}

.form-search .input-group .input-group-text {
  border: none;
  padding-right: 0;
  background-color: #fff;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
.form-search .input-group .form-control {
  border: none;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.form-search .input-group .form-control::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.form-search .input-group .form-control:focus {
  outline: none;
  box-shadow: none;
}

.wrapper-location {
  margin-top: 18px;
  min-width: 300px;
  min-height: 300px;
  background-color: #fff;
}
.wrapper-location .select2-container--open .select2-dropdown--below {
  border: none !important;
}
.wrapper-location .select2-container--open .select2-dropdown--below .select2-results__option {
  font-size: 12px !important;
}
@media screen and (min-width: 1200px) {
  .wrapper-location .select2-container--open .select2-dropdown--below .select2-results__option {
    font-size: 14px !important;
  }
}

.btn-up {
  border: none;
  border-radius: 3px;
  padding: 5px 8px;
  background-color: #fff;
  position: absolute;
  right: 25rem;
  margin-top: -5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.btn-up i {
  color: #005faf;
}

footer {
  color: #fff;
  font-size: 10pt;
  padding-top: 5rem;
  background-color: #333847;
}
footer .footer-devider {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
footer .footer-section__title {
  color: #f1f3f4;
  font-size: 12pt;
  font-weight: 600;
}
footer .footer-section__title::after {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  margin: 1rem 0;
  background-color: rgba(255, 255, 255, 0.3);
}
footer .footer__logo {
  margin-bottom: 35px;
}
footer .footer__logo img {
  height: 30px;
  width: auto;
}
footer .footer__contact {
  color: white;
  padding-left: 0;
  list-style: none;
}
footer .footer__contact li {
  display: flex;
  letter-spacing: 0.02em;
  align-content: flex-start;
  margin-bottom: 10px;
}
footer .footer__contact li .icon {
  font-size: 9pt;
  padding-top: 5px;
  margin-right: 15px;
}
footer .list-inline {
  margin: 0;
  padding: 0;
}
footer .footer-list_columns {
  padding-right: 30px;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}
footer .footer-list_columns .footer-list__item {
  display: inline-block;
  vertical-align: top;
}
footer .footer-list_columns .footer-list__item .footer-list__link {
  display: block;
  position: relative;
  line-height: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  font-weight: 100;
  font-size: 10pt;
}
footer .footer-list_columns .footer-list__item .footer-list__link:hover {
  color: #005faf;
  text-decoration: none;
}
footer .social-net {
  margin-left: 0;
}
footer .social-net .social-net__item {
  padding-left: 0;
  margin-right: 0;
  display: inline-block;
}
footer .social-net .social-net__item .social-net__link {
  color: white;
  padding-right: 50px;
}
footer .social-net .social-net__item .social-net__link:hover {
  color: #005faf;
  text-decoration: none;
}
footer .social-net .social-net__item .social-net__link i {
  margin-right: 5px;
}
footer .store-logo__link {
  display: flex;
  justify-content: space-between;
}

.footer-bottom {
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-bottom .navbar {
  padding: 0.5rem 0;
}
.footer-bottom .nav .nav-item {
  border-left: 1px solid #a9acb1;
}
.footer-bottom .nav .nav-item:first-of-type {
  border-left: none;
}
@media (min-width: 992px) {
  .footer-bottom .nav .nav-item:first-of-type .nav-link {
    padding-left: 0;
  }
}
.footer-bottom .nav .nav-item .nav-link {
  font-weight: 600;
  color: #a9acb1;
  font-size: 12px;
  padding: 0 0.5rem;
}
.footer-bottom .nav .nav-item .nav-link:hover {
  color: #fff;
}
.footer-bottom .copyright {
  margin-right: 10rem;
}
.footer-bottom img {
  height: 35px;
}

.btn-testdrive {
  z-index: 100;
  padding-top: 11px;
  position: fixed;
  width: 120px;
  height: 45px;
  left: 1.5rem !important;
  bottom: 14px;
  background-color: #005faf;
  color: #fff;
  border-radius: 50px;
  text-align: center;
}
.btn-testdrive:hover {
  color: #eee;
}

.btn-up {
  z-index: 100;
  right: 9rem !important;
  bottom: 14px;
  position: fixed;
}

.slick-dots li button:before {
  font-size: 15px !important;
}
.slick-dots li.slick-active button:before {
  color: #005faf !important;
}

@media (min-width: 768px) {
  .slick-dots {
    display: none !important;
  }
}
.btn-up {
  position: fixed;
  right: 5rem !important;
}
@media (min-width: 680px) {
  .btn-up {
    right: 11rem !important;
  }
}

.package {
  margin-bottom: 25px;
}
.package .promo-grid img.promo-img {
  width: 100%;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  margin-bottom: 1.25rem;
  background: #eeeeee;
}
@media (min-width: 992px) {
  .package .promo-grid img.promo-img {
    min-height: 213px;
  }
}
.package .promo-grid .promo-info {
  border-radius: 0.5rem;
  border: 1px solid #d7d7d7;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
}
.package .promo-grid .promo-info p {
  display: block;
  color: #005faf;
  font-size: 12pt;
  font-weight: 600;
  padding: 0.75rem 1.5rem 0;
  margin: 0;
}
.package .promo-grid .promo-info a {
  display: block;
  font-size: 11pt;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
}

.deal {
  margin-bottom: 25px;
}
.deal .card {
  border-radius: 0.5rem;
}
.deal .card img.card-img {
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.deal .card .card-body .car-meta {
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #b5b6b7;
}
.deal .card .card-body .car-meta .car-brand {
  color: #b5b6b7;
  font-size: 12pt;
  margin-bottom: 5px;
}
.deal .card .card-body .car-meta h4.car-type {
  margin: 0;
  overflow: hidden;
  max-height: 26px;
  min-height: 26px;
  font-size: 16pt;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  margin-bottom: 0.75rem;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.deal .card .card-body .car-meta .car-price {
  font-size: 14pt;
  font-weight: 700;
}
.deal .card .card-body .deal-meta {
  display: flex;
  padding-top: 0.75rem;
  align-items: center !important;
  justify-content: space-between !important;
}
.deal .card .card-body .deal-meta .deal-tenor {
  font-size: 14pt;
}
.deal .card .card-body .deal-meta .deal-rate {
  font-weight: 700;
  font-size: 20pt;
  color: #ff9933;
}

.white-background {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-color: #fff;
  border: 1px solid #f1f1f1;
}

.package-feature {
  margin: 20px 0;
  padding: 0;
}
.package-feature li {
  list-style: none;
  color: #00b6f1;
}

.modal .form-login {
  padding: 40px 0;
  max-width: 80%;
  margin: 0 auto;
}
.modal .form-login .form-title {
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 20px;
}
.modal .form-login .form-group .form-control {
  border: none;
  border-bottom: solid 1px #cecece;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  transition: all 0.3s ease;
}
.modal .form-login .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
  border-bottom: solid 1px #00b6f1;
}
.modal .form-login .form-group .form-control::placeholder {
  color: #cecece;
}
.modal .form-login .main-green {
  color: #00b6f1;
}
.modal .form-login a.main-green {
  text-decoration: none;
  transition: all 0.3s ease;
}
.modal .form-login a.main-green:hover {
  color: #005faf;
}
.modal .form-login .divider {
  margin: 0 5px;
}

#register-modal .button-text-wrapper,
#forgot-password-modal .button-text-wrapper {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
#register-modal .button-text-wrapper .form-control-text,
#forgot-password-modal .button-text-wrapper .form-control-text {
  flex: 1;
}

.partner-content .nav.nav-tabs {
  margin: 0;
  border-color: transparent;
}
.partner-content .nav.nav-tabs .nav-item .nav-link {
  padding: 1rem 2rem 1rem 0;
}
.partner-content .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  border-color: transparent;
  color: #00b6f1;
  font-weight: 700;
}
.partner-content .nav.nav-tabs .nav-item .nav-link:hover {
  border-color: transparent;
  background-color: transparent;
}
.partner-content .model-mobil-tabs .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  border-color: transparent;
  color: #00b6f1;
  font-weight: 700;
}
.partner-content .model-mobil-tabs .nav.nav-tabs .nav-item .nav-link:hover {
  border-color: transparent;
  background-color: transparent;
}
.partner-content .model-mobil-tabs .tab-content {
  padding-top: 1rem;
}

.merek-mobil {
  width: 2rem;
  height: auto;
  margin-right: 0.5rem;
}

@media (max-width: 992px) {
  .package .card .card-body {
    padding: 1rem;
  }
  .package .card .card-body h4 {
    font-size: 10pt;
    min-height: 30px;
    max-height: 30px;
  }
  .package .card .card-body ul {
    margin: 0;
  }
  .package .card .card-body ul li {
    font-size: 10pt;
  }
}
.faq-page {
  min-height: 75vh;
}

.payment-page {
  padding: 5rem 0;
  min-height: 75vh;
}
.payment-page .container {
  max-width: 374px;
  text-align: center;
  align-items: center;
}
.payment-page__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 15px 0;
}
.payment-page__subtitle {
  color: #868686;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.payment-page__application {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
}
.payment-page__application span {
  color: #868686;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.payment-page__amount {
  color: #1469c7;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
}
.payment-page__amount .amount_value {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  display: block;
  color: #1469c7;
}
.payment-page__amount span {
  color: #868686;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.payment-page__va {
  color: #1469c7;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 20px;
}
.payment-page__footer {
  color: #717171;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.form-section-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.summary-page {
  margin-top: 5rem;
}
.summary-page h1.car-name {
  color: #212529;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin: 20px 0;
}
.summary-page .form-row label {
  color: #212529;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .summary-page .form-row label {
    font-size: 20px;
    line-height: 28px;
  }
}
.summary-page .form-row .form-control-plaintext {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding-top: 0px;
}
@media screen and (min-width: 1200px) {
  .summary-page .form-row .form-control-plaintext {
    font-size: 16px;
    line-height: 24px;
  }
}
.summary-page .form-check-label,
.summary-page .custom-control-label {
  color: #717171;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.summary-page .form-check-label a,
.summary-page .custom-control-label a {
  color: #1469c7;
}

.btn-disable-grey:disabled {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}

#applicationModalInfo .modal-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  #applicationModalInfo .modal-title {
    font-size: 20px;
    line-height: 28px;
  }
}
#applicationModalInfo .modal-body {
  color: #000000;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}
#applicationModalInfo .modal-body .text-700 {
  font-weight: 700;
}
#applicationModalInfo .modal-body .text-app-info {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.at-share-btn {
  border-radius: 40px !important;
}

.form-group.form-floating {
  position: relative;
  background-color: #f9f9f9;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.form-group.form-floating [data-toggle=floatLabel] {
  height: 55px;
  padding-top: 20px;
}
.form-group.form-floating [data-toggle=floatLabel] + label {
  font-weight: 500;
  font-size: 12px;
  color: #888;
  left: 12px;
  opacity: 1;
  position: absolute;
  top: 5px;
  transition: all 0.3s ease-in-out;
}
.form-group.form-floating [data-toggle=floatLabel][data-value=""] {
  padding-top: 6px;
}
.form-group.form-floating [data-toggle=floatLabel][data-value=""] + label {
  opacity: 0;
  top: 18px;
}
.form-group.form-floating .form-control {
  font-size: 12px;
  font-weight: 700;
  background-color: transparent;
  border: none;
}
.form-group.form-floating .form-control select {
  padding-left: 0.5px !important;
}
.form-group.form-floating select.form-control {
  padding-left: 8px;
}
.form-group.form-floating select.form-control.is-invalid {
  background-position: center right calc(1.27em + 0.1875rem);
}
.form-group.number-spinner {
  position: relative;
  padding: 0.375rem 0.25rem;
  background-color: #f9f9f9;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.form-group.number-spinner label {
  margin: 0;
  font-weight: 500;
  font-size: 10px;
  color: #888;
}
.form-group.number-spinner .controls {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-group.number-spinner .controls button {
  width: 11px;
  height: 12px;
  border-radius: 50%;
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 12px;
  transition: background-color 0.3s;
}
.form-group.number-spinner .controls button:focus {
  outline: none;
}
.form-group.number-spinner .controls button.decrement {
  background-color: #ccc;
}
.form-group.number-spinner .controls button.increment {
  background-color: #0056b3;
}
.form-group.number-spinner .controls button.decrement:hover, .form-group.number-spinner .controls button.increment:hover {
  background-color: #0056b3;
}
.form-group.number-spinner .controls .form-control {
  padding-left: 0;
  padding-right: 0;
  max-height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  background-color: transparent;
  border: none;
}
.form-group .invalid-feedback {
  font-size: 11px;
  font-weight: 400;
  padding: 5px 10px;
}

@media (min-width: 992px) {
  .form-group.form-floating [data-toggle=floatLabel] + label {
    font-size: 12px;
  }
  .form-group.form-floating .form-control {
    font-size: 12px;
  }
  .form-group.form-floating .form-control::placeholder {
    font-size: 12px;
  }
  .form-group.number-spinner {
    text-align: center;
  }
  .form-group.number-spinner label {
    font-size: 12px;
  }
  .form-group.number-spinner .controls .form-control {
    font-size: 12px;
  }
}
#hot-news .featured-post .caption .caption-content {
  margin: 2.5rem;
}
#hot-news .featured-post .caption .caption-content span {
  color: #005faf;
  font-size: 10pt;
  font-weight: 400 !important;
  text-transform: uppercase;
}
#hot-news .featured-post .caption .caption-content h2 {
  font-weight: 700;
  overflow: hidden;
  font-size: 18pt;
  display: -webkit-box;
  -webkit-line-clamp: 1.5rem;
  margin-bottom: 0.25rem;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
#hot-news .featured-post .caption .caption-content .post-meta {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  -ms-flex-wrap: wrap;
  display: -ms-flexbox;
  padding-left: 0;
}
#hot-news .featured-post .caption .caption-content .post-meta li {
  color: #b5b6b7;
  font-size: 10pt;
}
#hot-news .featured-post .caption .caption-content .post-meta li + li {
  padding-left: 0.5rem;
}
#hot-news .featured-post .caption .caption-content .post-meta li + li::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #b5b6b7;
  content: "|";
}
#hot-news .featured-post .caption .caption-content .post-summary {
  color: #b5b6b7;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  margin-bottom: 0.75rem;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-size: 11pt;
}
#hot-news .featured-post .link {
  display: block;
  color: #005faf;
  text-align: right;
  padding: 0.5rem 1rem 0.75rem;
  background: transparent no-repeat center right;
  background-image: url("../img/chevron_right_blue.svg");
  background-size: 7px;
  font-style: italic;
  font-size: 11pt;
}
#hot-news .featured-post .link:hover {
  text-decoration: none;
}
#hot-news .post-item {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 530px;
  margin: auto auto 1rem;
}
#hot-news .post-item .caption {
  display: flex;
  height: 100%;
  width: 100%;
  background-color: rgba(33, 37, 41, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}
#hot-news .post-item .caption .caption-content {
  color: #fff;
  margin: auto 2rem;
}
#hot-news .post-item .caption .caption-content span {
  display: block;
  font-size: 9pt;
  text-transform: uppercase;
}
#hot-news .post-item .caption .caption-content h2 {
  overflow: hidden;
  max-height: 34px;
  min-height: 34px;
  font-size: 11pt;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin-bottom: 0.75rem;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
#hot-news .post-item .caption .caption-content .post-meta {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  -ms-flex-wrap: wrap;
  display: -ms-flexbox;
  padding-left: 0;
}
#hot-news .post-item .caption .caption-content .post-meta li {
  color: #fff;
  font-size: 9pt;
}
#hot-news .post-item .caption .caption-content .post-meta li + li {
  padding-left: 0.5rem;
}
#hot-news .post-item .caption .caption-content .post-meta li + li::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #fff;
  content: "|";
}
#hot-news .post-item .link {
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 0.5rem 1rem;
  position: absolute;
  z-index: 2;
}
#hot-news .post-item .link span {
  opacity: 0;
  margin-right: 0.25rem;
  font-size: 9pt;
  font-style: italic;
  display: inline-block;
}
#hot-news .post-item .link img {
  width: 5px;
  height: auto;
  margin-top: 2px;
}
@media (min-width: 992px) {
  #hot-news .post-item .caption {
    -webkit-transition: -webkit-clip-path 0.25s ease-out, background-color 0.7s;
    -webkit-clip-path: outset(0px);
    clip-path: outset(0px);
  }
  #hot-news .post-item .caption .caption-content {
    transition: opacity 0.25s;
  }
  #hot-news .post-item img {
    -webkit-transition: -webkit-clip-path 0.25s ease-out;
    -webkit-clip-path: outset(-1px);
    clip-path: outset(-1px);
  }
  #hot-news .post-item:hover {
    z-index: 99;
    transform: scale(1.1);
  }
  #hot-news .post-item:hover .caption {
    background-color: rgba(0, 95, 175, 0.9);
    -webkit-clip-path: scale(1.1);
    clip-path: scale(1.1);
  }
  #hot-news .post-item:hover .link {
    background-color: rgba(3, 174, 187, 0.7);
  }
  #hot-news .post-item:hover .link span {
    opacity: 1;
  }
}

#services {
  margin-top: 3rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #services .nav-link img {
    height: 100px !important;
  }
}
@media (max-width: 680px) {
  #services .nav-link img {
    height: 50px !important;
  }
}

@media (max-width: 992px) {
  #services {
    margin-top: 3rem;
    margin-bottom: 0;
  }
  #services .services-item .services-info h3 {
    font-size: 14pt;
  }
  #services .services-item .services-info p {
    font-size: 11pt;
  }
  #services .services-item .services-info .btn-primary {
    font-size: 10pt;
  }
}
#section-education {
  background-image: url("/img/education-bg.png");
  background-position: left center;
  background-repeat: no-repeat;
}
@media (max-width: 680px) {
  #section-education {
    background-image: url("/img/m_education-bg.jpg");
    background-size: contain;
  }
}
#section-education .wrapper-blue {
  color: #005faf;
}
@media (min-width: 992px) {
  #section-education .wrapper-blue {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
#section-education a:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  #section-education h4 {
    font-size: 32px;
  }
}
@media (max-width: 680px) {
  #section-education h4 {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 25px 15px 25px;
  }
}
@media (max-width: 680px) {
  #section-education p {
    margin: 0;
    font-size: 10px;
    text-align: justify;
    padding: 0 25px 15px 25px;
  }
}

@media (max-width: 680px) {
  #section-education-mobile {
    width: 100%;
  }
  #section-education-mobile a:hover {
    color: #ffffff;
  }
  #section-education-mobile h4 {
    font-size: 20px;
    margin-bottom: 2rem;
  }
  #section-education-mobile p {
    font-size: 14px;
    text-align: justify;
  }
  #section-education-mobile .caption {
    z-index: 10;
    bottom: 20px;
    color: #005faf;
    position: absolute;
  }
}

.swiper-wrapper .swiper-container {
  width: 100%;
}
.swiper-wrapper .post-item {
  width: 90%;
}
.swiper-wrapper .post-item .post-link img {
  width: 100%;
  object-fit: cover;
}
.swiper-wrapper .package {
  width: 90%;
}
.swiper-wrapper .package .promo-grid img {
  width: 100%;
  object-fit: cover;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #E6E6E6;
}

.loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font: 14px arial;
}
.loading img {
  width: 150px;
}

.grid-cars i {
  width: 14px;
  height: 14px;
  margin-right: 0.5rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.grid-cars i.icon-power {
  background-image: url("../img/ic_odometer.svg");
}
.grid-cars i.icon-transmission {
  background-image: url("../img/ic_steer.svg");
}
.grid-cars .item-badges {
  position: absolute;
  right: 10px;
  top: -5px;
}
.grid-cars .item-badges .car-badge {
  padding: 0 2px;
}
.grid-cars .item-badges .car-badge img {
  max-height: 40px;
}

.car-detail {
  margin-top: 4.5rem;
  background-color: transparent;
}
.car-detail h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #0b2c54;
}
@media screen and (min-width: 1200px) {
  .car-detail h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
  }
}
.car-detail .car-model {
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 0;
  color: #c4c4c4;
}
@media screen and (min-width: 1200px) {
  .car-detail .car-model {
    font-size: 20px;
    line-height: 27.24px;
  }
}
.car-detail .car-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #0b2c54;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1200px) {
  .car-detail .car-name {
    margin-bottom: 4.5rem;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    color: #212529;
  }
}
.car-detail .car-price-top {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #212529;
}
@media screen and (min-width: 1200px) {
  .car-detail .car-price-top {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
  }
}
.car-detail .car-price-top small {
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  line-height: 16px;
  display: block;
}
.car-detail .car-credit-info p.label {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .car-detail .car-credit-info p.label {
    font-size: 14px;
    line-height: 22px;
  }
}
.car-detail .car-credit-info p.label span {
  font-weight: 700;
  color: #005faf;
}
.car-detail .car-credit-info p.label span.desktop {
  color: #212529;
  font-weight: 400;
  display: none;
}
@media screen and (min-width: 1200px) {
  .car-detail .car-credit-info p.label span.desktop {
    display: inline;
  }
}
.car-detail .car-credit-info p.label span.capitalize {
  color: #212529;
  font-weight: 400;
  text-transform: capitalize;
}
@media screen and (min-width: 1200px) {
  .car-detail .car-credit-info p.label span.capitalize {
    text-transform: lowercase;
  }
}
.car-detail .car-credit-info p.value {
  color: #212529;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}
@media screen and (min-width: 1200px) {
  .car-detail .car-credit-info p.value {
    font-size: 16px;
    line-height: 24px;
  }
}
.car-detail .car-section {
  margin-bottom: 1.5rem;
  color: #1a1a1a !important;
}
.car-detail .car-section h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #0b2c54;
}
@media screen and (min-width: 1200px) {
  .car-detail .car-section h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
  }
}
.car-detail .car-section .promo-highlist .list-unstyled li i {
  color: #005faf;
}
.car-detail .color-widget {
  font-weight: bold;
  font-size: 0.7em;
  text-align: right;
}
.car-detail .color-widget ul .color-list .color-list {
  float: left;
}

#carGallery .carousel-control-zoom {
  left: 15px;
  bottom: 15px;
  position: absolute;
  z-index: 1;
}

.features-icons-item {
  text-align: center;
}
.features-icons-item span {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.07px;
}
.features-icons-item .features-icons-icon {
  padding: 1rem 0;
}
.features-icons-item .features-icons-icon i {
  width: 3rem;
  height: 3rem;
  display: block;
  margin: 1rem auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.features-icons-item .features-icons-icon i.icon-engine {
  background-image: url("../../img/icons/car-engine.png");
}
.features-icons-item .features-icons-icon i.icon-power {
  background-image: url("../../img/icons/car-power.png");
}
.features-icons-item .features-icons-icon i.icon-seat {
  background-image: url("../../img/icons/car-seat.png");
}
.features-icons-item .features-icons-icon i.icon-fuel {
  background-image: url("../../img/icons/car-fuel.png");
}
.features-icons-item .features-icons-icon i.icon-transmission {
  background-image: url("../../img/icons/car-transmission.png");
}
.features-icons-item .features-icons-icon i.icon-category {
  background-image: url("../../img/icons/car-category.png");
}

@media (min-width: 992px) {
  .features-icons-item {
    text-align: center;
  }
  .features-icons-item span {
    color: #212529;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.79px;
  }
  .features-icons-item .features-icons-icon {
    padding: 1rem 0;
  }
  .features-icons-item .features-icons-icon i {
    width: 3rem;
    height: 3rem;
    display: block;
    margin: 1rem auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .features-icons-item .features-icons-icon i.icon-engine {
    background-image: url("../../img/icons/car-engine.png");
  }
  .features-icons-item .features-icons-icon i.icon-power {
    background-image: url("../../img/icons/car-power.png");
  }
  .features-icons-item .features-icons-icon i.icon-seat {
    background-image: url("../../img/icons/car-seat.png");
  }
  .features-icons-item .features-icons-icon i.icon-fuel {
    background-image: url("../../img/icons/car-fuel.png");
  }
  .features-icons-item .features-icons-icon i.icon-transmission {
    background-image: url("../../img/icons/car-transmission.png");
  }
  .features-icons-item .features-icons-icon i.icon-category {
    background-image: url("../../img/icons/car-category.png");
  }
}
.grid-cars {
  margin-bottom: 25px;
}
.grid-cars .card {
  border-radius: 1rem;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
}
.grid-cars .card img.card-img {
  width: 100%;
  border-radius: 0;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
@media (min-width: 992px) {
  .grid-cars .card img.card-img {
    min-height: 211px;
  }
}
.grid-cars .card .card-body {
  padding: 1rem;
}
.grid-cars .card .card-body .car-meta {
  font-size: 10pt;
}
.grid-cars .card .card-body .car-meta .brand-name {
  font-size: 10pt;
  color: #b5b6b7;
}
.grid-cars .card .card-body .car-meta .car-name {
  color: #212529;
  margin: 0;
  overflow: hidden;
  max-height: 40px;
  min-height: 40px;
  font-size: 13pt;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  margin-bottom: 0.5rem;
  text-overflow: ellipsis;
  -webkit-box-orient: horizontal;
}
.grid-cars .card .card-body .car-meta .car-price {
  font-size: 12pt;
  font-weight: 600;
  margin: 0.5rem 0;
}
.grid-cars .card .card-body .car-meta .other-info p {
  font-size: 10pt;
  margin-bottom: 0;
}
.grid-cars .card .card-body .car-meta .other-info p span {
  color: #005faf;
}
.grid-cars .card .card-body .car-meta .other-info h6 {
  font-size: 11pt;
  font-weight: 600;
  margin-top: 0.25rem;
  margin-bottom: 0;
}
.grid-cars .card .card-body .car-meta .price-info {
  color: #212529;
  font-size: 11pt;
  font-weight: 600;
  margin-top: 0.5rem;
}

@media (max-width: 992px) {
  .grid-cars .card .card-body h6 {
    font-size: 9pt;
    margin: 0 !important;
  }
  .grid-cars .card .card-body h4 {
    margin: 0;
    overflow: hidden;
    max-height: 22px;
    min-height: 22px;
    font-size: 12pt;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    margin-bottom: 0.5rem;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
  }
  .grid-cars .card .card-body h4.car-price {
    border-bottom: 1px solid #f1f1f1;
    line-height: 0.8;
  }
  .grid-cars .card .card-body .border-right {
    border-color: transparent;
  }
  .car-detail p.car-name {
    font-size: 20pt;
  }
  .car-detail p.car-price {
    font-size: 16pt;
  }
  .car-comparison h2 {
    font-size: 1.5em;
  }
  #compare-form {
    font-size: 10pt;
  }
  #compare-form b {
    font-weight: normal;
  }
}
.badge-legenda {
  position: sticky;
  bottom: 0;
  width: 100%;
  max-height: 60px;
  background-color: #fff;
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.badge-legenda .container-fluid {
  padding: 5px;
}
@media (min-width: 680px) {
  .badge-legenda .container-fluid {
    padding-left: 1.5rem;
    padding: 10px;
  }
}
@media (max-width: 680px) {
  .badge-legenda .item-badges {
    overflow: auto;
    vertical-align: top;
    display: flex;
  }
}
.badge-legenda .item-badge {
  display: inline-block;
  margin-right: 10px;
  font-size: 9px;
}
@media (min-width: 680px) {
  .badge-legenda .item-badge {
    font-size: 14px;
    min-width: 120px;
  }
}
@media (max-width: 680px) {
  .badge-legenda .item-badge {
    text-align: center;
  }
}
.badge-legenda .item-badge img {
  max-height: 30px;
}
@media (min-width: 680px) {
  .badge-legenda .item-badge img {
    max-height: 35px;
  }
}
@media (max-width: 680px) {
  .badge-legenda .item-badge .badge-name {
    display: block;
  }
}

.b-70 {
  bottom: 75px !important;
}

.car-list-page iframe#launcher {
  z-index: 100 !important;
}
@media (max-width: 680px) {
  .car-list-page .btn-testdrive {
    left: 15px !important;
  }
}
@media (max-width: 680px) {
  .car-list-page .section-heading {
    margin-top: 1.5rem;
  }
}

.btn-car-filter {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 680px) {
  .btn-car-filter {
    top: -70px;
    left: -20px;
    border-radius: 50px;
  }
}

#car-filter .card-sidebar {
  position: fixed;
  top: 45px;
  left: 0;
  bottom: 0;
  z-index: 103;
  width: 350px;
}
@media (max-width: 680px) {
  #car-filter .card-sidebar {
    top: 80px;
    width: 265px;
  }
}
#car-filter .card {
  border-radius: 0;
  background: #fff;
  z-index: 1000;
  border: 0;
}
#car-filter .card-header {
  border-bottom: 0;
  background: transparent;
  padding: 30px 40px 0 40px;
}
#car-filter .card-header h5 {
  margin: 0;
  font-size: 2rem;
}
#car-filter .card-header .link-reset {
  color: #005faf;
  margin-top: -35px;
}
@media (max-width: 680px) {
  #car-filter .card-header {
    padding: 10px 20px 0;
  }
}
#car-filter .card-body {
  border-radius: 10px;
  z-index: 100;
  height: calc(100vh - 175px);
  overflow: auto;
  padding: 0 40px;
}
@media (max-width: 680px) {
  #car-filter .card-body {
    padding: 0 20px 0;
    height: calc(100vh - 175px);
  }
}
#car-filter .card-footer {
  padding: 0;
}
#car-filter .card-footer .btn-submit {
  border-radius: 0;
  width: 100%;
  padding: 17px;
}
#car-filter .backdrop {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
#car-filter .form-group label {
  font-size: 14px;
  font-weight: 600;
}
#car-filter .section-title .link-title {
  font-size: 16px;
  font-weight: 600;
  display: block;
  padding: 7px 0;
  position: relative;
  color: #212529;
}
#car-filter .section-title .link-title:after {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #aaaaaa;
  content: "\f107";
  position: absolute;
  right: 0;
  top: 8px;
  font-size: 16px;
}
#car-filter .section-title .link-title[aria-expanded=true]:after {
  content: "\f106";
}
#car-filter .section-input {
  padding-bottom: 20px;
}
#car-filter .section-input .input-group-price .input-group-text {
  border: 1px solid #ced4da;
}
#car-filter .section-input .form-check {
  padding-bottom: 7px;
}
#car-filter .link-more {
  color: #285da9;
}

.car-list-page .fixed-top {
  z-index: 102;
}

.btnPriceOption {
  font-size: 14px;
}

#carList .post-item {
  border: 0.5px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
#carList .post-caption {
  text-align: center;
}
#carList .post-caption span {
  color: #b5b6b7;
}

#form-simulation .form-group label {
  margin-bottom: 0 !important;
}

.form-underline {
  border: 0;
  border-radius: 0;
}
.form-underline:focus {
  box-shadow: none;
}

.input-group-text {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #ced4da;
  background: transparent;
}

@media (min-width: 768px) {
  #testcar-info-block::before {
    content: "";
    left: 0;
    height: 80%;
    width: 1px;
    position: absolute;
    background: #ced4da;
  }
}
.post-item {
  right: 0;
  margin: 0 0 25px;
}
.post-item .post-link {
  position: relative;
  max-width: 400px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  text-align: center;
}
.post-item .post-link img {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
@media (min-width: 992px) {
  .post-item .post-link img {
    min-height: 213px;
  }
}
.post-item .post-caption {
  padding: 1rem;
  margin: 0 auto;
  max-width: 400px;
  background-color: #fff;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.post-item .post-caption h4 {
  margin: 0;
  overflow: hidden;
  max-height: 40px;
  min-height: 40px;
  font-size: 12pt;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin-bottom: 0.5rem;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.post-item .post-caption .post-meta {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -ms-flexbox;
  margin-bottom: 0;
}
.post-item .post-caption .post-meta li {
  color: #b5b6b7;
  font-size: 10pt;
}
.post-item .post-caption .post-meta li + li {
  padding-left: 0.5rem;
}
.post-item .post-caption .post-meta li + li::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #b5b6b7;
  content: "|";
}

@media (min-width: 767px) {
  #portfolio .post-item {
    margin: 0 0 30px;
  }
}
.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}
.portfolio-modal .modal-content {
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  font-size: 3em;
  margin-bottom: 15px;
}
.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 30px;
  font-family: "Lora", "Times New Roman", serif;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content button {
  cursor: pointer;
}
.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #212529;
}
.portfolio-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1px;
  height: 75px;
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #212529;
}

#post-detail {
  padding-top: 7rem;
  padding-bottom: 0;
  background-color: #f9fafb;
}
#post-detail .container {
  border: 1px solid #f1f3f4;
  border-radius: 10px;
  background-color: #fff;
}
#post-detail .container .post-title {
  font-size: 20pt;
}
#post-detail .container .post-meta {
  color: #005faf;
  margin-bottom: 15px;
}
#post-detail .container .post-meta > span {
  font-size: 10pt;
  padding-right: 1rem;
}
#post-detail .container .post-meta > span.post-view {
  padding-left: 1rem;
  border-left: 1px solid #b5b6b7;
}

@media (max-width: 680px) {
  #post-detail {
    padding-right: 0;
    padding-left: 0;
    padding-top: 6rem;
  }
  #post-detail .container {
    border-color: transparent;
    background-color: #f9fafb;
  }
  #post-detail .post-title {
    font-size: 14pt !important;
  }
  #post-detail .post-meta .post-date {
    font-size: 10pt;
  }
  #post-detail .post-body {
    font-size: 11pt;
  }
}
.post-body {
  text-align: justify;
  text-justify: inter-word;
}

#archiveMenuButton .btn {
  min-width: 160px;
  padding: 0.5rem 0.75rem;
}
#archiveMenuButton .btn-outline {
  color: #6c757d;
  border-color: #6c757d;
}

#hot-promo .promo-item {
  right: 0;
  margin: 0 0 15px;
}
#hot-promo .promo-item .promo-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 0.5rem;
}
#hot-promo .promo-item .promo-link img {
  width: 100%;
  border-radius: 0.5rem;
}
#hot-promo .promo-item .promo-link .promo-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  background: rgba(0, 95, 175, 0.9);
}
#hot-promo .promo-item .promo-link .promo-hover:hover {
  opacity: 1;
}
#hot-promo .promo-item .promo-link .promo-hover .promo-hover-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: white;
}
#hot-promo .promo-item .promo-link .promo-hover .promo-hover-content i {
  margin-top: -12px;
}
#hot-promo .promo-item .promo-link .promo-hover .promo-hover-content h3,
#hot-promo .promo-item .promo-link .promo-hover .promo-hover-content h4 {
  margin: 0;
}
#hot-promo .promo-item .promo-caption {
  max-width: 400px;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
  background-color: #fff;
}
#hot-promo .promo-item .promo-caption h4 {
  margin: 0;
  text-transform: none;
}
#hot-promo .promo-item .promo-caption p {
  font-size: 16px;
  font-style: italic;
  margin: 0;
}

@media (min-width: 767px) {
  #hot-promo .promo-item {
    margin: 0 0 30px;
  }
}
#promo-detail {
  margin-top: 6rem;
  padding-top: 15px;
}
@media screen and (min-width: 1200px) {
  #promo-detail {
    margin-top: 5rem;
    padding-top: 20px;
  }
}
#promo-detail .promo-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #124db2;
}
#promo-detail .promo-subtitle {
  display: none;
}
#promo-detail .container .promo-info {
  margin-bottom: 15px;
}
#promo-detail .container .promo-info__otr-price {
  color: #212529;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}
@media screen and (min-width: 1200px) {
  #promo-detail .container .promo-info__otr-price {
    font-size: 20px;
    line-height: 28px;
  }
}
#promo-detail .container .promo-info__otr-label {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 0;
  display: block;
}
@media screen and (min-width: 1200px) {
  #promo-detail .container .promo-info__otr-label {
    font-size: 16px;
    line-height: 24px;
  }
}
#promo-detail .container .promo-info__otr-label span {
  font-weight: 700;
  color: #005faf;
}
#promo-detail .container .promo-info__otr-label span.desktop {
  color: #212529;
  font-weight: 400;
  display: none;
}
@media screen and (min-width: 1200px) {
  #promo-detail .container .promo-info__otr-label span.desktop {
    display: inline;
  }
}
#promo-detail .container .promo-info__otr-label span.capitalize {
  color: #212529;
  font-weight: 400;
  text-transform: capitalize;
}
@media screen and (min-width: 1200px) {
  #promo-detail .container .promo-info__otr-label span.capitalize {
    text-transform: lowercase;
  }
}
#promo-detail .container .promo-info__tdp-price {
  color: #212529;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}
@media screen and (min-width: 1200px) {
  #promo-detail .container .promo-info__tdp-price {
    font-size: 20px;
    line-height: 28px;
  }
}
#promo-detail .container .promo-info__tdp-label {
  color: #a0a0a0;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 0;
  display: block;
}
@media screen and (min-width: 1200px) {
  #promo-detail .container .promo-info__tdp-label {
    font-size: 16px;
    line-height: 24px;
  }
}
#promo-detail .container .promo-info__tdp-label span {
  font-weight: 700;
  color: #005faf;
}
#promo-detail .container .promo-info__tdp-label span.desktop {
  display: none !important;
}
@media screen and (min-width: 1200px) {
  #promo-detail .container .promo-info__tdp-label span.desktop {
    display: inline !important;
  }
}
#promo-detail .container .promo-info__tdp-label span.capitalize {
  color: #a0a0a0;
  font-weight: 400;
  text-transform: capitalize;
}
@media screen and (min-width: 1200px) {
  #promo-detail .container .promo-info__tdp-label span.capitalize {
    text-transform: lowercase;
  }
}
#promo-detail .container > .transparent {
  background-color: transparent !important;
}
#promo-detail .container .post-title {
  font-size: 20pt;
  margin-bottom: 15px;
}
#promo-detail .container .post-meta {
  color: #00b6f1;
  margin-bottom: 15px;
}
#promo-detail .container .post-meta > span {
  padding-right: 1rem;
}
#promo-detail .container .post-meta > span.post-view {
  padding-left: 1rem;
  border-left: 1px solid #b5b6b7;
}

@media (min-width: 768px) {
  #promo-detail .promo-title {
    color: #212529;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
  }
  #promo-detail .promo-subtitle {
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 27.24px;
    color: #c4c4c4;
    margin-bottom: 0;
  }
  #promo-detail .container .promo-info {
    margin-bottom: 15px;
  }
  #promo-detail .container .promo-info__otr-price {
    display: block;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
  }
  #promo-detail .container .promo-info__otr-label {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #212529;
  }
  #promo-detail .container .promo-info__tdp-price {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
  }
  #promo-detail .container .promo-info__tdp-label {
    color: #a0a0a0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  #promo-detail .container .promo-info__tdp-label span {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }
  #promo-detail .promo-body > h4 {
    color: #0b2c54;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }
  #promo-detail .promo-body > p {
    color: #717171;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: justify !important;
  }
}
#deal-detail {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #F9FAFB;
}
#deal-detail .container {
  border: 1px solid #F1F3F4;
  border-radius: 10px;
  background-color: #fff;
}
#deal-detail .container > .transparent {
  background-color: transparent !important;
}
#deal-detail .container .post-title {
  font-size: 20pt;
  margin-bottom: 15px;
}
#deal-detail .container .post-meta {
  color: #03aeBB;
  margin-bottom: 15px;
}
#deal-detail .container .post-meta > span {
  padding-right: 1rem;
}
#deal-detail .container .post-meta > span.post-view {
  padding-left: 1rem;
  border-left: 1px solid #B5B6B7;
}

/* 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;
}

.search-car-box {
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 5%;
  color: white;
  transform: translate(-50%, -50%);
}
@media (max-width: 680px) {
  .search-car-box {
    bottom: unset;
    left: unset;
    transform: none;
    position: relative;
  }
}

.btn-group-toggle .search-logo-box input[type=radio],
.btn-group-toggle .search-logo-box input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.form-group.required label:after {
  content: "*";
  color: #005faf;
}

form.form-underline .form-group label {
  font-size: 10pt;
}
form.form-underline .form-group label .info-btn {
  border: 0;
  color: #b5b6b7;
  font-weight: 300;
  font-size: small;
  background-color: transparent;
}
form.form-underline .form-control,
form.form-underline .custom-select {
  border: none;
  padding-left: 0;
  border-radius: 0 !important;
  border-bottom: 1px solid #ced4da;
  background-color: transparent !important;
  font-weight: 400;
  color: #495057;
  font-size: 10pt;
}
form.form-underline .form-control:focus,
form.form-underline .custom-select:focus {
  outline: none;
  box-shadow: none;
  border-color: #005faf !important;
}
form.form-underline .input-group-text {
  border: none;
  border-bottom: 1px solid #ced4da;
  background-color: transparent;
  font-size: 10pt;
}
form.form-underline .input-group-text.radio {
  border: none;
  padding-left: 0;
}
form.form-underline .input-group-text .flaticon-placeholder {
  font-size: 25px;
  color: #00b6f1;
}
form.form-underline .input-group-text .flaticon-placeholder::before {
  line-height: 2;
}

form.form-rounded .input-group-text,
form.form-rounded .form-control,
form.form-rounded .custom-select,
form.form-rounded .btn {
  border-radius: 50rem;
}
form.form-rounded .input-group .input-group-text {
  border: 0;
  background-color: #fff;
}
form.form-rounded .input-group .form-control {
  border: 0;
}

.form-button {
  display: flex;
  align-items: center;
  border-left: solid 1px #ced4da;
}
.form-button .btn-white {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
@media (max-width: 992px) {
  .form-button {
    border-left: solid 1px transparent;
  }
  .form-button .btn-white {
    background-color: #005faf;
    color: #fff;
  }
}

.btn-white {
  background-color: #00b6f1;
  color: #fff;
}

@media (max-width: 992px) {
  .simulation-form .card-body {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.custom-file {
  width: 100%;
  height: auto;
  position: relative;
  display: inline-block;
  text-align: center;
  margin-bottom: 0;
}
.custom-file .custom-file-input {
  width: 100%;
  height: 100% !important;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  margin: 0;
  opacity: 0;
}

.select2-container {
  /**
      * Options
      */
  /**
      * Focused textbox
      */
  /**
      * Disabled textbox
      */
}
.select2-container .select2-selection {
  outline: none;
}
.select2-container .select2-selection--single {
  border: none !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #ced4da !important;
  background-color: transparent !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.select2-container .select2-selection--single .select2-selection__placeholder {
  font-weight: 100;
  font-size: 11pt;
  color: #212529 !important;
}
.select2-container .select2-selection--multiple {
  /**
         * Multiple selected options
         */
  /**
         * Multiple selected option clear button
         */
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  width: 100%;
}
.select2-container .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container .select2-selection--multiple .select2-selection__choice {
  /* @extend .mdl-chip */
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  border: 0;
  border-radius: 16px;
  background-color: red;
  display: inline-block;
  color: rgba(0, 0, 0, 0.87);
  margin: 2px 0;
  font-size: 0;
  white-space: nowrap;
  /* @extend .mdl-chip__text */
  font-size: 13px;
  vertical-align: middle;
  display: inline-block;
  float: left;
  margin-right: 8px;
  margin-bottom: 4px;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove {
  /* Hide default content */
  font-size: 0;
  opacity: 0.38;
  cursor: pointer;
  float: right;
  margin-top: 4px;
  margin-right: -6px;
  margin-left: 6px;
  transition: opacity;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove::before {
  content: "cancel";
  /* @extend .material-icons */
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  color: #000;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
  opacity: 0.54;
}
.select2-container .select2-search--inline .select2-search__field {
  width: 100%;
  margin-top: 0;
  /* Match input[type=text] */
  height: 34px;
  line-height: 1;
}
.select2-container .select2-dropdown .select2-search__field:focus {
  outline: none;
}
.select2-container .select2-results__option {
  clear: both;
  display: block;
  cursor: pointer;
  text-align: left;
  text-transform: none;
  color: rgba(0, 0, 0, 0.87);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  /**
         * Disabled options
         */
  /**
         * Selected option
         */
  /**
         * Active/hovered option
         */
}
.select2-container .select2-results__option[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent !important;
  cursor: context-menu;
  cursor: not-allowed;
}
.select2-container .select2-results__option[aria-selected=true] {
  color: #005faf !important;
  background-color: rgb(225, 245, 247) !important;
}
.select2-container .select2-results__option--highlighted[aria-selected] {
  color: #fff !important;
  background-color: #005faf !important;
}
.select2-container.select2-container--focus .select2-selection {
  outline: none;
  box-shadow: none;
}
.select2-container.select2-container--disabled .select2-selection {
  /* @extend .select-wrapper input.select-dropdown:disabled */
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
  user-select: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.select2-container.select2-container--disabled.select2-container--focus .select2-selection {
  box-shadow: none;
}

.stepwizard {
  width: 100%;
  display: table;
  position: relative;
  margin-bottom: 2rem;
}
.stepwizard .stepwizard-row {
  display: table-row;
}
.stepwizard .stepwizard-row:before {
  top: 32px;
  left: 25%;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 50%;
  height: 3px;
  background-color: #b5b6b7;
  z-order: 0;
}
.stepwizard .stepwizard-row .stepwizard-step {
  width: 50%;
  display: table-cell;
  text-align: center;
  position: relative;
}
.stepwizard .stepwizard-row .stepwizard-step:hover, .stepwizard .stepwizard-row .stepwizard-step.active {
  color: #005faf;
}
.stepwizard .stepwizard-row .stepwizard-step:hover p, .stepwizard .stepwizard-row .stepwizard-step.active p {
  color: #005faf;
}
.stepwizard .stepwizard-row .stepwizard-step:hover .btn, .stepwizard .stepwizard-row .stepwizard-step.active .btn {
  color: #005faf;
  border-color: #005faf;
  background-color: #fff;
}
.stepwizard .stepwizard-row .stepwizard-step p {
  color: #b5b6b7;
  margin-top: 0.5rem;
  font-weight: 600;
}
.stepwizard .stepwizard-row .stepwizard-step .btn-circle {
  width: 65px;
  height: 65px;
  padding: 10px 0;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  background-color: #f9fafb;
  border: 3px solid #b5b6b7;
  color: #b5b6b7;
}
.stepwizard .stepwizard-row .stepwizard-step .btn-circle.disabled, .stepwizard .stepwizard-row .stepwizard-step .btn-circle:disabled {
  color: #005faf !important;
  opacity: unset !important;
}

.text-image-proses {
  color: #dc3545;
  font-size: 10pt;
  font-style: italic;
  text-align: center;
  margin-top: 0.5rem;
}

.simulation-box {
  padding: 2rem;
  border-radius: 0.75rem;
  margin-bottom: 3rem;
  border: 1px solid #d7d7d7;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
}

dl {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

dt {
  float: left;
  width: 50%;
  padding: 0;
  margin: 0;
}

dd {
  float: left;
  width: 50%;
  padding: 0;
  margin: 0;
}

#contactModal .modal-body,
#brocurModal .modal-body {
  padding: 1.75rem 0;
}
#contactModal .modal-body p,
#brocurModal .modal-body p {
  font-size: 10pt;
  font-weight: 600;
  text-align: center;
}
#contactModal .modal-body h5,
#brocurModal .modal-body h5 {
  font-size: 18pt;
  margin-bottom: 1.25rem;
}
#contactModal .modal-body form,
#brocurModal .modal-body form {
  text-align: center;
}
#contactModal .modal-body form .form-control,
#brocurModal .modal-body form .form-control {
  color: #444444;
  text-align: center;
  border-radius: 50rem;
  margin-bottom: 1.25rem;
  background-color: #ebebeb;
  font-size: 11pt;
}
#contactModal .modal-body form .form-control::placeholder,
#brocurModal .modal-body form .form-control::placeholder {
  color: #444444;
}
#contactModal .modal-body form button,
#brocurModal .modal-body form button {
  border-radius: 0.75rem;
  padding: 10px 35px;
  margin-top: 0.75rem;
}
#contactModal .modal-body .close,
#brocurModal .modal-body .close {
  font-size: 1.75rem;
  font-weight: 700;
  color: #007bff;
  outline: none;
  position: absolute;
  top: 0;
  right: 10px;
}

.package-detail .invalid-feedback,
.car-detail .invalid-feedback {
  font-weight: 600;
}
.package-detail .dealer-option .select2-container--default .select2-selection,
.car-detail .dealer-option .select2-container--default .select2-selection {
  height: 38px;
}
.package-detail .dealer-option .select2-container--default .select2-selection--single,
.car-detail .dealer-option .select2-container--default .select2-selection--single {
  border: 1px solid #ced4da !important;
  border-radius: 4px !important;
  padding-left: 10px;
  background-color: #f9fafb !important;
}
.package-detail .dealer-option .select2-container--default .select2-selection--single .select2-selection__rendered,
.car-detail .dealer-option .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
}
.package-detail .dealer-option .select2-container--default .select2-selection--single .select2-selection__arrow,
.car-detail .dealer-option .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
}
.package-detail .has-error .select2-container--default .select2-selection--single,
.car-detail .has-error .select2-container--default .select2-selection--single {
  border-color: #dc3545 !important;
}

.text-link {
  font-weight: 600;
  text-decoration: underline;
  color: #005faf;
}

.dealer-option .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #212529;
}

label.error {
  color: #dc3545;
  font-size: 14px;
}

.info-btn {
  border: 0;
  color: #b5b6b7;
  font-weight: 300;
  font-size: small;
  background-color: transparent;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 10pt;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 10pt;
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 10pt;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-size: 10pt;
}

.custom-cb {
  margin-right: 0.75rem;
}

.panel-heading {
  padding: 0;
  border: 0;
}

.panel-title > a,
.panel-title > a:active {
  display: block;
  padding: 15px;
  color: #555;
  font-size: 10pt;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 3px;
  text-decoration: none;
}

.panel-title > a:active,
.panel-title > a:hover {
  color: #00b6f1;
}

.panel-heading a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  float: right;
  transition: all 0.5s;
}

.panel-heading.active a:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rounded {
  border-radius: 10px !important;
}

.rounded-top {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.btn-down-arrow {
  border-color: transparent;
  color: #005faf;
  background-color: transparent;
}
.btn-down-arrow:hover, .btn-down-arrow:focus, .btn-down-arrow:active {
  color: #005faf;
  background-color: transparent;
  border-color: transparent;
}

.btn-white {
  font-size: 10pt;
  font-weight: 600;
  padding: 1rem 3rem;
  letter-spacing: 1px;
  border-radius: 0.5rem;
  background-color: #fff;
  color: #005faf;
  border-color: #005faf;
  text-transform: uppercase;
}
.btn-white:hover {
  color: #fff;
  background-color: #005faf;
}

.btn-primary {
  background-color: #005faf;
  border-color: #005faf;
}

.btn-link-bold {
  color: #444444;
  font-weight: 600;
}

.btn-outline-primary {
  color: #005faf;
  border-color: #005faf;
}
.btn-outline-primary:hover {
  background-color: #005faf;
}

.table-striped tbody td {
  border-top: 0 !important;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f5fcfc !important;
}

.btn.focus,
.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

input[type=checkbox]:checked:focus {
  outline: none !important;
  box-shadow: none !important;
}

.btn-link {
  color: #00b6f1;
}
.btn-link:hover, .btn-link:focus {
  color: #1a1a1a;
  text-decoration: none;
}

.btn-round {
  border-radius: 50rem !important;
}

.btn-apply {
  border-radius: 50rem;
}

#accordionType .card {
  border: 0px;
  background-color: transparent;
}
#accordionType .card .card-header {
  padding: 0;
}

.modal-header {
  border: 0 !important;
}
.modal-header .close {
  outline: none;
}

.modal-footer {
  border: 0 !important;
}

#locationModal .modal-content {
  border-radius: 0;
}
#locationModal .modal-content .modal-header {
  padding: 0 0.5rem;
  border: 0 !important;
}
#locationModal .modal-content .modal-header .close {
  float: right;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1;
  color: #007bff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
#locationModal .modal-content .modal-body {
  text-align: center;
  padding: 0 3rem 3rem 3rem;
}
#locationModal .modal-content .modal-body h5 {
  margin-bottom: 3rem;
}

.row-desktop-no-gutters {
  margin-left: -5px;
  margin-right: -5px;
}
.row-desktop-no-gutters > [class*=col] {
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (min-width: 1200px) {
  .row-desktop-no-gutters {
    margin-left: 0;
    margin-right: 0;
  }
  .row-desktop-no-gutters > [class*=col] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.compare-result .car-name {
  color: #fff;
  font-size: 14pt;
  padding: 1rem 0 0.5rem;
}
.compare-result .table thead th {
  border: 0;
}

.clear-comparison {
  display: block;
  position: absolute;
  right: 0;
  color: #ec1c24;
  cursor: pointer;
}

@media (max-width: 992px) {
  .compare-result .car-name {
    font-size: 9pt;
  }
}
.compare-result .table-info {
  color: #777;
}
.compare-result .table-info th {
  font-size: 1.2em;
  color: #444;
}
.compare-result .table-info td {
  padding-left: 40px;
}
.compare-result .table-striped tr:nth-child(even) {
  background-color: #fff;
}

.compare-result {
  margin-bottom: 100px;
}

.button-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin-top: 15px;
}
@media screen and (min-width: 1200px) {
  .button-wrapper {
    justify-content: center;
  }
}
.button-wrapper .horizontal-line {
  display: none;
}
@media screen and (min-width: 1200px) {
  .button-wrapper .horizontal-line {
    display: block;
    flex-grow: 1;
    border: 1.5px solid #a0a0a0;
    margin-left: 10px;
  }
}

.compared-items {
  margin-bottom: 25px;
}
.compared-items .table-top {
  visibility: unset;
}
@media screen and (min-width: 1200px) {
  .compared-items .table-top {
    visibility: hidden;
  }
}
.compared-items .table-top thead tr th {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  background-color: #005faf !important;
  vertical-align: middle;
  width: 20%;
}
.compared-items .table-top thead tr th:first-child {
  width: 40%;
  border-top-left-radius: 12px;
}
.compared-items .table-top thead tr th:last-child {
  border-top-right-radius: 12px;
}
.compared-items h4 {
  color: #005faf;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  display: flex;
  justify-content: space-between;
}
.compared-items h4 span {
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .compared-items h4 {
    font-size: 20px;
    line-height: 27.24px;
  }
}
.compared-items .card-body {
  padding: 15px;
}
.compared-items .card-body .color-box-wrapper {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.compared-items .card-body .color-box-wrapper .color-box {
  width: 11px;
  height: 11px;
  border: 1px solid #000;
  cursor: pointer;
  margin: 4px;
}
@media screen and (min-width: 1200px) {
  .compared-items .card-body .color-box-wrapper .color-box {
    width: 24px;
    height: 24px;
  }
}
.compared-items .table {
  margin-bottom: 0;
}
.compared-items .table td {
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  width: 20%;
}
.compared-items .table td:first-child {
  text-align: left;
  width: 40%;
}
@media screen and (min-width: 1200px) {
  .compared-items .table td {
    font-size: 20px;
    line-height: 27.24px;
  }
}

.masthead.car-simulation {
  background-color: #fff !important;
}
.masthead.car-simulation::before {
  background-color: #fff !important;
}
.masthead.car-simulation .car-info {
  color: #444444;
}
.masthead.car-simulation .car-info .car-model {
  margin: 0;
  color: #00b6f1;
}
.masthead.car-simulation .car-info .car-name {
  margin: 0;
  font-size: 30pt;
  font-weight: 600;
  color: #444444;
}
.masthead.car-simulation .car-info .car-price {
  font-size: 20pt;
  font-weight: 600;
}
.masthead.car-simulation .car-image {
  position: relative;
  z-index: 0;
}

#tnc-modal .modal-body {
  padding: 2rem;
}
#tnc-modal .modal-body h3 {
  font-weight: 400;
}
#tnc-modal .modal-footer {
  padding: 1rem 2rem;
}

#otpModal .modal-header {
  padding-top: 1.5rem;
  justify-content: center !important;
}
#otpModal .modal-body {
  display: grid;
  justify-content: center;
}
#otpModal .modal-body .input-group-custom {
  display: flex;
  gap: 10px;
}
#otpModal .modal-body .custom-input {
  width: 40px;
  border: none;
  border-bottom: 2px solid #ccc;
  text-align: center;
}
#otpModal .modal-body .custom-input.is-invalid {
  border-bottom: 2px solid #dc3545;
}
#otpModal .modal-body .custom-input:focus {
  outline: none;
  border-bottom: 2px solid #007bff;
}
#otpModal .modal-body .input-label {
  font-size: 14px;
  color: #666;
  margin-bottom: -8px;
}
#otpModal .modal-body p {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.07px;
  text-align: center;
  color: #717171;
  max-width: 180px;
}
#otpModal .modal-body p.text-countdown, #otpModal .modal-body p.text-resend-otp, #otpModal .modal-body p.text-error-otp {
  font-size: 12px;
}
#otpModal .modal-body p.text-error-otp {
  color: #dc3545;
}
#otpModal .modal-body p span {
  color: #000000;
  font-weight: 600;
}
#otpModal .modal-body p a {
  color: #007bff;
  font-weight: 600;
  text-decoration: underline;
}
#otpModal .modal-footer {
  padding: 1rem 2rem;
  justify-content: center !important;
}

.bike-info__brand {
  color: #77828d;
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
}
@media screen and (min-width: 1200px) {
  .bike-info__brand {
    font-size: 20px;
    line-height: 27.24px;
    color: #c4c4c4;
  }
}
.bike-info__name {
  color: #0b2c54;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
@media screen and (min-width: 1200px) {
  .bike-info__name {
    font-size: 32px;
    line-height: 44px;
    color: #212529;
  }
}

.head-search .form-search {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .head-search .form-search {
    width: 736px;
  }
}
.head-search .form-search .input-search {
  border-radius: 10px;
  background-image: url("/img/search-black-14.png");
  background-position: right 10px bottom 10px;
  background-repeat: no-repeat;
  font-weight: 200;
}
.head-search .form-search .form-group {
  position: relative;
}
.head-search #formTracking .input-group > .form-control {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.head-search #formTracking .input-group img {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}
.head-search #formTracking .form-control {
  border-radius: 10px;
  padding: 1.375rem 0.75rem;
}
.head-search #formTracking .btn {
  border-radius: 10px !important;
}

.search-page .section-summary .search-info {
  color: #b5b6b7;
}
.search-page .section-wrap {
  padding: 20px 0;
}
.search-page .section-title h4 {
  font-weight: 600;
  font-size: 22px;
}

.load-more {
  padding: 25px 0;
  text-align: center;
}

.faq-page .card {
  border: 0;
  border-bottom: 1px solid #c6ccd2;
  border-radius: 0;
}
.faq-page .card .card-header {
  border-bottom: 0;
  background: #fff;
  font-size: 20px;
  padding: 0.75rem 0;
}
.faq-page .card .card-header h5 {
  padding: 0;
}
.faq-page .card .card-header a {
  display: block;
  padding-right: 30px;
}
.faq-page .card .card-body {
  padding: 0;
}
.faq-page .vertical-menu .menu-title {
  font-size: 14px;
}
.faq-page .vertical-menu .nav {
  border: 0;
  box-shadow: none;
}
.faq-page .vertical-menu .nav .nav-link {
  color: #afb5bc;
  font-weight: 600;
  display: block;
  padding: 0.5rem 0;
}
.faq-page .vertical-menu .nav .nav-link.active, .faq-page .vertical-menu .nav .nav-link:hover {
  color: #005faf;
}

.fp-caret:after {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #c6ccd2;
  content: "\f067";
  position: absolute;
  right: 0;
  top: 14px;
  font-size: 14px;
}
.fp-caret[aria-expanded=true] {
  color: #005faf;
}
.fp-caret[aria-expanded=true]:after {
  content: "\f068";
}

/*# sourceMappingURL=master.min.css.map */
