.modal-content {
    background-color: #000 !important;
    border: none !important;
    border-radius: 20px !important;
}
.modal-content h3 {
    font-size: 25px;
    line-height: 125%;
    margin-bottom: 0px !important;
}
.modal-content p {
    font-size: 18px !important;
    color: #fff;
    line-height: 150%;
    font-weight:500;
	padding-bottom: 10px;
	clear: both;
}
.close {
    float: right;
    font-size: 24px;
    font-weight: 700;
    margin-top: -20px;
    margin-right: -20px;
    color: #6B6B6B;
}
@media(max-width:768px) {
	.modal-body {
    padding: 20px 8px !important;
	}
	.wpcf7-checkbox .wpcf7-list-item{font-size: 14px;}
	.modal { padding-right:0 !important}
	.modal-open{ padding-right:0px !important}
	.close {
    margin-top: -20px !important;
    margin-right: 0px !important;
}
}