* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  font-size: 100%;
  vertical-align: baseline;
  line-height: normal;
  font-family: Arial, Helvetica, sans-serif;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
:focus-visible {
  outline: none;
}

/* Grid
==========================================*/
.container {
  position: relative;
  width: 1179px;
  margin: 0 auto;
  box-sizing: border-box;
}

#wrapper {
  display: grid;
  width: 100%;
  min-height: 100vh;
  grid-template-rows: auto 1fr auto;
}
/* Base Styles
========================================*/

body {
  color: #333333;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}
.header img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
table,
th,
td {
  border-collapse: collapse;
  text-align: left;
}
a {
  color: #374574;
  text-decoration: underline;
}
a:hover {
  color: #517caf;
}
/* Typography
=====================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}
/* h1 {
  font-size: 4rem;
  line-height: 1.2;
} */
h2 {
  font-size: 26px;

  line-height: 1.2;
}
h3 {
  font-size: 3rem;
  line-height: 1.3;
}
h4 {
  font-size: 2.4rem;
  line-height: 1.35;
}
h5 {
  font-size: 1.8rem;
  line-height: 1.5;
}
h6 {
  font-size: 1.5rem;
  line-height: 1.6;
}
p {
  margin: 0;
  line-height: 22px;
}
.list-none {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*====Header======*/

.rowbg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0 0 8px 8px;
  margin-bottom: 5px;
  min-height: 32px;
  width: 100%;
  background: rgb(250, 250, 250);
  background: -moz-linear-gradient(
    top,
    rgba(250, 250, 250, 1) 0%,
    rgba(220, 223, 225, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(250, 250, 250, 1)),
    color-stop(100%, rgba(220, 223, 225, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(250, 250, 250, 1) 0%,
    rgba(220, 223, 225, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(250, 250, 250, 1) 0%,
    rgba(220, 223, 225, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(250, 250, 250, 1) 0%,
    rgba(220, 223, 225, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(250, 250, 250, 1) 0%,
    rgba(220, 223, 225, 1) 100%
  );

  border-bottom: 1px solid #b4b4b4;
}
.mainnav li {
  display: inline-block;
  background: url("../images/divider.png") no-repeat scroll right bottom
    rgba(0, 0, 0, 0);
}
.mainnav li a {
  color: #2f3855;
  float: left;
  font-size: 12px;
  font-weight: bold;
  line-height: 32px;
  padding: 0 12px;
  text-decoration: none;
  text-transform: capitalize;
}
.mainnav li a:hover {
  color: #9f0000;
}
body {
  background: #295031 !important;
}
#wrapper {
  background: #295031 !important;
}
.search_btn {
  background: rgb(76, 147, 95);
  background: -moz-linear-gradient(
    top,
    rgba(76, 147, 95, 1) 0%,
    rgba(41, 80, 49, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(76, 147, 95, 1)),
    color-stop(100%, rgba(41, 80, 49, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(76, 147, 95, 1) 0%,
    rgba(41, 80, 49, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(76, 147, 95, 1) 0%,
    rgba(41, 80, 49, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(76, 147, 95, 1) 0%,
    rgba(41, 80, 49, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(76, 147, 95, 1) 0%,
    rgba(41, 80, 49, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c935f',endColorstr='#295031',GradientType=0);
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  padding: 5px;
}

.rowbg form {
  display: flex;
  margin-right: 10px;
}
.rowbg .form_control {
  width: 250px;
  margin-right: 5px;
}
.rowbg .form_control input {
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%) inset;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;
  -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 20%) inset;
  width: 100%;
  height: 27px;
}

/*===================Header End ================*/

/*====================Main====================*/
#Content main {
  width: 1000px;
  margin: 0 auto;
  background-color: #fff;
}
.sidebar {
  background: #fef17f;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px solid #aeb2bd;
  max-width: 185px;
  flex: 0 0 185px;
}
.sidebar h2 {
  padding: 4px 0;
  margin: 11px 0;

  font-weight: bold;
  color: #10700f;
  font-size: 14px;
}
.sidebar h2 a {
  color: #374574;
  text-decoration: underline;
}
.sidebar h2 a:hover {
  color: #10700f;
}
.sidebar ul {
  padding-left: 25px;
  margin: 12px 0;
}
.sidebar ul + ul {
  margin-bottom: 24px;
}
.sidebar li {
  color: #dc2720;
  font-weight: bold;
  font-size: 12px;
}
.sidebar li a {
  color: #374574;
  text-decoration: underline;
}
.sidebar li a:hover {
  color: #10700f;
}
.sidebar hr {
  border: 1px solid gray;
  height: 1px;
}

.content_wrapper {
  display: table-cell;
  margin-left: 5px;
  border: 1px solid #f4f2b9;
  padding: 5px;
  background-image: url("../images/inner-bg.jpg");
  background-position: top left;
  background-repeat: repeat-x;
  background-color: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  flex: 0 0 613px;
  max-width: 613px;
}
.title {
  background: #295031;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: rgb(255, 255, 255);
  float: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin: 5px 0 21px;
  padding: 5px 1%;
  width: 98%;
}
.content_wrapper h2 {
  color: #dc2720;
  font-size: 15px;
  padding: 4px 0;
  margin: 16px 0 80px;
  font-weight: 700;
}
.content_wrapper h5 {
  font-size: 11px;
  margin: 0 0 6em;
}
.des p {
  font-size: 12px;
  margin: 12px 0;
}
.des p span {
  display: block;
  color: #374574;
  font-weight: bold;
  font-size: 90%;
}
.des hr {
  border: 1px solid gray;
  height: 1px;
}
.HumanDiseases {
  margin: 0 0 44px;
}
.HumanDiseases h3 {
  color: #10700f;
  font-size: 14px;
  font-weight: 700;
  padding: 4px 0;
  margin: 12px 0;
}
.HumanDiseases p {
  font-size: 12px;
  margin: 12px 0;
}
.centediv p {
  font-size: 12px;
  margin: 30px 0;
}
.centediv hr {
  border: 1px solid gray;
  height: 1px;
}
hr {
  border: 1px solid gray;
  height: 1px;
}
.centediv .GreenAndHealthy {
  margin: 40px 0 25px;
  text-align: center;
}
.centediv span {
  color: #006600;
  font-weight: bold;
  font-size: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
}

.RightMenu {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 10px rgb(0 0 0) inset;
  -moz-box-shadow: 0 0 10px rgb(0, 0, 0) inset;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0) inset;
  font-size: 12px;
  padding: 10px 5px;
  margin: 0 4px;
  max-width: 185px;
  flex: 0 0 185px;
}
.RightMenu h4 {
  color: #dc2720;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: bold;
  font-size: 12px;
  margin: 12px 0;
}
.RightMenu h4 a {
  display: block;
}
.RightMenu h2 a {
  font-size: 14px;
  font-weight: 700;
}
.RightMenu h2 {
  font-size: 14px;
  font-weight: 700;
  color: #10700f;
  font-size: 120%;
}
.RightMenu ul {
  padding-left: 25px;
  margin: 12px 0;
}
.RightMenu ul li a {
  font-weight: 700;
}
 /* css added  by somit 28-01-2023 */
 div#CollapsingNavbar {
  align-items: center;
  border-radius: 0 0 8px 8px;
  margin-bottom: 5px;
  min-height: 32px;
  width: 100%;
  background: rgb(250, 250, 250);
  background: -moz-linear-gradient( top, rgba(250, 250, 250, 1) 0%, rgba(220, 223, 225, 1) 100% );
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0%, rgba(250, 250, 250, 1)), color-stop(100%, rgba(220, 223, 225, 1)) );
  background: -webkit-linear-gradient( top, rgba(250, 250, 250, 1) 0%, rgba(220, 223, 225, 1) 100% );
  background: -o-linear-gradient( top, rgba(250, 250, 250, 1) 0%, rgba(220, 223, 225, 1) 100% );
  background: -ms-linear-gradient( top, rgba(250, 250, 250, 1) 0%, rgba(220, 223, 225, 1) 100% );
  background: linear-gradient( to bottom, rgba(250, 250, 250, 1) 0%, rgba(220, 223, 225, 1) 100% );
  border-bottom: 1px solid #b4b4b4;
}
div#main {
  margin: 0 auto;
  background-color: #fff;
}
/* End css by somit  */

.view-category-pages .cat-green-row:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.view-category-pages .cat-green-row {
    padding: 20px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    margin-bottom: 20px;



}
.view-category-pages .cat-green-row .cat-title-page a:hover {
   color: #295031;
}
.view-category-pages .cat-green-row .cat-title-page a {
color: #10700f;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 26px;
    display: block;
}
.view-category-pages  .cat-green-row .cat-body-page span {
    font-size: 18px;
   margin-bottom: 15px;
    font-family: sans-serif;
    font-weight: 400;
    line-height: 23px;
    color: #333;
  }
  .sidebar .block {
    border: none;
  }
  .cat-green-row-block  .cat-title-block span:hover {
     color: #295031;
     cursor: pointer;
  }
  .cat-green-row-block  .cat-title-block span {
    color: #10700f;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 21px;
    display: block;
  }
  .view-category-blocks  .cat-green-row-block  {
    padding-bottom: 15px;
    padding-top: 10px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    margin-bottom: 20px;
    background: oldlace;
   
  }
  .cat-green-row-block .views-field-body span {
    line-height: 18px;
    display: block;
    color: #333;
  }