@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lora:ital,wght@0,300..700;1,300..700&display=swap');

@font-face {
  font-family: Lora;
  src: url('./assets/fonts/Lora/Lora-Regular.ttf');
  font-weight: 400;
}

@font-face {
  font-family: Lora;
  src: url('./assets/fonts/Lora/Lora-Medium.ttf');
  font-weight: 500;
}

@font-face {
  font-family: Lora;
  src: url('./assets/fonts/Lora/Lora-SemiBold.ttf');
  font-weight: 600;
}

@font-face {
  font-family: Lora;
  src: url('./assets/fonts/Lora/Lora-Bold.ttf');
  font-weight: 700;
}

@font-face {
  font-family: Inter;
  src: url('./assets/fonts/Inter/Inter-Regular.ttf');
  font-weight: 400;
}

@font-face {
  font-family: Inter;
  src: url('./assets/fonts/Inter/Inter-Medium.ttf');
  font-weight: 500;
}

@font-face {
  font-family: Inter;
  src: url('./assets/fonts/Inter/Inter-SemiBold.ttf');
  font-weight: 600;
}

@font-face {
  font-family: Inter;
  src: url('./assets/fonts/Inter/Inter-Bold.ttf');
  font-weight: 700;
}

:root {
  --font-primary: 'Inter', sans-serif;
  --font-secondary: 'Lora', serif;

  --color-heading: #03031A;
  --color-text: #525258;
  --color-btn: #F2505D;
  --color-white: #fff;
}

*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}
p {
    font-family: var(--font-primary) !important;
    font-weight: 400 !important;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.2px;
}

.main {
    padding: 100px 0;
}

.profile_section .greybox {
    background: #F5F5F5;
    padding: 32px;
    align-items: center;
    display: flex;
}
.profile_section .greybox h1 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    margin: 0 0 15px 0;
}

.profile_section p {
    font-family: var(--font-primary);
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.2px;
    margin: 0;
    color: #45484D;
}

.review_rating {
    display: flex;
    gap: 15px;
    margin: 15px 0 0 0;
}

.profile_section ul.star {
    padding: 0;
    display: flex;
    gap: 5px;
    margin: 0;
}

.profile_section ul.star li {
    list-style: none;
}

.profile_section ul.star li i {
    font-size: 15px;
}
.profile_section .image_box {
    max-width: 20%;
    width: 100%;
}

.profile_section .greybox_contentRight{
    max-width: 80%;
    width: 100%;
}
.profile_section  .image_box img {
    margin: 50px;
}
.profile_section ul.info_list {
    padding: 0;
    margin: 12px 0 0 0;
    display: flex;
}
.profile_section ul.info_list li {
    list-style: none;
    padding-right: 16px;
    border-right: 1px solid #45484D;
    margin-right: 16px;
    color: #45484D;
    font-weight: 300;
}

.profile_section ul.info_list li:last-child {
    border: none;
}
.tabs-section .custom-tabs {
    margin: 32px 0 !important;
    padding: 0;
    display: flex;
}

.tabs-section .custom-tabs button.active {
    border-radius: 50px;
    background: #45484D;
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.2px;
    padding: 13px 24px;
    margin-right: 12px;
    color:#fff;
}
.tabs-section .custom-tabs button {
    border-radius: 50px;
    background: #F5F5F5;
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.2px;
    padding: 13px 24px;
    margin-right: 12px;
    color:#45484D;
    border: none;
}
.overview_sec h2 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 12px 0;
}

.overview_sec p {
    font-family: var(--font-primary);
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.2px;
}
.custom-tabs li {
    list-style: none;
}
.specialized_boxes {
    display: flex;
    gap: 24px;
    margin: 30px 0;
}
.specialized_boxes .box {
    width: 33%;
    background: #F5F5F5;
    padding: 32px 24px;
}

.specialized_boxes .box img {
    width: 40px;
    height: 40px;
}

.specialized_boxes .box h3 {
    margin: 24px 0 16px 0;
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0px;
    color: #171A19;
}
.specialized_boxes .box  ul {
    padding: 0;
    margin: 0;
}

.specialized_boxes .box ul li {
    list-style: none;
    font-family: var(--font-primary);
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.2px;
    margin: 0 0 5px 0;
}

.specialized_boxes .box ul li:last-child {
    margin: 0;
}

.specialized_boxes .box i {
    margin: 0px 10px 0 0;
    font-weight: 700;
}

.services_pricing h2 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
}

.services_pricing  p {
    font-family: var(--font-primary);
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: #45484D;
}

.services_pricing table {
    width: 100%;
    margin: 0 0 26px 0;
}


.services_pricing table thead {
    background: #4D4D4D;
}

.services_pricing table thead th {
    padding: 10px 15px;
    color: #fff;
}

.services_pricing table  td {
    padding: 10px 15px;
}

.services_pricing table body tr:nth-child(odd) {
    background: #f5f5f5;
}

.services_pricing table tbody tr:nth-child(odd) {
    background: #F5F5F5;
}
.services_pricing table tbody tr td.service-name {
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.2px;
}
section.ready_to_move .image_here {
    width: 52px;
    height: 52px;
    margin: 30px 58px;
}

section.ready_to_move {
    display: flex;
    background: #F5F5F5;
    padding: 32px 32px 32px 10px;
    margin-top: 60px;
    margin-bottom: 80px;
}

section.ready_to_move .image_here img {
    width: 52px;
    height: fit-content;
}

section.ready_to_move h3 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
}

section.ready_to_move p {
    font-family: var(--font-primary);
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.2px;
}

section.ready_to_move  a {
    background: #006AFF;
    color: #fff;
    padding: 12px 32px;
    text-decoration: none;
    display: block;
    width: fit-content;
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
}

.Where_We_Operate h3 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
}

.Where_We_Operate p {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #45484D;
    letter-spacing: -0.2px;
}
.Where_We_Operate img {
    margin: 25px 0;
}
.inner-row {
    display: flex;
    gap: 25px;
}

.inner-row .box {
    background: #F5F5F5;
    padding: 32px 24px;
    border-radius: 10px;
}

.inner-row .box img {
    width: 40px;
    margin: 0 0 15px 0;
}

.inner-row .box  h3 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0px;
}

.inner-row .box  ul {
    padding: 0;
    margin: 0;
}

.inner-row .box ul li {
    list-style: none;
    margin: 0 0 10px 0;
    font-family: var(--font-primary);
    font-weight: 300 !important;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.2px;
}

