section.inside_banner {
 /* background-color: #4fb3cd; */
  background-color: #97c4d0;
 /* background: url('../images/inside_banner.jpg'); */
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  /* min-height: 260px; */
  min-height: 130px;
  position: relative;
  background-position: 0;
}

footer {
    /* background: #0d0d15; */
    background: #97c4d0;
    padding: 25px 0;
}

.align-center {
    text-align: center;
}

.mtb-50 {
    margin-bottom: 50px;
    margin-top: 50px;
}

.square-box {
    background: #343c7d;
    padding: 20px;
}

.square-box h3 {
    color: #fff;
    font-weight: bold;
}

.book_box a{
    text-decoration: none;
}

div.card {
    padding: 10px;
    border: 2px solid #000;
}

table.book_tb {
    width: 100%;
}

table.book_tb td {
    padding: 6px;
}















