/*
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_Customization
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html 
 */

#instructionsCmsPage .c10.doc-content {
	padding-left: 10%;
	padding-right: 10%
}
#instructionsCmsPage p.c4.title {
	font-size: xx-large;
	font-weight: 900;
	text-align: center
}
#instructionsCmsPage .c8 {
	font-size: x-large;
	font-weight: 600
}
#instructionsCmsPage p.c1 {
	font-size: 16px;
	color: #000;
	margin: 25px 0
}
#instructionsCmsPage img {
	border: 1px solid #f3f3f3
}
#instructionsCmsPage .indexing {
	background: #fbfbfb;
	padding: 10px;
	border: 1px solid #efefef;
}
#instructionsCmsPage .indexing ul li {
	font-size: 17px;
	margin: 5px 0;
	font-weight: 400;
	display: inherit;
	cursor: pointer;
}
#instructionsCmsPage .indexing ul li a {
	text-decoration: none;
}
#instructionsCmsPage .indexing ul li::before {
	content: "\00BB";
	font-size: 21px;
	margin-right: 10px;
	font-weight: 700;
}
#instructionsCmsPage .indexing ul {
	margin: 0;
	padding: 0 15px;
}
#instructionsCmsPage .indexing ul li:hover {
	transition: 0.2s;
	font-weight: 600;
	margin-left: 2px;
	text-decoration: none;
}
#instructionsCmsPage .indexing .backToTopForCms::before {
	content: "\00BB";
	position: fixed;
	right: 2%;
	bottom: 2%;
	transform: rotate(269deg);
	font-size: 40px;
	background: #00000e;
	padding: 4px 14px 11px 15px;
	line-height: 35px;
	border-radius: 50px;
	box-shadow: -4px 0px 6px #ffe742;
	color: #fff;
	cursor: pointer;
}
#instructionsCmsPage .indexing .backToTopForCms {
	display: none;
}