* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

p {
    font-size: 16px;
    font-family: "Plus Jakarta Sans";
    line-height: 32px;
    margin-bottom: 16px;
    font-weight: 300;
}

#company_search_page {
    padding: 40px 0 40px;
}
#company_search_page .search_header h1 {
    font-family: "Noto Serif", serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 42px;
    color: #2a2d2b !important;
    margin-bottom: 15px;
}

.search_header
    form
    .input-group
    input[type="search"]::-webkit-search-cancel-button {
    appearance: none;
}

.search_header form .input-group input {
    background-color: #dbe9f4;
    border-right: none;
}

.search_header form .input-group input:focus {
    box-shadow: none;
    border: 1px solid #1e75bb !important;
    border-right: none !important;
}

.search_header form .input-group input::placeholder {
    font-family: var(--popins-family);
    font-weight: 400;
    color: var(--third-color);
    font-size: 18px;
}

.search_header form .input-group span {
    background-color: #dbe9f4;
    border-left: none;
}

.search_header form .input-group span button {
    background-color: transparent;
    border: none;
}

.search_header form .input-group span button i {
    font-size: 24px;
    color: var(--secondary-color);
}

#company_search_page .card {
    padding: 20px 40px;
    border: 1px solid #1e75bb29;
    border-radius: 8px;
    height: auto;
    position: relative;
    background: #dbe9f44d;
    margin-top: 20px;
}

.card .card-body {
    padding: 0;
}

::marker {
    color: var(--secondary-color);
    font-weight: 600;
}
input.form-control::placeholder {
    font-size: 18px;
    font-weight: 400;
    color: var(--third-color);
    font-family: var(--popins-family);
}
button.accordion-button {
    font-size: 18px;
    color: #2a2d2b !important;
    font-weight: 600;
    font-family: "Plus Jakarta Sans";
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.accordion-button:focus {
    z-index: 3;
    border-color: none !important;
    outline: 0;
    box-shadow: none !important;
    background-color: #e7f1ff;
}

i.fa-solid.fa-sliders {
    font-size: 30px;
}
label {
    display: inline-block;
    font-family: "Plus Jakarta Sans";
}

.top_city_cards .card {
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.search_cities_btn {
    padding: 10px 40px;
    border: 2px solid #1e75bb !important;
    border-radius: 10px;
    background-color: #1e75bb;
    font-size: 16px;
    font-family: "Plus Jakarta Sans";
    font-weight: 600;
    color: #fff !important;
}

.top_city_cards h1 {
    font-family: "Noto Serif", serif;
    font-weight: 700;
    font-size: 36px;
    /*text-decoration: underline;*/
    /*text-transform: capitalize;*/
    /*text-underline-offset: 10px;*/
    text-align: center;
}

.route_content {
    text-align: center;
    text-decoration: none;
    font-family: "Noto Serif", serif;
    font-weight: 600 !important;
    font-size: 32px !important;
}

ul.row.d-flex.flex-wrap.city_show_list {
    max-width: 740px;
    margin: 0 auto;
}

/* .routes_links a {
    border-bottom: 1px solid #f2f2f2;
} */
.routes_links a {
    text-align: left;
    font-family: "Outfit";
    font-weight: 400 !important;
    display: block;
    color: #2b2f32;
    letter-spacing: 0.3px;
    padding-block: 8px;
    /* padding-left: 35px; */
    transition: all 0.4s linear;
    text-decoration: underline;
}

.routes_links ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-left: 2rem !important;
}

::marker {
    color: #1e75bb !important;
    font-weight: 600;
}

.routes_sec p {
    font-family: var(--popins-family);
    font-weight: 400;
    font-size: 18px;
    color: var(--paragraph-color);
    text-align: center;
}

.top_states_cards .top_moving_states_card {
    padding: 13px;
    margin: 0 20px;
    border-radius: 20px;
    border: 1px solid #00000031;
    transition: 0.5s;
    color: var(--secondary-color);
}

.top_states_cards .top_moving_states_card h3 {
    font-family: "Noto Serif", serif;
    font-weight: 600;
    font-size: 18px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

hr.divider_2 {
    width: 50%;
    margin: 5px auto;
    height: 2px;
    color: #1e75bb;
}

@media (max-width: 768px) {
    #company_search_page .card {
        padding: 20px;
    }

    section#top__cities {
        max-width: 960px;
        margin: 0px auto;
    }

    .top_city_cards h1 {
        font-size: 22px;
        text-underline-offset: 6px;
    }

    .route_content {
        font-size: 26px !important;
        text-underline-offset: 6px;
    }

    .routes_links ul {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        padding-left: 2rem !important;
    }

    .search_cities_btn {
        padding: 10px 30px;
    }
    .movers_usa_content h2 {
        font-size: 22px !important;
    }
}

