@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px;
  }
}

/* Keep large horizontal spacing on wide screens */

@media (min-width: 1200px) {
  #why-choose .container-max {
    max-width: 1100px;
  }
  /* Slightly increase number size on very large screens */
  #why-choose .stat .num {
    font-size: 45px;
  }
}

/* Responsive for Guide Section */

@media (max-width: 992px) {
  .guide-box {
    flex-direction: column;
    /* stack image and text */
    text-align: center;
  }
  .guide-box img {
    width: 100%;
    height: 250px;
    /* keeps proportion on tablets */
  }
  .guide-text {
    padding: 1.5rem;
  }
  .guide-text h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

/* Tablet/Mobile tweaks */

@media (max-width: 767.98px) {
  #why-choose {
    padding: 3rem 0;
  }
  #why-choose .section-heading {
    font-size: 28px;
    margin-bottom: 1.5rem;
  }
  #why-choose .stat .num {
    font-size: clamp(36px, 9.5vw, 64px);
  }
  #why-choose .stat {
    padding: 0.5rem 0;
  }
  .steps {
    flex-direction: column;
    gap: 3rem;
  }
  .step::after {
    top: auto;
    bottom: -2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 2rem;
    border: none;
    border-left: 2px dotted #999;
  }
  .step:last-child::after {
    display: none;
  }
}

@media (max-width: 576px) {
  #homes-budget {
    padding: 0.5rem 0;
}
#what-offer {
    padding: 0.5rem 0;
}
#estimate {
    padding: 0.5rem 0;
}
#partners {    
    padding: 0.5rem 0;    
}
.step p {
    min-height: 5px;   
}
.connect-btn{
	margin-bottom:10px;
}
	.big_footer h3{
		    margin-top: 10px !important;
	}
	.about_footer_txt p {
    padding-bottom: 0px !important;
}
.google-logo {
    max-width: 100px;
  }
  .guide-box img {
    height: 200px;
    /* smaller image height on mobiles */
  }
  .guide-text {
    padding: 1rem;
  }
  .guide-text h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .guide-text p {
    font-size: 14px;
  }
  .guide-text button {
    font-size: 14px;
    padding: 0.5rem 1.2rem;
  }
  .custom-btn {
    padding: 10px 16px;
    font-size: 15px;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 200px) and (max-width: 767px) {
    footer {
        text-align: center;
padding-top: 0px !important;
    }
    .big_footer h3::after {
        left: 0;
        bottom: 0;
        right: 0;
        margin: 0 auto;
    }
	    .address_list li, .address_list li a {
        text-align: left;
    }
	    .address_list li {
        padding-left: 0;
    }
	.address_list li img {
        margin-right: 8px;
        position: relative;
        left: 0;
        top: 0;
    }
	.overlay {
        width: 100% !important;
/*         height: 160px; */
    }
}