.blogPic {
  max-height: 400px;
}
html {
  margin: 1%;
}
#navbarNav {
  justify-content: end;
}
#login_modal {
  float: right;
  background-color: transparent;
  border: 0ch;
  color: black;
  font-size: small;
}

.navbar {
  padding: 0.5%;
  margin: 0.5%;
  margin-top: 0%;
}

#login {
  float: right;
  background-color: transparent;
  border: 0ch;
  color: black;
  font-size: small;
}

.bloghead {
  background-image: url(../images/blogheader8.png);
  height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  /* background-size: cover; */
  background-size: 100%;
}

.heading1 {
  position: relative;
  top: 30vh;
  left: 10%;
}

.latest-blogs h1 {
  font-family: "Lora", serif;
  font-weight: 700 !important;
}

.latest-blogs {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 50px;
  margin-bottom: 40px;
  padding: 15px 20px;
  /* background-color: #00305b; */
  /* border-radius: 100px; */
  color: #00305b;
  font-family: "Lora", serif;
  font-weight: 600;
  width: 15vw;
  text-align: center;
}

.ficonsur {
  position: fixed;
  bottom: 30px;
  right: 30px;
  text-align: center;
  border-radius: 100px;
  padding-top: 13px;
  display: none;
  z-index: 10;
}

.ficon {
  color: whitesmoke;
  font-size: 30px;
}

.ficon2 {
  color: rgb(52, 50, 50);
  font-size: 30px;
}

.fildrop {
  overflow-y: scroll;
}

@media screen and (max-width: 1200px) {
  .bloghead {
    background-position: 0% 9%;
    background-size: 100%;
    height: 60vh;
  }
  .latest-blogs {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1025px) {
  .bloghead {
    background-position: 0% 9%;
    background-size: 100%;
    height: 55vh;
  }
  .latest-blogs {
    margin-top: 30px;
  }
  .left {
    display: none;
  }
  .right {
    position: relative;
    left: 54%;
    transform: translateX(-50%);
  }
  .ficonsur {
    display: block;
  }
}

@media screen and (max-width: 881px) {
  .g-0 {
    justify-content: center;
  }
  .cardsmScreen {
    text-align: center;
  }
  .bloghead {
    background-position: 0% 9%;
    background-size: 100%;
    height: 50vh;
  }
  .latest-blogs {
    margin-top: 30px;
  }
}

@media screen and (max-width: 706px) {
  .bloghead {
    background-position: 0% 9%;
    background-size: 100%;
    height: 39vh;
  }
  .latest-blogs {
    margin-top: 30px;
  }
}

@media screen and (max-width: 581px) {
  .bloghead {
    background-position: 0% 9%;
    background-size: 100%;
    height: 35vh;
  }
  .latest-blogs {
    margin-top: 30px;
  }
}

@media screen and (max-width: 451px) {
  .bloghead {
    background-position: 0% 9%;
    background-size: 100%;
    height: 30vh;
  }
  .latest-blogs {
    margin-top: 20px;
  }
}

@media screen and (max-width: 351px) {
  .bloghead {
    background-position: 0% 9%;
    background-size: 100%;
    height: 25vh;
  }
  .latest-blogs {
    margin-top: 5px;
  }
}

.row {
  width: 100%;
}

.left {
  width: 20%;
  float: left;
}
.deptcode {
  margin-bottom: 5px;
}
.right {
  width: 70%;
  /* float: right; */
  display: inline-block;
  float: right;
}

.latestlist {
  width: 80%;
  position: relative;
  margin-top: 30px;
  margin-left: 20px;
  /*width: 80%;*/
  display: flex;
  flex-wrap: wrap;
  justify-items: center;
}

.blogc {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: none !important;
}

/* Clear floats after the columns */

.row:after {
  content: "";
  display: table;
  clear: both;
}

.tag {
  margin-left: 5px;
}

.show2 {
  display: flex !important;
}

.btnf {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
  width: 100%;
}

.btnf:hover {
  background-color: #ddd;
}

.btnf.activef {
  background-color: #00305b;
  color: white;
}

.filteropt {
  text-align: center;
  font-weight: 500;
}
#alrt {
  display: none;
  z-index: 10;
  position: fixed;
  top: 80px;
}
.accfilt{
    overflow: scroll;
}
.tag:hover{
    background-color: white !important;
    color: #0275d8 !important;
}