.inner-row .box ul li i {
    margin: 0 10px 0 0;
}
.fleet_packaging h3 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
}

section.fleet_packaging {
    margin-top: 80px;
}

.inner-row .box ul li:last-child {
    margin: 0;
}
section.similar-comp {
    margin: 80px 0;
}

section.similar-comp h3 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
}

.similar-comp-list {
    display: flex;
    align-items: center;
    background: #F5F5F5;
    padding: 30px;
    margin: 0 0 20px 0;
    justify-content: space-between;
}

.similar-comp-list p {
    margin: 0;
}

.similar-comp-list h4 {
    margin: 0;
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
}

.similar-comp-list img {
    width: 40px;
    margin: 0 20px;
}

.similar-comp-list i {
    margin: 0 10px 0 0;
}

.similar-comp-list a i.fa-solid {
    margin: 0 0 0 10px;
    transform: rotate(-50deg);
}

.similar-comp-list a {
    text-decoration: none;
}
section.faq-sectionIn_ {
    padding-bottom: 60px;
}
.faq-sectionIn_ h3 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 25px 0;
}

.faq-sectionIn_ button.accordion-button {
    color: #000;
    background: #fff;
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.2px;
    padding-left: 60px;
    box-shadow: none !important;
}

.faq-sectionIn_ button.accordion-button::after {
    left: 20px;
    right: auto;
    position: absolute;
    color: #000;
    content: '\f107';
    background: none;
    font-family: fontawesome;
    top: 25px;
    background-image: none !important;
}
.faq-sectionIn_ .accordion-button[aria-expanded="true"]::after {
    color: #000;
    top: 30px;
}

.faq-sectionIn_ .accordion-button[aria-expanded="true"] {
    background: #FAFAFA;
    box-shadow: none;
}

.faq-sectionIn_  .accordion-item {
    border: none;
}

.faq-sectionIn_  .accordion-body {
    font-family: var(--font-primary);
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.2px;
    background: #FAFAFA;
    padding: 0 40px 20px 60px;
}

.faq-sectionIn_  .accordion-body code {
    color: #0d6efd;
}

.faq-sectionIn_ .accordion-button:first-child {
    border: none;
    border-top: 1px solid #ccc;
    border-radius: 0;
}

.faq-sectionIn_   div#collapseOne {
    border: none;
}
 
.faq-sectionIn_ button.accordion-button {
    padding: 24px 24px 24px 60px !important;
}
.faq-sectionIn_  a.icon-rotate {
    text-decoration: none;
}

.faq-sectionIn_  a.icon-rotate i.fa-solid.fa-arrow-right {
    margin: 0 0 0 10px;
    transform: rotate(-50deg);
}
.faq-sectionIn_  .accordion-item:last-child .accordion-button {
    border-bottom: 1px solid #ccc;
    border-radius: 0 !important;
}
.faq-sectionIn_  a.icon-rotate {
    margin-top: 25px;
    display: block;
    width: fit-content;
}
.relatedPostAIn_ .container{
    padding: 0px !important;
}

section#testimonials {
    padding: 80px 0;
}

section#testimonials h2 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
}
.testimonials-slider  .slick-list.draggable {
    padding: 0 !important;
}
.testimonials-slider .slick-slide {
    background: #F5F5F5;
    padding: 20px;
    margin: 0 20px 0 0;
}

.testimonials-slider .slick-slide .stars {
    font-size: 20px;
    margin: 0 0 10px 0;
}

.testimonials-slider .slick-slide p.testimonial-text {
    font-family: var(--font-primary);
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.2px;
    min-height: 105px;
}

.testimonials-slider .slick-slide p.customer-name {
    font-family: var(--font-primary);
    font-weight: 600 !important;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: #45484D;
    margin: 0;
}

.testimonials-slider .slick-slide p.customer-route {
    font-family: var(--font-primary);
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.2px;
    margin: 0;
}
.testimonials-slider .slick-dots {
    bottom: -50px;
    width: fit-content;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.testimonials-slider .slick-dots li button:before {
    font-size: 42px;
    width: 12px;
}

.testimonials-slider .slick-dots li button {
    padding: 0;
    width: 12px;
    background: none !important;
    box-shadow: none !important;
    font-size: 12px !important;
}

.testimonials-slider .slick-dots li {
    width: 12px;
}
.testimonials-slider {
    direction: ltr !important;
}


.testimonials-slider .slick-prev {
    top: auto !important;
    bottom: -80px;
    font-size: 18px !important;
    color: transparent !important;
    width: 40px !important;
    height: 40px !important;
    overflow: hidden;
    background: #F5F5F5 !important;
    border-radius: 50px;
}

.testimonials-slider .slick-next {
    top: auto !important;
    bottom: -80px;
    font-size: 18px !important;
    color: transparent !important;
    width: 40px !important;
    height: 40px !important;
    overflow: hidden;
    background: #F5F5F5 !important;
    border-radius: 50px;
}

.testimonials-slider .slick-next {
    right: 0 !IMPORTANT;
}

.testimonials-slider .slick-next:before {
    content: '\f107' !important;
    color: #000 !important;
    font-family: 'FontAwesome' !important;
    transform: rotate(-90deg);
    position: absolute;
    top: 10px;
    left: 13px;
}

.testimonials-slider .slick-prev {
    left: 0 !IMPORTANT;
}

.testimonials-slider .slick-prev::before {
    content: '\f107' !important;
    color: #000 !important;
    font-family: 'FontAwesome' !important;
    transform: rotate(90deg);
    position: absolute;
    top: 10px;
    left: 10px;
}

.client-details {
    display: flex;
    gap: 15px;
}

.client-details .img {
    width: 56px;
    height: 56px;
    background: #D9D9D9;
    border-radius: 50px;
}

section.hero_section p {
    font-family: var(--font-primary);
    font-weight: 300 !important;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.2px;
}
section.hero_section h1{
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 42px;
    letter-spacing: 0%;
    text-align: center;
    color: #17181A;
}

section.expert_moving_main h1.text-center{
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 42px;
    letter-spacing: 0%;
    text-align: center;
    color: #17181A;
}
section.hero_section {
    padding: 40px 0;
    background: #F5F5F5;
}

section.hero_section p {
    font-family: var(--font-primary);
    font-weight: 400 !important;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.2px;
    text-align: center;
    color: #45484D;
    max-width: 855px;
    margin: 0 auto;
    color: #45484D;
}
.state_section h2 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
}
.state_section {
    padding: 80px 0;
}
.state_section  a.list-group-item {
    background: #F5F5F5;
    margin: 0 0 20px 0;
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #17181A;
    padding: 13px !important;
}
.state_section a.list-group-item:last-child {
    margin: 0;
}


