body {
  padding: 0;
  margin: 0;
}
.comple_txt {
  color: #00b050;
}
.inpro_txt {
  color: #7030c1;
}
.yet_txt {
  color: #f93c83;
}
.patient_nme {
  background: #43a53b;
  color: #fff;
  padding: 15px 25px;
  text-align: right;
  width: 100%;
  overflow: hidden;
}
.logo_prt {
  background: #f0f3f4;
  padding: 20px 0px;
}
.logout_btn {
  color: #fff;
  padding: 13px 25px;
  float: right;
  background: #414141;
  text-decoration: none;
  border-radius: 7px;
  font-size: 17px;
}
.logout_btn:hover {
  text-decoration: none;
  color: #fff;
}
h3 {
  color: #e90079;
  padding: 30px 0 15px;
}
h4 {
  color: #0d8ace;
  padding: 25px 0 5px;
}
.dash_tbl {
  width: 100%;
}
.dash_tbl tr th {
  background: #696969;
  color: #fff;
  padding: 10px;
}
.dash_tbl tr:nth-child(even) {
  background: #fff
}
.dash_tbl tr:nth-child(odd) {
  background: #eeeeee
}
.dash_tbl tr td {
  padding: 10px;
  border: 1px solid #bfbfbf;
}
.dash_tbl tr td a {
  color: #212529;
  text-decoration: underline;
}
.hm_inston {
  margin: 0;
  padding: 0;
}
.hm_inston ul {
  margin: 0 15px;
  padding: 0;
}
.hm_inston ul li {
  list-style: decimal inside;
  margin: 7px 0;
}
footer {
  background: #e6e6e6;
  width: 100%;
  color: #333;
  padding: 11px 0;
  font-size: 14px;
  text-align: center;
}
.tnks_txt {
  text-align: center;
  margin: 0 0 40px 0;
}
.tnks_txt h3 {
  color: #0e8602 !important;
  padding: 30px 0 15px;
  font-family: Papyrus;
  font-size: 46px !important;
  line-height: 64px !important;
  margin-bottom: 40px;
}
.qston_prt {
  background: #005e94;
  padding: 30px;
}
.qston_prt h4 {
  padding-top: 0px;
  color: #fff;
}
.qston_prt a {
  background: #37acdf;
  text-align: center;
  padding: 11px 0 15px 0;
  margin: 15px 0;
  display: block;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  font-size: 19px;
}
.qston_prt a:hover {
  color: #2B2B2B;
  background: #cdcdcd;
}
.qston_prt a.red {
  color: #fff;
  background: #EB3656;
}
.qston_prt a.red:hover {
  color: #fff;
  background: #EB3656;
}
.qston_prt a.green {
  color: #fff;
  background: #43a53b;
}
.qston_prt a.green:hover {
  color: #fff;
  background: #43a53b;
}
.qst_ans_prt a:hover {
  background: #37acdf;
  color: #fff;
}
.qston_prt a.grey {
  color: #333;
  background: #cdcdcd;
}
.qston_prt a.grey:hover {
  color: #333;
  background: #cdcdcd;
}
.qston_prt a.grey:before {
content: "\2713";
    float: right;
    padding-right: 20px;
    color: #43a53b;
    font-weight: bold;
    font-size: 25px;
}
h3.qstnprt {
  padding: 15px 0 15px;
}
.qstn_nav {
  text-align: center;
  padding: 30px 0 10px;
  font-size: 18px;
}
.qstn_nav a {}
.qstn_nav a i {
  margin-left: 15px;
  color: #333;
}
.qstn_nav span {}
.scr_thn_box {
  background: #f5f5f5;
  text-align: center;
  padding: 30px;
  border-radius: 10px;
  font-size: 24px;
  margin: 4%;
  border: 1px solid #ececec;
  -webkit-box-shadow: 0px 3px 8px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 8px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 8px -2px rgba(0, 0, 0, 0.75);
}
.video_cnt_prt {
  text-align: right
}
.video_cnt_prt a {
color: #fff;
padding: 13px 22px;
margin: 0 5px;
border-radius: 6px;
font-size: 17px;
}
.video_cnt_prt a.play {
  background: #34ab26;
}
.video_cnt_prt a.stop {
  background: #f5691c;
}
.video_cnt_prt a.play:hover, a.stop:hover {
  text-decoration: none;
}
.deoprt {
  margin: 20px 0 5px;
}
.procss_txt {
  color: #fe651f;
  margin-bottom: 15px;
}
.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 25px 0;
}
.breadcrumb a {
  text-decoration: none;
  outline: none;
  display: block;
  float: left;
  font-size: 16px;
  line-height: 36px;
  color: white;
  /*need more margin on the left of links to accomodate the numbers*/
  padding: 0 10px 0 30px;
  background: #666;
  background: linear-gradient(#666, #333);
  position: relative;
}
/*since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links*/
.breadcrumb a:first-child {
  border-radius: 5px 0 0 5px; /*to match with the parent's radius*/
  padding: 0 20px;
  background: #bebebe;
}
.breadcrumb a:first-child:before {
  left: 14px;
}
.breadcrumb a:last-child {
  border-radius: 0 5px 5px 0; /*this was to prevent glitches on hover*/
  padding-right: 20px;
  color: #fff;
  cursor: not-allowed;
}
/*hover/active styles*/
.breadcrumb a.active, .breadcrumb a:hover {
  background: #43a53b;
  background: linear-gradient(#43a53b, #43a53b);
}
.breadcrumb a.active:after, .breadcrumb a:hover:after {
  background: #43a53b;
  background: linear-gradient(135deg, #43a53b, #43a53b);
}
/*adding the arrows for the breadcrumbs using rotated pseudo elements*/
.breadcrumb a:after {
  content: '';
  position: absolute;
  top: 0;
  right: -18px; /*half of square's length*/
  /*same dimension as the line-height of .breadcrumb a */
  width: 36px;
  height: 36px;
  /*as you see the rotated square takes a larger height. which makes it tough to position it properly. So we are going to scale it down so that the diagonals become equal to the line-height of the link. We scale it to 70.7% because if square's: 

	length = 1; diagonal = (1^2 + 1^2)^0.5 = 1.414 (pythagoras theorem)

	if diagonal required = 1; length = 1/1.414 = 0.707*/
  transform: scale(0.707) rotate(45deg);
  /*we need to prevent the arrows from getting buried under the next link*/
  z-index: 1;
  /*background same as links but the gradient will be rotated to compensate with the transform applied*/
  background: #666;
  background: linear-gradient(135deg, #666, #333);
  /*stylish arrow design using box shadow*/
  box-shadow: 2px -2px 0 2px #fff, 3px -3px 0 2px #fff;
  /*

		5px - for rounded arrows and 

		50px - to prevent hover glitches on the border created using shadows*/
  border-radius: 0 5px 0 50px;
}
/*we dont need an arrow after the last link*/
.breadcrumb a:last-child:after {
  content: '';
  position: absolute;
  top: 0;
  right: -16px;
  width: 36px;
  height: 36px;
  z-index: 1;
  background: #f66f1c;
  border-radius: 0 5px 0 50px;
}
.breadcrumb a:last-child:hover {
  background: #f66f1c;
}
.flat a, .flat a:after {
  color: #fff !important;
  text-align: center;
  background: #333;
}
.flat a:hover, .flat a:hover:after {
  color: #fff;
  text-align: center;
  background: #333;
}
.flat a:first-child:hover, .flat a:first-child:hover:after {
  color: #fff;
  text-align: center;
  background: #43a53b;
}
.flat a:last-child, .flat a:last-child:after {
  text-align: center;
  background: #f66f1c;
}
.flat a:before {
  background: white;
  box-shadow: 0 0 0 1px #ccc;
}
.main_cnt_bg_mob {
  background-image: url(../img/cnt-bg.jpg);
  background-size: cover;
  padding-bottom: 25px;
}
/*.flat a:hover, .flat a.active, .flat a:hover:after, .flat a.active:after {

	background: #43a53b;

	color: #fff;

}*/
.tnks_pg_scor {
  float: none;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  .logo_prt .col-sm-6 {
    width: 50%;
  }
  .logout_btn {
    padding: 4px 10px 8px 10px;
    float: right;
    background: #414141;
    border-radius: 7px;
    font-size: 12px;
  }
  .logo_prt {
    padding: 10px 0px;
  }
  .breadcrumb {
    margin: 15px;
  }
  .breadcrumb a {
    font-size: 14px;
  }
  h3 {
    font-size: 24px;
  }
  .breadcrumb a:first-child {
    padding: 0 10px;
  }
  .breadcrumb a:last-child {
    padding-right: 12px;
  }
  .tnks_txt h3 {
    font-size: 33px !important;
    line-height: 40px !important;
  }
  .scr_thn_box {
    font-size: 22px;
  }
}
@media only screen and (min-width:600px) and (max-width:786px) {
  .logo_prt .col-sm-6 {
    width: 50%;
    float: left;
  }
  header .container {
    padding: 0;
    margin: 0;
    max-width: 98%;
  }
  .breadcrumb {
    padding: 15px;
    margin: 15px 0;
  }
  .scr_thn_box {
    width: 41%;
    float: left;
  }
  .tnks_txt h3 {
    font-size: 33px !important;
    line-height: 40px !important;
  }
  .scr_thn_box {
    font-size: 22px;
  }
	.logo_prt { padding: 20px;}	
}
@media only screen and (min-width: 786px) {}
.next_question {
  background: #f66f1c;
  border: transparent;
  color: #fff;
  border-radius: 4px;
  padding: 13px 22px;
 /* font-family: Roboto;*/
  margin-left: 9px;
  font-size: 17px;

}
.next_question .fa{
font-size: 15px;
padding: 0;
margin-left: 5px;
font-size: 13px;
}
@keyframes blink {
  0% {
    background-color: rgba(52, 171, 39, 1)
  }
  50% {
    background-color: rgba(52, 171, 39, 0.5)
  }
  100% {
    background-color: rgba(52, 171, 39, 1)
  }
}
@-webkit-keyframes blink {
  0% {
    background-color: rgba(52, 171, 39, 1)
  }
  50% {
    background-color: rgba(52, 171, 39, 0.5)
  }
  100% {
    background-color: rgba(52, 171, 39, 1)
  }
}
.video_btn {
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-animation: blink normal 1.5s infinite ease-in-out;
  /* Firefox */
  -webkit-animation: blink normal 1.5s infinite ease-in-out;
  /* Webkit */
  -ms-animation: blink normal 1.5s infinite ease-in-out;
  /* IE */
  animation: blink normal 1.5s infinite ease-in-out;
  /* Opera */
}

body{
  font-size: 17px;
}