.overflow-handler{
    overflow:auto;
}
.accordion-web {
	width: 100%;
	text-align: left;
	outline: none;
	color: white;
	border: none;
	margin: 8px 0px 0px 0px;
	box-sizing: border-box;
	transition: 1s;
	background: #2a4678 url(../images/ajax-arrow1.png) 99% center no-repeat;
	padding: 5px 10px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 10px;
	font-size: 15px;
	background-position: 99% -0.5%;
}
.accordion-web b{
    color:white;
}

.accordion-web:hover {
   background: #3e4095 url(../images/ajax-arrow1.png) 99% center no-repeat;
  color:white;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.40);
  //background-position: 99% 95%!important;
  padding: 10px;
  
}

.active-web {
	background: #3e4095 url(../images/ajax-arrow.png) 99% center no-repeat;
	color: white;
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.40);
	//background-position: 99% 95% !important;
	padding: 10px;
}
.panel-web {
	display: none;
	overflow: hidden;
	padding: 25px;
	padding-top: 22px;
	border: 1px solid #a30808;
}

legend.aa {
	background: #d95757;
	color: #fff;
	margin: 0;
	font-weight: 400;
	text-align: center;
	font-size: 17px;
	padding: 5px;
}
.aa {
	background: url(../images/showAlbum.png) bottom left no-repeat;
}
legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}
/*********inner start***********/
.accordion-web-inner {
    width: 100%;
	text-align: left;
	outline: none;
	color: black;
	border: none;
	margin: 8px 0px 0px 0px;
	box-sizing: border-box;
	transition: 1s;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.40);
	background: #dadada url(../images/Icon/ajax-arro.png) center no-repeat;
	padding: 5px 10px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 10px;
	font-size: 15px;
	background-position: 99% -0.5%;
}
.accordion-web-inner:hover {
    background: #dadada url(../images/Icon/ajax-arro.png) center no-repeat!important;
  color:white;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.40);
  background-position: 99% 95%!important;
  
}

.active-web-inner
{
    /*default start*/
            background: rgb(40, 44, 104) url(../images/Icon/ajax-arro.png) center no-repeat !important;
            color:white;
            box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.40);
            background-position: 99% 95%!important;
}

.panel-web-inner
{
    overflow: hidden;
    padding: 25px;
    padding-top: 22px;
    border: 1px solid #282c68; 
}
/*********inner end***********/