@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Istok+Web:ital,wght@0,400;0,700;1,400;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Palanquin+Dark:wght@400;500;600;700&family=Patrick+Hand&family=Paytone+One&family=Permanent+Marker&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

fa-file-pdf-o {
  color: red;
}

body {
  font-family: "Inter", sans-serif;
}

.mid-navbar {
  display: grid;
  grid-template-columns: 1fr 6fr 1fr;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.top-navbar {
  display: flex;
  justify-content: space-between;
  background: linear-gradient(269.87deg, #084095 2.99%, #108e16 96.59%);
  padding: 6px 10px;
}

.socialMedia-Links,
.someOther-Links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.top-navbar .d-flex {
  display: flex;
  gap: 5px;
  align-items: center;
}

.top-navbar p {
  font-size: 15px;
  line-height: normal;
  margin: 0;
}

.text-white {
  color: #fff;
}

.someOther-Links a {
  text-decoration: none;
  margin: 0;
  padding: 3px 7px;
  font-size: 13px;
  border-radius: 5px;
}

.someOther-Links input {
  display: inline-block;
  padding: 3px 16px 3px 12px;
  border: 1px solid #dddbda;
  border-radius: 4px;
  background-color: #fff;
  color: rgb(8, 7, 7);
}

.search-btn {
  display: inline-block;
  outline: 0;
  border: none;
  cursor: pointer;
  /* height: 32px; */
  padding: 5px 16px;
  border-radius: 50px;
  background-color: #1c5392;
  color: white;
  font-size: 12px;
  font-weight: 500;
}

.search-btn:hover {
  background-color: #2222221a;
  color: black;
}

.nabar-header {
  background-color: rgb(255, 255, 255);
  margin: 0px;
  color: black;
}

.nabar-header h3 {
  margin: 0px;
}

.nav li {
  display: inline-block;
  list-style: none;
  padding: 3px 1px;
  margin: 3px 1px;
}

.nav ul {
  margin: 0px;
  background-color: rgb(255, 255, 255);
}

.nav .active {
  background-color: rgb(253, 253, 253);
  color: black;
}

.nabar-header h3 {
  text-align: center;
}

.nav li a:hover,
.nav li a:active {
  background-color: #0f8820;
  color: rgb(255 255 255);
}

.nav li:active a

/* .boxxer{ */
/* display: grid;
    border: 2px solid black;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    }
     */
.left {
  position: absolute;
  left: 34px;
  top: 0px;
  display: inline-block;
  display: inline-block;
}

.left img {
  width: 110px;
  filter: 100%;
}

.right {
  left: 34px;
  top: 0px;
  display: inline-block;
}

.right img {
  width: 110px;
  filter: 100%;
}

nav#Navbar {
  background: #fff;
  box-shadow: 0 -0.5rem 1rem rgba(0, 0, 0, .15) !important;
  padding: 5px 0px;
}

.nav li a {
  padding: 5px 10px;
  text-decoration: none;
  color: rgb(0, 0, 0);
}

.nav2 {
  text-align: center;
  margin: auto;
  line-height: 0.6;
}

* {
  box-sizing: border-box;
}

.dropbtn {
  /* background-color: #4CAF50; */
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  margin-top: 5px;
  display: none;
  position: absolute;
  background-color: rgb(255 255 255);
  min-width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 20px 10px;
}

.level3-dropdown-content {
  margin-top: 5px;
  display: none;
  position: absolute;
  left: 200px;
  top: 22px;
  /* right: 0px; */
  background-color: rgb(12, 33, 82);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.level4-dropdown-content {
  margin-top: 5px;
  display: none;
  position: absolute;
  left: 200px;
  top: 0px;
  /* right: 0px; */
  background-color: rgb(12, 33, 82);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.statusreportbtn:hover .level3-dropdown-content {
  display: block;
}

.Minutes:hover .level4-dropdown-content {
  display: block;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
  z-index: 999;
}

.marqueetag {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #0f8820;
  box-shadow: 5px 2px 5px gray;
  padding: 12px 15px;
}

#marqueee a,
.marqueetag a {
  text-transform: capitalize;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.marqueetag div {
  background-color: #0a507c;
  height: inherit;
  width: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255);
  padding: 12px 16px;
}

.notice-board {
  font-size: small;
  overflow-y: scroll;
}

body {
  font-family: Verdana, sans-serif;
  margin: 0px;
  padding: 0px;
  z-index: -10;
}

.mySlides {
  display: none
}

img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  max-width: 100%;
  /* min-height: 70vh; */
  /* max-height: 292.562px; */
  margin-top: 0px;
  background-color: rgb(12, 33, 82);
}

/* Hide the images by default */
.myslides {
  position: absolute;
  width: 100%;
  transition-property: transform;
  transition-duration: 0.5s;
}

.mySlides {
  display: none;
}

.mySlides img {
  width: 100%;

  object-fit: cover;
}

/* Next & previous buttons */
.prevv,
.nextt {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  /* z-index: 1; */
  display: none;
}

/* Position the "next button" to the right */
.nextt {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prevv:hover,
.nextt:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.imageSlider-dotContainer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  /* margin: 0 2px; */
  background-color: #fcfcfc;
  border-radius: 50%;
  display: inline-block;
}

.dot:hover {
  background-color: #08950f;
}

.dot-active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

#menuToggleBtn {
  display: none;
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

  .prev,
  .next,
  .text {
    font-size: 11px
  }
}

.main-body {
  background-color: #eeeeee;
  margin: 0px;
}

.circle-links {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  /* margin: 10px 100px; */
  padding: 40px 30px;
  background-color: #ffffff;
  /* box-shadow: 2px 2px 5px gray; */
}

.circle-links div {
  height: 8em;
  width: 8em;
  background-color: #14d35d;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.circle-links div:hover {
  box-shadow: 5px 5px 10px gray;
  font-weight: bold;
}

.circle-links a {
  color: white;
  text-decoration: none;
}

/* footer */
.client-logo-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  /* padding: 40px; */
  /* background-color: black; */
}

