.auctions-wrap{
	display:block;
	float:left;
	width:100%;
}
.auctions-wrap .breadcrumb-wrap{
	float:left;
	width:100%;
	margin: 10px 0 15px
}
.auctions-wrap .breadcrumb-wrap ul{
	margin:0;
	padding:0;
	list-style:none;
}
.auctions-wrap .breadcrumb-wrap ul li{
	float:left;
	margin:0 5px;
}
.auctions-wrap .breadcrumb-wrap ul li span{
	color:#000;
}
.auctions-wrap .breadcrumb-wrap ul li a{
	color:#000;
}
.auctions-wrap .breadcrumb-wrap ul li a:hover{
	text-decoration:none;
}
.auctions-wrap .auction-banner-slider{
	float:left;
	display:block;
	width:100%;
	margin: 0 0 15px 0;
}
.auctions-wrap .auction-banner-slider.swiper-container {
      width: 100%;
      height: 100%;
 }
.auctions-wrap .auction-banner-slider .swiper-slide img{
	width:100%;
	height:100%;
}
.auctions-wrap .search-wrap{
	float:left;
	width:100%;
	background:#f5f5f5;
	padding:5px 0;
}
.auctions-wrap .search-wrap .input-search{
	position:relative;
}
.auctions-wrap .search-wrap .input-search i.fa-bars{
	position:absolute;
	right:30px;
	top: 18px;
	font-size: 16px;
	line-height: 20px;
}
.auctions-wrap .search-wrap .input-search{
	width:100%;	
	border:2px solid #ccc ;
	height: 54px;
	border-right: none;
}
.auctions-wrap .select2-container--default .select2-selection--single{
	padding: 10px 15px;
	border-radius: 0px;
	border: none;
	height: 49px; 
}
.auctions-wrap .select2-container{
	width:100% !important;
}
.auctions-wrap .search-wrap .input-date{
	position:relative;
}
.auctions-wrap .search-wrap .input-date i.fa-chevron-down{
	position:absolute;
	right:30px;
	top: 18px;
	font-size: 16px;
	line-height: 20px;
}
.auctions-wrap .search-wrap input[type="text"]{
	width:100%;
	border:2px solid #ccc;
	padding:15px 20px;
	display:block;
	height: 54px;
	border-right: none;
}
.auctions-wrap .search-wrap input[type="date"]{
	width:100%;
	border:2px solid #ccc;
	padding:8px 20px;
	display:block;
	height: 54px;
	border-right: none;
}
.auctions-wrap .search-wrap .input-selection-rc{
	position:relative;
}
.auctions-wrap .search-wrap .input-selection-rc select{
	width:100%;
	border:2px solid #ccc;
	padding:16px 15px;
	display:block;
	height: 54px;
	border-right: none;
}
.auctions-wrap .search-wrap .input-selection-price{
	position:relative;
}
.auctions-wrap .search-wrap .input-selection-price select{
	width:100%;
	border:2px solid #ccc;
	padding:16px 15px;
	display:block;
	height: 54px;
	border-right: none;
}
.auctions-wrap .search-wrap .input-submit{
	position:relative;
}
.auctions-wrap .search-wrap .input-submit input[type="submit"]{
	width:100%;
	border:2px solid #5e1f5c;
	background:#5e1f5c;
	color:#fff;
	padding:16px 15px;
	display:block;
	height: 54px;
	text-align:center;
}
.auction-main{
	float:left;
	width:100%;
	margin: 15px 0 60px 0;
}
.auction-main .right-section{
	float:left;
	width:100%;
}
.auction-main .right-section p.result{
	font-size:16px;
	line-height:20px;
	font-weight:600;
	margin-bottom:15px;
}
.auction-main .right-section .sorting-data{
	float:left;
}
.auction-main .right-section .sorting-data select{
	width:100%;
	border:2px solid #ccc;
	padding:7px 5px;
	border-radius:5px;
	display:block;
}
.auction-main .right-section .list-grid{
	float:right;
}
.auction-main .right-section .list-grid ul{
	margin:0;
	padding:0;
	list-style:none;
}
.auction-main .right-section .list-grid ul li{
	display:inline-block;
	vertical-align:top;
}
.auction-main .right-section .list-grid ul li a{
	text-align:center;
	color:#000;
	display:block;
	border:2px solid #000;
	padding:7px 15px;
	border-radius:5px;
}
.auction-main .right-section .list-grid ul li.active a{
	background:#000;
	color:#fff;
	border-radius:5px;
}
.auction-main .right-section .list-grid ul li:hover a{
	color:#fff;
	text-decoration:none;
	background:#000;
	border-radius:5px;
}
.auction-main .right-section .auction-property-wrap{
	float:left;
	width:100%;
	margin:20px 0 0;
}
.auction-main .right-section .auction-property-wrap .property-holder{
	float:left;
	width:100%;
	margin: 0 0 30px 0;
}
.auction-main .right-section .auction-property-wrap .property-holder .img-holder{
	float: left;
	min-height: 236px;
	width: 100%;
	position:relative;
	overflow:hidden;
}
.auction-main .right-section .auction-property-wrap .property-holder .img-holder a{
	width:100%;
	display:block;
}
.auction-main .right-section .auction-property-wrap .property-holder .img-holder img{
	width:100%;
	height:236px;
	transition: transform .5s ease;
	overflow:hidden;
}
.auction-main .right-section .auction-property-wrap .property-holder .img-holder:hover img{
	transform: scale(1.5);
 }
