html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-family: "Finlandica Text", sans-serif;
    font-weight: 300;
    /*    font-size: 16px;*/
    line-height: 1.4;
    color: #272727;
    background-color: #ffffff;
}

body {
    font-size: 18px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1824px;
    }

    .container.ncontainer {
        max-width: 1300px;
    }
}

.wow {
    visibility: hidden;
}

a,
button,
.btn {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a {
    text-decoration: none;
}

p {
    font-weight: 300;
}
p:last-child {
    margin-bottom: 0 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: inherit;
}

.owl-carousel .owl-item img {
    width: auto;
    height: auto;
}

img {
    height: auto;
}

/* COMMON STYLE :START */

.mh-auto {
    min-height: auto !important;
}

/* ---- bg-* :start ---- */
.bg-1 {
    background-color: #f0f0f0 !important;
}

/* ---- bg-* :end ---- */

/* ---- fs-* :start ---- */
.fs-14px {
    font-size: 14px !important;
}

.fs-16px {
    font-size: 16px !important;
}

.fs-18px {
    font-size: 18px !important;
}

/* ---- fs-* :end ---- */

/* ---- hd-type :start ---- */
.hd-type-1 h1,
.hd-type-1 h2,
.hd-type-1 h3,
.hd-type-1 h4,
.hd-type-1 h5,
.hd-type-1 h6 {
    font-size: 30px;
    margin: 0;
    font-weight: 600;
    color: #2b8fda;
    text-transform: uppercase;
}

.hd-type-2 h1,
.hd-type-2 h2,
.hd-type-2 h3,
.hd-type-2 h4,
.hd-type-2 h5,
.hd-type-2 h6 {
    font-size: 42px;
    margin: 0;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

/* ---- hd-type :end ---- */

/* ---- .hd-style-* :start ---- */
.hd-style-1 {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 15px;
}

.hd-style-2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 15px;
}

/* ---- .hd-style-* :end ---- */

/* ---- btn-type-1 :start ---- */
.btn-type-1 {
    background: #2b8fda;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    min-height: 45px;
    padding: 10px 20px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    min-width: 220px;
    border: 1px solid #2b8fda;
    border-radius: 0;
    gap: 10px;
}

.btn-type-1 i {
    color: #fff;
    font-size: 12px;
}

.btn-type-1:hover {
    background: #000000;
    border: 1px solid #000000;
}

.btn-type-1.style-2 {
    background: none;
    color: #2b8fda;
}

/* ---- btn-type-1 :end ---- */

/* ---- btn-style-1 :start ---- */
.btn-style-1 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.072;
    color: #ffffff;
    background: #2b8fda;
    border: 2px solid #2b8fda;
    border-radius: 7px;
    padding: 14px 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.btn-style-1:hover {
    color: #ffffff;
    background: #000000;
    border-color: #000000;
}

/* ---- btn-style-1 :end ---- */

/* ---- btn-style-2 :start ---- */
.btn-style-2 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.072;
    color: #000000;
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 7px;
    padding: 14px 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.btn-style-2:hover {
    color: #ffffff;
    background: #2b8fda;
    border-color: #2b8fda;
}

/* ---- btn-style-2 :end ---- */

/* ---- btn-style-3 :start ---- */
.btn-style-3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.072;
    color: #000000;
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 7px;
    padding: 14px 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.btn-style-3:hover {
    color: #ffffff;
    background: transparent;
    border-color: #ffffff;
}

/* ---- btn-style-3 :end ---- */

/* ---- Pagination :Start ---- */
.pagi-style-1 {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    font-size: 14px;
}

.pagi-style-1 a {
    color: #000;
    text-decoration: none;
}

.pagi-style-1 a:hover {
    color: #2b8fda;
}

.pagi-style-1 .active,
.pagi-style-1 .active a {
    color: #d6d6d6;
}

.pagi-style-1 i,
.pagi-style-1 i {
    font-size: 13px;
}

/* ---- Pagination :End ---- */

.what-we-offer {
    padding: 25px 0;
}

/* ---- block-style-1 :start ---- */
.block-style-1 {
    width: 100%;
    height: auto;
    /* height: 194px; */
    aspect-ratio: 341 / 194;
    background-color: #2b8fda;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
}

.block-style-1 .bs1-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.block-style-1 .bs1-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
    transition: 0.5s;
}

.block-style-1 .bs1-text {
    width: 100%;
    height: auto;
    padding: 24px 24px;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.block-style-1 .bs1-text h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    color: #ffffff;
    margin-bottom: 0px;
}

.block-style-1:hover .bs1-image img {
    transform: scale(1.1);
}

/* ---- block-style-1 :end ---- */

/* ---- block-style-2 :start ---- */
.block-style-2 {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border: 2px solid #dedede;
    border-radius: 0px;
    padding: 15px 15px;
    overflow: hidden;
    transition: 0.5s;
}

.block-style-2 .bs2-image {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.block-style-2 .bs2-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.block-style-2 .bs2-image.objfit {
    aspect-ratio: 400/210;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block-style-2 .bs2-image.objfit img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.block-style-2 .bs2-text {
    width: 100%;
    height: auto;
}

.block-style-2 .bs2-text h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 10px;
    transition: 0.5s;
}

.block-style-2 .bs2-text p {
    font-size: 16px;
    font-weight: 300;
    color: #272727;
    margin-bottom: 12px;
}

.block-style-2 .bs2-text :last-child {
    margin-bottom: 0;
}

.block-style-2:hover {
    border-color: #0895d2;
}

.block-style-2:hover .bs2-text h3 {
    color: #0895d2;
}

/* ---- block-style-2 :end ---- */

/* ---- block-style-3 :start ---- */
.block-style-3 {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: 0.5s;
}

.block-style-3 .bs3-image {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.block-style-3 .bs3-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.block-style-3 .bs3-text {
    width: 100%;
    height: auto;
}

.block-style-3 .bs3-text h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 10px;
    transition: 0.5s;
}

.block-style-3 .bs3-text p {
    color: #000000;
    margin-bottom: 12px;
}

.block-style-3 .bs3-text :last-child {
    margin-bottom: 0;
}

.block-style-3 .bs3-buttons {
    width: 100%;
    padding-top: 24px;
    margin-top: auto;
}


.block-style-3:hover {
    border-color: #0895d2;
}

.block-style-3:hover .bs3-text h3 {
    color: #0895d2;
}

/* ---- block-style-3 :end ---- */









/* ---- block-style-5 :start ---- */
.block-style-5 {
    width: 100%;
    height: auto;
    /* height: 194px; */
    aspect-ratio: 366/275;
    background-color: #2b8fda;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
}

.block-style-5::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    background: linear-gradient(20deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.34) 50%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.block-style-5>img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
    transition: 0.5s;
}

.block-style-5 .bs5-text {
    width: 100%;
    height: auto;
    padding: 15px 15px;
    color: #ffffff;
    position: relative;
    z-index: 2;
}

.block-style-5 .bs5-text h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 0px;
}

.block-style-5:hover>img {
    transform: scale(1.1);
}

/* ---- block-style-5 :end ---- */

/* ---- block-style-6 :start ---- */
.block-style-6 {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border: 2px solid #dedede;
    border-radius: 0px;
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.block-style-6 .bs6-image {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    aspect-ratio: 366/275;
}

.block-style-6 .bs6-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}

.block-style-6 .bs6-text {
    width: 100%;
    height: auto;
}

.block-style-6 .bs6-bottom {
    width: 100%;
    height: auto;
    padding-top: 20px;
    margin-top: auto;
}

/* ---- block-style-6 :end ---- */

/* ---- block-style-7 :start ---- */
.block-style-7 {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0px;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.block-style-7 .bs7-image {
    width: 100%;
    height: auto;
    /* aspect-ratio: 1/1; */
    background-color: #ffffff;
    margin-bottom: 15px;
}

.block-style-7 .bs7-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}

.block-style-7 .bs7-text {
    width: 100%;
    height: auto;
}

.block-style-7 .bs7-text h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    margin-bottom: 5px;
}

.block-style-7 .bs7-text p {
    font-size: 16px;
    font-weight: 400;
    color: #747468;
    margin-bottom: 0;
}

/* ---- block-style-7 :end ---- */

/* ---- section-block-1 :start ---- */
.section-block-1 {
    width: 100%;
    height: auto;
    min-height: 445px;
    background-color: #0a4e88;
    background-image: url('../images/contact-pg-section-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
}

.section-block-1::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #0a4e88;
    opacity: 0.8;
}

.section-block-1 .sb1-inner {
    width: 100%;
    padding: 40px 60px;
    position: relative;
    z-index: 1;
}

.section-block-1 .sb1-inner h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
    color: #ffffff;
    margin-bottom: 10px;
}

.section-block-1 .sb1-inner p {
    font-size: 18px;
    line-height: normal;
    color: #ffffff;
    margin-bottom: 10px;
}

/* ---- section-block-1 :end ---- */

