
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


/* Styling dot */
.owl-theme .owl-dots {
  text-align: left;
  padding-top: 10px;
}


/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-nav div {
    background: #c9c9c9;
    text-align: center;
    display: inline-block;
    outline: 0;
    width: 40px;
    text-align: center;
    line-height: 40px;
    height: 40px;    
    color: #fff;
    top: 50%;
    font-size: 0;
    margin-top: -20px; 
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;     
}


.owl-theme .owl-controls .owl-nav div.owl-prev {
    position: absolute;
    left: 0;   
}

.owl-theme .owl-controls .owl-nav div.owl-next {
  position: absolute;
  right: 0;
}

/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}


a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1200px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}


.fade {
  transition: opacity 0.15s linear;
}


.fade:not(.show) {
  opacity: 0;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}


.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}


.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-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);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}


.border {
  border: 1px solid #dee2e6;
}


.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}


.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}


.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-white {
  color: #fff !important;
}

/*# sourceMappingURL=bootstrap.css.map 

/*@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);*/

html,body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}


/* Slide In Effects */

@keyframes slideUp {
  0% {
    opacity:0;
    transform: translateY(100px);
  }
  100% {
    opacity:1;
    transform: translateY(0);
  }
}

@-moz-keyframes slideUp {
  0% {
    opacity:0;
    transform: translateY(100px);
  }
  100% {
    opacity:1;
    transform: translateY(0);
  }
}

@-webkit-keyframes slideUp {
  0% {
    opacity:0;
    transform: translateY(100px);
  }
  100% {
    opacity:1;
    transform: translateY(0);
  }
}

@-o-keyframes slideUp {
  0% {
    opacity:0;
    transform: translateY(100px);
  }
  100% {
    opacity:1;
    transform: translateY(0);
  }
}

@-ms-keyframes slideUp {
  0% {
    opacity:0;
    transform: translateY(100px);
  }
  100% {
    opacity:1;
    transform: translateY(0);
  }
}

@keyframes slideDown {
  0% {
    opacity:0;
    transform: translateY(-100px);
  }
  100% {
    opacity:1;
    transform: translateY(0);
  }
}

@-moz-keyframes slideDown {
  0% {
    opacity:0;
    transform: translateY(-100px);
  }
  100% {
    opacity:1;
    transform: translateY(0);
  }
}

@-webkit-keyframes slideDown {
  0% {
    opacity:0;
    transform: translateY(-100px);
  }
  100% {
    opacity:1;
    transform: translateY(0);
  }
}

@-o-keyframes slideDown {
  0% {
    opacity:0;
    transform: translateY(-100px);
  }
  100% {
    opacity:1;
    transform: translateY(0);
  }
}

@-ms-keyframes slideDown {
  0% {
    opacity:0;
    transform: translateY(-100px);
  }
  100% {
    opacity:1;
    transform: translateY(0);
  }
}

@keyframes slideRight {
  0% {
    opacity:0;
    transform: translateX(-100px);
  }
  100% {
    opacity:1;
    transform: translateX(0);
  }
}

@-moz-keyframes slideRight {
  0% {
    opacity:0;
    transform: translateX(-100px);
  }
  100% {
    opacity:1;
    transform: translateX(0);
  }
}

@-webkit-keyframes slideRight {
  0% {
    opacity:0;
    transform: translateX(-100px);
  }
  100% {
    opacity:1;
    transform: translateX(0);
  }
}

@-o-keyframes slideRight {
  0% {
    opacity:0;
    transform: translateX(-100px);
  }
  100% {
    opacity:1;
    transform: translateX(0);
  }
}

@-ms-keyframes slideRight {
  0% {
    opacity:0;
    transform: translateX(-100px);
  }
  100% {
    opacity:1;
    transform: translateX(0);
  }
}

@keyframes slideLeft {
  0% {
    opacity:0;
    transform: translateX(100px);
  }
  100% {
    opacity:1;
    transform: translateX(0);
  }
}

@-moz-keyframes slideRight {
  0% {
    opacity:0;
    transform: translateX(100px);
  }
  100% {
    opacity:1;
    transform: translateX(0);
  }
}

@-webkit-keyframes slideRight {
  0% {
    opacity:0;
    transform: translateX(100px);
  }
  100% {
    opacity:1;
    transform: translateX(0);
  }
}

@-o-keyframes slideRight {
  0% {
    opacity:0;
    transform: translateX(100px);
  }
  100% {
    opacity:1;
    transform: translateX(0);
  }
}

@-ms-keyframes slideRight {
  0% {
    opacity:0;
    transform: translateX(100px);
  }
  100% {
    opacity:1;
    transform: translateX(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes slideUp {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes slideUp {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes slideUp {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes slideUp {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}





/* Slide Effect End */


#landing_chattel.car {
    font-family: 'poppins';
    overflow-x: hidden;
}

#landing_chattel.car .s2-top1 .features-desc i {
  font-size: 20px;
    color: #333;
    margin-right: 10px;
    text-align: left;
}

#landing_chattel.car .s2-top1 .features-desc .bold {
  font-weight: 700;
  color: #333;
}

#landing_chattel.car .s2-top1 .features-content {
  font-family: 'noto-kr';
}

#features .features-content .color {
    color: #1cb9cb;
}

.reveal.active {
    transform: translateY(0px);
    opacity: 1;
}
.reveal {
    transform: translateY(150px);
    opacity: 0;
    transition: all 1s ease;
}


.portfolio-wrap {
    margin: 0 -15px;
}
.portfolio-wrap .item {
    position: relative;
    overflow: hidden;
    width: 33.333%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}
.portfolio-wrap .item .featured-post {
    position: relative;
    overflow: hidden;
}
.portfolio-wrap .item .title-name {
    font-size: 13px;
    line-height: 35px;
    color: #1cb9cb;
    position: absolute;
    left: 10%;
    top: 47%;
    margin-top: -75px;
    padding-left: 6px;
    padding-right: 20px;
    z-index: 99;
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.portfolio-wrap .item .title-post {
    font-size: 34px;
    line-height: 26px;
    font-weight: 500;
}
.portfolio-wrap .item .title-post, .portfolio-wrap .item .category-post {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    transform: translateY(100px);
}
.portfolio-wrap .item .title-post, .portfolio-wrap .item .category-post, .portfolio-wrap .item .line {
    position: absolute;
    left: 10%;
    top: 47%;
    margin-top: -35px;
    padding-left: 6px;
    padding-right: 20px;
    z-index: 99;
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.portfolio-wrap .item .title-post .title-up, .portfolio-wrap .item .title-post .title-down {
    font-size: 10px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
}
.portfolio-wrap .item .title-post .title-rates {
    color: #ffd658;
}
.portfolio-wrap .item .title-post .title-up, .portfolio-wrap .item .title-post .title-down {
    font-size: 10px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
}
.portfolio-wrap .item .category-post {
    top: 67%;
    font-size: 11px;
    line-height: 18px;
}
.portfolio-wrap .item .category-post div {
    color: #fff;
}

#landing_chattel.car .features-content h3,
#landing_chattel.car .features-content h3 .color {
  font-weight: 600px!important;
}
#landing_chattel.car .main-middle .rates {
  color: #fff;
}



 


@media only screen and (min-width: 992px) {
  .home-car .main-bottom {
      margin-left: 19px;
  }
  #no-doc .s2-top2 .sm-screen {
    display: none;
  }
  #landing_chattel.car .home-car .disclaimer_bottom {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .car .content-block .block-heading h2 {
      font-size: 4rem;
      margin-bottom: 28px!important;
  }
}

@media only screen and (min-width: 1200px) {
  .car .content-block .block-heading h2 {
      font-size: 4rem;
      margin-bottom: 28px!important;
  }
}

@media only screen and (min-width: 1116px) and (max-width: 1199px) {
  .main_part img {
    max-width: 441px;
    margin-top: 66px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1116px) {
  .main_part img {
    max-width: 379px;
    margin-top: 66px;
  }
  #landing_chattel.car .quote-form .leave-left img {
      width: 304px!important;
  }
  #landing_chattel.car .quote-form .leave-right img {
      width: 310px!important;
  }
  #landing_chattel .box-img img {
      max-width: 393px!important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  ul.portfolio-filter > li a {
    padding: 0px 18px;
    margin-right: 12px;
  }

  .car .content-block .block-heading h2 {
      font-size: 3rem;
      margin-bottom: 20px!important;
  }

  .portfolio-wrap .item .title-post {
      font-size: 25px;
      line-height: 20px;
      top: 54%;
  }

  .portfolio-wrap .item .title-name {
      font-size: 12px;
      padding-top: 5px;
  }

  .portfolio-wrap .item .category-post {
      font-size: 9px;
      line-height: 15px;
      top: 70%;
  }

  .portfolio-wrap .item .line {
      left: 12%;
      height: 3px;
      top: 32%;
  }

  .portfolio-wrap .item .title-name {
      top: 51%;
  }

  ul.portfolio-filter > li a, .flat-btn-filter button.btn-filter {
      padding: 0px 8px 0px 8px;
      margin-right: 8px;
  }

  .title-disclaimer {
    margin-left: 8%;
  }

  .home-car .home-title {
      font-size: 38px!important;
  }
  .home-car .home-title2 {
      font-size: 15px;
  }
  .main-middle {
    max-width: 350px;
  }
  #landing_chattel.car .navbar-custom .navbar-nav li a {
      font-size: 13px;
  }
  #landing_chattel.car .navbar-nav li.menu_1,
  #landing_chattel.car .navbar-nav li.menu_3 {
      display: none;
  }
  #landing_chattel.car .home-title {
      font-size: 32px!important;
  }

  #landing_chattel.kr-mortgage .home-car .main-middle {
    max-width: 100%!important;
  }
  #landing_chattel.kr-mortgage .home-car .main-middle .logo_1,
  #landing_chattel.kr-mortgage .home-car .main-middle .logo_2,
  #landing_chattel.kr-mortgage .home-car .main-middle .logo_3 {
    width: 148px!important;
  }
}
@media only screen and (max-width: 991px) {
  .home-car .main-top .left {
    display: none!important;
  }
  .home-car .head-left {
    margin-bottom: 30px;
    text-align: center;
  }
  .home-car .box_general {
    max-width: 483px!important;
    width: 100%!important;
    margin-right: 15px!important;
    margin-left: 15px!important;
  }
  #landing_chattel.car .s2-top1 .features-content h3 {
    text-align: center!important;
    margin-top: 10px!important;
  }
  #landing_chattel.kr-mortgage .s2-top1 .features-content .features-desc {
    text-align: center!important;
  }
  #landing_chattel.car .s2-top1 .features-content p {
    text-align: left!important;
  }
  #landing_chattel.car .s2-top2 .features-content h3 {
    text-align: center!important;
    margin-top: 10px!important;
  }
  #landing_chattel.car .s2-top1 .contact_message p {
    text-align: center!important;
  }
  .col-wrap {
      margin-bottom: 3.75rem;
  }
  #landing_chattel.car .brokerage .part_1 img {
    display: none;
  }

  #landing_chattel.car .calculator .input-main {
    max-width: 550px!important;
  }
  #landing_chattel.car .navbar .quote_button {
      display: none!important;
  }
  #landing_chattel.car .home-car .main_part {
    text-align: center!important;
  }
  #landing_chattel.car .quote_button_2 .flat-button.border,
  #landing_chattel.car .quote-form .quote_button .flat-button.border  {
    width: 180px!important;
  }
  #no-doc .s2-top2 .lg-screen {
    display: none;
  }
  #landing_chattel.car .post-link-holder,
  #no-doc .s2-top1 .quote_button.bottom,
  #no-doc .s2-top2 .quote_button.bottom,
  #no-doc .s2-top3 .quote_button.bottom {
    text-align: center;
  }
  #landing_chattel.car .box-img img {
      max-width: 402px!important;
      margin-bottom: 50px;
  }
  #landing_chattel.car .calculator .input-main .calculator-right {
    margin: 57px 60px 80px!important;
  }
  #landing_chattel.car .home-car .disclaimer_top {
    display: none;
  }
  #no-doc .quote_button.business {
    text-align: center;
  }
  #landing_chattel.car .home-car .main_part img {
    margin-top: 0px!important;
  }

  #landing_chattel.car .home-car .main-top {
     margin-top: 0px; 
  }
}

/* Smaller than standard 992 */
@media only screen and (min-width: 533px) and (max-width: 767px) {
  .home-car .home-title2 {
      font-size: 15px;
  }
  .home-car .home-title {
      font-size: 32px!important;
  }
  #landing_chattel.car .head-right img {
      max-width: 350px;
  }
  #landing_chattel.car .brokerage .block-main-heading {
      font-size: 52px;
      margin-bottom: 10px;
  }
  #landing_chattel.car .brokerage .block-sub-heading {
      font-size: 13px;
  }
  #landing_chattel.car .quote-form .leave-right img {
      width: 187px!important;
  }
  #landing_chattel.car .quote-form .leave-left img {
      width: 232px!important;
  }
  #landing_chattel.car .home-car .main-top {
      margin-top: 0px!important;
  }
}