.auction-main .right-section .auction-property-wrap .property-holder .img-holder span.price{
	position:absolute;
	top:0;
	left:0;
	background:#000;
	color:#fff;
	text-align:center;
	padding:10px 25px;
	font-size: 16px;
	line-height:20px;
	font-weight: 600;
}
.auction-main .right-section .auction-property-wrap .property-holder .text-holder{
	width:100%;
	float:left;
	border:2px solid #ccc;
}
.auction-main .right-section .auction-property-wrap .property-holder .text-holder .inner{
	padding:20px 20px 15px;
	float:left;
	width:100%;
}
.auction-main .right-section .auction-property-wrap .property-holder .text-holder h3{
	margin:0 0 5px 0;
	padding:0;
	font-size:24px;
	line-height:28px;
	font-weight:600;
}
.auction-main .right-section .auction-property-wrap .property-holder .text-holder h3 a{
	color:#000;
}
.auction-main .right-section .auction-property-wrap .property-holder .text-holder h3 a:hover{
	color: #5F1F5C;
}
.auction-main .right-section .auction-property-wrap .property-holder .text-holder h4{
	margin:0;
	padding:0;
	font-size:18px;
	line-height:23px;
	font-weight:600;
	color:#707070;
	min-height:46px;
}
.auction-main .right-section .auction-property-wrap .property-holder .text-holder h4 a{
	color:#707070;
}
.auction-main .right-section .auction-property-wrap .property-holder .text-holder h4 a:hover{
	color: #5F1F5C;
}
.auction-main .right-section .auction-property-wrap .property-holder .text-holder .property-details{
	float:left;
	width:100%;
	margin:20px 0 0 0;
}
.auction-main .right-section .auction-property-wrap .property-holder .text-holder .property-details span{
	/*display:block;
	width:100%;*/
	font-size:16px;
	line-height:20px;
	color:#707070;
	padding-bottom:5px;
}
.auction-main .right-section .auction-property-wrap .property-holder .text-holder .social-holder{
	border-top:1px solid #ccc;
	width:100%;
	float:left;
	padding: 15px 20px 0px;
	min-height: 51px;
	position:relative;
}
.auction-main .right-section .auction-property-wrap .property-holder .text-holder .social-holder .views{
	position:absolute;
	top:15px;
	left:20px;
}
.auction-main .right-section .auction-property-wrap .property-holder .text-holder .social-holder .views a{
	color:#000;
	font-size:16px;
	line-height:20px;
}
.auction-main .right-section .auction-property-wrap .property-holder .text-holder .social-holder .views a:hover, .auction-main .section-right .enquiry-form-wrap a:hover{
	text-decoration:none;
}
.auction-main .right-section .auction-property-wrap .property-holder .text-holder .social-holder .socail-share{
	float:right;
}
.auction-main .right-section .auction-property-wrap .property-holder .text-holder .social-holder .socail-share a{
	color:#ccc;
	font-size:18px;
	line-height:22px;
}
.auction-main .right-section .auction-property-wrap .property-holder .text-holder .social-holder .socail-share a.share-alt{
	margin:0 15px 0 0;
}
.auction-main .section-right .enquiry-form-wrap{
	background:#5e1f5c;
	margin:94px 0 0;
	padding:30px 25px;
	border-radius:10px;
	float:left;
}
.auction-main .section-right .enquiry-form-wrap p{
	color:#fff;
	font-size:16px;
	line-height:22px;
	font-weight:600;
}
.auction-main .section-right .enquiry-form-wrap a{
	background:#ffc000;
	text-align:center;
	color:#000;
	padding:15px 20px;
	font-size:16px;
	line-height:20px;
	font-weight:600;
	width: 80%;
	display: block;
	margin: 30px auto 0;

}
.auction-main .section-right .enquiry-form-wrap a:focus{
	outline:none;
	text-decoration:none;
}
.auction-main .section-right .enquiry-form-wrap a i{
	margin: 0 5px 0 0;
}
.auction-main .section-right .most-viewed{
	display:block;
	float: left;
	margin: 15px 0 0 0;
	width:100%;
}
.auction-main .section-right .most-viewed h3{
	text-align:center;
	font-weight:600;
}
.auction-main .section-right .most-viewed .inner-wrap{
	border:2px solid #ccc;
	border-radius:10px;
	float:left;
	width:100%;
}
.auction-main .section-right .most-viewed .inner-wrap .single-mv{
	float:left;
	border-bottom:1px solid #ccc;
}
.auction-main .section-right .most-viewed .inner-wrap .single-mv:last-child{
	border-bottom:none;
}
.auction-main .section-right .most-viewed .inner-wrap .viewed{
	float:left;
	padding:15px 20px 0;
}
.auction-main .section-right .most-viewed .inner-wrap .img-holder{
	float: left;
	min-height: 180px;
	width: 100%;
	position: relative;
}
.auction-main .section-right .most-viewed .inner-wrap .img-holder img{
	width:100%;
	height:180px;
}
.auction-main .section-right .most-viewed .inner-wrap .img-holder  span.price {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px 25px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}
.auction-main .section-right .most-viewed .inner-wrap .text-holder{
	float:left;
	padding:0 20px 15px;
	width:100%;
}
.auction-main .section-right .most-viewed .inner-wrap .text-holder h3{
    margin: 5px 0 5px 0;
    padding: 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
	text-align:left;
}
.auction-main .section-right .most-viewed .inner-wrap .text-holder h4 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    color: #707070;
}
.auction-main .section-right .most-viewed .inner-wrap .text-holder h4 a{
	color: #707070;
}
.auction-main .section-right .most-viewed .inner-wrap .text-holder h4 a:hover{
	color: #5F1F5C;	
}
.auction-main .section-right .most-viewed .inner-wrap .text-holder .property-details {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
}
.auction-main .section-right .most-viewed .inner-wrap .text-holder .property-details span {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    color: #707070;
    padding-bottom: 5px;
}
.enquiery-form-popup .modal-header{
	border:none;
}
.enquiery-form-popup .modal-body{
	padding:0;
}
.enquiery-form-popup .head{
	display:block;
	width:100%;
	background: #5e1f5c;
	padding:10px 30px;
}
.enquiery-form-popup .head p{
	color:#fff;
	margin:0;
	padding:0;
	font-size:16px;
	line-height:20px;
}
.enquiery-form-popup .head p i{
	margin: 0 10px 0 0;
}
.enquiery-form-popup .form-wrap{
	display:block;
	padding:20px 30px;
}
.enquiery-form-popup .form-wrap .grid-12{
	display:block;
	width:100%;
	margin:0 0 15px 0;
}
.enquiery-form-popup .form-wrap .grid-12 label{
	display:block;
	width:100%;
	color:#000;
	margin:0 0 5px 0;
}
.enquiery-form-popup .form-wrap .grid-12 input[type="text"],
 .enquiery-form-popup .form-wrap .grid-12 input[type="email"],
 .enquiery-form-popup .form-wrap .grid-12 input[type="tel"] {
	border:2px solid #ccc;
	border-radius:5px;
	padding:10px;
	width:100%;
}
.enquiery-form-popup .form-wrap .grid-12 select{
	border:2px solid #ccc;
	border-radius:5px;
	padding:10px;
	width:100%;
	display:block;
}
.enquiery-form-popup .form-wrap input[type="submit"]{
	border: 2px solid #5e1f5c;
	background: #5e1f5c;
	color: #fff;
	padding: 8px 25px;
	margin:10px 0 0 0;
	font-size:16px;
	line-height:20px;
}