/* ---- Loader :start ----*/
.loader-loading {
    width: 100%;
    height: 200px;
    background-color: #f1f1f1;
    padding: 12px 0px;
    margin: 12px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-loading i {
    font-size: 24px;
    color: #2b8fda;
}

/* ---- Loader :end ----*/

/* ---- modal-style-1 :start ---- */
.modal-style-1 .modal-content {
    border-radius: 12px;
}

.modal-style-1 .modal-header {
    width: 100%;
    height: auto;
    padding: 20px 20px;
    border-color: #eeeeee;
}

.modal-style-1 .modal-header .btn-close {
    background: none;
    font-size: 25px;
    width: auto;
    height: auto;
    padding: 0;
    line-height: 1;
    border-radius: 0;
    margin-right: 0;
    box-shadow: none;
}

.modal-style-1 .modal-header .modal-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    margin-bottom: 0px;
}

.modal-style-1 .modal-body {
    padding: 20px 20px;
}

.modal-style-1 .modal-footer {
    width: 100%;
    height: auto;
    padding: 15px 20px;
    border-color: #eeeeee;
}

/* ---- modal-style-1 :end ---- */

/* ---- form-style-1 :start ---- */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    -webkit-text-fill-color: #000 !important;
    background-color: #fff !important;
}

.form-wraper-1 {
    background-color: #ffffff;
    border: 2px solid #ededed;
    padding: 24px;
    border-radius: 10px;
}

.form-row-gap {
    row-gap: 24px;
}

.form-style-1 {
    width: 100%;
    height: auto;
}

.form-style-1 p {
    font-size: 13px;
    font-weight: 500;
}

.form-style-1 .form-label {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 7px;
    display: block;
}

label.required::after {
    content: " *";
    color: red;
    font-family: Arial, sans-serif;
}

.form-style-1 .form-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #6c757d;
    margin-top: 12px;
    display: block;

}

.form-style-1 .form-control {
    font-size: 14px;
    font-weight: 500;
    line-height: inherit;
    color: #000000;
    background-color: transparent;
    border: 2px solid #ededed;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px 10px;
    transition: 0.5s;
}

.form-style-1 textarea.form-control {
    overflow-y: auto;
    resize: none;
}

.form-style-1 .form-control:focus {
    border-color: #000;
    box-shadow: none;
}

.form-style-1 .form-control:disabled {
    background-color: #e8e8e8;
}

.form-style-1 .form-control::placeholder {
    color: #868686;
}

.form-style-1 .nice-select {
    width: 100%;
    height: 47px;
    font-size: 13px;
    line-height: 1;
    background-color: transparent;
    border: 2px solid #ededed;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 30px;
}

.form-style-1 .nice-select::after {
    top: 0;
    right: 15px;
    background-image: url('../images/select-arrow.webp');
    background-repeat: no-repeat;
    background-position: center;
    width: 10px;
    height: 100%;
    border: 0;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.form-style-1 .nice-select.open::after {
    -webkit-transform: scaleY(-1) rotate(0deg);
    -ms-transform: scaleY(-1) rotate(0deg);
    transform: scaleY(-1) rotate(0deg);
}

.form-style-1 .nice-select .current {
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-style-1 .nice-select .list {
    max-height: 300px;
    overflow-y: auto;
}

.form-style-1 .nice-select .list .option:hover {
    color: #ffffff;
    background-color: #000000 !important;
}

.form-style-1 .form-group {
    margin-bottom: 20px;
}

.form-style-1 h3 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    color: #000000;
}

.form-style-1 .invalid-feedback {
    font-size: 14px;
}
/* ---- form-style-1 :end ---- */

/* ---- .custom-fileupload :start ---- */
.custom-fileupload {
    width: 100%;
    height: auto;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 5px;
    overflow: hidden;
    padding: 5px 5px 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 7px;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
}

.custom-fileupload [type="file"] {
    position: absolute;
    top: -10px;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    font-size: 0;
    cursor: pointer;
}

.custom-fileupload p {
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.custom-fileupload .cfubtn {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    color: #ffffff;
    background-color: #2b8fda;
    border: 1px solid #2b8fda;
    border-radius: 5px;
    text-align: center;
    padding: 6px 12px;
    margin: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    flex-grow: 0;
    transition: 0.5s;
}

.custom-fileupload:hover .cfubtn {
    color: #ffffff;
    background-color: #000000;
    border: 1px solid #000000;
}

/* ---- .custom-fileupload :end ---- */

/* ---- daterangepicker style :start ---- */
.daterange-box {
    position: relative
}

.daterange-box:after {
    content: "\f073";
    font-family: "Font Awesome 6 Free";
    font-size: 16px;
    color: #838383;
    position: absolute;
    top: 10px;
    right: 12px;
    transition: .5s
}

.daterangepicker {
    font-family: inherit;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #2b8fda;
}

.daterangepicker .btn-primary {
    color: #fff;
    background-color: #2b8fda;
    border-color: #2b8fda;
}

.daterangepicker .btn-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

/* ---- daterangepicker style :end ---- */

/* ---- .toggle-2 :start ---- */
.toggle-2 {
    display: inline-flex;
    gap: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.toggle-2 .toggle-btn {
    position: relative;
    display: inline-block;
}

.toggle-2 .toggle-btn .toggle__input {
    display: none;
}

.toggle-2 .toggle-btn .toggle__label {
    display: block;
    width: 28px;
    height: 15px;
    background-color: #ffffff;
    border: 1px solid #2b8fda;
    border-radius: 99px;
    cursor: pointer;
    transition: background-color 0.7s ease;
}

.toggle-2 .toggle-btn .toggle__label::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3.2px;
    width: 9px;
    height: 9px;
    background-color: #2b8fda;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.toggle-2 .toggle-btn .toggle__input:hover+.toggle__label {
    background-color: #e9e9e9;
}

.toggle-2 .toggle-btn .toggle__input:checked+.toggle__label {
    background-color: #2b8fda;
}

.toggle-2 .toggle-btn .toggle__input:checked+.toggle__label::after {
    left: 17px;
    background-color: #ffffff;
}

.toggle-2 .toggle-text {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.1;
    color: #000000;
    height: 100%;
}

.toggle-inline {
    display: inline-flex;
    margin-right: 10px;
}

/* ---- .toggle-2 :end ---- */

/* ---- accordion-style-1 :start ---- */
.accordion-style-1 {
    width: 100%;
    /* border-top: 1px solid #eaeaea; */
    /* border-bottom: 1px solid #eaeaea; */
}

.accordion-style-1 .accordion-item {
    background-color: transparent;
    border-bottom: 1px solid #dbdbdb;
}

.accordion-style-1 .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
    font-weight: 600;
    color: #282828;
    background-color: transparent;
    padding: 20px 0px;
    box-shadow: none;
    gap: 12px;
}

.accordion-style-1 .accordion-item .accordion-header .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    /* background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" class="css-i6dzq1"%3E%3Cline x1="12" y1="5" x2="12" y2="19"%3E%3C/line%3E%3Cline x1="5" y1="12" x2="19" y2="12"%3E%3C/line%3E%3C/svg%3E'); */
}

.accordion-style-1 .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    /* background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" class="css-i6dzq1"%3E%3Cline x1="5" y1="12" x2="19" y2="12"%3E%3C/line%3E%3C/svg%3E'); */
    transform: rotate(90deg);
}

.accordion-style-1 .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: #282828;
    background-color: transparent;
}

.accordion-style-1 .accordion-item .accordion-body {
    padding: 0px 0px 15px 0px;
}

.accordion-style-1 .accordion-item .accordion-body p a {
    color: inherit;
    text-decoration: underline;
}

.accordion-style-1 .accordion-item .accordion-body p a:hover {
    text-decoration: none;
}

