.preload {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.65);
  background-image: url("../../images/pre-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 11;
}

.preload span {
  position: absolute;
  top: calc(50% + 50px);
  width: 100%;
  text-align: center;
}

.preloader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000000;
}

.preloader-overlay .overlayDoor:before, .preloader-overlay .overlayDoor:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: rgba(17, 17, 17, 0.77);
  transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
  transition-delay: .8s;
}

.preloader-overlay .overlayDoor:before {
  left: 0;
}

.preloader-overlay .overlayDoor:after {
  right: 0;
}

.preloader-overlay.loaded .overlayDoor:before {
  left: -50%;
}

.preloader-overlay.loaded .overlayDoor:after {
  right: -50%;
}

.preloader-overlay.loaded .overlayContent {
  opacity: 0;
  margin-top: -15px;
}

.preloader-overlay .overlayContent {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
}

.preloader-overlay .overlayContent .skip {
  display: block;
  width: 130px;
  text-align: center;
  margin: 50px auto 0;
  cursor: pointer;
  color: #fff;
  transition: 0.2s ease;
}

.loader {
  width: 128px;
  height: 128px;
  border: 3px solid #fff;
  border-bottom: 3px solid transparent;
  border-radius: 50%;
  position: relative;
  animation: spin 1s linear infinite;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader .inner {
  width: 64px;
  height: 64px;
  border: 3px solid transparent;
  border-top: 3px solid #fff;
  border-radius: 50%;
  animation: spinInner 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spinInner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-720deg);
  }
}

.header-news-bar-alert {
  color: #b00;
  padding: 4px 10px;
  display: flex;
  justify-content: space-between;
}

.header-news-bar-alert a {
  color: #b00;
  background-color: #fff;
  padding: 5px 15px;
  border-radius: 2px;
}

.header-news-bar-alert a:hover {
  background-color: #b00;
  color: #fff;
}

.header-news-bar-alert span {
  /* for support in Safari 4.0 - 8.0 */
  -webkit-animation: 1.5s linear infinite blinky-effect;
  animation: 1.5s linear infinite blinky-effect;
}

.container.container-no-gutters {
  padding-left: 0px;
  padding-right: 0px;
}

.row.no-gutters {
  margin-left: 0px;
  margin-right: 0px;
}

.row.no-gutters div[class^="col-"] {
  padding-left: 0px;
  padding-right: 0px;
}

.row-lead {
  box-shadow: rgba(194, 194, 194, 0.5) 0px 5px 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0 0 20px 0;
  border-radius: 4px;
}

.row-lead .lead-action a {
  width: 100%;
  text-align: center;
}

form.form-disable-editable input,
form.form-disable-editable select,
form.form-disable-editable textarea {
  pointer-events: none;
}

form.form-check-validation {
  padding-bottom: 50px;
}

form.form-check-validation .btn {
  min-width: 250px;
  height: auto;
}

.login-popup form.form-check-validation .btn {
  width: 100%;
}

table.table-location-coordinates tr td {
  width: 100%;
  display: block;
}

table.table-location-coordinates tr td:not(:last-child) {
  margin-bottom: 0.5rem;
}

table.table-location-coordinates tr td input {
  width: 100% !important;
  min-height: auto !important;
  font-size: 1.2rem;
  border-radius: 4px;
}

.login-popup.with-map {
  max-width: 600px;
}

.login-popup.with-map #map-canvas {
  height: 400px;
  width: 100%;
  margin-bottom: 10px;
}

.login-popup.with-map input[name="landmark"] {
  background-color: #ffff;
  left: 0 !important;
  box-sizing: border-box;
  border-radius: 0px;
  top: 8px !important;
  border-color: transparent;
}

.form-container .btn {
  width: auto;
  height: auto;
  float: none;
  display: block;
  padding: 12px 25px !important;
  font-size: 1.4rem;
  width: 100%;
}

.form-container .btn.btn-theme-green {
  background-color: #009ad0;
  color: #fff;
  border-color: #009ad0;
}

.form-container .btn.btn-theme-green:hover {
  background-color: #fff;
  color: #009ad0;
}

.form-container .btn.btn-width-fixed {
  max-width: 300px;
}

.form-container .btn.btn-fixed {
  position: fixed;
}

.form-container .btn.btn-fixed-bottom {
  bottom: 10px;
  right: calc(50% - 300px);
}

.form-container .form-group.disabled label {
  background-color: #e9ecef;
}

.form-container .form-group.style-checkbox {
  position: relative;
}

.form-container .form-group.style-checkbox input[type="checkbox"] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-container .form-group.style-checkbox input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
}

.form-container .form-group.style-checkbox input[type="checkbox"] + label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #009ad0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.form-container .form-group.style-checkbox input[type="checkbox"]:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #009ad0;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.form-container .form-control:disabled, .form-container .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form-container .card-check.disabled {
  color: #bdbdbd;
}

.form-container .datefield-group .fa-calendar {
  top: 10px;
  right: 10px;
  color: #b7b7b7;
  font-size: 2.4rem;
  position: absolute;
  z-index: -1;
}

section.featured-cars {
  background: #f8f8f8;
  padding: 60px 0px 84px;
}

section.featured-cars.section-listing-recentview {
  background-color: transparent;
}

