/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

@font-face {
  font-family: 'amrit2b';
  src: url(AMRIT2B.TTF) format("truetype");;
}


#left_form h2 {
    font-weight: 900;
    color: #fff;
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 25px;
    margin-bottom: 35px;
}

#left_form h2 span {
    font-size: 30px;
    font-size: 0.900rem;
    display: block;
}
/*
#left_form p {
    font-size: 20px;
    margin-bottom: 30px;
}

*/









h3.main_question {
    margin: 0 0 25px 0;
    padding: 0;
    font-weight: 700;
    font-size: 22px;
    font-size: 1.125rem;
    line-height: 1.4;
    position: relative;
}


.container_radio.version_2 {
    padding: 13px 15px 13px 45px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ddd;
    min-height: 30px;
    font-weight: 400;
}

.container_radio {
    display: block;
    position: relative;
    font-size: 14px;
    font-size: 1.075rem;
    padding-left: 30px;
    line-height: 1.1;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

h3.main_question i {
    position: absolute;
    left: -30px;
    font-weight: bold;
    color: #FF9933;
    font-size: 21px;
    font-size: 1.3125rem;
    top: 2px;
}






.info-msg,
.success-msg,
.warning-msg,
.error-msg {
  margin: 10px 0;
  padding: 10px;
  border-radius: 3px 3px 3px 3px;
}
.info-msg {
  color: #059;
  background-color: #BEF;
}
.success-msg {
  color: #270;
  background-color: #DFF2BF;
}
.warning-msg {
  color: #9F6000;
  background-color: #FEEFB3;
}
.error-msg {
  color: #D8000C;
  background-color: #FFBABA;
}
