.search-middle.search-middle-right {
    width: calc(100% - 330px);
}
#main {
    clear: both;
    padding: 1.625em 0 0;
    background: #f5f5f5;
    overflow: hidden;
    width: 100%;
}
.search-result-top.search-result-top-2.justify-content-center .img-wrapper {
    margin: 0 0 20px;
}
.search-result-top.search-result-top-2.justify-content-center .section-heading {
    margin-top: 35px;
}
.search-result-top.search-result-top-2.justify-content-center {
    display: inherit;
}
.search-quick-links.search-quick-links-2 .search-heading {
    color: #fff;
    background-color: #df4d27;
    padding: 6px 15px;
}

.search-result-top h4{
    background-color: #383838;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 200;
    padding: 5px;
}
.search-name.search-name-2{
    color: #020e65;
}
.search-result-top.search-result-top-2 {
    display: inherit;
}
.search-result-main .search-img {
    width: 240px;
    float: left;
    margin-right: 20px;
}

.search-result-main .search-img img {
    max-width: 100%;
    margin-bottom: 10px;
}

.search-result-main .search-result-details {
    width: 100%;
    padding: 0 20px;
}
.search-result-main .search-result-details .search-name.search-name-2 {
    margin-bottom: 15px;
}
.search-result-main , .search-result-details p {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 24px;
}
.search-result-main .search-img h5 {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
}
.search-result-main .search-result-details .search-name.search-name-2 span {
    color: #df4d27;
    margin-left: 10%;
}

.write_review_2 {
    background: #333;
    color: #fff;
    display: table;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 20px auto 20px;
    padding: 10px 40px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.write_review_2:hover {
    background: #df4d27;
    color: #fff;
    text-decoration: none;
}
.search-result-details-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.search-result-details-img img {
    flex-basis: 24%;
    border: solid 1px #000;
    margin-bottom: 18px;
}
.write_review {
    background: #333;
    color: #fff;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 20px 0px 20px;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}
.write_review:hover {
    background: #df4d27;
    color: #fff;
    text-decoration: none;
}
.search-quick-links.search-quick-links-2 .search-heading {
    color: #fff;
    background-color: #df4d27;
    padding: 6px 15px;
}

.classified-list .box-heading {
    line-height: 30px;
}

.classified-list.file .box-details{
    padding: 15px;
}
.classified-list.file .btn-block {
    text-align: center;
    position: absolute;
    right: 0;
    bottom:-25px;
    width: 100%;
    padding-right: 0;
}
.classified-list.file .btn-red:hover{
    border: 1px solid;
}