.circle {
    margin-left:40%;
    position: relative;
	width: 80%;
    height: 0;
    padding: 40% 0;
    border-radius: 50%;
    box-shadow: 0 @shadow-length 0 0 @shadow;
    text-shadow: 0 @shadow-length 0 @shadow;

    color: white;
    font-family: 'Open Sans', Arial Black, sans,sans-serif;
    font-size: 30px;
    text-align: center;


  @shadow: rgba(0, 0, 0, .1);
  @shadow-length: 4px;
  -webkit-box-shadow: 0 @shadow-length 0 0 @shadow;
          box-shadow: 0 @shadow-length 0 0 @shadow;
  text-shadow: 0 @shadow-length 0 @shadow;
  background: #38a9e4;
  color: white;
  font-family: 'Open Sans', Arial Black, sans,sans-serif;
  font-size: 48px;
  text-align: center;
}
.txtsyle1
{
	text-align:center;
	font-size:20px;
	color:#ec334e;
	font-weight:600;
	padding-top:10px;
}
.txtsyle2
{
	text-align:center;
	font-size:14px;
	color:#ec334e;
	font-weight:300;
	padding-bottom:15px;
}
.txtsyle3
{
	text-align:center;
	font-size:20px;
	color:#3fae29;
	font-weight:600;
	padding-top:10px;
}
.txtsyle4
{
	text-align:center;
	font-size:14px;
	color:#8cce7f;
	font-weight:300;
	padding-bottom:15px;
}
.consent>p{
	font-size:18px;
	text-transform:uppercase;
	padding:10px 0 0 0;
	color:#5f6a72;
}
.consent-buttonstyle
{
	font-size:16px !important;
	color:#d1d4d3 !important;
}