section.search_locations p {
    font-family: var(--font-primary);
    font-weight: 300 !important;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.2px;
}
section.search_locations h1{
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 42px;
    line-height: 52px;
    letter-spacing: 0%;
    text-align: center;
}

.search_locations {
    background: #F5F5F5;
    padding: 40px 0;
}

section.search_locations p {
    font-family: var(--font-primary);
    font-weight: 400 !important;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.2px;
    text-align: center;
    max-width: 855px;
    margin: 17px auto 30px auto;
    color: #45484D;
}

.search_locations .input-group {
    max-width: 636px;
    margin: 0 auto;
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
}

.search_locations .input-group input {
    font-family: var(--font-primary) !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    margin-right: 25px;
    border-radius: 0;
    height: fit-content !important;
    border: none !important;
    box-shadow: none !important;
    padding: 13px 20px !important;
    color: #45484D !important;
}

.search_locations .input-group  button {
    background: #006AFF;
    border-radius: 0;
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
}

section.pop-routes {
    padding: 80px 0;
}

section.pop-routes h2 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 28px;
    margin: 0 0 40px 0;
    line-height: 38px;
}

section.pop-routes  .col-md-12 h2 {
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 15px 0;
}

.list-city a.list-group-item {
    font-family: var(--font-primary);
    font-weight: 400 !important;
    font-size: 18px;
    line-height: 28px;
    position: relative;
    display: block;
    margin: 0px 0;
    width: 50%;
    padding: 10px 0 10px 35px !important;
    background-color: none !important;
    border: none !important;
    color: var(--color-text) !important;
}

.list-city a.list-group-item:focus {
    border: none !important;
    outline: none !important;
}
.list-city a.list-group-item:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #45484D;
    left: 15px;
    border-radius: 50px;
    top: 20px;
}

.list-city {
    margin: 0 0 40px 0;
}
.list-city a.list-group-item:hover {
    background: #F5F5F5;
    color: #006AFF !important;
}

section.why_compare {
    padding: 80px 0;
}

section.why_compare h2 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #17181A;
}

section.why_compare  p {
    font-family: var(--font-primary);
    font-weight: 400 !important;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.2px;
    max-width: 930px;
    color: #45484D !important;
}

section.why_compare  ul {
    padding: 0;
}

section.why_compare ul li {
    list-style: none;
    margin: 15px 0;
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: #45484D !important;
}






.compare_cities {
    background: #F5F5F5;
    padding: 40px 0;
}

.compare_cities p {
    font-family: var(--font-primary);
    font-weight: 400 !important;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.2px;
    text-align: center;
    max-width: 855px;
    margin: 0 auto;
    color: #45484D !important;
}

.compare_cities .card {
    margin: 25px auto 0 auto;
    max-width: 855px;
    padding: 32px;
}

.compare_cities button.btn {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    white-space: nowrap;
    background: #006AFF;
    border-radius: 0;
    padding: 10px 32px;
}

.compare_cities button.btn a{
   color: #fff !important;
   text-decoration: none !important;
}

.compare_cities .card input.form-control {
    width: 280px;
    background: #F5F5F5;
    border: none;
    border-radius: 0;
    padding: 13px 15px;
    height: fit-content !important;
}

.compare_cities .card .col-md-5 {
    width: fit-content;
}

.compare_cities .card .col-md-2 {
    width: fit-content;
}

.compare_cities .card .col-md-5 label {
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    margin: 0 0 10px 0;
}

.popular_routes h2 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
}

.popular_routes  p {
    font-family: var(--font-primary);
    font-weight: 400 !important;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.2px;
}

.popular_routes  ul {
    padding: 0 0 0 20px;
}

section.why_compare ul {
    margin: 0;
}

.popular_routes ul li {
    list-style: disc;
    margin: 12px 0;
    color: #006AFF;
}

.popular_routes ul li a {
    text-decoration: none;
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: #006AFF;
}

section.popular_routes {
    padding: 0 0 60px 0;
}

.popular_routes_boxes .row.text-center {
    background: #F5F5F5;
    padding: 32px;
}

.popular_routes_boxes p {
    margin: 0;
    font-family: var(--font-primary);
    font-weight: 400 !important;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.2px;
    text-align: left;
    color: #45484D;
}

.popular_routes_boxes  img {
    width: 32px;
    margin: 0 0 15px 0;
}

.popular_routes_boxes .col-md-3 {
    text-align: left;
}

section.popular_routes_boxes {
    margin: 0 0 80px 0;
}




.single-city-main h1 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 42px;
    line-height: 52px;
    text-align: left;
    margin: 0 0 20px 0;
}

.city-guide-hero h1{
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 42px;
    line-height: 52px;
    text-align: center;
    margin: 0 0 20px 0;
}

.single-city-main {
    padding: 0 0 60px 0;
}

.admin-info {
    display: flex;
    gap: 20px;
    margin: 0 0 32px 0;
}

.datetime {
    display: flex;
    gap: 10px;
}

.admin-info p {
    margin: 0;
    font-family: var(--font-primary);
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.2px;
}

.admin-image {
    width: 56px;
    height: 56px;
    border-radius: 50px;
    background: #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.admin-image img {
    width: 100%;
    max-width: 25px;
}
.cost_of_living h2 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
}
.cost_of_living img {
      width: 100%;
    margin: 15px 0 30px 0;
}

.jobs_salaries {
    padding: 60px 0;
}

.jobs_salaries h2 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
}

.jobs_salaries p {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.2px;
}

table.table thead {
    background: #333333;
}

table.table thead th {
    color: #fff;
    padding: 10px 24px;
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.2px;
}

table.table  td {
    padding: 10px 24px;
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: #45484D;
}

table.table td:first-child {
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.2px;
    color: #17181A;
}

.table>tbody tr:nth-child(odd) {
    background: #F5F5F5;
}


.housing_realestate {
    padding: 0 0 60px 0;
}

.housing_realestate h2 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
}

.housing_realestate p {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.2px;
}

.texas h2 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
}

.Climate_Weather {
    padding: 60px 0 0 0;
}

.Climate_Weather h2 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
}

.Climate_Weather img {
    margin: 15px 0 30px 0;
    width: 100%;
}
.Demographics {
    padding: 60px 0 0 0;
}

