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

.movers_usa_content {
    max-width: 980px;
    margin: 0 auto;
}
::marker
 {
    color: #1e75bb;
 }

#movers h1 {
    font-family: var(--albersans-family);
    font-weight: 700;
}

.newsletter-area form {
    border: 0px solid var(--primary-color);
    border-radius: 6px;
    height: 55px;
    background: #dbe9f4;
    font-size: 12px;
    /* box-shadow: rgb(30 117 187 / 44%) 0 1px 4px; */
}

.newsletter-area form input[type="search"] {
    font-family: outfit;
    border: none;
    outline: 0;
    font-size: 18px;
    background: #dbe9f4;
    padding: 0px 30px;
}

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

.newsletter-area form button {
    padding: 0px 20px !important;
    background-color: transparent;
    border: none;
}

.movers_state_names li a {
    font-family: var(--albersans-family);
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    line-height: 32px;
    font-size: 18px;
    color: var(--secondary-color);
    transition: all 0.3sease-in-out;
}

.movers_state_names li a:hover {
    color: var(--primary-color);
}

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

.top_states_cards .card:hover {
    transform: scale(1.1);
}

.top_states_cards h1 {
    font-family: var(--albersans-family);
    font-weight: 600;
    font-size: 42px;
}

.top_states_cards .card-img-overlay {
    background-color: rgba(0, 0, 0, 0.397);
    transition: all 0.3s ease-in-out;
}

.top_states_cards .card-img-overlay:hover {
    background-color: rgba(0, 0, 0, 0.089);
    transform: scale(1.1);
}

.top_states_cards .card-img-overlay h5 {
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: var(--albersans-family);
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0.5px;
}

.movers_usa_content h2 {
    font-family: "Noto Serif", serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 42px;
}

.movers_usa_content p {
    font-family: var(--popins-family);
    font-weight: 400;
    color: var(--paragraph-color);
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 34px;
}

.head {
    font-size: 18px;
    font-weight: 400;
    font-family: var(--popins-family);
    line-height: 26px;
}

@media (max-width: 460px) {
    .head {
        font-size: 16px;
        line-height: 30px;
    }

    .movers_state_names li span {
        font-size: 16px;
        line-height: 28px;
    }

    .movers_usa_content h2 {
        font-size: 32px;
        line-height: 32px;
    }

    .movers_usa_content p {
        font-size: 16px;
        line-height: 30px;
    }
}

.img_div img {
    margin-right: 15px;
    border: 2px solid #1E75BB;
    border-radius: 50% !important;
    padding: 5px;
    background: white;
}

#map_container {
    max-height: 630px;
    min-height: 550px;
    height: 100% !important;
    position: relative;
    top: 0px !important;
    right: 36px;
}
    .trust-card {
      background: white;
      border-radius: 16px;
      max-width: 960px;
      width: 100%;
      overflow: hidden;
      /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
      border: 0px solid #1e74bb25 !important;
      margin: 0 auto;
      }
      .card-header {
      background: #fff;
      padding: 20px;
      border: 0;
      }
      .main-title {
      color: #212529 !important;
      font-size: 34px !important;
      font-weight: 700 !important;
      margin: 0 !important; 
      font-family: 'Noto Serif';
      }
      .features-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      margin: 0;
      }
      .feature-item {
    padding: 25px 20px;
    text-align: center;
    border-right: 0px solid #1e74bb25;
    position: relative;
    display: flex
;
    justify-content: center;
    align-items: center;
}
      .features-grid .feature-item::after{
        content: '';
        height: 70px;
        top: 20%;
        position: absolute;
        width: 1px;
        background-color: #1e75bb82;
        right: 0;
        z-index: 10;
      }
      .feature-item:last-child::after {
        content: '';
        height: 0px;
        top: 30%;
        position: absolute;
        width: 0px;
        background-color: #1e75bb;
        right: 0;
        z-index: 10;
      }
      .feature-item:last-child {
      border-right: none;
      }
      .feature-title {
      font-size: 22px;
      font-weight: 600;
      color: #1F2937;
      margin-bottom: 10px;
      font-family: 'Noto Serif';
      }
      .feature-description {
    font-size: 18px;
    color: #2b2f32;
    line-height: 1.5;
    font-family: 'Outfit';
}
      .this_articles ul li a {
      font-family: var(--popins-family);
      font-weight: 500;
      color: var(--secondary-color) !important;
      text-transform: capitalize;
      font-size: 14px;
      padding-bottom: 3px;
      position: relative;
      }
      @media (max-width: 768px) {
      .features-grid {
      grid-template-columns: 1fr;
      }
      .feature-item {
      border-right: none;
      border-bottom: 1px solid #E9ECEF;
      padding: 30px 25px;
      }
      .feature-item:last-child {
      border-bottom: none;
      }
      .main-title {
      font-size: 1.5rem;
      }
      .card-header {
      padding: 25px;
      }
      }
      .link_class {
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 500;
    color: #1e75bb;
}
.resource_list{
    display: grid;
      grid-template-columns: repeat(1, 1fr);

}
.resource_list a{
   font-family: var(--popins-family);
    font-weight: 400;
    display: block;
    color: var(--primary-color);
    letter-spacing: 0.3px;
    padding-block: 5px !important;
    transition: all 0.4s linear;
    text-decoration: none;
}
.movers_usa_content h2
 {
    font-family: var(--albersans-family);
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 42px;
}
@media(max-width:992px){
.resource_list{
    display: grid;
      grid-template-columns: repeat(1, 1fr);

}
}
@media(max-width:600px){
.resource_list{
    display: grid;
      grid-template-columns: repeat(1, 1fr);

}

.top_states_cards h1 {
    font-size: 32px !important;
}
}
.resource_list li{
    position: relative;
}
.resource_list li::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border: 1px solid rgb(0 67 192) !important;
    border-radius: 50%;
    top: 44%;
    left: -17px;
    z-index: 12;
    right: 33px;
    background-color: #fff;
}
.resource_list a:hover::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border: 1px solid rgb(0 67 192) !important;
    border-radius: 50%;
    top: 17px;
    left: -15px;
    z-index: 13;
    right: 33px;
    background-color: rgb(0 67 192) !important;

}
.resource_list a:hover{
    font-weight: 600;
    color: #1e75bb;
}
.local_subheading{
    color: #1e75bb;
}