/*============================RESPONSIVE CSS =============================*/

@media (max-width: 1420px) {



 
  .step-number {
    font-size: 4rem;

  }

   .hero-content h1 {
    font-size: 3.5rem;
  } 
  /* Browse Home Responsive css */
  .custom-mega-menu {
    width: 80%;
    left: 58% !important;
    padding: 25px !important;
  }


}

/* @media (max-width: 1300px) {

  .navbar-nav .nav-link {

    padding: 0px 5px !important;
  }

  .navbar-nav .nav-link,
  a.nav-link {
    font-size: 0.9rem;
  }
} */


@media (max-width: 1200px) {
  .custom-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* .navbar-nav .nav-link,
  a.nav-link {
    font-size: 1.125rem;

  } */

  .navbar-nav .nav-link {
    padding: 10px 0px !important;
  }

  .hero-content h1 {
    font-size: 3rem;
  }

  .hero-content h2 {
    font-size: 2rem;
  }

  .hero-content p {
    font-size: 1.2rem;
    max-width: 72%;

  }

  .testimonial {
    font-size: 18px;
  }

  .filter-item span {
    font-size: 16px;

  }

  .d-flex.align-items-center.gap-4 strong {
    font-size: 1.2rem;
  }

  h2.fw-bold {
    font-size: 2rem;
    line-height: 40px;
  }

  .step-box h6 {
    font-size: 1.2rem;
  }

  .step-box {
    background-color: #fafafa;
    padding: 20px;
  }

  .step-box p.text-muted.small {
    font-size: 1rem;
  }

  .bg-white.p-4.p-md-5.rounded.shadow.text-center {
    width: 100%;
    margin-top: -200px !important;
  }

  .mb-3.margin-top {
    top: -100px;
    left: 90px;
  }

 

  .review-section .mb-3 {
    font-size: 1.5rem;
  }

  .review-section .mt-4.fs-5 {
    font-size: 1.5rem !important;
  }

  .search-box {
    width: 100%;
  }

  .bg-light.rounded.p-4.shadow-sm {
    padding: 21px !important;

  }

  ul.list-unstyled.mt-2 li {
    margin-bottom: 0px;
  }



  /* ==================How its Work Page Responsive Css============= */

  .timeline-step {
    gap: 30px;
    padding: 20px;
    height: auto;
  }

  p.text-muted.small.text-center {
    max-width: 100%;
  }


  /* single post section*/
  .single-post-content {
    max-width: 100%;
    padding: 30px 20px;
  }

  /*tp testimonials css*/

  .partner-testimonials {
    padding: 60px 20px;
  }

  .tp-heading {
    font-size: 28px;
    margin-bottom: 50px;
  }

}

@media (max-width: 1080px) {


  /* sign-up-2 */

  .sign-up-2 {
    max-width: 96%;
}

  .step-box {
    background-color: #fafafa;
    padding: 10px;
  }

 
  .bg-white.rounded-4.d-flex.justify-content-around.align-items-center.flex-wrap.gap-3.blur-box.mb-5 {
    padding: 30px;
    height: auto;
  }

  .testimonial {
    width: 80%;

  }
.dropdown-menu.custom-mega-menu {
    width: 100% !important;
    overflow-y: auto;
    margin: 0px auto;
    left: 24%;
}
}





/*==============================================992PX =============================*/
@media (max-width: 992px) {


  /* Partners Page  */
  .timeline-step {
    gap: 30px;
    padding: 20px;
    height: auto;
  }

  /*single post section*/
  .single-post-sidebar {
    position: static;
    top: auto;
    margin-top: 50px;
  }

  .single-post-title {
    font-size: 28px;
  }

  .single-post-featured-image img {
    height: 300px;
  }

  /*convert partner section*/

  .cp-left-section {
    padding-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }

  .cp-benefits-section {
    padding-left: 0;
  }

  .cp-heading {
    font-size: 28px;
  }

  /*tp testimonials css*/
  .partner-testimonials {
    padding: 50px 20px;
  }

  .tp-heading {
    font-size: 26px;
    margin-bottom: 40px;
  }

  .tp-testimonial-card {
    padding: 25px;
    margin-bottom: 30px;
  }

  .Rating-top {
    margin-top: -60px !important;
}

.value-box {
   height: 361px;
}


}