/*List view*/

.list-view-wrapper{
    float: left;
    width: 100%;
    margin: 20px 0 0;
}
.list-view-wrapper .single-list{
	float:left;
	width:100%;
	margin:0 0 30px 0;
}
.list-view-wrapper .single-list .img-holder{
	float:left;
	width:100%;
	position:relative;
	min-height:308px;
	overflow:hidden;
}
.list-view-wrapper .single-list .img-holder a{
	display:block;
}
.list-view-wrapper .single-list .img-holder a span.price{
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	color: #fff;
	text-align: center;
	padding: 10px 25px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
}
.list-view-wrapper .single-list .img-holder img{
	width:100%;
	height:308px;
	transition: transform .5s ease;
	overflow:hidden;
}
.list-view-wrapper .single-list .img-holder:hover img{
	transform: scale(1.5);
	overflow:hidden;
}
.list-view-wrapper .single-list .text-holder{
	float: left;
	border: 2px solid #ccc;
	width: 100%;
	border-left:1px solid #ccc;
	/*min-height:251px;*/
}
.auction-main .right-section .pagination-wrapper{
	display:block;
	width:100%;
	overflow:hidden;
}
.auction-main .right-section .pagination-wrapper .pagination{
	margin:15px 0 0;
}
.list-view-wrapper .single-list .text-holder .inner-wrap{
	float:left;
	padding:30px;
	width:100%;
}
.list-view-wrapper .single-list .text-holder .inner-wrap h3{
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
	color:#000;	
}
.list-view-wrapper .single-list .text-holder .inner-wrap h3 a{
	color:#000;
}
.list-view-wrapper .single-list .text-holder .inner-wrap h3 a:hover{
	color: #5F1F5C;
}
.list-view-wrapper .single-list .text-holder .inner-wrap h4{
	margin: 0;
	padding: 0 130px 0 0;
	font-size: 18px;
	line-height: 23px;
	font-weight: 600;
	color: #707070;	
	min-height:46px;
}
.list-view-wrapper .single-list .text-holder .inner-wrap h4 a{
	color: #707070;
}
.list-view-wrapper .single-list .text-holder .inner-wrap h4 a:hover{
	color: #5F1F5C;
}
.list-view-wrapper .single-list .text-holder .inner-wrap .property-details {
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
}
.list-view-wrapper .single-list .text-holder .inner-wrap .property-details span {
    /*display: block;
    width: 100%;*/
    font-size: 16px;
    line-height: 20px;
    color: #707070;
    padding-bottom: 5px;
}
.list-view-wrapper .single-list .text-holder .social-holder {
    border-top: 1px solid #ccc;
    width: 100%;
    float: left;
    padding: 10px 20px 0;
	min-height:46px;
}
.list-view-wrapper .single-list .text-holder .social-holder .views {
    float: left;
}
.list-view-wrapper .single-list .text-holder .social-holder .views a {
    color: #000;
    font-size: 16px;
    line-height: 20px;
}
.list-view-wrapper .single-list .text-holder .social-holder .views a:hover{
	text-decoration:none;
}
.list-view-wrapper .single-list .text-holder .social-holder .socail-share {
    float: right;
}
.list-view-wrapper .single-list .text-holder .social-holder .socail-share a.share-alt {
    margin: 0 15px 0 0;
}
.list-view-wrapper .single-list .text-holder .social-holder .socail-share a {
    color: #ccc;
    font-size: 18px;
    line-height: 22px;

}

