.filter_result{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.filter_result h1,h2,h3,h4{
    color:#067900;
}
.listing-img{
    cursor:pointer;
    width:100%;
}
.listing-mainimg{
    width:100%;
}
.listing-thm{
    border:4px solid #067900;
}
.req-asterisk{
    color:#990000 !important;
}
.listing-label{
    color:#666;
    font-weight:bold;
    font-family:Verdana;
}
.listing-val{
    font-weight:bold;
    font-family:Verdana;
}
.rt-arr{
    position: absolute;
    top:0;
    right:-24px;
    height:47px;
    width:24px;
    background-size: 100% 100%;
    background-image: url(../images/green-arw.png);
}
.bnr{
    position:absolute;
    top:10px;
    left:0;
    background-color:#067900;
    width:30%;
    color:#fff;
    font-size:18px;
    padding:11px 15px;
    text-align:center;
}
.shr{
    cursor:pointer;
    position:absolute;
    top:0;
    right:0;
    background-color:#fff;
    width:80px;
    color:#067900;
    font-size:18px;
    padding:8px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.img-col{
    width:30%;
    margin-right:1%;
    display: inline-block;
}
.img-row{
    position: relative;
    background-color: #999;
    padding:20px;
}
.arrl{
    cursor:pointer;
    position:absolute;
    left:2px;
    top:50%;
    margin-top:-14px;
}
.arrr{
    cursor:pointer;
    position:absolute;
    right:2px;
    top:50%;
    margin-top:-14px;
}