.price_buttons{
	display:flex; 
	gap: 10%;
	align-items: center;
}
.dental_tenure{
	margin: 0; 
	font-size: 18px;
}
.dental_price{
	margin: 0; 
	font-size: 18px; 
	font-weight: 700;
}
.leasehold {
    padding: 10px;
    border-radius: 20px;
    margin-top: 20px;
    width: 36%; 
    color: #cf0000; 
    background-color: #CF000017;
}
.contact_button{
	background-color: #cf0000;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none !important;
}
.contact_button:hover{
    background-color: #cf0000;
    color: #fff;
}
.view_button{
	color: #cf0000;
    padding: 10px 15px;
    border: 1px solid;
    border-color: #cf0000;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none !important;
}
.dental_container{
	display: flex; 
	gap: 50px; 
	margin-bottom: 30px;
}
.con_row1{
	width: 35%;
}
.con_row2{
	padding-top: 20px; 
	width: 60%;
}
.dental_image{
	border-radius: 40px 40px 40px 40px; 
	width: 500px; 
	height: 600px;
}
.dental_ref_no{
	background-color: black;
    color: white;
    border-radius: 18px;
    padding: 5px 20px 5px 10px;
    margin-bottom: 10px;
    font-size: 20px;
    max-width: 100%;
}
.dental_ref_location{
	margin:0;
	font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 400;

}
.dental_tilte{
	font-size: 22px; 
	font-weight: 700; 
	margin: 0;
	font-family: "Montserrat", Sans-serif;
}
.ref_location_icon{
	display: flex;
    gap: 54%;
    margin-bottom: 30px;
}
.list_filters{
	display: flex;
    gap: 10px;
    margin: 0px 0px 30px 0px;
}
.dental_content{
	font-family: "Montserrat", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    margin: 30px 0px 30px 0px;
}