/*Project deatils Page start*/
.breadcrumb-wrap-all{
	float:left;
	width:100%;
	margin: 30px 0 0 0;
}
.breadcrumb-wrap-all ul{
	padding:0;
	list-style:none;
}
.breadcrumb-wrap-all ul li{
	display:inline-block;
	vertical-align:top;
	margin: 0 5px;
}
.breadcrumb-wrap-all ul li:first-child{
	margin-left:0;
}
.breadcrumb-wrap-all ul li a {
    color: #000;
}
.breadcrumb-wrap-all ul li a:hover{
	text-decoration:none;
	color:#660f63;
}
.single-project-name{
	float:left;
	width:100%;
	margin-bottom:20px;
}
.single-project-name h1{
	margin:0 0 5px;
	text-align:left;
	color:#333;
	font-size:28px;
	line-height:32px;
}
.single-project-name .single-project-name-addr{
	margin:0;
	text-align:left;
	color:#333;
	font-size:14px;
	line-height:20px;
}
.project-details-slider{
	display:block;
	margin:0 0 35px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(https://img.icons8.com/material/50/000000/back.png);
    left: 10px;
    right: auto;
	background-size:auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(https://img.icons8.com/material/50/000000/forward.png);
    right: 5px;
    left: auto;
	background-size:auto;
}
.project-title .from-title{
	font-size:20px;
	line-height:24px;
}
.border-top{
	border-top: 2px solid #999;
	max-width: 280px;
	margin: 0 auto;
}
.sng-project-details-wrap{
	width:100%;
	background:#fff;
	padding:50px 0 40px;
	float:left;
}
.property-info-rebate{
	background:#f5f5f5;
	padding:15px 30px;
	width:44%;
	margin:5px auto 20px;
	text-align:center;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
}
.property-info-rebate h5{
	color:red;
	font-size:30px;
	line-height:34px;
	margin:0;
}
.property-info-rebate h5 span{
	color: #3b3838;
	font-size:16px;
	line-height:20px;
	font-weight:500;
}
.property-info-rebate h6{
	margin:0;
    font-size: 20px;
	line-height:24px;
	font-weight: 600;
	color:#660f63;
}
.property-info-rebate h6 span{
	display:block;
	width:100%;
}
.property-info-rebate span.bank-value{
	font-size:16px;
	line-height:20px;
	color:#3b3838;
	font-weight:500;
}
.container-fluid.project-details-info{
	padding:0 40px 30px;
	background: #fff;
}
.auction-main-wrap .container-fluid.project-details-info{
	background: #e7e6e6;
}
#contact-seller .mb-3 .g-color-main{
	text-transform:capitalize;
}
#contact-seller .user-no{
	border:1px solid #949494;
	padding:6px 20px;
	display: block;
	width: 100%;
	margin:15px 0 0;
}
#contact-seller .user-no .fa-phone{
	float:left;
	font-size:16px;
	line-height:20px;
	color:#660f63;
}
#contact-seller .user-no span.no{
	visibility:hidden;
}
#contact-seller .user-no a{
	float:right;
	color:#660f63;
	font-size:16px;
	line-height:20px;
}
#calculator-section{
	float:left;
	width:100%;
}
#calculator-section ul{
	padding:0;
}
.related-projects .heading-holder{
	float: left;
	width: 100%;
	margin: 15px 0 0 0;
}
.related-projects .heading-holder .sub-title{
	font-size:22px;
	line-height:26px;
}
.project-details .related-projects{
	float:left;
	width:100%;
	padding: 10px 0 0;
}
.owl-rel-pro{
	float:left;
	width:100%;
	margin: 15px 0 0 0;
}
.project-card .project-main-img span.price {
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px 25px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}
.project-details .project-card{
	border:none;
}
.project-card .project-content .address{
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    color: #707070;
	width:100%;
	display:block;
}
.project-card  .project-content.auction-pcontent .address{
	margin-bottom:15px;
}
.project-card  .project-content.auction-pcontent .build-up{
	display:block;
	width:100%;
}
.project-card .vendor-name{
	margin: 10px 0 10px 0;
	float: left;
	width: 100%;	
}
.project-card .residence-details{
	float:left;
	width:100%;
	padding: 0 0 15px 0;
}
.project-card .residence-details h6{
	color: #707070;	
	margin: 2px 0 8px 0;
    font-size: 18px;
    line-height: 22px;
	font-weight:normal;
}
.project-card .residence-details ul{
	margin:0;
	padding:0;
	list-style:none;
}
.project-card .residence-details ul li{
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	line-height:20px;
	margin: 0 8px 0 0;
}
.project-card .residence-details ul li:last-child{
	margin:0;
}
.project-card .action-card{
	background:#fff;
	position:relative;
}
.project-card .action-card .listed-date{
	position:absolute;
	left:20px;
	top:12px;
	font-size: 15px;
	line-height: 19px;
}
.project-card .action-card .listed-date.visit, .project-card .action-card .listed-date.visit i{
	color:#666;
	font-size: 14px;
}
.project-card .action-card .listed-date.visit:hover {
    color: #9c27b0;
    animation: blink 1.5s ease-out infinite;
}
.btn-success.btn-calculate{
	color: #fff;
	background-color: #5b225c;
	border-color: #5b225c;
	margin:0 auto;
	width:95%;
	display:block;
}
.loan-monthly-txt{
	margin-bottom:15px;
}
.project-card .action-card .atap-social-share{
	position:relative;
	padding:5px 0 0 0;
	z-index:99;
}
.item .project-card:hover {
    -webkit-transform: translate(0px, 8px);
    -moz-transform: translate(0px, 8px);
    -ms-transform: translate(0px, 8px);
    -o-transform: translate(0px, 8px);
    transform: translate(0px, 8px);
}
/*Auction Details page start*/