.Demographics h2 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
}
.Transportation {
    padding: 60px 0 0 0;
}

.Transportation h2 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
}
.life_education {
    padding: 60px 0 0 0;
}

.life_education h2 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
}
.Glance {
    padding: 60px 0 60px 0;
}

.Glance h2 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
}

.Glance  a.btnn {
    background: #006AFF;
    display: block;
    color: #fff;
    width: fit-content;
    text-decoration: none;
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    padding: 13px 32px;
}


.faq-city h2 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 32px 0;
}

.faq-city  .accordion-item {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}

.faq-city  .accordion-button:not(.collapsed) {
    background: #FAFAFA;
}

.faq-city .accordion-item button.accordion-button {
    border: none !important;
    box-shadow: none;
    padding: 25px 25px 20px 65px !important;
    color: #000 !important;
    font-size: 20px !important;
}

.faq-city .accordion-item .show {
    background: #fafafa;
}

.faq-city .accordion-item .accordion-body {
    padding: 0 25px 25px 65px;
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.2px;
    max-width: 808px;
}
.faq-city .accordion-button:not(.collapsed)::after {
    left: 30px;
    right: auto;
    position: absolute;
    transform: rotate(0deg);
    color: #171A19;
    content: '\f107';
    background: none;
    font-family: FontAwesome;
    font-size: 18px;
    font-weight: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-city .accordion-button::after {
    left: 30px;
    right: auto;
    position: absolute;
    transform: rotate(-90deg);
    content: '\f107';
    background: none;
    font-family: FontAwesome;
    font-size: 18px;
    font-weight: 100;
}

.faq-city a.btn.btn-primary {
    background: none;
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #006AFF;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 0;
    position: relative;
}

.faq-city .text-center {
    text-align: left !important;
    margin: 32px 0 0 0;
}

.faq-city a.btn.btn-primary:after {
    content: '\f061';
    font-family: 'FontAwesome';
    transform: rotate(-45deg);
    position: absolute;
    right: -20px;
    top: 0;
}

.faq-city {
    padding: 0 0 60px 0;
}

.key-summary h2 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 25px 0;
}

.Housing_Costs {
    padding: 60px 0;
}

.Housing_Costs h2 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 25px 0;
}


.Groceries_Dining{
    padding: 0 0 60px 0;
}

.Groceries_Dining h2 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 25px 0;
}

.Taxes{
    padding: 0 0 60px 0;
}
.Taxes h2 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 25px 0;
}

.Healthcare{
    padding: 0 0 60px 0;
}
.Healthcare h2 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 25px 0;
}



.Transportations{
    padding: 0 0 60px 0;
}
.Transportations h2 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 25px 0;
}



.Family_Lifestyles{
    padding: 0 0 60px 0;
}
.Family_Lifestyles h2 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 25px 0;
}
.Savings_Glance h2 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 25px 0;
}

.Savings_Glance table.table thead th {
    font-size: 16px;
    padding: 10px 20px;
}

.Savings_Glance table.table td {
    padding: 10px 20px;
}

.Savings_Glance a.btn.btn-primary {
    background: #006AFF;
    display: block;
    color: #fff;
    width: fit-content;
    text-decoration: none;
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    padding: 13px 32px;
    border-radius: 0;
}

.Savings_Glance {
    padding: 0 0 60px 0;
}

.page-id-122 .breadcrumb {
    margin-bottom: 12px;
}

.page-id-124 .breadcrumb {
    margin-bottom: 12px;
}

.page-id-126 .breadcrumb {
    margin-bottom: 12px;
}

.compare_cities h1{
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 42px;
    line-height: 52px;
    letter-spacing: 0%;
    text-align: center;
    color: #17181A;
}

header nav.navBar ul li.menu-item-has-children {
    position: relative;
}

header nav.navBar ul li.menu-item-has-children ul.sub-menu {
    position: absolute;
    background: #fff;
    padding: 15px;
    width: 300px;
    margin-left: 0px !important;
    margin-top: 15px !important;
    opacity: 0;
    transition: all .6s ease;
    flex-wrap: wrap;
    gap: 15px;
}

header nav.navBar ul li.menu-item-has-children ul.sub-menu li a span.ast-icon.icon-arrow {
    display: none;
}


header nav.navBar ul li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
}

.faq-city .accordion-item button.accordion-button::after {
    background-image: none !important;
}

.faq-city .accordion-item button.accordion-button.collapsed {
    background: #fafafa !important;
}

.key-summary.breakdown {
    margin-top: 60px;
}

.austin {
    margin-top: 40px;
}

.austin .first {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.austin .first > div {
    max-width: 50%;
    width: 100%;
}

.austin .first  .stats .stat-row {
    padding-bottom: 12px;
}

.first ul.stats {
    margin-left: 0px;
    list-style: none;
    padding-left: 0px;
}

.austin .first .stats .stat-row span.stat-label {
    font-weight: 500;
    color: #45484D;
    font-family: var(--font-primary);
    font-size: 18px;
}

.austin .first .stats .stat-row  span.stat-value {
    font-weight: 400;
    color: #45484D;
    font-family: var(--font-primary);
    font-size: 18px;
}

.austin .first img {
    width: 100%;
}

.firstIn{
    margin-top: 30px;
}

.firstIn ul.stats {
    margin-left: 0px;
}

.firstIn.darkBox {
    background: #F5F5F5;
    padding: 24px 24px 24px 30px;
    border-left: 6px solid #ACACAC;
}

.firstIn.darkBox .btnBox {
    display: flex;
    align-items: center;
    gap: 24px;
}

.firstIn.darkBox .btnBox button:first-child {
    background: #006AFF;
    border: 1px solid #006AFF;
}

.firstIn.darkBox .btnBox button:last-child {
    background: none;
    border: 1px solid #006AFF;
}

.firstIn.darkBox .btnBox button:first-child a {
    color: #fff !important;
    text-decoration: none;
}

.firstIn.darkBox .btnBox button:last-child a {
    color: #006AFF !important;
    text-decoration: none;
}

.key-summary.austin {
    margin-bottom: 60px;
}

.key-summary.austin:last-child{
    margin-bottom: 0px;
}

ul.stats li.stat-row {
    padding-bottom: 12px;
}

ul.stats li.stat-row span.stat-value {
    color: #45484D;
    font-weight: 400;
}

ul.stats li.stat-row span {
    font-size: 18px;
    color: #45484D;
    font-family: var(--font-primary);
}

ul.stats li.stat-row span.stat-label {
    font-weight: 500;
}

.key-summary p {
    font-family: var(--font-primary) !important;
    color: #45484D !important;
    font-weight: 400 !important;
}

.darkBox {
    background: #F7F7F7;
    padding: 24px;
    margin-top: 60px;
    margin-bottom: 80px;
}

.darkBox h3 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #17181A;
}

