table.ex_rbp_pricing th, table.ex_rbp_pricing td {
	padding: 12px 15px;
}

div.ex_rbp_popup_overlay {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 999; /* Sit on top */
	/*padding-top: 120px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgb(0 0 0 / 42%); /* Black w/ opacity */
}

div#ex_rbp_popup_wrapper {
    position: absolute !important;
    left: 27%;
    top: 10%;
	background: cadetblue;
	height: auto;
	color: white;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 60%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
	max-height: 80vh;
	overflow: auto;
}

/* Add Animation */
@-webkit-keyframes animatetop {
	from {top:-300px; opacity:0} 
	to {top:0; opacity:1}
}

@keyframes animatetop {
	from {top:-300px; opacity:0}
	to {top:0; opacity:1}
}

span.ex_rbp_popup_close {
	right: 263px;
    top: 64px;
	background: white;
	border-radius: 50%;
	width: 29px;
	display: block;
	float: right;
	text-align: center;
	font-size: larger;
	position: relative;
	opacity: 0.7;
	font-weight: bold;
	z-index: 1;
}

span.ex_rbp_popup_close:hover {
	cursor: pointer;
}
div.ex_rbp_popup_content{
	padding: 25px 35px;
/*	text-align: center;*/
	font-family: Arial, Helvetica, sans-serif;
}

.ex_rbp_popup_content form.wpcf7-form{
	top: 33%;
    width: 57%;
    position: absolute;
    left: 24%;
    background: #fcfcfc;
    color: hsl(180deg 67.4% 28.63%);
    display: flex;
    flex-wrap: wrap;
}

.ex_rbp_popup_content div.ex_rbp_quote_heading{
    top: 10%;
    width: 57%;
    position: absolute;
    left: 24%;
    background: #fcfcfc;
    color: hsl(180deg 67.4% 28.63%);
    text-align: center;
    padding: 13px;
}

.ex_rbp_popup_content div.ex_rbp_quote_heading h2 {
    color: hsl(180deg 67.4% 28.63%);
}

.ex_rbp_popup_content form.wpcf7-form p {
	padding: 0px 17px 0px 17px;
}

.ex_rbp_popup_content form.wpcf7-form p label{
	font-weight: bold;
}

.ex_rbp_popup_content form.wpcf7-form p:nth-last-child(2) {
	width: 100%;
}

.ex_rbp_popup_content form.wpcf7-form .wpcf7-submit{
	width: 100%;
	background-color: hsl(180deg 67.4% 28.63% / 83%);
	color: #fcfcfc;
}

.ex_rbp_popup_content form.wpcf7-form .wpcf7-submit + p{
	width: 100%;
}