
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on July 12, 2024 */


@font-face {
    font-family: 'avantgardemditcttbold';
    src: url('../fonts/avantgardemditctt_bold-webfont.eot');
    src: url('../fonts/avantgardemditctt_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/avantgardemditctt_bold-webfont.woff2') format('woff2'), url('../fonts/avantgardemditctt_bold-webfont.woff') format('woff'), url('../fonts/avantgardemditctt_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'itc_avant_garde_gothic_stdBk';
    src: url('../fonts/itcavantgardestd-bk-webfont.eot');
    src: url('../fonts/itcavantgardestd-bk-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/itcavantgardestd-bk-webfont.woff2') format('woff2'), url('../fonts/itcavantgardestd-bk-webfont.woff') format('woff'), url('../fonts/itcavantgardestd-bk-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'itc_avant_garde_gothic_stdMd';
    src: url('../fonts/itcavantgardestd-md-webfont.eot');
    src: url('../fonts/itcavantgardestd-md-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/itcavantgardestd-md-webfont.woff2') format('woff2'), url('../fonts/itcavantgardestd-md-webfont.woff') format('woff'), url('../fonts/itcavantgardestd-md-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: 'itc_avant_garde_gothic_stdBk';
    color: #444444;
}

.no-scroll {
    overflow: hidden;
}

.blueLink {
    color: #389DFF;
}

.dangerLink {
    color: #F87517;
}

a {
    color: #389DFF;
    text-decoration: none;
}

.bg-light {
    background-color: #f5f5f5 !important;
}

.radius {
    border-radius: 10px;
}

.space-30 {
    padding: 30px;
}

a:hover {
    color: #389DFF;
    text-decoration: none;
}

figure {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'itc_avant_garde_gothic_stdMd';
}

.space-common {
    margin-bottom: 70px;
}

ul li {
    list-style: none;
}

select {
    cursor: pointer;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
h2 {
    font-size: 1.5rem
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 99;
    display: none;
}

    .overlay.active {
        display: block;
    }

.mobile_menu {
    display: none;
}

header {
    background: #389DFF;
    padding: 4px 0px;
    transition: all 0.5s;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 9;
    min-height:80px
}

    header .logo-image {
        max-width: 140px;
    }

   

.join-buttons .btn {
    background: #fff;
    color: #444;
}

    .join-buttons .btn:hover {
        background: #389DFF;
        border: 1px solid #fff;
        color: #fff;
    }

.join-buttons .Sign-btn {
    background: #389DFF;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 30px;
}

    .join-buttons .Sign-btn:hover {
        background: #fff;
        color: #444444;
    }

.join-buttons .border-btn {
    background: #389DFF;
    border: 1px solid #fff;
    color: #fff;
}

    .join-buttons .border-btn:hover {
        background: #fff;
        color: #444444;
    }

header.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    backdrop-filter: blur(10px);
    animation: slideDown 0.35s ease-out;
    z-index: 9;
    width: 100%;
    top: 0;
}

.navbar-collapse {
    flex-grow: inherit;
}

.navbar-toggler {
    border-color: #fff;
    background-color: #fff;
}

header .nav-link {
    color: #fff;
    font-size: 15px;
    margin: 3px 8px;
    font-weight: 400;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #000;
    font-weight: 600;
}

header.is-sticky .logo-image {
    max-width: 120px;
}

main.is-sticky {
    padding-top: 120px;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.after-login-profile {
    display: flex;
    align-items: center;
    position: relative;
}
/* .after-login-profile::after { position: absolute;
right: 0; top: 6px; background: url(../images/arrow-black.svg) no-repeat; width: 20px; height: 10px; filter: invert(100%); margin: 0; padding: 0; border: none; } */
.profile-name {
    color: #fff;
    margin-right: 10px;
    line-height: normal;
}

    .profile-name small {
        display: block;
        font-size: 12px;
        color: #fff !important
    }

    .profile-name span {
        display: block;
        font-size: 16px;
        font-weight: 500;
        max-width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.profile-img img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.profile-dropdown {
    width: 220px;
}

    .profile-dropdown li a {
        color: #303030;
        text-decoration: none;
        padding: 10px 15px;
        border-bottom: 1px solid #E1E1FC;
        display: block;
        font-size: 14px;
        font-weight: 500;
    }

    .profile-dropdown li:last-child a {
        border: 0;
    }

    .profile-dropdown li a:hover {
        background: #F0F7FC;
    }

    .profile-dropdown li a svg {
        margin-right: 4px;
        width: 22px
    }

.profile-dropdown {
    width: 220px;
    right: 0 !important;
    left: inherit !important;
}

/*--------------------------------------------------------------
# Heading Main
--------------------------------------------------------------*/
.heading-Main {
    font-size: 28px;
    font-weight: 500;
    font-family: 'itc_avant_garde_gothic_stdMd';
}

main {
    min-height: calc(100vh - 501px);
}

/*--------------------------------------------------------------
# Banner Slider
--------------------------------------------------------------*/
.banner-slider-main {
    margin-top: 20px;
}

.banner-slider figure .banner-img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.banner-slider figure {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

    .banner-slider figure::before {
        content: '';
        background: rgba(0, 0, 0, 0.4);
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
    }

    .banner-slider figure figcaption {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 45px;
        font-weight: 500;
        color: #fff;
        width: 100%;
        text-align: center;
        padding: 0 20px;
    }

        .banner-slider figure figcaption h1 {
            margin: 0;
        }

.banner-slider {
    margin-bottom: 40px;
}

/*--------------------------------------------------------------
# Running Projects
--------------------------------------------------------------*/
.running-projects-Main {
    background: #f7fbff;
    padding: 40px 0 60px;
}

.running-project .project-img {
    border-radius: 10px 10px 0 0;
    transition: all 0.5s;
    width: 100%;
    object-fit: cover;
    height: 300px;
}

.imgBlogBox .project-img {
    border-radius: 0 !important;
    transition: all 0.5s;
    max-width: 100% !important;
    object-fit: contain;
    max-height: 320px !important;
    text-align: center;
    height: auto !important;
    width: auto !important;
}

.imgBlogBox {
    height: 320px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}


.running-project figure {
    margin: 0;
    overflow: hidden;
    position: relative;
}

.running-project {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
}

    /*.running-project .project-box {
        padding: 20px;
        min-height:184px
    }*/

    .running-project .project-box {
        padding: 20px;
        min-height: auto
    }

    .running-project .prop-arrow {
        padding: 0px;
        min-height: auto
    }

    .running-project a {
        color: #444444;
    }

    .running-project h2 {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .running-project small {
        color: #656E55;
        font-size: 14px;
        display: block;
    }

    .running-project .loaction {
        margin: 10px 0;
        position: relative;
        padding-left: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .running-project .loaction img {
            position: absolute;
            left: 0;
            top: 5px;
        }

    .running-project .dimantion span {
        display: flex;
        align-items: center;
        margin-right: 10px;
        margin-bottom: 5px;
    }

        .running-project .dimantion span img {
            margin-right: 4px;
        }

    .running-project .dimantion {
        display: flex;
        flex-wrap: wrap;
    }

    .running-project:hover .project-img {
        transform: scale(1.08);
    }

    .running-project:hover {
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    }

/*--------------------------------------------------------------
# Login popup
--------------------------------------------------------------*/

.login-popup {
    padding: 30px;
}

.form-control {
    height: 50px;
    border-color: #D2D2D2;
    border-radius: 10px;
}

    .form-control::placeholder {
        color: #AEAEAE;
    }

.input-label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
}

.btn-common, .btn {
    background: #389DFF;
    padding: 12px 26px !important;
    color: #fff;
    border-radius: 10px;
    font-size: 15px;
}

header .btn-common, header .btn {
    background: #389DFF;
    padding: 6px 25px !important;
    color: #fff;
    border-radius: 10px;
    font-size: 14px;
}

.btn:hover {
    background: #389DFF;
    color: #fff;
    opacity: 0.9;
}

.forgot-password {
    font-size: 16px;
}

.input-email {
    padding-left: 40px;
}

.input-password {
    padding-left: 40px;
}

.input-name {
    padding-left: 40px;
}

.input-phone {
    padding-left: 40px;
}

.input-post {
    padding-left: 40px;
}

.input-state {
    padding-left: 40px;
}

.input-card input {
    padding-right: 60px;
}

.input_icon.input-card .icon {
    right: 10px;
    left: inherit
}

.have-account {
    text-align: center;
    margin-top: 30px;
}

    .have-account h2 {
        font-size: 22px;
        margin-bottom: 30px;
        font-weight: 600;
    }

        .have-account h2 span {
            font-size: 18px;
            font-weight: 400;
            display: block;
            margin-top: 5px;
        }

    .have-account a {
        border: 1px solid #696969;
        display: block;
        padding: 10px;
        color: #444444;
        width: 48%;
        border-radius: 10px;
    }

        .have-account a span {
            display: block;
            font-weight: 500;
            line-height: normal;
            margin-top: 10px;
        }

        .have-account a:hover {
            border-color: #389DFF;
        }

.terms-text {
    font-size: 14px;
    padding: 0 10px;
}

    .terms-text a {
        display: inline-block;
    }

.profile-pic {
    transition: all .3s ease;
    text-align: center;
}

    .profile-pic label {
        cursor: pointer;
    }

    .profile-pic input {
        display: none;
    }

    .profile-pic figure {
        border-radius: 100%;
        overflow: hidden;
        height: 130px;
        width: 130px;
        margin-bottom: 10px;
    }

        .profile-pic figure img {
            object-fit: cover;
            height: 100%;
            width: 100%;
        }

    .profile-pic span {
        color: #969696;
        font-size: 13px;
        font-weight: 400;
    }

.close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

/*--------------------------------------------------------------
# Suppliers
--------------------------------------------------------------*/
.suppliers-Main {
    margin-bottom: 100px;
}

.select-filter {
    padding: 9px;
    padding-right: 40px;
    outline: 0;
    cursor: pointer;
    border: 1px solid #696969;
    border-radius: 8px;
    background: url(../images/arrow-black.svg) no-repeat right;
    background-position: right 10px center;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.suppliers-slider .slick-slide {
    margin: 0 10px;
}

.btn-view:hover {
    opacity: 0.8;
    transition: all 0.3s;
    background: #389DFF;
    color: #fff;
}

.suppliers-slider {
    margin: 0 -10px;
}

    .suppliers-slider .running-project {
        margin-bottom: 10px;
    }

    .suppliers-slider .slick-dots {
        bottom: -40px;
    }

        .suppliers-slider .slick-dots li button:before {
            background: #dddddd;
            color: inherit;
        }

        .suppliers-slider .slick-dots li.slick-active button:before {
            background: #444444;
        }

/*--------------------------------------------------------------
# Explore
--------------------------------------------------------------*/
.card-expolre a {
    color: #444444;
    border-radius: 10px;
}

.card-expolre h2 {
    font-size: 16px;
}

.card-expolre h3 {
    font-size: 34px;
    margin: 0;
}

.bg-propertie {
    background: #FAF3DD;
}

.bg-Service {
    background: #E7F2FF;
}

.bg-Request {
    background: #FFF1EF;
}

/*--------------------------------------------------------------
# property Form
--------------------------------------------------------------*/
.btn-cancel {
    border: 1px solid #444;
    margin-right: 10px;
    background: #ffff;
    color: #444;
}

.property-pic-upload {
    transition: all .3s ease;
    text-align: center;
    background: #F6F8F3;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

    .property-pic-upload label {
        cursor: pointer;
        width: 100%;
        display: block;
    }

    .property-pic-upload input {
        display: none;
    }

    .property-pic-upload figure {
        height: 200px;
        width: 100%;
    }

        .property-pic-upload figure img {
            object-fit: contain;
            height: 100%;
            width: 100%;
            position: relative;
            z-index: 1;
        }

    .property-pic-upload span {
        font-weight: 500;
        font-size: 14px;
        top: 50%;
        position: absolute;
        text-align: center;
        width: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .property-pic-upload span img {
            display: block;
            margin: 0 auto 5px;
        }

            .property-pic-upload span img.uploadImg {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }

        .property-pic-upload span small {
            display: block;
            color: #969696;
            font-size: 13px;
            font-weight: 400;
        }

.propertyForm textarea {
    min-height: 100px;
}

.qty-container {
    display: flex;
    text-align: center;
    border: 1px solid #696969;
    border-radius: 8px;
    overflow: hidden;
}

    .qty-container input {
        width: 40%;
        border: 0px;
        text-align: center;
        height: 50px;
    }

    .qty-container button {
        width: 30%;
        border: 0px;
        background: #ffff;
    }

    .qty-container input:focus-visible {
        border: 0;
        outline: 0;
    }

.propertyForm .sticky-top {
    top: 90px;
    z-index: 0;
}

/*--------------------------------------------------------------
# Add property Form
--------------------------------------------------------------*/

.add_PropertyForm .property-pic-upload {
    background-color: #EEF7FF;
}

    .add_PropertyForm .property-pic-upload figure {
        height: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.space-145 {
    padding: 30px 145px;
}

.add_PropertyForm .property-pic-upload figure img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.add_PropertyForm h5 {
    color: #509FEA;
}

/*--------------------------------------------------------------
# create_AccountForm
--------------------------------------------------------------*/
.create_AccountForm .property-pic-upload figure {
    height: 190px;
    font-weight: 500;
    font-size: 14px;
}

.create_AccountForm .property-pic-upload {
    background-color: #EEF7FF;
}

    .create_AccountForm .property-pic-upload figure {
        padding: 20px;
    }

        .create_AccountForm .property-pic-upload figure img {
            height: 120px;
            width: 120px;
            border-radius: 100%;
            overflow: hidden;
            display: block;
            margin: 0 auto 10px;
        }

.user_typeSelect {
    margin: 0;
    padding: 0;
}

    .user_typeSelect input {
        display: none;
    }

    .user_typeSelect label {
        border: 1px solid #333333;
        padding: 10px 14px;
        cursor: pointer;
        text-align: center;
        font-size: 12px;
        border-radius: 10px;
        font-weight: 600;
        width: 130px;
    }

        .user_typeSelect label p {
            margin: 0;
        }

        .user_typeSelect label img {
            display: block;
            margin: 0 auto 10px;
        }

    .user_typeSelect [type="radio"]:checked + label {
        border: 1px solid #389DFF;
        background-color: #E3F1FF;
    }

.policyTxt {
    font-size: 14px;
}

    .policyTxt a {
        color: #F87517;
        text-decoration: underline;
    }

/*.create_AccountForm h5 {
    color: #509FEA;
}*/

.payment_detailItems {
    padding: 0;
}

    .payment_detailItems li {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        padding: 10px 0;
        border-bottom: 1px solid #D7D7D7;
        font-size: 17px;
    }

        .payment_detailItems li p {
            margin: 0;
        }

    .payment_detailItems .bold {
        font-weight: 600;
    }

    .payment_detailItems li span {
        max-width: 60%;
    }

.otp_section .btn-otp {
    padding: 14px 12px;
    position: absolute;
    right: 0;
    top: 25px;
    font-size: 14px;
}

.otp_section {
    position: relative;
    padding-right: 90px;
}

/*--------------------------------------------------------------
# Thanku Popup
--------------------------------------------------------------*/
.Thankyou-popup-modal {
    max-width: 370px;
}

.Thankyou-popup {
    text-align: center;
    padding: 22px;
}

    .Thankyou-popup h2 {
        font-size: 20px;
        font-weight: 600;
        margin: 20px 0;
    }

    .Thankyou-popup .btn-invite {
        display: block;
        margin: auto;
        width: 100%;
    }

    .Thankyou-popup .all-properties {
        display: inline-block;
        margin-top: 20px;
        color: #389DFF;
        font-weight: 600;
        font-size: 18px;
    }

        .Thankyou-popup .all-properties:hover {
            color: #389DFF;
        }

/*--------------------------------------------------------------
# properties
--------------------------------------------------------------*/
.search-input {
    position: relative;
    max-width: 300px;
}

    .search-input .search-icon {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

    .search-input .form-control {
        padding-left: 40px;
    }

.total-properties {
    text-align: right;
    font-weight: 600;
}

.owner-img {
    width: 40px;
    border-radius: 50%;
}

.owner-work-status .owner label {
    background: #EFB920;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    margin-top: 2px;
}

.owner-work-status .owner span {
    font-weight: 500;
    display: block;
    font-size: 14px;
}

.owner-work-status p {
    margin-left: 10px;
    margin-bottom: 0;
}

.work-status {
    background: #E9F4FF;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 6px;
}

    .work-status span {
        color: #389DFF;
        font-weight: 500;
    }

.propertie-detail {
    position: relative;
}

.propertie-detail-img {
    height: 100%;
    display: flex;
    justify-content: center;
}

  /*  .propertie-detail-img img {
        border-radius: 10px;
        object-fit: cover;
        width: 100%;
        border: 1px solid #f5f5f5;
    }*/

    .propertie-detail-img img {
        border-radius: 10px;
        width: auto;
        border: 1px solid #f5f5f5;
        max-height: 350px;
    }

.propertie-detail h2 {
    margin: 0;
    font-size: 26px;
    font-weight: 600;
    padding-right: 60px;
}

.propertie-detail small {
    color: #967C3B;
    font-size: 14px;
}

.propertie-detail .loaction {
    margin: 5px 0;
}

.propertie-detail .dimantion span {
    display: flex;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 5px;
}

    .propertie-detail .dimantion span img {
        margin-right: 4px;
    }

.propertie-detail .dimantion {
    display: flex;
    flex-wrap: wrap;
}

.propertie-detail h4 {
    font-size: 16px;
    font-family: 'itc_avant_garde_gothic_stdMd';
}

.propertie-detail p {
    font-size: 14px;
}

.project-name {
    margin-bottom: 5px;
}

    .project-name strong {
        font-weight: 500;
    }

.invite-customer {
    background: #EEF4FF;
    padding: 20px;
    border-radius: 10px;
    margin-top: 15px;
}

    .invite-customer span {
        font-weight: 500;
        font-size: 17px;
    }

    .invite-customer p {
        font-size: 14px;
    }

.invite-copy .form-control {
    font-weight: 500;
    padding-right: 40px;
}

.invite-copy {
    position: relative;
    max-width: 160px;
}

.invite-customer .btn-copy {
    background: none;
    border: 0;
    outline: 0;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.invite-customer .btn {
    background: #F87517;
}

.btn-More-detail {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #389DFF;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    position: absolute;
    right: 0px;
    top: 0px;
}

    .btn-More-detail img {
        width: 30px;
    }

    .btn-More-detail:hover {
        background: #F87517;
        transition: all 0.2s;
    }

.invite-popup-modal .btn {
    width: 100%;
    margin-top: 20px;
}

.invite-popup-modal h2 {
    font-size: 26px;
    font-weight: 500;
}

.invite-popup {
    padding: 20px;
}

    .invite-popup p {
        font-size: 13px;
    }

.addressInput {
    position: relative;
}

.iconInput {
    position: absolute;
    right: 20px;
    top: 38px;
}

.details-dropdown li a {
    color: #303030;
    text-decoration: none;
    padding: 12px 20px;
    border-bottom: 1px solid #E1E1FC;
    display: block;
    font-size: 13px;
    font-weight: 500;
}

.details-dropdown li:last-child a {
    border: 0;
}

.details-dropdown li a:hover {
    background: #F0F7FC;
}

.details-dropdown li a svg, .details-dropdown li a img {
    width: 24px;
    margin-right: 8px;
}

.detail-title {
    font-size: 18px !important;
}

    .detail-title .back-arrow img {
        max-width: 20px;
        margin-right: 5px
    }

.back-arrow img {
    max-width: 20px;
    margin-right: 5px
}

.detail-title span {
    font-weight: 400;
    color: #878787;
}

/*--------------------------------------------------------------
# Stages Report
--------------------------------------------------------------*/
.Stages {
    border-radius: 16px;
    border-color: #F0F2FF !important;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

    .Stages li {
        border-bottom: 1px solid #E9EBF4;
        list-style-type: none;
    }

    .Stages .nav-link.active {
        background: #F0F2FF;
    }

    .Stages li .nav-link:hover {
        background: #F0F2FF;
    }

    .Stages li:last-child {
        border: 0;
    }

    .Stages li .nav-link {
        display: flex;
        align-items: center;
        position: relative;
        padding: 15px 35px;
        padding-right: 20px !important;
        padding-left: 35px !important;
        color: #444444;
    }

        .Stages li .nav-link::after {
            content: '';
            width: 12px;
            height: 15px;
            background: url(../images/arrow-right.svg) no-repeat;
            position: absolute;
            right: 10px;
            top: 50%;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            background-size: contain;
        }

    .Stages li a span {
        display: block;
        font-size: 18px;
        font-weight: 700;
    }

    .Stages li a p {
        margin: 0 0 0 10px;
    }

.h3 {
    font-size: 20px;
    font-weight: 600;
}

.tick {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #BABBBC;
    position: absolute;
    left: 10px;
}

.tick-green {
    background: #33B17C;
}

.tick-orange {
    background: #EFB920;
}

.status {
    font-size: 11px;
    padding: 5px 10px;
    border: 1px solid #A1A1A1;
    color: #A1A1A1;
    border-radius: 30px;
    line-height: normal;
    margin: 1px;
}

.progress-status {
    color: #DB8E09;
    border-color: #DB8E09;
}

.completed-status {
    color: #54B85E;
    border-color: #54B85E;
}

.stages-report-right .accordion-item {
    border: none;
    border-bottom: 1px solid #E9EBF4;
}

.stages-report-right .accordion-button:not(.collapsed) {
    background-color: inherit !important;
}

.stages-report-right .accordion-button:focus {
    border: none;
}

.stages-report-right li a.active::after {
    transform: rotate(90deg) !important;
    right: 20px !important;
}

.bg-common {
    background: #F0F2FF;
}

.not-started {
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}

    .not-started span {
        display: block;
        font-size: 20px;
        margin: 10px 0;
        font-weight: 500;
    }
/*.not-started .btn {   width: 80%; background: #33B17C; }*/
.btn-post {
    background: #F0F2FF;
    color: #1a5ad9;
    border: 1px solid #389DFF;
    font-weight: 500;
    width: 100%;
}

    .btn-post:hover path {
        stroke: #fff
    }

    .btn-post i {
        font-style: normal;
        line-height: 0;
        font-size: 20px;
    }

.post-tag {
    margin-bottom: 10px;
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
}

    .post-tag .btn {
        background: #33B17C;
        color: #fff;
        font-size: 15px;
        padding: 10px 15px;
        border-radius: 10px;
        width: 49%;
    }

    .post-tag .btn_decline {
        background-color: #FAE8E8;
        color: #CA4848;
    }

.accordion-body {
    padding-top: 0px;
}

.addPost-popup {
    padding: 0;
    /*padding: 20px;*/
}

    .addPost-popup h2 {
        font-size: 24px;
        font-weight: 500;
    }

.post-type {
    padding: 0px;
    flex-wrap: wrap;
}

.target-Audience [type="radio"]:checked,
.target-Audience [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .target-Audience [type="radio"]:checked + label,
    .target-Audience [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 21px;
        display: inline-block;
        color: #666;
    }

        .target-Audience [type="radio"]:checked + label:before,
        .target-Audience [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 22px;
            height: 22px;
            background: url(../images/uncheck.svg) no-repeat;
        }

        .target-Audience [type="radio"]:checked + label:after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 22px;
            height: 22px;
            background: url(../images/check.svg) no-repeat;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

.form-control.textarea {
    min-height: 100px;
}

.postfiles .inputFile {
    display: none;
}

.uploadPostButton {
    background: #F0F2FF;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    display: block;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

    .uploadPostButton svg {
        display: block;
        margin: 0 auto 10px;
    }

.pip img {
    width: 53px;
    height: 53px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
}

.pip {
    display: inline-block;
    position: relative;
    margin-right: 15px;
    margin-top: 20px;
}

    .pip .remove {
        position: absolute;
        background: #F87517;
        border: 1px solid;
        font-size: 11px;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        text-align: center;
        top: -10px;
        right: -10px;
        cursor: pointer;
        color: #fff;
        line-height: 22px;
    }

.request-rejected {
    border: 1px solid #D9DEFF;
    border-radius: 10px;
    padding: 10px 15px;
    background: #FFF9F6;
    margin-bottom: 10px;
}

    .request-rejected span {
        font-size: 16px;
        font-weight: 500;
        color: #CF4A1E;
        display: block;
        margin-bottom: 5px;
    }

    .request-rejected label {
        color: #CF4A1E;
    }

    .request-rejected p {
        margin: 0px;
    }
/*.added-post { padding: 10px ; border-radius: 10px; }*/
.posts-Report {
    border-radius: 11px;
    background: #F0F2FF;
    position: relative;
}

    .posts-Report p {
        font-size: 14px;
        line-height: 16px;
    }

    .posts-Report .post-Name {
        font-size: 14px;
        font-weight: 600;
    }

        .posts-Report .post-Name span {
            color: #8E8E8E;
            font-weight: 400;
            display: block;
        }

        .posts-Report .post-Name small {
            display: block;
            font-size: 12px;
            font-weight: 400;
            color: #545454;
        }

    .posts-Report .report-title h4 {
        font-size: 17px;
        font-weight: 500;
        margin: 0;
    }

    .posts-Report .report-title span {
        font-size: 12px;
        font-weight: 400;
        display: block;
    }

    .posts-Report .report-title small {
        font-size: 12px;
    }

.Img-Round {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    float: left;
}

.allpostMain {
    max-height: 500px;
    overflow: auto;
}

.comments-btn {
    border: 1px solid #E5E6E9;
    border-radius: 30px;
    padding: 10px;
    text-align: center;
    margin-top: 15px;
    font-weight: 500;
    background-color: #fff;
    color: #444;
    width: 100%;
}

.Icon-360 {
    position: relative;
}

    .Icon-360::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: url(../images/360.svg) no-repeat;
        left: 0;
        right: 0;
        background-position: center;
        background-color: rgb(0 0 0 / 33%);
    }

.Icon-Video::after {
    background: url(../images/play-btn.svg) no-repeat;
    background-position: center;
}

.media-images figure {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 0;
    width: 53px;
    height: 53px;
}

    .media-images figure img {
        width: 53px;
        height: 53px;
        object-fit: cover;
        border-radius: 8px;
    }

.media-images {
    margin-top: 10px;
}

.media-images {
    gap: 8px;
}

.comment-section {
    position: relative;
}

.no-comment {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(500px - 80px);
}

    .no-comment span {
        color: #7C7C7C;
    }

    .no-comment h4 {
        margin: 15px 0 5px;
    }

.addCommentInput {
    position: absolute;
    bottom: 15px;
    left: 10px;
    right: 10px;
}

    .addCommentInput .inputComment {
        border-radius: 100px;
        border-color: #E5E6E9;
        padding: 13px 55px 10px 20px;
        resize: none;
        height: 80px;
    }

        .addCommentInput .inputComment::placeholder {
            font-size: 15px;
        }

        .addCommentInput .inputComment::-webkit-scrollbar {
            display: none;
        }

    .addCommentInput .btnSend {
        width: 45px;
        height: 45px;
        border-radius: 100%;
        border: 0;
        outline: 0;
        background-color: #F0F2FF;
        position: absolute;
        top: 17px;
        right: 10px;
    }

.topTitleComment {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background: #fff;
    font-weight: 500;
    font-size: 20px;
}

.comment-center {
    height: 500px;
    padding-bottom: 80px;
}

.btnMark {
    width: 100%;
    margin-top: 10px;
    background-color: #33B17C;
}

.commentList {
    padding: 0 10px;
    height: 330px;
    overflow: auto;
}

    .commentList .post-Name {
        font-size: 14px;
        font-weight: 600;
    }

        .commentList .post-Name span {
            color: #8E8E8E;
            font-weight: 400;
        }

        .commentList .post-Name small {
            display: block;
            font-size: 12px;
            font-weight: 400;
            color: #545454;
        }

.edit_delete {
    display: flex;
    gap: 5px;
    margin-left: auto;
}

.commentList .post-Name .edited {
    color: #389DFF;
}

.commentList p {
    font-size: 15px;
    margin: 0;
}

.commentList li {
    margin-bottom: 20px;
}

.inspector-popup {
    padding: 30px 30px 0px;
}

    .inspector-popup .or::before {
        content: '';
        width: 100%;
        height: 1px;
        background-color: #d2d2d4;
        position: absolute;
        top: 10px;
        left: 0;
    }

    .inspector-popup h2 {
        font-size: 20px;
    }

    .inspector-popup .or {
        margin: 35px 0;
        text-align: center;
        position: relative;
    }

        .inspector-popup .or span {
            border: 1px solid #d2d2d4;
            border-radius: 100%;
            padding: 8px;
            background-color: #fff;
            position: relative;
        }

.inspectorAssignList {
    padding: 0px;
    margin-top: 20px;
    max-height: 400px;
    overflow: auto;
}

    .inspectorAssignList li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #D9D9D9;
        padding-bottom: 10px;
        margin-bottom: 10px;
        padding-right: 4px
    }

        .inspectorAssignList li:last-child {
            border: none;
            margin: 0;
        }

        .inspectorAssignList li .imgRound {
            width: 50px;
            height: 50px;
            border-radius: 100px;
            margin-right: 10px;
            border: 1px solid #eee;
        }


        .inspectorAssignList li span {
            font-weight: 500;
        }

        .inspectorAssignList li .btnAssign {
            background-color: #D9E6FF;
            color: #389DFF;
        }



.invite-Inspector-popup .btn {
    width: 100%;
}

#invite-User-Modal .invite-Inspector-popup .btn {
    width: auto !important;
}


/*New Css 07/11/2023-----*/

.inspectorAssignList li .btnCancel {
    background-color: #FAE8E8;
    color: #E4410D;
}

.tradieListBlog {
    max-height: 250px;
    overflow: auto;
}

    .tradieListBlog .btn {
        padding: 6px 15px;
        border-radius: 8px;
    }

.input-company {
    background: url(../images/company.svg) no-repeat;
    background-position: 10px;
    padding-left: 40px;
}

.inputIconBox {
    position: relative;
}
    /* .iconInput{ position:absolute; left:14px; top: 12px;} */
    .inputIconBox .form-control {
        padding-left: 45px;
    }

.paddingLR {
    padding: 0 15px;
}

.userTypeList {
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

.userTypeIcon img {
    margin-right: 15px;
    width: 45px;
}

.form-check-radio[type=radio] {
    display: none;
}

    .form-check-radio[type=radio] ~ label {
        height: 26px;
        width: 26px;
        margin-right: 10px;
        background: url('../images/uncheckGreen.svg') no-repeat !important;
        cursor: pointer;
    }

    .form-check-radio[type=radio]:checked ~ label {
        background: url('../images/checkGreen.svg') !important;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 11px;
    }

    .form-check-radio[type=radio]:focus {
        box-shadow: none;
        border-color: #999;
    }

.userTypeIcon {
    font-size: 18px;
    font-weight: 600;
}

.btnRequest {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 20px 20px;
}

    .btnRequest .btn {
        padding: 7px 20px;
        width: 48%;
        flex: inherit;
        background-color: #FAE8E8;
        color: #E4410D;
    }

        .btnRequest .btn.btn_Approve {
            background-color: #33B17C;
            color: #fff;
        }

.stages_list_accordion .accordion-button:not(.collapsed) {
    background-color: #F0F2FF !important;
    color: #303030;
}

.stages_list_accordion .accordion-button {
    padding: 0 20px;
}

.stages_list_accordion h3 {
    font-size: 18px;
    font-weight: 700;
    min-width: calc(100% - 220px);
}

.stages_list_accordion .list_title_name {
    width: 100%;
    padding: 20px 5px;
}

.form-check-stage[type=checkbox] {
    display: none;
}

    .form-check-stage[type=checkbox] ~ label {
        height: 30px;
        width: 30px;
        background: url('../images/unchecked.svg') no-repeat !important;
        cursor: pointer;
    }

    .form-check-stage[type=checkbox]:checked ~ label {
        background: url('../images/checked.svg') !important;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 11px;
    }

    .form-check-stage[type=checkbox]:focus {
        box-shadow: none;
        border-color: #999;
    }

.btn-border {
    background-color: #fff;
    color: #303030;
    border: 1px solid #303030;
}

.accordion-button::after {
    display: none;
}

.manage_documents {
    padding: 0px;
    margin-top: 20px;
}

    .manage_documents li a {
        position: relative;
        margin-left: 40px !important;
        padding: 10px 0;
        border-top: 1px solid #e1e1e1;
        color: #303030;
        display: block;
        padding-right: 65px;
    }

        .manage_documents li a::before {
            position: absolute;
            left: -40px;
            content: '';
            width: 30px;
            height: 22px;
            background: url(../images/folder-open.svg) no-repeat;
            top: 20px;
        }

    .manage_documents li span small {
        display: block;
        font-weight: 400;
        font-size: 13px;
    }

    .manage_documents li span {
        font-size: 18px;
        font-weight: 600;
    }

    .manage_documents li a::after {
        position: absolute;
        right: 10px;
        content: '';
        width: 8px;
        height: 10px;
        background: url(../images/arrow-right.svg) no-repeat;
        top: 30px;
    }

.divUploadDocumnet {
    background-color: #F0F2FF;
    text-align: center;
    max-width: 400px;
    margin-top: 20px;
    border-radius: 10px;
}

    .divUploadDocumnet input[type="file"] {
        display: none;
    }

    .divUploadDocumnet .label img {
        display: block;
        margin: 0 auto 10px;
    }

    .divUploadDocumnet .label {
        padding: 40px;
        display: block;
        cursor: pointer;
        font-weight: 600;
    }

.uploaded_documents {
    width: 190px;
}

.uploaded_box {
    border: 1px solid #303030;
    border-radius: 10px;
    padding: 10px 10px 20px;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.download_delete {
    position: absolute;
    right: 10px;
    top: 10px;
}

.uploaded_by_name {
    position: absolute;
    bottom: 12px;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    line-height: 16px;
}

    .uploaded_by_name small {
        display: block;
    }

.inspectorAssignList::-webkit-scrollbar {
    width: 10px;
    padding-left: 4px;
}

/* Track */
.inspectorAssignList::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 5px;
}

/* Handle */
.inspectorAssignList::-webkit-scrollbar-thumb {
    background: #bbbbbb;
    border-radius: 5px;
}

    /* Handle on hover */
    .inspectorAssignList::-webkit-scrollbar-thumb:hover {
        background: #d6d6d6;
    }

.link_card_box {
    background: rgb(222,221,221);
    background: linear-gradient(180deg, rgba(222,221,221,1) 0%, rgba(255,255,255,1) 100%);
    padding: 30px 30px 5px;
    border-radius: 5px;
    position: relative;
    min-height: 175px;
    box-shadow: 0 -14px 21px rgba(0, 0, 0, .3);
   
}
    .link_card_box .card-logo {
        margin:0 0 15px
    }


    .link_card_box a.card-btn {
        color: #fff;
        display: block;
        background: #389DFF;
        border-radius: 8px;
        padding: 10px 20px;
        text-align: center;
        font-family: 'avantgardemditcttbold';
    }
    .link_card_box.realestate_link a.card-btn {
        background: #ff6000;
    }
    .link_card_box.service_link a.card-btn {
        background: #59bb3e;
    }

        .link_card_box h4 {
            margin-top: 15px;
        }

   



.link_card_box i {
    background-color: #fff;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 20px;
    top: 18px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.link_card_box p {
    margin: 0 0 20px;
    min-height: 75px;
}

/*15-11-2023----*/

.btnSection {
    background: #F0F4F9;
    padding: 30px 0;
}

/* change pas */
.change_password_form {
    max-width: 500px;
    margin: 50px auto 0;
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
}

    .change_password_form h2 {
        font-size: 24px;
    }

.barmenu_linkpluse {
    background-color: #000000;
}

    .barmenu_linkpluse a {
        padding: 15px 20px;
        color: #fff;
        display: inline-block;
    }

        .barmenu_linkpluse a.active {
            color: #F55F00;
            font-weight: 600;
        }

        .barmenu_linkpluse a:hover {
            opacity: 0.9;
        }

/* Build Link Home */

.build_link_header .logo-image {
    max-width: inherit;
}

.build_link_header.is-sticky .logo-image {
    max-width: 200px;
}

.build_link_home .topUpdated_text {
    background-color: #111111;
    padding: 40px 10px;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.build_link_home .build_link_heading {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #111111;
    text-transform: uppercase;
}

    .build_link_home .build_link_heading p {
        font-size: 38px;
        font-weight: 300;
        text-transform: none;
    }

.build_link_home .construction_going {
    padding: 30px 0;
}

.buildLinkText {
    background: url(../images/build_link/build-link-bg.png) center center no-repeat;
    padding: 100px 0;
    background-size: contain;
    color:#000
}
}
.buildLinkText p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300
}

.signup_here_strip {
    background-color: #389DFF;
    padding:30px 10px;
}

.signup_here_btn {
    font-size: 50px;
    text-transform: uppercase;
    color: #389DFF;
    background-color: #fff;
    font-weight: 700;
    font-family: 'avantgardemditcttbold';
}

    .signup_here_btn:hover {
        opacity: 100%;
        background-color: #fff !important;
        color: #389DFF !important;
    }

.build_links_brands {
    padding: 90px 0px;
    background-color: #111111;
}

    .build_links_brands .brand_image {
        background-color: #fff;
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #e1e1e1;
        border-radius: 10px;
        height: 160px;
    }

    .build_links_brands .build_link_heading {
        color: #fff;
    }

.recognized_section {
    background-color: #fff;
    text-align: center;
    padding: 40px 0;
}

.buildLink_package .build_link_heading {
    background-color: #389DFF;
    padding: 30px 10px;
    color: #fff;
}

.purchase_package {
    background:#fff;
    padding:30px 50px;
    border-radius: 10px;
    max-width:620px;
    margin: 80px 0;
    position: relative;
    overflow: hidden;
    color:#000;
    box-shadow:0 0 10px rgba(0,0,0,.3)
}



/*.purchase_package {
    background: linear-gradient(to right, #F87517 0%,#fb8d3e 19%,#e97019 40%,#ff8229 60%,#F87517 83%,#F87517 100%);
    background-size: 5000px 100%;
    animation: bg 8s linear infinite;
    padding: 80px;
    border-radius: 10px;
    max-width: 800px;
    color: #fff;
    text-align: center;
    margin: 80px 0;
    position: relative;
    overflow: hidden;
}

    .purchase_package::before {
        content: '';
        width: 100%;
        height: 50%;
        background: url(../images/line.svg) no-repeat;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        background-size: contain;
        opacity: 0.4;
    }*/

@keyframes bg {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: 5000px;
    }
}


.plan-price-row {
    display:flex;
    margin:0 0 30px
}
.plan-price-col {
    position: relative;
    font-size:60px;
    font-family: 'avantgardemditcttbold';
    background: #509FEA;
    color: #fff;
    border-radius: 100px;
    width: 120px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-right: 20px;
    flex: 0 0 120px;
}
    .plan-price-col span {
        font-size: 30px;
        margin-top: -6px;
    }
.purchase_package h3 {
    font-size: 60px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'avantgardemditcttbold';
    margin: 0;
    line-height: 1;
    color: #002651
}

.purchase_package h4 {
    font-size: 80px;
    font-weight: 900;
    text-transform: uppercase;
}

.purchase_package ul {
    margin:0;
    padding:0px

}

.purchase_package ul li {
    font-size:28px;
    font-weight: 500;
    margin: 6px 0;
    text-align: left;
    position: relative;
    padding-left: 56px;
    background: url(../images/build_link/arrow-blue-circle.png) 0px 3px no-repeat;
    background-size: 41px;
}

   

.purchase_package .btn {
    width: 100%;
    font-size: 36px;
    text-transform: uppercase;
    background-color: #509FEA;
    color: #fff;
    font-weight: 900;
    margin-top: 20px;
    font-family: 'avantgardemditcttbold';
}

 

.construction_image {
    transition: transform .2s;
    overflow: hidden;
}

    .construction_image img {
        width: 100%;
        border-radius:15px
    }

    .construction_image:hover {
        transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }

.build_link_benefits {
    position: relative;
    padding-left: 140px;
    padding-right: 12px;
    margin-bottom: 40px;
}

    .build_link_benefits i {
        position: absolute;
        left: 0;
        top: 0;
        width: 115px;
        height: 115px;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 40px;
        font-weight: 700;
        color: #fff;
        background-color: rgba(224, 233, 241, 0.5);
        font-style: normal;
    }

    .build_link_benefits span {
        display: block;
        color: #fff;
        font-weight: 700;
        font-size: 36px;
    }

    .build_link_benefits p {
        color: #fff;
        font-size: 24px;
        margin: 5px 0 0;
    }

.build_Monthly_Benefits {
    /*background: url(../images/build_link/packageBenefits_bg.jpg) no-repeat;*/
    background: rgba(0,0,0,0.9) url(../images/build_link/packageBenefits_bg.jpg) no-repeat;
    padding: 50px 0 40px;
    background-size: cover;
}

    .build_Monthly_Benefits .build_link_heading {
        color: #fff;
    }

.build_link_video {
    padding: 80px 0 40px;
}

    .build_link_video video {
        border-radius: 20px;
        cursor: pointer;
    }

.signup_here_bottom .btn {
    background-color: #389DFF;
    color: #fff;
}

.request_task_post .request_task_title {
    background-color: #EFB920;
    padding: 8px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    margin: -16px;
    border-radius: 8px 8px 0 0;
    margin-bottom: 20px;
}

.request_task_post {
    border: 2px solid #efb920;
}

.request_task_Rejected .request_task_title {
    background-color: #CF4A1E;
    color: #fff;
}

.request_task_Rejected {
    border: 2px solid #CF4A1E;
}

.request_task_Compete .request_task_title {
    background-color: #33B17C;
    color: #fff;
}

.request_task_Compete {
    border: 2px solid #33B17C;
}

.request-complete {
    background-color: #f4fffa;
}

    .request-complete span {
        color: #33B17C;
    }

    .request-complete label {
        font-weight: 500;
        color: #000;
    }

.text_area80 {
    height: 100px;
}

/* Property_link_banner 
.Property_link_banner {
    height: 700px;
    background: url(../images/property_link/banner.jpg) no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}*/

.Property_link_banner {
    height: 700px;
    background: url(../images/bg-proprtylink.jpeg) no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

    .Property_link_banner h1 {
        font-size: 70px; font-weight:bold
    }

        .Property_link_banner h1 b {
            color: #389DFF;
        }

    .Property_link_banner.newBannerAdd h1 {
        color: #fff !important
    }
    .Property_link_banner.newBannerAdd h2 {
        color: #fff !important
    }
    .Property_link_banner.newBannerAdd p {
        color: #fff !important
    }

.Property_link_banner h2 {
    font-size: 34px;
    margin: 8px 0;
}

    .Property_link_banner p {
        font-size: 22px;
        font-weight: 300;
    }

.View_more_post {
    text-align: center;
    font-size: 14px;
    gap: 7px;
    display: flex;
    justify-content: center;
    color: #33B17C;
    margin: 20px 0 0;
    cursor: pointer;
}

    .View_more_post img {
        width: 13px;
    }

.load_more_post {
    display: none;
}

.link_plus_section {
    padding: 30px 0;
}

    .link_plus_section .logo_text {
        font-size: 40px;
        font-weight: 600;
        font-family: 'avantgardemditcttbold';
    }

        .link_plus_section .logo_text b {
            color: #389DFF;
        }

    .link_plus_section h2 {
        font-size: 26px;
        margin: 10px 0 15px;
    }

    .link_plus_section p {
        font-size: 24px;
        font-weight: 300;
    }

.property_fade_slider {
    margin: 0 !important;
}

    .property_fade_slider img {
        border-radius: 30px;
        height: 520px;
        object-fit: cover;
        width: 100%;
    }

.property_slider_bg {
    position: relative;
    padding-right: 20px;
    padding-bottom: 30px;
}

    .property_slider_bg::before {
        content: '';
        display: block;
        width: 80%;
        height: 90%;
        position: absolute;
        background-color: #DCECFB;
        border-radius: 30px;
        right: 0;
        bottom: 0;
    }

.property_fade_slider .slick-dots li button:before {
    background-color: #E0E9F1;
}

.slick-dots li button:before {
    border-color: #E0E9F1;
    ;
}

.property_fade_slider .slick-dots li.slick-active button:before {
    background-color: #389DFF;
    border-color: #389DFF;
}

.property_fade_slider .slick-dots {
    bottom: -90px;
}

    .property_fade_slider .slick-dots li button {
        text-indent: -100px;
    }

    .property_fade_slider .slick-dots li {
        overflow: hidden;
    }

.heading_sub {
    text-align: center;
    font-size: 46px;
    font-weight: 500;
    color: #fff;
}

    .heading_sub p {
        margin: 15px 0 0;
        font-size: 24px;
        font-weight: 300;
    }

.service_link_section {
    padding: 30px 0 40px 0;
    margin-top: 50px;
    /*background: url(../images/property_link/service_link_bg.jpg) no-repeat;*/
    background: url(../images/property_link/service_link_bg_green.jpg) no-repeat;
    background-size: cover;
}

.build-link-ads {
    padding: 40px 0 50px 0;
    /*margin-top: 50px;*/
    /*background: url(../images/property_link/buildlink-ads.jpg) no-repeat;*/
    background:#fff;
    background-size: cover;
}

    .service_link_section .heading_sub {
        margin-bottom: 100px;
    }

.build-link-ads .heading_sub {
    margin-bottom: 100px;
}


.serviceSlider {
    margin: 0 -20px;
}

    .serviceSlider .slick-slide {
        margin: 0 10px;
    }

.slide_arrow .slick-prev, .slide_arrow .slick-next {
    right: 30px;
    top: -50px;
    left: inherit;
}

.slide_arrow .slick-prev {
    right: 80px;
}

    .slide_arrow .slick-prev:before, .slide_arrow .slick-next:before {
        width: 40px;
        height: 40px;
        background-color: #8ac6ff;
        border-radius: 100%;
        display: block;
        content: '';
        background: url(../images/property_link/arrow-slide.svg) no-repeat center #8ac6ff;
    }

    .slide_arrow .slick-prev:before {
        transform: rotateY(180deg);
    }

.slide_arrow .slick-next:before {
    background-color: #E2EAF3;
}

.serviceSlider_four {
    margin-top: 100px;
}

.realestate_link_section .property_slider_bg::before {
    left: 0;
}

.realestate_link_section .property_slider_bg {
    padding-right: 0;
    padding-bottom: 30px;
    padding-left: 20px;
}

.realestate_link_section.link_plus_section p {
    line-height: 42px;
}

.realestate_link_section {
    background-color: #f9f9f9;
    padding: 30px 0 90px;
}

.slick-slide {
    margin: 0 10px;
}

.heading_left {
    font-size: 34px;
    font-weight: 600;
}

    .heading_left b {
        color: #389DFF;
        font-weight: 600;
    }

.newsLatest_section .running-project h2 {
    font-size: 16px;
}

.newsLatest_section {
    padding: 30px 0;
}

    .newsLatest_section .slide_arrow .slick-next:before {
        background-color: #E2EAF3;
    }

.slide_arrow .slick-prev:before {
    background-color: #E2EAF3 !important;
}

.property_news_slider .running-project {
    box-shadow: inherit;
    background-color: #f9f9f9;
    border: 1px solid #E2EAF3;
}

    .property_news_slider .running-project .loaction img {
        top: 0;
    }

    .property_news_slider .running-project .loaction {
        padding-left: 25px;
    }

.realestate_property_section {
    /* background: url(../images/property_link/service_link_bg.jpg) no-repeat;*/
    background: url(../images/property_link/realestate_link_bg.png) no-repeat;
    background-size: cover;
    padding: 30px 0 40px 0;
}

    .realestate_property_section .heading_left {
        color: #fff;
    }

    .realestate_property_section .running-project {
        background-color: #fff;
        border: 0;
    }

        .realestate_property_section .running-project h2 {
            margin: 0px;
            font-size: 20px;
            font-weight: 600;
        }

    .realestate_property_section .project-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.date_time {
    font-size: 14px;
}

.play_btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/* footer { border-top:1px solid #f5f5f5; text-align: center;  width: 100%; padding-top: 20px; } */
footer {
    margin-top: 60px;
    background-color: #E8F1F9;
    padding-top: 40px;
    border-top: 1px solid #f5f5f5;
}

.footer_contact {
    text-align: left;
}

    .footer_contact a {
        display: flex;
        color: #444;
        margin-top: 12px;
        align-items: center;
    }

        .footer_contact a b {
            margin: 0 5px;
        }

    .footer_contact span {
        font-weight: 600;
        font-size: 18px;
        display: block;
    }

.footer_link a {
    display: block;
    margin: 16px 0;
    font-size: 16px;
    color: #444;
    position: relative;
    padding-left: 15px;
}

.footer_link {
    text-align: left;
}

.inner-footer {
    padding-right: 40px;
    text-align: left;
}

    .inner-footer h4 {
        font-size: 22px;
        font-weight: 700;
    }

.footer_logo {
    width: 250px;
    margin-bottom: 8px
}

.inner-footer p {
    font-size: 14px
}

.inner-footer a {
    font-size: 14px
}

.footer_link a::before {
    content: '';
    width: 15px;
    height: 15px;
    background: url(../images/arrow-right.svg) no-repeat;
    position: absolute;
    left: 0;
    top: 5px;
}

.social_footer a:hover {
    opacity: 0.8;
}

.copy {
    background-color: #389DFF;
    padding: 10px;
    color: #fff;
    margin-top: 15px;
    text-align: center;
    font-size: 13px;
    font-weight: 300;
}

.social_footer a img {
    width: 34px;
}

.footer_small {
    text-align: center;
    padding: 10px;
    font-size: 13px;
}

.shell {
    position: relative;
    line-height: 1;
}

    .shell span {
        position: absolute;
        left: 3px;
        top: 1px;
        color: #ccc;
        pointer-events: none;
        z-index: -1;
    }

        .shell span i {
            font-style: normal;
            color: transparent;
            opacity: 0;
            visibility: hidden;
        }

    input.masked,
    .shell span {
        font-size: 16px;
        font-family: monospace;
        padding-right: 10px;
        background-color: transparent;
        text-transform: uppercase;
    }

.input_icon {
    position: relative;
}

    .input_icon .icon {
        position: absolute;
        top: 13px;
        left: 11px;
    }

.circle {
    position: absolute;
    border-radius: 50%;
    background: #f7b98c;
    animation: ripple 15s infinite;
    box-shadow: 0px 0px 1px 0px #508fb9;
}

.small {
    width: 200px;
    height: 200px;
    left: -100px;
    bottom: -100px;
}

.medium {
    width: 400px;
    height: 400px;
    left: -200px;
    bottom: -200px;
}

.large {
    width: 600px;
    height: 600px;
    left: -300px;
    bottom: -300px;
}

.xlarge {
    width: 800px;
    height: 800px;
    left: -400px;
    bottom: -400px;
}

.xxlarge {
    width: 1000px;
    height: 1000px;
    left: -500px;
    bottom: -500px;
}

.shade1 {
    opacity: 0.2;
}

.shade2 {
    opacity: 0.5;
}

.shade3 {
    opacity: 0.7;
}

.shade4 {
    opacity: 0.8;
}

.shade5 {
    opacity: 0.9;
}

@keyframes ripple {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(0.8);
    }
}

.inner_pack {
    position: relative;
    z-index: 1;
}

.profile-upload {
    transition: all .3s ease;
    text-align: center;
    background: #F6F8F3;
    width: 130px;
    height: 130px;
    border-radius: 100%;
    position: relative;
}

    .profile-upload input {
        display: none;
    }

    .profile-upload label {
        cursor: pointer;
        width: 100%;
    }

    .profile-upload figure {
        height: 130px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        overflow: hidden;
        border: 0;
    }

        .profile-upload figure img {
            max-width: 100%;
            object-fit: cover;
            height: 100%;
        }

.edit_Icon_Profile {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background: #F8EFFF;
    padding: 0px;
}

    .edit_Icon_Profile img {
        width: 100%;
    }

.mailProfile {
    color: #AAB5AF;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.update_btn_field {
    position: relative;
}

    .update_btn_field .btn {
        position: absolute;
        right: 0;
        top: 26px;
        padding: 12px 20px !important;
    }

    .update_btn_field .input_icon {
        padding-right: 105px;
    }

.profile_name {
    text-align: center;
    margin: 15px 0 0;
}

.profile_links {
    border: 1px solid #696969;
    border-radius: 10px;
}

.profile_links_inner {
    color: #000;
    display: block;
    padding: 13px;
    position: relative;
    border-bottom: 1px solid #696969;
}

    .profile_links_inner:last-child {
        border: 0;
    }

    .profile_links_inner::before {
        content: '';
        width: 20px;
        height: 20px;
        background: url(../images/arrow-right.svg) no-repeat;
        position: absolute;
        right: 0;
        top: 18px;
        background-size: 8px;
    }

.assign_tradie_btn {
    border: 1px solid #389DFF;
    padding: 5px 10px;
    display: inline-block;
    color: #389DFF;
    font-size: 13px;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer;
    min-width: 105px
}

    .assign_tradie_btn:hover {
        background-color: #389DFF;
        color: #fff;
    }

.assignTradiePopup .input-form {
    position: relative;
    padding-right: 100px;
}

    .assignTradiePopup .input-form .btn {
        position: absolute;
        right: 0;
        top: 0;
        padding: 12px 30px !important;
    }

.assignTradiePopup .modal-dialog {
    max-width: 600px !important;
}

.assignTradiePopup table {
    border: 1px solid #e1e1e1;
    margin-top: 20px;
    font-size: 14px;
}

.unAssign_btn {
    border: 1px solid #F87517;
    padding: 5px 10px;
    display: inline-block;
    color: #F87517;
    font-size: 13px;
    font-weight: 500;
    border-radius: 8px;
}

.green_btn {
    border-color: #33B17C;
    color: #33B17C;
}

.assignTradiePopup table tr td {
    vertical-align: middle;
}

.roundImg {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin-right: 5px;
}

.contact_title {
    text-align: center;
}

    .contact_title h1 {
        font-size: 36px;
        text-transform: uppercase;
        font-weight: 800;
        color: #000;
    }

    .contact_title p {
        margin: 0 auto;
        font-size: 18px;
        max-width: 650px;
    }

.form_contact_us textarea {
    height: 120px;
}

.conatct_card_bottom {
    height: 100%;
}

    .conatct_card_bottom a {
        display: block;
        background-color: #389DFF;
        padding: 30px;
        color: #fff;
        border-radius: 10px;
        height: 100%;
    }

    .conatct_card_bottom h5 {
        font-size: 22px;
    }

    .conatct_card_bottom h6 {
        font-size: 20px;
        font-weight: 300;
        padding-left: 36px;
        font-family: 'itc_avant_garde_gothic_stdBk';
    }

    .conatct_card_bottom .conatct_Icon {
        position: relative;
        padding-left: 36px;
    }

        .conatct_card_bottom .conatct_Icon img {
            position: absolute;
            left: 0;
            top: 0;
        }

    .conatct_card_bottom.bg-email a {
        background-color: #68C532;
    }

    .conatct_card_bottom.bg-address a {
        background-color: #F55F00;
    }

.about_us_text h3 {
    font-size: 18px;
    font-weight: 600;
}

.about_us_text p {
    line-height: 26px;
    font-size: 14px;
}

.notifi_icon {
    position: relative;
    cursor: pointer;
    width: 42px;
    margin-top: 7px;
}

    .notifi_icon img {
        width: 24px
    }

    .notifi_icon span {
        position: absolute;
        top: -11px;
        width: 28px;
        height: 28px;
        border-radius: 100%;
        background-color: #fff;
        border: 3px solid #389DFF;
        color: #FF1F00;
        text-align: center;
        right: 1px;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
    }

.notification_dropdown {
    width: 450px;
    right: 0;
    left: inherit !important;
    padding: 15px;
    z-index: 99999;
}

.clear_all {
    font-size: 14px;
}

.notification_dropdown h4 {
    font-size: 18px;
}

.notification_list {
    position: relative;
    padding: 10px;
    padding-left: 55px;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
}

    .notification_list .img {
        position: absolute;
        left: 10px;
    }

    .notification_list h5 {
        margin-bottom: 2px;
        font-size: 16px;
        padding-right: 45px;
    }

    .notification_list p {
        margin-bottom: 0;
        font-size: 14px;
        color: #7E7E7E;
    }

    .notification_list .noti_time {
        position: absolute;
        right: 10px;
        bottom: 0px;
        color: #7E7E7E;
        font-size: 13px;
    }

.close_notification {
    position: absolute;
    right: 6px;
    top: 6px;
    line-height: 0;
}

    .close_notification img {
        width: 20px;
    }

.notification_list:hover {
    background-color: #F6F7FF;
}

.notification_main .dropdown-toggle::after {
    display: none;
}

.scroll_list {
    max-height: 350px;
    overflow: auto;
    padding-right: 3px;
}

    .scroll_list::-webkit-scrollbar {
        width: 6px;
    }

    /* Track */
    .scroll_list::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .scroll_list::-webkit-scrollbar-thumb {
        background: #888;
    }

.select_Tradie_dropdown .form-check {
    padding: 10px;
    line-height: 13px;
    display: flex;
}

.select_Tradie_dropdown .dropdown-menu {
    width: 100%;
}

.select_Tradie_dropdown .form-check .form-check-input {
    float: none;
    margin: 0 10px 0 0;
    width: 24px;
    height: 24px;
}

.select_Tradie_dropdown .form-check p {
    margin: 2px 0 0;
    font-size: 12px;
    cursor: pointer;
    color: #4287CA;
}

.select_Tradie_dropdown .form-check:hover {
    background-color: #CEE5FC;
}

.select_Tradie_dropdown .form-check-label {
    display: block;
    flex: 1;
}

.select_Tradie_dropdown .dropdown-toggle::after {
    display: none;
}

.tradie_post_data .tradeslist {
    background-color: #fff;
    font-size: 13px;
    padding: 5px 10px;
    border: 1px solid #ECECEC;
    border-radius: 8px;
    font-weight: 500;
    width: 49%;
}

    .tradie_post_data .tradeslist p {
        margin: 0;
        color: #508FCC;
        font-weight: 400;
        font-size: 12px;
    }

.commentCategory .form-check-input {
    display: none;
}

.commentCategory .form-check-label {
    border: 1px solid #33B17C;
    border-radius: 30px;
    width: 90px;
    text-align: center;
    padding: 8px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 14px;
}

    .commentCategory .form-check-label.fail_check {
        border-color: #E53535;
        color: #E53535;
        ;
    }

.commentCategory .form-check {
    padding: 0px;
}

.commentCategory {
    display: flex;
    flex-wrap: wrap;
}

    .commentCategory .form-check-input:checked + .form-check-label {
        background-color: #33B17C;
        color: #fff;
    }

        .commentCategory .form-check-input:checked + .form-check-label.fail_check {
            background-color: #E53535;
            color: #fff;
        }

.tag_category {
    border-radius: 30px;
    width: 60px;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    background-color: #33B17C;
    color: #fff;
    position: absolute;
    right: 20px;
    font-size: 13px;
}

    .tag_category.tag_fail {
        background-color: #E53535;
    }

/*new*/
.Stages-Report .no-post {
    margin-top: 10px;
}

.btn-post {
    margin-bottom: 10px;
}

.allpostMain .posts-Report.mt-2 {
    margin: 0 0 10px 0 !important
}

.allpostMain .posts-Report .posts-Report {
    padding: 15px 0 !important;
    border-top: 5px solid #fff;
    border-radius: 0px;
    margin: 0 !important;
}

.commentList li {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 14px;
}

.posts-Report .Img-Round {
    width: 35px;
    height: 35px;
}

.posts-Report .post-Name span {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 10px;
}

.allpostMain {
    padding-right: 2px;
}

    .allpostMain::-webkit-scrollbar {
        width: 6px;
    }

    /* Track */
    .allpostMain::-webkit-scrollbar-track {
        background: #eeeeee;
    }

    /* Handle */
    .allpostMain::-webkit-scrollbar-thumb {
        background: #adadad;
        border-radius: 10px;
    }

/* service-link-plus  css Green Theme*/


.service-link-plus .color-service:hover {
    color: var(--service-theme);
}

.service-link-plus .dangerLink {
    color: var(--service-theme);
}



:root {
    --service-theme: #68C532;
}

.service-link-plus header {
    background-color: var(--service-theme);
}

.service-link-plus .join-buttons .Sign-btn {
    background-color: var(--service-theme);
}

    .service-link-plus .join-buttons .Sign-btn:hover {
        background-color: #fff;
    }

.service-link-banner {
    background-size: cover;
    /*display: flex;*/
    align-items: center;
}

.service-banner-text {
    color: #fff;
}

    .service-banner-text h1 {
        font-size: 70px;
        font-weight: bolder;
        margin-bottom: 20px;
    }

    .service-banner-text p {
        font-size: 32px;
        margin: 0px;
    }

.service-link-about {
    padding: 50px 0;
}

    .service-link-about h2, .service-find-business h2 {
        font-size: 30px;
        font-weight: 900;
        color: #000000;
    }

.service-about-text p {
    font-size: 24px;
    font-weight: 400;
    color: #434955;
    line-height: 40px;
}

.service-find-business {
    background-color: #fff;
    padding: 50px 0;
}

.service-link-plus .btn-primary {
    background-color: var(--service-theme);
    border-color: var(--service-theme);
}

.service-input-search {
    position: relative;
}

.service-find-filter .form-control {
    font-size: 15px;
}

.service-input-search input {
    font-size: 14px;
    padding-left: 38px;
}

.service-find-filter .input-box {
    width: 300px;
}

.icon-search {
    position: absolute;
    left: 13px;
    top: 17px;
}

.service-Business-box h3 {
    font-size: 18px;
}

.service-Business-box p {
    font-size: 14px;
    color: #4D4D4D;
}

.service-Business-box {
    position: relative;
}

    .service-Business-box .find-badge {
        position: absolute;
        font-size: 13px;
        font-weight: 500;
        background-color: var(--service-theme);
        border-radius: 30px;
        padding: 6px 15px;
        z-index: 1;
        left: 10px;
        top: 10px;
        color: #fff;
    }

.service-find-business .btn-primary {
    font-size: 18px;
}

.service-Provider {
    padding: 100px 0;
    background: url(../images/service-link/service-provider.jpg) no-repeat;
    background-size: cover;
    text-align: center;
}

    .service-Provider h4 {
        font-size: 40px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 40px;
    }

    .service-Provider .btn-primary {
        font-size: 26px;
    }

.service-link-plus .copy {
    background-color: var(--service-theme);
}

/*.service-link-plus footer {
    margin-top: 0px;
}*/

.color-service {
    color: var(--service-theme);
}

.service-link-plus .policyTxt a {
    color: var(--service-theme);
}

.service-link-plus .barmenu_linkpluse a.active {
    color: var(--service-theme);
}

.select_purchase_package {
    background: #b7674d;
    background-size: 5000px 100%;
    padding: 40px 20px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 100%;
}

    .select_purchase_package ul li {
        font-size: 12px;
        font-weight: 400;
        margin: 10px 0;
        text-align: left;
        position: relative;
        padding-left: 20px;
        font-family: 'itc_avant_garde_gothic_stdMd';
    }

        .select_purchase_package ul li::before {
            content: '';
            width: 13px;
            height: 13px;
            background: url(../images/build_link/tick.svg) no-repeat;
            position: absolute;
            left: 0;
            top: 6px;
            background-size: contain;
        }

    .select_purchase_package ul {
        padding: 0;
        margin-bottom: 25px;
        min-height: 240px;
    }

    .select_purchase_package::before {
        content: '';
        width: 100%;
        height: 50%;
        background: url(../images/line.svg) no-repeat;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        background-size: contain;
        opacity: 0.6;
    }

    .select_purchase_package h3 {
        font-size: 26px;
        text-transform: uppercase;
        line-height: 25px;
    }

        .select_purchase_package h3 span {
            font-size: 20px;
            width: 100%;
        }

    .select_purchase_package h3 {
        font-size: 26px;
        text-transform: uppercase;
        line-height: 25px;
        margin: 0;
        min-height: 52px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .select_purchase_package h4 {
        font-size: 40px;
        font-weight: 900;
        margin: 8px 0 15px;
    }

.ad_preview {
    text-decoration: underline;
    cursor: pointer;
    color: #fff;
}

.select_purchase_package .btn {
    background-color: #fff;
    color: #000;
    border-radius: 40px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 500;
}

.select_purchase_package.smallerOne {
    background-color: #e1e0e0;
}

.select_purchase_package.smallerOne {
    color:#000 !important
}
    .select_purchase_package.smallerOne .ad_preview {
        color: #000;
    }


.smallerOne ul li::before {
    background-size: contain !important;
    filter: brightness(0) !important;
}


.select_purchase_package.biggerOne {
    background-color: #d9a709;
}

.best-value-text {
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    top: -20px;
    width: 100%;
    text-align: center;
    left: 0;
}

.bg-ads-green {
    background-color: #E2F6D6;
}

.service-link-plus .modal-dialog {
    max-width: 540px;
}

    .service-link-plus .modal-dialog.cropper {
        max-width: 800px;
    }

/*AdminTableView------*/

.service-link-plus .pagination .active > .page-link, .page-link.active {
    background-color: #68c532;
    border-color: #68c532;
    color: #fff;
}

.service-link-plus .pagination a {
    color: #333;
}

.adminTb {
    font-size: 14px !important;
}

    .adminTb tr th {
        background-color: #353535;
        color: #fff;
    }

    .adminTb tr {
        vertical-align: middle;
    }

.BtnActive {
    color: #68C532;
}

.BtnUnActive {
    color: #F73C3C;
}

.btnStop {
    background: #F73C3C;
    border-radius: 3px;
    font-size: 12px;
    padding: 3px 5px;
    color: #fff;
    width: 45px;
    display: inline-block;
    text-align: center;
}

.btnList {
    background: #68C532;
    border-radius: 3px;
    font-size: 12px;
    padding: 3px 8px;
    color: #fff;
    width: auto;
    display: inline-block;
    text-align: center;
    width: 154px
}

    .btnList:hover {
        background: #68C532;
        color: #fff;
    }

.btnListNormal {
    background: #fff;
    border: 1px solid #BBDAFF;
    border-radius: 3px;
    font-size: 12px;
    padding: 3px 5px;
    color: #333;
    width: auto;
    display: inline-block;
    text-align: center;
}

    .btnListNormal:hover {
        background: #fff;
        color: #333;
    }

.btnBuy {
    background: #68C532;
    border-radius: 3px;
    font-size: 12px;
    padding: 3px 5px;
    color: #fff;
    width: 45px;
    display: inline-block;
    text-align: center;
}

.form-check-input {
    vertical-align: text-bottom;
    width: 1.2em;
    height: 1.2em;
}

.service-link-plus .form-check-input:checked {
    background-color: var(--service-theme);
    border-color: var(--service-theme);
}

.service-link-plus .form-check-input:focus {
    border-color: #68c532;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #68c5324a;
}

.form-check-label {
    vertical-align: text-top;
}

.form-control::placeholder {
    font-size: 14px;
}

.theme_box label {
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
}

.theme_box .theme_input {
    display: none;
}

    .theme_box .theme_input:checked + label::before {
        background-color: #000;
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        opacity: 0.4;
    }

    .theme_box .theme_input:checked + label::after {
        background: url(../images/service-link/theme-check.svg);
        width: 50px;
        height: 50px;
        content: '';
        display: block;
        position: absolute;
        top: 5px;
        right: 5px;
    }

.ScrollfindBusiness {
    /*max-height: 910px;*/
    /*overflow: auto;
    padding-left: 0;*/
}

.view-more {
    margin: 30px 0 15px 0
}

.service-link-plus .otp_section .btn-otp {
    padding: 14px 12px;
    position: absolute;
    right: 0;
    top: 25px;
    font-size: 14px;
}

.businessDetailsMain h6 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}

.businessDetailsMain .label_name {
    font-size: 18px;
    font-weight: 500;
    color: var(--service-theme);
}

.businessDetailsMain .detail_label {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
}

.form_text {
    font-size: 18px;
    display: flex;
}

.web_url {
    color: var(--service-theme);
    text-decoration: underline;
}

.media_links img {
    width: 33px;
}

.footer_contact span {
    margin-top: 10px;
}

.section_Enquiry {
    background-color: #EEF4FF;
    border-radius: 12px;
    padding: 40px 20px;
    text-align: center;
    border: 1px solid #D5DCE8;
}

.view-lead-text {
    max-height: 300px;
    overflow: auto;
}

.upload-theme-btn {
    line-height: 18px;
}

    .upload-theme-btn b {
        display: block;
        margin-top: 6px;
    }

    .upload-theme-btn small {
        font-weight: 400;
        font-size: 11px;
    }

.check-package .input-pack {
    display: none;
}

    .check-package .input-pack:checked + label {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        color: var(--bs-btn-active-color);
        background-color: var(--bs-btn-active-bg);
        border-color: var(--bs-btn-active-border-color);
    }

.businessDetailsMain h6 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}

.businessDetailsMain .label_name {
    font-size: 18px;
    font-weight: 500;
    color: var(--service-theme);
}

.businessDetailsMain .detail_label {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.form_text {
    font-size: 14px;
    display: flex;
    word-break: break-all;
}

    .form_text img {
        width: 22px
    }

.web_url {
    color: var(--service-theme);
    text-decoration: underline;
}

.media_links img {
    width: 33px;
}

.footer_contact span {
    margin-top: 5px;
}

.section_Enquiry {
    background-color: #EEF4FF;
    border-radius: 12px;
    padding: 40px 20px;
    text-align: center;
    border: 1px solid #D5DCE8;
}

.view-lead-text {
    max-height: 300px;
    overflow: auto;
}

.upload-theme-btn {
    line-height: 18px;
}

    .upload-theme-btn b {
        display: block;
        margin-top: 6px;
    }

    .upload-theme-btn small {
        font-weight: 400;
        font-size: 11px;
    }

.check-package .inner_pack {
    display: none;
}

.select_purchase_package .inner_pack .btn.selectPackage {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
}

.select_purchase_package .selectPackage:before {
    background: url(../images/service-link/tick-pack.svg);
    width: 22px;
    height: 22px;
    content: '';
    display: inline-block;
}

.check-package .input-pack:checked + label::before {
    background: url(../images/service-link/tick-pack.svg);
    width: 22px;
    height: 22px;
    content: '';
    display: inline-block;
}

/* Ad css */
.ad_Option {
    /*background: url(../images/service-link/ad-bg.jpg) no-repeat;*/
    background-size: cover;
    /*min-height: 500px;*/
    border-radius: 10px;
    border-top: 8px solid #000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ad-logo {
    max-height: 62px;
}

.propertyBannerCon {
    padding:10px 30px;
    /* min-height: 400px;*/
    font-size: 12px;
}

.websiteUrl {
    padding: 0 30px !important;
    min-height: 34px !important;
}

.websiteUrlLink {
    text-decoration: underline;
    font-weight: bold;
    color: #000 !important;
}

    .websiteUrlLink img {
        float: left;
        margin-right: 5px;
        box-shadow: none !important;
        width: 25px;
    }

.smallAd {
    padding:3px 10px !important;
    height:32px !important;
}
    .smallAd a.websiteUrlLink img {
        width: 22px;
    }

.propertyBannerCon h3 {
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 4px;
    color: #000;
}

.propertyBannerCon p {
    font-size: 14px;
    color: #252525;
}

.propertyBannerCon h4 {
    font-size: 16px;
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 4px;
    color: #252525;
}

.propertyBannerCon .link {
    text-decoration: underline;
    font-size: 14px;
    display: block;
}

.propertyfooterCon {
    background-color: #000;
    padding: 10px 30px;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    border-radius: 0 0 10px 10px;
    min-height: 75px;
}

    .propertyfooterCon a {
        display: flex;
        align-items: center;
        gap: 5px;
        color: #fff;
        font-size: 14px;
    }

.ad-socail img {
    max-width: 26px;
}

.ad-image-box {
    padding:10px 30px;
    gap: 2%;
}

    .ad-image-box .w-49 {
        width: 49%;
        margin-top: 5px;
    }

    .ad-image-box img {
        max-height: 170px;
        border-radius: 7px;
    }

    .ad-image-box .w-49 img {
        max-height: 88px;
    }

.ad_Option.theme_orange {
    border-color: #F87517;
}

    .ad_Option.theme_orange .propertyfooterCon {
        background-color: #F87517;
    }

    .ad_Option.theme_orange .link {
        color: #F87517;
    }

.ad_Option.theme_blue {
    /*border-color: #0964bb;*/
    border-color: #389DFF;
}

    .ad_Option.theme_blue .propertyfooterCon {
        /*background-color: #0964bb;*/
        background-color: #389DFF;
    }

    .ad_Option.theme_blue .link {
        /*color: #0964bb;*/
        color: #389DFF;
    }

.ad_Option.theme_green {
    border-color: #68C532;
}

    .ad_Option.theme_green .propertyfooterCon {
        background-color: #68C532;
    }

    .ad_Option.theme_green .link {
        color: #68C532;
    }

.logo-height {
    height: 62px;
    display: flex;
    align-items: end;
    margin-bottom: 15px
}

/* serviceSlider_four */

.serviceSlider_four .propertyfooterCon {
    padding:8px;
    justify-content: space-between;
    border-radius: 0 0 10px 10px;
}

.serviceSlider_four .ad-image-box {
    padding:10px;
}

.serviceSlider_four .propertyBannerCon {
    padding: 10px 0px 5px 10px;
    /* min-height: 280px;*/
}

    .serviceSlider_four .propertyBannerCon h3 {
        font-size: 14px;
        margin-top: 15px;
        height: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .serviceSlider_four .propertyBannerCon p {
        font-size: 9px;
        /*height: 70px;*/
        height: 100%;
        margin-bottom: 0;
        overflow: hidden;
    }   

    .serviceSlider_four .propertyBannerCon h4 {
        margin-top: 10px;
        font-size: 14px;
    }

    .serviceSlider_four .propertyBannerCon .link {
        font-size: 12px;
    }

.serviceSlider_four .ad_Option {
    min-height: 300px;
}

/*.serviceSlider_four .ad-image-box img {
  max-height:86px !important ;
  width: auto;
}*/

.ad-image-box .img-thumbnail { border:0 solid #fff !important; padding:2px !important}

.serviceSlider_four .ad-image-box .w-49 img {
    max-height: 46px;
}


.serviceSlider_four .ad-image-box img {
    max-height: 80px;
}


.serviceSlider_four .ad-socail {
    /*margin: inherit !important;*/
    gap: 4px !important;
}

.serviceSlider_four .ad-contact img {
    width: 24px;
}

.serviceSlider_four .propertyfooterCon a {
    font-size: 9px;
}

.serviceSlider_four .ad-socail img {
    max-width: 20px;
}

.serviceSlider_four .logo-height {
    height: 42px;
}

    .serviceSlider_four .logo-height img {
        max-height: 42px;
    }

.detail_banner_sider .slick-dots li button:before {
    background-color: #fff; content:"" !important
}

.detail_banner_sider .slick-dots li.slick-active button:before {
    background-color: #68C532;
    opacity: 100%;
}

.detail_banner_sider .slick-slide {
    margin: 0px;
}

.detail_banner_sider .slick-slide {
    margin: 0px auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

    /*.detail_banner_sider .slick-slide img {
        height: 500px;
        object-fit: cover;
        border-radius: 10px;
    }*/

    /* .detail_banner_sider .slick-slide img {
       
        border-radius: 10px;
        width:1200px
    }*/

    .detail_banner_sider .slick-slide img {
        display: block;
        max-height: 800px;
        width: auto !important;
        width: auto !important;
        text-align: center;
        max-width: 100% !important;
    }

/*22-02-2024-----*/
.outerGrayBg {
    background: #FCFCFC;
    border: 1px solid #E7E1E1;
    padding: 20px;
    border-radius: 15px;
    min-height: 530px;
}

.thumbnail-img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.service-link-plus .adImgView {
    max-width: 908px;
}

.grayBGColor {
    background: #F2F2F2;
    padding: 15px;
    min-height: 580px;
    border-radius: 8px;
}

    .grayBGColor .addTitleHT {
        font-size: 18px;
        margin-bottom: 15px;
        font-weight: 500;
    }

#card-number {
    border: 1px solid #d4d4d4;
    padding: 12px 12px;
    border-radius: 5px;
    height: 45px;
}

.form-check-input:checked {
    background-color: #509FEA;
    border-color: #509FEA;
}

.modal-content {
    border-radius: 18px;
    padding: 8px;
}

.btn-org {
    background: #F87517;
    border: 1px solid #F87517;
    color: #fff;
}

    .btn-org:hover {
        background: #F87517;
        border: 1px solid #F87517;
        color: #fff;
    }

.btn-outlinecancel {
    background: #fff;
    border: 2px solid #F87517;
    color: #F87517;
}

    .btn-outlinecancel:hover {
        background: #fff;
        border: 2px solid #F87517;
        color: #F87517;
    }

.paymentPlan {
    max-width: 500px;
    width: 100%
}

.inspector-popup .search-input {
    max-width: 100% !important;
}

.inspector-popup-modal {
    max-width: 620px
}

.navbar-toggler-icon {
    width: 1.1em;
    height: 1.3em;
}

.dropdown-toggle::after {
    color: #fff !important
}

#Otp-Modal .input-form {
    padding-top: 25px;
}



.slick-dots li button:before {
    color: none !important
}

.btnOutline {
    background: #fff !important;
    color: #000;
    border: 1px solid #a3a3a3;
}

    .btnOutline:hover {
        background: #fff !important;
        color: #000;
        border: 1px solid #a3a3a3;
        opacity: 0.9;
    }

.container h2.m-0 {
    font-size: 20px;
    font-weight: 600
}


.invite-Inspector-popup h2 {
    font-size: 22px;
}

.nothing {
    height: 350px;
    width: 100%;
    float: left;
}



.addSm {
  height: 180px

}
/*
.serviceList {
    min-height: 400px
}*/

.ad-contact img {
    width: 20px
}


/*.
invite-Inspector-popup {
    padding: 20px;
}*/


.service-link-plus .btn-check:checked + .btn, .service-link-plus .btn.active, .service-link-plus .btn.show, .service-link-plus .btn:first-child:active, :not(.btn-check) + .service-link-plus .btn:active {
    color: #fff;
    background-color: #68C532 !important;
    border-color: #fff !important;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    color: #fff;
    background-color: #389dff !important;
    border-color: #389DFF !important;
}


.mobileViewBox .join-buttons {
    flex-wrap: wrap !important
}

.logoMobile {
    display: none;
}

.mobileViewBox .after-login-profile {
    flex-wrap: wrap !important;
    margin: 4px 0;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    height: 50px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #696969 !important;
    border-radius: 10px !important;
}

.forgot-password.dangerLink {
    color: #389DFF !important;
}

.text-danger {
    font-size: 14px !important
}

.nav-link:focus, .nav-link:hover {
    color: #000 !important;
}

.inspectorAssignList li a.btnAssign, .inspectorAssignList li a.btnCancel {
    padding: 5px 10px !important;
    font-size: 14px;
}

.logo-login {
    max-width: 270px !important
}

.btn:focus-visible {
    color: #fff !important;
    background-color: #389DFF !important;
    border-color: #389DFF !important;
    outline: 0;
    box-shadow: none;
}



#google_translate_element {
    padding: 5px !important
}

.goog-te-gadget .goog-te-combo {
    margin: 4px 0 !important;
    border: 1px solid #eee !important;
    padding: 4px 3px !important;
    font-size: 12px !important;
    width: 100% !important;
    border-radius: 5px !important;
}

.demolitionPopup .table tr td .form-control {
    height: 40px !important
}

.demolitionPopup .table tr td .unAssign_btn {
    height: 40px;
    line-height: 30px
}

.demolitionPopup .table tr td .btn {
    height: 40px;
    line-height: 16px
}

.dayFreeTrial {
    font-size: 14px;
    background: #fff7e0;
    border-radius: 6px;
    padding: 10px 15px;
    font-weight: 300;
    border: 1px solid #e9aa00;
}



.languageTop select {
    background: #fff;
    border: 1px solid #fff !important;
}

.languageTop :focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}

/*.running-project a{
    cursor: default !important
}*/
.edit-propety-heading {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

    .edit-propety-heading h2 {
        flex: 1;
        padding-right: 10px
    }

    .edit-propety-heading .btn-More-detail {
        position: relative;
        right: 0
    }

.serviceSlider.serviceSlider_four .slick-slide, .serviceSlider.serviceSlider_two .slick-slide {
    border: 1px solid #fff;
    border-radius: 10px;
}

.edit-propety-heading a.btn-primary {
    border: none
}


.unAssign_btn {
    width: 85px;
    text-align: center;
}

.unAssign_btn:hover {
    color: #F87517
}

.contBoxs {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*--------------New Css 21-06-2024  -------------------------*/

.manageStagesPopup {max-width: 1000px}
.NumberList{ font-size: 16px; font-weight: bold; color: #000000; margin-right: 10px;}
.accoOpenDetails span{ font-size: 13px; color: #000;}
.accoOpenDetails span{ font-size: 13px; color: #000; margin-right: 10px;}
.accoOpenDetails p { margin: 0 0 5px 0;}
.accoOpenDetails p b{ font-size: 15px; color: #000; margin-right: 10px;}
.accoOpenDetails span em{ font-size: 13px; color: #404040; font-style: normal !important;}
.accoOpenDetails {border-bottom: 1px solid #F0F2FF; margin-bottom: 3px;}


.addNewStageBlog{ display: flex; justify-content: space-between; align-items: center;  margin-bottom: 15px;}
.btnAddStage {
	background: #389DFF;
	border-radius: 5px;
	font-size: 15px;
	color: #ffff;
	width: 72px;
	height: 50px;
	text-align: center;
	line-height: 50px; display: inline-block; border:none
}

.btnClearStage{background: #626262;}

.btnAddStage:hover, .btnClearStage:hover{color: #fff;}

.stageInput {
	display: flex;
	align-items: center;
	width: calc(100% - 186px);
}
.stageInput span{ margin-right: 10px; width: 70px; font-weight: bold;}
.manageTradieBtn {
    background: #fff;
    border: 1px solid #389DFF;
    color: #389DFF;
    border-radius: 6px;
    padding: 6px 15px;
    font-size: 13px;
    width: 130px;
    text-align: center;
}

/*---*/
#ManageTradie .btn{padding: 8px 26px !important; border-radius: 6px !important}
.rightSelectTradieBox{ border: 1px solid #E9E9EA; border-radius: 8px;}
.headSelectAll{ border-bottom: 1px solid #E9E9EA; padding: 10px;}
.searchTradie { display:flex; align-items:center}
.searchTradie .form-control{ height: 44px !important; border-radius: 5px;}

.inviteTradieBlog{ padding: 0;}

.inviteTradieTitle{ background: #389DFF; font-size: 16px; color: #fff; padding:8px 10px; border-radius: 5px 5px 0 0;}
.inviteTradieCont {
    background: #FBFBFB;
    border: 1px solid #EFEFEF;
    padding:10px 10px 50px 10px;
}

.inviteTradieCont .form-label{ font-size: 13px; color: #292D32; margin-bottom: 3px;}

/*.inviteTradieCont .form-control{ height: 38px; border-color: #A3A3A3; border-radius: 8px;}*/
.backStageBtn {
    border: 1px solid #808080 !important;
    color: #808080 !important;
    background: #fff !important;
    padding: 12px 14px !important;
}

.leftSelectTradieBox{ border: 1px solid #E9E9EA; border-radius: 8px; margin-bottom:30px}

.headBgBox{background: #F0F2FF; height: 40px;  border-radius: 5px 5px 0 0;}

.addManageTradie{padding: 10px; border-bottom: 1px solid #E9E9EA; display: flex; justify-content: space-between; align-items: center;}
.dateInputBox{ max-width: 170px; height: 38px; border-radius: 8px;}
.inputDateBlog{display: flex;}

.tradieListBox{  border-bottom: 1px solid #E9E9EA; padding: 10px;  display: flex; justify-content: space-between; align-items: center;}
.tradieUserIcon{float: left;}
.tradieUserIcon img { margin-right: 10px; width: 30px; height: 30px; border-radius: 50%;}

.nameDetailsUser {
    float: left;
    width: 100%;
    margin-top: 6px;
}
.nameDetailsUser h6{ font-size: 15px; color: #000; margin: 0;}
.nameDetailsUser p{ font-size: 11px; color: #000; margin: 0;}




.mobileviewSlider {display: none}

.lgMobileSlider{ display:none}

#tradieListBox {
    overflow: auto;
    height: 436px;
}

#accordionExample {
    /*overflow: auto;
    max-height: 350px;*/
}




.imageManageSize {
    text-align: center;
    display: flex;
    justify-content: center;
}


.logoDetailsBox{ max-height:50px}




.slNewBlog{background:#fff !important;}
.slNewBlog .headingNew {
    background: #68C532; text-align:center; padding:30px 0; margin-bottom:30px
}

.slNewBlog p{color:#000}

.rlNewBlog {
    background: #fff !important;
}
.headingRealestate {
    background: #F55F00;
    text-align: center;
    padding: 30px 0;
    margin-bottom: 30px
}


.headingBlack {
    background: #389DFF;
    text-align: center;
    padding: 30px 0;
    margin-bottom: 30px;
    font-size: 34px;
    color: #fff;
    font-weight: 500;
    font-family: 'avantgardemditcttbold';
}

#divLatestPropertyNews{margin-top:75px}


.service_link {
    background-color: #68C532;
}

    .service_link:hover {
        background-color: #77d342;
    }

.realestate_link {
    background-color: #F55F00;
}

    .realestate_link:hover {
        background-color: #fd6d11;
    }

.service-fil-wrap {
    display:flex;
    flex-wrap:wrap;
    align-items:center;
}
.service-fil-wrap .service-find-filter {
    margin-left: auto
}
.service-fil-wrap h2 {
    margin:0px
}


.web-view-notification { display:block}
.mobile-view-notification {display: none}

.build_link_banner {
    text-align: center
}
.service-link-banner {
    text-align: center
}

#divStandardModal .adImgView {
    max-width: 720px !important;
}

#divBigLeadDetails .propertyBannerCon, #divBigLeadDetails .websiteUrl {
    padding: 0 10px !important;
}


#divBigLeadDetails .grayBGColor {
    min-height: auto !important;
}


.bgContactBoxs a {
    background-image: linear-gradient(to top, rgba(226,224,225,9), rgba(255,255,255,9)) !important;
    box-shadow: 0 0 7px #b5b5b5;
    color: #000;
    padding:30px 20px
}

.bgContactBoxs .conatct_Icon {
    color: #08244b;
    font-family: 'avantgardemditcttbold';
    text-transform: uppercase;
    font-size: 30px
}

.bgContactBoxs .conatct_Icon {
    position: relative;
    padding-left: 78px;
}

.conatct_card_bottom h6 {
    padding-left: 78px;
}


.bgContactBoxs h6 {
    color: #389DFF;
    font-family: 'itc_avant_garde_gothic_stdMd';
    font-size:16px
}

.bgContactBoxs .ph1_icon {
    width: 50px
}
.bgContactBoxs .email2_icon {
    width: 55px
}
.bgContactBoxs .location3_icon {
    width: 50px
}


.serviceLinkContBlogBg {
    background: url(../images/bg-cont-area.jpg) center center no-repeat;
    padding:15px;
    background-size: cover;
    color: #000;
    position:relative;
}

#property-List .btnRequest .btn{ border-radius: 10px !important}
.folderDeleteIcon{ position:absolute; right:50px; top:25px; cursor:pointer}

.manage_documents-icons{position:absolute; right:40px; top:50%; transform:translateY(-50%)}
    .manage_documents-icons .folderDeleteIcon{position:relative; top:auto; right:auto;}
    .manage_documents-icons i{min-width:24px; width:24px; max-width:24px; display:inline-block; cursor:pointer;}
    .manage_documents-icons i img{max-width:100%;}

.tBlogBg {
    background: #ebe3f9;
    color: #444444;
    border-radius: 10px;
    padding: 19px 1.5rem !important
}

.prBlog {
    margin-right: 15px;
    display: flex;
    justify-content: space-between;
    background:#fff !important;
    margin-bottom: 5px;
    border-radius: 9px;
    padding: 13px 16px;
    color: #000;
    width: 100%
}
.prBlog h5{font-size:16px}

.moreBtnPl:hover {
    background: #389DFF !important;
    opacity: 0.9;
}


#Address {
    padding-right:40px !important
}


/*----25-09-2024--Css-----------------*/

.propertyListBlog{ display: flex; border-bottom: 1px solid #D9D9D9; margin-bottom: 15px; padding-bottom:15px; }

.leftProprtyImg{margin-right: 15px;}
    .leftProprtyImg img {
        border-radius: 15px;
        width: 260px;
        border: 1px solid #f3f3f3;
    }

.rightAccordionBlog { width: 100%;}
.rightAccordionBlog .accordion-button{background: #E9E9E9 !important; padding:8px 10px; }
.btnAccept{ background: #fff; border: 1px solid #29C038; border-radius: 30px; padding: 5px 15px; color: #29C038; font-size: 12px; font-weight: 500;margin-bottom: 2px;}
.btnAccept:hover{color: #fff !important; background: #29C038;}
.btnDecline{ background: #fff; border: 1px solid #F55F00; border-radius: 30px; padding: 5px 15px; color: #F55F00; font-size: 12px; font-weight: 500; margin-bottom: 2px}
.btnDecline:hover{color: #fff !important; background: #F55F00;}

.acceptedText{ color: #29C038; font-size: 14px;}

.subTableView ul li span{font-weight: 600;}
.rightAccordionBlog .accordion-body{padding: 0px;}
.subTableView ul li{font-size: 13px;}

.rightAccordionBlog .accordion-item{margin-bottom: 15px;}
.table tr {border: none;}
.table tr td {border: none !important;}
.bottomBr {
    display: flex;
    justify-content: space-between; margin: 0;
    padding: 0;
}

.bottomBr li {
    list-style:none;
    padding:10px; float:left
}

.subTableView {
    width: 100%;
    border-bottom: 1px solid #E9E9E9 !important;
    border-left: 1px solid #E9E9E9 !important;
    border-right: 1px solid #E9E9E9 !important;
}


.proprtyTitleA {font-size: 20px; color: #000000; font-weight: 600;}
.proprtyTitleA span {font-size: 16px; color: #000000; font-weight: 300;}
.proAccoBox{ display: flex;  width: 100%;}

.proAccoBox p{margin-bottom: 8px;}
.locationView{ font-size: 13px; color: #2C2B32; font-weight: normal;}
.rightAccordionBlog .accordion-button:focus {border: none !important; box-shadow: none !important;}

.rightAccordionBlog .downacc{display: block;}
.rightAccordionBlog .collapsed .downacc{display: none;}
.rightAccordionBlog  .upacc{display: none;}
.rightAccordionBlog .collapsed .upacc{display: block;}
.btnBoxBlog {
	margin-left: auto;
	display: flex;
	align-content: center;
	align-items: start;
}

.subTableView ul li {
    padding: .8rem .5rem !important
}


.checkBoxBlog {
    width: 52px !important;
    display:flex; padding:0 10px
}

    .checkBoxBlog a{margin-right:6px}


.signUpImg img{ width:80%}
.signpBtnHere {
    display: flex;
    justify-content: end
}
.freeTrialBox img{
    width:106px

}


/*New Css 19-12-2024*/
.addCommentImg {
    width: 100%;
    height: 50px;
    display: flex;
    margin-bottom: 10px;
}

    .addCommentImg .property-pic-upload {
        height: 50px;
        float: left;
        width: 50px;
        margin-right: 5px;
        border: 1px solid #e5e5e5;
    }

.commentShowImg {
    height: 50px;
    float: left;
    width: 50px;
    margin-right: 12px;
}

    .commentShowImg .pip {
        display: inline-block;
        position: relative;
        margin-right: 5px;
        margin-top: 0;
    }

        .commentShowImg .pip img {
            width: 50px;
            height: 50px;
            object-fit: cover;
            border-radius: 10px;
            border: 1px solid #e5e5e5;
        }



.addCommentImg #spanImage img {
    margin: 8px auto 5px;
}

.rightSideView .stageNameL {
    font-size: 10px !important;
}

.rightSideView .dateInputBox {
    max-width: 90px;
    height: 30px;
    border-radius: 8px;
    padding: 4px;
    font-size:10px
}