.client-logo-bar a {
  margin: 30px 10px;
}

.client_logo {
  width: 80px;
}

.client-logo-bar a {
  font-size: 14px;
}

.footer-upper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 25%);
  color: white;
  margin-top: 0;
}

.footer-upper>div {
  /* border:  2px solid ; */
  position: relative;
  padding: 20px;
  font-size: small;
}

.footer-upper ul li a {
  text-decoration: none;
  color: #fff;
}

.footer-bottom p a {
  color: #fff;
}

.footer-bottom {
  text-align: center;
}

.left img {
  width: 50%;
  /* margin-top: 20px; */
  object-fit: cover;
  /* position: relative; */
  /* overflow: hidden; */
  /* border:  2px solid ; */
}

.right-footer {
  display: block;
  /* width: 100%; */
  /* background:green; */
}

.right-footer a {
  text-decoration: none;
  color: white;
}

.right-footer .lists {
  display: flex;
  justify-items: center;
  /* width: 10px; */
}

.footer-bottom {
  color: white;
  padding: 20px 20px 20px 55px;
  font-size: small;
}

.footer-bottom p {
  padding: 0;
  margin: 0;
}

.social-media-icon {
  position: fixed;
  top: 250Px;
  left: 0px;
  color: black;
  /* background: #39df10; */
  width: 50px;
  height: 200px;
}

.social-media-icon div {
  width: 100%;
  font-size: larger;
  padding: 8px 8px 8px 15px;
  background-color: white;
  color: #f2f2f2;
  border-radius: 5px;
  transition: all 0.5s;
}

.social-media-icon div:hover {
  width: 100px;
}

.social-media-icon a {
  text-decoration: none;
  color: white;
}

.board-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 50px;
  margin-left: 40px;
  margin: 30px 100px;
  justify-content: end;
}

.video-container {
  height: 253px;
  width: 100%;
  object-fit: cover;
  display: flex;
  align-items: end;
  justify-content: end;
}

.left-bar {
  border: 0.5px solid rgb(187, 187, 187);
  overflow: hidden;
  background: #ffffff;
}

.left-bar h4 {
  margin: 0px;
  /* margin-bottom: 20px; */
  padding: 8px;
  background-color: #08950f;
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
}

.right-bar {
  display: flex;
  align-items: center;
  justify-content: start;
}

.notice-board {
  border: 0.5px solid rgb(187, 187, 187);
  height: 290px;
  /* width: 95%; */
  /* border: 2px solid black; */
  background: #ffffff;
  /* box-shadow: 6px 6px 4px rgb(177, 169, 169); */
}

.notice-board .notice-board-head {
  position: sticky;
  top: 0;
  text-align: center;
}