@media only screen and (max-width: 553px)  {
  #landing_chattel.car .main-features,
  #landing_chattel.car .main-button {
      flex-direction: column;
      max-width: 100%;
  }
  #landing_chattel.car .main-button .main-right p {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
  #landing_chattel.car .main-button .main-right {
    margin-left: 0px!important;
    margin-top: 20px;
  }

  #landing_chattel.car .home-car .main_part img {
      margin-top: 0px!important;
  }
  #landing_chattel.car .main-features {
    margin-top: 34px!important;
  }
  #landing_chattel.car .main-features .feature_1,
  #landing_chattel.car .main-features .feature_2,
  #landing_chattel.car .main-features .feature_3 {
    line-height: 0;
  }
  #landing_chattel.car .main-features .main-icon i {
    font-size: 20px!important;
  }
  #landing_chattel.car .home-car .main-button {
      display: block!important;
  }
  #landing_chattel.car .main-text p {
      font-size: 10px!important;
  }
}

@media only screen and (max-width: 418px)  {
  #landing_chattel.car .home-title {
      font-size: 29px!important;
  }
}



@media only screen and (max-width: 767px) {
  .col-wrap {
      margin-bottom: 3.125rem;
  }
  #landing_chattel.car .brokerage .block-main-heading {
    text-align: center;
  }
  .car .content-block .block-heading h2 {
      font-size: 2rem;
      margin-bottom: 17px!important;
  }
  #landing_chattel.car .quote_button_2 .flat-button.border {
      margin-left: 0px!important;
  }
  #landing_chattel.car .home-center .disclaimer_top {
      margin-left: 0px!important;
  }
  #landing_chattel.car .brokerage .block-heading {
    text-align: center;
  }
  #landing_chattel.car .ico-box .content-title,
  #landing_chattel.car .step-box .content-title {
      font-size: 20px;
  }
  #landing_chattel.car .ico-box .des p,
  #landing_chattel.car .step-box .des p {
      font-size: 13px;
  }
  #landing_chattel.car .home-car .disclaimer_bottom {
    padding-left: 20px;
    padding-right: 20px;
  }
  #landing_chattel.car .contact .details .col-md-3.line,
  #landing_chattel.car .contact .details .col-md-4.line {
    border-right: none!important;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
  }
  #landing_chattel.car .contact .details .row {
    text-align: center;
  }
  #landing_chattel.centrelink .no-doc .features-desc,
  #landing_chattel.apprentice .no-doc .features-desc,
  #landing_chattel.credit .no-doc .features-desc {
    margin-left: 15px;
  }

}

@media only screen and (min-width: 533px) and (max-width: 991px) {
  #landing_chattel.car .step .part_1 img {
    display: none;
  }
  .home-car {
    height: 1156px !important;
  }
}



@media only screen and (min-width: 768px) and (max-width: 991px) {

  .car .content-block .block-heading h2 {
      font-size: 4rem;
      margin-bottom: 28px!important;
  }

  .portfolio-wrap .item .title-post {
      font-size: 30px;
    top: 50%;
  }

  .portfolio-wrap .item .title-name {
    top: 50%;
  }

  .portfolio-wrap .item .category-post {
      font-size: 10px;
  }

  .portfolio-wrap .item .line {
      height: 4px;
      top: 29.3%;
      left: 12%;
  }

  .portfolio-wrap .item .title-name {
      top: 51%;
  }
  .home-car .main_part img {
    max-width: 400px;
  }
  #landing_chattel.car .brokerage .container {
    max-width: 851px!important;
  }
  #landing_chattel.car .brokerage .block-main-heading {
    font-size: 55px;
    line-height: 58px!important;
  }
  #landing_chattel.car .quote-form .leave-right img {
      width: 245px!important;
  }
  #landing_chattel.car .quote-form .leave-left img {
      width: 262px!important;
  }
  #no-doc .features-content {
    padding: 20px 30px;
    text-align: center;
  }
  #landing_chattel.car .home-car .main-top .home-title {
    font-size: 42px;
  }
}

@media (max-width: 320px) { 
  .nav.header-style1 .top-search {
    width: 275px;
  }

  #site-off-canvas {
    width: 70%;
  }

  .portfolio-wrap .item .line {
    top: 30.3%;
  }

  .portfolio-wrap .item .title-post {
    top: 38%;
  }

  .portfolio-wrap .item .category-post {
      top: 74%;
  }

  .title-section.style4 .title, .title-section .title {
      font-size: 40px;
      line-height: 45px;
  }
  
  .title-section .sub-title {
      font-size: 16px;
  }

  .message-text p {
      font-size: 30px;
      line-height: 43px;
  }

  .iconbox.style2, .quick-form {
      padding: 0px 25px 28px 25px;
  }

  .flat-request-form.style2 {
      padding: 10px 5px;
  }

  #site-off-canvas .content {
      height: 581px;
  }
  
}
@media only screen and (min-width: 390px) and (max-width: 532px) {
  #landing_chattel.car .home-title {
      font-size: 29px;
  }
  #landing_chattel.car .head-right img {
      max-width: 319px;
  }
  #landing_chattel.car .home-car {
      height: 1200px !important;
  }
}


@media only screen and (min-width: 533px) {
  #calculator .calculator-left .input-label.small {
    display: none;
  }
  #landing_chattel.car .step .part_1 img.small {
    display: none;
  }
}


@media only screen and (max-width: 672px) {
  #landing_chattel.car .phone .number {
    display: none!important;
  }
}

@media only screen and (max-width: 532px) {
  .home-car .small_word,
  .home-car .first_word {
    font-size: 11px;
  }
  #landing_chattel.car .home-car .home-title {
    font-size: 31px!important;
  }
  .home-car .home-title2 {
    font-size: 16px!important;
  }
  #landing_chattel.car .phone {
    margin-right: 6px!important;
    float: right;
    margin-top: 11px;
  }
  #landing_chattel.car .quote-form .leave-right img,
  #landing_chattel.car .quote-form .leave-left img {
      display: none;
  }
  #calculator .calculator-left .input label {
    font-size: 13px;
  }
  #calculator .calculator-left .input input {
    font-size: 17px;
      font-weight: 500;
  }
  #landing_chattel.car .brokerage .block-main-heading {
      font-size: 47px;
  }
  #calculator .calculator-left .input-label.large {
    display: none;
  }
  .quote-form .box-img img {
    max-width: 332px!important;
    margin-bottom: 30px;
  }
  .home-car {
    padding: 100px 0px 100px 0px !important;
  }
  #landing_chattel.car .home-car {
    padding: 0px !important;
  }
  #landing_chattel.car .home-contact {
      margin-top: 0px!important;
  }
  #landing_chattel.car .title-section .title {
    font-size: 28px;
  }
  #landing_chattel.car .step-list .col-lg-4 {
    max-width: 100%!important;
  }
  #landing_chattel.car .step .part_1 {
    text-align: center;
  }
  #landing_chattel.car .step  .part_1 img {
      max-width: 200px!important;
  }
  #landing_chattel.car .step .title-section h1 {
    margin-top: 32px;
  }
  #landing_chattel.car .step .step-list .col-lg-4 {
    height: 145px;
  }
  #landing_chattel.car .step .part_1 img.big {
    display: none;
  }
  #landing_chattel.car .step .step-list .line {
    margin-left: auto;
      margin-right: auto;
  }
  #landing_chattel.car .step .title-section .title,
  #landing_chattel.car .lender .title-section .title,
  #landing_chattel.car .blog-shortcode .title-section .title,
  #landing_chattel.car .calculator .title-section .title {
    font-size: 21px!important;
  }
  #landing_chattel.car .step .step-list .col-lg-4 {
    margin-bottom: 20px;
  }
  #landing_chattel.centrelink .home-car .main-top .small_word .big {
    display: none;
  }
  #landing_chattel.centrelink .main-top .right h3.big,
  #landing_chattel.apprentice .main-top .right h3.big {
    display: none;
  }
  #landing_chattel.apprentice .home-car .main-top .right .first_word.big {
    display: none;
  }
  #landing_chattel.car .lender .container.lender-list {
    padding-right: 30px!important;
    padding-left: 30px!important;
  }
  #landing_chattel.credit .main-bottom .small-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 295px;
  }
  #landing_chattel.credit .main-bottom .small-container .home-title2 {
    text-align: left!important;
  }
  #landing_chattel.credit .main-bottom .home-title2,
  #landing_chattel.credit .main-bottom .home-title2 .underline {
    font-size: 14px!important;
  }


}
@media only screen and (max-width: 389px) {
  #landing_chattel.car .home-car .container {
    max-width: 100% !important;
  }
  #landing_chattel.car .home-car {
    height: 1246px !important;
  }
  #landing_chattel.credit .home-car {
    height: 1066px !important;
  }
  #landing_chattel.apprentice .home-car {
    height: 1066px !important;
  }
  #landing_chattel.car .home-car .home-title {
      font-size: 26px!important;
  }
  #landing_chattel.korean .home-car .home-title {
      font-size: 36px!important;
  }
  #landing_chattel.car .head-right img {
      max-width: 262px !important;
  }
  #landing_chattel.car .navbar .phone {
    display: none!important;
  }
  #landing_chattel.korean .navbar .phone {
    display: inline-block!important;
  }
  #landing_chattel.car section.lender .lender-list .lender {
      width: 121px!important;
  }
  #landing_chattel.credit .main-bottom .small-container .home-title2 {
    font-size: 13px!important;
  }
  #landing_chattel.credit .main-bottom .small-container .underline {
    font-size: 13px!important;
  }
  #landing_chattel.credit .main-top .right h3.home-title {
    font-size: 22px!important;
  }
  #landing_chattel.credit .main-top .right .first_word,
  #landing_chattel.credit .main-top .right .first_word .underline,
  #landing_chattel.apprentice .main-top .right .first_word.small,
  #landing_chattel.apprentice .main-top .right .first_word.small .underline { 
    font-size: 18px!important;
  }
  #landing_chattel.apprentice .main-top .right .first_word.small {
    line-height: 30px!important;
  }
  #landing_chattel.apprentice .main-middle .logo_2 {
    display:none;
  }

}
@media only screen and (min-width: 390 px) and (max-width: 490px) {
  #landing_chattel.credit .home-car {
    height: 1263px !important;
  }
}
@media only screen and (min-width: 491px) {
  #landing_chattel.car .main-top .right .home-title.smaller {
    display: none;
  }
}

@media only screen and (max-width: 490px) {
  #landing_chattel.credit .home-car .right .home-title {
    font-size: 29px!important;
  }
  #landing_chattel.apprentice .home-car .right .home-title {
    font-size: 24px!important;
  }
  #landing_chattel.apprentice .home-car .main-top,
  #landing_chattel.credit .home-car .main-top {
    margin-top: 52px!important;
  }
  #landing_chattel.credit .main-middle {
    max-width: 300px;
    margin-left: auto!important;
    margin-right: auto!important;
  }
  #landing_chattel.car .main-top .right .home-title.bigger,
  #landing_chattel.car .main-top .right .small_word.car {
    display: none;
  }
  #landing_chattel.car .main-top .right .home-title.smaller {
    margin-top: 32px;
    margin-bottom: 30px;
  }
  #landing_chattel.car .home-car .main-middle {
    margin-top: 20px;
  }
  #landing_chattel.car .home-car .main-button {
    margin-top: 42px!important;
    margin-bottom: 20px;
  }
  #landing_chattel.credit .home-car .main-top {
    margin-top: 110px!important;
  }
  #landing_chattel.korean .navbar-brand.logo img {
    width: 154px!important;
  }
  #landing_chattel.korean .navbar-brand.logo {
    margin-right: 0px!important;
  }
}

.home-car .navbar ul li a:hover {
  color: #1cb9cb;
}

.home-car .navbar ul li:hover {
  color: #1cb9cb;
}

#landing_chattel.car .navbar-custom .navbar-nav li a {
    font-size: 14px;
}


.home-car .small_word {
  color: #333;
  font-size: 13px;
  margin-bottom: 0px!important;
  line-height: 17px!important;
}
.home-car .first_word {
  color: #333;
  font-size: 13px;
  margin-bottom: 0px!important;
  line-height: 17px;
}


#landing_chattel.car .home-title,
#landing_chattel.car .home-title .rate {
  color: #333!important;
}
.home-car .home-title {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}

.home-car .home-title2 {
  color: #333;
  font-size: 17px;
  font-weight: 500;
}
.main-middle {
  margin-top: 40px;
  margin-left: 15px;
}

.main-middle .logo_1,
.main-middle .logo_2,
.main-middle .logo_3,
.main-middle .logo_4 {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 20px;
}

#landing_chattel.car .home-contact .main-top .left {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
#landing_chattel.car .home-contact .main-top .left img {
    height: 57px!important;
    width: 8px;
}
#landing_chattel.car .home-contact .main-top .right {
    display: inline-block;
}
#landing_chattel.car .image-bar {
  line-height: 0.5;
    text-align: center;
    margin-bottom: 6px;
}
#landing_chattel.car .image-bar img {
  width: 44px;
}
#landing_chattel.car .image-text {
  color: #333;
    font-size: 11px;
    text-align: center;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 30px;
}
#landing_chattel.korean .image-text {
    color: #333;
    font-style: normal!important;
    margin-bottom: 10px!important;
}

