body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif";
font-size:12px;}

.error{
color:red!important;
}
h6{font-size:14px}
.form-group{margin-top:20px} .mrgtp{margin-top:100px}.fntsz22{font-size:24px}
.contradio {
    
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.contradio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #9e9e9e85;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.contradio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.contradio input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.contradio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.contradio .checkmark:after {
 	top: 5px;
	left: 5px;
	width: 6px;
	height: 7px;
	border-radius: 50%;
	background: white;
}
.contamrgtop {margin-top: 20px;}
.rowmrgbrm {margin-bottom:10px;}
.formgrpmrgleft {margin-left:5px!important;margin-right:5px!important;}
@media only screen and (max-width: 680px){
 .mathemrgight{padding-right: 0px!important;}
}	
@media only screen and (min-width:680px){

}

