/* Style-En*/

#realty_details_two {
    padding: 60px 0;
}

    #realty_details_two .realty_Content .Marketer {
        margin: 20px 0;
    }

        #realty_details_two .realty_Content .Marketer .titleInfo {
            margin-bottom: 20px;
        }

            #realty_details_two .realty_Content .Marketer .titleInfo h5 {
                color: #000;
                font-weight: 600;
                font-size: 18px;
            }

        #realty_details_two .realty_Content .Marketer .Marketer_content {
            display: flex;
            flex-direction: row;
            align-items: center;
            background-color: #fff;
            border: 1px solid #cfcfcf;
            border-radius: 20px;
            padding: 20px;
            position: relative;
        }

            #realty_details_two .realty_Content .Marketer .Marketer_content a {
                display: block;
            }

            #realty_details_two .realty_Content .Marketer .Marketer_content:hover {
                box-shadow: 1px 3px 10px #ddd;
                border-color: transparent;
            }

            #realty_details_two .realty_Content .Marketer .Marketer_content .image {
                width: 130px;
                height: 130px;
                margin-right: 30px;
            }

                #realty_details_two .realty_Content .Marketer .Marketer_content .image img {
                    width: 100%;
                    height: 100%;
                    border-radius: 50%;
                }

            #realty_details_two .realty_Content .Marketer .Marketer_content .titleName {
                width: 100%;
            }

                #realty_details_two .realty_Content .Marketer .Marketer_content .titleName h4 {
                    color: #000;
                    font-weight: 600;
                }

                #realty_details_two .realty_Content .Marketer .Marketer_content .titleName span {
                    font-size: 14px;
                    color: #787878;
                }

                #realty_details_two .realty_Content .Marketer .Marketer_content .titleName .social {
                    margin-top: 10px;
                }

                    #realty_details_two
                    .realty_Content
                    .Marketer
                    .Marketer_content
                    .titleName
                    .social
                    ul {
                        list-style: none;
                        padding: 0;
                        margin: 0;
                    }

                        #realty_details_two
                        .realty_Content
                        .Marketer
                        .Marketer_content
                        .titleName
                        .social
                        ul
                        li {
                            display: inline-block;
                            margin-right: 6px;
                        }

                            #realty_details_two
                            .realty_Content
                            .Marketer
                            .Marketer_content
                            .titleName
                            .social
                            ul
                            li
                            a {
                                display: flex;
                                color: #c69b5b;
                                width: 32px;
                                height: 32px;
                                align-items: center;
                                justify-content: center;
                                text-align: center;
                                transition: all 0.3s ease-in-out;
                            }

                                #realty_details_two
                                .realty_Content
                                .Marketer
                                .Marketer_content
                                .titleName
                                .social
                                ul
                                li
                                a
                                i {
                                    font-size: 20px;
                                }

                                #realty_details_two
                                .realty_Content
                                .Marketer
                                .Marketer_content
                                .titleName
                                .social
                                ul
                                li
                                a:hover {
                                    color: #000;
                                    transform: scale(1.2);
                                }

            #realty_details_two .realty_Content .Marketer .Marketer_content .arrow {
                position: absolute;
                right: 3%;
                top: 45%;
            }

                #realty_details_two .realty_Content .Marketer .Marketer_content .arrow i {
                    font-size: 30px;
                    color: #000;
                }

    #realty_details_two .realty_Content iframe {
        width: 100%;
        height: 350px;
        margin-bottom: 20px;
        border-radius: 20px;
    }

    #realty_details_two .realty_detail {
        position: relative;
        margin: 30px 0;
        margin-top: 60px;
        padding: 30px;
        background-color: #FCFCFC;
        border: 1px solid #d6d6d6;
        border-radius: 3px;
    }

        #realty_details_two .realty_detail .pointsBG {
            position: absolute;
            top: -40px;
            right: -25px;
            left: unset;
            z-index: -1;
        }

            #realty_details_two .realty_detail .pointsBG img {
                width: auto;
                height: 120px;
            }

        #realty_details_two .realty_detail .title {
            position: absolute;
            top: 0px;
            transform: translate(-50%,-50%);
            left: 50%;
        }

            #realty_details_two .realty_detail .title h2 {
                color: #FFF;
                padding: 10px 40px;
                background-color: #C69B5B;
                border-radius: 30px;
                font-size: 24px;
            }

        #realty_details_two .realty_detail .desc p {
            line-height: 1.7;
            text-align: justify;
            color: #000;
            font-size: 16px;
            margin-bottom: 0;
        }

    #realty_details_two .data {
        padding: 20px;
        background-color: #F6F6F6;
        border: 1px solid #d6d6d6;
        border-radius: 3px;
        margin-bottom: 30px;
    }


        #realty_details_two .data .item {
            position: relative;
            text-align: center;
            padding: 20px;
            padding-top: 40px;
            margin: 30px 0;
            background-color: #FCFCFC;
            border-radius: 10px;
        }

            #realty_details_two .data .item .image {
                position: absolute;
                left: 30%;
                top: -20%;
                z-index: 1;
                background-color: #FCFCFC;
                border-radius: 50%;
                width: 60px;
                height: 60px;
                display: flex;
                align-items: center;
                justify-content: center;
                text-align: center;
                margin-left: 15px;
            }

                #realty_details_two .data .item .image img {
                    width: auto;
                    height: 30px;
                }

            #realty_details_two .data .item .type {
                font-size: 16px;
                font-weight: 600;
                color: #787878;
                margin-bottom: 10px;
                padding-bottom: 10px;
                border-bottom: 1px solid #DDD;
                display: block;
            }

            #realty_details_two .data .item .typeIs {
                font-size: 16px;
                font-weight: 600;
                color: #C69B5B;
            }

    #realty_details_two .price_details {
        position: relative;
        margin-bottom: 80px;
        padding: 30px;
        background-color: #FCFCFC;
        border: 1px solid #d6d6d6;
        border-radius: 3px;
    }

        #realty_details_two .price_details .pointsBG {
            position: absolute;
            top: 40px;
            right: -25px;
            left: unset;
            z-index: -1;
        }

            #realty_details_two .price_details .pointsBG img {
                width: auto;
                height: 120px;
            }


        #realty_details_two .price_details .price_title h4 {
            color: #000;
            font-weight: 600;
            font-size: 23px;
            margin: 0;
            display: inline-block;
        }

        #realty_details_two .price_details .price_Num {
            text-align: right;
        }

            #realty_details_two .price_details .price_Num span {
                color: #C69B5B;
                font-weight: 600;
                font-size: 23px;
            }

    #realty_details_two .kuwait_finder {
        margin-bottom: 30px;
    }

        #realty_details_two .kuwait_finder .title {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 20px;
        }

            #realty_details_two .kuwait_finder .title img {
                width: auto;
                height: 35px;
                margin-right: 20px;
            }

            #realty_details_two .kuwait_finder .title h5 {
                font-size: 22px;
                font-weight: 600;
                margin: 0;
                line-height: 1.5;
            }

        #realty_details_two .kuwait_finder .desc {
            padding: 30px;
            background-color: #FCFCFC;
            border: 1px solid #d6d6d6;
            border-radius: 3px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            #realty_details_two .kuwait_finder .desc a {
                text-decoration: none;
                color: #C69B5B;
                font-size: 20px;
                font-weight: 600;
            }

    #realty_details_two .realty_images {
        position: relative;
        margin: 60px 0;
    }

        #realty_details_two .realty_images .pointsBG {
            position: absolute;
            top: -40px;
            right: -50px;
            left: unset;
            z-index: -1;
        }

            #realty_details_two .realty_images .pointsBG img {
                width: auto;
                height: 120px;
            }

        #realty_details_two .realty_images .image {
            margin-bottom: 40px;
        }

            #realty_details_two .realty_images .image img {
                width: 100%;
                height: auto;
                border-radius: 5px;
            }

    #realty_details_two .realty_contact {
        position: relative;
        margin-top: 80px;
        margin-bottom: 30px;
        padding: 40px 30px;
        background-color: #FCFCFC;
        border: 1px solid #d6d6d6;
        border-radius: 3px;
    }

        #realty_details_two .realty_contact .pointsBG {
            position: absolute;
            top: -40px;
            right: -25px;
            z-index: -1;
        }

            #realty_details_two .realty_contact .pointsBG img {
                width: auto;
                height: 120px;
            }

        #realty_details_two .realty_contact .title {
            position: absolute;
            top: 0px;
            transform: translate(-50%,-50%);
            left: 50%;
        }

            #realty_details_two .realty_contact .title h2 {
                color: #FFF;
                padding: 10px 40px;
                background-color: #C69B5B;
                border-radius: 30px;
                font-size: 24px;
            }

        #realty_details_two .realty_contact .details {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 40px;
        }

            #realty_details_two .realty_contact .details .flex_div {
                display: flex;
                flex-direction: column;
            }

            #realty_details_two .realty_contact .details .content {
                display: flex;
                align-items: center;
                margin-bottom: 15px;
            }


                #realty_details_two .realty_contact .details .content .line_img {
                    margin-right: 30px;
                    height: 50px;
                }

                #realty_details_two .realty_contact .details .content .icon_img {
                    width: auto;
                    height: 25px;
                    float: left;
                    margin-right: 20px;
                }

                #realty_details_two .realty_contact .details .content span {
                    color: #A1A1A1;
                }

            #realty_details_two .realty_contact .details .line {
                width: 1px;
                height: 180px;
                margin-left: 70px;
                background-color: #D1D1D1;
            }

            #realty_details_two .realty_contact .details .logo {
                margin-right: 40px;
            }

                #realty_details_two .realty_contact .details .logo img {
                    width: auto;
                    height: 80px;
                }




    #realty_details_two .owner_feedback {
        margin: 40px 0;
    }

        #realty_details_two .owner_feedback .title {
            margin-bottom: 30px;
        }

            #realty_details_two .owner_feedback .title h5 {
                color: #000;
                font-weight: 600;
                font-size: 20px;
            }

        #realty_details_two .owner_feedback .status_inputs {
            margin-bottom: 20px;
        }

            #realty_details_two .owner_feedback .status_inputs input[type=radio] {
                display: none;
            }

            #realty_details_two .owner_feedback .status_inputs label {
                min-width: 120px;
                padding: 7px 10px;
                border-radius: 3px;
                color: #838383;
                background-color: #f2f2f2;
                text-align: center;
                margin-right: 10px;
                cursor: pointer;
            }

                #realty_details_two .owner_feedback .status_inputs label:before {
                    content: '';
                    transition: all 0.2s;
                }

            #realty_details_two .owner_feedback .status_inputs input:checked + label {
                background: #c69b5b;
                color: #FFF;
            }


        #realty_details_two .owner_feedback .SendButton {
            margin-top: 20px;
        }

            #realty_details_two .owner_feedback .SendButton a {
                background: #c69b5b;
                display: inline-block;
                text-align: center;
                border: none;
                padding: 5px;
                width: 120px;
                border-radius: 3px;
                color: #fff;
                outline: none;
                box-shadow: none;
                transition: all 0.2s ease-in-out;
            }

                #realty_details_two .owner_feedback .SendButton a:hover {
                    background-color: #000;
                }