#landing_chattel.car .v6 button i.fa {
  margin-right: 10px;
}


#landing_chattel.car .home-contact .color-main {
    color: #fff;
    font-size: 46px;
    font-weight: 700!important;
}

#landing_chattel.car .head-right .fa-paper-plane {
  margin-right: 12px;
}

.home-car .bg-overlay {
    background-color: rgb(48 49 54 / 12%)!important;
}

#landing_chattel.car .box_general {
  box-shadow: none!important;
  background-color: #fbffef!important;
  border: none!important;
}
#landing_chattel.korean .box_general {
  border: 2px solid #333!important;
}
#landing_chattel.korean .box_general .desc .title_2 {
    font-size: 11px;
    color: #838282;
    margin-bottom: 0px;
    line-height: 17px;
}
#landing_chattel.korean .box_general .desc {
    margin-top: 20px;
}
#landing_chattel.korean .checkbox_questions {
    margin-top: 10px!important;
}
#landing_chattel.korean .head-right .btn-quickquote button {
  background-color: #333;
  color: #fff!important;
}


#landing_chattel.car .box_general h5 {
  color: #333 !important;
  letter-spacing: 3px;
  font-size: 40px;
  margin-bottom: 6px;
  font-weight: 800;
}
#landing_chattel.car .box_general .checkbox_questions a {
  color: #333!important;
  font-weight: 700;
}
#landing_chattel.car .box_general .checkbox_questions label {
  color: #727272!important;
}

#landing_chattel.car .form-group {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

#landing_chattel.car .styled-select {
  height: 52px!important;
  border-radius: 0px!important;
  border-bottom: 1px solid #333;
  background: none!important;
  border-top: none!important;
  border-left: none!important;
  border-right: none!important;
}
#landing_chattel.car .styled-select select {
  height: 52px!important;
  padding: 5px!important;
}

#landing_chattel.car .styled-select select option:nth-child(1) {
  color: #cfcfcf;
  font-size: 13px;
}
#landing_chattel.car .styled-select select option:nth-child(2),
#landing_chattel.car .styled-select select option:nth-child(3),
#landing_chattel.car .styled-select select option:nth-child(4),
#landing_chattel.car .styled-select select option:nth-child(5),
#landing_chattel.car .styled-select select option:nth-child(6),
#landing_chattel.car .styled-select select option:nth-child(7),
#landing_chattel.car .styled-select select option:nth-child(8),
#landing_chattel.car .styled-select select option:nth-child(9),
#landing_chattel.car .styled-select select option:nth-child(10) {
  font-weight: 600;
  color: #333;
  font-size: 13px;
}

#landing_chattel.car .styled-select select option:hover {
  backgrond-color: #333;
}


#landing_chattel.car input.form-control {
  border-radius: 32px!important;
  height: 52px!important;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
#landing_chattel.korean input.form-control {
  border-radius: 5px!important;
  height: 52px!important;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: none!important;
}
#landing_chattel.korean .main-middle {
  margin-top: 20px;
}
#landing_chattel.korean .box_general {
    box-shadow: none!important;
    background-color: rgb(247 247 247)!important;
}
#landing_chattel.korean .box_general .form-title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px;
}



#landing_chattel.car .navbar {
  background-color: #b1efe8;
}

#landing_chattel.car .navbar .number {
  margin-left: 10px;
}

#landing_chattel.car .navbar-nav li a {
    color: #333!important;
    font-weight: 700;
    position: relative;
}

#landing_chattel.car .phone {
  display: inline-block!important;
    font-size: 17px;
    font-weight: 600;
    vertical-align: middle;
    margin-left: 20px;
}
#landing_chattel.car .phone p {
  margin-bottom: 0px !important;
}
#landing_chattel.car .phone p i {
  color: #333333;
}
#landing_chattel.car .phone a {
  color: #333333;
  margin-left: 10px;
}
#landing_chattel.car .home-car .color {
  color: #1cb9cb;
}
#landing_chattel.car .navbar-nav li a::after{
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  left: 0;
  top: 100%;
  background-color: #FBFFEF;
  transform-origin: right;
  transition: transform 0.25s ease-out;
}
#landing_chattel.car .navbar-nav li a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

#landing_chattel.car .quote_button a,
#landing_chattel.car .quote_button_2 a {
  background-color: #FBFFEF!important;
}

#Quote_Calculator .quote_button a {
  background-color: #a8d0cd!important;
}

#landing_chattel.car .quote_button_contact a {
  background-color: #b1efe8!important;
  margin-top: 10px!important;
  font-weight: 700!important;
  color: #333333!important;
}

#landing_chattel.car .quote_button .flat-button.border {
  font-weight: 700!important;
  border-radius: 38px!important;
  color: #333333!important;
}

#landing_chattel.car .quote_button_2 .flat-button.border {
  font-weight: 700!important;
  border-radius: 38px!important;
  color: #333333!important;
  margin-left: 9px;
  margin-top: 22px;
}

#calculator_enquiry .flat-button::before,
#landing_chattel.car .flat-button::before,
#calculator_enquiry_caravan .flat-button::before {
    background-color: #f7ae74!important;
}

#landing_chattel.car .head-right img {
  border-radius: 165px;
    border: 2px solid #fbffef;
}


/*Why Us Section*/
.multiple-row {
    margin-bottom: -1.25rem;
}

.block-top-heading {
    color: #55565b;
    text-transform: uppercase;
    margin: 0 0 0.625rem;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: .2143rem;
}
.block-heading h3 {
    font-weight: 300;
}

.v-align-row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#landing_chattel.car .col-wrap {
    margin-bottom: 2.5rem;
}

#landing_chattel.car .brokerage .block-main-heading {
    color: #333333;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 10px;
    letter-spacing: 3px;
}

.bg-gray-light {
    background: #f8f8f8;
}
.ico-box,
.step-box {
    padding: 1.563rem 0.9375rem 0.9375rem;
    text-align: center;
    position: relative;
    -webkit-transition: box-shadow linear .5s;
    -o-transition: box-shadow linear .5s;
    -webkit-transition: -webkit-box-shadow linear .5s;
    transition: -webkit-box-shadow linear .5s;
    transition: box-shadow linear .5s;
    transition: box-shadow linear .5s, -webkit-box-shadow linear .5s;
    overflow: hidden;
    letter-spacing: .02rem;
}
.ico-box.dark-hover:before {
    background: #55565b;
}
@media only screen and (min-width: 768px) {
  #landing_chattel.car .ico-box {
    height: 319px!important;
  }
}

#landing_chattel.car .ico-box .box-icon i {
    color: #333333;
    font-size: 50px;
}

/* IconBox
-----------------------------------------------------------*/


.ico-box, .ico-box .box-header .box-icon i,
.ico-box .box-header .box-icon,
.step-box,
.lender .lender-list .lender {
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.ico-box:hover,
.step-box:hover,
.lender .lender-list .lender:hover {
    -webkit-transform: translateY(-5px);
       -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
         -o-transform: translateY(-5px);
            transform: translateY(-5px);
}


.ico-box .box-content,
.step-box .box-content {
    overflow: hidden;
}


/* IconBox - End
-----------------------------------------------------------*/

.ico-box .icon {
    margin-bottom: 1.5625rem;
    color: #575757;
    font-size: 2.8125rem;
    line-height: 1;
}
.ico-box .icon, .ico-box .content-title {
    color: #333;
    font-weight: 600;
}
.ico-box > * {
    position: relative;
    z-index: 2;
}
[class^="custom-icon-"], [class*=" custom-icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.custom-icon-pen-tool:before {
    content: "\e90c";
}
.content-block {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}
.ico-box .des {
  color: 838080;
}

.ico-box .des {
  color: 838080;
}

#landing_chattel.car .content-block.brokerage {
  background-color: #ebf7f4;
  padding-top: 75px;
}
#landing_chattel.car .ico-box {
  text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: none;
  border: 1px solid #a7cfcc;
    border-radius: 47px;
}
#landing_chattel.car .ico-box:hover {
    background-color: #f7ae74;
    border: none;
}

#landing_chattel.car .content-block.brokerage .part_1 img {
  border-radius: 122px;
    width: 276px;
    border: 2px solid #a7cfcc;
}

#landing_chattel.car .ico-box .box-icon i {
    color: #333333;
}

#landing_chattel.car .blog-shortcode {
  background-color: #ebf7f4;
    border: 1px solid #e5e5e5;
}

#landing_chattel.car .blog-shortcode .sub-title {
  color: #333!important;
}

#landing_chattel.car .featured-post {
  background-color: #fbffef!important;
  min-height: 349px;
  color: #333!important;
  border-radius: 60px;
}

#landing_chattel.car .flat-row.blog-shortcode .featured-post .start > i {
  color: #f7ae74!important;
}


/* Loan Calculator CSS */
#landing_chattel.car .calculator .calculator-left .input {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  padding-top: 1.5rem;
  margin-top: 30px;
}

#landing_chattel.car .calculator .calculator-left .input-label {
  color: #8f8f8f;
  position: absolute;
  top: 1.5rem;
  transition: .25s ease;
}

#landing_chattel.car .calculator .calculator-left .input-field,
# {
  border: 0;
  z-index: 1;
  background-color: transparent;
  border-bottom: 2px solid #dbdada; 
  font: inherit;
  font-size: 1.125rem;
  padding: .25rem 0;
}

#landing_chattel.car .calculator .calculator-left .input-field:focus,
#landing_chattel.car .calculator .calculator-left .input-field:valid {
  outline: 0;
  border-bottom-color: #333;
}

#landing_chattel.car .calculator .calculator-left .input-field:focus + .input-label,
#landing_chattel.car .calculator .calculator-left .input-field:valid + .input-label {
  color: #333;
  transform: translateY(-1.5rem);
}


#landing_chattel.car .calculator input {
  appearance: none;
  border-radius: 0;
}


#landing_chattel.car .calculator {
  background-color: #ebf7f4;
}

#landing_chattel.car .calculator .input-main .col-lg-7 {
    background-color: #fff;
}
#landing_chattel.car .calculator .input-main .col-lg-5 {
    background-color: #3a4154;
}

#landing_chattel.car .calculator .input-main .calculator-left {
  margin: 57px 60px 80px;
}
#landing_chattel.car .calculator .input-main .calculator-right {
    margin: 62px 34px;
}

#landing_chattel.car .calculator .title-section {
  margin-bottom: 0px !important;
}

#landing_chattel.car .calculator .calculator-right {
  color: #fff;
}
#landing_chattel.car .calculator .calculator-right .outcome.first {
  color: #f7ae74;
}

#landing_chattel.car .calculator .calculator-right .outcome.bottom {
  margin-top: 28px;
}
#landing_chattel.car .calculator .calculator-right .outcome .title {
  font-size: 13px;
  margin-bottom: 0px!important;
}
#landing_chattel.car .calculator .calculator-right .outcome .result {
  font-size: 35px;
  margin-top: 7px;
}
#calculator_enquiry .flat-button.border,
#calculator_enquiry_caravan .flat-button.border,
#landing_chattel.car .calculator .flat-button.border {
  margin-top: 30px;
    width: 187px;
    text-align: center;
    margin-bottom: 0px!important;
    margin-left: 0px!important;
}
#landing_chattel.car .calculator .button-small {
  font-size: 10px;
    margin-left: 6px;
    margin-bottom: 30px;
    margin-top: 5px;
}
#landing_chattel.car .calculator .disclaimer {
  font-size: 10px;
    line-height: 14px;
    color: #a9a9a9;
}
#landing_chattel.car .brokerage .block-sub-heading {
  font-weight: 500;
}
#calculator_enquiry .flat-button.border,
#calculator_enquiry_caravan .flat-button.border,
#landing_chattel.car .quote_button .flat-button.border {
    font-weight: 700!important;
    border-radius: 38px!important;
    color: #333333!important;
}

#landing_chattel.car .quote-form .title-up {
  font-size: 12px;
  color: #333;
  font-weight: 500;
  margin-bottom: 5px;
    margin-left: 96px;
}

#landing_chattel.car .home-car .main_part img {
  margin-top: 70px;
}
#landing_chattel.car .home-car {
  background-color: #b1efe8!important;
}

#kakao-talk-channel-chat-button img {
  width: 82px;
  margin-left: 23px;
}
#kakao-talk-channel-chat-button {
  display: inline-block;
}

#landing_chattel.car .quote-form {
  background-color: #fbffef;
}

#landing_chattel.car .checkbox_questions {
  margin-top: 30px!important;
}

#landing_chattel.car .quote-form .quote_button {
  text-align: center;
  margin-top: 30px;
}
#landing_chattel.car .quote_button button {
  margin-left: auto;
  margin-right: auto;
  background-color: #b1efe8;
}
#landing_chattel.car .quote_button button i {
  margin-right: 14px;
}
#landing_chattel.car .home-car .main-top {
  margin-top: 52px;
}
#landing_chattel.caravan .home-car .main-top {
  margin-top: 0px!important;
}










