.demo
{
	padding: 20px 0;
}
.heading-title
{
	margin-bottom: 0px;
}

.pricingTable{
    
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    transform: translateZ(0px);
}

.pricingTable .pricingTable-header{
    background: #E00510;
    color: #fff;
    margin: -2px -2px 35px;
    padding: 60px 0;
}

.pricingTable .heading{
    font-size: 40px;
    font-weight: 800;
    margin: 0 0 5px 0;
}

.pricingTable .subtitle{
    font-size: 20px;
    display: block;
}

.pricingTable .price-value{
    font-size: 90px;
    font-weight: 800;
    margin-top: 10px;
    position: relative;
    display: inline-block;
}

.pricingTable .currency{
    font-size: 45px;
    font-weight: normal;
    position: absolute;
    top: 2px;
    left: -30px;
}


.pricingTable .pricing-content{
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}




@media screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 25px; }
}

#CaptchaDiv {
	font: 400 22px "Roboto", sans-serif;
	font-style: none;
	color: #555555;
	background-color: #FFFFFF;
	user-select: none;
	padding: 4px;

	}
	
	
	
	/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  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: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}