@media only screen and (max-width: 600px) {

    #realty_details_two .realty_detail .title h2,
    #realty_details_two .realty_contact .title h2 {
        padding: 10px 30px;
        font-size: 18px;
    }

    #realty_details_two .realty_detail .desc p {
        font-size: 14px;
    }

    #realty_details_two .data .item .image {
        margin-left: 20px;
    }

    #realty_details_two .data .item .type,
    #realty_details_two .data .item .typeIs,
    #realty_details_two .price_details .price_Num span,
    #realty_details_two .price_details .price_title h4,
    #realty_details_two .kuwait_finder .title h5,
    #realty_details_two .kuwait_finder .desc a {
        font-size: 14px;
    }

    #realty_details_two .price_details,
    #realty_details_two .kuwait_finder .desc {
        padding: 20px;
    }

    #realty_details_two .realty_Content .Marketer .Marketer_content {
        flex-direction: column;
        text-align: center;
    }

        #realty_details_two .realty_Content .Marketer .Marketer_content .image {
            width: 100px;
            height: 100px;
            margin-right: 0;
            margin-bottom: 10px;
        }

        #realty_details_two .realty_Content .Marketer .Marketer_content .titleName h4,
        #realty_details_two .realty_Content .Marketer .Marketer_content .titleName .social ul li a i {
            font-size: 18px;
        }

        #realty_details_two .realty_Content .Marketer .Marketer_content .titleName span {
            font-size: 12px;
        }

        #realty_details_two .realty_Content .Marketer .Marketer_content .titleName .social ul li a {
            width: 28px;
            height: 28px;
        }

    #realty_details_two .realty_Content .Marketer .titleInfo h5 {
        font-size: 16px;
    }

    #realty_details_two .realty_Content .Marketer .Marketer_content .arrow i {
        font-size: 25px;
    }

    #realty_details_two .realty_contact .details {
        flex-direction: column;
    }

        #realty_details_two .realty_contact .details .content .icon_img {
            height: 18px;
            margin-right: 10px;
        }

        #realty_details_two .realty_contact .details .content .line_img {
            margin-right: 20px;
            height: 30px;
        }

        #realty_details_two .realty_contact .details .line {
            display: none;
        }

        #realty_details_two .realty_contact .details .logo img {
            height: 50px;
        }

        #realty_details_two .realty_contact .details .logo {
            margin-right: 0;
            margin-top: 30px;
        }

        #realty_details_two .realty_contact .details .content span {
            font-size: 14px;
        }

    #realty_details_two .realty_images .pointsBG,
    #realty_details_two .price_details .pointsBG,
    #realty_details_two .realty_detail .pointsBG {
        right: -10px;
    }

    #realty_details_two .realty_contact .pointsBG {
        right: 0;
    }

        #realty_details_two .realty_images .pointsBG img,
        #realty_details_two .realty_contact .pointsBG img,
        #realty_details_two .price_details .pointsBG img,
        #realty_details_two .realty_detail .pointsBG img {
            height: 80px;
        }
}