/* Loan Calculator CSS */
#landing_chattel.car .calculator .calculator-left .input {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  padding-top: 1.5rem;
  margin-top: 30px;
}

#landing_chattel.car .calculator .calculator-left .input-label {
  color: #8f8f8f;
  position: absolute;
  top: 1.5rem;
  transition: .25s ease;
}

#landing_chattel.car .calculator .calculator-left .input-field {
  border: 0;
  z-index: 1;
  background-color: transparent;
  border-bottom: 2px solid #dbdada; 
  font: inherit;
  font-size: 1.125rem;
  padding: .25rem 0;
}

#landing_chattel.car .calculator .calculator-left .input-field:focus,
#landing_chattel.car .calculator .calculator-left .input-field:valid {
  outline: 0;
  border-bottom-color: #333;

}

#landing_chattel.car .calculator .calculator-left .input-field:focus + .input-label,
#landing_chattel.car .calculator .calculator-left .input-field:valid + .input-label {
  color: #333;
  transform: translateY(-1.5rem);
}

#landing_chattel.car .calculator .input-main {
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #FFF;
  border-radius: 30px;
  box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
  max-width: 800px;
}

#landing_chattel.car .calculator input {
  appearance: none;
  border-radius: 0;
}













/* Loan Quote Form CSS */
#landing_chattel.car .quote-form .box_general .input,
#calculator_enquiry .modal-content .quote-content .input,
#calculator_enquiry_caravan .modal-content .quote-content .input {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  padding-top: 1.5rem;
  margin-top: 17px;
}

#landing_chattel.car .quote-form .box_general .input-label,
#calculator_enquiry .modal-content .quote-content .input-label,
#calculator_enquiry_caravan .modal-content .quote-content .input-label  {
  color: #8f8f8f;
  position: absolute;
  top: 1.5rem;
  transition: .25s ease;
  font-size: 14px;
}

#landing_chattel.car .quote-form .box_general .input-field,
#calculator_enquiry .modal-content .quote-content .input-field,
#calculator_enquiry_caravan .modal-content .quote-content .input-field {
  border: 0;
  z-index: 1;
  background-color: transparent;
  border-bottom: 1px solid #333; 
  font: inherit;
  font-size: 17px;
  padding: .25rem 0;
}

#landing_chattel.car .quote-form .box_general .input-field:focus,
#landing_chattel.car .quote-form .box_general .input-field:valid,
#calculator_enquiry .modal-content .quote-content .input-field:focus,
#calculator_enquiry .modal-content .quote-content .input-field:valid,
#calculator_enquiry_caravan .modal-content .quote-content .input-field:focus,
#calculator_enquiry_caravan .modal-content .quote-content .input-field:valid {
  outline: 0;
  border-bottom-color: #333;

}

#landing_chattel.car .quote-form .box_general .input-field:focus + .input-label,
#landing_chattel.car .quote-form .box_general .input-field:valid + .input-label,
#calculator_enquiry .modal-content .quote-content .input-field:focus + .input-label,
#calculator_enquiry .modal-content .quote-content .input-field:valid + .input-label,
#calculator_enquiry_caravan .modal-content .quote-content .input-field:focus + .input-label,
#calculator_enquiry_caravan .modal-content .quote-content .input-field:valid + .input-label {
  color: #333;
  transform: translateY(-1.5rem);
}




#landing_chattel.car .quote-form .box_general {
  max-width: 450px!important;
}

#landing_chattel.car .quote-form .form-group {
  margin-bottom: 0px!important;
}

#landing_chattel.car .quote-form .leave-left {
  position: relative;
}
#landing_chattel.car .quote-form .leave-left img {
  position: absolute;
  left: 0;
  bottom: -95px;
  width: 432px;
}
#landing_chattel.car .quote-form .leave-right img {
  position: absolute;
  right: 0;
  top: 0;
  width: 364px;
}

#no-doc .box-img img {
  border: 2px solid #fbffef!important;
  border-radius: 165px;
}
#no-doc {
  background-color: #b1efe8;
}
#landing_chattel.kr-mortgage section.main-part {
  background-color: #e3f8f5!important;
}
#no-doc .features-desc {
  color: #333;
}

#landing_chattel.car .navbar .quote_button a {
  margin-left: 40px;
}

#landing_chattel.car .main-middle p {
  font-size: 11px;
  font-weight: 500;
}
#landing_chattel.korean .main-middle p {
  font-size: 14px;
  font-weight: 500;
}
#landing_chattel.car .main-middle img {
  bottom-margin: 5px;
}
#landing_chattel.car .home-center .disclaimer_top {
  font-size: 10px;
  margin-left: 14px;
  color: #333;
}

#landing_chattel.car .styled-select select {
  font-weight: 400!important;
  font-size: 14px!important;
  color: #8f8f8f!important;
}

#landing_chattel.car .styled-select select.selected {
  font-weight: 500!important;
  font-size: 17px!important;
  color: #333!important;
  padding-left: 0px!important;
}

#landing_chattel.car .calculator .sub-title {
  color: #333;
    font-weight: 500;
}

#landing_chattel.car .s2-top1 {
  padding-bottom: 50px;
  border-bottom: 1px solid #cbd9d8;
}
#landing_chattel.car .s2-top2 {
  padding-top: 100px!important;
  border-bottom:none;
  padding-bottom:0px;
}

#landing_chattel.car .s2-top3 {
  padding-top: 100px!important;
}
#landing_chattel.car .faqs {
  background-color: #e3f8f5!important;
}
#landing_chattel.car .card-header,
#landing_chattel.car .card-body,
#landing_chattel.kr-mortgage .card-header,
#landing_chattel.kr-mortgage .card-body {
    background: #e3f8f5!important;
}
#no-doc .color {
  color: #fbffef;
}
#landing_chattel.car .post-link-holder a {
    color: #333;
}
#landing_chattel.car .post-link-holder a:hover {
    color: #f7ae74;
}
#landing_chattel.car .modal .modal-header {
  background-color: #a8d0cd!important;
}
#landing_chattel.car .modal .modal-body {
  background-color: #fbffef!important;
}
#landing_chattel.car .calculator-left p.small-word {
  font-size: 10px;
    line-height: 10px;
    margin-top: 20px;
}
#landing_chattel.car .s2-top2.car-loan {
  padding-top: 0px!important;
  padding-bottom: 0px!important;
  border-bottom: none!important;
}
#landing_chattel.car .main-middle .small-title {
  margin-bottom: 0px!important;
}
#landing_chattel.car .main-middle .below-title {
  line-height: 10px!important;
}
#landing_chattel.car .home-car .disclaimer_top,
#landing_chattel.car .home-car .disclaimer_bottom {
  padding-top: 50px;
    line-height: 10px;
}
#landing_chattel.car .home-car .disclaimer_bottom {
  font-size: 10px;
}

#landing_chattel.car .home-car .head-right {
  animation:  slideLeft 1.4s ease;
}
#landing_chattel.car .home-car .main-middle {
  animation:  slideRight 1.4s ease;
}
#landing_chattel.car .step .step-list.reveal.active{
  animation:  slideLeft 1.4s ease;
}
#landing_chattel.car .no-doc .car-loan.reveal.active{
  animation:  slideRight 1.4s ease;
}
#landing_chattel.korean .main-text p {
    font-style: normal!important;
}
#landing_chattel.korean .blog-shortcode {
    background-color: #e3f8f5!important;
    border: none!important;
}
#landing_chattel.korean .no-doc {
    border-bottom: 1px solid #cbd9d8!important;
}


/* Loan Calcualtor Eqnuiry Form */
#calculator_enquiry .modal-content,
#calculator_enquiry_caravan .modal-content {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 2.3rem!important;
}
#calculator_enquiry .modal-body,
#calculator_enquiry_caravan .modal-body  {
  background-color: #fbffef;
  padding: 1rem 2rem!important;
  border-radius: 34px;
}

#calculator_enquiry .flat-button.border,
#calculator_enquiry_caravan .flat-button.border {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .3px;
    border-radius: 23px;
    color: #fff;
    padding: 17px 30px 15px;
    border-style: none;
}

#calculator_enquiry .flat-button,
#calculator_enquiry_caravan .flat-button {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
#calculator_enquiry .main-content .modal-top,
#calculator_enquiry_caravan .main-content .modal-top {
  font-weight: 900;
    font-size: 15px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 23px;
}
#calculator_enquiry .quote_button,
#calculator_enquiry_caravan .quote_button {
  text-align: center;
    font-weight: 700!important;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px!important;
    color: #333333!important;
}
#calculator_enquiry .quote_button button,
#calculator_enquiry_caravan .quote_button button {
    background-color: #a8d0cd!important;
}
#calculator_enquiry .quote_button i,
#calculator_enquiry_caravan .quote_button i {
  margin-right: 10px;
}
#calculator_enquiry .checkbox_questions,
#calculator_enquiry_caravan .checkbox_questions {
  font-family: "Poppins", sans-serif;
    font-size: 13px;
    color: #727272!important;
    margin-top: 20px;
}
#calculator_enquiry .checkbox_questions a,
#calculator_enquiry_caravan .checkbox_questions a {
  color: #333!important;
    font-weight: 700;
}


/* Personal Loan Page */
#landing_chattel.PL .home-car,
#landing_chattel.PL .navbar {
  background-color: #fff3b2!important;
}

#landing_chattel.PL .home-title {
  line-height: 1.3!important;
  font-size: 64px!important;
}
#landing_chattel.PL .home-title span {
  padding: 0px!important;
  font-weight: 700!important;
}


/* Caravan Loan Page */
#landing_chattel.caravan .home-car,
#landing_chattel.caravan .navbar {
  background-color: #82c9e9!important;
}

#landing_chattel.car .home-title {
  font-size: 41px;
}
#landing_chattel.caravan .main-middle {
  margin-left: 20px!important;
}
#landing_chattel.caravan section.caravan {
  background-color: #82c9e9!important;
}

#landing_chattel.car .home-car .main-button {
  margin-top: 22px;
  display: inline-flex;
  flex-wrap: wrap;
}
#landing_chattel.car .quote_button_2 .flat-button.border {
  margin-top: 0px!important;
}
#landing_chattel.car .quote_button_2 .flat-button.border i {
  vertical-align: middle;
}
#landing_chattel.car .main-button .main-right {
  display: flex;
  margin-left: 17px;
}
#landing_chattel.car .main-button .main-right p {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 15px!important;
  color: #333!important;
}
#landing_chattel.car .main-button .main-right p a {
  font-weight: 600!important;
  border-bottom: 2px solid #333;
  color: #333!important;
  justify-content: space-between;
}
#landing_chattel.car .main-button .main-right p a:hover {
  color: #fbffef!important;
}
#landing_chattel.car .main-features {
  margin-top: 44px;
  display: inline-flex;
  margin-left: 13px;
  flex-wrap: wrap;
}

#landing_chattel.car .main-features .feature_1,
#landing_chattel.car .main-features .feature_2{
  margin-right: 30px;
    display: flex;
}
#landing_chattel.car .main-features .feature_3 {
    display: flex;
}
#landing_chattel.car .main-text {
  display: flex;
  flex-shrink: 0;
}
#landing_chattel.car .main-text p {
  font-size: 9px;
  line-height: 13px;
  font-weight: 500;
  margin-left: 10px;
  margin-top: auto;
  margin-bottom: auto;
  font-style: italic;
  display: block;
}

#landing_chattel.caravan .main-features .main-icon {
  color: #87ff9b!important;
  font-size: 25px;
}
#landing_chattel.car .main-features .main-icon {
  color: #18cd36;
  font-size: 25px;
}
#landing_chattel.car .step .box-header {
  font-size: 21px;
  font-weight: 600;
}
#landing_chattel.car .step .box-header .box-icon {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    vertical-align: middle;
    color: #333;
    margin-right: auto;
    margin-left: auto;
    background-color: #e3ddef;
    margin-bottom: 15px;
    display: flex;
}
#landing_chattel.car .step .step-box .small-text {
  font-size: 12px;
    font-weight: 400;
}
#landing_chattel.car .step .box-header .box-icon .text {
  margin: auto;
}
#landing_chattel.car .step .title-section {
  margin-bottom: 10px!important;
}
#landing_chattel.car .step .container.box {
  border: 1px solid #fff;
}
#landing_chattel.car .step,
#landing_chattel.car .content-block.brokerage {
  background-color: #fbffef!important;
}
#landing_chattel.car section.lender {
    background-color: #e3ddef!important;
}