.notice-board h4 {
  margin: 0px;
  /* margin-bottom: 20px; */
  padding: 8px;
  background-color: #08950f;
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
}

.minister-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 50px;
  margin-left: 40px;
  margin: 30px 100px;
  padding-bottom: 30px;
}

.respected-miniters {}

.minister-row .left-item,
.right-item {
  text-align: center;
  background-color: white;
  border: 0.5px solid rgb(187, 187, 187);
}

.respected-miniters h4 {
  margin: 0px;
  margin-bottom: 20px;
  padding: 8px;
  background-color: #08950f;
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
}

.right-item h4 {
  margin: 0px;
  margin-bottom: 20px;
  padding: 8px;
  background-color: #08950f;
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
}

.profile-holder {
  display: flex;
  align-items: center;
  justify-content: center;
}

.respected-miniters .profile {
  width: 280px;
}

.respected-miniters .profile img {
  height: 100px;
  width: 80px;
}

.profile p {
  margin: 7px;
  /* padding: 0px; */
}

.profile {
  width: 200px;
}

.profile img {
  height: 80px;
  width: 60px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 2px 2px 10px gray;
}

.profile-holder-second,
.profile-holder {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-right: 10px;
  align-items: baseline;
}

.name {
  text-align: center;
}

.msg {
  overflow: hidden;
}

.minister-row .name p {
  font-size: x-small;
}

@media only screen and (max-width: 768px) {
  .marqueetag div {
    width: inherit !important;
  }

  .top-navbar {
    padding: 20px 15px !important;
  }

  .product-container {
    margin: 8px !important;
  }

  .institute-logo img {
    max-width: 200px;
    object-fit: contain;
  }

  .profile img {
    height: 120px;
    width: 100px;
  }

  .annual-report-table th {
    padding: 10px 30px;
  }

  .contactus-image {
    padding: 20px;
  }

  iframe.contactUs-map {
    width: 100%;
  }

  .contactus-container {
    margin: 48px 0;
    width: 100%;
    padding: 20px;
  }

  .mbw-100 {
    width: 100% !important;
    padding: 30px;
  }

  .para ol {
    padding: 0px 10px;
  }

  .custom-table {
    width: 100%;
    overflow: auto;
  }

  table.annual-report-table {
    width: 100%;
  }

  .minister-row .name p {
    font-size: small;
  }
}

.right-item {
  /* background-color: #ffffff; */
  /* margin: 8px; */
}

/* CEO-Desk-container Page*/
.CEO-Desk-container p {
  text-align: justify;
  text-indent: 40px;
}

.CEO-Desk-container .head-a {
  font-size: larger;
  font-weight: bold;
}

.head-b {
  font-size: x-large;
  line-height: 0%;
  font-weight: bold;
}

/* Query form */
.modal-container {
  background-color: cadetblue;
  width: 350px;
  min-height: 150px;
  font-weight: bold;
  color: white;
  border-radius: 25px;
  font-size: 1.5rem;
  z-index: 1;
}

.open-modall {
  padding: 10px 15px;
  font-size: medium;
  border-radius: 15px;
  background-color: darkcyan;
  border: none;
  color: black;
  font-weight: normal;
  text-decoration: none;
  transition: 0.5s;
}

.download-btn {
  padding: 10px 15px;
  font-size: medium;
  border-radius: 15px;
  background-color: darkcyan;
  border: none;
  color: black;
  font-weight: normal;
  transition: 0.5s;
}

.download-btn a {
  text-decoration: none;
  color: black;
  transition: 0.5s;
}

.open-modall:hover {
  text-decoration: none;
  box-shadow: 3px 3px 10px white;
  color: white;
  background-color: rgb(6, 114, 114);
}

.download-btn a:hover {
  text-decoration: none;
  /* box-shadow: 3px 3px 0px white; */
  color: white;
  /* background-color: rgb(6, 114, 114); */
}

.Query-form-container {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  visibility: hidden;
}

.modal-contentt {
  width: 800px;
  height: 600px;
  background-color: white;
  /* padding: 20px 40px; */
  border-radius: 10px;
}

.close-modal {
  display: inline-block;
  float: right;
  padding: 10px;
  /* position: absolute; */
  top: 0px;
  right: 10px;
  font-size: x-large;
}

.Qform-container {
  margin: 80px 120px;
}