@media only screen and (min-width: 601px) and (max-width: 767px) {

    #realty_details_two .realty_detail .title h2,
    #realty_details_two .realty_contact .title h2 {
        padding: 10px 30px;
        font-size: 18px;
    }

    #realty_details_two .realty_detail .desc p {
        font-size: 14px;
    }

    #realty_details_two .data .item .type,
    #realty_details_two .data .item .typeIs,
    #realty_details_two .price_details .price_Num span,
    #realty_details_two .price_details .price_title h4,
    #realty_details_two .kuwait_finder .title h5,
    #realty_details_two .kuwait_finder .desc a {
        font-size: 14px;
    }

    #realty_details_two .price_details,
    #realty_details_two .kuwait_finder .desc {
        padding: 20px;
    }

    #realty_details_two .realty_Content .Marketer .Marketer_content {
        flex-direction: column;
        text-align: center;
    }

        #realty_details_two .realty_Content .Marketer .Marketer_content .image {
            width: 100px;
            height: 100px;
            margin-right: 0;
            margin-bottom: 10px;
        }

        #realty_details_two .realty_Content .Marketer .Marketer_content .titleName h4,
        #realty_details_two .realty_Content .Marketer .Marketer_content .titleName .social ul li a i {
            font-size: 18px;
        }

        #realty_details_two .realty_Content .Marketer .Marketer_content .titleName span {
            font-size: 12px;
        }

        #realty_details_two .realty_Content .Marketer .Marketer_content .titleName .social ul li a {
            width: 28px;
            height: 28px;
        }

    #realty_details_two .realty_Content .Marketer .titleInfo h5 {
        font-size: 16px;
    }

    #realty_details_two .realty_Content .Marketer .Marketer_content .arrow i {
        font-size: 25px;
    }

    #realty_details_two .realty_contact .details .content .icon_img {
        height: 18px;
        margin-right: 10px;
    }

    #realty_details_two .realty_contact .details .content .line_img {
        margin-right: 20px;
        height: 30px;
    }

    #realty_details_two .realty_contact .details .line {
        display: none;
    }

    #realty_details_two .realty_contact .details .logo img {
        height: 50px;
    }

    #realty_details_two .realty_contact .details .logo {
        margin-right: 0;
    }

    #realty_details_two .realty_contact .details .content span {
        font-size: 14px;
    }

    #realty_details_two .realty_images .pointsBG,
    #realty_details_two .price_details .pointsBG,
    #realty_details_two .realty_detail .pointsBG {
        right: -10px;
    }

    #realty_details_two .realty_contact .pointsBG {
        right: 0;
    }

        #realty_details_two .realty_images .pointsBG img,
        #realty_details_two .realty_contact .pointsBG img,
        #realty_details_two .price_details .pointsBG img,
        #realty_details_two .realty_detail .pointsBG img {
            height: 80px;
        }
}





