
/* ----------------------------Accordion Steps----------------------- */

.pp-acc-title a {
	background-color: #F0F0F0;
	padding: 8px 25px;
	border-radius: 5px;
	margin-bottom: 20px;
	color: #000;
	border: 0;
	display: block;
	text-decoration: none;
	font-weight: 700;
}

.pp-accordion .pp-acc-sec:last-child .pp-acc-title a{
	margin-bottom: 0;
}

.pp-acc-title a:hover {
	text-decoration: underline;
	color: #000;
}

.pp-acc-title a.current {
	background-color: #ff4500;
	color: #fff;
	pointer-events: none;
}

.pp-acc-content {
	display: none;
	padding: 0 0 25px 25px;
}

.pp-accordion .pp-acc-sec:last-child .pp-acc-content{
	padding-bottom: 0;
}

.pp-acc-content p {
	margin-bottom: 8px;
}

.pp-acc-content p:last-child{
	margin-bottom: 0;
}

.pp-acc-title a::after {
	content: ":"
}


/* ---------------About page Media Query -------------------- */

@media screen and (max-width:1024px) {}

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

@media screen and (max-width:640px) {}

@media screen and (max-width:480px) {}

@media screen and (max-width:320px) {}


/* ---------------About page Media Query -------------------- */