#landing_chattel.car .step .step-box:hover {
    background-color: ebf7f4!important;
    border: none;
}
#landing_chattel.car .step .part_1 img {
  max-width: 300px;
}
#landing_chattel.car .step .title-section {
  margin-left: auto;
  margin-right: auto;
}
#landing_chattel.car .step .title-section .title,
#landing_chattel.car .lender .title-section .title,
#landing_chattel.car .blog-shortcode .title-section .title,
#landing_chattel.car .calculator .title-section .title {
  font-size: 30px;
  letter-spacing: 1px!important;
}
#landing_chattel.car .lender .title-section p {
  font-size: 13px!important;
}
#landing_chattel.car .step .quote_button_3 {
  display: flex;
}
#landing_chattel.car .step .quote_button_3 a {
  text-align: center;
  background-color: #b1efe8;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px!important;
  font-weight: 700!important;
  border-radius: 38px!important;
  color: #333333!important;
  text-align: center;
}
#landing_chattel.caravan .step .quote_button_3 a {
  background-color: #82c9e9!important;
}

#landing_chattel.car .step-box {
  border: none!important;
  border-radius: none!important;
}

#landing_chattel.car  .step-box .content-title {
  font-size: 1.1rem !important;
  font-weight: 600;
}
#landing_chattel.car .step .col-lg-4 {
  margin-right: auto;
  margin-left: auto;
}
#landing_chattel.car .step .line {
  margin-top: auto;
  margin-bottom: auto;
}

#landing_chattel.car .step-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  height: 195px!important;
  border: none!important;
}
#landing_chattel.car .quote-form {
  padding: 50px 0px!important;
  background-color: #2b3648;
}
#landing_chattel.car .quote-form .title-section {
  margin-bottom: 0px!important;
}
#landing_chattel.caravan .quote-form .title-section h1 {
  color: #82c9e9!important;
}
#landing_chattel.car .quote-form .title-section h1 {
  margin-bottom: 0px;
  font-size: 21px!important;
  color: #b1efe8;
  text-transform: none;
}





#landing_chattel.car .quote-form .checkbox_questions label {
  font-size: 14px;
}
#landing_chattel.car .quote-form .quote_button .flat-button.border {
    width: 100%!important;
}
#landing_chattel.car .quote-form .image-text {
  margin-bottom: 10px;
  color: #fff!important;
}
#landing_chattel.car .quote-form .service-bar {
    margin-bottom: 30px;
    text-align: center;
    line-height: 0px;
}
#landing_chattel.car .quote-form .quote-content .row {
  max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
#landing_chattel.car .quote-form .quote-content .row .input input {
  height: 49px!important;
  background-color: #2b3648!important;
  color: #fff!important;
  font-weight: 400!important;
  border-radius: 3px!important;
  max-width: 100%!important;
  margin-top: 12px;
}
#landing_chattel.kr-mortgage .quote-form .quote-content .row .input textarea,
#landing_chattel.korean .quote-form .quote-content .row .input textarea {
  height: 171px!important;
  background-color: #2b3648!important;
  color: #fff!important;
  font-weight: 400!important;
  border-radius: 3px!important;
  max-width: 100%!important;
  margin-top: 12px;
  padding: 6px 10px 6px 15px;
  font-size: 13px;

}



#landing_chattel.car .quote-form .quote-content .row .checkbox_questions {
  color: #fff;
}
#landing_chattel.car .quote-form .quote-content .row .checkbox_questions a {
  color: #b1efe8;
}
#landing_chattel.caravan .quote-form .quote-content .row .checkbox_questions a {
  color: #82c9e9!important;
}
#landing_chattel.car .quote-form .quote_button {
  text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px!important;
}
#landing_chattel.car .quote-form .quote_button button {
    background-color: #fbffef;
    text-align: center;
}
#landing_chattel.car .lender .quote_button_3 {
  text-align: center;
}
#landing_chattel.car .lender .quote_button_3 .flat-button.border {
  background-color: #b1efe8;
  color: #333;
  font-weight: 700!important;
  border-radius: 38px!important;
  padding: 17px 30px 15px!important;
}
#landing_chattel.caravan .lender .quote_button_3 .flat-button.border {
  background-color: #82c9e9!important;
}


#landing_chattel.caravan .contact_message a {
    color: #333;
    font-weight: 700;
}
#landing_chattel.caravan .contact_message {
    color: #333;
}
#landing_chattel.caravan section.lender {
    border-bottom: 1px solid #e1e1e1;
}

#landing_chattel.car .no-doc .disclaimer_bottom,
#landing_chattel.centrelink .contact .disclaimer_bottom {
    font-size: 10px;
    line-height: 1.5;
    bottom: 0;
    margin-top: 30px;
    position: absolute;
    padding-left: 5%;
    padding-right: 5%;
}
#landing_chattel.car .step .small-text {
  text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 500;
}

#landing_chattel.caravan .quote-form form .input input:focus{
  border: 1px solid #82c9e9!important;
}

#landing_chattel.car .quote-form form .input input:focus,
#landing_chattel.car .quote-form form .input textarea:focus{
  border: 1px solid #b1efe8;
  outline: none!important;
  box-shadow: none!important;
}


#landing_chattel.car .no-doc .features-desc {
  font-size: 13px;
    margin-bottom: 30px;
}
#landing_chattel.car .no-doc .quote_button {
    margin-bottom: 50px;
}
#landing_chattel.caravan .quote_button_contact a {
  background-color: #82c9e9!important;
}
#landing_chattel.car .no-doc .box-img img {
  max-width: 400px!important;
}
.modal {
  padding-left: 17px;
}


/* Lender List */

#landing_chattel.car section.lender,
#landing_chattel.car section.lender .lender-list {
  background-color: #e3ddef;
}
#landing_chattel.car section.lender {
  padding-top: 5.75rem!important;
  padding-bottom: 5.75rem!important;
}
#landing_chattel.car section.lender .lender-list .lender {
    vertical-align: bottom;
    width: 136px;
    margin-top: 10px;
    text-align: center;
    margin-right: 10px;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
/*    border: 1px solid #e9e3e3;*/
    border-radius: 20px;
    height: 125px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
}
#landing_chattel.car section.lender .lender-list .lender .quote_button_2.lender {
  text-align: center!important;
}
#landing_chattel.car section.lender .lender-list div .logo-image {
    display: flex;
    justify-content: center;
    align-items: center;
  height: 71px;
}
#landing_chattel.car section.lender .lender-list div .logo-image img {
  max-width: 110px;
  max-height: 58px;
}
#landing_chattel.car section.lender .lender-list {
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 915px;
    margin-bottom: 50px;
}
#landing_chattel.car section.lender .lender-list .lender .rate {
  font-size: 10px;
    font-weight: 600;
    margin-bottom: 0px;
}
#landing_chattel.car section.lender .lender-list .lender .rate_2 {
  font-size: 10px;
    margin-bottom: 0px;
    font-weight: 600;
    line-height: 10px;
}
#landing_chattel.car section.lender .title-section {
  margin-bottom: 50px!important;
}


#landing_chattel.car .contact .title-section .title {
    font-size: 17px;
    margin-bottom: 0px!important;
}
#landing_chattel.car .contact .title-section {
    margin-bottom: 35px!important;
}
#landing_chattel.car .contact .details .col-md-3,
#landing_chattel.car .contact .details .col-md-4 {
    padding: 0px 40px;
}
#landing_chattel.car .contact .details .col-md-3.line,
#landing_chattel.car .contact .details .col-md-4.line {
    border-right: 1px solid #e5e5e5;
}
#landing_chattel.car .contact .details .col-md-3 .title h4 a,
#landing_chattel.car .contact .details .col-md-4 .title h4 a {
    font-size: 18px!important;
    font-weight: 600;
    color: #9f6cb7!important;
}
#landing_chattel.car .contact .details .col-md-3 .description p,
#landing_chattel.car .contact .details .col-md-4 .description p {
    font-size: 13px!important;
    color: #333;
}
#landing_chattel.car .contact .contact-list .icon {
    margin-bottom: 20px;
}
#landing_chattel.korean .no-doc .features-desc { 
    font-size: 16px!important;
}
#landing_chattel.kr-mortgage .main-features .feature_1, #landing_chattel.kr-mortgage .main-features .feature_2 {
    margin-right: 20px!important;
}
#landing_chattel.kr-mortgage .main-part .features-content .link-list .list-title {
    font-size: 13px;
    FONT-WEIGHT: 700;
    margin-bottom: 10px;
    color: #333;
    text-decoration: underline
}
#landing_chattel.kr-mortgage .main-part .features-content .link-list .list {
    font-size: 12px;
}
#landing_chattel.kr-mortgage .main-part .features-content .link-list .list p {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 400!important;
}
#landing_chattel.kr-mortgage .features-content .card .card-header {
    text-align: left;
}





/* Bad Credit Income Only */
#landing_chattel.credit .home-car {
    background-color: #f3d972!important;
}
#landing_chattel.credit .navbar {
    background-color: #f3d972!important;
}
#landing_chattel.credit .main-top .right .first_word {
    font-size: 24px;
    line-height: 37px!important;
    color: #333!important;
}
#landing_chattel.credit .main-top .right .home-title {
    margin-top: 22px;
    font-size: 40px;
}
#landing_chattel.credit .main-top .right .first_word .underline {
    text-decoration: underline;
    color: #333;
    padding: 0px!important;
    font-size: 24px;
}
#landing_chattel.credit .main-bottom .underline {
    color: #333;
    padding: 0px!important;
    font-size: 17px;
    font-weight: 700;
}
#landing_chattel.credit .home-car .main-button .flat-button,
#landing_chattel.credit .home-car .main-bottom,
#landing_chattel.credit .main-features {
    margin-left: 0px!important;
}
#landing_chattel.credit .home-car .main-middle {
    margin-left: 0px;
}
#landing_chattel.credit .step-box .box-header .box-icon {
    background-color: #f3d972!important;
}
#landing_chattel.credit .quote-form .title-section h1,
#landing_chattel.credit .quote-form .quote-content .row .checkbox_questions a {
    color: #f3d972!important;
}
#landing_chattel.credit .quote-form form .input input:focus{
  border: 1px solid #f3d972!important;
}
#landing_chattel.credit .no-doc {
    background-color: #f3d972!important;
}
#landing_chattel.credit .no-doc .features-content h3 {
    margin-bottom: 30px!important;
}
#landing_chattel.credit .no-doc .features-content p {
    margin-bottom: 10px!important;
}
#landing_chattel.credit .no-doc .quote_button {
    margin-bottom: 30px!important;
    margin-top: 30px;
}
#landing_chattel.credit .no-doc .features-content .features-desc .fa {
    margin-right: 20px;
    font-size: 16px;
    color: #333;
}
#landing_chattel.credit .main-top .right h3.small {
  font-weight: 700!important;
  margin-bottom: 30px;
}
#landing_chattel.credit .home-car .main-middle {
    margin-top: 30px!important;
    margin-bottom: 20px;
}
#landing_chattel.credit .home-car .main-middle p {
    text-align: center;
}
#landing_chattel.credit section.lender,
#landing_chattel.credit section.lender .lender-list {
    background-color: #fafeee!important;
}
#landing_chattel.credit .main-middle .logo_3,
#landing_chattel.credit .main-middle .logo_4 {
  text-align: center;
}
#landing_chattel.credit .contact .details .col-md-4 .title h4 a {
    color: #333!important;
}
#landing_chattel.credit .main-bottom i {
  margin-right: 10px;
  color: #fbffef;
}


/*Footer */
#footer_landing .footer-col-3 .social-footer {
  width: 100%;
  display: block;
  margin-top: 2px;
  float: right;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
#footer_landing .footer-col-3 .social-footer a {
  margin-left: 0;
  margin-right: 2px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-bottom: 5px;
  margin-top: 5px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  display: block;
  text-align: center;
  font-size: 12px;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
#footer_landing .footer-col-3 ul.social .facebook:hover a {
  background: #3b5998;
}
#footer_landing .footer-col-3 ul.social .instagram:hover a {
  background: #f26741;
}
#footer_landing .footer-col-3 ul.social li {
    display: inline-block;
}
#footer_landing .container {
  max-width: 1400px;
}



/* Template Name: Readxon
   Author: Themesdesign
   Version: 1.0.0
   Created: Jan 2019
   File Description: Main Css file of the template
*/
/****************************************\

01.general
02.helper
03.components
04.menu
05.home
06.services
07.features
08.video
09.client
10.pricing
11.cta
12.faq
13.blog
14.contact
15.footer
16.responsive

*****************************************/
/*@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');*/
html { scroll-behavior: smooth; }

body {
    font-family: "Rubik", sans-serif;
    color: #252525 !important;
    font-size: 15px;
}


button, .header .logo a::after, .logo-footer .logo a::after,  .wrap-video .flat-control a:hover, .wrap-portfolio-item .item .portfolio-thumbnail a, .social-links a:hover, .social-links.style2 a:hover, .social-links.style2 a.facebook:hover, .social-links.style2 a.google:hover, .social-links.style2 a.rss:hover, .social-links.style3 a:hover, .social-links.style3 a.twitter:hover, .social-links.style3 a.google:hover, .social-links.style3 a.rss:hover,
.go-top, .flat-customers::after, .flat-customers::before, .iconbox .box-content .box-title::before, .portfolio-wrap .item .line, .imgbox.style2.inner .box-content .content-right a:hover,
.flat-accordion .flat-toggle .toggle-title.active::after, .widget.widget_download a:hover, .flat-accordion .toggle-content ul.list li::before, .iconbox.style2 .box-header .box-icon, ul.portfolio-filter > li a:hover:before, ul.portfolio-filter > li.active a:before, .flat-top .box-text li a, .wrap-gallery .gallery-item a, .quick-form .form-contact .flat-button, .blog-pagination .flat-pagination li a:hover, .blog-pagination .flat-pagination li.active a, .wrapper .logo a::after, .flat-btn-filter button.btn-filter:hover:before, .flat-btn-filter button.btn-filter.btn-active:before {
  background-color: #1cb9cb;
}