section.featured-cars .view-all a {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  background: #009ad0;
  border: 1px solid #009ad0;
  display: inline-block;
  padding: 10px 24px;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

section.featured-cars .view-all a:hover {
  text-decoration: unset;
  background: transparent;
  color: #009ad0;
}

section.featured-cars .featured-carousel,
section.featured-cars .car-listing-carousel {
  margin-top: 30px;
}

section.featured-cars .featured-carousel .carousel-content .box,
section.featured-cars .car-listing-carousel .carousel-content .box {
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 7px;
  box-shadow: rgba(159, 159, 159, 0.13) 6px 0px 13px;
  position: relative;
  width: auto;
  height: auto;
  border: 0px;
  text-align: left;
}

section.featured-cars .featured-carousel .carousel-content .box img,
section.featured-cars .car-listing-carousel .carousel-content .box img {
  margin: unset;
  position: relative;
}

section.featured-cars .featured-carousel .carousel-content .box img.opacity,
section.featured-cars .car-listing-carousel .carousel-content .box img.opacity {
  opacity: 0.4;
}

section.featured-cars .featured-carousel .carousel-content .box img.reserved,
section.featured-cars .car-listing-carousel .carousel-content .box img.reserved {
  position: absolute;
  top: 50px;
  left: 50px;
}

section.featured-cars .featured-carousel .carousel-content .box .inside,
section.featured-cars .car-listing-carousel .carousel-content .box .inside {
  padding: 30px 20px 20px;
}

section.featured-cars .featured-carousel .carousel-content .box .inside .display-flex,
section.featured-cars .car-listing-carousel .carousel-content .box .inside .display-flex {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  padding: 8px 0px 8px;
}

section.featured-cars .featured-carousel .carousel-content .box .inside .display-flex p,
section.featured-cars .car-listing-carousel .carousel-content .box .inside .display-flex p {
  font-size: 11.2px;
  margin-bottom: 0px;
}

section.featured-cars .featured-carousel .carousel-content .box .inside .whislist-flex,
section.featured-cars .car-listing-carousel .carousel-content .box .inside .whislist-flex {
  display: block;
  text-align: center;
}

section.featured-cars .featured-carousel .carousel-content .box .inside .whislist-flex img,
section.featured-cars .car-listing-carousel .carousel-content .box .inside .whislist-flex img {
  width: 30px;
}

section.featured-cars .featured-carousel .carousel-content .box .inside .whislist-flex .text,
section.featured-cars .car-listing-carousel .carousel-content .box .inside .whislist-flex .text {
  align-self: center;
  justify-content: center;
}

section.featured-cars .featured-carousel .carousel-content .box .inside .whislist-flex a,
section.featured-cars .car-listing-carousel .carousel-content .box .inside .whislist-flex a {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background: #009ad0;
  border: 1px solid #009ad0;
  display: block;
  padding: 8px 21px 7px;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

section.featured-cars .featured-carousel .carousel-content .box .inside .whislist-flex a:hover,
section.featured-cars .car-listing-carousel .carousel-content .box .inside .whislist-flex a:hover {
  text-decoration: unset;
  background: transparent;
  color: #009ad0;
}

section.featured-cars .featured-carousel .carousel-content .box .inside img,
section.featured-cars .car-listing-carousel .carousel-content .box .inside img {
  width: 16px;
  margin-right: 11px;
}

section.featured-cars .featured-carousel .carousel-content .box .inside h5,
section.featured-cars .car-listing-carousel .carousel-content .box .inside h5 {
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  margin-bottom: 11px;
  height: 30px;
}

section.featured-cars .featured-carousel .carousel-content .box .inside p,
section.featured-cars .car-listing-carousel .carousel-content .box .inside p {
  font-size: 12px;
  color: #777777;
}

section.featured-cars .featured-carousel .carousel-content .box .inside h4,
section.featured-cars .car-listing-carousel .carousel-content .box .inside h4 {
  font-size: 18px;
  font-weight: 600;
  color: #009ad0;
  margin: 10px 0px;
}

section.featured-cars .featured-carousel .carousel-content .box .inside h2,
section.featured-cars .car-listing-carousel .carousel-content .box .inside h2 {
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  margin-bottom: 15px;
}

section.featured-cars .featured-carousel .carousel-content .box .inside h2 span,
section.featured-cars .car-listing-carousel .carousel-content .box .inside h2 span {
  font-size: 18px;
  font-weight: 400;
}

section.featured-cars .featured-carousel.slick-initialized .slick-slide,
section.featured-cars .car-listing-carousel.slick-initialized .slick-slide {
  margin: 0px 8px;
}

section.featured-cars .featured-carousel .slick-arrow,
section.featured-cars .car-listing-carousel .slick-arrow {
  position: absolute;
  top: 44%;
  z-index: 5;
  cursor: pointer;
}

section.featured-cars .featured-carousel .slick-arrow.slick-prev,
section.featured-cars .car-listing-carousel .slick-arrow.slick-prev {
  left: -10px;
}

section.featured-cars .featured-carousel .slick-arrow.slick-next,
section.featured-cars .car-listing-carousel .slick-arrow.slick-next {
  right: -10px;
}

section.banner-section {
  background: url("../../images/banner-img.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0px 48px;
}

section.banner-section .pl-pr-25 {
  padding: 0px 40px;
}

section.banner-section h1 {
  text-transform: uppercase;
  font-size: 48px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}

section.banner-section form .form-group input {
  padding: 17px 30px 15px;
  width: 100%;
  border-radius: 8px;
  border: unset;
  font-size: 14px;
  color: #777777;
}

section.banner-section form .form-group input::placeholder {
  font-size: 14px;
  color: #777777;
}

section.banner-section form .form-group input:focus {
  outline: 0;
  box-shadow: unset;
}

section.banner-section form .form-group input[type="search"]::-webkit-search-cancel-button {
  /* Remove default */
  /* Now your own custom styles */
  height: 10px;
  width: 10px;
  margin-right: 25px;
  cursor: pointer;
  /* Will place small red box on the right of input (positioning carries over) */
}

section.banner-section form .form-group button {
  position: absolute;
  right: 40px;
  background: #009ad0;
  border-radius: 0px 8px 8px 0px;
  padding: 9.4px 10px;
  outline: none;
  box-shadow: none;
  border-color: #f87a69;
  height: auto;
  width: auto;
}

section.banner-section form .form-group button:focus {
  outline: 0;
  box-shadow: unset;
}

section.banner-section form .form-group button:hover {
  background: #009ad0;
  border-color: #009ad0;
}

section.banner-section ul {
  list-style: none;
  padding-left: unset;
  margin-bottom: 52px;
  display: flex;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 30px;
  padding: 9px 24px 8px 24px;
  margin-top: 1rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

section.banner-section ul li {
  padding: 0px 15px;
  position: relative;
}

section.banner-section ul li a {
  font-size: 14px;
  color: #ffffff;
}

section.banner-section ul li a img {
  margin-right: 10px;
  height: 26px;
}

section.banner-section ul li:hover::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 2.5px;
  background: #009ad0;
  z-index: 2;
}

section.banner-section .view-cars {
  text-align: center;
}

section.banner-section .view-cars a {
  font-size: 18px;
  font-weight: 600;
  color: #009ad0;
  background: transparent;
  border: 2px solid #009ad0;
  display: inline-block;
  padding: 10px 24px 10px;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

section.banner-section .view-cars a:hover {
  text-decoration: unset;
  border: 2px solid #ffffff;
  background: transparent;
  color: #ffffff;
}

.ui-datepicker-title select {
  border: 1px solid #ddd;
}

.search-section {
  margin: 1.5rem 0 2.5rem;
}

.search-section .form-group input {
  padding: 17px 30px 15px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid;
  font-size: 14px;
  color: #777777;
  border-color: #ddd;
}

.search-section .form-group input::placeholder {
  font-size: 14px;
  color: #777777;
}

.search-section .form-group input:focus {
  outline: 0;
  box-shadow: unset;
}

.search-section .form-group input[type="search"]::-webkit-search-cancel-button {
  /* Remove default */
  /* Now your own custom styles */
  height: 10px;
  width: 10px;
  margin-right: 15px;
  cursor: pointer;
  /* Will place small red box on the right of input (positioning carries over) */
}

.search-section .form-group button {
  position: absolute;
  right: 0px;
  background: #009ad0;
  border-radius: 0px 8px 8px 0px;
  padding: 9.4px 10px;
  outline: none;
  box-shadow: none;
  border-color: #f87a69;
  height: auto;
  width: auto;
}

.search-section .form-group button:focus {
  outline: 0;
  box-shadow: unset;
}

.search-section .form-group button:hover {
  background: #009ad0;
  border-color: #009ad0;
}

.upload-wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.upload-wrapper .box-upload {
  position: relative;
  display: block;
  max-width: 500px;
  min-width: 400px;
  height: 220px;
  margin: 20px 20px 30px 0;
  background-color: white;
  border-radius: 5px;
  border: 2px dashed #009ad0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.upload-wrapper .box-upload .label-text {
  position: absolute;
  z-index: 1;
  background-color: #e8e8e8;
  padding: 0px 8px;
  margin-top: -28px;
}

.upload-wrapper .box-upload .upload-options {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgb(13, 115, 119); */
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  transition: background-color 150ms ease-in-out 0s;
}

.upload-wrapper .box-upload .upload-options:hover {
  background-color: rgba(13, 115, 119, 0.15);
}

.upload-wrapper .box-upload .upload-options input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.upload-wrapper .box-upload .upload-options label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
}

.upload-wrapper .box-upload .upload-options label span {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  margin-top: 32px;
  color: #009ad0;
}

.upload-wrapper .box-upload .upload-options label span:hover i.material-icons {
  color: lightgray;
}

.upload-wrapper .box-upload .js--image-preview {
  height: 215px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: white;
  background-position: top 30% center;
  background-repeat: no-repeat;
  background-size: 69px;
}

.upload-wrapper .box-upload .js--image-preview::after {
  content: "photo_size_select_actual";
  position: relative;
  font-size: 1em;
  color: #009ad0;
  top: calc(50% - 3rem);
  left: calc(50% - 9.25rem);
  z-index: 0;
  background-image: url("../../images/icon-svg/upload photo.svg");
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 60px;
  height: 65px;
  display: inline-block;
}

.upload-wrapper .box-upload .js--image-preview.hide-label-text {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.upload-wrapper .box-upload .js--image-preview.hide-label-text.attachment-pdf {
  background-image: url("../../images/icon-svg/icon-pdf.svg") !important;
  background-size: 120px;
}

.upload-wrapper .box-upload .js--image-preview.hide-label-text:after {
  display: none;
}

.upload-wrapper .box-upload .js--image-preview.js--no-default {
  background-size: cover;
}

.upload-wrapper .box-upload .js--image-preview.js--no-default.attachment-pdf {
  background-image: url("../../images/icon-svg/icon-pdf.svg") !important;
  background-size: 120px;
}

.upload-wrapper .box-upload .js--image-preview.js--no-default:after {
  display: none;
}

.upload-wrapper .box-upload .drop {
  display: block;
  position: absolute;
  background: rgba(13, 115, 119, 0.2);
  border-radius: 100%;
  transform: scale(0);
}

.upload-wrapper .box-upload .animate {
  animation: ripple 0.4s linear;
}

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

.buy-it-now li {
  display: flex;
  align-items: center;
}

.v-info .form-group label.text-small {
  font-size: 1rem;
}

.widget.widget-products.widget-products-bordered:before {
  content: "";
  background: #f2f2f2;
  position: absolute;
  height: calc(100vh - 80px);
  width: 100%;
  top: 0;
}

.widget.widget-products.widget-products-bordered:after {
  content: "";
  position: absolute;
  background: white;
  height: calc(100vh - 80px);
  width: 35%;
  top: -13px;
  left: -14px;
}

.widget.widget-products.widget-products-bordered .buy-it {
  position: relative;
  z-index: 1;
}

.row-welcome {
  margin: 60px 150px 20px;
}

.row-welcome .col-welcome {
  margin-bottom: 40px;
}

.row-welcome .col-welcome a {
  color: inherit;
}

.row-welcome .col-welcome a:hover {
  color: #7ca4a6;
}

.row-welcome .col-welcome .block.block-welcome {
  text-align: center;
  box-shadow: 0px 0px 10px 1px #ddd;
  border-radius: 25px;
  padding: 14px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 180px;
}

.row-welcome .col-welcome .block.block-welcome .block-icon img {
  width: 90px;
  display: inline-block;
}

.row-welcome .col-welcome .block.block-welcome .block-title {
  font-weight: normal;
  font-size: 1.5rem;
  margin-top: 1rem;
  padding: 0 12px;
  line-height: 1.2;
}

.response-table .response {
  padding: 10px;
  margin-top: 10px;
  border-radius: 2px;
}

.response-table .response.error {
  background: #fdcdcd;
  border: #ecc0c1 1px solid;
}

.response-table .response.success {
  background: #c5f3c3;
  border: #bbe6ba 1px solid;
}

.response-table .response td:first-child {
  width: 30px;
}

.toggle-password {
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .form-container {
    padding: 0 15px;
  }
  .form-container .form-control {
    max-width: 100%;
    width: 100%;
  }
  .form-container .upload-wrapper .box-upload {
    min-width: 100%;
  }
  .row-welcome {
    margin: 30px 5px 50px !important;
  }
  .row-welcome .col-welcome {
    margin-bottom: 20px;
  }
  .row-welcome .block.block-welcome {
    min-height: 180px !important;
  }
  .row-welcome .block.block-welcome .block-icon {
    width: 75px !important;
  }
  .row-welcome .block.block-welcome .block-title {
    font-size: 1.2rem !important;
  }
  .payment-cnt1 {
    width: 100%;
  }
  .widget.widget-products.widget-products-bordered:after {
    width: 100%;
    left: 0px;
  }
}

@media only screen and (max-width: 360px) {
  .row-welcome .block.block-welcome {
    min-height: 150px !important;
  }
}

.vehicle-detailed-report .report-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  border-radius: 0px;
  text-transform: uppercase;
  background-color: #009ad0;
}

.vehicle-detailed-report .report-header .title {
  margin-bottom: 0;
  line-height: 1.5;
  color: #0f7377;
  font-weight: 600;
  font-size: 1.5rem;
}

.vehicle-detailed-report .report-body {
  min-height: 100vh;
  border-radius: 0px;
  padding: 2rem 0;
}

.vehicle-detailed-report .report-body .report-content .modal-car-title img {
  max-width: 250px;
}

.vehicle-detailed-report .report-body .report-content .modal-car-title h3 {
  font-weight: 700;
  padding: 0 3rem;
}

.vehicle-detailed-report .report-body .report-content .modal-car-desc {
  font-size: 20px;
  font-weight: 100;
}

.vehicle-detailed-report .report-body .report-content .card {
  border-radius: 0px;
  box-shadow: none;
}

.vehicle-detailed-report .report-body .report-content .card .report-type .bd-highlight {
  background-color: #dfeaeb;
  color: #0f7377;
  font-size: 17px;
  padding: 10px 15px;
}

.vehicle-detailed-report .report-body .report-content .card .report-type .d-flex {
  margin: 0 15px;
  padding: 10px 0px;
  font-size: 15px;
  color: #212529;
  border-bottom: 1px solid #dee2e6;
}

.vehicle-detailed-report .report-body .report-content .card .report-type .d-flex .selected {
  background: #f0f0f0;
  padding: 2px 5px;
  border-radius: 4px;
  font-size: 13px;
  display: inline-block;
  margin: 0 0 5px 5px;
}

.generate-vehicle-pdf {
  min-width: 1000px;
}

.generate-vehicle-pdf .report-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  border-radius: 0px;
  text-transform: uppercase;
  background-color: #fafafa;
}

.generate-vehicle-pdf .report-header .title {
  margin-bottom: 0;
  line-height: 1.5;
  color: #0f7377;
  font-weight: 600;
  font-size: 1.5rem;
}

.generate-vehicle-pdf .report-header .site-logo img {
  height: 60px;
}

.generate-vehicle-pdf .report-body {
  min-height: 100vh;
  border-radius: 0px;
  padding: 2rem 0;
}

.generate-vehicle-pdf .report-body .report-content .modal-car-title img {
  max-width: 250px;
}

.generate-vehicle-pdf .report-body .report-content .modal-car-title h3 {
  font-weight: 700;
  padding: 0 3rem;
}

.generate-vehicle-pdf .report-body .report-content .modal-car-desc {
  font-size: 20px;
  font-weight: 100;
}

.generate-vehicle-pdf .report-body .report-content .span-div {
  background: #e7f1f1;
  padding: 10px 10px;
  border-radius: 4px;
}

.generate-vehicle-pdf .report-body .report-content .span-div img {
  width: 28px;
  margin-right: 8px;
}

.generate-vehicle-pdf .report-body .report-content .span-div span {
  color: #777777;
}

.generate-vehicle-pdf .report-body .report-content .detailed_inspection_icon {
  padding: 80px 0px 70px;
}

.generate-vehicle-pdf .report-body .report-content .detailed_inspection_icon .outer-border {
  width: 125px;
  height: 125px;
  margin: 0px auto 20px;
  border-radius: 50%;
  border: 5px solid #f8f8f8;
  box-shadow: rgba(78, 57, 57, 0.3) 0px 0px 13px;
}

.generate-vehicle-pdf .report-body .report-content .detailed_inspection_icon .outer-border .img-span {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-self: center;
  border: 2px solid #dedede;
}

.generate-vehicle-pdf .report-body .report-content .detailed_inspection_icon .outer-border .img-span img {
  max-width: 100%;
  height: auto;
  padding: 20px;
}

.generate-vehicle-pdf .report-body .report-content .detailed_inspection_icon p {
  font-size: 16px;
  margin-bottom: 0px;
  color: #777777;
}

.generate-vehicle-pdf .report-body .report-content .detailed_inspection_icon h5 {
  font-size: 18px;
  color: #009ad0;
  margin: 10px 0 0;
}

.generate-vehicle-pdf .report-body .report-content .inspection-gallery {
  padding: 40px 0 0;
}

.generate-vehicle-pdf .report-body .report-content .inspection-gallery .row-gallery .col-gallery-item {
  position: relative;
  margin-bottom: 2.2rem;
}

.generate-vehicle-pdf .report-body .report-content .inspection-gallery .row-gallery .col-gallery-item img {
  width: 100%;
  border-radius: 4px;
}

.generate-vehicle-pdf .report-body .report-content .inspection-gallery .row-gallery .col-gallery-item .label-slide {
  position: absolute;
  background-color: #009ad0;
  color: #222;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px;
  opacity: 0.8;
  z-index: 1;
  left: 16px;
  top: 6px;
  line-height: 1;
  padding: 4px 10px 8px;
}

.generate-vehicle-pdf .report-body .report-content .inspection-perfection {
  padding: 55px 0px;
  background: url(../../images/background-gray-blue.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.generate-vehicle-pdf .report-body .report-content .inspection-perfection .border-right {
  border-right: 2px solid #ededed;
}

.generate-vehicle-pdf .report-body .report-content .inspection-perfection h1 {
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.generate-vehicle-pdf .report-body .report-content .inspection-perfection .car_detail_box {
  margin-top: 10px;
  box-shadow: 0px 0px 12px rgba(159, 159, 159, 0.23);
  background: #ffffff;
  padding: 30px 30px 35px;
  border-radius: 8px;
  padding: 60px 50px 55px 60px;
  margin-right: 40px;
  margin-bottom: 15px;
}

.generate-vehicle-pdf .report-body .report-content .inspection-perfection .car_detail_box p {
  margin-bottom: 24px;
}

.generate-vehicle-pdf .report-body .report-content .inspection-perfection .car_detail_box p.passed {
  color: #009ad0;
  margin-bottom: 8px;
  text-align: right;
}

.generate-vehicle-pdf .report-body .report-content .inspection-perfection .car_detail_box p.passed img {
  margin-right: 15px;
}

.generate-vehicle-pdf .report-body .report-content .inspection-perfection .car_detail_box button {
  margin-top: 25px;
}

.generate-vehicle-pdf .report-body .report-content .inspection-perfection .car_detail_box button.view-report {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  background: #009ad0;
  border: 1px solid #009ad0;
  padding: 14px 24px;
  border-radius: 8px;
  text-transform: uppercase;
}

.generate-vehicle-pdf .report-body .report-content .inspection-perfection .car_detail_box button.view-report:hover {
  text-decoration: unset;
  background: transparent;
  color: #009ad0;
}

.generate-vehicle-pdf .report-body .report-content .inspection-perfection .margin-left {
  margin-left: 40px;
}

.generate-vehicle-pdf .report-body .report-content .inspection-perfection img.right-img {
  margin-top: 15px;
  margin-bottom: 45px;
  max-width: 360px;
}

.generate-vehicle-pdf .report-body .report-content .inspection-perfection ul {
  list-style: none;
  padding-left: 74px;
  margin-bottom: 50px;
}

.generate-vehicle-pdf .report-body .report-content .inspection-perfection ul li {
  position: relative;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 1.2;
  min-height: 58px;
}

.generate-vehicle-pdf .report-body .report-content .inspection-perfection ul li span img {
  height: 55px;
  margin-left: -74px;
}

.generate-vehicle-pdf .report-body .report-content .inspection-perfection ul li::before {
  content: "";
  left: -74px;
  width: 55px;
  height: 55px;
  position: absolute;
  z-index: 1;
  background-size: contain !important;
  top: 0;
}

.generate-vehicle-pdf .report-body .report-content .inspection-perfection ul li:first-child::before {
  background: url(../../images/pdf/INSPECTION.png);
}

.generate-vehicle-pdf .report-body .report-content .inspection-perfection ul li:nth-child(2)::before {
  background: url(../../images/pdf/NEWDRIVE.png);
}

.generate-vehicle-pdf .report-body .report-content .inspection-perfection ul li:last-child::before {
  background: url(../../images/pdf/REFURBISHMENT.png);
}

.generate-vehicle-pdf .report-body .report-content .inspection-perfection p {
  font-size: 16px;
  color: #000000;
}

.generate-vehicle-pdf .report-body .report-content .inspection-perfection p a {
  color: #009ad0;
  text-decoration: underline;
  text-transform: uppercase;
}

.generate-vehicle-pdf .report-body .report-content .card-columns {
  margin: 1.5rem 0;
}

.generate-vehicle-pdf .report-body .report-content .card {
  border-radius: 0px;
  box-shadow: none;
}

.generate-vehicle-pdf .report-body .report-content .card .report-type .bd-highlight {
  background-color: #dfeaeb;
  color: #0f7377;
  font-size: 17px;
  padding: 10px 15px;
}

.generate-vehicle-pdf .report-body .report-content .card .report-type .d-flex {
  margin: 0 15px;
  padding: 10px 0px;
  font-size: 15px;
  color: #212529;
  border-bottom: 1px solid #dee2e6;
}

.generate-vehicle-pdf .report-body .report-content .exclusive-benifit {
  background: url(../../images/exclusive-benifit.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0px 60px;
}

.generate-vehicle-pdf .report-body .report-content .exclusive-benifit h1 {
  color: #ffffff;
  font-size: 48px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.generate-vehicle-pdf .report-body .report-content .exclusive-benifit ul {
  display: flex;
  list-style: none;
  margin-bottom: 48px;
  justify-content: center;
}

.generate-vehicle-pdf .report-body .report-content .exclusive-benifit ul li {
  margin: 0px 10px;
  padding: 6px 25px 6px 7px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 30px;
}

.generate-vehicle-pdf .report-body .report-content .exclusive-benifit ul li:first-child {
  margin-left: 0px;
}

.generate-vehicle-pdf .report-body .report-content .exclusive-benifit ul li:last-child {
  margin-right: 0px;
}

.generate-vehicle-pdf .report-body .report-content .exclusive-benifit ul li img {
  margin-right: 15px;
}

.generate-vehicle-pdf .report-body .report-content .exclusive-benifit .img-how .yellow-bg {
  background: #009ad0;
  width: 100px;
  height: 80px;
  border-radius: 8px;
  margin: 0 auto 32px;
  justify-content: center;
  align-self: center;
  display: flex;
}

.generate-vehicle-pdf .report-body .report-content .exclusive-benifit .img-how .yellow-bg img {
  width: 70px;
}

.generate-vehicle-pdf .report-body .report-content .exclusive-benifit .img-how h5 {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  width: 250px;
  margin: 0 auto 15px;
}

.generate-vehicle-pdf .report-body .report-content .exclusive-benifit .img-how p {
  font-weight: 14px;
  font-weight: 300;
  color: #ffffff;
  margin: 0 auto;
  width: 250px;
}

.generate-vehicle-pdf .report-body .report-content .three-icon-spec {
  padding: 60px 0px 80px;
  background-color: #f9f9f9;
}

.generate-vehicle-pdf .report-body .report-content .three-icon-spec .border-right {
  border-right: 1px solid #dee2e6;
}

.generate-vehicle-pdf .report-body .report-content .three-icon-spec .img_content.border-right {
  border-right: 2px solid #b2b2b2;
}

.generate-vehicle-pdf .report-body .report-content .three-icon-spec .img_content .img-span {
  margin: 30px auto 25px;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-self: center;
  border: 5px solid #9ec7c9;
}

.generate-vehicle-pdf .report-body .report-content .three-icon-spec .img_content .img-span img {
  object-fit: contain;
  padding: 14px;
}

.generate-vehicle-pdf .report-body .report-content .three-icon-spec .img_content h4 {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 18px;
  border-bottom: 1px solid #ededed;
  text-align: center;
  margin: 0px 40px;
}

.generate-vehicle-pdf .report-body .report-content .three-icon-spec .img_content p {
  font-size: 14px;
  color: #777777;
  margin-bottom: 0px;
  text-align: center;
  margin: 20px 20px;
}

.generate-vehicle-pdf.new-layout {
  background-color: #0f7377;
  max-width: 1280px;
}

.generate-vehicle-pdf.new-layout .container {
  padding-left: 0px;
  padding-right: 0px;
}

.generate-vehicle-pdf.new-layout .report-header {
  background-color: transparent;
  padding: 0rem;
  align-items: top;
  border-bottom: 0px;
}

.generate-vehicle-pdf.new-layout .report-header .site-logo img {
  height: 250px;
}

.generate-vehicle-pdf.new-layout .report-header .site-stars {
  padding: 4rem 4rem 0 0;
}

.generate-vehicle-pdf.new-layout .report-header .site-stars img {
  height: 70px;
}

.generate-vehicle-pdf.new-layout .report-body {
  padding: 0rem 0;
  margin-top: -100px;
}

.generate-vehicle-pdf.new-layout .report-body .section-gap {
  margin: 0 10%;
}

.generate-vehicle-pdf.new-layout .report-body .report-vehicle-header {
  color: #fff;
  margin: 0 15%;
}

.generate-vehicle-pdf.new-layout .report-body .report-vehicle-header .modal-car-title h3 {
  color: #fff;
  text-transform: uppercase;
}

.generate-vehicle-pdf.new-layout .report-body .report-vehicle-header .modal-car-title .vehicle-mask {
  -webkit-mask-image: url("../../images/pdf/new/img-mask-1.png");
  mask-image: url("../../images/pdf/new/img-mask-1.png");
  -webkit-mask-size: 80%;
  mask-size: 80%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.generate-vehicle-pdf.new-layout .report-body .report-vehicle-header .modal-car-title .vehicle-mask img {
  max-width: 100%;
  max-height: 770px;
}

.generate-vehicle-pdf.new-layout .report-body .report-vehicle-header .modal-car-title .product-title {
  margin-top: -50px;
  z-index: 2;
  position: relative;
  color: #fff;
  text-transform: uppercase;
}

.generate-vehicle-pdf.new-layout .report-body .report-vehicle-header .modal-car-title h3 {
  color: #fff;
  z-index: 2;
  position: relative;
  font-weight: normal;
}

.generate-vehicle-pdf.new-layout .report-body .report-vehicle-header .col-vehicle-desc {
  margin-top: 20px;
  background-color: #f3c13c;
  border-top: 10px solid #699260;
  -moz-transform: skew(0deg, 1deg);
  -webkit-transform: skew(0deg, 1deg);
  -o-transform: skew(0deg, 1deg);
  -ms-transform: skew(0deg, 1deg);
  transform: skew(0deg, 1deg);
  min-height: 200px;
}

.generate-vehicle-pdf.new-layout .report-body .report-vehicle-header .col-vehicle-desc:before, .generate-vehicle-pdf.new-layout .report-body .report-vehicle-header .col-vehicle-desc:after {
  content: "";
  position: absolute;
  background-color: #f3c13c;
  border-top: 10px solid #699260;
  min-height: 200px;
  display: none;
}

.generate-vehicle-pdf.new-layout .report-body .report-vehicle-header .col-vehicle-desc:after {
  width: 22.3%;
  left: calc(101.3%);
  top: calc(0px - 15%);
  min-height: calc(100% + 8px);
  opacity: 0;
  -moz-transform: skew(0deg, -20deg);
  -webkit-transform: skew(0deg, -20deg);
  -o-transform: skew(0deg, -20deg);
  -ms-transform: skew(0deg, -20deg);
  transform: skew(0deg, -20deg);
}

.generate-vehicle-pdf.new-layout .report-body .report-vehicle-header .col-vehicle-desc .vechicle-desc {
  -moz-transform: skew(0deg, -1deg);
  -webkit-transform: skew(0deg, -1deg);
  -o-transform: skew(0deg, -1deg);
  -ms-transform: skew(0deg, -1deg);
  transform: skew(0deg, -1deg);
  padding: 20px 15px 30px 15px;
  text-align: left;
  color: #222;
  font-size: 16px;
}

.generate-vehicle-pdf.new-layout .report-body .report-content .section-gap {
  margin: 0 10%;
}

.generate-vehicle-pdf.new-layout .report-body .report-content .detailed_inspection_icon {
  padding: 50px 0;
}

.generate-vehicle-pdf.new-layout .report-body .report-content .detailed_inspection_icon .outer-border {
  width: 115px;
  height: 115px;
}

.generate-vehicle-pdf.new-layout .report-body .report-content .detailed_inspection_icon .outer-border .img-span {
  width: 105px;
  height: 105px;
}

.generate-vehicle-pdf.new-layout .report-body .report-content .detailed_inspection_icon h5, .generate-vehicle-pdf.new-layout .report-body .report-content .detailed_inspection_icon p {
  color: #fff;
}

.generate-vehicle-pdf.new-layout .report-body .report-content .inspection-perfection {
  background: none;
}

.generate-vehicle-pdf.new-layout .report-body .report-content .inspection-perfection .col-left {
  margin-top: -30px;
}

.generate-vehicle-pdf.new-layout .report-body .report-content .inspection-perfection .col-left .content {
  margin-top: -77%;
  padding: 30px 20px;
}

.generate-vehicle-pdf.new-layout .report-body .report-content .inspection-perfection .col-left .content h1 {
  color: #fff;
  text-transform: inherit;
  z-index: 1;
  position: relative;
}

.generate-vehicle-pdf.new-layout .report-body .report-content .inspection-perfection .col-left .content .car_detail_box {
  z-index: 1;
  position: relative;
}

.generate-vehicle-pdf.new-layout .report-body .report-content .inspection-perfection .col-right .content {
  margin-top: -40%;
  padding: 30px 40px;
}

.generate-vehicle-pdf.new-layout .report-body .report-content .inspection-perfection .col-right .content ul li {
  color: #fff;
}

.generate-vehicle-pdf.new-layout .report-body .report-content .inspection-gallery .row-gallery {
  padding-left: 30px;
  padding-right: 30px;
}

.generate-vehicle-pdf.new-layout .report-body .report-content .inspection-gallery .row-gallery .col-gallery-item {
  margin-bottom: 60px;
}

.generate-vehicle-pdf.new-layout .report-body .report-content .inspection-gallery .row-gallery .col-gallery-item .item-content {
  position: relative;
  padding-right: 12px;
}

.generate-vehicle-pdf.new-layout .report-body .report-content .inspection-gallery .row-gallery .col-gallery-item .item-content:before {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% + 10px);
  background-color: #009ad0;
  position: absolute;
  left: 15px;
  top: 10px;
  -moz-transform: skew(8deg, 0deg);
  -webkit-transform: skew(8deg, 0deg);
  -o-transform: skew(8deg, 0deg);
  -ms-transform: skew(8deg, 0deg);
  transform: skew(8deg, 0deg);
}

.generate-vehicle-pdf.new-layout .report-body .report-content .inspection-gallery .row-gallery .col-gallery-item .item-content img {
  border-radius: 0px;
  position: relative;
  -moz-transform: skew(8deg, 0deg);
  -webkit-transform: skew(8deg, 0deg);
  -o-transform: skew(8deg, 0deg);
  -ms-transform: skew(8deg, 0deg);
  transform: skew(8deg, 0deg);
}

.generate-vehicle-pdf.new-layout .report-body .report-content .inspection-gallery .row-gallery .col-gallery-item .item-content .label-slide {
  position: relative;
  background: transparent;
  padding-left: 20px;
}

.generate-vehicle-pdf.new-layout .report-body .report-content .inspection-list-detailed {
  padding: 0px 0px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}

.generate-vehicle-pdf.new-layout .report-body .report-content .inspection-list-detailed .card-columns {
  background: #fff;
  padding: 30px;
  margin: 1.5rem 3rem;
}

.generate-vehicle-pdf.new-layout .report-body .report-content .inspection-list-detailed .card-columns .card .report-type {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 20px;
}

.generate-vehicle-pdf.new-layout .report-body .report-content .inspection-list-detailed .card-columns .card .report-type .bd-highlight {
  background-color: transparent;
  color: transparent;
  font-size: 17px;
  padding: 10px 10px;
  color: #000;
}

.generate-vehicle-pdf.new-layout .report-body .report-content .inspection-list-detailed .card-columns .card .report-type .bd-highlight .icon-category {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  text-align: center;
  width: 35px;
  height: 35px;
  display: inline-block;
  padding-top: 2px;
}

.generate-vehicle-pdf.new-layout .report-body .report-content .inspection-list-detailed .card-columns .card .report-type .d-flex {
  margin: 0px;
  font-size: 14px;
  color: #a1a1a1;
  border-color: transparent;
  padding: 5px 0;
}

.generate-vehicle-pdf.new-layout .report-body .report-content .inspection-list-detailed .card-columns .card .report-type .d-flex .selected {
  background: #f0f0f0;
  padding: 2px 5px;
  border-radius: 4px;
  font-size: 13px;
  display: inline-block;
  margin: 0 0 5px 5px;
  color: #212529;
}

.generate-vehicle-pdf.new-layout .report-body .report-content .inspection-list-detailed .card-columns .card .report-type .d-flex .report-name {
  color: #000;
}

.generate-vehicle-pdf.new-layout .report-body .report-content .exclusive-benifit {
  background: none;
  padding: 0px;
}

.generate-vehicle-pdf.new-layout .report-body .report-content .exclusive-benifit .img-how {
  margin-top: -80px;
  position: relative;
  z-index: 1;
}

.generate-vehicle-pdf.new-layout .report-body .report-content .exclusive-benifit .img-how .yellow-bg {
  box-shadow: 0px 0px 40px 4px #f87a69;
}

.generate-vehicle-pdf.new-layout .report-body .report-content .three-icon-spec {
  background-color: #0f7377;
  padding-bottom: 0px;
}

.generate-vehicle-pdf.new-layout .report-body .report-content .three-icon-spec .container-three-icon-spec {
  background-color: #252525;
  padding-top: 50px;
}

.generate-vehicle-pdf.new-layout .report-body .report-content .three-icon-spec .container-three-icon-spec .overlay-feature {
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
}

.generate-vehicle-pdf.new-layout .report-body .report-content .three-icon-spec .container-three-icon-spec .row-feature {
  max-width: 90%;
  margin: 0 auto;
  border: 2px solid #f3c13d;
  padding: 22px 0;
  margin-bottom: 50px;
}

.generate-vehicle-pdf.new-layout .report-body .report-content .three-icon-spec .container-three-icon-spec .border-right {
  border-color: #4c4c4c;
}

.generate-vehicle-pdf.new-layout .report-body .report-content .three-icon-spec .container-three-icon-spec .img_content h4 {
  color: #fff;
  text-transform: inherit;
}

.generate-vehicle-pdf.new-layout .report-body .report-content .three-icon-spec .container-three-icon-spec .img_content p {
  color: #fff;
}

.generate-vehicle-pdf.new-layout .report-body .report-content .three-icon-spec .container-three-icon-spec .img_content img {
  margin-top: 29px;
  width: 100px;
  height: 90px;
}

.generate-vehicle-pdf.new-layout .report-body .report-content .three-icon-spec .container-three-icon-spec .img_content .img-span {
  margin: 5px auto 15px;
  background-color: transparent;
  border: 2px solid #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
  background: none !important;
}

.generate-vehicle-pdf.new-layout .report-body .report-content .three-icon-spec .container-three-icon-spec .img_content .img-span.icon-online {
  background-image: url(../../images/pdf/new/icon-feature-online.png);
}

.generate-vehicle-pdf.new-layout .report-body .report-content .three-icon-spec .container-three-icon-spec .img_content .img-span.icon-delivery {
  background-image: url(../../images/pdf/new/icon-feature-delivery.png);
}

.generate-vehicle-pdf.new-layout .report-body .report-content .three-icon-spec .container-three-icon-spec .img_content .img-span.icon-trial {
  background-image: url(../../images/pdf/new/icon-feature-trial.png);
}

.generate-vehicle-pdf.new-layout .report-body .report-content .row-footer {
  padding: 30px 15px;
  background-color: #fff;
  border-top: 1px solid;
}

.generate-vehicle-pdf.new-layout .report-body .report-content .row-footer .social a {
  background: #009ad0;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  display: flex;
  float: left;
  justify-content: center;
  margin-right: 10px;
}

.generate-vehicle-pdf.new-layout .report-body .report-content .row-footer .social a img {
  object-fit: contain;
}

.generate-vehicle-pdf.new-layout .report-body .report-content .row-footer .social a img.fb-img {
  width: 30px;
}

.generate-vehicle-pdf.new-layout .report-body .report-content .row-footer .social a img.insta-img, .generate-vehicle-pdf.new-layout .report-body .report-content .row-footer .social a img.twtr-img {
  width: 30px;
}

.independent-pdf-generate {
  max-width: 1280px;
  width: 1280px;
  margin: 2rem auto 0;
}

.independent-pdf-generate .generate-vehicle-pdf.new-layout {
  width: 1280px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}

@media (min-width: 768px) {
  .card-columns.card-column-2 {
    column-count: 1;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .card-columns.card-column-2 {
    column-count: 2;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .card-columns.card-column-2 {
    column-count: 2;
  }
}

.vehicle-gallery {
  position: relative;
}

.vehicle-gallery:hover .slider-arrow {
  opacity: 0.9;
}

.vehicle-gallery:hover .slider-arrow.slider-prev {
  left: 30px;
}

.vehicle-gallery:hover .slider-arrow.slider-next {
  right: 30px;
}

.vehicle-gallery .slider-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17.5px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  z-index: 5;
  background: #000;
  padding: 0px;
  border-radius: 35px;
  opacity: 0.65;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.vehicle-gallery .slider-arrow:hover {
  color: #009ad0;
}

.vehicle-gallery .slider-arrow.slider-prev {
  left: 10px;
  padding-right: 2px;
}

.vehicle-gallery .slider-arrow.slider-next {
  right: 10px;
  padding-left: 2px;
}

.vehicle-gallery .slider-arrow.slick-disabled {
  opacity: 0.75;
  cursor: default;
  background-color: #222;
}

.vehicle-gallery .slider-arrow.slick-disabled:hover {
  color: #fff;
}

.vehicle-gallery .slider-vehicle-gallery {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.vehicle-gallery .slider-vehicle-gallery .slick-slide label[class^="label-"] {
  position: absolute;
  top: 0px;
  background-color: #009ad0;
  color: #222;
  text-transform: uppercase;
  text-align: center;
  margin: 8px;
  border-radius: 4px;
  opacity: 0.8;
}

.vehicle-gallery .slider-vehicle-gallery .slick-slide .label-slide {
  left: 0px;
  padding: 6px 15px;
}

.vehicle-gallery .slider-vehicle-gallery .slick-slide .label-slide-count {
  right: 0px;
  padding: 10px 10px 5px;
  font-size: 12px;
  min-width: 50px;
}

.vehicle-gallery .slider-vehicle-gallery .slick-slide .label-slide-count i {
  display: block;
  font-size: 16px;
}

.vehicle-gallery .slider-vehicle-gallery .slick-slide .icon-label {
  position: absolute;
  color: #222;
  bottom: 0;
  top: auto;
  right: 0;
  background-color: transparent;
  font-size: 20px;
  margin: 8px;
  cursor: pointer;
}

.vehicle-gallery .slider-vehicle-gallery .slick-slide .icon-label:hover {
  color: #009ad0;
}

.vehicle-gallery .slider-vehicle-gallery .video-item {
  width: 100%;
}

.vehicle-gallery .slider-vehicle-gallery .video-item video {
  width: 100%;
  min-height: 350px;
  max-height: 350px;
  background-color: #f5f5f5;
}

.vehicle-gallery .slider-vehicle-gallery .gallery-item {
  text-align: center;
}

.vehicle-gallery .slider-vehicle-gallery .gallery-item img {
  max-width: 100%;
  display: inline-block;
}

.vehicle-gallery .slider-vehicle-nav {
  display: none;
}

.vehicle-gallery .slider-vehicle-nav .slick-track .item-slick {
  max-width: 150px;
  margin-right: 10px;
  outline: none !important;
  cursor: pointer;
  border: 2px solid #ddd;
}

.vehicle-gallery .slider-vehicle-nav .slick-track .item-slick:hover {
  border: 2px solid #009ad0;
}

.vehicle-gallery .slider-vehicle-nav .slick-track .item-slick.slick-current {
  border: 2px solid #009ad0;
}

.vehicle-gallery .slider-slide-action {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  background-color: #009ad0;
}

.vehicle-gallery .slider-slide-action li {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  text-align: center;
  border: 0px solid black;
  color: #fff;
  list-style: none;
}

.vehicle-gallery .slider-slide-action li:not(:last-child) a {
  border-right: 1px solid #fff;
}

.vehicle-gallery .slider-slide-action li a {
  display: block;
  color: #fff;
}

.vehicle-gallery .slider-slide-action li a img {
  max-width: 40px;
}

.vehicle-gallery .slider-slide-action li a span {
  display: block;
  padding: 5px;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #009ad0;
}

.lg-outer .lg-toolbar .lg-icon:hover,
.lg-outer .lg-actions .lg-next:hover, .lg-outer .lg-actions .lg-prev:hover,
.lg-outer .lg-toogle-thumb:hover, .lg-outer .lg-outer.lg-dropdown-active #lg-share {
  color: #009ad0;
}

.friends-cnt {
  display: flex;
  align-items: center;
}

.friends-cnt .friend-profil {
  display: flex;
  align-items: center;
}

@media (max-width: 1400px) {
  section.banner-section ul li {
    flex: 1 1 30%;
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  section .col-mobile-welcome {
    padding-left: 0px;
    padding-right: 0px;
  }
  section.featured-cars {
    padding: 30px 0px 40px;
  }
  section.featured-cars .view-all a {
    font-size: 11px;
    padding: 6px 15px;
  }
  section.featured-cars h1 {
    padding-top: 5px;
    font-size: 18px;
    margin-bottom: 0px;
    overflow-y: hidden;
    max-height: 24px;
  }
  section.featured-cars .featured-carousel,
  section.featured-cars .car-listing-carousel {
    margin-top: 30px;
  }
  section.featured-cars .featured-carousel .draggable,
  section.featured-cars .car-listing-carousel .draggable {
    padding: 0px 100px 0px 0px;
  }
  section.featured-cars .featured-carousel .carousel-content .box img,
  section.featured-cars .car-listing-carousel .carousel-content .box img {
    width: 100%;
  }
  section.featured-cars .featured-carousel .carousel-content .box .inside,
  section.featured-cars .car-listing-carousel .carousel-content .box .inside {
    padding: 25px 16px 15px;
  }
  section.featured-cars .featured-carousel .carousel-content .box .inside .display-flex,
  section.featured-cars .car-listing-carousel .carousel-content .box .inside .display-flex {
    padding: 11px 0px 9px;
  }
  section.featured-cars .featured-carousel .carousel-content .box .inside .display-flex p,
  section.featured-cars .car-listing-carousel .carousel-content .box .inside .display-flex p {
    font-size: 11.2px;
    margin-bottom: 0px;
  }
  section.featured-cars .featured-carousel .carousel-content .box .inside .whislist-flex,
  section.featured-cars .car-listing-carousel .carousel-content .box .inside .whislist-flex {
    display: flex;
    justify-content: space-between;
  }
  section.featured-cars .featured-carousel .carousel-content .box .inside .whislist-flex img,
  section.featured-cars .car-listing-carousel .carousel-content .box .inside .whislist-flex img {
    width: 30px;
  }
  section.featured-cars .featured-carousel .carousel-content .box .inside .whislist-flex .text,
  section.featured-cars .car-listing-carousel .carousel-content .box .inside .whislist-flex .text {
    align-self: center;
    justify-content: center;
  }
  section.featured-cars .featured-carousel .carousel-content .box .inside .whislist-flex a,
  section.featured-cars .car-listing-carousel .carousel-content .box .inside .whislist-flex a {
    font-size: 11px;
    padding: 8px 15px 7px;
  }
  section.featured-cars .featured-carousel .carousel-content .box .inside img,
  section.featured-cars .car-listing-carousel .carousel-content .box .inside img {
    width: 20px;
    margin-right: 11px;
  }
  section.featured-cars .featured-carousel .carousel-content .box .inside h5,
  section.featured-cars .car-listing-carousel .carousel-content .box .inside h5 {
    font-size: 13px;
    margin-bottom: 8px;
  }
  section.featured-cars .featured-carousel .carousel-content .box .inside p,
  section.featured-cars .car-listing-carousel .carousel-content .box .inside p {
    font-size: 9px;
  }
  section.featured-cars .featured-carousel .carousel-content .box .inside h4,
  section.featured-cars .car-listing-carousel .carousel-content .box .inside h4 {
    font-size: 15px;
    margin: 12px 0px 8px;
  }
  section.featured-cars .featured-carousel .carousel-content .box .inside h2,
  section.featured-cars .car-listing-carousel .carousel-content .box .inside h2 {
    font-size: 18px;
    margin-bottom: 14px;
  }
  section.featured-cars .featured-carousel .carousel-content .box .inside h2 span,
  section.featured-cars .car-listing-carousel .carousel-content .box .inside h2 span {
    font-size: 13px;
  }
  section.featured-cars .featured-carousel.slick-initialized .slick-slide,
  section.featured-cars .car-listing-carousel.slick-initialized .slick-slide {
    margin: 0px 8px;
  }
  section.featured-cars .featured-carousel .slick-arrow,
  section.featured-cars .car-listing-carousel .slick-arrow {
    position: absolute;
    top: 44%;
    z-index: 5;
    cursor: pointer;
  }
  section.featured-cars .featured-carousel .slick-arrow.slick-prev,
  section.featured-cars .car-listing-carousel .slick-arrow.slick-prev {
    left: 1px;
  }
  section.featured-cars .featured-carousel .slick-arrow.slick-next,
  section.featured-cars .car-listing-carousel .slick-arrow.slick-next {
    right: 11px;
  }
  section.banner-section {
    background: url("../../images/banner-img-mob.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0px 50px;
  }
  section.banner-section .pl-pr-25 {
    padding: 0px 30px;
  }
  section.banner-section h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  section.banner-section form .form-group {
    position: relative;
  }
  section.banner-section form .form-group input {
    padding: 11px 20px 10px;
    font-size: 12px;
  }
  section.banner-section form .form-group input::placeholder {
    font-size: 11px;
  }
  section.banner-section form .form-group button {
    right: -1px;
    padding: 5.5px 10px;
  }
  section.banner-section form .form-group button img {
    width: 20px;
  }
  section.banner-section ul {
    margin-bottom: 27px;
    border-radius: 8px;
    padding: 10px 10px 10px 10px;
  }
  section.banner-section ul li {
    padding: 0px 0px;
    position: relative;
    text-align: center;
  }
  section.banner-section ul li a {
    font-size: 11px;
    color: #ffffff;
    display: block;
  }
  section.banner-section ul li a img {
    margin: 0 auto 10px;
    height: 30px;
    display: block;
  }
  section.banner-section ul li a span {
    display: block;
    min-height: 38px;
  }
  section.banner-section ul li:first-child {
    padding-left: 0px;
  }
  section.banner-section ul li:first-child img {
    margin-right: auto;
  }
  section.banner-section ul li:nth-child(3) img {
    margin-right: auto;
  }
  section.banner-section ul li:last-child {
    padding-right: 0px;
  }
  section.banner-section ul li:hover::before {
    height: 1.5px;
  }
  section.banner-section .view-cars a {
    font-size: 11px;
    padding: 8px 24px 7px;
  }
}

@media (max-width: 767px) {
  .card-horizontal {
    display: block;
  }
  .form-container.form-invitedfriends {
    padding-bottom: 40px;
  }
  .form-container .form-group.style-checkbox input[type="checkbox"] + label:before {
    padding: 8px !important;
  }
  .form-container .form-group.style-checkbox input[type="checkbox"] + label:after {
    left: 7px !important;
    width: 6px !important;
    height: 12px !important;
  }
  .form-container .btn-fixed-bottom {
    bottom: 90px !important;
    right: calc(50% - 100px) !important;
    max-width: 200px !important;
  }
  .leads-btn {
    text-align: center;
  }
  .leads-btn a {
    margin-top: 5px;
  }
  .friends-cnt .icon-gust-head {
    width: 40px;
    height: 40px;
  }
  .friends-cnt .icon-gust-head i {
    width: 36px;
    height: 36px;
    line-height: 30px;
  }
  .friends-cnt .icon-gust-head img {
    width: 22px;
  }
  .friends-cnt .frd-dt h5 {
    font-size: 12px;
    margin-bottom: 6px;
    line-height: 12px !important;
  }
  .friends-cnt .frd-dt ul {
    display: flex;
    align-items: center;
  }
  .friends-cnt .frd-dt ul li {
    float: none;
    width: inherit;
  }
  .friends-cnt .frd-dt ul li:not(:last-child) {
    margin-right: 10px;
  }
  .friends-cnt .online-gry {
    left: 29px;
    top: 25px;
  }
  .vehicle-gallery .slider-vehicle-gallery .slick-slide label[class^="label-"] {
    padding: 5px 10px;
    font-size: 12px;
    margin: 4px;
  }
  .vehicle-gallery .slider-vehicle-gallery .slick-slide .label-slide-count {
    padding: 5px 5px 5px;
    min-width: 40px;
  }
  .vehicle-gallery .slider-vehicle-gallery .slick-slide .label-slide-count i {
    font-size: 14px;
  }
  .vehicle-gallery .slider-slide-action li:not(:last-child) a {
    border-color: #589ea1;
  }
  .vehicle-gallery .slider-slide-action li a {
    font-size: 12px;
  }
  .vehicle-gallery .slider-slide-action li a img {
    max-width: 32px;
  }
}

.row-tab {
  display: flex;
  /* Accordion styles */
}

.row-tab .col {
  flex: 1;
}

.row-tab .tabs {
  overflow: hidden;
  margin-left: -10px;
}

.row-tab .tabs input[type="radio"],
.row-tab .tabs input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.row-tab .tabs p {
  line-height: 1.4;
}

.row-tab .tabs .tab-main-title {
  margin-left: 10px;
  font-size: 2rem;
}

.row-tab .tabs .tab ~ .tab-main-title {
  margin-top: 30px;
}

.row-tab .tab {
  width: calc(100% - 20px);
  color: #333333;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: rgba(194, 194, 194, 0.5) 0px 5px 15px;
  margin: 10px 10px;
  position: relative;
}

.row-tab .tab.without-collapse {
  background-color: transparent;
  box-shadow: none;
}

.row-tab .tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em 1.5em;
  background: #fff;
  font-weight: bold;
  cursor: pointer;
  /* Icon */
}

.row-tab .tab-label:hover {
  background: #006fa8;
  text-decoration: underline;
}

.row-tab .tab-label::after {
  content: "\f078";
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  text-align: center;
  transition: all .25s;
  font-size: 1.5rem;
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  right: 15px;
  top: 10px;
  padding-top: 2px;
  background-color: #fff;
  box-shadow: rgba(194, 194, 194, 0.5) 0px 5px 15px;
}

.row-tab .tab-content {
  max-height: 0;
  padding: 0 1.5em;
  color: #666;
  background: white;
  transition: all .25s;
  background: #FAF7F7;
  box-shadow: inset 5px 0px 0px #006fa8;
}

.row-tab .tab-content a {
  color: #009ad0;
}

.row-tab .tab-content a:hover {
  color: #f87a69;
}

.row-tab .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em 1.5em;
  font-size: 0.75em;
  background: #009ad0;
  cursor: pointer;
}

.row-tab .tab-close:hover {
  background: #006fa8;
}

.row-tab input:checked + .tab-label {
  background: #FAF7F7;
  box-shadow: inset 5px 0px 0px #006fa8;
  text-decoration: underline;
}

.row-tab input:checked + .tab-label::after {
  content: "\f077";
  padding-top: 0px;
  padding-bottom: 2px;
  background-color: #006fa8;
  color: #fff;
}

.row-tab input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 0 1.5em 1em;
}

body.template-myinvoice-1, body.template-myinvoice-2, body.template-myinvoice-3 {
  overflow-x: inherit;
}

.myinvoices {
  color: #000;
  padding: 20px 30px;
  border: 2px solid;
  min-width: 850px;
  margin-bottom: 100px;
}

.myinvoices h2 {
  margin-bottom: 0px;
}

.myinvoices p {
  margin-bottom: 0px;
}

.myinvoices .logo-invoice {
  height: 80px;
}

.myinvoices .heading-bordered {
  border-top: 2px solid;
  border-bottom: 2px solid;
}

.myinvoices .heading-bordered-bottom {
  border-bottom: 2px solid;
}

.myinvoices hr.border-black-medium {
  border-top: 2px solid #000;
}

.myinvoices .text-bold {
  font-weight: bold;
}

.myinvoices .text-italic {
  font-style: italic;
}

.myinvoices .text-medium {
  font-size: 18px;
}

.myinvoices .list-style {
  margin: inherit;
  padding-left: 1.5em;
}

.myinvoices .list-style li {
  margin: inherit;
  padding: 2px;
  list-style: inherit;
}

.myinvoices .bg-table-grey {
  background-color: #eee;
}

.myinvoices .bordered {
  border: 1px solid;
  padding: 5px;
}

.myinvoices .img-sign-signature {
  max-height: 140px;
}

.myinvoices .table {
  color: #000;
  border-collapse: collapse;
  border-spacing: 0;
}

.myinvoices .table tr td.bordered {
  min-width: 100px;
}

.myinvoices .table-bordered {
  border: 1px solid #ddd;
}

.myinvoices .table-bordered thead tr th.text-serialno {
  width: 60px;
}

.myinvoices .table-bordered tbody > tr > td,
.myinvoices .table-bordered tbody > tr > th,
.myinvoices .table-bordered tfoot > tr > td,
.myinvoices .table-bordered tfoot > tr > th,
.myinvoices .table-bordered thead > tr > td,
.myinvoices .table-bordered thead > tr > th {
  border: 1px solid #ddd;
  padding: 8px;
  line-height: 1.42857143;
}

/* Minor Styling optional */
.blinky {
  width: 300px;
  background: white;
  color: red;
  font-size: 14px;
  /* for support in Safari 4.0 - 8.0 */
  -webkit-animation: 1.5s linear infinite blinky-effect;
  animation: 1.5s linear infinite blinky-effect;
}

/* for support in Safari 4.0 - 8.0 */
@-webkit-keyframes blinky-effect {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}

@keyframes blinky-effect {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
