@charset "UTF-8";

.lower-hero{
  background-image: url(../img/top-bg.jpg);
}
.r-flex{
  display: flex;
  justify-content: space-between;
}
.r-flex .col-md-4{
  width: 30%;
  background-color: #f3f3f3;
  margin-bottom: 35px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.text-box {
    padding: 16px;
}
.image-title-1 {
    font-weight: bold;
    /* margin-top: 10px; */
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.label-default {
    background-color: #3a3a3a;
}
.label {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    padding: 0 10px;
    border-radius: 15px;
}
.text-danger {
    font-size: 20px;
    color: #fa454e;
}
.label-danger {
    background-color: #fa454e;
}
small{
  display: block;
}
.mt-3{
  margin-top: 24px;
}
.well{
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  font-size: 16px;
}
.table{
  width: 100%;
  margin-bottom: 20px;
}
.table th{
  background-color: #fafafa;
}
.bg-b{
  background-color: rgb(217, 247, 255);
  padding: 80px 0;
  width: 100%;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
  border: 1px solid #ddd;
}
.table>tbody tr td,
.table>tbody tr th{
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.btn:hover{
  background-color: #ddd;
}
.mlr-2{
  margin-bottom: 50px;
}
.mlr-2 h3{
  font-size: 20px;
}
.th-width-1 {
  width: 230px;
}
.th-width-2 {
  width: 130px;
}