.breadcrumb-wrap-all.auctn-dtl{
	margin:0;
}
.views-pub .container-full-width.auction-main-wrap {
    margin-top: 0;
}
.container-full-width.auction-main-wrap > .row{
	margin-top:30px;
}
.top-bn-wrap .property-image{
	width:100%;
	display:block;
	min-height:345px
}
.top-bn-wrap .property-image img{
	display:block;
	width:100%;
	height:345px;
}
.project-details .project-details-title.top-bn-wrap{
	padding:45px 0;
}
.top-bn-wrap .au-pro-details .text-holder{
	float:left;
	width:100%;
	padding:70px 0 0;
}
.top-bn-wrap .au-pro-details .text-holder .project-title{
	text-align:left;
	margin-bottom: 10px;
}
.top-bn-wrap .au-pro-details .text-holder .price-wrap{
	float:left;
	width:100%;
}
.top-bn-wrap .au-pro-details .text-holder .price-wrap span.price{
	font-size: 2.143em;
	line-height:34px;
	font-weight: 600;
	color:#fff;
	margin: 0 15px 0 0;
}
.top-bn-wrap .au-pro-details .text-holder .price-wrap span{
	font-size: 24px;
	line-height:28px;
	font-weight: 600;
}
.au-pro-details .text-holder .price-wrap span .atap-social-share-button{
	margin: 0 10px 0 0;
}
.au-pro-details .text-holder .vendor-info{
	float:left;
	width:100%;
	text-align:left;
	max-width:390px;
}
.au-pro-details .text-holder .vendor-info span{
	text-align:left;
	font-size:16px;
	line-height:23px;
}
.au-pro-details .text-holder hr{
	float:left;
	width:100%;
	max-width:320px;
	border:1px solid #fff;
	margin:20px 0 5px;
}
.project-details .main-panel{
	float:left;
	padding:20px 0 0;
	width:100%;
}
.auction-detail-panel .au-left-details .side-panel{
	float:left;
	width:100%;
}
.auction-detail-panel .au-left-details .side-panel .left-panel{
	position:relative;
	top:inherit;
	left:inherit;
	width:inherit;
	border:2px solid #ccc;
	padding:10px 25px;
}
.auction-detail-panel .au-left-details .side-panel .right-panel{
	position:relative;
	top:inherit;
	left:inherit;
	width:100%;
	border:2px solid #ccc;
	padding:10px 15px;
}
.au-right-details .table-au-dtl .btn.btn-primary{
	background:#ffc000;
	color: #000;
	border-color: #ffc000;
	padding: 9px 21px 6px;
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.39), 0 10px 20px -10px rgba(0, 0, 0, 0.5);
    transition: all 350ms ease-in-out;
}
.au-right-details .table-au-dtl .btn.btn-primary:hover{
	-webkit-transform: translatey(-0.15rem);
    transform: translatey(-0.15rem);
    box-shadow: 0 10px 20px -2px rgba(0, 0, 0, 0.39), 0 12px 22px -8px rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(to right top, #eed462, #ebcb50, #e9c13d, #e7b828, #e5ae04);	
}
.loan-calcu{
	background: #ffc000;
	padding: 8px 10px;
	margin-top: 6px;
	display: block;
	border-radius: 4px;
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.39), 0 10px 20px -10px rgba(0, 0, 0, 0.5);
    transition: all 350ms ease-in-out;
}
.loan-calcu:hover{
    -webkit-transform: translatey(-0.15rem);
    transform: translatey(-0.15rem);
    box-shadow: 0 10px 20px -2px rgba(0, 0, 0, 0.39), 0 12px 22px -8px rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(to right top, #eed462, #ebcb50, #e9c13d, #e7b828, #e5ae04);
}
.book-aunow .btn.btn-warning{
	background:#5b225c;
	border-radius:0px;
	border-color:#5b225c;
	font-size:16px;
	line-height:20px;
	width:100%;
	box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.39), 0 10px 20px -10px rgba(0, 0, 0, 0.5);
    transition: all 350ms ease-in-out;
}
.book-aunow .btn.btn-warning:hover {
    background-image: linear-gradient(to right, #60136b, #591864, #521c5d, #4b1e56, #45204f);
    transform: translatey(-0.15rem);
    box-shadow: 0 10px 20px -2px rgba(0, 0, 0, 0.39), 0 12px 22px -8px rgba(0, 0, 0, 0.5);
}
.au-left-details .project-box .side-text{
	float: left;
	width: 100%;
	text-align:center;
}
.au-left-details .project-box .side-title {
    font-weight: 500;
    color: #000;
}
.au-left-details .side-panel .sub-title {
    color: #000;
	font-size: 20px;
	line-height: 22px;
	font-weight: 600;
}
.au-left-details .project-box.vendor-content .content-contain {
    margin-bottom: 0px;
    text-align:inherit;
}
.au-left-details .mt-3{
	margin:0 !important;
}
.au-left-details .table-proclam-sale tr td{
	border:none;
	padding:0;
	position:relative;
}
.au-left-details .content-contain .title-text{
	border-bottom: 1px solid #8e2196;
	color: #000;
	font-size: 20px;
	line-height: 22px;
	font-weight: 600;
	margin: 10px 0 20px;
	padding-bottom: 15px;
}
.au-left-details .form-wrap .form-control{
	border-bottom:1px solid #c6c6c6;
	border-right:none;
	border-left:none;
	border-top:none;
	box-shadow: none;
	margin: 0 0 20px 16px;
	height: 36px;
	padding: 8px 12px 0 18px;
	background:none;
	font-size: 12px;
	line-height: 16px;
	width: 87%;
}
.au-left-details .form-wrap .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	color: #77128c;
	font-weight:600;
}
.au-left-details .form-wrap .form-control::-moz-placeholder { /* Firefox 19+ */
  	color: #77128c;
	font-weight:600;
}
.au-left-details .form-wrap .form-control:-ms-input-placeholder { /* IE 10+ */
 	 color: #77128c;
	 font-weight:600;
}
.au-left-details .form-wrap .form-control:-moz-placeholder { /* Firefox 18- */
  	color: #77128c;
	font-weight:600;
}
.au-left-details .form-wrap .form-control.text-area{
	resize:horizontal;
}
.au-left-details .table-proclam-sale tr td i{
	position:absolute;
	left:18px;
	top:14px;
	font-size: 12px;
	line-height: 16px;
	color: #77128c;
}
.au-left-details .table-proclam-sale tr td.textarea-ptd i{
	top:7px;
}
.au-left-details .form-wrap textarea.form-control {
    height: 80px;
}
.au-left-details .form-wrap .btn.btn-success {
    color: #fff;
    background-color: #5b225c;
    border-color: #5b225c;
	width:100%;
	border-radius:0px;
	font-size: 16px;
	line-height: 20px;
}
.au-left-details .table-proclam-sale{
	background-image: linear-gradient(to top, #f2e4f4, #f1eaf8, #f1effb, #f2f4fd, #f6f9fe, #f9fbfe, #fcfcff, #fefeff, #fefeff, #fffeff, #ffffff, #ffffff);
    margin: 10px auto;
    margin-top: -7px;
    border: 1px solid #a0a0;
    border-radius: 4px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16), 0px 3px 6px rgb(160, 160, 160);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(0%);
}
.au-left-details .form-wrap .table-proclam-sale .btn i{
	margin-left:5px;
}
.au-right-details .table-tr-br tr{
	border-bottom:1px solid #ccc;
}
.au-right-details .table-tr-br tr td{
	padding:8px 10px 8px 15px;
	text-transform: capitalize;
}
.loan-calcu{
	max-width:145px;
	text-align:center;
	font-weight: 600;
	color: #000;
	margin-bottom:15px;
	cursor: pointer;
}
.loan-calcu i{
	margin-left:5px;
}