/* Responsive Design */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2.5rem;
  }

  .equal-width-btn {
    width: 100%;
  }

  .hero-content p {
    font-size: 1rem;
    max-width: 100%;
  }

  .testimonial {
    width: 100%;
  }

  img.img-fluid.rounded.shadow {
    width: 100% !important;
  }

  .step-box {
    padding: 20px;
    height: auto;
  }

  .bg-white.p-4.p-md-5.rounded.shadow.text-center {
    width: 100%;
    margin-top: 20px !important;
    height: auto;
    padding: 20px !important;
  }

  .bg-dark-blue {
    height: auto !important;
  }

  .bg-dark-blue .col-md-4.info-box {
    padding: 20px;
    border-radius: 8px;
    margin: 0px;
  }

  .border-column {
    border-right: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
    

    .border-column::before{
    display: none;
    }
  .form-section form {
    padding: 15px;
  }


  .row.text-center {
    gap: 15px;
  }
.dream-wrapper {
    display: grid !important;
    gap: 30px;
}
  .Rent-to-Own {
    height: auto;
    padding: 0px;
  }
  a.btn.btn-danger.btn-sm.mt-3.px-4.rounded-pill {
    align-items: center;
    justify-content: center;
}

  .form-control,
  .form-check-input {
    border-radius: 4px;
    padding: 8px 15px;
    border: 0.5px solid #c2c2c2;
  }

  section.container.faq-section {
    max-width: 100%;
    padding: 15px 15px;
  }

  .mb-3.margin-top {
    top: 0;
    left: 0;
    position: relative;
  }

  section.container.form-section {
    max-width: 100%;
  }

  h2.fw-bold {
    font-size: 1.8rem;
    line-height: 40px;
  
  }
  .row.custum-css {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: 1fr 1fr;
    text-align: center;
}
.row.custum-css .col-6.col-sm-4.col-md-2 {
    width: 100% !important;
}


  .step-number {
    left: -40px;
  }

  .step-icon {
    width: 50px;
    height: 50px;
  }

  .timeline-step {
    flex-direction: column;
  }

  .timeline-text {
    margin-top: 10px;
  }

  .hero-section {
    min-height: 800px;
    padding: 40px 0px;
  }

  .d-flex.align-items-center.gap-4 img.google-review-img {
    width: 110px;
  }

  img.start-img {
    width: 100px;
  }

  img.single-star {
    width: 40px;
    height: 40px;
  }

  .header .container.custom-container {
    padding: 0px 15px !important;

  }

  .calc-section .custom-container {
    padding: 0px !important;

  }


  .Blog .row {
    padding: 0px !important;
  }

  .review-section .mt-4.fs-5 {
    font-size: 1.125rem !important;
    line-height: 150%;
  }

  /* ==================How its Work Page Responsive Css============= */


  .timeline-step .step-icon {
    width: auto;
    height: auto;
  }

  .timeline-step {
    text-align: center;
  }


  /*====START FAQ TAB====*/
  .faq-h-cent-main-container {
    padding: 0 15px;
  }

  .faq-h-cent-content-area {
    padding: 20px;
  }

  .faq-h-cent-content-title {
    font-size: 24px;
  }

  .faq-h-cent-row {
    flex-direction: column;
    gap: 20px;
  }

  .faq-h-cent-col-sidebar {
    flex: none;
  }

  /*====END FAQ TAB====*/

  /*=======FAQS MOB RESPONSIVE CSS END======*/
  /*SERCH INTERFACE*/

  .blog-popular-searches {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-popular-label {
    margin-bottom: 8px;

  }

  /*blog section*/

  .blog-main {
    padding: 15px 10px;
  }

  .blog-tab-heading {
    font-size: 20px;
  }

  .blog-tab-card-body {
    padding: 15px;
  }

  .blog-tab-pagination {
    gap: 5px;
  }

  .blog-tab-pagination-btn {
    padding: 6px 10px;
    font-size: 13px;
  }


  /*single post section*/
  .single-post-content {
    padding: 20px 0px;
  }

  .single-post-title {
    font-size: 24px;
  }

  .single-post-featured-image img {
    height: 250px;
  }

  .single-post-sidebar-widget {
    padding: 0px;
  }

  .single-post-article-content h2 {
    font-size: 22px;
  }

  .single-post-article-content h3 {
    font-size: 20px;
  }

  /*convert partner section*/
  .convert-partner {
    padding: 40px 15px;
  }

  .cp-heading {
    font-size: 24px;
  }

  .cp-benefit-content h3 {
    font-size: 16px;
  }

  .cp-benefit-content p {
    font-size: 14px;
  }

  .cp-cont .hero-content h1 {
    font-size: 35px;
  }

  /*tp testimonials css*/
  .partner-testimonials {
    padding: 50px 20px;
  }

  .tp-heading {
    font-size: 26px;
    margin-bottom: 40px;
  }

  .tp-testimonial-card {
    padding: 25px;
    margin-bottom: 30px;
  }

/* calculeter */
.main-box-shadow .text-center.mb-4 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}
.tab-btn {
    width: 100%;
    font-size: 20px;
}
.success-slide {
    padding: 0px 0;
}

section.bg-dark-blue.text-white.py-5.height-auto {
    padding-top: 30px !important;
}


.container-fluid.mt-4 .row .col-6 {
    width: 100% !important;
}

.faq-h-cent-col-sidebar {
    position: relative;
    top: 0px;
    height: fit-content;
}

.text-center.mt-4 {
    margin-bottom: 50px;
}

.faq-h-cent-col-sidebar {
       position: relative;

}
.font-size-set {
    font-size: 14px;
    padding: 0px;
    font-weight: 500;
}
.navbar-nav .nav-link, a.nav-link {
    font-size: 1rem;
}
.set-max-width {
    max-width: 100%;
}
.uper.section {
    width: 100%;
    max-width: 100%;
    padding: 0px;
}
.value-box {
    height: auto;
}
.Blog .row .col-md-4 {
    margin: 0px;
}
section.custom-container.faq-section.according-border {
    max-width: 100%;
   
}
}



