.propertySec {
    padding-top: 90px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);

    .commonCardBtm {
        .commonCardWrap {
            row-gap: 40px;

            .commonCard {
                .commonCardImg {
                    position: relative;

                    .forSaleDiv {
                        position: absolute;
                        left: 15px;
                        top: 30px;
                        background-color: #fff;
                        padding: 12px 20px;
                    }
                }
            }
        }
    }

    iframe{
        display: block;
    }
}

.searchForm {

    input,
    select {
        width: 100% !important;
        height: 45px;
        border-radius: 5px;
        border: 1px solid #ccc;
    }
}


/* Responsive */

@media (max-width: 1199px) {
    .commonAbtSec {
        .abtTxt {
            .secH {
                text-align: left;
            }
        }
    }
}

@media (max-width: 991px) {
    .commonAbtSec {
        .abtTxt {
            .secH {
                text-align: center;
            }
        }

        .abtImg {
            .abtImgInn {
                &::after {
                    width: calc(100% - 100px);
                }
            }
        }
    }

    .page-template-sellers, .page-template-buyers{
        main{
            margin-bottom: 50px;
        }
    }
}