@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700');
body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding-top: 50px;
    font-weight: 300;
}

.lead,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

html {
    position: relative;
    overflow-x: hidden;
    min-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 10px 0;
    color: #212121
}

h1 {
    line-height: 43px
}

h2 {
    line-height: 35px
}

h3 {
    line-height: 30px
}

h4 {
    line-height: 22px
}

* {
    outline: 0!important
}

a {
    color: #2075b3
}

a:active,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0
}

.p-0 {
    padding: 0!important
}

.p-t-0 {
    padding-top: 0!important
}

.p-t-10 {
    padding-top: 10px!important
}

.p-b-10 {
    padding-bottom: 10px!important
}
.p-t-30 {
	padding-top: 30px!important	
}
.p-b-30 {
	padding-bottom: 30px!important	
}

.m-0 {
    margin: 0!important
}

.m-r-5 {
    margin-right: 5px
}

.m-r-10 {
    margin-right: 10px
}

.m-r-15 {
    margin-right: 15px!important
}

.m-l-10 {
    margin-left: 10px
}

.m-l-15 {
    margin-left: 15px
}

.m-t-5 {
    margin-top: 5px!important
}

.m-t-0 {
    margin-top: 0!important
}

.m-t-10 {
    margin-top: 10px!important
}

.m-t-15 {
    margin-top: 15px!important
}

.m-t-20 {
    margin-top: 20px
}

.m-t-30 {
    margin-top: 30px!important
}

.m-t-40 {
    margin-top: 40px!important
}

.m-b-0 {
    margin-bottom: 0
}

.m-b-5 {
    margin-bottom: 5px
}

.m-b-10 {
    margin-bottom: 10px
}

.m-b-15 {
    margin-bottom: 15px
}

.m-b-20 {
    margin-bottom: 20px
}

.m-b-30 {
    margin-bottom: 30px
}

.l-h-34 {
    line-height: 34px
}
.form-horizontal .control-label {
    font-weight: 500;
}
form input {
    background-color: #FFFFFF;
    border: 1px solid #D5D5D5;
    border-radius: 0 0 0 0 !important;
    color: #858585;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.2;
    height: 40px;
    padding: 5px 4px;
    transition-duration: 0.1s;
    box-shadow: none;
}
.input-icon > input {
    padding-left: 30px;
    padding-right: 6px;
}
.input-icon .form-control {
    height: 40px;
}
.input-icon > [class*="fa-"] {
    bottom: 0;
    color: #909090;
    display: inline-block;
    font-size: 14px;
    left: 6px;
    line-height: 40px;
    padding: 0 3px;
    position: absolute;
    top: 0;
    z-index: 2;
}
span.input-icon {
    display: block;
    position: relative;
}
.radio-inline input {
    height: 14px;
}
.radio-inline {
    margin-right: 6px;
}
.control {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 12px;
    font-weight: 500;
}
.control.control--radio {
    font-size: 18px;
    vertical-align:top;
    padding-top:0;
    margin-bottom:10px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 9px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: #b30000;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #b30000;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
    left: 8px;
    top: 2px;
    width: 5px;
    height: 13px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control--checkbox .control__indicator {
    top: -1px;
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
.btn-cstm {
    max-width: 240px;
    display: inline-block;
    padding: 10px 15px;
    background-color:rgba(226, 0, 26, .8);
}
.btn-cstm:hover, .btn-cstm:focus {
    background-color:rgba(226, 0, 26, 1);   
}
.form-control:focus {
    border-color: rgba(226, 0, 26, 1);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(226, 0, 26,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(226, 0, 26,.6);
}
.option-div {
    max-width: 768px;
    display: inline-block;
    width: 100%;
    margin-top: 25px;
    position: relative;
}
.time {
    position: absolute;
    right: 0;
    top: -30px;
    padding: 5px;
    background-color: rgba(226, 0, 26, 1);
    border-radius: 3px;
    width:90px;
}
.time i {
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    margin-top: 3px;
    vertical-align: top;
    display: inline-block;
}
.time p {
    margin-left: 10px;
    display: inline-block;
    color: #fff;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 15px;
    vertical-align: top;
}
.btn-continue i {
    font-size: 10px;
    margin-left: 15px;
    vertical-align: middle;
    line-height: 1.2;
}
.option-div .control__indicator {
    top: 3px;
}
.container {
  max-width: 770px;
  box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  padding: 25px;
  border:1px solid rgba(228, 228, 228, 0.42);
}
.form-group .error{
	color:rgba(226, 0, 26, .8);
	font-size: 12px;
}

.head-text {  
	position: relative;  
	margin-bottom: 25px;    
	display: inline-block;
}
.head-green{
	color:#4AAF4E;
}
.head-red{
	color:rgba(226, 0, 26, .8);
}
.head-text:after {    
	position: absolute;
    margin: 0 auto;
    width: 75px;
    border-radius: 2px;
    height: 2px;
    content: '';
	bottom: -10px;    
	left: 13%;
}
.text-alert p {  
	display: inline-block;  
	width: 100%;  
	margin-bottom: 25px;
}
.text-alert a { 
	border-radius: 3px;  
	border: 0;  
	padding: 10px 30px;  
	background-color: rgba(226, 0, 26, 1);  
	color: #fff;  
	font-weight: 500;
}
.option-div .tx-es{
	width:100%;
	resize:vertical;
	margin-top:18px;
	height:110px;
}
#form-start .control.control--radio{
	padding-top:7px;
}

@media(max-width: 768px) {
    #form-start .col-sm-4 {
        width:100%;
    }
    .second-put.col-sm-4 {
        padding-top: 15px;
        display: inline-block;
    }
    #form-start .control--radio {
        margin-top: 15px;
    }
}
.fa-spin.fa-spinner{
	font-size:30px;
}
.head-ques{
	text-align:center;
}
#gender-error{
	position: absolute;
    width: 100%;
    min-width: 130px;
}
audio{
	width:85%;
}
.audioplayer{
	max-width: 670px;
    display: inline-block;
    width: 100%;
    height:2em;
}
.audioplayer .audioplayer-time{
	width: 4.375em;
    height: 100%;
    line-height: 2em;
}
div.outer-que {
	display:inline-block;
	width:100%;
}
#q-mg {
    height: 200px;
    margin-top: 8px;
}
.q-hcq{
	position:relative;
}
.q-hcq span{
	position: absolute;
    left: 0;
    top: 0;
}
.q-hcq p{
	/* padding-left: 50px; */
}