.link_class {
    font-size: 16px;
    font-family: "Plus Jakarta Sans";
    line-height: 32px;
    margin-bottom: 16px;
}
.movers_usa_content h2 {
    font-family: "Noto Serif", serif;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 36px;
}
.row_modal p {
    font-family: "Noto Serif", serif;
    color: #2b2f32;
    font-size: 22px !important;
    font-weight: 600;
}
.multi-step-heading span {
    font-weight: 800;
    color: #1e75bb;
    font-family: "Noto Serif", serif;
}
.row_modal .input-group span,
.row_modal input:focus {
    background-color: #fff !important;
}
.icon_svg {
    width: 30px;
    /* margin-bottom: 7px; */
}
.input_icon {
    background-color: #dbe9f4 !important;
    border: 0px !important;
    border-radius: 10px;
    height: 45px;
}
.row_modal input {
    font-weight: 400;
    background-color: #fff;
    font-size: 14.5px;
}
.banner_inputs {
    border: 2px solid #dbe9f4;
    border-radius: 10px;
}
.banner_form_input {
    border: 0px solid #dbe9f4 !important;
    padding: 0.575rem 0.5rem;
    border-radius: 10px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.row_modal label {
    color: #2b2f32;
    margin-bottom: 2px;
    font-size: 14px;
    font-family: "Plus Jakarta Sans";
    font-weight: 700;
}
.row_modal button {
    text-align: center;
    transition: 0.5s;
    border-radius: 7px;
    padding: 10px 0px;
    font-size: 17px;
    letter-spacing: 0.2px;
    /* margin-top: 25px !important; */
    border: 0px solid #fd6b1b;
    color: #fff;
    width: 100%;
    background-color: #0043c0;
    font-weight: 500;
    font-family: "Plus Jakarta Sans";
}

@media (max-width: 992px) {
    .resource_list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}
.accordion-body {
    padding: 12px;
    background-color: rgb(245 249 252 / 0%) !important;
    border: 2px solid #ebf4fb !important;
    /* border-radius: 10px !important; */
}

.accordion .accordion-item {
    margin-bottom: 16px;
    border: none;
}

.accordion-button::after {
    background-image: url(../image/drop-down-arrow.webp) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../image/drop-down-arrow.webp) !important;
}

.accordion .accordion-header {
    background-color: transparent;
}

.accordion .accordion-header button {
    background-color: white;
    color: var(--secondary-color);
    font-family: var(--albersans-family);
    font-weight: 500;
    text-transform: capitalize;
    font-size: 17px;
    padding: 18px 0px;
    /*border: 1.3px solid var(--primary-color);*/
    border-radius: 0px !important;
    transition: all 0.3sease-in-out;
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

button.accordion-button.collapsed {
    border-bottom: 1px solid #1e75bb61 !important;
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
}

.accordion-body {
    padding: 12px;
    background-color: rgb(30 117 187 / 8%) !important;
}

#accordionState .accordion-body a {
    font-family: var(--popins-family);
    font-weight: 600;
    font-size: 18px;
    padding-inline: 20px;
    display: block;
}

.accordion-body a:hover {
    color: var(--primary-color);
}

.accordion-body p {
    font-family: var(--popins-family);
    font-weight: 400;
    font-size: 16px;
    text-align: left;
}

.row_modal {
    background: #bdd7eb42 !important;
    border-radius: 10px;
    border: 1px solid #dbe9f4 !important;
    padding: 1.3rem 0.6rem;
    margin-top: 22px;
}

a.search_cities_btn.new {
    background: white;
    border: 0px solid black !important;
    color: #1e75bb !important;
    text-decoration: underline;
    font-size: 21px;
    font-family: "Outfit";
}

