@charset "UTF-8";
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans",
        sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
}
*,
::after,
::before {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
figure,
footer,
header,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
h1,
h2,
h3,
h4,
h5 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
strong {
    font-weight: bolder;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
button,
input,
optgroup,
select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
select {
    word-wrap: normal;
}
[type="button"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
h1,
h2,
h3,
h4,
h5 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
h1 {
    font-size: 2.5rem;
}
h2 {
    font-size: 2rem;
}
h3 {
    font-size: 1.75rem;
}
h4 {
    font-size: 1.5rem;
}
h5 {
    font-size: 1.25rem;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    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;
    }
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-12,
.col-4,
.col-6,
.col-lg-2,
.col-lg-4,
.col-lg-5,
.col-lg-7,
.col-md-3,
.col-md-4,
.col-md-6,
.col-md-8,
.col-sm-12,
.col-sm-5,
.col-sm-6,
.col-sm-7 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -ms-flex-order: 2;
    order: 2;
}
@media (min-width: 576px) {
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }
}
@media (min-width: 992px) {
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}
select.form-control[multiple] {
    height: auto;
}
.form-group {
    margin-bottom: 1rem;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:hover {
    color: #212529;
    text-decoration: none;
}
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn:disabled {
    opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.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;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 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 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef;
}
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent;
}
.btn-group {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    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;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: "";
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    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);
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
    }
}
.bg-white {
    background-color: #fff !important;
}
.d-none {
    display: none !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.w-50 {
    width: 50% !important;
}
.w-100 {
    width: 100% !important;
}
.mr-1 {
    margin-right: 0.25rem !important;
}
.ml-1 {
    margin-left: 0.25rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.mr-2 {
    margin-right: 0.5rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2 {
    margin-left: 0.5rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.mr-3 {
    margin-right: 1rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.ml-3 {
    margin-left: 1rem !important;
}
.mr-4 {
    margin-right: 1.5rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-4 {
    padding-top: 1.5rem !important;
}
.pb-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4 {
    padding-left: 1.5rem !important;
}
.pt-5 {
    padding-top: 3rem !important;
}
.mr-auto {
    margin-right: auto !important;
}
.ml-auto {
    margin-left: auto !important;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-white {
    color: #fff !important;
}
.text-primary {
    color: #007bff !important;
}
.text-danger {
    color: #dc3545 !important;
}
@media print {
    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    img {
        page-break-inside: avoid;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    body {
        min-width: 992px !important;
    }
    .container {
        min-width: 992px !important;
    }
    .navbar {
        display: none;
    }
}
:root {
    scroll-behavior: smooth;
}
body {
    font-family: "Roboto", sans-serif;
    color: #04263d;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}
.container {
    max-width: 1270px;
}
a {
    color: #04263d;
}
a:hover {
    color: #f8941d;
}
a,
a:hover {
    text-decoration: none;
}
p:last-child {
    margin-bottom: 0;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
img {
    max-width: 100%;
}
figure {
    margin-bottom: 0;
}
.form-control {
    border: 1px solid #bdbdbd;
    color: #bdbdbd;
    height: 48px;
    font-size: 14px;
    padding: 12px 15px;
}
.form-control:focus {
    outline: none;
    border: 1px solid #04263d;
    box-shadow: none;
}
.form-control::placeholder {
    color: #bdbdbd;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
}
.btn:focus,
.btn:active {
    box-shadow: none;
    outline: none;
}
h1 {
    font-size: 48px;
    line-height: 1.2;
}
h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}
h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}
strong {
    font-weight: 700;
}
.font-weight-300 {
    font-weight: 300;
}
.font-weight-500 {
    font-weight: 500;
}
.font-weight-600 {
    font-weight: 600;
}
.font-weight-700 {
    font-weight: 700;
}
.box-shadow {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.orange-color {
    color: #f8941d;
}
.bg-dark-blue {
    background-color: #04263d;
}
.bg-green {
    background-color: #07c75f;
}
.bg-orange {
    background-color: #f8941d !important;
}
.bg-light-gray {
    background-color: #f8f8f8;
}
.btn {
    border-radius: 4px !important;
    font-size: 14px;
}
.btn:hover {
    background-color: #f8941d;
}
.bg-orange:hover {
    background-color: #04263d;
}
.text-orange {
    color: #f8941d;
}
.btn-small {
    padding: 6px 20px;
}
.btn-large {
    padding: 12px 15px;
}
.btn-ex-large {
    padding: 11px 20px;
    min-width: 250px;
    font-size: 18px;
}
.row-gap-0 {
    margin-left: 0;
    margin-right: 0;
}
.col-gap-0 {
    padding-left: 0;
    padding-right: 0;
}
.row-gap-10 {
    margin-left: -10px;
    margin-right: -10px;
}
.col-gap-10 {
    padding-left: 10px;
    padding-right: 10px;
}
.dotted-arrow-link {
    padding-right: 30px !important;
    font-size: 16px;
}
.dotted-arrow-link i {
    top: -2px;
    right: 0;
}
.brand-heading {
    padding-left: 22px;
}
.brand-heading::before {
    position: absolute;
    left: -5px;
    top: 12px;
    content: "";
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    background-color: #f8941d;
    width: 20px;
    height: 10px;
    border-radius: 40px 40px 0 0;
}
.white-box {
    padding: 20px;
}
.search-field {
    background-color: #fff;
    border-radius: 4px;
    padding: 5px 10px;
}
.search-field label {
    font-size: 12px;
    color: #6e7174;
    margin-bottom: 0;
}
.search-field .form-control {
    font-size: 12px;
    color: #04263d;
    border: none;
    padding: 0;
    height: auto;
    background-image: url("../../assets/frontend/images/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: 98% top;
}
.search-field.with-out-arrow .form-control {
    background-image: none;
}
.search-field .form-control::placeholder {
    color: #04263d;
}
.search-form-es .col-6 {
    padding-right: 8px !important;
    padding-left: 8px !important;
}
.header-row {
    padding: 20px 0;
}
.header-search {
    width: 400px;
}
.header-search i {
    left: 12px;
    top: 10px;
}
.header-search .form-control {
    padding-left: 45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.global-selector .btn {
    border: 1px solid #bdbdbd;
}
.global-selector .btn:hover {
    border-color: #f8941d;
    color: #fff;
}
.global-selector .btn:after {
    border: none;
    top: 2px;
    position: relative;
    background-image: url("../../assets/frontend/images/small-down-arrow.svg");
    background-repeat: no-repeat;
    background-position: center 98%;
    width: 12px;
    height: 6px;
}
.global-selector .flag-icon {
    width: 20px;
    height: 20px;
    line-height: 1.5;
}
.global-selector .btn:hover:after {
    background-image: url("../../assets/frontend/images/small-down-arrow-white.svg");
}
.global-selector .dropdown-menu {
    padding: 0;
    margin: 0;
    border-radius: 0;
    font-size: 14px;
}
.global-selector .dropdown-menu a {
    padding: 5px 15px;
}
.header-right .btn {
    height: 48px;
}
.nav-outer {
    padding: 15px 0;
    font-family: "Poppins", sans-serif;
}
.nav-outer .navbar {
    padding: 0;
}
.nav-outer .navbar a {
    padding-left: 25px;
    font-size: 18px;
}
.nav-outer .navbar li:first-child a {
    padding-left: 0;
}
.navbar-btn-group .btn {
    height: 40px;
}
.navbar-btn-group .dropdown-toggle {
    padding: 9px 15px;
    background-color: #d1d1d1;
    border: none;
}
.navbar-btn-group .dropdown-toggle:hover {
    background-color: #f8941d;
}
.navbar-btn-group .dropdown-toggle:hover i img {
    filter: brightness(0) invert(1);
}
.product-info-carousel .owl-item img {
    width: auto;
}
.tag {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 11px;
    padding: 4px 7px;
    border-radius: 4px;
}
.product-gallery-img {
    width: 100%;
    max-height: 195px;
    object-fit: cover;
    border-radius: 4px 4px 0 0;
}
.product-info-content {
    padding: 15px 10px;
    border-radius: 0 0 5px 5px;
    border-left: 2px solid rgba(0, 0, 0, 0.1);
    border-right: 2px solid rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.product-info-item:hover .product-info-content,
.product-info-content.active {
    border-left: 2px solid #f8941d;
    border-right: 2px solid #f8941d;
    border-bottom: 2px solid #f8941d;
    background-color: #ffe7cb;
}
.product-info-heading {
    font-size: 16px;
    min-height: 38px;
}
.product-info-list {
    font-size: 12px;
}
.product-info-list li {
    padding-left: 22px;
    padding-right: 5px;
    width: 50%;
    margin-bottom: 12px;
    position: relative;
}
.product-info-list li i {
    left: 0;
    top: -1px;
    position: absolute;
}
.price {
    font-size: 20px;
}
.dotted-arrow-outer {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    padding-top: 15px;
}
.product-info-carousel {
    position: relative;
}
.product-info-carousel .owl-nav button {
    background-color: #fff !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: absolute;
    top: 80px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    font-size: 20px;
    line-height: 1.1;
}
.product-info-carousel .owl-nav button.owl-next {
    right: -15px;
    background-image: url(../../assets/frontend/images/right-arrow.svg) !important;
}
.product-info-carousel .owl-nav button.owl-prev {
    left: -15px;
    background-image: url(../../assets/frontend/images/left-arrow.svg) !important;
}
.product-info-carousel .owl-nav button span {
    display: none;
}
.product-info-list li:first-child {
    min-height: 30px;
}
.global-tabs {
    margin-bottom: 20px;
    font-size: 20px;
    flex-wrap: inherit;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
}
.global-tabs .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
}
.global-tabs .nav-link.active,
.global-tabs .nav-link:hover,
.global-tabs .nav-link:focus {
    color: #f8941d;
    border-bottom: 3px solid #f8941d;
}
footer {
    background: #06263d;
    padding: 35px 0 15px 0;
}
.footer-top {
    padding-bottom: 30px;
    border-bottom: 1px solid #153f5e;
}
.footer-link-box {
    padding-top: 30px;
}
.footerworldlink {
    background: #fff;
    border-radius: 30px;
}
.footer-link-box h4 {
    margin-bottom: 30px;
    color: #f8941d;
    font-size: 18px;
}
.footer-link-box .accordion-item-body li {
    margin-bottom: 15px;
}
.footer-link-box .accordion-item-body li a {
    color: #daeefd;
    font-size: 14px;
}
.footer-link-box .accordion-item-body li {
    color: #daeefd;
    font-size: 14px;
    display: flex;
    align-items: baseline;
}
.copy-right-box {
    padding-top: 20px;
    border-top: 1px solid #153f5e;
}
.copy-link-rt li {
    margin-right: 10px;
}
.copy-link-rt li a,
.copy-link-rt li span {
    color: #daeefd;
    font-size: 12px;
}
.social-link span {
    color: white;
}
.mobile-accordion .collapse:not(.show) {
    display: block;
}
.checkbox {
    margin-bottom: 10px;
}
input[type="checkbox"] {
    display: none !important;
}
.add-wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
    background: white !important;
    padding: 4px !important;
    border-radius: 2px;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}
.add-wishlist:hover {
    background-color: #f8941d !important;
}
.add-wishlist:hover img {
    filter: brightness(0) invert(1);
}
.wishlist-item-outer {
    margin: 10px 0 0 0;
    padding-right: 65px;
}
.wishlist-item {
    padding-right: 24px;
    margin-right: 3px;
    align-items: flex-end;
}
.acolor {
    color: #898787 !important;
}
.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: -10px;
    right: -2px;
}
.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%);
}
.nav-manage-heading .global-selector .flag-icon {
    width: 16px;
    height: auto;
    line-height: 1;
}
.nav-manage-heading .dropdown-toggle {
    padding: 2px 6px !important;
}
.nav-manage-heading .dropdown-toggle::after {
    margin-left: 0;
}
.nav-outer .navbar .a-free-listing-btn {
    font-size: 11px;
    padding: 8px 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(66, 168, 5, 0.6);
}
.nav-manage-heading .global-selector .dropdown-menu {
    padding: 0;
    min-width: auto;
    width: 46px;
}
.sidebar-bottom {
    padding: 10px 15px;
    background: #fff;
    box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);
}
.nav-outer .navbar .world-btn {
    font-size: 14px !important;
    color: #303643;
    font-weight: 400;
    background: #fde6c9;
    height: 32px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 5px;
    border: 1px solid #f9b563;
    cursor: pointer;
}
.nav-outer .navbar .world-btn .nav-link {
    padding: 0;
    font-size: 13px;
}
.sidebar-bottom .login-signup {
    font-size: 12px !important;
}
.nav-outer .navbar .sidebar-bottom .dropdown-menu a {
    padding: 3px 10px !important;
    font-size: 14px;
}
@media (max-width: 359px) {
    .nav-outer .navbar .a-free-listing-btn {
        font-size: 10px;
        padding: 9px 6px;
    }
}
.a-button {
    background: 0 0;
    border: 0;
    box-shadow: none;
    outline: none;
    padding: 0px;
}
.field-toggle-wrapper {
    display: none;
}
.nav-outer .navbar .a-free-listing-btn {
    font-size: 11px;
    padding: 8px 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(66, 168, 5, 0.6);
}
@media (min-width: 992px) {
    .for-tab-mobile {
        display: none;
    }
}
@media (min-width: 768px) {
    .for-mobile {
        display: none;
    }
    .user-mobile {
        display: none;
    }
}
@media (max-width: 1365px) {
    .header-search {
        width: 375px;
    }
}
@media (max-width: 1199px) {
    h1 {
        font-size: 44px;
    }
    .btn-small {
        padding: 6px 15px;
    }
    .header-search {
        width: 265px;
    }
    .nav-outer .navbar a {
        padding-left: 18px;
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .btn-large {
        padding: 12px 10px;
    }
    .btn-small {
        padding: 6px 10px;
    }
    h1 {
        font-size: 35px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 18px;
    }
    .for-desktop {
        display: none;
    }
    .logo {
        margin-right: 10px !important;
    }
    .logo img {
        width: 120px;
    }
    .header-search {
        width: 220px;
    }
    .nav-outer {
        position: relative;
    }
    .nav-outer .navbar-collapse {
        position: fixed;
        top: 0;
        right: 0;
        padding: 0;
        background-color: #fff;
        width: 300px;
        height: 100%;
        z-index: 2;
    }
    .nav-outer .navbar a {
        padding-left: 0;
    }
    .nav-outer .navbar li {
        margin-bottom: 20px;
    }
    .nav-manage-heading {
        background-color: #fff9f1 !important;
        font-size: 18px;
        padding: 15px 38px 15px 15px !important;
    }
    .nav-manage-heading i {
        top: 22px;
        right: 10px;
    }
    .mobile-nav .navbar-nav {
        padding: 20px 0;
    }
    .mobile-nav .navbar-nav li {
        padding: 15px;
        margin-bottom: 0;
    }
    .mobile-nav .navbar-nav li:hover {
        background-color: #f8f8f8;
    }
    .mobile-nav .navbar-nav li a {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    h1 {
        font-size: 22px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 16px;
    }
    .mb-5 {
        margin-bottom: 2rem !important;
    }
    .mb-4 {
        margin-bottom: 1rem !important;
    }
    .pt-5 {
        padding-top: 2.5rem !important;
    }
    .for-desktop-tab {
        display: none;
    }
    .header-right,
    .navbar-btn-group,
    .hero-banner-content .btn {
        display: none !important;
    }
    .logo {
        margin-left: 30px;
        margin-right: 0 !important;
        width: 100px;
    }
    .header-search {
        width: 100%;
        margin-top: 15px;
    }
    .nav-outer {
        position: absolute;
        left: 15px;
        top: 5px;
        background-color: transparent;
    }
    .user-mobile {
        width: 57px;
        height: 28px;
        border: 1px solid #bdbdbd;
        padding: 4px 8px;
        border-radius: 20px;
        right: 0;
        top: 10px;
    }
    .nav-outer [class*="col-"],
    .nav-outer .container {
        padding: 0;
    }
    .header-row [class*="col-"] {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .nav-outer .navbar-collapse {
        width: calc(100% - 40px);
    }
    .header-left {
        position: relative;
    }
    .header-row {
        padding: 15px 0;
    }
    .mobile-login-creds {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        transform: translateX(100%);
        transition: 0.3s ease-out;
        height: 100%;
        background-color: #fff;
        width: calc(100% - 40px);
        opacity: 0;
        z-index: 2;
    }
    .burger-menu-icon {
        min-width: 16px;
    }
    .brand-heading::before {
        top: 8px;
    }
    .dotted-arrow-link {
        font-size: 14px;
    }
    .global-tabs .nav-link {
        padding: 5px 10px;
        font-size: 14px;
        font-weight: 700;
    }
    .copy-right-box {
        flex-wrap: wrap;
    }
    .copy-link-rt,
    .social-link {
        text-align: center;
        width: 100%;
    }
    .copy-link-rt {
        order: 2;
        flex-wrap: wrap;
        justify-content: center;
    }
    .copy-link-rt li:last-child {
        width: 100%;
        margin-top: 10px;
    }
    .social-link {
        order: 1;
        justify-content: center;
        margin-bottom: 20px;
    }
    .footer-logo-img {
        width: 140px;
    }
    .accordion-item-body {
        display: none;
        margin-bottom: 30px;
    }
    .mobile-accordion .collapse:not(.show) {
        display: none;
    }
    .footer-link-box h4 {
        margin-bottom: 15px;
        background-image: url("../../assets/frontend/images/down-arrow-orange.svg");
        background-repeat: no-repeat;
        background-position: right center;
    }
    .footer-top .dropdown-menu.show {
        left: -30px !important;
        min-width: 170px;
    }
}
@media (max-width: 410px) {
    h1 {
        font-size: 19px;
    }
    h2 {
        font-size: 18px;
    }
    h3 {
        font-size: 14px;
    }
}
@media (max-width: 359px) {
    .global-tabs .nav-link {
        padding: 5px;
    }
}
.login-register-modal-left {
    width: 320px;
}
.login-register-modal-left figure::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(30, 16, 0, 0.6);
}
.login-register-modal-right {
    width: calc(100% - 320px);
    padding: 20px 30px;
}
.login-register-modal .modal-body {
    padding: 0;
}
.login-register-modal-left-text {
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
}
.login-register-modal-left-heading {
    font-size: 36px;
}
.login-register-modal-left-text p {
    font-size: 16px;
}
.login-register-modal-left-text .btn {
    width: 250px;
    font-size: 16px;
    padding: 7px 15px;
}
.login-register-modal-right h1 {
    font-size: 29px;
}
.login-register-modal-right .btn-group {
    margin-left: -10px;
    margin-right: -10px;
    gap: 10px;
}
.login-register-modal-right .btn-group button {
    padding-left: 10px;
    padding-right: 10px;
}
.or-text span {
    font-size: 18px;
    padding: 0 10px;
    z-index: 1;
    background-color: #fff;
}
.or-text span::before,
.or-text span::after {
    position: absolute;
    top: 10px;
    content: "";
    background-color: #6e7174;
    width: 10px;
    height: 2px;
}
.or-text span::before {
    left: -5px;
}
.or-text span::after {
    right: -5px;
}
.btn-submit {
    width: 250px;
}
.search-field {
    border: 1px solid #d9d9d9;
}
.check-terms-section {
    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: 11px;
    line-height: 16px;
}
.ca-google-box {
    text-align: center;
    justify-content: center;
    display: flex;
    background: #ffffff;
    border: 1px solid #cdcdcd;
    border-radius: 6px;
    height: 46px;
    margin: 0 auto;
    margin-top: 20px;
}
.login-with-google-btn span {
    font-size: 14px !important;
    margin-left: 10px !important;
}
.login-with-facebook-btn span {
    font-size: 14px !important;
    margin-left: 5px !important;
}
.ca-google-box {
    text-align: center;
    justify-content: center;
    text-decoration: none;
}
.ca-google-box {
    text-align: center;
    justify-content: center;
    display: flex;
    background: #ffffff;
    border: 1px solid #cdcdcd;
    border-radius: 6px;
    width: 272px !important;
    height: 46px;
    margin: 0 auto;
    margin-top: 20px;
}
@media (max-width: 767px) {
    .ca-google-box {
        width: 100%;
        margin-right: 8px !important;
    }
    .ca-google-box span {
        font-size: 11px !important;
        text-align: left;
    }
}
@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;
    }
}
@media (min-width: 992px) {
    .login-register-modal .modal-dialog {
        max-width: 800px;
    }
}
@media (max-width: 991px) {
    .login-register-modal .modal-dialog {
        max-width: 720px;
    }
}
@media (max-width: 768px) {
    .login-register-modal-left,
    .login-register-modal-right {
        width: 100%;
    }
    .login-register-modal-left {
        display: none !important;
    }
    .login-register-modal-left figure img {
        object-fit: cover;
        height: 220px;
        width: 100%;
    }
    .login-register-modal-right {
        padding: 20px;
    }
    .login-register-modal-left-heading {
        font-size: 30px;
    }
    .login-register-modal-left-text p {
        font-size: 14px;
    }
    .login-register-modal-right h1 {
        font-size: 26px;
    }
    .or-text span {
        font-size: 16px;
    }
    .or-text span::before,
    .or-text span::after {
        top: 8px;
    }
}
.mobile-nav .btn-sm {
    min-width: 90px;
    margin: 0 10px;
}
.mobile-nav .nav-manage-heading {
    padding: 25px 20px;
    text-align: center;
    background: #fef5ea;
    border-bottom: 1px solid #fff;
}
.mobile-nav .nav-manage-heading .title {
    font-size: 16px;
    margin-bottom: 20px;
    color: #000;
    line-height: 20px;
}
.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-br {
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/4.1.5/flags/4x3/br.svg);
}
.flag-icon-es {
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/4.1.5/flags/4x3/es.svg);
}
.flag-icon-us {
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/4.1.5/flags/4x3/us.svg);
}
.hero-banner {
    height: 580px;
    background-position: bottom;
    z-index: -2;
}
.hero-banner::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(4, 38, 61, 0.6);
}
.search-form {
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 10px;
    padding: 30px 20px;
}
.search-heading {
    font-size: 32px;
    margin-bottom: 25px;
}
.submit-btn {
    font-size: 18px;
    padding: 10px 10px;
    border: none;
}
.connecting-services-item {
    min-height: 325px;
    box-shadow: 0px 5px 15px 0px rgba(21, 21, 21, 0.1);
    border: 1px solid #e2e2e2;
    padding: 30px 20px;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
}
.connecting-services-left
    [class*="col-"]:nth-last-child(-n + 2)
    .connecting-services-item {
    margin-bottom: 0;
}
.connecting-services-left .connecting-services-item i {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #d9d9d9;
    margin: 0 auto 30px;
}
.connecting-services-item h3 {
    margin-bottom: 20px;
}
.connecting-services-item p {
    font-size: 16px;
    line-height: 1.5;
}
@media (max-width: 991px) {
    .search-heading {
        font-size: 28px;
    }
    .hero-banner-content {
        padding-left: 0 !important;
    }
}
@media (max-width: 767px) {
    .hero-banner {
        padding: 20px 0;
        height: 430px;
    }
    .hero-banner h1 {
        margin-bottom: 15px !important;
    }
    .search-heading {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 15px;
    }
    .search-form {
        padding: 15px;
    }
    .footer-sticky-btn {
        display: flex !important;
        position: fixed;
        bottom: -2px;
        left: 0;
        right: 0;
        z-index: 5;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
    }
    .footer-sticky-btn .btn-custom i {
        font-size: 14px;
        margin-left: 10px;
    }
    .footer-sticky-btn .btn-custom {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 64px;
        font-weight: 400;
        flex: 1;
        border-radius: 0;
        font-size: 18px;
        background: #f7941d;
        color: #fff;
    }
    .footer-sticky-btn .btn-custom.sign-in {
        background: #fff;
        color: #f6971c;
    }
    .bg-success {
        background-color: #198754 !important;
    }
}
.country-brands-item {
    box-shadow: 0px 0px 1px 0px #6e7174;
    padding: 12px 25px;
    font-size: 14px;
    margin-bottom: 20px;
}
@media (max-width: 1199px) {
    .country-brands-item {
        padding: 12px 5px;
    }
}
@media (max-width: 767px) {
    .product-info-carousel .owl-nav button {
        top: 50%;
        transform: translateY(-50%);
    }
}
.download-app-outer {
    background-color: #ffe7ca;
    border-radius: 30px;
    padding: 25px 50px;
}
.download-app-heading {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.download-app-left p {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 30px;
}
.download-app-btn-group {
    margin-left: -10px;
    margin-right: -10px;
    gap: 10px;
}
@media (max-width: 1199px) {
    .download-app-heading {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .download-app-outer {
        padding: 25px 30px;
    }
    .download-app-heading {
        font-size: 32px;
    }
    .download-app-left p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .download-app-outer {
        padding: 20px 15px;
        border-radius: 10px;
    }
    .download-app-heading {
        font-size: 20px;
    }
    .download-app-left p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .download-app-right {
        display: none;
    }
    .download-app-btn-group img {
        width: 145px;
    }
    .connecting-services-item {
        min-height: 285px !important;
    }
}
@media (max-width: 359px) {
    .download-app-btn-group img {
        width: 130px;
    }
}
@media (max-width: 991px) {
    .connecting-services-item {
        padding: 25px 15px;
    }
    .connecting-services-item p {
        font-size: 14px;
    }
    .connecting-services-item h3 {
        margin-bottom: 20px;
    }
    .connecting-services-left .connecting-services-item i {
        margin: 0 auto 20px;
    }
}
.why-choose-outer {
    padding: 50px 0;
}
.why-choose-item {
    font-size: 20px;
    line-height: 1.4;
}
.why-choose-heading {
    font-size: 40px;
    line-height: 1.5;
}
@media (max-width: 991px) {
    .why-choose-item {
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    .why-choose-heading {
        font-size: 20px;
    }
    .why-choose-outer {
        padding: 25px 0;
    }
    .why-choose-item {
        text-align: center;
    }
    .why-choose-item p {
        display: none;
    }
}
.connecting-buyers-left {
    font-size: 16px;
    line-height: 1.5;
    font-family: "Poppins", sans-serif;
}
@media (max-width: 991px) {
    .connecting-buyers-left {
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    .connecting-services-item h3 {
        margin-bottom: 20px;
    }
    .connecting-services-left
        [class*="col-"]:nth-last-child(-n + 2)
        .connecting-services-item {
        margin-bottom: 30px;
    }
    .connecting-services-item {
        padding: 15px 10px;
    }
    .connecting-buyers-right figure {
        text-align: center;
    }
}
select.form-control {
    background-image: url("../../assets/frontend/images/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: 98% center;
}
@media (max-width: 767px) {
    .promot-your-brand-item {
        margin-bottom: 20px;
    }
    .promot-your-brand-item {
        text-align: center;
    }
}
.tech-txt {
    padding: 7px 10px;
    background: rgba(248, 148, 29, 0.07);
    color: #f8941d !important;
    border-radius: 6px;
    width: 91px;
    font-size: 12px;
    margin-bottom: 20px;
    text-align: center;
}
.author-main {
    width: 290px;
    justify-content: space-between;
}
.date-txt {
    color: #97989f;
    font-size: 14px;
}
.tech-txt a {
    color: #f8941d !important;
}
.author-item img {
    width: 36px;
    height: 36px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.latest-item {
    background: #fff;
    padding: 20px 10px;
    box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}
.latest-item h5 {
    padding-bottom: 25px;
    margin-bottom: 0px;
    font-size: 18px;
}
.latest-item-img {
    margin-bottom: 20px;
}
.latest-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.latest-news-main {
    margin-bottom: 30px;
}
.latest-item-txt {
    max-width: 93%;
    margin: 0 auto;
}
@media screen and (max-width: 991px) {
    .author-main {
        width: 100%;
    }
    .latest-news-main [class*="col-"] {
        margin-bottom: 30px;
    }
    .latest-news-main [class*="col-"]:nth-last-child(-n + 1) {
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 767px) {
    .latest-news-main {
        justify-content: center;
    }
}
.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-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.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;
}
.fs-wrap {
    position: relative;
    display: inline-block;
    width: 200px;
    font-size: 12px;
    line-height: 1;
}
.fs-label-wrap {
    position: relative;
    border: 1px solid #ccc;
    cursor: default;
}
.fs-label-wrap,
.fs-dropdown {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fs-label-wrap .fs-label {
    padding: 4px 22px 4px 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.fs-arrow {
    position: absolute;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-size: 13px;
    width: 13px;
    height: 13px;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
}
.fs-dropdown {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-top: 5px;
    max-height: 240px;
    overflow: auto;
    width: 100%;
    z-index: 1000;
}
.fs-search input {
    width: 100%;
    padding: 2px 4px;
    border: 0;
}
.fs-option,
.fs-search,
.fs-optgroup-label {
    padding: 6px 8px;
    border-bottom: 1px solid #eee;
    cursor: default;
}
.fs-wrap.multiple .fs-option {
    position: relative;
    padding-left: 30px;
}
.fs-wrap.multiple .fs-checkbox {
    position: absolute;
    display: block;
    width: 30px;
    top: 0;
    left: 0;
    bottom: 0;
}
.fs-wrap.multiple .fs-option .fs-checkbox i {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #aeaeae;
    border-radius: 2px;
    background-color: #fff;
}
.fs-wrap .fs-option:hover {
    background-color: #eee;
}
.fs-optgroup-label {
    font-weight: bold;
}
.hidden {
    display: none;
}
.fs-wrap {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    font-size: 15px !important;
    line-height: 1 !important;
    border: none !important;
}
.fs-label-wrap {
    border: none !important;
}
.fs-label-wrap .fs-label {
    padding: 4px 22px 3px 0px !important;
}
.fs-arrow {
    background-repeat: no-repeat;
    background-size: 16px;
    width: 25px;
    height: 15px;
    top: 0px;
    right: 0px;
    bottom: 0;
    background-image: url(../../assets/frontend/images/arrow-down.svg);
    margin: auto;
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgWxP.ttf)
        format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5vAw.ttf)
        format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf)
        format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9vAw.ttf)
        format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAw.ttf)
        format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtvAw.ttf)
        format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf)
        format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9vAw.ttf)
        format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAw.ttf)
        format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtvAw.ttf)
        format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgWxP.ttf)
        format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5vAw.ttf)
        format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf)
        format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9vAw.ttf)
        format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAw.ttf)
        format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtvAw.ttf)
        format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf)
        format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9vAw.ttf)
        format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAw.ttf)
        format("truetype");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtvAw.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/v20/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/v20/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/v20/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/v20/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/v20/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/v20/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/v20/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/v20/pxiByp8kv8JHgFVrLDD4V1s.ttf)
        format("truetype");
}
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLBT5V1s.ttf)
        format("truetype");
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-lg-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .row-cols-lg-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}
.dropdown-menu.show {
    display: block;
}
.global-selector .flag-icon {
    width: 20px;
    height: 20px;
    line-height: 1.5;
}
.global-selector .dropdown-menu {
    padding: 0;
    margin: 0;
    border-radius: 0;
    font-size: 14px;
}
.a-button {
    background: 0 0;
    border: 0;
    box-shadow: none;
    outline: none;
    padding: 0px;
}
.overlay,
.overlay-fliter,
.overlay-user-creds,
.overlay-user-profile-creds {
    overflow: hidden;
    position: relative;
}
.overlay::after,
.overlay-fliter::after,
.overlay-user-creds::after,
.overlay-user-profile-creds::after {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
}
.related-items {
    background: #fff;
    padding: 25px;
    box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}
