@import "https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&amp;family=Rethink+Sans:ital,wght@0,400..800;1,400..800&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&amp;family=Rethink+Sans:ital,wght@0,400..800;1,400..800&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&amp;family=Rethink+Sans:ital,wght@0,400..800;1,400..800&amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&amp;family=Rethink+Sans:ital,wght@0,400..800;1,400..800&amp;display=swap";
@import "../../../cdn.jsdelivr.net/npm/bootstrap-icons%401.5.0/font/bootstrap-icons.css";

.page-hero-premium {
    position: relative;
    padding: 150px 0;
    text-align: center;
    overflow: hidden;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 550px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.page-hero-premium .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}

.page-hero-premium .container {
    position: relative;
    z-index: 2;
}

.page-hero-premium h1 {
    font-size: 64px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
}

.page-hero-premium .accent-bar {
    width: 80px;
    height: 5px;
    background: #1d7548;
    margin: 0 auto 25px;
    border-radius: 2px;
}

.page-hero-premium p {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.98);
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
    font-weight: 500;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.page-hero-premium .bottom-accent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: #1d7548;
}

@media (max-width: 1199.98px) {
    .page-hero-premium {
        min-height: 450px;
        padding: 100px 0;
    }

    .page-hero-premium h1 {
        font-size: 48px;
    }

    .page-hero-premium p {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .page-hero-premium {
        min-height: 350px;
        padding: 80px 0;
    }

    .page-hero-premium h1 {
        font-size: 32px;
        letter-spacing: 1px;
    }

    .page-hero-premium p {
        font-size: 18px;
    }
}

.white {
    color: #fff !important;
}

.black {
    color: #000 !important;
}

.blue {
    color: #1d7548 !important;
}

.white {
    color: #fff !important;
}

.black {
    color: #000 !important;
}

.blue {
    color: #1d7548 !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav {
    display: inline-block;
    width: 100%;
}

a {
    color: #000;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

.padtbmax {
    padding-top: 120px;
    padding-bottom: 120px;
}

@media (max-width: 1199.98px) {
    .padtbmax {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (max-width: 767.98px) {
    .padtbmax {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.padtbmin {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (max-width: 1199.98px) {
    .padtbmin {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 767.98px) {
    .padtbmin {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

.readmore {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    grid-column-gap: 10px;
    font-weight: 600;
    font-family: "Inter Tight", serif;
}

.readmore:hover {
    color: #fff;
}

.readmore i {
    font-size: 24px;
}

.readmore.dark {
    color: #0547f2;
}

.readmore.dark:hover {
    color: #0547f2;
}

.medium-title {
    font-size: 32px;
    text-transform: uppercase;
    font-family: "Rethink Sans", serif;
    color: #02091b;
    text-transform: uppercase;
    line-height: 38px;
    margin-bottom: 18px;
}

@media (max-width: 1199.98px) {
    .medium-title {
        font-size: 22px;
        line-height: 30px;
    }
}

.para {
    color: #e0e0e2;
    font-family: "Inter Tight", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.6px;
}

.icon-white,
.icon-blue {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

@media (max-width: 1199.98px) {

    .icon-white,
    .icon-blue {
        width: 48px;
        height: 48px;
    }

    .icon-white img,
    .icon-blue img {
        max-width: 18px;
    }
}

@media (max-width: 575.98px) {

    .icon-white,
    .icon-blue {
        width: 36px;
        height: 36px;
    }
}

.icon-white {
    background: #fff;
}

.icon-white i {
    color: #0547f2;
}

.icon-blue {
    background-image: linear-gradient(to bottom, #0c7efa, #0547f2);
}

.icon-blue i {
    color: #fff;
}

.custom-form .toggle-action {
    display: flex;
}

.custom-form .toggle-action .btn-container {
    display: flex;
    margin: 0px auto 35px;
    font-size: 0;
    border: 1px solid #cfd0d5;
    border-radius: 50px;
    position: relative;
    background: #fff;
}

.custom-form .toggle-action .btn-container:before {
    background: #fff;
    content: none;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    z-index: -2;
}

.custom-form .toggle-action label {
    position: relative;
    cursor: pointer;
    font-size: 12px;
    display: inline-flex;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    padding: 10px 12px;
    transition: all 0.3s ease;
    align-items: center;
    grid-column-gap: 6px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-transform: uppercase;
    min-width: 150px;
}

@media (max-width: 575.98px) {
    .custom-form .toggle-action label {
        min-width: auto;
        font-size: 10px;
    }
}

.custom-form .toggle-action label i {
    font-size: 16px;
}

@media (max-width: 575.98px) {
    .custom-form .toggle-action label i {
        font-size: 14px;
    }
}

.custom-form .toggle-action #pizza+label:before,
.custom-form .toggle-action #pizza1+label:before {
    content: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease;
    border-radius: 50px;
}

.custom-form .toggle-action #pizza:checked+label:before,
.custom-form .toggle-action #pizza1:checked+label:before {
    left: 100%;
}

.custom-form .toggle-action #pizza:checked+label,
.custom-form .toggle-action #pasta:checked+label,
.custom-form .toggle-action #pizza1:checked+label,
.custom-form .toggle-action #pasta1:checked+label {
    color: #fff;
    background-image: linear-gradient(to bottom, #0c7efa, #1d7548);
}

.custom-form .form-label {
    margin-bottom: 8px;
    font-family: "Inter Tight", serif;
    color: #474747;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.custom-form .input-group .input-group-text {
    color: #02091b;
    background-color: #fff;
    border: 1px solid #cfd0d5;
    border-radius: 8px 0 0 8px;
    padding-right: 0;
    border-right: none;
}

.custom-form .input-group .form-select,
.custom-form .input-group .form-control {
    height: 64px;
    border-left: 0;
    box-shadow: none;
    margin: 0 !important;
    padding-left: 8px;
}

@media (max-width: 575.98px) {

    .custom-form .input-group .form-select,
    .custom-form .input-group .form-control {
        height: 36px;
    }
}

.custom-form .input-group .form-select:focus,
.custom-form .input-group .form-control:focus {
    border: 1px solid #dcdcdc;
    border-left: none !important;
}

.custom-form .form-select {
    background-image: url(../images/caret-down.png);
    background-size: 10px 6px;
}

.custom-form .form-select,
.custom-form .form-control {
    height: 64px;
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    background: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: "Inter Tight", serif;
    color: #010101;
    padding-left: 24px;
    box-shadow: none;
}

.custom-form .form-select:focus,
.custom-form .form-control:focus {
    border: 1px solid #1d7548;
}

@media (max-width: 575.98px) {

    .custom-form .form-select,
    .custom-form .form-control {
        height: 36px;
    }
}

.custom-form .form-select::-moz-placeholder,
.custom-form .form-control::-moz-placeholder {
    color: #929292;
}

.custom-form .form-select::placeholder,
.custom-form .form-control::placeholder {
    color: #929292;
}

.custom-form .main-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

@media (max-width: 575.98px) {
    .custom-form .main-btn {
        height: 36px;
    }
}

.custom-form .readmore {
    justify-content: center;
    font-weight: 600;
}

.custom-form .file-upload {
    border-radius: 4px;
    border: 1px solid #5685fa;
    background: #e7eeff;
    height: 50px;
}

@media (max-width: 575.98px) {
    .custom-form .file-upload {
        height: 36px;
    }
}

.custom-form .file-upload .form-control {
    display: none;
}

.custom-form .file-upload .input-group-text {
    width: 100%;
    margin: 0;
    background: rgba(0, 0, 0, 0);
    border: none;
    display: flex;
    grid-column-gap: 10px;
    color: #0547f2;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.custom-form .file-upload .input-group-text figure {
    width: auto;
}

.custom-form .custom-radio-check-box {
    display: flex;
    grid-column-gap: 40px;
    align-items: center;
}

.custom-form .custom-radio-check-box .form-check {
    display: flex;
    align-items: flex-start;
    margin: 0;
    grid-column-gap: 10px;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
}

.custom-form .custom-radio-check-box .form-check .form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 0;
    border-radius: 2px;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    border-radius: 4px;
    margin: 0;
}

.custom-form .custom-radio-check-box .form-check .form-check-input:checked[type="checkbox"] {
    background-image: url(../images/check-active.png);
    background-size: 10px;
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #1d7548;
}

.custom-form .custom-radio-check-box .form-check-label {
    color: #474747;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    width: calc(100% - 36px);
    max-width: 426px;
}

.custom-form .custom-radio-check-box .form-check-label span {
    display: block;
    font-size: 12px;
}

.custom-list {
    display: flex;
    grid-row-gap: 15px;
    flex-direction: column;
    margin-bottom: 30px;
}

.custom-list li {
    position: relative;
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    padding-left: 20px;
}

.custom-list li:before {
    content: "";
    display: block;
    width: 6px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    right: auto;
    border-radius: 0;
    background: url(../images/list-arrow.png);
}

.custom-list li.active,
.custom-list li:hover {
    color: #0547f2;
}

.default-list h2 {
    font-size: 48px;
    text-transform: uppercase;
    font-family: "Rethink Sans", serif;
    color: #fff;
    text-transform: uppercase;
    line-height: 52px;
    margin-bottom: 18px;
}

@media (max-width: 1199.98px) {
    .default-list h2 {
        font-size: 36px;
        line-height: 40px;
    }
}

@media (max-width: 575.98px) {
    .default-list h2 {
        font-size: 32px;
        line-height: 36px;
        text-align: center;
    }
}

.default-list h2 span {
    color: #5685fa;
}

.default-list p {
    color: #e0e0e2;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 18px;
}

.default-list ul {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    grid-row-gap: 14px;
}

@media (max-width: 1199.98px) {
    .default-list ul {
        margin-bottom: 30px;
    }
}

.default-list ul li {
    display: flex;
    align-items: center;
    grid-column-gap: 18px;
}

.default-list ul li figure {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 100%;
}

.default-list ul li figure i {
    color: #0547f2;
}

.default-list ul li span,
.default-list ul li a {
    color: #f2f2f2;
    font-size: 16px;
    font-weight: 500;
    width: calc(100% - 54px);
}

.default-list ul li .icon-bg {
    background-image: linear-gradient(to bottom, #0c7efa, #0547f2);
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.default-list ul li .icon-bg i {
    color: #fff;
}

.default-list ul li .icon-bg.icon-bg-md {
    width: 64px;
    height: 64px;
}

.default-list ul li .icon-bg.icon-bg-sm {
    width: 36px;
    height: 36px;
}

.info {
    display: flex;
    align-items: center;
    grid-column-gap: 10px;
}

.info p {
    color: #cfd0d5;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.707px;
    font-family: "Inter Tight", serif;
}

.info p i {
    color: #fff;
    font-size: 14px;
}

.custom-accordian {
    display: flex;
    grid-gap: 24px;
    flex-wrap: wrap;
}

.custom-accordian .accordion-item {
    border: none;
    display: grid;
    grid-row-gap: 16px;
    width: calc(50% - 12px);
}

@media (max-width: 767.98px) {
    .custom-accordian .accordion-item {
        width: 100%;
    }
}

.custom-accordian .accordion-body {
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    background: #fff;
}

.custom-accordian .accordion-button {
    padding: 27px 10px 27px 50px;
    color: #02091b;
    font-family: "Rethink Sans", serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    border-radius: 8px !important;
    background: #f6f6f6;
}

@media (max-width: 1399.98px) {
    .custom-accordian .accordion-button {
        padding: 20px 10px 20px 50px;
        font-size: 20px;
        line-height: 26px;
    }
}

@media (max-width: 1199.98px) {
    .custom-accordian .accordion-button {
        font-size: 18px;
        line-height: 22px;
    }
}

.custom-accordian .accordion-button:not(.collapsed) {
    color: #fff;
    box-shadow: none;
    position: relative;
    background: #1d7548;
}

.custom-accordian .accordion-button:not(.collapsed):before {
    content: none;
    width: 36px;
    height: 2px;
    background: #0547f2;
    position: absolute;
    left: 0;
    top: 0;
}

.custom-accordian .accordion-button::after {
    font-size: 20px;
    flex-shrink: 0;
    margin-left: auto;
    content: "";
    transition: transform 0.2s ease-in-out;
    background: rgba(0, 0, 0, 0);
    width: auto;
    height: auto;
    padding: 0;
    color: #1d7548;
    border-radius: 50%;
    transform: rotate(0deg);
    font-family: bootstrap-icons !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 18px;
    border: 1px solid rgba(0, 0, 0, 0);
    background-size: 100%;
}

.custom-accordian .accordion-button:not(.collapsed)::after {
    border: 0px solid #0547f2;
    color: #fff;
    transform: rotate(90deg);
    background: rgba(0, 0, 0, 0);
}

.custom-accordian .custom-list li {
    color: #64656a;
}

.custom-accordian .para {
    color: #403f45;
    font-weight: 400;
    margin-bottom: 0px;
}

.custom-accordian-2 .accordion-item {
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.custom-accordian-2 .accordion-item .accordion-header {
    width: 100%;
}

.custom-accordian-2 .accordion-item .accordion-header .accordion-button {
    padding-left: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background: rgba(0, 0, 0, 0);
    border: none;
    box-shadow: none;
}

@media (max-width: 1199.98px) {
    .custom-accordian-2 .accordion-item .accordion-header .accordion-button {
        padding-left: 58px;
    }
}

@media (max-width: 767.98px) {
    .custom-accordian-2 .accordion-item .accordion-header .accordion-button {
        flex-direction: column;
        align-items: flex-start;
        grid-row-gap: 20px;
        padding-left: 42px;
    }
}

.custom-accordian-2 .accordion-item .accordion-header .accordion-button:focus {
    color: #010101;
}

.custom-accordian-2 .accordion-item .accordion-header .accordion-button::after {
    content: none;
}

.custom-accordian-2 .accordion-item .accordion-header .accordion-button::before {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    content: "";
    background-image: url("../images/expansion-plus.svg");
    background-repeat: no-repeat;
    background-size: 64px;
    transition: transform 0.2s ease-in-out;
    position: absolute;
    left: 0;
}

@media (max-width: 1199.98px) {
    .custom-accordian-2 .accordion-item .accordion-header .accordion-button::before {
        width: 42px;
        height: 42px;
        background-size: 42px;
    }
}

@media (max-width: 767.98px) {
    .custom-accordian-2 .accordion-item .accordion-header .accordion-button::before {
        width: 32px;
        height: 32px;
        background-size: 32px;
    }
}

.custom-accordian-2 .accordion-item .accordion-header .accordion-button .accordian-title {
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
}

@media (max-width: 1199.98px) {
    .custom-accordian-2 .accordion-item .accordion-header .accordion-button .accordian-title {
        font-size: 30px;
        line-height: 35px;
        width: 220px;
    }
}

@media (max-width: 767.98px) {
    .custom-accordian-2 .accordion-item .accordion-header .accordion-button .accordian-title {
        font-size: 26px;
        line-height: 30px;
    }
}

.custom-accordian-2 .accordion-item .accordion-header .accordion-button .accordian-subtitle {
    color: #010101;
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    max-width: 560px;
    text-align: right;
}

@media (max-width: 1199.98px) {
    .custom-accordian-2 .accordion-item .accordion-header .accordion-button .accordian-subtitle {
        font-size: 20px;
        line-height: 28px;
        flex: 1;
    }
}

@media (max-width: 767.98px) {
    .custom-accordian-2 .accordion-item .accordion-header .accordion-button .accordian-subtitle {
        font-size: 16px;
        line-height: 22px;
    }
}

.custom-accordian-2 .accordion-item .accordion-body {
    padding: 40px 0;
}

.custom-table {
    margin-bottom: 0px;
}

.custom-table.table-striped>tbody>tr {
    border-top: 1px solid #dcdcdc;
    background-color: rgba(0, 0, 0, 0) !important;
    white-space: nowrap;
}

.custom-table.table-striped>tbody>tr:nth-of-type(odd) {
    background: rgba(0, 0, 0, 0);
    --bs-table-accent-bg: transparent;
}

.custom-table thead th {
    text-align: left;
    background: rgba(0, 0, 0, 0);
    color: #474747;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    padding: 16px 16px 16px 0;
}

.custom-table tbody th,
.custom-table tbody td {
    vertical-align: middle;
    color: #010101;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background: rgba(0, 0, 0, 0);
    padding: 16px 30px 16px 0;
}

.custom-table tbody th figure,
.custom-table tbody td figure {
    width: auto;
}

.custom-table .order-here {
    color: #0547f2;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    white-space: nowrap;
}

.card-list {
    display: flex;
    grid-column-gap: 20px;
    margin-bottom: 30px;
}

.card-list li {
    flex: 1;
    background: #fff;
    box-shadow: 0px 2px 20px 0px rgba(5, 47, 151, 0.12);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 20px;
}

.card-list li figure {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
    background-image: linear-gradient(180deg, #0c7efa -8.37%, #0547f2 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 18px;
}

@media (max-width: 1199.98px) {
    .card-list li figure {
        width: 52px;
        height: 52px;
    }

    .card-list li figure img {
        max-width: 22px;
    }
}

.card-list li p {
    color: #02091b;
    text-align: center;
    font-family: "Rethink Sans", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.073px;
    text-transform: uppercase;
}

@media (max-width: 1199.98px) {
    .card-list li p {
        font-size: 12px;
    }
}

.card-list li.selected {
    background: #0547f2;
}

.card-list li.selected figure {
    background: #fff;
}

.card-list li.selected p {
    color: #fff;
}

.chips-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 12px;
}

.chips-list ul li {
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    background: #fff;
    min-height: 36px;
    padding: 2px 18px;
    color: #010101;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.262px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease 0s;
}

.chips-list ul li:hover {
    border: 1px solid #010101;
    background: #010101;
    color: #fff;
}

.pagenation-block .pagination {
    grid-column-gap: 10px;
}

.pagenation-block .pagination .page-item .page-link {
    border: 0px solid #cfd0d5;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    line-height: normal;
}

.pagenation-block .pagination .page-item.active .page-link {
    background: #010101;
    color: #fff;
    border: 0px solid #0547f2;
}

.news-date {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    grid-column-gap: 14px;
}

.news-date li {
    color: #474747;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    position: relative;
    padding-left: 0px;
    display: flex;
    align-items: center;
    grid-column-gap: 8px;
}

@media (max-width: 767.98px) {
    .news-date li {
        font-size: 12px;
    }
}

.news-date li figure {
    width: auto;
    display: flex;
}

ul.check-list {
    display: flex;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-column-gap: 16px;
}

ul.check-list li {
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    background: url(../images/icon-check.png) no-repeat left top 4px;
    padding-left: 24px;
}

@media (max-width: 1199.98px) {
    ul.check-list li {
        font-size: 14px;
        line-height: 20px;
    }
}

.review-ratings .media {
    display: flex;
    align-items: flex-start;
    grid-column-gap: 24px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #dcdcdc;
}

.review-ratings .media:nth-last-child(1) {
    border: none;
    margin-bottom: 0;
}

.review-ratings .media h4 {
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 12px;
}

.review-ratings .media h4 span {
    color: #474747;
    font-family: "Inter Tight", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.review-ratings .media .exp-status {
    margin-bottom: 16px;
}

.review-ratings .media .exp-status span {
    display: flex;
    grid-column-gap: 8px;
}

.review-ratings .media .exp-status span i {
    color: #eedb09;
}

.review-ratings .media p {
    color: #010101;
    font-family: "Inter Tight", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.review-ratings .media .media-body {
    flex: 1;
}

.main-btn22 {
    min-height: 36px;
    padding: 4px 20px;
    font-family: "Inter Tight", serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 22.68px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.main-btn22 a {
    color: #fff;
}

.main-btn22 a:hover {
    color: #fff;
}

.main-btn22:hover {
    color: #fff;
}

.main-btn22 figure {
    width: auto;
}

.main-btn22.button-primary {
    background: #1d7548;
    color: #fff;
}

.main-btn22.button-secondary {
    background: #fff;
    color: #1d7548;
}

.main-btn22.button-primary-outline {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #1d7548;
    color: #1d7548;
}

.main-btn22.btn-lg {
    height: 50px;
}

.button-group {
    display: flex;
    align-items: center;
    grid-column-gap: 20px;
}

@media (max-width: 575.98px) {
    .button-group {
        flex-direction: column;
        grid-row-gap: 20px;
        align-items: flex-start;
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .button-group .btn {
        width: 100%;
        justify-content: center;
    }
}

.main-btn {
    position: relative;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
    font-family: "Rethink Sans", serif;
    font-size: 22px;
    font-weight: 500;
    min-height: 36px;
    padding: 4px 20px;
    overflow: hidden;
    border-radius: 3px;
    transition: all 0.5s linear;
    z-index: 1;
    line-height: 26px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    text-transform: none;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .main-btn {
        font-size: 18px;
        line-height: 20px;
    }
}

.main-btn a {
    color: #fff;
}

.main-btn a:hover {
    color: #fff;
}

.main-btn.button-primary {
    background: #1d7548;
    color: #fff;
}

.main-btn.button-secondary {
    background: #fff;
    color: #010101;
}

.main-btn.button-primary-outline {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #1d7548;
    color: #1d7548;
}

.main-btn.btn-lg {
    height: 64px;
    padding: 4px 40px;
}

@media (max-width: 1199.98px) {
    .main-btn.btn-lg {
        padding: 4px 30px;
    }
}

@media (max-width: 991.98px) {
    .main-btn.btn-lg {
        height: 50px;
    }
}

.main-btn::after {
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: 110%;
    left: 50%;
    background-color: #02091b;
    transform: translateX(-50%);
    border-radius: 0;
    z-index: -1;
}

.main-btn:hover::after {
    top: -40%;
}

.main-btn::before {
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: none;
    top: 50%;
    left: 110%;
    background-color: #fff;
    transform: translateY(-50%);
    z-index: -1;
}

.main-btn:hover:before {
    left: -40%;
}

.main-btn:hover {
    color: #fff;
}

#dvLoading {
    background: url(../images/loader.gif) no-repeat center center #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999;
}

.maxWidth {
    max-width: 1416px;
    margin: 0 auto;
    width: 100%;
}

@media (max-width: 1429.99px) {
    .maxWidth {
        padding: 0 15px;
    }
}

a {
    text-decoration: none;
}

a:hover {
    color: #1d7548;
}

html {
    scroll-behavior: smooth;
}

.bg-none {
    background: none !important;
}

.bg-grey {
    background: #f9f9f9 !important;
}

.shadow-none {
    box-shadow: none;
}

body {
    color: #010101;
    font-family: "Inter Tight", serif;
    font-weight: 400;
    font-size: 16px;
    overflow-x: hidden;
}

@media (max-width: 575.98px) {
    body {
        font-size: 14px;
    }
}

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

#myBtn {
    display: none;
    position: static;
    border: none;
    outline: none;
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
}

#myBtn i {
    display: none;
}

@media (max-width: 767.98px) {
    .filter-button {
        position: fixed;
        right: 0;
        top: 100px;
        background: #fff;
        z-index: 111;
        border-radius: 8px 0 0 8px;
        min-height: 40px;
        min-width: 40px;
        box-shadow: none !important;
        border: 1px solid #1d7548;
        align-items: center;
        justify-content: center;
    }
}

header {
    z-index: 11;
    position: relative;
    display: block;
}

header .bg-topbar-items {
    background: #f6f6f6;
    min-height: 54px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding: 5px 20px;
}

@media (max-width: 575.98px) {
    header .bg-topbar-items {
        min-height: 44px;
        padding: 2px 10px;
    }
}

header .menu-top-bar {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
    min-height: 56px;
    display: flex;
    align-items: center;
}

@media (max-width: 991.98px) {
    header .menu-top-bar {
        display: none;
    }
}

header .menu-top-bar .menu-top-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 991.98px) {
    header .menu-top-bar .menu-top-content {
        flex-direction: column;
        grid-row-gap: 10px;
        padding: 10px 0;
    }
}

header .menu-top-bar .menu-top-content .menu-topbar-left {
    display: flex;
    grid-column-gap: 20px;
}

@media (max-width: 575.98px) {
    header .menu-top-bar .menu-top-content .menu-topbar-left {
        flex-direction: column;
    }
}

header .menu-top-bar .menu-top-content .menu-topbar-left a {
    font-family: "Inter Tight", serif;
    color: #474747;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    grid-column-gap: 8px;
    display: flex;
    align-items: center;
}

@media (max-width: 575.98px) {
    header .menu-top-bar .menu-top-content .menu-topbar-left a {
        justify-content: center;
    }
}

header .menu-top-bar .menu-top-content .menu-topbar-left a i.bi-geo-alt {
    color: #1d7548;
    font-size: 16px;
    display: flex;
}

header .menu-top-bar .menu-top-content .menu-topbar-left a i {
    color: #d8d8d8;
}

header .menu-top-bar .menu-top-content .menu-topbar-left p,
header .menu-top-bar .menu-top-content .menu-topbar-left a {
    color: #010101;
}

header .menu-top-bar .menu-top-content .menu-topbar-right {
    display: flex;
}

header .menu-top-bar .menu-top-content .menu-topbar-right ul {
    display: flex;
    grid-column-gap: 24px;
    color: #010101;
}

header .menu-top-bar .menu-top-content .menu-topbar-right ul li {
    position: relative;
}

header .menu-top-bar .menu-top-content .menu-topbar-right ul li p,
header .menu-top-bar .menu-top-content .menu-topbar-right ul li a,
header .menu-top-bar .menu-top-content .menu-topbar-right ul li i {
    color: #010101;
    font-family: "Inter Tight", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
}

header .navbar {
    padding: 0 0px;
    min-height: 100px;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0);
    z-index: 11;
    top: 0;
}

@media screen and (max-width: 1750px) {
    header .navbar {
        padding: 0 0px;
    }
}

@media screen and (max-width: 1366px) {
    header .navbar {
        min-height: 80px;
    }
}

@media screen and (max-width: 991px) {
    header .navbar {
        min-height: 85px;
        padding: 0 0 0 0px;
    }
}

header .navbar>.container-fluid {
    max-width: 1416px;
    padding: 0;
}

@media (max-width: 1459.98px) {
    header .navbar>.container-fluid {
        padding: 0 15px;
    }
}

@media (max-width: 575.98px) {
    header .navbar>.container-fluid {
        grid-row-gap: 10px;
    }
}

header .navbar>.container-fluid .left-navbar {
    display: flex;
    align-items: center;
    width: 100%;
    grid-column-gap: 16px;
}

@media (max-width: 575.98px) {
    header .navbar>.container-fluid .left-navbar {
        width: 100%;
    }
}

header .navbar .searchbar {
    max-width: 350px;
    width: 100%;
}

@media (max-width: 1199.98px) {
    header .navbar .searchbar {
        max-width: 250px;
    }
}

header .navbar .searchbar .input-group .input-group-text,
header .navbar .searchbar .input-group .form-control {
    background: rgba(0, 0, 0, 0);
    border: rgba(0, 0, 0, 0);
    height: auto;
}

header .navbar .searchbar .input-group .input-group-text {
    padding: 0;
}

@media (max-width: 575.98px) {
    header .navbar .searchbar {
        display: none;
    }
}

header .navbar .navbar-collapse {
    flex: 100%;
}

header .navbar .button-primary {
    border-radius: 8px;
    max-width: 162px;
    width: 100%;
    min-height: 54px;
    min-width: 162px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: #fff;
    text-align: center;
    font-family: "Rethink Sans", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
}

@media screen and (max-width: 991px) {
    header .navbar .button-primary {
        min-width: -moz-max-content;
        min-width: max-content;
    }
}

@media (max-width: 575.98px) {
    header .navbar .button-primary {
        min-height: 44px;
        padding: 2px 15px;
    }
}

header .navbar .navbar-brand {
    margin: 0;
}

header .navbar .navbar-brand img {
    max-width: 250px;
}

@media screen and (max-width: 1400px) {
    header .navbar .navbar-brand img {
        max-width: 140px;
    }
}

@media (max-width: 575.98px) {
    header .navbar .navbar-brand img {
        max-width: 100px;
    }
}

header .navbar .navbar-toggler {
    margin-left: auto;
    border: 0px solid #b2b8d6;
    margin-right: 0px;
    box-shadow: none;
    outline: none;
    background: #f6f6f6;

    border-radius: 8px;
    padding: 5px 10px;
}

@media (max-width: 575.98px) {
    header .navbar .navbar-toggler {
        padding: 5px 10px;
    }
}

header .navbar .navbar-toggler .navbar-toggler-icon {
    background: url(../images/toggler-icon.png) no-repeat center center;
    background-size: 30px;
}

header .navbar .navbar-nav {
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 100%;
}

header .navbar .navbar-nav .nav-item {
    margin: 0 10px;
}

header .navbar .navbar-nav .nav-item.dropdown {
    margin-right: 0px;
}

@media screen and (max-width: 1600px) {
    header .navbar .navbar-nav .nav-item {
        margin: 0 8px;
    }
}

@media screen and (max-width: 1300px) {
    header .navbar .navbar-nav .nav-item {
        margin: 0 5px;
    }
}

@media screen and (max-width: 991px) {
    header .navbar .navbar-nav .nav-item {
        margin: 15px;
    }
}

header .navbar .navbar-nav .nav-item .nav-link {
    font-family: "Inter Tight", serif;
    padding: 5px 8px;
    position: relative;
    text-transform: capitalize;
    border-radius: 25px;
    transition: 0.2s all linear;
    font-weight: 400;
    color: #010101;
    font-style: normal;
    line-height: 20px;
    text-transform: uppercase;
}

@media screen and (max-width: 1600px) {
    header .navbar .navbar-nav .nav-item .nav-link {
        font-size: 14px;
        padding: 5px 10px;
    }
}

@media screen and (max-width: 1300px) {
    header .navbar .navbar-nav .nav-item .nav-link {
        padding: 5px 5px;
        font-size: 12px;
    }
}

@media screen and (max-width: 991px) {
    header .navbar .navbar-nav .nav-item .nav-link {
        font-size: 16px;
    }
}

header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #1d7548;
    transition: 0.2s all linear;
}

header .navbar .navbar-nav .nav-item .nav-link.active {
    color: #1d7548;
}

header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
    content: none;
}

header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle:before {
    content: "";
    width: 12px;
    height: 7px;
    position: absolute;
    top: 6px;
    left: calc(100% - 2px);
    border: none;
    background-size: 100%;
    font-family: bootstrap-icons !important;
}

header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle.active {
    position: relative;
}

header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle.active:after {
    content: none;
}

@media screen and (max-width: 991px) {
    header .navbar-collapse {
        width: 100%;
        max-width: 340px;
        background-color: #f2f7ff;
        transform: translate(0);
        position: fixed;
        z-index: 111;
        top: 0;
        left: -100% !important;
        transition: all 0.3s ease;
        height: 100vh;
        display: block !important;
        overflow-y: auto;
        border-right: 2px solid #333;
        border-radius: 0;
    }

    header .navbar-collapse .navbar-nav {
        grid-row-gap: 20px;
    }

    header .navbar-collapse .navbar-nav .nav-item {
        margin: 0;
        width: 100%;
    }

    header .navbar-collapse .navbar-nav .nav-item .nav-link.dropdown-toggle:before {
        left: auto;
        right: 10px;
    }

    header .navbar-collapse .navbar-nav>li>.dropdown-menu {
        border: 1px solid #aacbff;
    }

    header .navbar-collapse .navbar-nav>li>.dropdown-menu li {
        border-bottom: 1px solid #aacbff;
    }

    header .navbar-collapse.collapse.show {
        display: block;
        left: 0 !important;
        padding-top: 40px;
    }

    header .close-menu {
        display: block !important;
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
    }

    header .close-menu img {
        max-width: 25px;
    }
}

header .navbar-expand-lg {
    position: absolute;
    width: 100%;
    transition: all 0.4s ease;
}

@media (max-width: 575.98px) {
    header .navbar-expand-lg {
        padding: 10px 0;
    }
}

header .navbar-expand-lg.sticky {
    position: fixed;
    transition: all 0.4s ease;
    min-height: auto;
    box-shadow: 0px 20px 60px rgba(96, 89, 187, 0.0705882353);
    background: #fff;
    padding: 15px 0;
}

header .navbar-expand-lg.sticky .navbar-nav .nav-item .nav-link {
    font-size: 15px !important;
}

@media (max-width: 1140px) {
    header .navbar-expand-lg.sticky .navbar-nav .nav-item .nav-link {
        font-size: 12px !important;
    }
}

header .navbar-expand-lg.sticky .navbar-brand img {
    max-width: 100px;
}

header .navbar-nav>li>.dropdown-menu {
    opacity: 0;
    visibility: hidden;
    text-align: left;
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -50px;
    width: 180px;
    transition: all 0.3s 0.1s;
    display: inherit;
    padding: 0;
    border-radius: 0px;
    background: #f4f5f7;
    padding: 0px;
    border: 1px solid #fafafa;
}

@media screen and (max-width: 991px) {
    header .navbar-nav>li>.dropdown-menu {
        opacity: 1;
        transform: none;
        position: static;
        margin: 0;
        visibility: visible;
        width: auto;
        background: none;
        border: 1px solid rgba(249, 249, 249, 0.15);
    }
}

header .navbar-nav>li>.dropdown-menu li {
    margin-bottom: 0px;
    background: rgba(0, 0, 0, 0);
    padding: 10px 6px;
    border-bottom: 1px solid #ececec;
}

@media screen and (max-width: 991px) {
    header .navbar-nav>li>.dropdown-menu li {
        padding: 8px 15px;
        background: none;
    }
}

header .navbar-nav>li>.dropdown-menu li:hover,
header .navbar-nav>li>.dropdown-menu li.active {
    padding-left: 10px;
    border-left: 6px solid #1d7548;
    transition: all 0.2s ease-out;
    background: #fff;
}

header .navbar-nav>li>.dropdown-menu li:hover a,
header .navbar-nav>li>.dropdown-menu li.active a {
    color: #131319;
}

header .navbar-nav>li>.dropdown-menu li a {
    color: #131319;
    text-decoration: none;
    font-family: "Inter Tight", serif;
    font-size: 14px;
    display: flex;
    position: relative;
    z-index: 1;
    border-left: 6px solid rgba(0, 0, 0, 0);
}

header .navbar-nav>li>.dropdown-menu li a.nav-link {
    font-size: 14px;
}

header .navbar-nav>li>.dropdown-menu li a.nav-link:hover {
    color: #fff;
}

header .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: block;
    transform: scale(0);
    transition: ease-out 0.6s;
}

@media screen and (max-width: 991px) {
    header .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {
        opacity: 1;
        transform: none;
        transition: none;
        padding-left: 20px;
        background: none;
        border: none;
        padding: 0;
        border: none;
    }

    header .navbar-nav>li>.dropdown-menu>li>.dropdown-menu li {
        padding-left: 20px;
    }
}

header .navbar-nav>li>.dropdown-menu>li>.dropdown-menu li a {
    font-size: 14px;
    color: #2e4765;
    text-decoration: none;
}

@media screen and (max-width: 991px) {
    header .navbar-nav>li>.dropdown-menu>li>.dropdown-menu li a {
        color: #fff;
    }
}

header .navbar-nav>li>.dropdown-menu>li>.dropdown-menu li:hover a {
    color: #fff;
}

header .dropdown:hover .dropdown-menu {
    opacity: 1;
    top: 45px;
    visibility: visible;
}

header .header-baner-area {
    margin: 0px auto;
    min-height: 100vh;
    display: flex;
    height: 800px;
}

@media (min-width: 1920.98px) {
    header .header-baner-area {
        background-size: 100% !important;
    }
}

@media (max-width: 1415.98px) {
    header .header-baner-area {
        margin: 0px auto;
    }
}

@media (max-width: 1199.98px) {
    header .header-baner-area {
        margin: 0px auto;
        min-height: auto;
    }
}

@media (max-width: 767.98px) {
    header .header-baner-area {
        background-size: cover;
        height: auto;
    }
}

header .header-baner-area .header-content {
    max-width: 1416px;
    margin: 0px auto;
    display: flex;
    position: relative;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
    padding: 60px 0;
    flex-direction: column;
    height: 100vh;
}

@media (max-width: 1415.98px) {
    header .header-baner-area .header-content {
        padding: 100px 15px 30px;
    }
}

header .header-baner-area .header-content .header-left-content {
    width: 50%;
}

@media (max-width: 767.98px) {
    header .header-baner-area .header-content .header-left-content {
        width: 100%;
    }
}

header .header-baner-area .header-content .header-left-content h2 {
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 74px;
    font-style: normal;
    font-weight: 500;
    line-height: 80px;
    margin-bottom: 24px;
}

@media (max-width: 1199.98px) {
    header .header-baner-area .header-content .header-left-content h2 {
        font-size: 58px;
        line-height: 60px;
    }
}

@media (max-width: 991.98px) {
    header .header-baner-area .header-content .header-left-content h2 {
        font-size: 58px;
        line-height: 60px;
    }
}

@media (max-width: 575.98px) {
    header .header-baner-area .header-content .header-left-content h2 {
        font-size: 58px;
        line-height: 50px;
        text-align: center;
    }
}

header .header-baner-area .header-content .header-left-content h2 span {
    display: block;
    color: #1d7548;
}

header .header-baner-area .header-content .banner-heading {
    color: #fff;
    font-family: "Rethink Sans", serif;
    font-size: 94px;
    font-style: normal;
    font-weight: 500;
    line-height: 90px;
    margin-bottom: 50px;
}

@media (max-width: 1199.98px) {
    header .header-baner-area .header-content .banner-heading {
        font-size: 64px;
        line-height: 60px;
        margin-bottom: 35px;
        max-width: 70%;
    }
}

@media (max-width: 767.98px) {
    header .header-baner-area .header-content .banner-heading {
        max-width: 100%;
        font-size: 44px;
        line-height: 40px;
    }
}

header .header-baner-area .header-content .header-actions {
    display: flex;
    align-items: center;
    grid-column-gap: 22px;
    margin-bottom: 24px;
}

@media (max-width: 991.98px) {
    header .header-baner-area .header-content .header-actions {
        grid-column-gap: 12px;
    }
}

header .header-baner-area .header-content .header-actions .main-btn {
    border-radius: 24px;
    padding: 4px 50px;
    min-height: 50px;
    font-family: "Inter Tight", serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
}

header .header-baner-area .header-content .header-actions .main-btn.button-primary {
    background: #fff;
    border-color: #fff;
    color: #010101;
}

header .header-baner-area .header-content .header-actions .main-btn.button-primary:hover {
    color: #fff;
}

header .header-baner-area .header-content .header-actions .main-btn.button-primary-outline {
    background: rgba(0, 0, 0, 0);
    border-color: #fff;
    color: #fff;
}

@media (max-width: 991.98px) {
    header .header-baner-area .header-content .header-actions .main-btn {
        padding: 4px 30px;
    }
}

@media (max-width: 575.98px) {
    header .header-baner-area .header-content .header-actions .main-btn {
        width: 100%;
        justify-content: center;
    }
}

header.home2-header .header-baner-area {
    margin: 0px auto;
    background-color: rgba(0, 0, 0, 0);
    min-height: auto;
    height: auto;
    flex-direction: column;
}

@media (max-width: 1399.98px) {
    header.home2-header .header-baner-area {
        background-size: cover;
    }
}

header.home2-header .header-baner-area .header-content {
    padding-top: 240px;
    flex-direction: row;
    justify-content: space-between;
    grid-column-gap: 140px;
    padding-bottom: 0;
}

@media (max-width: 1399.98px) {
    header.home2-header .header-baner-area .header-content {
        padding-top: 160px;
    }
}

@media (max-width: 1199.98px) {
    header.home2-header .header-baner-area .header-content {
        grid-column-gap: 60px;
    }
}

@media (max-width: 991.98px) {
    header.home2-header .header-baner-area .header-content {
        grid-column-gap: 45px;
    }
}

@media (max-width: 767.98px) {
    header.home2-header .header-baner-area .header-content {
        flex-direction: column;
        grid-row-gap: 45px;
        padding-top: 100px;
    }
}

header.home2-header .header-baner-area .header-content .header-left-content {
    flex: 1;
}

@media (max-width: 991.98px) {
    header.home2-header .header-baner-area .header-content .header-left-content {
        width: 50%;
        flex: auto;
    }
}

@media (max-width: 767.98px) {
    header.home2-header .header-baner-area .header-content .header-left-content {
        width: 100%;
    }
}

header.home2-header .header-baner-area .header-content .header-left-content .headline {
    color: #fff;
    font-family: "Rethink Sans", serif;
    font-size: 74px;
    font-style: normal;
    font-weight: 500;
    line-height: 80px;
    margin-bottom: 42px;
}

@media (max-width: 1399.98px) {
    header.home2-header .header-baner-area .header-content .header-left-content .headline {
        font-size: 58px;
        line-height: 60px;
        margin-bottom: 32px;
    }
}

@media (max-width: 1199.98px) {
    header.home2-header .header-baner-area .header-content .header-left-content .headline {
        font-size: 48px;
        line-height: 50px;
    }
}

@media (max-width: 767.98px) {
    header.home2-header .header-baner-area .header-content .header-left-content .headline {
        font-size: 38px;
        line-height: 40px;
        margin-bottom: 24px;
    }
}

header.home2-header .header-baner-area .header-content .header-left-content .button-primary {
    width: 100%;
    max-width: 257px;
    height: 64px;
    justify-content: center;
    font-family: "Rethink Sans", serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
}

@media (max-width: 1199.98px) {
    header.home2-header .header-baner-area .header-content .header-left-content .button-primary {
        max-width: 215px;
        height: 54px;
        font-size: 18px;
        line-height: 22px;
    }
}

@media (max-width: 991.98px) {
    header.home2-header .header-baner-area .header-content .header-right-content {
        width: 50%;
        flex: auto;
    }
}

@media (max-width: 767.98px) {
    header.home2-header .header-baner-area .header-content .header-right-content {
        width: 100%;
    }
}

header.home2-header .header-baner-area .header-content .header-right-content .headline-small {
    color: #fff;
    font-family: "Rethink Sans", serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 24px;
}

header.home2-header .header-baner-area .header-content .header-right-content ul {
    max-width: 440px;
    display: flex;
    justify-content: space-between;
    grid-column-gap: 30px;
    border-radius: 8px;
    border: 1px solid #474747;
    background: #010101;
    padding: 30px;
    flex-wrap: wrap;
    grid-row-gap: 22px;
}

@media (max-width: 767.98px) {
    header.home2-header .header-baner-area .header-content .header-right-content ul {
        grid-column-gap: 16px;
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    header.home2-header .header-baner-area .header-content .header-right-content ul {
        flex-wrap: wrap;
        grid-row-gap: 16px;
    }
}

header.home2-header .header-baner-area .header-content .header-right-content ul li {
    width: calc(50% - 30px);
}

@media (max-width: 575.98px) {
    header.home2-header .header-baner-area .header-content .header-right-content ul li {
        width: calc(50% - 8px);
    }
}

header.home2-header .header-baner-area .header-content .header-right-content ul li p {
    color: #fff;
    font-family: "Rethink Sans", serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    margin-bottom: 10px;
}

@media (max-width: 1199.98px) {
    header.home2-header .header-baner-area .header-content .header-right-content ul li p {
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 8px;
    }
}

@media (max-width: 767.98px) {
    header.home2-header .header-baner-area .header-content .header-right-content ul li p {
        font-size: 22px;
        line-height: 24px;
    }
}

header.home2-header .header-baner-area .header-content .header-right-content ul li span {
    color: #f6f6f6;
    font-family: "Inter Tight", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

header.home2-header .header-baner-area .header-block-image img {
    width: 100%;
}

header.home3-header .navbar {
    top: 52px;
}

@media (max-width: 991.98px) {
    header.home3-header .navbar {
        top: 0px;
    }
}

header.home3-header .navbar.sticky {
    top: 0;
}

@media (max-width: 1399.98px) {
    header.home3-header .header-baner-area .header-content .header-left-content h2 {
        font-size: 64px;
        line-height: 65px;
    }
}

@media (max-width: 1199.98px) {
    header.home3-header .header-baner-area .header-content .header-left-content h2 {
        font-size: 54px;
        line-height: 55px;
        margin-bottom: 16px;
    }
}

@media (max-width: 991.98px) {
    header.home3-header .header-baner-area .header-content .header-left-content h2 {
        font-size: 34px;
        line-height: 35px;
    }
}

@media (max-width: 767.98px) {
    header.home3-header .header-baner-area .header-content .header-left-content h2 {
        color: #fff;
        text-align: left;
    }
}

header.home3-header .header-baner-area {
    background: none;
    margin: 0px auto;
    min-height: 100vh;
    display: flex;
    height: 820px;
    padding-top: 110px;
}

@media (max-width: 1399.98px) {
    header.home3-header .header-baner-area {
        min-height: auto;
    }
}

@media (max-width: 767.98px) {
    header.home3-header .header-baner-area {
        height: auto;
    }
}

header.home3-header .header-baner-area .header-content {
    max-width: 100%;
    margin: 0px auto;
    display: flex;
    position: relative;
    width: 100%;
    padding: 0px 0;
    flex-direction: row;
    align-items: inherit;
    justify-content: inherit;
}

header.home3-header .header-baner-area .header-content .header-left-content {
    width: 50%;
    display: flex;
    align-items: center;
}

@media (max-width: 767.98px) {
    header.home3-header .header-baner-area .header-content .header-left-content {
        width: 100%;
        align-items: flex-start;

        background-size: cover;
    }
}

header.home3-header .header-baner-area .header-content .header-left-content .header-left-inner-content {
    margin-left: auto;
    max-width: 708px;
}

@media (max-width: 1399.98px) {
    header.home3-header .header-baner-area .header-content .header-left-content .header-left-inner-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767.98px) {
    header.home3-header .header-baner-area .header-content .header-left-content .header-left-inner-content {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        background: rgba(0, 0, 0, 0.68);
        padding: 40px 15px;
    }
}

header.home3-header .header-baner-area .header-content .header-left-content .header-left-inner-content p {
    color: #474747;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 40px;
    max-width: 530px;
}

@media (max-width: 991.98px) {
    header.home3-header .header-baner-area .header-content .header-left-content .header-left-inner-content p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    header.home3-header .header-baner-area .header-content .header-left-content .header-left-inner-content p {
        color: #fff;
    }
}

header.home3-header .header-baner-area .header-content .header-left-content .header-left-inner-content .vrm-banner-search-tabs {
    width: 1100px;
    position: relative;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
    padding: 40px;
}

@media (max-width: 1399.98px) {
    header.home3-header .header-baner-area .header-content .header-left-content .header-left-inner-content .vrm-banner-search-tabs {
        width: 1000px;
        padding: 25px;
    }
}

@media (max-width: 1199.98px) {
    header.home3-header .header-baner-area .header-content .header-left-content .header-left-inner-content .vrm-banner-search-tabs {
        width: 660px;
    }
}

@media (max-width: 767.98px) {
    header.home3-header .header-baner-area .header-content .header-left-content .header-left-inner-content .vrm-banner-search-tabs {
        padding: 10px 6px;
        width: 100%;
    }
}

header.home3-header .header-baner-area .header-content .header-left-content .header-left-inner-content .vrm-banner-search-tabs .vm-search-section-area.white-theme .vm-vehicle-search-section .custom-form {
    border: 0px solid #dcdcdc;
    background: rgba(0, 0, 0, 0);
}

header.home3-header .header-baner-area .header-content .header-left-content .header-left-inner-content .vrm-banner-search-tabs .vm-search-section-area.white-theme .vm-vehicle-search-section .custom-form .input-group .input-group-text {
    background-color: #f6f6f6;
    border: 0px solid #cfd0d5;
}

header.home3-header .header-baner-area .header-content .header-left-content .header-left-inner-content .vrm-banner-search-tabs .vm-search-section-area.white-theme .vm-vehicle-search-section .custom-form .form-control {
    background: #f6f6f6;
}

@media (max-width: 991.98px) {
    header.home3-header .header-baner-area .header-content .header-left-content .header-left-inner-content .vrm-banner-search-tabs .vm-search-section-area .vm-vehicle-search-section .form-group {
        width: 100%;
    }
}

@media (max-width: 1199.98px) {
    header.home3-header .header-baner-area .header-content .header-left-content .header-left-inner-content .vrm-banner-search-tabs .vm-vehicle-search-section {
        flex-direction: column;
    }
}

header.home3-header .header-baner-area .header-content .header-left-content .header-left-inner-content .vrm-banner-search-tabs .nav-pills {
    grid-column-gap: 16px;
}

@media (max-width: 1199.98px) {
    header.home3-header .header-baner-area .header-content .header-left-content .header-left-inner-content .vrm-banner-search-tabs .nav-pills {
        grid-gap: 8px;
    }
}

@media (max-width: 575.98px) {
    header.home3-header .header-baner-area .header-content .header-left-content .header-left-inner-content .vrm-banner-search-tabs .nav-pills {
        grid-column-gap: 8px;
    }
}

header.home3-header .header-baner-area .header-content .header-left-content .header-left-inner-content .vrm-banner-search-tabs .nav-pills .nav-item .nav-link {
    border-radius: 24.5px;
    border: 1px solid #474747;
    color: #010101;
    font-family: "Inter Tight", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    min-height: 48px;
    padding: 6px 24px;
}

@media (max-width: 1199.98px) {
    header.home3-header .header-baner-area .header-content .header-left-content .header-left-inner-content .vrm-banner-search-tabs .nav-pills .nav-item .nav-link {
        font-size: 16px;
        line-height: 24px;
        min-height: 40px;
        padding: 6px 20px;
    }
}

@media (max-width: 575.98px) {
    header.home3-header .header-baner-area .header-content .header-left-content .header-left-inner-content .vrm-banner-search-tabs .nav-pills .nav-item .nav-link {
        font-size: 12px;
        line-height: 22px;
        min-height: 36px;
        padding: 4px 12px;
    }
}

header.home3-header .header-baner-area .header-content .header-left-content .header-left-inner-content .vrm-banner-search-tabs .nav-pills .nav-item .nav-link.active {
    color: #fff;
    background: #010101;
    border-color: #010101;
}

@media (max-width: 767.98px) {
    header.home3-header .header-baner-area .header-content .header-left-content .header-left-inner-content .vrm-banner-search-tabs .tab-content {
        padding: 15px;
    }
}

header.home3-header .header-baner-area .header-content .header-right-content {
    width: 50%;

    background-size: cover;
}

@media (max-width: 767.98px) {
    header.home3-header .header-baner-area .header-content .header-right-content {
        display: none;
    }
}

header .inner-header {
    padding: 124px 0 64px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
}

@media (max-width: 991.98px) {
    header .inner-header {
        padding: 100px 0 24px;
    }
}

header .inner-header .inner-header-top {
    margin-bottom: 0px;
}

header .inner-header .inner-header-top .header-block-content {
    grid-column-gap: 50px;
}

@media (max-width: 767.98px) {
    header .inner-header .inner-header-top .header-block-content {
        flex-direction: column;
    }

    header .inner-header .inner-header-top .header-block-content .main-heading.main-heading-lg {
        width: 100%;
        text-align: center;
    }

    header .inner-header .inner-header-top .header-block-content .header-block-text {
        margin-bottom: 0;
        max-width: 100%;
        text-align: center;
    }
}

header .inner-header .inner-header-top .breadcrumb {
    margin-bottom: 40px;
    justify-content: flex-start;
}

header .inner-header .inner-header-top .breadcrumb .breadcrumb-item {
    color: #474747;
    font-family: "Inter Tight", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
}

header .inner-header .inner-header-top .breadcrumb .breadcrumb-item a {
    color: #1d7548;
}

header .inner-header .inner-header-top .breadcrumb .breadcrumb-item.active {
    color: #474747;
}

header .inner-header .inner-header-top .main-heading {
    font-size: 74px;
    line-height: 80px;
    margin: 0;
    max-width: 900px;
}

@media (max-width: 1399.98px) {
    header .inner-header .inner-header-top .main-heading {
        font-size: 54px;
        line-height: 60px;
    }
}

@media (max-width: 1199.98px) {
    header .inner-header .inner-header-top .main-heading {
        font-size: 44px;
        line-height: 48px;
    }
}

@media (max-width: 767.98px) {
    header .inner-header .inner-header-top .main-heading {
        font-size: 34px;
        line-height: 38px;
    }
}

@media (max-width: 1199.98px) {
    header .inner-header .inner-header-top .header-block-text {
        margin: 15px 0 30px auto;
        font-size: 16px;
        line-height: 24px;
        max-width: 50%;
        text-align: right;
    }
}

header.inner-header-wrappper .navbar {
    border-bottom: 1px solid #dcdcdc;
}

h2.main-heading {
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 62px;
    margin-bottom: 32px;
}

@media (max-width: 1199.98px) {
    h2.main-heading {
        font-size: 36px;
        line-height: 40px;
    }
}

@media (max-width: 767.98px) {
    h2.main-heading {
        font-size: 32px;
        line-height: 36px;
    }
}

h2.main-heading span {
    color: #1d7548;
}

h2.main-heading.main-heading-sm {
    font-size: 32px;
    line-height: 38px;
}

@media (max-width: 1199.98px) {
    h2.main-heading.main-heading-sm {
        font-size: 22px;
        line-height: 28px;
    }
}

@media (max-width: 767.98px) {
    h2.main-heading.main-heading-sm {
        font-size: 18px;
        line-height: 20px;
    }
}

h2.main-heading.main-heading-lg {
    font-size: 74px;
    line-height: 80px;
}

h2.main-heading.main-heading-xsm {
    font-size: 28px;
    line-height: 32px;
}

@media (max-width: 767.98px) {
    h2.main-heading.main-heading-xsm {
        font-size: 18px;
        line-height: 20px;
    }
}

h2.main-heading a {
    color: #02091b;
}

.blog-date {
    display: flex;
    width: 100%;
}

.blog-date li {
    color: #474747;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}

.blog-date li i {
    color: #1d7548;
    margin-right: 6px;
}

.about-block-img {
    min-height: 250px;
}

@media (max-width: 991.98px) {
    .about-block-img {
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.vm-search-section-area .vm-vehicle-search-section {
    display: flex;

    background-size: 100% 100%;
    grid-column-gap: 16px;
}

@media (max-width: 991.98px) {
    .vm-search-section-area .vm-vehicle-search-section {
        padding: 28px 12px;
        grid-column-gap: 8px;
        flex-wrap: wrap;
        grid-gap: 16px;
    }
}

.vm-search-section-area .vm-vehicle-search-section .form-group {
    flex: 1;
}

@media (max-width: 991.98px) {
    .vm-search-section-area .vm-vehicle-search-section .form-group {
        flex: none;
        width: calc(50% - 8px);
    }
}

@media (max-width: 575.98px) {
    .vm-search-section-area .vm-vehicle-search-section .form-group {
        width: calc(100% - 0px);
    }
}

.vm-search-section-area .vm-vehicle-search-section .form-group label {
    color: #f6f6f6;
    font-family: "Inter Tight", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

@media (max-width: 1199.98px) {
    .vm-search-section-area .vm-vehicle-search-section .form-group label {
        font-size: 14px;
    }
}

.vm-search-section-area .vm-vehicle-search-section .form-group:nth-last-child(1) {
    flex: none;
}

.vm-search-section-area .vm-vehicle-search-section .form-group .input-group-text {
    border: none;
    padding-left: 16px;
}

.vm-search-section-area .vm-vehicle-search-section .form-group .form-control {
    height: 64px;
    border-radius: 8px;
    border: none;
    padding-left: 8px;
    padding-right: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1199.98px) {
    .vm-search-section-area .vm-vehicle-search-section .form-group .form-control {
        height: 45px;
        font-size: 15px;
    }
}

.vm-search-section-area .vm-vehicle-search-section .form-group .button-primary {
    border-radius: 8px;
    background: #1d7548;
    border: 1px solid white;
    height: 64px;
    color: #fff;
    font-family: "Rethink Sans", serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    text-transform: none;
}

@media (max-width: 1199.98px) {
    .vm-search-section-area .vm-vehicle-search-section .form-group .button-primary {
        height: 45px;
        font-size: 15px;
    }
}

.vm-search-section-area .vm-vehicle-search-section .custom-form {
    display: flex;
}

.vm-search-section-area .vm-vehicle-search-section .custom-form.select-date-time {
    position: relative;
}

.vm-search-section-area .vm-vehicle-search-section .custom-form.select-date-time .input-group:first-child .form-control {
    border-radius: 0;
}

.vm-search-section-area .vm-vehicle-search-section .custom-form.select-date-time .input-group:last-child .input-group-text {
    border-radius: 0;
}

.vm-search-section-area .vm-vehicle-search-section .custom-form.select-date-time:after {
    content: "";
    background: #303030;
    width: 1px;
    height: 42px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.vm-search-section-area.light-theme {
    border-radius: 8px;
    background: #f6f6f6;
    padding: 24px;
}

.vm-search-section-area.light-theme .vm-vehicle-search-section {
    background: none;
    padding: 0;
}

.vm-search-section-area.light-theme .vm-vehicle-search-section .form-group label {
    color: #474747;
}

.vm-search-section-area.white-theme {
    border-radius: 0px;
    background: rgba(0, 0, 0, 0);
    padding: 0px;
}

.vm-search-section-area.white-theme .vm-vehicle-search-section {
    background: none;
    padding: 0;
}

.vm-search-section-area.white-theme .vm-vehicle-search-section .form-group label {
    color: #474747;
}

.vm-search-section-area.white-theme .vm-vehicle-search-section .custom-form {
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    background: #fff;
}

.header-block-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-block-content .header-block-text {
    max-width: 530px;
    color: #474747;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.top-vehicles .top-vehicles-lists {
    display: flex;
    grid-gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.top-vehicles .top-vehicles-lists .tv-list-card {
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    background: #fff;
    width: calc(33.33% - 16px);
    padding: 32px;
}

@media (max-width: 991.98px) {
    .top-vehicles .top-vehicles-lists .tv-list-card {
        width: calc(50% - 12px);
    }
}

@media (max-width: 575.98px) {
    .top-vehicles .top-vehicles-lists .tv-list-card {
        width: calc(100% - 0px);
        padding: 22px;
    }
}

.top-vehicles .top-vehicles-lists .tv-list-card .tv-list-title {
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 16px;
}

@media (max-width: 991.98px) {
    .top-vehicles .top-vehicles-lists .tv-list-card .tv-list-title {
        font-size: 24px;
        line-height: 28px;
    }
}

.top-vehicles .top-vehicles-lists .tv-list-card .tv-list-img {
    margin-bottom: 16px;
}

.top-vehicles .top-vehicles-lists .tv-list-card .tv-list-img img {
    width: 100%;
}

.top-vehicles .top-vehicles-lists .tv-list-card .tv-charactersticks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 16px;
    grid-gap: 16px;
}

.top-vehicles .top-vehicles-lists .tv-list-card .tv-charactersticks li .figure {
    display: flex;
    align-items: center;
    grid-column-gap: 16px;
}

@media (max-width: 1199.98px) {
    .top-vehicles .top-vehicles-lists .tv-list-card .tv-charactersticks li .figure {
        grid-column-gap: 8px;
    }
}

.top-vehicles .top-vehicles-lists .tv-list-card .tv-charactersticks li .figure img {
    margin: 0;
}

.top-vehicles .top-vehicles-lists .tv-list-card .tv-charactersticks li .figure .figure-caption {
    color: #474747;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

@media (max-width: 1199.98px) {
    .top-vehicles .top-vehicles-lists .tv-list-card .tv-charactersticks li .figure .figure-caption {
        font-size: 14px;
        line-height: 20px;
    }
}

.top-vehicles .top-vehicles-lists .tv-list-card .tv-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-vehicles .top-vehicles-lists .tv-list-card .tv-details p {
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.top-vehicles .top-vehicles-lists .tv-list-card .tv-details p span {
    color: #474747;
    font-family: "Inter Tight", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.top-vehicles .top-vehicles-lists .tv-list-card .tv-details .main-btn {
    background: #1d7548;
    color: #fff;
    text-align: center;
    font-family: "Rethink Sans", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
}

.top-vehicles .top-vehicles-lists.vertical-list-group .tv-list-card {
    padding: 0;
    display: flex;
    width: 100%;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .top-vehicles .top-vehicles-lists.vertical-list-group .tv-list-card {
        flex-direction: column;
    }
}

.top-vehicles .top-vehicles-lists.vertical-list-group .tv-list-card .tv-list-img {
    width: auto;
    margin: 0;
}

.top-vehicles .top-vehicles-lists.vertical-list-group .tv-list-card .tv-list-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1199.98px) {
    .top-vehicles .top-vehicles-lists.vertical-list-group .tv-list-card .tv-list-img img {
        width: 220px;
    }
}

@media (max-width: 991.98px) {
    .top-vehicles .top-vehicles-lists.vertical-list-group .tv-list-card .tv-list-img img {
        width: 100%;
    }
}

.top-vehicles .top-vehicles-lists.vertical-list-group .tv-list-card .vlg-top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    flex: 1;
}

@media (max-width: 991.98px) {
    .top-vehicles .top-vehicles-lists.vertical-list-group .tv-list-card .vlg-top {
        padding: 16px;
    }
}

.top-vehicles .top-vehicles-lists.vertical-list-group .tv-list-card .vlg-top .vlg-vertical-top {
    display: flex;
    justify-content: space-between;
    grid-column-gap: 24px;
}

.top-vehicles .top-vehicles-lists.vertical-list-group .tv-list-card .vlg-top .vlg-vertical-top .vlg-vertical-top-left .tv-list-title {
    font-size: 28px;
    line-height: 32px;
}

@media (max-width: 1199.98px) {
    .top-vehicles .top-vehicles-lists.vertical-list-group .tv-list-card .vlg-top .vlg-vertical-top .vlg-vertical-top-left .tv-list-title {
        font-size: 22px;
        line-height: 28px;
    }
}

.top-vehicles .top-vehicles-lists.vertical-list-group .tv-list-card .vlg-top .vlg-vertical-top .vlg-vertical-top-left .vlg-list {
    display: flex;
    grid-row-gap: 8px;
    flex-wrap: wrap;
}

.top-vehicles .top-vehicles-lists.vertical-list-group .tv-list-card .vlg-top .vlg-vertical-top .vlg-vertical-top-left .vlg-list li {
    color: #474747;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    padding-left: 20px;
}

.top-vehicles .top-vehicles-lists.vertical-list-group .tv-list-card .vlg-top .vlg-vertical-top .vlg-vertical-top-left .vlg-list li:first-child {
    padding-left: 0;
}

.top-vehicles .top-vehicles-lists.vertical-list-group .tv-list-card .vlg-top .vlg-vertical-top .vlg-vertical-top-left .vlg-list li:first-child:before {
    content: none;
}

.top-vehicles .top-vehicles-lists.vertical-list-group .tv-list-card .vlg-top .vlg-vertical-top .vlg-vertical-top-left .vlg-list li:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border: 2px solid blue;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.top-vehicles .top-vehicles-lists.vertical-list-group .tv-list-card .vlg-top .vlg-vertical-top .vlg-vertical-top-right {
    text-align: right;
}

.top-vehicles .top-vehicles-lists.vertical-list-group .tv-list-card .vlg-top .vlg-vertical-top .vlg-vertical-top-right p {
    color: #1d7548;
    font-family: "Rethink Sans", serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 5px;
    grid-column-gap: 8px;
}

@media (max-width: 1199.98px) {
    .top-vehicles .top-vehicles-lists.vertical-list-group .tv-list-card .vlg-top .vlg-vertical-top .vlg-vertical-top-right p {
        font-size: 22px;
        line-height: 28px;
    }
}

.top-vehicles .top-vehicles-lists.vertical-list-group .tv-list-card .vlg-top .vlg-vertical-top .vlg-vertical-top-right p s {
    color: #929292;
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
}

@media (max-width: 1199.98px) {
    .top-vehicles .top-vehicles-lists.vertical-list-group .tv-list-card .vlg-top .vlg-vertical-top .vlg-vertical-top-right p s {
        font-size: 18px;
        line-height: 22px;
    }
}

.top-vehicles .top-vehicles-lists.vertical-list-group .tv-list-card .vlg-top .vlg-vertical-top .vlg-vertical-top-right .taxes {
    display: block;
    color: #474747;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 16px;
}

.top-vehicles .top-vehicles-lists.vertical-list-group .tv-list-card .vlg-top .vlg-vertical-top .vlg-vertical-top-right .price {
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

@media (max-width: 1199.98px) {
    .top-vehicles .top-vehicles-lists.vertical-list-group .tv-list-card .vlg-top .vlg-vertical-top .vlg-vertical-top-right .price {
        font-size: 14px;
        line-height: 18px;
    }
}

.top-vehicles .top-vehicles-lists.vertical-list-group .tv-list-card .vlg-top .tv-details .tv-charactersticks {
    margin: 0;
}

.top-vehicles .show-more {
    text-transform: none;
    margin: 0 auto;
    border-radius: 8px;
    background: #f6f6f6;
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    height: 64px;
}

@media (max-width: 991.98px) {
    .top-vehicles .show-more {
        height: 50px;
    }
}

.top-vehicles .show-more:hover {
    color: #fff;
}

.top-vehicles.top-vehicles-medium-items .tv-list-card {
    padding: 24px;
}

@media (max-width: 1199.98px) {
    .top-vehicles.top-vehicles-medium-items .tv-list-card {
        width: calc(50% - 12px);
    }
}

@media (max-width: 991.98px) {
    .top-vehicles.top-vehicles-medium-items .tv-list-card {
        width: 100%;
    }
}

.top-vehicles.top-vehicles-medium-items .tv-list-card .tv-list-title {
    font-size: 22px;
    line-height: 24px;
}

.download-app-wrapper {
    background: #1d7548;
    visibility: visible;
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .download-app-wrapper {
        padding: 20px 0;
    }
}

.download-app-wrapper .download-app-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-column-gap: 30px;
}

@media (max-width: 767.98px) {
    .download-app-wrapper .download-app-panel {
        flex-direction: column;
        grid-row-gap: 70px;
    }
}

@media (max-width: 575.98px) {
    .download-app-wrapper .download-app-panel {
        grid-row-gap: 40px;
    }
}

.download-app-wrapper .download-app-panel .download-app-panel-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-column-gap: 16px;
}

@media (max-width: 575.98px) {
    .download-app-wrapper .download-app-panel .download-app-panel-left {
        flex-direction: column;
        grid-row-gap: 70px;
    }
}

.download-app-wrapper .download-app-panel .download-app-panel-left figure {
    width: auto;
    margin: -50px 0;
}

.download-app-wrapper .download-app-panel .download-app-panel-left .para {
    max-width: 470px;
    color: #fff;
    font-family: "Rethink Sans", serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

@media (max-width: 991.98px) {
    .download-app-wrapper .download-app-panel .download-app-panel-left .para {
        font-size: 24px;
        line-height: 28px;
    }
}

.download-app-wrapper .download-app-panel .download-app-panel-right ul {
    display: flex;
    grid-column-gap: 16px;
}

.download-app-wrapper .download-app-panel .download-app-panel-right ul li img {
    cursor: pointer;
    max-width: 100%;
}

.find-perfect-ride-wrapper {
    background: #010101;
    color: #fff;
}

.find-perfect-ride-wrapper .find-perfect-ride-panel .find-perfect-ride-panel-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
    border-bottom: 1px solid #474747;
    margin-bottom: 60px;
}

@media (max-width: 991.98px) {
    .find-perfect-ride-wrapper .find-perfect-ride-panel .find-perfect-ride-panel-top {
        flex-direction: column;
        grid-row-gap: 30px;
        margin-bottom: 30px;
    }
}

.find-perfect-ride-wrapper .find-perfect-ride-panel .find-perfect-ride-panel-top .main-heading {
    color: #fff;
}

.find-perfect-ride-wrapper .find-perfect-ride-panel .find-perfect-ride-panel-top .nav-pills {
    grid-column-gap: 16px;
}

@media (max-width: 575.98px) {
    .find-perfect-ride-wrapper .find-perfect-ride-panel .find-perfect-ride-panel-top .nav-pills {
        grid-column-gap: 8px;
    }
}

.find-perfect-ride-wrapper .find-perfect-ride-panel .find-perfect-ride-panel-top .nav-pills .nav-item .nav-link {
    border-radius: 24.5px;
    border: 1px solid #474747;
    color: #fff;
    font-family: "Inter Tight", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    min-height: 48px;
    padding: 6px 24px;
}

@media (max-width: 1199.98px) {
    .find-perfect-ride-wrapper .find-perfect-ride-panel .find-perfect-ride-panel-top .nav-pills .nav-item .nav-link {
        font-size: 16px;
        line-height: 24px;
        min-height: 40px;
        padding: 6px 20px;
    }
}

@media (max-width: 575.98px) {
    .find-perfect-ride-wrapper .find-perfect-ride-panel .find-perfect-ride-panel-top .nav-pills .nav-item .nav-link {
        font-size: 12px;
        line-height: 22px;
        min-height: 36px;
        padding: 4px 12px;
    }
}

.find-perfect-ride-wrapper .find-perfect-ride-panel .find-perfect-ride-panel-top .nav-pills .nav-item .nav-link.active {
    color: #474747;
    background: #fff;
    border-color: #fff;
}

.find-perfect-ride-wrapper .find-perfect-ride-panel .tab-content .find-perfect-ride-content {
    display: flex;
    grid-column-gap: 48px;
    margin-bottom: 60px;
}

@media (max-width: 767.98px) {
    .find-perfect-ride-wrapper .find-perfect-ride-panel .tab-content .find-perfect-ride-content {
        flex-direction: column;
        grid-row-gap: 50px;
    }
}

.find-perfect-ride-wrapper .find-perfect-ride-panel .tab-content .find-perfect-ride-content .find-perfect-ride-content-left {
    max-width: 430px;
}

@media (max-width: 767.98px) {
    .find-perfect-ride-wrapper .find-perfect-ride-panel .tab-content .find-perfect-ride-content .find-perfect-ride-content-left {
        max-width: 100%;
    }
}

.find-perfect-ride-wrapper .find-perfect-ride-panel .tab-content .find-perfect-ride-content .find-perfect-ride-content-left h3 {
    color: #fff;
    font-family: "Rethink Sans", serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    margin-bottom: 40px;
}

@media (max-width: 1199.98px) {
    .find-perfect-ride-wrapper .find-perfect-ride-panel .tab-content .find-perfect-ride-content .find-perfect-ride-content-left h3 {
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 24px;
    }
}

.find-perfect-ride-wrapper .find-perfect-ride-panel .tab-content .find-perfect-ride-content .find-perfect-ride-content-left ul {
    display: flex;
    flex-direction: column;
    grid-row-gap: 30px;
}

.find-perfect-ride-wrapper .find-perfect-ride-panel .tab-content .find-perfect-ride-content .find-perfect-ride-content-left ul li h5 {
    font-family: "Rethink Sans", serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 15px;
}

@media (max-width: 1199.98px) {
    .find-perfect-ride-wrapper .find-perfect-ride-panel .tab-content .find-perfect-ride-content .find-perfect-ride-content-left ul li h5 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 8px;
    }
}

.find-perfect-ride-wrapper .find-perfect-ride-panel .tab-content .find-perfect-ride-content .find-perfect-ride-content-left ul li p {
    color: #dcdcdc;
    font-family: "Inter Tight", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

@media (max-width: 1199.98px) {
    .find-perfect-ride-wrapper .find-perfect-ride-panel .tab-content .find-perfect-ride-content .find-perfect-ride-content-left ul li p {
        font-size: 16px;
        line-height: 18px;
    }
}

.find-perfect-ride-wrapper .find-perfect-ride-panel .tab-content .find-perfect-ride-content .find-perfect-ride-content-right {
    display: flex;
    align-items: flex-end;
}

.find-perfect-ride-wrapper .find-perfect-ride-panel .tab-content .find-perfect-ride-content .find-perfect-ride-content-right figure img {
    max-width: 100%;
}

.find-perfect-ride-wrapper .find-perfect-ride-panel .tab-content .find-perfect-ride-bottom-list ul {
    display: flex;
    justify-content: space-between;
    grid-column-gap: 30px;
}

@media (max-width: 767.98px) {
    .find-perfect-ride-wrapper .find-perfect-ride-panel .tab-content .find-perfect-ride-bottom-list ul {
        grid-column-gap: 16px;
    }
}

@media (max-width: 575.98px) {
    .find-perfect-ride-wrapper .find-perfect-ride-panel .tab-content .find-perfect-ride-bottom-list ul {
        flex-wrap: wrap;
        grid-row-gap: 16px;
    }
}

@media (max-width: 575.98px) {
    .find-perfect-ride-wrapper .find-perfect-ride-panel .tab-content .find-perfect-ride-bottom-list ul li {
        width: calc(50% - 8px);
    }
}

.find-perfect-ride-wrapper .find-perfect-ride-panel .tab-content .find-perfect-ride-bottom-list ul li p {
    color: #fff;
    font-family: "Rethink Sans", serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    margin-bottom: 10px;
}

@media (max-width: 1199.98px) {
    .find-perfect-ride-wrapper .find-perfect-ride-panel .tab-content .find-perfect-ride-bottom-list ul li p {
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 8px;
    }
}

@media (max-width: 767.98px) {
    .find-perfect-ride-wrapper .find-perfect-ride-panel .tab-content .find-perfect-ride-bottom-list ul li p {
        font-size: 22px;
        line-height: 24px;
    }
}

.find-perfect-ride-wrapper .find-perfect-ride-panel .tab-content .find-perfect-ride-bottom-list ul li span {
    color: #f6f6f6;
    font-family: "Inter Tight", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.find-perfect-ride-wrapper.our-fleet {
    background: #fff;
    color: #010101;
}

.find-perfect-ride-wrapper.our-fleet .find-perfect-ride-panel .tab-content .find-perfect-ride-content {
    margin-bottom: 40px;
}

.find-perfect-ride-wrapper.our-fleet img {
    border-radius: 8px;
}

.find-perfect-ride-wrapper.our-fleet .find-perfect-ride-panel .find-perfect-ride-panel-top .nav-pills .nav-item .nav-link {
    border: 1px solid rgba(0, 0, 0, 0);
    color: #010101;
    background: #f6f6f6;
}

.find-perfect-ride-wrapper.our-fleet .find-perfect-ride-panel .find-perfect-ride-panel-top .nav-pills .nav-item .nav-link.active {
    color: #fff;
    background: #010101;
    border: 1px solid rgba(0, 0, 0, 0);
}

.find-perfect-ride-wrapper.our-fleet .find-perfect-ride-panel-top {
    flex-direction: column;
    grid-row-gap: 50px;
}

.find-perfect-ride-wrapper.our-fleet .find-perfect-ride-panel-top .main-heading {
    color: #010101;
}

@media (max-width: 991.98px) {
    .find-perfect-ride-wrapper.our-fleet .find-perfect-ride-panel .tab-content .find-perfect-ride-bottom-list ul {
        flex-wrap: wrap;
    }
}

.find-perfect-ride-wrapper.our-fleet .find-perfect-ride-panel .tab-content .find-perfect-ride-bottom-list ul li {
    border-top: 1px solid #dcdcdc;
    padding-top: 16px;
}

@media (max-width: 991.98px) {
    .find-perfect-ride-wrapper.our-fleet .find-perfect-ride-panel .tab-content .find-perfect-ride-bottom-list ul li {
        width: calc(50% - 15px);
        padding-bottom: 16px;
    }
}

@media (max-width: 575.98px) {
    .find-perfect-ride-wrapper.our-fleet .find-perfect-ride-panel .tab-content .find-perfect-ride-bottom-list ul li {
        width: 100%;
    }
}

.find-perfect-ride-wrapper.our-fleet .find-perfect-ride-panel .tab-content .find-perfect-ride-bottom-list ul li p {
    color: #010101;
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
}

.find-perfect-ride-wrapper.our-fleet .find-perfect-ride-panel .tab-content .find-perfect-ride-bottom-list ul li span {
    color: #474747;
    font-size: 16px;
    line-height: 24px;
    max-width: 290px;
    display: block;
}

@media (max-width: 575.98px) {
    .find-perfect-ride-wrapper.our-fleet .find-perfect-ride-panel .tab-content .find-perfect-ride-bottom-list ul li span {
        max-width: 100%;
    }
}

.rent-dream-car-wrapper {
    position: relative;
    margin-bottom: -100px;
    z-index: 1;
}

@media all and (max-width: 800px) {
    .rent-dream-car-wrapper {
        margin-bottom: 0px;
    }
}

.rent-dream-car-wrapper .rent-dream-car-panel .search-img {
    position: absolute;
    right: 100%;
}

@media all and (max-width: 800px) {
    .rent-dream-car-wrapper .rent-dream-car-panel .search-img {
        display: none;
    }
}

.rent-dream-car-wrapper .rent-dream-car-panel .key-img {
    position: absolute;
    left: auto;
    padding-right: 150px;
}

@media (max-width: 1199.98px) {
    .rent-dream-car-wrapper .rent-dream-car-panel .key-img {
        padding-right: 0px;
    }
}

@media all and (max-width: 800px) {
    .rent-dream-car-wrapper .rent-dream-car-panel .key-img {
        display: none;
    }
}

.rent-dream-car-wrapper .rent-dream-car-panel .container-timeline {
    display: flex;
    flex-direction: column;
    max-width: 1346px;
    margin: 20px auto 0;
    background: url(../images/logo-content.png) center center no-repeat;
    background-size: 100%;
}

.rent-dream-car-wrapper .rent-dream-car-panel .single-event-container {
    padding-top: 0px;
    padding-bottom: 50px;
    width: 50%;
    position: relative;
    transition: all 400ms ease-in-out;
    padding-right: 50px;
    text-align: right;
}

@media all and (max-width: 800px) {
    .rent-dream-car-wrapper .rent-dream-car-panel .single-event-container {
        text-align: left;
        padding-right: 0;
        padding-left: 50px;
    }
}

@media (max-width: 575.98px) {
    .rent-dream-car-wrapper .rent-dream-car-panel .single-event-container {
        padding-bottom: 20px;
    }
}

.rent-dream-car-wrapper .rent-dream-car-panel .single-event-container.right {
    margin-left: auto;
    padding-left: 50px;
    padding-right: 0;
    text-align: left;
}

.rent-dream-car-wrapper .rent-dream-car-panel .event-description {
    padding: 0px 35px 50px;
}

@media all and (max-width: 800px) {
    .rent-dream-car-wrapper .rent-dream-car-panel .event-description {
        padding: 0px 35px 10px;
    }
}

.rent-dream-car-wrapper .rent-dream-car-panel .event-description h2 {
    margin-bottom: 8px;
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

@media (max-width: 575.98px) {
    .rent-dream-car-wrapper .rent-dream-car-panel .event-description h2 {
        font-size: 24px;
        line-height: 28px;
    }
}

.rent-dream-car-wrapper .rent-dream-car-panel .event-description p {
    color: #010101;
    font-family: "Inter Tight", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

@media (max-width: 575.98px) {
    .rent-dream-car-wrapper .rent-dream-car-panel .event-description p {
        font-size: 16px;
        line-height: 22px;
    }
}

.rent-dream-car-wrapper .rent-dream-car-panel .border {
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: #1d7548;
    top: 0;
    right: -2px;
}

.rent-dream-car-wrapper .rent-dream-car-panel .single-event-container.right .border {
    left: -2px;
}

.rent-dream-car-wrapper .rent-dream-car-panel .circle-date {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #1d7548;
    position: absolute;
    top: 0px;
    right: -40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ee8790;
}

.rent-dream-car-wrapper .rent-dream-car-panel .single-event-container.right .circle-date {
    left: -40px;
}

@media all and (max-width: 800px) {
    .rent-dream-car-wrapper .rent-dream-car-panel .circle-date {
        width: 60px;
        height: 60px;
    }

    .rent-dream-car-wrapper .rent-dream-car-panel .single-event-container {
        margin: 0;
        width: 100%;
    }

    .rent-dream-car-wrapper .rent-dream-car-panel .single-event-container .border,
    .rent-dream-car-wrapper .rent-dream-car-panel .single-event-container.right .border {
        left: 30px;
    }

    .rent-dream-car-wrapper .rent-dream-car-panel .single-event-container .circle-date,
    .rent-dream-car-wrapper .rent-dream-car-panel .single-event-container.right .circle-date {
        left: 0;
    }
}

.cusomer-says-wrapper {
    background: #010101;
    color: #fff;
}

.cusomer-says-wrapper .cusomer-says-panel .cusomer-says-panel-topbar {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 767.98px) {
    .cusomer-says-wrapper .cusomer-says-panel .cusomer-says-panel-topbar {
        flex-direction: column;
        grid-row-gap: 24px;
    }
}

.cusomer-says-wrapper .cusomer-says-panel .cusomer-says-panel-topbar .main-heading {
    color: #fff;
}

@media (max-width: 767.98px) {
    .cusomer-says-wrapper .cusomer-says-panel .cusomer-says-panel-topbar .main-heading {
        text-align: center;
    }
}

.cusomer-says-wrapper .cusomer-says-panel .cusomer-says-panel-topbar .custom-navigation {
    position: static;
    width: auto;
    grid-column-gap: 10px;
    justify-content: flex-end;
    margin: 0;
    transform: none;
}

.cusomer-says-wrapper .cusomer-says-panel .cusomer-says .stars {
    margin-bottom: 24px;
}

.cusomer-says-wrapper .cusomer-says-panel .cusomer-says .stars ul {
    display: flex;
    grid-column-gap: 8px;
}

.cusomer-says-wrapper .cusomer-says-panel .cusomer-says p {
    margin-bottom: 24px;
    color: #fff;
    font-family: "Inter Tight", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

@media (max-width: 991.98px) {
    .cusomer-says-wrapper .cusomer-says-panel .cusomer-says p {
        font-size: 16px;
        line-height: 22px;
    }
}

.cusomer-says-wrapper .cusomer-says-panel .cusomer-says .figure {
    display: flex;
    align-items: center;
    grid-column-gap: 12px;
}

.cusomer-says-wrapper .cusomer-says-panel .cusomer-says .figure .figure-caption {
    color: #fff;
    font-family: "Rethink Sans", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
}

.cusomer-says-wrapper .cusomer-says-panel .swiper-slide {
    background: rgba(0, 0, 0, 0);
}

.discover-perfect-ride-wrapper {
    background: url(../images/placeholder-9.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
}

.discover-perfect-ride-wrapper .discover-perfect-ride-panel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 650px;
}

@media (max-width: 991.98px) {
    .discover-perfect-ride-wrapper .discover-perfect-ride-panel {
        min-height: 560px;
    }
}

.discover-perfect-ride-wrapper .discover-perfect-ride-panel .discover-perfect-ride-content-top p {
    color: #fff;
    font-family: "Inter Tight", serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    max-width: 570px;
}

@media (max-width: 991.98px) {
    .discover-perfect-ride-wrapper .discover-perfect-ride-panel .discover-perfect-ride-content-top p {
        max-width: 100%;
        font-size: 24px;
        line-height: 30px;
    }
}

@media (max-width: 575.98px) {
    .discover-perfect-ride-wrapper .discover-perfect-ride-panel .discover-perfect-ride-content-top p {
        font-size: 20px;
        line-height: 24px;
    }
}

.discover-perfect-ride-wrapper .discover-perfect-ride-panel .discover-perfect-ride-content-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

@media (max-width: 991.98px) {
    .discover-perfect-ride-wrapper .discover-perfect-ride-panel .discover-perfect-ride-content-bottom {
        flex-direction: column;
        grid-row-gap: 20px;
    }
}

.discover-perfect-ride-wrapper .discover-perfect-ride-panel .discover-perfect-ride-content-bottom .main-heading {
    color: #fff;
    max-width: 670px;
}

.discover-perfect-ride-wrapper .discover-perfect-ride-panel .discover-perfect-ride-content-bottom .main-btn {
    font-size: 22px;
    line-height: 26px;
    max-width: 250px;
    width: 100%;
}

@media (max-width: 575.98px) {
    .discover-perfect-ride-wrapper .discover-perfect-ride-panel .discover-perfect-ride-content-bottom .main-btn {
        min-height: 50px;
    }
}

.whywe-here-wrapper .whywe-here-panel .main-heading {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 24px;
}

.whywe-here-wrapper .whywe-here-panel .whywe-here-list {
    display: flex;
    justify-content: space-between;
    grid-column-gap: 40px;
}

@media (max-width: 767.98px) {
    .whywe-here-wrapper .whywe-here-panel .whywe-here-list {
        grid-column-gap: 25px;
    }
}

@media (max-width: 575.98px) {
    .whywe-here-wrapper .whywe-here-panel .whywe-here-list {
        flex-direction: column;
        grid-row-gap: 30px;
    }
}

.whywe-here-wrapper .whywe-here-panel .whywe-here-list li {
    max-width: 370px;
}

.whywe-here-wrapper .whywe-here-panel .whywe-here-list li h4 {
    color: #1d7548;
    font-family: "Rethink Sans", serif;
    font-size: 84px;
    font-style: normal;
    font-weight: 500;
    line-height: 90px;
    margin-bottom: 24px;
}

@media (max-width: 991.98px) {
    .whywe-here-wrapper .whywe-here-panel .whywe-here-list li h4 {
        font-size: 64px;
        line-height: 70px;
        margin-bottom: 14px;
    }
}

.whywe-here-wrapper .whywe-here-panel .whywe-here-list li p {
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 16px;
}

@media (max-width: 991.98px) {
    .whywe-here-wrapper .whywe-here-panel .whywe-here-list li p {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 8px;
    }
}

.whywe-here-wrapper .whywe-here-panel .whywe-here-list li span {
    color: #474747;
    font-family: "Inter Tight", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.best-deal-wrapper .best-deal-panel .best-deal-list ul {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 24px;
}

@media (max-width: 767.98px) {
    .best-deal-wrapper .best-deal-panel .best-deal-list ul {
        flex-direction: column;
    }
}

.best-deal-wrapper .best-deal-panel .best-deal-list ul li {
    position: relative;
}

@media (max-width: 767.98px) {
    .best-deal-wrapper .best-deal-panel .best-deal-list ul li {
        width: 100% !important;
    }
}

.best-deal-wrapper .best-deal-panel .best-deal-list ul li>img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    border-radius: 8px;
}

@media (max-width: 575.98px) {
    .best-deal-wrapper .best-deal-panel .best-deal-list ul li>img {
        min-height: 300px;
    }
}

.best-deal-wrapper .best-deal-panel .best-deal-list ul li .best-deal-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px;
    align-items: flex-start;
}

@media (max-width: 991.98px) {
    .best-deal-wrapper .best-deal-panel .best-deal-list ul li .best-deal-content {
        padding: 16px;
    }
}

.best-deal-wrapper .best-deal-panel .best-deal-list ul li .best-deal-content .date {
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.65);
    padding: 8px;
    color: #010101;
    line-height: 20px;
    text-transform: uppercase;
}

@media (max-width: 1199.98px) {
    .best-deal-wrapper .best-deal-panel .best-deal-list ul li .best-deal-content .date {
        font-size: 16px;
        line-height: 22px;
    }
}

.best-deal-wrapper .best-deal-panel .best-deal-list ul li .best-deal-content .best-deal-content-bottom p {
    color: #fff;
    font-family: "Rethink Sans", serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    display: flex;
    flex-direction: column;
    grid-row-gap: 5px;
    margin-bottom: 24px;
}

@media (max-width: 1199.98px) {
    .best-deal-wrapper .best-deal-panel .best-deal-list ul li .best-deal-content .best-deal-content-bottom p {
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 14px;
    }
}

.best-deal-wrapper .best-deal-panel .best-deal-list ul li .best-deal-content .best-deal-content-bottom p span {
    font-size: 28px;
    line-height: 32px;
}

@media (max-width: 1199.98px) {
    .best-deal-wrapper .best-deal-panel .best-deal-list ul li .best-deal-content .best-deal-content-bottom p span {
        font-size: 22px;
        line-height: 30px;
    }
}

.best-deal-wrapper .best-deal-panel .best-deal-list ul li .best-deal-content .best-deal-content-bottom .button-secondary {
    border-radius: 8px;
    background: #f6f6f6;
    height: 48px;
    padding: 4px 24px;
    font-family: "Rethink Sans", serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
}

@media (max-width: 1199.98px) {
    .best-deal-wrapper .best-deal-panel .best-deal-list ul li .best-deal-content .best-deal-content-bottom .button-secondary {
        height: 38px;
        padding: 2px 20px;
        font-size: 14px;
    }
}

.best-deal-wrapper .best-deal-panel .best-deal-list ul li:nth-child(1),
.best-deal-wrapper .best-deal-panel .best-deal-list ul li:nth-child(2) {
    width: calc(50% - 12px);
}

.best-deal-wrapper .best-deal-panel .best-deal-list ul li:nth-child(3) {
    width: calc(65% - 12px);
}

.best-deal-wrapper .best-deal-panel .best-deal-list ul li:nth-child(4) {
    width: calc(35% - 12px);
}

.best-deal-wrapper .best-deal-panel .best-deal-list ul li:nth-child(2) .best-deal-content,
.best-deal-wrapper .best-deal-panel .best-deal-list ul li:nth-child(4) .best-deal-content {
    justify-content: flex-end;
}

.our-mission-wrapper {
    background: #1d7548;
    padding: 80px 0;
    color: #fff;
}

@media (max-width: 767.98px) {
    .our-mission-wrapper {
        padding: 30px 0;
    }
}

.our-mission-wrapper .our-mission-panel {
    display: flex;
    grid-column-gap: 140px;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 1399.98px) {
    .our-mission-wrapper .our-mission-panel {
        grid-column-gap: 50px;
    }
}

@media (max-width: 991.98px) {
    .our-mission-wrapper .our-mission-panel {
        flex-wrap: wrap;
        grid-row-gap: 30px;
    }
}

@media (max-width: 767.98px) {
    .our-mission-wrapper .our-mission-panel {
        flex-direction: column;
        grid-row-gap: 50px;
        align-items: flex-start;
    }
}

.our-mission-wrapper .our-mission-panel .our-mission-text {
    max-width: 576px;
}

@media (max-width: 991.98px) {
    .our-mission-wrapper .our-mission-panel .our-mission-text {
        max-width: 100%;
    }
}

.our-mission-wrapper .our-mission-panel .our-mission-text p {
    font-family: "Rethink Sans", serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

@media (max-width: 767.98px) {
    .our-mission-wrapper .our-mission-panel .our-mission-text p {
        font-size: 24px;
        line-height: 28px;
    }
}

.our-mission-wrapper .our-mission-panel .our-mission-address {
    max-width: 330px;
}

@media (max-width: 1399.98px) {
    .our-mission-wrapper .our-mission-panel .our-mission-address {
        min-width: 230px;
    }
}

@media (max-width: 991.98px) {
    .our-mission-wrapper .our-mission-panel .our-mission-address {
        max-width: 50%;
        min-width: none;
    }
}

.our-mission-wrapper .our-mission-panel .our-mission-address h5 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.our-mission-wrapper .our-mission-panel .our-mission-address p {
    font-family: "Rethink Sans", serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 20px;
}

.our-mission-wrapper .our-mission-panel .our-mission-address span {
    text-align: center;
    font-family: "Rethink Sans", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.our-mission-wrapper .our-mission-panel .our-mission-days {
    flex: 1;
}

@media (max-width: 1399.98px) {
    .our-mission-wrapper .our-mission-panel .our-mission-days {
        min-width: 300px;
    }
}

@media (max-width: 991.98px) {
    .our-mission-wrapper .our-mission-panel .our-mission-days {
        max-width: 50%;
        min-width: none;
    }
}

.our-mission-wrapper .our-mission-panel .our-mission-days h5 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.our-mission-wrapper .our-mission-panel .our-mission-days ul {
    display: flex;
    flex-direction: column;
    grid-row-gap: 18px;
}

.our-mission-wrapper .our-mission-panel .our-mission-days p {
    display: flex;
    justify-content: space-between;
    font-family: "Rethink Sans", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.browse-cars-wrapper .browse-cars-panel .browse-cars-list {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 32px;
}

@media (max-width: 767.98px) {
    .browse-cars-wrapper .browse-cars-panel .browse-cars-list {
        flex-direction: column;
        grid-row-gap: 26px;
        margin: 0;
    }
}

.browse-cars-wrapper .browse-cars-panel .browse-cars-list li {
    width: calc(33.33% - 16px);
}

@media (max-width: 767.98px) {
    .browse-cars-wrapper .browse-cars-panel .browse-cars-list li {
        width: 100%;
    }
}

.browse-cars-wrapper .browse-cars-panel .browse-cars-list li .browse-car-image {
    margin-bottom: 16px;
    position: relative;
}

.browse-cars-wrapper .browse-cars-panel .browse-cars-list li .browse-car-image img {
    width: 100%;
    border-radius: 8px;
}

.browse-cars-wrapper .browse-cars-panel .browse-cars-list li .browse-car-image figcaption {
    position: absolute;
    top: 16px;
    right: 16px;
    border-radius: 20px;
    background: #010101;
    padding: 10px 16px;
    color: #fff;
    text-align: center;
    font-family: "Rethink Sans", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    width: auto;
}

.browse-cars-wrapper .browse-cars-panel .browse-cars-list li .browse-car-details {
    display: grid;
    grid-row-gap: 16px;
}

.browse-cars-wrapper .browse-cars-panel .browse-cars-list li .browse-car-details .browse-car-details-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-row-gap: 8px;
}

.browse-cars-wrapper .browse-cars-panel .browse-cars-list li .browse-car-details .browse-car-details-top .role {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.browse-cars-wrapper .browse-cars-panel .browse-cars-list li .browse-car-details .browse-car-details-top h4 {
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

@media (max-width: 1199.98px) {
    .browse-cars-wrapper .browse-cars-panel .browse-cars-list li .browse-car-details .browse-car-details-top h4 {
        font-size: 22px;
        line-height: 26px;
    }
}

.browse-cars-wrapper .browse-cars-panel .browse-cars-list li .browse-car-details .browse-car-details-top .rating {
    color: #010101;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    grid-column-gap: 8px;
}

.browse-cars-wrapper .browse-cars-panel .browse-cars-list li .browse-car-details .browse-car-details-top .rating i {
    color: #1d7548;
}

.browse-cars-wrapper .browse-cars-panel .browse-cars-list li .browse-car-details .browse-car-details-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .browse-cars-wrapper .browse-cars-panel .browse-cars-list li .browse-car-details .browse-car-details-bottom {
        flex-direction: column;
        align-items: flex-start;
        grid-row-gap: 16px;
    }
}

.browse-cars-wrapper .browse-cars-panel .browse-cars-list li .browse-car-details .browse-car-details-bottom .address {
    color: #474747;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    grid-column-gap: 8px;
}

@media (max-width: 1199.98px) {
    .browse-cars-wrapper .browse-cars-panel .browse-cars-list li .browse-car-details .browse-car-details-bottom .address {
        font-size: 14px;
        line-height: 20px;
    }
}

.browse-cars-wrapper .browse-cars-panel .browse-cars-list li .browse-car-details .browse-car-details-bottom .address i {
    color: #1d7548;
}

.browse-cars-wrapper .browse-cars-panel .browse-cars-list li .browse-car-details .browse-car-details-bottom .main-btn {
    height: 42px;
    border-radius: 8px;
    background: #f6f6f6;
    min-width: 128px;
    justify-content: center;
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.browse-cars-wrapper .browse-cars-panel .browse-cars-list li .browse-car-details .browse-car-details-bottom .main-btn span {
    color: #474747;
    font-size: 16px;
}

.browse-cars-wrapper .browse-cars-panel .browse-cars-list li .browse-car-details .browse-car-details-bottom ul.blog-date {
    grid-column-gap: 16px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .browse-cars-wrapper .browse-cars-panel .browse-cars-list li .browse-car-details .browse-car-details-bottom ul.blog-date {
        flex-direction: column;
        align-items: flex-start;
        grid-row-gap: 16px;
    }
}

.browse-cars-wrapper .browse-cars-panel .browse-cars-list li .browse-car-details .browse-car-details-bottom ul.blog-date li {
    width: auto;
}

@media (max-width: 767.98px) {
    .browse-cars-wrapper .browse-cars-panel .browse-cars-list.four-column {
        flex-direction: row;
    }
}

.browse-cars-wrapper .browse-cars-panel .browse-cars-list.four-column li {
    width: calc(25% - 18px);
}

@media (max-width: 767.98px) {
    .browse-cars-wrapper .browse-cars-panel .browse-cars-list.four-column li {
        width: calc(50% - 12px);
    }
}

@media (max-width: 575.98px) {
    .browse-cars-wrapper .browse-cars-panel .browse-cars-list.four-column li {
        width: calc(100% - 0px);
    }
}

.browse-cars-wrapper .browse-cars-panel .browse-cars-list.two-column {
    grid-row-gap: 36px;
}

.browse-cars-wrapper .browse-cars-panel .browse-cars-list.two-column li {
    width: calc(50% - 12px);
}

@media (max-width: 767.98px) {
    .browse-cars-wrapper .browse-cars-panel .browse-cars-list.two-column li {
        width: 100%;
    }
}

.browse-cars-wrapper .browse-cars-panel .browse-cars-list.two-column li .browse-car-details-top p {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 16px;
}

@media (max-width: 767.98px) {
    .browse-cars-wrapper .browse-cars-panel .button-primary {
        margin-top: 30px !important;
    }
}

.browse-cars-wrapper.follow-instragram {
    background: #010101;
}

.browse-cars-wrapper.follow-instragram .main-heading {
    color: #fff;
    text-align: center;
}

.browse-cars-wrapper.follow-instragram .main-heading span {
    display: block;
    color: #fff;
    font-size: 42px;
    line-height: 44px;
}

@media (max-width: 1199.98px) {
    .browse-cars-wrapper.follow-instragram .main-heading span {
        font-size: 32px;
        line-height: 36px;
    }
}

.browse-cars-wrapper.light-theme .main-heading {
    text-align: center;
}

.browse-cars-wrapper.light-theme .main-heading span {
    display: block;
    font-size: 42px;
    line-height: 44px;
}

.browse-cars-wrapper.teams-individual-wrap .browse-cars-panel .browse-cars-list {
    grid-row-gap: 40px;
    margin-bottom: 0;
}

.browse-cars-wrapper.teams-individual-wrap .browse-cars-list li .browse-car-image {
    margin-bottom: 16px;
}

.browse-cars-wrapper.latest-blogs .browse-cars-panel .browse-cars-list li .browse-car-details .browse-car-details-top {
    align-items: flex-start;
}

.browse-cars-wrapper.latest-blogs .browse-cars-panel .browse-cars-list li .browse-car-image {
    margin-bottom: 16px;
}

.classic-car-wrapper .classic-car-panel {
    display: flex;
    grid-column-gap: 40px;
}

@media (max-width: 767.98px) {
    .classic-car-wrapper .classic-car-panel {
        flex-direction: column;
        grid-row-gap: 30px;
    }
}

.classic-car-wrapper .classic-car-panel .classic-car-left-content {
    max-width: 460px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .classic-car-wrapper .classic-car-panel .classic-car-left-content {
        max-width: 50%;
    }
}

@media (max-width: 767.98px) {
    .classic-car-wrapper .classic-car-panel .classic-car-left-content {
        max-width: 100%;
        width: 100%;
    }
}

.classic-car-wrapper .classic-car-panel .classic-car-left-content .classic-star-styles ul {
    display: grid;
    grid-row-gap: 32px;
}

.classic-car-wrapper .classic-car-panel .classic-car-left-content .classic-star-styles ul li p {
    font-family: "Rethink Sans", serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.classic-car-wrapper .classic-car-panel .classic-car-left-content .classic-star-styles ul li span {
    font-size: 18px;
    line-height: 24px;
}

@media (max-width: 991.98px) {
    .classic-car-wrapper .classic-car-panel .classic-car-right-content {
        max-width: 50%;
    }
}

@media (max-width: 767.98px) {
    .classic-car-wrapper .classic-car-panel .classic-car-right-content {
        max-width: 100%;
        width: 100%;
    }
}

.classic-car-wrapper .classic-car-panel .classic-car-right-content ul {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 24px;
}

.classic-car-wrapper .classic-car-panel .classic-car-right-content ul li>figure img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    border-radius: 8px;
}

@media (max-width: 575.98px) {
    .classic-car-wrapper .classic-car-panel .classic-car-right-content ul li>figure img {
        min-height: 300px;
    }
}

.classic-car-wrapper .classic-car-panel .classic-car-right-content ul li .we-offer {
    border-radius: 8px;
    background: #010101;
    color: #fff;
    padding: 32px;
    font-family: "Rethink Sans", serif;
    font-style: normal;
}

@media (max-width: 991.98px) {
    .classic-car-wrapper .classic-car-panel .classic-car-right-content ul li .we-offer {
        width: 100%;
    }
}

.classic-car-wrapper .classic-car-panel .classic-car-right-content ul li .we-offer p {
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 10px;
}

.classic-car-wrapper .classic-car-panel .classic-car-right-content ul li .we-offer span {
    font-size: 56px;
    font-weight: 600;
    line-height: 62px;
}

.classic-car-wrapper .classic-car-panel .classic-car-right-content ul li:nth-child(1) {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.classic-car-wrapper .classic-car-panel .classic-car-right-content ul li:nth-child(1),
.classic-car-wrapper .classic-car-panel .classic-car-right-content ul li:nth-child(2) {
    width: calc(50% - 12px);
}

@media (max-width: 991.98px) {

    .classic-car-wrapper .classic-car-panel .classic-car-right-content ul li:nth-child(1),
    .classic-car-wrapper .classic-car-panel .classic-car-right-content ul li:nth-child(2) {
        width: 100%;
    }
}

.classic-car-wrapper .classic-car-panel .classic-car-right-content ul li:nth-child(3) {
    width: 100%;
}

.classic-car-wrapper.driving-experience-wrapper .driving-exp h5 {
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 62px;
    margin-bottom: 16px;
}

@media (max-width: 1199.98px) {
    .classic-car-wrapper.driving-experience-wrapper .driving-exp h5 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 16px;
    }
}

@media (max-width: 767.98px) {
    .classic-car-wrapper.driving-experience-wrapper .driving-exp h5 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 10px;
    }
}

.classic-car-wrapper.driving-experience-wrapper .driving-exp .text-para {
    color: #010101;
    font-family: "Inter Tight", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 40px;
    max-width: 500px;
}

@media (max-width: 767.98px) {
    .classic-car-wrapper.driving-experience-wrapper .driving-exp .text-para {
        margin-bottom: 24px;
    }
}

.classic-car-wrapper.driving-experience-wrapper .driving-exp .count-exp {
    display: flex;
    grid-column-gap: 115px;
}

@media (max-width: 1199.98px) {
    .classic-car-wrapper.driving-experience-wrapper .driving-exp .count-exp {
        grid-column-gap: 50px;
    }
}

.classic-car-wrapper.driving-experience-wrapper .driving-exp .count-exp p {
    color: #1d7548;
    font-family: "Rethink Sans", serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 62px;
}

@media (max-width: 1199.98px) {
    .classic-car-wrapper.driving-experience-wrapper .driving-exp .count-exp p {
        font-size: 46px;
        line-height: 52px;
    }
}

.classic-car-wrapper.driving-experience-wrapper .driving-exp .count-exp p span {
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: block;
    margin-top: 8px;
}

@media (max-width: 1199.98px) {
    .classic-car-wrapper.driving-experience-wrapper .driving-exp .count-exp p span {
        font-size: 18px;
        line-height: 22px;
    }
}

.classic-car-wrapper.driving-experience-wrapper .classic-car-panel .classic-car-right-content>ul li:nth-child(2) {
    border-radius: 8px;
    background: #f6f6f6;
    padding: 40px;
    align-items: center;
    display: flex;
}

@media (max-width: 767.98px) {
    .classic-car-wrapper.driving-experience-wrapper .classic-car-panel .classic-car-right-content>ul li:nth-child(2) {
        padding: 24px;
    }
}

@media (max-width: 991.98px) {
    .classic-car-wrapper.driving-experience-wrapper .classic-car-panel .classic-car-right-content {
        max-width: 100%;
    }
}

.driving-experience-wrapper {
    position: relative;
    z-index: 1;
}

.driving-experience-wrapper .driving-experience-panel {
    display: flex;
    grid-column-gap: 50px;
    align-items: center;
}

@media (max-width: 767.98px) {
    .driving-experience-wrapper .driving-experience-panel {
        flex-direction: column;
        grid-row-gap: 30px;
    }
}

@media (max-width: 1199.98px) {
    .driving-experience-wrapper .driving-experience-panel .driving-experience-left-content {
        width: 50%;
    }
}

@media (max-width: 767.98px) {
    .driving-experience-wrapper .driving-experience-panel .driving-experience-left-content {
        width: 100%;
    }
}

@media (max-width: 1399.98px) {
    .driving-experience-wrapper .driving-experience-panel .driving-experience-left-content>figure img {
        max-width: 100%;
    }
}

@media (max-width: 1199.98px) {
    .driving-experience-wrapper .driving-experience-panel .driving-experience-right-content {
        width: 50%;
    }
}

@media (max-width: 767.98px) {
    .driving-experience-wrapper .driving-experience-panel .driving-experience-right-content {
        width: 100%;
    }
}

.driving-experience-wrapper .driving-experience-panel .driving-experience-right-content .main-heading {
    margin-bottom: 16px;
}

.driving-experience-wrapper .driving-experience-panel .driving-experience-right-content p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 40px;
}

.driving-experience-wrapper .driving-experience-panel .driving-experience-right-content ul {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 16px;
}

@media (max-width: 1199.98px) {
    .driving-experience-wrapper .driving-experience-panel .driving-experience-right-content ul {
        grid-gap: 8px;
    }
}

.driving-experience-wrapper .driving-experience-panel .driving-experience-right-content ul li {
    color: #474747;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    border-radius: 24.5px;
    border: 1px solid #474747;
    padding: 10px 24px;
    transition: all 0.3s ease 0s;
}

@media (max-width: 1199.98px) {
    .driving-experience-wrapper .driving-experience-panel .driving-experience-right-content ul li {
        font-size: 16px;
        line-height: 22px;
        padding: 8px 16px;
    }
}

.driving-experience-wrapper .driving-experience-panel .driving-experience-right-content ul li.active,
.driving-experience-wrapper .driving-experience-panel .driving-experience-right-content ul li:hover {
    background: #010101;
    color: #fff;
}

.driving-experience-wrapper .car-image-hanging {
    display: flex;
}

.driving-experience-wrapper .car-image-hanging figure {
    width: auto;
    margin-left: auto;
    margin-right: -50px;
    margin-top: -80px;
    margin-bottom: -240px;
}

@media (max-width: 1199.98px) {
    .driving-experience-wrapper .car-image-hanging figure {
        margin-bottom: -100px;
        margin-top: -30px;
        margin-right: 0;
    }
}

@media (max-width: 767.98px) {
    .driving-experience-wrapper .car-image-hanging figure {
        margin-bottom: -30px;
        margin-top: 10px;
    }
}

@media (max-width: 1199.98px) {
    .driving-experience-wrapper .car-image-hanging figure img {
        max-width: 100%;
    }
}

.rent-car-app-wrapper {
    padding: 50px 0;
}

@media (max-width: 1429.99px) {
    .rent-car-app-wrapper {
        padding: 50px 15px;
    }
}

@media (max-width: 767.98px) {
    .rent-car-app-wrapper {
        padding: 30px 15px;
    }
}

.rent-car-app-wrapper .rent-car-app-content {
    display: flex;
    grid-column-gap: 45px;
    align-items: center;
}

@media (max-width: 767.98px) {
    .rent-car-app-wrapper .rent-car-app-content {
        flex-direction: column;
        grid-row-gap: 30px;
    }
}

.rent-car-app-wrapper .rent-car-app-content .rca-left-content {
    width: 50%;
}

@media (max-width: 767.98px) {
    .rent-car-app-wrapper .rent-car-app-content .rca-left-content {
        width: 100%;
    }
}

.rent-car-app-wrapper .rent-car-app-content .rca-left-content>figure img {
    max-width: 100%;
}

.rent-car-app-wrapper .rent-car-app-content .rca-right-content {
    width: 50%;
    max-width: 708px;
}

@media (max-width: 767.98px) {
    .rent-car-app-wrapper .rent-car-app-content .rca-right-content {
        width: 100%;
    }
}

.rent-car-app-wrapper .rent-car-app-content .rca-right-content .main-heading {
    margin-bottom: 24px;
}

.rent-car-app-wrapper .rent-car-app-content .rca-right-content .rca-list-group {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 45px;
    grid-row-gap: 24px;
    margin-bottom: 40px;
}

@media (max-width: 991.98px) {
    .rent-car-app-wrapper .rent-car-app-content .rca-right-content .rca-list-group {
        flex-direction: column;
    }
}

.rent-car-app-wrapper .rent-car-app-content .rca-right-content .rca-list-group li {
    width: calc(50% - 23px);
}

@media (max-width: 991.98px) {
    .rent-car-app-wrapper .rent-car-app-content .rca-right-content .rca-list-group li {
        width: 100%;
    }
}

.rent-car-app-wrapper .rent-car-app-content .rca-right-content .rca-list-group li h3 {
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 8px;
}

.rent-car-app-wrapper .rent-car-app-content .rca-right-content .rca-list-group li p {
    color: #474747;
    line-height: 24px;
}

.rent-car-app-wrapper .rent-car-app-content .rca-right-content .rca-download-apps {
    display: flex;
    grid-column-gap: 16px;
    align-items: flex-start;
}

.rent-car-app-wrapper .rent-car-app-content .rca-right-content .rca-download-apps figure,
.rent-car-app-wrapper .rent-car-app-content .rca-right-content .rca-download-apps li {
    width: auto;
    cursor: pointer;
}

@media (max-width: 991.98px) {

    .rent-car-app-wrapper .rent-car-app-content .rca-right-content .rca-download-apps figure img,
    .rent-car-app-wrapper .rent-car-app-content .rca-right-content .rca-download-apps li img {
        max-width: 120px;
    }
}

.rent-car-app-wrapper.dark-theme {
    background: #010101;
}

.rent-car-app-wrapper.dark-theme h2.main-heading,
.rent-car-app-wrapper.dark-theme .rent-car-app-content .rca-right-content .rca-list-group li h3 {
    color: #fff;
}

.rent-car-app-wrapper.dark-theme .rent-car-app-content .rca-right-content .rca-list-group li p {
    color: #929292;
}

.login-popup .modal-dialog {
    max-width: 700px;
}

.login-wrapper .login-panel {
    max-width: 700px;
    margin-left: auto;
    padding: 45px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

@media (max-width: 767.98px) {
    .login-wrapper .login-panel {
        padding: 0px;
    }
}

@media (max-width: 719.98px) {
    .login-wrapper .login-panel {
        max-width: 100%;
    }
}

.login-wrapper .login-panel .welcome {
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    margin-bottom: 8px;
}

@media (max-width: 991.98px) {
    .login-wrapper .login-panel .welcome {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 5px;
    }
}

.login-wrapper .login-panel .main-heading-small {
    color: #474747;
    font-family: "Inter Tight", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
}

@media (max-width: 991.98px) {
    .login-wrapper .login-panel .main-heading-small {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 16px;
    }
}

.login-wrapper .login-panel .policies {
    display: flex;
    flex-direction: column;
    grid-row-gap: 16px;
    margin-bottom: 32px;
}

@media (max-width: 991.98px) {
    .login-wrapper .login-panel .policies {
        grid-row-gap: 8px;
        margin-bottom: 24px;
    }
}

.login-wrapper .login-panel .policies li {
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    background: url(../images/icon-check.png) no-repeat left top 4px;
    padding-left: 24px;
}

@media (max-width: 991.98px) {
    .login-wrapper .login-panel .policies li {
        font-size: 14px;
    }
}

.login-wrapper .login-panel .astric {
    color: #e33936;
}

.login-wrapper .login-panel .custom-form .custom-radio-check-box .form-check-label {
    color: #403f45;
    width: 100%;
}

.login-wrapper .login-panel .input-group-text {
    padding-left: 24px;
}

.login-wrapper .login-panel .signin-with {
    text-align: center;
    position: relative;
    color: #403f45;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 15px 0 15px;
}

@media (max-width: 991.98px) {
    .login-wrapper .login-panel .signin-with {
        padding: 5px 0;
    }
}

.login-wrapper .login-panel .signin-with:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #cfd0d5;
    display: block;
    position: absolute;
    top: 50%;
    z-index: 0;
    transform: translateY(-50%);
}

.login-wrapper .login-panel .signin-with span {
    position: relative;
    padding: 0 8px;
    background: #fff;
}

.login-wrapper .login-panel .button-primary-outline {
    border-radius: 8px;
    background: #f6f6f6;
    grid-column-gap: 12px;
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    height: 64px;
    border: none;
}

@media (max-width: 991.98px) {
    .login-wrapper .login-panel .button-primary-outline {
        font-size: 18px;
        height: 48px;
    }
}

.login-wrapper .login-panel .button-primary-outline:hover {
    color: #fff;
}

.login-wrapper .login-panel .button-primary {
    height: 64px;
    color: #fff;
    font-family: "Rethink Sans", serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

@media (max-width: 991.98px) {
    .login-wrapper .login-panel .button-primary {
        font-size: 18px;
        height: 48px;
    }
}

@media (max-width: 991.98px) {

    .login-wrapper .login-panel .custom-form .input-group .form-select,
    .login-wrapper .login-panel .custom-form .input-group .form-control {
        font-size: 18px;
        height: 48px;
    }
}

.login-wrapper .login-panel .dou-have-acount {
    display: flex;
    justify-content: center;
    grid-column-gap: 8px;
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.login-wrapper .login-panel .dou-have-acount .readmore {
    display: inline-flex;
}

.error-main-wrapper {
    width: 100%;
    height: 100vh;
    background-image: url(../images/bg-404.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    overflow: hidden;
}

@media (min-width: 1920.98px) {
    .error-main-wrapper {
        background-size: cover;
    }
}

@media (max-width: 991.98px) {
    .error-main-wrapper {
        background-size: cover;
    }
}

@media (max-width: 991.98px) {
    .error-main-wrapper .error-panel {
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
}

.error-main-wrapper .error-panel h2 {
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 84px;
    font-style: normal;
    font-weight: 500;
    line-height: 90px;
    margin-bottom: 24px;
}

@media (max-width: 991.98px) {
    .error-main-wrapper .error-panel h2 {
        font-size: 78px;
        line-height: normal;
    }
}

@media (max-width: 767.98px) {
    .error-main-wrapper .error-panel h2 {
        font-size: 40px;
        line-height: normal;
    }
}

.error-main-wrapper .error-panel h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 21vw;
    position: relative;
    width: 100%;
    line-height: 300px;
}

@media (max-width: 991.98px) {
    .error-main-wrapper .error-panel h4 {
        line-height: normal;
    }
}

.error-main-wrapper .error-panel p {
    max-width: 540px;
    color: #474747;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px;
}

.error-main-wrapper .error-panel .main-btn {
    max-width: 258px;
    height: 64px;
    width: 100%;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 40px;
}

@media (max-width: 991.98px) {
    .error-main-wrapper .error-panel .main-btn {
        max-width: 236px;
        font-size: 16px;
        line-height: 22px;
    }
}

.error-main-wrapper .error-panel .error-text,
.error-main-wrapper .error-panel h2,
.error-main-wrapper .error-panel .main-btn {
    position: relative;
    z-index: 1;
}

.custom-table .car-details {
    display: flex;
    grid-column-gap: 32px;
    align-items: center;
}

.custom-table .car-details figure {
    background: #f8f8f8;
    border-radius: 8px;
}

.custom-table .car-details figure img {
    border-radius: 8px;
}

.custom-table .car-details .car-type .cartype-heading {
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 24px;
    display: block;
}

@media (max-width: 1199.98px) {
    .custom-table .car-details .car-type .cartype-heading {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 12px;
    }
}

.custom-table .car-details .car-type .details {
    color: #1d7548;
    font-family: "Rethink Sans", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

@media (max-width: 1199.98px) {
    .custom-table .car-details .car-type .details {
        font-size: 14px;
        line-height: 16px;
    }
}

.custom-table .location {
    display: flex;
    flex-direction: column;
    grid-row-gap: 5px;
}

.custom-table .location li {
    display: flex;
    grid-column-gap: 8px;
}

.custom-table .location li p {
    color: #010101;
    font-family: "Inter Tight", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}

.custom-table .location li p span {
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.custom-table .cost {
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.custom-table .btn {
    width: 106px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    font-family: "Rethink Sans", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-table .btn.upcmng {
    background: #1d7548;
}

.custom-table .btn.complted {
    background: #010101;
}

.custom-table .btn.cancelled {
    background: #ee0909;
}

.address-list-group {
    display: flex;
    flex-direction: column;
    grid-row-gap: 40px;
}

.address-list-group .address-list {
    display: flex;
    grid-column-gap: 24px;
    align-items: center;
}

.address-list-group .address-list figure {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    background: #1d7548;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1199.98px) {
    .address-list-group .address-list figure {
        width: 60px;
        height: 60px;
    }
}

.address-list-group .address-list .address-list-content {
    display: flex;
    flex-direction: column;
    grid-row-gap: 8px;
}

.address-list-group .address-list .address-list-content p {
    font-size: 16px;
    color: #010101;
    line-height: 20px;
    text-transform: uppercase;
}

@media (max-width: 1199.98px) {
    .address-list-group .address-list .address-list-content p {
        font-size: 14px;
        line-height: 18px;
    }
}

.address-list-group .address-list .address-list-content span {
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

@media (max-width: 1199.98px) {
    .address-list-group .address-list .address-list-content span {
        font-size: 18px;
        line-height: 22px;
    }
}

.reachout-us-wrapper .reachout-us-content {
    display: flex;
    align-items: center;
    grid-column-gap: 60px;
}

@media (max-width: 767.98px) {
    .reachout-us-wrapper .reachout-us-content {
        flex-direction: column-reverse;
        grid-row-gap: 30px;
    }
}

.reachout-us-wrapper .reachout-us-content .reachout-us-left-content {
    width: 50%;
}

@media (max-width: 767.98px) {
    .reachout-us-wrapper .reachout-us-content .reachout-us-left-content {
        width: 100%;
    }
}

.reachout-us-wrapper .reachout-us-content .reachout-us-right-content {
    width: 50%;
}

@media (max-width: 767.98px) {
    .reachout-us-wrapper .reachout-us-content .reachout-us-right-content {
        width: 100%;
    }
}

.address-list-wrapper {
    background: #f6f6f6;
}

.address-list-wrapper .address-list-group {
    flex-direction: row;
    justify-content: space-between;
    grid-column-gap: 40px;
}

@media (max-width: 767.98px) {
    .address-list-wrapper .address-list-group {
        flex-direction: column;
    }
}

.reservation-wrapper .reservation-panel .card-group {
    grid-column-gap: 24px;
}

@media (max-width: 767.98px) {
    .reservation-wrapper .reservation-panel .card-group {
        grid-row-gap: 24px;
        flex-flow: column;
    }
}

.reservation-wrapper .reservation-panel .card-group.price-listgroup {
    margin-bottom: 80px;
}

.reservation-wrapper .reservation-panel .card-group.price-listgroup .card {
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    background: #fff;
}

.reservation-wrapper .reservation-panel .card-group.price-listgroup .card .card-header {
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    display: flex;
    grid-column-gap: 8px;
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #dcdcdc;
    padding: 26px 32px;
}

@media (max-width: 1399.98px) {
    .reservation-wrapper .reservation-panel .card-group.price-listgroup .card .card-header {
        font-size: 24px;
        line-height: 28px;
        padding: 20px;
    }
}

.reservation-wrapper .reservation-panel .card-group.price-listgroup .card .card-header span {
    color: #1d7548;
}

.reservation-wrapper .reservation-panel .card-group.price-listgroup .card .card-body {
    padding: 32px;
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0);
}

@media (max-width: 1399.98px) {
    .reservation-wrapper .reservation-panel .card-group.price-listgroup .card .card-body {
        padding: 20px;
    }
}

@media (max-width: 1199.98px) {
    .reservation-wrapper .reservation-panel .card-group.price-listgroup .card .card-body {
        padding: 20px 15px;
    }
}

.reservation-wrapper .reservation-panel .card-group.price-listgroup .card .card-body ul {
    display: grid;
    grid-row-gap: 24px;
}

.reservation-wrapper .reservation-panel .card-group.price-listgroup .card .card-body ul li p {
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: inline-flex;
    grid-row-gap: 4px;
    flex-direction: column;
}

@media (max-width: 1199.98px) {
    .reservation-wrapper .reservation-panel .card-group.price-listgroup .card .card-body ul li p {
        font-size: 18px;
        line-height: 20px;
    }
}

.reservation-wrapper .reservation-panel .card-group.price-listgroup .card .card-body ul li p span {
    display: block;
    color: #474747;
    font-family: "Inter Tight", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
}

@media (max-width: 1199.98px) {
    .reservation-wrapper .reservation-panel .card-group.price-listgroup .card .card-body ul li {
        font-size: 14px;
        line-height: 18px;
    }
}

.reservation-wrapper .reservation-panel .card-group.price-listgroup .card .card-body ul li .list-btn {
    margin-top: 8px;
    border-radius: 8px;
    background: url(../images/icon-check.png) no-repeat left 10px top 9px;
    background-color: #f6f6f6;
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    padding-left: 34px;
}

.reservation-wrapper .reservation-panel .card-group.price-listgroup .card:nth-child(2) {
    border-radius: 8px;
    background: #1d7548;
}

.reservation-wrapper .reservation-panel .card-group.price-listgroup .card:nth-child(2) .card-header {
    color: #fff;
}

.reservation-wrapper .reservation-panel .card-group.price-listgroup .card:nth-child(2) .card-header span {
    color: #fff;
}

.reservation-wrapper .reservation-panel .card-group.price-listgroup .card:nth-child(2) .card-body ul li p,
.reservation-wrapper .reservation-panel .card-group.price-listgroup .card:nth-child(2) .card-body ul li span {
    color: #fff;
}

.reservation-wrapper .reservation-panel .protection-plans {
    display: flex;
    grid-column-gap: 24px;
    flex-wrap: wrap;
}

@media (max-width: 767.98px) {
    .reservation-wrapper .reservation-panel .protection-plans {
        flex-direction: column-reverse;
        grid-row-gap: 30px;
    }
}

.reservation-wrapper .reservation-panel .protection-plans .protection-plans-left {
    width: calc(67.5% - 12px);
    flex: 0 0 auto;
}

@media (max-width: 991.98px) {
    .reservation-wrapper .reservation-panel .protection-plans .protection-plans-left {
        width: calc(50% - 12px);
    }
}

@media (max-width: 767.98px) {
    .reservation-wrapper .reservation-panel .protection-plans .protection-plans-left {
        width: calc(100% - 0px);
    }
}

.reservation-wrapper .reservation-panel .protection-plans .protection-plans-left .main-heading {
    margin-bottom: 16px;
}

.reservation-wrapper .reservation-panel .protection-plans .protection-plans-left .text {
    color: #474747;
    font-family: "Inter Tight", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

@media (max-width: 1199.98px) {
    .reservation-wrapper .reservation-panel .protection-plans .protection-plans-left .text {
        font-size: 14px;
        line-height: 20px;
    }
}

.reservation-wrapper .reservation-panel .protection-plans .protection-plans-left .plans {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    grid-row-gap: 24px;
    padding-bottom: 60px;
}

.reservation-wrapper .reservation-panel .protection-plans .protection-plans-left .plans .plans-list {
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    background: #fff;
    padding: 32px;
}

@media (max-width: 1199.98px) {
    .reservation-wrapper .reservation-panel .protection-plans .protection-plans-left .plans .plans-list {
        padding: 24px;
    }
}

.reservation-wrapper .reservation-panel .protection-plans .protection-plans-left .plans .plans-list.active {
    border: 1px solid #1d7548;
}

.reservation-wrapper .reservation-panel .protection-plans .protection-plans-left .plans .plans-list h4 {
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    grid-column-gap: 24px;
}

@media (max-width: 1199.98px) {
    .reservation-wrapper .reservation-panel .protection-plans .protection-plans-left .plans .plans-list h4 {
        font-size: 22px;
        line-height: 28px;
    }
}

.reservation-wrapper .reservation-panel .protection-plans .protection-plans-left .plans .plans-list .text {
    margin-bottom: 16px;
}

.reservation-wrapper .reservation-panel .protection-plans .protection-plans-left .plans .plans-list.custom-radio-check-box {
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 16px;
}

.reservation-wrapper .reservation-panel .protection-plans .protection-plans-left .plans .plans-list.custom-radio-check-box .form-check {
    width: calc(50% - 20px);
    align-items: center;
}

@media (max-width: 1199.98px) {
    .reservation-wrapper .reservation-panel .protection-plans .protection-plans-left .plans .plans-list.custom-radio-check-box .form-check {
        width: calc(100% - 0px);
    }
}

.reservation-wrapper .reservation-panel .protection-plans .protection-plans-left .plans .plans-list.custom-radio-check-box .form-check .form-check-input {
    width: 12px;
    height: 12px;
    border-radius: 2px;
    border: 1px solid #929292;
    background: #fff;
}

.reservation-wrapper .reservation-panel .protection-plans .protection-plans-left .plans .plans-list.custom-radio-check-box .form-check .form-check-input:checked[type="checkbox"] {
    background-image: url(../images/check-active.png);
    background-size: 8px;
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-position: center;
}

.reservation-wrapper .reservation-panel .protection-plans .protection-plans-left .plans .plans-list.custom-radio-check-box .form-check .form-check-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

@media (max-width: 1199.98px) {
    .reservation-wrapper .reservation-panel .protection-plans .protection-plans-left .plans .plans-list.custom-radio-check-box .form-check .form-check-label {
        max-width: 100%;
    }
}

.reservation-wrapper .reservation-panel .protection-plans .protection-plans-left .plans .plans-list.custom-radio-check-box .form-check .form-check-label span {
    color: #010101;
    font-family: "Inter Tight", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.reservation-wrapper .reservation-panel .protection-plans .protection-plans-left .plans.custom-form {
    padding-top: 8px;
    padding-bottom: 0;
}

.reservation-wrapper .reservation-panel .protection-plans .protection-plans-right {
    width: calc(32.5% - 12px);
    flex: 0 0 auto;
}

@media (max-width: 991.98px) {
    .reservation-wrapper .reservation-panel .protection-plans .protection-plans-right {
        width: calc(50% - 12px);
    }
}

@media (max-width: 767.98px) {
    .reservation-wrapper .reservation-panel .protection-plans .protection-plans-right {
        width: calc(100% - 0px);
    }
}

.reservation-wrapper .reservation-panel .protection-plans .protection-plans-right .card {
    border-radius: 8px;
}

.reservation-wrapper .reservation-panel .protection-plans .protection-plans-right .card .card-body {
    padding: 32px 32px 24px 32px;
}

@media (max-width: 1199.98px) {
    .reservation-wrapper .reservation-panel .protection-plans .protection-plans-right .card .card-body {
        padding: 20px;
    }
}

.reservation-wrapper .reservation-panel .protection-plans .protection-plans-right .card .card-body .card-title {
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin: 0;
}

@media (max-width: 1199.98px) {
    .reservation-wrapper .reservation-panel .protection-plans .protection-plans-right .card .card-body .card-title {
        font-size: 22px;
        line-height: 28px;
    }
}

.reservation-wrapper .reservation-panel .protection-plans .protection-plans-right .card .list-group {
    border: none;
    grid-row-gap: 18px;
    margin-bottom: 24px;
}

.reservation-wrapper .reservation-panel .protection-plans .protection-plans-right .card .list-group .list-group-item {
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 32px;
    grid-column-gap: 40px;
}

@media (max-width: 1199.98px) {
    .reservation-wrapper .reservation-panel .protection-plans .protection-plans-right .card .list-group .list-group-item {
        padding: 0 20px;
    }
}

.reservation-wrapper .reservation-panel .protection-plans .protection-plans-right .card .list-group .list-group-item p {
    color: #010101;
    font-family: "Inter Tight", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    max-width: 190px;
}

@media (max-width: 1199.98px) {
    .reservation-wrapper .reservation-panel .protection-plans .protection-plans-right .card .list-group .list-group-item p {
        font-size: 14px;
        line-height: 18px;
    }
}

.reservation-wrapper .reservation-panel .protection-plans .protection-plans-right .card .list-group .list-group-item span {
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

@media (max-width: 1199.98px) {
    .reservation-wrapper .reservation-panel .protection-plans .protection-plans-right .card .list-group .list-group-item span {
        font-size: 18px;
        line-height: 22px;
    }
}

.reservation-wrapper .reservation-panel .protection-plans .protection-plans-right .card .list-group .list-group-item:nth-last-child(1) p {
    font-size: 14px;
}

.reservation-wrapper .reservation-panel .protection-plans .protection-plans-right .card .list-group .list-group-item:nth-last-child(1) span {
    font-size: 16px;
}

.reservation-wrapper .reservation-panel .protection-plans .protection-plans-right .card .list-group .list-group-item:nth-last-child(2) {
    margin-top: 18px;
}

.reservation-wrapper .reservation-panel .protection-plans .protection-plans-right .card .input-group {
    margin: 0 32px 32px 32px;
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    background: #fff;
    height: 64px;
    width: calc(100% - 64px);
    padding: 0 5px 0px 24px;
}

@media (max-width: 1199.98px) {
    .reservation-wrapper .reservation-panel .protection-plans .protection-plans-right .card .input-group {
        margin: 0 20px 20px 20px;
        width: calc(100% - 40px);
    }
}

.reservation-wrapper .reservation-panel .protection-plans .protection-plans-right .card .input-group .form-control {
    border: none;
    background: rgba(0, 0, 0, 0);
    height: auto;
    padding: 0;
    outline: none;
    box-shadow: none;
}

.reservation-wrapper .reservation-panel .protection-plans .protection-plans-right .card .input-group .btn.btn-outline-secondary {
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0);
}

.reservation-wrapper .reservation-panel .protection-plans .protection-plans-right .card .card-footer {
    background: rgba(0, 0, 0, 0);
    padding: 32px;
}

@media (max-width: 1199.98px) {
    .reservation-wrapper .reservation-panel .protection-plans .protection-plans-right .card .card-footer {
        padding: 20px;
    }
}

.reservation-wrapper .reservation-panel .protection-plans .protection-plans-right .card .card-footer p {
    color: #474747;
    font-family: "Inter Tight", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.reservation-wrapper .reservation-panel .protection-plans .protection-plans-right .card .card-footer p span {
    display: block;
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    text-transform: none;
}

.reservation-wrapper .reservation-panel .protection-plans .protection-plans-right .card .card-footer p span span {
    color: #1d7548;
    display: inline-block;
}

.reservation-wrapper .reservation-panel .protection-plans .protection-plans-right .card .card-footer .card-link {
    border-radius: 8px;
    background: #1d7548;
    width: 100%;
    display: block;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "Rethink Sans", serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.prestigious-brands-wrapper .main-heading {
    max-width: 900px;
}

.prestigious-brands-wrapper .prestigious-brands-content {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    grid-column-gap: 40px;
}

@media (max-width: 767.98px) {
    .prestigious-brands-wrapper .prestigious-brands-content {
        flex-direction: column;
        grid-row-gap: 20px;
    }
}

.prestigious-brands-wrapper .prestigious-brands-content .prestigious-brands-content-left {
    max-width: 450px;
}

@media (max-width: 767.98px) {
    .prestigious-brands-wrapper .prestigious-brands-content .prestigious-brands-content-left {
        max-width: 100%;
        width: 100%;
    }
}

.prestigious-brands-wrapper .prestigious-brands-content .prestigious-brands-content-left p {
    color: #474747;
    font-family: "Inter Tight", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
}

.prestigious-brands-wrapper .prestigious-brands-content .prestigious-brands-content-left ul {
    display: flex;
    grid-row-gap: 14px;
    flex-direction: column;
}

.prestigious-brands-wrapper .prestigious-brands-content .prestigious-brands-content-left ul li {
    color: #010101;
    font-family: "Inter Tight", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    list-style: inside;
}

@media (max-width: 767.98px) {
    .prestigious-brands-wrapper .prestigious-brands-content .prestigious-brands-content-right {
        max-width: 100%;
        width: 100%;
    }
}

.prestigious-brands-wrapper .prestigious-brands-content .prestigious-brands-content-right figure img {
    max-width: 100%;
    border-radius: 8px;
}

.rental-journey-history-wrapper .rental-journey-history-panel {
    position: relative;
}

.rental-journey-history-wrapper .rental-journey-history-panel .main-heading {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.keys-2 {
    position: absolute;
    top: -90px;
    width: auto;
}

@media (max-width: 1199.98px) {
    .keys-2 {
        display: none;
    }
}

.hang-car2 {
    position: absolute;
    bottom: -80px;
    right: 0;
    width: auto;
    top: auto;
}

@media (max-width: 1199.98px) {
    .hang-car2 {
        display: none;
    }
}

.container-double-timeline .timeline {
    position: relative;
    margin: 50px auto 0;
    padding: 0;
    width: 1100px;
    box-sizing: border-box;
}

.container-double-timeline .timeline:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 2px;
    height: 90%;
    background: #c5c5c5;
    top: 0;
}

@media (max-width: 767.98px) {
    .container-double-timeline .timeline:before {
        left: 30px;
        height: 100%;
    }
}

.container-double-timeline .timeline ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    grid-row-gap: 100px;
}

@media (max-width: 1199.98px) {
    .container-double-timeline .timeline ul {
        grid-row-gap: 60px;
    }
}

.container-double-timeline .timeline ul li {
    list-style: none;
    position: relative;
    width: 100%;
    padding: 0px 40px;
    box-sizing: border-box;
    display: flex;
    grid-column-gap: 100px;
    justify-content: space-between;
}

@media (max-width: 767.98px) {
    .container-double-timeline .timeline ul li {
        width: 100%;
        text-align: left;
        padding-left: 80px;
        padding-bottom: 0;
        flex-direction: column-reverse;
        padding-right: 0;
        grid-row-gap: 30px;
    }
}

.container-double-timeline .timeline ul li:nth-last-child(odd) {
    flex-direction: row;
}

@media (max-width: 767.98px) {
    .container-double-timeline .timeline ul li:nth-last-child(odd) {
        flex-direction: column-reverse;
    }
}

.container-double-timeline .timeline ul li:nth-last-child(odd) .time {
    padding-left: 125px;
}

@media (max-width: 1199.98px) {
    .container-double-timeline .timeline ul li:nth-last-child(odd) .time {
        padding-left: 65px;
    }
}

@media (max-width: 767.98px) {
    .container-double-timeline .timeline ul li:nth-last-child(odd) .time {
        padding-left: 0px;
    }
}

.container-double-timeline .timeline ul li:nth-last-child(even) {
    flex-direction: row-reverse;
}

@media (max-width: 767.98px) {
    .container-double-timeline .timeline ul li:nth-last-child(even) {
        flex-direction: column-reverse;
    }
}

.container-double-timeline .timeline ul li:nth-last-child(even) .content {
    padding-left: 125px;
}

@media (max-width: 1199.98px) {
    .container-double-timeline .timeline ul li:nth-last-child(even) .content {
        padding-left: 65px;
    }
}

@media (max-width: 767.98px) {
    .container-double-timeline .timeline ul li:nth-last-child(even) .content {
        padding-left: 0px;
    }
}

.container-double-timeline .timeline ul li:nth-last-child(even) .time {
    padding-left: 0px;
}

.container-double-timeline .content {
    padding-bottom: 20px;
    width: 50%;
}

@media (max-width: 767.98px) {
    .container-double-timeline .content {
        width: 100%;
    }
}

.container-double-timeline .timeline ul li:nth-child(odd):before,
.container-double-timeline .timeline ul li:nth-child(even):before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    top: 0;
    left: calc(50% - 40px);
    background: #1d7548;
    border-radius: 8px;
    box-shadow: none;
}

@media (max-width: 1199.98px) {

    .container-double-timeline .timeline ul li:nth-child(odd):before,
    .container-double-timeline .timeline ul li:nth-child(even):before {
        width: 60px;
        height: 60px;
        top: 0;
        left: calc(50% - 30px);
    }
}

@media (max-width: 767.98px) {

    .container-double-timeline .timeline ul li:nth-child(odd):before,
    .container-double-timeline .timeline ul li:nth-child(even):before {
        left: 0;
        top: 0;
    }
}

.container-double-timeline .timeline ul li:nth-child(odd):after,
.container-double-timeline .timeline ul li:nth-child(even):after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 40px;
    left: 50%;
    background: #fff;
    border-radius: 50px;
    transform: translate(-50%, -50%);
}

@media (max-width: 1199.98px) {

    .container-double-timeline .timeline ul li:nth-child(odd):after,
    .container-double-timeline .timeline ul li:nth-child(even):after {
        top: 30px;
    }
}

@media (max-width: 767.98px) {

    .container-double-timeline .timeline ul li:nth-child(odd):after,
    .container-double-timeline .timeline ul li:nth-child(even):after {
        left: 30px;
    }
}

.container-double-timeline .timeline ul li h3 {
    padding: 0;
    margin: 0;
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 8px;
    max-width: 400px;
}

@media (max-width: 767.98px) {
    .container-double-timeline .timeline ul li h3 {
        max-width: 100%;
        font-size: 24px;
        line-height: 28px;
    }
}

.container-double-timeline .timeline ul li p {
    margin: 10px 0 0;
    padding: 0;
    color: #474747;
    font-family: "Inter Tight", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    max-width: 400px;
}

@media (max-width: 767.98px) {
    .container-double-timeline .timeline ul li p {
        max-width: 100%;
    }
}

.container-double-timeline .timeline ul li .time h4 {
    margin: 0;
    padding: 0;
    color: #1d7548;
    font-family: "Rethink Sans", serif;
    font-size: 94px;
    font-style: normal;
    font-weight: 500;
    line-height: 80px;
}

@media (max-width: 1199.98px) {
    .container-double-timeline .timeline ul li .time h4 {
        font-size: 74px;
        line-height: 70px;
    }
}

@media (max-width: 767.98px) {
    .container-double-timeline .timeline ul li .time h4 {
        font-size: 54px;
        line-height: 50px;
    }
}

.container-double-timeline .timeline ul li:nth-child(even) .time,
.container-double-timeline .timeline ul li:nth-child(odd) .time {
    width: 50%;
}

@media (max-width: 1000px) {
    .container-double-timeline .timeline {
        width: 100%;
    }
}

@media (max-width: 1000px) and (max-width: 767px) {
    .container-double-timeline .timeline {
        padding-bottom: 0;
    }
}

.car-listing-wrapper .car-listing-panel {
    display: flex;
    grid-column-gap: 70px;
    flex-wrap: wrap;
}

@media (max-width: 1199.98px) {
    .car-listing-wrapper .car-listing-panel {
        grid-column-gap: 30px;
    }
}

@media (max-width: 767px) {
    .car-listing-wrapper .car-listing-panel {
        flex-direction: column;
        grid-row-gap: 50px;
    }
}

.car-listing-wrapper .car-listing-panel .car-listing-left-panel {
    width: 300px;
}

@media (max-width: 767px) {
    .car-listing-wrapper .car-listing-panel .car-listing-left-panel {
        width: 100%;
    }
}

.car-listing-wrapper .car-listing-panel .car-listing-left-panel .car-listing-filterby {
    border-radius: 8px;
    background: #f6f6f6;
}

.car-listing-wrapper .car-listing-panel .car-listing-left-panel .car-listing-filterby .list-title {
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 8px;
    padding: 24px 0px 0 24px;
}

.car-listing-wrapper .car-listing-panel .car-listing-left-panel .car-listing-filterby .block {
    padding: 24px;
    border-bottom: 1px solid #dcdcdc;
}

.car-listing-wrapper .car-listing-panel .car-listing-left-panel .car-listing-filterby .block h6 {
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.car-listing-wrapper .car-listing-panel .car-listing-left-panel .car-listing-filterby .block .custom-form .custom-radio-check-box {
    flex-direction: column;
    grid-row-gap: 16px;
}

.car-listing-wrapper .car-listing-panel .car-listing-left-panel .car-listing-filterby .block .showmore-list {
    color: #1d7548;
    font-family: "Rethink Sans", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-right: auto;
}

.car-listing-wrapper .car-listing-panel .car-listing-left-panel .car-listing-filterby .block:nth-last-child(1) {
    border: none;
}

.car-listing-wrapper .car-listing-panel .car-listing-left-panel #map {
    height: 280px;
    margin-bottom: 48px;
    border-radius: 8px;
}

.car-listing-wrapper .car-listing-panel .car-listing-right-panel {
    width: calc(100% - 370px);
}

@media (max-width: 1199.98px) {
    .car-listing-wrapper .car-listing-panel .car-listing-right-panel {
        width: calc(100% - 330px);
    }
}

@media (max-width: 767px) {
    .car-listing-wrapper .car-listing-panel .car-listing-right-panel {
        width: 100%;
    }
}

.car-listing-wrapper .car-listing-panel .car-listing-right-panel .car-listing-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

@media (max-width: 1199.98px) {
    .car-listing-wrapper .car-listing-panel .car-listing-right-panel .car-listing-header {
        flex-direction: column;
        align-items: flex-start;
        grid-row-gap: 15px;
    }
}

.car-listing-wrapper .car-listing-panel .car-listing-right-panel .car-listing-header .sortby {
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    background: #fff;
    color: #010101;
    font-family: "Inter Tight", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 16px 20px;
    max-width: 222px;
    width: 100%;
    display: flex;
    grid-column-gap: 16px;
    justify-content: space-between;
}

.car-listing-wrapper .car-listing-panel .car-listing-right-panel .car-listing-header .filter {
    border-radius: 8px;
    background: #f6f6f6;
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding: 12px 16px;
    display: flex;
    grid-column-gap: 16px;
    justify-content: space-between;
}

.car-listing-wrapper .car-listing-panel .car-listing-right-panel .car-listing-header .main-heading-xsm span {
    display: block;
    color: #474747;
    font-family: "Inter Tight", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.car-listing-wrapper.car-listing-wrapper2 .car-listing-panel {
    display: flex;
    grid-column-gap: 24px;
}

@media (max-width: 991.98px) {
    .car-listing-wrapper.car-listing-wrapper2 .car-listing-panel {
        flex-direction: column;
    }
}

.car-listing-wrapper.car-listing-wrapper2 .list-view-panel {
    width: 50%;
}

@media (max-width: 1199.98px) {
    .car-listing-wrapper.car-listing-wrapper2 .list-view-panel {
        width: 60%;
    }
}

@media (max-width: 991.98px) {
    .car-listing-wrapper.car-listing-wrapper2 .list-view-panel {
        width: 100%;
    }
}

.car-listing-wrapper.car-listing-wrapper2 .list-view-panel .car-listing-right-panel {
    max-width: 708px;
    margin-left: auto;
    width: 100%;
}

@media (max-width: 991.98px) {
    .car-listing-wrapper.car-listing-wrapper2 .list-view-panel .car-listing-right-panel {
        max-width: 100%;
        padding: 0 15px 0;
    }
}

.car-listing-wrapper.car-listing-wrapper2 .list-view-panel .car-listing-right-panel .tv-list-card {
    padding: 0;
    display: flex;
    overflow: hidden;
    grid-column-gap: 16px;
    width: 100%;
}

@media (max-width: 575.98px) {
    .car-listing-wrapper.car-listing-wrapper2 .list-view-panel .car-listing-right-panel .tv-list-card {
        flex-direction: column;
    }
}

.car-listing-wrapper.car-listing-wrapper2 .list-view-panel .car-listing-right-panel .tv-list-card .tv-charactersticks {
    margin-bottom: 6px;
}

.car-listing-wrapper.car-listing-wrapper2 .list-view-panel .car-listing-right-panel .tv-list-card .tv-list-img {
    margin-bottom: 0;
    width: auto;
    background: #333;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.car-listing-wrapper.car-listing-wrapper2 .list-view-panel .car-listing-right-panel .tv-list-card .list-view-right-elements {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.car-listing-wrapper.car-listing-wrapper2 .list-view-panel .car-listing-right-panel .tv-list-card .tv-details p s {
    color: #929292;
    margin-right: 6px;
}

.car-listing-wrapper.car-listing-wrapper2 .list-view-panel .car-listing-right-panel .top-vehicles-lists {
    position: relative;
}

.car-listing-wrapper.car-listing-wrapper2 .list-view-panel .car-listing-right-panel .top-vehicles-lists:after {
    content: "";
    background: url(../images/overlay.html);
    background-repeat: no-repeat;
    background-position: bottom center;
    position: absolute;
    left: 0;
    bottom: -40px;
    z-index: 11;
    width: 100%;
    height: 190px;
    background-size: 100%;
}

.car-listing-wrapper.car-listing-wrapper2 .car-listing-map-panel {
    width: calc(50% - 24px);
}

@media (max-width: 1199.98px) {
    .car-listing-wrapper.car-listing-wrapper2 .car-listing-map-panel {
        width: calc(40% - 24px);
    }
}

@media (max-width: 991.98px) {
    .car-listing-wrapper.car-listing-wrapper2 .car-listing-map-panel {
        width: 100%;
    }
}

.car-listing-wrapper.car-listing-wrapper2 .car-listing-map-panel #map {
    height: 100%;
    min-height: 400px;
}

.car-listing-wrapper.car-listing-wrapper3 .browse-cars-panel .browse-cars-list li .browse-car-image {
    margin-bottom: 16px;
}

@media (max-width: 991.98px) {
    .car-listing-wrapper.car-listing-wrapper3 .browse-cars-wrapper .browse-cars-panel .browse-cars-list li {
        width: 100%;
    }
}

@media (max-width: 1199.98px) {
    .car-listing-wrapper.car-listing-wrapper3 .browse-cars-wrapper .browse-cars-panel .browse-cars-list li .browse-car-details .browse-car-details-top {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 8px;
    }
}

.car-listing-wrapper.car-listing-wrapper3 .car-listing-panel .car-listing-left-panel .car-listing-filterby .block .custom-form .custom-radio-check-box {
    flex-direction: row;
    grid-gap: 8px;
    flex-wrap: wrap;
}

.car-listing-wrapper.car-listing-wrapper3 .car-listing-panel .car-listing-left-panel .car-listing-filterby .block .custom-form .custom-radio-check-box .form-check {
    width: auto;
}

.car-listing-wrapper.car-listing-wrapper3 .car-listing-panel .car-listing-left-panel .car-listing-filterby .block .custom-form .custom-radio-check-box .form-check .btn-outline-primary {
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    background: #fff;
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    padding: 8px 16px;
}

.car-listing-wrapper.car-listing-wrapper3 .car-listing-panel .car-listing-left-panel .car-listing-filterby .block .custom-form .custom-radio-check-box .form-check .btn-check:checked+.btn-outline-primary {
    background: #1d7548;
    border: 1px solid #1d7548;
    color: #fff;
}

.car-listing-wrapper .browse-cars-wrapper {
    padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom: 1px solid #dcdcdc;
}

.car-listing-wrapper .browse-cars-wrapper .browse-cars-panel .browse-cars-list li .browse-car-details {
    grid-row-gap: 0px;
}

.car-listing-wrapper .browse-cars-wrapper .browse-cars-panel .browse-cars-list li .browse-car-details h6 {
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 8px;
}

.filter-popup .modal-dialog .modal-content .modal-header .modal-title {
    margin: 0 auto;
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.filter-popup .modal-dialog .modal-content .modal-header .btn-close {
    position: absolute;
    top: -25px;
    right: -25px;
    background-color: #fff;
    opacity: 1;
    border-radius: 50px;
    font-size: 10px;
    width: 32px;
    height: 32px;
    padding: 0;
}

@media (max-width: 767.98px) {
    .filter-popup .modal-dialog .modal-content .modal-header .btn-close {
        top: 10px;
        right: 10px;
    }
}

.filter-popup .modal-dialog .modal-content .modal-body {
    padding: 0 0 20px 0;
}

.filter-popup .modal-dialog .modal-content .modal-body .accordion-item .accordion-header .accordion-button {
    padding: 24px 40px;
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
}

.filter-popup .modal-dialog .modal-content .modal-body .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background: #fff;
    box-shadow: none;
}

.filter-popup .modal-dialog .modal-content .modal-body .accordion-item .accordion-body {
    padding-left: 40px;
    padding-right: 40px;
}

.filter-popup .modal-dialog .modal-content .modal-body .vehicle-categorie,
.filter-popup .modal-dialog .modal-content .modal-body .vehicle-categorie {
    padding: 24px 40px;
    border-bottom: 1px solid #dcdcdc;
}

.filter-popup .modal-dialog .modal-content .modal-body .vehicle-categorie h3,
.filter-popup .modal-dialog .modal-content .modal-body .vehicle-categorie h3 {
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.filter-popup .modal-dialog .modal-content .modal-body .vehicle-categorie ul,
.filter-popup .modal-dialog .modal-content .modal-body .vehicle-categorie ul {
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    background: #fff;
    display: flex;
    height: 48px;
    align-items: center;
    padding: 4px 16px;
}

.filter-popup .modal-dialog .modal-content .modal-body .vehicle-categorie ul li,
.filter-popup .modal-dialog .modal-content .modal-body .vehicle-categorie ul li {
    flex: 1;
    text-align: center;
    color: #010101;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease 0s;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-popup .modal-dialog .modal-content .modal-body .vehicle-categorie ul li:hover,
.filter-popup .modal-dialog .modal-content .modal-body .vehicle-categorie ul li.active,
.filter-popup .modal-dialog .modal-content .modal-body .vehicle-categorie ul li:hover,
.filter-popup .modal-dialog .modal-content .modal-body .vehicle-categorie ul li.active {
    background: #1d7548;
    color: #fff;
}

.filter-popup .modal-dialog .modal-content .modal-body .custom-form .custom-radio-check-box {
    grid-row-gap: 16px;
}

.filter-popup .modal-dialog .modal-content .modal-body .custom-form .custom-radio-check-box .form-check {
    align-items: center;
}

.filter-popup .modal-dialog .modal-content .modal-body .custom-form .custom-radio-check-box .form-check .form-check-label {
    font-size: 18px;
    line-height: 24px;
    width: calc(100% - 30px);
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.filter-popup .modal-dialog .modal-content .modal-body .custom-form .custom-radio-check-box .form-check .form-check-label span {
    color: #474747;
    font-size: 18px;
}

.car-details-wrapper .car-details-panel {
    display: flex;
    grid-column-gap: 24px;
    flex-wrap: wrap;
}

@media (max-width: 767.98px) {
    .car-details-wrapper .car-details-panel {
        flex-direction: column;
        grid-row-gap: 24px;
    }
}

.car-details-wrapper .car-details-panel .taxes-fees p {
    color: #1d7548;
    font-family: "Rethink Sans", serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    grid-column-gap: 8px;
}

.car-details-wrapper .car-details-panel .taxes-fees p s {
    color: #929292;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.car-details-wrapper .car-details-panel .taxes-fees .taxes {
    color: #474747;
    font-family: "Inter Tight", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
    display: block;
}

.car-details-wrapper .car-details-panel .taxes-fees .price {
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.car-details-wrapper .car-details-panel .cancellation-available {
    padding: 24px 0;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.car-details-wrapper .car-details-panel .cancellation-available p {
    color: #474747;
    font-family: "Inter Tight", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    grid-row-gap: 8px;
}

.car-details-wrapper .car-details-panel .cancellation-available p span {
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.car-details-wrapper .car-details-panel .cancellation-available p span span {
    color: #1d7548;
}

.car-details-wrapper .car-details-panel .car-details-left-content {
    width: calc(100% - 480px);
}

@media (max-width: 991.98px) {
    .car-details-wrapper .car-details-panel .car-details-left-content {
        width: calc(50% - 12px);
    }
}

@media (max-width: 767.98px) {
    .car-details-wrapper .car-details-panel .car-details-left-content {
        width: 100%;
    }
}

.car-details-wrapper .car-details-panel .car-details-left-content .block {
    margin-bottom: 32px;
}

.car-details-wrapper .car-details-panel .car-details-left-content .block:nth-child(1) {
    margin-bottom: 0;
}

.car-details-wrapper .car-details-panel .car-details-left-content .block-img {
    margin-bottom: 60px;
}

.car-details-wrapper .car-details-panel .car-details-left-content .main-heading {
    margin-bottom: 24px;
}

.car-details-wrapper .car-details-panel .car-details-left-content .text {
    color: #474747;
    font-family: "Inter Tight", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.car-details-wrapper .car-details-panel .car-details-left-content .cd-list-title {
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 16px;
}

.car-details-wrapper .car-details-panel .car-details-left-content .cd-list-title span {
    color: #474747;
    font-family: "Inter Tight", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: block;
}

.car-details-wrapper .car-details-panel .car-details-left-content .car-features ul {
    padding: 16px 0;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    grid-column-gap: 8px;
    flex-wrap: wrap;
    grid-row-gap: 8px;
}

.car-details-wrapper .car-details-panel .car-details-left-content .car-features ul li .figure {
    display: flex;
    grid-column-gap: 8px;
}

.car-details-wrapper .car-details-panel .car-details-left-content .car-features ul li .figure img {
    margin: 0;
}

.car-details-wrapper .car-details-panel .car-details-left-content .car-features ul li .figure .figure-caption {
    color: #474747;
    font-family: "Inter Tight", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.car-details-wrapper .car-details-panel .car-details-left-content .car-rental-location,
.car-details-wrapper .car-details-panel .car-details-left-content .car-insurance,
.car-details-wrapper .car-details-panel .car-details-left-content .plans.custom-form {
    border-radius: 8px;
    background: #f6f6f6;
    padding: 32px;
}

@media (max-width: 991.98px) {

    .car-details-wrapper .car-details-panel .car-details-left-content .car-rental-location,
    .car-details-wrapper .car-details-panel .car-details-left-content .car-insurance,
    .car-details-wrapper .car-details-panel .car-details-left-content .plans.custom-form {
        padding: 24px;
    }
}

.car-details-wrapper .car-details-panel .car-details-left-content .car-rental-location ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-column-gap: 60px;
    grid-row-gap: 40px;
}

.car-details-wrapper .car-details-panel .car-details-left-content .car-rental-location ul li {
    width: calc(50% - 30px);
}

@media (max-width: 991.98px) {
    .car-details-wrapper .car-details-panel .car-details-left-content .car-rental-location ul li {
        width: 100%;
    }
}

.car-details-wrapper .car-details-panel .car-details-left-content .car-rental-location ul li p {
    color: #474747;
    font-family: "Inter Tight", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.car-details-wrapper .car-details-panel .car-details-left-content .car-rental-location ul li span {
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    max-width: 300px;
    display: block;
}

.car-details-wrapper .car-details-panel .car-details-left-content .car-insurance {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.car-details-wrapper .car-details-panel .car-details-left-content .car-insurance .check-list {
    max-width: calc(100% - 155px);
}

@media (max-width: 767.98px) {
    .car-details-wrapper .car-details-panel .car-details-left-content .car-insurance .check-list {
        max-width: 100%;
    }
}

.car-details-wrapper .car-details-panel .car-details-left-content .car-insurance .sheild-img {
    width: auto;
    position: absolute;
    top: -20px;
    right: 20px;
}

@media (max-width: 767.98px) {
    .car-details-wrapper .car-details-panel .car-details-left-content .car-insurance .sheild-img {
        display: none;
    }
}

.car-details-wrapper .car-details-panel .car-details-left-content .plans {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    grid-row-gap: 24px;
    padding-bottom: 60px;
}

.car-details-wrapper .car-details-panel .car-details-left-content .plans .plans-list.active {
    border: 1px solid #1d7548;
}

.car-details-wrapper .car-details-panel .car-details-left-content .plans .plans-list h4 {
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    grid-column-gap: 24px;
}

.car-details-wrapper .car-details-panel .car-details-left-content .plans .plans-list .text {
    margin-bottom: 16px;
}

.car-details-wrapper .car-details-panel .car-details-left-content .plans .plans-list.custom-radio-check-box {
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 16px;
}

.car-details-wrapper .car-details-panel .car-details-left-content .plans .plans-list.custom-radio-check-box .form-check {
    width: calc(50% - 20px);
    align-items: center;
}

@media (max-width: 991.98px) {
    .car-details-wrapper .car-details-panel .car-details-left-content .plans .plans-list.custom-radio-check-box .form-check {
        width: 100%;
    }
}

.car-details-wrapper .car-details-panel .car-details-left-content .plans .plans-list.custom-radio-check-box .form-check .form-check-input {
    width: 12px;
    height: 12px;
    border-radius: 2px;
    border: 1px solid #929292;
    background: #fff;
}

.car-details-wrapper .car-details-panel .car-details-left-content .plans .plans-list.custom-radio-check-box .form-check .form-check-input:checked[type="checkbox"] {
    background-image: url(../images/check-active.png);
    background-size: 8px;
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-position: center;
}

.car-details-wrapper .car-details-panel .car-details-left-content .plans .plans-list.custom-radio-check-box .form-check .form-check-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.car-details-wrapper .car-details-panel .car-details-left-content .plans .plans-list.custom-radio-check-box .form-check .form-check-label span {
    color: #010101;
    font-family: "Inter Tight", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.car-details-wrapper .car-details-panel .car-details-right-content {
    width: 456px;
}

@media (max-width: 991.98px) {
    .car-details-wrapper .car-details-panel .car-details-right-content {
        width: calc(50% - 12px);
    }
}

@media (max-width: 767.98px) {
    .car-details-wrapper .car-details-panel .car-details-right-content {
        width: 100%;
        margin-bottom: 30px;
    }
}

.car-details-wrapper .car-details-panel .car-details-right-content .block {
    margin-bottom: 32px;
}

.car-details-wrapper .car-details-panel .car-details-right-content .block:nth-last-child(1) {
    margin-bottom: 0;
}

.car-details-wrapper .car-details-panel .car-details-right-content .block1 {
    display: grid;
    grid-row-gap: 24px;
    margin-bottom: 60px;
}

.car-details-wrapper .car-details-panel .car-details-right-content .vm-vehicle-search-section {
    grid-row-gap: 16px;
}

@media (max-width: 767.98px) {
    .car-details-wrapper .car-details-panel .car-details-right-content .vm-vehicle-search-section .form-group {
        width: 100%;
    }
}

.car-details-wrapper .car-details-panel .car-details-right-content .vm-vehicle-search-section>.custom-form {
    border: none;
}

.car-details-wrapper .car-details-panel .car-details-right-content .vm-vehicle-search-section>.custom-form .custom-radio-check-box {
    width: 100%;
}

.car-details-wrapper.car-details-wrapper2 .car-details-panel {
    flex-direction: row-reverse;
    grid-column-gap: 60px;
}

@media (max-width: 1199.98px) {
    .car-details-wrapper.car-details-wrapper2 .car-details-panel {
        grid-column-gap: 30px;
    }
}

@media (max-width: 767.98px) {
    .car-details-wrapper.car-details-wrapper2 .car-details-panel {
        flex-direction: column-reverse;
        grid-row-gap: 30px;
    }
}

.car-details-wrapper.car-details-wrapper2 .car-details-panel .car-details-left-content {
    width: 540px;
}

@media (max-width: 1199.98px) {
    .car-details-wrapper.car-details-wrapper2 .car-details-panel .car-details-left-content {
        width: calc(50% - 15px);
    }
}

@media (max-width: 767.98px) {
    .car-details-wrapper.car-details-wrapper2 .car-details-panel .car-details-left-content {
        width: 100%;
    }
}

.car-details-wrapper.car-details-wrapper2 .car-details-panel .car-details-left-content .main-heading {
    margin-bottom: 16px;
}

.car-details-wrapper.car-details-wrapper2 .car-details-panel .car-details-left-content .chips-list ul {
    justify-content: flex-start;
    margin-bottom: 24px;
}

.car-details-wrapper.car-details-wrapper2 .car-details-panel .car-details-left-content .text {
    margin-bottom: 36px;
}

.car-details-wrapper.car-details-wrapper2 .car-details-panel .car-details-left-content .car-features ul {
    border-top: 1px solid #dcdcdc;
    border-bottom: 0px solid #dcdcdc;
    margin-bottom: 24px;
    flex-wrap: wrap;
    grid-row-gap: 16px;
}

.car-details-wrapper.car-details-wrapper2 .car-details-panel .car-details-left-content .car-features ul li {
    width: calc(50% - 4px);
}

.car-details-wrapper.car-details-wrapper2 .car-details-panel .car-details-left-content .cancellation-available {
    padding: 0;
    border: none;
}

.car-details-wrapper.car-details-wrapper2 .car-details-panel .car-details-left-content .check-list {
    padding-bottom: 16px;
    border-bottom: 1px solid #dcdcdc;
}

.car-details-wrapper.car-details-wrapper2 .car-details-panel .car-details-left-content .check-list li {
    font-weight: 400;
}

.car-details-wrapper.car-details-wrapper2 .car-details-panel .car-details-right-content {
    width: calc(100% - 600px);
}

@media (max-width: 1199.98px) {
    .car-details-wrapper.car-details-wrapper2 .car-details-panel .car-details-right-content {
        width: calc(50% - 15px);
    }
}

@media (max-width: 767.98px) {
    .car-details-wrapper.car-details-wrapper2 .car-details-panel .car-details-right-content {
        width: 100%;
    }
}

.car-details-wrapper.car-details-wrapper2 .car-details-panel .card {
    border-radius: 8px;
}

.car-details-wrapper.car-details-wrapper2 .car-details-panel .card .card-body {
    padding: 32px 32px 24px 32px;
}

.car-details-wrapper.car-details-wrapper2 .car-details-panel .card .card-body .card-title {
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin: 0;
}

.car-details-wrapper.car-details-wrapper2 .car-details-panel .card .small-title {
    border-top: 1px solid #dcdcdc;
    padding: 32px 32px 0px 32px;
    color: #010101;
    font-family: "Inter Tight", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.car-details-wrapper.car-details-wrapper2 .car-details-panel .card .list-group {
    border: none;
    grid-row-gap: 18px;
    margin-bottom: 24px;
}

.car-details-wrapper.car-details-wrapper2 .car-details-panel .card .list-group .list-group-item {
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 32px;
    grid-column-gap: 40px;
}

.car-details-wrapper.car-details-wrapper2 .car-details-panel .card .list-group .list-group-item p {
    color: #010101;
    font-family: "Inter Tight", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    max-width: 190px;
}

.car-details-wrapper.car-details-wrapper2 .car-details-panel .card .list-group .list-group-item span {
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.car-details-wrapper.car-details-wrapper2 .car-details-panel .card .list-group .list-group-item:nth-last-child(1) p {
    font-size: 14px;
}

.car-details-wrapper.car-details-wrapper2 .car-details-panel .card .list-group .list-group-item:nth-last-child(1) span {
    font-size: 16px;
}

.car-details-wrapper.car-details-wrapper2 .car-details-panel .card .input-group {
    margin: 0 32px 32px 32px;
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    background: #fff;
    height: 64px;
    width: calc(100% - 64px);
    padding: 0 5px 0px 24px;
}

.car-details-wrapper.car-details-wrapper2 .car-details-panel .card .input-group .form-control {
    border: none;
    background: rgba(0, 0, 0, 0);
    height: auto;
    padding: 0;
    outline: none;
    box-shadow: none;
}

.car-details-wrapper.car-details-wrapper2 .car-details-panel .card .input-group .btn.btn-outline-secondary {
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0);
}

.car-details-wrapper.car-details-wrapper2 .car-details-panel .card .card-footer {
    background: rgba(0, 0, 0, 0);
    padding: 32px;
}

.car-details-wrapper.car-details-wrapper2 .car-details-panel .card .card-footer p {
    color: #474747;
    font-family: "Inter Tight", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.car-details-wrapper.car-details-wrapper2 .car-details-panel .card .card-footer p span {
    display: block;
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    text-transform: none;
}

.car-details-wrapper.car-details-wrapper2 .car-details-panel .card .card-footer p span span {
    color: #1d7548;
    display: inline-block;
}

.car-details-wrapper.car-details-wrapper2 .car-details-panel .card .card-footer .card-link {
    border-radius: 8px;
    background: #1d7548;
    width: 100%;
    display: block;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "Rethink Sans", serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.prestigious-brands .main-heading {
    max-width: 910px;
}

@media (max-width: 1199.98px) {
    .prestigious-brands .main-heading {
        max-width: 600px;
    }
}

.prestigious-brands .prestigious-brands-list-group .prestigious-brands-list {
    padding: 80px 0;
}

.prestigious-brands .prestigious-brands-list-group .prestigious-brands-list .main-heading {
    color: #fff;
    margin: 0;
}

.prestigious-brands .prestigious-brands-list-group .prestigious-brands-list.pbl-1 {
    background: url(../images/placeholder-94.png) top center;
}

.prestigious-brands .prestigious-brands-list-group .prestigious-brands-list.pbl-2 {
    background: url(../images/placeholder-95.png) top center;
}

.prestigious-brands .prestigious-brands-list-group .prestigious-brands-list.pbl-3 {
    background: url(../images/placeholder-96.png) top center;
}

.prestigious-brands .prestigious-brands-list-group .prestigious-brands-list.pbl-4 {
    background: url(../images/placeholder-97.png) top center;
}

.prestigious-brands .prestigious-brands-list-group .prestigious-brands-list.pbl-5 {
    background: url(../images/placeholder-98.png) top center;
}

.prestigious-brands .prestigious-brands-list-group .prestigious-brands-list .pbl1-content {
    display: flex;
    grid-column-gap: 30px;
    min-height: 520px;
}

@media (max-width: 575.98px) {
    .prestigious-brands .prestigious-brands-list-group .prestigious-brands-list .pbl1-content {
        min-height: 300px;
        flex-direction: column;
        grid-row-gap: 50px;
    }
}

.prestigious-brands .prestigious-brands-list-group .prestigious-brands-list .pbl1-content .pbl1-left-content {
    width: 50%;
    padding: 130px 0 0 100px;
}

@media (max-width: 575.98px) {
    .prestigious-brands .prestigious-brands-list-group .prestigious-brands-list .pbl1-content .pbl1-left-content {
        width: 100%;
        padding: 0;
    }
}

.prestigious-brands .prestigious-brands-list-group .prestigious-brands-list .pbl1-content .pbl1-left-content .details-btn {
    width: 160px;
    height: 160px;
    flex-shrink: 0;
    background: #1d7548;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "Rethink Sans", serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

@media (max-width: 1199.98px) {
    .prestigious-brands .prestigious-brands-list-group .prestigious-brands-list .pbl1-content .pbl1-left-content .details-btn {
        width: 100px;
        height: 100px;
        font-size: 18px;
        line-height: 22px;
    }
}

.prestigious-brands .prestigious-brands-list-group .prestigious-brands-list .pbl1-content .pbl1-right-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 575.98px) {
    .prestigious-brands .prestigious-brands-list-group .prestigious-brands-list .pbl1-content .pbl1-right-content {
        width: 100%;
        padding: 0;
        grid-row-gap: 30px;
    }
}

.prestigious-brands .prestigious-brands-list-group .prestigious-brands-list .pbl1-content .pbl1-right-content p {
    color: #fff;
    font-family: "Rethink Sans", serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    max-width: 500px;
}

@media (max-width: 1199.98px) {
    .prestigious-brands .prestigious-brands-list-group .prestigious-brands-list .pbl1-content .pbl1-right-content p {
        font-size: 18px;
        line-height: 22px;
    }
}

.exclusive-perks-wrapper .exclusive-perks-panel .main-heading {
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
}

@media (max-width: 575.98px) {
    .exclusive-perks-wrapper .exclusive-perks-panel .main-heading {
        text-align: left;
    }
}

.exclusive-perks-wrapper .exclusive-perks-panel>.small-para {
    color: #010101;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 40px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 575.98px) {
    .exclusive-perks-wrapper .exclusive-perks-panel>.small-para {
        text-align: left;
    }
}

.exclusive-perks-wrapper .exclusive-perks-panel .exclusive-perks-list {
    grid-gap: 24px;
    flex-wrap: wrap;
    min-height: 420px;
    display: flex;
}

@media (max-width: 991.98px) {
    .exclusive-perks-wrapper .exclusive-perks-panel .exclusive-perks-list {
        min-height: 350px;
    }
}

@media (max-width: 767.98px) {
    .exclusive-perks-wrapper .exclusive-perks-panel .exclusive-perks-list {
        flex-direction: column;
    }
}

.exclusive-perks-wrapper .exclusive-perks-panel .exclusive-perks-list li {
    width: calc(33.33% - 16px);
    padding: 40px;
    border-radius: 8px;
    background: #f6f6f6;
}

@media (max-width: 767.98px) {
    .exclusive-perks-wrapper .exclusive-perks-panel .exclusive-perks-list li {
        width: 100%;
        padding: 24px;
    }
}

.exclusive-perks-wrapper .exclusive-perks-panel .exclusive-perks-list li .exclusive-perks-list-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

@media (max-width: 767.98px) {
    .exclusive-perks-wrapper .exclusive-perks-panel .exclusive-perks-list li .exclusive-perks-list-content {
        height: 250px;
    }
}

.exclusive-perks-wrapper .exclusive-perks-panel .exclusive-perks-list li .exclusive-perks-list-content h4 {
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.exclusive-perks-wrapper .exclusive-perks-panel .exclusive-perks-list li .exclusive-perks-list-content p {
    color: #474747;
    font-family: "Inter Tight", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.exclusive-perks-wrapper .exclusive-perks-panel .exclusive-perks-list li:nth-last-child(2) {
    background: #010101;
}

.exclusive-perks-wrapper .exclusive-perks-panel .exclusive-perks-list li:nth-last-child(2) h4,
.exclusive-perks-wrapper .exclusive-perks-panel .exclusive-perks-list li:nth-last-child(2) p {
    color: #fff;
}

.home-parners .main-heading {
    margin-bottom: 30px;
}

.home-parners .home-parners-content {
    display: flex;
    grid-column-gap: 30px;
}

@media (max-width: 767.98px) {
    .home-parners .home-parners-content {
        flex-direction: column;
        grid-row-gap: 30px;
    }
}

.home-parners .home-parners-content .home-parners-content-left {
    padding: 0;
    background-color: #000;
    width: 50%;
    background-color: #02091b;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    min-height: auto;
}

@media (max-width: 767.98px) {
    .home-parners .home-parners-content .home-parners-content-left {
        width: 100%;
    }
}

.home-parners .home-parners-content .home-parners-content-left .img-caption {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 10px;
}

@media (max-width: 767.98px) {
    .home-parners .home-parners-content .home-parners-content-left .img-caption {
        bottom: 0px;
    }
}

.home-parners .home-parners-content .home-parners-content-left .img-caption figure {
    width: auto;
    cursor: pointer;
}

.home-parners .home-parners-content .home-parners-content-left .main-heading-sm {
    color: #fff;
    margin-bottom: 0;
}

.home-parners .home-parners-content .home-parners-content-left>figure {
    width: 100%;
    height: 100%;
}

.home-parners .home-parners-content .home-parners-content-left>figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
}

.home-parners .home-parners-content .home-parners-content-left.tracking-left-router {
    background: url(../images/placeholder-23.png) no-repeat;
    background-size: cover;
}

.home-parners .home-parners-content .home-parners-content-right {
    width: 50%;
    border: 1px solid #cfd0d5;
    background: #f9f9f9;
    -webkit-backdrop-filter: blur(1.359140873px);
    backdrop-filter: blur(1.359140873px);
    padding: 20px;
}

@media (max-width: 767.98px) {
    .home-parners .home-parners-content .home-parners-content-right {
        width: 100%;
        padding: 15px;
    }
}

.home-parners .home-parners-content .home-parners-content-right .orc-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

@media (max-width: 991.98px) {
    .home-parners .home-parners-content .home-parners-content-right .orc-top {
        flex-direction: column;
        text-align: center;
    }
}

.home-parners .home-parners-content .home-parners-content-right .orc-top .main-heading-sm {
    margin-bottom: 0;
}

.home-parners .home-parners-content .home-parners-content-right .orc-bottom {
    display: flex;
}

@media (max-width: 767.98px) {
    .home-parners .home-parners-content .home-parners-content-right .orc-bottom {
        flex-direction: column;
    }
}

@media (max-width: 1199.98px) {
    .home-parners .home-parners-content .home-parners-content-right .orc-bottom .orc-bottom-left figure img {
        max-width: 200px;
    }
}

.home-parners .home-parners-content .home-parners-content-right .orc-bottom .orc-bottom-right ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-gap: 30px;
    align-items: center;
}

@media (max-width: 1499.98px) {
    .home-parners .home-parners-content .home-parners-content-right .orc-bottom .orc-bottom-right ul {
        grid-gap: 15px;
    }
}

@media (max-width: 1499.98px) {
    .home-parners .home-parners-content .home-parners-content-right .orc-bottom .orc-bottom-right ul li {
        width: calc(33.33% - 20px);
    }
}

@media (max-width: 991.98px) {
    .home-parners .home-parners-content .home-parners-content-right .orc-bottom .orc-bottom-right ul li {
        width: calc(50% - 10px);
    }
}

.home-parners .home-parners-content .home-parners-content-right .orc-bottom .orc-bottom-right ul li figure img {
    filter: grayscale(1);
}

@media (max-width: 1499.98px) {
    .home-parners .home-parners-content .home-parners-content-right .orc-bottom .orc-bottom-right ul li figure img {
        max-width: 100%;
    }
}

.horizontal2 .swiper-slide {
    border-radius: 8px;
}

.horizontal2 .swiper-slide .best-deal-list {
    height: 550px;
    width: 100%;
    border-radius: 8px;
}

.horizontal2 .swiper-slide .best-deal-list ul {
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.horizontal2 .swiper-slide .best-deal-list ul li img {
    border-radius: 8px;
    height: 550px;
}

.blog-container .blogs-list {
    display: flex;
    grid-column-gap: 50px;
    align-items: flex-start;
    flex-wrap: wrap;
}

@media (max-width: 1399.98px) {
    .blog-container .blogs-list {
        grid-column-gap: 80px;
    }
}

@media (max-width: 1199.98px) {
    .blog-container .blogs-list {
        grid-column-gap: 60px;
    }
}

@media (max-width: 991.98px) {
    .blog-container .blogs-list {
        flex-direction: column;
        grid-row-gap: 30px;
    }
}

@media (max-width: 767.98px) {
    .blog-container .blogs-list {
        padding: 30px 0;
    }
}

.blog-container .blogs-list .blogs-list-left {
    width: calc(100% - 480px);
}

@media (max-width: 1399.98px) {
    .blog-container .blogs-list .blogs-list-left {
        width: calc(100% - 540px);
    }
}

@media (max-width: 1199.98px) {
    .blog-container .blogs-list .blogs-list-left {
        width: calc(100% - 520px);
    }
}

@media (max-width: 991.98px) {
    .blog-container .blogs-list .blogs-list-left {
        width: 100%;
    }
}

.blog-container .blogs-list .blogs-list-left .latest-news-panel-left {
    display: flex;
    flex-direction: column;
    grid-row-gap: 40px;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 30px;
    margin-bottom: 90px;
}

@media (max-width: 767.98px) {
    .blog-container .blogs-list .blogs-list-left .latest-news-panel-left {
        margin-bottom: 30px;
    }
}

.blog-container .blogs-list .blogs-list-right {
    padding: 32px;
    background: #f9f9f9;
    width: 430px;
    display: flex;
    flex-direction: column;
    grid-row-gap: 40px;
    border-radius: 8px;
    background: #f6f6f6;
}

@media (max-width: 991.98px) {
    .blog-container .blogs-list .blogs-list-right {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .blog-container .blogs-list .blogs-list-right {
        padding: 30px 15px;
    }
}

.blog-container .blogs-list .blogs-list-right .block h3 {
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 15px;
}

.blog-container .blogs-list .blogs-list-right .block .form-control {
    height: 54px;
}

.blog-container .blogs-list .blogs-list-right .block.block2 .custom-list li {
    color: #64656a;
}

.blog-container .blogs-list .blogs-list-right .block.block2 .custom-list li a {
    color: #64656a;
}

.blog-container .blogs-list .blogs-list-right .block.block2 .custom-list li a:hover {
    color: #1d7548;
}

.blog-container .blogs-list .blogs-list-right .block.block2 .custom-list li.active {
    color: #1d7548;
}

.blog-container .blogs-list .blogs-list-right .block.block2 .custom-list li.active a {
    color: #1d7548;
}

.blog-container .blogs-list .blogs-list-right .block.block3 ul li.artical-list {
    padding-bottom: 8px;
    border-bottom: 1px solid #cfd0d5;
    margin-bottom: 20px;
    cursor: pointer;
}

.blog-container .blogs-list .blogs-list-right .block.block3 ul li.artical-list .figure {
    display: flex;
    grid-gap: 16px;
    margin-bottom: 12px;
    align-items: center;
}

.blog-container .blogs-list .blogs-list-right .block.block3 ul li.artical-list .figure .figure-img {
    margin: 0;
}

.blog-container .blogs-list .blogs-list-right .block.block3 ul li.artical-list .figure .figure-caption {
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.blog-container .blogs-list .blogs-list-right .block.block3 ul li.artical-list:nth-last-child(1) {
    margin-bottom: 0;
}

.blog-container .blogs-list .blogs-list-right .block .archives-list {
    display: flex;
    flex-direction: column;
    grid-row-gap: 16px;
}

.blog-container .blogs-list .blogs-list-right .block .archives-list li {
    color: #474747;
    font-family: "Rethink Sans", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.blog-container .blogs-list .blogs-list-right .block .recent-comments {
    display: flex;
    flex-direction: column;
    grid-row-gap: 12px;
}

.blog-container .blogs-list .blogs-list-right .block .recent-comments>li {
    color: #1d7548;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.3px;
    background: url(../images/message-circle.png) no-repeat left top 4px;
    padding-left: 20px;
    border-bottom: 0px solid #cfd0d5;
    padding-bottom: 0;
    margin-bottom: 0;
}

.blog-container .blogs-list .blogs-list-right .block .recent-comments>li span {
    color: #474747;
    font-weight: 400;
}

.blog-container .blogs-list .blogs-list-right .block .recent-comments>li p {
    line-height: 24px;
    cursor: pointer;
    margin-bottom: 12px;
}

.blog-container .blog-details-top {
    padding: 120px 0 25px;
}

@media (max-width: 767.98px) {
    .blog-container .blog-details-top {
        padding: 30px 0;
    }
}

.blog-container .blog-details-top>h6 {
    background: #1d7548;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.257px;
    text-transform: uppercase;
    margin-bottom: 26px;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 0;
}

.blog-container .blog-details-top .news-date {
    margin-bottom: 20px;
}

.blog-container .blog-details-top .main-heading {
    margin-bottom: 20px;
}

.blog-container .blog-details-top .main-heading span {
    display: block;
}

.blog-container .blog-details-top .figure img {
    border-radius: 8px;
}

.blog-container .blog-details-content>.para-lg {
    color: #403f45;
    font-size: 22px;
    margin-bottom: 22px;
    line-height: 28px;
}

@media (max-width: 767.98px) {
    .blog-container .blog-details-content>.para-lg {
        font-size: 18px;
        line-height: 28px;
    }
}

.blog-container .blog-details-content .block h3 {
    color: #02091b;
    font-family: "Rethink Sans", serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    margin-bottom: 14px;
}

@media (max-width: 1199.98px) {
    .blog-container .blog-details-content .block h3 {
        font-size: 26px;
        line-height: 30px;
    }
}

.blog-container .blog-details-content .block .para {
    color: #474747;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 18px;
    font-weight: 400;
}

.blog-container .blog-details-content .block .custom-list li {
    color: #64656a;
}

.blog-container .blog-details-content .block .recent-comments {
    border-radius: 8px;
    background: #1d7548;
    padding: 40px;
    display: flex;
    flex-direction: column;
    grid-row-gap: 16px;
    margin-bottom: 40px;
}

.blog-container .blog-details-content .block .recent-comments>li {
    color: #fff;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.3px;
    background: url(../images/icon-comment-lg.png) no-repeat left top 0px;
    padding-left: 0;
    padding-top: 55px;
}

.blog-container .blog-details-content .block .recent-comments>li span {
    color: #fff;
}

.blog-container .blog-details-content .block .recent-comments>li i {
    color: #fff;
    font-family: "Rethink Sans", serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 24px;
    display: block;
}

@media (max-width: 1199.98px) {
    .blog-container .blog-details-content .block .recent-comments>li i {
        font-size: 22px;
        line-height: 24px;
    }
}

.blog-container .blog-details-content .block .recent-comments p {
    color: #fff;
    line-height: 20px;
    text-transform: uppercase;
}

.blog-container .blog-details-content .block.block2 {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.blog-container .blog-details-content .block.block2>ul {
    display: flex;
    flex-direction: column;
    grid-row-gap: 12px;
    margin-bottom: 18px;
}

.blog-container .blog-details-content .block.block2>ul li {
    color: #64656a;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.3px;
}

.blog-container .blog-details-content .block.block2>ul li span {
    font-weight: 400;
    display: block;
}

.blog-container .blog-details-content .block .share-list ul {
    display: flex;
    grid-column-gap: 15px;
    align-items: center;
    padding: 35px 0 50px;
    cursor: pointer;
}

.blog-container .blog-details-content .block .single-comment {
    border: 1px solid #cfd0d5;
    background: #f9f9f9;
    padding: 34px;
    display: flex;
    grid-column-gap: 20px;
    margin-bottom: 60px;
}

@media (max-width: 767.98px) {
    .blog-container .blog-details-content .block .single-comment {
        flex-direction: column;
        grid-gap: 20px;
        padding: 15px;
    }
}

.blog-container .blog-details-content .block .single-comment .figure {
    width: auto;
}

.blog-container .blog-details-content .block .single-comment h4 {
    color: #02091b;
    font-family: "Rethink Sans", serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.blog-container .blog-details-content .block .single-comment h4 span {
    display: block;
    color: #64656a;
    font-family: "Inter Tight", serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.22px;
    text-transform: uppercase;
    margin-top: 6px;
}

.blog-container .blog-details-content .block .single-comment p {
    color: #403f45;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 8px;
}

.blog-container .blog-details-content .block .double-comment {
    margin-bottom: 65px;
    display: flex;
    grid-column-gap: 50px;
}

@media (max-width: 767.98px) {
    .blog-container .blog-details-content .block .double-comment {
        grid-column-gap: 20px;
    }
}

.blog-container .blog-details-content .block .double-comment .double-comment-left,
.blog-container .blog-details-content .block .double-comment .double-comment-right {
    width: 50%;
}

.blog-container .blog-details-content .block .double-comment .double-comment-left .figure,
.blog-container .blog-details-content .block .double-comment .double-comment-right .figure {
    display: flex;
    align-items: center;
    grid-column-gap: 8px;
    margin-bottom: 12px;
}

.blog-container .blog-details-content .block .double-comment .double-comment-left .figure img,
.blog-container .blog-details-content .block .double-comment .double-comment-right .figure img {
    margin-bottom: 0;
}

.blog-container .blog-details-content .block .double-comment .double-comment-left .figure .figure-caption,
.blog-container .blog-details-content .block .double-comment .double-comment-right .figure .figure-caption {
    color: #010101;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
}

.blog-container .blog-details-content .block .double-comment .double-comment-left p,
.blog-container .blog-details-content .block .double-comment .double-comment-right p {
    color: #02091b;
    font-family: "Rethink Sans", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0;
    text-transform: uppercase;
    padding-left: 45px;
    max-width: 300px;
}

@media (max-width: 767.98px) {

    .blog-container .blog-details-content .block .double-comment .double-comment-left p,
    .blog-container .blog-details-content .block .double-comment .double-comment-right p {
        font-size: 12px;
    }
}

.blog-container .blog-details-content .block .double-comment .double-comment-right {
    text-align: right;
}

.blog-container .blog-details-content .block .double-comment .double-comment-right .figure {
    flex-direction: row-reverse;
}

.blog-container .blog-details-content .block .double-comment .double-comment-right p {
    margin-left: auto;
}

.blog-container .blog-details-content .block .comments-list .main-heading {
    margin-bottom: 24px;
}

.blog-container .blog-details-content .block .comments-list ul {
    margin-bottom: 60px;
}

.blog-container .blog-details-content .block .comments-list ul li {
    position: relative;
    display: grid;
    grid-gap: 24px;
}

.blog-container .blog-details-content .block .comments-list ul li .right-com {
    display: flex;
    grid-column-gap: 20px;
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    background: #fff;
    padding: 32px;
}

@media (max-width: 767.98px) {
    .blog-container .blog-details-content .block .comments-list ul li .right-com {
        flex-direction: column;
        grid-row-gap: 10px;
    }
}

.blog-container .blog-details-content .block .comments-list ul li figure {
    width: auto;
}

.blog-container .blog-details-content .block .comments-list ul li .comment-indv {
    display: grid;
    grid-row-gap: 16px;
    width: 100%;
}

.blog-container .blog-details-content .block .comments-list ul li .comment-indv .comment-indv-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-column-gap: 8px;
}

.blog-container .blog-details-content .block .comments-list ul li .comment-indv .comment-indv-top .news-date {
    margin-bottom: 0;
}

.blog-container .blog-details-content .block .comments-list ul li .comment-indv .comment-indv-top .news-date li {
    color: #474747;
    font-family: "Inter Tight", serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.blog-container .blog-details-content .block .comments-list ul li .comment-indv .comment-indv-top .comment-indv-top-left {
    display: flex;
    grid-column-gap: 16px;
    align-items: center;
}

.blog-container .blog-details-content .block .comments-list ul li .comment-indv .comment-indv-bottom p {
    color: #474747;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.blog-container .blog-details-content .block .comments-list ul li .comment-indv h6 {
    color: #010101;
    font-family: "Rethink Sans", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 8px;
}

.blog-container .blog-details-content .block .comments-list ul li .comment-indv button {
    border: none;
    border-radius: 8px;
    background: #1d7548;
    cursor: pointer;
    min-width: 78px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "Rethink Sans", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
}

.blog-container .blog-details-content .block .comments-list ul li .comment-indv button i {
    font-size: 20px;
}

.blog-container .blog-details-content .block .comments-list ul li>ul {
    margin-left: 80px;
    position: relative;
}

@media (max-width: 991.98px) {
    .blog-container .blog-details-content .block .comments-list ul li>ul {
        margin-left: 40px;
        margin-bottom: 0px;
    }
}

.blog-container .blog-details-content .block .comments-list ul li:nth-last-child(1) .comment-indv {
    border: none;
}

.blog-container .blog-details-content .block.block5 .main-heading {
    margin-bottom: 24px;
}

.blog-container .blog-details-content .block .custom-list li:before {
    line-height: normal;
    top: 10px;
    transform: translateY(0%);
}

.blog-container .blog-content-list ul {
    display: flex;
    grid-row-gap: 16px;
    margin-bottom: 24px;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-column-gap: 40px;
}

@media (max-width: 991.98px) {
    .blog-container .blog-content-list ul {
        grid-row-gap: 8px;
        margin-bottom: 24px;
    }
}

.blog-container .blog-content-list ul li {
    color: #010101;
    font-family: "Rethink Sans", serif, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    background: url(../images/icon-check.png) no-repeat left top 4px;
    padding-left: 24px;
    width: calc(50% - 20px);
}

@media (max-width: 991.98px) {
    .blog-container .blog-content-list ul li {
        font-size: 14px;
    }
}

.footer {
    position: relative;
    padding: 0;
    background-color: #f6f6f6;
    z-index: 1;
    overflow: hidden;
    /* prevent bleed */
}

.footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /* or 'cover' depending on your need */
    opacity: 0.08;
    /* <-- watermark opacity */
    pointer-events: none;
    /* so clicks pass through */
    z-index: -1;
}

.footer .footer-wrap {
    border-top: 0px solid rgba(46, 71, 101, 0.06);
    display: flex;
    justify-content: space-between;
    grid-column-gap: 80px;
    padding-bottom: 80px;
    padding-top: 80px;
}

@media (max-width: 1399.98px) {
    .footer .footer-wrap {
        grid-column-gap: 30px;
    }
}

@media screen and (max-width: 991.98px) {
    .footer .footer-wrap {
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 45px 0;
    }
}

.footer .footer-wrap .footer-list {
    display: flex;
    justify-content: flex-start;
    padding: 0px;
}

@media screen and (max-width: 991.98px) {
    .footer .footer-wrap .footer-list {
        width: calc(50% - 15px);
        margin: 15px 0px;
        justify-content: flex-start;
        padding: 5px;
    }
}

@media screen and (max-width: 575px) {
    .footer .footer-wrap .footer-list {
        width: 100%;
    }
}

.footer .footer-wrap .footer-list:nth-child(1) {
    max-width: 450px;
    width: 100%;
}

@media (max-width: 1199.98px) {
    .footer .footer-wrap .footer-list:nth-child(1) {
        max-width: none;
        width: auto;
    }
}

@media screen and (max-width: 991.98px) {
    .footer .footer-wrap .footer-list:nth-child(1) {
        width: calc(50% - 15px);
    }
}

.footer .footer-wrap .footer-list:nth-last-child(1) ul {
    margin-bottom: 40px;
}

.footer .footer-wrap .footer-list figure {
    margin-bottom: 20px;
}

.footer .footer-wrap .footer-list figure a>img {
    width: 250px;
}

.footer .footer-wrap .footer-list h2 {
    margin-bottom: 24px;
    color: #010101;
    font-size: 22px;
    font-weight: 500;
    font-family: "Rethink Sans", serif;
    line-height: 24px;
    text-transform: capitalize;
}

.footer .footer-wrap .footer-list p {
    color: #010101;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 25px;
    max-width: 290px;
}

.footer .footer-wrap .footer-list .menu-links ul li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #010101;
}

@media screen and (max-width: 1366px) {
    .footer .footer-wrap .footer-list .menu-links ul li {
        font-size: 14px;
    }
}

.footer .footer-wrap .footer-list .menu-links ul li:last-child {
    margin-bottom: 0;
}

.footer .footer-wrap .footer-list .menu-links ul li a {
    transition: 0.2s all linear;
    word-break: break-word;
    color: #010101;
    font-size: 16px;
    font-weight: 500;
    font-family: "Rethink Sans", serif;
    line-height: 18px;
    position: relative;
    text-transform: uppercase;
    padding-left: 20px;
}

.footer .footer-wrap .footer-list .menu-links ul li a:before {
    content: "";
    background: url(../images/list-arrow.png) no-repeat left center;
    display: block;
    position: absolute;
    left: 0px;
    width: 6px;
    height: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.footer .footer-wrap .footer-list .menu-links ul li a:hover {
    color: #0547f2;
    text-decoration: none;
}

.footer .footer-wrap .footer-list .menu-links ul li a:hover:before {
    content: "";
}

@media screen and (max-width: 1366px) {
    .footer .footer-wrap .footer-list .menu-links ul li a {
        font-size: 14px;
    }
}

.footer .footer-wrap .footer-list .menu-links ul.two-column-list {
    display: flex;
    grid-column-gap: 40px;
    flex-wrap: wrap;
}

@media (max-width: 1399.98px) {
    .footer .footer-wrap .footer-list .menu-links ul.two-column-list {
        grid-column-gap: 20px;
    }
}

@media (max-width: 1199.98px) {
    .footer .footer-wrap .footer-list .menu-links ul.two-column-list {
        flex-direction: column;
    }
}

.footer .footer-wrap .footer-list .menu-links ul.two-column-list li {
    width: calc(50% - 20px);
}

@media (max-width: 1199.98px) {
    .footer .footer-wrap .footer-list .menu-links ul.two-column-list li {
        width: 100%;
    }
}

.footer .footer-wrap .footer-list .menu-links ul.two-column-list li a {
    padding-left: 0;
}

.footer .footer-wrap .footer-list .menu-links ul.two-column-list li a::before {
    content: none;
}

.footer .footer-wrap .footer-list .input-group {
    margin: 0;
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    background: #fff;
    height: 56px;
    width: 100%;
    padding: 0 0px 0px 16px;
}

.footer .footer-wrap .footer-list .input-group .form-control {
    border: none;
    background: rgba(0, 0, 0, 0);
    height: auto;
    padding: 0;
    outline: none;
    box-shadow: none;
    font-weight: 400;
}

.footer .footer-wrap .footer-list .input-group .form-control::-moz-placeholder {
    color: #929292;
}

.footer .footer-wrap .footer-list .input-group .form-control::placeholder {
    color: #929292;
}

.footer .footer-wrap .footer-list .input-group .btn.btn-outline-secondary {
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0);
}

.footer .footer-wrap .footer-list .social-media {
    display: flex;
    align-items: center;
    grid-column-gap: 24px;
}

.footer .footer-wrap .footer-list .social-media li {
    transition: 0.2s all linear;
    margin-bottom: 0;
}

.footer .footer-wrap .footer-list .social-media li img {
    max-width: 135px;
}

@media (max-width: 1399.98px) {
    .footer .footer-wrap .footer-list .social-media li img {
        max-width: 100px;
    }
}

.footer .footer-wrap .footer-list .social-media li:hover {
    margin-top: -3px !important;
}

.footer .footer-wrap .footer-list .social-media li:last-child {
    margin: 0;
}

.footer .footer-wrap .footer-list .social-media li a:before {
    content: none;
}

.copyrights {
    min-height: auto;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #474747;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 24px 0;
    border-top: 1px solid #dcdcdc;
    font-family: "Inter Tight", serif;
}

@media (max-width: 575.98px) {
    .copyrights {
        font-size: 11px;
    }
}

.copyrights .copyright-authar {
    text-transform: uppercase;
}

@media (max-width: 575.98px) {
    .copyrights .copyright-authar {
        display: none;
    }
}

.copyrights .backtotop {
    display: flex;
    align-items: baseline;
    grid-column-gap: 8px;
    text-transform: uppercase;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: left;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-pagination {
    display: flex;
    grid-gap: 30px;
}

@media (max-width: 767.98px) {
    .swiper-pagination {
        grid-gap: 15px;
    }
}

.swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #fff;
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-image: linear-gradient(to bottom, #0c7efa, #1d7548);
    position: relative;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    content: "";
    width: 34px;
    height: 34px;
    display: block;
    border: 1px solid #1d7548;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.horizontal3,
.horizontal2 {
    display: flex;
    overflow: hidden;
    position: relative;
    padding: 0 0 0px 0;
    justify-content: center;
    margin: 0 auto;
}

.horizontal3 .swiper-slide,
.horizontal2 .swiper-slide {
    height: auto;
}

.horizontal3 .swiper-slide figure,
.horizontal2 .swiper-slide figure {
    height: 100%;
}

.horizontal3 .swiper-pagination,
.horizontal2 .swiper-pagination {
    justify-content: center;
    min-height: 30px;
}

.horizontal3 .swiper-pagination-bullet,
.horizontal2 .swiper-pagination-bullet {
    background: #cfd0d5;
}

.headerSlider .swiper-pagination {
    justify-content: center;
    bottom: 110px;
}

@media (max-width: 1199.98px) {
    .headerSlider .swiper-pagination {
        bottom: 30px;
    }
}

.img-slider {
    min-height: 836px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

@media (max-width: 1199.98px) {
    .img-slider {
        min-height: 550px;
    }
}

.img-slider .swiper-lg-img {
    position: absolute;
    left: 0;
    top: 0;
}

@media (min-width: 1920.98px) {
    .img-slider .swiper-lg-img {
        width: 100%;
    }
}

@media (max-width: 1199.98px) {
    .img-slider .swiper-lg-img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled,
.custom-prev.swiper-button-disabled,
.custom-next.swiper-button-disabled {
    border: 1px solid #474747;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0);
}

.swiper-button-prev,
.custom-prev {
    left: 0;
    border: 1px solid #1d7548;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1d7548;
    font-size: 0;
}

.swiper-button-next,
.custom-next {
    right: 0;
    border: 1px solid #1d7548;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #1d7548;
    font-size: 0;
}

.swiper-button-prev,
.custom-prev,
.swiper-button-next,
.custom-next {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1199.98px) {

    .swiper-button-prev,
    .custom-prev,
    .swiper-button-next,
    .custom-next {
        width: 40px;
        height: 40px;
    }
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.custom-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "";
    font-family: bootstrap-icons !important;
    color: #1d7548;
    font-size: 20px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.custom-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "";
    font-family: bootstrap-icons !important;
    color: #fff;
    font-size: 20px;
}

.swiper-button-prev.swiper-button-disabled:after,
.swiper-button-next.swiper-button-disabled:after,
.custom-prev.swiper-button-disabled:after,
.custom-next.swiper-button-disabled:after {
    color: #1d7548;
}

.custom-prev:after {
    color: #fff;
}

.custom-navigation {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    position: absolute;
    top: calc(50% - 30px);
    transform: translateY(-50%);
    width: calc(100% + 120px);
    left: -60px;
}

@media (max-width: 1601.98px) {
    .custom-navigation {
        position: static;
        width: 100%;
    }
}

.month-btn {
    background: #16dc91;
    border-radius: 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 10px 0;
}

.calendar {
    border-radius: 8px;
    border: 1px solid #d8d8d8;
    background: #fff;
}

.calendar_content,
.calendar_weekdays,
.calendar_header {
    position: relative;
    overflow: hidden;
}

.calendar_weekdays div {
    display: inline-block;
    vertical-align: top;
}

.calendar_weekdays div {
    width: 14.28571%;
    overflow: hidden;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    color: #1d7548;
    text-align: center;
    font-family: "Rethink Sans", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.calendar_content div {
    width: 14.28571%;
    border: 1px solid rgba(0, 0, 0, 0);
    float: left;
    padding: 0;
    text-align: center;
    line-height: 36px;
    height: 36px;
    margin: 4px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.6px;
    color: #474747;
}

.calendar_content div.blank {
    display: none;
}

.calendar_content div:hover,
.calendar_content div.selected {
    color: #fff !important;
    border: none;
    border-radius: 4px;
    background: #1d7548;
}

.calendar_content div.today {
    font-size: 14px;
    color: #fff !important;
    border: none;
    background: #1d7548;
    border-radius: 8px;
}

.calendar_header {
    width: 100%;
    text-align: center;
    border-radius: 0px;
    padding: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.calendar.calendar-first .calendar_header h2 {
    color: #010101;
    text-align: center;
    font-family: "Rethink Sans", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

button.switch-month {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    outline: none;
    border: none;
    transition: color 0.2s;
    width: 30px;
    height: 30px;
    background: #fff;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

button.switch-month.switch-left:before {
    content: "";
    font-family: bootstrap-icons !important;
    color: #1d7548;
}

button.switch-month.switch-right:before {
    content: "";
    font-family: bootstrap-icons !important;
    color: #1d7548;
}

.calendar-box {
    padding: 5px 20px 25px 20px;
    border: none;
    background: #fff;
    border-radius: 8px;
}

.base {
    position: absolute;
    display: flex;
    bottom: 20px;
    background: #fff;
    left: 20px;
    width: calc(100% - 40px);
    padding: 20px;
    align-items: center;
    grid-column-gap: 8px;
}

.base h3 {
    color: #02091b;
    font-size: 22px;
    font-family: "redroseRegular";
    text-transform: uppercase;
    width: calc(100% - 38px);
}

@media (max-width: 1199.98px) {
    .base h3 {
        font-size: 18px;
    }
}

.base .figure {
    width: auto;
}

.base .figure img {
    width: auto;
    height: auto;
}

.our-partner-list {
    padding: 50px 30px;
}

@media (max-width: 767.98px) {
    .our-partner-list {
        padding: 30px 15px;
    }
}

[class*="__animate__"] {
    opacity: 0;
}

#map {
    width: 100%;
    height: 500px;
}

#content {
    position: relative;
    width: 100%;
    height: 100%;
}

#content .banner {
    max-width: 100% !important;
}

#popup {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    width: 270px;
    height: 270px;
    overflow: hidden;
    background-color: bisque;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1000ms;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    border: 1px solid #f2f2f2;
    background: rgba(255, 255, 255, 0.55);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.18);
    -webkit-backdrop-filter: blur(2.7182817459px);
    backdrop-filter: blur(2.7182817459px);
}

#popup.show {
    opacity: 1;
    visibility: visible;
}

#popup .wrapper {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#popup .wrapper .banner {
    max-width: 100%;
}

#popup a#close {
    position: absolute;
    top: 3px;
    right: -20px;
    width: 40px;
    height: 40px;
    z-index: 10;
    background: url(../images/close.png);
    background-size: 16px;
    background-repeat: no-repeat;
}

.gm-control-active {
    background: #1d7548;
}

.popcontent {
    display: none;
}

.popcontent:nth-child(1) {
    display: flex;
    flex-direction: column;
}

.leaflet-tile-container.leaflet-zoom-animated {
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.leaflet-control-container .leaflet-top.leaflet-left {
    right: 20px;
    left: auto;
    top: auto;
    bottom: 30px;
}

.leaflet-control-container .leaflet-top.leaflet-left .leaflet-control-zoom.leaflet-bar.leaflet-control {
    margin: 0;
}

.leaflet-control-container .leaflet-top.leaflet-left .leaflet-control-zoom.leaflet-bar.leaflet-control .leaflet-control-zoom-in {
    color: #fff;
    background: #052f97;
}

.custom-map .searchbar {
    position: absolute;
    top: 20px;
    z-index: 999;
    left: 20px;
    max-width: 280px;
    width: 100%;
}

#counter .percent:after {
    content: "+";
    display: inline-block;
}