@media (max-width: 576px) {
section.Blog.py-5.mb-4 {
    margin: 0px !important;
}
  section.container.faq-section.py-5 {
    padding: 40px 15px !important;
}
.Blog .text-center.mt-5 {
    margin: 0px !important;
}
.navbar {
    padding: 5px 0;
}
.sign-up-2 h5.mb-3 {
    
    font-size: 17px;
    
}
.value-amount {
    font-size: 1.6rem;
}
.d-flex.align-items-center.gap-4 strong {
    font-size: 1rem;
}

.height-auto a.btn.btn-danger.bg-gold {
  
    margin-top: 30px !important;
}
.card.blog-card {
    height: auto;
}
.sign-up-2 label {
    padding-bottom: 6px;
}

.sign-up-2 button.btn.btn-secondary.prev-step {
    padding: 10px 39px;
    font-size: 16px !important;
}
.sign-up-2 .form-check {
    gap: 5px;
    margin-top: 14px;
}
  /* sign-up-2 */
.sign-up-2 label.form-check-label {
    font-size: 16px !important;
    padding-top: 9px;
}

.sign-up-2 .form-select {
    padding: 8px 16px !important;
    max-width: 100% !important;
}
.sign-up-2 .mb-3.d-flex {
    display: grid !important;
    gap: 10px;
}

.sign-up-2 form#multiStepForm {
    padding: 10px 15px;
    padding-bottom: 20px !important;
}
.sign-up-2 .row {
    flex-direction: column;
    gap: 18px;
}
.sign-up-2 button.btn.btn-primary.next-step {
    padding: 10px 39px;
    font-size: 16px !important;
}

.navbar-collapse {
    width: 100% !important;
}
  .navbar-nav .dropdown-menu {
    padding: 10px !important;
}
  .hero-content h1 {
    font-size: 2rem;
    line-height: 40px;
  }
.dropdown-menu.custom-mega-menu.border-0.p-4.shadow-lg.mt-0.w-100.show .location {
	font-size: 15px;
	font-weight: 500 !important;
}

  .value-buy {
    height: auto;
  }
.Rent-to-Own {
    gap: 0px !important;
}

 .right-section.d-flex.align-items-center.p-5.h-100.text-white {
    padding: 18px !important;
}
section.review-section .big-overlay {
    padding: 15px !important;
}

  .flex-sm-row {
    flex-direction: row !important;
  }

  .btn {
    padding: 8px;
    font-size: 14px !important;
   
}
  .hero-content h2 {
    font-size: 1.4rem;
   margin-bottom: 10px;
  }

  .hero-section {
    min-height: auto;
  }

  .bg-white.rounded-4.d-flex.justify-content-around.align-items-center.flex-wrap.gap-3.blur-box.mb-5 {
    padding: 25px;
    height: auto;
    margin-top: 10px !important;
    margin-bottom: 15px !important;
  }

  .custom-container {
    padding-top: 25px !important;
  }

  .testimonial {
    font-size: 15px;
    padding: 9px;
  }

  h2.fw-bold {
    font-size: 20px;
    line-height: 2rem;
  }
.bg-dark-blue .info-box h5 {
    font-size: 1.1rem;
    padding: 0px 0px;
}

.bg-dark-blue .info-box p{
  font-size: 1rem;
}
  .google-review p.fw-bold {
    font-size: 1.125rem !important;
  }
