/*This css will be applied in all like FP and it's clients*/

.property-details .carousel-inner .image-box:before {
	background-color: unset; 
}

.swal2-container > * {
  font-size: .75rem;
}
.display__mobile{
	display: none;
}
.display__desktop{
	display: block;
}
@media(width < 30rem){
	.display__mobile{
		display: block;
	}
	.display__desktop{
		display: none;
	}
	.property-details .top-details, .property-details .top-details + div{
		padding:15px;
	}
	.property-details .top-details + div + div div > .tab-pane > .content-widget{
		padding: 15px;
	}

	/*Shorting*/
	.short-box .nice-select .current{
		font-size: 12px;
  		padding-left: 1rem;
  		text-transform: uppercase;
	}
	.short-box .nice-select::after{
		font-size: 12px;
	}
	.item-shorting .short-box {
    	width: 128px;
  	}
  	.property-page-section .item-shorting {
	    display: grid;
	    grid-template-columns: 1fr 1fr;
	    text-transform: uppercase;
	}
	.item-shorting h5{
		font-size: 12px;
    	color: #000;
	}
	 .property-page-section .auto-container:first-child {
    margin-top: 0rem !important;
  }
  .theme-btn{
  	font-size: 13px;
		padding: 7.5px 11px;
  }
  .rating {
		float: unset !important;
		display: inline-block !important;
		margin-top: 1rem !important;
	}
	.property_view__location {
	  font-size: 16px;
	}
	.property-details-content .description-box .title-box{
		margin-bottom: unset;
	}
	.property-details .top-details .left-column h3{
		font-size: 27px;
	}
	.property-details .top-details .left-column .author-box h6{
		font-size: 19px;
	}
	.property-details .top-details .left-column .author-box::before{
		background-color: unset;
	}
}

