button.btnotp {
  background: #e85222;
  background-image: inherit;

}
.announcement {
  background: #ff3b3b;
  padding: 10px 0 2px 0;
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-size: 17px;
}

input.radio-box {
  margin: 10px;
}

section {
  padding-bottom: 20px !important;
}


.baner-region p a {
  color: #FFFFFF;
}

p#msg {
    color: #000;
    font-size: 13px;
    margin: 0 auto;
    text-align: center;
}

p#msg1 {
    margin: 5px auto;
    font-size: 13px;
    text-align: center;
}

div#welcomeDiv {
    margin-bottom: 0px !important;
}


section.baner-region.ms ul li {
  color: #fff;
}

.baner-region h1 span {
  color: #fbe41a;
}

.baner-region h3 {
  border-radius: 20px;
  clear: both;
  color: #fff;
  margin-top: 0px;
  display: inline-block;
  background: #f44336e6;
  padding: 5px 20px;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 25px;
}

.baner-region h4 {
  font-weight: bold;
  color: #fbe41a;
}

.accordion-panel {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 0;
}

.accordion-panel .panel {
  width: 100%;
  margin-bottom: 10px !important;
  box-shadow: inherit;
  padding: 0;
  border: none;
}

.accordion-panel .panel-default>.panel-heading {
  color: #000;
  background-color: #fff;
  border-color: #ffff;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.accordion-panel .panel+.panel {
  margin-top: 15px;
}

.accordion-panel .panel-default>.panel-heading a {
  display: block;
  padding: 15px 0 15px 55px;
  color: #000;
  outline: none;
  box-shadow: 0 5px 15px 0 rgba(68, 68, 68, 0.1);
  position: relative;
}

.accordion-panel .panel-default>.panel-heading a:after {
  content: "";
  position: absolute;
  top: 15px;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: transform 0.25s linear;
  -webkit-transition: -webkit-transform 0.25s linear;
  border: 1px solid #222;
  border-radius: 50px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  left: 22px;
}

.accordion-panel .panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #c1b4f9;
}

.accordion-panel .panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion-panel .panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-panel h4.panel-title {
  font-weight: 500;
}

.accordion-panel h4.panel-title a {
  text-decoration: none !important;
}

.accordion-panel .arrow-list {
  padding-left: 0;
}

.accordion-panel .arrow-list li i {
  margin-right: 4px;
}

.accordion-panel .panel .panel-body {
  background-color: #fff;
  border: 0;
  padding: 15px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(68, 68, 68, 0.1);
  box-shadow: 0 5px 15px 0 rgba(68, 68, 68, 0.1);
}

.accordion-panel .panel .panel-body p {
  margin-bottom: 0;
}

@media (max-width: 768px) {

  input.radio-box {
    margin: 8px;


  }

  .baner-region h3 {
    font-size: 14px;
    display: block;
  }

}