.highlight {
    background-color: yellow;
    font-weight: bold;
}

section#top__cities {
    max-width: 960px;
    margin: 90px auto 0 !important;
}

section#routes_sec {
    max-width: 960px;
    margin: 0 auto;
}

.top_states_cards .top_moving_states_card {
    margin: 0 0px !important;
}

.top_states_cards .top_moving_states_card h3 {
    font-weight: 500 !important;
    font-size: 16px !important;
}

#company_search_page {
    padding: 0px 0 40px;
}

.top_states_cards .top_moving_states_card h3 .strong {
    font-size: 36px;
    color: var(--primary-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;
}

.loading-icon {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 5s linear infinite;
}

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

    100% {
        transform: rotate(360deg);
    }
}

.accordion-body label {
    display: block;
    font-family: "Plus Jakarta Sans";
}

.divider_3 {
    background-color: #1e75bb;
    width: 30%;
    height: 1px;
    margin: 13px auto;
}

.divider_4 {
    background-color: #1e75bb;
    width: 5%;
    height: 3px !important;
    margin: 10px auto;
    opacity: 1;
}

p.head_move {
    font-family: "Noto Serif" !important;
    text-align: center !important;
    font-size: 32px !important;
    margin-bottom: 15px !important;
    font-weight: 700 !important;
}

.row_modal input::placeholder {
    font-size: 14px !important;
}

.link_class {
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 600;
    color: #1e75bb;
}

.city_show_list li {
    font-family: var(--albersans-family);
    line-height: 32px;
    margin: 5px 0;
}

.city_show_list li a {
    color: #2b2f32 !important;
}

.city_show_list li a:hover {
    color: #1e75bb !important;
}

.city-hidden {
    display: none !important;
}

.upper_text_p {
    width: 80%;
    margin: 0px auto;
    text-align: center;
}

.suggest_line {
    font-size: 18px;
    font-family: "Outfit";
    text-align: center;
    margin-top: 10px;
}
.row_modal .input-group span,
.row_modal input:focus {
    background-color: #fff !important;
}
.icon_svg {
    width: 30px;
    /* margin-bottom: 7px; */
}
.input_icon {
    background-color: #dbe9f4 !important;
    border: 0px !important;
    border-radius: 10px;
    height: 45px;
}
.row_modal input {
    font-weight: 400;
    background-color: #fff;
    font-size: 14.5px;
}
.banner_inputs {
    border: 2px solid #dbe9f4;
    border-radius: 10px;
}
.banner_form_input {
    border: 0px solid #dbe9f4 !important;
    padding: 0.575rem 0.5rem;
    border-radius: 10px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.row_modal label {
    color: #2b2f32;
    margin-bottom: 2px;
    font-size: 14px;
    font-family: "Plus Jakarta Sans";
    font-weight: 700;
}
.row_modal button {
    text-align: center;
    transition: 0.5s;
    border-radius: 7px;
    padding: 10px 0px;
    font-size: 17px;
    letter-spacing: 0.2px;
    /* margin-top: 25px !important; */
    border: 0px solid #fd6b1b;
    color: #fff;
    width: 100%;
    background-color: #0043c0;
    font-weight: 500;
    font-family: "Plus Jakarta Sans";
}
.row_modal button:hover {
    background-color: #1375bb;
}
.get-form .card-header .color_head {
    font-weight: 700 !important;
    color: #1e75bb !important;
    margin: 0 !important;
    font-family: "Noto Serif", serif;
}
.color_head {
    font-weight: 800 !important;
    color: #1e75bb !important;
    margin: 0 !important;
    font-size: 18px !important;
    font-family: "Noto Serif", serif;
}

@media (max-width: 600px) {
    .upper_text_p {
        width: 100%;
    }

    #company_search_page .search_header h1 {
        font-size: 32px;
    }
}

ul.row.d-flex.city_show_list {
    max-width: 740px;
    margin: 0 auto;
}

@media (max-width: 600px) {
    ul.row.d-flex.city_show_list {
        max-width: 100%;
        margin: 0 auto;
    }

    .city_show_list li {
        font-size: 14px;
    }

    .suggest_line {
        line-height: 28px !important;
    }
}