.btn,
.btn:focus,
button,
button:focus {
  outline: none !important;
}

a {
  text-decoration: none !important;
  outline: none;
}

p {
  line-height: 24px;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}


.bg-overlay {
  background-color: rgba(36, 42, 53, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.f-20 {
  font-size: 20px;
}

.line-height_1_4 {
  line-height: 1.4;
}

.line-height_1_6 {
  line-height: 1.6;
}


#landing_chattel .title-heading h3 {
  font-size: 30px;
  line-height: 40px;
  color: #333;
  margin-bottom: 10px;
  letter-spacing: 3px;
  font-weight: 600;
}

#landing_chattel .title-heading {
  margin-bottom: 84px;
}

#landing_chattel .title-heading p {
  max-width: 700px;
  margin: 0 auto;
}


.bg-light {
  background-color: #fafafa !important;
}

.text-custom {
  color: #1cb9cb;
}

.text-muted {
  color: #868e96 !important;
}

.navbar-custom {
  padding: 20px 0px;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
}

.navbar-custom .navbar-nav li a {
  line-height: 26px;
  color: #ffffff;
  font-size: 15px;
  text-transform: capitalize;
  transition: all 0.5s;
  background-color: transparent !important;
  padding: 6px 0;
  margin: 0 10px;
}

.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #252525;
}

.navbar-custom .navbar-nav li.active a,
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:active {
  color: #1cb9cb !important;
}

#landing_chattel.dealer .navbar-custom .navbar-nav li.active a,
#landing_chattel.dealer .navbar-custom .navbar-nav li a:hover,
#landing_chattel.dealer .navbar-nav li a:active {
  color: #FF9A00 !important;
}


.logo .logo-light {
  display: inline-block;
}

.logo .logo-dark {
  display: none;
}

.nav-sticky .logo .logo-dark {
  display: inline-block;
}

.nav-sticky .logo .logo-light {
  display: none;
}

/*---NAVBAR STICKY--*/
.nav-sticky.navbar-custom {
  margin-top: 0px;
  padding: 20px 0px;
  background-color: #ffffff;
  box-shadow: 0 10px 33px rgba(140, 140, 140, 0.1);
}

.nav-sticky.navbar-custom.sticky-dark {
  background-color: #ffffff;
}

.nav-sticky .logo {
  color: #252525 !important;
}

.nav-sticky .navbar-nav li a {
  color: #868e96 !important;
}

.nav-sticky.navbar-custom .navbar-nav li.active a,
.nav-sticky.navbar-custom .navbar-nav li a:hover,
.nav-sticky.navbar-custom .navbar-nav li a:active {
  color: #1cb9cb !important;
}


.nav-sticky .navbar-nav {
  margin-top: 0px;
}

.home-center {
  display: table;
  width: 100%;
  height: 100%;
}

.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.home-title {
  font-size: 48px;
  color: #ffffff;
  max-width: 950px;
  margin: 0 auto;
}
.home-title-health {
  font-size: 48px;
  color: #333;
}

.play-icon-circle {
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 26px;
  position: relative;
  top: 6px;
}

.home-contact span {
  font-weight: 500;
  color: #ffffff;
}



.home-half {
  background-image: url("/static/website/images/Landing/Main_Image.289ca2ded006.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 100px 0px 100px 0px !important;
}

.home-health {
  background-image: url("/static/website/images/Landing/Main_Health.da4fd72fa8ab.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 180px 0px 0px 0px !important;
}

.home-dealer {
  background-image: url("/static/website/images/Landing/Dealer/image_main.9b5daa149542.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 680px;
  padding: 180px 0px 100px 0px !important;
}

.home-korean {
  background-image: url("/static/website/images/Landing/Korean/Background2.9775e8817396.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 832px;
  padding: 134px 0px 100px 0px !important;
}


.home-car {
  background-color: #B8E6E1;
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 832px;
  padding: 134px 0px 100px 0px;
}




#landing_chattel .home-registration-form {
  border-radius: 13px;
  width: 100%;
}

#landing_chattel .home-registration-form .registration-input-box {
  border: none;
  border-radius: 5px;
  color: #868e96;
  height: 45px;
  border: 1px solid #e6e7e9;
  box-shadow: none !important;
}


#landing_chattel .features-subtitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 0;
}

#features .features-desc {
  margin-bottom: 32px;
}

.bg-cta {
  background-image: url("/static/website/images/Landing/Main_Image.289ca2ded006.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 60px 0px 60px 0px;
}

.bg-cta-health {
  background-image: url("/static/website/images/Landing/Main_Image.289ca2ded006.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 60px 0px 60px 0px;
}

.cta-box h3 {
  color: #ffffff;
}

.cta-box P {
  color: #ffffff;
  max-width: 600px;
  margin: 0 auto;
}

.bg-footer {
  padding: 80px 0px 40px 0px;
  background: #252525;
}

.footer-title {
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 17px;
}

.footer-link a {
  color: #868e96;
  line-height: 36px;
  transition: all 0.5s;
}

.footer-link a:hover {
  color: #06d19c;
}

.footer-social a {
  text-align: center;
  color: #868e96;
  display: block;
  width: 42px;
  height: 42px;
  border: 1px solid #868e96;
  line-height: 40px;
  font-size: 18px;
  transition: all 0.5s;
  margin-right: 10px;
}

.footer-social a:hover {
  color: #ffffff;
  background: #06d19c;
  border: 1px solid #06d19c;
}

.footer-spacing {
  padding-left: 30px;
}

.footer-alt {
  color: #868e96;
}

@media (min-width: 200px) and (max-width: 768px) {
  .navbar-custom {
    margin-top: 0px;
    padding: 15px 0px !important;
    box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    color: #ffffff !important;
    background: #ffffff;
  }
  .navbar-custom .navbar-nav {
    margin-top: 0px;
  }
  .navbar-custom .navbar-nav li.active {
    border-color: transparent;
  }
  .navbar-custom .navbar-nav li a {
    transition: all 0.4s;
    color: #868e96 !important;
    margin: 0px;
  }
  .navbar-custom > .container {
    width: 90%;
  }
  .navbar-custom .navbar-nav li.active a,
  .navbar-custom .navbar-nav li a:hover,
  .navbar-custom .navbar-nav li a:active {
    color: #1cb9cb !important;
  }
  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #252525;
  }
  .home-title {
    font-size: 38px;
  }
  .logo .logo-light {
    display: none;
  }
  .logo .logo-dark {
    display: inline-block;
  }
  .footer-spacing {
    padding-left: 0px;
  }
}

/* Custom - Other CSS */
#landing_chattel .navbar-custom .navbar-nav li a {
    line-height: 46px;
    color: #ffffff;
    font-size: 15px;
    text-transform: capitalize;
    transition: all 0.5s;
    background-color: transparent !important;
    padding: 6px 0;
    margin: 0 30px;
}

#landing_chattel.dealer .navbar-custom .navbar-nav li a {
    color: #ffffff;
}

#landing_chattel .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 992px){
  #landing_chattel .navbar-expand-lg {
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -ms-flex-pack: start;
      justify-content: flex-start;
  }
  #landing_chattel .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  }
  #landing_chattel .navbar>.container, .navbar>.container-fluid {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between;
  }
  #landing_chattel .navbar-expand-lg .navbar-toggler {
      display: none;
  }
  #landing_chattel .navbar-expand-lg .navbar-collapse {
      display: -ms-flexbox!important;
      display: flex!important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
  }
  #landing_chattel .navbar-expand-lg .navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row;
  }
  #landing_chattel .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem;
  }

}

#landing_chattel .navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

#landing_chattel .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    float: right;
    margin-top: 8px;
}

#landing_chattel .collapse:not(.show) {
    display: none;
}
#landing_chattel .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

#landing_chattel .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

#landing_chattel .ml-auto, .mx-auto {
    margin-left: auto!important;
}
#landing_chattel h3,
#landing_chattel .navbar-nav li a,
#landing_chattel button,
#landing_chattel p-3 {
  font-family: "Poppins", sans-serif;
}

#landing_chattel .home-desc-2 {
    max-width: 650px;
    margin: 0 auto;
}

#landing_chattel .pt-3, .py-3 {
    padding-top: 1rem!important;
}

#landing_chattel .mt-4, .my-4 {
    margin-top: 1.5rem!important;
}

#landing_chattel .img-fluid {
    max-width: 100%;
    height: auto;
}

#landing_chattel .features-content h3 {
    font-family: Poppins, sans-serif;
    font-size: 30px;
    line-height: 35px;
    font-weight: 650;
    margin-bottom: 12px;
}

#features .mt-5 {
    margin-bottom: 12px;
    padding: 80px 50px;
}
#features .mt-5.pt-3.s2-top1,
#features .mt-5.pt-3.s2-top2,
#features .mt-5.pt-3.s2-top3 {
    border-bottom: 1px solid #ebebeb;
}
#features .mt-5.pt-3.s2-bottom,
#features .mt-5.pt-3.s2-top2,
#features .mt-5.pt-3.s2-top3 {
    margin-top: 65px;
}





#features .box-header a img {
  max-width: 100%;
}

#features button {
  color: #fff;
}
#landing_chattel .home-contact button:hover {
  color: #fff;
}

#landing_chattel .home-contact span {
    font-weight: 600;
    color: #fff;
    padding: 15px;
}

#landing_chattel .home-contact .color-main {
    color: #1cb9cb;
    padding: 0px;
}



#landing_chattel .play-icon-circle {
  height: 45px;
  width: 45px;
  line-height: 47px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 26px;
  position: relative;
  top: 6px;
}

#landing_chattel .bg-white {
  background-color: #fff!important;
}
#landing_chattel .bg-color {
  background-color: #f7f7f7!important;
  border: 1px solid #00bcd4;
}

#landing_chattel .bg-cta h3,
#landing_chattel .bg-cta-health h3 {
  font-weight: 600;
  font-size: 30px;
}

#accordion .card {
    border-radius: 0;
    border: 0;
}

#landing_chattel .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem;
}

#accordion .card-header {
    padding: 30px 0;
    background: #f7f7f8;
    border-bottom: 2px solid rgba(0,0,0,.03);
    cursor: pointer;
}

#accordion .card-body p {
    font-family: 'Roboto';
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    line-height: 2;
}

#landing_chattel .card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

#accordion .card-header .card-title {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    line-height: 1.4;
}

#accordion .card-header.collapsed:after {
    content: "\f067";
    transition: 0.5s;
}

#accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
    transition: 0.5s;
}


#accordion .card-body {
    padding: 30px 0;
    background: #f7f7f8;
}


#faqs .questions {
  padding-left: 100px;
  padding-right: 100px;
}


#landing_chattel .faqs {
    padding: 50px 0;
    background: #f7f7f8;
}



#landing_chattel .box_general {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background-color: rgb(51 52 52 / 50%);
  padding: 30px;
  border: 1px solid #d9e1e6;
  margin: 0;
  max-width: 590px;
  width: 100%;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
}

#landing_chattel .small {
  color: #fff;
  margin-bottom: 5px;
  margin-left: 1px;
  font-size: 60%;
  font-weight: 400;
  font-family: "Poppins", sans-serif;;
}

#landing_chattel .form-group {
    position: relative;
    margin-bottom: 10px;
}

#landing_chattel input.form-control {
  background: none;
  background-color: #fff;
  border: 1px solid #d9e1e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #333;
  height: 37px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
  font-family: "Poppins", sans-serif;;
  padding: 6px 10px 6px 15px;
}

.refinance input.form-control {
  height: 42px!important;
}

#landing_chattel input.form-control:focus {
  border-color: #1cb9cb;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  color: #grey;
}

#landing_chattel span.error {
  font-size: 12px;
  position: absolute;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  top: -20px;
  left: 15px;
  z-index: 2;
  height: 25px;
  line-height: 1;
  background-color: #e34f4f;
  color: #fff;
  font-weight: normal;
  display: inline-block;
  padding: 6px 8px;
}

#landing_chattel span.error:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 6px 6px 0;
  border-color: transparent #e34f4f;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -6px;
  left: 20%;
}

#landing_chattel .form-group span.error {
  left: -5px;
  top: -35px;
}

#landing_chattel .box_general h5 {
  color: #1cb9cb;
  font-weight: 600;
  font-family: 'Poppins';
}

#landing_chattel .home-contact a i {
  font-size: 19px;
  padding-left: 3px;
}