.accordion-style-1.acco-border-tb {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

/* ---- accordion-style-1 :end ---- */

/* ---- txtimgcol-style-1 :start ---- */
.txtimgcol-style-1 .tic-block {
    background-color: #2b8fda;
    margin-bottom: 50px;
    overflow: hidden;
}

.txtimgcol-style-1 .tic-block:last-child {
    margin-bottom: 0;
}

.txtimgcol-style-1 .tic-row {
    /* row-gap: 24px; */
}

.txtimgcol-style-1 .tic-block:nth-child(even) .tic-row {
    flex-direction: row-reverse;
}

.txtimgcol-style-1 .tic-image {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.txtimgcol-style-1 .tic-image img {
    max-width: 100%;
    height: auto;
}

.txtimgcol-style-1 .tic-text {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 40px;
    color: #ffffff;
}

/* ---- txtimgcol-style-1 :end ---- */

/* ---- txtimgcol-style-2 :start ---- */
.txtimgcol-style-2 .tic-block {
    background-color: #f6f6f6;
    margin-bottom: 50px;
    overflow: hidden;
}

.txtimgcol-style-2 .tic-block:last-child {
    margin-bottom: 0;
}

.txtimgcol-style-2 .tic-row {
    /* row-gap: 24px; */
}

.txtimgcol-style-2 .tic-block:nth-child(even) .tic-row {
    flex-direction: row-reverse;
}

.txtimgcol-style-2 .tic-image {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.txtimgcol-style-2 .tic-image img {
    max-width: 100%;
    height: auto;
}

.txtimgcol-style-2 .tic-image.image-cover img {
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center;
}

.txtimgcol-style-2 .tic-image.vid a {
    width: 100%;
    height: 100%;
    position: relative;
}

.txtimgcol-style-2 .tic-image.vid a::after {
    content: '\f144';
    font-family: "Font Awesome 6 Free";
    font-size: 50px;
    color: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 0px 0px 40px rgba(0, 0, 0, 1);
    opacity: 0.7;
    transition: 0.5s;
}

.txtimgcol-style-2 .tic-image.vid a:hover::after {
    opacity: 1;
}
.txtimgcol-style-2 .tic-image.vid a::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: .3;
}
.txtimgcol-style-2 .tic-text {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 40px;
    color: #272727;
}

/* ---- txtimgcol-style-2 :end ---- */

/* ---- table-style-1 :start ---- */
.table-style-1 {
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 400;
}

.table-style-1 tr:first-child,
.table-style-1 tr:first-child {
    border-top-width: 1px;
}

.table-style-1 tr th,
.table-style-1 tr td {
    padding: 15px 15px;
}

.table-style-1 thead {
    color: #ffffff;
    background-color: #cdcdcd;
}

.table-style-1 thead tr th,
.table-style-1 thead tr td {
    background-color: inherit;
}

/* ---- table-style-1 :end ---- */

/* ----- gmap :start ----- */
.gmap {
    width: 100%;
    height: auto;
    min-height: 400px;
    position: relative;
}

.gmap iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

/* ----- gmap :end ----- */

/* ----- para-1 :end ----- */
.para-1 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}

/* ----- para-1 :end ----- */

/* ----- video-wrap-1 :start ----- */
.video-wrap-1 {
    width: 100%;
    height: auto;
    min-height: 350px;
    aspect-ratio: 16/9;
    position: relative;
}

.video-wrap-1 iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

/* ----- video-wrap-1 :end ----- */

/* ----- video-icon-1 :end ----- */
.video-icon-1 {
    width: 100%;
    height: auto;
    position: relative;
}

.video-icon-1::after {
    content: '\f144';
    font-family: "Font Awesome 6 Free";
    font-size: 50px;
    color: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 0px 0px 40px rgba(0, 0, 0, 1);
    opacity: 0.7;
    transition: 0.5s;
}

.video-icon-1:hover::after {
    opacity: 1;
}

/* ----- video-icon-1 :end ----- */

/* ----- box-style-1 :start ----- */
.box-style-1 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border: 2px solid #d6d6d6;
}

.box-style-1 .bs1-image {
    width: 100%;
    height: 100px;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.box-style-1 .bs1-image img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.box-style-1 .bs1-text {
    width: 100%;
    text-align: center;
}

.box-style-1 .bs1-text h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 15px;
}

.box-style-1 .bs1-text p {
    font-size: 18px;
    font-weight: 400;
}

/* ----- box-style-1 :end */

/* ----- image-box-1 :start */
.image-box-1 {
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    overflow: hidden;
    transition: 0.5s;
}

.image-box-1 img {
    width: 100%;
    height: auto;
}

.image-box-1:hover {
    border-color: #2b8fda;
}

/* ----- image-box-1 :end ----- */

/* ---- owldots-1 :start ---- */
.owldots-1 .owl-dots {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 40px;
}

.owldots-1 .owl-dots .owl-dot span {
    width: 30px;
    height: 10px;
    background: #afafaf;
    border: 2px solid #afafaf;
    border-radius: 10px;
    display: flex;
    transition: 0.5s;
}

.owldots-1 .owl-dots .owl-dot:hover span {
    background-color: #000000;
    border-color: #000000;
}

.owldots-1 .owl-dots .owl-dot.active span {
    width: 40px;
    height: 10px;
    background-color: #000000;
    border-color: #000000;
}

/* ---- owldots-1 :end ---- */

/* ---- owldots-2 :start ---- */
.owldots-2 .owl-dots {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 40px;
}

.owldots-2 .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background-color: #afafaf;
    border: 2px solid #afafaf;
    border-radius: 10px;
    display: flex;
    transition: 0.5s;
}

.owldots-2 .owl-dots .owl-dot:hover span {
    background-color: transparent;
    border-color: #000000;
}

.owldots-2 .owl-dots .owl-dot.active span {
    background-color: #000000;
    border-color: #000000;
}

/* ---- owldots-2 :end ---- */

/* ---- owlnav-1 :start ---- */
.owlnav-1 .owl-nav button.owl-prev, 
.owlnav-1 .owl-nav button.owl-next  {
    position: absolute;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    font-size: 14px;
    color: #ffffff;
    background-color: #0895d2;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: 0.5s;
}
.owlnav-1 .owl-nav button.owl-prev {
    left: 12px;
}
.owlnav-1 .owl-nav button.owl-next {
    right: 12px;
}
.owlnav-1 .owl-nav button.owl-prev:hover, 
.owlnav-1 .owl-nav button.owl-next:hover  {
    color: #ffffff;
    background-color: #000000;
    opacity: 1;
}
.owlnav-1 .owl-nav button.owl-prev.disabled, 
.owlnav-1 .owl-nav button.owl-next.disabled  {
    opacity: 0.1 !important;
    pointer-events: none;
}
/* ---- owlnav-1 :end ---- */

/* COMMON STYLE :END */

/* banner slide: Start */
.group-home-banner .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* background: red; */
    padding-left: 25px;
    padding-right: 25px;
    transform: translateY(-50%);
    opacity: 0;
    transition: 0.5s;
}

.group-home-banner:hover .owl-nav {
    opacity: 1;
}

.group-home-banner .owl-nav .owl-prev,
.group-home-banner .owl-nav .owl-next {
    font-size: 50px !important;
    color: #fff !important;
    /* background: green !important; */
}

/* banner slide: End */

.vehicles-in-stock {
    padding: 60px 0;
}

.vehicles-in-stock .hd-type-1 {
    margin-bottom: 45px;
}

