@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.banner-box-car {
    background: url(../../images/list-your-car/car-listing-banner.png),
        no-repeat;
    background-position: center !important;
    background-size: cover !important;
    width: 100%;
    position: relative;
    z-index: 0;
    min-height: 400px;
    background-size: cover;
    background-position: center;
}
.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
}
.flag-icon:before {
    content: " ";
}
.flag-icon-al {
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/4.1.5/flags/4x3/al.svg);
}
.flag-icon-ba {
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/4.1.5/flags/4x3/ba.svg);
}
.flag-icon-bg {
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/4.1.5/flags/4x3/bg.svg);
}
.flag-icon-cz {
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/4.1.5/flags/4x3/cz.svg);
}
.flag-icon-gr {
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/4.1.5/flags/4x3/gr.svg);
}
.flag-icon-hr {
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/4.1.5/flags/4x3/hr.svg);
}
.flag-icon-hu {
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/4.1.5/flags/4x3/hu.svg);
}
.flag-icon-mk {
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/4.1.5/flags/4x3/mk.svg);
}
.flag-icon-pl {
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/4.1.5/flags/4x3/pl.svg);
}
.flag-icon-ro {
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/4.1.5/flags/4x3/ro.svg);
}
.flag-icon-rs {
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/4.1.5/flags/4x3/rs.svg);
}
.flag-icon-si {
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/4.1.5/flags/4x3/si.svg);
}
.flag-icon-sk {
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/4.1.5/flags/4x3/sk.svg);
}
.fa,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa-bell:before {
    content: "";
}
.fa-check:before {
    content: "";
}
.fa-heart:before {
    content: "";
}
.fa-home:before {
    content: "";
}
.fa-search:before {
    content: "";
}
.fa-times:before {
    content: "";
}
.fa-times-circle:before {
    content: "";
}
.far {
    font-weight: 400;
}
.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free";
}
.fa,
.fas {
    font-weight: 900;
}
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.15),
        rgba(255, 255, 255, 0)
    );
}
*,
::after,
::before {
    box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
h1,
h2,
h3,
h4 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
h1 {
    font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
    h1 {
        font-size: 2.5rem;
    }
}
h2 {
    font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
    h2 {
        font-size: 2rem;
    }
}
h3 {
    font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
    h3 {
        font-size: 1.75rem;
    }
}
h4 {
    font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
    h4 {
        font-size: 1.5rem;
    }
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol,
ul {
    padding-left: 2rem;
}
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
b,
strong {
    font-weight: bolder;
}
a {
    color: #0d6efd;
    text-decoration: underline;
}
a:hover {
    color: #0a58ca;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
}
label {
    display: inline-block;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
button,
input,
select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
select {
    text-transform: none;
}
select {
    word-wrap: normal;
}
select:disabled {
    opacity: 1;
}
[type="button"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}
iframe {
    border: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.container {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
@media (min-width: 576px) {
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}
@media (min-width: 768px) {
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}
@media (min-width: 992px) {
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}
.form-label {
    margin-bottom: 0.5rem;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}
.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .form-select {
        transition: none;
    }
}
.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select:disabled {
    background-color: #e9ecef;
}
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:hover {
    color: #212529;
}
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn:disabled {
    pointer-events: none;
    opacity: 0.65;
}
.fade {
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.dropdown {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef;
}
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0d6efd;
}
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}
.nav-link:focus,
.nav-link:hover {
    color: #0a58ca;
}
.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0.25rem;
}
.nav-pills .nav-link.active {
    color: #fff;
    background-color: #0d6efd;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar > .container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none;
    }
}
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.25rem;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none;
    }
}
.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none;
    }
}
.accordion-button:hover {
    z-index: 2;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.accordion-header {
    margin-bottom: 0;
}
.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
    border-top: 0;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.accordion-body {
    padding: 1rem 1.25rem;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
}
.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .offcanvas {
        transition: none;
    }
}
.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
}
.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateX(-100%);
}
.offcanvas.show {
    transform: none;
}
.d-flex {
    display: flex !important;
}
.d-none {
    display: none !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.align-items-center {
    align-items: center !important;
}
.m-auto {
    margin: auto !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.me-1 {
    margin-right: 0.25rem !important;
}
.me-2 {
    margin-right: 0.5rem !important;
}
.me-4 {
    margin-right: 1.5rem !important;
}
.me-auto {
    margin-right: auto !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.ms-4 {
    margin-left: 1.5rem !important;
}
.ms-auto {
    margin-left: auto !important;
}
.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-2 {
    padding-top: 0.5rem !important;
}
.pt-3 {
    padding-top: 1rem !important;
}
.pe-2 {
    padding-right: 0.5rem !important;
}
.pe-3 {
    padding-right: 1rem !important;
}
.ps-2 {
    padding-left: 0.5rem !important;
}
.text-center {
    text-align: center !important;
}
.text-white {
    color: #fff !important;
}
.bg-white {
    background-color: #fff !important;
}
@media (min-width: 768px) {
    .d-md-flex {
        display: flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-flex {
        display: flex !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
}
.hamburger {
    display: block;
    position: relative;
    width: 36px;
    height: 20px;
    background: transparent;
    border: none;
    padding: 0;
}
.offcanvas-header .close {
    display: none;
}
.offcanvas-start {
    width: 330px;
}
.offcanvas-header .close span::before {
    top: 0;
    transform: rotate(45deg);
    background: #e52d87;
}
.offcanvas-header .close span::after {
    bottom: 0;
    transform: rotate(-45deg);
    background: #e52d87;
}
.offcanvas-header .close span::after,
.offcanvas-header .close span::before {
    content: "";
    left: 0;
}
.offcanvas-header .close span,
.offcanvas-header .close span::after,
.offcanvas-header .close span::before {
    display: block;
    background: #000;
    position: absolute;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100%;
    height: 1px;
}
.offcanvas-header .close span {
    background: transparent;
}
.hemburger-content {
    background-color: #fff;
}
.hemburger-content .offcanvas-header {
    padding: 0;
}
.hemburger-content .offcanvas-header {
    padding-bottom: 30px;
}
.main-nav-mob ul li {
    display: block;
    clear: both;
    padding: 2px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
}
.main-nav-mob ul li a {
    display: block;
    padding: 0.75rem 0rem;
    color: #000;
    text-decoration: none;
    font-size: 1rem;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    position: relative;
    line-height: 1;
    transition: 0.3s ease all;
}
.main-nav-mob ul li a:hover {
    text-decoration: none;
    color: white;
    background-color: transparent;
}
.main-nav-mob .btn-custom.btn-custom-xs.btn-green.add-list {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
}
.main-nav-mob .btn-custom.btn-custom-xs.btn-green {
    font-family: "Outfit";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize1;
    color: #000000;
    text-decoration: none;
    margin-left: 6px;
}
.main-nav-mob .logo.mb-logo {
    width: 35%;
    text-align: inherit;
    display: flex;
    justify-content: inherit;
    align-items: center;
}
.search-block {
    display: flex;
    width: 40%;
    position: relative;
}
.search-block .btn-custom {
    min-width: auto;
    position: absolute;
    right: 1px;
    top: 0px;
    bottom: 1px;
    height: auto;
    padding: 0;
    width: 58px;
    border-radius: 0 5px 5px 0;
    background: #000000;
    border: none;
    background: #000000;
}
.navbar.navbar-expand-lg.navbar-light {
    padding: 5px 0px 0px 0px !important;
}
.search-block .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-clip: padding-box;
    border: 2px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background: #fcfcfc;
    height: 42px;
}
.navbar-light .navbar-nav .nav-link {
    color: #111f23 !important;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-transform: capitalize1;
}
.btn-custom.btn-custom-xs.btn-green.add-list {
    width: 155px;
    height: 31px;
    background: #42a805;
    box-shadow: 0px 4px 14px rgba(66, 168, 5, 0.1);
    border-radius: 5px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize1;
    color: #ffffff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.btn-custom.btn-custom-xs.btn-green.add-list {
    font-family: "Outfit";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize1;
    color: #000000;
}
.btn-listing-worldwide {
    width: 125px !important;
    margin-left: 60px !important;
}
h1 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}
.btn {
    background: #42a805;
    border-radius: 5px;
    padding: 11px 30px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #fff !important;
}
.location-btn {
    display: flex;
}
.nav-menu .nav-item {
    padding-right: 38px;
}
.navbar.navbar-expand-lg {
    border-top: 2px solid #f7f7f7;
}
.btn-custom.btn-custom-xs.btn-green {
    font-family: "Outfit";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize1;
    color: #000000;
    text-decoration: none;
}
.btn-custom.btn-custom-xs.btn-green {
    font-family: "Outfit";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize1;
    color: #000000;
    text-decoration: none;
    margin-left: 32px;
}
h2 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    text-transform: capitalize1;
    color: #000000;
}
.price-rg {
    font-family: "Outfit";
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 19px;
    text-align: center;
    text-transform: capitalize1;
    color: #f8941d;
    text-align: left;
}
.price-sel {
    font-family: "Outfit";
    font-style: normal;
    font-weight: 300;
    font-size: 10px;
    line-height: 13px;
    text-align: center;
    text-decoration-line: line-through;
    text-transform: capitalize1;
    color: #65676b;
}
.car-box-hd {
    font-family: "Outfit";
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 19px;
    text-align: center;
    text-transform: capitalize1;
    color: #000000;
    text-decoration: none;
    padding: 13px 0px 0px 18px;
    display: block;
    text-align: left;
    min-height: 54px !important;
}
.lc-ad {
    font-family: "Outfit";
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    text-transform: capitalize1;
    color: #65676b;
    padding-left: 10px !important;
}
.car-ct-list {
    display: flex;
    flex-wrap: wrap;
}
.car-ct-list li {
    width: 50%;
    padding-bottom: 7px;
    display: flex;
    align-items: center;
}
.btn.btn-dtl {
    display: block;
    border: 1px solid #f8941d;
    border-radius: 5px;
    background: transparent;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #f8941d !important;
    margin: 10px 14px;
}
.price-rg {
    padding-left: 18px;
}
.car-ct-list {
    padding: 9px 2px 0px 15px;
    width: 100%;
}
.footer-section {
    background-image: url(../../images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    position: relative;
    padding: 50px 0px 20px;
}
.footer-section::before {
    content: "";
    background: rgba(17, 51, 77, 0.97);
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.compare-hd {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-transform: capitalize1;
    color: #ffffff;
    position: relative;
    z-index: 9;
    max-width: 646px;
}
.compare-sub-title {
    color: #f8941d;
}
.mony-box {
    background: #114e8a;
    border-radius: 5px;
    width: auto;
    height: 204px;
    padding: 23px 25px 20px;
}
.pr-title {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-transform: capitalize1;
    color: #f8941d;
    display: block;
    padding-top: 13px;
}
.pr-sub-title {
    font-family: "Outfit";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.7);
    padding-top: 5px;
    margin-bottom: 0;
}
.socail-icon {
    width: auto;
    height: 45px;
    display: flex;
}
.cls-bast-1 {
    width: 20%;
}
.cls-bast-2 {
    width: 50%;
}
.cls-bast-2 p {
    font-family: "Outfit";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.7);
    max-width: 600px;
    padding-left: 37px;
}
.btn-join:hover {
    background-color: transparent;
    color: #fff;
}
.btn-join {
    background: #f8941d;
    box-shadow: 0px 4px 70px rgba(66, 168, 5, 0.1);
    border-radius: 5px;
    padding: 16px 36px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    text-transform: capitalize1;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #f8941d;
}
.bestoffers {
    background: #114e8a;
    border: 2px solid #1f3e55;
    padding: 21px 0px 18px 18px;
}
p {
    font-family: "Outfit";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.7);
}
.adrs-hd {
    font-family: "Outfit";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize1;
    color: rgba(255, 255, 255, 0.8);
}
.menu-ilst-adrs li {
    padding-bottom: 13px;
    align-items: center;
    display: flex;
}
.f-hd {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-transform: capitalize1;
    color: #ffffff;
    padding-top: 49px;
    display: block;
}
.nav-menu-footer .nav-link {
    font-family: "Outfit";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    text-transform: capitalize1;
    color: rgba(255, 255, 255, 0.8);
    padding: 0;
}
.footer-blog {
    padding-top: 61px;
}
.menu-ilst-adrs {
    margin-top: 23px;
}
.footer-bottom {
    border-top: 1px solid #cdd4d8;
}
.cpy-title {
    font-family: "Outfit";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize1;
    color: rgba(255, 255, 255, 0.8);
}
.socai-link {
    background: #ffffff;
    border-radius: 5px;
    width: 40.64px;
    height: 37.45px;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-right: 10px;
    margin-top: 18px;
}
.footer-blog .nav-menu-footer {
    margin-top: 11px;
}
.font-family-outfit {
    font-family: "Outfit";
}
.fa-search:before {
    content: none;
}
.car-blog {
    background: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    overflow: hidden;
    width: 92%;
    display: block;
    padding-bottom: 7px;
    position: relative;
}
.carimg img {
    width: 100%;
}
.car-blog:hover {
    background: #ffffff;
    border: 1px solid #e3e3e3;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.13);
    border-radius: 5px;
}
.car-blog:hover .btn.btn-dtl {
    display: block;
    border: 1px solid #f8941d;
    border-radius: 5px;
    background: #f8941d;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #fff !important;
    margin: 10px 14px;
}
.form-label.field-label.lbl-title {
    position: absolute;
    left: 24px;
    z-index: 1;
    font-size: 14px;
    font-weight: 600;
    color: #404347;
    margin-bottom: 2px;
    text-transform: uppercase;
    font-family: "Outfit";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    text-transform: capitalize1;
    color: #000000;
}
.form-label.field-label.lbl-title {
    z-index: 1;
    position: absolute;
    left: 24px;
    top: 0;
    transform: translateY(-50%);
    background: #fff;
    padding: 0 6px;
    font-family: "Outfit";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    text-transform: capitalize1;
    color: #000000;
}
.single-field {
    position: relative;
    padding: 0 10px;
    margin-top: 20px;
}
.label-type-group .form-select {
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    color: #65676b;
    height: 50px;
}
.mob-header {
    display: none;
}
.mb-none {
    display: block;
}
.logo-blog-main {
    padding: 30px 15px 20px 20px;
    background: #fef5ea;
    align-items: center;
    margin-top: -51px;
}
.user-blog-main {
    padding: 10px 0px;
    background: #fff;
    box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);
    padding-left: 15px;
}
.main-nav-mob .navbar-nav {
    padding: 10px 20px;
}
.close-icons img {
    display: none;
}
.form-control.form-select {
    background-image: none;
}
.form-control.form-select {
    padding-left: 19px;
}
.form-select:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25) !important;
}
.accordion-body p {
    font-family: "Outfit";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #65676b;
    max-width: 850px;
}
@media (max-width: 991.98px) {
    h1 {
        font-size: 31px;
        line-height: 60px;
        text-align: center;
        text-transform: uppercase;
        color: #ffffff;
    }
    .footer-section {
        height: auto;
        padding: 50px 0px 13px;
    }
    .f-hd {
        font-size: 14px;
        line-height: 22px;
        color: #ffffff;
        padding-top: 49px;
    }
    .lc-ad {
        font-size: 14px;
        padding-left: 7px;
    }
    .btn-join {
        padding: 7px 21px;
    }
    .logo a img {
        max-width: 100px;
    }
    .search-block .btn-custom {
        width: 51px;
    }
    .search-block .form-control {
        font-size: 11px;
    }
    .search-block {
        width: 41%;
    }
}
@media (max-width: 767.98px) {
    .main-nav-mob ul li a:active {
        color: #f7941d !important;
    }
    h2 {
        font-size: 15px;
        line-height: 30px;
    }
    .lc-ad {
        font-size: 13px;
        line-height: 19px;
        padding-left: 7px;
    }
    .row.plannin-row {
        display: none;
    }
    .compare-hd {
        display: none;
    }
    .mob-header {
        display: block;
        padding: 5px 0px 0px 0px;
    }
    .main-topbar .logo {
        display: none;
    }
    .search-block {
        width: 100%;
    }
    .search-block .form-control {
        display: block;
        width: 100%;
        padding: 0.375rem 0.75rem;
        font-size: 0.875rem;
        font-weight: 400;
        line-height: 1.5;
    }
    .mob-row-block {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .block-right {
        display: flex;
        justify-content: space-between;
    }
    .logo.mb-logo {
        width: 45%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .logo-mb-top img {
        max-width: 88px;
    }
    .mb-none {
        display: none;
    }
    .navbar-toggler {
        padding: 0.25rem 0.75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 0.25rem;
        transition: box-shadow 0.15s ease-in-out;
        border: navajowhite;
        padding: 0px;
        text-align: right;
        float: right;
    }
    h2::before {
        content: "";
        height: 1px;
        width: 50%;
        position: absolute;
        top: 15px;
        left: 0;
    }
    h2::after {
        top: 15px;
    }
    .footer-section {
        height: auto;
        width: 100%;
        padding: 5px 0px 13px;
    }
    .footer-bottom .row {
        flex-direction: column;
    }
    .cpy-title {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        width: 100%;
        display: block;
    }
    .nav-menu-footer .nav-link {
        font-size: 12px;
        line-height: 34px;
        padding: 0;
    }
    .adrs-hd {
        font-size: 12px;
        line-height: 17px;
    }
    .accordion-body p {
        font-weight: 400;
        font-size: 11px;
    }
    #pills-tab {
        overflow: auto;
    }
    .accordion-body {
        padding: 1rem 1.25rem;
        font-size: 13px;
    }
}
.ca-right-icon img {
    width: 24px;
    height: 24px;
}
.top-buttons {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.ca-lebal2 input {
    background: #ffffff;
    border: 1px solid rgba(95, 95, 95, 0.31);
    border-radius: 6px;
    width: 100%;
    height: 46px;
    padding-left: 15px;
}
.ca-btn-login {
    background: #f6971c;
    border-radius: 6px;
    height: 46px;
    border: none;
    width: 220px;
    margin: 0 auto;
    margin-top: 10px;
    font-family: "Outfit";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}
.ca-or-title {
    font-family: "Outfit";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 5px;
    text-align: center;
    text-transform: uppercase;
    color: #5f5f5f;
    opacity: 0.6;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-top: 30px;
}
.ca-google-box {
    text-align: center;
    justify-content: center;
    text-decoration: none;
}
.ca-google-box span {
    color: rgba(0, 0, 0, 0.5) !important;
    margin: 0px;
    text-transform: capitalize1;
    font-size: 16px;
    font-weight: 600;
}
.form-select {
    height: 47px;
    border-radius: 5px;
}
.ca-google-box .ca-right-icon img {
    width: 28px !important;
    height: 28px !important;
    max-width: 28px !important;
}
.ca-google-box {
    text-align: center;
    justify-content: center;
    display: flex;
    background: #ffffff;
    border: 1px solid #cdcdcd;
    border-radius: 6px;
    width: 272px;
    height: 46px;
    margin: 0 auto;
    margin-top: 20px;
}
.ca-register-title {
    text-align: center;
    display: block;
    padding-top: 28px;
    font-family: "Outfit";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #5f5f5f;
}
.ca-form-main {
    padding-top: 20px;
}
@media (max-width: 991.98px) {
    .ca-btn-login {
        width: 60%;
    }
}
@media (max-width: 767px) {
    .ca-btn-login {
        width: 100%;
    }
    .ca-google-box {
        width: 100%;
        margin-right: 8px !important;
    }
    .ca-google-box span {
        font-size: 11px !important;
        text-align: left;
    }
    .ca-right-icon {
        margin-left: 10px !important;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .ca-google-box {
        width: 100%;
        margin-right: 8px !important;
    }
    .ca-google-box span {
        font-size: 11px !important;
        text-align: left;
    }
}
.check-terms-section {
    margin: 14px 0;
    display: grid;
    padding: 12px;
    grid-gap: 8px;
    min-height: 40px;
    align-items: stretch;
    border-radius: 4px;
    background-color: #edf4ea;
    grid-template-columns: 21px 1fr;
}
.check-terms-section--check {
    display: grid;
    place-items: center;
    border-right: 1px solid #cce0c3;
    padding-right: 8px;
}
.check-terms-section--link {
    color: #2c8700;
    font-size: 12px;
    line-height: 16px;
}
.a-button {
    background: 0 0;
    border: 0;
    box-shadow: none;
    outline: none;
    padding: 0px;
}
.car-blog a {
    text-decoration: none;
}
.add-wishlist {
    width: 28px;
    height: 28px;
    position: absolute;
    top: -5px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 5px;
    transform: translateY(50%);
    border: 1px solid #e0e0e0;
    color: #f6971c;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
}
header {
    top: 0;
    z-index: 99;
    position: sticky;
    background: #fff;
}
a,
a:hover {
    text-decoration: none;
}
a {
    color: #04263d;
}
.ml-1 {
    margin-left: 0.25rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.ml-3 {
    margin-left: 1rem !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-2 {
    padding-top: 0.5rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.py-3 {
    padding-bottom: 1rem !important;
}
.m-auto {
    margin: auto !important;
}
.bg-green {
    background-color: #07c75f;
}
.text-orange {
    color: #f8941d !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0px !important;
}
.watchlistRemoved {
    color: #f7941d !important;
}
.wishlist-item {
    padding-left: 0;
    border: 0;
    align-items: flex-end;
    position: relative;
    font-size: 18px;
    cursor: pointer;
    height: 32px;
    display: flex;
    margin-right: 20px;
    margin-left: -20px;
}
.wishlist-item .budge {
    background: #f7941d;
    color: #fff;
    min-width: 22px;
    height: 22px;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    border-radius: 5px;
    position: absolute;
    top: -5px;
    right: -25px;
}
.wishlist-item .budge::after {
    width: 11px;
    height: 11px;
    position: absolute;
    background-color: #f7941d;
    right: calc(100% - 6px);
    top: 16px;
    content: "";
    -webkit-clip-path: polygon(62% 0, 0% 100%, 100% 44%);
    clip-path: polygon(62% 0, 0% 100%, 100% 44%);
}
@media (min-width: 769px) {
    .ca-register-title {
        display: none;
    }
}
.auth-modal-btn-close {
    position: absolute;
    right: 15px;
    top: -15px;
}
@media screen and (max-width: 767px) {
    .auth-modal-btn-close {
        position: absolute;
        right: 15px;
        top: 10px;
    }
    .login-register-modal-left {
        display: none;
    }
    .wishlist-item {
        margin-right: 10px;
    }
    .main-nav-mob .btn-custom.btn-custom-xs.btn-green.add-list {
        font-size: 12px;
    }
    .search-block .form-control {
        font-size: 11px;
    }
    .form-label.field-label.lbl-title {
        font-size: 13px !important;
    }
}
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-dots.disabled {
    display: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
p,
h1,
h2,
h3,
h4 {
    margin: 0;
}
a {
    text-decoration: none;
}
ul {
    padding: 0;
    list-style: none;
}
body {
    font-family: "Roboto", sans-serif;
}
.main-heading {
    font: 700 34px / 30px "Roboto", sans-serif;
}
.colored-main-heading {
    font: 500 18px / 30px "Roboto", sans-serif;
    text-align: center;
    color: #e57d00;
    padding-bottom: 8px;
}
.banner-box-car {
    background-position: center !important;
    background-size: cover !important;
    padding: 58px 0;
    width: 100%;
    position: relative;
    z-index: 0;
}
.banner-box-car:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #00000099;
    z-index: -1;
}
.listing-heading.mobile {
    display: none;
}
.footer-section {
    background-image: url(../../images/footer-bg.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    position: relative;
    padding: 50px 0px 20px;
}
.listing-heading {
    font: 700 34px / 100% "Roboto", sans-serif;
    padding-bottom: 13px;
    text-align: center;
}
.banner-box-car .listing-heading {
    color: #fffefe;
    text-align: left;
}
.listing-discount-content {
    font: 500 20px "Roboto", sans-serif;
    color: #fffefe;
    padding-bottom: 15px;
    text-align: left !important;
}
.listing-features-box {
    list-style: disc;
    padding-left: 14px !important;
    color: #fffefe;
}
section.banner-box-car .col-lg-7 {
    padding-left: 70px;
}
.listing-features {
    font: 400 18px / 30px "Roboto", sans-serif;
    padding-bottom: 9px;
}
.ms-form-main-outer-box {
    background: #ffffff;
    padding: 24px;
    border-radius: 20px;
    min-height: 450px;
}
#msform {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
#msform fieldset {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.step-listing-boxes-main {
    height: 250px;
}
#msform .previous-button.action-button {
    width: 130px;
    background: transparent;
    box-shadow: none;
    color: #000000;
    text-decoration: underline;
    font: 400 20px/100% "Roboto", sans-serif;
}
#msform .action-button {
    width: 100%;
    background: #e07900;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 15px 5px;
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 10px;
    font: 400 20px / 100% "Roboto", sans-serif;
    opacity: 1;
}
#msform .action-button:disabled {
    opacity: 0.5;
}
ul.button-grid.one-in-row {
    grid-template-columns: 1fr;
}
#progressbar {
    margin-bottom: 15px;
    overflow: hidden;
    counter-reset: step;
}
#progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 9px;
    width: 33%;
    float: left;
    position: relative;
}
#progressbar li:before {
    content: "";
    counter-increment: step;
    width: 140px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #333;
    background: #e079004d;
    border-radius: 0;
    margin: 0 auto 5px auto;
    height: 11px;
}
#progressbar li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
}
#msform .previous-button.action-button {
    font: 400 18px/100% "Roboto", sans-serif;
}
#progressbar li:first-child:after {
    content: none;
}
#progressbar li.active:before,
#progressbar li.active:after {
    background: #e07900;
    color: white;
}
.button-grid {
    display: grid;
    grid-template-columns: 3fr 3fr 3fr;
    gap: 17px;
    margin: auto;
    max-height: 175px;
    overflow: auto;
}
.list-card-inner-button {
    border: 1.77px solid #b8b8b8;
    padding: 12px 0;
    border-radius: 10px;
    font: 500 20px / 100% "Roboto", sans-serif;
    color: #787878;
    cursor: pointer;
    transition: border 0.5s ease-in-out, color 0.5s ease-in-out;
}
.list-card-inner-button:hover {
    border: 1.77px solid #e07900;
    color: #e07900;
}
.ms-form-main-outer-box .list-car-heading {
    font: 500 30px / 100% "Roboto", sans-serif;
    text-align: left;
    padding-bottom: 16px;
}
.ms-form-heading {
    font: 500 24px / 100% "Roboto", sans-serif;
    text-align: left;
    padding-bottom: 13px;
    color: #000000;
}
.list-form-search {
    border: 0.5px solid #000000;
    border-radius: 10px;
    padding: 5px 18px;
    margin-bottom: 16px;
    text-align: left;
}
.list-form-search .list-input-search {
    border: none;
    font: 500 16px / 100% "Roboto", sans-serif;
    color: #787878;
    padding-left: 16px;
    width: 92%;
    height: 45px;
}
.list-form-search .list-input-search::placeholder {
    color: #787878;
}
.button-grid.five-in-row {
    grid-template-columns: 4fr 4fr 4fr 4fr;
    gap: 23px;
}
.brand-make-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    border: 1.77px solid #b8b8b8;
    border-radius: 16px;
    padding: 9px;
    cursor: pointer;
    min-height: 80px;
}
.brand-make-buttons span {
    font: 400 10px / 100% "Roboto", sans-serif;
}
.brand-make-buttons .brand-logo {
    width: 40px;
    height: 35px;
}
.button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}
.report-car-steps {
    width: 207px;
    height: 143px;
    padding: 0 0 17px 0;
}
.row.step-listing-boxes-main {
    border: 2px solid #a8a8a8;
    padding: 25px 16px !important;
    border-radius: 16px;
    height: auto;
    width: 100%;
    margin: 0 auto;
}
.fa-times:after {
    content: "";
    position: absolute;
    background: url(../../images/list-your-car/icon_cancel_orange.svg),
        no-repeat;
    width: 16px;
    height: 16px;
    right: 10px;
    top: 16px;
    background-size: cover;
}
.how-its-works {
    padding: 40px 0 73px;
}
.how-its-works .main-heading {
    text-align: center;
    padding-bottom: 50px;
}
.how-works-card {
    padding: 23px 20px 54px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    height: 100%;
}
.how-works-card.odd {
    border: 3px solid #e57d00;
}
.how-works-card.even {
    border: 3px solid #000000;
}
.how-works-card.odd .works-icon {
    background: #e57d00;
}
.how-works-card.even .works-icon {
    background: #000000;
}
.works-icon {
    width: 60px;
    height: 60px;
    max-width: 60px;
    max-height: 60px;
    margin-bottom: 24px;
    padding: 10px;
    border-radius: 16px;
}
.work-card-heading {
    font: 600 20px / 30px "Roboto", sans-serif;
    color: #000000;
    padding-bottom: 8px;
}
.work-card-inner-content {
    font: 400 18px / 30px "Roboto", sans-serif;
    color: #000000;
}
.why-choose-us .main-heading {
    padding-bottom: 50px;
    text-align: center;
}
.why-choose-us .row.justify-content-center .col-lg-4 {
    margin-bottom: 65px;
}
.choose-us-cards {
    border-radius: 25px;
    padding: 23px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}