.show-modal {
  visibility: visible;
  z-index: 10;
}

/* annual Report Page */
.annual-report-table {
  margin: auto;
  margin-top: 10px;
  width: 80vw;
  border-collapse: separate;
  border-spacing: 0 15px;
}

.annual-report-table tr {
  height: 60px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.annual-report-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #a7bea2;
  color: rgb(0, 0, 0);
}

.annual-report-table td {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

.annual-report-table tr>td:nth-child(2) {
  text-align: left;
}

/* Important Links Page */
.national-campa-links .circle-links {
  background-color: whitesmoke;
  justify-content: space-evenly;
}

.state-campa-links {
  background-color: whitesmoke;
  max-height: 900px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.state-campa-links a:hover {
  background-color: whitesmoke;
  fill: #087c2f;
}

.state-campa-links a:visited {
  fill: none;
}

.state-campa-links .svg-class {
  max-height: 900px;
}

.important-Links-container .table {
  width: 100%;
  border-collapse: collapse;
}

.important-Links-container .table,
.table th,
.table td {
  border: 2px solid black;
  padding: 2px 5px;
}

.important-Links-container .table th {
  background-color: #a9c2f1;
}

.important-Links-container .table td {
  background-color: #f5f5f5;
  white-space: normal;
}

.institute-logo {
  background-color: whitesmoke;
  padding: 10px;
}

.institute-logo img {
  height: 60px;
  margin: 10px;
  border: 5px solid black;
}

.institute-logo img:hover {
  /* height: 62px;
  margin: 10px;
  border: 5px solid black; */
  box-shadow: 2px 2px 10px black;
}

/* about us Page */
.aboutus-container {
  margin: 40px 110px;
}

.aboutus-container .content-odd {
  display: grid;
  grid-template-columns: 4fr 1fr;
  grid-gap: 10px 10px;
  justify-content: center;
  align-items: center;
  /* padding: 10px 50px; */
}

.aboutus-container .content-odd p {
  text-align: justify;
}

.aboutus-container .content-odd img {
  object-fit: cover;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  /* height: 250px; */
  width: 100%;
}

.aboutus-container .content-even {
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-gap: 10px 10px;
  justify-content: center;
  align-items: center;
  /* padding: 10px 50px; */
}

.aboutus-container .content-even p {
  text-align: justify;
}

.aboutus-container .content-even img {
  object-fit: cover;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  /* height: 250px; */
  width: 450px;
}

/* Contact us Page */
.contactus-container {
  margin: 40px 110px;
  /* background-color:black; */
}

.contactus-image {
  /* background-image: url('./image/GoogleMapTA.jpg'); */
  width: 99vw;
  height: 50vh;
}

.contactUs-map {
  width: 99vw;
  height: 50vh;
}

.contactus-container .para {
  display: block;
}

/* Nurseries Page */
.nurseries-container {
  width: 80vw;
  margin: auto;
  margin-top: 30px;
  /* background-color: black; */
  /* margin-top: 50px;  */
  /* margin-left: 90px;  */
  box-shadow: 5px 5px 20px gray;
  padding: 25px;
}

/* performa form */
.p-form {
  margin: 80px;
  padding: 10px 100px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 20px;
  background-color: hwb(0 99% 1% / 0.712);
}

.p-form .sec-second {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 80px;
  margin: 0px 60px;
}

.p-form .field {
  display: block;
  display: grid;
  grid-template-rows: 1fr 1fr;
  /* padding: 0 10px; */
}

.p-form div {
  margin-top: 20px;
  ;
}

.sub-points {
  /* margin-top: 15px; */
  margin-left: 50px;
  font-size: small;
}

.sub-points input {
  margin-left: 25px;
  font-size: small;
}

.p-form input[type=text],
input[type=password],
input[type=number],
input[type=email],
textarea,
select {
  /* margin: 10px 20px; */
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 4px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

  :focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
  }
}

.p-form input[type=file] {
  padding: 6px 12px;
}

.p-form select {
  padding: 6px 12px;
  font-size: 16px;
}

.sec-third {
  padding: 5px;
  margin: 0px 60px;
}

.sec-third textarea {
  margin-top: 10px;
  margin-bottom: 5px;
}

.sec-fourth {
  margin: 0px 60px;
}

.sec-fifth {
  margin: 0px 60px;
}

.sec-fifth .sub-points {
  margin: 0px 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 80px;
}

.sec-fifth .field-fifth {
  display: grid;
  grid-template-rows: 1fr 1fr;
}

.sub-sub-points {
  margin-left: 50px;
  font-size: smaller;
}

.btn-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #08950f; */
  margin: 30px;
}