/*Auction Details page End*/
.auction-main .right-section .auction-property-wrap .property-holder .text-holder .property-details .vendor-img-holder{
	display:inline-block;
	vertical-align: top;
	width:50px;
	height:50px;
}
.auction-main .right-section .auction-property-wrap .property-holder .text-holder .property-details .vendor-img-holder img{
	width:100%;
	height:100%;
}
.auction-main .right-section .auction-property-wrap .property-holder .text-holder .property-details span.vendor-name{
	display: inline-block;
	width: 84%;
	vertical-align: top;
	padding: 15px 0 0 10px;	
}
.auction-main .right-section .auction-property-wrap .property-holder .text-holder .property-details span.vendor-name a{
	color: #707070;
}
.auction-main .right-section .auction-property-wrap .property-holder .text-holder .property-details span.services-residence{
	width:100%;
	display:block;
}
.auction-main .right-section .auction-property-wrap .property-holder .text-holder .property-details .property-in-dtl{
	display:block;
	overflow:hidden;
	width:auto;
	background: #e9e9ea;
	padding: 5px 0 2px;
}
.auction-main .right-section .auction-property-wrap .property-holder .text-holder .property-details span.pro-sqft{
	margin:0 5px;
}
.property-details .property-in-dtl .bedroom:hover, .property-details .property-in-dtl .bath:hover{
	background: #e9e9ea;
	color: #5F1F5C;
}
.auction-main .right-section .auction-property-wrap .property-holder .text-holder .social-holder .views span{
	color:#848484;
}
.list-view-wrapper .single-list .text-holder .inner-wrap .property-details .vendor-img-holder {
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 50px;
}
.list-view-wrapper .single-list .text-holder .inner-wrap .property-details .vendor-img-holder img {
    width: 100%;
    height: 100%;
}
.list-view-wrapper .single-list .text-holder .inner-wrap .property-details span.vendor-name {
    display: inline-block;
    width: 84%;
    vertical-align: top;
    padding: 15px 0 0 0;
}
.list-view-wrapper .single-list .text-holder .inner-wrap .property-details span.vendor-name a{
	color:#707070;
}
.list-view-wrapper .single-list .text-holder .inner-wrap .property-details .property-in-dtl {
    display: block;
    overflow: hidden;
    width: 100%;
	max-width:80%;
	background: #e9e9ea;
	padding: 5px 5px 2px 8px;
}
.list-view-wrapper .single-list .text-holder .inner-wrap .property-details span.services-residence {
    width: 100%;
    display: block;
}
.list-view-wrapper .single-list .text-holder .inner-wrap .property-details .property-in-dtl a.bedroom, 
.list-view-wrapper .single-list .text-holder .inner-wrap .property-details .property-in-dtl a.bath{
	color:#555;
	padding:0 6px;
}
.list-view-wrapper .property-details .property-in-dtl a.bedroom:hover, 
.list-view-wrapper .property-details .property-in-dtl a.bath:hover {
    background: #e9e9ea;
    color: #5F1F5C !important;
}
.list-view-wrapper .property-details span.pro-sqft {
    margin: 0 5px;
}
.list-view-wrapper .social-holder .views span {
    color: #848484;
}
.auction-main.pro-rent-main .section-right .most-viewed .inner-wrap .text-holder .price-wrap{
	float:left;
	color:#707070;
	width:100%;
	margin:10px 0 5px 0;
	font-size:14px;
}
.auction-main.pro-rent-main .section-right .most-viewed .inner-wrap .text-holder .price-wrap .price{
	color:#707070;
	font-weight:600;
	font-size:18px;
}
.auction-main.pro-rent-main .section-right .most-viewed .inner-wrap .text-holder .property-details{
	margin:0;
}
.auction-main.pro-rent-main .section-right .most-viewed .inner-wrap .text-holder .property-details a.bedroom, 
.auction-main.pro-rent-main .section-right .most-viewed .inner-wrap .text-holder .property-details a.bath{
	color: #555;
	font-size:16px;
	line-height:20px;
}
.auction-main.pro-rent-main .section-right .most-viewed .inner-wrap .text-holder .property-details a.bedroom{
	margin: 0 10px 0 0;
}
.auction-main.pro-rent-main .section-right .most-viewed .inner-wrap .text-holder .property-details a.bedroom:hover, 
.auction-main.pro-rent-main .section-right .most-viewed .inner-wrap .text-holder .property-details a.bath:hover{
	color: #5F1F5C;
}
.auction-main.pro-rent-main .section-right .most-viewed .inner-wrap .text-holder .property-details h4{
	margin:5px 0;
	font-size:18px;
	line-height:22px;
}
.auction-main.pro-rent-main .section-right .most-viewed .inner-wrap .text-holder .property-details span.address a{
	color:#ababab;
	font-size:16px;
	line-height:20px;	
}
.auction-main.pro-rent-main .section-right .most-viewed .inner-wrap .text-holder .property-details span.address a:hover{
	color: #5F1F5C;
}
.auction-main .section-right .most-viewed .add-img{
	width:275px;
	float:left;
	margin: 78px 0 25px;
}
.auction-main .section-right .most-viewed .add-img img{
	width:100%;
	height:auto;
}
.auction-main.project-main .section-right .most-viewed .inner-wrap .text-holder .property-details h4 {
    margin: 5px 0;
    font-size: 18px;
    line-height: 22px;
}
.auction-main.project-main .section-right .most-viewed .inner-wrap .text-holder .property-details span.address a {
    color: #ababab;
    font-size: 16px;
    line-height: 20px;
}
.auction-main.project-main .section-right .most-viewed .inner-wrap .text-holder .property-details span.address a:hover{
	color: #5F1F5C;
}
.auction-main .section-right .most-viewed .inner-wrap .img-holder span.project-badge{
	background: #5F1F5C;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	padding: 4px 15px 4px 15px;
	text-transform: uppercase;
	margin: -15px 0 0px 0;
	float: left;
	border-radius: 0 20px 20px 0px;
	border: 1px solid #5F1F5C;	
	position:relative;
	z-index:99999;
}
.auction-main.project-main .section-right .most-viewed .inner-wrap .text-holder .property-details{
	margin:5px 0 0;
}
.inner-wrap.for-mob-view{
	display:none;
}
.select2-container{
	width:100% !important;
}
.swiper-container.mobile-banner{
	display:none;
}

