/** Header */
/*! CSS Used from: https://caragencia.com/css/builds/list-your-car1.css?v=1748846048 */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
ul {
    padding: 0;
    list-style: none;
}
@media (max-width: 768px) {
    .header-search {
        display: none;
    }
}
/*! CSS Used from: https://caragencia.com/css/builds/list-your-car-app.css?v=1748846048 */
*,
::after,
::before {
    box-sizing: border-box;
}
header,
nav {
    display: block;
}
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
img {
    vertical-align: middle;
    border-style: none;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
button,
input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button {
    text-transform: none;
}
[type="button"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
.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-lg-5,
.col-lg-7,
.col-sm-5,
.col-sm-6,
.col-sm-7 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
@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%;
    }
}
@media (min-width: 992px) {
    .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;
}
.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;
}
.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;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}
.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;
    }
}
.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-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;
}
.mr-1 {
    margin-right: 0.25rem !important;
}
.ml-1 {
    margin-left: 0.25rem !important;
}
.mr-2 {
    margin-right: 0.5rem !important;
}
.ml-2 {
    margin-left: 0.5rem !important;
}
.ml-3 {
    margin-left: 1rem !important;
}
.mr-4 {
    margin-right: 1.5rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.mr-auto {
    margin-right: auto !important;
}
.ml-auto {
    margin-left: auto !important;
}
.text-white {
    color: #fff !important;
}
@media print {
    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    img {
        page-break-inside: avoid;
    }
    .container {
        min-width: 992px !important;
    }
    .navbar {
        display: none;
    }
}
.container {
    max-width: 1270px;
}
a {
    color: #04263d;
}
a:hover {
    color: #f8941d;
}
a,
a:hover {
    text-decoration: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
img {
    max-width: 100%;
}
.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;
}
.btn:focus,
.btn:active {
    box-shadow: none;
    outline: none;
}
.font-weight-500 {
    font-weight: 500;
}
.bg-green {
    background-color: #07c75f;
    border: 1px solid #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;
}
.btn-small {
    padding: 6px 20px;
}
.btn-large {
    padding: 12px 15px;
}
.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 !important;
}
.global-selector .btn:hover {
    border-color: #f8941d;
    color: #fff;
}
.global-selector .btn:after {
    border: none;
    top: 2px;
    position: relative;
    background-image: url("https://caragencia.com/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("https://caragencia.com/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 !important;
}
.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);
}
.wishlist-item-outer {
    margin: 10px 0 0 0;
    padding-right: 65px;
}
.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;
}
.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) {
    .user-mobile {
        display: none;
    }
}
@media (max-width: 1365px) {
    .header-search {
        width: 375px;
    }
}
@media (max-width: 1199px) {
    .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;
    }
    .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.show {
        left: 0;
        transition: left 300ms ease-in-out;
        overflow-y: scroll;
        height: 100%;
    }
    .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) {
    .header-right,
    .navbar-btn-group {
        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;
    }
    .burger-menu-icon {
        min-width: 16px;
    }
}
.mobile-nav .nav-manage-heading {
    padding: 25px 20px;
    text-align: center;
    background: #fef5ea;
    border-bottom: 1px solid #fff;
}
/*! CSS Used from: https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/4.1.5/css/flag-icons.min.css */
.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: "\00a0";
}
.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);
}
/*! CSS Used fontfaces */
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiGyp8kv8JHgFVrLPTedw.ttf)
        format("truetype");
}
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLFj_V1s.ttf)
        format("truetype");
}
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLDz8V1s.ttf)
        format("truetype");
}
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiEyp8kv8JHgFVrFJA.ttf)
        format("truetype");
}
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLGT9V1s.ttf)
        format("truetype");
}
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLEj6V1s.ttf)
        format("truetype");
}
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLCz7V1s.ttf)
        format("truetype");
}
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLDD4V1s.ttf)
        format("truetype");
}
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLBT5V1s.ttf)
        format("truetype");
}
/** Footer **/
/*! CSS Used from: https://caragencia.com/css/builds/home.css?v=1748844279 */
*,
::after,
::before {
    box-sizing: border-box;
}
footer {
    display: block;
}
h4 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
img {
    vertical-align: middle;
    border-style: none;
}
h4 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
h4 {
    font-size: 1.5rem;
}
.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-md-4 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 768px) {
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
.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;
}
.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;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !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;
}
.mr-2 {
    margin-right: 0.5rem !important;
}
.mr-3 {
    margin-right: 1rem !important;
}
.ml-3 {
    margin-left: 1rem !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
@media print {
    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    img {
        page-break-inside: avoid;
    }
    .container {
        min-width: 992px !important;
    }
}
.container {
    max-width: 1270px;
}
a {
    color: #04263d;
}
a:hover {
    color: #f8941d;
}
a,
a:hover {
    text-decoration: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
img {
    max-width: 100%;
}
.btn:focus,
.btn:active {
    box-shadow: none;
    outline: none;
}
.btn {
    border-radius: 4px !important;
    font-size: 14px;
}
.btn:hover {
    background-color: #f8941d;
}
.btn-small {
    padding: 6px 20px;
}
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;
}
@media (max-width: 1199px) {
    .btn-small {
        padding: 6px 15px;
    }
}
@media (max-width: 991px) {
    .btn-small {
        padding: 6px 10px;
    }
}
@media (max-width: 767px) {
    .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("https://caragencia.com/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;
    }
}
.download-app-btn-group {
    margin-left: -10px;
    margin-right: -10px;
    gap: 10px;
}
@media (max-width: 767px) {
    .download-app-btn-group img {
        width: 145px;
    }
}
@media (max-width: 359px) {
    .download-app-btn-group img {
        width: 130px;
    }
}
.dropdown-menu.show {
    display: block;
}
.footer-section {
    height: auto;
    position: relative;
}
@media (max-width: 1199px) {
    .btn-small {
        padding: 6px 15px;
    }
}
@media (max-width: 991px) {
    .btn-small {
        padding: 6px 10px;
    }
}
@media (max-width: 767px) {
    .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("https://caragencia.com/css/images/down-arrow-orange.svg");
        background-repeat: no-repeat;
        background-position: right center;
    }
}
/*! CSS Used from: https://caragencia.com/css/builds/home-extra.css?v=1748844279 */
.download-app-btn-group {
    margin-left: -10px;
    margin-right: -10px;
    gap: 10px;
}
.download-app-btn-group a {
    padding-left: 10px;
    padding-right: 10px;
}
@media (max-width: 767px) {
    .download-app-btn-group img {
        width: 135px;
    }
}
@media (max-width: 359px) {
    .download-app-btn-group img {
        width: 120px;
    }
}
.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;
}