@media only screen and (min-width: 768px) and (max-width: 991px) {

    #realty_details_two .realty_detail .title h2,
    #realty_details_two .realty_contact .title h2 {
        padding: 10px 30px;
        font-size: 18px;
    }

    #realty_details_two .realty_detail .desc p {
        font-size: 14px;
    }

    #realty_details_two .data .item .image {
        margin-left: 10px;
    }

    #realty_details_two .data .item .type,
    #realty_details_two .data .item .typeIs,
    #realty_details_two .price_details .price_Num span,
    #realty_details_two .price_details .price_title h4,
    #realty_details_two .kuwait_finder .title h5,
    #realty_details_two .kuwait_finder .desc a {
        font-size: 14px;
    }

    #realty_details_two .price_details,
    #realty_details_two .kuwait_finder .desc {
        padding: 20px;
    }

    #realty_details_two .realty_Content .Marketer .Marketer_content {
        flex-direction: column;
        text-align: center;
    }

        #realty_details_two .realty_Content .Marketer .Marketer_content .image {
            width: 100px;
            height: 100px;
            margin-right: 0;
            margin-bottom: 10px;
        }

        #realty_details_two .realty_Content .Marketer .Marketer_content .titleName h4,
        #realty_details_two .realty_Content .Marketer .Marketer_content .titleName .social ul li a i {
            font-size: 18px;
        }

        #realty_details_two .realty_Content .Marketer .Marketer_content .titleName span {
            font-size: 12px;
        }

        #realty_details_two .realty_Content .Marketer .Marketer_content .titleName .social ul li a {
            width: 28px;
            height: 28px;
        }

    #realty_details_two .realty_Content .Marketer .titleInfo h5 {
        font-size: 16px;
    }

    #realty_details_two .realty_Content .Marketer .Marketer_content .arrow i {
        font-size: 25px;
    }

    #realty_details_two .realty_contact .details .content .icon_img {
        height: 18px;
        margin-right: 10px;
    }

    #realty_details_two .realty_contact .details .content .line_img {
        margin-right: 20px;
        height: 30px;
    }

    #realty_details_two .realty_contact .details .line {
        height: 145px;
    }

    #realty_details_two .realty_contact .details .logo img {
        height: 60px;
    }

    #realty_details_two .realty_contact .details .content span {
        font-size: 14px;
    }

    #realty_details_two .realty_images .pointsBG,
    #realty_details_two .price_details .pointsBG,
    #realty_details_two .realty_detail .pointsBG {
        right: -10px;
    }

    #realty_details_two .realty_contact .pointsBG {
        right: 0;
    }

        #realty_details_two .realty_images .pointsBG img,
        #realty_details_two .realty_contact .pointsBG img,
        #realty_details_two .price_details .pointsBG img,
        #realty_details_two .realty_detail .pointsBG img {
            height: 80px;
        }
}

/*Style-Ar*/

