* {
    margin: 0;
    padding: 0
}

html {
    height: 100%
}

p {
    color: grey
}

#heading {
    text-transform: uppercase;
    color:#a60a28;
    font-weight: normal;
    text-decoration: underline dotted #a60a28;
}    
}

#msform {
    text-align: center;
    position: relative;
   /*  margin-top: 20px */
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    /* padding-bottom: 20px; */
    position: relative;
}

.form-card {
    text-align: left;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    background: #fff;
    padding: 0px 10px 10px 10px;
}
    .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.3) !important; }
  .form-card::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.3) !important; }
  .form-card:-ms-input-placeholder {
    /* IE 0+ */
    color: rgba(0, 0, 0, 0.3) !important; }
  .form-card:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.3) !important; }
  .form-card:focus, .form-control:active {
    border-color: #46b5d1 !important; 
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea {
    /* padding: 5px 5px 0px 5px; */
    /* border: 1px solid #dfb692; */
    border-radius: 0px;
    margin-bottom: 2px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #595858;
    background-color: #EBF4FD;
    font-size: 16px;
    font-family:sans-serif;
    /* letter-spacing: 1px; */
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}

#msform .action-button {
    width: auto;
    background: #b90c0c;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 7px 13px;
    margin: 1px 10px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #e37d55;
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 7px 13px;
    margin: 1px 10px 10px 5px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 17px;
   /*  color: #ec6606; */
     color: #ffffff;
    /* margin-bottom: 15px; */
    font-weight: normal;
    text-align: center;   
   /*  text-decoration: underline white; */
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: #605d5d;
    text-align: left;
}

#progressbar {
   /*  margin-bottom: 30px; */
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #b90c0c;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 10%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #one:before {
    font-family: FontAwesome;
    font-family: sans-serif;
    content: "1"
}

#progressbar #two:before {
    font-family: FontAwesome;
    content: "2"
}

#progressbar #three:before {
    font-family: FontAwesome;
    content: "3"
}

#progressbar #four:before {
    font-family: FontAwesome;
    content: "4"
}
#progressbar #five:before {
    font-family: FontAwesome;
    content: "5"
}
#progressbar #six:before {
    font-family: FontAwesome;
    content: "6"
}
#progressbar #seven:before {
    font-family: FontAwesome;
    content: "7"
}
#progressbar #eight:before {
    font-family: FontAwesome;
    content: "8"
}
#progressbar #ten:before {
    font-family: FontAwesome;
    content: "10"
}
#progressbar #nine:before {
    font-family: FontAwesome;
    content: "9"
}

#progressbar li:before {
    width: 40px;
    height: 20px;
   /*  line-height: 45px; */
    display: block;
    font-size: 15px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 5px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 3px;
    background: lightgray;
    position: absolute;
    left: 0;
     top: 8px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #e37d55;;
}

.progress {
    height: 12px;
}

.progress-bar {
    background-color:  #e37d55;
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.header-bg-orange {
  height: 3px;
  background-color:#f27127;
}

.header-line-orange {
  height: 1px;
  background-color:#f27127;
}

.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #fff;
   border-top: 2px solid #f8bc2f;
   border-bottom: 2px solid #f8bc2f;
   color: #9a291d !important;
   text-align: center;
   font-style: italic;
}

.error {
  color: red;
  font-size: 16px;
  font-weight: bold;
  text-align:center;
}

.sm-note{
  color: blue;
  font-size: 12px;
}
.msform .label {
 /*  color: #000; */
   color: #900606;
 /*  text-transform: uppercase; */
  font-size: 12px;
  font-weight: 600; }

.msform .form-control {
  /* border: none; */
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  /* padding: 0;  */
  }

msform .error {
  color: red;
  font-size: 12px; 
}

msform .form-control {
  font-size: 14px; }
  
.red {
	color:red;
	font-size:14px;
	font-weight:bold;
}  

.checkboxes {
  display: flex;
  justify-content: left;
  align-items: left;
  vertical-align: middle;
  word-wrap: break-word;
}

.result-list {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .250rem .75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  border-bottom: 1px solid #4bc846;
   border-radius: 0;
}

.messagesOTP {
  color: red;
  font-size: 12px; 
  color:red;
  font-weight:lighter;
}

.note {
  color: gray;
  font-size: 12px;  
  font-weight:lighter;
}
  