/*listing-page*/

.inner-page.our_featured_listing  .row.main_row { margin: 0px -15px;}

.inner-page.our_featured_listing  .row.main_row > [class*="col-"]{ padding:15px;}

.inner-page.our_featured_listing .featured_item img{ height: 200px; object-fit: cover; width:100%;}

header.inner_header { position: relative; }

header.inner_header.sticky{ position: fixed;z-index:999;}

.inner-page .container{ padding: 0px 15px;}

.page-link{ color:#000;}

/*listing-page*/



/*listing-detail-page*/

.border_box{ padding:15px; border:1px solid #ccc;}

/*listing-detail-page*/



/*homeworth_form*/

.homeworth_form {

    text-align: center;

    max-width: 600px;

    margin: auto;

    border: 1px solid #ccc;

    padding: 30px;

    background-color: #f5f5f5;

}

.form-group{ margin-bottom: 20px;} 



.homeworth_form .form-control{  color: #717171; font-size: 14px; padding:10px 15px;}

.homeworth_form .form-control:focus{ box-shadow: none;}

.homeworth_form  form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */

  color: #717171; font-size: 14px; 

}

.homeworth_form  form .form-control::-moz-placeholder { /* Firefox 19+ */

  color: #717171; font-size: 14px; 

}

.homeworth_form  form .form-control:-ms-input-placeholder { /* IE 10+ */

  color: #717171; font-size: 14px; 

}

.homeworth_form  form .form-control:-moz-placeholder { /* Firefox 18- */

  color: #717171; font-size: 14px; 

}

/*homeworth_form*/





@media(min-width:1200px) and (max-width:1499px){

.inner-page.our_featured_listing  .row.main_row > [class*="col-"]{ width:33.33%;} 

}

.mr-50{
  margin-right:50px;
}
.mt-50{
  margin-top:50px;
}
.ml-50{
  margin-left:50px;
}
.featured_detail{
  padding: 10px;
}

@media (max-width: 991px) { 
       
/*seller_tips*/  
.seller_tips .homeworth_form{ margin-top:30px;}
/*seller_tips*/
}
@media (max-width: 767px) {
/*seller_tips*/
.seller_tips .nav-pills .nav-link { padding: 8px 15px;  font-size: 14px;}
/*seller_tips*/
}