* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
::marker {
    font-family: var(--albersans-family);
    font-weight: 600;
}
h2,
h3 {
    font-family: var(--albersans-family);
    font-weight: 600;
    color: var(--secondary-color);
}

.container.contact_mover {
    max-width: 1060px !important;
}
.text1 {
    background: #edf4fa;
    border-radius: 2px;
    text-align: center;
    padding: 7px 0px;
    border-radius:10px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    font-size:14px;
}
.company_form_page {
    padding: 30px 0;
}
.company_form_page .card {
    border: none;
    background: #1e75bb14;
    border-radius: 10px;
}
.company_form_page .card-header {
    background-color: transparent;
    border: 0px solid black;
}

.company_form_page .card-header h1 {
    font-family: "Plus Jakarta Sans";
    font-weight: 900;
    letter-spacing: 0px;
    font-size: 32px;
    color: var(--secondary-color);
    position: relative;
}
.company_form_page .card-header h2 {
    font-family: "Plus Jakarta Sans";
    font-weight: 900;
    letter-spacing: 0px;
    font-size: 32px;
    color: var(--secondary-color);
    position: relative;
}
/* .company_form_page .card-header h1::before {
    content: "";
    background-color: rgb(30 117 187 / 21%);
    width: 2px;
    height: 48px;
    position: absolute;
    top: -4px;
    left: -13px;
} */
.get-form :is(#next_btn, #prev_btn, #next_two, #prev_two, #submit_btn) {
    height: 60px;
    background-color: #0043C0;
    text-transform: capitalize;
    font-family: var(--popins-family);
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.5px;
    border-radius: 5px;
    border: 0;
    padding: 0px 0px;
}
.get-form #next_btn :hover {
    background-color: rgba(30, 116, 187, 0.5) !important;
}
.company_form_page .card-header img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}
.get-form {
  
    padding: 0px 20px 10px 20px;
}
.company_form_page .card-body label {
    font-family: "Plus Jakarta Sans";
    font-weight: 770;
    color: #2b2f32c2;
    letter-spacing: 0.3px;
    margin-bottom: 2px;
    font-size: 18px;
}
.company_form_page .card-body input {
    background: white;
    font-family: "Plus Jakarta Sans";
    font-weight: 400;
    border-radius: 5px;
    font-size: 14px;
    border: 0px solid #2b2f323b;
}
.get-form .input-group-text {
    background-color: white;
    border: 0px solid rgb(30 117 187 / 40%);
}
.company_form_page .card-body input:focus {
    box-shadow: none;
}
.company_form_page .card-body select {
    font-family: "Albert Sans";
    font-weight: 400;
    border-radius: 5px;
    background: #ffffff;
    border: 0px solid #2b2f323b;
}
.company_form_page .card-body select:focus {
    box-shadow: none;
}

.company_form_page .card-body button {
    background-color: var(--primary-color);
    border: none;
    font-family: var(--popins-family);
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 6px 20px;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
}
.company_form_page .card-body button:hover {
    background-color: var(--secondary-color);
}
.loading-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.loading-container img {
    width: 65px;
    object-fit: contain;
}

.contact_mover_content p {
    font-family: var(--popins-family);
    font-weight: 400;
    font-size: 14.7px;
    color: var(--paragraph-color);
    text-align: justify;
}
ol li {
    padding: 0 0 8px;
}
ol li .listing_heading {
    font-family: var(--albersans-family);
    font-weight: 600;
    font-size: 18px;
    white-space: nowrap;
}
ol li .list_description {
    font-family: var(--popins-family);
    font-weight: 400;
    margin: 0;
    margin: 2px;
    color: var(--paragraph-color);
    font-size: 14.7px;
    text-align: justify;
}
.help_text {
    font-family: var(--popins-family);
    font-weight: 400;
    letter-spacing: 0.5px;
    color: var(--paragraph-color);
}
.help_text a {
    color: var(--primary-color);
    font-weight: 500;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.terms h2 {
    font-family: var(--albersans-family);
    font-size: 28px;
    color: var(--secondary-color);
    font-weight: 600;
}
.terms ul li {
    font-family: var(--popins-family);
    font-weight: 400;
    font-size: 16px;
    color: var(--para-color);
    padding-block: 6px;
}

@media (min-width: 300px) and (max-width: 350px) {
    h3 {
        font-size: 21px;
    }
    .company_form_page .card-header h1 {
        font-size: 24px;
    }
    .contact_mover_content h2 {
        font-size: 21px !important;
    }
    .company_form_page .card-header h1::before {
        top: -10px;
    }
}
#claim-form i{
    font-size: 20px;
    color: var(--primary-color);
}
span.invalid-feedback {
    font-size: 13px;
    font-weight: 400;
    font-family: 'Plus Jakarta Sans';
    margin-top: 6px;
}
.form-select.is-invalid:not([multiple]):not([size]) {
    background-repeat: no-repeat !important;
}