body{margin: 0px; padding: 0px; font-family: 'Inter', sans-serif; background-color: #e8e8e8;} 

.top{background-color: #005849;}
.logoarea{background-color: #006d5b;}
.social-media{}
.social-media ul{margin: 0px; padding: 0px; float: right;}
.social-media ul li{list-style: none; float: left; padding: 10px 3px;}
.social-media ul li a img{height: 20px;}
.logo-box{}
.logo-box a img{height: 70px; padding: 10px 0px;}

.top-box{}
.top-box ul{float: right; margin:20px 0px; padding: 0px;}
.top-box ul li{list-style: none; float: left; color: #fff; font-weight: bold; margin-left: 16px;}
.top-box ul li img{height: 20px; margin-right: 7px;}



.mt20{margin: 20px 0px;}
 .text-box{}
 .text-box h3{font-size: 28px; color: #000; padding: 0px; margin: 0px; font-weight: bold;}
 .text-box h5{font-size: 18px; color: #000; padding: 0px; margin: 0px; font-weight: bold;}
 .text-box p{font-size: 15px; color: #000; padding: 0px; margin: 0px; font-weight: 500;}

 .search-box{background-color: #b5d5d0; padding: 30px 20px;}

 .fssai-logo{width: 100%;}

 .m-hd{float: left; width: 85%;}
 .m-img{float: left; width: 15%; padding:20px;}

 .cls{clear: both;}

 .bg-yellow{background-color: #ffb400; display: block; width: 100%; text-align: center; font-size: 16px; margin:10px 0px; padding: 10px; font-weight: bold;}

.text-box table{background-color: #fff; width: 100%; font-size: 14px;}
.text-box table tr{border: solid 1px #ccc;}
.text-box table th{padding: 10px;}
.text-box table td{padding: 10px;}
.text-box table td img{height: 60px;}
.text-box table td p{font-size: 12px;}

.ffsai-box{text-align: center;}

.txt-center{text-align: center;}

.search-box{}
.search-box label{font-size: 15px; color: #000; font-weight: bold;}
.search-box input{border-radius: 4px; border: solid 1px #ccc; padding: 6px 12px;}
.search-box button{background-color: #006d5b; border: none; border-radius: 4px; color: #fff; font-weight: bold; padding:6px 10px;}


 /* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent { 
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
} 


 @media only screen and (max-width: 768px) { 

     .tab button{width: 100%;}
     .table-box{overflow-x: scroll;}
     .search-box button{width: 100%; margin: 6px 0px;}
     .search-box input{width: 100%; margin: 6px 0px;}

 }