#realty_details_two {
    padding: 60px 0;
}

    #realty_details_two .realty_Content .Marketer {
        margin: 20px 0;
    }

        #realty_details_two .realty_Content .Marketer .titleInfo {
            margin-bottom: 20px;
        }

            #realty_details_two .realty_Content .Marketer .titleInfo h5 {
                color: #000;
                font-weight: 600;
                font-size: 18px;
            }

        #realty_details_two .realty_Content .Marketer .Marketer_content {
            display: flex;
            flex-direction: row;
            align-items: center;
            background-color: #fff;
            border: 1px solid #cfcfcf;
            border-radius: 20px;
            padding: 20px;
            position: relative;
        }

            #realty_details_two .realty_Content .Marketer .Marketer_content a {
                display: block;
            }

            #realty_details_two .realty_Content .Marketer .Marketer_content:hover {
                box-shadow: 1px 3px 10px #ddd;
                border-color: transparent;
            }

            #realty_details_two .realty_Content .Marketer .Marketer_content .image {
                width: 130px;
                height: 130px;
                margin-left: 30px;
            }

                #realty_details_two .realty_Content .Marketer .Marketer_content .image img {
                    width: 100%;
                    height: 100%;
                    border-radius: 50%;
                }

            #realty_details_two .realty_Content .Marketer .Marketer_content .titleName {
                width: 100%;
            }

                #realty_details_two .realty_Content .Marketer .Marketer_content .titleName h4 {
                    color: #000;
                    font-weight: 600;
                }

                #realty_details_two .realty_Content .Marketer .Marketer_content .titleName span {
                    font-size: 14px;
                    color: #787878;
                }

                #realty_details_two .realty_Content .Marketer .Marketer_content .titleName .social {
                    margin-top: 10px;
                }

                    #realty_details_two
                    .realty_Content
                    .Marketer
                    .Marketer_content
                    .titleName
                    .social
                    ul {
                        list-style: none;
                        padding: 0;
                        margin: 0;
                    }

                        #realty_details_two
                        .realty_Content
                        .Marketer
                        .Marketer_content
                        .titleName
                        .social
                        ul
                        li {
                            display: inline-block;
                            margin-left: 6px;
                        }

                            #realty_details_two
                            .realty_Content
                            .Marketer
                            .Marketer_content
                            .titleName
                            .social
                            ul
                            li
                            a {
                                display: flex;
                                color: #c69b5b;
                                width: 32px;
                                height: 32px;
                                align-items: center;
                                justify-content: center;
                                text-align: center;
                                transition: all 0.3s ease-in-out;
                            }

                                #realty_details_two
                                .realty_Content
                                .Marketer
                                .Marketer_content
                                .titleName
                                .social
                                ul
                                li
                                a
                                i {
                                    font-size: 20px;
                                }

                                #realty_details_two
                                .realty_Content
                                .Marketer
                                .Marketer_content
                                .titleName
                                .social
                                ul
                                li
                                a:hover {
                                    color: #000;
                                    transform: scale(1.2);
                                }

            #realty_details_two .realty_Content .Marketer .Marketer_content .arrow {
                position: absolute;
                left: 3%;
                top: 45%;
            }

                #realty_details_two .realty_Content .Marketer .Marketer_content .arrow i {
                    font-size: 30px;
                    color: #000;
                }

    #realty_details_two .realty_Content iframe {
        width: 100%;
        height: 350px;
        margin-bottom: 20px;
        border-radius: 20px;
    }

    #realty_details_two .realty_detail {
        position: relative;
        margin: 30px 0;
        margin-top: 60px;
        padding: 30px;
        background-color: #FCFCFC;
        border: 1px solid #d6d6d6;
        border-radius: 3px;
    }

        #realty_details_two .realty_detail .pointsBG {
            position: absolute;
            top: -40px;
            left: -25px;
            right: unset;
            z-index: -1;
        }

            #realty_details_two .realty_detail .pointsBG img {
                width: auto;
                height: 120px;
            }

        #realty_details_two .realty_detail .title {
            position: absolute;
            top: 0px;
            transform: translate(-50%,-50%);
            left: 50%;
        }

            #realty_details_two .realty_detail .title h2 {
                color: #FFF;
                padding: 10px 40px;
                background-color: #C69B5B;
                border-radius: 30px;
                font-size: 24px;
            }

        #realty_details_two .realty_detail .desc p {
            line-height: 1.7;
            text-align: justify;
            color: #000;
            font-size: 16px;
            margin-bottom: 0;
        }

    #realty_details_two .data {
        padding: 20px;
        background-color: #F6F6F6;
        border: 1px solid #d6d6d6;
        border-radius: 3px;
        margin-bottom: 30px;
    }


        #realty_details_two .data .item {
            position: relative;
            text-align: center;
            padding: 20px;
            padding-top: 40px;
            margin: 30px 0;
            background-color: #FCFCFC;
            border-radius: 10px;
        }

            #realty_details_two .data .item .image {
                position: absolute;
                left: 30%;
                top: -20%;
                z-index: 1;
                background-color: #FCFCFC;
                border-radius: 50%;
                width: 60px;
                height: 60px;
                display: flex;
                align-items: center;
                justify-content: center;
                text-align: center;
                margin-left: 15px;
            }

                #realty_details_two .data .item .image img {
                    width: auto;
                    height: 30px;
                }

            #realty_details_two .data .item .type {
                font-size: 16px;
                font-weight: 600;
                color: #787878;
                margin-bottom: 10px;
                padding-bottom: 10px;
                border-bottom: 1px solid #DDD;
                display: block;
            }

            #realty_details_two .data .item .typeIs {
                font-size: 16px;
                font-weight: 600;
                color: #C69B5B;
            }

    #realty_details_two .price_details {
        position: relative;
        margin-bottom: 80px;
        padding: 30px;
        background-color: #FCFCFC;
        border: 1px solid #d6d6d6;
        border-radius: 3px;
    }

        #realty_details_two .price_details .pointsBG {
            position: absolute;
            top: 40px;
            left: -25px;
            right: unset;
            z-index: -1;
        }

            #realty_details_two .price_details .pointsBG img {
                width: auto;
                height: 120px;
            }

        #realty_details_two .price_details .price_title h4 {
            color: #000;
            font-weight: 600;
            font-size: 23px;
            margin: 0;
            display: inline-block;
        }

        #realty_details_two .price_details .price_Num {
            text-align: left;
        }

            #realty_details_two .price_details .price_Num span {
                color: #C69B5B;
                font-weight: 600;
                font-size: 23px;
            }

    #realty_details_two .kuwait_finder {
        margin-bottom: 30px;
    }

        #realty_details_two .kuwait_finder .title {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 20px;
        }

            #realty_details_two .kuwait_finder .title img {
                width: auto;
                height: 35px;
                margin-left: 20px;
            }

            #realty_details_two .kuwait_finder .title h5 {
                font-size: 22px;
                font-weight: 600;
                margin: 0;
                line-height: 1.5;
            }

        #realty_details_two .kuwait_finder .desc {
            padding: 30px;
            background-color: #FCFCFC;
            border: 1px solid #d6d6d6;
            border-radius: 3px;
            display: flex;
            justify-content: center;
            align-items: center;
            /*overflow-wrap: anywhere;*/
        }

            #realty_details_two .kuwait_finder .desc a {
                text-decoration: none;
                color: #C69B5B;
                font-size: 20px;
                font-weight: 600;
                word-break: break-all;
            }

    #realty_details_two .realty_images {
        position: relative;
        margin: 60px 0;
    }

        #realty_details_two .realty_images .pointsBG {
            position: absolute;
            top: -40px;
            left: -50px;
            right: unset;
            z-index: -1;
        }

            #realty_details_two .realty_images .pointsBG img {
                width: auto;
                height: 120px;
            }

        #realty_details_two .realty_images .image {
            margin-bottom: 40px;
        }

            #realty_details_two .realty_images .image img {
                width: 100%;
                height: auto;
                border-radius: 5px;
            }

    #realty_details_two .realty_contact {
        position: relative;
        margin-top: 80px;
        margin-bottom: 30px;
        padding: 40px 30px;
        background-color: #FCFCFC;
        border: 1px solid #d6d6d6;
        border-radius: 3px;
    }

        #realty_details_two .realty_contact .pointsBG {
            position: absolute;
            top: -40px;
            right: -25px;
            z-index: -1;
        }

            #realty_details_two .realty_contact .pointsBG img {
                width: auto;
                height: 120px;
            }

        #realty_details_two .realty_contact .title {
            position: absolute;
            top: 0px;
            transform: translate(-50%,-50%);
            left: 50%;
        }

            #realty_details_two .realty_contact .title h2 {
                color: #FFF;
                padding: 10px 40px;
                background-color: #C69B5B;
                border-radius: 30px;
                font-size: 24px;
            }

        #realty_details_two .realty_contact .details {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 40px;
        }

            #realty_details_two .realty_contact .details .flex_div {
                display: flex;
                flex-direction: column;
            }

            #realty_details_two .realty_contact .details .content {
                display: flex;
                align-items: center;
                margin-bottom: 15px;
            }


                #realty_details_two .realty_contact .details .content .line_img {
                    margin-left: 30px;
                    height: 50px;
                }

                #realty_details_two .realty_contact .details .content .icon_img {
                    width: auto;
                    height: 25px;
                    float: right;
                    margin-left: 20px;
                }

                #realty_details_two .realty_contact .details .content span {
                    color: #A1A1A1;
                }

            #realty_details_two .realty_contact .details .line {
                width: 1px;
                height: 180px;
                margin-right: 70px;
                background-color: #D1D1D1;
            }

            #realty_details_two .realty_contact .details .logo {
                margin-left: 40px;
            }

                #realty_details_two .realty_contact .details .logo img {
                    width: auto;
                    height: 80px;
                }






    #realty_details_two .owner_feedback {
        margin: 40px 0;
    }

        #realty_details_two .owner_feedback .title {
            margin-bottom: 30px;
        }

            #realty_details_two .owner_feedback .title h5 {
                color: #000;
                font-weight: 600;
                font-size: 20px;
            }

        #realty_details_two .owner_feedback .status_inputs {
            margin-bottom: 20px;
        }

            #realty_details_two .owner_feedback .status_inputs input[type=radio] {
                display: none;
            }

            #realty_details_two .owner_feedback .status_inputs label {
                min-width: 120px;
                padding: 7px 10px;
                border-radius: 3px;
                color: #838383;
                background-color: #f2f2f2;
                text-align: center;
                margin-left: 10px;
                cursor: pointer;
            }

                #realty_details_two .owner_feedback .status_inputs label:before {
                    content: '';
                    transition: all 0.2s;
                }

            #realty_details_two .owner_feedback .status_inputs input:checked + label {
                background: #c69b5b;
                color: #FFF;
            }



        #realty_details_two .owner_feedback .SendButton {
            margin-top: 20px;
        }

            #realty_details_two .owner_feedback .SendButton a {
                background: #c69b5b;
                display: inline-block;
                text-align: center;
                border: none;
                padding: 5px;
                width: 120px;
                border-radius: 3px;
                color: #fff;
                outline: none;
                box-shadow: none;
                transition: all 0.2s ease-in-out;
            }

                #realty_details_two .owner_feedback .SendButton a:hover {
                    background-color: #000;
                }