#landing_chattel .box_general .checkbox_questions label {
  color:  #fff!important;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
}

#landing_chattel .box_general .checkbox_questions a {
  color:  #cdc1c1!important;
}

#landing_chattel .styled-select {
  width: 100%;
  overflow: hidden;
  height: 37px;
  background: #fff url("") no-repeat right center;
  border: 1px solid #d9e1e6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.refinance .styled-select {
  height: 42px!important;
}


#landing_chattel .styled-select:focus {
  border: 1px solid #1cb9cb !important;
}

#landing_chattel .styled-select select {
  background: transparent;
  width: 100%;
  padding: 5px 5px 5px 15px;
  border: 0;
  height: 37px;
  color: #333;
  margin: 0;
  font-weight: 600;
  -moz-appearance: window;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
  font-size: 13px;
  font-family: "Poppins", sans-serif;;
}

.refinance .styled-select select {
  height: 41px!important;
}


#landing_chattel .styled-select select:focus {
  color: #grey;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#landing_chattel .styled-select select::-ms-expand {
  display: none;
  color: #grey;
  font-weight: 400;
}
#landing_chattel .styled-select select::-moz-placeholder {
  opacity: 1;
  color: #grey;
  font-weight: 400;
}
#landing_chattel .styled-select select::-webkit-input-placeholder {
  color: #grey;
  font-weight: 400;
}

#landing_chattel input.form-control::-ms-expand {
  display: none;
  color: #grey;
  font-weight: 400;
}
#landing_chattel input.form-control::-moz-placeholder {
  opacity: 1;
  color: #grey;
  font-weight: 400;
}
#landing_chattel input.form-control::-webkit-input-placeholder {
  color: #grey;
  font-weight: 400;
}



#landing_chattel .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

#landing_chattel .s2-top1 a img {
  border: 1px solid #ebebeb;
}


#landing_chattel .home-registration-form h5 {
  font-size:  27px !important;
  padding-top: 15px;
  padding-bottom: 5px;
}



.title-section.section_2 > span,
.flat-row.v7 .title-section > span,
.flat-row.pd-top2 .title-section > span,
.flat-row.blog-shortcode .title-section > span,
.flat-contact .title-section > span,
#features .title-heading span,
#process .title-heading span,
#landing_chattel.dealer section .title-heading span {
    color: #4a4a4a;
    float: left;
    font-family: playfair display;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 2px;
    margin-bottom: 0px;
    width: 100%;
}

#landing_chattel .color-main {
  color: #1cb9cb;
}

#landing_chattel .color-main-strong {
  color: #1cb9cb;
  font-weight: 600;
}


@media only screen and (min-width: 975px) {
  #features .mt-5 .col-lg-6.sm-screen {
    display: none;
  }
}


@media only screen and (max-width: 974px) {
  #features .mt-5 {
    vertical-align: middle;
    text-align: center;
  }
  #features .mt-5 {
    margin-bottom: 12px;
    padding: 80px 20px;
  }
  #features .mt-5 .col-lg-6.lg-screen {
    display: none;
  }
  #landing_chattel .title-heading {
      margin-bottom: 44px;
  }
  .refinance .title-heading {
      margin-bottom: 0px !important;
  }
  #features .mt-5 .box-header {
    margin-bottom: 20px;
  }

  #faqs .questions {
    padding-left: 20px;
    padding-right: 20px;
  }

}

@media only screen and (max-width: 518px) {
  #features .box-header a img {
    width: 100%;
    margin-right: 0%;
  }
}


/* from main custom.css copied */

.flat-row.blog-shortcode .featured-post{
  font-style: italic;
  background-color: #f7f7f7;
  color: #777;
  font-size: 12px;
  line-height: 26px;
  padding: 56px 35px 40px 35px;
}

.flat-row.blog-shortcode .featured-post > p {
  line-height: 20px;
  text-align: center;
}

.flat-row.blog-shortcode .name-pos {
  line-height: 22px;
  text-align: center;
}

.flat-row.blog-shortcode .name-pos .name {
  font-size: 15px;
}

.flat-row.blog-shortcode .featured-post .start {
  text-align: center;
  font-size: 15px;
  margin-bottom: 3px;
}

.flat-row.blog-shortcode .featured-post .start > i {
  color: #1cb9cb;
}

.flat-row.v6 {
  background-color: #313844;
}

.flat-row.v6 .title-section {
    padding-left: 20%;
}

.flat-row.v6 .title-section .title {
    color:  table-cell;
    margin-bottom: 5px;
    font-size: 25px;
}

.flat-row.v6 .title-section .sub-title {
    color:  table-cell;
    font-size: 13px;
    font-weight: 300;
    color: #d0d0d0;
    text-align: left;
    width:  100%;
    padding-left: 0px;
}

.flat-row.v6 .field.clearfix  {
  text-align: center;
  width: 100%;
} 

.flat-row.v6 .flat-button {
  border-radius: 25px;
}

@media only screen and (max-width: 767px) {
  .flat-row.v6 .title-section .title {
    text-align: center;
  }
  .flat-row.v6 .title-section .sub-title {
    text-align: center;
  }

  .flat-row.v6 .col-md-8 {
    margin-bottom: 20px;
  }
}


@media only screen and (min-width: 480px) and (max-width: 767px) {
  .flat-row.v6 .title,
  .flat-row.v6 .sub-title {
    text-align: center;
    padding-right: 0px;
  }
  .flat-row.v6 .title-section {
    padding-left: 0px;
    text-align: center;
  }

  .flat-row.v6 .title-section {
    padding-left: 0px;
    text-align: center;
  }

  .flat-row.v6 .col-md-8 {
    margin-bottom: 20px;
  }

}

.flat-row.v8 .client-item > img {
  max-width: 129.44px;
  max-height: 50px;
  position:  absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 4px 0px;
  right: 0;
  margin: auto;
}

.flat-row.v8 .client-item {
  width: 129.44px;
  height: 65px;
}

.flat-row.v8 .owl-carousel .owl-item {
  margin-right: 30px !important;
  width: 132px !important;
}




/* footer-css */

#footer_landing .footer-widgets .wrap-widget-footer {
  border-bottom: 1px solid #394348;
  padding-bottom: 25px;
}

#footer_landing .footer-widgets .footer-col-1 {
  width: 40%;
  float: left;
  font-size: 11px;
}

#footer_landing .footer-col-1 ul {
  padding: 0;
  margin: 0;
  list-style: initial;
  display: block;
  width: 100%;
  margin-top: 30px;
}

#footer_landing .footer-col-1 ul li {
  display: inline-block;
  width: 48%;
  margin-bottom: 17px;
  position: relative;
  text-indent: 15px;
}

#landing_chattel .footer-col-1 ul li a {
  color: #e5e5e5;
  -webkit-transition: all 0.6s ease 0s;
          transition: all 0.6s ease 0s;
}

#landing_chattel .footer-col-1 ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.1);
  left: 0;
  top: 5px;
  -webkit-transition: all 0.6s ease 0s;
          transition: all 0.6s ease 0s;
}
#landing_chattel .footer-col-1 ul li:hover a {
  color: #1cb9cb;
}
#landing_chattel .footer-col-1 ul li:hover:before {
  background: #1cb9cb;
}


.footer-col-2 {
  width: 30%;
  float: left;
}
.footer-col-2 h3 {
  text-indent: 60px;
  margin-top: 0px;
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 28px;
}
.footer-col-2 .border-2-side {
  width: 100% ;
  padding-left: 60px;
  border-left: 1px solid #394348;
  border-right: 1px solid #394348;
  padding-right: 25px;
  font-size: 11px;
}
.footer-col-2 a,
.footer-col-2 p {
  color: #aaaaaa;
  -webkit-transition: all 0.6s ease 0s;
          transition: all 0.6s ease 0s;
  margin-bottom: 10px;
  line-height: 24px;
}
.footer-col-2 a:hover {
  color: #aaaaaa;
}
.footer-col-3 {
  width: 25.5%;
  padding-left: 16px;
  float: left;
}
.footer-col-3 h3 {
  font-size: 23px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 28px;
}
.footer-link {
  padding: 32px 15px 46px 0px;
}
.footer-link p {
  color: #aaaaaa;
  font-size: 10px;
  display: inline;
  float: left;
}

@media only screen and (min-width: 992px) {
  .footer-link p {
  font-size: 9px;
  }
}

.footer-link ul {
  padding: 0;
  display: block;
  float: right;
  text-align: right;
}
.footer-link ul li {
  display: inline-block;
}
.footer-link ul li a {
  color: #e5e5e5;
  font-size: 11px;
  padding: 0 0 0 28px;
  -webkit-transition: all 0.6s ease 0s;
          transition: all 0.6s ease 0s;
}
.footer-link ul li a:hover {
  color: #1cb9cb;
}


@media only screen and (max-width: 767px) {
  .footer-col-1,
  .footer-col-2,
  .footer-col-3 {
    width: 100% !important;
  }
  #footer_landing .footer-col-1 ul {
      max-width: 500px;
  }
  .footer-col-3 {
    padding-left: 0px!important;
  }
  .footer-col-2 .border-2-side {
    border: none;
  }
  .footer-col-2,
  .footer-col-3 {
    margin-top: 20px;
  }
  .footer-col-2 h3,
  .footer-col-3 h3 {
    text-indent: 0px;
    margin-bottom: 18px!important;
  }
  .footer-col-3 .social-footer {
    padding-left: 15px;
  }
  .footer-col-2 .border-2-side {
      padding-left: 0px!important;
  }
}

@media only screen and (max-width: 991px) {
  .footer-row .col-sm-6 {
    width: 40%;
  }
  .footer-row .col-sm-3 {
    width: 30%;
  }
  .footer-col-2 .border-2-side {
    padding-left: 15px;
  }
  .footer-link {
    text-align: center;
    clear: both;
    padding-bottom: 32px;
  }
  .footer-link p {
    float: none;
  }
  .footer-link ul {
    float: none;
    text-align: center;
    display: block;
    padding-top: 10px;
  }
  #footer_landing {
    padding: 40px 0 0 0 !important;
  }
  .flat-row, .flat-row.v3, .flat-row.v4, .flat-row.v5, .flat-row.v6, .flat-row.v7, .flat-row.v9, .flat-row.v10, .flat-row.v11, .flat-row.v12, .flat-row.v13, .section-video, .flat-row.v2, .flat-row.v1, .flat-row.v14, .flat-row.v15, .flat-row.section-portfolio-carousel, .flat-row.section-message {
    padding: 50px 0px;
  }

  #landing_chattel.refinance .box_general {
    margin-top: 50px!important;
    margin-right: 20px!important;
    margin-left: 20px!important;
  }

}

@media only screen and (max-width: 593px) {
  #landing_chattel .bottom-images-icon img {
    margin-left: 5px!important;
    margin-right: 5px!important;
    height: 23px!important;
    margin-top: 15px;
  }
  #landing_chattel .bottom-bar-right p {
    margin-top: 0!important;
    font-size: 17px!important;
  }
  #landing_chattel .bottom-title p {
    font-size: 10px!important;
  }
  #landing_chattel .bottom-bar-right {
    padding: 0px!important;
    display: none!important;
  }

  #landing_chattel .container.image-bg-bottom {
    padding-left: 10px!important;
    padding-right: 10px!important;
  }
  #landing_chattel .bottom-title {
    margin-bottom: 0px!important;
  }


}


@media only screen and (min-width: 576px) and (max-width: 767px) {
  #footer_landing .container {
    max-width: 640px
  }
}

@media only screen and (max-width: 390px) {
  .footer-col-1 ul li {
    width: 100% !important;
  }
  .footer-link ul li a.about {
    padding-left: 0px !important;
  }
  #landing_chattel .flat-button.border {
    padding: 13px 20px 13px !important;
    font-size: 11px;
  }
}

@media only screen and (max-width: 991px) {
  .home-half .head-left,
  .home-health .head-left {
    padding-top: 40px;
    text-align: center;
  }
  .home-half .head-right,
  .home-health .head-right {
    padding-top: 100px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .home-half,
  .home-health {
    padding-bottom: 130px!important;
  }
  #features .s2-top1 .contact_message {
    text-align: center;
  }
  #landing_chattel .navbar .container {
    max-width: 100%;
  }
  #landing_chattel .steps .small-icon {
    margin-left: auto;
    margin-right: auto;
    transform: rotateZ(90deg);
  }
  #landing_chattel .steps .small-icon img {
    height: 30px;
  }
  .section.part_2 .s2-top1 img {
    margin-bottom: 40px;
  }
  #landing_chattel .contact_message {
    padding-left: 0px!important;
  }

  #landing_chattel .home-top-arrow img {
    width: 25px;
  }
  #landing_chattel .home-contact-ref {
    text-align: center;
  }
  .refinance .col-lg-6.col-12.main_left {
    display: none!important;
  }
  .refinance .home-health {
    padding: 76px 0px 0px !important;
  }

  #landing_chattel .bottom-icon-bar {
    text-align: center;
    margin-left: auto!important;
    margin-right: auto!important;
  }
  #landing_chattel .bottom-title p {
    text-align: center!important;
  }
  
  #landing_chattel .bottom-bar-left {
    padding: 17px 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  #landing_chattel .bottom-title {
    margin-left: 0px!important;
  }
  #landing_chattel .bottom-bar-right p {
    text-align: center;
  }
  #landing_chattel .container.image-bg-bottom {
    padding-left: 0px;
    padding-right: 0px;
  }
}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #landing_chattel .bottom-title {
    margin-left: 5px!important;
  }
  #landing_chattel .bottom-title p {
    font-size: 9px!important;
  }
  #landing_chattel .bottom-icon-bar img {
    width: 30px!important;
  }
  #landing_chattel .bottom-bar-left img {
      margin-left: 5px!important;
      margin-right: 5px!important;
  }
}



