body {
    font-family: 'Poppins', sans-serif;
    background: #ffffff;
}
.container1 {
	z-index:1;display: flex;
    align-items: center;
    justify-content: center;
    margin:0px auto;
}
 .search-box	{
	z-index:1;display: flex;
    align-items: center;
    justify-content: center;
}


.tag { 
    text-align:center;
	margin:0px auto;
	z-index:20;
	margin-top:-20px;
    width:60%;
	height:100px;
    position:absolute;
    background:#ffffff;
    border-radius:20px 20px 0px 0px; 
    -moz-border-radius:20px 20px 0px 0px; 
    -webkit-border-radius:20px 20px 0px 0px;   
}
.center {
  display: block;
 margin-top:-30px;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}
.property-item  {
	background-color:white;
	box-shadow: 0px 1px 3px #d4d4d4;
	margin-bottom:30px;
    -webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 55px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.property-content  { padding:0px;}

.property-content  a { color:#2a2a2a; }
.property-content  a:hover { color:#efb112; }

.property-img {
	max-width:100%;
	margin-bottom:15px;
	height:150px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 55px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

.property-img-link {
	-webkit-transition: opacity 0.3s linear;
    -moz-transition: copacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
	height:190px;
}

.property-img-link:hover { opacity:0.8; }

/*width:15%;*/
.logo-width{width:200px;margin-top:10px;}
@media (max-width : 320px) {
    .logo-width{width:25%;margin-top:10px;}
}
@media only screen and (max-width: 600px) {
  .logo-width{width:5%;margin-top:10px;}
}


    



 .form-control {

        border-color: #efefef;
        background: #ffffff;
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075) inset, 0px 0px 0px rgba(255, 100, 255, 0.5);

    }
.form-control:focus {

        border-color: #efefef;
        background: #ffffff;
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075) inset, 0px 0px 0px rgba(255, 100, 255, 0.5);

    }
.rounded-input { 
    border-radius:15px 0px 0px 15px; 
    -moz-border-radius:15px 0px 0px 15px; 
    -webkit-border-radius:15px 0px 0px 15px;   
}
.rounded-TR { 
    border-radius:15px 0px 0px 15px; 
    -moz-border-radius:15px 0px 0px 15px; 
    -webkit-border-radius:15px 0px 0px 15px; 
     color:#669900;
     background:#ffffff;
}


















