@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;
		scroll-behavior: smooth;
}

* {
	box-sizing: border-box
}

a {
	color: #0b93f2;
	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)
	}
}

/*header {
	height: 92px;
	background: #000
}*/





/*new-style*/

.content-div h2{
	text-align: left!important;
}
.content-div p{
	text-align: left!important;
}
.content-div p strong{
	color: #efd78c;
}
.content-div ul, strong{
	color: #efd78c;
}
.pageHead h1{
	padding: 10px 0;
    margin: 0;
    color: #ffdf00;
	font-size:28px;
}
.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: 74px;
}
.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:#f5f5f5; 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: linear-gradient(#b61414, #8e1010); color:#ffdf00;}
.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-heading.panel-active a:after{content: inherit;}
.panel-title{font-size:16px; border:1px solid #b61414; border-radius:5px;padding: 0px;}
.panel-title a.collapsed{color:#ffdf00;}
.panel-title a{color:#ffdf00; padding:12px 10px; display: block; text-decoration:none; transition: ease all 0.2s; font-weight: bold; position: relative; background: linear-gradient(#b61414, #8e1010);
text-align: left;}
.panel-title a:hover{color:#ffdf00; text-decoration: none;}
.panel-title a:before{content:''; width:13px; height: 2px;  background:#ffdf00;padding: 0;}
.panel-title a:after{content:''; width:13px; height: 2px;  background:#ffdf00;padding: 0;}
.panel-title a:before, .panel-title a:after{position: absolute;     right: 10px;    top: 20px; transition:ease all 0.2s;padding: 0;}
.panel-title a.collapsed:after{transform:rotate(-90deg);}
.panel-title a.collapsed:before, .panel-title a.collapsed:after{background:#ffdf00; padding: 0;}
.tnc li, .tnc p{margin-bottom:10px;}
.tnc ol{margin-bottom:10px;}
html, body{
	font-family: 'Roboto';
	overflow-x: hidden;
}
.panel-body ol li{
	margin-bottom: 0.5rem;

}
.featurette p{
	text-align: left;
	margin-bottom: 1rem;
}

/* ----------------8-12-21------------ */


@media only screen and (min-width: 768px) and (max-width: 851px){	
	.right-bar .content-div{display:block;}
	.left-bar ul li{font-size:12px;}
	.section10 {
	    margin-top: 9vw!important;
	}
}

@media (max-width: 767px) {
	.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:#f5f5f5; margin-bottom:3px; line-height: 2; font-size:16px; cursor: pointer; position: relative; color: #1b1b1b;}
	.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: linear-gradient(#b61414, #8e1010);
    color: #ffdf00;}	
	.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;}
	
	.pp-content{
		padding-top: 50px;
	}
}
@media (max-width: 400px) {	
	.content-div h2{font-size:12px; line-height: 1.5;}
	.content-div h2:after{top:8px;}	
}

.Contact_Us{
	color: #0b93f2;
	cursor: pointer;
}
.Contact_Us:hover{
	color: #0b93f2;
	text-decoration: underline;
}