.darkBox button {
    background: #006AFF;
}

.darkBox button a {
    color: #fff;
    text-decoration: none;
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
}

.key-summaryBox h3 {
    font-family: var(--font-primary);
    font-weight: 600;
    font-style: Italic;
    font-size: 20px;
    line-height: 30px;
    color: #17181A;
    margin-top: 24px !important;
}

.key-summaryBox  ul {
    margin-left: 0px;
    margin-bottom: 0px !important;
}

.key-summaryBox ul li {
    padding-bottom: 12px;
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: #45484D;
}

.key-summary.sizing h3 {
    font-family: var(--font-primary);
    font-weight: 600;
    font-style: Italic;
    font-size: 20px;
    line-height: 30px;
    color: #17181A;
}

.key-summary img {
    width: 100%;
}

.listBoxed {
    padding: 32px;
    background: #F5F5F5;
    display: flex;
    align-items: flex-start;
    gap: 93px;
}

.listBoxed h3 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #17181A;
    margin-bottom: 16px;
}

.listBoxed  ul {
    margin-left: 0px;
}

.listBoxed ul li {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: #45484D;
    padding-bottom: 12px;
}

.key-summary.breakdown ul li{
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: #45484D;
    padding-bottom: 12px;
}

.key-summary.curious {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    background: #F5F5F5;
    padding: 32px;
}

.key-summary.curious .curiousImg img {
    width: 100%;
    max-width: 52px;
    padding-top: 29px;
}

.key-summary.curious .curioustext h2 {
    margin-bottom: 12px !important;
}

.key-summary.curious .curioustext  button {
    background: #006AFF;
    padding: 12px 32px;
    border: 1px solid #006AFF;
}

.key-summary.curious .curioustext button a {
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.key-summary.curious .curioustext p {
    margin-bottom: 27px;
}

.key-summary.sizing .mover-listing {
    display: flex;
    align-items: center;
    gap: 40px;
    background: #F5F5F5;
    margin-bottom: 20px;
    padding: 28px;
}

.key-summary.sizing .mover-listing > img {
    max-width: 44px;
}

.key-summary.sizing .mover-listing .mover-info {
    max-width: 40%;
    width: 100%;
}

.key-summary.sizing .mover-listing .mover-info .mover-tag {
    font-family: var(--font-primary);
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #737880;
    margin-bottom: 2px;
}

.key-summary.sizing .mover-listing .mover-info  .mover-name {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0%;
    color: #17181A;
}

.key-summary.sizing .mover-listing .mover-details {
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.key-summary.sizing .mover-listing .mover-details .rating-details .rating {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.2px;
    color: #17181A;
    margin-bottom: 5px;
}

.key-summary.sizing .mover-listing .mover-details .rating-details .rating span.star-icon {
    margin-right: 6px;
    color: #141B34;
    font: 18px;
}

.key-summary.sizing .mover-listing .mover-details .rating-details .feature{
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.2px;
    color: #45484D;
}

.key-summary.sizing .mover-listing .mover-details .rating-details .feature span{
    margin-right: 6px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.2px;
    color: #45484D;
}

.key-summary.sizing .mover-listing .mover-details a.quote-button{
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #006AFF;
    text-decoration: none;
}


.expert_moving_main {
    background: #F5F5F5;
    padding: 40px 0 32px 0;
}
.expert_moving_main p {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.2px;
    text-align: center;
    max-width: 855px;
    margin: 17px auto 30px auto;
}

.expert_moving_main .input-group {
    max-width: 636px;
    margin: 0 auto;
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
}

.expert_moving_main .input-group input {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    margin-right: 25px;
    border-radius: 0;
    height: fit-content;
    border: 1px solid #fff;
    box-shadow: none ! IMPORTANT;
}

.expert_moving_main .input-group button {
    background: #006AFF;
    border-radius: 0;
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    padding: 10px 32px;
}
.blog-item {
    display: flex;
    align-items: flex-start;
    margin: 0 0 24px 0;
    border-bottom: 1px solid #d9d9d9;
    padding: 0 0 24px 0;
}

.btags {
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
}

.btags p {
    margin: 0;
}
.img-box {
    width: 30%;
    height: 100%;
    display: flex;
    min-height: 200px;
    background: #d9d9d9;
    align-items: center;
    justify-content: center;
    margin: 0 25px 0 0;
}

.img-box img {
    width: 50px;
}

.b-content {
    width: 70%;
}

section.allblogs {
    padding: 60px 0;
}

.b-content h3 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0px;
}

p.tag {
    background: #E6E6E6;
    font-family: var(--font-primary);
    padding: 7px 25px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.2px;
    border-radius: 50px;
}

.blog-item p.time {
    font-family: var(--font-primary);
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.2px;
    margin: 0 0 0 16px;
    padding: 0 0 0 30px;
    border-left: 1px solid #ccc;
    position: relative;
}
.blog-item p {
    margin: 0;
}
.expert_moving_main i {
    position: absolute;
    left: 15px;
    z-index: 9;
    top: 19px;
    color: #45484da8;
}

.expert_moving_main input {
    padding: 13px 0 13px 40px !important;
}
.blog-item p.time:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #8A9099;
    left: 12px;
    border-radius: 50px;
    top: 6px;
}






.best-mov-hero {
    padding: 60px 0;
}

.best-mov-hero h1 {
    text-align: left;
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 42px;
    line-height: 52px;
}

.moving-guide-hero h1{
    text-align: center;
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 42px;
    line-height: 52px;
}

.best-mov-hero .author-by {
    display: flex;
    gap: 15px;
    margin: 20px 0 32px 0;
}

.best-mov-hero .author-by .imagecircle {
    width: 56px;
    height: 56px;
    background: #D9D9D9;
    border-radius: 50px;
}

.best-mov-hero .a-content {
    display: block;
}

.best-mov-hero .a-content .timedate {
    display: flex;
}

.best-mov-hero .a-content p {
    margin: 0;
}

.best-mov-hero .timedate p {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.2px;
}
.best-mov-hero .author-by .imagecircle img {
    width: 100%;
    max-width: 24px;
}

