#privateHire .ccm-dashboard-express-form .mb-3{
	width:100%;
	padding-bottom:1rem;
}
#privateHire .ccm-dashboard-express-form span.text-muted{
	display: none;
}
#privateHire .ccm-dashboard-express-form .mb-3 label.form-label{
	display: none;
}
#privateHire .ccm-dashboard-express-form .mb-3:nth-child(6) label.form-label{
	display: inline-block;
}
.form-check-input:checked[type=radio] {
	background:#dc8b73 !important;
}
@media (min-width: 992px) {
    #privateHire .ccm-dashboard-express-form .mb-3:nth-child(1), #privateHire .ccm-dashboard-express-form .mb-3:nth-child(2), #privateHire .ccm-dashboard-express-form .mb-3:nth-child(3),#privateHire .ccm-dashboard-express-form .mb-3:nth-child(4) {
        width: 48%;
    }
	#privateHire .ccm-dashboard-express-form .mb-3:nth-child(1),#privateHire .ccm-dashboard-express-form .mb-3:nth-child(3){
		float:left;
	}
	#privateHire .ccm-dashboard-express-form .mb-3:nth-child(2),#privateHire .ccm-dashboard-express-form .mb-3:nth-child(4){
		float:right;
	}
}

.ccm-page .ccm-form .btn-primary{
    border: 2px solid #dc8b73 !important;
    color: #dc8b73 !important;
}

.ccm-page .ccm-form .btn-primary:hover{
	background-color: #dc8b73;
    color: #fffdee !important;
}