/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(112,26): run-time error CSS1039: Token not allowed after unary operator: '-color-orange'
(113,25): run-time error CSS1039: Token not allowed after unary operator: '-color-green'
(114,24): run-time error CSS1039: Token not allowed after unary operator: '-color-blue'
(115,23): run-time error CSS1039: Token not allowed after unary operator: '-color-red'
(116,26): run-time error CSS1039: Token not allowed after unary operator: '-color-yellow'
(118,25): run-time error CSS1039: Token not allowed after unary operator: '-color-white'
(120,33): run-time error CSS1039: Token not allowed after unary operator: '-color-blue'
(121,35): run-time error CSS1039: Token not allowed after unary operator: '-color-green'
(122,36): run-time error CSS1039: Token not allowed after unary operator: '-color-orange'
(123,35): run-time error CSS1039: Token not allowed after unary operator: '-color-white'
(333,47): run-time error CSS1039: Token not allowed after unary operator: '-color-skyblue'
(334,221): run-time error CSS1039: Token not allowed after unary operator: '-color-skyblue'
(1181,124): run-time error CSS1046: Expect comma, found '0'
(1181,128): run-time error CSS1046: Expect comma, found '/'
 */
:root {
    --color-body: #4f4f4f;
    --color-blue: #29306c;
    --color-orange: #f07725;
    --color-green: #54a447;
    --color-blue-light: #e1e3ef;
    --color-white: #ffffff;
    --color-red: #ff0000;
    --color-yellow: #ffa500;
}