.related-items h5 {
    font-size: 18px;
    color: #181a2a;
    font-weight: bold;
    margin-bottom: 22px;
}
.related-items ul li {
    margin-bottom: 20px;
    font-size: 14px;
    color: #545454;
}
.show-more-list {
    display: none;
}
.show-less-list {
    display: block;
}
.modal-backdrop.show {
    opacity: 0.5 !important;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.fade {
    transition: opacity 0.15s linear;
}
.notification-outer {
    margin-left: -5px;
    margin-right: -5px;
}
.notification-outer li {
    padding-left: 5px;
    padding-right: 5px;
}
.notification-outer i {
    width: 32px;
    height: 32px;
    background-color: #fff;
    cursor: pointer;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}
.notification-outer i::after {
    width: 7px;
    height: 7px;
    position: absolute;
    right: 2px;
    top: 2px;
    content: "";
    background-color: #f8941d;
    border-radius: 50%;
}
.add-wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
    background: white !important;
    padding: 4px !important;
    border-radius: 2px;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}
.add-wishlist:hover {
    background-color: #f8941d !important;
}
.add-wishlist:hover img {
    filter: brightness(0) invert(1);
}
.watchlistAdded {
    background-color: #f8941d !important;
}
.watchlistAdded img {
    filter: brightness(0) invert(1);
}
.wishlist-item-outer {
    margin: 10px 0 0 0;
    padding-right: 65px;
}
.wishlist-item {
    padding-right: 24px;
    margin-right: 3px;
    align-items: flex-end;
}
.acolor {
    color: #898787 !important;
}
.notification-button {
    border: 0;
    background-color: transparent;
}
.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: -10px;
    right: -2px;
}
.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%);
}
.seo-details-style details .seo_title_h1,
.seo-details-style details .seo_title_h2 {
    font-size: 30px !important;
}
.seo-details-style h1,
.seo-details-style h2,
.seo-details-style h3 {
    font-size: 30px !important;
}
.footer-section {
    height: auto;
    position: relative;
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
    margin: 0 !important;
}
ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
}
a {
    text-decoration: none;
}
button,
a {
    transition: background-color 0.6s ease-in-out, color 0.6s ease-in-out;
}
#Header {
    z-index: 999999;
    position: sticky;
    top: 0;
}
.desktop {
    display: block;
}
.mobile {
    display: none !important;
}
.owl-dots {
    display: flex;
    align-items: center;
    justify-self: center;
    gap: 5px;
}
.owl-dots .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    background: #e0790066;
}
.owl-dots .owl-dot.active span {
    background: #e07900;
}
.banner-box-main {
    background: url(/assets/frontend/images/homedev/banner.png), no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 10;
}
.banner-box-main:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    z-index: -1;
}
.banner-content {
    display: flex;
    align-items: center;
    gap: 136px;
}
.mainHeading {
    font: 600 40px/100% "Inter", sans-serif;
    color: #ffffff;
    padding-bottom: 31px;
    text-transform: capitalize;
}
.green-button-main {
    padding: 10px 33px;
    background: #42a805;
    border: 1px solid #42a805;
    border-radius: 7px;
    font: 500 18px/100% "Inter", sans-serif;
    color: #ffffff;
}
.green-button-main:hover {
    background: transparent;
    color: #42a805;
}
.find-car-box {
    margin: 80px 0;
    box-shadow: 0px 2px 4px 0px #00000033;
    background: #ffffff;
    border-radius: 16px;
    padding: 24px 50px 30px;
    max-width: 541px;
    backdrop-filter: blur(9px);
    border: 1px solid #ffffff;
    background: #ffffff20;
    text-align: center;
}
.small-heading {
    font: 600 30px/100% "Inter", sans-serif;
    padding-bottom: 24px;
    color: #ffffff;
}
.car-filters-box .orange-button {
    width: 100%;
    margin-top: 32px;
}
.filter-form {
    display: flex;
    align-items: center;
    gap: 0 !important;
    justify-content: space-between;
    flex-wrap: wrap;
}
.filter-label {
    display: block;
    text-align: left;
    font: 400 16px/100% "Inter", sans-serif;
    padding-bottom: 5px;
    color: #ffffff;
}
.filter-form-group {
    min-width: 48%;
    margin-bottom: 16px;
}
.select-filter-box-main {
    position: relative;
    display: flex;
    align-items: center;
    gap: 86px;
    width: 100%;
    background: #ffffff;
}
.filter-select-box {
    padding: 13px 35px 13px 25px;
    font: 400 16px/100% "Inter", sans-serif;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    width: 212px;
}
.filter-select-box:focus-visible {
    outline: none;
    box-shadow: none;
}
.filter-form-icon {
    position: absolute;
    right: 21px;
}
.orange-button {
    background: #e07900;
    color: #ffffff;
    font: 500 18px/100% "Inter", sans-serif;
    padding: 11px 55px;
    border: 1px solid #e07900;
}
.orange-button:hover {
    background: transparent;
    color: #e07900;
}
.country-main-box {
    padding: 55px 0;
    background: #00000006;
}
.sub-heading {
    text-align: center;
    color: #000000;
    font: 600 32px / 100% "Inter", sans-serif;
    padding-bottom: 38px;
}
.country-box {
    box-shadow: 0px 0px 4px 0px #00000040;
    padding: 25px 0;
    display: inline-block;
    text-align: center;
    width: 160px;
    border-radius: 16px;
    border: 1px solid #ffffff;
    cursor: pointer;
}
.country-box.active {
    border: 1px solid #e07900;
}
.country-flags-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.flag-icon-country {
    width: 77px;
    height: 77px;
    margin: 0 0 27px 0;
}
.country-name {
    font: 400 16px / 100% "Inter", sans-serif;
    color: #000000;
}
.popular-cars-main {
    padding: 60px 0 0;
}
.popular-cars-main .container {
    position: relative;
}
.see-all-button {
    position: absolute;
    right: 12px;
    top: 0;
    padding: 6px 33px;
    border: 1px solid #e07900;
    background: #e07900;
    border-radius: 2px;
    font: 400 20px / 100% "Inter", sans-serif;
    color: #ffffff;
}
.see-all-button:hover {
    background: transparent;
    color: #e07900;
}
.car-details-card {
    box-shadow: 0px 0px 4px 0px #00000040;
    background: #ffffff;
    border-radius: 4px;
}
.car-top-card {
    position: relative;
}
.car-details-card-image {
    width: 100%;
    border-radius: 4px;
    height: 250px;
    max-height: 250px;
}
.card-top-header {
    position: absolute;
    top: 0;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.heart-icon.white {
    display: none;
}
.Featured-button {
    font: 400 14px / 100% "Inter", sans-serif;
    color: #ffffff;
    padding: 7px 19px;
    border: 1px solid #e07900;
    background: #e07900;
    border-radius: 4px;
}
.new-listing-button {
    font: 400 14px / 100% "Inter", sans-serif;
    color: #ffffff;
    padding: 7px 19px;
    border: 1px solid #07c75f;
    background: #07c75f;
    border-radius: 4px;
    margin-left: 10px;
}
.whishlist-button-box {
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background-color 0.6s ease-in-out, color 0.6s ease-in-out;
    cursor: pointer;
    width: 46px;
    height: 30px;
}
.whishlist-button-box:hover {
    background: #e07900;
}
.heart-icon {
    width: 16px;
    height: 16px;
}
.whishlist-button-box:hover .heart-icon.orange {
    display: none;
}
.whishlist-button-box:hover .heart-icon.white {
    display: block;
}
.car-content-box {
    padding: 18px 14px;
}
.car-card-heading {
    font: 600 18px / 100% "Inter", sans-serif;
    padding-bottom: 30px;
}
.car-details-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    margin-bottom: 22px;
}
.car-detail-box {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 50%;
}
.car-detail-inner-icon {
    width: 18px !important;
    height: 18px;
}
.about-car {
    font: 400 14px / 100% "Inter", sans-serif;
    color: #000000;
    white-space: nowrap;
    max-width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.car-card-price {
    font: 600 20px / 100% "Inter", sans-serif;
    color: #000000;
    margin-bottom: 38px !important;
}
.details-button {
    background: #e07900;
    border: 1px solid #e07900;
    width: 100%;
    border-radius: 4px;
    padding: 11px;
    font: 500 20px / 100% "Inter", sans-serif;
    color: #ffffff;
    display: block;
    text-align: center;
}
.details-button:hover {
    background: transparent;
    color: #e07900;
}
.new-car-search {
    padding: 53px 0 47px;
    background: #000000;
    margin-top: 60px;
}
.new-car-search .sub-heading {
    color: #ffffff;
}
.car-brand-box {
    box-shadow: 0px 0px 4px 0px #00000040;
    border: 1px solid #ffffff;
    padding: 48px 0;
    text-align: center;
    border-radius: 16px;
    margin: 2px;
    background: #ffffff;
}
.car-brand-box.active {
    border: 1px solid #e07900;
}
.car-icon-brand {
    width: 45px !important;
    height: 45px;
    margin: 0 auto 11px;
}
.car-name {
    font: 600 20px / 100% "Inter", sans-serif;
    color: #000000;
}
.car-brand-slider .owl-dots {
    margin-top: 30px;
}
.contact-buyer-seller {
    background: #e07900;
    padding: 53px 0;
    position: relative;
}
.contact-buyer-seller .sub-heading {
    color: #ffffff;
    font: 600 32px / 100% "Inter", sans-serif;
    padding-bottom: 16px;
    text-align: left;
}
.contact-buyer-seller p {
    font: 400 18px / 25px "Inter", sans-serif;
    padding-bottom: 20px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 15px;
}
.connecting-buyers-image {
    width: 590px;
    height: 389px;
    position: absolute;
    top: 40px;
    border-radius: 4px;
}
.contact-buyer-seller summary {
    padding: 11px 23px;
    font: 400 20px/100% "Inter", sans-serif;
    background: #ffffff;
    color: #e07900;
    border: 1px solid #ffffff;
    border-radius: 4px;
    display: inline-block;
}
.connecting-buyers {
    padding: 60px 0 100px;
}
.Connecting-card {
    box-shadow: 0px 0px 4px 0px #00000040;
    background: #f7f7f7;
    padding: 31px 33px 20px;
    border-bottom: 4px;
    max-width: 100% !important;
    margin: 0 auto;
    position: relative;
    height: 100%;
}
.Connecting-card.app-store {
    background: #e07900;
    color: #ffffff;
}
.Connecting-card::after {
    content: none !important;
    position: absolute;
    height: 18px;
    margin: 0 auto;
    background: #e07900;
    left: 70px;
    top: -18px;
}
.Connecting-card::before {
    content: "";
    position: absolute;
    height: 264px;
    background: none !important;
    pointer-events: none;
    background-size: contain;
    left: -40px;
    bottom: -30px;
}
.trystudio-heading {
    font: 700 32px / 100% "Inter", sans-serif;
    padding-bottom: 49px;
    text-align: center;
}
.connecting-card-image {
    width: 130px;
    height: 77px;
    margin-bottom: 19px;
}
.connecting-card-heading {
    font: 600 24px / 100% "Inter", sans-serif;
    padding-bottom: 16px;
}
.conntecting-content {
    font: 400 18px / 24px "Inter", sans-serif;
}
.play-store-apps {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 65px;
    gap: 13px;
}
.play-store-apps .Download-icon {
    width: 127px;
    height: 38px;
}
.why-choose-us {
    padding: 0px 0 80px;
}
.why-choose-us .trystudio-heading {
    text-align: center;
    padding-bottom: 74px;
}
.choose-us-card {
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    padding: 28px 63px 57px 33px;
    height: 100%;
    max-width: 371px;
}
.why-choose-us .row {
    justify-content: center;
    gap: 20px;
}
.why-choose-us .row .col-lg-4 {
    max-width: 410px;
}
.choose-us-card::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: -28px;
    width: 420px;
    height: 304px;
    background: url(/assets/frontend/images/orange-choose.svg), no-repeat;
    pointer-events: none;
    background-size: contain;
    z-index: -1;
}
.choose-us-card.black::before {
    background: url(/assets/frontend/images/black-border.svg), no-repeat;
    background-size: contain;
}
.choose-card-icon-outer {
    width: 120px;
    height: 120px;
    background: #e07900;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -43px;
    top: -41px;
}
.choose-us-card.black .choose-card-icon-outer {
    background: #000000;
}
.choose-card-icon {
    width: 60px;
    height: 60px;
}
.choose-card-heading {
    font: 600 24px/100% "Inter", sans-serif;
    padding-bottom: 10px;
}
.choose-card-content {
    font: 400 16px/28px "Inter", sans-serif;
    color: #000000;
}
.latestBlogs {
    padding: 45px 0;
    background: #f1f1f1;
}
.latestBlogs .container {
    position: relative;
}
.blog-card {
    background: #ffffff;
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
}
.blogIcon {
    width: 160px !important;
    height: 150px;
    border-radius: 25px;
    box-shadow: 0px 0px 4px 0px #00000040;
}
.carDeatils {
    display: inline-block;
    background: #f5b971;
    padding: 7px 17px;
    border-radius: 5px;
    font: 400 12px / 100% "Inter", sans-serif;
}
.carHeadingBlog {
    font: 400 16px / 100% "Inter", sans-serif;
    margin: 0;
    padding: 10px 0 37px 0;
}
.seo-content {
    background: #f1f1f1;
    border-top: 2px solid #ffffff;
    padding: 46px 0 82px;
}
.seo-content-header {
    border-bottom: 1px solid #00000080;
    padding-bottom: 30px;
}
.content-heading-main {
    font: 600 34px /30px "Inter", sans-serif;
    text-align: center;
    padding-bottom: 24px;
}
.seo-inner-content {
    text-align: left;
    font: 400 18px / 30px "Inter", sans-serif;
    padding: 11px 0 0;
}
.seo-content ul {
    list-style: disc;
    padding: 0 0 0 20px !important;
}
.seo-content ul .seo-inner-content {
    padding-top: 5px;
}
.seo-content ul .seo-inner-content:first-child {
    padding-top: 30px;
}
.seo-content-header .seo-inner-content {
    font-weight: 500;
    text-align: center;
}
.seo-inner-heading {
    padding-top: 30px;
    font: 600 18px / 30px "Inter", sans-serif;
}
.choose-car-near-you {
    background: #e07900;
    padding: 40px 0;
}
.choose-car-hearding {
    font: 600 32px/100% "Inter", sans-serif;
    color: #ffffff;
    text-align: center;
    padding-bottom: 30px;
}
.country-card {
    border-radius: 16px;
    background: #ffffff;
    text-align: center;
    padding: 27px 0;
    display: block;
    text-decoration: none;
    margin-bottom: 20px;
}
.choose-city-search-box {
    background: #ffffff;
    height: calc(100% - 20px);
    box-shadow: 0px 0px 4px 0px #00000040;
    border-radius: 25px;
    padding: 34px;
}
.choose-city-search-box .choose-car-hearding {
    color: #000000;
    font: 700 30px /100% "Inter", sans-serif;
}
.choose-city-search-box .select-filter-box-main {
    border: 1px solid #c8c8c8;
    border-radius: 10px;
}
.choose-city-search-box .filter-select-box {
    padding: 22px 42px 22px 22px;
    font: 400 18px/100% "Inter", sans-serif;
    width: 100%;
    background: transparent;
    color: #00000080;
}
.choose-city-search-box .filter-form-icon {
    position: absolute;
    right: 21px;
    width: 29px;
    height: 16px;
}
.conuntry-icon {
    width: 99px;
    height: 99px;
    margin-bottom: 30px;
}
.used-cars {
    font: 400 16px/33px "Inter", sans-serif;
    color: #000000;
}
.country-name {
    font: 600 21px/33px "Inter", sans-serif;
    color: #000000;
}
.browse-by-make {
    padding: 60px 0;
}
.browse-by-make-card h2 {
    font: 600 32px/100% "Inter", sans-serif;
    color: #000000;
    padding-bottom: 34px;
}
.make-text {
    text-decoration: none;
    font: 400 16px/100% "Inter", sans-serif;
    color: #000000 !important;
    padding-bottom: 40px;
    display: block;
}
.row.rows-cols-3 {
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 10px;
    gap: 16px 0px;
    max-height: 500px;
    overflow: auto;
    display: grid;
}
.row.rows-cols-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.other-links-btn {
    display: inline-block;
    background: #e07900;
    padding: 9px;
    border-radius: 4px;
    color: #ffffff;
    font: 600 16px/18px "Inter", sans-serif;
    border: 1px solid #e07900;
    margin-top: 10px;
}
.other-links-btn:hover {
    background: transparent;
    border: 1px solid #e07900;
    color: #e07900;
}
.download-mobile-app {
    background: #3f3f3f;
    padding: 45px 0;
}
.download-mobile-app .download-app-right.text-right {
    margin-left: auto;
    text-align: right;
}
.download-mobile-app .download-app-outer {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}
.download-mobile-app .download-app-right.text-right img {
    width: 100%;
    max-width: 296px;
    height: 294px;
    max-height: 294px;
}
.download-mobile-app .download-app-heading {
    font: 600 32px/100% "Inter", sans-serif;
    color: #ffffff;
    padding-bottom: 24px;
}
.download-mobile-app .download-app-content {
    font: 400 16px / 27px "Inter", sans-serif;
    color: #ffffff;
    padding-bottom: 40px;
}
.download-mobile-app .download-app-btn-group {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0;
}
.download-mobile-app .download-app-btn-group a img {
    max-width: 152px;
    max-height: 72px;
}
@media (max-width: 575px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: block !important;
    }
    .banner-content {
        padding: 20px 0;
    }
    .mainHeading {
        font: 600 24px/100% "Inter", sans-serif;
        padding-bottom: 10px;
    }
    .green-button-main {
        padding: 8px 12px;
        font: 500 14px/20px "Inter", sans-serif;
    }
    .find-car-box {
        margin: 0;
        padding: 16px 15px;
    }
    .small-heading {
        font: 600 24px/100% "Inter", sans-serif;
        padding-bottom: 20px;
    }
    .filter-form {
        display: flex;
        align-items: center;
        gap: 16px;
        flex-wrap: wrap;
    }
    .car-filters-box {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    .filter-select-box {
        padding: 11px 16px;
        width: 143px;
    }
    .filter-form-icon {
        right: 10px;
    }
    .country-main-box {
        padding: 24px 0;
    }
    .sub-heading {
        font: 600 18px / 100% "Inter", sans-serif;
        padding-bottom: 24px !important;
    }
    .country-box {
        padding: 10px 0;
        width: 93px;
        margin: 1px 0;
    }
    .flag-icon-country {
        width: 37px !important;
        height: 37px;
        margin: 1px auto 10px;
    }
    .country-flag-slider .owl-stage {
        min-width: 4000px !important;
    }
    .country-flag-slider .owl-item {
        max-width: 93px;
        width: 93px !important;
    }
    .country-name {
        font: 600 10px / 100% "Inter", sans-serif;
    }
    .country-flag-slider .owl-dots {
        margin-top: 20px;
    }
    .popular-cars-main {
        padding: 24px 0;
    }
    .popular-cars-main .sub-heading {
        padding-bottom: 34px;
    }
    .popular-cars-main .sub-heading {
        text-align: left !important;
    }
    .contact-buyer-seller p {
        text-align: left;
    }
    .contact-buyer-seller details {
        text-align: left;
        margin-bottom: 20px;
    }
    .see-all-button {
        top: 0px;
        padding: 4px 10px;
        font: 400 14px / 100% "Inter", sans-serif;
    }
    .popular-cars-main .row {
        flex-wrap: nowrap;
        overflow: auto;
    }
    .popular-cars-main .col-lg-3 {
        max-width: 307px;
    }
    .new-listing-button {
        font: 400 12px / 100% "Inter", sans-serif;
        padding: 4px 10px;
    }
    .Featured-button {
        font: 400 12px / 100% "Inter", sans-serif;
        padding: 4px 10px;
    }
    .heart-icon {
        width: 12px;
        height: 12px;
    }
    .car-details-card {
        margin: -2px 0;
    }
    .car-brand-slider .owl-dots {
        margin-top: 19px;
    }
    .new-car-search {
        padding: 24px 0 24px;
        margin: 0;
    }
    .car-brand-box {
        padding: 23px 0;
    }
    .car-brand-slider .owl-item {
        margin: 0 14px 0 0 !important;
    }
    .car-icon-brand {
        width: 45px !important;
        height: 45px;
        margin: 0 auto 5px;
    }
    .car-name {
        font: 600 9px / 100% "Inter", sans-serif;
    }
    .contact-buyer-seller {
        padding: 24px 0;
        text-align: center;
    }
    .contact-buyer-seller .sub-heading {
        font: 600 24px / 100% "Inter", sans-serif;
    }
    .saleswoman-talking-customer-car-salon {
        width: 262px;
        height: 182px;
        margin-bottom: 20px;
    }
    .col-lg-6.text-end {
        text-align: center !important;
    }
    .contact-buyer-seller-content {
        font: 400 16px / 24px "Inter", sans-serif;
        text-align: left;
    }
    ul .contact-buyer-seller-content {
        text-align: left;
    }
    .trykar-studio {
        background: transparent;
        padding: 22px 0;
    }
    .trykar-studio .trystudio-heading {
        font: 700 20px/32px "Inter", sans-serif !important;
        text-align: center;
        margin-bottom: 16px;
        padding: 0;
    }
    .image-effect .main-para {
        margin: 0;
    }
    .trykar-studio .trystudio-heading {
        display: none;
    }
    .trykar-studio .trystudio-heading span {
        display: block;
    }
    .trykar-studio .mobile-view-heading {
        display: block;
    }
    .trykar-studio .try-studio-box {
        flex-direction: column-reverse;
    }
    .trystudio-heading {
        font: 700 20px / 27px "Inter", sans-serif;
        padding-bottom: 16px;
    }
    .trystudio-content {
        font: 400 16px / 26px "Inter", sans-serif;
        padding: 16px 0 0;
        text-align: center;
    }
    .image-effect {
        padding-left: 12px;
    }
    .trykar-studio .mobile-view-heading {
        padding-bottom: 16px;
    }
    .try-studio-button-bg {
        text-align: center;
        margin-top: 16px;
    }
    .try-studio-button {
        padding: 12px 16px;
        margin: 0 auto;
    }
    .icon-button {
        width: 16px;
        height: 16px;
    }
    #container {
        position: relative;
        display: flex;
        height: 246px;
        border-radius: 15px;
        max-width: 100%;
        aspect-ratio: 1.5;
        overflow: hidden;
    }
    .why-choose-us-slider .owl-carousel.owl-loaded {
        display: block;
        overflow: hidden;
    }
    .why-choose-us-slider .owl-stage-outer {
        overflow-y: visible;
        overflow-x: hidden;
        height: 360px;
    }
    .choose-us-card {
        padding: 0 20px 40px 20px;
        max-width: 283px;
        margin: 0 auto;
        height: 100%;
        background: transparent;
    }
    .choose-card-icon-outer {
        width: 94px !important;
        height: 94px !important;
        left: -24px !important;
        top: -3px !important;
    }
    .choose-us-card::before {
        bottom: -24px;
        left: -28px;
        width: 336px;
        height: 265px;
    }
    .choose-card-heading {
        font: 600 20px/100% "Inter", sans-serif;
        padding-top: 150px;
    }
    .why-choose-us {
        padding: 24px 0 0;
        margin-bottom: 24px;
    }
    .why-choose-us .trystudio-heading {
        padding-bottom: 40px;
    }
    .carHeadingBlog {
        font: 400 14px / 100% "Inter", sans-serif;
        margin: 0;
        padding: 10px 0 11px 0;
    }
    .latest-blog-mobile {
        position: relative;
        padding: 20px 0;
    }
    .latest-blog-mobile .sub-heading {
        text-align: left;
    }
    .latest-blog-mobile .see-all-button {
        top: 20px;
    }
    .blog-card {
        margin-bottom: 20px;
        gap: 16px;
    }
    .blog-heading {
        font: 600 24px / 24px "Inter", sans-serif;
        padding: 16px 0;
        text-align: center;
    }
    .blogIcon {
        width: 135px !important;
        height: 127px;
        border-radius: 21px;
    }
    .content-heading-main {
        font: 600 24px /30px "Inter", sans-serif;
        padding-bottom: 16px;
    }
    .play-store-apps {
        margin-top: 25px;
    }
    .contact-buyer-seller .row.align-items-center {
        flex-direction: column !important;
    }
    .choose-city-search-box .filter-form-group {
        margin-bottom: 0;
    }
    .seo-content {
        padding: 25px 0;
    }
    .seo-inner-content {
        padding: 0;
        font: 400 14px / 24px "Inter", sans-serif;
    }
    .seo-inner-heading {
        padding-top: 16px;
        font: 600 18px / 30px "Inter", sans-serif;
    }
    .banner-content {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    .connecting-buyers {
        padding: 0 0 24px 0;
    }
    .connecting-buyers-image {
        width: 100%;
        height: 167px;
        top: 360px;
        right: 16px;
        position: static;
    }
    .contact-buyer-seller {
        padding: 24px 0 22px;
        text-align: center;
        margin-bottom: 0;
    }
    .choose-us-card::before {
        background: url(/assets/frontend/images/orange-border-bg.png), no-repeat;
        background-size: contain;
    }
    .choose-us-card.black::before {
        background: url(/assets/frontend/images/black-border-bg.png), no-repeat;
        background-size: contain;
    }
    .choose-us-card::before {
        bottom: -13px;
        left: -15px;
        max-width: 307px;
        height: 344px;
    }
    .Connecting-card {
        margin-bottom: 20px;
    }
    .car-filters-box .orange-button {
        margin-top: 16px;
    }
    .banner-box-main .mainHeading {
        font: 600 28px/100% "Inter", sans-serif;
    }
    .banner-box-main .small-heading {
        font: 600 18px/100% "Inter", sans-serif;
    }
    .whishlist-button-box {
        width: 30px;
        height: 22px;
    }
    .banner-content {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    .choose-car-near-you .row {
        flex-direction: column-reverse;
    }
    .country-card-main-box {
        flex-wrap: nowrap;
    }
    .country-card-main-box {
        flex-wrap: wrap;
        flex-direction: row !important;
    }
    .country-card-main-box .col-lg-4 {
        max-width: calc(100% / 3);
        display: flex;
    }
    .choose-city-search-box {
        padding: 16px 16px 30px 16px;
        margin-bottom: 20px;
    }
    .choose-city-search-box .choose-car-hearding {
        font: 700 16px /100% "Inter", sans-serif;
        padding-bottom: 16px;
    }
    .conuntry-icon {
        width: 52px;
        height: 52px;
        margin-bottom: 16px;
    }
    .country-card {
        width: 100%;
    }
    .used-cars {
        font: 400 13px/17px "Inter", sans-serif;
        color: #000000;
    }
    .country-name {
        font: 600 13px / 17px "Inter", sans-serif;
    }
    .download-mobile-app {
        padding: 24px 0;
    }
    .download-mobile-app .download-app-heading {
        font: 600 24px/100% "Inter", sans-serif;
        padding-bottom: 12px;
        text-align: center;
    }
    .download-mobile-app .download-app-content {
        font: 400 16px / 24px "Inter", sans-serif;
        padding-bottom: 12px;
        text-align: center;
    }
    .download-mobile-app .download-app-btn-group a img {
        max-width: 120px;
        max-height: 36px;
    }
    .download-mobile-app .download-app-btn-group {
        justify-content: center;
        margin-bottom: 24px;
    }
    .download-mobile-app .download-app-right.text-right img {
        max-width: 198px;
        max-height: 200px;
    }
    .download-mobile-app .download-app-right.text-right {
        margin-left: 0;
        text-align: center !important;
        display: block;
    }
    .make-text {
        padding-bottom: 0;
    }
    .global-selector .btn {
        padding: 5px;
    }
    .global-selector .flag-icon {
        width: 20px;
        height: 20px;
    }
}
@media (min-width: 992px) {
    .for-tab-mobile {
        display: none;
    }
}
@media (min-width: 768px) {
    .for-mobile {
        display: none;
    }
    .dots-icon,
    .user-mobile {
        display: none;
    }
}
@media (max-width: 1365px) {
    .header-search {
        width: 375px;
    }
}
@media (max-width: 1199px) {
    h1,
    .h1 {
        font-size: 44px;
    }
    .btn-small {
        padding: 6px 15px;
    }
    ya .header-search {
        width: 265px;
    }
    .nav-outer .navbar a {
        padding-left: 18px;
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .btn-large {
        padding: 5px;
    }
    .btn-small {
        padding: 6px 10px;
    }
    h1,
    .h1 {
        font-size: 35px;
    }
    h2,
    .h2 {
        font-size: 26px;
    }
    h3,
    .h3 {
        font-size: 18px;
    }
    .for-desktop {
        display: none;
    }
    .logo {
        margin-right: 10px !important;
    }
    .logo img {
        width: 120px;
    }
    .header-search {
        width: 220px;
    }
    .nav-outer {
        position: relative;
    }
    .nav-outer .navbar-collapse {
        position: fixed;
        top: 0;
        right: 0;
        padding: 0;
        background-color: #fff;
        width: 300px;
        height: 100%;
        z-index: 2;
    }
    .nav-outer .navbar-collapse.collapsing {
        left: -75%;
        transition: height 0s ease;
    }
    .nav-outer .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
        overflow-y: scroll;
        height: 100%;
    }
    .nav-outer .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }
    .nav-outer .navbar a {
        padding-left: 0;
    }
    .nav-outer .navbar li {
        margin-bottom: 20px;
    }
    .nav-manage-heading {
        background-color: #fff9f1 !important;
        font-size: 18px;
        padding: 15px 38px 15px 15px !important;
    }
    .nav-manage-heading i {
        top: 22px;
        right: 10px;
    }
    .mobile-nav .navbar-nav {
        padding: 20px 0;
    }
    .mobile-nav .navbar-nav li {
        padding: 15px;
        margin-bottom: 0;
    }
    .mobile-nav .navbar-nav li:hover {
        background-color: #f8f8f8;
    }
    .mobile-nav .navbar-nav li a {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    h1,
    .h1 {
        font-size: 22px;
    }
    h2,
    .h2 {
        font-size: 20px;
    }
    h3,
    .h3 {
        font-size: 16px;
    }
    .mb-5,
    .my-5 {
        margin-bottom: 2rem !important;
    }
    .mb-4,
    .my-4 {
        margin-bottom: 1rem !important;
    }
    .pt-5,
    .py-5 {
        padding-top: 2.5rem !important;
    }
    .for-desktop-tab {
        display: none;
    }
    .carousel-arrow .owl-nav button.owl-next {
        right: -5px;
    }
    .carousel-arrow .owl-nav button.owl-prev {
        left: -5px;
    }
    .top-bar,
    .header-right,
    .navbar-btn-group,
    .hero-banner-content .btn {
        display: none !important;
    }
    .logo {
        margin-right: 0 !important;
        width: 100px;
    }
    .header-search {
        width: 100%;
        margin-top: 15px;
    }
    .nav-outer {
        position: absolute;
        left: 15px;
        top: 5px;
        background-color: transparent;
    }
    .user-mobile {
        width: 57px;
        height: 28px;
        border: 1px solid #bdbdbd;
        padding: 4px 8px;
        border-radius: 20px;
        right: 0;
        top: 10px;
    }
    .nav-outer [class*="col-"],
    .nav-outer .container {
        padding: 0;
    }
    .header-row [class*="col-"] {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .nav-outer .navbar-collapse {
        width: calc(100% - 40px);
    }
    .header-left {
        position: relative;
    }
    .header-row {
        padding: 15px 0;
    }
    .mobile-login-creds {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        transform: translateX(100%);
        transition: 0.3s ease-out;
        height: 100%;
        background-color: #fff;
        width: calc(100% - 40px);
        opacity: 0;
        z-index: 2;
    }
    .mobile-login-creds .btn-large {
        padding: 7px 15px;
        font-size: 12px;
    }
    .overlay-user-creds .mobile-login-creds {
        transform: translateX(0%);
        opacity: 1;
    }
    .burger-menu-icon {
        min-width: 16px;
    }
    .brand-heading::before {
        top: 8px;
    }
    .heading-with-view a {
        font-size: 14px;
    }
    .dotted-arrow-link {
        font-size: 14px;
    }
    .global-tabs .nav-link {
        padding: 5px 10px;
        font-size: 14px;
        font-weight: 700;
    }
    .copy-right-box {
        flex-wrap: wrap;
    }
    .copy-link-rt,
    .social-link {
        text-align: center;
        width: 100%;
    }
    .copy-link-rt {
        order: 2;
        flex-wrap: wrap;
        justify-content: center;
    }
    .copy-link-rt li:last-child {
        width: 100%;
        margin-top: 10px;
    }
    .social-link {
        order: 1;
        justify-content: center;
        margin-bottom: 20px;
    }
    .footer-logo-img {
        width: 140px;
    }
    .accordion-item-body {
        display: none;
        margin-bottom: 30px;
    }
    .mobile-accordion .collapse:not(.show) {
        display: none;
    }
    .accordion-item-body.show {
        display: block;
    }
    .footer-link-box h4 {
        margin-bottom: 15px;
        background-image: url("../images/down-arrow-orange.svg");
        background-repeat: no-repeat;
        background-position: right center;
    }
    .page-link {
        padding: 6px 8px;
    }
}
@media (max-width: 410px) {
    h1,
    .h1 {
        font-size: 19px;
    }
    h2,
    .h2 {
        font-size: 18px;
    }
    h3,
    .h3 {
        font-size: 14px;
    }
}
@media (max-width: 359px) {
    .global-tabs .nav-link {
        padding: 5px;
    }
}