section.partner-testimonials.py-5 .col-lg-4.col-md-6.mb-4 {
    padding: 0px;
}
  .google-review p,
  .google-review ul li {
    font-size: 1.025rem;
  }

  /* .py-5 {
    padding-top: 0rem !important;
    padding-bottom: 2rem !important;
  } */
.main-box-shadow {
    border-radius: 24px;
}
section.container-width.faq-section.according-border.bg-dark-blue.h-auto.w-100.px-3.p-4 {
    padding: 40px 15px !important;
}
  .step-number {
    font-size: 2.5rem;
  }
.row.custum-gap {
    gap: 20px;
}
  .bg-dark-blue {
    padding: 40px 0px !important;
  }

  .highlight {
    font-size: 1.3rem;
  }

  .quote-text {
    font-size: 1.125rem;
  }

  .Rent-to-Own.custom-container p strong {
    font-size: 1.111rem !important;
  }
.calc-section {
    padding: 40px 15px;
}
  

  .stats-number {
    font-size: 2rem;
  }

  .calc-box {
    padding: 15px;
  }

  .section-map .row {
    margin: 0px !important;
  }

  .map-container iframe {

    height: 350px;
    padding: 0px;
  }
.section-map .col-lg-6 {
    padding: 0px !important;
}
 .accordion-button {
    font-size: 15px;
    line-height: 30px;
    padding: 10px 0px;
    font-weight: 500 !important;
}
.section-map .col-md-6 {
    padding: 0px !important;
}
.accordion-button img {
    width: 17px;
}
.articles.d-flex.align-items-center.gap-3 {
    padding: 0px;
}
.col-md-4.info-box img {
    width: 50px;
}
.faq-section .accordion-body {
    padding: 10px;
}
  .review-section {
    padding: 20px 15px;
  }

  .review-section .custom-container {
    padding: 0px !important;
  }
.info-box img {
    width: 50px;
}
  .calc-section p.text-center.mb-4 {
    font-size: 1.125rem;
  }

  .review-section .text-white-50 {
    font-size: 1rem;
  }

  .review-section .shadow-lg p.fs-3.fw-bold.mb-4 {
    font-size: 1.5rem !important;
    line-height: 34px;
  }
  .footer {
    padding: 0px;
  }