.choose-us-cards.main-color {
    background: #e57d00;
}
.choose-us-cards.black {
    background: #000000;
}
.why-choose-us .choose-us-left-area .main-heading {
    font: 700 24px / 26px "Roboto", sans-serif;
    text-align: left;
    color: #fffefe;
    padding-bottom: 16px;
}
.choose-us-cards .choose-card-left-inner-content {
    font: 400 16px / 27px "Roboto", sans-serif;
    color: #fffefe;
}
.why-choose-icon {
    width: 102px;
    height: 86px;
    background: #fffefe;
    border-radius: 12px;
    padding: 11px 6px;
    margin-bottom: 16px;
}
.popular-makes {
    padding: 40px 0;
}
.popular-makes .main-heading {
    padding-bottom: 50px;
    text-align: center;
}
.popular-makes #pills-tab {
    justify-content: left !important;
    margin-bottom: 40px;
    overflow: auto;
}
.popular-makes .nav-item {
    background: #f2f3f5;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 8px;
    border-radius: 6px;
    border-left: 2px solid #f2f3f5;
}
.popular-makes .nav-pills .nav-link.active {
    background: #f2f3f5;
    color: #000000;
    border-left: 2px solid #e57d00;
}
.popular-makes .nav-link {
    font: 500 16px / 34px "Roboto", sans-serif;
    color: #000000;
}
.brand-logo {
    width: 36px;
    height: 36px;
}
.popular-makes .tab-content {
    padding-bottom: 40px;
}
.view-all-cars {
    background: #e57d00;
    padding: 15px 33px;
    border-radius: 10px;
    margin: 0 auto;
    text-align: center;
    display: block;
    font: 700 16px / 100% "Roboto", sans-serif;
    color: #fffefe;
    border: 1px solid #e57d00;
}
.all-benefits {
    padding-bottom: 40px;
}
.all-benefits .main-heading {
    text-align: center;
    padding-bottom: 50px;
}
.all-benefits-card {
    box-shadow: 0px 2px 4px 0px #00000040;
    background: #fffefe;
    border-radius: 25px 25px 0px 25px;
    padding: 41px;
    margin-bottom: 20px;
    position: relative;
    padding: 40px 15px 20px 40px;
    min-height: 300px;
}
.all-benefits .col-lg-3.col-md-6.col-sm-12:last-child .all-benefits-card {
    margin-bottom: 0;
}
.all-benefits-header {
    gap: 18px;
    padding-bottom: 5px;
}
.benefits-card-heading {
    font: 700 20px / 100% "Roboto", sans-serif;
}
.benefits-count {
    font: 700 20px / 100% "Roboto", sans-serif;
    color: #000000;
}
.benefits-count {
    position: absolute;
    left: 16px;
    top: 16px;
}
.all-benefits-card.odd .benefits-count {
    color: #e57d00;
}
.benefits-content {
    font: 400 16px / 24px "Roboto", sans-serif;
    color: #151515;
}
.sell-car-state {
    background: #000000;
    padding: 50px 0;
}
.sell-car-state .main-heading {
    text-align: center;
    color: #fffefe;
    padding-bottom: 50px;
}
.state-card-box {
    background: #fffefe;
    border-radius: 8px;
    padding: 30px 0;
    text-align: center;
    margin-bottom: 20px;
}
.state-image-outer-box {
    background: #e57d00;
    display: inline-block;
    padding: 15px;
    border-radius: 50%;
    margin-bottom: 21px;
}
.sell-state-icon {
    width: 44px;
    height: 44px;
}
.car-about {
    font: 400 15px / 29px "Roboto", sans-serif;
    color: #151515;
    padding-bottom: 4px;
}
.state-name {
    font: 400 15px / 29px "Roboto", sans-serif;
    color: #000000;
}
.faq-main {
    padding: 40px 0;
}
.faq-main .accordion-item {
    margin-bottom: 16px;
    border: 1px solid #0000001a;
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 10px;
}
.faq-main .accordion-button:not(.collapsed) {
    color: #000000;
    background-color: transparent;
    box-shadow: none;
}
.faq-main .accordion-button:focus {
    box-shadow: none;
}
.faq-main .accordion-item:not(:first-of-type) {
    border-top: 1px;
}
.faq-main .accordion-button {
    padding: 0;
    border-radius: 10px;
}
.faq-main .accordion-button::after {
    display: block !important;
    right: 16px;
    position: absolute;
}
.faq-main .accordion-button h3 {
    font: 400 18px/40px "Roboto", sans-serif;
    padding: 33px 26px;
}
.faq-main .accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:first-of-type .accordion-button {
    border-radius: 10px;
}
.faq-main .accordion-body {
    padding: 0 26px 33px;
}
.sell-car-with-Caragencia h2.headings {
    text-align: center;
}
.sell-car-with-Caragencia p {
    padding: 24px 0 30px;
    text-align: center;
    font: 400 18px / 30px "Roboto", serif;
    margin-bottom: 30px !important;
    border-bottom: 1px solid #00000050;
}
.heading-main-box .target-heading {
    position: relative;
    font: 500 16px "Roboto", sans-serif;
    color: #767676 !important;
    padding-left: 28px;
}
.target-heading.active {
    color: #e77d00 !important;
}
.content_read_more.revealed .headings {
    font: 700 24px "Roboto", sans-serif;
    padding-bottom: 12px;
}
.content_read_more.revealed p {
    font: 400 18px / 30px "Roboto", sans-serif;
    padding: 0;
    padding-bottom: 24px;
    border: none;
    text-align: left;
    margin-bottom: 0 !important;
}
.content_read_more.revealed ul {
    padding-left: 20px;
}
.content_read_more.revealed li {
    font: 400 18px / 30px "Roboto", sans-serif;
    padding: 0;
    padding-bottom: 8px;
    border: none;
    text-align: left;
    margin-bottom: 0 !important;
}
.app-autocomplete-selected-list {
    display: flex;
    gap: 10px;
    width: 100%;
}
.app-autocomplete-selected-list-value {
    border: 1.77px solid #e77d00;
    border-radius: 10px;
    padding: 13px 7px;
    width: calc(100% / 3);
    font: 500 15px / 100% "Poppins", sans-serif;
    color: #787878;
    cursor: pointer;
    position: relative;
    text-align: left;
}
h3.brand-name {
    font-size: 13px;
}
button#pills-licence-tab2 {
    width: 106px !important;
    padding: 10px 5px 10px 5px;
}
.heading-main-box {
    padding-bottom: 155px;
}
.target-heading {
    position: relative;
    font: 500 16px "Roboto", sans-serif;
    color: #767676 !important;
    padding-left: 28px;
}
.target-heading::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 8px;
    background: #646464;
    left: 0;
    top: 5px;
}
.target-heading::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 135px;
    border-radius: 8px;
    background: #646464;
    left: 0;
    top: 29px;
}
.heading-main-box:last-of-type .target-heading::before {
    display: none;
}
.target-heading.active {
    color: #e57d00 !important;
}
.target-heading.active:after {
    background: #e57d00;
}
.target-heading.active:before {
    background: #e57d00;
}
.content_read_more.revealed h3 {
    font: 700 24px "Roboto", sans-serif;
    padding-bottom: 12px;
}
.content_read_more.revealed p {
    font: 400 18px / 30px "Roboto", sans-serif;
    padding-bottom: 24px;
}
.page_content_section .target-box-left {
    width: 30%;
    float: left;
}
.page_content_section p {
    color: #000;
}
.content_read_more.revealed {
    float: left;
    width: 70%;
}
.mobile {
    display: none !important;
}
.submit-listing-car:not([disabled]) {
    background: #07c75f !important;
}
.fa-times:before {
    display: none;
}
@media (max-width: 991px) {
    .banner-box-car {
        height: auto;
    }
}
@media (max-width: 768px) {
    .mob-header {
        padding: 5px 0px 5px 0px !important;
    }
    .main-topbar {
        display: none;
    }
    .app-autocomplete-selected-list {
        flex-wrap: wrap;
    }
    .app-autocomplete-selected-list-value {
        border: 1.77px solid #e07900;
        border-radius: 10px;
        width: calc(100% / 1);
        font: 500 20px / 100% "Poppins", sans-serif;
        color: #787878;
    }
    .listing-heading.desktop {
        display: none;
    }
    .banner-box-car {
        padding: 30px 0;
        height: auto;
    }
    .listing-heading.mobile {
        display: block;
        font: 700 24px "Roboto", sans-serif;
        text-align: center;
        padding-bottom: 16px;
    }
    .listing-discount-content {
        font: 500 16px "Roboto", sans-serif;
        padding-bottom: 13px;
    }
    .listing-features {
        font: 300 16px "Roboto", sans-serif;
    }
    .listing-heading {
        font: 700 24px /30px "Roboto", sans-serif;
    }
    .ms-form-main-outer-box .list-car-heading {
        font: 500 22px / 100% "Roboto", sans-serif;
        padding-bottom: 12px;
    }
    .ms-form-heading {
        font: 500 17px / 100% "Roboto", sans-serif;
        padding-bottom: 9px;
        color: #000000;
    }
    #progressbar li:before {
        width: 90%;
        border-radius: 2px;
    }
    .list-form-search .list-input-search {
        width: 85%;
    }
    .list-form-search {
        padding: 10px 18px;
        border-radius: 7px;
    }
    #msform .action-button {
        margin-top: 0;
    }
    .ms-form-main-outer-box {
        min-height: 444px;
    }
    .banner-box-car .col-lg-7 {
        padding: 15px 15px 0 15px !important;
    }
    .mobile {
        display: block !important;
    }
    .desktop {
        display: none;
    }
    .choose-us-cards {
        flex-direction: column-reverse;
    }
    .choose-us-cards.black {
        flex-direction: column;
    }
    .choose-us-cards.black .choose-us-left-area,
    .choose-us-cards.main-color .choose-us-left-area {
        margin: 0;
    }
    .popular-makes #pills-tab {
        flex-wrap: nowrap;
        overflow: auto;
        justify-content: start;
    }
    .popular-makes .nav-item {
        margin-right: 8px;
    }
    .main-heading {
        font: 700 24px / 30px "Roboto", sans-serif;
        padding-bottom: 16px !important;
    }
    .listing-features-box {
        margin: 0;
    }
    .colored-main-heading {
        font: 500 16px / 30px "Roboto", sans-serif;
        padding-bottom: 6px;
    }
    .works-icon {
        width: 50px;
        height: 50px;
        max-width: 50px;
        max-height: 50px;
        margin-bottom: 24px;
    }
    .how-works-card {
        min-height: 391px;
        max-height: 400px;
    }
    .owl-dots {
        display: flex;
        align-items: center;
        gap: 16px;
        justify-content: center;
        margin-top: 16px;
    }
    .choose-us-cards .main-heading {
        padding-bottom: 16px;
        font: 700 30px / 40px "Roboto", sans-serif;
        text-align: center;
    }
    .choose-us-cards .choose-card-left-inner-content {
        font: 400 20px / 30px "Roboto", sans-serif;
        padding-bottom: 40px;
    }
    .popular-makes .nav-link {
        font: 500 16px / 34px "Roboto", sans-serif;
        color: #000000;
        display: inline-flex;
        min-width: 160px;
        align-items: center;
        gap: 10px;
        justify-content: center;
    }
    .popular-makes .tab-content {
        padding-bottom: 24px;
    }
    .all-benefits .row {
        flex-wrap: nowrap;
        overflow: auto;
    }
    .all-benefits .row .col-lg-3.col-md-6.col-sm-12 {
        max-width: 315px;
    }
    .state-card-box {
        margin-bottom: 14px;
        padding: 10px 0;
    }
    .state-image-outer-box {
        padding: 7px;
        margin-bottom: 10px;
    }
    .sell-state-icon {
        height: 30px;
    }
    .faq-main .accordion-button h3 {
        font: 400 14px/20px "Roboto", sans-serif;
        padding: 16px 36px 16px 7px;
    }
    .faq-main .accordion-body {
        padding: 0 36px 16px 6px;
        font-size: 14px;
    }
    .faq-main .accordion-item {
        margin-bottom: 7px;
    }
    .target-heading:before {
        display: none;
    }
    .page_content_section .target-box-left {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 17px;
        flex-wrap: nowrap;
        overflow: auto;
    }
    .heading-main-box {
        padding: 0 0 16px 0;
        white-space: nowrap;
    }
    .content_read_more.revealed {
        width: 100%;
    }
    .content_read_more.revealed p {
        padding-bottom: 16px;
    }
    .why-choose-us .row.justify-content-center .col-lg-4 {
        margin-bottom: 20px;
    }
    .row.step-listing-boxes-main {
        margin-bottom: 16px;
    }
    .button-grid.five-in-row {
        grid-template-columns: 3fr 3fr 3fr;
    }
    .car-blog a img {
        max-height: 200px;
    }
    .list-card-inner-button {
        font: 500 14px / 100% "Roboto", sans-serif;
    }
}
@media (max-width: 575px) {
    .listing-heading.mobile {
        font: 700 18px "Roboto", sans-serif;
    }
}
.far.fa-search img {
    width: 17px;
    height: 17px;
}
.footer-logo img {
    width: 223px;
    height: 99px;
    display: block;
}
.mony-box .socail-icon img {
    width: 45px;
    height: 45px;
}
.tag {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 11px;
    padding: 4px 7px;
    border-radius: 4px;
}
.bg-green {
    background-color: #07c75f;
}
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.1.1/webfonts/fa-regular-400.eot);
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.1.1/webfonts/fa-regular-400.eot?#iefix)
            format("embedded-opentype"),
        url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.1.1/webfonts/fa-regular-400.woff2)
            format("woff2"),
        url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.1.1/webfonts/fa-regular-400.woff)
            format("woff"),
        url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.1.1/webfonts/fa-regular-400.ttf)
            format("truetype"),
        url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.1.1/webfonts/fa-regular-400.svg#fontawesome)
            format("svg");
}
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.1.1/webfonts/fa-solid-900.eot);
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.1.1/webfonts/fa-solid-900.eot?#iefix)
            format("embedded-opentype"),
        url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.1.1/webfonts/fa-solid-900.woff2)
            format("woff2"),
        url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.1.1/webfonts/fa-solid-900.woff)
            format("woff"),
        url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.1.1/webfonts/fa-solid-900.ttf)
            format("truetype"),
        url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.1.1/webfonts/fa-solid-900.svg#fontawesome)
            format("svg");
}
@font-face {
    font-family: "Outfit";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/outfit/v14/QGYyz_MVcBeNP4NjuGObqx1XmO1I4TC1C4E.ttf)
        format("truetype");
}
@font-face {
    font-family: "Outfit";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/outfit/v14/QGYyz_MVcBeNP4NjuGObqx1XmO1I4QK1C4E.ttf)
        format("truetype");
}
@font-face {
    font-family: "Outfit";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/outfit/v14/QGYyz_MVcBeNP4NjuGObqx1XmO1I4e6yC4E.ttf)
        format("truetype");
}
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiGyp8kv8JHgFVrLPTedw.ttf)
        format("truetype");
}
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLFj_V1s.ttf)
        format("truetype");
}
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLDz8V1s.ttf)
        format("truetype");
}
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiEyp8kv8JHgFVrFJA.ttf)
        format("truetype");
}
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLGT9V1s.ttf)
        format("truetype");
}
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLEj6V1s.ttf)
        format("truetype");
}
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLCz7V1s.ttf)
        format("truetype");
}
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLDD4V1s.ttf)
        format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v48/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkC3kaWzU.woff2)
        format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
        U+FE2E-FE2F;
}
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v48/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkAnkaWzU.woff2)
        format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v48/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCnkaWzU.woff2)
        format("woff2");
    unicode-range: U+1F00-1FFF;
}
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v48/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBXkaWzU.woff2)
        format("woff2");
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
        U+03A3-03FF;
}
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v48/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkenkaWzU.woff2)
        format("woff2");
    unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315,
        U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A,
        U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1,
        U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C,
        U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E,
        U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115,
        U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5,
        U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310,
        U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0,
        U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA,
        U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11,
        U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF,
        U+1EE00-1EEFF;
}
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v48/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkaHkaWzU.woff2)
        format("woff2");
    unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0,
        U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF,
        U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F,
        U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981,
        U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E,
        U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E,
        U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD,
        U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C,
        U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8,
        U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0,
        U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F,
        U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E,
        U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB,
        U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6,
        U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503,
        U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA,
        U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698,
        U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7,
        U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF,
        U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887,
        U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B,
        U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
        U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9,
        U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v48/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCXkaWzU.woff2)
        format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169,
        U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323,
        U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v48/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkCHkaWzU.woff2)
        format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
        U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
        U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
        U+A720-A7FF;
}
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v48/KFO5CnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmkBnka.woff2)
        format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191,
        U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3GUBGEe.woff2)
        format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F,
        U+FE2E-FE2F;
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3iUBGEe.woff2)
        format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3CUBGEe.woff2)
        format("woff2");
    unicode-range: U+1F00-1FFF;
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3-UBGEe.woff2)
        format("woff2");
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1,
        U+03A3-03FF;
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMawCUBGEe.woff2)
        format("woff2");
    unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315,
        U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A,
        U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1,
        U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C,
        U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E,
        U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115,
        U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5,
        U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310,
        U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0,
        U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA,
        U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11,
        U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF,
        U+1EE00-1EEFF;
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMaxKUBGEe.woff2)
        format("woff2");
    unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0,
        U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF,
        U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F,
        U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981,
        U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E,
        U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E,
        U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD,
        U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C,
        U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8,
        U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0,
        U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F,
        U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E,
        U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB,
        U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6,
        U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503,
        U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA,
        U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698,
        U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7,
        U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF,
        U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887,
        U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B,
        U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C,
        U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9,
        U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3OUBGEe.woff2)
        format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169,
        U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323,
        U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3KUBGEe.woff2)
        format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
        U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
        U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
        U+A720-A7FF;
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2)
        format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191,
        U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmT.ttf)
        format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bWmT.ttf)
        format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjammT.ttf)
        format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    font-stretch: normal;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZtammT.ttf)
        format("truetype");
}
:root {
    --primary-color: #e07900;
    --light-orange: #fcd7ac;
    --secondry-color: #42a805;
    --black: #000000;
    --lightBlack: #00000070;
    --grey: #f4f4f4;
    --white: #ffffff;
}
ul {
    padding: 0;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0 !important;
}
a {
    text-decoration: none;
}
#Header {
    z-index: 999999;
    position: relative;
    padding: 0;
}
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
        center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}
.flexbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.Logo {
    cursor: pointer;
}
.mobile-view-navbar {
    display: none;
}
.top-box {
    background: var(--white);
    box-shadow: 0px 4px 4px 0px #00000040;
    padding: 11px 0;
}
.profile-box {
    display: flex;
    align-items: center;
    gap: 16px;
}
.account-detail-dropdown {
    background: transparent;
    border: none;
    color: var(--primary-color);
    font: 400 16px / 24px "Roboto", sans-serif;
    display: flex;
    align-items: center;
}
.account-detail-dropdown:after {
    background: url("/assets/frontend/images/drop-down-orange.svg"), no-repeat;
    width: 11px;
    height: 7px;
    background-size: cover;
    background-position: center;
    border: 0 !important;
}
.account-detail-dropdown.white:after {
    background: url("/assets/frontend/images/drop-down-black.svg"), no-repeat;
    width: 11px;
    height: 7px;
    background-size: cover;
    background-position: center;
    border: 0 !important;
}
.form-group.searchbar {
    background: var(--grey);
    box-shadow: 0px 0px 4px 0px #0000003b;
    border-radius: 10px;
    width: 521px;
    display: flex;
    align-items: center;
    margin: 0;
}
.search-icon-box {
    background: #f8941d;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 4px 0px #0000003b;
    cursor: pointer;
}
.searchInput {
    border: none;
    background: transparent;
    padding-left: 12px;
    width: 100%;
}
.searchInput:focus-visible {
    outline: 0;
    border: none;
}
.navbar-Box {
    background: rgba(17, 51, 77, 0.97);
    padding: 20px 0;
    position: sticky;
    top: 0;
}
.navbar-Box .nav-item {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0;
}
.navbar-Box .nav-item .nav-link {
    padding: 0 !important;
    color: var(--white);
    cursor: pointer;
}
.navbar-Box .nav-item .nav-link a {
    font: 400 16px /19px "Roboto", sans-serif;
    text-decoration: none;
    color: var(--white) !important;
}
.navbar-Box .navRight,
.navbar-Box .notificationIconsNav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 17px;
}
.right-box {
    display: flex;
    align-items: center;
    gap: 16px;
}
.language-btn {
    padding: 5px 7px;
    border: 1px solid #bdbdbd;
    font: 400 12px/ 12px "Poppins", sans-serif;
    border-radius: 5px;
}
.language-btn a {
    display: flex;
    align-items: center;
    gap: 5px;
}
.dropdown-toggle::after {
    background: url("/assets/frontend/images/drop-down-black.svg"), no-repeat;
    width: 11px;
    height: 7px;
    background-size: cover;
    background-position: center;
    border: 0 !important;
}
.navbar.navbar-expand-lg.navbar-light {
    padding: 10px 0px 10px 0px !important;
}
.notificationIconsNav .alertBox {
    position: relative;
}
.notificationIconsNav .alertBox span {
    position: absolute;
    top: -5px;
    right: -5px;
    background: var(--primary-color);
    color: var(--white);
    border: 0.5px solid var(--white);
    font: 400 8px / 9px "Roboto", sans-serif;
    padding: 5px 7px;
    border-radius: 50%;
}
.notificationIconsNav.flexbox {
    gap: 10px;
}
.HeartIcon,
.MailIcon {
    width: 30px;
    height: 30px;
}
.ListIcon.green {
    display: none;
}
.secondary-button:hover .ListIcon {
    display: none;
}
.secondary-button:hover .ListIcon.green {
    display: block;
}
.navbar-box .secondary-button {
    display: flex;
    align-items: center;
    gap: 3px;
}
.secondary-button {
    background: var(--secondry-color);
    color: var(--white);
    border-radius: 7px;
    border: 1px solid var(--secondry-color);
    padding: 10px 14px;
    font: 400 16px / 19px "Roboto", sans-serif;
    transition: all 0.8s ease-in;
}
.secondary-button a {
    color: var(--white);
}
.invalid-feedback {
    text-align: left;
    margin: 0 !important;
}
.secondary-button:hover {
    background: transparent;
    color: var(--secondry-color);
}
.secondary-button.white {
    transition: all 0.8s ease-in;
    background: var(--white);
    border: 1px solid var(--white);
    color: var(--black);
}
.auth-buttons a {
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    font: 500 14px "roboto", sans-serif;
    transition: all 0.3s ease;
    background-color: #e07900;
    color: #ffffff;
    border: 1px solid #e07900;
    display: inline-block;
    margin-left: 0;
}
.secondary-button a {
    color: #212529 !important;
}
.auth-buttons {
    display: flex;
    align-items: center;
    gap: 16px;
}
.profile-box .btn-large {
    padding: 5px 10px;
    font: 400 12px/ 12px "Poppins", sans-serif;
}
.global-selector .dropdown-menu {
    padding: 0;
    margin: 0;
    border-radius: 0;
    font-size: 14px;
    min-width: 112px !important;
    max-width: 112px !important;
}
button.dropdown-item.langChange.a-button.p-2 {
    border-bottom: 0.1px solid #00000050;
    font: 400 12px/ 12px "Poppins", sans-serif;
}
#search_cars_btn {
    max-width: 24px;
}
.auth-buttons .login {
    background-color: transparent;
    color: #e07900;
    border: 1px solid #e07900;
}
.secondary-button:hover {
    display: flex;
    align-items: center;
    gap: 5px;
}
@media (max-width: 991px) {
    .desktop-view-navbar {
        display: none;
    }
    .mobile-view-navbar {
        display: block;
    }
    .mobile-view-navbar .logo {
        width: 63px;
        height: 23px;
        margin: 0 !important;
    }
    .mobile-view-navbar .modal-backdrop {
        height: 100%;
    }
    .navbar-light .navbar-toggler-icon {
        background: url(/assets/frontend/images/Toggle.svg), no-repeat !important;
        width: 22px;
        height: 15px;
    }
    .navbar-light .navbar-toggler {
        border: none;
        padding: 0;
    }
    button:focus:not(:focus-visible) {
        outline: 0;
        box-shadow: none;
    }
    .offcanvas-start {
        width: 90%;
    }
    .offcanvas-header {
        padding: 15px;
    }
    .offcanvas-header .logo {
        max-width: 60px;
    }
    .offcanvas-header .secondary-button {
        padding: 7px;
        font: 400 12px / 19px "Roboto", sans-serif;
    }
    .offcanvas-header .secondary-button.white {
        box-shadow: 0px 0px 4px 0px #00000040;
    }
    .toggle-button .secondary-button {
        background: var(--secondry-color);
        color: var(--white);
        border-radius: 7px;
        border: 1px solid var(--secondry-color);
        padding: 6px;
        font: 400 12px/19px "Roboto", serif;
    }
    .toggle-button .ListIcon {
        width: 16px;
        height: 16px;
        margin: 0;
    }
    .offcanvas-body {
        padding: 0;
    }
    .offcanvas-body .profile-box {
        background: #e07900;
        padding: 0;
    }
    .offcanvas-body .account-detail-dropdown::after {
        background: url(/assets/frontend/images/drop-down-white.svg), no-repeat;
        transition: transform 0.5s ease-in-out;
        background-position: center;
        background-size: cover;
    }
    .offcanvas-body .dropdown-toggle.account-detail-dropdown.show::after {
        transform: rotate(-180deg);
        right: 16px;
    }
    .offcanvas-body .dropdown-menu {
        transition: transform 0.5s ease-in-out;
        background: #e07900;
        border: none;
    }
    .dropdown {
        width: auto;
    }
    .offcanvas-body .dropdown-menu.show {
        position: relative;
        width: 100%;
    }
    .navbar-expand-lg > .container {
        padding: 0 15px !important;
    }
    .account-details-card {
        color: #fff;
    }
    .offcanvas-body .dropdown-toggle::after {
        width: 20px !important;
        height: 12px !important;
        right: 16px;
        position: absolute;
    }
    .offcanvas-body .account-detail-dropdown {
        gap: 16px;
        text-align: left;
        margin: 16px;
        padding: 0;
    }
    .offcanvas-body .profile-detail {
        width: 100%;
    }
    .offcanvas-body .profile-detail .dropdown-item {
        padding: 19px 16px;
        border-top: 0.5px solid #ffffff33;
        font: 400 16px / 30px "Roboto", sans-serif;
        color: #ffffff;
        position: relative;
    }
    .offcanvas-body .dropdown-item::after {
        content: "";
        background: url(./Images/drop-down-white.svg), no-repeat;
        position: absolute;
        right: 16px;
        width: 19px;
        height: 12px;
        background-position: center;
        background-size: cover;
        top: 28px;
        transform: rotate(270deg);
    }
    .offcanvas-body .nav-link {
        padding: 0;
        margin: 16px 16px 0;
    }
    .offcanvas-body .nav-link a {
        box-shadow: 0px 0px 2px 0px #00000040;
        width: 100%;
        display: block;
        font: 400 16px / 30px "Roboto", sans-serif;
        color: #000000;
        padding: 19px 16px;
        position: relative;
    }
    .offcanvas-body .nav-link a::after {
        content: "";
        background: url(/assets/frontend/images/drop-down-orange.svg), no-repeat;
        position: absolute;
        right: 16px;
        width: 19px;
        height: 12px;
        background-position: center;
        background-size: cover;
        top: 28px;
        transform: rotate(270deg);
    }
    .mobile-view-navbar .navbar {
        flex-direction: column;
        padding: 8px 0 !important;
    }
    .mobile-search-box {
        border: 1px solid #e07900;
        width: 100%;
        position: relative;
        border-radius: 5px;
    }
    .mobile-search-nav {
        border: none;
        width: 100%;
        padding: 13px 15px;
        border-radius: 5px;
        font: 400 14px "Roboto", sans-serif;
    }
    .mobile-search-nav:focus-visible {
        border: none;
        outline: none;
    }
    .search-white {
        position: absolute;
        right: 0;
        background: #e07900;
        padding: 13px 10px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .toggle-button {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .secondary-button:hover .ListIcon {
        display: block;
    }
    .right-side-actions {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .secondary-button:hover .ListIcon.green {
        display: none;
    }
    .auth-buttons {
        margin-left: 16px;
    }
}
