.accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
}
.tab_top
{
	background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px 0 6px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.accordion__item {
  padding: 1rem;
  background: #eee;
  position: relative;
  border-radius: 10px;
  width: 100%;
  cursor: pointer;
}
.accordion__item h3
{
	margin:0px;
	padding:0px;
}
.accordion__item:after {
  position: absolute;
  right: 1rem;
  content: "+";
  font-size: 24px;
  top: 1rem;
}
.accordion__item.open:after {
  content: "−";
}
.accordion__item p {
  margin-top: 1rem;
}
.accordion__item:not(.open) p {
  display: none;
}
.whatsapp {
  position: fixed;
    top: 86%;
    left: 2%;
    z-index: 0;
}
.whatsapp img{
  width:20%;
}
.main_header
{
	margin:0px;
	padding:10px;
	background-color:red;
}
.main_header a:hover
{
	color:#000;
}
.header_center
{
	text-align:center;
	color:#fff !important;
	font-weight:bold !important;
}
.header_center a
{
	color:#fff !important;
	font-weight:bold !important;
}
.text_cls1
{
	width:100%;
	border:1px solid #ccc;
	padding:10px;
}
input:focus, button:focus
{
	border:1px solid #ccc !important;
	outline-color:#ccc !important;
}
@media (min-width:320px) and (max-width:800px)
{
	.kes_clr
	{
	height:inherit;
	}
	.org_clr
	{
	height:inherit;
	}
}














