.productdetail{
	display:grid;
	grid-template-columns: 1fr 1fr;
	gap:20pxl
	}
.bsingle__post-thumb {
    height: 400px;
    width: 400px;
    margin: 0 auto;
}
.wpcf7-form span.wpcf7-form-control-wrap {
    display: block;
    padding:  0 0 10px 0px;
}	

.wpcf7-form label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}
.wpcf7-form input, .wpcf7-form select {
    width: 100%;     padding: 10px;
}
form.wpcf7-form.init {
    width: 80%;
    margin: 0 auto;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: auto;
    padding: 15px 30px;
    border-radius: 0;
    background: #000;
    color: #fff;
    margin-top: 15px;
}
.inquirybtn a {
    border: 1px solid;
    padding: 10px 30px;
    background: #000;
    color: #fff !important;
}
.inquirybtn a:hover{
	 color: #fff !important;
	}

 

a:visited {
    all: unset;
    color: inherit; /* you usually need to reset color */
}