/* --Clearfix */
.cf:before,
.cf:after {content:""; display:table;}
.cf:after {clear:both;}
.cf {zoom:1;}

.bglitblue{    background: rgb(233, 246, 255);}
.secpdn{ padding: 50px 0;}
.sdp-das-tit {
    letter-spacing: inherit;
    margin-bottom: 15px;
    line-height: 36px;
}
.pdtb50 {
	padding: 50px 0;
}
.lft-med {
	padding-left: 13%;
}
.sdp-dash-menu {
	display: table;
    margin: 0 auto;
}
.sdp-dash-menu ul {
	list-style-type: none !important;
	margin: 0;
	padding: 0 !important;
	overflow: hidden;
}
.sdp-dash-menu ul li {
	float: left;
	display: inline;
}
.sdp-dash-menu ul li a {
	display: block;
    font-size: 15px;
	color: #333;
	text-align: center;
	cursor: pointer;
	padding: 14px 0px 14px 10px;
	text-decoration: none;
	border-bottom: 2px solid #ccc;
	transition: 300ms linear;
	    font-family: 'Zoho_Puvi_SemiBold', 'Open Sans', sans-serif;
}
.sdp-dash-menu ul li a:after {
	content: "";
/*    border-right: 1px solid #bdbbbb;*/
    padding-left: 35px;
}
.sdp-dash-menu ul li:last-child a:after {
	border-right: 0px solid #b2b1b1;
}
.sdp-dash-menu ul li a.current  {
	color: #2f7bc9;
	border-bottom: 2px solid #2f7bc9;
	transition: 300ms linear;
}
.sdp-dash-menu ul li a:hover {
	border-bottom: 2px solid #2f7bc9;
	transition: 300ms linear;
}

