.mt-nav {
    margin-top: 94px!important;
    min-height: calc(100vh - 95px);
}

.w-100-img {
    width: 100%;
    max-height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
}

.subject-item {
    background-color: #e4e4e2;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    border: black 1px solid;
    font-weight: 200;
}

.tc__details {
    border-width: 2px 0 0 0;
    border-color: black;
    border-style: solid;
    line-height: 1.1em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}
.tc__img
{
height: 220px;
    -o-object-fit: scale-down;
       object-fit: scale-down;
}

.bordercard {
    border-width: 2px;
    border-color: black;
    border-style: solid;
}

.cardanchor, .cardanchor:hover {
    color: inherit;
    text-decoration: inherit;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.facilities-img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 300px;
}

.contact-card {
    border-radius: 20px;
}

.card-icon img {
    height: 35px;
    color: #F4BF02;
}

.card-icon {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

/* WORKSHEET PAGE */

 .tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}
 .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.tab button:hover {
    background-color: #ddd;
}
.tab button.active {
    background-color: #ccc;
    font-weight: 600;
}

/* Style the tab content */

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.li-pb-1 * {
    padding-bottom: 1em;
}

.month .flex-row ,.listrow{
    border-color: #626262;
    border-style: solid;
    border-width: 0 0 1px 0;
}

.gal_img_overflow {
  max-height: 120px;
  overflow-y: hidden;
}

.nopadding {
  padding: 0!important;
}

.gallery_img_1
{
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  
}
.gallery_img_2
{
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  
}
.borderthis
{
  border: 1px solid rgb(6, 6, 100);
}
.nopadding{
  padding: 0!important;
}
.downloadBtn
{
  max-width: 30px;
}
.mypdf
{
  height: 70vh;
} 
.articlehead
{
    font-weight: 800;
    color: #FCA91F;
}