/* ------------------ Idea -------------*/
.collapsing {
	transition: all 0.3s ease-in-out 0s;
}

.steptitle {
	font-weight: 600;
	font-size: 1.8rem;
	position: relative;
}

.steptitle>i {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	left: -32px;
	top: 5px;
}

.step1 .panel-heading {
	background: #ff968a url("../img/idea/step01.png") no-repeat;
	background-size: contain;
}

.step1 .panel-body {
	border-left: 3px solid #ff968a;
}

.step1 .steptitle {
	color: #e07269;
}

.step1 .steptitle>i {
	background-color: #ff968a;
}

.step1 .button-5 {
	background-color: #e07269;
}

.step2 .panel-heading {
	background: #8fcaca url("../img/idea/step02.png") no-repeat;
	background-size: contain;
}

.step2 .panel-body {
	border-left: 3px solid #8fcaca;
}

.step2 .steptitle {
	color: #79b2b1;
}

.step2 .steptitle>i {
	background-color: #8fcaca;
}

.step2 .button-5 {
	background-color: #79b2b1;
}


.step3 .panel-heading {
	background: #cbaacb url("../img/idea/step03.png") no-repeat;
	background-size: contain;
}

.step3 .panel-body {
	border-left: 3px solid #cbaacb;
}

.step3 .steptitle {
	color: #a286a3;
}

.step3 .steptitle>i {
	background-color: #cbaacb;
}

.step3 .button-5 {
	background-color: #a286a3;
}

.step4 .panel-heading {
	background: #f3b0c3 url("../img/idea/step04.png") no-repeat;
	background-size: contain;
}

.step4 .panel-body {
	border-left: 3px solid #f3b0c3;
}

.step4 .steptitle {
	color: #ce829e;
}

.step4 .steptitle>i {
	background-color: #f3b0c3;
}

.step4 .button-5 {
	background-color: #ce829e;
}

.step5 .panel-heading {
	background: #97c1a9 url("../img/idea/step05.png") no-repeat;
	background-size: contain;
}

.step5 .panel-body {
	border-left: 3px solid #97c1a9;
}

.step5 .steptitle {
	color: #7d9e8a;
}

.step5 .steptitle>i {
	background-color: #97c1a9;
}

.step5 .button-5 {
	background-color: #7d9e8a;
}

#accordion .panel {
	border: none;
	border-radius: 0;
	box-shadow: none;

}

#accordion .panel-heading {
	padding: 0;
	padding-left: 30px;
	border: none;
	border-radius: 50px;
}


#accordion .panel-title a {
	display: block;
	padding: 15px 40px 15px 20px;

	font-weight: 700;
	letter-spacing: 1px;
	color: white;
	position: relative;
	text-align: center;
}

#accordion .panel-title a.collapsed {
	color: #1d2e3b;
}

#accordion .panel-title a.collapsed:hover {
	color: white;
}

#accordion .panel-title a:before,
#accordion .panel-title a:after {
	content: "";
	width: 5px;
	height: 12px;
	background: white;
	position: absolute;
	top: 28px;
	right: 35px;
	transform: rotate(-45deg);
	transition: all 0.3s ease-in-out 0s;
}

#accordion .panel-title a:after {
	right: 29px;
	transform: rotate(45deg);
}

#accordion .panel-title a.collapsed:before {
	transform: rotate(45deg);
	background: #1d2e3b;
}

#accordion .panel-title a.collapsed:after {
	transform: rotate(-45deg);
	background: #1d2e3b;
}

#accordion .panel-title a.collapsed:hover:before,
#accordion .panel-title a.collapsed:hover:after {
	background: white;
}

#accordion .panel-body {
	padding: 20px 20px;
	border-top: none;
	line-height: 25px;
	margin-top: -8px;
	margin-left: 30px;
	color: black;
	font-weight: 600;
}

.subTxt {
	font-size: 1rem;
}

/* ------------ Button ---------------- */
.button-5 {
	align-items: center;
	background-clip: padding-box;
	border: 1px solid transparent;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px 0;
	box-sizing: border-box;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	font-weight: 400;
	justify-content: center;

	margin: 10px;
	min-height: 3rem;
	padding: 10px;
	padding-right: 50px;
	position: relative;
	text-decoration: none !important;
	transition: all 250ms;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;

	text-align: center;
	vertical-align: baseline;
	width: 90%;
	max-width: 300px;
}

.button-5 span {
	font-size: 18px;
}

.button-5:hover,
.button-5:focus {
	background-color: #fb8332;
	box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.button-5:hover {
	transform: translateY(-1px);
	color: #fff;
}

.button-5:active {
	background-color: #c85000;
	box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
	transform: translateY(0);
}

.btnZoom {
	background: url("../img/idea/icon-zoom2.png") no-repeat right;
	background-size: contain;
}

.btnDownload {
	background: url("../img/idea/icon-download.png") no-repeat right;
	background-size: contain;
}

.btnBook {
	background: url("../img/idea/icon-book.png") no-repeat right;
	background-size: contain;
}

.btnRedirect {
	background: url("../img/idea/icon-redirect.png") no-repeat right;
	background-size: contain;
}

.btnView {
	background: url("../img/idea/icon-view.png") no-repeat right;
	background-size: contain;
}

.btnPlay {
	background: url("../img/idea/icon-play.png") no-repeat right;
	background-size: contain;
}

.btnDL2 {
	background: url("../img/icon-download-r.png") no-repeat right;
	background-size:contain;
}

.btnUser {
	background: url("../img/icon-user-w.png") no-repeat left;
	background-size:contain;
}

.btnFull {
	background: url("../img/icon-full-w.png") no-repeat left;
	background-size:contain;
}