@media screen and (max-width: 600px) {
    .mobile-hd{
        display: none;
    }

    .overlay-image-cont{
        position: inherit !important;
    }

    .overlay-div{
        position: inherit !important; 
        transform: inherit !important;
        width: 100% !important;
    }

    .mobile-nav-show{
        color: rgb(0 73 108) !important;
    }

    .navbar ul{
        background: rgb(255 255 255 / 90%) !important;
    }

    .mobile-nav-hide{
        color:grey;
    }

    .footer .footer-info .logo{
        line-height: 30px !important;
    }
}

.overlay-image-cont{
    position: relative;
}

.overlay-div{
    position: absolute; 
    top: 50%; 
    left: 60%; 
    transform: translate(-60%, -50%); 
    background: rgba(255, 255, 255, 0.7); 
    box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, 0.1); 
    border-radius: 10px; 
    padding:15px; 
    width:420px;
}





<!-------custom css by TGSPL ------->

.card {
  background: transparent;
  border: 0px;
  box-shadow: none;
}

.sidebar-card {
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 15px;

  border: 0px;
}

.feed-card {
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
  border: 0px;
}

.read-more {
  Color: linear-gradient(#00758C, #00496C);
  font-weight: bolder;
}

.popular-feeds {
  margin-top: 2%;
  margin-bottom: 2%;
  background-color: white;
}

.popular-feeds-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px;
}

.popular-feeds-img-h6 {
  /* font-weight: bolder;
  font-family: 'Archivo';
  /* margin-top: 15% !important; 
  font-size: 14px; */
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 15px;
  color: #1E3626;
}

.popular-feeds-img-p {
  /* font-size: 12px; */
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400;
  font-size: 7px;
  line-height: 8px;
  color: #1E3626;
}

.popular-tag {
  margin-top: 20px;
  margin-left: 30px;
  margin-bottom: 15px;
}

.search {
  padding: 5%;
}

.custom-tag {
  ackground: #77e7ff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 6px 12px !important;
  margin-left: 5px;
  line-height: 40px;
  font-size: 14px;
  color: #ffffff;
}

.img-div {
  position: relative;
}

.top-left {
  position: absolute;
  top: 15px;
  left: 20px;
  background: linear-gradient(320.4deg, #00758C 7.81%, #00496C 87.03%);
  padding: 12px 8px 8px 8px;
  border-radius: 2px;
}

.top-right {
  position: absolute;
  top: 17px;
  /* right: -1px; */
  left: 0px;
}

.top-right-n {
  position: absolute;
  top: -11px;
  left: 9px;
}

.top-right-m {
  position: absolute;
  top: -9px;
  right: 54%;
}


.badge-primary {
  color: #fff;
  background-color: #007bff;
  width: 80px;
  height: 35px;
  font-size: 11px !important;
  padding-top: 18px;
}

.sidemenu {
  padding: 15px;
  border-bottom: 1px solid grey;
}

.sidemenu-active:hover {
  color: white;
}

.sidemenu-active {
  background: linear-gradient(90deg, #00758C 7.81%, #00496C 87.03%);
  color: white;
}

.dropbtn:hover,
.dropbtn:focus {
  background-color: #2980B9;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 90%;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin-top: 22%;
}

.dropdown-content a {
  color: black;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}

.card-text-p {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #1E3626;
  text-transform: capitalize;
}

.anandiya-head {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #1E3626;
}

.form {
  background: #d7e5da61;
}

.section {
  color: Black;
  font-weight: 700;
  font-size: 18px;
  margin-left: 10%;
  font-family: 'Archivo';
}

.section-active {
  border-bottom: 2px solid black;
  padding-bottom: 10px;
  width: 100px !important;
}
.scroll {
  height: 305px;
  overflow: scroll;
}
