@charset "utf-8";
@font-face {
	font-family: Roboto;
	src: url(../fonts/Roboto-Regular.ttf)
}

@font-face {
	font-family: RobotoCondBold;
	src: url(../fonts/RobotoCondensed-Bold.ttf)
}

@font-face {
	font-family: RobotoCondBold;
	src: url(../fonts/RobotoCondensed-Bold.ttf)
}

html,
body {
	font-family: Roboto;
	overflow-x: hidden
}

* {
	box-sizing: border-box
}

a:hover {
	color:#fff639;
	text-decoration: none
}

i {
	text-rendering: optimizeLegibility
}

img {
	max-width: 100%;
	margin: auto
}

strong {
	font-weight: 700
}

.loadOverlay {
	background: #f6f6f6;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	z-index: 10000000
}

.lds-dual-ring {
	display: inline-block;
	width: 80px;
	height: 80px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto
}

.lds-dual-ring:after {
	content: " ";
	display: block;
	width: 64px;
	height: 64px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid #4e9af9;
	border-color: #4e9af9 transparent #4e9af9 transparent;
	animation: lds-dual-ring 1.2s linear infinite
}

@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(360deg)
	}
}






/*new-style*/

.content-div h2{
	text-align: left!important;
	font-size: 18px;
    font-weight: bold;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.content-div p{
	text-align: left!important;
}
.content-div p strong{
	color: #ffdf08;
}
.content-div ul, strong{
	color: #ffdf08;
}
.pageHead h1{
	padding: 10px 0;
    margin: 0;
    color: #ffdf08;
}
.pp-content *::-webkit-scrollbar {  width: 5px;}
.pp-content *::-webkit-scrollbar-track {  background: #f1f1f1;}
.pp-content *::-webkit-scrollbar-thumb {  background: #999999;}
.pp-content *::-webkit-scrollbar-thumb:hover {  background: #666666;}
		

.pp-content{
	 display:flex;
	 padding-top: 20px;
}
.left-bar{width:30%;}
.right-bar{width:70%; height:766px;    overflow: auto; padding-right: 20px;}

.left-bar ul{list-style:inside none; margin:0; padding:0 25px 0 0;}
.left-bar ul li{padding:10px 15px 10px 30px; background:#420810; margin-bottom:3px; line-height: 2; position: relative; font-size:14px; cursor: pointer;}
.left-bar ul li:before{content:'►'; display: block; position: absolute; left:10px; top:10px; font-size:14px; transition: ease 0.2s;}
.left-bar ul li.active-click, .left-bar ul li:hover{background:#ffdf08; color:#420810;font-weight: 500;}
.left-bar ul li.active-click:before{transform: rotate(90deg); transform-origin: center center}

.right-bar ol{padding-left:20px; list-style:outside decimal;}
.right-bar ol li, .right-bar p{margin-bottom:10px; font-size:15px;text-align: justify; }
.right-bar ol ol{padding-left:20px; list-style:outside lower-alpha; margin-bottom:15px;}
.right-bar .content-div{display:none;}
/* ----------------8-12-21------------ */
.panel-default>.panel-heading{
	background-color:#a40c10; ;
}
.panel-heading.panel-active a:after{content: inherit;}
.panel-title{font-size:16px; border:1px solid #420810; border-radius:5px;padding: 0px;}
.panel-title a.collapsed{color:#fff;}
.panel-title a{color:#fff; padding:12px 10px; display: block; text-decoration:none; transition: ease all 0.2s; font-weight: bold; position: relative; background: #420810!important;
text-align: left;font-family: 'Roboto';}
.panel-title a:hover{color:#fff; text-decoration: none;}
.panel-title a:before{content:''; width:13px; height: 2px;  background:#fff;padding: 0;}
.panel-title a:after{content:''; width:13px; height: 2px;  background:#fff;padding: 0;}
.panel-title a:before, .panel-title a:after{position: absolute; right: 10px;  top: 20px; transition:ease all 0.2s; padding: 0!important;}
.panel-title a.collapsed:after{transform:rotate(-90deg);}
.panel-title a.collapsed:before, .panel-title a.collapsed:after{background:#fff; padding: 0;}
.tnc li, .tnc p{margin-bottom:10px;}
.tnc ol{margin-bottom:10px;}
.panel-body ol li{
	font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 14px;
	
}
.featurette li{
	list-style-type: lower-alpha;
}
.panel-body li{
	list-style: auto;

}

.featurette p{
	margin: 5px 10px;
}
html, body{
	font-family: 'Roboto';
	overflow-x: hidden;
}

/* ----------------8-12-21------------ */

@media (max-width: 768px) {
	.panel-title{
		font-size: 15px;
	}
	.left-bar{display: none;}	
	.right-bar{width:100%; height:auto; padding:0;}
	.right-bar ol li, .right-bar ol p{}
	.content-div h2{padding:10px 15px 10px 30px; background:#420810; margin-bottom:3px; line-height: 2; font-size:16px; cursor: pointer; position: relative; color: #fff;}
	.content-div h2:after{content:'►'; display: block; position: absolute; left:10px; top:12px; font-size:14px; transition: ease 0.2s;}
	.content-div h2.active-click{background: #f0f639;
    color: #420810;}	
	.content-div h2.active-click:after{transform: rotate(90deg); transform-origin: center center;}
	.inside-content{display:none; padding:20px 6px;}
	.right-bar .content-div{display:block;}
	
	
}
@media (max-width: 400px) {	
	.content-div h2{font-size:12px; line-height: 1.5;}
	.content-div h2:after{top:8px;}	
}