@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --bs-border-width: 2px;
}

html {
    font-size: 16px;
}

body {
    font-size: 18px;
    font-family: "Roboto", serif;
    color: #002E56 !important;
}

section {
    padding: 0;
}

a:not(.page-scroll) {
    color: #003767;
}

.page-scroll {
    text-decoration: none;
}

.nav-item .page-scroll {
    font-size: 16px;
    color: #286aa0;
}

.footer-row-3 .copyright {
    font-size: 14px;
}

.list-inline.social-buttons, .list-inline.quicklinks {
    margin-bottom: 10px;
}

.list-inline .list-inline-item {
    font-size: 14px;
}

.list-inline-item .page-scroll {
    font-size: 14px;
}

#mainNav {
    padding-top: 0;
    padding-bottom: 0;
}

input[type="text"]:focus {
    border: 3px solid #286BA0 !important;
}
input[type="date"]:focus {
    border: 3px solid #286BA0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}
.info-ico{
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.info-ico-2{
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-top: -5px;
}
.cancel-icon{
    vertical-align: middle;
}
.tooltip-inner .tooltip-link{
    color: #FFF;
    text-decoration: underline;
    cursor: pointer;
}

.form-control:disabled, .form-control[readonly] {
    background-color: var(--bs-body-bg);
}

.form_errors {
    color: #a94442;
}

.btn-opener, .btn-opener:hover, .close-button {
    color: #FFFFFF;
}
.btn-opener {
    padding-bottom: 0;
}
.mini-cart-title {
    font-weight: 500;
}
.nav-cart-btn button {
    font-weight: 600;
}
.store-name-col b {
    font-size: 14px;
}
.store-button-col .call-store-button, .store-button-col .find-store-button {
    line-height: 20px;
    font-size: 14px;
    border-radius: 3px;
    border: none;
}
.store-button-col .call-store-button {
    font-weight: 400;
}
.store-button-col .find-store-button {
    font-weight: 600;
    padding: 6px 12px;
    font-family: "Roboto", Helvetica, Arial, sans-serif, serif;
}
.card-content.profile-content a {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.store-dropdown:hover, .profile-dropdown:hover {
    color: #FFFFFF;
}
.card-content.store-content {
    font-size: 14px;
}

/* ------------ Marketing ------------- */
.marketing-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #003767;
    padding-bottom: 3%;
    margin-top: 5%;
}
.marketing-section-1 {
    margin-top: 3%;
    color: #FFF;
    padding: 50px 120px;
    display: flex;
    align-items: center;
}

.marketing-section-1 .container-fluid {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}

.marketing-section-1 .text-content {
    width: 50%;
}

.marketing-section-1 .text-content h2 {
    font-size: 2.5rem;
    font-weight: bold;
}

.marketing-section-1 .text-content p {
    margin-top: 3%;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.marketing-section-1 .img-container {
    width: 40%;
    display: flex;
    justify-content: flex-end;
}

.marketing-section-1 .img-marketing {
    width: 100%;
    max-width: 500px;
    border-radius: 20px;
}

.marketing-section-1 .confirm-button-marketing {
    width: 45%;
    margin-top: 10%;
}
.marketing-section-1 .confirm-button-marketing:hover {
    background: #d98c1f;
}

.marketing-section-2 {
    background: #002a52;
    color: #FFF;
    padding: 30px 90px;
}

.marketing-section-2 .container-fluid {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}

.marketing-section-2 .features {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.marketing-section-2 .feature {
    display: flex;
    gap: 10px;
    padding-right: 5% !important;
    margin-left: 5%;
    border-right: 1px solid #FFF;
}
.marketing-section-2 .feature:first-child {
    margin-left: none !important;
}
.marketing-section-2 .feature:last-child {
    border-right: none;
    padding-right: 0;
}

.marketing-section-2 .check-ico {
    margin-top: 2%;
    font-size: 1.8rem;
    color: #FFA500;
}

.marketing-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FFF;
    padding-top: 4%;
    color: #002E56;
    margin-bottom: 5%;
}

.marketing-2 .marketing-section-3 {
    display: flex;
    align-items: center;
    text-align: center;
}

.marketing-2 .marketing-section-3 .text-content-2 p{
    font-size: 1.5rem;
    font-weight: 500;
}

.marketing-2 .marketing-section-4 {
    margin-top: 3%;
}

.marketing-2 .marketing-section-4 .steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.marketing-2 .marketing-section-4 .steps .step {
    width: 230px;
    display: flex;
    justify-content:center;
}

.marketing-2 .marketing-section-4 .steps .step .arrow-image {
    width: 40px;
}

.marketing-2 .marketing-section-4 .steps .step-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.marketing-2 .marketing-section-4 .steps .step-content .step-header {
    display: flex;
    align-items: center;
    border-bottom: 0.5px solid #286BA0;
}

.marketing-2 .marketing-section-4 .steps .step-content .step-header .step-number {
    font-size: 3rem;
    font-weight: 400;
    margin-right: 5%;
}
.marketing-2 .marketing-section-4 .steps .step-content .step-header .step-header-info {
    font-size: 1.2rem;
    font-weight: 500;
}
.step-header-info p, .step-footer p {
    font-size: 1.2rem;
}
.step-number p {
    font-size: 3rem;
}

.marketing-2 .marketing-section-4 .steps .step-content .step-body {
    width: 100%;
    margin-top: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.marketing-2 .marketing-section-4 .steps .step-content .step-body .step-body-info {
    width: 100%;
    height: 100px;
    background-color: #286BA0;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.marketing-2 .marketing-section-4 .steps .step-content .step-body .step-body-info .step-body-image {
    width: 80px;
    height: 80px;
}
.marketing-2 .marketing-section-4 .steps .step-content .step-body .step-body-info .step-body-image-car {
    width: 90px;
    height: 50px;
}
.marketing-2 .marketing-section-4 .steps .step-content .step-body .step-body-info .step-body-image-check {
    width: 60px;
    height: 60px;
}

.marketing-2 .marketing-section-4 .steps .step-content .step-footer{
    margin-top: 10%;
    font-size: 1.2rem;
}

.marketing-section-1 h2 {
    color: #FFFFFF;
}

.marketing-section-2 .feature p{
    font-size: 18px;
}

/* ------------ Main ------------- */
.main-cxi {
    background: #EFEFEF;
}

/* Hero */
.hero-section {
    background: url('../img/banner-desktop.webp') no-repeat;
    background-size: 150%;
    background-position: 90% 80%;
    padding: 3em 0 6em;
}

/* steps */
.tabs-section {
    margin-top: -11em;
    padding: 0;
}

.custom-tabs {
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    gap: 25px;
    padding: 0 !important;
    margin: 0 !important;
}

.custom-link {
    flex: 1;
    font-size: 18px;
}

.custom-tabs .nav-link {
    background-color: #fff;
    color: #002E56;
    font-weight: 500;
    border-radius: 6px !important;
    height: 50px;
}

.custom-tabs .nav-link.active {
    border: 3px solid #286BA0;
    color: #002E56;
}

/* Steps */
.steps-section {
    padding: 0 0 24px;
}

.steps-section .step-number {
    font-size: 48px;
    font-weight: 400;
    color: #CBCBCB;
}

.step-active .step-number {
    color: #286BA0;
}

.step-focus .card {
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
    border: 3px solid #286BA0;
}

.step-validation-error .card {
    border: 3px solid #DB1F35 !important;
}

.step-1 {
    padding: 24px 0 24px;
}
.step-4 {
    padding: 24px 0 24px;
}

.step-1 .card {
    /* margin-top: -11em; */
}

.step-1 .step-currency {
    border-bottom: 2px solid #9AB4C9;
}

.step-1 .rate-box h3 {
    font-size: 24px;
    margin-top: 16px;
}

.step-1 .rate-box p {
    line-height: 1;
    margin: 0;
}

.step-1 .rate-box span {
    font-size: 14px;
    color: #286BA0;
}

.step-end .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 2.5em;
    margin-bottom: .125rem;
    text-align: left;
    font-size: 14px;
}

.step-end .form-check-input {
    width: 1.5em;
    height: 1.5em;
}

.step-end .form-check .form-check-input {
    float: left;
    margin-left: -2.5em;
}

.step-1 .select2-container {
    width: 100% !important;
    display: block !important;
}

.select2-container .select2-selection--single {
    height: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0.6rem 2.25rem 0.6rem 0.75rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    height: 46px !important;
}

.select2-container .select2-results__option img {
    width: 20px;
    height: 15px;
    margin-right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered img {
    width: 20px;
    height: 15px;
    margin-right: 10px;
    vertical-align: middle;
}

/* Active rate page */
.hero-active-section {
    background: url('../img/active_rate.png') no-repeat 70% 0;
    background-size: cover;
    padding: 4em 0;
}

.active-section {
    margin-top: -3em;
}

.tracker-buttons {
    border-bottom: 2px solid #DEDEDE;
    /* padding-bottom: 8px; */
}

.tracker-buttons a {
    text-decoration: none;
    display: inline-block;
}

.tracker-title span {
    color: #286BA0;
}

.tracker-title .title {
    font-size: 1.5rem;
}

.active-links-alerts a {
    border-bottom: 1px solid #DEDEDE;
}

.active-tracker .card:has(.collapse.show) {
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 27%);
}

.active-tracker .unavailable {
    color: #DB1F35;
    font-weight: 700;
}

.active-tracker .unavailable-icon {
    background: url('../img/error.svg') no-repeat center;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
}

.hero-noactive-section {
    padding: 3em 0 !important;
}

.noactive-section {
    margin-top: 0 !important;
    padding: 2em 0;
}

/* ------------ Elements ------------- */
/* Cards */
.card {
    border-radius: 20px;
    padding: 1em;
    border: none;
}

.card-body {
    color: #002E56;
}

/* Form */
.form-label {
    color: #002E56;
}

.form-control {
    color: #286BA0;
    text-align: center;
}

.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #A9A9A9;
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #A9A9A9;
}

.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #A9A9A9;
}

.form-control:disabled,
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: transparent !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered {
    color: #CBCBCB !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered img {
    filter: grayscale(1);
}

.form-control:focus {
    color: #286BA0;
    background-color: transparent;
    border-color: #286BA0;
    box-shadow: none;
}

.form-select {
    color: #A9A9A9;
    text-align: center;
}

.form-select:focus {
    border-color: #286BA0;
    box-shadow: none;
    color: #286BA0;
}

.form-check {
    min-height: 3.5rem;
    padding-left: 3.5em;
    margin-bottom: 1.125rem;
    display: flex;
    gap: 10px;
    align-items: center;
}

.form-check-input {
    width: 2.5em;
    height: 2.5em;
    vertical-align: middle;
    margin-top: 0.1em;
}

.form-check-input:checked {
    background-color: #9AB4C9;
    border-color: #286BA0;
}

.form-check-input:checked[type=checkbox] {
    background-image: url('../img/check.svg');
    background-size: 50%;
}

.form-check-input:focus {
    border-color: #286BA0;
    box-shadow: none;
}
.form-check-input-modal {
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    margin-top: 0.1em;
}
.form-check-input-modal:checked {
    background-color: #9AB4C9;
    border-color: #286BA0;
}

.form-check-input-modal:checked[type=checkbox] {
    background-image: url('../img/check.svg');
    background-size: 50%;
}

.form-check-input-modal:focus {
    border-color: #286BA0;
    box-shadow: none;
}

.form-check .form-check-input {
    float: none;
    margin-left: -3.5em;
}

.form-text {
    color: #286BA0;
    margin: 0;
    font-size: 14px;
    display: none;
}

.form-check-input:checked~div .form-text {
    display: block;
}

.invalid-feedback {
    text-align: left;
}
.notification-type-alert {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: var(--bs-form-invalid-color);
}

/* Buttons */
.btn:not(.btn-opener) {
    --bs-btn-padding-x: 1.75rem;
}

.btn-primary-tracker {
    background-color: #FAA519;
    color: #003767;
    border-color: #FAA519;
    font-weight: 700;
}

.btn-primary-tracker:hover {
    color: #FFF;
    background-color: #003767;
    border-color: #003767;
}

.btn-primary-tracker:disabled {
    background-color: #FAA519;
    color: #003767;
    border-color: #FAA519;
}

.btn-close {
    background: transparent;
    color: #FFF;
    opacity: 1;
    font-size: 27px;
}

/* Modal */
.modal-header {
    border: none;
}

.modal-content {
    background-color: rgb(40 107 160 / 90%);
    color: #FFF;
    border: 0;
    box-shadow: 11px 11px 22px 0 rgb(0 0 0 / 20%);
}

.modal-confirm{
    background-color: rgba(253, 253, 253, 0.9);
    color: #003767;
    border: 2px solid #003767 !important;
}

.modal-confirm .confirm-button {
    width: 45%;
}

.modal-confirm .cancel-button {
    width: 45%;
    border: none !important;
    text-decoration: underline;
}

.modal-error {
    background-color: rgb(253, 253, 253) !important;
    color: #DB1F35 !important;
    border: 2px solid #DB1F35 !important;
}
.modal-error .close-button {
    width: 50%;
    background-color: #DB1F35;
    border: none;
    color: #FFF;
    margin-top: 2%;
}

.modal-error .btn-close {
    color: #DB1F35;
}

.modal-body {
    padding: 2em;
}

input:disabled {
    color: #aaa !important;
}

.no-alerts-section{
    background-color: #EFEFEF;
    margin-top: 5%;
    margin-bottom: -5% !important;
}

.tooltip-inner {
    background-color: rgb(40 107 160 / 90%) !important;
    font-family: "Roboto", serif !important;
    color: white !important;
    /* font-size: 18px !important; */
    padding: 12px 24px !important;
    max-width: 300px !important;
}

.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: rgb(40 107 160 / 90%) !important;
}

