.price-table{
  box-shadow: unset;
  padding: unset ;
  /* padding-left: 147px; */
  border: unset;
  float: left !important;
  margin-top: 20px;
}
#pricing{
  padding-top: unset;
}
.modal-dismiss-color{
  color:#000000;
}
img.slider_image{
  max-width: 100%;
}
.table-main-content{
  margin-bottom: unset !important;
}
#pagewrap {
  background: #fafafa;
  padding: 0px;
  min-height: 100vh;
}
.vs-city-pages-image-design {
  padding: unset !important;
}
.tab-content > .tab-pane.active{
  display:block;
}
.slide-max-width{
  max-width:100%;
}
.bg-white{
  background: white;
}
.max-wid{
  max-width: 100%;
}
.vs-txt-center{
  text-align: center !important;
}
.eyebrow-center h1{
  margin-bottom:0px;
}
.txt-alg-left{
  text-align: left;
}
.vs-realtor-width{
  max-width: 80%;
}
.pad-top-zero{
  padding-top:0px;
}
.hp5-homepage-border{
  border-top:1px solid #ddd;
  border-bottom:none;
}
.happiness-guarantee-icon{
  max-width: 55%;
}
.footer-hp2-homepage{
  float: none;
  margin: auto;
}
.p-margin-btm{
  margin-bottom: 10px;
}
.coupon-read-only{
  width:100%;
  padding:10px;
}
.btn-copy-coupon{
  margin:10px 0;
  width:100%;
  padding: 10px;
}
.read-more{
  cursor: pointer;
}
.coupon-referrer-body{
  padding: 20px;
}
.h2-referrer-code{
  font-weight: bold;
  margin:40px 0px 10px 0px;
}
.status-box-display{
  display:none;
}
.happiness-guarantee-color{
  color:#edf1ee;
}
.avg-rating-star img{
  height: 20px;
}

.landing-sub-heading{
  font-size: 20px !important;
  line-height: 36px !important;
}

/* Work with us section css */

.brokerage-section {
  margin-bottom: 10px;
}

.brokerage-section p {
  margin: 10px !important;
}

.brokerage-header-section {
  text-align: center;
  padding: 0 153px;
  margin: 0 auto;
}

.brokerage-section ul {
  list-style-type: none;
  padding-left: 9px;
}

.brokerage-section ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  margin-left: 5px;
}

.brokerage-section ul li i {
  color: #000;
  margin-right: 25px;
  flex-shrink: 0;
  margin-top: 4px;
}

.brokerage-section ul li p {
  margin: 0;
}

.brokerage-container {
  padding: 0 140px;
  margin: 0 auto;
  max-width: 1200px;
  margin-top: -60px;
}

.brokerage_scheduke-call {
  font-size: 27px;
}

.brokerage_scheduke-call-list {
  font-size: 21px;
}

.brokerage-image {
  width: 100%; 
  height: auto;
  display: block;
}

.image-brokerage {
   margin-bottom: 20px;
}

.checkmark {
  color: #000; 
  margin-right: 10px; 
  font-size: 19px;
  flex-shrink: 0;
}

.text-content {
  flex: 1; 
  line-height: 1.8;
}


@media (width: 1024px){
  .price-table {
   z-index: unset;
   padding-right: 100px;
  }
  
}

@media (max-width: 1024px) {

  .brokerage-container {
    padding: 0 90px;
  }

  .brokerage_scheduke-call {
    font-size: 24px;
  }

  .brokerage_scheduke-call-list {
    font-size: 18px;
  }

  .brokerage-image {
     width: 100%; /* Ensure the image remains full width on tablets */
  }

  .brokerage-header-section {
    padding: 0 50px; /* Reduced padding for tablets */
  }
}

@media (max-width: 991px) {
  .landing-sub-heading{
    font-size: 16px !important;
    line-height: 24px !important;
  }  
}

@media only screen and (max-width: 768px){
  .price-table{
    padding-left: 0px;
  }
  .mt-unset{
    margin-top: unset ;
  }

  .menu-list li {
    margin-bottom: -5px;
  }

}
@media only screen and (max-width: 767px){
  .price-main-content{
      font-size: large !important;
  } 
}

@media (max-width: 767px) {

  .brokerage-section h3 {
    font-size: 20px;
  }

  .brokerage-container {
    padding: 0 10px;
  }

  .brokerage_scheduke-call {
    font-size: 20px;
  }

  .brokerage_scheduke-call-list {
    font-size: 16px;
  }

  .brokerage-section ul li {
    margin-left: 0;
  }

  .brokerage-section ul li i {
    margin-right: 15px;
  }

  .brokerage-image {
    width: 100%; /* Ensure the image remains full width on mobile */
  }

  .brokerage-header-section {
    padding: 0 20px; /* Further reduced padding for mobile */
  }
}