.best-mov-hero .author-by .imagecircle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.choosen-by-customer .rating-list {
    display: flex;
    background: #F5F5F5;
    padding: 28px 32px;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    margin: 0 0 20px 0;
}

.choosen-by-customer .r-image img {
    width: 42px;
}

.choosen-by-customer .r-image {
    margin-right: 0;
    display: flex;
    align-items: center;
}

.choosen-by-customer .r-locations p {
    margin: 0;
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.choosen-by-customer .r-locations h3 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    margin: 0;
}

.choosen-by-customer .r-locations {
    margin-right: 0;
    max-width: 390px;
    width: 100%;
}

.choosen-by-customer .r-star p {
    margin: 0;
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.2px;
}

.choosen-by-customer .r-quote a {
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-decoration: none;
    letter-spacing: 0px;
}

.choosen-by-customer .r-star {
    width: 100%;
    max-width: 260px;
}

.choosen-by-customer h2 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
}
.choosen-by-customer .r-star p i {
    margin: 0 15px 0 0;
}

.choosen-by-customer .r-star p:first-child {
    font-weight: 600 !important;
}

.choosen-by-customer .r-quote a i {
    margin-left: 5px;
    transform: rotate(-45deg);
}
.how_we_choose {
    padding: 60px 0;
}

.how_we_choose h2 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
}

.how_we_choose h4 {
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.2px;
}
.moving-comp table {
    width: 100%;
    margin: 0 0 20px 0;
}

.moving-comp table th {
    background: #4C4C4C;
    color: #fff;
    padding: 13px 24px;
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.2px;
}

.moving-comp table  td {
    padding: 36px 24px;
}
.moving-comp tbody tr:nth-child(odd) {
    background: #F5F5F5;
    border-bottom: 1px solid #D9D9D9;
}
.moving-comp table td a {
    text-decoration: none;
    background: #006AFF;
    color: #fff;
    padding: 10px 15px;
}

.moving-comp tbody tr {
    border-bottom: 1px solid #D9D9D9;
}
.moving-comp h2 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
}

.depth-review {
    padding: 80px 0;
}

.depth-review h2 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
}


.depth-review-header {
    display: flex;
    justify-content: space-between;
}

.depth-review-card {
    background: #F5F5F5;
    padding: 32px 24px;
    margin: 0 0 32px 0;
}

.rat-side {
    display: flex;
    align-items: center;
    gap: 24px;
    width: 50%;
}

.rat-side img {
    width: 70px;
}

.c-info p {
    margin: 0;
    font-size: 16px;
}

.c-info h2 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    text-decoration: underline;
}

.c-info i.fa-solid.fa-star {
    font-size: 15px;
    margin: 0 2px 0 0;
}

span.stars {
    padding-left: 10px;
    border-left: 1px solid #Ccc;
    margin-left: 10px;
}

.reachus a {
    display: block;
    text-decoration: none;
    background: #006AFF;
    color: #fff;
    padding: 15px 60px;
    width: 100%;
    max-width: 250px;
    text-align: center;
}

.reachus {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 50%;
    justify-content: end;
}


.features {
    margin: 25px 0;
    display: flex;
    padding: 12px 0;
    justify-content: space-between;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}

.features span {
    font-family: var(--font-primary);
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.2px;
}

.pros-cons {
    display: flex;
}

.pros-cons .pros {
    width: 50%;
}

.pros-cons .pros h3 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}

.pros-cons .pros  li {
    font-family: var(--font-primary);
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.2px;
    margin: 0 0 10px 0;
    list-style: none;
}

.cons h3 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}

.cons  li {
    font-family: var(--font-primary);
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.2px;
    margin: 0 0 10px 0;
    list-style: none;
}

.reviews {
    display: flex;
    gap: 20px;
}

.reviews .review {
    background: #FAFAFA;
    padding: 20px;
}

.rating {
    font-size: 20px;
}
.pros-cons .pros ul {
    padding: 0;
}

.pros-cons .pros ul i {
    margin: 0 15px 0 0;
    color: #64bf64;
    font-size: 16px;
}

.cons ul {
    padding: 0;
}

.cons ul i {
    margin: 0 15px 0 0;
    color: red;
}
.reviews .review .td {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px 0;
}

.reviews .review .td .date {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.2px;
    text-align: right;
    color: #797C80;
}

.reviews .review p {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.2px;
}

.features span {
    padding: 0;
    width: 20%;
    position: relative;
}

.features span:last-child {
    border-right: none;
    padding-right: 0;
}

.features span:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background: #ccc;
    right: 50px;
    top: 5px;
}

.features span:last-child::after {
    display: none;
}

.reachus a.phonebtn {
    color: #006AFF;
    background: none;
    border: 1px solid #006AFF;
    white-space: nowrap;
}
.reachus a.phonebtn:hover {
    background: #006AFF;
    color: #fff;
}
.features span img {
    width: 100%;
    max-width: max-content;
    margin: 0 10px 0 0;
}
.reachus a.phonebtn i.fa-solid.fa-phone {
    margin: 0 10px 0 0;
}




.comparison-table table {
    width: 1296px;
}
.service-comparison p {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.2px;
    max-width: 930px;
}

.comparison-table {
    margin: 32px 0 0 0;
}

.comparison-table th {
    background: #4D4D4D;
    color: #fff;
    padding: 12px 10px;
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: -0.2px;
}

.comparison-table  td {
    padding: 12px 10px;
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: -0.2px;
}
.comparison-table table {
    width: 1296px;
}

.comparison-table td i.fa-solid.fa-xmark {
    color: red;
}

.comparison-table td i.fa-solid.fa-check {
    color: #64bf64;
}

.mover-categories {
    margin: 80px 0;
}

.comparison-table  tbody tr:nth-child(odd) {
    background: #F5F5F5;
}

.comparison-table tbody tr {
    border-bottom: 1px solid #D9D9D9;
}

.comparison-table table {
    width: 1296px;
}

.comparison-table td i.fa-solid.fa-xmark {
    color: red;
}

.comparison-table td i.fa-solid.fa-check {
    color: #64bf64;
}

.mover-categories {
    margin: 80px 0;
}

.comparison-table  tbody tr:nth-child(odd) {
    background: #F5F5F5;
}

.comparison-table tbody tr {
    border-bottom: 1px solid #D9D9D9;
}

.category-list ul li  a {
    color: #006AFF;
}

