#content1 h3 , #content2 h3 , #content4 h3 , #content5 h3{margin-top: 0px !important;
    color: #555 !important;
    font-size: 16px !important;
	font-weight: 700;
    line-height: 20px;}
.desc-n {
    width: 49%;
    margin-left: 0.9%;
    float: right;
    color: #555;
    font-size: 15px;
}
.st{font-weight:bold;padding-right: 3px;
    color: #808080;}
.spac{padding:0 2%;}
.desc-n p {
    margin-top: 12px;
    line-height: 22px;
}
.aboout {

    font-size: 15px;
    line-height: 22px;
	color: #555;
}
.aboout2 {
    font-size: 15px;
    margin-top: 12px;
    line-height: 22px;
    color: #555;
}
.tabs{width: 96%;margin: 15px auto 20px auto;}
.tab_content ul {
	padding: 0 2px;
	margin: 10px 0 15px 0px;
	list-style-type:none;
}
.tab_content ul li {
	color: #222121;
	font-size: 14px;
	text-align: left;
	padding-left: 13px;
	background: white no-repeat left 9px;
	margin:10px 0;
}

.tab_content ol {
	padding: 0 15px;
	margin: 10px 0 10px 0px;
}

.tab_content ol li {
	color: #222121;
	font-size: 14px;
	text-align: left;
	padding-left: 0px;
	margin:10px 0;
}




.radioclk {
	display: none;
}
.tab_content > div#content1,
.tab_content > div#content2,
.tab_content > div#content3,
.tab_content > div#content4,
.tab_content > div#content5,
.tab_content > div#content6,
.tab_content > div#content7 {
	display: none;
	overflow-wrap:break-word;
}
.tab_content img {
	max-width:100%;
	height:auto;
}
.desc a,
.tab_content a {
	color:#c3006b;
	text-decoration:none;
}
.desc a:hover,
.tab_content a:hover {
	color:#dddc00;
	text-decoration:underline !important;
}


/*
 * Common styles end
 */

/*
 * Pc styles start
 */
@media screen and (max-width:1199px) {

.pc_tab .tab_title {padding: 12px 7% !important;}

}