.sdp-dash-menu-dot {
	display: table;
    margin: 0 auto;
}
.sdp-dash-menu-dot ul {
	list-style-type: none !important;
	margin: 0;
	padding: 0 !important;
	overflow: hidden;
}
.sdp-dash-menu-dot ul li {
    display: inline-block;
    width: 14px;
    height: 13px;
    margin: 2px;
    position: relative;
}
.sdp-dash-menu-dot ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
.sdp-dash-menu-dot ul li a span {
	border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 6px;
    width: 6px;
    border: 0;
    background: #898888;
    left: 50%;
    top: 50%;
    margin: -4px 0 0 -4px;
    border: 1px solid #BCBCBC!important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.sdp-dash-menu-dot ul li a.current span, 
.sdp-dash-menu-dot ul li a:hover span {
    height: 11px;
	background: #333;
    width: 11px;
    margin: -7px 0 0 -7px;
    border-radius: 100%;
}

.sdp-dashboard {
	margin-top: 50px;
}
.sdp-dashboard ul{
    list-style-type: none !important;
    margin: 0;
    padding: 0 !important;
    overflow: hidden;    
	border: 1px solid #a3a3a3;
    box-shadow: 0 0 25px #0000004f;
}
.sdp-dashboard ul li{
	float: left;
}
.sdp-dashboard ul li {
	position: relative;
}
.sdp-dashboard ul li figure:after {
    content: " ";
    position: absolute;
	opacity: 0.1;
	background: #d8d8d8;
    top: 0;
    height: 100%;
    width: 100%;
    transition: 300ms linear;
    cursor: pointer;
	z-index: 99;
}
.sdp-dashboard ul li:hover figure:after {
    background: #000000;
    opacity: 0.1;
	transition: 300ms linear;
}
.sdp-dashboard ul li figure:before {
    content: " ";
    position: absolute;
    bottom: 46%;
    left: 47.5%;
    width: 50px;
    height: 50px;
/*	opacity: 0.3;*/
	background: url(../images/sdp-dash-zoom.png) no-repeat;
    transition: 300ms linear;
    cursor: pointer;
}
.sdp-dashboard ul li:hover:after {
	transform: scale(1.3);
}
.sdp-dashboard ul li .sdp-demoView {
    display: block;
    position: absolute;
    z-index: 10;
    padding: 4px 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    font-size: 16px;
    right: 12px;
    top: 12px;
    color: #9c9c9cde;
    background: #f0f0f0;
    cursor: pointer;
	transition: 300ms linear;
	z-index: 999;

}
.sdp-dashboard ul li:hover .sdp-demoView {
	display: block;
	background: #fff;
	color: #00000080;
	transition: 300ms linear;
}


.sdp-slid-prev {
    left: 200px;
}
.sdp-slid-next {
    right: 200px;
}
.sdp-slider-bg {
    position: absolute;
    z-index: 3;
    display: block;
    top: 60%;
    color: #ffffff;
    line-height: 24px;
    transform: translateY(-50%);
    font-size: 50px;
    background: #0000006b;
    padding: 3px 14px 16px;
    border-radius: 25px;
    opacity: 0.5;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    cursor: pointer;
}
.sdp-slider-bg:hover {
    opacity: 0.7;
}
.sdp-slid-next a, .sdp-slid-prev a {
    color: #ffffff;
    opacity: 0.5;
    /* text-shadow: 0px 0px 5px #000000; */
    text-decoration: none;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.sn-titl {
	font-size: 35px;
    line-height: 45px;
    margin: 0 0 15px;
    color: #000;
    letter-spacing: -1px;
    font-family: 'Zoho_Puvi_Regular';
}
.sn-sub-titl {
    font-size: 20px;
    
    line-height: 35px;
    color: #000;
    width: 65%;
    margin: 0 auto 10px auto;	
}
.sdp-slider-bg.bannr-dash {
    top: 50% !important;	
}
.sdp-slid-prev.bannr-dash {
    left: 50px !important;
}
.sdp-slid-next.bannr-dash {
    right: 50px !important;
}
.sdp-Sup-prev {
    left: -60px;
}
.sdp-Sup-next {
    right: -60px;
}
.sdp-Sup-bg {
    position: absolute;
    z-index: 3;
    display: block;
    top: 50%;
    color: #ffffff;
    transform: translateY(-50%);
    font-size: 50px;
/*    background: #0000006b;*/
    padding: 3px 14px 16px;
    border-radius: 25px;
    opacity: 0.3;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    cursor: pointer;
}
.sdp-Sup-bg:hover {
    opacity: 0.7;
}
.sdp-Sup-next a, .sdp-Sup-prev a {
	color: #212121;
    opacity: 0.8;
    text-decoration: none;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.sdp-bullet_slider {
	position: absolute;
    top: 110%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);	
}
#sdp-dots li {
	display: inline-block;
    width: 14px;
    height: 13px;
    margin: 1px;
    position: relative;
}
#sdp-dots li a {
	display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#sdp-dots li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    border: 1px solid #BCBCBC!important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#sdp-dots li a.current span, #sdp-dots li:hover a.current span, #sdp-dots li:hover a span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
}
.sub-mdl {
	padding-top: 50px; 
	padding-bottom: 100px !important;
}
/*.aplus-card-info {
	display: inline-block;
	opacity: 1;
	animation: 0.7s linear 0s normal forwards animopacity1;
  -webkit-animation: 0.7s linear 0s normal forwards animopacity1;
  -moz-animation: 0.7s linear 0s normal forwards animopacity1;
  -o-animation: 0.7s linear 0s normal forwards animopacity1;
}*/
.sdp-video {
	position: relative;
	margin-bottom: 60px;
}

