@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

.tb_button {padding:1px;cursor:pointer;border-right: 1px solid #8b8b8b;border-left: 1px solid #FFF;border-bottom: 1px solid #fff;}

.tb_button.hover {border:2px outset #def; background-color: #f8f8f8 !important;}.ws_toolbar {z-index:100000} .ws_toolbar .ws_tb_btn {cursor:pointer;border:1px solid #555;padding:3px}   .tb_highlight{background-color:yellow} .tb_hide {visibility:hidden} .ws_toolbar img {padding:2px;margin:0px}</style><style>.tb_button {padding:1px;cursor:pointer;border-right: 1px solid #8b8b8b;border-left: 1px solid #FFF;border-bottom: 1px solid #fff;}.tb_button.hover {borer:2px outset #def; background-color: #f8f8f8 !important;}.ws_toolbar {z-index:100000} .ws_toolbar .ws_tb_btn {cursor:pointer;border:1px solid #555;padding:3px}   .tb_highlight{background-color:yellow} .tb_hide {visibility:hidden} .ws_toolbar img {padding:2px;margin:0px}
#checkform {
       margin: 0px auto 30px;
    text-align: left;
    width: 100%;
    padding: 0 2%;
    min-height: 320px;
}
a.popup-btn.c-button--primary {
    text-transform: capitalize;
    text-decoration: none !important;
}
.dis {
    clear: both !important;
    display: block;
    margin: 25px auto;
}

	.col-md-12 {
    
    padding: 2%;
    margin: 10px auto;
}
#finalshow {
    margin: 30px 0px;
}
#hdr {color:#ffffff !Important;}
#finalshow h3 {
        margin: 20px auto;
    font-size: 24px;
    text-align: center;
}
.progress-bar {
  width: 100%;
  height: 35px;
  background-color: #ddd;
  border-radius: 5px;
  position: relative;
}
.ref {
    font-size: 75%;
    display: block;
    clear: both !important;
    margin: 5% auto 0px;
}
.progress-bar-fill {
  height: 100%;
  background-color: #00808c;
  border-radius: 5px;
  transition: width 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

.progress-bar-text {
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #00474a;
    font-weight: bold;
    background: #cddd2c;
    padding: 10px;
}
#subbtn, #finishup, #nextq1, #nextq2, #nextq3, #nextq4, #nextq5, #nextq6, #prevq1, #prevq2, #prevq3, #prevq4, #prevq5, #prevq6, #restart {
background-color: #0e7b86;
    border: none;
    color: #ffffff;
    font-weight: bold;
    padding: 15px 40px;
    text-align: center;
    text-decoration: none;
    display: inline;
    font-size: 17px;
    text-transform: capitalize;
    width: auto;
    margin: 20px 20px 0 0;
}
	b, strong {
    font-weight: bolder;
    color: #00808c;
}
#finish {
    text-align: center;
}
#finish p {
    font-size: 1.3em;
    font-weight: bold;
    text-transform: capitalize;
}
	.thumb {    width: 100px;
    display: block;text-align: center;
    margin: 0px auto;}

.h3, h3 { font-weight: bold !Important;;
    font-size: 24px;
    margin: 20px auto;
}
	.h4, h4 {text-align:center;
}
.title { font-size: 1.5rem;
    font-weight: bold;
  margin: 10px auto; }

	.h5, h5 { line-height: 1.3em;
    font-size: 18px!Important;
    color: #757575!Important;
    font-weight: 300 !important;
}
.body-container .hs-form input[type=submit], [class*=c-button] {
    padding-left: 1.5em !Important;
    padding-right: 1.5em!Important; text-transform:capitalize;
}
	.h1, .h2, .h3, .h4, .h6, h1, h2, h3, h4,  h6 {
    color: #00808c;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 0.5em;
    margin-top: 0.25em;
}
button, input, select, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: auto!important;
    border-radius: 0;
}
#question2,#question3,#question4,#question5,#question6,#finish,#finalshow{display:none;}

.check {
    margin-left: 15%;
    max-width: 550px;
    line-height: 1.7;
  margin-top: -40px;
}
	.ques {
    background-color: #0e7b86;
    color: #fff;
    padding: 5px;
    position: relative;
    margin: 12px auto;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 10px;
}
	.ques:after {
    content: " ";
    position: absolute;
    right: 40%;
    top: -8px;
    border-top: none;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #0e7b86;
}
	[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) { padding: 5px; }
/*progressbar*/
	.mt-1 {
    margin-top: 0.25rem!important;
    text-align: center;
}
	
#progressbar {
  margin-bottom: 50px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
  margin-left: 30px;
}
#progressbar li {
  list-style-type: none;
  color: #000000;
  text-transform: uppercase;
  font-size: 9px;
  width: 15%;
  float: left;
  position: relative;
}

#progressbar li:before {
 /*  content: counter(step); */
counter-increment: step;
    width: 15px;
    line-height: 15px;
    display: block;
    font-size: 20px;
    color: #0e7b86;
    background: #0e7b86;
    border-radius: 3px;
    margin: 3px auto 5px auto;
    text-align: center;
    content: '*';
    border-radius: 100px;
}
/*progressbar connectors*/
#progressbar li:after {
content: "";
    width: 100%;
    height: 3px;
    left: -50%;
    top: 9px;
    z-index: 1;
    position: absolute;
}
#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
  background: #0e7b86;
  color: #0e7b86; border-radius:100px;
}
	.list:after {
   content: '';
    display: block;
    border-bottom: solid #ddd 3px;
    padding: 4px 0px 5px;
    width: 90%;
}
@media only screen and (min-width:1900px) {
  #progressbar {
    margin-bottom: 50px;
    overflow: hidden;
    counter-reset: step;
    margin-left: 90px;
}
}
	@media only screen and (max-width:980px) {
.ques {
    width: auto;
}
	}
	@media only screen and (max-width: 768px) {
  .ques {
    font-size: 8px;
    width: auto;
  }
      #coltwo {
    border-left: none !important;
    }
#progressbar {
    display: none;
}
		#checkform {
    width: 100%;
}
    .check {
    margin: 0px auto;
}
    .button, .button:hover, .button:visited {
    background-color: #0e7b86;
    border: none;
    color: #ffffff;
    font-weight: bold;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    display: inline;
    font-size: 17px;
    text-transform: capitalize;
    width: 100%;
    margin: 20px 20px 0 0;
}
		.ques:after {
    content: " ";
    position: absolute;
    right: 33%;
    top: -8px;
    border-top: none;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #27ae60;
}
}	