.vehicles-in-stock .cell-row {
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.vehicles-in-stock .cell-row .cell {
    flex: 1 0 calc(100% / 6);
    box-sizing: border-box;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    padding: 10px;
}

.vehicles-in-stock .cell-row .cell img {
    width: 170px;
    max-height: 80px;
    transform: scale(1);
    transition: 0.3s;
    height: auto;
}

.vehicles-in-stock .cell-row .cell:hover img {
    transform: scale(1.1);
}

/* Home new cars: Start */
.home-new-cars {
    background: url('../images/new-cars-bg.webp') center center no-repeat;
    background-size: cover;
    /* height: 500px; */
    padding: 65px 0 30px 0;
}

.home-new-cars h2 {
    font-weight: 600;
    font-size: 42px;
    margin: 0 0 50px 0;
    color: #000000;
    text-transform: uppercase;
}

.home-new-cars .cell-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.home-new-cars .cell-row .cell {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home-new-cars .cell-row .cell img {
    transform: scale(1);
    transition: 0.3s;
    width: auto;
    max-width: 100%;
    height: auto;
}

.home-new-cars .cell-row .cell:hover img:first-child {
    transform: scale(1.1);
}

.home-new-cars p {
    font-weight: 500;
    color: #fff;
    margin: 40px 0 0 0;
    text-transform: uppercase;
    text-align: center;
}

/* Home new cars: End */

/* Home offers: Start */
.home-offers {
    padding: 30px 0;
}

.home-offers .cell {
    position: relative;
    overflow: hidden;
    display: block;
}

.home-offers .cell::after {
    width: 100%;
    height: 100%;
    background: #000000;
    background: linear-gradient(30deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 35%);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}

.home-offers .cell span {
    font-weight: 600;
    font-size: 24px;
    display: block;
    position: absolute;
    left: 30px;
    bottom: 22px;
    color: #fff;
    line-height: 1.1;
    z-index: 1;
}

.home-offers .cell img {
    transition: 0.3s;
    transform: scale(1);
    height: auto;
}

.home-offers .cell:hover img {
    transform: scale(1.1);
}

/* Home offers: End */

/* Home about: Start */
.home-about {
    background: #f0f0f0;
    padding: 50px 0;
}

.home-about .inner {
    background: url('../images/home-about.webp') center center no-repeat;
    background-size: cover;
}

.home-about .inner .inner-cell {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
}

.home-about .inner .cell {
    width: 575px;
    background: #f0f0f0;
    padding: 60px;
    margin-right: 160px;
}

.home-about .inner .cell h4 {
    font-size: 24px;
    font-weight: 600;
    color: #272727;
    line-height: 1.1;
    margin: 0 0 22px 0;
}

.home-about .inner .cell p {
    font-size: 18px;
    color: #272727;
    margin: 0 0 20px 0;
}

/* Home about: End */

/* Approved Used Cars: Start */
.approved-used-cars {
    background: #000000;
    padding: 60px 0;
    overflow: hidden;
}

.approved-used-cars .hd-type-2 {
    margin-bottom: 40px;
}

/* ---- owlsameheight :start ---- */
.owlsameheight .owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.owlsameheight .owl-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto !important;
}

.owlsameheight .owl-item .item {
    width: 100% !important;
    height: 100% !important;
}

/* ---- owlsameheight :end ---- */

/* ---- owlitemscenter :start ---- */
.owlitemscenter .owl-stage {
    margin: 0 auto;
}
/* ---- owlitemscenter :end ---- */

.group-used-car-slide {
    padding-left: 20px;
    padding-right: 20px;
}

.group-used-car-slide .item,
.group-used-car-slide .owl-item {
    height: 100%;
}

.group-used-car-slide .owl-nav {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    padding: 45px 0 0 0;
}

.group-used-car-slide .owl-nav .owl-prev,
.group-used-car-slide .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    border: 1px solid #fff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.group-used-car-slide .owl-nav .owl-prev i,
.group-used-car-slide .owl-nav .owl-next i {
    color: #fff;
    font-size: 12px;
}

.group-used-car-slide .owl-nav .owl-prev:hover,
.group-used-car-slide .owl-nav .owl-next:hover {
    background: #fff;
}

.group-used-car-slide .owl-nav .owl-prev:hover i,
.group-used-car-slide .owl-nav .owl-next:hover i {
    color: #000000;
}

/* Approved Used Cars: End */

/* Used Car List: Start */
.used-car-list {
    border: 1px solid #383838;
    padding: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.used-car-list .imgBx {
    width: 100%;
}

.used-car-list .imgBx img {
    width: 100%;
    aspect-ratio: 1 / 0.67;
    background-size: cover;
    object-position: center;
    height: auto;
}

.used-car-list .details {
    padding: 20px 40px 40px 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
}

.used-car-list .details .top {
    /* flex: 1; */
}

.used-car-list .buttons-wrap .btn-type-1 {
    width: 100%;
    margin-bottom: 6px;
}

.used-car-list .buttons-wrap .btn-type-1:hover {
    background: #fff;
    color: #2b8fda;
}

.used-car-list .buttons-wrap .btn-type-1:hover i {
    color: #2b8fda;
}

.used-car-list .title {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    display: block;
}

.used-car-list .title sub {
    font-weight: 400;
    display: block;
    bottom: auto;
    font-size: 14px;
    line-height: normal;
}

.used-car-list .price {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    margin: 20px 0 0 0;
    display: block;
}

.used-car-list .price sub {
    font-size: 16px;
    color: #77c4fd;
    font-weight: 700;
    bottom: auto;
    line-height: normal;
    display: block;
}

.used-car-list ul {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.used-car-list ul span {
    font-weight: 700;
}

.used-car-list ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 8px 0;
}

.used-car-list .info {
    font-size: 14px;
    color: #fff;
    line-height: normal;
    margin: 15px 0 20px 0 !important;
    padding: 15px 0;
    border-top: 1px solid #383838;
    border-bottom: 1px solid #383838;
    font-weight: 300;
}

.used-car-list .fa-bookmark {
    color: #fff;
    position: absolute;
    left: 20px;
    top: 22px;
    cursor: pointer;
}

.used-car-list .fa-solid.fa-bookmark {
    color: #db7930;
}

/* Used Car List: End */

.g-banner-2 {
    padding: 25px 0;
}

.g-banner-2 .inner {
    width: 100%;
    position: relative;
}

.g-banner-2 .inner::after {
    width: 100%;
    height: 100%;
    background: #000000;
    background: linear-gradient(30deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 35%);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}

.g-banner-2 img {
    width: 100%;
    height: auto;
}

.g-banner-2 span {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 30px 30px 30px;
    text-transform: uppercase;
    z-index: 1;
}

/* footer: Start */
footer {
    background: #000000;
}

footer .ftr-top {
    display: flex;
    gap: 40px;
    padding: 55px 0;
}

footer ul.menu-links {
    font-size: 16px;
    color: #fff;
    list-style: none;
    font-weight: 400;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    margin: 0;
    padding: 0;
}

footer ul.menu-links li {
    padding: 0 0 0 24px;
    position: relative;
    margin: 0 0 15px 0;
    break-inside: avoid;
}

footer ul.menu-links li::after {
    width: 4px;
    height: 2px;
    background: #fff;
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
}

footer ul.menu-links li a {
    color: #fff;
}

footer ul.menu-links li a:hover {
    text-decoration: underline;
}

footer .ftr-top p {
    font-size: 16px;
    color: #fff;
    margin: 0 0 15px 0;
    font-weight: 400;
    line-height: 1.2;
}

footer .ftr-top .cell {
    flex: 1;
}

footer .ftr-top .cell.c1 {
    min-width: 340px;
}

footer .ftr-top .cell.c3 {
    max-width: max-content;
}
footer .ftr-top .cell.c3 .btn-type-1 {
    min-width: auto;
}

footer .ftr-top .cell.c4 {
    max-width: 155px;
}

footer ul.social-links {
    list-style: none;
    font-size: 16px;
    color: #fff;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3px;
}

footer ul.social-links li {
    margin: 0 0 0 0;
}

footer ul.social-links li a {
    background: #383838;
    display: table;
    color: #fff;
    padding: 0;
    width: 36px;
    height: 36px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer ul.social-links li.fb a:hover {
    background: #1877f2;
}

footer ul.social-links li.link a:hover {
    background: #0a66c2;
}

footer ul.social-links li.yt a:hover {
    background: #ff0000;
}

footer ul.social-links li.insta a:hover {
    background: #e1306c;
}

footer .ftr-logo {
    display: table;
    margin: 0 0 25px 0;
}

footer .btn-type-1:hover {
    background: #fff;
    color: #2b8fda;
}

footer .btn-type-1:hover i {
    color: #2b8fda;
}

footer .ftr-bottom {
    padding: 40px 0 0 0;
    border-top: 1px solid #1a1a1a;
}

footer .ftr-bottom p {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    margin: 0 0 15px 0;
}

footer .copyright {
    padding: 20px 0 20px 0;
    margin: 40px 0 0 0;
    border-top: 1px solid #1a1a1a;
}

footer .copyright span {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    margin: 0;
}

footer .copyright span a {
    color: #fff;
}

footer .copyright span a:hover {
    text-decoration: underline;
}

/* footer: End */

/* Common Search :start */
.usedcarsearch-section {
    width: 100%;
    position: relative;
}

.common-search-outer {
    width: 100%;
    background-color: transparent;
}

.common-search {
    padding: 30px 0px;
    z-index: 99;
}

.common-search .car-search {
    margin: 0 auto;
    width: 100%;
}

.common-search .car-search .common-search-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #000000;
    padding: 15px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

.common-search .car-search .common-search-title span {
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.common-search .car-search .common-search-title span::before {
    content: '|';
    padding: 0px 15px;
}

.common-search .car-search .bootstrap-select button {
    height: 60px;
    line-height: 60px;
    padding: 8px 20px 0px 20px;
    border: 0px !important;
    border-radius: 0px;
    background: #fff;
    outline: none !important;
}

.car-search .dropdown.bootstrap-select button:focus {
    box-shadow: none;
}

.common-search .car-search .bootstrap-select .dropdown-menu {
    background: #fff;
}

.common-search #collapseSearch {
    width: 100%;
}

.car-search {
    display: table;
    margin: 0 auto 30px auto;
}

.car-search .bootstrap-select {
    width: 100% !important;
}

.car-search .bootstrap-select .dropdown-menu {
    padding: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-bottom: 1px;
    border: 0px;
}

.car-search .bootstrap-select .dropdown-menu .dropdown-item {
    padding: 10px 20px;
    font-size: 14px;
    white-space: normal;
}

.car-search .bootstrap-select .dropdown-menu .dropdown-item:hover {
    background: #000;
    color: #FFF;
}

.car-search .bootstrap-select .dropdown-menu .dropdown-item.active {
    background: #cd2027;
}

.car-search .bootstrap-select .filter-option-inner-inner {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #212428 !important;
}

.car-search .big {
    width: calc(20% - 10px);
    float: left;
    margin-right: 10px;
    position: relative;
}

.car-search .small {
    width: calc(12% - 10px);
    float: left;
    margin-right: 10px;
    position: relative;
}

.car-search .eql {
    position: relative;
    width: 25%;
    float: left;
    border-left: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

.car-search .eql:last-child {
    margin-right: 0;
    border-right: 1px solid #d7d7d7;
}

.car-search .card-body {
    border: 0px;
    padding: 0;
    background: #f3f3f3;
}

.car-search .adv-search {
    font-size: 14px;
    color: #000;
    position: relative;
    padding: 0;
    float: right;
    font-weight: bold;
    box-shadow: none;
    text-decoration: underline;
}

.car-search .adv-search::after {
    width: 100%;
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}

.car-search .adv-search:hover {
    color: #cd2027;
}

.car-search span.cars {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    margin-left: 5px;
    margin-top: 2px;
    display: block;
    float: left;
}

.car-search span.cars b {
    color: #4ba82e;
    font-weight: 600;
}

.car-search span.title {
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    position: absolute;
    top: 12px;
    left: 18px;
    z-index: 1;
}

.car-search button.search {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    background-color: #2b8fda;
    border: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 0px 10px;
    width: auto;
    height: 61px;
    flex: 1;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-transform: uppercase;
}

.car-search button.search:hover {
    color: #ffffff;
    background: #000000;
}

.car-search .defaultsearch {
    display: flex;
}

.car-search .big.eql,
.car-search .small.eql {
    /* width: 16.66%; */
    width: auto;
    min-width: 1px;
    flex: 1;
    margin-right: 0;
}

.car-search .dropdown-toggle::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    color: #000000;
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: 0;
    border: 0;
}

.car-search .dropup .dropdown-toggle::after {
    position: absolute;
    cursor: pointer;
    right: 10px;
    border: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f106";
    font-size: 12px;
}

.search-reset {
    font-size: 14px;
    color: #000;
    position: relative;
    padding: 0;
    font-weight: bold;
    box-shadow: none;
}

.search-reset::after {
    content: '|';
    font-size: 14px;
    color: #000;
    font-weight: bold;
    box-shadow: none;
    padding: 0px 10px;
}

.search-reset:hover {
    color: #cd2027;
}

.commonsearch-bottom {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.commonsearch-bottom .morebtn {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    text-decoration: none;
}

.commonsearch-bottom .morebtn i {
    margin-left: 5px;
}

.commonsearch-bottom .morebtn:hover {
    color: #2b8fda;
    text-decoration: none;
}

.moresearch {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* border-top: 1px solid #d7d7d7; */
}

.moresearch .eql:last-child {
    margin-left: auto;
}

.common-search .nice-select {
    color: #000000;
    border: 0;
    border-radius: 0;
    height: 60px;
    padding-top: 20px;
}

.common-search .nice-select::after {
    top: 39px;
    right: 20px;
    width: 8px;
    height: 8px;
    border-color: #000;
}

.common-search .nice-select .current {
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.common-search .nice-select .list {
    width: 100%;
    display: none;
    box-shadow: 0px 0px 2px 0px #000000;
}

.common-search .nice-select.open .list {
    display: block;
    margin-top: 0;
    height: auto;
    max-height: 250px;
    border-radius: 0;
    overflow: auto;
}

.common-search .nice-select .option.focus,
.common-search .nice-select .option.selected.focus {
    color: #ffffff;
    background-color: #2b8fda !important;
}

.common-search .nice-select .option:hover {
    color: #ffffff;
    background-color: #000000 !important;
}

.commonsearch-bottom .clearfilter {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.2;
    text-transform: uppercase;
    text-wrap: nowrap;
    color: #000000;
    background-color: transparent;
    border: 0;
    border-radius: 100px;
    padding: 0px 0px 0px 0px;
    margin-right: auto;
    display: inline-flex;
    justify-content: center;
    /* align-items: center; */
    gap: 3px;
    text-decoration: none;
}

.commonsearch-bottom .clearfilter i {
    font-size: 14px;
}

.commonsearch-bottom .clearfilter:hover {
    color: #e50034;
    text-decoration: none;
}

/* Common Search :End */


/* Header top section :start */
.header-top {
    width: 100%;
    height: auto;
    color: #28282b;
    background-color: #ffffff;
    border-bottom: 1px solid #ebebeb;
    padding: 0px 20px;
    overflow-x: clip;
}

.header-top .headtop-inner {
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 15px;
}

.header-top .htbtn-saved {
    width: auto;
    height: 100%;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #2b8fda;
    padding: 4px 24px 4px 2px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    position: relative;
    transition: 0.5s;
}

.header-top .htbtn-saved::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50dvw;
    height: 100%;
    transform: translateX(calc(-100% + 1px));
    background-color: inherit;
}

.header-top .htbtn-saved em {
    font-style: normal;
    text-align: center;
    color: #ffffff;
    background-color: #2378b8;
    border-radius: 100px;
    padding: 4px 3px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.header-top .htbtn-saved:hover {
    color: #ffffff;
    background-color: #2378b8;
}

.header-top .htbtn-saved:hover em {
    color: #2378b8;
    background-color: #ffffff;
}

.header-top .htin-list-1 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    color: #28282b;
    text-transform: uppercase;
}

.header-top .htin-list-1>li {
    height: 100%;
    display: inline-flex;
    align-items: center;
}

.header-top .htin-list-1>li::after {
    content: '|';
    color: #969697;
    padding: 0px 30px;
}

.header-top .htin-list-1>li:last-child::after {
    display: none;
}

.header-top .htin-list-1>li>a {
    height: 100%;
    color: #28282b;
    padding: 10px 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    outline: none;
}

.header-top .htin-list-1>li:last-child>a {
    padding-right: 0;
}

.header-top .htin-list-1>li>a:hover,
.header-top .htin-list-1>li:has(.dropdown-menu.show)>a {
    color: #0895d2;
}


.header-top .htin-list-1 .brands.dropdown i {
    margin-left: 5px;
}

.header-top .htin-list-1 .brands.dropdown .dropdown-menu {
    background: transparent;
    border-radius: 10px 0px 10px 10px;
    border: 0;
    padding: 0;
    overflow: hidden;
}

.header-top .htin-list-1 .brands.dropdown .dropdown-menu .dropdown-item {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: #28282b;
    text-transform: uppercase;
    border-bottom: 0;
    padding: 15px 10px;
}

.header-top .htin-list-1 .brands.dropdown .dropdown-menu .dropdown-item.cupra {
    color: #ffffff;
    background-color: #000000;
}

.header-top .htin-list-1 .brands.dropdown .dropdown-menu .dropdown-item.seat {
    color: #ffffff;
    background-color: #000000;
}

.header-top .htin-list-1 .brands.dropdown .dropdown-menu .dropdown-item.skoda {
    color: #ffffff;
    background-color: #0E3A2F;
}

.header-top .htin-list-1 .brands.dropdown .dropdown-menu .dropdown-item.volkswagen {
    color: #ffffff;
    background-color: #001E50;
}

.header-top .htin-list-1 .brands.dropdown .dropdown-menu .dropdown-item:hover {
    color: #ffffff;
    background-color: #2b8fda;
}

/* Header top section :end */

/* Header section :start */
header {
    width: 100%;
    background-color: #ffffff;
    padding: 0px 20px;
    overflow-x: clip;
}

.breakpoint-off .mobnav {
    display: none;
}

/* Header section :end */

/* Used car list page: Start */
.used-car-list-page {
    padding-bottom: 90px;
}

.used-car-list-page .used-car-list {
    border: 1px solid #dbd3cb;
    border-right: 0 !important;
    border-bottom: 0;
}

@media (min-width: 1200px) {

    .used-car-list-page .col-md-6:nth-child(4n) .used-car-list,
    .used-car-list-page .col-md-6:last-child .used-car-list {
        border-right: 1px solid #dbd3cb !important;
    }

    .used-car-list-page .col-md-6:nth-last-child(-n+4) .used-car-list {
        border-bottom: 1px solid #dbd3cb;
    }
}

@media (max-width: 1199px) {

    .used-car-list-page .col-md-6:nth-child(3n) .used-car-list,
    .used-car-list-page .col-md-6:last-child .used-car-list {
        border-right: 1px solid #dbd3cb !important;
    }

    .used-car-list-page .col-md-6:nth-last-child(-n+3) .used-car-list {
        border-bottom: 1px solid #dbd3cb;
    }
}

@media (max-width: 991px) {
    .used-car-list-page .col-md-6:nth-child(3n) .used-car-list {
        border-right: 0 !important;
    }

    .used-car-list-page .col-md-6:nth-last-child(-n+3) .used-car-list {
        border-bottom: 0;
    }

    .used-car-list-page .col-md-6:nth-child(2n) .used-car-list,
    .used-car-list-page .col-md-6:last-child .used-car-list {
        border-right: 1px solid #dbd3cb !important;
    }

    .used-car-list-page .col-md-6:nth-last-child(-n+2) .used-car-list {
        border-bottom: 1px solid #dbd3cb;
    }
}

@media (max-width: 767px) {
    .used-car-list-page .col-md-6:nth-child(2n) .used-car-list {
        border-right: 0 !important;
    }

    .used-car-list-page .col-md-6:nth-last-child(-n+2) .used-car-list {
        border-bottom: 0;
    }

    .used-car-list-page .col-md-6:nth-child(1n) .used-car-list {
        border-right: 1px solid #dbd3cb !important;
    }

    .used-car-list-page .col-md-6:nth-last-child(-n+1) .used-car-list {
        border-bottom: 1px solid #dbd3cb;
    }
}


/* 3 in a row : Start */

@media (min-width: 1200px) {

    .used-car-list-page.threeRow .col-md-6:nth-child(4n) .used-car-list {
        border-right: 0 !important;
    }

    .used-car-list-page.threeRow .col-md-6:nth-last-child(-n+4) .used-car-list {
        border-bottom: 0;
    }

    .used-car-list-page.threeRow .col-md-6:nth-child(3n) .used-car-list,
    .used-car-list-page.threeRow .col-md-6:last-child .used-car-list {
        border-right: 1px solid #dbd3cb !important;
    }

    .used-car-list-page.threeRow .col-md-6:nth-last-child(-n+3) .used-car-list {
        border-bottom: 1px solid #dbd3cb;
    }
}

@media (max-width: 1199px) {

    .used-car-list-page.threeRow .col-md-6:nth-child(3n) .used-car-list,
    .used-car-list-page.threeRow .col-md-6:last-child .used-car-list {
        border-right: 1px solid #dbd3cb !important;
    }

    .used-car-list-page.threeRow .col-md-6:nth-last-child(-n+3) .used-car-list {
        border-bottom: 1px solid #dbd3cb;
    }
}

@media (max-width: 991px) {
    .used-car-list-page.threeRow .col-md-6:nth-child(3n) .used-car-list {
        border-right: 0 !important;
    }

    .used-car-list-page.threeRow .col-md-6:nth-last-child(-n+3) .used-car-list {
        border-bottom: 0;
    }

    .used-car-list-page.threeRow .col-md-6:nth-child(2n) .used-car-list,
    .used-car-list-page.threeRow .col-md-6:last-child .used-car-list {
        border-right: 1px solid #dbd3cb !important;
    }

    .used-car-list-page.threeRow .col-md-6:nth-last-child(-n+2) .used-car-list {
        border-bottom: 1px solid #dbd3cb;
    }
}

@media (max-width: 767px) {
    .used-car-list-page.threeRow .col-md-6:nth-child(2n) .used-car-list {
        border-right: 0 !important;
    }

    .used-car-list-page.threeRow .col-md-6:nth-last-child(-n+2) .used-car-list {
        border-bottom: 0;
    }

    .used-car-list-page.threeRow .col-md-6:nth-child(1n) .used-car-list {
        border-right: 1px solid #dbd3cb !important;
    }

    .used-car-list-page.threeRow .col-md-6:nth-last-child(-n+1) .used-car-list {
        border-bottom: 1px solid #dbd3cb;
    }
}

/* 3 in a row : End */

.used-car-list-page .used-car-list .title {
    color: #000;
}

.used-car-list-page .used-car-list .price {
    color: #000;
}

.used-car-list-page .used-car-list .price sub {
    color: #000;
}

.used-car-list-page .used-car-list ul {
    color: #000;
}

.used-car-list-page .used-car-list .info {
    color: #000;
}

.used-car-list-page .used-car-list .buttons-wrap .btn-type-1 {
    background: #000;
    border: 1px solid #000;
}

.used-car-list-page .used-car-list .buttons-wrap .btn-type-1.style-2 {
    color: #000;
    background: none;
}

.used-car-list-page .used-car-list .buttons-wrap .btn-type-1.style-2 i {
    color: #000;
}

.used-car-list-page .used-car-list .buttons-wrap .btn-type-1:hover {
    background: #2b8fda;
    color: #fff;
    border: 1px solid #2b8fda;
}

.used-car-list-page .used-car-list .buttons-wrap .btn-type-1:hover i {
    color: #fff;
}

.used-car-list-page .used-car-list .fa-bookmark {
    color: #000;
}

.used-car-list-page .used-car-list .fa-solid.fa-bookmark {
    color: #db7930;
}

.used-car-list-page .pagi-style-1 {
    margin: 55px 0 0 0;
}

.used-car-list .details .top .video-play-icn {
    position: absolute;
    top: 22px;
    right: 40px;
    width: 20px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.used-car-list .details .top .video-play-icn img {
    width: 20px;
}
.used-car-list .details .top.with-video .title {
    padding-right: 30px;
}


/* Used car list page: End */

/* Strip banner: Start */
.strip-banner {
    background: #000000;
    padding: 35px 10px;
    text-align: center;
}

.strip-banner h1 {
    font-size: 42px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    color: #fff;
}

/* Strip banner: End */

/* Filrer section: Start */
.filrer-section {
    display: flex;
    flex-direction: row;
    margin: 0 0 30px 0;
}

.filrer-section .inner {
    display: flex;
    flex-direction: row;
    gap: 4px;
}

.filrer-section .inner .cell {
    width: 270px;
}

.filrer-section .inner .nice-select {
    background: #f1f1f1;
    border: 0;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 44px;
    height: 60px;
    line-height: 60px;
}

.filrer-section .inner .nice-select .current {
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
}

.filrer-section .inner .nice-select:after {
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
    height: 9px;
    margin-top: -5px;
    right: 24px;
    top: 50%;
    width: 9px;
}

.filrer-section .inner .nice-select .list {
    width: 100%;
    border-radius: 0;
    background: #f1f1f1;
    font-size: 12px;
}

.filrer-section .inner .nice-select .list li.selected,
.filrer-section .inner .nice-select .list li:hover {
    background: #2b8fda !important;
}

.filrer-section .inner .filter-nav {
    background: #f1f1f1;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    gap: 4px;
}

.filrer-section .inner .filter-nav a {
    color: #000;
}

.filrer-section .inner .filter-nav a:hover {
    color: #2b8fda;
}

/* Filrer section: End */


/* No data: Start */
.no-data {
    background: #f9f9f9;
    padding: 40px 20px;
    text-align: center;
    margin: 40px 0 0 0;
    text-align: center;
    border-radius: 15px;
    border: 1px solid #e3e3e3;
}

.no-data p {
    font-size: 20px;
    font-weight: 500;
    color: #373737;
    margin: 0;
}

/* No data: End */

/* Contact us page :start */
.contpg-top-section {
    width: 100%;
    height: auto;
    margin-bottom: 90px;
}

.contpg-top-section .contpg-topsec-title {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 35px;
}

.contpg-topsec-block {
    width: 100%;
    height: 100%;
    background-color: #f2f3f3;
    border-radius: 33px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.contpg-topsec-block.ctsb-bg1 {
    background-color: #d8d9da;
}

.contpg-topsec-block .ctsb-image {
    width: 100%;
    height: auto;
    aspect-ratio: 305/232;
    flex-grow: 0;
    flex-shrink: 0;
    overflow: hidden;
}

.contpg-topsec-block .ctsb-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.contpg-topsec-block .ctsb-details {
    width: 100%;
    height: 100%;
    padding: 25px;
    display: flex;
    flex-direction: column;
}

.contpg-topsec-block .ctsb-details .cdet-top {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.contpg-topsec-block .ctsb-details .cdet-top h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    color: #000000;
    margin-bottom: 15px;
}

.contpg-topsec-block .ctsb-details .cdet-top p {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    margin-bottom: 15px;
}

.contpg-topsec-block .ctsb-details .cdet-bottom {
    width: 100%;
    height: auto;
    margin-top: auto;
}

.contpg-topsec-block .ctsb-details .cdet-bottom h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    color: #000000;
    margin-bottom: 15px;
}

.contpg-topsec-block .ctsb-details .cdet-bottom h4 a {
    color: inherit;
}

.contpg-topsec-block .ctsb-details .cdet-bottom .ctsb-btn {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    background-color: #2b8fda;
    border: 1px solid #2b8fda;
    border-radius: 7px;
    padding: 10px 15px;
    margin-bottom: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.contpg-topsec-block .ctsb-details .cdet-bottom .ctsb-btn:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}

/* Contact us page :end */

/* New car offer detail: Start */
.new-car-offer {
    padding: 100px 0;
}

.new-car-offer .car-detail-col h2 {
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    margin: 0;
}

.new-car-offer .car-detail-col .img-wrap {
    border: 1px solid #e3d7d7;
    padding: 70px 5px
}

.new-car-offer .car-detail-col .img-wrap img {
    max-width: 100%;
    height: auto;
}

.new-car-offer .car-detail-col ul {
    font-size: 16px;
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.new-car-offer .car-detail-col ul li {
    font-size: 20px;
    margin-top: 4px;
}

.new-car-offer .car-detail-col .btn {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: #000000;
    background-color: transparent;
    border: 1px solid #000000;
    border-radius: 50px;
    padding: 15px 20px;
    margin: 10px 0;
    transition: 0.5s;
    display: block;
}

.new-car-offer .car-detail-col .btn-typ2.btn {
    color: #fff;
    background-color: #000000;
}

.new-car-offer .car-detail-col .btn:hover {
    color: #fff;
    background-color: #0e3a2f;
    border: 1px solid #0e3a2f;
}

.new-car-offer .manual-list {
    margin-top: 20px;
}

.new-car-offer .manual-list ul {
    list-style-type: none;
    margin-bottom: 0;
}

.new-car-offer .manual-list ul li {
    padding: 10px 15px;
    background-color: #fff;
}

.new-car-offer .manual-list ul li label {
    margin: 0;
    padding: 0;
    float: left;
    font-size: 16px;
}

.new-car-offer .manual-list ul li span {
    float: right;
    font-size: 16px;
}

.new-car-offer .manual-list ul li:nth-child(odd) {
    background-color: #e8e8e8;
}

.new-car-offer h6 {
    font-size: 20px;
    line-height: 1;
    display: block;
    margin-bottom: 0px;
}

.new-car-offer .repre-sect {
    margin-top: 40px;
}

.new-car-offer .repre-sect h2 {
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.new-car-offer .repre-sect h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

.new-car-offer .terms-conditions {
    margin: 35px 0 0 0;
}

.terms-conditions h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.terms-conditions p {
    font-size: 15px;
    font-weight: 400;
    margin: 12px 0 0 0;
}

/* New car offer detail: End */

/* ---- .table-list-1 :start ---- */
.table-list-1 {
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
}

.table-list-1 tr:nth-child(odd) {
    background-color: #e8e8e8;
}

.table-list-1 tr td {
    padding: 10px 15px;
    background-color: transparent;
}

.table-list-1 tr td:last-child {
    text-align: right;
}

/* ---- .table-list-1 :end ---- */


/* ---- breadcrumb-style-1 :start ---- */
.breadcrumb-style-1 {
    background-color: #e7e8ec;
    padding: 20px 8px;
}

.breadcrumb-style-1 .bcrumb-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px 3px;
    overflow: clip;
}

.breadcrumb-style-1 .bcleft {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #000000;
    padding-right: 4px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.breadcrumb-style-1 .bcleft li {
    flex-shrink: 0;
    flex-grow: 0;
    position: relative;
}

.breadcrumb-style-1 .bcleft li:not(:last-child)::after {
    content: '|';
    padding-left: 15px;
}

.breadcrumb-style-1 .bcleft li a {
    color: inherit;
}

.breadcrumb-style-1 .bcleft li a:hover {
    text-decoration: underline;
}

.breadcrumb-style-1 nav {
    max-width: 100%;
}

.breadcrumb-style-1 .breadcrumb {
    max-width: 100%;
    margin: 0;
    flex-wrap: wrap;
    gap: 4px;
}

.breadcrumb-style-1 .breadcrumb .breadcrumb-item {
    flex-shrink: 1;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 0px;
}

/* .breadcrumb-style-1 .breadcrumb .breadcrumb-item:first-child {
    padding-left: 0;
} */
.breadcrumb-style-1 .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: '\f105';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 14px;
    padding-right: 4px;
}

.breadcrumb-style-1 .breadcrumb .breadcrumb-item a {
    color: inherit;
}

.breadcrumb-style-1 .breadcrumb .breadcrumb-item a:hover {
    text-decoration: underline;
}

.breadcrumb-style-1 .breadcrumb .breadcrumb-item.active {
    color: inherit;
    flex-shrink: 1;
}

/* ---- breadcrumb-style-1 :end ---- */

/* Body shop page: Start */
.body-shop-page {
    padding: 80px 0;
}

.body-shop-page h2 {
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 20px 0;
}

.body-shop-page .let-us-know {
    background: #e7e7e7;
    text-align: center;
    padding: 50px 15px;
    border-radius: 25px;
    margin: 0 0 0 0;
}

.body-shop-page .let-us-know h3 {
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 10px 0;
}

/* .body-shop-page .let-us-know p {
    font-size: 20px;
    margin: 0 0 20px 0;
    font-weight: 300;
} */
.body-shop-page h4 {
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.body-shop-page p {
    margin: 0 0 20px 0;
}

.body-shop-page .list-style-1 {
    color: #272727;
    font-size: 18px;
    font-weight: 300;
}

/* Body shop page: End */

/* Contact page :start */
.contpg-details {
    /* margin-top: -300px; */
    position: relative;
    z-index: 1;
}

.contpg-details .cpgdetails-inner {
    background-color: #ffffff;
    border: 1px solid #e7e7e7;
    padding: 30px 30px;
    margin-bottom: 50px;
}

.contpg-details .cpgdetails-inner:last-child {
    margin-bottom: 0px;
}

.contpg-details .cdin-left {
    width: 100%;
    height: 100%;
    padding: 0px 30px;
}

.contpg-details .cdin-left .contl-block {
    padding: 30px 0px;
    border-bottom: 1px solid #e4e4e4;
}

.contpg-details .cdin-left .contl-block:last-child {
    border-bottom: 0px;
}

.contpg-details .cdin-left .contl-block h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 12px;
}

.contpg-details .cdin-left .contl-block p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 3px;
}

.contpg-details .cdin-left .contl-block .clblock-list {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
    color: #000000;
}

.contpg-details .cdin-left .contl-block .clblock-list li {
    display: flex;
    margin: 0 0 5px 0;
}

.contpg-details .cdin-left .contl-block .clblock-list li span {
    display: block;
}

.contpg-details .cdin-left .contl-block .clblock-list li span:first-child {
    width: 100px;
}

.contpg-details .cdin-left .contl-block .clblock-list li span a {
    font-weight: 400;
    color: #000000;
}

.contpg-details .cdin-left .contl-block .clblock-list li a:hover {
    color: inherit;
    text-decoration: underline;
}

.contpg-details .cdin-left .contl-block .clblock-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    margin-top: 24px;
}

.contpg-details .cdin-right {
    width: 100%;
    height: 100%;
}

.openinghours-section {
    color: #ffffff;
    background-color: #2b8fda;
    padding: 50px 0px;
    margin: 50px 0px;
    overflow: hidden;
}

.oh-form .form-style-1 .nice-select::after {
    filter: brightness(0) invert(1);
    /* background-image: url('../images/select-arrow-white.webp'); */
}

.oh-form .nice-select .option:hover,
.oh-form .nice-select .option.focus,
.oh-form .nice-select .option.selected.focus,
.oh-form .nice-select .list .option:hover {
    background-color: #2b8fda !important;
    color: #fff;
}

.openinghours-section .ohsec-title {
    text-align: center;
    margin-bottom: 35px;
}

.openhours-table {
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    border-color: #665063;
    width: 100%;
    height: auto;
    margin: 0;
}

.openhours-table.table>:not(caption)>*>* {
    color: inherit;
    background-color: inherit;
    border-color: #1876bd;
}

.openhours-table tr th,
.openhours-table tr td {
    padding: 8px 0px;
}

.openhours-table tr th {
    font-size: 18px;
    font-weight: 600;
}

.openhours-table tr th:last-child,
.openhours-table tr td:last-child {
    text-align: right;
}


.cpgmakeanenquiry-section {
    width: 100%;
    height: auto;
    background-image: url('../images/contactpg-make-an-enquiry-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0px;
    position: relative;
}

.cpgmakeanenquiry-section::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.cpgmakeanenquiry-section .maesec-left {
    width: 100%;
    height: 100%;
    color: #ffffff;
}

.cpgmakeanenquiry-section .maesec-left h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    color: #ffffff;
}

.cpgmakeanenquiry-section .maesec-left p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
    color: #ffffff;
}


.cpgmakeanenquiry-section .maesec-left .maelist-1 {
    list-style: none;
    padding: 0px;
    margin: 15px 0px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
    color: #ffffff;
}

.cpgmakeanenquiry-section .maesec-left .maelist-1 li {
    padding: 0px 0 0px 20px;
    margin: 0px 0px 5px 0px;
    position: relative;
    overflow: hidden;
}

.cpgmakeanenquiry-section .maesec-left .maelist-1 li::before {
    content: '\f111';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 5px;
    color: #ffffff;
    position: absolute;
    top: 7px;
    left: 2px;
}

.cpgmakeanenquiry-section .maesec-left .maelist-1 li:last-child {
    margin-bottom: 0;
}

.cpgmakeanenquiry-section .maesec-left .maelist-1 li>a {
    color: inherit;
    text-decoration: none;
}

.cpgmakeanenquiry-section .maesec-left .maelist-1 li>a:hover {
    color: inherit;
    text-decoration: underline;
}






.cpgmakeanenquiry-section .maesec-right {
    width: 100%;
    height: 100%;
}

.cpgmakeanenquiry-section .maesec-right .maeright-form {
    background-color: #ffffff;
    padding: 50px 50px;
}

/* Contact page :end */

/* top-buttons-wrap :start */
.top-buttons-wrap {
    width: 100%;
    height: auto;
    padding: 48px 0px;
}

.top-buttons-wrap .tbw-inner {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

/* top-buttons-wrap :end */


/* Career page :start */
.career-block {
    width: 100%;
    height: auto;
    background-color: #e4e4e4;
    border-radius: 10px;
    overflow: hidden;
    padding: 30px 30px;
    display: flex;
    gap: 20px 8px;
}

.career-block .cbcol {
    display: flex;
    align-items: center;
}

.career-block .cbcol.c1 {
    width: 22%;
    flex-grow: 0;
    margin-right: auto;
}

.career-block .cbcol.c2 {
    width: 180px;
    flex-grow: 0;
    flex-shrink: 0;
    border-left: 2px solid #b0b0b0;
    border-right: 2px solid #b0b0b0;
}

.career-block .cbcol.c3 {
    width: 180px;
    flex-grow: 0;
    flex-shrink: 0;
}

.career-block .cbcol.c4 {
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: auto;
}

.career-block .cbcol>div {
    width: 100%;
}


.career-block h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 7px;
}

.career-block h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #000000;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.career-block h4 img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-right: 7px;
}

.career-block time {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #000000;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

.career-block time img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-right: 7px;
}

.career-block .viewBtn {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.1;
    color: #ffffff;
    background-color: #e50034;
    border: 2px solid #e50034;
    border-radius: 100px;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 12px;
    margin: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.career-block .viewBtn:hover {
    color: #e50034;
    background-color: transparent;
    border-color: #e50034;
}

/* Career page :end */


/* Career detail page :start */
.careersdetail-page {
    /* padding-bottom: 150px; */
}

.careersdetail-block {
    /* background-color: #ffffff; */
    /* border-radius: 30px; */
    /* padding: 40px 40px 0px 40px; */
    /* margin-top: -100px; */
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.careersdetail-block .cdblk-left {
    width: 100%;
    height: 100%;
    font-size: 16px;
}

.careersdetail-block .cdblk-right {
    width: 100%;
    height: 100%;
}

.careersdetail-block .cdspecs {}

.careersdetail-block .cdspecs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.careersdetail-block .cdspecs ul li {
    width: 50%;
    border-bottom: 1px solid #cbcbcb;
    padding: 20px 20px;
    display: flex;
    gap: 10px;
}

.careersdetail-block .cdspecs ul li:first-child {
    border-right: 1px solid #cbcbcb;
}

.careersdetail-block .cdspecs ul li .cds-icon {
    flex-grow: 0;
    flex-shrink: 0;
}

.careersdetail-block .cdspecs ul li .cds-icon img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.careersdetail-block .cdspecs ul li .cds-text h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 0;
}

.careersdetail-block .cdspecs ul li .cds-text h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 5px;
}

.careersdetail-block .cdform {
    width: 100%;
    height: auto;
    padding: 25px 25px;
    background-color: #e8e8e8;
    border-radius: 15px;
}

.careersdetail-block .cdform .form-label {
    font-size: 14px;
    text-transform: none;
    margin: 12px 0px;
}

.careersdetail-block .cdform .form-control {
    /* font-size: 12px; */
    background-color: #ffffff;
    border-color: #ffffff;
}

.careersdetail-block .cdform .nice-select {
    font-family: "Finlandica Text", sans-serif;
    font-size: 13px;
    background-color: #ffffff;
    border-color: #ffffff;
}

/* Career detail page :end */

/* head-wrap-1 :start */
.head-wrap-1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px 15px;
    margin-bottom: 20px;
}

/* head-wrap-1 :end */

/* Business offer list :start */


.business-offer-text-box {
    width: 100%;
    height: 100%;
    text-align: center;
    background: #F1FBF5;
    border: 1px solid #CDEEDD;
    border-radius: 16px;
    padding: 20px;
}

.business-offer-text-box h4 {
    font-size: 16px;
    font-weight: 400;
    color: #41665A;
    margin-bottom: 5px;
}

.business-offer-text-box h5 {
    font-size: 18px;
    font-weight: 700;
    color: #0E3A2F;
    margin-bottom: 0px;
}


.businessoffer-listing.new-car-offer-listing-page {
    width: 100%;
    max-width: 100%;
}

.businessoffer-listing.new-car-offer-listing-page .explore-the-range .cell {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    margin: 0;
}

.businessoffer-listing.new-car-offer-listing-page .explore-the-range .cell .ctop {
    width: 100%;
}

.businessoffer-listing.new-car-offer-listing-page .explore-the-range .cell .cbottom {
    width: 100%;
    margin-top: auto;
}

.businessoffer-listing.new-car-offer-listing-page .explore-the-range .cell .cbbtns {
    width: 100%;
    display: flex;
    gap: 10px;
}

.businessoffer-listing.new-car-offer-listing-page .explore-the-range .cell .botext-1 {
    width: 100%;
    margin-top: 5px;
}

.businessoffer-listing.new-car-offer-listing-page .explore-the-range .cell .botext-1 p {
    font-size: 16px;
    color: #161718;
    margin-bottom: 10px;
}

.businessoffer-listing.new-car-offer-listing-page .explore-the-range .cell .botext-1 p b {
    font-weight: 700;
}

.businessoffer-listing.new-car-offer-listing-page .explore-the-range .cell .botext-2 {
    width: 100%;
    margin-top: 10px;
}

.businessoffer-listing.new-car-offer-listing-page .explore-the-range .cell .botext-2 p {
    font-size: 14px;
    color: #49647D;
    margin-bottom: 10px;
}

.businessoffer-listing.new-car-offer-listing-page .explore-the-range .cell .smtxt {
    width: 100%;
    margin: 10px 0px 20px;
}

.businessoffer-listing.new-car-offer-listing-page .explore-the-range .cell .smtxt:last-child {
    margin-bottom: 0;
}

.businessoffer-listing.new-car-offer-listing-page .explore-the-range .cell .smtxt p {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #747468;
    padding: 0;
    margin: 0;
}

.businessoffer-listing.new-car-offer-listing-page .explore-the-range .cell span {
    font-size: 20px;
}

.businessoffer-listing.new-car-offer-listing-page .explore-the-range .cell span sub {
    font-weight: 700;
}

.businessoffer-listing.new-car-offer-listing-page .explore-the-range .cell label.c1 {
    background: #00A3E0;
    color: #ffffff;
}

/* Business offer list :end */

/* 404 page :start */
.wrap-404-outer {
    width: 100%;
}

.wrap-404 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    padding: 0px;
}