.btn-container button {
  margin: 20px;
  display: inline-block;
  padding: 15px 25px;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #1ea11e;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
}

.btn-container button:hover {
  background-color: #196621
}

input[type=file] {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 5px 10px;
  font-family: 'Helvetica', sans-serif;
  transition: .5s;
  margin-left: 10px;
  width: 250px;
}

.form-tag {
  text-transform: capitalize;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.performaform-Slider {
  width: 100vw;
  height: 60vh;
  /* display: none; */
}

/* input[type=text] {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
input[type=text]:focus {
  border: 3px solid #645ebd;
} */
/* MOM Page */
.mom-table {
  margin: auto;
  width: 100%;
  border-collapse: collapse;
}

.mom-table th,
.mom-table td {
  border: 1px solid gray;
  gap: 0px;
  text-align: center;
  padding: 10px 5px;
}

.mom-table .fa {
  color: #c74949;
  font-size: 1.5em;
}

.scheme-container {
  width: 80%;
  margin: auto;
  margin-top: 50px;
  text-align: justify;
  /* border-radius: ; */
}

.scheme-container .item {}

.scheme-container hr {
  width: 80%;
  margin: 20px;
  margin-left: 0px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Schemes */
.scheme-container {
  font-family: "Open Sans", helvetica, arial;
}

.scheme-container p {
  font-family: "Open Sans", helvetica, arial;
  font-size: 13px;
}

.scheme-container a {
  font-family: "Open Sans", helvetica, arial;
  font-style: italic;
  font-size: 13px;
  margin-left: 6px;
}

.table-container h4 {
  padding: 10px;
  /* background-color: #dad7d7; */
  margin: 0px;
  /* z-index: -1; */
}

.table-container div {
  /* background-color: #86b7fe; */
  /* position: relative; */
}

.scheme-name-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
  background-color: #bcd8bd;
  border-bottom: 1px solid black;
  /* border: 1px solid black; */
}

.scheme-name-container:hover {
  background-color: #8fd8ab;
}

.scheme-table-container {
  display: none;
  border: 1px solid black;
  border-top: none;
  /* overflow-x: visible; */
}

.scheme-report td:nth-child(2) {
  text-align: left;
}

.scheme-report th {
  text-align: center;
  padding: 5px 5px;
  font-size: 13px;
}

.scheme-report td {
  font-size: small;
}

/* Santion Page */
.scheme-table-container {
  padding: 20px;
}

.sanction-state, .apo-state {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
  background-color: #a1e5a4;
  border-bottom: 1px solid black;
}

.sanction-state:hover {
  background-color: #14d35d;
}
.apo-state:hover {
  background-color: #14d35d;
}

.sanction-table-container {
  display: none;
  /* width: 80% */
  /* margin: auto; */
  /* overflow: hidden; */
}

.scheme-report td:nth-child(2) {
  text-align: left;
}

.scheme-report th {
  text-align: center;
  padding: 5px 5px;
  font-size: 13px;
}

.scheme-report td {
  font-size: small;
}

.scheme-table-container table {
  width: 100%;
}

.sanction-table-container table {
  width: 100%;
}

/* Governing body */
.table-head {
  font-size: medium;
  font-weight: 150;
  border-bottom: 1px solid #196621;
  background-color: #0e802c;
  color: white;
  padding: 10px;
  margin-bottom: 20px;
}

.governingbody-table th {
  font-size: small;
  font-weight: 650;
  background-color: #c2c3d3;
}

.governingbody-table td {
  font-size: small;
  font-weight: 150;
}

.table-container {
  /* background-color: #999; */
  width: 80vw;
  margin: auto;
}

.fa-file-pdf-o {
  font-size: smaller;
  margin-left: 5px;
}

.alert {
  position: fixed;
  width: 100vw;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.alert-success {
  padding: 20px;
  background-color: #37ce64;
  color: white;
}

/* .closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.closebtn:hover {
  color: black;
} */
/* login page */
p.text-white.custom-para {
  font-size: 14px;
  line-height: normal;
}

.gradient-custom-2 {
  background-image: url('./image/campaimage.jpg');
  background-repeat: no-repeat;
}

#login-btn {
  background-color: #60d660;
  border: #1ea11e;
}

@media (min-width: 768px) {
  .gradient-form {
    height: 100vh !important;
  }
}

@media(max-width:700px) {
  .footer-bottom {
    padding: 20px !important;
  }

  .mySlides img {
    object-fit: contain;
  }

  .annual-report-table td a {
    padding: 5px;
  }

  .right-footer ul {
    padding: 0 25px;
  }

  .right-footer ul li {
    line-height: 22px;
  }

  .profile-holder-second .profile {
    margin-bottom: 35px;
  }

  .profile-holder-second .profile .name {
    margin-top: 20px;
  }

  .circle-links>div {
    margin: 22px 0px;
  }

  .mySlides img {
    height: 220px;
  }

  .slideshow-container {
    height: auto;
    min-height: auto;
  }

  .circle-links {
    padding: 20px;
    gap: 15px;
  }
}

@media (min-width: 769px) {
  .gradient-custom-2 {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
  }
}

@media only screen and (max-width: 700px) {
  .client-logo-bar {
    /* background-color: #fdfd; */
    width: 100%;
    /* display: flex; 
      justify-content: center;
      align-items: center; */
  }

  .client-logo-bar a {
    margin: 16px 10px;
    height: auto;
  }

  .client_logo {
    width: 127px;
    height: 70px;
    object-fit: contain;
  }

  .board-container {
    display: grid;
    /* border: 2px solid black; */
    grid-template-columns: 1fr;
    row-gap: 20px;
    margin: 5px 5px;
  }

  .contactus-container {
    width: 90vw;
    margin: auto;
  }

  .footer-upper {
    display: grid;
    /* border: 2px solid black; */
    grid-template-columns: 1fr;
  }

  .left {
    /* font-size: 10px; */
    /* width: 40%; */
    display: none;
  }

  .lists {
    display: flex;
    flex-wrap: wrap;
  }

  #Navbar li {
    display: block;
  }

  #Navbar {
    position: relative;
    /* margin: 0px; */
  }

  #Navbar ul {
    margin-top: 10px;
    margin-left: 0px;
    padding-left: 5px;
  }

  /* .show-navbar{
        height: 50px;
        overflow: hidden;
        border-radius:0px;
      } */
  .hide-navbar {
    height: 40px;
    overflow: hidden;
    border-radius: 0px;
  }

  .nav .menu-toggle-btn {
    position: absolute;
    right: 2px;
    top: 5px;
    display: inline-block;
    float: right;
    margin-right: 20px;
    color: rgb(184, 93, 93);
    /* font-size: medium; */
    color: white;
  }

  .dropdown-content {
    position: relative;
    margin-left: 30px;
    box-shadow: none;
  }

  .level3-dropdown-content {
    position: relative;
    margin-left: 30px;
    left: 0px;
    top: 0px;
    box-shadow: none;
  }

  .nav li {
    /* float:left; */
    display: block;
    position: relative;
    list-style-type: circle;
    padding: 3px 1px;
    margin: 3px 1px;
    /* padding: 5px 10px 5px 10px; */
  }

  .annual-report-table {
    width: 90vw;
    font-size: small;
  }

  .table-container {
    /* background-color: #999; */
    width: 90vw;
    margin: auto;
  }

  .nurseries-container {
    width: 90vw;
  }

  /* Login-page */
  .login-contrainer {
    background-color: black;
    width: 90vw;
    height: fit-content;
  }

  .sanction-table-container {
    display: none;
    /* width: 100% */
    /* margin: auto; */
    overflow: scroll;
  }

  .p-form {
    margin: 15px;
    padding: 10px 20px;
  }

  .p-form .sec-second {
    grid-template-columns: 1fr;
  }

  .p-form .field {
    grid-template-rows: 1fr;
  }

  .sec-fifth .sub-points {
    grid-template-columns: 1fr;
  }

  .sec-fifth .field-fifth {
    grid-template-rows: 1fr;
  }

  .sec-third textarea {
    width: 70vw;
  }

  .minister-row {
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-left: 40px;
    margin: 5px 5px;
  }

  .table-Container-ImportantLinks {
    overflow-x: scroll;
  }
}

