.prog-table td:nth-child(1) {
  width: 0%;
}

td {
  width: 12%;
}

.table td p {
  text-align: center !important;
}

.btn a {
  color: #fff;
}


section p {
  text-align: justify;
}


body {
  color: #000;
}

.header-region .navbar-nav>li>a>img{
      vertical-align: middle !important;
}

/* .baner-region strong {
  color: #ffce10;
} */


.baner-region h3 {
  border-radius: 10px;
  clear: both;
  color: #ffce10;
  margin-top: 0px;
  display: inline-block;
  padding: 8px 20px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}


/* .baner-region {
  position: relative;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  background-color: #3B1D51;
} */

.ms li {
  color: #000;
  text-align: justify;
}

section p {
  text-align: justify;
}

.testmonials-pull .slick-prev {
    left: 0 !important;
}

@media screen and (max-width: 767px) {

  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>thead>tr>th {
    white-space: inherit;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .baner-region .col-md-4 iframe {
    height: 520px;
  }

  .baner-region .col-md-8 {
    width: 50%;
  }

  .baner-region .col-md-4 {
    width: 50%;
  }
}