header h3 {
    font-family: 'kalimati';
    margin-bottom: 20px;
    text-align: center;
}

div#views-bootstrap-item-to-sold-page-2 .row .col-6 {
    text-align: center;
    border: solid #007885 2px;
    border-radius: 10px;
    background-color: #f9f9f9;
    padding: 8px;
    box-shadow: 0px 0px 6px #b3b3b3;
}

div#views-bootstrap-item-to-sold-page-2 .row .col-6:hover {
    box-shadow: 0 0 5px 0px rgb(35 173 255);
    background-color: #fbfbfb;
}

div#views-bootstrap-item-to-sold-page-2 .row .col-6 a{
	display:block !important;
	font-size: 20px;
}

div#views-bootstrap-item-to-sold-page-2 .row {
    gap: 20px;

}

@media(min-width:767px)
{
#views-bootstrap-item-to-sold-page-2 .col-xl-3 {

    max-width: 23% !important;
}
}



/*Detail Page*/
div#views-bootstrap-item-to-sold-page-3 .row .col-6 {
    text-align: center;
    border: solid #007885 2px;
    border-radius: 10px;
    background-color: #f9f9f9;
    padding: 8px;
    box-shadow: 0px 0px 6px #b3b3b3;
}

div#views-bootstrap-item-to-sold-page-3 .row .col-6:hover {
    box-shadow: 0 0 5px 0px rgb(35 173 255);
    background-color: #fbfbfb;
}

div#views-bootstrap-item-to-sold-page-3 .row .col-6 a{
	display:block !important;
	font-size: 20px;
}

div#views-bootstrap-item-to-sold-page-3 .row {
    gap: 20px;

}

@media(min-width:767px)
{
.col-xl-3 {

    max-width: 32.3% !important;
}
}



form.views-exposed-form {
    margin-bottom: 15px;
}