.page-section {
    padding-bottom: 100px;
}

/*----------------
  Single list page
------------------*/
.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.single-list-slider .sl-item {
    height: 400px;
}

    .single-list-slider .sl-item .sale-notic,
    .single-list-slider .sl-item .rent-notic {
        margin: 30px;
    }

.sl-thumb-slider {
    margin-top: 10px;
    position: relative;
}

    .sl-thumb-slider .sl-thumb {
        height: 120px;
        cursor: pointer;
        background: #000;
        background-size: cover;
        position: relative;
    }

    .sl-thumb-slider .current .sl-thumb:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #000;
        opacity: 0.6;
    }

    .sl-thumb-slider .owl-prev,
    .sl-thumb-slider .owl-next {
        position: absolute;
        height: 20px;
        width: 20px;
        background: #fff;
        top: 50%;
        margin-top: -10px;
        font-size: 12px;
        color: #cccccc;
        text-align: center;
    }

        .sl-thumb-slider .owl-prev:hover,
        .sl-thumb-slider .owl-next:hover {
            color: #30caa0;
        }

    .sl-thumb-slider .owl-prev {
        left: 0;
        border-radius: 0px 30px 30px 0px;
    }

    .sl-thumb-slider .owl-next {
        right: 0;
        border-radius: 30px 0px 0px 30px;
    }

.single-list-content {
    padding: 70px 30px;
    border: 1px solid #e1e1e1;
    border-top: none;
}

    .single-list-content .sl-title h2 {
        font-size: 30px;
        font-weight: 400;
        margin-bottom: 5px;
    }

    .single-list-content .sl-title p {
        font-size: 18px;
    }

    .single-list-content p i {
        /*color: #30caa0;*/
        margin-right: 5px;
    }

    .single-list-content .price-btn {
        display: inline-block;
        font-size: 22px;
        font-weight: 600;
        text-align: center;
        padding: 9px;
        background: #ea6c5d;
        color: #fff;
        min-width: 200px;
        border-radius: 3px;
        margin-bottom: 70px;
    }

    .single-list-content .sl-sp-title {
        display: block;
        font-size: 28px;
        font-weight: 400;
        padding-bottom: 20px;
        margin-bottom: 25px;
        border-bottom: 1px solid #ebebeb;
    }

        .single-list-content .sl-sp-title.bd-no {
            border-bottom: none;
        }

.property-details-list {
    margin-bottom: 30px;
}

    .property-details-list p {
        margin-bottom: 40px;
        font-size: 16px;
    }

.description {
    margin-bottom: 55px;
}

    .description p {
        font-size: 16.7px;
    }

.plan-accordion {
    overflow: hidden;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 75px;
}

    .plan-accordion .panel-link {
        display: block;
        background: #f7f7f7;
        color: #707070;
        font-size: 16px;
        border: none;
        width: 100%;
        cursor: pointer;
        padding: 18px 30px;
        border: 1px solid #e1e1e1;
        border-bottom: 0;
        position: relative;
        text-align: left;
    }

        .plan-accordion .panel-link span {
            margin-left: 20px;
        }

        .plan-accordion .panel-link.active {
            background: #30caa0;
            color: #fff;
            border: 1px solid #30caa0;
        }

            .plan-accordion .panel-link.active i {
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
            }

            .plan-accordion .panel-link.active.collapsed {
                background: #f7f7f7;
                color: #707070;
                border: 1px solid #e1e1e1;
                border-bottom: 0;
            }

                .plan-accordion .panel-link.active.collapsed i {
                    -webkit-transform: rotate(0deg);
                    -ms-transform: rotate(0deg);
                    transform: rotate(0deg);
                }

        .plan-accordion .panel-link i {
            position: absolute;
            font-size: 24px;
            top: 50%;
            right: 17px;
            margin-top: -11px;
            -webkit-transition: all 0.4s;
            -o-transition: all 0.4s;
            transition: all 0.4s;
        }

    .plan-accordion .panel-body {
        border: 1px solid #e1e1e1;
        border-bottom: none;
    }

.perview-video {
    position: relative;
    margin-bottom: 75px;
}

    .perview-video .video-link {
        position: absolute;
        left: calc(50% - 30px);
        top: calc(50% - 30px);
    }

.sidebar {
    padding-left: 40px;
}

.author-card {
    padding: 29px;
    border: 1px solid #ebebeb;
    border-radius: 1px;
    margin-bottom: 44px;
}

    .author-card .author-img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        float: left;
    }

    .author-card .author-info {
        padding-top: 10px;
        margin-left: 100px;
    }

    .author-card h5 {
        font-weight: 400;
    }

    .author-card .author-contact {
        display: block;
        clear: both;
        padding-top: 40px;
        position: relative;
    }

        .author-card .author-contact:after {
            content: "";
            position: absolute;
            width: 100px;
            height: 1px;
            top: 20px;
            left: 0;
            background: #ebebeb;
        }

        .author-card .author-contact p {
            font-size: 16px;
            margin-bottom: 0;
            line-height: 2;
        }

            .author-card .author-contact p i {
                margin-right: 5px;
                color: #ea6c5d;
            }

.contact-form-card {
    padding: 29px;
    border: 1px solid #ebebeb;
    border-radius: 1px;
    margin-bottom: 80px;
}

    .contact-form-card h5 {
        font-weight: 400;
        margin-bottom: 30px;
    }

    .contact-form-card input,
    .contact-form-card textarea {
        width: 100%;
        border: 1px solid #ebebeb;
        margin-bottom: 17px;
        height: 36px;
        padding: 0 20px;
    }

    .contact-form-card textarea {
        height: 100px;
        padding: 10px 20px;
    }

    .contact-form-card button {
        background: #ea6c5d;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        border: none;
        min-width: 80px;
        height: 30px;
        border-radius: 1px;
        cursor: pointer;
    }

.related-properties h2 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 40px;
}

.sale-notic,
.rent-notic {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    background: #e94646;
    padding: 7px 13px;
    display: inline-block;
    border-radius: 2px;
    position: relative;
    z-index: 3;
}

.rp-item {
    margin-bottom: 40px;
}

    .rp-item .rp-pic {
        height: 229px;
        padding: 21px 20px;
    }

    .rp-item .rp-info {
        text-align: center;
        padding: 30px 10px;
        border: 1px solid #e1e1e1;
        border-bottom: none;
        border-top: none;
    }

        .rp-item .rp-info h5 {
            font-size: 18px;
            font-weight: 400;
            margin-bottom: 5px;
        }

        .rp-item .rp-info p {
            margin-bottom: 0;
        }

            .rp-item .rp-info p i {
                color: #30caa0;
                margin-right: 5px;
            }

    .rp-item .rp-price {
        display: block;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        padding: 9.5px;
        background: #30caa0;
        color: #fff;
    }

.pos-map#map-canvas {
    height: 350px;
}
