
ol {
    padding-left: 30px;
}
/* ol li {padding: 3px 0 3px 10px;} */
.btn-grp {
  background: antiquewhite;
  padding: 10px;
  text-align: center;
  width: 480px;
}

.btn-grp a {
  background-color: #e85526;
  color: #fff;
  padding: 5px 20px;
  display: inline-block;
  margin-top: 10px;
  border-radius: 5px;
  font-weight: bold;
}

a.btn.btn-warning {
  background-color: #e85526;
  border-color: #e85526;
  width: 100%;
  margin-bottom: 10px;
}

.form-region {
  background-color: #ccc;
}

button.btnotp {
  right: 20px;
  top: 4px;
}

.form-region .common-form .btn.btn-warning {
  background-color: #e85526 !important;
  color: #fff !important;
  padding: 6px 12px !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  width: 100%;
}


table td {
  padding: 8px !important;
  background-color: #fff;
  border: 1px solid #ddd !important;
}

.table-responsive {
  border-radius: inherit !important;
}
/* breadcrumb css */

.breadcrumbouter .breadcrumb {
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
  padding: 8px 0;
}

.breadcrumb>.active {
  color: #e85222;
}

.breadcrumb>li+li:before {
  content: "\f105";
  font-family: 'FontAwesome';
  color: #121212;
}

section.breadcrumbouter {
  padding: 0 !important;
  background: transparent;
}

.breadcrumb>li>a {
  color: #000;
}

/* breadcrumb css */

.goals {
  box-shadow: 0px 3px 6px #00000029;
  background: #fff;
  border-radius: 10px;
  padding: 10px 11px;
  text-align: left;
  min-height: 105px;
  margin-bottom: 0px;
}
.goals .authors {
  display: inline-block;
  margin: 0px 7px 0px 0px;
  float: left;
}
.goals .authors img {
  border: 1px solid #707070;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 2px;
}
.goals h6 {
  font-weight: 600;
  padding-top: 0;
  margin-bottom: 5px;
  font-size: 15px;
}
.goals p {
  line-height: normal;
  font-size: 14px;
}

/* faq start */
.accordion-section h2 {
  margin-bottom: 20px;
}

.accordion-section .panel-default {
  border-radius: 0;
  border: none;
  margin-bottom: 20px;
}


.accordion-section .panel-default>.panel-heading {
  border: 0;
  /* background: #f6f5f5; */
  padding: 12px;
}

.accordion-section .panel-default .panel-collapse {
  border: 1px #eee solid;
}

.accordion-section .panel-default .panel-title a {
  display: block;
}

.accordion-section .panel-default .panel-title a:after {
  font-family: 'FontAwesome';
  font-style: normal;
  font-size: 2rem;
  content: "\f106";
  color: #000;
  right: 25px;
}

.accordion-section .panel-default .panel-title a.collapsed:after {
  content: "\f107";
}

.accordion-section .panel-default .panel-body {
  font-size: 14px;
  color: #000
}

.accordion-section .panel-default h3.panel-title {
  text-align: left;
  margin: 0px;
  font-size: 17px;
  color: #000;
  font-weight: 600;
}

.accordion-section .panel-default h3.panel-title a:focus {
  outline: none;

}

/* faq end */

.blog-post ul li {
  transition: all .4s ease;
  margin-bottom: 7px !important;
  border: 1px solid #e3e2e2;
  padding: 10px 15px 10px;
  float: left;
  background: #fff;
  width: 100%;
  list-style: none;
  height: auto;
  display: block;
  font-weight: bold;
}

.blogs {
  margin: 0 0 30px;
  float: left;
}

.blogs ul{
  padding-inline-start: 0px;
}

h3.side {
  text-align: left;
  padding-left: 10px;
}


.ms ul li::before {
  color: #e85526;
}

.table{
    margin-bottom: 10px;
    margin-top: 10px;
}
.table tbody > tr:first-child td{
    background-color:#054477; 
    color: #fff;
  font-weight: 500px;
}

.table tbody > tr:first-child td a{
    color: #fff;
}

ol.heading-ol li::marker {
    font-size: 22px;
}

ol.heading-ol li h3 {
    margin-top: 0;
}

.Benefits div {
    flex: 1 48%;
}
.Benefits {
    display: flex;
    flex-wrap: wrap;
    background: #f6f5f5;
    align-items: center;
}

.Benefits .right-side {
    padding: 15px;
}

@media (max-width: 768px) {
  section h1 {
    font-size: 22px;
  }

  section h2 {
    font-size: 20px;
  }

  .btn-grp {
    width: 100%;
  }

  .table-responsive>.table-bordered {
    margin-top: 0;
  }

  .table-responsive>.table>tbody>tr>td {
    white-space: inherit;
  }

  .accordion-section .panel-default .panel-title a {
    font-size: 16px;
    margin-right: 11px;
  }

  .content-pages ul {
    padding-left: 0;
  }

  .Benefits div {
    flex: 1 100%;
}

}