@media only screen and (max-width: 600px) {
    #realty_details_two .realty_detail .title h2,
    #realty_details_two .realty_contact .title h2 {
        padding: 10px 20px;
        font-size: 18px;
    }

    #realty_details_two .realty_detail .desc p {
        font-size: 14px;
    }

    #realty_details_two .data .item .image {
        margin-left: 20px;
    }

    #realty_details_two .data .item .type,
    #realty_details_two .data .item .typeIs,
    #realty_details_two .price_details .price_Num span,
    #realty_details_two .price_details .price_title h4,
    #realty_details_two .kuwait_finder .title h5,
    #realty_details_two .kuwait_finder .desc a {
        font-size: 14px;
    }

    #realty_details_two .price_details,
    #realty_details_two .kuwait_finder .desc {
        padding: 20px;
    }

    #realty_details_two .realty_Content .Marketer .Marketer_content {
        flex-direction: column;
        text-align: center;
    }

        #realty_details_two .realty_Content .Marketer .Marketer_content .image {
            width: 100px;
            height: 100px;
            margin-left: 0;
            margin-bottom: 10px;
        }

        #realty_details_two .realty_Content .Marketer .Marketer_content .titleName h4,
        #realty_details_two .realty_Content .Marketer .Marketer_content .titleName .social ul li a i {
            font-size: 18px;
        }

        #realty_details_two .realty_Content .Marketer .Marketer_content .titleName span {
            font-size: 12px;
        }

        #realty_details_two .realty_Content .Marketer .Marketer_content .titleName .social ul li a {
            width: 28px;
            height: 28px;
        }

    #realty_details_two .realty_Content .Marketer .titleInfo h5 {
        font-size: 16px;
    }

    #realty_details_two .realty_Content .Marketer .Marketer_content .arrow i {
        font-size: 25px;
    }

    #realty_details_two .realty_contact .details {
        flex-direction: column;
    }

        #realty_details_two .realty_contact .details .content .icon_img {
            height: 18px;
            margin-left: 10px;
        }

        #realty_details_two .realty_contact .details .content .line_img {
            margin-left: 20px;
            height: 30px;
        }

        #realty_details_two .realty_contact .details .line {
            display: none;
        }

        #realty_details_two .realty_contact .details .logo img {
            height: 50px;
        }

        #realty_details_two .realty_contact .details .logo {
            margin-left: 0;
            margin-top: 30px;
        }

        #realty_details_two .realty_contact .details .content span {
            font-size: 14px;
        }

    #realty_details_two .realty_images .pointsBG,
    #realty_details_two .price_details .pointsBG,
    #realty_details_two .realty_detail .pointsBG {
        left: -10px;
    }

    #realty_details_two .realty_contact .pointsBG {
        left: 0;
    }

        #realty_details_two .realty_images .pointsBG img,
        #realty_details_two .realty_contact .pointsBG img,
        #realty_details_two .price_details .pointsBG img,
        #realty_details_two .realty_detail .pointsBG img {
            height: 80px;
        }
}


