@import url(owl.carousel.min.css);
@import url(header.css);
@import url(footer.css);
/*@import url(style.css);*/
* {
    box-sizing: border-box;
}
@font-face {
    font-family: 'Eurostile Extended';
    src: url('../fonts/EurostileExtended-Black.eot');
    src: url('../fonts/EurostileExtended-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/EurostileExtended-Black.woff') format('woff'),
        url('../fonts/EurostileExtended-Black.ttf') format('truetype'),
        url('../fonts/EurostileExtended-Black.svg#EurostileExtended-Black') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
:root{
    --green : #0FAC57;
    --text : #201E1E;
    --red : #ED3237;
    --gray : #F7F7F7;
    --white : #FEFEFE;
    --dwhite : #ffffff;
    --border: #A1A1A1;
    --inputborder: #E1E1E1;
    --bgcolor : #F9F9F9;
}
body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #848991;
    background-color: var(--gray);
}
.gray-bg-section {
    background-color: var(--gray);
}
.white-bg-section {
    background-color: var(--white);
}
.custom-section {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 50px 0;
}
/* Container */
@media (min-width: 576px) {
  .container {
    max-width: 94%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 94%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 90%;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 90%;
  }
}
@media (min-width: 1600px) {
    .container {
        max-width: 1500px;
    }
}