/* Agent Profile Start*/




/* Responsive media Query*/

@media screen and (max-width:1199px){
.auction-main .right-section .auction-property-wrap .property-holder .text-holder h3{
	font-size:23px;
	line-height:27px;
}
.auction-main .right-section .auction-property-wrap .property-holder .text-holder .property-details span.vendor-name{
	width:75%;
}
.auction-main .section-right .most-viewed .add-img {
    width: 306px;	
}
.list-view-wrapper .single-list .text-holder .inner-wrap h4{
	padding:0;
}
.list-view-wrapper .single-list .text-holder .inner-wrap .property-details .property-in-dtl{
	width:100%;
}
.atap-navbar .navbar-nav-main.hide-tablet.nav-left-v1{
	width: 72%;
	margin: 0 0 0 30px;
}	
}
@media screen and (max-width:991px){
.auctions-wrap .breadcrumb-wrap{
	margin: 0 0 15px;
}
.auctions-wrap .search-wrap .auction-search-hld{
	padding: 0 0 0 20px !important;
}
.auctions-wrap .search-wrap .auction-form-btn{
	padding: 0 20px 0 0 !important;
}
.auctions-wrap .search-wrap .input-date i{
	display:none;
}
.auction-main .right-section .sorting-data .sort-by{
	padding-left:20px !important;
}
.auction-main .right-section .sorting-data .page-listing{
	padding-right:0;
}
.auction-main .right-section p.result{
	padding-left:20px;
}
.auction-main .right-section .auction-property-wrap .odd{
	padding-left:20px !important;
	padding-right:0;
}
.auction-sidebar{
	padding-right: 20px !important;
	padding-left: 0;
}
.auctions-wrap .auction-banner-slider{
	padding:0 20px;
}
.auctions-wrap .breadcrumb-wrap{
	padding: 0 20px;
}	

/*List view*/

.list-view-wrapper .single-list .list-view-img-wrap{
	padding-left:20px !important;
}
.list-view-wrapper .single-list .list-view-cnt-wrap{
	padding-left:20px !important;
}
.list-view-wrapper .single-list, .auction-main .right-section .auction-property-wrap .property-holder{
	margin: 0 0 20px 0;
}
.list-view-wrapper .single-list .text-holder .inner-wrap{
	padding:15px;
}
.list-view-wrapper .single-list .text-holder{
	min-height:212px;
}
.swiper-slide {
    height: 250px !important;
}
}
@media screen and (max-width:767px){
.auction-main .right-section .sorting-data{
	width:100%;
}
.auction-main .right-section .list-grid{
	width:100%;
	margin-top:5px;
}
.auction-main .right-section .sorting-data .sort-by{
	padding-right:0;
	margin-bottom:20px;
}
.auction-main .right-section .sorting-data .page-listing{
	padding-left:20px !important;
}	
.auction-main .right-section .list-grid ul{
	padding: 0 0 0 20px;
}
.auctions-wrap .search-wrap .auction-search-hld, 
.auctions-wrap .search-wrap .auction-date-hld,  
.auctions-wrap .search-wrap .auction-form-btn, 
.auctions-wrap .search-wrap .auction-pname-hld,
.auctions-wrap .search-wrap .auction-budget-hld  {
    padding: 0 20px 0 20px !important;
}
.auctions-wrap .search-wrap .input-search, .auctions-wrap .search-wrap input[type="text"], .auctions-wrap .search-wrap .input-selection-rc select, .auctions-wrap .search-wrap .input-selection-price select{
	border-right:2px solid #ccc;
	margin: 0 0 5px 0;
}
.auction-sidebar{
	padding-left: 20px;
}
.auction-main .section-right .enquiry-form-wrap a{
	width:100%;
}
.auction-main .section-right .most-viewed .inner-wrap .viewed{
	width:100%;
}
.swiper-container-horizontal > .swiper-pagination-bullets{
	bottom:0px !important ;
}

/*List View*/

.list-view-wrapper .single-list .text-holder {
    min-height: auto;
}
.auction-main .section-right .most-viewed .add-img {
    width: 100%;	
}
.list-view-wrapper .single-list .img-holder{
	min-height: 230px;
}
.list-view-wrapper .single-list .img-holder img{
	height: 230px;
}
.list-view-wrapper .single-list .text-holder .inner-wrap .property-details span.vendor-name{
	width: 75%;
	padding: 15px 0 0 10px;
}
.list-view-wrapper .single-list .text-holder .inner-wrap .property-details span{
	padding-top:5px;
}
.auction-main .section-right .enquiry-form-wrap{
	width:100%;
	margin: 5px 0 0;
}
.inner-wrap.for-destop-views{
	display:none;
}
.inner-wrap.for-mob-view{
	display:block;
}
.auction-main .section-right .most-viewed .inner-wrap .single-mv{
	width:100%;
}
.auction-main .section-right .most-viewed .inner-wrap .img-holder{
	min-height: 230px;
}
.auction-main .section-right .most-viewed .inner-wrap .img-holder img{
	height:230px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{
	margin-left: -32px;
	color: #000;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{
	margin-right: -32px;
	color: #000;
}
.swiper-slide {
    height: auto !important;
}
.swiper-container.mobile-banner{
	display:block;
}
.swiper-container.desktop-banner{
	display:none;
}


}
@media screen and (max-width:479px){
	.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{
	margin-left: -20px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{
	margin-right: -20px;
}
.auction-main .section-right .most-viewed .inner-wrap .img-holder{
	min-height: 190px;
}
.auction-main .section-right .most-viewed .inner-wrap .img-holder img{
	height:190px;
}
}