@media only screen and (min-width: 601px) and (max-width: 767px) {

    #realty_details_two .realty_detail .title h2,
    #realty_details_two .realty_contact .title h2 {
        padding: 10px 30px;
        font-size: 18px;
    }

    #realty_details_two .realty_detail .desc p {
        font-size: 14px;
    }

    #realty_details_two .data .item .type,
    #realty_details_two .data .item .typeIs,
    #realty_details_two .price_details .price_Num span,
    #realty_details_two .price_details .price_title h4,
    #realty_details_two .kuwait_finder .title h5,
    #realty_details_two .kuwait_finder .desc a {
        font-size: 14px;
    }

    #realty_details_two .price_details,
    #realty_details_two .kuwait_finder .desc {
        padding: 20px;
    }

    #realty_details_two .realty_Content .Marketer .Marketer_content {
        flex-direction: column;
        text-align: center;
    }

        #realty_details_two .realty_Content .Marketer .Marketer_content .image {
            width: 100px;
            height: 100px;
            margin-left: 0;
            margin-bottom: 10px;
        }

        #realty_details_two .realty_Content .Marketer .Marketer_content .titleName h4,
        #realty_details_two .realty_Content .Marketer .Marketer_content .titleName .social ul li a i {
            font-size: 18px;
        }

        #realty_details_two .realty_Content .Marketer .Marketer_content .titleName span {
            font-size: 12px;
        }

        #realty_details_two .realty_Content .Marketer .Marketer_content .titleName .social ul li a {
            width: 28px;
            height: 28px;
        }

    #realty_details_two .realty_Content .Marketer .titleInfo h5 {
        font-size: 16px;
    }

    #realty_details_two .realty_Content .Marketer .Marketer_content .arrow i {
        font-size: 25px;
    }

    #realty_details_two .realty_contact .details .content .icon_img {
        height: 18px;
        margin-left: 10px;
    }

    #realty_details_two .realty_contact .details .content .line_img {
        margin-left: 20px;
        height: 30px;
    }

    #realty_details_two .realty_contact .details .line {
        display: none;
    }

    #realty_details_two .realty_contact .details .logo img {
        height: 50px;
    }

    #realty_details_two .realty_contact .details .logo {
        margin-left: 0;
    }

    #realty_details_two .realty_contact .details .content span {
        font-size: 14px;
    }

    #realty_details_two .realty_images .pointsBG,
    #realty_details_two .price_details .pointsBG,
    #realty_details_two .realty_detail .pointsBG {
        left: -10px;
    }

    #realty_details_two .realty_contact .pointsBG {
        left: 0;
    }

        #realty_details_two .realty_images .pointsBG img,
        #realty_details_two .realty_contact .pointsBG img,
        #realty_details_two .price_details .pointsBG img,
        #realty_details_two .realty_detail .pointsBG img {
            height: 80px;
        }
}




