MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 18.219.209.144
Web Server : Apache
System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
User : ppcad7no ( 715)
PHP Version : 8.2.25
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0750) :  /home2/ppcad7no/uttamnagarproperties.com/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/uttamnagarproperties.com/user-detail.php
<?php include("uttam-header.php");?>
<!-- .site-header -->
<?php 
$usermainID = $_REQUEST['userID'];
$profileSql = db_query("select * from tbl_registration where 1 and reg_id='$usermainID'");
 if(mysqli_num_rows($profileSql)>0){
	 $USERDATA = mysqli_fetch_array($profileSql);
 }
?>
<!-- .site-header -->
<div class="page-head " style="background: url(images/banner.jpg) #494c53 no-repeat center top;  background-size: cover;">
    <div class="container">
        <div class="page-head-content">
            <h1 class="page-title"><span><?=$USERDATA['reg_display_name']?></span></h1>
        </div>
    </div>
</div>
<!-- .page-head -->
<div id="content-wrapper" class="site-content-wrapper site-pages">
    <div id="content" class="site-content layout-boxed">
        <div class="container">
            <div class="row">
                <div class="col-xs-12 site-main-content">
                    <main id="main" class="site-main">
                        <article class="agent-single-post clearfix hentry">
                            <div class="agent-content-wrapper agent-common-styles clearfix">
                                <div class="row">
                                    <div class="col-md-5 col-sm-6">
                                        <div class="inner-wrapper clearfix">
                                            <figure class="agent-image">
                                            <a href="javascript:void(0);" style="cursor:default;">
                                            <?php if($USERDATA['reg_image_name']!=''){ ?>
                                            <img src="user_image/<?=$USERDATA['reg_image_name']?>" class="img-circle" alt="<?=$USERDATA['reg_display_name']?>">
                                            <? }else{ ?>
                                            <img src="images/userprofile.png" class="img-circle" alt="<?=$USERDATA['reg_display_name']?>">
                                            <? } ?>
                                        </a>
                                            </figure>
                                            <h3 class="agent-name"><a href="javascript:void(0);" style="cursor:default;"><?=ucwords($USERDATA['reg_display_name'])?></a><span><?=$USERDATA['reg_user_type']?></span></h3>
                                            <div class="agent-social-profiles">
                                                <?php if($USERDATA['reg_twitter_url']!='' && !empty($_SESSION['RID'])){ ?>
                                        <a class="twitter" target="_blank" href="<?=$USERDATA['reg_twitter_url']?>"><i class="fa fa-twitter"></i></a>
                                        <? } ?>
                                         <?php if($USERDATA['reg_facebook_url']!='' && !empty($_SESSION['RID'])){ ?>
                                        <a class="facebook" target="_blank" href="<?=$USERDATA['reg_facebook_url']?>"><i class="fa fa-facebook"></i></a>
                                        <? } ?>
                                         <?php /* if($USERDATA['reg_google_url']!=''){ ?>
                                        <a class="gplus" target="_blank" href="<?=$USERDATA['reg_google_url']?>"><i class="fa fa-google-plus"></i></a>
                                        <? }*/ ?>
                                         <?php if($USERDATA['reg_linkdin_url']!='' && !empty($_SESSION['RID'])){ ?>
                                        <a class="linkedin" target="_blank" href="<?=$USERDATA['reg_linkdin_url']?>"><i class="fa fa-linkedin"></i></a>
                                        <? } ?>
                                            </div>
                                        </div>
                                        <ul class="agent-contacts-list">
                                            <?php if($USERDATA['reg_office_no']!='' && !empty($_SESSION['RID'])){ ?>
                                    <li class="office">
                                        <svg xmlns="http://www.w3.org/2000/svg" class="contacts-icon-container" width="24" height="24" viewBox="0 0 24 24">
                                            <path class="contacts-icon" fill-rule="evenodd" clip-rule="evenodd" fill="#0080BC" d="M1.027 4.846l-.018.37.01.181c.068 9.565 7.003 17.42 15.919 18.48.338.075 1.253.129 1.614.129.359 0 .744-.021 1.313-.318.328-.172.448-.688.308-1.016-.227-.528-.531-.578-.87-.625-.435-.061-.905 0-1.521 0-1.859 0-3.486-.835-4.386-1.192l.002.003-.076-.034c-.387-.156-.696-.304-.924-.422-3.702-1.765-6.653-4.943-8.186-8.896-.258-.568-1.13-2.731-1.152-6.009h.003l-.022-.223c0-1.727 1.343-3.128 2.999-3.128 1.658 0 3.001 1.401 3.001 3.128 0 1.56-1.096 2.841-2.526 3.079l.001.014c-.513.046-.914.488-.914 1.033 0 .281.251 1.028.251 1.028.015 0 .131.188.119.188-.194-.539 1.669 5.201 7.021 7.849-.001.011.636.309.636.309.47.3 1.083.145 1.37-.347.09-.151.133-.32.14-.488.356-1.306 1.495-2.271 2.863-2.271 1.652 0 2.991 1.398 2.991 3.12 0 .346-.066.671-.164.981-.3.594-.412 1.21.077 1.699.769.769 1.442-.144 1.442-.144.408-.755.643-1.625.643-2.554 0-2.884-2.24-5.222-5.007-5.222-1.947 0-3.633 1.164-4.46 2.858-2.536-1.342-4.556-3.59-5.656-6.344 1.848-.769 3.154-2.647 3.154-4.849 0-2.884-2.241-5.222-5.007-5.222-2.41 0-4.422 1.777-4.897 4.144l-.091.711z"/>
                                        </svg>
                                        <span>Office:</span><?=$USERDATA['reg_office_no']?>
                                    </li>
                                    <? } ?>
                                     <?php if($USERDATA['reg_mobile_no']!='' && !empty($_SESSION['RID'])){ ?>
                                    <li class="mobile">
                                        <svg xmlns="http://www.w3.org/2000/svg" class="contacts-icon-container" width="24" height="24" viewBox="0 0 24 24">
                                            <path class="contacts-icon" fill-rule="evenodd" clip-rule="evenodd" fill="#0DBAE8" d="M17.001 23.999h-10.001c-1.657 0-3-1.343-3-2.999v-18c0-1.656 1.343-3 3-3h10.001c1.655 0 2.999 1.344 2.999 3v18c0 1.656-1.344 2.999-2.999 2.999zm.999-19.999c0-1.105-.896-2-2-2h-8c-1.105 0-2 .896-2 2v16c0 1.104.895 2 2 2h8c1.104 0 2-.896 2-2v-16zm-4 1h-4c-.552 0-1-.447-1-1 0-.552.448-1 1-1h4c.553 0 1.001.448 1.001 1 0 .553-.448 1-1.001 1zm-2 13c1.105 0 2 .672 2 1.499 0 .829-.895 1.501-2 1.501s-2-.672-2-1.501c0-.827.895-1.499 2-1.499z"/>
                                        </svg>
                                        <span>Mobile:</span><?=$USERDATA['reg_mobile_no']?>
                                    </li>
                                    <? } ?>
                                     <?php if($USERDATA['reg_fax']!='' && !empty($_SESSION['RID'])){ ?>
                                    <li class="fax">
                                        <svg xmlns="http://www.w3.org/2000/svg" class="contacts-icon-container" width="24" height="24" viewBox="0 0 24 24">
                                            <path class="fax-fill-one" d="M6 20c0 1.105.896 2 2 2h8c1.104 0 2-.895 2-2v-8h-12v8zm2-6h8v2h-8v-2zm0 4h8v2h-8v-2zM17 2h-10c-1.104 0-2 .896-2 2v3h14v-3c0-1.105-.896-2-2-2z" fill="none"/>
                                            <circle cx="21" cy="11" r="1" fill="none"/>
                                            <path class="fax-fill-two" fill="#0080bc" d="M21.999 7h-.999v-5c0-1.105-.896-2-2-2h-14c-1.104 0-2 .895-2 2v5h-.999c-1.105 0-2 .896-2 2.001v7.999c0 1.104.895 2 2 2h.999v3c0 1.105.896 2 2 2h14c1.104 0 2-.895 2-2v-3h.999c1.104 0 2-.896 2-2v-7.999c0-1.105-.895-2.001-2-2.001zm-3.999 13c0 1.105-.896 2-2 2h-8c-1.104 0-2-.895-2-2v-8h12v8zm1-13h-14v-3c0-1.104.896-2 2-2h10c1.104 0 2 .895 2 2v3zm2 4.999c-.553 0-1-.448-1-1 0-.551.447-.999 1-.999s.999.448.999.999c0 .552-.446 1-.999 1zM8 14h8v2h-8zM8 18h8v2h-8z"/>
                                        </svg>
                                        <span>Fax:</span><?=$USERDATA['reg_fax']?>
                                    </li>
                                    <? } ?>
                                     <?php if($USERDATA['reg_address']!='' && !empty($_SESSION['RID'])){ ?>
                                    <li class="map-pin">
                                        <svg xmlns="http://www.w3.org/2000/svg" class="contacts-icon-container" width="40" height="40" viewBox="0 0 24 24">
                                            <path class="contacts-icon" fill-rule="evenodd" clip-rule="evenodd" fill="#000000" d="M12 23.999c.048 0-8-11.582-8-15.999 0-4.419 3.581-8 8-8s8 3.581 8 8c0 4.417-8.084 15.999-8 15.999zm0-19.001c-1.658 0-3.002 1.345-3.002 3.002 0 1.657 1.344 3.002 3.002 3.002 1.657 0 3.002-1.345 3.002-3.002 0-1.658-1.345-3.002-3.002-3.002z"/>
                                        </svg>
                                        <?=$USERDATA['reg_address']?>, <?=$USERDATA['reg_city']?>, <?=$USERDATA['reg_state']?>, <?=$USERDATA['reg_country']?> - <?=$USERDATA['reg_zip_code']?>
                                    </li>
                                    <?}?>
                                        </ul>
                                    </div>
                                    <div class="col-md-7 col-sm-6">
                                        <div class="agent-contact-form">
                                            <h3 class="agent-contact-form-title">Contact Agent</h3>
                                            <form id="agent-contact-form" class="contact-form-small" method="post" action="send_mail.php" novalidate>
                                                <div class="row">
                                                    <div class="col-sm-6 left-field">
                                                        <input type="text" name="name" placeholder="Name" class="required" title="* Please provide your name">
                                                    </div>
                                                    <div class="col-sm-6 right-field">
                                                        <input type="text" name="email" placeholder="Email" class="email required" title="* Please provide valid email address">
                                                    </div>
                                                </div>
                                                <textarea name="message" class="required" placeholder="Message" title="* Please provide your message"></textarea>
                                                <input type="submit" id="submit-button" name="submit" class="btn-default btn-round" value="Send Message">
                                                <img src="images/ajax-loader.gif" id="ajax-loader" alt="Loading...">
                                            </form>
                                            <div id="error-container"></div>
                                            <div id="message-container">&nbsp;</div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <div class="entry-content clearfix">
                               <?php if($USERDATA['reg_user_description']!='' && !empty($_SESSION['RID'])){ ?>
                                <p><?=$USERDATA['reg_user_description']?></p>
                                <? } ?>
                            </div>
                        </article>
                        <!-- .agent-single-post -->
                        <?php
						$proUsrSellSql = db_query("select * from tbl_posted_properties where 1 and posted_properties_user_id='".$USERDATA['reg_id']."' and posted_properties_rent_sale='For Sale'");
					     if(mysqli_num_rows($proUsrSellSql)>0){
						  ?>
                        <h3 class="agent-properties-list-heading" style="margin-top:40px;">Properties for Sale by
                            <span class="property-posted-by"><?=$USERDATA['reg_display_name']?></span>
                        </h3>
                        <?php 
						  $i=0;
						  while($SELLDATA = mysqli_fetch_array($proUsrSellSql)){
							  $i++;
							  ?>
                        <article class="property-listing-simple property-listing-simple-1 <?php if($i%2==0){ ?>listing-post-even<? }else{ ?>listing-post-odd<? } ?> hentry clearfix">
                            <div class="property-thumbnail col-sm-4 zero-horizontal-padding">
                                <div class="gallery-slider-two flexslider">
                                    <ul class="slides">
                                    <?php 
					  $slideSql = db_query("select * from tbl_properties_image where 1 and properties_image_property_id='".$SELLDATA['posted_properties_id']."'");
					  if(mysqli_num_rows($slideSql)>0){
						  while($SLIDEDATA = mysqli_fetch_array($slideSql)){
							  ?>
                                    
                                        <li>
                                            <a title="<?=$SELLDATA['posted_properties_title']?>" href="property-detail.php?main_property_id=<?=$SELLDATA['posted_properties_id'];?>">
                                                <img class="img-responsive" style="height:311px;" src="property_image/<?=$SLIDEDATA['properties_image_name']?>" alt="<?=$SELLDATA['posted_properties_title']?>">
                                            </a>
                                        </li>
                                       <? }} ?> 
                                        
                                    </ul>
                                </div>
                            </div>
                            <!-- .property-thumbnail -->
                            <div class="title-and-meta col-sm-8">
                                <header class="entry-header">
                                    <h3 class="entry-title"><a href="property-detail.php?main_property_id=<?=$SELLDATA['posted_properties_id'];?>" rel="bookmark"><?=$SELLDATA['posted_properties_title']?></a></h3>
                                    <div class="price-wrapper hidden-lg">
                                        <span class="price"><i class="fa fa-inr"></i> <?=$SELLDATA['posted_properties_price']?> <?=$SELLDATA['posted_properties_price_postfix']?></span>
                                       
                                    </div>
                                    <p class="property-address visible-lg">
                                        <i class="fa fa-map-marker"></i><?=$SELLDATA['posted_properties_address']?>
                                    </p>
                                </header>
                                <div class="property-meta entry-meta clearfix">
                                    <div class="meta-item">
                                        <i class="meta-item-icon icon-area">
                                            <svg xmlns="http://www.w3.org/2000/svg" class="meta-icon-container" width="30" height="30" viewBox="0 0 48 48">
                                                <path class="meta-icon" fill="#0DBAE8" d="M46 16v-12c0-1.104-.896-2.001-2-2.001h-12c0-1.103-.896-1.999-2.002-1.999h-11.997c-1.105 0-2.001.896-2.001 1.999h-12c-1.104 0-2 .897-2 2.001v12c-1.104 0-2 .896-2 2v11.999c0 1.104.896 2 2 2v12.001c0 1.104.896 2 2 2h12c0 1.104.896 2 2.001 2h11.997c1.106 0 2.002-.896 2.002-2h12c1.104 0 2-.896 2-2v-12.001c1.104 0 2-.896 2-2v-11.999c0-1.104-.896-2-2-2zm-4.002 23.998c0 1.105-.895 2.002-2 2.002h-31.998c-1.105 0-2-.896-2-2.002v-31.999c0-1.104.895-1.999 2-1.999h31.998c1.105 0 2 .895 2 1.999v31.999zm-5.623-28.908c-.123-.051-.256-.078-.387-.078h-11.39c-.563 0-1.019.453-1.019 1.016 0 .562.456 1.017 1.019 1.017h8.935l-20.5 20.473v-8.926c0-.562-.455-1.017-1.018-1.017-.564 0-1.02.455-1.02 1.017v11.381c0 .562.455 1.016 1.02 1.016h11.39c.562 0 1.017-.454 1.017-1.016 0-.563-.455-1.019-1.017-1.019h-8.933l20.499-20.471v8.924c0 .563.452 1.018 1.018 1.018.561 0 1.016-.455 1.016-1.018v-11.379c0-.132-.025-.264-.076-.387-.107-.249-.304-.448-.554-.551z"/>
                                            </svg>
                                        </i>
                                        <div class="meta-inner-wrapper">
                                            <span class="meta-item-label">Area</span>
                                           <span class="meta-item-value"><?=$SELLDATA['posted_properties_area']?><sub class="meta-item-unit"><?=$SELLDATA['posted_properties_area_postfix']?></sub></span>
                                        </div>
                                    </div>
                                    <div class="meta-item">
                                        <i class="meta-item-icon icon-bed">
                                            <svg xmlns="http://www.w3.org/2000/svg" class="meta-icon-container" width="30" height="30" viewBox="0 0 48 48">
                                                <path class="meta-icon" fill="#0DBAE8" d="M21 48.001h-19c-1.104 0-2-.896-2-2v-31c0-1.104.896-2 2-2h19c1.106 0 2 .896 2 2v31c0 1.104-.895 2-2 2zm0-37.001h-19c-1.104 0-2-.895-2-1.999v-7.001c0-1.104.896-2 2-2h19c1.106 0 2 .896 2 2v7.001c0 1.104-.895 1.999-2 1.999zm25 37.001h-19c-1.104 0-2-.896-2-2v-31c0-1.104.896-2 2-2h19c1.104 0 2 .896 2 2v31c0 1.104-.896 2-2 2zm0-37.001h-19c-1.104 0-2-.895-2-1.999v-7.001c0-1.104.896-2 2-2h19c1.104 0 2 .896 2 2v7.001c0 1.104-.896 1.999-2 1.999z"/>
                                            </svg>
                                        </i>
                                        <div class="meta-inner-wrapper">
                                            <span class="meta-item-label">Bedrooms</span>
                                            <span class="meta-item-value"><?=$SELLDATA['posted_properties_bedrooms']?></span>
                                        </div>
                                    </div>
                                    <div class="meta-item">
                                        <i class="meta-item-icon icon-bath">
                                            <svg xmlns="http://www.w3.org/2000/svg" class="meta-icon-container" width="30" height="30" viewBox="0 0 48 48">
                                                <path class="meta-icon" fill="#0DBAE8" d="M37.003 48.016h-4v-3.002h-18v3.002h-4.001v-3.699c-4.66-1.65-8.002-6.083-8.002-11.305v-4.003h-3v-3h48.006v3h-3.001v4.003c0 5.223-3.343 9.655-8.002 11.305v3.699zm-30.002-24.008h-4.001v-17.005s0-7.003 8.001-7.003h1.004c.236 0 7.995.061 7.995 8.003l5.001 4h-14l5-4-.001.01.001-.009s.938-4.001-3.999-4.001h-1s-4 0-4 3v17.005000000000003h-.001z"/>
                                            </svg>
                                        </i>
                                        <div class="meta-inner-wrapper">
                                            <span class="meta-item-label">Bathrooms</span>
                                            <span class="meta-item-value"><?=$SELLDATA['posted_properties_bathrooms']?></span>
                                        </div>
                                    </div>
                                    <div class="meta-item">
                                        <i class="meta-item-icon icon-garage">
                                            <svg xmlns="http://www.w3.org/2000/svg" class="meta-icon-container" width="30" height="30" viewBox="0 0 48 48">
                                                <path class="meta-icon" fill="#0DBAE8" d="M44 0h-40c-2.21 0-4 1.791-4 4v44h6v-40c0-1.106.895-2 2-2h31.999c1.106 0 2.001.895 2.001 2v40h6v-44c0-2.209-1.792-4-4-4zm-36 8.001h31.999v2.999h-31.999zm0 18h6v5.999h-2c-1.104 0-2 .896-2 2.001v6.001c0 1.103.896 1.998 2 1.998h2v2.001c0 1.104.896 2 2 2s2-.896 2-2v-2.001h11.999v2.001c0 1.104.896 2 2.001 2 1.104 0 2-.896 2-2v-2.001h2c1.104 0 2-.895 2-1.998v-6.001c0-1.105-.896-2.001-2-2.001h-2v-5.999h5.999v-3h-31.999v3zm8 12.999c-1.104 0-2-.895-2-1.999s.896-2 2-2 2 .896 2 2-.896 1.999-2 1.999zm10.5 2h-5c-.276 0-.5-.225-.5-.5 0-.273.224-.498.5-.498h5c.275 0 .5.225.5.498 0 .275-.225.5-.5.5zm1-2h-7c-.275 0-.5-.225-.5-.5s.226-.499.5-.499h7c.275 0 .5.224.5.499s-.225.5-.5.5zm-6.5-2.499c0-.276.224-.5.5-.5h5c.275 0 .5.224.5.5s-.225.5-.5.5h-5c-.277 0-.5-.224-.5-.5zm11 2.499c-1.104 0-2.001-.895-2.001-1.999s.896-2 2.001-2c1.104 0 2 .896 2 2s-.896 1.999-2 1.999zm0-12.999v5.999h-16v-5.999h16zm-24-13.001h31.999v3h-31.999zm0 5h31.999v3h-31.999z"/>
                                            </svg>
                                        </i>
                                        <div class="meta-inner-wrapper">
                                            <span class="meta-item-label">Garages</span>
                                            <span class="meta-item-value"><?=$SELLDATA['posted_properties_garage']?></span>
                                        </div>
                                    </div>
                                    <div class="meta-item">
                                        <i class="meta-item-icon icon-ptype">
                                            <svg xmlns="http://www.w3.org/2000/svg" class="meta-icon-container" width="30" height="30" viewBox="0 0 48 48">
                                                <path class="meta-icon" fill-rule="evenodd" clip-rule="evenodd" fill="#0DBAE8" d="M24 48.001c-13.255 0-24-10.745-24-24.001 0-13.254 10.745-24 24-24s24 10.746 24 24c0 13.256-10.745 24.001-24 24.001zm10-27.001l-10-8-10 8v11c0 1.03.888 2.001 2 2.001h3.999v-9h8.001v9h4c1.111 0 2-.839 2-2.001v-11z"/>
                                            </svg>
                                        </i>
                                        <div class="meta-inner-wrapper">
                                            <span class="meta-item-label">Type</span>
                                            <span class="meta-item-value"><?=$SELLDATA['posted_properties_type_parent']?> <?=$SELLDATA['posted_properties_type_child']?></span>
                                        </div>
                                    </div>
                                    <div class="meta-item">
                                        <i class="meta-item-icon icon-tag">
                                            <svg xmlns="http://www.w3.org/2000/svg" class="meta-icon-container" width="30" height="30" viewBox="0 0 48 48">
                                                <path class="meta-icon" fill-rule="evenodd" clip-rule="evenodd" fill="#0DBAE8" d="M47.199 24.176l-23.552-23.392c-.504-.502-1.174-.778-1.897-.778l-19.087.09c-.236.003-.469.038-.696.1l-.251.1-.166.069c-.319.152-.564.321-.766.529-.497.502-.781 1.196-.778 1.907l.092 19.124c.003.711.283 1.385.795 1.901l23.549 23.389c.221.218.482.393.779.523l.224.092c.26.092.519.145.78.155l.121.009h.012c.239-.003.476-.037.693-.098l.195-.076.2-.084c.315-.145.573-.319.791-.539l18.976-19.214c.507-.511.785-1.188.781-1.908-.003-.72-.287-1.394-.795-1.899zm-35.198-9.17c-1.657 0-3-1.345-3-3 0-1.657 1.343-3 3-3 1.656 0 2.999 1.343 2.999 3 0 1.656-1.343 3-2.999 3z"/>
                                            </svg>
                                        </i>
                                        <div class="meta-inner-wrapper">
                                            <span class="meta-item-label">Status</span>
                                            <span class="meta-item-value"><?=$SELLDATA['posted_properties_rent_sale']?></span>
                                        </div>
                                    </div>
                                </div>
                                <!-- .property-meta -->
                                <a class="btn-default visible-md-inline-block" href="property-detail.php?main_property_id=<?=$SELLDATA['posted_properties_id'];?>">Show Details<i class="fa fa-angle-right"></i></a>
                            </div>
                            <!-- .title-and-meta -->
                            <div class="property-description visible-lg">
                                <h4 class="title-heading">Description</h4>
                                <?php $descPro = $SELLDATA['posted_properties_description'];
								  $showDesc = substr($descPro,0,65);?>
                                <p><?=$showDesc?>…</p>
                                <div class="price-wrapper">
                                    <span class="prefix-text">Price</span><span class="price"><i class="fa fa-inr"></i> <?=$SELLDATA['posted_properties_price']?> <?=$SELLDATA['posted_properties_price_postfix']?></span>
                                </div>
                                <a class="btn-default" href="property-detail.php?main_property_id=<?=$SELLDATA['posted_properties_id'];?>">Show Details<i class="fa fa-angle-right"></i></a>
                            </div>
                            <!-- .property-description -->
                        </article>
                        <? }} ?>
                        
                        
                        <h3 class="agent-properties-list-heading" style="margin-top:50px;">Properties for Rent by
                            <span class="property-posted-by"><?=$USERDATA['reg_display_name']?></span>
                        </h3>
                        <?php 
					  $proUsrSql = db_query("select * from tbl_posted_properties where 1 and posted_properties_user_id='".$USERDATA['reg_id']."' and posted_properties_rent_sale='For Rent'");
					  if(mysqli_num_rows($proUsrSql)>0){
						  $i=0;
						  while($PROUSRDATA = mysqli_fetch_array($proUsrSql)){
							  $i++;
							  ?>
                        <article class="property-listing-simple property-listing-simple-1 <?php if($i%2==0){ ?>listing-post-even<? }else{ ?>listing-post-odd<? } ?> hentry clearfix">
                            <div class="property-thumbnail col-sm-4 zero-horizontal-padding">
                                <div class="gallery-slider-two flexslider">
                                    <ul class="slides">
                                    <?php 
					  $slideSql = db_query("select * from tbl_properties_image where 1 and properties_image_property_id='".$PROUSRDATA['posted_properties_id']."'");
					  if(mysqli_num_rows($slideSql)>0){
						  while($SLIDEDATA = mysqli_fetch_array($slideSql)){
							  ?>
                                    
                                        <li>
                                            <a title="<?=$PROUSRDATA['posted_properties_title']?>" href="property-detail.php?main_property_id=<?=$PROUSRDATA['posted_properties_id'];?>">
                                                <img class="img-responsive" style="height:311px;" src="property_image/<?=$SLIDEDATA['properties_image_name']?>" alt="<?=$PROUSRDATA['posted_properties_title']?>">
                                            </a>
                                        </li>
                                       <? }} ?> 
                                        
                                    </ul>
                                </div>
                            </div>
                            <!-- .property-thumbnail -->
                            <div class="title-and-meta col-sm-8">
                                <header class="entry-header">
                                    <h3 class="entry-title"><a href="property-detail.php?main_property_id=<?=$PROUSRDATA['posted_properties_id'];?>" rel="bookmark"><?=$PROUSRDATA['posted_properties_title']?></a></h3>
                                    <div class="price-wrapper hidden-lg">
                                        <span class="price"><i class="fa fa-inr"></i> <?=$PROUSRDATA['posted_properties_price']?> <?=$PROUSRDATA['posted_properties_price_postfix']?></span>
                                       
                                    </div>
                                    <p class="property-address visible-lg">
                                        <i class="fa fa-map-marker"></i><?=$PROUSRDATA['posted_properties_address']?>
                                    </p>
                                </header>
                                <div class="property-meta entry-meta clearfix">
                                    <div class="meta-item">
                                        <i class="meta-item-icon icon-area">
                                            <svg xmlns="http://www.w3.org/2000/svg" class="meta-icon-container" width="30" height="30" viewBox="0 0 48 48">
                                                <path class="meta-icon" fill="#0DBAE8" d="M46 16v-12c0-1.104-.896-2.001-2-2.001h-12c0-1.103-.896-1.999-2.002-1.999h-11.997c-1.105 0-2.001.896-2.001 1.999h-12c-1.104 0-2 .897-2 2.001v12c-1.104 0-2 .896-2 2v11.999c0 1.104.896 2 2 2v12.001c0 1.104.896 2 2 2h12c0 1.104.896 2 2.001 2h11.997c1.106 0 2.002-.896 2.002-2h12c1.104 0 2-.896 2-2v-12.001c1.104 0 2-.896 2-2v-11.999c0-1.104-.896-2-2-2zm-4.002 23.998c0 1.105-.895 2.002-2 2.002h-31.998c-1.105 0-2-.896-2-2.002v-31.999c0-1.104.895-1.999 2-1.999h31.998c1.105 0 2 .895 2 1.999v31.999zm-5.623-28.908c-.123-.051-.256-.078-.387-.078h-11.39c-.563 0-1.019.453-1.019 1.016 0 .562.456 1.017 1.019 1.017h8.935l-20.5 20.473v-8.926c0-.562-.455-1.017-1.018-1.017-.564 0-1.02.455-1.02 1.017v11.381c0 .562.455 1.016 1.02 1.016h11.39c.562 0 1.017-.454 1.017-1.016 0-.563-.455-1.019-1.017-1.019h-8.933l20.499-20.471v8.924c0 .563.452 1.018 1.018 1.018.561 0 1.016-.455 1.016-1.018v-11.379c0-.132-.025-.264-.076-.387-.107-.249-.304-.448-.554-.551z"/>
                                            </svg>
                                        </i>
                                        <div class="meta-inner-wrapper">
                                            <span class="meta-item-label">Area</span>
                                           <span class="meta-item-value"><?=$PROUSRDATA['posted_properties_area']?><sub class="meta-item-unit"><?=$PROUSRDATA['posted_properties_area_postfix']?></sub></span>
                                        </div>
                                    </div>
                                    <div class="meta-item">
                                        <i class="meta-item-icon icon-bed">
                                            <svg xmlns="http://www.w3.org/2000/svg" class="meta-icon-container" width="30" height="30" viewBox="0 0 48 48">
                                                <path class="meta-icon" fill="#0DBAE8" d="M21 48.001h-19c-1.104 0-2-.896-2-2v-31c0-1.104.896-2 2-2h19c1.106 0 2 .896 2 2v31c0 1.104-.895 2-2 2zm0-37.001h-19c-1.104 0-2-.895-2-1.999v-7.001c0-1.104.896-2 2-2h19c1.106 0 2 .896 2 2v7.001c0 1.104-.895 1.999-2 1.999zm25 37.001h-19c-1.104 0-2-.896-2-2v-31c0-1.104.896-2 2-2h19c1.104 0 2 .896 2 2v31c0 1.104-.896 2-2 2zm0-37.001h-19c-1.104 0-2-.895-2-1.999v-7.001c0-1.104.896-2 2-2h19c1.104 0 2 .896 2 2v7.001c0 1.104-.896 1.999-2 1.999z"/>
                                            </svg>
                                        </i>
                                        <div class="meta-inner-wrapper">
                                            <span class="meta-item-label">Bedrooms</span>
                                            <span class="meta-item-value"><?=$PROUSRDATA['posted_properties_bedrooms']?></span>
                                        </div>
                                    </div>
                                    <div class="meta-item">
                                        <i class="meta-item-icon icon-bath">
                                            <svg xmlns="http://www.w3.org/2000/svg" class="meta-icon-container" width="30" height="30" viewBox="0 0 48 48">
                                                <path class="meta-icon" fill="#0DBAE8" d="M37.003 48.016h-4v-3.002h-18v3.002h-4.001v-3.699c-4.66-1.65-8.002-6.083-8.002-11.305v-4.003h-3v-3h48.006v3h-3.001v4.003c0 5.223-3.343 9.655-8.002 11.305v3.699zm-30.002-24.008h-4.001v-17.005s0-7.003 8.001-7.003h1.004c.236 0 7.995.061 7.995 8.003l5.001 4h-14l5-4-.001.01.001-.009s.938-4.001-3.999-4.001h-1s-4 0-4 3v17.005000000000003h-.001z"/>
                                            </svg>
                                        </i>
                                        <div class="meta-inner-wrapper">
                                            <span class="meta-item-label">Bathrooms</span>
                                            <span class="meta-item-value"><?=$PROUSRDATA['posted_properties_bathrooms']?></span>
                                        </div>
                                    </div>
                                    <div class="meta-item">
                                        <i class="meta-item-icon icon-garage">
                                            <svg xmlns="http://www.w3.org/2000/svg" class="meta-icon-container" width="30" height="30" viewBox="0 0 48 48">
                                                <path class="meta-icon" fill="#0DBAE8" d="M44 0h-40c-2.21 0-4 1.791-4 4v44h6v-40c0-1.106.895-2 2-2h31.999c1.106 0 2.001.895 2.001 2v40h6v-44c0-2.209-1.792-4-4-4zm-36 8.001h31.999v2.999h-31.999zm0 18h6v5.999h-2c-1.104 0-2 .896-2 2.001v6.001c0 1.103.896 1.998 2 1.998h2v2.001c0 1.104.896 2 2 2s2-.896 2-2v-2.001h11.999v2.001c0 1.104.896 2 2.001 2 1.104 0 2-.896 2-2v-2.001h2c1.104 0 2-.895 2-1.998v-6.001c0-1.105-.896-2.001-2-2.001h-2v-5.999h5.999v-3h-31.999v3zm8 12.999c-1.104 0-2-.895-2-1.999s.896-2 2-2 2 .896 2 2-.896 1.999-2 1.999zm10.5 2h-5c-.276 0-.5-.225-.5-.5 0-.273.224-.498.5-.498h5c.275 0 .5.225.5.498 0 .275-.225.5-.5.5zm1-2h-7c-.275 0-.5-.225-.5-.5s.226-.499.5-.499h7c.275 0 .5.224.5.499s-.225.5-.5.5zm-6.5-2.499c0-.276.224-.5.5-.5h5c.275 0 .5.224.5.5s-.225.5-.5.5h-5c-.277 0-.5-.224-.5-.5zm11 2.499c-1.104 0-2.001-.895-2.001-1.999s.896-2 2.001-2c1.104 0 2 .896 2 2s-.896 1.999-2 1.999zm0-12.999v5.999h-16v-5.999h16zm-24-13.001h31.999v3h-31.999zm0 5h31.999v3h-31.999z"/>
                                            </svg>
                                        </i>
                                        <div class="meta-inner-wrapper">
                                            <span class="meta-item-label">Garages</span>
                                            <span class="meta-item-value"><?=$PROUSRDATA['posted_properties_garage']?></span>
                                        </div>
                                    </div>
                                    <div class="meta-item">
                                        <i class="meta-item-icon icon-ptype">
                                            <svg xmlns="http://www.w3.org/2000/svg" class="meta-icon-container" width="30" height="30" viewBox="0 0 48 48">
                                                <path class="meta-icon" fill-rule="evenodd" clip-rule="evenodd" fill="#0DBAE8" d="M24 48.001c-13.255 0-24-10.745-24-24.001 0-13.254 10.745-24 24-24s24 10.746 24 24c0 13.256-10.745 24.001-24 24.001zm10-27.001l-10-8-10 8v11c0 1.03.888 2.001 2 2.001h3.999v-9h8.001v9h4c1.111 0 2-.839 2-2.001v-11z"/>
                                            </svg>
                                        </i>
                                        <div class="meta-inner-wrapper">
                                            <span class="meta-item-label">Type</span>
                                            <span class="meta-item-value"><?=$PROUSRDATA['posted_properties_type_parent']?> <?=$PROUSRDATA['posted_properties_type_child']?></span>
                                        </div>
                                    </div>
                                    <div class="meta-item">
                                        <i class="meta-item-icon icon-tag">
                                            <svg xmlns="http://www.w3.org/2000/svg" class="meta-icon-container" width="30" height="30" viewBox="0 0 48 48">
                                                <path class="meta-icon" fill-rule="evenodd" clip-rule="evenodd" fill="#0DBAE8" d="M47.199 24.176l-23.552-23.392c-.504-.502-1.174-.778-1.897-.778l-19.087.09c-.236.003-.469.038-.696.1l-.251.1-.166.069c-.319.152-.564.321-.766.529-.497.502-.781 1.196-.778 1.907l.092 19.124c.003.711.283 1.385.795 1.901l23.549 23.389c.221.218.482.393.779.523l.224.092c.26.092.519.145.78.155l.121.009h.012c.239-.003.476-.037.693-.098l.195-.076.2-.084c.315-.145.573-.319.791-.539l18.976-19.214c.507-.511.785-1.188.781-1.908-.003-.72-.287-1.394-.795-1.899zm-35.198-9.17c-1.657 0-3-1.345-3-3 0-1.657 1.343-3 3-3 1.656 0 2.999 1.343 2.999 3 0 1.656-1.343 3-2.999 3z"/>
                                            </svg>
                                        </i>
                                        <div class="meta-inner-wrapper">
                                            <span class="meta-item-label">Status</span>
                                            <span class="meta-item-value"><?=$PROUSRDATA['posted_properties_rent_sale']?></span>
                                        </div>
                                    </div>
                                </div>
                                <!-- .property-meta -->
                                <a class="btn-default visible-md-inline-block" href="property-detail.php?main_property_id=<?=$PROUSRDATA['posted_properties_id'];?>">Show Details<i class="fa fa-angle-right"></i></a>
                            </div>
                            <!-- .title-and-meta -->
                            <div class="property-description visible-lg">
                                <h4 class="title-heading">Description</h4>
                                <?php $descPro = $PROUSRDATA['posted_properties_description'];
								  $showDesc = substr($descPro,0,65);?>
                                <p><?=$showDesc?>…</p>
                                <div class="price-wrapper">
                                    <span class="prefix-text">Price</span><span class="price"><i class="fa fa-inr"></i> <?=$PROUSRDATA['posted_properties_price']?> <?=$PROUSRDATA['posted_properties_price_postfix']?></span>
                                </div>
                                <a class="btn-default" href="property-detail.php?main_property_id=<?=$PROUSRDATA['posted_properties_id'];?>">Show Details<i class="fa fa-angle-right"></i></a>
                            </div>
                            <!-- .property-description -->
                        </article>
                        <? }} ?>
                        
                        
                        
                        
                        
                        
                        <h3 class="agent-properties-list-heading" style="margin-top:50px;">Properties for Lease by
                            <span class="property-posted-by"><?=$USERDATA['reg_display_name']?></span>
                        </h3>
                        <?php 
					  $proUsrSql = db_query("select * from tbl_posted_properties where 1 and posted_properties_user_id='".$USERDATA['reg_id']."' and posted_properties_rent_sale='For Lease'");
					  if(mysqli_num_rows($proUsrSql)>0){
						  $i=0;
						  while($PROUSRDATA = mysqli_fetch_array($proUsrSql)){
							  $i++;
							  ?>
                        <article class="property-listing-simple property-listing-simple-1 <?php if($i%2==0){ ?>listing-post-even<? }else{ ?>listing-post-odd<? } ?> hentry clearfix">
                            <div class="property-thumbnail col-sm-4 zero-horizontal-padding">
                                <div class="gallery-slider-two flexslider">
                                    <ul class="slides">
                                    <?php 
					  $slideSql = db_query("select * from tbl_properties_image where 1 and properties_image_property_id='".$PROUSRDATA['posted_properties_id']."'");
					  if(mysqli_num_rows($slideSql)>0){
						  while($SLIDEDATA = mysqli_fetch_array($slideSql)){
							  ?>
                                    
                                        <li>
                                            <a title="<?=$PROUSRDATA['posted_properties_title']?>" href="property-detail.php?main_property_id=<?=$PROUSRDATA['posted_properties_id'];?>">
                                                <img class="img-responsive" style="height:311px;" src="property_image/<?=$SLIDEDATA['properties_image_name']?>" alt="<?=$PROUSRDATA['posted_properties_title']?>">
                                            </a>
                                        </li>
                                       <? }} ?> 
                                        
                                    </ul>
                                </div>
                            </div>
                            <!-- .property-thumbnail -->
                            <div class="title-and-meta col-sm-8">
                                <header class="entry-header">
                                    <h3 class="entry-title"><a href="property-detail.php?main_property_id=<?=$PROUSRDATA['posted_properties_id'];?>" rel="bookmark"><?=$PROUSRDATA['posted_properties_title']?></a></h3>
                                    <div class="price-wrapper hidden-lg">
                                        <span class="price"><i class="fa fa-inr"></i> <?=$PROUSRDATA['posted_properties_price']?> <?=$PROUSRDATA['posted_properties_price_postfix']?></span>
                                       
                                    </div>
                                    <p class="property-address visible-lg">
                                        <i class="fa fa-map-marker"></i><?=$PROUSRDATA['posted_properties_address']?>
                                    </p>
                                </header>
                                <div class="property-meta entry-meta clearfix">
                                    <div class="meta-item">
                                        <i class="meta-item-icon icon-area">
                                            <svg xmlns="http://www.w3.org/2000/svg" class="meta-icon-container" width="30" height="30" viewBox="0 0 48 48">
                                                <path class="meta-icon" fill="#0DBAE8" d="M46 16v-12c0-1.104-.896-2.001-2-2.001h-12c0-1.103-.896-1.999-2.002-1.999h-11.997c-1.105 0-2.001.896-2.001 1.999h-12c-1.104 0-2 .897-2 2.001v12c-1.104 0-2 .896-2 2v11.999c0 1.104.896 2 2 2v12.001c0 1.104.896 2 2 2h12c0 1.104.896 2 2.001 2h11.997c1.106 0 2.002-.896 2.002-2h12c1.104 0 2-.896 2-2v-12.001c1.104 0 2-.896 2-2v-11.999c0-1.104-.896-2-2-2zm-4.002 23.998c0 1.105-.895 2.002-2 2.002h-31.998c-1.105 0-2-.896-2-2.002v-31.999c0-1.104.895-1.999 2-1.999h31.998c1.105 0 2 .895 2 1.999v31.999zm-5.623-28.908c-.123-.051-.256-.078-.387-.078h-11.39c-.563 0-1.019.453-1.019 1.016 0 .562.456 1.017 1.019 1.017h8.935l-20.5 20.473v-8.926c0-.562-.455-1.017-1.018-1.017-.564 0-1.02.455-1.02 1.017v11.381c0 .562.455 1.016 1.02 1.016h11.39c.562 0 1.017-.454 1.017-1.016 0-.563-.455-1.019-1.017-1.019h-8.933l20.499-20.471v8.924c0 .563.452 1.018 1.018 1.018.561 0 1.016-.455 1.016-1.018v-11.379c0-.132-.025-.264-.076-.387-.107-.249-.304-.448-.554-.551z"/>
                                            </svg>
                                        </i>
                                        <div class="meta-inner-wrapper">
                                            <span class="meta-item-label">Area</span>
                                           <span class="meta-item-value"><?=$PROUSRDATA['posted_properties_area']?><sub class="meta-item-unit"><?=$PROUSRDATA['posted_properties_area_postfix']?></sub></span>
                                        </div>
                                    </div>
                                    <div class="meta-item">
                                        <i class="meta-item-icon icon-bed">
                                            <svg xmlns="http://www.w3.org/2000/svg" class="meta-icon-container" width="30" height="30" viewBox="0 0 48 48">
                                                <path class="meta-icon" fill="#0DBAE8" d="M21 48.001h-19c-1.104 0-2-.896-2-2v-31c0-1.104.896-2 2-2h19c1.106 0 2 .896 2 2v31c0 1.104-.895 2-2 2zm0-37.001h-19c-1.104 0-2-.895-2-1.999v-7.001c0-1.104.896-2 2-2h19c1.106 0 2 .896 2 2v7.001c0 1.104-.895 1.999-2 1.999zm25 37.001h-19c-1.104 0-2-.896-2-2v-31c0-1.104.896-2 2-2h19c1.104 0 2 .896 2 2v31c0 1.104-.896 2-2 2zm0-37.001h-19c-1.104 0-2-.895-2-1.999v-7.001c0-1.104.896-2 2-2h19c1.104 0 2 .896 2 2v7.001c0 1.104-.896 1.999-2 1.999z"/>
                                            </svg>
                                        </i>
                                        <div class="meta-inner-wrapper">
                                            <span class="meta-item-label">Bedrooms</span>
                                            <span class="meta-item-value"><?=$PROUSRDATA['posted_properties_bedrooms']?></span>
                                        </div>
                                    </div>
                                    <div class="meta-item">
                                        <i class="meta-item-icon icon-bath">
                                            <svg xmlns="http://www.w3.org/2000/svg" class="meta-icon-container" width="30" height="30" viewBox="0 0 48 48">
                                                <path class="meta-icon" fill="#0DBAE8" d="M37.003 48.016h-4v-3.002h-18v3.002h-4.001v-3.699c-4.66-1.65-8.002-6.083-8.002-11.305v-4.003h-3v-3h48.006v3h-3.001v4.003c0 5.223-3.343 9.655-8.002 11.305v3.699zm-30.002-24.008h-4.001v-17.005s0-7.003 8.001-7.003h1.004c.236 0 7.995.061 7.995 8.003l5.001 4h-14l5-4-.001.01.001-.009s.938-4.001-3.999-4.001h-1s-4 0-4 3v17.005000000000003h-.001z"/>
                                            </svg>
                                        </i>
                                        <div class="meta-inner-wrapper">
                                            <span class="meta-item-label">Bathrooms</span>
                                            <span class="meta-item-value"><?=$PROUSRDATA['posted_properties_bathrooms']?></span>
                                        </div>
                                    </div>
                                    <div class="meta-item">
                                        <i class="meta-item-icon icon-garage">
                                            <svg xmlns="http://www.w3.org/2000/svg" class="meta-icon-container" width="30" height="30" viewBox="0 0 48 48">
                                                <path class="meta-icon" fill="#0DBAE8" d="M44 0h-40c-2.21 0-4 1.791-4 4v44h6v-40c0-1.106.895-2 2-2h31.999c1.106 0 2.001.895 2.001 2v40h6v-44c0-2.209-1.792-4-4-4zm-36 8.001h31.999v2.999h-31.999zm0 18h6v5.999h-2c-1.104 0-2 .896-2 2.001v6.001c0 1.103.896 1.998 2 1.998h2v2.001c0 1.104.896 2 2 2s2-.896 2-2v-2.001h11.999v2.001c0 1.104.896 2 2.001 2 1.104 0 2-.896 2-2v-2.001h2c1.104 0 2-.895 2-1.998v-6.001c0-1.105-.896-2.001-2-2.001h-2v-5.999h5.999v-3h-31.999v3zm8 12.999c-1.104 0-2-.895-2-1.999s.896-2 2-2 2 .896 2 2-.896 1.999-2 1.999zm10.5 2h-5c-.276 0-.5-.225-.5-.5 0-.273.224-.498.5-.498h5c.275 0 .5.225.5.498 0 .275-.225.5-.5.5zm1-2h-7c-.275 0-.5-.225-.5-.5s.226-.499.5-.499h7c.275 0 .5.224.5.499s-.225.5-.5.5zm-6.5-2.499c0-.276.224-.5.5-.5h5c.275 0 .5.224.5.5s-.225.5-.5.5h-5c-.277 0-.5-.224-.5-.5zm11 2.499c-1.104 0-2.001-.895-2.001-1.999s.896-2 2.001-2c1.104 0 2 .896 2 2s-.896 1.999-2 1.999zm0-12.999v5.999h-16v-5.999h16zm-24-13.001h31.999v3h-31.999zm0 5h31.999v3h-31.999z"/>
                                            </svg>
                                        </i>
                                        <div class="meta-inner-wrapper">
                                            <span class="meta-item-label">Garages</span>
                                            <span class="meta-item-value"><?=$PROUSRDATA['posted_properties_garage']?></span>
                                        </div>
                                    </div>
                                    <div class="meta-item">
                                        <i class="meta-item-icon icon-ptype">
                                            <svg xmlns="http://www.w3.org/2000/svg" class="meta-icon-container" width="30" height="30" viewBox="0 0 48 48">
                                                <path class="meta-icon" fill-rule="evenodd" clip-rule="evenodd" fill="#0DBAE8" d="M24 48.001c-13.255 0-24-10.745-24-24.001 0-13.254 10.745-24 24-24s24 10.746 24 24c0 13.256-10.745 24.001-24 24.001zm10-27.001l-10-8-10 8v11c0 1.03.888 2.001 2 2.001h3.999v-9h8.001v9h4c1.111 0 2-.839 2-2.001v-11z"/>
                                            </svg>
                                        </i>
                                        <div class="meta-inner-wrapper">
                                            <span class="meta-item-label">Type</span>
                                            <span class="meta-item-value"><?=$PROUSRDATA['posted_properties_type_parent']?> <?=$PROUSRDATA['posted_properties_type_child']?></span>
                                        </div>
                                    </div>
                                    <div class="meta-item">
                                        <i class="meta-item-icon icon-tag">
                                            <svg xmlns="http://www.w3.org/2000/svg" class="meta-icon-container" width="30" height="30" viewBox="0 0 48 48">
                                                <path class="meta-icon" fill-rule="evenodd" clip-rule="evenodd" fill="#0DBAE8" d="M47.199 24.176l-23.552-23.392c-.504-.502-1.174-.778-1.897-.778l-19.087.09c-.236.003-.469.038-.696.1l-.251.1-.166.069c-.319.152-.564.321-.766.529-.497.502-.781 1.196-.778 1.907l.092 19.124c.003.711.283 1.385.795 1.901l23.549 23.389c.221.218.482.393.779.523l.224.092c.26.092.519.145.78.155l.121.009h.012c.239-.003.476-.037.693-.098l.195-.076.2-.084c.315-.145.573-.319.791-.539l18.976-19.214c.507-.511.785-1.188.781-1.908-.003-.72-.287-1.394-.795-1.899zm-35.198-9.17c-1.657 0-3-1.345-3-3 0-1.657 1.343-3 3-3 1.656 0 2.999 1.343 2.999 3 0 1.656-1.343 3-2.999 3z"/>
                                            </svg>
                                        </i>
                                        <div class="meta-inner-wrapper">
                                            <span class="meta-item-label">Status</span>
                                            <span class="meta-item-value"><?=$PROUSRDATA['posted_properties_rent_sale']?></span>
                                        </div>
                                    </div>
                                </div>
                                <!-- .property-meta -->
                                <a class="btn-default visible-md-inline-block" href="property-detail.php?main_property_id=<?=$PROUSRDATA['posted_properties_id'];?>">Show Details<i class="fa fa-angle-right"></i></a>
                            </div>
                            <!-- .title-and-meta -->
                            <div class="property-description visible-lg">
                                <h4 class="title-heading">Description</h4>
                                <?php $descPro = $PROUSRDATA['posted_properties_description'];
								  $showDesc = substr($descPro,0,65);?>
                                <p><?=$showDesc?>…</p>
                                <div class="price-wrapper">
                                    <span class="prefix-text">Price</span><span class="price"><i class="fa fa-inr"></i> <?=$PROUSRDATA['posted_properties_price']?> <?=$PROUSRDATA['posted_properties_price_postfix']?></span>
                                </div>
                                <a class="btn-default" href="property-detail.php?main_property_id=<?=$PROUSRDATA['posted_properties_id'];?>">Show Details<i class="fa fa-angle-right"></i></a>
                            </div>
                            <!-- .property-description -->
                        </article>
                        <? }} ?>
                        
                        
                        
                        
                        
                        <!-- .property-listing-simple-1 -->
                    </main>
                    <!-- .site-main -->
                </div>
                <!-- .site-main-content -->
            </div>
            <!-- .row -->
        </div>
        <!-- .container -->
    </div>
    <!-- .site-content -->
</div>
<!-- .site-content-wrapper -->
<?php include("uttam-footer.php");?>

MMCT - 2023