@media only screen and (min-width: 992px) {
  #landing_chattel .steps .small-icon img {
    width: 22px;
    text-align: center;
  }
}

@media only screen and (max-width: 479px) {
  .flat-row.v6 .title-section {
    padding-left: 0px;
    text-align: center;
  }
}


@media only screen and (max-width: 454px) {
  #landing_chattel .home-image img.high {
    display: none!important;
  }
}
@media only screen and (min-width: 455px) {
  #landing_chattel .home-image img.low {
    display: none!important;
  }
}

#landing_chattel .flat-row.v6 {
    padding: 30px 0px;
}


button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  outline: none !important;
}

#id_t_c, #id_sub {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  margin-right: 10px;
  width: 22px;
  height: 22px;
  border: 0;
  cursor: pointer;
  opacity: 0.6;
}


/* T&C - Application Forms */

.modal .modal-body .main-content {
  text-align: left;
}

.modal .modal-body .main-content .title-main {
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 2px;
}

.modal .modal-body .main-content P,
.modal .modal-body .main-content span {
  font-size: 13px;
  line-height: 18px;
}

.home-half .head-left,
.home-health .head-left {
  padding-top: 100px;
}

#landing_chattel .checkbox_questions {
  margin-top: 20px;
}

#landing_chattel .btn-quickquote {
  margin-top: 15px;
  text-align: center;
}

#submit_quickquote,
#submit_quickquote2 {
  width: 230px;
}


#footer_landing {
    background-color: #2e363a;
    padding: 50px 40px 0px;   
}

.footer-col-3 img {
    width: 124px !important;
}

.footer-col-3 {
    width: 30%;
    padding-left: 60px;
    float: left;
}

.footer-col-3 .text-small {
    font-size: 12px;
    margin-top: 30px;
    font-weight: 300;
    margin-bottom: 8px;
    color: #fff;
}

#footer_landing .wrap-widget-footer img {
    width: 170px;
}

#footer_landing ol, ul {
    list-style: none;
}

#footer_landing ul, ol {
    padding: 0px;
}

#footer_landing img {
    max-width: 100%;
    height: auto;
}

#features .s2-top2 button a,
#features .s2-top2 button a:hover {
  color: #fff;
}

.mdi-menu:before {
  font-family: 'FontAwesome';
  content: "\f0c9";
  float: right;
  transition: 0.5s;
  font-style: normal;
}


.page-loading .loading-overlay {
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    display: block;
    visibility: visible;
}

.loading-overlay {
    position: fixed;
    background: #ffffff;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    visibility: hidden;
    display: none;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
}

.title-disclaimer {
  font-size: 10px;
  margin-left: 16%;
  margin-right: 16%;
  line-height: 15px;
  text-align: left;
  color: #777777;
}

@media only screen and (max-width: 687px) {
  .title-disclaimer {
    margin-left: 5%;
    margin-right: 5%;
  }
}


#landing_chattel .title-small {
  font-size: 13px;
  color: #fff;
}


.pricing-box {
    box-shadow: 0px 1px 10px 0px rgb(205 205 205 / 33%);
    padding: 36px 30px 36px 30px;
}


.pricing-box h3 {
    font-size: 23px;
    color: #333;
    text-align: center;
    font-family: Poppins, sans-serif;
    line-height: 35px;
    font-weight: 450;
    margin-bottom: 0px;
}

.f-16 {
    font-size: 15px;
    text-align: center;
}

#process .box-img {
  text-align: center;
}
#process .box-img img {
  max-width: 296px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
#process .pricing-box {
  background-color: #fbfbfb !important;
  box-shadow: none !important;
}


#process .title-heading {
  margin-bottom: 34px !important;
}



@media (min-width: 992px) {
  #landing_chattel .steps .col-lg-4 {
    max-width: 30% !important;
  }
}
#landing_chattel .steps .small-icon {
  max-width: 5% !important;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
}

.refinance .navbar-collapse ul li a {
  color: #333!important;
  font-weight: 500!important;
}


.refinance .home-contact-ref h3 {
  text-align: left;
  font-weight: 700;
  font-size: 45px!important;
  line-height: 1.2;
}

.section.part_1 {
  padding-bottom: 0px !important;
  padding-top: 50px!important;
}
.section.part_2 {
  padding-bottom: 100px !important;
  padding-top: 50px!important;
}

#landing_chattel .steps .small-icon {
  text-align: center;
}


#landing_chattel .bar_image {
  text-align: center;
}

#landing_chattel .bar_image img {
  height: 30px;
  margin-bottom: 14px;
  width: 6px;
}

#landing_chattel .explore i {
  margin-right: 17px;
}

#landing_chattel .contact_message {
  font-size: 11px;
  padding-left: 10px;
  margin-top: 3px;
  font-family: 'Poppins';
  color: #868e96;
  font-weight: 500;
  font-style: italic;
}

#landing_chattel .contact_message a:hover {
  color: #1cb9cb;
  font-weight: 600;
}

#landing_chattel .contact_message a {
  color: #333;
  font-weight: 600;
}


#landing_chattel .box-img img {
  max-width: 442px!important;
  width: 100%;
}

#features .box-img img {
  border: 1px solid #ebebeb;
}


#landing_chattel .box-img {
  text-align: center;
}


#landing_chattel .image-bg-bottom {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  background-color: #333;
  height: 100px;
  width: 100%;
}
#landing_chattel .image-bg-bottom .row {
  width: 100%;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

#landing_chattel .container.image-bg-bottom {
  min-width: 100%;
}

#landing_chattel .image-bg-bottom p{
  color: #1cb9cb;
  font-weight: 600;
  text-align: left;
  font-size: 26px;
  line-height: 30px;
}

#landing_chattel .home-image img {
  width: 100%;
  max-width: 557px;
  margin-top: 80px;
}

#landing_chattel .home-image {
  text-align: center;
}


#landing_chattel .bottom-bar-left {
  padding: 17px 0px;
}
#landing_chattel .bottom-bar-right {
  padding: 27px 0px;
}
#landing_chattel .bottom-bar-left img {
  margin-left: 15px;
  margin-right: 15px;
  height: 31px;
}
#landing_chattel .bottom-nomargin {
  background-color: #333;
}

#landing_chattel .home-contact-ref p {
  font-size: 21px;
  margin-top: 18px;
  color: grey;
}
#landing_chattel .bottom-bar-right p {
  font-size: 23px;
  font-family: 'poppins';
  text-align: center;
}

#landing_chattel .home-contact-ref button {
  background-color: #333;
}

#landing_chattel .health-or {
  font-weight: 500;
  color: #333!important;
  padding: 15px;
}

#landing_chattel .home-top-arrow p {
  color: #1cb9cb;
  font-family: 'poppins';
  display: inline-block;
  margin-left: 10px;
  font-size: 15px;
}

#landing_chattel .home-top-arrow img {
  width: 49px;
}

#landing_chattel .home-health .play-icon-circle {
    height: 45px;
    width: 45px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 18px;
    position: relative;
    padding-left: 4px;
    top: 6px;
}

#landing_chattel .bottom-bar-left,
#landing_chattel .bottom-bar-right {
    text-align: center;
}


#landing_chattel .bottom-bar-left p {
  color: #fff;
  font-size: 12px;
  font-family: 'poppins';
  text-align: center;
}
#landing_chattel .bottom-images-icon {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#landing_chattel .bottom-title {
  margin-left: 43px;
  margin-bottom: 15px;
}
#landing_chattel .bottom-title p {
  font-size: 12px;
  line-height: 15px;
  font-family: 'poppins';
  font-weight: 300;
  margin-bottom: 0px;
}

#landing_chattel .bottom-icon-bar {
  width: 30px;
  line-height: 10px;
  font-size: 10px;
  margin-left: 29px;
  margin-bottom: 10px;
}

#landing_chattel .bottom-icon-bar img {
  width: 44px;
  height: 2px;
  margin-left: 0!important;
}

#landing_chattel.refinance .home-health .container.main_img {
  margin-bottom: 50px;
}

#landing_chattel.refinance .box_general {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: block;
  background-color: rgb(247 247 247);
  padding: 30px;
  border: 3px solid #333333;
  margin: 0;
  max-width: 450px!important;
  width: 100%!important;
  box-shadow: none!important;
}

#landing_chattel.refinance .box_general h5 {
  margin-bottom: 1.5rem;
}

#landing_chattel.refinance .box_general .checkbox_questions label {
  color: #333!important;
}

#landing_chattel.refinance .box_general .checkbox_questions a {
  color: #1cb9cb!important;
}


.refinance .modal.show .modal-dialog {
  padding-left: 10px!important;
  padding-right: 10px!important;
}

.refinance .btn-quickquote i {
  margin-right: 3px;
}

.refinance .modal-content {
  margin-left: 15px!important;
}


/*#features .s2-top1 .contact_message {
  text-align: center;
}*/
/*# sourceMappingURL=style.css.map */




/*@import "https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700,700italic,900italic,900";.item.style2 .portfolio-content,.flat-button::after {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}*/

#landing_chattel s.flat-button {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1
}

#landing_chattel .flat-button::after,.flat-button::before,.flat-accordion .toggle-content ul.list li::before {
    position: absolute;
    content: ""
}

#landing_chattel .flat-button::after {
    position: absolute;
    right: 21px;
    top: 15px;
    content: "\f105";
    font-family: fontawesome;
    z-index: 1
}

#landing_chattel .flat-button::before {
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    z-index: -1;
    background-color: #3f3e43;
    -webkit-transform: rotate3d(0,0,1,-45deg) translate3d(0,-4em,0);
    transform: rotate3d(0,0,1,-45deg) translate3d(0,-4em,0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: all .35s ease-in-out 0s;
    -moz-transition: all .35s ease-in-out 0s;
    -ms-transition: all .35s ease-in-out 0s;
    -o-transition: all .35s ease-in-out 0s;
    transition: all .35s ease-in-out 0s
}

#landing_chattel .flat-button:hover::before {
    opacity: 1;
    -webkit-transform: rotate3d(0,0,1,0deg);
    transform: rotate3d(0,0,1,0deg);
    -webkit-transition-timing-function: cubic-bezier(.2,1,.3,1);
    transition-timing-function: cubic-bezier(.2,1,.3,1)
}

#landing_chattel .flat-button.border,
#dealer_modal .flat-button.border {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .3px;
    border-radius: 23px;
    color: #fff;
    padding: 17px 30px 15px;
    border-style: none
}

#landing_chattel .flat-button.border::after {
    content: none!important
}

.flat-row {
    clear: both;
    display: block;
    position: relative;
    padding: 95px 0
}

flat-row.v6 {
    padding: 30px 0
}

.flat-row.v8 {
    padding: 38px 0;
    height: 139px
}

.section-inner .title-section,.blog-shortcode .title-section,.wrap-customers .title-section,.section-imgbox .title-section,.title-section.style4,.row-border .title-section,.section-services .title-section,.section-portfolio-carousel .title-section {
    margin-bottom: 64px
}

.title-section {
    margin-bottom: 84px;
    position: relative;
    text-align: center
}

.title-section .title {
    font-size: 30px;
    line-height: 40px;
    color: #333;
    margin-bottom: 10px;
    letter-spacing: 3px;
    font-weight: 600
}

.title-section .sub-title,
#landing_chattel .sub-title {
    font-size: 13px;
    line-height: 25px;
    font-weight: 300;
    color: #999;
}

.title-section.left {
    text-align: left;
    margin-bottom: 0
}

.title-section .title.color-white,.title-section .sub-title.color-white {
    color: #fff
}

.title-section.style3 .title {
    font-size: 35px;
    line-height: 35px;
    text-transform: uppercase;
    margin-top: -5px;
    margin-left: -2px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 23px
}

.title-section .sub-title.color-gray {
    font-size: 14px;
    line-height: 25px;
    color: #888;
    font-weight: 400
}

.post-shortcode {
    overflow: hidden
}

article.post.post-grid {
    margin-bottom: 0
}

article.post.post-grid .featured-post {
    margin-bottom: 25px
}

article.post.post-grid .featured-post a::after,article.post.post-grid .featured-post a::before,article.post.post-grid .featured-post a img,article.post.post-grid,.imgbox.style2 .box-header a img {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}


#landing_chattel .flat-button {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
/*---------Landing Page - Dealer -------------*/