@media only screen and (max-width: 1000px) {
  h2 {
    font-size: small;
  }

  h4 {
    font-size: small;
  }

  h3 {
    font-size: small;
  }

  p {
    font-size: small;
  }

  a {
    font-size: small;
  }

  .mid-navbar h3 {
    font-size: small;
  }

  .mid-navbar img {
    width: 80px;
    height: 80px;
    object-fit: fill;
  }

  .aboutus-container .content-odd {
    display: flex;
    flex-wrap: wrap;
    font-size: small;
  }

  .contactus-container,
  .aboutus-container {
    width: 90vw;
    margin: auto;
  }

  .scheme-table-container {
    overflow: scroll;
    /* width: inherit; */
  }

  .minister-row {
    margin-top: 20px;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-left: 40px;
    margin: 5px 5px;
  }

  /* .annual-report-table{
margin: auto; 
margin-top: 10px;
width: 1000px;
 border-collapse: separate;
 border-spacing: 0 15px;
} */
}

.fa-file-pdf-o {
  color: red;
  /* font-weight: 200; */
  font-size: x-large;
}

.right-item {
  padding: 0 0 20px;
}

footer {
  background: linear-gradient(0deg, rgba(14, 125, 48, 0.8), rgba(14, 125, 48, 0.8)), url(./image/footer-bg.png), #0f365c;
  background-size: cover;
  background-position: center;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
}