@media only screen and (min-width: 768px) and (max-width: 991px) {


    #realty_details_two .realty_detail .title h2,
    #realty_details_two .realty_contact .title h2 {
        padding: 10px 30px;
        font-size: 18px;
    }

    #realty_details_two .realty_detail .desc p {
        font-size: 14px;
    }

    #realty_details_two .data .item .image {
        margin-left: 10px;
    }

    #realty_details_two .data .item .type,
    #realty_details_two .data .item .typeIs,
    #realty_details_two .price_details .price_Num span,
    #realty_details_two .price_details .price_title h4,
    #realty_details_two .kuwait_finder .title h5,
    #realty_details_two .kuwait_finder .desc a {
        font-size: 14px;
    }

    #realty_details_two .price_details,
    #realty_details_two .kuwait_finder .desc {
        padding: 20px;
    }

    #realty_details_two .realty_Content .Marketer .Marketer_content {
        flex-direction: column;
        text-align: center;
    }

        #realty_details_two .realty_Content .Marketer .Marketer_content .image {
            width: 100px;
            height: 100px;
            margin-left: 0;
            margin-bottom: 10px;
        }

        #realty_details_two .realty_Content .Marketer .Marketer_content .titleName h4,
        #realty_details_two .realty_Content .Marketer .Marketer_content .titleName .social ul li a i {
            font-size: 18px;
        }

        #realty_details_two .realty_Content .Marketer .Marketer_content .titleName span {
            font-size: 12px;
        }

        #realty_details_two .realty_Content .Marketer .Marketer_content .titleName .social ul li a {
            width: 28px;
            height: 28px;
        }

    #realty_details_two .realty_Content .Marketer .titleInfo h5 {
        font-size: 16px;
    }

    #realty_details_two .realty_Content .Marketer .Marketer_content .arrow i {
        font-size: 25px;
    }

    #realty_details_two .realty_contact .details .content .icon_img {
        height: 18px;
        margin-left: 10px;
    }

    #realty_details_two .realty_contact .details .content .line_img {
        margin-left: 20px;
        height: 30px;
    }

    #realty_details_two .realty_contact .details .line {
        height: 145px;
    }

    #realty_details_two .realty_contact .details .logo img {
        height: 60px;
    }

    #realty_details_two .realty_contact .details .content span {
        font-size: 14px;
    }

    #realty_details_two .realty_images .pointsBG,
    #realty_details_two .price_details .pointsBG,
    #realty_details_two .realty_detail .pointsBG {
        left: -10px;
    }

    #realty_details_two .realty_contact .pointsBG {
        left: 0;
    }

        #realty_details_two .realty_images .pointsBG img,
        #realty_details_two .realty_contact .pointsBG img,
        #realty_details_two .price_details .pointsBG img,
        #realty_details_two .realty_detail .pointsBG img {
            height: 80px;
        }
}
