@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
body{
	font-family: Poppins;
}
.page-outer{
	background: #f1f3f7;
	padding: 30px 0px;
}
.title h1,.title  .h1 {
	font-size: 36px
}
.title h2,.title .h2 {
	font-size: 30px
}
.title h3,.title .h3 {
	font-size: 24px
}
.title h4,.title .h4 {
	font-size: 18px
}
.title h5,.title .h5 {
	font-size: 14px
}
.title h6,.title .h6 {
	font-size: 12px
}
.sidebarbox{
	border-radius: 15px;
    box-shadow: 2px 2px 9px #ddd;
    padding: 15px;
    background-image: url(../img/sidebg1.png);
    margin-bottom: 20px;
}
.search_input {
    display: flex;
    flex-wrap: wrap;
}    
.side_search .btn-search {
    height: 40px;
    width: 40px;
    background: #f58400;
    color: #fff;
    border-radius: 0px 4px 4px 0px;
    box-shadow: none !important;
    border: 0px !important;
}
.side_search .input-search {
    height: 40px;
    width: calc(100% - 40px);
    border: 1px solid #aaa !important;
    border-radius: 4px 0px 0px 4px;
    border-right: 0px !important;
    font-size: 14px;
    padding: 0px 15px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #555;
}
.mb-10{
	margin-bottom: 10px;
}
.states_lists ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.states_lists ul li {
    list-style: none;
    display: block;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.states_lists ul li a {
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    color: #000 !important;
    padding: 10px 10px 10px 0px;
    display: block;
    position: relative;
}
.states_lists ul li a:hover {
    color: #428bca !important;
}
.states_lists ul li a::before {
    content: "";
    border-left: 6px solid #333;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    height: 0px;
    position: absolute;
    right: 0;
    top: 16px;
}
.states_lists ul li a:hover::before {
    border-left-color: #428bca;
}
.show-more-li, .show-less-li {
    display: none !important;
    border-bottom: 0px !important;
}
.states_lists ul li.show-more-li a, .states_lists ul li.show-less-li a {
    color: red !important;
}
.states_lists ul li.show-more-li a:before,.states_lists ul li.show-less-li a:before{
	content: none !important;
}
.page-content-outer{
	background: #fff;
    padding: 20px;
    box-shadow: 2px 2px 9px #ddd;
    border-radius: 10px;
}
.page_title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 9px;
    margin-bottom: 10px;
}
.page_title h1 {
    font-size: 24px;
    margin-bottom: 0;
}
.page_desc p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    margin-bottom: 10px;
}
.page_desc p:last-child{
    margin-bottom: 0px;
}
.inco_list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.inco_list li {
    float: left;
    width: 24.25%;
    margin-left: 1%;
    margin-bottom: 11px;
}
.inco_list li:nth-child(4n+1) {
    margin-left: 0px;
}
.inco_list a {
    font-size: 14px;
    color: rgb(0, 0, 0) !important;
    position: relative;
    text-decoration: none !important;
    display: block;
    padding-left: 11px;
}
.inco_list a::before {
    content: "";
    border-left: 5px solid #333;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    height: 0px;
    position: absolute;
    left: 0;
    top: 5px;
}
.inco_list a:hover{
	color: #f58400 !important;
}
.inco_list a:hover::before{
	border-left-color: #f58400;
}
.footer_outer{
	padding: 15px 0px !important;
}
.footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.footer-menu ul li {
    padding: 0 10px;
    color: #000;
    font-size: 16px;
}
.footer-menu ul li a {
    color: #000 !important;
    text-decoration: none !important;
}
.footer-menu ul li a:hover{
    color: #f58400 !important;
}
.page_desc .title {
    margin-bottom: 20px;
    margin-top: 12px;
}
.page_desc .title h4{
    font-weight: 600;
}
.state_item_list ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.state_item_list li a{
    border: 1px solid #ddd;
    padding: 10px 15px;
    margin-bottom: 10px;
    display: block;
    color: #000 !important;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    border-radius: 4px;
}
.state_item_list li a:hover{
	background: #f5f5f5;
	color: #f58400 !important;
}
.state_item_list li:last-child a{
	margin-bottom: 0px;
}
.state_item_list span {
    display: block;
    font-size: 13px;
    color: rgba(0,0,0,0.6) !important;
    font-weight: 500;
    line-height: 18px;
    margin-top: 0.36px;
}
.county-notes {
    font-size: 13px;
    color: rgba(0,0,0,0.7);
    line-height: 21px;
    padding-top: 5px;
    font-weight: 500;
}
.county-notes p{
    margin-bottom: 6px;
}
.county-notes p:last-child{
    margin-bottom: 0px;
}
.county-notes a {
    color: #000 !important;
}
.b-bottom-1 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.title-small *{
    font-size: 21px !important;
    margin-bottom: 0px;
}
.county-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.county-info li {
    border: 1px solid #ddd;
    margin-bottom: 11px;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 10%);
    width: calc(50% - 5px);
    margin-left: 10px;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    align-items: center;
    overflow: hidden;
}
.county-info li:nth-child(2n + 1){
    margin-left: 0px;
}
.county-info label {
    width: 178px;
    padding: 10px;
    background: #eee;
    border-left: 3px solid #666;
    font-weight: 500;
    border-right: 1px solid #ddd;
}
.county-info span {
    padding: 2px 10px;
    width: calc(100% - 178px);
    line-height: 17px;
}
.state_back{
    margin: 5px 0px 0px;
}
.state_back a {
    background: linear-gradient(0deg,#f58400,#f6982b,#f58400);
    color: #fff!important;
    padding: 0px 25px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    height: 34px;
}
.income_head {
    margin-top: 20px;
    border: 1px solid #ddd;
    border-bottom: 0px;
}
.income_head ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.income_head li {
    background: #eee;
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
}
.income_head li:last-child{
    border-bottom: 0px;
}
.income_head label {
    font-weight: 500;
    width: 230px;
    border-right: 1px solid #ddd;
    padding:  7px 10px;
}
.income_head span{
    width: calc(100% - 230px);
    padding: 7px 10px;
    font-weight: 600;
}
.income_head li {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
}
.income_table{
    margin-bottom: 10px;
}
.income_table th {
    font-weight: 600;
    font-size: 14px;
    vertical-align: middle;
    padding: 7px 10px;
    line-height: 21px;
}
.income_table td{
    padding: 7px 10px;
    line-height: 21px;
    font-size: 14px;   
    vertical-align: middle;
}
.incone_very_low{
    color: red;
}
.incone_extremely_low{
    color: #057c92;
}
.incone_low{
    color: #57b053;
}
.mt-10{
    margin-top: 10px;
}
.backhome {
    margin-bottom: 7px;
    margin-top: -7px;
}
.backhome a {
    display: inline-flex;
    align-items: center;
    color: #f58400 !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
}
.backhome a:hover{
    color: #000 !important;
}
.backhome i {
    font-size: 18px;
    line-height: 10px;
    margin-right: 5px;
    margin-top: -2px;
    font-weight: 600;
}
.back_item{
    display: flex;
    align-items: center;
    justify-content: end;
}
.back_item a {
    color: #000 !important;
    font-size: 15px;
    position: relative;
    display: block;
    text-decoration: none !important;
    margin-right: 15px;
    padding-right: 15px;
    font-weight: 500;
}
.back_item a:hover{
    color: #f58400 !important;
}
.back_item a:after {
    position: absolute;
    content: "";
    right: 0px;
    height: 15px;
    width: 2px;
    top: 4px;
    background: #666;
}
.back_item a:last-child{
    padding-right: 0px;
    margin-right: 0px;
}
.back_item a:last-child:after{
    content: none;
}
.mt-20{
    margin-top: 20px;
}
.county-second label {
    width: 100px;
}
.county-second span {
    width: calc(100% - 100px);
}
.rent_title {
    margin-bottom: 13px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
}
.rent_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.rent_item {
    display: flex;
    align-items: center;
    margin-left: 10px;
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 10px;
    width: calc(20% - 8px);
    background: #fafafa;
    border-radius: 4px;
}
.rent_item:nth-child(5n + 1){
    margin-left: 0px;
}
.rent_icon {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #555;
}
.rent_info {
    width: calc(100% - 37px);
    padding-left: 10px;
}
.rent_info h5 {
    font-size: 15px;
    margin-bottom: 2px;
    font-weight: 600;
}
.rent_info h6 {
    color: #f58400;
    font-size: 14px;
    margin: 0px;
}
.mt-15{
    margin-top: 15px;
}
.zipcode {
    font-weight: 600;
    margin-bottom: 10px;
}
.zipcode span{
    color: #f58400;
}
.rent_list_three .rent_item {
    width: calc(33.33% - 7px);
}
.rent_list_box {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0px;
    padding: 0;
    list-style: none;
}
.pagination li{
    margin: 0px 2px !important;
}
.pagination a, .pagination li.active {
    height: 32px;
    min-width: 32px;
    padding: 0px 10px;
    color: #777 !important;
    border: 1px solid #ddd;
    margin: 0px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.pagination li.active,.pagination a:hover{
    background: #000;
    color: #fff !important;
    border-color: #000 !important;
}
.rent_table th {
    font-weight: 500;
    font-size: 15px;
}
.rent_table td{
    font-size: 15px;   
}
.pro_list_outer {
    margin-top: 20px;
}
.property_item {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    margin: 0px 0px 20px;
    border: 1px solid #ddd;
    border-radius: 7px;
    box-shadow: 3px 4px 7px #ddd;
    padding: 15px;
    max-width: 666px;
}
.property_img {
    width: 270px;
    position: relative;
}
.property_img > img,.pro_item_img img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
}
.property_img .image-counter {
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 9;
    color: white;
    background: rgb(0 0 0 / 50%);
    padding: 5px;
    font-weight: 600;
    border-radius: 2px;
    font-size: 13px;
}
.property_img .image-counter i {
    margin-right: 5px;
}
.pro_image_slider .owl-dots {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.5);
}
.pro_image_slider .owl-nav button {
    position: absolute;
    height: 29px;
    width: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff !important;
    left: 10px;
    top: calc(50% - 18px);
    border-radius: 50%;
    color: #fff !important;
    font-size: 20px !important;
    opacity: 0.5;
    outline: none !important;
}
.pro_image_slider .owl-nav button.owl-next {
    left: auto;
    right: 10px;
    padding-left: 4px !important;
    padding-right: 0px !important;
}
.pro_image_slider .owl-nav button:hover{
    opacity: 1;
}
.pro_image_slider .owl-nav button.disabled{
    display: none;
}
.pro_image_slider .owl-dots button{
    height: 8px;
    width: 8px;
    background: #fff !important;
    border-radius: 50%;
    margin: 10px 5px;
    opacity: 0.6;
    outline: none !important;
}
.pro_image_slider .owl-dots button.active{
    opacity: 1;
}
.property_info {
    width: calc(100% - 270px);
    padding-left: 20px;
    font-size: 14px;
}
.property_info a {
    color: #06377A;
    text-decoration: none !important;
}
.property_info a strong{
    font-weight: 500;
}
.property_info > a:hover{
    text-decoration: underline !important;
}
.pro_head > a {
    margin-bottom: 2px;
    display: block;
    line-height: 24px;
}
.housing_type {
    margin: 20px 0px 0px;
    font-weight: 500;
    color: #000;
}
.housing_type b,.housing_type strong{
    font-weight: 500;
}
.btn-red {
    background: #e51a23;
    color: #fff !important;
    font-weight: 600;
    height: 42.84px;
    padding: 0px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    box-shadow: none !important;
}
.btn-red:hover{
    text-decoration: underline !important;
}
.property_info p {
    margin-bottom: 0px;
    color: #000;
}
.pro_contct_info {
    display: flex;
    margin-top: 2px;
    font-family: 'FontAwesome';
    line-height: 20px;
}
.pro_contct_info i {
    width: 16px;
    margin-top: 3px;
}
.property_second .property_img {
    width: 225px;
    border: 1px solid #ddd;
    padding: 4px;
    border-radius: 4px;
}
.property_second .property_img > img{
    height: 225px;
}
.property_second .property_info {
    width: calc(100% - 225px);
}
.property_second  .property_info font strong {
    font-weight: 600;
}
.stars i {
    color: #ff7501;
}
.property_info .tenant_list_summary {
    background: #fff1e0;
    padding: 15px;
    border-radius: 6px;
    margin: 5px 0px 23px;
}
.property_info .tenant_list_summary_head {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 0px 5px 0px;
}
.property_info .tenant_list_summary_head img {
    margin-right: 20px;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.property_info .tenant_list_summary_desc {
    margin: 0px 0px 10px;
    color: #666;
    font-size: 12px;
    width: 100%;
}
.property_info .show-more-btn, .property_info .show-less-btn {
    color: red;
    text-decoration: none;
}
.property_info .rest-review-text.hidden{
    display: none;
    visibility: hidden;
}
.property_info .show-more-btn.hidden,.property_info .show-less-btn.hidden{
    display: none;
}
.subtitle h2 {
    font-size: 18px;
}
.property_low b {
    font-weight: 500;
}
.property_low a:hover{
    text-decoration: underline !important;
}
.low_income_outer {
    margin-top: 20px;
}
.footer_old nav.footer-nav {
    display: none;
}
/*section_8_rental_listing Page Css Start Here*/
.recent_sec_ads {
    margin-top: 20px;
}
.recent_sec_outer{
    max-width: 666px;
    background-color: #fff;
    margin: 0px 0px 20px;
    border: 1px solid #ddd !important;
    border-radius: 7px;
    box-shadow: 3px 4px 7px #ddd;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.recent_sec_outer:last-child{
    margin-bottom: 0px;
}
.recent_sec_img {
    width: 175px;
    border: 1px solid #ddd;
    padding: 4px;
    background-color: #fff;
    border-radius: 4px;
}
.recent_sec_img img{
    width: 100%;
    height: 175px;
    object-fit: cover;
    object-position: center;
}
.recent_sec_info{
    width: calc(100% - 175px);
    padding-left: 20px;
}
.title_recent {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #06377A !important;
    text-decoration: none !important;
    line-height: 25.7143px;
    display: inline-block;
}
.title_recent:hover,.title_recent:focus{
    color: #2a6496 !important;
}
.recent_sec_info i {
    font-size: 14px;
    line-height: 20px;
    color: #000;
}
.recent_sec_info p {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
    word-break: break-all;
}
.more_about {
    color: #06377A !important;
    text-decoration: none !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    display: inline-block;
}
.more_about:hover,.more_about:focus,.about_land a:hover,.about_land a:focus{
    color: #2a6496 !important;
    text-decoration: underline !important;
}
.about_land{
    padding: 40px 0px;
}
.about_land {
    padding: 40px 0px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}
.about_land a{
    color: #06377A !important;
    text-decoration: none !important;
}
.about_land b{
    font-weight: 500;
}
.about_land_text {
    padding: 0px 8px;
}
/*section_8_rental_listing Page Css End Here*/
/*Search Box Css Start Here*/
.search_item {
    margin-bottom: 10px;
}
.search_item label {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 2px;
}
.search_item .form-control {
    width: 100% !important;
    border: 1px solid #aaa !important;
    border-radius: 4px !important;
    height: 40px !important;
    font-size: 14px !important;
    box-shadow: none !important;
}
.search_item select.form-control {
    background: url(../img/icon-down.png) no-repeat center right 7px white;
    background-size: 11px;
}
.search_btn .btn_red.btn-search {
    width: 100% !important;
    border-radius: 4px !important;
    height: 40px;
    background:#e71c28 !important;
}
.search_btn .btn_red.btn-search:hover{
    background: #c1151f !important;
}
/*Search Box Css End Here*/
.add_home_secreen {
    margin-bottom: 20px;
}
.add_home_secreen .btn {
    box-shadow: none !important;
    font-size: 14px;
    width: 100%;
    font-weight: 500;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0px 10px;
}
@media(min-width: 992px) and (max-width: 1199px){
	.logo img{
		width: 193px !important;
		height: auto !important;
	}
	.navmenuouter.d-flex-w {
    	margin-top: 2px;
	}
	.title h4, .title .h4 {
    	font-size: 16px;
	}
    .county-info li {
        font-size: 13px;
    }
    .county-info span {
        width: calc(100% - 157px);
    }
    .county-info label {
        width: 157px;
    }
    .income_table th,.income_table td {
        font-size: 13px;
        padding: 5px 5px;
    }
    .income_head li {
        font-size: 14px;
    }
    .rent_info h5 {
        font-size: 14px;
    }
    .rent_item {
        margin-left: 10px !important;
        width: calc(33.33% - 7px);
    }
    .rent_item:nth-child(3n + 1){
        margin-left: 0px !important;
    }
    .property_img {
        width: 225px;
    }
    .property_info {
        width: calc(100% - 225px);
    }
}
@media(min-width: 768px) and (max-width: 991px){
	.mobile-hidden {
    	display: none !important;
	}
	.show-more-li,.show-less-li{
		display: block !important;
	}
	li.show-more-li.mobile-hidden,li.show-less-li.mobile-hidden{
    	display: none !important;
	}
	.footer-menu ul li {
    	padding: 2px 9px !important;
    	font-size: 14px !important;
	}
    .income_table th,.income_table td {
        font-size: 13px;
    }
    .county-info li {
        width: 100%;
        margin-left: 0;
    }
    .rent_info h5 {
        font-size: 13px;
    }
    .rent_item {
        margin-left: 10px !important;
        width: calc(33.33% - 7px);
    }
    .rent_item:nth-child(3n + 1){
        margin-left: 0px !important;
    }
    .pro_head a font,.property_info > span > font {
        font-size: 17px;
    }
}
@media (max-width: 767px){
	.title h3, .title .h3 {
    	font-size: 21px;
	}
	.title h4, .title .h4 {
    	font-size: 16px;
	}
	.page_title h1 {
    	font-size: 21px;
    }
	.mobile-hidden {
    	display: none !important;
	}
	.show-more-li,.show-less-li{
		display: block !important;
	}
	li.show-more-li.mobile-hidden,li.show-less-li.mobile-hidden{
    	display: none !important;
	}
	.page-content-outer {
    	padding: 15px;
    }
    .inco_list li {
        width: 32.6%;
	    margin-left: 1% !important;
	}
	.inco_list li:nth-child(3n+1) {
    	margin-left: 0px !important;
	}
    .inco_list a {
   	 	padding-left: 9px;
	}
	.inco_list a::before {
    	top: 4px;
	}
	.footer-menu ul li {
    	padding: 2px 3px !important;
    	font-size: 14px !important;
	}
    .county-info li {
        width: 100%;
        margin-left: 0;
    }
    .income_table table {
        min-width: 767px;
    }
    .income_table th,.income_table td {
        font-size: 13px;
    }
    .rent_list_box {
        margin-bottom: 10px;
        padding-bottom: 8px;
    }
    .rent_item {
        margin-left: 10px !important;
        width: calc(50% - 5px);
    }
    .rent_item:nth-child(2n + 1){
        margin-left: 0px !important;
    }
    .rent_table th,.rent_table td {
        font-size: 14px;
        padding: 4px 6px;
    }
    .property_img {
        width: 100%;
    }
    .property_info {
        width: 100%;
        padding-left: 0px;
        font-size: 14px;
        margin-top: 20px;
    }
    .pro_head a font,.property_info > span > font {
        font-size: 17px;
    }
    .property_img > img, .pro_item_img img {
        height: 200px;
    }
    .property_item {
        padding: 10px;
        max-width: 100%;
    }
    .property_second .property_img {
        width: 100%;
    }
    .property_second .property_info {
        width: 100%;
    }
    .property_second .property_img > img {
        height: 200px;
    }
    .housing_type {
        margin: 10px 0px 0px;
    }
    .property_info .tenant_list_summary_head img {
        margin-right: 10px;
        max-width: 70px;
    }
    .tenant_list_summary br{
        display: none;
    }
    /*section_8_rental_listing Page Css Start Here*/
    .recent_sec_outer {
        max-width: 100%;
        padding: 10px;
    }
    .recent_sec_img {
        width: 100%;
    }
    .recent_sec_img img {
        height: 200px;
    }
    .recent_sec_info {
        width: 100%;
        padding-left: 0px;
        margin-top: 10px;
    }
    .title_recent {
        font-size: 15px;
        line-height: 21px;
    }
    .about_land_text {
        padding: 0px;
    }
    /*section_8_rental_listing Page Css End Here*/

.wrapper{
	padding: 0px 1%; 
    	overflow-x: hidden;
}



}

@media(max-width: 575px){
	.inco_list li {
        width: 49.5%;
	    margin-left: 1% !important;
	}
	.inco_list li:nth-child(2n+1) {
    	margin-left: 0px !important;
	}
    .county-info label {
        width: 100%;
        padding: 5px 10px;
        border-left: 0px;
        border-right: 0px;
    }
    .county-info span {
        padding: 7px 10px;
        width: 100%;
        line-height: 17px;
    }
    .income_head label {
        width: 100%;
        border-right: 0px;
        padding: 7px 10px;
        border-bottom: 1px solid #ddd;
    }
    .income_head span {
        width: 100%;
    }
    .income_head {
        margin-top: 15px;
        border: 0px;
    }
    .income_head li {
        flex-wrap: wrap;
        margin-bottom: 10px;
        border: 1px solid #ddd !important;
    }
    .title-small * {
        font-size: 20px !important;
    }
    .rent_list_three .rent_item {
        width: 100% !important;
        margin-left: 0px !important;
    }
    .pagination a, .pagination li.active {
        height: 23px;
        min-width: 23px;
        padding: 0px 4px;
        font-size: 13px;
    }
}