/* Red Hat Display  */
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
/* 
font-family: 'Red Hat Display', sans-serif;
 */
/* Lora */
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Red+Hat+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
/* 
font-family: 'Lora', serif;
font-family: 'Red Hat Display', sans-serif;
*/
/* Kumb Sans */
@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100;200;300;400;500;600;700;800&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Red+Hat+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


.container_listing {
    max-width: 1240px;
    margin: 0 auto;
}

.listing_search_form {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 13px 0px 16px 0px;
}

.listing_form_fields {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.input p {
    padding-bottom: 12px;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    text-transform: capitalize;
}
.input select{
    background: url("../postmybiz/images/chevron_left.png")
    no-repeat;  
    background-size: 11px;
    background-position: calc(100% - 14px) 17px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.input select,
.input input {
    width: 237px;
    height: 48px;
    border: 1px solid #D9D9D9;
    padding-left: 10px;

}

.search_btn {
    display: flex;
    align-items: center;
}

.search_btn button {
    border: none;
    outline: none;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 800;
    font-size: 15px;
    line-height: 20px;
    color: #2C6DEB;
    background: none;
    padding-top: 24px;
    cursor: pointer;
}

/* listings page */
.listings_page {
    padding: 25px 10px 39px 20px;
}

.page_title h2 {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 41px;
    color: #000000;
    padding-bottom: 23px;
}

.listing_category {
    max-width: 934px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 41px;
}

.categ p {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #707075;
}

.category_views {
    display: flex;
}

.list_view a,
.map_view a {
    font-family: 'Kumbh Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #EC8840 !important;
    text-decoration: none;
    cursor: pointer;
}

a.active_link {
    font-weight: 700;
}

.list_view img,
.map_view img {
    padding-right: 10px;
}

.list_view {
    padding-right: 36px;
}

/* lists */
.list {
    max-width: 934px;
    background: white;
    padding: 9px 35px 8px 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    margin-bottom: 22px;
}

.list_flex {
    display: flex;
}

.list_img {
    background-image: url('../postmybiz/images/listbg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 100%;
    width: 190px;
    height: 185px;
}

.icons {
    display: flex;
    justify-content: start;
    align-items: end;
    height: 100%;
    padding-left: 13px;
    padding-bottom: 11px;
}

.list_title h3 {
    font-family: 'Kumbh Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
}

.icon1 {
    margin-right: 7px;
}

.icon1,
.icon2 {
    width: 47px;
    height: 22px;
    display: flex;
    background: rgba(131, 131, 131, 0.36);
}

.icon1 p,
.icon2 p {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    padding-left: 4px;
    color: #FFFFFF;
}

.icon2 img {
    height: 20px;
}

.list_content {
    padding-left: 18px;
    padding-top: 11px;
    width: 100%;
}

.list_title {
    display: flex;
    justify-content: space-between;
}

.list_contact {
    padding-top: 28px;
    display: flex;
}

.list_cont,
.list_location {
    display: flex;
}

.list_cont {
    padding-right: 25px;
}

.list_cont p,
.list_location p {
    padding-left: 9px;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #535461;
}

.list_desc p {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #535461;
    padding-top: 25px;
}

/* pagination */
.pagination {
    display: flex;
    justify-content: center !important;
    padding-top: 20px;
}

.pageination_flex {
    display: flex;
    justify-content: center;
}

.pre {
    padding-right: 18px;
}

.pre a,
.next a {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #707075;
    text-decoration: none;
}

.next a {
    padding-left: 20px;
}

.pagination_page a,
.pagination_page span {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    padding: 0px 4px;
    text-decoration: none;
}

/* Buy and Sell Page */
.sale_div {
    max-width: 934px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 61px;
}

.sale_div p {
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #535461;
}

.list_bussines {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 41px;
    border: 1px solid #2C6DEB;
}

.for_sale h5 {
    padding-top: 4px;
    padding-bottom: 10px;
    font-family: 'Lora';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
}

/* buy_sell_search */
.buy_sell_search .input select {
    width: 334px;
}

.buy_sell_search .input input {
    width: 208px;
}

.buy_sell_search .input:nth-child(3) {
    padding-right: 143px;
}

.buy_sell_search .rent select {
    width: 102px;
}

.rent select {
    margin-right: 14px;
}




/* map view  */
.list_main_flex {
    display: flex;
    justify-content: space-between;
    gap: 21px;
}

.map {
    max-width: 474px;
    display: none;
}

.map.active {
    display: block;
}

.map iframe {
    border: 0;
    max-width: 100%;
    height: 100%;
}


@media (max-width:1340px){
    .container_listing{
        padding: 0px 20px;
    }
}
@media (max-width:1240px) {
    .container_listing {
        padding-left: 40px;
        padding-right: 40px;
    }

    .listing_form_fields {
        flex-wrap: wrap;
    }
}

@media (max-width:1100px) {
    .search_btn button {
        width: 237px;
    }
}

@media (max-width:990px) {
    .container_listing {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width:767px) {
    .listing_form_fields {
        justify-content: center;
    }

    .list {
        padding: 9px 10px 8px 10px;
    }

    .list_flex {
        flex-direction: column;
    }

    .list_img {
        width: 100%;
    }

    .list_content {
        padding-left: 3px;
    }

    .listings_page {
        padding: 20px 0px;
    }

    .page_title h2 {
        font-size: 28px;
    }

    .list_view a,
    .map_view a {
        font-size: 10px;
    }

    .next a {
        padding-left: 2px;
    }

    .pre {
        padding-right: 2px;
    }

    /* sale and but page */
    .sale_div {
        align-items: center;
        gap: 20px;
        flex-direction: column;
        justify-content: center;
    }

    .for_sale h5,
    .page_title h2 {
        text-align: center;
    }

    .list_bussines {
        width: 250px;
    }


    /* map settings */
    .list_main_flex {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        gap: 21px;
    }

    .map {
        max-width: 100%;
    }

    .map iframe {
        width: 100%;
    }

    .listing_category {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .category_views {
        padding-top: 20px;
    }
}


/* -------------Buy Sell Search Form Media Queries --------------------- */

@media (max-width:1240px) {
    .buy_sell_search .input:nth-child(3) {
        padding-right: 0px;
    }

}

@media (max-width:1120px) {
    .buy_sell_search .input:nth-child(3) {
        padding-right: 0px;
    }

    .rent select {
        margin-left: 0px;
    }

    .buy_sell_search .input select {
        width: 208px;
    }

    .buy_sell_search .rent select {
        width: 102px;
    }

    .rent select {
        margin-right: 0px;
    }
}

@media (max-width:767px) {

    .buy_sell_search {
        display: flex;
        flex-direction: column;
    }

    .rent select {
        margin-bottom: 10px;
        margin-right: 0px;
    }

    .listing_form_fields {
        flex-direction: column;
    }

    .buy_sell_search .input select,
    .buy_sell_search .input input,
    .input select,
    .input input,
    .search_btn button {
        width: 100%;
    }


}