.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: rgb(40 107 160 / 90%) !important;
}

.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: rgb(40 107 160 / 90%) !important;
}

.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: rgb(40 107 160 / 90%) !important;
}

.disclaimer-tracker {
    text-align: left;
    font-size: 15px;
    font-weight: 350;
    color: #002E56;
}

.disclaimer-tracker a {
    text-decoration: underline;
    color: #286BA0;
}

.confirm-email-first-section {
    background-color: #EFEFEF;
    padding: 0 0 35px;
}

.confirm-email-second-section {
    background-color: #FFF;
    padding: 5px 0 25px;
}

.hero-confirm-email {
    padding: 4em 0 5em !important;
}

.confirm-email-text {
    text-align: left;
    font-size: 18px;
    font-weight: 350;
    color: #002E56;
}

a.disabled {
    pointer-events: none;
    color: gray;
    text-decoration: none;
    cursor: default;
}

.go-to-alerts{
    color: #FFF;
    font-weight: 700;
}

.container-alternate {
    margin-top: 0 !important;
    padding-top: 20px;
}
.error-container {
    background: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    padding-bottom: 30px;
}
.error-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 10px;
}
.error-title {
    font-size: 171px;
    font-weight: bold;
    color: #286BA0;
}
.error-divider {
    width: 2px;
    height: 150px;
    background-color: #286BA0;
}
.error-subtitle {
    font-size: 40px;
    font-weight: 500;
    color: #002E56;
}
.content-text{
    font-size: 24px;
    color: #002E56;
}
.btn-submit {
    background-color: #2c3e50;
    color: white;
    font-weight: bold;
}
.btn-submit:hover {
    background-color: #1a252f;
}