.category-list ul li {
    margin: 0 0 10px 0;
    color: #006AFF;
}
.service-comparison {
    margin-top: 80px;
}
.readytoget a {
    display: block;
    text-decoration: none;
    background: #006AFF;
    color: #fff;
    padding: 15px 40px;
    width: 100%;
    max-width: fit-content;
    text-align: center;
}
.methodology-section {
    padding: 60px 0 0 0;
}
.method-item  h3 {
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.2px;
}

.methodology-list {
    padding-left: 20px;
}

.method-item {
    position: relative;
}

.method-item:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #000;
    left: -20px;
    top: 10px;
    border-radius: 50px;
}
.moving-guide-hero {
    background: #F5F5F5;
    padding: 40px 0;
}

.moving-guide-hero p {
    max-width: 855px;
    margin: 0 auto;
    text-align: center;
}
.state-directory {
    padding: 80px 0;
}

.state-directory h2 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
}

.states-table table {
    width: 100%;
    border: none;
}

.states-table table td {
    background: #F5F5F5;
    width: 24%;
    padding: 13px;
    text-align: center;
    margin: 0 0 20px 0;
}

.states-table tr {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.states-table table td a {
    color: #17181A;
    text-decoration: none;
}

.states-table {
    margin: 32px 0 0 0;
}

.page-id-140 .main {
    padding: 0px !important;
}

.how_we_choose ul {
    margin-left: 0px !important;
}

.mover-categories .category-list ul {
    margin-left: 0px;
}

.states-table table tr:last-child td {
    margin-bottom: 0px;
}

.city-guide-hero {
    background: #F5F5F5;
    padding: 40px 0 32px 0;
}

.city-guide-hero p {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.2px;
    text-align: center;
    max-width: 855px;
    margin: 17px auto 30px auto;
}

.city-guide-hero .input-group {
    max-width: 636px;
    margin: 0 auto;
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
}

.city-guide-hero .input-group input {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    margin-right: 25px;
    border-radius: 0;
}

.city-guide-hero .input-group button {
    background: #006AFF;
    border-radius: 0;
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    padding: 10px 32px;
}

.city-guide-hero i {
    position: absolute;
    left: 15px;
    z-index: 9;
    top: 19px;
    color: #45484da8;
}

.city-guide-hero input {
    padding: 13px 0 13px 40px !important;
}

.explore-cities {
    padding: 80px 0;
}

.explore-cities h2 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 32px 0;
    color: #17181A;
}

.explore-cities .cities-here {
    display: flex;
    gap: 24px;
    margin: 0 0 24px 0;
}
.explore-cities .cities-here .city {
    width: 33%;
    background: #F5F5F5;
}
.explore-cities .cities-here .city .cityimage {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.explore-cities .cities-here .city .cityimage img {
    width: 40px;
}

.explore-cities .cities-here .city p {
    background: #E0E0E0;
    margin: 0;
    font-family: var(--font-primary);
    font-weight: 600 !important;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    padding: 12px;
}


/*..*/
.moving-form-section {
    padding: 60px 0;
    height: 70vh;
    background: #F5F5F5;
}

.progress-step {
    width: fit-content;
    background: #E6E6E6;
    padding: 11px 40px;
    position: relative;
}

.progress-bar {
    flex-direction: row !important;
    gap: 24px;
    margin: 0 0 100px 0;
    display: flex !important;
    justify-content: center;
    background-color: transparent ! IMPORTANT;
    transition: unset ! IMPORTANT;
    color: unset ! IMPORTANT;
}
.progress-bar span.step-number {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: #7C7C7C;
    color: #fff;
    border-radius: 50px;
    margin: 0 5px 0 0;
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.2px;
    text-align: center;
}

.moving-form-section input.city-zip-input {
    height: auto;
    border-radius: 0px !IMPORTANT;
    color: #727880 !IMPORTANT;
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.2px;
    box-shadow: none ! IMPORTANT;
    border: 1px solid #DBDBDB ! IMPORTANT;
}

.moving-form-section h2.form-title {
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0px;
    text-align: center;
    margin: 0 0 32px 0;
}

.form-container {
    text-align: center;
    max-width: 815px;
    margin: 0 auto;
}

.form-container input {
    border: 1px solid #DBDBDB;
    background: #fff;
    padding: 16px 24px;
    width: 100%;
    max-width: 480px;
    margin: 0 0 24px 0;
}

.form-container button.next-button {
    background: #006AFF;
    padding: 16px 24px;
    width: 100%;
    max-width: 480px;
    margin: 0 0 24px 0;
    color: #fff;
    border: none;
    box-shadow: none;
    outline: none;
}
.progress-step.active:before {
    content: '';
    position: absolute;
    left: 0;
    width: 30px;
    top: 0;
    height: 48px;
    background: #DBDBDB;
}
 
.progress-step.\32 nd.active::before {
    width: 70px;
    z-index: 0;
}

.progress-step.\32 nd .text {
    z-index: 9;
    position: relative;
}


.days-of-week span {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.days-of-week {
    justify-content: flex-start;
    width: 100%;
    gap: 10px;
}
.days-grid {
    width: 100%;
    gap: 10px;
}
.calendar-container {
    padding: 24px !important;
    max-width: 100% !important;
    box-shadow: none ! IMPORTANT;
}

.calendar-month {
    width: 50%;
}

 .days-grid .col {
    width: 36px;
    flex: unset;
}

.nav-arrow i.fa-solid.fa-chevron-up {
    transform: rotate(90deg);
    font-size: 16px;
}
.nav-arrow i.fa-solid.fa-chevron-down {
    transform: rotate(90deg);
    font-size: 16px;
}


.nav-arrow {
    position: absolute;
    top: 0;
}

.calendar-header-nav {
    position: relative;
}

.calendar-header-nav button#next-btn {
    right: 0;
    top: -6px;
}
.calendar-header-nav button#prev-btn {
    left: 0;
    top: -6px;
}
 
.progress-step.\33 rd.active::before {
    width: 90px;
}

.progress-step.\33 rd.active .text {
    z-index: 99;
    position: relative;
}
.property-options {
    text-align: center;
}

