 hr {
  opacity: 0.6;
  border-color: #009966;
}
.cbt-Modal {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
        z-index: 9999;  
        overflow: auto;
  position: fixed;
        visibility: hidden;
  margin-top: -250px;
  background: rgba(0,0,0,.8);
  
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
 
.cbt-Modal:target {
  opacity: 1;
  margin-top: 0px;
  visibility: visible;  
}
 
.cbt-Modal2 {
  opacity: 1;
  margin-top: 0px;
  visibility: visible;  
}


.ft-modal-content {
  width: 70%;
    padding: 25px;
  background: #FFF;
  max-width: 600px;
    margin: 70px auto;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
 

.ft-modal-close {
  top: 9px;
  right: 12px;
  float: right;
  position: absolute;
  color: #04585f;
}

.ft-modal-close:hover {
  top: 9px;
  right: 12px;
  float: right;
  position: absolute;
  color: #04585f;
}






 .answer__item{

color: #333;

  }
/* Style the form */
#cbtForm {
  background-color: #ffffff;
  margin: 100px auto;
  padding: 40px;
  width: 100%;
  
}

input:focus {
Color: #c49a6c;
border-bottom: 1px solid #2d043b;
 letter-spacing: 4px;
 text-transform: uppercase;
 font-size: 10px;
 border-radius: unset;
 border: none;


}


 input[type=text],input[type=email] {
  Color: #c49a6c;
  border-bottom: 1px solid #2d043b;
 letter-spacing: 4px;
 text-transform: uppercase;
 font-size: 10px;
 border-radius: unset;
 border: none;
width: 100%;


 }

}
#headerSpan{
    background: limegreen;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  border: none;

}







#timer{
  font-size: 30px;
  font-weight: bold;
  color: #333;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #04AA6D;
}

#AnswerSheet{
  display: none;
}



.main-btn-wide {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #003333;
  padding: 0 20px;
  font-size: 12px;
    font-family: 'Montserrat', sans-serif;

  line-height: 50px;
  border-radius: 0px;
    color: #fff;
    letter-spacing: 4px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 5;
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-color: #003333;
}
.main-btn {


  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #003333;
  padding: 0 20px;
  font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
  line-height: 50px;
  border-radius: 0px;
    color: #fff;
    letter-spacing: 4px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 5;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-color: #003333;
}
.main-btn:hover{
    color: #fff;
    border-color: #003333;
    background-color: #003333;
}










.subscribe-mmodal {

    opacity: 0;
    visibility: hidden;
    display: flex;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    transition: all 500ms ease-in-out;
    background-color: #f8f2f2;
}

/* Modal Content/Box */
.subscribe-mmodal-content {
    margin: auto;

       z-index: 1000;

    padding: 5px;
  width: 100%;
    height: 268px;
}

/* The Close Button */
.subscribe-mmodal-close {

    color: #ff6600;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    float: right;
    font-size: 24px;
    font-weight: bold;
}

.subscribe-mmodal-close:hover,
.subscribe-mmodal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
    color: gold;
}

.subscribe-mmodal.is-active{
  visibility: visible;
  opacity: 1;
}

 .tinfos{
    background-color: #07534f;
    color: #fff;
    padding: 6px;
    z-index: 10;}