footer ul li a {
  font-size: 16px;
  line-height: 30px;
}

footer ul li {
  list-style: none;
}

footer p {
  font-size: 16px;
  line-height: 29px;
}

footer h3 {
  font-size: 23px;
  margin-bottom: 0;
}

footer {
  padding: 20px 0px;
}

.top-navbar ul.dropdown-menu {
  background: #fff;
  padding: 10px 20px;
  position: absolute;
  left: -11px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  top: 10px;
  display: none;
}

.top-navbar ul.dropdown-menu li {
  list-style: none;
  line-height: 21px;
}

.top-navbar ul.dropdown-menu li a {
  font-size: 14px;
  color: #000;
}

.top-navbar li.dropdown:hover ul.dropdown-menu {
  display: block;
}

.custom-menu img {
  max-width: 18px;
}

.custom-menu a.dropdown-toggle.text-white {
  display: flex;
  align-items: center;
  gap: 8px;
}

.custom-menu .caret {
  max-width: 8px;
}

.footer-links {
  max-width: 700px;
  margin: 0 auto;
}

.notice-board marquee {
  font-size: 17px !important;
  width: 100% !important;
  margin: auto !important;

}

.photo {
  text-align: center;
}

/* Cookie Consent */
.cookie-consent {
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #2c3e50;
  color: #ecf0f1;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  transition: transform 0.3s ease-in-out;
  transform: translateY(100%);
}

.cookie-consent__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  max-width: 800px;
}

.cookie-consent p {
  margin: 0;
  flex: 1;
}

.cookie-consent a {
  color: #3498db;
  text-decoration: none;
}

.cookie-consent__button {
  background-color: #3498db;
  color: #ecf0f1;
  border: none;
  padding: 10px 20px;
  margin-left: 15px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.cookie-consent__button:hover {
  background-color: #2980b9;
}

.cookie-consent--visible {
  transform: translateY(0);
}

.onlyMobile{
  display: none;
}
.profile-holder-second p {
  font-size: x-small;
}
.board-container {
  grid-row-gap: 30px;
  padding-bottom: 40px;
}
@media(max-width:800px){
  .onlyMobile{
      display: block;
  }
  .onlyDesktop{
      display: none;
  }
  footer ul{
      padding: 0;
  }
  footer {
      padding: 20px;
  }
  .footer-bottom p {
      word-wrap: break-word;
      text-align: left;
  }
  .board-container {
      display: flex;
      flex-direction: column-reverse;
  }
  .minister-row {
      display: flex;
      flex-direction: column-reverse;
  }
}


.profile-holder-second {
  display: block;
  width: 100%;
  padding-left: 20px;
}
.profile-holder-second .profile {
  display: flex;
  width: 100%;
  gap: 20px;
  margin-bottom: 20px;
  align-items: center;
}
.profile-holder-second .profile .name {text-align: left;}
.profile-holder-second .name b p {
  font-size: 17px;
}
.profile-holder-second .name p {
  font-size: 15px;
}
.notice-board {
  height: 100% !important;
}