.footer .copy {
    margin-top: 0px;
    padding-top: 0px;
    text-align: center;
    color: #fcfcfc;
    font-size: 1rem;
    font-weight: 700;
    line-height: 200%;
}
.footer img.mb-3 {
    width: 150px;
}
.search-box {
    margin: 10px 0px !important;
}

  /* How Its Works Page Css */

  .set-height .hero-content {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .video-wrapper {
    height: 350px;
  }

  .according-border .accordion-header {
    padding: 1rem 0px;
  }

  /* .timeline-step {
    gap: 30px;
    padding: 20px;
    height: auto;
  } */

  /*blog section*/
.blog-search-input{
  font-size: 1rem;
}
  .blog-tab-item {
    padding: 6px 12px;
    font-size: 13px;
  }

  .blog-tab-card-img {
    height: 160px;
  }

  /*single post section*/

  .single-post-title {
    font-size: 20px;
  }

  .single-post-article-content {
    font-size: 15px;
  }

  .single-post-recent-item {
    flex-direction: column;
    gap: 12px;
  }

  .single-post-recent-image {
    width: 100%;
    height: 120px;
  }

  .single-post-featured-image img {
    height: 200px;
  }

  .single-post-sold-badge {
    padding: 8px 16px;
    font-size: 16px;
  }

h1.text-black br {
    display: none;
  }
.benefit-box {
    padding: 15px !important;
}

h2.fw-bold br{
  display: none;
}


.review-section .mb-3 {
    font-size: 1.2rem;
    line-height: 30px;
}
.review-section .big-font{
font-size: 1.6rem;
}
.p-logo-img {
    max-width: 120px;
    height: auto;
}
.footer .footer-title{
  font-size: 1.2rem;
}

footer .mb-4 {
    margin-bottom: 0px !important;
}
footer .mt-2 {
    margin-bottom: 5px !important;
}

footer .social-icons{
padding-bottom: 25px;
}

.hero-content span.badge.mb-3.px-3.py-2.rounded-pill.fw-semibold {
    font-size: 0.9rem;
}


.main-box-shadow .text-center.mb-4 {
    display: block;
}
.tab-btn{
  margin-bottom: 10px;
}
button.btn-close.position-absolute.top-0.end-0.m-3 {
    font-size: 14px;
}

/* Brown-popup */
.dropdown-menu.custom-mega-menu{
  padding: 10px !important;
}

.padding-top {
    padding: 10px;
}

.articles.d-flex.align-items-center.gap-3 h3 {
    font-size: 1rem;
}
.articles.d-flex.align-items-center.gap-3 img {
    width: 22px;
}
.browse-dropdown h5.fw-bold {
    font-size: 17px;
    line-height: 26px;
}
.browse-dropdown p {
    font-size: 16px;
}
.dropdown-menu.custom-mega-menu.border-0.p-4.shadow-lg.mt-0.w-100.show .location img {
    width: 17px;
}
.browse-dropdown{
  padding: 10px;
}
.text-center.mt-4 {
    margin-bottom: 10px;
}
.custum-design h5 {
    font-size: 20px;
    line-height: 28px;
}
.custum-design p {
    font-size: 16px;
    line-height: 22px;
}
.custum-design {
    padding: 13px;
}
.form-check.text-start.mb-3 {
    padding: 0px 26px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
label.form-check-label {
    font-size: 12px !important;
}
.form-check-input[type="checkbox"] {
    width: 15px !important;
    height: 15px !important;
    margin-right: 5px;
}
p.mt-3 {
    font-size: 12px !important;
    margin-top: 30px !important;
}
.form-box h4 {
    font-size: 22px;
    line-height: 35px;
}
.main-box-shadow .text-center h5.fw-bold {
    font-size: 21px;
}
.main-box-shadow .bg-light-color {
    padding: 11px;
}
.faq-h-cent-sidebar-text {

    font-size: 18px;
}
.card {
    margin: 10px auto !important;
    width: 100%;
    max-width: 94%;
    padding: 20px 12px;
}
.card p.small-text.mb-4 {
    font-size: 18px;
}
.logo.mx-auto.d-block {
    display: none !important;
}
.all-artiacl
a.text-color {
    color: var(--text-color);
    font-size: 15px;
    line-height: 30px;
    padding: 10px 0px;
    font-weight: 500 !important;
}
.font-size-set {
    font-size: 16px;
    text-wrap: auto;
    line-height: 30px;
}
.navbar {
    padding: 5px 0;
}

}

/* medai 420px */

@media (max-width: 420px) {
  .hero-section {
    padding: 20px 0px;
  }

  .hero-content h1 {
    font-size: 1.50rem;
  }
.form-box h4 {
    font-size: 1.4rem;
    line-height: 30px;
}
  .cp-cont .hero-content h1 {
    font-size: 25px;
}
label.form-label.fw-bold {
    font-size: 16px;
    line-height: 29px;
}
.main-box-shadow .text-center h5.fw-bold {
    font-size: 20px;
    font-family: 700;
    line-height: 40px;
    color: #191B22;
}
.main-box-shadow .text-center p.text-color {
    font-size: 16px;
    line-height: 27px;
}
.main-box-shadow .bg-light-color .mb-3 {
    font-size: 16px;
}

.main-box-shadow .bg-light-color {
    padding: 15px;
}
.hero-content h1 {
    font-size: 1.559rem;
    line-height: 33px;
}
  .hero-buttons {
    margin-bottom: 20px;
    gap: 10px;
    display: grid;
  }

  .filter-options {
    gap: 20px;
    margin-bottom: 20px;
  }

  .testimonial {

    font-weight: 400;
  }

  .bg-white.rounded-4.d-flex.justify-content-around.align-items-center.flex-wrap.gap-3.blur-box.mb-5 {
    padding: 20px;
    margin-top: 25px !important;
  }


  .calc-box h5.text-center.fw-bold.mb-4 {
    font-size: 22px;
  }

  /* Partner Page */


  .search-box {
    margin: 10px 0px !important;
}

/* review section */
.language-tag {
    font-size: 1rem;
    padding: 6px 12px;
    margin: 2px;
}
.review-section .shadow-lg p.fs-3.fw-bold.mb-4 {
    font-size: 1rem !important;
    line-height: 28px;
}
.shadow-lg p.fs-5.text-white {
    font-size: 16px !important;
}
.browse-dropdown i.bi.bi-check-circle.me-1 {
    display: none;
}
.form-box h3.text-danger {
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
    color: var(--theme-color) !important;
}
.form-box .d-flex span:nth-child(1) {
    font-size: 16px;
    padding: 0px;
}
.form-box .d-flex span:nth-child(2) {

    font-size: 16px;
    padding: 0px;
}
.form-box .text-start {
    font-size: 20px;
}
.faq-h-cent-sidebar-text {
    font-size: 15px;
}

.faq-h-cent-faq-item {
    padding: 1rem 0px;
}

.form-select {
    padding: 12px 7px !important;
    font-size: 12px;
}

.hero-buttons {
    margin-bottom: 20px;
    gap: 5px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}





}