p{line-height:24px;} 
p a{font-weight:bold; text-decoration:underline;}
a{color:#f07725;}
p a:hover, a:hover{text-decoration:none;}
a:focus {outline: none;}

h1{font-size: 46px; color: #29306c;}

/*==================Typography========================= */

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
pre, code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: 0px; padding-left: 1px; display:inline-block;}
sub { bottom: -0.25em; }
#lc_chat_layout #lc_chat_container .lc-form-field-wrap .lc-chat-required span {color: #EF505F; font-size: 18px;vertical-align: sub !important;position: relative;}
#lc_chat_layout #lc_chat_container .lc-form-field-wrap .lc-textfield-wrap label{height:17px !important; top: -9px !important;}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Embedded content ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
svg:not(:root) {overflow: hidden;}
input[type="checkbox"], input[type="radio"] { margin-right: 5px;}
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
button::-moz-focus-inner, input::-moz-focus-inner {border: 0; padding: 0;}
textarea { overflow: auto; vertical-align: top; }
input:invalid, textarea:invalid {background-color: #f0dddd;}
table { border-collapse: collapse; border-spacing: 0;}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus { border: none; outline: none;}
textarea {border: 1px solid #b2b2b2; color: #4f4f4f; font-size: 13px; min-width: 50px; outline: none; padding:10px; width: 100%;}

select {width: 100%; padding: 5px 25px 5px 5px; font-size: 14px; border: none; height: 32px;  -moz-appearance: none; -webkit-appearance: none; appearance: none; background: url(/content/images/select-dd-arrow.svg) no-repeat right 10px center; cursor: pointer; position: relative; box-shadow: 0 1px 0 0 #e1e3ef; color: #4f4f4f;  transition: box-shadow 150ms ease-out;}
.autogray select{box-shadow: 0 1px 0 0 #b2b7d5;}
select:focus{box-shadow: 0 2px 0 0 #29306c; outline: none;}
select::-ms-expand {display: none;}
select option{padding: 0;}
.custom_select{box-shadow:none;border:1px solid #888;padding:6px 25px 6px 15px;height:38px}
#ui-datepicker-div.ui-datepicker .ui-datepicker-title select {background: url(/content/images/select-dd-arrow.svg) no-repeat right 10px center #FFF !important; height:24px;}

.small-btn{text-decoration:none;display: inline-flex; line-height: 1.2; padding:1px 4px;border-radius:3px;font-size:14px;font-family: Arial, Helvetica, sans-serif;}

@media screen and (min-width:0\0) {select {background:none\9;padding: 5px\9;}}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Print styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
 
@media print {
	a{ color: #f07725; text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid;}
    body{-webkit-print-color-adjust:exact;}
    .leftsidebutton, .popuphome{display:none;}
}

.fs-11 {font-size: 0.688rem !important;}
.fs-12 {font-size: 0.75rem !important;}
.fs-13 {font-size: 0.813rem !important;}
.fs-14 {font-size: 0.875rem !important;}
.fs-16 {font-size: 1rem !important;}

.floatleft { float: left; }
.floatright { float: right; }
.textleft { text-align: left; }
.textright { text-align: right; }
.textcenter { text-align: center; }
.txtitalic{font-style: italic;}
.textbreak {word-break:break-all;display: block;}
.textwhite{color:#fff!important}
.float-none {float: none !important;}
.text-nowrap {white-space: nowrap;}

.fw-bold {font-weight: bold !important;}

.mobbanner {display: none;}
.tabshow, .mobshow{display:none;}
.padnone{padding: 0 !important;}
.padtopnone, .pt-0{padding-top: 0 !important;}
.padbotnone, .pb-0{padding-bottom: 0 !important;}
.displaynone { display: none; }
.displayblock { display: block; }
.displaytable{display: table; width: 100%;}
.disabled{opacity:0.5; pointer-events:none;}
.mrgnone{margin: 0 !important;}
.mrgtopnone{margin-top: 0 !important;}
.mrgleftnone{margin-left: 0 !important;}
.mrgbotnone{margin-bottom: 0 !important;}
.border-0{border: none !important;}
.border-top-0{border-top: none !important;}
.border-bottom-0{border-bottom: none !important;}
.border-left-0{border-left: none !important;}
.border-right-0{border-right: none !important;}
.border-bottom-1{border-bottom: 1px solid #dfddde;}

.orangetext {color: var(--color-orange)}
.greentext {color: var(--color-green);}
.bluetext {color: var(--color-blue);}
.redtext {color: var(--color-red);}
.yellowtext {color: var(--color-yellow);}
.lightgrayext{color: #848484;}
.whitetext {color: var(--color-white);}

.bg-blue{background-color: var(--color-blue) !important;}
.bg-green {background-color: var(--color-green) !important;}
.bg-orange {background-color: var(--color-orange) !important;}
.bg-white {background-color: var(--color-white) !important;}

.blue-img{filter: brightness(0) saturate(100%) invert(12%) sepia(73%) saturate(2467%) hue-rotate(227deg) brightness(88%) contrast(85%);}
.white-img {filter: brightness(0) saturate(100%) invert(91%) sepia(100%) saturate(0%) hue-rotate(348deg) brightness(105%) contrast(105%);}

.masterdivback { opacity: 0.7; position: fixed; background-color: rgb(255, 255, 255); width: 100%; height: 100%; z-index: 999999; top:0;}
.masterdivinner { position: fixed; margin-top: -42px; margin-left: -52px; top: 50%; left: 50%; z-index: 999999; height: 85px; width: 105px; }

.line-through{text-decoration: line-through;}

.leftsidebutton{position:fixed;top:445px;height:228px;width:25px;z-index:9999}

.chatbutton { padding: 6px 0 6px 0; font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 14px; font-weight: bold; color: #FFFFFF; background: #54a447; background-position: 0 -2762px; width: 130px; text-align: center; margin: 10px 0 0 5px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
.chatbutton:hover { background: #6ec25d; }
.chatbutton a { color: #FFFFFF !important; text-decoration: none; display: block; }
.chatbutton a:hover { color: #FFFFFF !important; text-decoration: none; display: block; }

.leftsidebutton a { display: block; }
.leftsidebutton a + a {margin-top:20px;}

.breadcrumbwrap .cntwrapper{padding: 0 !important;}
.breadcrum{width: 1200px; margin: 0 auto;}
#breadcrumbs{float: left; margin: 30px 0; width: 100%;}
#breadcrumbs li {margin-right: 14px; padding-right: 21px; float: left; line-height: 28px; background: url(/content/images/breadcrums-steps.svg) no-repeat right center;}
#breadcrumbs li a {display: block; font-family:'Yantramanav'; font-size: 14px; color: #c9cbda; text-decoration: none;}
#breadcrumbs li a:hover, #breadcrumbs li a:focus { color: #f07725; }
#breadcrumbs li:first-child a{text-indent: -9999em; background: url(/content/images/brdcumbar-homeimg.svg) no-repeat 0 center; width: 14px;}
#breadcrumbs li:last-child{margin-right: 0; padding-right: 0; background:none;}
#breadcrumbs li:last-child a{color: #5f6491; cursor: default;}


.notification-error, .errormsg{border:1px solid #ca9195;font-family: Arial, Helvetica, sans-serif; margin:15px 0; background:url(/content/images/errormsg-icon.svg) no-repeat #fed2d3 15px 10px; padding:10px 15px 10px 50px; height:auto; color:#7a1c2a; line-height:20px; background-size:20px; font-size:15px; display:inline-block;}
.notification-error a, .errormsg a {color: #7a1c2a;}
.errormsgbig{border:1px solid #ca9195; font-family: Arial, Helvetica, sans-serif; background:url(/content/images/errormsg-icon.svg) no-repeat #fed2d3 15px 10px; padding:10px 15px 10px 60px; color:#7a1c2a; line-height:20px; background-size:30px; font-size:15px;}
.errormsgbig a {color: #7a1c2a;}
.notification-notice, .warningmsg{margin:15px 0;font-family: Arial, Helvetica, sans-serif; background:url(/content/images/warningmsg-icon.svg) no-repeat #fefccb 15px 10px; padding:10px 15px 10px 50px; color:#737433; line-height:20px; background-size:20px; font-size:15px;}
.notification-notice a, .warningmsg a {color: #737433;}
.succesmsg{border:1px solid #a1da96;margin:15px 0;font-family: Arial, Helvetica, sans-serif; background:url(/content/images/successmsg-icon.svg) no-repeat #d4fecc 15px 10px; padding:10px 15px 10px 50px; color:#377f2b; line-height:20px; background-size:20px; font-size:15px;}
.succesmsg a {color: #377f2b;}
.notification-sucess, .sucessmsg{border:1px solid #a1da96;margin:15px 0;font-family: Arial, Helvetica, sans-serif; background:url(/content/images/successmsg-icon.svg) no-repeat #d4fecc 15px 10px; padding:10px 15px 10px 50px; color:#377f2b; line-height:20px; background-size:20px; font-size:15px;}
.notification-sucess a, .sucessmsg a {color: #377f2b;}

.infomsg{border:1px solid #e7e07b; margin:15px 0; font-family: Arial, Helvetica, sans-serif; background:url(/content/images/infoicon.svg) no-repeat #fffddf 15px 10px; padding:10px 15px 10px 50px; color:#a7a14f; line-height:20px; background-size:20px; font-size:15px; word-wrap: break-word;}
.infomsg a {color: #a7a14f;}
.infomsg .notimsg-title { font-size: 1.1rem; margin-bottom: 0.5rem; }
.notimsg ul.list li + li { margin-top: 10px; }

.errormsg a, .errormsgbig a, .warningmsg a, .succesmsg a, .sucessmsg a , .infomsg a {font-weight: bold; text-decoration: underline; cursor: pointer;}
.errormsg a:hover, .errormsgbig a:hover, .warningmsg a:hover, .succesmsg a:hover, .sucessmsg a:hover , .infomsg a:hover{text-decoration: none;}

.homefootlink .cntwrapper{padding: 115px 0;}
.homefootlink .newlinks {width:33.33333%; float: left; padding: 0 20px;  text-align: center;}
.newlinks figure { display: block;}
.newlinks figure figcaption {text-align:center; padding:18px 0 0 0; font-size: 26px; font-family: 'yantramanavbold';}
.newlinks p{padding: 15px 0 0 0;}
.newlinks .morlinktxt a:hover{text-decoration: none;}
.newlinks p br{display: none;}
.newlinks p span{display: block;}

.popupmid { height: 450px; width: 524px; z-index: 99999; font-size: 13px; position: fixed; top:50% !important; left:50% !important; -webkit-transform:translate3d(-50%, -51%, 0); -moz-transform:translate3d(-50%, -51%, 0); -o-transform:translate3d(-50%, -51%, 0); -ms-transform:translate3d(-50%, -51%, 0);transform:translate3d(-50%, -51%, 0);
-webkit-font-smoothing: subpixel-antialiased; -moz-font-smoothing: subpixel-antialiased; font-smoothing: subpixel-antialiased;}
.popupframe{background-color: #FFF;}
.popupframe iframe{display: block;}
.popupmidstep {position: fixed; width: 524px; z-index: 99999; font-size: 13px; background-color: #FFF;}
.popboxhd { background:#2A306C; padding: 15px 50px 15px 20px;}
.popboxhd h4 {color: #FFF; font-size: 30px; line-height: 1;}
.popboxhd.popuphead.pkisolution h4{font-size: 26px;}
.popupContactClose { cursor: pointer; display: block; line-height: 14px; position: absolute; right: 15px; top: 20px; }
.popuphead{background: #f07725;}
.popupwrp {padding: 20px; background-color: #FFF !important;}
.popupwrp p + p{padding-top:15px;}
.popupwrp h5{color: #53a446; font-size: 24px; padding: 0 0 10px 0;}
.popupwrp h5:not(:first-child){margin-top: 20px;}

.cwpopupdetail{padding:15px;}
.sidebuyisbtn{position:fixed; top:435px; height:195px; width:25px; z-index:9999; right:0; background:#333c87; border-radius:4px 0 0 4px; padding:12px 0;}
.sidebuyisbtn a {color:#FFF !important; font-size:14px; text-decoration:none; white-space:nowrap; -moz-transform:rotate(90deg); -webkit-transform:rotate(90deg); -o-transform:rotate(90deg); transform:rotate(90deg); display:block; font-family: 'yantramanavbold'; text-transform:uppercase; letter-spacing:0.06em; font-weight:normal; margin-left:0;}
.isbtnlong{height:220px;display: flex;flex-wrap: wrap;align-items:center;justify-content: center;}

.button {border-radius: 3px; display: inline-block; font-family: "yantramanavbold"; font-size: 24px; line-height: 1; padding: 15px 20px; text-decoration: none; font-weight: normal; cursor: pointer;}
.button:hover {-moz-transition: all 0.7s; -webkit-transition: all 0.7s; -o-transition: all 0.7s; transition: all 0.7s;}

.smallbutton {border-radius: 3px; display: inline-block; font-family: "yantramanavbold"; font-size: 20px; line-height: 1; padding: 10px 15px; text-decoration: none; font-weight: normal; cursor: pointer;}
.smallbutton:hover {-moz-transition: all 0.7s; -webkit-transition: all 0.7s; -o-transition: all 0.7s; transition: all 0.7s;}

.orangebutton{background:#f07725; color: #FFF; border:2px solid #f07725;}
.orangebutton:hover{color:#f07725; background: transparent;}

.orangelinebutton{background:transparent; color:#f07725; border:2px solid #f07725;}
.orangelinebutton:hover{color:#FFF; background:#f07725;}

.bluebutton{background:#29306c; color: #FFF; border:2px solid #29306c;}
.bluebutton:hover{color:#29306c; background: transparent;}

.bluelinebutton{background:transparent; color:#29306c; border:2px solid #29306c;}
.bluelinebutton:hover{color:#FFF; background:#29306c;}

.whitebutton{background:#FFF; color: #29306c; border:2px solid #FFF;}
.whitebutton:hover{color:#29306c; background: transparent;}

.whitelinebutton{background:transparent; color:#FFF; border:2px solid #FFF;}
.whitelinebutton:hover{color:#29306c; background:#FFF;}

.greenbutton{background:#54a447; color: #FFF; border:2px solid #54a447;}
.greenbutton:hover{color:#54a447; background: transparent;}

.greenlinebutton{background:transparent; color:#54a447; border:2px solid #54a447;}
.greenlinebutton:hover{color:#FFF; background:#54a447;}

.warningmsgbutton{color:#fff !important; background:#a7a14f; text-decoration:none !important; white-space: nowrap; border:2px solid #a7a14f;}
.warningmsgbutton:hover{background:transparent; color:#a7a14f !important;}

.infomsgbutton{background:transparent; color:#a7a14f; border:2px solid #a7a14f; font-size: 20px; padding: 10px 15px; margin-top: 10px; text-decoration:none !important; white-space: nowrap; border-radius: 4px; font-family: "yantramanavbold";}
.infomsgbutton:hover{color:#fffddf; background:#a7a14f;}
.infomsgbutton + .infomsgbutton{margin-left: 10px;}

.buttons .button + .button {margin-left: 20px;}

.buttonbar{display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; margin-top: 20px;}
.flex{display:-webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;}
.d-flex{display:-webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; flex-wrap: wrap;}
.d-grid {display: grid;}
.grid-repeater { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.flex-start{justify-content:flex-start;}
.flex-end{justify-content:flex-end;}
.flex-center{justify-content:center;}
.flex-between{justify-content:space-between;}
.flex-grow{flex-grow: 1;}
.flex-column{-webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column; flex-direction: column;}
.align-self-start{-ms-align-self: start; align-self: start;}
.align-self-center{-ms-align-self: center; align-self: center;}
.align-self-end{-ms-align-self: flex-end; align-self: flex-end;}
.align-items-center {-webkit-box-align: center; -ms-flex-align: center; align-items: center;}

.ml-auto{margin-left: auto;}
.mr-auto{margin-right: auto;}
.mt-auto{margin-top: auto;}
.mb-auto{margin-top: auto;}
.mx-auto{margin-top: auto; margin-bottom: auto;}
.my-auto{margin-left: auto; margin-right: auto;}
.mt-0 { margin: 0 !important; }
.mb-0 { margin: 0 !important; }
.ml-0 { margin-left: 0 !important; }
.mr-0 { margin-right: 0 !important; }
.mt-2 { margin-top: .5rem !important; }
.mb-2 { margin-bottom: .5rem !important; }
.mb-16 { margin-bottom: 1rem !important; }
.p-2 { padding: .5rem !important; }
.p-3 { padding: 1rem !important; }
.gap-2 { gap: .5rem !important; }

.w-auto{width:auto !important;}
.w-100{width:100% !important;}
.h-100{height:100% !important;}
.fullbannerinner .slide-decp{text-align:right;}

.scheduled-msg{background:#f07725; color: #FFF; padding:5px 10px; position: relative; font-family:Arial, sans-serif; font-size:11px; font-weight:bold;}
.scheduled-msg .cntwrapper {padding: 0; width: 1200px; padding-right: 20px;}
.scheduled-msg p {line-height:14px;}
.scheduled-msg .close{cursor: pointer; display: block; height: 16px; position: absolute; right:0; top:0;}
.scheduled-msg span{font-family:Arial, sans-serif !important; font-size: 11px !important;}

.commonulli{margin:20px 0 20px 30px;}
.commonulli li{padding-left:25px; margin-bottom:10px; line-height: 24px; background:url(/content/images/checkmarkicon.svg) no-repeat 0 5px;}
.commonulli li a{font-weight: bold;}
.commonulli ul{margin:20px 0 20px 30px;}
.commonulli ul li{background: none; list-style-type: disc; padding-left: 0;}

.rapidgooglebanner .commonulli li{margin-bottom: 2px; background:url(/content/images/checkmarkicon-white.svg) no-repeat 0 5px;} 

.decimallist{margin:20px 0 20px 30px;}
.decimallist li{margin-bottom:10px; line-height: 24px; list-style:decimal;}
.decimallist li a{font-weight: bold;}
.decimallist ul{margin:20px 0 20px 30px;}
.decimallist ul li{background: none; list-style-type: disc; padding-left: 0;}


.listbdrbot li{padding: 10px 0; margin: 0 0 0 25px !important; background: none; position: relative; border-bottom: 1px solid #d7d4d5; font-size: 13px;}
.listbdrbot li:before{content:''; background:url(/content/images/checkmarkicon.svg) no-repeat; position: absolute; left: -25px; top: 15px; height: 16px; width: 16px;}
.listbdrbot li.cross:before{background:url(/content/images/imgiconno.svg) no-repeat;}

.popuphome{width: 100%; position: fixed; z-index: 999; bottom: 0; background: #54a447; color:#ffffff; box-sizing: border-box; padding: 10px 100px 20px 100px; display: none;} 
.cookiestxt{width:100%; text-align:center; font-size:13px; line-height:18px;}
.cookiestxt a{ color:#29306c;}
.cookiestxt a:hover{ color:#ffffff;}
.popuphome a.close {position: relative; float: left; top:0px; right:0; z-index: 99; text-decoration: none; cursor: pointer; width:16px;}

#cookies {border-top: 100px solid transparent; margin-top: -100px; -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box;}

.boxcontent{border: 1px solid #d8d5d6;}
.boxtitle{background:#29306c; padding: 20px 40px;}
.boxtitle h3{color: #ffffff; font-size: 32px; padding-bottom: 0 !important;}
.boxdetail{padding: 40px; display: table; width: 100%;}

.wrappermrgbot{margin-bottom: 115px;}
.posrelative{position:relative}
.section-subhead, .res-head p {font-size: 24px; font-family: 'yantramanav'; color: #F07725; margin-bottom: 20px; text-transform: uppercase;}
.slkdashboard .warningmsg{border: 1px solid #efedca}
.homecontactpopuptext p{margin-bottom:20px;}

.grid-col-2.commonulli{margin-left: 0 !important;}
.grid-col-2 {grid-gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr))}
.grid-col-2 li{margin-bottom: 0;}
.grid-col-7-2 {grid-gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr))}

.orangedecimallist {margin: 20px 0;}
.orangedecimallist li{border-bottom: 1px solid #d7d4d5; padding: 16px 0 16px 48px; position: relative; counter-increment: my-awesome-counter;}
.orangedecimallist li:before{content: counter(my-awesome-counter); color: #fff; font-size: 18px; position: absolute; line-height: 34px; width: 32px; height: 32px; left: 0; background: #F07725; border-radius: 50%; text-align: center; font-family: 'yantramanavbold'; top: calc(50% - 16px);}

.notification-tooltip {background: lightgray; padding: 4px 8px; border-radius: 4px; font-size: 13px; position: absolute; bottom: calc(100% + 10px); width: max-content; left: 50%; transform: translateX(-50%); color: black}
.notification-tooltip-input {background: var(--color-skyblue); padding: 4px 8px; border-radius: 4px; font-size: 13px; position: absolute;}
.notification-tooltip::after, .notification-tooltip-input::after {content: ''; position: absolute; width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 8px solid var(--color-skyblue); left: 51%; transform: translateX(-50%); bottom: -8px;}
.notification-tooltip-input {bottom: 100%; right: -13px !important; left: unset; transform: none;}


@media only screen and (max-width: 1199px) {
    object, img { max-width: 100%; height: auto;}
    .cntwrapper{padding:0 10px; width: 100%;}
    .container .cntwrapper{padding: 60px 20px !important;}
    .container .cntwrapper.padtopnone{padding-top: 0 !important;}
    .container .cntwrapper.padbotnone{padding-bottom: 0 !important;}
    .container .cntwrapper.padnone{padding: 0 20px!important;}
    
	.scheduled-msg{padding:5px 25px 5px 10px;}
	.scheduled-msg .cntwrapper{padding:0 !important; width:100%;}
	.scheduled-msg .close{right: -16px;}
    
    .breadcrum{width: 100%;}
    #breadcrumbs{margin:0; padding: 15px 20px;}
    
}

@media only screen and (max-width: 1024px) {
    .container .cntwrapper{padding: 40px 10px !important;}
    #breadcrumbs{margin:0; padding: 10px;}
    .boxdetail, .boxtitle{padding: 15px;}
    
    .wrappermrgbot{margin-bottom: 40px;}
}

@media only screen and (max-width: 992px) {
    .container .cntwrapper.padnone{padding: 0 10px!important;}
	.tabhide{display:none !important;}
	.tabshow{display:block !important;}
    
    #main { width: 100% !important; padding:20px 0 0;}
	.container .cntwrapper.devicepadding, .container .cntwrapper{padding: 20px 10px !important;}
	.commoncntarea{padding-top:10px;}
	.breadcrum, #breadcrumbs{display: none;}
    h1.mainheadh1{font-size:32px;}
	h2.mainheadh2{font-size:24px; padding-bottom:5px;}
	h1.mainheadh1 br, h2.mainheadh2 br{display:none;}
	.cntwrapper h3, .autodarkgray h3, .autowhite h3, .autogray h3{font-size:24px; padding-bottom:10px;}
	.cntwrapper p br, .autodarkgray h3 br, .autowhite h3 br, .autogray h3 br{display:none;}
    
    .popuphome{padding:10px 100px 45px 100px;}
    .cookiestxt{text-align:center;}
    .cookiestxt a{display:inline-block; }
    .cookiestxt br{display:none;}
    .popuphome a.close{left:-10%;}
    
    .homefootlink{padding:0 0 20px;}
    .newlinks figure figcaption{font-size: 20px;}
    .homefootlink .newlinks{padding: 0 10px;}
	.greenwrap {padding: 20px 0; width: 100%;}
	.greenwrap h3 {font-size: 30px}
    
    .wrappermrgbot{margin-bottom: 20px;}
}

@media only screen and (max-width: 767px) {
    
    .fs16, body { font-size: 13px; }
    p { line-height: 20px; }
    h3 { font-size: 18px; }
    
    h1.mainheadh1{font-size:24px !important; padding-bottom: 5px;}
    h2.mainheadh2{font-size: 16px !important; }
    .cntwrapper h3, .autodarkgray h3, .autowhite h3, .autogray h3{ font-size:20px;}
	.mobshow{display: block !important;}
	.mobhide{display:none !important;}
	.cntwrapper .mobfulllt{width:100% !important; padding:0 0 20px !important;}
    
    .button{padding: 10px 15px; font-size: 20px;}
    
    .popuphome{padding:10px 80px 45px 80px;}
    .cookiestxt{float:none;}
    .popuphome a.close{left:-10%;}
    
    .greenwrap h3 {font-size: 24px;}
    .homefootlink{padding-bottom:0;}
    .homefootlink .newlinks{width:100%;}
    .newlinks + .newlinks{margin-top:20px; padding-top:20px; border-top:1px solid #d8d5d6;}
    .newlinks figure figcaption{font-size:20px; padding-top:10px;}
    .newlinks p span{display:block;}
    .homefootlink .newlinks{padding-left: 0; padding-right: 0;}
    .homefootlink .newlinks{padding-left: 0; padding-right: 0;}
    .popboxhd.popuphead.pkisolution h4 {font-size: 22px;}
    .boxdetail, .boxtitle{padding: 10px;}
    .displaytable{display: block;}
    .btntrustedsite, .btnSiteLock, .btnSSLM {padding: 5px 8px;font-size: 16px;}    
}


@media only screen and (max-width: 640px){
    .popupmid {width: 94% !important; max-height: 96%; /*top: 10px !important; left: 0 !important; margin: 0 3%;  height: 96% !important;*/}
    .popupframe{overflow: auto; -webkit-overflow-scrolling: touch; overflow: scroll; max-height: 91% !important;}
    .popboxhd, .popuphead{padding: 10px 40px 10px 10px;}
    .popboxhd h4{font-size: 20px; line-height: 1;}
    .popupContactClose{top: 0; padding: 12px; right: 0;}
    .popupContactClose img{width: 16px;}
    .popboxhd.popuphead.pkisolution h4 {font-size: 20px;}
	
    
    .popuphome {padding:10px 80px 10px 80px;}

}
@media only screen and (max-height : 767px) {
   .popupmid{max-height: 95vh !important;}
   .popupframe{overflow: auto; -webkit-overflow-scrolling: touch; overflow: scroll; max-height: 85vh !important;}

}
@media only screen and (max-height: 400px){
    .popupmid{max-height: 91%;}
}
@media only screen and (max-width: 480px) {	
    .twobutton .button + .button {margin-left: 0 !important; margin-top: 10px !important;}
    .popuphome {padding:10px 25px;}
    .popuphome a.close{left:-2%;}
    .gctool-tips{display:none !important;}
}
@media only screen and (max-width: 360px) {
    .cookiestxt{padding:0px;}
    .popuphome a.close{left:-3%;}
}
.grecptcha span {
    display: block;
    font-size: 12px;
    padding-bottom: 3px;
    color: #F00;
}


@font-face {font-family: 'yantramanavbold'; src: url('/fonts/yantramanav_bold-webfont.eot'); src: url('/fonts/yantramanav_bold-webfont.eot?#iefix') format('embedded-opentype'),  url('/fonts/yantramanav_bold-webfont.woff2') format('woff2'),  url('/fonts/yantramanav_bold-webfont.woff') format('woff'),  url('/fonts/yantramanav_bold-webfont.ttf') format('truetype'),  url('/fonts/yantramanav_bold-webfont.svg#yantramanavbold') format('svg'); font-weight: normal; font-style: normal; }

@font-face {font-family: 'Yantramanav'; font-style: normal; font-weight: 400; src: url('/fonts/yantramanav-v2-latin-regular.eot'); src: local('Yantramanav Regular'), local('Yantramanav-Regular'), url('/fonts/yantramanav-v2-latin-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/yantramanav-v2-latin-regular.woff2') format('woff2'), url('/fonts/yantramanav-v2-latin-regular.woff') format('woff'), url('/fonts/yantramanav-v2-latin-regular.ttf') format('truetype'), url('/fonts/yantramanav-v2-latin-regular.svg#Yantramanav') format('svg');}
*, ::after, ::before { box-sizing: border-box; }
html { font-size: 100%; overflow-y: scroll; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); text-size-adjust: 100%; overflow-x: auto !important;scroll-behavior:smooth; }
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input { margin: 0px; padding: 0px; border: none; }
body { font-family: Arial, Tahoma, "Times New Roman"; font-size: 15px; line-height: normal; color: rgb(79, 79, 79); margin: 0px; padding: 0px; }
img { border: 0px; vertical-align: middle; }
.slide-out-div { padding: 5px 10px 10px 15px; width: 155px; border-left: 5px solid rgb(51, 60, 135); background-color: rgb(255, 255, 255); text-align: left; border-top: 5px solid rgb(51, 60, 135); border-bottom: 5px solid rgb(51, 60, 135); border-radius: 6px; line-height: 1; position: fixed; min-height: 160px; top: 160px; right: -198px; z-index: 9999; }
a { color: rgb(240, 119, 37); }
.handle { margin-top: 20px; }
p { line-height: 24px; }
h1, h2, h3, h4, h5, h6 { line-height: 1; font-weight: normal; font-family: yantramanavbold; }
h1 { font-size: 46px; color: rgb(41, 48, 108); }
h2 { font-size: 32px; }
h3 { font-size: 36px; color: rgb(41, 48, 108); }
p a { font-weight: bold; text-decoration: underline; }
input, select { vertical-align: middle; }
button, input { line-height: 1; }
.displaynone { display: none !important; }
.sidebuyisbtn { position: fixed; top: 435px; height: 195px; width: 25px; z-index: 9999; right: 0px; background: #29306c; border-radius: 3px 0 0 3px; padding: 12px 0px; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
.cntwrapper { width: 1200px; margin: 0px auto; position: relative; }
.headbar .cntwrapper, .headercover .cntwrapper { padding: 0px !important; width: 1200px; }
.headercover { background: rgb(41, 48, 108); height: 40px; padding: 8px 0px; }
.headercover .phn { color: rgb(255, 255, 255); float: left; font-family: yantramanavbold; font-size: 26px; font-weight: normal; margin-right: 20px; line-height: 1; }
.headercover .phn a{color:#fff;text-decoration:none}
.headercover .btn-group { float: left; }
.headercover .btn { padding: 6px 21px 6px 5px; vertical-align: middle; cursor: pointer; background: url("/content/images/falglist-icon.svg") right 6px center no-repeat; display: block; height:28px;}
#imgFlag { vertical-align: top; display: block; }
.search { position: relative; width: 220px; }
.headercover .search { float: left; margin: 0px 0px 0px 30px; }
.search .go {background:url("/content/images/icon-searching.svg") 0px center no-repeat;height:24px;width:20px;float:left;cursor:pointer;margin-left:10px;}
.search .searchbox { background: none; height: 24px; width: 190px; border-top: none; border-right: none; border-left: none; border-image: initial; border-radius: 0px; border-bottom: 1px solid rgb(151, 157, 198); color: rgb(151, 157, 198); font-family: Arial, Tahoma, "Times New Roman"; font-style: italic; padding: 5px 5px 5px 0px; font-size: 12px; float: left; margin-left:-15px;left: 20px; opacity: 1; transition: all 0.5s ease; }
.headertop-rt { float: right; }
.socialbar { float: left; margin: 0px 20px 0px 0px; }
.socialbar a { display: block; width: 24px; height: 24px; background: url("/content/images/header_soical_icons.svg") no-repeat; text-indent: -9999em; float: left; }
.socialbar a + a { margin-left: 4px; }
.socialbar .twitter { background-position: -31px 0px; }
.socialbar .linkedin { background-position: -93px 0px; }
.loginfo { color: rgb(255, 255, 255); float: left; position: relative; }
ul, ul li, ol, ol li { list-style: none; }
.loginfo ul { z-index: 9002; float: left; }
.loginfo > ul > li {position: relative; float: left; padding-left: 18px; }
.loginfo > ul > li:first-child { padding-left: 0px; }
.loginfo > ul > li.blog { margin-right: 15px; }
.loginfo > ul > li > a { color: rgb(255, 255, 255); display: block; text-decoration: none; line-height: 1; font-size: 18px; font-family: yantramanavbold; }
.loginfo > ul > li.blog a { border: 1px solid rgb(255, 255, 255); border-radius: 2px; padding: 5px 15px 5px 30px; font-size: 12px; line-height: 1; text-transform: uppercase; }
.loginfo > ul > li + li { margin: 4px 0px 0px 35px; }
.loginfo > ul > li + li a { padding-bottom: 5px; }
.loginfo ul li .arrow { display: none; height: 0px; width: 0px; position: absolute; z-index: 9999; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid rgb(226, 228, 239); margin: -5px 0px 0px 21px; }
.loginfo li ul { width: 140px; background: rgb(226, 228, 239); display: none; left: -25px; top: 23px; position: absolute; overflow: hidden; box-shadow: rgba(67, 67, 67, 0.6) 0px 0px 4px 0px; }
.loginfo ul ul li { float: none; background: none; }
.loginfo ul ul li a { color: rgb(42, 50, 107); font-size: 12px; padding: 8px 10px; line-height: 21px; display: block; text-decoration: none; }
.loginfo ul ul li + li { background: url("/content/images/topddsept.png") center 0px no-repeat; }
.loginfo ul ul li + li a { min-width: 120px; display: block; }
.cartlogin { float: right; margin-left: 25px; }
.mycart { float: left; margin: -8px 28px 0px 0px; }
.mycart a { background: url("/content/images/checkout-header-icon.svg") 8px center no-repeat rgb(240, 119, 37); position: relative; display: block; height: 40px; padding: 12px 10px 10px 42px;}
.mycart span { font-size: 18px; font-family: yantramanavbold; line-height: 1; color: rgb(255, 255, 255); display: block; min-width: 24px;}
.login { float: right; position: relative; }
.login #login-link { padding: 4px 0px 2px 25px; text-decoration: none; font-family: yantramanavbold; background: url("/content/images/login-header-icon.svg") 0px center no-repeat; display: block; font-size: 18px; color: rgb(255, 255, 255); text-transform: uppercase; line-height: 1; }
#login-panel { font-family: yantramanavbold; position: absolute; z-index: 99999; top: 21px; right: 0px; width: 220px; padding: 15px; background: #e2e4ef; display: none; }
.loginclose { position: absolute; top: 10px; right: 15px; }
.loginformraw label { display: block; color: rgb(41, 48, 108); font-size: 13px; line-height: 1; margin-bottom: 3px; }
.loginformraw .inputsml { border: 1px solid rgb(148, 151, 181); background: rgb(255, 255, 255); padding: 3px 10px; font-size: 12px; width: 100%; height: 24px; border-radius: 0px; }
.loginformraw + .loginformraw { margin-top: 10px; }
.loginlink a { float: left; font-size: 12px; color: rgb(152, 152, 152); font-style: italic; text-decoration: underline; line-height: 24px; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
.loginformraw .smlbtn { background: rgb(240, 119, 37); border: 1px solid rgb(240, 119, 37); border-radius: 2px; color: rgb(255, 255, 255); cursor: pointer; float: right; font-family: yantramanavbold; font-size: 12px; padding: 5px 15px; }
.clear { clear: both; float: none; }
.mobile-menu { display: none; float: right; }
#showmobmenu {position:absolute;top:0;font-size:1.3em;color:#ed7732;transition:all .3s ease;right:0;height:50px;width:50px;background:url("/content/images/mobmenuicon.svg") no-repeat center center;margin:14px 10px 0 0;}
.left { right: -280px; }
#mobmenu { position: fixed; background: rgb(42, 50, 107); height: 100%; z-index: 9999; width: 280px; color: rgb(187, 187, 187); top: 0px; transition: all 0.3s ease; opacity: 1; overflow: auto; margin: 0px !important; }
#mobmenu ul { list-style: none; margin-top: 0px; padding: 0px; }
#mobmenu ul li { border-bottom: 1px solid rgb(21, 25, 64); }
#hidemobmenu { background: url("/content/images/momenu-close.svg") center center no-repeat rgb(240, 119, 37); height: 40px; }
#mobmenu ul li a { display: block; padding: 8px 0px 8px 7px; text-decoration: none; transition: all 0.3s ease; border-left: 8px solid rgb(42, 50, 107); color: rgb(255, 255, 255); font-weight: normal; }
#mobmenu ul li.mobmnuicon a { border-left: 4px solid rgb(240, 119, 37); }
#mobmenu ul a i {position:relative;}
#mobmenu ul a i[class*="fa-caret"] { float: right; }
#mobmenu ul li ul { margin-top: 0px; display: none; background: rgb(36, 42, 83); }
#mobmenu ul li ul li { border-bottom: none; }
#mobmenu ul li ul li a { padding-left: 30px; color: rgb(255, 255, 255); border-left: 8px solid rgb(36, 42, 83); }
.stickyfixdiv { height: 110px; display: none; }
.headbar { height: 110px; }
.headbar .logo { margin: 20px 0px 15px; float: left;}
.headbar .logo a { cursor: pointer; }
.headbar nav { float: right; margin: 22px 0px 0px; }
.products-link { margin: 0px; z-index: 9000; }
.navimain ul li { word-spacing: -0.04em; font-size: 20px; float: left; position: relative; }
.navimain ul li a { text-decoration: none; outline: none; }
.navimain ul li a.main-link { color: rgb(82, 82, 82); display: block; text-decoration: none; padding: 20px 34px; position: relative; line-height: 1; }
.navimain ul li a .nav-link { font-family: yantramanavbold; font-size: 22px; display:block;}
.navimain ul li .nav-link-help { font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; font-stretch: normal; font-size: 11px; line-height: normal; display: none; padding: 5px 0px 0px; color: rgb(153, 153, 153); }
.navimain ul li .nav-level-2 { display: none; position: absolute; z-index: 8888;}
.prbox{width:33.30%;border-bottom:1px solid #d8d5d6;border-right:1px solid #d8d5d6}
#products-nav{width:450px;left:0px;padding-bottom:37px;background: rgb(238, 238, 239);}
.productsbox .prbox a { padding: 20px; display: block;min-height:74px;}
.mnu-brand-icon img { height: 30px; }
.productsbox .prbox a span { font-size: 11px; line-height: 12px; margin: 5px 0px 0px; display: block; color: rgb(150, 149, 149); font-weight: bold; }
.productsbox .prbox:nth-child(3n) {border-right:none}
.productsbox .prbox:nth-child(10n),.productsbox .prbox:nth-child(11n),.productsbox .prbox:nth-child(12n){border-bottom:none}
#products-nav .navcta{position:absolute;left:-7px;bottom:0px;}
#products-nav .navcta.compare-certificate{left:0px;bottom:-5px;}
#products-nav .menu-more { border: 1px solid rgb(240, 119, 37); border-radius: 2px; font-family: yantramanavbold; font-size: 11px; color: rgb(240, 119, 37); width: 68px; text-align: center; padding: 0px; float: right; background: rgb(255, 255, 255); position: absolute; right:10px;top:16px; line-height: 18px;}
#products-nav .menu-more.download-ebook-btn {width:80px;background-color: rgb(240, 119, 37);color: #FFFFFF;top:11px;}
#products-nav .menu-more.download-ebook-btn img {transform: rotate(-90deg);}
#products-nav .menu-more.download-ebook-btn:hover img{filter: invert(48%) sepia(97%) saturate(1031%) hue-rotate(347deg) brightness(98%) contrast(91%);}
#navssltype { width: 574px; padding-bottom: 26px; left: -190px; }
#dvToDate .ui-widget-content { border: none; background: #ffffff !important; }
.brandtabul { float: left; width: 190px; background: rgb(255, 255, 255); border-left: 1px solid rgb(238, 238, 239) !important; border-bottom: 1px solid rgb(238, 238, 239) !important; margin: 0;}
.brandtabul li { width: 100%; position: relative; height: 70px; border-top: 1px solid rgb(238, 238, 239) !important; }
.brandtabul .ui-state-default { background: none; }
.productmenu .brandtabul li { height: 58px; background:#eeeeee;}
.brandtabul li a { padding:10px 15px; display: block; position: relative; background:#ffffff;border-bottom: 1px solid rgb(238, 238, 239)}
.brandtabul li.ui-tabs-active a { background:#eeeeee; position: absolute; left: -15px; width: 205px; height: 70px; top: -1px; }
.productmenu .brandtabul li a { color: #b0b0b0; font-size: 14px; text-align: right; display: block; font-family: yantramanavbold; padding: 20px 14px; background:#ffffff;}
.productmenu .brandtabul li:last-child{border-bottom: 1px solid rgb(238, 238, 239) !important;}
.productmenu .brandtabul li.ui-tabs-active a { height: 58px; color: rgb(79, 79, 79); font-size: 16px; background:#eeeeee;}
.productmenu .mnuproductdecp { background: rgb(238, 238, 239) !important; float: left; width: 384px; min-height: 350px;}
.promenubox { float: left; width: 50%; text-align: center; border-bottom: 1px solid rgb(215, 212, 213); position: relative; background:#eeeeee;}
.promenubox a { padding: 15px; display: block; min-height: 116px; }
.promenubox span { display: block; font-size: 12px; color: rgb(79, 79, 79); margin-top: 8px; font-weight: bold; }
.promenubox .ribbon-mosttrust { background: rgb(83, 164, 70); position: absolute; font-family: yantramanavbold; color: rgb(255, 255, 255); line-height: 1; font-size: 10px; text-transform: uppercase; right: 0px; top: 20px; padding: 12px 7px 12px 16px; width: 62px; }
.promenubox:nth-child(2n+1) { border-right: 1px solid rgb(215, 212, 213); }
.csclist{background:#eeeeee;}
.csclist .promenubox img { height: 30px; margin: 2px 0px 5px; }
.esclist .promenubox:nth-child(3n){border-bottom:none;}
.promenubox .ribbon-smart { background: rgb(83, 164, 70); font-family: yantramanavbold; color: rgb(255, 255, 255); line-height: 1; font-size: 10px; text-transform: uppercase; padding: 7px 10px 7px 16px; position: absolute; right: 0px; bottom: 10px; }
.menu-platform { padding: 18px; background:#eeeeee;}
.weslist{background:#eeeeee;}
.weslist .promenubox a{padding:13px 15px;}
.weslist .promenubox:first-child a{padding:13px 7px;}
.cmlist .promenubox a{ padding: 15px 7px; }
.promenubox p { font-size: 10px; color: rgb(132, 132, 132); line-height: 12px; padding-top: 3px; }
.promenubox .ribbon-new { background: rgb(83, 164, 70); position: absolute; font-family: yantramanavbold; color: rgb(255, 255, 255); line-height: 1; font-size: 10px; text-transform: uppercase; right: 0px; top: 0; padding: 5px 7px 5px 16px; width: 45px; }
.promenubox .ribbon-beftvalue { background: rgb(83, 164, 70); position: absolute; font-family: yantramanavbold; color: rgb(255, 255, 255); line-height: 1; font-size: 10px; text-transform: uppercase; right: 0px; top: 10px; padding: 10px 7px 10px 16px; width: 55px; }
#navssltype .navcta { position: absolute; right: 0px; bottom: 0px; }
#navssltype .navcta-link { position: relative; z-index: 0; padding: 0px; } 
#navssltype .menu-more { border: 1px solid rgb(240, 119, 37); border-radius: 2px; font-family: yantramanavbold; font-size: 10px; color: rgb(240, 119, 37); width: 60px; text-align: center; height: 17px; padding: 0px; background: rgb(255, 255, 255); position: absolute; right: 6px; top: 6px; line-height: 16px; }
#navssltype .menu-more.download-ebook-btn {background-color: rgb(240, 119, 37);color: #FFFFFF;top:13px;font-size:11px;}
#navssltype .stickproducts { display: none; }
.menusslbox { width: 50%; border-bottom: 1px solid rgb(216, 213, 214); height:100%;}
.menusslbox a { display: block; padding: 17px; text-align: center; }
.menusslbox a span { display: block; font-size: 12px; color: rgb(79, 79, 79); font-weight: bold; margin-top: 12px; }
.menusslbox:nth-child(2n) { border-left: 1px solid rgb(216, 213, 214); }
.menusslbox:last-child, .menusslbox:nth-child(5n) { border-bottom: none; }
#partner-nav { width: 532px; right: 0px; background: rgb(238, 238, 239); }
#partner-nav .parbox ul li:first-child a {position:relative; padding-top:25px;}
.parbox { width: 323px;}
.parbox ul li {border-bottom: 1px solid rgb(216, 213, 214); float:none;}
.parbox ul li a {padding: 20px;}
.mnu-partner-img {margin-right: 10px; height: 50px; width: 46px; }
.parbox ul li .mnupartner-decp strong { font-size: 12px; color: rgb(79, 79, 79); display: block; margin: 0 0px 3px; font-weight: bold; }
.parbox ul li .mnupartner-decp span { display: block; font-size: 10px; color: rgb(150, 149, 149); line-height: 12px; font-weight: bold; }
.prbox .ent-mnupartner-decp strong { font-size: 12px; color: rgb(79, 79, 79); display: block; margin: 5px 0px 3px; font-weight: bold; }
.prbox .ent-mnupartner-decp span { display: block; font-size: 10px; color: #959595; line-height: 11px; font-weight: bold; }
.bdrbotnone { border-bottom: none !important; }
.partnermnu-right {padding: 20px; border-left: 1px solid rgb(216, 213, 214) !important; width:209px;}
.support-link, .headbar .mycart { display: none; margin: 0px; }
#buynow-nav { width: 661px; right: 0px; }
.buynow-link .ui-widget-header { margin: 0px; }
.brandtabul li span { height: 50px; opacity: 0.45; width: 159px; display: flex; align-items:center; text-align: right; }
.brandtabul li.ui-tabs-active span { opacity: 1; width: 100%; }
.brandtabul li.ui-tabs-active span img { width: 100%; height:auto;}
#mnutabs .mnubranddecp { float: left; width: 471px; background: rgb(238, 238, 239); padding-bottom: 33px; }
.branddtl { margin-bottom: 10px; float: left; width: 100%; }
.branddtl-left{float:left;width:235px;padding-top:15px; background: rgb(238, 238, 239);}
.branddtl-left .branddtl-logo { display: block; margin: 12px 0px 12px 20px; width: 144px; }
.branddtl-right ul li, .branddtl-left ul li { line-height: 22px; width: 100%; float:none;}
.branddtl-right ul li a, .branddtl-left ul li a { display: block; font-size: 11px; color: rgb(150, 149, 149); padding: 0px 14px; font-weight: bold; letter-spacing: -0.0380em; }
.branddtl-right { float: left; padding: 20px; border-left: 1px solid rgb(216, 213, 214); width: 235px; min-height: 485px; }
.branddtl-right.dcmenuright {min-height: 410px; padding: 81px 0 20px;}

.tab-img {position: absolute;right: 0px;bottom: -2px;}
.tab-img.website-security {position: absolute;right: 0px;bottom: -4px;}
.menu-img{position:relative;display:inline-block;}
.menu-img object{pointer-events: none;}
.tab-img .menu-img-btn.download-btn {border: 1px solid rgb(240, 119, 37);border-radius: 2px;font-family: yantramanavbold;text-align: center;padding: 1px 3px;background-color: rgb(240, 119, 37);color: #FFFFFF;font-size: 11px;position: absolute;margin: 5px 5px;right: 5px;top:7px;}
.tab-img .menu-img-btn.download-btn:hover {border: 1px solid rgb(240, 119, 37);background-color:#FFF;color:rgb(240, 119, 37);}

.mnucwatch{background:url(/images/cWatch-bg.png) no-repeat; padding:23px 20px; text-align:center; height:430px;}
.mnucwatch p{font-size:12px; color:#4f4f4f; line-height:15px; font-weight: bold; text-align: center;}
.mnucwatch .cwlogospan{display:block; margin: 0 auto; width: 117px; margin-bottom:215px;}
.mnucwatch .button{font-family:Arial, Tahoma, Verdana;font-size:12px;text-transform: uppercase;font-weight: bold;margin-top:25px;padding:5px 15px 4px; color: #ffffff;}
.mnucwatch .comodo-tagline{display:block;margin-top:20px;text-align:center;}

.filterby { position: absolute; margin: 10px 20px 0px; clear: both; bottom: 20px; }
.filterby span { position: absolute; background: rgb(229, 227, 227); font-size: 10px; padding: 5px 10px; left: 0px; top: -24px; line-height: 14px; }
.filterby ul { float: left; background: rgb(229, 227, 227); }
.filterby ul li a { padding: 0px 10px; display: block; line-height: 30px; font-size: 12px; color: rgb(43, 52, 105); letter-spacing: -0.01em; font-weight: bold; }
.filterby ul li + li a { background: url("/content/images/filtermnu-sept.svg") 0px center no-repeat; }
.filterby ul li.ui-state-active a, .filterby ul li a:hover { background: rgb(43, 52, 105); color: rgb(255, 255, 255); }
.filterby ul li:last-child a { padding: 0px 8px; }
#comodotab .branddtl-logo { margin-top: 0px; }
#digicerttab .branddtl-left { margin-top: 0px; }
.branddtl-left p { font-size: 12px; font-weight: bold; color: rgb(121, 121, 121); text-transform: uppercase; padding: 0px 14px; }
#buynow-nav #alltab { margin-bottom: 37px; border-bottom: 1px solid rgb(216, 213, 214); background:#eeeeef;}
#buynow-nav #secalltab { margin-bottom: 37px; border-bottom: 1px solid rgb(216, 213, 214); background:#eeeeef;}
.branddtl-right.padzero { padding: 0px; width: 235px; height: 485px; background:#eeeeef;}
.comodo-list { float: left; width: 100%; background:#eeeeef;}
.comodo-list span { padding: 17px 0px 17px 20px; cursor: pointer; background: url("/content/images/gray-arrow-right.svg") right 20px center no-repeat rgb(229, 227, 227); display: block !important; }
.comodo-list span.active { background: url("/content/images/gray-arrow-down.svg") right 20px center no-repeat rgb(229, 227, 227); }
.comodo-list ul {margin: 10px 0px; }
.comodo-list + .comodo-list { border-top: 1px solid rgb(216, 213, 214); }
.comodo-list:last-child { padding-bottom: 0px; }
#buynow-nav .navcta { position: absolute; right: 0px; bottom: 0px; }
#buynow-nav .navcta-link { position: relative; z-index: 0; padding: 0px; }
#buynow-nav .menu-more { border: 1px solid rgb(240, 119, 37); border-radius: 2px; font-family: yantramanavbold; font-size: 10px; color: rgb(240, 119, 37); width: 60px; text-align: center; height: 19px; padding: 0px; background: rgb(255, 255, 255); position: absolute; right: 10px; top: 7px; line-height: 18px; }
.stickymenu #mnutabs #comodotab{background:#eeeeef;}
.stickymenu #mnutabs #sectigotab{background:#eeeeef;}
#digicerttab .branddtl-logo { margin-top: -1px; }

#ent-nav {width: 578px;right:0px;padding-bottom: 34px; background:#eeeeef;}
#ent-nav .parbox{width: 100%;}
#ent-nav .parbox ul li{width: 50%;}
#ent-nav .parbox ul li .mnupartner-decp{width: 192px;}
#ent-nav .parbox ul li:nth-child(2n){border-left:1px solid #d8d5d6;}
#ent-nav .parbox ul li a{padding:15px 20px;}
#ent-nav .navcta{ position: absolute; left: -7px; bottom: 0px; }
#ent-nav .navcta-link { position: relative; z-index: 0; padding: 0px; }
#ent-nav .menu-more { border: 1px solid #f07725; border-radius: 2px; font-size: 11px; width: 68px; text-align: center; padding: 0px; float: right; position: absolute; right:10px;top:14px; line-height: 18px;}

.digihdtxt{color:#29306c; font-family: "yantramanavbold"; font-size:14px; padding:0 14px;}.digihdtxt a{text-decoration:none ; color:#29306c; font-weight:normal;}.digihdtxt a:hover{text-decoration:underline;}

#onetrust-banner-sdk #onetrust-accept-btn-handler{outline-offset: 0 !important;}
#onetrust-banner-sdk :not(.ot-leg-btn-container)>button:not(.ot-link-btn):focus{opacity: 1 !important}
::-webkit-input-placeholder { color: #979dc6;}
::-webkit-input-placeholder:after {color: #979dc6;}
:-moz-placeholder { color: #3C4169;}
:-moz-placeholder:after { color: #3C4169;}
:-ms-input-placeholder { color: #3C4169;}
:-ms-input-placeholder:after { color: #3C4169;}

.search .searchbox:focus{border:none; outline: 0; border-bottom: 1px solid #979dc6;}
.searchbox.expanded {max-width:200px; opacity:1; }

.socialbar a:hover {opacity: 0.5;}
.loginfo > ul > li:before{content: ''; background: url(/content/images/topmenu-icon.svg) no-repeat; height: 11px; width: 11px; position: absolute; top: 4px; left: 0;}
.loginfo > ul > li.blog:before{background: url(/content/images/hashedout-blog-icon.svg) no-repeat; top: 9px; left: 15px;}
.loginfo ul li:hover ul{display:block !important;}
.loginfo ul li:hover .arrow{display:block !important;}
.loginfo ul li .orangearrow{border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid #f07725;}
.loginfo ul ul li a.active, .loginfo ul ul li a:hover{background:#f07725; color: #FFF;}

.loginlink a:hover {color: #29306c; text-decoration: none; }
.loginformraw .smlbtn:hover{background:transparent; color: #f07725; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s;}

.navimain .nav-level-2 .links-title { font-size: 14px; font-weight: normal; color: #4c4c4c; padding: 8px 0 3px 5px; border: none; background: none !important; }
.navimain .nav-level-2 .links-title:hover { background: transparent; color: #0D6186; }
.navimain .nav-level-2 .nav-note span { display: block; font-size: 12px; padding: 2px 5px; }
.links-title span { vertical-align: middle; }
.navimain .support-link .main-link:hover{background:#eeeeef; color: #29306c;}

.productsbox .prbox a:hover{background:#d8d5d6;}
.productsbox .prbox a:hover span{color:#969595;}
 
#products-nav .menu-more:hover{background:#f07725; color:#FFF; -moz-transition:all 0.3s; -webkit-transition:all 0.3s; -o-transition:all 0.3s; transition:all 0.3s;}
#products-nav .menu-more.download-ebook-btn:hover{background:#FFF; color:#f07725; -moz-transition:all 0.3s; -webkit-transition:all 0.3s; -o-transition:all 0.3s; transition:all 0.3s;}
.promenubox a:hover{background:#d7d4d5;}
.promenubox .ribbon-mosttrust:after{content: ''; height: 0; width: 0; border-top: 22px solid transparent; border-bottom: 22px solid transparent; border-left: 10px solid #eeeeef; position: absolute; left: 0; top: 0}
.promenubox a:hover .ribbon-mosttrust:after{border-left: 10px solid #d7d4d5;}
.promenubox .ribbon-smart:after{content: ''; height: 0; width: 0; border-top: 12px solid transparent; border-bottom: 12px solid transparent; border-left: 5px solid #eeeeef; position: absolute; left: 0; top: 0}
.promenubox a:hover .ribbon-smart:after{border-left: 5px solid #d7d4d5;}
.promenubox .ribbon-new:after{content: ''; height: 0; width: 0; border-top: 9px solid transparent; border-bottom: 10px solid transparent; border-left: 8px solid #eeeeef; position: absolute; left: 0; top: 0}
.promenubox a:hover .ribbon-new:after{border-left: 8px solid #d7d4d5;}
.promenubox .ribbon-beftvalue:after{content: ''; height: 0; width: 0; border-top: 20px solid transparent; border-bottom: 20px solid transparent; border-left: 10px solid #eeeeef; position: absolute; left: 0; top: 0}
.promenubox a:hover .ribbon-beftvalue:after{border-left: 10px solid #d7d4d5;}

#navssltype .menu-more:hover{background:#f07725; color:#FFF; -moz-transition:all 0.3s; -webkit-transition:all 0.3s; -o-transition:all 0.3s; transition:all 0.3s;}
#navssltype .menu-more.download-ebook-btn:hover{background:#FFF; color:#f07725; -moz-transition:all 0.3s; -webkit-transition:all 0.3s; -o-transition:all 0.3s; transition:all 0.3s;}
.parbox ul li a:hover{background:#d8d5d6;}
#partner-nav .menu-more:hover{background:#f07725; color:#FFF; -moz-transition:all 0.3s; -webkit-transition:all 0.3s; -o-transition:all 0.3s; transition:all 0.3s;}
#partner-nav .partner-menu-ribbon{position: absolute; padding: 2px 10px 3px 6px; color: #FFF; background: #f07725; font-size: 10px; top: 5px; left: -3px; font-weight: bold;}
#partner-nav .partner-menu-ribbon:after{content:""; border-top:8px solid transparent; border-bottom:8px solid transparent; border-right:4px solid #eeeeef; position:absolute; right:0; top:0;}
#partner-nav ul li a:hover .partner-menu-ribbon:after{border-right:4px solid #d8d5d6}
.partnermnu-right .menu-pp-banner {background:#FFF; padding:20px;}
.partnermnu-right .menu-pp-banner .pp-banner-quote{background:url("/content/images/menu-partner-banner-quote.svg") no-repeat 0 26px	; padding:53px 0 33px; font-size:15px;}
.partnermnu-right .menu-pp-banner .pp-banner-quote strong{font-size:23px; color:#f07725; display:block; font-family:'yantramanavbold'; font-weight:normal;}
.partnermnu-right .menu-pp-banner .pp-banner-quote strong ~ p{line-height:1;}
.partnermnu-right .menu-pp-banner .pp-banner-quote span{font-size:10px; margin-top:10px;}
.partnermnu-right .menu-pp-banner .smallbutton {font-size:11px; margin:0 auto;}

/*~~~~ Buynow ~~~~*/
.navimain ul li.buynow-link:hover .nav-level-2 {
	background: none;
}
.brandtabul li.ui-tabs-active a:after{content: '';position:absolute; height:0; width:0; top:100%; left:0; border-top: 15px solid #eeeeef; border-left: 15px solid transparent;}
.brandtabul li.ui-tabs-active:last-child a:after{content: ''; position:absolute; height:0; width:0; top:-15px; left:0; border-bottom: 15px solid #eeeeef; border-top: none; border-left: 15px solid transparent;}
.brandtabul li:hover span{opacity:1;}
.brandtabul li.ui-tabs-active:last-child a{top:0;}


.branddtl-right ul li a:hover, .branddtl-left ul li a:hover{background:#d8d5d6;}
#buynow-nav .menu-more:hover{background:#f07725; color:#FFF; -moz-transition:all 0.3s; -webkit-transition:all 0.3s; -o-transition:all 0.3s; transition:all 0.3s;}

.removeroiban .navcta{display:none;}
#buynow-nav .removeroiban .mnubranddecp{padding-bottom:57px;}
#mobmenu ul a:hover, #mobmenu ul a.active { border-left-color: #f07725; color: #FFF; }
#mobmenu ul a:hover i:first-child { color: #FFCC33; }
#mobmenu ul li a.active+ul { display: block; }

#mobmenu ul a i:before{content: '';height: 0; width: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; position: absolute; right: 10px;}
#mobmenu ul a i.fa-caret-down:before{border-top: 7px solid #FFF; top: 7px;}
#mobmenu ul a i.fa-caret-left:before{border-bottom: 7px solid #FFF; top: 5px;}
#mobmenu ul #hidemobmenu:hover { background-color: #f07725; }

.left { right: -280px;}
.show { right: 0; }
.hide { right: -280px; }


.stickymenu .support-link, .stickymenu .mycart{display: block;}
.stickymenu .mycart{margin-left: 34px;}
.stickymenu .mycart a{height: 79px; background-position: 15px center; padding: 12px 15px 12px 52px; min-width:96px;}
.stickymenu .mycart span{font-size: 28px; margin-top: 15px;}
.headbar.stickymenu{position: fixed; top: 0; width: 100%; background: #FFF; border-bottom: 1px solid #b0b0b0; height: auto; z-index: 9997;}
.stickymenu .logo{height: 55px; margin: 12px 0; width: auto;}
.logo img{max-height: 100%; display: block;}
.stickymenu nav{margin-top: 0;}
.stickymenu .navcta{display: none;}

.stickymenu .navimain ul li a.main-link{padding: 28px 20px 29px;}
.stickymenu .nav-level-2{padding-bottom: 0 !important;}

.stickymenu #navssltype{left: 0; width: 430px; background: #eeeeef;}
.stickymenu #navssltype .stickproducts{display:block;}
.stickymenu .productmenu{display: none;}
.menusslbox a:hover{background: #d8d5d6;}

.stickymenu #partner-nav{right: 0; width: 551px;}
.stickymenu #partner-nav .parbox ul{display:flex; flex-wrap:wrap}
.stickymenu #partner-nav .parbox ul li{width:33.33333%; text-align: center;}
.stickymenu #partner-nav .parbox ul li + li{border-left: 1px solid #d8d5d6;}
.stickymenu #partner-nav .parbox ul li:nth-child(4n){border-left:none;}
.stickymenu #partner-nav .parbox ul li:nth-child(3n) + li{border-bottom:none;}
.stickymenu #partner-nav .parbox ul li.displaynone:last-child{display:block !important; border-bottom:none;}
.stickymenu #partner-nav .parbox ul li:last-child a{height:100%;}
.stickymenu #partner-nav .parbox ul li:last-child span{margin-bottom:0; align-self:center;}
.stickymenu #partner-nav .parbox ul li .partner-menu-ribbon{display:none;}
.stickymenu #partner-nav .parbox ul li a{padding: 29px 20px !important;}

.stickymenu .partnermnu-right{display: none;}
.stickymenu .parbox .mnupartner-decp span{display: none;}
.stickymenu .parbox{width: 100%;}
.stickymenu .mnu-partner-img{margin: 0 0 15px 0; display: block !important; width: 100%; height: auto;}
.stickymenu .mnu-partner-img img{height: 62px; width: auto;}
.stickymenu .parbox .mnupartner-decp{float: none; display: block; width: 100%;}
.stickymenu #mnutabs .mnubranddecp{padding-bottom: 1px;}
.stickymenu #mnutabs #comodotab{float: left; padding-bottom: 57px;}
.stickymenu #mnutabs #sectigotab{float: left;}

.stickymenu #ent-nav { width: 490px;}
.stickymenu #ent-nav .parbox ul li{width: 50%; text-align: center; word-spacing: 0;}
.stickymenu #ent-nav .parbox ul li:nth-child(2n){border-left: 1px solid #d8d5d6;}
.stickymenu #ent-nav .parbox ul li:nth-child(3n){border-bottom: 1px solid #d8d5d6;}
.stickymenu #ent-nav .parbox ul li a{padding: 15px 20px;}
.stickymenu #ent-nav .parbox ul li .mnupartner-decp{width: 100%;}
.stickymenu #ent-nav .mnu-partner-img img{height: 54px;}

.stickymenu #mnutabs #sectigotab{float: left; padding-bottom: 0;}

.brandtabul li span img{display:block;}
.digidivider{border-bottom:solid 1px #d8d5d6; margin-bottom:5px; padding-bottom:7px;}

.navimain .automation-nav-links > span > a {display: inline-block; margin-bottom: 1rem; font-size: 0.875rem; font-weight: bold; color: #4f4f4f;}
.navimain .automation-nav-links > span > a:hover{color: #f07725;}
.navimain .automation-nav-links .sslclist{background-color: #e5e3e3}
.navimain .automation-nav-links .promenubox a{min-height: inherit;}

@media only screen and (max-width :1199px) {
	.headbar{height:110px;}
	.headercover .phn{margin-right: 10px;}
	.headercover .search{margin-left: 20px;}
	.search{width: 150px;}
    .search .searchbox{width:130px;}
	.searchbox.expanded{width: 120px;}
    
    .sslclist .promenubox img{height: 48px;}
    
}

@media only screen and (max-width :1024px) {
	.socialbar{margin-right: 10px;}
	.loginfo > ul > li.blog{margin-right: 0;}
	.loginfo > ul > li + li{margin-left: 15px;}
	.cartlogin{margin-left: 15px;}
	.mycart{margin-right: 15px;}
	.stickymenu .navimain ul li a.main-link{padding: 28px 18px 29px;}
    .stickymenu .mycart{margin-left:14px;}
    .resp-tabs-list li img{height:42px;}
}
@media only screen and (max-width :992px) {

	
	.leftsidebutton, .fullbannerinner { display: none; }
	.mobbanner { display: block !important; text-align: center;}
	
	.tooltips, .tabhide, .slide-out-div { display: none; }
	.cwstickymenu.fixed{display: none;}
	.btn-group{ display: none; }
	.headbar {height: auto; }
	.headbar .logo {margin: 12px 0; height: 55px;}
	.mobile-menu { display: block !important; }
}


@media only screen and (max-width : 767px) {
    
	.stickymenu.headbar .logo{height: 35px; margin: 10px 0;}
	.stickymenu #showmobmenu{margin: 2px 10px 2px 0;}
}

@media only screen and (max-width : 480px) {
	.headertop-rt, .headercover .search{display: none;}
}

.footarea{background:#29306c; clear:both;}
.footarea .foot-wrapper{min-height:287px;background:#29306c;}

.footbox{float:left; padding:35px 0 0; width: 20%;}
.footbox h4{color: #ffffff; font-family: 'yantramanavbold'; font-size:22px; font-weight: normal; line-height: 22px; margin-bottom:15px;}
.footbox ul{ list-style:none; margin:0; padding:0;}
.footbox ul li{font-size:14px; line-height:18px; margin-bottom:6px; font-family:Arial,Helvetica,sans-serif;}
.footbox ul li a{color:#FFF; text-decoration:none;}
.footbox ul li a:hover{text-decoration:underline;}

.footfixbox{background:url(/content/images/footfixbg.svg) no-repeat; padding:0 8px; float:right; height:313px; width:192px; position:absolute; right:0; top:-13px;}
.footfixbox .footsecurelogo{margin-top:35px; display:block; text-align:center;}
.footfixbox .footsecurelogo a{display: block; width: 120px; margin: 0 auto;}
.footfixbox .approvelogo{display:block; text-align:center; width: 130px; margin:25px auto 0 auto}
.footfixbox .approvelogo img{display:inline;}
.footfixbox .socialicon{margin:0 auto; padding-top:20px; width:95px;}
.socialicon a{float:left; background-image:url(/content/images/footer-soical-icons.svg); background-repeat: no-repeat; width: 25px; height: 25px;}
.socialicon a + a{margin-left:7px;}

.socialicon .icon-fb{background-position: 0 0;}
.socialicon .icon-twit{background-position: -35px 0;}
.socialicon .icon-in{background-position: right 0;}

.footerpayment .cntwrapper{padding:24px 0;}

.footercontact {background: #f07725;}
.footercontact .cntwrapper{padding:30px 0 30px;}
.footercontact p{float:left; font-size:12px; color:#FFF; font-family:Arial,Helvetica,sans-serif; line-height:18px;}
.footercontact .footbotmnu{float:right; margin-top:10px;}
.footbotmnu ul{float:left; width:100%; list-style:none; margin:0; padding:0;}
.footbotmnu ul li{float:left; font-family:Arial,Helvetica,sans-serif; font-size:12px;}
.footbotmnu ul li + li{border-left:1px solid #FFF; margin-left:10px; padding-left:10px;}
.footbotmnu ul li a{color:#FFF;}
.footbotmnu ul li a:hover{text-decoration:none;}


.pre-fc-error{text-align:left !important;}
    div.chat-fc-form-outer{border-radius: 7px;}
    .chat-fc-form-outer p.fc-header{border-top-left-radius: 3px !important; border-top-right-radius:3px !important;}
    .chat-fc-form-outer div.fc-form{ padding: 10px 20px 20px 20px !important;}
    .chat-fc-form-outer div.fc-form p{font-size: 14px; color: #4f4f4f !important; margin-bottom: 10px !important;}
    .chat-fc-form-outer p.header{margin: 0px; background-color: #29306c !important;}
    .chat-fc-form-outer div.fc-form p{margin-bottom:0 0 30px 0;}
    .chat-fc-form-outer div.fc-form a.fc-button{background-color: #29306c !important; text-decoration: none !important; font-weight: bold; box-sizing: border-box; font-size:14px;}
    .chat-fc-form-outer div.fc-form ul li{margin-bottom: 5px !important;}
    .chat-fc-form-outer div.fc-form ul li input{box-sizing: border-box; background: none !important; padding:8px !important; margin-bottom:0px !important;}
    .pre-fc-field select{border: 1px solid #ddd; border-radius: 3px; padding: 8px; width: 100%;}
    li.pre-fc-field select{height: 36px !important;}
    .chat-fc-form-outer div.fc-form ul li input:focus{box-shadow: none !important;}
    .chat-fc-form-outer div.fc-form ul li label{font-size: 13px !important; margin-top: 1px !important; position: static !important; top: 0px !important; margin-left: 0px !important;}
    .chat-fc-form-outer div.fc-form ul li:last-child{margin-bottom: 15px !important;}
    #chat-fc-allinformationsuppliedinthisformwillbeusedtoprovidecustomersupport{display:none !important;}

@media only screen and (max-width :1199px) {
    .footercontact .cntwrapper, .footerpayment .cntwrapper { width: 100%; padding: 20px 10px;}
}

@media only screen and (max-width :959px) {

    .footerpayment .foot-wrapper { padding:15px 10px; text-align: center; }
	.footerpayment span{margin: 0 auto;}
	.footercontact { min-width: 100px; padding: 0 10px;}
	.footbox h4 { margin-bottom: 10px; font-size: 18px; line-height: 18px; }
	.footbox ul li{font-size:13px;}
	.footbox{margin-right:10px;}
    .secondbox{width:18%;}
    .thirdbox{width:14%;}

    .footercontact .footbotmnu { float: left; width: 100%; }
}


@media only screen and (max-width : 767px) {
	
.foot-wrapper { width: 100%; padding: 0 10px;  }
.footbox { width: 100%; margin-right: 0; padding: 20px 0 0; }
.foot-wrapper .footbox + .footbox { border-top: 1px solid #151940; margin-top: 15px; padding-top: 12px; }
.footfixbox { float: left; width: 100%; position: relative; top: 0;  margin: 30px 0; background: #FFF; height: auto; }
.footbox h4 { margin-bottom: 10px; font-size: 20px !important; line-height: 18px; }
.footbox ul li { font-size: 13px; line-height: 20px; }
.footfixbox .footsecurelogo { margin: 15px 0; }
.footfixbox .approvelogo { margin-top: 15px; margin-bottom: 15px; }
.footfixbox .socialicon { padding: 15px 0 10px; }
.footerpayment .foot-wrapper { padding: 15px 0; text-align: center; }
.footercontact { min-width: 100px; padding: 0 10px;  }

.secondfooter { display: none;}
div.chat-fc-form-outer{height:auto !important;}
.chat-fc-form-outer div.fc-form ul li input{width:100% !important;}
}
@media screen and (max-width: 320px) {
    div.chat-fc-form-outer{width: 96% !important; margin-left: 2% !important;}
    .chat-fc-form-outer div.form p{margin: 10px 0 5px 0 !important;}
    }

.navimain .filterby ul li{background: none;}

.headertop-rt .notifications .smallbutton{font-size: 14px; text-transform: uppercase; padding: 3px 12px;}

.notifications { float:left; margin-right:37px; }
.notifications ul { float: left; list-style: none; }
.notifications ul li { float: left; position: relative; line-height: 24px; list-style: none; }
.notifications ul li a { font-family: 'yantramanavbold' !important; font-size: 18px; color: #FFF; display: block; text-decoration: none; font-weight:normal;}
.notifications ul li span { color: #FFF; font-family: Arial, Helvetica, sans-serif !important; background: #f07725; font-size: 10px; display: inline-block; position: absolute; padding: 0 5px; line-height: 15px; border-radius: 14px; left: 130px; top: -4px; }
.notifications ul li + li { margin-left: 40px; }
.notifications ul li + li span { left: 100%; }

.dashboardcart{margin-left: 25px;}

.totoalvalue { background: #FFF; color: #29306c; float: right; padding: 0 22px; min-width:159px; min-height:40px; margin-top: -8px;}
.totoalvalue span { float: left; font-size: 12px; font-family: Arial, Helvetica, sans-serif !important; }

.usermenu{float:left;}
.usermenu #username {padding-left:17px; position: relative; line-height:40px; cursor:pointer; display:block; font-size:14px; max-width:200px; white-space: nowrap; overflow: hidden;}
.usermenu #username:before{content: ""; height: 0; width: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 6px solid #f07725; position: absolute; top:17px; left: 0;}

.usermenu ul li { display: block; position: relative;}
.usermenu ul .user-submnu{display:none; left:-40px; top:27px; position: absolute; overflow:hidden; z-index:9999; padding-top:9px; width:92px;}
.usermenu li:hover .user-submnu{display:block !important;}
.usermenu ul ul{background:#e2e4ef; padding-bottom:10px; overflow:hidden;}

.usermenu ul li .arrow{height:0; width:0; position:relative; z-index:9999; border-left:6px solid transparent; border-right:6px solid transparent; border-bottom:8px solid #e2e4ef; margin:-8px 0 0 40px; display:none;}
.usermenu ul li:hover .arrow{display:block !important;}
.usermenu ul li .orangearrow{border-bottom:8px solid #f07725;}
.usermenu ul ul li a{color:#2a326b; font-size:12px; padding:6px 10px; line-height:21px; display: block; text-decoration: none;}
.usermenu ul ul li + li{background:url(/content/images/topddsept.svg) no-repeat center 0; background-size:70px 1px;}
.usermenu ul ul li a.active, .usermenu ul ul li a:hover{background:#f07725; color: #FFF;}
.usermenu ul ul li.logout{background:none; margin-top:5px;}
.usermenu ul ul li.logout a{border:1px solid #f07725; border-radius:3px; margin:0 10px; min-width:50px; font-family: 'yantramanavbold'; font-size:16px; text-align:center; color:#f07725; padding:6px 10px; font-weight:normal; line-height: 1;}
.usermenu ul ul li.logout a:hover{color:#e2e4ef; transition:all 0.3s; -moz-transition:all 0.3s; -webkit-transition:all 0.3s; -o-transition:all 0.3s;}

.rcptopmenu > ul > li{margin-top: 2px;}
.rcptopmenu > ul > li:first-child{padding-left: 18px;}
.rcptopmenu > ul > li a{padding-bottom: 5px;}
.userbalc{margin-top:8px; border-left:1px solid #d8d5d6; margin-left:10px; padding-left:10px; float:right; line-height: 1;}
.userbalc label{display:block; font-size:9px; text-transform:uppercase;}
.userbalc #addfundamt{font-size:11px;}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Dashboard Boxs ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.linkboxsec {position:relative; padding: 20px 0 0;}
.linkboxsec:after{content:""; background:#4f9f46; height:183px; width:100%; left:0; top:0; position:absolute;}
.linkboxsec .cntwrapper{z-index:9;}
.linkboxsec .linkboxrow{margin: 0 -10px;}
.linkboxsec .linkbox{float: left; width: 25%; padding: 0 10px;}
.linkboxsec .linkboxdetail {-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); height: 256px; background: #FFF;}
.linkboxrese .linkboxdetail{height:296px;}
.linkboxsec .linkbox h2 {font-size: 26px; color: #FFF; background: #f07725; padding: 15px 20px;}
.linkbox .boxlinks {padding: 15px;}
.linkbox .boxlinks ul li {line-height: 20px; position: relative; padding-left: 15px;}
.linkbox .boxlinks ul li:before{content: ''; height: 0; width: 0; position: absolute; top: 7px; left: 0;  border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 4px solid #f07725;}
.linkbox .boxlinks ul li a {display: inline-block; text-decoration: none; font-size: 12px; color: #4f4f4f;}
.linkbox .boxlinks ul li a:hover { text-decoration: underline; }
.linkbox .boxlinks ul li a span { color: #f07725;}
.linkbox .boxlinks .cpimg{margin-top: 20px;}
.linkbox .becomereseller{background:url(/content/images/partner-profit-slideicon.svg) no-repeat right -10px bottom; display: block; background-size: auto 170px; cursor: pointer; height: 200px;}
.becomereseller h4{font-size: 20px; color: #29306c;}
.becomereseller p{font-size: 13px; font-weight: bold; line-height: 18px; margin: 10px 0 15px;}
.becomereseller .button{font-size: 16px; padding: 5px 10px;}

.cwatchwrp{display: none;}

.navigation .ui-widget-header{margin: 0 !important;}


@media only screen and (max-width : 959px) {
    .linkboxsec .linkbox{padding: 0 5px;}
    .linkbox .boxlinks{padding: 12px;}
}

@media only screen and (max-width : 767px) {
    .linkboxsec{padding: 10px 0;}
    .linkboxsec:after{height: 100%;}
    .linkboxsec .linkbox{width: 50%; margin: 10px 0; padding: 0 10px;}
    .linkboxsec .linkbox h2{font-size: 20px; padding: 10px;}
}
@media only screen and (max-width : 480px) {
    .linkboxsec{padding: 5px 0;}
    .linkboxsec .linkbox{width: 100%; margin: 5px 0;}
    .linkboxsec .linkboxdetail{height: auto !important;}
}
#rcpcontainer .cntwrapper{padding-bottom: 115px;}

.payinvoice{position:fixed; left:0; top:445px; z-index:9999;}
.payinvoice a{display:block;}

.boxsection{position:relative; padding-top: 20px;}
.dboxpanel{margin: 0 -10px;}
.boxsection:after{content:""; background:#53a446; height:73px; width:100%; left:0; top:0; position:absolute;}
.orderbox{float: left; width:20%; padding: 0 10px;}
.orderboxdetail{background:#fff; -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); min-height:86px; padding:20px; font-family:'yantramanavbold'; font-size:22px; line-height:22px; position:relative; cursor:pointer; font-weight:normal; z-index: 99;}
.orderboxdetail:hover{box-shadow: 0 0 4px rgba(68,68,68,0.8);}
.orderboxdetail a{color:#29306c; text-decoration:none;}
.orderboxdetail:hover a{color:#f07725;}
.orderboxdetail span{color:#FFF; font-family:Arial,Helvetica,sans-serif; background:#f07725; font-size:18px; display:inline-block; position:absolute; padding:0 8px; line-height:27px; border-radius:20px; right:13px; bottom:-10px;}
.orderboxdetail .srchicon{background:url(/content/images/drbsearchicon.svg) no-repeat right 0; right:15px; top:16px; height: 46px; width:46px; padding:0; display: block; border-radius: 0;}
.orderboxdetail:hover .srchicon{background:url(/content/images/drbsearchicon-h.svg) no-repeat right 0;}

.colleft{width:20%;float:left;}
.colright{float:right; width:80%; position:relative; padding-left: 30px; padding-bottom: 60px;}
.colright hgroup{margin-bottom: 15px; margin-bottom: 0;}
.colright hgroup h1{margin-bottom: 10px;}
.colright .cntrow + .cntrow{padding-top: 30px;}
.colright p + p{margin-top:15px;}

.order-left{width:560px}
.titlesection{padding-bottom: 20px;}
.titlesection h1{line-height:1;}

.dashboardcontent p + p{margin-top: 15px;}

.card + .card {margin-top:30px;}
.card .card-header {background: #f07725;}
.card .card-header h3, .card .card-header .card-header-title {font-size:24px; color:#FFF; padding:15px 20px;}
.card-body {padding:20px; background:#f8f8f8;}
.card-body.card-body-border{border: 1px solid #d9d5d6; border-top: none;}
.card + .button, .card + .smallbutton, .card-body .button, .card-body .smallbutton{margin-top: 20px;}

.card-rounded .card-header{border-radius: 0.375rem 0.375rem 0 0;}
.card-rounded .card-body{border-radius: 0 0 0.375rem 0.375rem;}

.data-table th, .data-table td{padding:10px;}

/******** Digicert Featured Products ********/
.digiprobox {width: 270px}
.digiprobox .digi-feature {border: 1px solid #3285C6}
.digiprobox .digi-feature:hover .digi-feature-body, .digi-feature:hover .digi-feature-body h3{color:#105C9C!important;background:#ffffff}
.digiprobox .digi-feature .digi-feature-head {padding: 8px 35px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content: space-between;align-items: center}
.digiprobox .digi-feature h4 {font-size: 14px;margin: 8px 0px 12px 0px;line-height: 16px;text-transform: uppercase}
.digiprobox .digi-feature .smallbutton {padding: 6px 10px 6px;font-size: 13px;border-radius: 2px}
.digiprobox .digi-feature .digi-feature-body {padding: 10px 15px;text-align: center;background: #105C9C;color: #fff}
.digiprobox .digi-feature .digi-feature-body h3 {font-size:24px;line-height: 28px;margin-bottom: 3px;color: #fff}
.digiprobox .digi-feature .digi-feature-body h4 {text-transform:initial;line-height: 13px;margin: 0;font-size: 12px}
.digiprobox .digi-feature .digi-feature-body h4.cussubhead span{font-size: 14px;line-height: 17px}
.digiprobox .digi-feature .digi-feature-body p {font-size: 12px;line-height: 14px;margin: 9px 0px;font-family: yantramanav;font-weight: normal}
.digiprobox .digi-feature .digi-feature-body p.cusdesc{margin: 9px 0px 15px 0px}
.digiprobox .digi-feature .digi-feature-body p span{font-size: 10px}
.digiprobox .digi-feature .digi-feature-body .commonulli {margin: 0px 0 8px 30px}
.digiprobox .digi-feature .digi-feature-body .commonulli li {font-size:12px;line-height:14px;background:none;list-style: decimal;margin:0px;padding:0;text-align: left;font-family: yantramanav;font-weight: normal}
.digiprobox .digi-feature .digi-feature-body .commonulli li:last-child {margin-bottom:0}
/******** End Digicert Featured Products ********/

/******** Common Table ********/
.common-table th{padding: 20px 5px; background-color:#29306c; color:#FFF; font-size:13px;}
.common-table th:first-child {padding-left: 15px; border-radius:3px 0 0 0;}
.common-table th:last-child {padding-right:15px; border-radius:0 3px 0 0;}
.common-table td {padding: 10px 5px; font-size:12px;}
.common-table td:first-child {padding-left: 15px;}
.common-table td:last-child {padding-right:15px;}

.table-striped tr:nth-child(2n+1){background-color: #f8f8f8;}
.table-hover > tbody > tr:not(:first-child):hover {box-shadow: 0px 0px 8px rgba(0,0,0,0.3); position: relative; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1);}

/*=====================================================
					Trusted Site
=====================================================*/
.trustedsites .titlesection h2{color: #454545;font-family: 'yantramanavbold';font-size: 24px;font-weight: normal;line-height: 28px;text-align: left;width: 100%;margin-bottom: 20px;padding-top: 5px}
.trustedsites h3{margin-bottom:15px}
.trustedsites .border{border: 1px solid #d9d5d6}
.trustedsites span.hint {font-size: 11px;color: #848484;font-style: italic;display: block;padding-top: 5px;line-height: 12px;margin: 0;}

.trustedsites .input-error{padding-top:5px;background: #fff;left: 0;bottom: 0px;}
.trustedsites .forminput{position: relative;width: 300px;margin-top: 20px;}
.trustedsites .divhalf {display: grid;grid-template-columns: 50% auto;grid-gap: 20px}
.trustedsites .sectionpara{padding:50px 0px}
.trustedsites .sectiongap{padding:30px 0px}
.trustedsites .sectionpara h2{padding-right:20px}
.trustedsites .shopnowfaq{background:#EEEEEF;padding:25px}
.trustedsites .shopnowfaq figure{margin: 0 auto;text-align: center;padding-top: 40px}
/*.trustedsites input::placeholder {color: #4f4f4f;font-size: 13px;font-weight: bold}*/

.trustedsites .trustedsite-card{border-radius: 3px}
.trustedsites .trustedsite-card .cardheader{padding: 18px 20px 18px;background:#29306C;color:#fff;border-radius: 3px 3px 0px 0px}
.trustedsites .trustedsite-card .cardheader h4{font-family: Arial,Helvetica,sans-serif;font-size: 18px;font-weight: bold;color:#fff}
.trustedsites .trustedsite-card .cardbody{padding: 15px 20px;border-radius: 0px 0px 3px 3px;border: 1px solid #d7d5d6}
.trustedsites .trustedsite-card .cardbody .chkbox{margin-top:10px}
.trustedsites .cardbody .dashwhitewrap{background: #fff;border: 1px solid #e9eaf0;border-radius: 5px;margin: 0 0px;padding: 10px;height: fit-content;}

.trustedsites .custom-file {position: relative;overflow: hidden;display: inline-block}
.trustedsites .custom-file input[type=file]{position:absolute;left:0;top:0}
.trustedsites img{max-width: 100%;height: auto}
.trustedsites .trustedupload .ajax-upload-dragdrop span {min-width: 250px;float:left}
.trustedsites .trustedupload .ajax-upload-dragdrop .ajax-file-upload{margin:0 0px 0 10px}
.trustedsites .trustedupload .notesmlpreferences img{display: block;max-width:200px;max-height:100px;margin: 15px 0px 10px 0px;box-shadow: 0px 0px 5px rgba(0,0,0,0.1)}
.trustedsites .bluebtn{background: #fff;color: #29306c;border: 2px solid #29306c}
.trustedsites .bluebtn:hover{background: #29306c;color: #fff}
.trustedsites .bluebuttoncustom{background: #29306c;color: #fff;border: 2px solid #29306c}

.trusted-custom-file-input{font-family: 'yantramanavbold'; font-size: 20px; cursor: pointer; display: inline-block; border: none; text-decoration: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 8px 15px; color: #fff; background: #29306c; vertical-align: middle; font-weight: normal; position:relative; display:flex; align-self:center;}
.trusted-custom-file-input input{position: absolute; cursor: pointer; top: 0px; width: 100%; height: 100%; left: 0px; z-index: 100; opacity: 0}
.uploaderror{color:red;font-size: 11px; margin-top: 5px; text-align:left;}
.trustedbrandlogo img{box-shadow:none !important; margin:20px 0 !important;}
.filenametext {margin-top:20px}
.filenametext span {border: 2px dashed #ddd; padding:10px; width:63%; margin-right:15px;}
.notesmlpreferences img {display: block;max-width: 200px;max-height: 100px;margin: 15px 0 10px 0;box-shadow: 0 0 5px rgb(0 0 0 / 10%)}

#phContent_trvBrand input[type=checkbox] {position: relative; margin-right: 8px}
#phContent_trvBrand input[type=checkbox]:focus {outline: none;border:none}
#phContent_trvBrand input[type=checkbox]:after {content: " ";background-color: #fff;display: inline-block;color: #54A447;width: 14px;height: 14px;visibility: visible;border: 1px solid #888;padding-left: 1px;border-radius: 0px}
#phContent_trvBrand input[type=checkbox]:checked:before {content: "\2714";position: absolute;color: #54A447;left: 2px;top: -4px;font-size: 18px;transform: rotate(7deg)}
#phContent_trvBrand input[type=checkbox]:checked:after {border-color: #54A447}
/*================= End Trusted Site ==============*/


/*=====================================================
					Partner Benefits
=====================================================*/
.partner-benefits-cols {margin-bottom:30px;}
.partner-benefits-cols .benifit-col:first-child {width:70%; padding-right:30px;}
.partner-benefits-cols .benifit-col + .benifit-col {width:30%;}
.partner-benefits-cols .benifit-col + .benifit-col span:first-child{display:inline-flex; margin-bottom:20px; padding-bottom:20px; border-bottom:1px solid #DDD;}

.benifits-form {width:40%; margin-top:50px;}
.benifits-table table {margin-top:30px;}
.benifits-table table tr.clickable-row {cursor:pointer;}
.benifits-table table tr:nth-child(2n+1){background-color: #f8f8f8;}
.benifits-table table tr + tr  td + td{text-align:center;}
.benifits-table table tr.clickable-row:hover {box-shadow: 0px 0px 8px rgba(0,0,0,0.3); position: relative; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1);}

.procheckboxlist ul {padding-top: 10px;}
.procheckboxlist ul li{margin-bottom:10px;} 
.procheckboxlist table tr td span {margin-top: 10px;}
.procheckboxlist table tr td span label, .procheckboxlist ul li span label{order:2; font-size:13px;}

.lockfeature {background-color:#f8f8f8; padding:100px;}
.lockfeature p{font-size:20px; margin-top:30px;}

.flexbuttons {margin: 1.25rem 0; gap: 1rem;}
.plesk-title {margin-top: 1rem; font-size: 1.5rem;}

.integration-options-table {margin: 1.5rem 0;}
.integration-options-table .button, .sendinvite-table .smallbutton{font-size: 0.875rem; padding: 0.375rem 0.75rem; min-width: 94px; text-align: center;}
.integration-options-table th, .sendinvite-table th{font-size: 1rem;}
.integration-options-table td, .sendinvite-table td{font-size: 0.875rem;}
.integration-options-table tr + tr td:first-child {font-weight: bold;}
.autoinstall-plugins-table span {margin-bottom: 0.5rem;}
.autoinstall-plugins-table table tr td{font-weight: normal !important;}
.autoinstall-plugins-table table tr td:last-child{padding-right: 0;}
.autoinstall-plugins-table table tr + tr td{border-top: 1px solid #dee2e6;}

.sendinvite-table {margin-top: 1.5rem;}
.sendinvite-table td{border-bottom: 1px solid #e5e5e5;}
.sendinvite-table td a:not(.smallbutton ){color: #4f4f4f;}
.sendinvite-table .grey{background-color:#f8f8f8;}


/* ==============================
	Manage subcription Design	
============================== */
.ai-status-boxes .icon-wrapper { min-width: 2.5rem; max-width: 2.5rem; height: 2.5rem; display: inline-flex; justify-content: center; align-items: center; border-radius: 60px; background-color: #eeeeef; }
.ai-status-boxes .icon-wrapper img {filter: brightness(0) saturate(100%);}

.inactive, .greenActive { position: relative; padding-left: 15px; }
.inactive::before, .greenActive::before { content: ""; width: 8px; height: 8px; border-radius: 50%; position: absolute; left: 0; top: calc(50% - 4px); background-color: #F2A000; }
.greenActive::before { background-color: #32D880; }

.ais-active-wrap .ais-header {font-size: 20px; letter-spacing: 0.5px; font-family: yantramanavbold; background-color: #dc3545;}
.ais-active-wrap .ais-active-header { background-color: #53a446 !important;}
.ais-active-wrap h4 {font-size: 16px;}
.ais-active-wrap .ais-checklist li {font-size: 13px; position: relative; padding-left: 1.5rem;}
.ais-active-wrap .ais-checklist li + li{ margin-top: 1rem; }
.ais-active-wrap .ais-checklist li::before { content: ""; width: 16px; height: 16px; background-image: url(/content/images/checkroundgreen.svg); background-size: 16px; background-repeat: no-repeat; position: absolute; left: 0; top: 0;}

.add-domain-table td{font-size: 14px;}
.add-domain-link {background: url("/content/images/expandplus.svg") no-repeat; display: inline-block; padding-left: 30px; font-weight: bold; line-height: 20px;}

.addipaddress-modal {max-height: calc(100vh - 30px); overflow-y: auto;}
#cssmenu li a{line-height: 1.3; text-decoration: none;}
#cssmenu > ul{border:1px solid #d9d5d6;}
#cssmenu > ul > li{position: relative;}
#cssmenu > ul > li + li:after{content: ''; position: absolute; height: 0; width: 0; right: 10px; top: 25px; margin-top: -5px; border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 9px solid #53a446;}
#cssmenu > ul > li + li.newclass:after, #cssmenu > ul > li + li.active:after{border-top: 9px solid #FFF; border-right: 7px solid transparent; border-left: 7px solid transparent; top: 27px;}
#cssmenu > ul > li > a {font-size: 20px; display: block; color: #29306c; font-family: 'yantramanavbold'; padding: 12px 10px 12px 20px; position: relative;}
#cssmenu > ul > li + li > a{border-top:1px solid #d9d5d6;}
#cssmenu > ul > li > a:before{content: ""; position: absolute; width: 10px; height: 102%; background: #f07725; left: 0; top: -1px;}
#cssmenu > ul > li.newclass > a, #cssmenu > ul > li.active > a{background:#f07725; color:#FFF;}
#cssmenu > ul > li.dash-iconbar.active a:before, #cssmenu > ul > li.newclass + li.newclass > a:before, #cssmenu > ul > li.active + li.active > a:before{top: 0; height: 100%;}

#cssmenu > ul li.has-sub.active ul{display:block !important;}
#cssmenu ul ul{display: none; padding:10px 0;}
#cssmenu ul ul li + li{margin-top: 2px;}
#cssmenu ul ul a{padding:5px 10px 5px 20px; display: block; color:#676767; font-size:14px; position: relative; line-height: 20px;}
#cssmenu ul ul a:before{content: ''; position: absolute; height: 0; width: 0; left: 10px; top: 12px; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 4px solid #f07725;}
#cssmenu ul ul li.lihovereff a, #cssmenu ul ul li:hover a{background:#53a446; color:#FFF;} 
#cssmenu ul ul li.lihovereff a:after, #cssmenu ul ul li:hover a:after{content: ''; position: absolute; height: 0; width: 0; left: 100%; top: 0; border-top: 15px solid transparent; border-bottom: 15px solid transparent; border-left: 8px solid #53a446;} 
#cssmenu ul ul li.lihovereff a:before, #cssmenu ul ul li:hover a:before{display: none;}

.dash-iconbar a{background:url(/content/images/dashround-icon.svg) no-repeat right 10px center;}
#cssmenu > ul > li.dash-iconbar.active a{background:url(/content/images/dashround-icon-h.svg) no-repeat right 10px center #f07725 !important;}

#cssmenu p.textright{margin-top: 5px;}


.ltbotlogo{padding:25px 0;}
.ltbotlogo ul li{position: relative; text-align:center;}
.ltbotlogo ul li + li{margin-top:25px; padding-top:25px;}
.ltbotlogo ul li + li:before{content: ''; position: absolute; top: 0; width: 80%; left: 10%; background: #d9d5d6; height: 1px;}

.enablement-tools .toolslink{padding:20px 10px;}
.toolslink ul li{color:#f07725; font-size:16px; background:url(../images/greensmallarrow.png) no-repeat 0 5px; padding-left:12px;}
.toolslink ul li + li{padding-top:8px; margin-top:8px; background-position:0 15px !important;}
.toolslink ul li a{color:#f07725; font-weight:bold;}

.mydashboardimg{margin-bottom:15px;}
.launcher img{display:inline; max-width:100%;}