.property-options button.option-button {
    width: 100%;
    max-width: 380px;
    background: #FFFFFF;
    border: none;
    display: block;
    margin: 0 auto 20px auto;
    padding: 17px;
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

.progress-step.\34 th.active::before {
    width: 120px;
}
.progress-step.active.\36 th.active .text {
    z-index: 9;
    position: relative;
}

.progress-step.\34 th.active .text {
    z-index: 9;
    position: relative;
}

.progress-step.\35 th.active::before {
    width: 170px;
}

.progress-step.\35 th.active .text {
    z-index: 9;
    position: relative;
}

.progress-step.active.\36 th.active::before {
    width: 100%;
}

.loading-screen-section {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #f5f5f5; 
        box-sizing: border-box;
    }

    .loading-container {
        width: 100%;
        max-width: 480px;
        text-align: center;
        padding: 20px;
    }

    .loading-text {
        color: #333;
        margin-bottom: 30px;
        font-family: var(--font-primary);
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0px;
        text-align: center;
    }

    .progress-bar-container {
        position: relative;
        height: 60px;
        width: 100%;
        background-color: #fff;
        border-radius: 50px;
        overflow: hidden;
        box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1); /* Subtle inner shadow for the track */
    }

    .progress-indicator {
        position: absolute;
        top: 5px;
        left: 5px;
        height: 50px;
        /* Dark grey fill for the progress */
        background-color: #666666;
        border-radius: 50px; /* Fully rounded corners */
        box-shadow: 0 0 5px #0000004d;
        display: flex;
        justify-content: end;
        align-items: center;
        white-space: nowrap; /* Prevent percentage text from wrapping */
        transition: width 0.4s ease-out; /* Smooth transition for progress update */
        padding: 0 10px 0 0;
    }

    .percentage {
        color: white;
        font-weight: bold;
        font-size: 14px;
        /* Positioning the text visually in the center of the dark area */
        padding: 0 10px; 
    }
    p.founded {
    font-family: var(--font-primary);
    font-weight: 600 !important;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 40px;
}
h2.done {
    width: 60px;
    height: 60px;
    margin: 0 auto 25px auto;
}

h2.done i.fa-solid.fa-check {
    font-size: 52px;
    color: #45484D;
}











.confirmation-page {
    background: #F5F5F5;
    padding: 80px 0 100px 0;
}

.confirmation-page p.quote-id {
    background: #EBEBEB;
    width: fit-content;
    margin: 0 auto;
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 12px;
    color: #45484D;
}

.confirmation-page  h1.main-title {
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -0.2px;
    text-align: center;
    margin-top: 20px;
}

.confirmation-page p.subtitle-text {
    max-width: 858px;
    margin: 0 auto 80px auto;
    color: #45484D;
    font-family: var(--font-primary) !important;
}

h2.cta-title {
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.2px;
    text-align: center;
}

p.cta-text {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
}

a.call-button {
    background: #006AFF;
    padding: 18px 50px;
    color: #fff;
    text-decoration: none;
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    display: block;
    width: fit-content;
    margin: 24px auto 0 auto;
}

a.call-button i.fas.fa-phone-alt {
    transform: rotate(90deg);
    margin: 0 8px 0 0;
    font-size: 20px;
}

.move-details.text-center {
    background: #F5F5F5;
    padding: 0px 0 100px 0;
}

.details-list {
    display: flex;
    justify-content: center;
    gap: 70px;
    margin: 25px 0 0 0;
}

.detail-item {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #45484D;
}

.detail-item i {
    color: #45484D;
    margin: 0 8px 0 0;
}

.matched-companies {
    background: #F5F5F5;
}

.company-grid {
    display: flex;
    max-width: 1077px;
    margin: 40px auto 0 auto;
    gap: 20px;
}

.company-grid .company-card {
    width: 33%;
    background: #EBEBEB;
    padding: 25px;
}

h4.company-name {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
}

.rating {
    width: fit-content;
    margin: 0 auto 15px auto;
    background: #F5F5F5;
    padding: 5px 15px;
    border-radius: 50px;
}

.rating span.stars {
    font-size: 18px;
}

a.view-profile {
    display: block;
    text-align: center;
    width: fit-content;
    margin: 0 auto 24px auto;
    text-decoration: none;
    color: #006AFF;
}

ul.features-list {
    padding: 24px 0;
    border-top: 1px solid #D1D1D1;
}

ul.features-list li {
    list-style: none;
    color: #45484D;
    font-family: var(--font-primary);
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.2px;
    margin: 0 0 10px 0;
}

ul.features-list li i {
    margin: 0 10px 0 0;
    color: #45484D;
}

a.call-to-action-button {
    background: #006AFF;
    padding: 12px 50px;
    color: #fff;
    text-decoration: none;
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    display: block;
    width: 100%;
}
.company-grid .company-card .card-image-placeholder {
    text-align: center;
    margin: 0 0 24px 0;
}

.company-grid .company-card .card-image-placeholder img {
    width: 52px;
}

.email-modal .modal-dialog {
    max-width: 720px;
    border-radius: 0;
}

.email-modal .modal-content {
    padding: 60px 80px;
}

.email-modal .modal-content .modal-body {
    padding: 0 !important;
}

.email-modal .modal-content {
    border-radius: 0;
}

.email-modal .modal-content h2 {
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -0.2px;
    text-align: center;
    margin: 0 0 15px 0;
}

.email-modal .modal-content p {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: -0.2px;
    text-align: center;
    color: #45484D;
}

form#emailForm {
    max-width: 500px;
    margin: 0 auto;
}

form#emailForm input {
    border: 1px solid #DBDBDB;
    height: 60px;
    border-radius: 0;
    padding: 16px 24px;
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.2px;
}

form#emailForm button {
    background: #006AFF;
    height: 60px;
    border-radius: 0;
    margin: 0 0 40px 0;
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
}

.security-info {
    padding: 32px 0 0 0;
    border-top: 1px solid #D9D9D9;
}

.security-info p {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.2px;
    text-align: center;
    margin: 12px 0 0 0;
}

form#nameForm input {
    border: 1px solid #DBDBDB;
    height: 60px;
    border-radius: 0;
    padding: 16px 24px;
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.2px;
}

form#nameForm  button {
    background: #006AFF;
    height: 60px;
    border-radius: 0;
    margin: 0 0 40px 0;
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
}
form#emailForm p {
    text-align: left;
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: -0.2px;
    margin: 0 0 32px 0;
}


.city-guide-hero .input-group input.form-control {
    height: fit-content !important;
    border: 1px solid #fff !important;
    box-shadow: none !important;
}

.page-id-162 footer.footer-custom > .container {
    display: none;
}

.page-id-158 footer.footer-custom > .container {
    display: none;
}

section.popular .row.popular_Box .col-2 .popularBox.ViewAll h4 a {
    color: var(--color-btn) !important;
    text-decoration: none !important;
}