@media screen and (min-width:1021px) {





/*tab style start*/
.pc_tab {
	margin: 0px auto 0px auto;
}



.pc_tab .tab_title {
	box-sizing: border-box;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 300;
	float: left;
	cursor: pointer;
	text-align: center;
	margin: 0px;
	padding: 12px 7.6%;
	background: #C0C0C0;
	border:1px solid #e3e3e3;
	border-bottom:0;
	border-right:0;
	text-transform:uppercase;
}
.pc_tab .tab_title:nth-of-type(4) {
	border-right:1px solid #e3e3e3;
}
.tab_title:hover {
	background: #fff700;
}
.pc_tab .tab_top {
	position: relative;
	top: 1px;
}
.pc_tab .tab_content {
	border:1px solid #d0d0d0;
	background:#fff;
	padding: 0px;
	line-height: 22px;
	clear: both;
	text-align: left;
	color: #222121;
	font-size: 14px;
}
/*.tab_scroller {
	max-height: 450px;
	overflow-x: hidden;
	overflow-y: auto;
}*/
#tab1:checked ~ .tab_content #content1,
#tab2:checked ~ .tab_content #content2,
#tab3:checked ~ .tab_content #content3,
#tab4:checked ~ .tab_content #content4,
#tab5:checked ~ .tab_content #content5,
#tab6:checked ~ .tab_content #content6,
#tab7:checked ~ .tab_content #content7 {
	display: block;
	margin: 20px 20px;
}
#tab1:checked ~ .tab_top .tab1,
#tab2:checked ~ .tab_top .tab2,
#tab3:checked ~ .tab_top .tab3,
#tab4:checked ~ .tab_top .tab4,
#tab5:checked ~ .tab_top .tab5,
#tab6:checked ~ .tab_top .tab6,
#tab7:checked ~ .tab_top .tab7 {
	border:1px solid #d0d0d0;
	border-bottom:1px solid #fff;
	color: #000000;
	background-color: #fff700;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFCE34', endColorstr='#FFFEBC00');
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff700), color-stop(100%, #fff700));
	background-image: -moz-linear-gradient(top, #fff700 0%, #fff700 100%);
	background-image: -webkit-linear-gradient(top, #fff700 0%, #fff700 100%);
	background-image: linear-gradient(to bottom, #fff700 0%, #fff700 100%);
}
/*tab style end*/

/*display none & block code pc*/

.tab_top {
	display:block;
	width: 70%;
	margin: 0 auto;
}

.mob_tab
 {
	display: none !important;
}
}

/*
 * Pc styles end
 */

/*
 * Mob styles start
 */

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


/*display none & block code mob*/

.tab_top {
	display:none;
}

.mob_tab{
	display:block;
}







/*mob tab start*/
.pc_tab {
	width:100%;
	margin:15px auto;
}
.mob_tab {
	display:block;
}
.tab_title {
	background: url(../common/mob_tab_normal.png) no-repeat center right #C0C0C0;
	color: #000000;
	font-size: 17px;
	text-transform: uppercase;
	text-align:left;
	padding:10px;
	display:block;
	cursor:pointer;
	border:1px solid #dedede;
	margin:3px 0 0px 0;
	font-weight: 400;
}
.tab_content {
	text-align:left;
	color: #222121;
	font-size: 14px;
	line-height:22px;
}
.tab_content > div#content1,
.tab_content > div#content2,
.tab_content > div#content3,
.tab_content > div#content4,
.tab_content > div#content5,
.tab_content > div#content6,
.tab_content > div#content7 {
	background:#fff;
	border:1px solid #ededed;
	border-top:0;
	margin:0px 0 0 0;
	padding: 15px 10px;
}
#mobtab1:checked ~ .tab_content #content1,
#mobtab2:checked ~ .tab_content #content2,
#mobtab3:checked ~ .tab_content #content3,
#mobtab4:checked ~ .tab_content #content4,
#mobtab5:checked ~ .tab_content #content5,
#mobtab6:checked ~ .tab_content #content6,
#mobtab7:checked ~ .tab_content #content7 {
	display:block;
}
#mobtab1:checked ~ .tab_content .tab1,
#mobtab2:checked ~ .tab_content .tab2,
#mobtab3:checked ~ .tab_content .tab3,
#mobtab4:checked ~ .tab_content .tab4,
#mobtab5:checked ~ .tab_content .tab5,
#mobtab6:checked ~ .tab_content .tab6,
#mobtab7:checked ~ .tab_content .tab7 {
	border:1px solid #dedede;
	border-bottom:0;
	color: #000;
	font-family: 'Open Sans',sans-serif;
	font-size: 17px;
	font-weight: 300;
	background-color: #fff700;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFCE34', endColorstr='#FFFEBC00');
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff700), color-stop(100%, #fff700));
	background-image: -moz-linear-gradient(top, #fff700 0%, #fff700 100%);
	background-image: -webkit-linear-gradient(top, #fff700 0%, #fff700 100%);
	background-image: linear-gradient(to bottom, #fff700 0%, #fff700 100%);
	border-top: 1px solid #ceb46f;
	}  style.css:1445  .content .panel-default > .panel-heading {
	color: #fff;
	border-radius: 0;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	background-color: #fff700;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFCE34', endColorstr='#FFFEBC00');
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff700), color-stop(100%, #fff700));
	background-image: -moz-linear-gradient(top, #fff700 0%, #fff700 100%);
	background-image: -webkit-linear-gradient(top, #fff700 0%, #fff700 100%);
	background-image: linear-gradient(to bottom, #fff700 0%, #fff700 100%);
}
.pc_tab table{ width:100% ;}
/*mob tab end*/
}


/*
 * Mob styles end
 */




/*
 * Pc styles end
 */

/*
 * Mob styles start
 */

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




/*mob tab start*/


/*mob tab end*/
}

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



}
/*
 * Mob styles end
 */