.wrap-404 .right {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    padding: 100px 0px;
    background: #f1f1f1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.wrap-404 .right h1 {
    font-size: 40px;
    font-weight: 300;
    line-height: 1.2;
    margin: 30px 0 0 0;
}

.wrap-404 .right p {
    font-size: 21px;
    font-weight: 600;
    margin: 15px 0 0 0;
    display: block;
}

.wrap-404 .right img {
    width: auto;
    max-width: 100%;
    height: auto;
}

/* 404 page :end */

/* Business contract hire offers page :start */
.bchire-offers-page {}

.bchire-offers-page .bchoffers-list .bchoprice-wrap {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-top: 1px solid #383838;
    border-bottom: 1px solid #383838;
    padding: 15px 0px;
    margin-top: 20px;
    /* margin-bottom: 20px; */
}

.bchire-offers-page .bchoffers-list .bchoprice-wrap .price {
    font-size: 12px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.bchire-offers-page .bchoffers-list .bchoprice-wrap .price sub {
    font-size: 14px;
}

.bchire-offers-page .bchoffers-list .bchoprice-wrap .price sub em {
    font-size: 12px;
    font-style: normal;
}

.bchire-offers-page .bchoffers-list .bchoprice-wrap .price.monthly sub {
    /* font-size: 16px; */
    color: #2b8fda;
}


.bchire-offers-page .bchoffers-list .buttons-wrap {
    margin-top: 20px;
}

.bchire-offers-page .bchoffers-list .buttons-wrap .btn-type-1 {
    min-width: auto;
}

.bchire-offers-page .bchoffers-list .buttons-wrap a:last-child {
    margin-bottom: 0;
}

/* Business contract hire offers page :end */

/* Car color picker :start */
.car-color-picker {
    width: 100%;
}

.car-color-picker .car-color-tab {
    width: 100%;
    justify-content: center;
    gap: 5px;
    margin-top: 30px;
    margin-bottom: 0;
}

.car-color-picker .car-color-tab .nav-link {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border: 2px solid #dddddd;
    border-radius: 50%;
    padding: 0px;
    margin: 0px;
}

.car-color-picker .car-color-tab .nav-link span {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: auto;
}

.car-color-picker .car-color-tab .nav-link.active {
    border-color: #000000;
}


.car-color-picker .car-color-content {
    width: 100%;
    height: auto;
}

.car-color-picker .car-color-content .ccp-block .car-image {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.car-color-picker .car-color-content .ccp-block .car-image img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.car-color-picker .car-color-content .ccp-block .car-text {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.car-color-picker .car-color-content .ccp-block .car-text h3 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
}

.car-color-picker .car-color-content .ccp-block .car-text .price {
    display: block;
    font-size: 20px;
    font-weight: 400;
    margin: 0p;
}

/* Car color picker :end */

.view-video-btn {
    margin-top: 20px;
}
/* sticky button: Strat */
.sticky-button {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    z-index: 999;
    font-family: "Finlandica Text", sans-serif;
}

.sticky-button a {
    width: 42px;
    height: 180px;

    display: flex;
    align-items: center;
    justify-content: center;

    writing-mode: vertical-rl;
    transform: rotate(180deg);   
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;

    transition: .3s;
}

.sticky-button .a1 {
    background: #3b93d6;
    color: #fff;
}

.sticky-button .a2 {
    background: #fff;
    color: #3b93d6;
}

.sticky-button a:hover {
    background: #222;
    color: #fff;
}
    /* sticky button: End */