input[type="checkbox"].d-checkbox {
    pointer-events: none;
}
.set-up-new-alert{
    width: 35%;
    height: 45px;
    font-size: 18px;
    /* font-weight: 700; */
}

.stimate-div{
    width: 80%;
    margin-left: 12%;
    align-items: center;
    gap: 8px;
}
.icon-img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.stimate-div a{
    text-decoration: none;
    color: #286BA0;
    font-size: 24px;
    font-weight: 400;
}
.stimate-div a span {
    margin-left: 8px !important;
}
.stimate-div a span {
    margin-left: 8px !important;
}
.stimate-input-conversor{
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.conversor-input{
    width: 20%;
    height: 40px !important;
    font-weight: 700;
    vertical-align: middle;
}

.conversor-text{
    font-size: 24px;
    font-weight: 700;
    text-align: center !important;
    vertical-align: middle;
}

.captcha-container {
    overflow: hidden;
}

.captcha {
    float: right;
    width: 24.5%;
}

.captcha-alert {
    display: none;
    margin-right: 4%;
    margin-top: .25rem;
    font-size: .875em;
    color: var(--bs-form-invalid-color);
}

/* ------------ Responsive ------------- */
@media (min-width: 481px) {
    .marketing-2 .marketing-section-4 .steps .step .arrow-down-image {
        display: none;
    }
}

@media (min-width: 576px) {
    .steps-section .step-number {
        font-size: 68px;
    }

    .step-2 .step-input label,
    .step-2 .step-input .form-div {
        width: 44%;
    }
    .step-3 .step-input label {
        width: 44%;
    }
    .step4 .step-input label {
        width: 44%;
    }
    .step-input:not(.manage-alerts-tab) {
        width: 44%;
    }

    .step-end .form-check .form-check-input {
        float: none;
    }

    .custom-link {
        flex: 1;
        font-size: 12px;
        margin-top: 5%;
    }

    .tabs-section {
        margin-top: -7em;
    }

    .hero-section {
        background-size: 100%;
    }
}

@media (min-width: 768px) {
    .step-3 .step-input .form-div {
        width: 44%;
    }
    .step-1 .step-currency {
        border-right: 2px solid #9AB4C9;
        border-bottom: 0;
    }
    .steps-section .step-number {
        width: 10%;
    }
    .header-cxi-brand .nav-link {
        color: #286BA0;
    }

    .header-cxi-brand .fa-solid {
        color: #002E56;
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .footer-cxi {
        border-top: 2px solid #FFF;
    }

    .footer-cxi .footer-cxi-logos div {
        border-top: none;
        border-left: 1px solid rgb(193, 13, 13);
        padding: 0 2em;
    }

    .footer-cxi .footer-cxi-logos div:first-child {
        border-left: none;
    }

    .hero-section {
        background-position: 50% 85%;
        padding: 10em 0 9em;
    }

    .card {
        border-radius: 20px;
        padding: 2em;
    }

    .hero-active-section {
        padding: 4em 0 15em;
    }

    .active-section {
        margin-top: -13em;
    }

    .tracker-buttons,
    .active-links-alerts a {
        border: none;
    }

    .notification-type {
        border-top: 2px solid #286BA0;
    }

    .tabs-section {
        margin-top: -7em !important;
    }
    .custom-tabs .nav-link {
        height: 50px !important;
    }
    .marketing-section-1 .text-content {
        width: 50% !important;
    }
    .marketing-section-1 .img-container {
        width: 40% !important;
    }
    .marketing-section-1 .container-fluid {
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-evenly !important;
        width: 100% !important;
    }
    .marketing-section-1 {
        padding: 50px 10px;
    }

    .marketing-2 .marketing-section-4 .steps .step {
        width: 23% !important;
    }
    .marketing-2 .marketing-section-4 .steps .step.arrow-step {
        width: 15% !important;
    }
    .marketing-section-1 .confirm-button-marketing {
        width: 60%;
    }

    .marketing-section-2 {
        padding: 30px 10px !important;
    }
    .marketing-section-2 .features {
        justify-content: space-between !important;
        width: 100% !important;
    }
    .marketing-section-2 .feature {
        margin-left: 3% !important;
    }
    .marketing-2 .marketing-section-4 .steps {
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
    }
}

@media (min-width: 1200px) {
    .marketing-2 .marketing-section-4 .steps .step, .marketing-2 .marketing-section-4 .steps .step.arrow-step {
        width: 230px !important;
    }
}

@media (min-width: 992px) {
    .form-label {
        font-size: 24px;
    }

    .steps-section .step-number {
        font-size: 100px;
    }

    .custom-link {
        flex: 1;
        font-size: 18px;
        margin-top: 5%;
    }

    .tabs-section {
        margin-top: -9em;
    }
    .step-4 .step-input .form-div {
        width: 44%;
    }
    .marketing-section-1 {
        padding: 50px 120px;
    }
    .marketing-section-2 {
        padding: 30px 90px !important;
    }
    .marketing-section-2 .feature {
        margin-left: 5% !important;
    }
}

@media only screen and (max-width: 480px) {
    .stimate-div{
        width: 100%;
        margin-top: 5%;
        margin-left: 0%;
        align-items: center;
        gap: 8px;
    }
    .stimate-div a{
        text-decoration: none;
        color: #286BA0;
        font-size: 18px;
        font-weight: 400;
    }
    .conversor-input{
        width: 50%;
        height: 20px !important;
        font-weight: 700;
        vertical-align: middle;
    }
    .conversor-text{
        font-size: 18px;
        font-weight: 700;
        text-align: center !important;
        vertical-align: middle;
    }
    .custom-tabs{
        width: 100% !important;
        font-size: 14px;
        font-weight: 700;
        gap: 25px;
    }

    .hero-section {
        background: url('../img/banner-mobile.webp') no-repeat;
        background-position: 90% 100%;
        background-size: 150%;
        padding: 3em 0.5em 15em;
    }

    .hero-section h1{
        font-size: 24px;
    }
    .hero-section p{
        font-size: 18px;
    }

    .steps-section .step-number {
        font-size: 48px;
        font-weight: 400;
        line-height: 48px;
    }

    .step-1 .rate-box p {
        font-size: 18px;
        font-weight: 400;
        line-height: 25.2px;
    }
    .step-1 .rate-box h3 {
        font-size: 24px;
        font-weight: 700;
    }
    .step-1 .rate-box span {
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
    }

    .set-up-new-alert{
        width: 100%;
        height: 50px;
        font-size: 18px;
        font-weight: 700;
    }

    .manage-existing-alerts{
        width: 100% !important;
        height: 50px;
        font-size: 18px;
        font-weight: 700;
    }

    .captcha {
        width: 89%;
    }

    .error-header {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .error-title {
        font-size: 116px;
        font-weight: 700;
        margin: 0;
    }

    .error-divider {
        width: 80%;
        height: 2px;
        background-color: #286BA0;
    }

    .error-subtitle {
        font-size: 24px;
        font-weight: bold;
        color: #002E56;
        text-align: center;
        margin-top: 10%;
    }

    .content-text {
        font-size: 16px;
        color: #002E56;
        padding: 0 20px;
        text-align: center;
        margin-top: 5%;
    }

    .store-button-col .call-store-button, .store-button-col .find-store-button {
        line-height: 17px;
        font-size: 12px;
    }
    .store-button-col .find-store-button {
        padding: 6px;
    }
}

@media only screen and (max-width: 768px) {
    /* marketing section */
    .marketing-1 {
        padding-bottom: 40px;
    }
    .marketing-section-1 {
        margin-top: 0%;
        padding: 35px 16px;
    }
    .marketing-section-1 .container-fluid {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .marketing-section-1 .text-content {
        width: 100%;
    }
    .marketing-section-1 .text-content h2 {
        font-size: 24px;
        font-weight: bold;
    }
    .marketing-section-1 .text-content p {
        margin-top: 3%;
        font-size: 18px;
        font-weight: 350;
    }
    .marketing-section-1 .img-container {
        width: 100%;
        display: flex;
        margin-top: 10%;
    }
    .marketing-section-1 .img-marketing {
        width: 100%;
        border-radius: 20px;
    }
    .marketing-section-1 .confirm-button-marketing {
        width: 100%;
        margin-top: 5%;
    }

    .marketing-section-2 {
        background: #002a52;
        color: #FFF;
        padding: 35px 30px;
        margin-top: 10%;
    }
    .marketing-section-2 .container-fluid {
        display: flex;
        align-items: center;
        width: 100%;
    }
    .marketing-section-2 .features {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .marketing-section-2 .feature {
        display: flex;
        gap: 0px;
        padding-right: 0 !important;
        padding-bottom: 20px;
        margin-left: 0 !important;
        margin-bottom: 5%;
        border-right: none;
        border-bottom: 1px solid #9AB4C9;
    }
    .marketing-section-2 .feature p{
        font-size: 18px;
    }
    .marketing-section-2 .check-ico{
        margin-top: 1% !important;
        margin-right: 5%;
        font-size: 1.8rem;
        color: #FFA500;
    }
    .marketing-section-2 .feature:first-child {
        margin-top: 0 !important;
    }
    .marketing-section-2 .feature:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .marketing-section-2 .check-ico {
        margin-top: 2%;
        font-size: 1.8rem;
        color: #FFA500;
    }
    .marketing-2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #FFF;
        padding-top: 5% !important;
        color: #002E56;
        margin-bottom: 5%;
        padding: 0 30px;
    }
    .marketing-section-3 .text-content-2 h1{
        font-size: 24px;
        font-weight: bold;
    }
    .marketing-section-3 .text-content-2 p{
        font-size: 18px !important;
        font-weight: 350;
    }
    .marketing-2 .marketing-section-4 {
        margin-top: 10%;
    }
    .marketing-2 .marketing-section-4 .steps {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .marketing-2 .marketing-section-4 .steps .step .arrow-image {
        display: none;
    }
    .marketing-2 .marketing-section-4 .steps .step .arrow-down-image {
        width: 15px;
    }
    .marketing-2 .marketing-section-4 .confirm-button-marketing {
        width: 340px !important;
        margin-top: 5%;
    }
    .tabs-section {
        margin-top: -3.6em;
    }
    .custom-tabs .nav-link {
        height: 84px;
        width: 150px;
        font-size: 14px;
        font-weight: 700;
        line-height: 18.2px;
    }
    .rate-box{
        text-align: center !important;
    }
}

@media (max-width: 992px) {
    .navbar-right {
        display: none;
    }
}

@media (min-width: 1024px) {
    .set-up-new-alert {
        width: 25%;
    }
}