.sdp-video a .bg-vido {
    width: 40% !important;
    position: relative;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
	box-shadow: 0px 0px 10px #b5b5b5;
}
.sdp-video a .icon-vido {
    position: absolute;
    top: 40%;
    left: 48%;
    width: 4.5%;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.sdp-video a .icon-vido:hover {
    transform: rotate(120deg);
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.sdp-vid-tit {
	font-size: 24px;
    
    margin-bottom: 40px;
    color: #333;
    line-height: 30px;
    text-align: center;
}
/*New sdp page design started*/

.sdp-dash-new .sdp-dash-menu ul li a {
	border-bottom: 1px solid #fff !important;
	
}
.sdp-dash-new .sdp-dashboard ul {
	box-shadow: none !important;    
	border: 1px solid #dadada !important;
}
.sdp-dash-new .sdp-dash-menu ul li a.current {
    border-bottom: 1px solid #000000 !important;
}
.sdp-dash-new .sdp-dash-menu ul li a.current {
    color: #000000 !important;
    border-bottom: 1px solid #000000 !important;
	
}
.sdp-dash-new .sdp-slider-bg {    
	font-size: 70px !important;
    font-family: auto !important;
    background: none !important;
}
.sdp-dash-new .sdp-slid-next a, .sdp-dash-new .sdp-slid-prev a {
	color: #2d2d2d !important;
}
.sdp-dash-menu ul li a:hover {
	border-bottom: 2px solid #2f7bc9 !important;
}
.sdp-dash-new .sdp-dashboard ul li .sdp-demoView {
    box-shadow: none !important;
    font-size: 12px !important;
    border: 1px solid #f0f0f0;	
}
.sdp-dash-new .sdp-dashboard ul li:hover .sdp-demoView {
    border: 1px solid #dadada;	
}


.underline{text-decoration:underline}
.overlayDiv{background:#000 none repeat scroll 0 0;height:100%;left:0;opacity:.4;overflow:hidden;position:fixed;top:0;width:100%;z-index:999999}
#appVideo-testimonial, #aplus-help-webinar-section{background:#ffffff;left:5%;position:fixed;top:calc(5% + 22px);z-index:999999;width:90%;height:90%;padding:20px;-webkit-box-sizing: border-box;box-sizing: -moz-border-box; box-sizing: border-box;}
.closeVideo{background:#fff none repeat scroll 0 0;border-radius:50px;color: #333;cursor:pointer;font-size:16px;height:40px;line-height:40px;position:absolute;right:-9px;text-align:center;top:-11px;transition:all .4s ease 0;width:40px}
.closeVideo:hover{color: red;}

.slider { margin:35px 0 45px!important; background: #fff; box-shadow: 0 0 15px rgba(0,0,0,.3);}
.slider ul{ padding:0px!important; }
.slider li div{ padding:15px 10px;display: block;  cursor: pointer;background: #ebebeb; border-top: 4px solid #bbb; font-weight:500;color: #444;text-align:center;border-left: 1px solid #bbb;}
.slider li div span{ font-size:12px; color:#7e7e7e;text-align:center;font-variant:normal; font-weight:lighter}
.slider li em p{background: #f1f1f1;color: #000; width:96%; padding:2%; position:relative;margin-top:24px;text-align:center; font-size:13px !important; margin-bottom:0px; font-weight:bold;}
#carousel div:hover {opacity: 1;background: #f1f1f1;}
#carousel .flex-active-slide div {opacity: 1; cursor: default;background: #fff;border-top: 4px solid #7bbb2a; color: #444; text-align:center;border-left: 1px solid #bbb; }
#carousel .flex-active-slide div:first-child{border-right: 1px solid #bbb;border-left: 1px solid #fff;}
#carousel .flex-active-slide div:last-child{border-right: 1px solid #fff; border-left: solid 1px #bbb;}
#carousel .flex-active-slide:first-child div, .slider li:first-child div {border-left: none;}.slider
#carousel div span{font-size:12px; color:#7e7e7e;text-align:center;font-variant:normal; font-weight:lighter}

/* Loading
***********************/
.loading #slidr-container {opacity: 0;}
.loading:before  { content: 'LOADING'; display: block; margin: 100px 0 0; text-align: center; color: #fff; font-weight: bold; font-size: 60px; opacity: 0.3; }
body {width: 100%; float: left; opacity: 1; -webkit-transition: opacity 1s ease;}

/* Layout
***********************/
#main {margin-left: 420px; margin-top: -25px;overflow: hidden;}
aside h3 {float: left;}


/* Media Queries
***********************/
@media screen and (max-width: 960px){
	#slidr-container{padding:35px}header{width:380px}#main{margin-left:380px}aside h3{float:none;font-size:20px}.toggle{margin-left:0;float:none;}
}
@media screen and (max-width: 768px){
#slidr-container{padding:20px 30px}
	header{width:100%;float:none;text-align:center}
	header img{width:120px}
	header h1{margin:0 auto 10px;font-size:32px}
	header h2{font-size:16px}header .button{margin-bottom:28px}
	#main{margin-left:0}h3.nav-header{margin:0 auto 10px;font-size:16px}
	nav{position:relative;min-height:46px;margin-bottom:20px;width:100%}
	nav ul{width:260px;padding:0;position:absolute;left:50%;margin-left:-130px;top:0;z-index:9999;border:1px solid #1e5486;background:#255a8c;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.2), inset 0 0 2px 0 rgba(255,255,255,0.2);-moz-box-shadow:0 0 5px 0 rgba(0,0,0,.2), inset 0 0 2px 0 rgba(255,255,255,0.2);box-shadow:0 0 5px 0 rgba(0,0,0,.2), inset 0 0 2px 0 rgba(255,255,255,0.2)}
	nav li{display:none;margin:0}
	nav li a{border:none !important;text-shadow:1px 1px 0 rgba(0,0,0,0.3)}
	nav li a:hover{text-decoration:underline}
	nav .active{display:block}
	nav a{display:block;padding:10px 20px;text-align:center;font-size:12px}
	nav .active a{background:none;color:#fff;position:relative}
	nav .active a:after{font-family:flexslider-icon;content:'\f005';font-size:13px;position:absolute;right:10px;top:10px}
	nav ul:hover{background:#32679a}
	nav ul:hover li{display:block;margin:0 0 5px}
	nav ul:hover .active{border:1px solid #1e5486 !important;background:#255a8c;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}
	nav ul:hover .active a:after{display:none}
}
.syntaxhighlighter a,.syntaxhighlighter div,.syntaxhighlighter code,.syntaxhighlighter table,.syntaxhighlighter table td,.syntaxhighlighter table tr,.syntaxhighlighter table tbody,.syntaxhighlighter table thead,.syntaxhighlighter table caption,.syntaxhighlighter textarea{-moz-border-radius:0 0 0 0 !important;-webkit-border-radius:0 0 0 0 !important;background:none !important;border:0 !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0 !important;outline:0 !important;overflow:visible !important;padding:0 !important;position:static !important;right:auto !important;text-align:left !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;font-family:"Consolas","Bitstream Vera Sans Mono","Courier New",Courier,monospace !important;font-weight:normal !important;font-style:normal !important;font-size:1em !important;min-height:inherit !important;min-height:auto !important;}
.syntaxhighlighter{width:100% !important;margin:1em 0 1em 0 !important;position:relative !important;overflow:auto !important;font-size:1em !important;}
.syntaxhighlighter.source{overflow:hidden !important;}
.syntaxhighlighter .bold{font-weight:bold !important;}
.syntaxhighlighter .italic{font-style:italic !important;}
.syntaxhighlighter .line{white-space:pre !important;}
.syntaxhighlighter table{width:100% !important;}
.syntaxhighlighter table caption{text-align:left !important;padding:.5em 0 0.5em 1em !important;}
.syntaxhighlighter table td.code{width:100% !important;}
.syntaxhighlighter table td.code .container{position:relative !important;}
.syntaxhighlighter table td.code .container textarea{box-sizing:border-box !important;position:absolute !important;left:0 !important;top:0 !important;width:100% !important;height:100% !important;border:none !important;background:white !important;padding-left:1em !important;overflow:hidden !important;white-space:pre !important;}
.syntaxhighlighter table td.gutter .line{text-align:right !important;padding:0 0.5em 0 1em !important;}
.syntaxhighlighter table td.code .line{padding:0 1em !important;}
.syntaxhighlighter.nogutter td.code .container textarea,.syntaxhighlighter.nogutter td.code .line{padding-left:0em !important;}
.syntaxhighlighter.show{display:block !important;}
.syntaxhighlighter.collapsed table{display:none !important;}
.syntaxhighlighter.collapsed .toolbar{padding:0.1em 0.8em 0em 0.8em !important;font-size:1em !important;position:static !important;width:auto !important;height:auto !important;}
.syntaxhighlighter.collapsed .toolbar span{display:inline !important;margin-right:1em !important;}
.syntaxhighlighter.collapsed .toolbar span a{padding:0 !important;display:none !important;}
.syntaxhighlighter.collapsed .toolbar span a.expandSource{display:inline !important;}
.syntaxhighlighter .toolbar{position:absolute !important;right:1px !important;top:1px !important;width:11px !important;height:11px !important;font-size:10px !important;z-index:10 !important;}
.syntaxhighlighter .toolbar span.title{display:inline !important;}
.syntaxhighlighter .toolbar a{display:block !important;text-align:center !important;text-decoration:none !important;padding-top:1px !important;}
.syntaxhighlighter .toolbar a.expandSource{display:none !important;}
.syntaxhighlighter.ie{font-size:.9em !important;padding:1px 0 1px 0 !important;}
.syntaxhighlighter.ie .toolbar{line-height:8px !important;}
.syntaxhighlighter.ie .toolbar a{padding-top:0px !important;}
.syntaxhighlighter.printing .line.alt1 .content,.syntaxhighlighter.printing .line.alt2 .content,.syntaxhighlighter.printing .line.highlighted .number,.syntaxhighlighter.printing .line.highlighted.alt1 .content,.syntaxhighlighter.printing .line.highlighted.alt2 .content{background:none !important;}
.syntaxhighlighter.printing .line .number{color:#bbbbbb !important;}
.syntaxhighlighter.printing .line .content{color:black !important;}
.syntaxhighlighter.printing .toolbar{display:none !important;}
.syntaxhighlighter.printing a{text-decoration:none !important;}
.syntaxhighlighter.printing .plain,.syntaxhighlighter.printing .plain a{color:black !important;}
.syntaxhighlighter.printing .comments,.syntaxhighlighter.printing .comments a{color:#008200 !important;}
.syntaxhighlighter.printing .string,.syntaxhighlighter.printing .string a{color:blue !important;}
.syntaxhighlighter.printing .keyword{color:#006699 !important;font-weight:bold !important;}
.syntaxhighlighter.printing .preprocessor{color:gray !important;}
.syntaxhighlighter.printing .variable{color:#aa7700 !important;}
.syntaxhighlighter.printing .value{color:#009900 !important;}
.syntaxhighlighter.printing .functions{color:#ff1493 !important;}
.syntaxhighlighter.printing .constants{color:#0066cc !important;}
.syntaxhighlighter.printing .script{font-weight:bold !important;}
.syntaxhighlighter.printing .color1,.syntaxhighlighter.printing .color1 a{color:gray !important;}
.syntaxhighlighter.printing .color2,.syntaxhighlighter.printing .color2 a{color:#ff1493 !important;}
.syntaxhighlighter.printing .color3,.syntaxhighlighter.printing .color3 a{color:red !important;}
.syntaxhighlighter.printing .break,.syntaxhighlighter.printing .break a{color:black !important;}
/* Theming */
.syntaxhighlighter { clear: both; width: auto!important; font-size: 13px !important; line-height: 21px !important; font-family: Courier, "Courier New", monospace; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; background-color: #fff !important; box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.syntaxhighlighter .string, .syntaxhighlighter .string a {color: #ff5454 !important;}
.syntaxhighlighter .line.alt1,
.syntaxhighlighter .line.alt2 {width: 100% !important; padding: 0 !important; background-color: #fff !important;}
.syntaxhighlighter .line.highlighted.alt1,
.syntaxhighlighter .line.highlighted.alt2 {background-color: #fff !important;}
.syntaxhighlighter table td.code {width: auto !important; padding: 10px 12px!important;}
.syntaxhighlighter table td.code .line {width: auto !important; padding: 0 !important;}
.syntaxhighlighter .color1, .syntaxhighlighter .color1 a {color: #cc7ac6!important;}
.syntaxhighlighter .plain, .syntaxhighlighter .plain a {color: #888!important;}
.syntaxhighlighter .comments, .syntaxhighlighter .comments a {color: #999!important;}
.syntaxhighlighter .keyword {color: #2a93b9!important;}
/**/
.syntaxhighlighter{background-color:white !important;}
.syntaxhighlighter .line.alt1{background-color:white !important;}
.syntaxhighlighter .line.alt2{background-color:white !important;}
.syntaxhighlighter .line.highlighted.alt1,.syntaxhighlighter .line.highlighted.alt2{background-color:#e0e0e0 !important;}
.syntaxhighlighter .line.highlighted.number{color:black !important;}
.syntaxhighlighter table caption{color:black !important;}
.syntaxhighlighter .gutter{color:#afafaf !important;}
.syntaxhighlighter .gutter .line{border-right:3px solid #6ce26c !important;}
.syntaxhighlighter .gutter .line.highlighted{background-color:#6ce26c !important;color:white !important;}
.syntaxhighlighter.printing .line .content{border:none !important;}
.syntaxhighlighter.collapsed{overflow:visible !important;}
.syntaxhighlighter.collapsed .toolbar{color:blue !important;background:white !important;border:1px solid #6ce26c !important;}
.syntaxhighlighter.collapsed .toolbar a{color:blue !important;}
.syntaxhighlighter.collapsed .toolbar a:hover{color:red !important;}
.syntaxhighlighter .toolbar{color:white !important;background:#6ce26c !important;border:none !important;}
.syntaxhighlighter .toolbar a{color:white !important;}
.syntaxhighlighter .toolbar a:hover{color:black !important;}
.syntaxhighlighter .plain,.syntaxhighlighter .plain a{color:black !important;}
.syntaxhighlighter .comments,.syntaxhighlighter .comments a{color:#008200 !important;}
.syntaxhighlighter .string,.syntaxhighlighter .string a{color:blue !important;}
.syntaxhighlighter .keyword{color:#006699 !important;}
.syntaxhighlighter .preprocessor{color:gray !important;}
.syntaxhighlighter .variable{color:#aa7700 !important;}
.syntaxhighlighter .value{color:#009900 !important;}
.syntaxhighlighter .functions{color:#ff1493 !important;}
.syntaxhighlighter .constants{color:#0066cc !important;}
.syntaxhighlighter .script{font-weight:bold !important;color:#006699 !important;background-color:none !important;}
.syntaxhighlighter .color1,.syntaxhighlighter .color1 a{color:gray !important;}
.syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:#ff1493 !important;}
.syntaxhighlighter .color3,.syntaxhighlighter .color3 a{color:red !important;}
.syntaxhighlighter .keyword{font-weight:bold !important;}


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

.sdp-dash-menu ul li {
    width: 100%;
}
}

@media screen and (max-width: 667px){
	.secpdn {padding: 20px;}
	#scroll {
    position: relative;
    padding: 0px;
    display: none;}
h2 {
    font-family: 'Zoho_Puvi_SemiBold', 'Open Sans', sans-serif;
    font-size: 25px;
    line-height: 1.25;
}
	.down-nav-link h2{ margin-top: 20px;}
	.down-nav-link span.act::after {margin-left: -10% !important;}
	.down-nav-link span.act:after{margin-bottom: -10px}
	.down-nav-link span.act:before{margin-left: 30px;margin-bottom: -10px}
}