a {
    color: var(--red);
    text-decoration: none;
}
a:hover,a.davey-btn:hover:visited {
    color: var(--red);
    text-decoration: none;
}
a.davey-btn:visited{
    color: var(--white);
}
img {
    max-width: 100%;
}
ul{
    list-style: disc;
}
ul,ol{
    margin: 0 0 20px 0;
    padding: 0 0 0 20px;
    color: var(--text);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
}
p {
    color: var(--text);
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 40px;
}
.txtcenter{
    text-align: center;
}
.davey-btn {
    background: var(--red);
    padding: 20px 30px;
    border-radius: 5px;
    color: var(--white);
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    border: 1px solid var(--red);
    display: inline-block;
    cursor: pointer;
}
.davey-btn:hover {
    background: var(--dwhite);
    color: var(--red);
    border: 1px solid var(--red);
}
.davey-btn-reverse {
    background: var(--dwhite);
    padding: 20px 30px;
    border-radius: 5px;
    color: var(--red);
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    border: 1px solid var(--red);
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.davey-btn-reverse:hover {
    background: var(--red) ;
    color: var(--dwhite) ;
    border: 1px solid var(--red);
}
/* Headings */
h1 {
    color: #000;
    font-family: 'Eurostile Extended';
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}
h2 {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 20px 0; 
}
h3{
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 20px 0;
}
h4{
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 20px 0;
}
h5{
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 20px 0;
}
h6{
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}
.page-title-section {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background-color: var(--dwhite);
    padding: 40px 0;
}
.page-title-section h1 {
    margin: 0 0 11px 0;
    line-height: 50px;
}
.page-title-section .short-desc p {
    margin: 0;
    max-width: 955px;
}
.breadcrumbs {
    padding-bottom: 36px;
}
.breadcrumbs li {
    color: var(--text);
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.696px;
    display: inline;
    vertical-align: top;
}
.breadcrumbs li a {
    color: var(--text);
    text-decoration: none;
}
.breadcrumbs li a span::after {
    content: "/";
    display: inline-block;
    vertical-align: top;
    margin: 0 6px 0 8px;
}
.breadcrumbs li strong {
    font-weight: 600;
}
/* Form Style Start */
form .form-field {
    width: 100%;
    margin: 0 0 20px 0;
}
form .form-field label {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1em;
    width: 100%;
    margin: 0 0 12px 0;
}
form .form-field label .required {
    color: var(--red);
}
form .form-field input {
    width: 100%;
    border-radius: 5px;
    border: 1px solid var(--inputborder);
    background: var(--dwhite);
    height: 47px;
    padding: 10px;
}
form .form-field textarea {
    width: 100%;
    border-radius: 5px;
    border: 1px solid var(--inputborder);
    background: var(--dwhite);
    height: 182px;
    padding: 10px;
}
form .submit-button {
    margin-top: 20px;
}

.dmg-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
select {
    width: 100%;
    padding: 15px 10px;
    border-radius: 5px;
    border: 1px solid var(--border);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    color: var(--text);
    background: url(../images/select-dropdown.svg) var(--dwhite) no-repeat center right 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
select:disabled {
    opacity: 0.6;
}
select:focus, .form-select:focus{
    border-color: var(--red);
    box-shadow:unset;
}
input[type=checkbox]{
      border: 1px solid #DADADA;
}
input[type=checkbox]:checked{
    background-color: var(--red);
    border-color: var(--red);
    outline-color: var(--red);
}
input[type=checkbox]:focus{
    outline: 0;
    box-shadow: unset;
}
.accordion-item{
    border: 0;
}
.accordion-button{
    font-size: 16px;
    line-height: 22px;
    color: var(--text);
    font-weight: 400;
}
.accordion-button:not(.collapsed){
    background-color: var(--dwhite);
    color: var(--text);
    box-shadow: unset;
}
.accordion-button:focus{
    box-shadow: unset;
}
.accordion-body{
    background-color: var(--bgcolor);
    padding: 25px;
}
.accordion-button.collapsed{
    border: 0;
    border-bottom: 1px solid #DADADA;
}

/* Pagination */
.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px 0 rgb(0 0 0 / 8%);
    padding: 10px;
    border-radius: 5px;
    max-width: max-content;
    margin: 50px auto 50px auto;
    background-color: #FFFFFF;
}
.pagination .page-numbers{
    color: #808080;
    font-size: 16px;
    line-height: 21px;
    padding: 10px;
    border-radius: 5px;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    text-align: center;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
    background-color: #ED3237;
    color: #E1E1E1;
}
.pagination .prev.page-numbers,
.pagination .next.page-numbers {
    color: transparent;
    position: relative;
}
.pagination .prev.page-numbers:before,
.pagination .next.page-numbers:before{
    content: '';
    color: #808080;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center;
}
.pagination .prev.page-numbers:before {
    background-image: url('../images/left-arrow.svg');
}
.pagination .next.page-numbers:before {
    background-image: url('../images/right-arrow.svg');
}
.pagination .page-numbers:hover:before{
  filter: brightness(0) invert(1);
}

.pagination-container{
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px 0 rgb(0 0 0 / 8%);
    padding: 10px;
    border-radius: 5px;
    max-width: max-content;
    margin: 50px auto 50px auto;
    background-color: #FFFFFF;
}
.pagination-container .page-numbers{
    color: #808080;
    font-size: 16px;
    line-height: 21px;
    padding: 10px;
    border-radius: 5px;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    text-align: center;
}
.pagination-container .page-numbers.current,
.pagination-container .page-numbers:hover{
    background-color: #ED3237;
    color: #E1E1E1;
}
.pagination-container .prev.page-numbers,
.pagination-container .next.page-numbers {
    color: transparent;
    position: relative;
}
.pagination-container .prev.page-numbers:before,
.pagination-container .next.page-numbers:before{
    content: '';
    color: #808080;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center;
}
.pagination-container .prev.page-numbers:before {
    background-image: url('../images/left-arrow.svg');
}
.pagination-container .next.page-numbers:before {
    background-image: url('../images/right-arrow.svg');
}
.pagination-container .page-numbers:hover:before{
    filter: brightness(0) invert(1);
}
.vehicle-content-wrap{
  position: relative;
  min-height: 150px;
}
.loading-indicator {
    padding-top: 40px;
    text-align: center;
    font-size: 1.5em;
    color: #007bff; 
    display: none; 
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background: #f7f7f7e0;
    margin: 0;
    padding: 40px 0 0 0;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
}
.loading-indicator img {
    animation: rotate 2s linear infinite; 
    width: 150px;
    height: 150px;
}
.novehicles{
  text-align: center;
  padding: 40px 20px;
  color: var(--text);
  text-transform: capitalize;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@media only screen and (max-width:768px){
    .loading-indicator{
        padding: 15px 0 0 0;
    }
    .loading-indicator img {
        animation: rotate 2s linear infinite; 
        width: 100px;
        height: 100px;
    }
}

/*PAGE 404*/
.page404-contentwrap{
    padding: 100px 0;
    text-align: center;
}
.page404-vector{
    font-size: 180px;
    line-height: 1;
    font-weight: bold;
    color: var(--text);
    text-shadow: 10px 10px 0 rgb(237 50 55 / 20%);
}
.page404-title{
    line-height: 1.5em;
}
@media only screen and (max-width:767px){
    .page404-contentwrap{
        padding: 60px 0;
    }
    .page404-vector{
        font-size: 120px;
        text-shadow: 6px 6px 0 rgb(237 50 55 / 20%);
    }
}
/* Search Result Page */
.serachpostfimg img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}
.serachpostftitle{
    margin: 10px 0;
}
.searchpage_postlist_item{
    border-radius: 6px;
    border: 1px solid #E1E1E1;
    background: #FFF;
    padding: 20px;
    margin-bottom: 30px;
}

/*RESPONSIVE*/
@media only screen and (max-width:1200px){
    .custom-section{
        padding: 50px 0;
    }
    .pagination{
      margin: 30px auto 30px auto;
    }
    .pagination-container{
        margin: 30px auto 30px auto;
    }
}
@media only screen and (max-width: 991px) {  
    form .form-field label {
        font-size: 16px;
        margin: 0 0 6px 0;
    } 
    form .form-field input{
        height: 40px;
        padding: 5px 8px;
    }   
    form .form-field textarea{
        height: 131px;
        padding: 5px 8px;
    }
    form .submit-button{
        margin-top: 5px;
    }
}   
/* Form Style End */
@media only screen and (max-width: 991px) {
    .custom-section {
        padding: 40px 0;
    }
    body{
        font-size: 14px;
    }
    p {
        font-size: 16px;
        line-height: 28.224px;
        margin-bottom: 20px;
    } 
    ul,ol{
        font-size: 16px;
        line-height: 28.224px;
    } 
    h1 {
        font-size: 28px;
        line-height: normal;
    }
    h2 {
        font-size: 20px;
    }
    h3{
        font-size: 18px;
    }
    h4{
        font-size: 16px;
    }
    h5{
        font-size: 16px;
    }
    h6{
        font-size: 14px;
    }
    .breadcrumbs li {
        font-size: 12px;
        line-height: 21.168px;
    }
    .page-title-section h1 {
        font-size: 28px;
        margin: 0 0 8px 0;
        line-height: 28px;
    }
    .page-title-section {
        padding: 32px 0;
    }
    .accordion-button{
        font-size: 14px;
        line-height: 18px;
    }
    .accordion-body{
        padding: 18px;
    }
}
@media only screen and (max-width: 768px) {
    h2{
        font-family: 'Eurostile Extended';
    }
    .davey-btn {
        padding: 10px 20px;
        font-size: 12px;
    }
    .davey-btn-reverse {
        padding: 10px 20px;
        font-size: 12px;
    }
    .pagination{
        justify-content: space-between;
        box-shadow: unset;
        background-color: transparent;
        margin: 0;
        width: 100%;
        max-width: 100%;
        padding: 20px 0;
    }
    .pagination .page-numbers.next, .pagination .page-numbers.prev {
      color: var(--red);
          font-weight: 700;
          font-size: 16px;
          line-height: 21px;
          width: auto;
          height: auto;
          min-width: 120px;
          padding: 9px 10px;
          background-color: var(--white);
          border-radius: 5px;
    }
    .pagination .page-numbers.next {
        margin-left: auto;
    }
    .pagination .page-numbers.next:hover, .pagination .page-numbers.prev:hover{
        color: var(--white);
        background-color: var(--red);
    }
    .pagination .page-numbers:not(.prev, .next) {
        display: none;
    }
    .pagination .prev.page-numbers::before, .pagination .next.page-numbers::before{
        content: unset;
    }
}