/* Minification failed. Returning unminified contents.
(1,34): run-time error CSS1039: Token not allowed after unary operator: '-color-blue'
(3,60): run-time error CSS1039: Token not allowed after unary operator: '-color-white'
(9,190): run-time error CSS1039: Token not allowed after unary operator: '-color-white'
(10,189): run-time error CSS1039: Token not allowed after unary operator: '-color-white'
(12,264): run-time error CSS1039: Token not allowed after unary operator: '-color-white'
(13,64): run-time error CSS1039: Token not allowed after unary operator: '-color-body'
(15,137): run-time error CSS1039: Token not allowed after unary operator: '-color-lightgray'
(27,56): run-time error CSS1039: Token not allowed after unary operator: '-color-body'
(28,32): run-time error CSS1039: Token not allowed after unary operator: '-color-body'
(36,80): run-time error CSS1039: Token not allowed after unary operator: '-color-lightgray'
(37,84): run-time error CSS1039: Token not allowed after unary operator: '-color-lightgray'
(40,110): run-time error CSS1039: Token not allowed after unary operator: '-color-orange'
(41,65): run-time error CSS1039: Token not allowed after unary operator: '-color-body'
(45,40): run-time error CSS1039: Token not allowed after unary operator: '-color-orange'
(45,101): run-time error CSS1039: Token not allowed after unary operator: '-color-white'
(51,108): run-time error CSS1039: Token not allowed after unary operator: '-color-gray'
(52,87): run-time error CSS1039: Token not allowed after unary operator: '-color-lightgray'
(52,117): run-time error CSS1039: Token not allowed after unary operator: '-color-body'
(55,49): run-time error CSS1039: Token not allowed after unary operator: '-color-orange'
(55,118): run-time error CSS1039: Token not allowed after unary operator: '-color-white'
(57,63): run-time error CSS1039: Token not allowed after unary operator: '-color-lightgray'
(58,82): run-time error CSS1039: Token not allowed after unary operator: '-color-body'
(59,35): run-time error CSS1039: Token not allowed after unary operator: '-color-orange'
(59,74): run-time error CSS1039: Token not allowed after unary operator: '-color-lightgray'
(65,54): run-time error CSS1039: Token not allowed after unary operator: '-color-orange'
(67,66): run-time error CSS1039: Token not allowed after unary operator: '-color-orange'
(73,84): run-time error CSS1039: Token not allowed after unary operator: '-color-orange'
(75,56): run-time error CSS1039: Token not allowed after unary operator: '-color-orange'
(102,64): run-time error CSS1039: Token not allowed after unary operator: '-color-orange'
(249,30): run-time error CSS1039: Token not allowed after unary operator: '-color-orange'
(281,82): run-time error CSS1039: Token not allowed after unary operator: '-color-orange'
(282,53): run-time error CSS1039: Token not allowed after unary operator: '-color-orange'
(290,42): run-time error CSS1039: Token not allowed after unary operator: '-color-blue'
(291,27): run-time error CSS1039: Token not allowed after unary operator: '-color-white'
(315,89): run-time error CSS1039: Token not allowed after unary operator: '-color-orange'
(351,43): run-time error CSS1039: Token not allowed after unary operator: '-color-orange'
(353,31): run-time error CSS1039: Token not allowed after unary operator: '-color-orange'
(354,37): run-time error CSS1039: Token not allowed after unary operator: '-color-orange'
(360,43): run-time error CSS1039: Token not allowed after unary operator: '-color-orange'
(389,49): run-time error CSS1039: Token not allowed after unary operator: '-color-lightgray'
(402,35): run-time error CSS1039: Token not allowed after unary operator: '-color-orange'
(414,30): run-time error CSS1039: Token not allowed after unary operator: '-color-orange'
(432,108): run-time error CSS1039: Token not allowed after unary operator: '-color-orange'
(439,22): run-time error CSS1039: Token not allowed after unary operator: '-color-orange'
(503,35): run-time error CSS1039: Token not allowed after unary operator: '-color-orange'
(610,52): run-time error CSS1039: Token not allowed after unary operator: '-color-orange'
(615,40): run-time error CSS1039: Token not allowed after unary operator: '-color-orange'
 */
.nav-top {background-color: var(--color-blue); font-family: 'robotoregular';}
.nav-top a{text-decoration: none;}
.nav-top .topemail, .top-nav-end > ul > li > a{color: var(--color-white); font-size: 0.875rem;}
.nav-top .topemail img{margin-right: 0.5rem;}

.top-nav-end > ul > li {margin-left: 3rem; position:relative; margin-left: 3rem;}
.top-nav-end > ul > li > a{padding: 0.75rem 0; display: block;}
.top-nav-end > ul > li + li > a{padding-right: 0.875rem; display: block;}
.top-nav-end > ul > li.subnav:after, .navimain>ul>li:after{content: ""; height:0; width: 0; border-right:4px solid transparent; border-left:4px solid transparent; border-top:4px solid var(--color-white); position: absolute; right: 0; top: 50%; margin-top: -2px;}
.top-nav-end > ul > li.subnav > ul, .top-nav-end > ul > li.subnav > div, .navimain li > .nav-level-2{display: none; position: absolute; right: 0; top: 100%; z-index: 300; background: var(--color-white); box-shadow: 0 0 6px rgba(0, 0, 0, 0.20); min-width: 175px;}
.top-nav-end > ul > li.nav-support:hover > ul, .top-nav-end > ul > li.mnucountry:hover > div, .navimain li:hover > .nav-level-2{display:block;}
.top-nav-end > ul > li.subnav > ul:before, .top-nav-end > ul > li.subnav > div:before, .navimain li.subnav > .nav-level-2:before {content: ""; height:0; width: 0; border-left:8px solid transparent; border-right:8px solid transparent; border-bottom:8px solid var(--color-white); position: absolute; right: 1rem; bottom: 100%;}
.top-nav-end li.subnav > ul li a {padding: 0.5rem; color: var(--color-body); display: flex; font-size: 0.875rem;}
.top-nav-end li.subnav > ul li a > img{margin-right: 0.5rem}
.top-nav-end li.subnav > ul li a:hover, .brand-link .nav-level-2 li a:hover, .products-link .nav-level-2 a:hover{background-color: var(--color-lightgray);}

#countrilist {padding: 1rem;}
#countrilist strong{font-family: "robotobold"; font-size:1rem; text-transform:uppercase; font-weight: normal;}
#countrilist ul{width:162px; display: grid; grid-gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(43px, 1fr));}
#countrilist ul li{text-align:center; text-transform:uppercase; font-size:0.75rem;}
#countrilist ul li label{display:block;}

header{position:relative}
header .logo{padding:1.75rem 0;}

.navimain>ul>li{position:relative; z-index:200; padding:0 1.5rem;}
.navimain>ul>li.subnav:after{border-top:4px solid var(--color-body); right: 0.8rem;}
.navimain>ul>li > a{color:var(--color-body); display:block; text-decoration:none; font-family:robotobold; padding: 0.75rem 0; font-size: 1.25rem;}
.navimain>ul>li:last-child > a{padding-right: 0;}

.brand-link .nav-level-2 li a{padding:0.5rem 1rem;display: block;}
.brand-link .nav-level-2:before{right: inherit !important; left:50%; margin-left: -4px;}

.products-link .nav-level-2{width:980px; right:-72px !important;}
.products-link .nav-level-2:before {right: 8rem !important;}
.products-link .nav-level-2 li{width: 33.33333%; border-bottom: 1px solid var(--color-lightgray);}
.products-link .nav-level-2 li:not(:nth-child(3n + 1)){border-left: 1px solid var(--color-lightgray);}
.products-link .nav-level-2 li a{font-family:'robotoregular'; padding:1rem; text-decoration: none; width: 100%;}
.products-link .sslpromenu {padding-left: 0.75rem;}
.products-link .sslpromenu strong{font-family:'robotobold'; font-weight: normal; font-size:1rem; color: var(--color-orange); line-height:1; margin-bottom: 0.5rem;}
.products-link .sslpromenu span{font-size: 0.75rem; color: var(--color-body); padding-left: 1rem; background: url("../images/arrow-right.svg") no-repeat left center; background-size: 8px;}
.products-link .sslpromenu span + span{margin-top: 0.2rem;}

.cart-link span {position: relative; cursor: pointer;}
.cart-link span span {background: var(--color-orange); width: 1.25rem; height: 1.25rem; color: var(--color-white); font-size: 0.75rem; display: block; position: absolute; right: -12px; top: -12px; border-radius: 50%; text-align: center; line-height: 1.25rem; font-family: 'robotoregular';}

.customlogpanel{width: 220px;}

.mnuaclogin {padding:1rem;}
.mnuaclogin .form-control {margin-bottom: 1rem;}
.mnuaclogin .form-control label{display:block; font-family:'robotoregular'; font-size:0.875rem; color:var(--color-gray); cursor: default; margin-bottom: 2px;}
.mnuaclogin .form-control .myaccountinput{padding:0.5rem; width:100%; background:var(--color-lightgray); color:var(--color-body); height:28px; border: none;}
.mnuaclogin .d-flex a{font-family:robotoregular; padding:0; font-size:0.75rem; font-style:italic; text-decoration:underline;}
.mnuaclogin .d-flex a:hover{text-decoration: none;}
.mnuaclogin .btnlogin{border:0; background:var(--color-orange); font-family:'robotobold'; font-size:1rem; color:var(--color-white); text-transform:uppercase; padding:0.25rem 0.75rem; cursor:pointer;}

.loginlinks li:not(:last-child){border-bottom: 1px solid var(--color-lightgray);}
.loginlinks li a {text-decoration: none; font-family:'robotoregular'; color:var(--color-body); padding: 0.75rem 1rem; display: block; font-size: 0.875rem;}
.loginlinks li a:hover{color:var(--color-orange); background-color: var(--color-lightgray);}
.loginclose{position:absolute; top:0.25rem; right:0.5rem; cursor: pointer;}


/******* Mobile Menu *******/
.mobile-menu{display:none;float:right}
#mobmenu ul #hidemobmenu:hover{background-color:var(--color-orange); }
#mobmenu ul a i.fa-caret-left{background:url("../images/whtarrow-up.png") no-repeat 0 5px}
#mobmenu ul a.active, #mobmenu ul a:hover{border-left-color:var(--color-orange);color:#fff}
#mobmenu ul a:hover i:first-child{color:#ed5527}
#mobmenu ul li a.active+ul{display:block}
#mobmenu{position:fixed;padding:0;width:280px;background:#2d6b7a;height:100%;z-index:9999;color:#bbb;top:0;transition:all .3s ease;opacity:1;overflow:auto;margin:0!important}
#mobmenu ul{margin-top:0;padding:0;list-style:none}
#mobmenu ul li{border-bottom:1px solid #0d4350;font-family:archivo_narrowbold;font-size:18px}
#hidemobmenu{background:url(/images/momenu-close.svg) center center no-repeat var(--color-orange);height:40px;text-indent: -999px;}
#mobmenu ul li a{display:block;padding:8px 0 8px 7px;text-decoration:none;transition:all .3s ease;border-left:8px solid #2d6b7a;color:#fff;font-weight:normal}
#mobmenu ul li.mobmnuicon a{border-left:4px solid var(--color-orange)}
#mobmenu ul a i{margin-right:10px;margin-top:3px;width:12px;height:12px;font-size:18px}
#mobmenu ul a i.fa-caret-down{background:url(/images/whtarrow-down.png) 0 5px no-repeat}
#mobmenu ul a i[class*="fa-caret"]{float:right}
#mobmenu ul li ul{margin-top:0;display:none;background:#0d4350}
#mobmenu ul li ul li{border-bottom:0;font-size:14px}
#mobmenu ul li ul li a{padding-left:30px;color:#fff;border-left:8px solid #0d4350}
#mobmenu .chooseregion ul{padding-left:10px;float:left}
#mobmenu .chooseregion ul li{margin:10px 10px 0 5px;height:60px;float:left}
#mobmenu .chooseregion ul li a{border:0;padding:0}
#mobmenu .chooseregion ul li a label{display:block;text-align:center;font-size:13px}
#showmobmenu{position:absolute;width:46px;height:46px;top:0;font-size:0px;color:#ed7732;right:0;background:url(/images/mobmenuicon.png) center center no-repeat;transition:all .3s ease}
/******* End Mobile Menu *******/

.show {right: 0; }
.hide {right: -280px;}

@media only screen and (max-width:979px) {
	.nav-top{display: none;}
	.main-nav{padding: 0.5rem 0;}
    header .logo{padding: 0;}
	header .logo img { height: 32px; width: auto;}
	header nav.fullmenu {display: none;}
	.mobile-menu {display: block !important; }
	.navimain{display:none;}

	.headerfix { margin-top: 54px;}
	.headerfix header {position: fixed; border-top:4px solid var(--color-orange);  background: #FFF; height: 50px; width: 100%; z-index: 990; top: 0;}
}

.brandwarp h1{color:#89c5cb; padding-bottom:15px;}
.brandwarp h2{font-size:28px; line-height:28px; color:#206272; margin-bottom:20px;}
.branddecptxt{padding-bottom:20px;}
.brandwarp h3{color:#206272; line-height:22px; margin-bottom:15px;}
.brandwarp h3.protitle{padding:20px; background: #f6f6f6; line-height:22px; margin:0;}
.brandwarp h3.protitle span {font-size:18px; font-family: 'archivo_narrowbold'; color:#206272; float:right;}
.brandswrap{margin-bottom:40px;}
.brandswrap h4{text-align:right; margin:15px 0 25px 0;}
.brandswrap h4 a{text-decoration:underline; color:#ff7146;}
.brandswrap h4 a:hover{text-decoration:none;}
.brandswrap h5{color:#206272; font-size:24px; margin-bottom:5px;}

.martopa{margin-top:30px;}
.brandswrap + .brandswrap{margin-top:50px;}
.brandsbar{margin-bottom:20px;}

.brandsbarcover {float: left;}
.brandsbarcover img{width:200px; margin-top:16px;}
.brandtitle { padding: 26px 0 0 0; float: left; color: #4d969d; font-size: 34px; line-height: 30px; letter-spacing: -0.033em; }
.mb-20{margin-bottom:20px !important;}
.brandbg{background:#f6f6f6; padding:20px; margin-bottom:0px !important;}
.brandbg .brandsbarcover img{margin:0px !important; height:56px; width:222px;}
.brandfleft{float:left; width:80%;}
.brandfright{float:right; width:20%;}

.discountsave {background:#ffffff; float:right;}
.discountsave p {color: #206272; font-family: 'archivo_narrowbold'; font-size:50px; border:1px dashed #206272; padding:16px 9px 16px 31px; text-align:center; text-transform:uppercase; margin:0px !important; display:inline-block; background-image:url(../images/imgsave.svg); background-position: 10px 9px; background-repeat: no-repeat;}
.smldiscountsave {background:#ffffff; float:right;}
.smldiscountsave p {color: #206272; font-family: 'archivo_narrowbold'; font-size:32px; border:1px dashed #206272; padding:8px 7px 8px 23px; text-align:center; text-transform:uppercase; margin:0px !important; display:inline-block; background-image:url(../images/smlimgsave.svg); background-position: 10px 8px; background-repeat: no-repeat;}

.brandsave {background:#58534f; padding:5px; float:right;}
.brandsave p {color: #ffffff; font-family: 'archivo_narrowbold'; font-size:24px; border:1px solid #FFF; padding:7px 12px; text-align:center; text-transform:uppercase; margin-bottom:0px;}
.brandsave p span {font-family: 'roboto_slabbold'; font-size:40px; line-height: 28px; display:block; margin-top:5px;}


.brandbtbl{font-size: 14px; line-height: 22px; font-family:'robotoregular';}
.brandraw{padding:0 10px; position: relative;}
.brandraw:nth-child(2n+1){background:#f6f6f6;}
.brandraw.bgreenbar {background: #89c5cb; font-family: 'archivo_narrowbold';}
.bgreenbar p{color:#FFF; font-size:18px;}
.brandbtbl p{padding:10px; display:table-cell; margin:0; vertical-align:middle; line-height:20px;}
.brandbtbl p a{color:#58534f; text-decoration:none;}
.brandbtbl p a:hover{text-decoration:underline;}
.brandbtbl .sealtype {display:block; text-align: center;}

.brandrawone { width:215px;}
.brandrawtwo { width:90px;} 
.brandrawthree {width:120px;}
.brandrawfour { width:90px;}
.brandrawfive { width:80px;}
.brandrawsix { width:103px;}
.brandrawseven { width:130px;}
.brandraweight { width:110px;}

.brandrawsix strike { font-size: 12px; }
.brandcartbtn{font-size:16px; padding:6px 10px;}

.bestsell { position: absolute; background-image: url(../images/bestsellbg.svg); background-repeat: no-repeat; box-sizing: border-box; width: 111px; height: 21px; left: -100px; text-transform: uppercase; top:60%; margin-top:-22px;} 

.productevline {background:#f6f6f6; color:#58534f; font-size: 14px;}
.productevline + .productevline{margin-top:30px;}
.productevcover{padding:20px;}
.brandlogo{float:left; margin:0;}
.brandlogo img{height:40px}
.hdtrust {font-size:26px; font-family: 'archivo_narrowbold'; color:#58534f; float:right; line-height:40px !important; margin-bottom:0; text-transform:uppercase;}
.bgevgreenbar{background:#57a34c; padding:20px;}
.bgevgreenbar h3{color:#FFF; font-size:30px; margin:0; line-height:24px;}
.evgreenhdbar {padding:20px;}
.evdisplay{float:right;}
.evdisplay img{float:right; max-width:330px;}
.evgrnboxleft{float:left; width:560px;}
.evhead {font-family:"archivo_narrowbold"; font-size:28px; line-height:24px; color:#ff7146; margin:0 0 10px 0; }
.evhead span{color:#58534f;}
.evnormalfont{margin-bottom:25px;}
.evprodethd{padding-bottom:15px; margin-bottom:0; font-family: "archivo_narrowbold"; font-weight:normal; color:#4f4f4f; font-size:18px; line-height:24px;}
.evnonegrnbar{ background:#89c5cb;}


.coverbrand hgroup{width:70%; float:left; padding-bottom: 15px;}
.coverbrand h2{margin-bottom:0;}
.brandiscount{width:30%; float:right; text-align:right; padding:22px 0 22px 0;} 
.brandiscount img{width:200px;}

.dcbrandbtbl .brandrawone{width: 250px;}
.dcbrandbtbl .brandrawfive{width: 120px;}

.productwrap{ margin-bottom:30px;}
.basicencryption{margin-top:40px;}
.basicencryptionlt { float: left; width:49%; padding-right:2%; box-sizing:border-box;}
.basicencryptionlt p { font-size: 65px; text-align: right; color: #206272; text-transform: uppercase; line-height: 82px; font-family: "archivo_narrowbold";}
.basicencryptionlt p span { color: #ff7146; }
.basicencryptionlt p span span { font-size: 115px; }
.basicencryptionrt { float: right; width: 49%; box-sizing:border-box;}
.basicencryptionrt ul { list-style: none; }
.basicencryptionrt ul li { background: url(../images/icon-right.svg) no-repeat 0 4px; padding-left: 30px; line-height:18px; font-size: 14px; color: #58534f; }
.basicencryptionrt ul li + li { margin-top:5px; }

.imgmrgbtm{margin-bottom:30px;}
.imgtopbotmrg{margin: 15px 0;}
.browserimg{margin-top:40px;}
.imgcenter{text-align:center;}

.wildcardfaqlist .wcfaqlist{margin-bottom: 30px;}
.wildcardfaqlist h4{text-align: left;}
.wildcardfaqlist h5{font-size: 18px; color: #58534f; padding-top: 10px;}

.wc-banner {font-family:archivo_narrowbold; justify-content:space-between;}
.wc-banner p{margin-bottom:0; align-self:center; font-size:30px; line-height:37px; color:#206272;}
.wc-banner p span{display:block;}
.wc-banner strong {padding: 0 15px; font-size:55px; color:#206272; align-self:center; font-weight:normal; line-height:1;}
.wc-banner strong span{display:block; text-align:right; font-size:18px;}
.wc-banner .wc-banner-price{font-size:48px;}
.wc-banner-stars {align-self:center; text-align:center;}
.wc-banner-stars span{display:block; font-size:24px; color:#206272; margin-top:10px;}
.wc-banner-features{width:40%; padding-left:15px; align-self:center;}
.wc-banner-features ul {display:grid; grid-gap:10px; grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));}
.wc-banner-features ul li{line-height:28px; padding-left:28px; background:url(../images/wc-banner-thumbs-up.svg) no-repeat; font-size:16px; color:#206272;}

.three-boxs-grid {display: grid; grid-gap: 30px;grid-template-columns: repeat(auto-fit, minmax(300px,1fr));}
.most-popular-wrapper {border-radius: 4px; box-shadow: 0 0 8px rgba(0,0,0,0.1); position: relative; padding: 20px;  display: flex; flex-direction: column;}
.most-popular-wrapper .promotion-badge{position: absolute;top: 0; right:0;}
.most-popular-wrapper h2{font-family: 'robotomedium'; margin: 25px 0 8px; font-size: 1rem; color: #000; line-height: 1.5;}
.most-popular-wrapper p{font-family: 'robotoregular'; color: #222; margin-bottom: 0;}
.most-popular-wrapper .mt-auto{margin-top: auto;}
.mpbox-price {margin: 25px 0;}
.mpbox-price .promotion-pill-dropdown{max-width: 140px; margin-right: 15px;}
.mpbox-price span{font-family: 'robotomedium'; font-size: 1.25rem; color: #222;}
.promotion-pill-dropdown {-webkit-appearance: none;-moz-appearance: none;appearance: none; background: url(../images/promotion-nav-arrow.svg) no-repeat right 15px center #FFFFFF; font-size: 15px;padding: 6px 30px 6px 15px; border: 1px solid #F0F0F0; border-radius: 40px; color: #222; cursor: pointer;width: 100%;line-height: 1.4;}
.most-popular-wrapper .gbtn {font-family: robotomedium; font-size: 0.75rem; border-radius: 4px; transition: 0.2s; padding: 10px 15px; text-transform: none;}
.most-popular-wrapper .gbtn:hover {background: #ed7b59; color: #FFF;}

@media only screen and (max-width:979px) {
    .wc-banner-img {width:50%;}
    .wc-banner-img img{width:100%;}
}

@media only screen and (max-width:767px) {
    .wc-banner {flex-direction:column; text-align:center;}
    .wc-banner p{font-size:24px; line-height:1;}
    .wc-banner p span{display:inline-block;}
    .wc-banner strong{font-size:40px; padding:10px 0;}
    .wc-banner strong span{display:inline-block;}
    .wc-banner-img {width:100%;}
}
.comparebtn {background:var(--color-orange); color:#ffffff; font-family: 'archivo_narrowbold'; font-size:16px; border:none; font-weight:normal; text-transform:uppercase; cursor:pointer; text-align:center; padding:2px 8px 3px 8px;}
.comparebtn:hover {text-decoration: none; color:#58534f;}

.errormsg, .notification-notice, .notification-info, .notification-sucess {padding: 10px 12px; margin-bottom:15px; font-family: 'archivo_narrowbold'; font-weight:normal; display:block; position: relative;}
.errormsg {background: #FBE3E4; color: #E64135;}
.notification-notice {background: #FFF6BF; color: #514721; border-color: #FFD324; }
.notification-info {background: #D5EDF8; color: #205791; border-color: #92CAE4; }
.notification-info p {color: #205791;}
.notification-info p + p{margin-top: 10px;}
.notification-info p:last-child{margin-bottom:0px;}
.notification-sucess {background: #E6EFC2; color: #264409; border-color: #C6D880; }
.errormsg a{color:#e64135; text-decoration:underline;}
.errormsg a:hover{color:#e64135; text-decoration:none;}
.errormsg .alert-close {cursor: pointer; position: absolute; right: 5px; top:5px; width: 10px;}
#divNote4yr {margin-bottom:0px; margin-top:10px; font-family:roboto_slabregular;}
#divNote4yr p{margin-bottom:0px!important; font-size:12px; line-height:16px;}

.comparisonchart {padding:15px; margin-bottom:15px !important; background: #f6f6f6;}
.comparisonchart a{font-family:"archivo_narrowbold";}
.comparisonchart:hover {opacity: 1; color: #58534f; }
.comparisonchart strong{font-size:18px; display:block; margin-bottom:0px; font-weight:normal; font-family:"archivo_narrowbold";}

#dvEnableJavascript {position: fixed; opacity: 0.7; height: 100%; width: 100%; top: 0; left: 0; background: #000000; border: 1px solid #cecece; z-index: 9999; }
#dvEnableJavascript1 {position: absolute; top: 100px; margin: 50px auto; width: 900px; z-index: 99991; }
#dvEnableJavascript2 {text-align: center; background-color: white !important; padding: 25px 0; }
.closepopup {padding:10px; position:absolute; right:3px; top:0; cursor:pointer;}

#dvEnableJavascriptcomodoCS {position: fixed; opacity: 0.7; height: 100%; width: 100%; top:0; left: 0; background: #000000; border: 1px solid #cecece; z-index: 9999;}
#dvEnableJavascriptcomodoCS1 {position: absolute; top:50%; left:50%; margin:-100px 0 0 -300px; width: 600px; z-index: 9999;  }
#dvEnableJavascriptcomodoCS2 {text-align: center; background-color: white !important; padding:5px; }

#dvEnableJavascriptcomodoCS2 .comman{text-align:left; padding:0 20px;}
#dvEnableJavascriptcomodoCS2 .poptlt {padding: 15px 20px; border: solid 1px var(--color-orange); margin-bottom: 7px; position: relative;}
#dvEnableJavascriptcomodoCS2 .poptlt h1{color: var(--color-orange); font-size: 24px; line-height: 20px; text-transform: uppercase; margin-bottom: 0; padding-bottom:0; text-align:left;}
#dvEnableJavascriptcomodoCS2 .popradio span + span {margin-left:15px;}

.tabwrap {padding: 14px 12px; }
.popwrap {width: 558px; border: solid 7px #e3e2e2; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
.centerpopup {margin: 0 auto 0 auto; }
.backgroundPopup {display: none; position: fixed; height: 100% !important; width: 100%; top: 0; left: 0; background: #000; border: 1px solid #cecece; z-index: 99998; }
.popbox {width: 600px; }
.popboxhd {padding:1rem; background:var(--color-blue); position:relative;}
.popboxhd h2 {color: var(--color-white); font-size:24px; line-height:20px; text-transform:uppercase; margin-bottom:0px;}
.popupmid{height: 450px; z-index: 99999; font-size: 13px; background:#ffffff; 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;}
.popupmid p{font-size:14px; line-height:18px; margin-bottom:5px;}
.popupmid h4{margin-bottom:5px;}
.popupmid iframe{display:block;}
.popupContactClose {right:1rem; top:1rem; position: absolute; display: block; cursor: pointer; }
.popupdetail {padding: 1rem; box-sizing: border-box;}
.smloli { list-style:lower-roman; margin:15px 0 0 30px;}
.smloli li{margin-bottom:10px;}

/*.scroll-pane {width: 100%; height: 350px; overflow: auto; }*/
.scroll-pane {width: 100%;height: 100%;overflow: auto;}
.scroll-pane h3{font-family: "archivo_narrowbold"; font-weight:normal;}
.scroll-paneaddbanalnce {width: 100%; height: auto; overflow: auto; }
.scroll-pane label{font-family: "archivo_narrowregular"; color:#58534f;  font-weight:normal;}

.popup-loading{position:absolute; height:98%; width:98%;}
.popup-loading .masterdivinner {position: absolute; top: 50%; left: 50%; margin: -20px 0 0 -20px;}

.changedomwrap {margin-bottom: 10px;}
.changedomwrap label{font-weight:normal; width:36.5%; display:inline-block;}
.scroll-pane h5{ margin:0 0 5px 0; font-family: "archivo_narrowbold"; font-size:16px;}
.changetxt { color: #4F4F4F; font-family: Arial, Helvetica, sans-serif; font-size: 15px !important; line-height: 22px; margin-bottom:20px;}
.changetxt table{width:100%;}
.changespan{font-family: "archivo_narrowregular"; font-size:16px !important; color:var(--color-orange);}
.changeselects {width:100px; border:solid 1px #cdcdcd; font-size:13px; color:#5b5b5b; padding:5px 3px;}
.jspContainer {overflow: hidden; position: relative; }
.jspPane {position: absolute; }
.jspVerticalBar {position: absolute; top: 0; right: 0; width: 8px; height: 100%; background: #e3e2e2; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.jspHorizontalBar {position: absolute; bottom: 0; left: 0; width: 100%; height: 16px; background: #949494;}
.jspVerticalBar *, .jspHorizontalBar * {margin: 0; padding: 0; }
.jspCap {display: none; }
.jspHorizontalBar .jspCap {float: left; }
.jspTrack {background: #e3e2e2; position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.jspDrag {background: #949494; position: relative; top: 0; left: 0; cursor: pointer; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {float: left; height: 100%; }
.jspArrow {background: #50506d; text-indent: -20000px; display: block; cursor: pointer; }
.jspArrow.jspDisabled {cursor: default; background: #80808d; }
.jspVerticalBar .jspArrow {height: 16px; }
.jspHorizontalBar .jspArrow {width: 16px; float: left; height: 100%; }
.jspVerticalBar .jspArrow:focus {outline: none; }
.jspCorner {background: #eeeef4; float: left; height: 100%; }
* html .jspCorner {margin: 0 -3px 0 0; }


.margintop {margin-top: 10px; }
.cancellation {border: 7px solid #E3E2E2; max-width: 600px; padding: 10px; background-color: white; position: absolute; z-index: 10; color: #4F4F4F; font-size: 13px; }
.cancellation p{margin-bottom:15px;}
.cancellation p strong{font-family: 'roboto_slabbold'; font-weight:normal;}
.preformatted1 {color: #4F4F4F; font-size: 14px; line-height: 24px; margin: 15px 0; padding: 10px 15px; text-align: left; }
.martoptwenty {margin-top: 20px !important;  }

.hdorder {color:#206272; padding:15px 20px 15px 20px; background:#f6f6f6; font-family: 'archivo_narrowbold'; font-size:34px;}
.hdorder > span{display:inline-block; float:right; font-size:18px; line-height:44px; width:100px;}
.chkraw {overflow: hidden;}
.summaryboxraw2 {padding:0px 0 0px 0; color: #58534f; margin-bottom:20px;}
.summarybox2 {float:right; border: solid 1px #cecece; background:#f6f6f6;  width:100%;}

.summarybox2 dl {padding:0; font-family: 'archivo_narrowregular'; font-weight:normal; font-size:16px; line-height:30px;}
.summarybox2 dl dt {color:#58534f; float:left; margin-right:5px; padding-right:5px; width:52%; text-align:right; display:block; line-height:36px; background:#ffffff;}
.summarybox2 dl dd {padding:0; color:var(--color-orange); display:block; text-align: left; width:44%; float: right;line-height:36px;}

.adsearchbtn {background:var(--color-orange); font-size:18px; line-height:18px; font-family: 'archivo_narrowbold'; color:#FFF; border:none; font-weight:normal; padding:8px 10px 7px 10px; text-transform:uppercase; text-decoration: none; margin: 0px; cursor:pointer;}
.adsearchbtn:hover {background:var(--color-orange); color:#206272;}
.advancesearch {background:#ffffff; padding:0px 0px 10px 0; color:#58534f; font-size:14px; line-height:22px; }
.adsearchraw {width:100%; color: #58534f; font-size: 14px; line-height: 22px;  }
.adsearchraw dl {font-size:14px; line-height:46px; color:#58534f; }
.adsearchraw dl dt {color:#615c58; float: left; margin-right:5px; width:32%; text-align:right; display:block; padding-right:5px; line-height:40px;}
.adsearchraw dl dt span {color:#ff0000; }
.adsearchraw dl dd {padding:0; color:var(--color-orange); display:block; line-height:40px; margin-bottom:10px;}
.submitticketbox dl dt.twoline-label{line-height: 1.3;}
.submitticketbox .suppoboxbig{width: 100%; max-width: 370px; min-height: 80px;}

.prefsavetop {margin:20px 0 0 0; }

.iframeheight {height:900px;}
.adsearchinput {min-width:76px; width:370px; background:#ffffff; border:solid 1px #cecece; font-size: 14px; color:#5b5b5b; padding: 8px 5px; }
.adsearchselects {width:130px; background:#ffffff; border:solid 1px #cecece; font-size: 14px; color: #5b5b5b; padding: 8px 3px; }
.adsearchinput.inputgreyout{opacity: 0.7;background: #ddd}
.adsearchselectsbig {width:382px; background:#ffffff; border:solid 1px #cecece; font-size: 14px; color: #5b5b5b; padding: 5px 3px;}
#RapidSSLContent_trSearch .adsearchselectsbig { width:370px; padding: 8px 3px;}
.inputsml {width: 272px; }
.inputsmls {width: 82px; }
.inputsmlselect {width: 274px; }
.inputsmlest {width: 45px !important; background: #ffffff; border: solid 1px #cecece; font-size: 14px; color:#5b5b5b; padding:6px 5px; float: left; }
.dateselects {width: 100px; background: #ffffff; border: solid 1px #cecece; font-size: 14px; color:#5b5b5b; padding:4px 3px; }
.inputbig {width: 452px; }
.colordarkgray {color:#5f5f5f; }
.font12px {font-size: 12px; line-height: 16px; }
.adsearchinputa{ width: 100%; padding: 10px; box-sizing: border-box;}
.btnviewimg {background: url(../images/imgviewicon.png) no-repeat 0px 0px; width: 25px; height: 25px; border: none; margin:2px 0 0 0; display:block; font-size:0px; float:right;}
.collapseraw {padding: 10px 10px; }
.collapserawtwo {padding: 5px 5px; }
.collapserawthree p{margin-bottom:0; padding:10px; }
.collapserawthree:nth-child(even){background:#ffffff; }
.collapserawthree:nth-child(odd){background:#fbfbfb;}

.collapserawfour{padding:10px; background:#ffffff; margin-bottom:0px;}
.collapserawfour:nth-child(odd){background:var(--color-lightgray);}

.collapserawfour p{margin-bottom:0px;}

.collapserawfive {padding: 5px 0px; }
.collapserawsix {padding: 10px 2px; }
.bggray {background: #f8f8f8; }

.leftpad {padding-left: 15px; }
.brdnone {border-bottom: none !important; }
.margtopform {margin-top: 8px; line-height: 30px; }
.margtopcode {margin-top: 15px; line-height: 30px; }
.submitbtn {margin-top: 15px; }
#recaptcha_privacy a {color: var(--color-orange) !important; }
#recaptcha_response_field {background: #f8f8f8 !important; border: 1px solid #cdcdcd !important; color: #5b5b5b !important; font-size: 14px !important; padding: 6px 5px !important; }
.recaptchatable #recaptcha_image #recaptcha_challenge_image {border: solid 1px #cdcdcd; }
#recaptcha_response_field {width: 292px !important; }
/*~~~~~~~~~~~~~~~~~~~~~~~~~~ Country menu ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.cvvcardimg {float: left; position: relative; cursor: pointer; padding-left: 10px }
.cvvcardimg span {display: none; }
.cvvcardimg:hover span {display: block !important; right: -140px; top: -3px; position: absolute; }
.ccsmltxt {margin: 5px 0 0px 0; font-size: 10px !important; padding: 15px 0 0; color: #9a9a9a; display: block; font-style: italic; }
.supportxt ul {margin: 10px 0 0 0; padding: 0; list-style-type: none; }
.supportxt li {margin: 0 0 0 0; font-size: 14px; font-weight: normal; padding: 0; line-height: 22px; color: #155157; }
.supportxt li a {color: var(--color-orange); text-decoration: underline; }
.supportxt li a:hover {color: #1a585e; text-decoration: none; }

.dypricehide {display:none !important; }
.dylowprice {font-size:0.01em; color:#FFFFFF; }
.dyhighprice {font-size:0.01em; color:#206272; }
.popupboxcover {font-size: 14px; color: #29306c; line-height: 18px; padding: 15px 10px; }
.popupbtnbar {padding-right: 15px; margin-top: 0px; }
.popupbtnbar p {font-size: 13px; color: #58534f; margin-top: 5px; line-height: 18px; }
.orgcentertxt {color:Orange; text-align: center; }

.produculi a.dispalyinline {display: inline-block; }
.stepprodtl {background: #f6f6f6; padding:20px; color: #5b5b5b; font-size: 16px;}
.stepprodtl p span {font-weight: normal; margin-right:10px; color:#206272;}
.csrproname p span {font-weight: normal; display:block; margin-bottom:5px;}

.stepprodtl .prodtllt {float: left; width: 550px; border-right: 1px solid #e0e0e0; }
.stepprodtl .prodtllt.bdrrightnone{border-right: none;}
.stepprodtl .prodtllt p {font-family: 'archivo_narrowbold'; font-weight:normal; font-size:28px; color:var(--color-orange); line-height:30px; margin-bottom:0px; padding:0 10px 0 0;  width:100%;}
.stepprodtl .prodtllt p + p {margin-top: 10px; }
.stepprodtl .prodtllt p span {color:#206272; font-weight: normal; display:block; font-size:24px; line-height:24px;}
.stepprodtl .prodtlrt {float: right; }
.stepprodtl .prodtlrt p {color: #5b5b5b; font-size:20px; line-height: 30px; font-family: 'archivo_narrowbold'; font-weight:normal; margin-bottom:0px;}
.paymethodmn .creditdetails {float: right; }
.creditdetails{margin:15px 0 0 0;}
.acorder {color:var(--color-orange); background:none; font-family: 'archivo_narrowbold'; font-size:18px; float:left; padding:0 0 0 0;}

.paymethodmn .tabwrap {float: left; }
.rcolcontent .pronote {font-size: 12px; }
.expand_wrapper {width: 100%; }
.expand_wrapper .questionhd {width: 100%; padding: 5px 0 7px; border-bottom: 1px solid #ededed; }
.expand_wrapper .questionhd .catego {margin: 0; padding: 0; }
.expand_wrapper .questionhd .catego a {text-decoration: none; color: #58534f; cursor: default; font-size:18px; font-family: 'archivo_narrowbold'; font-weight:normal;}
.expand_wrapper .toggle_container {width: 100%; box-sizing: border-box; background:#f6f6f6; padding: 10px 20px 0 20px; }
.expand_wrapper .boxe ul {float: left; padding-bottom: 10px; }
.expand_wrapper .boxe ul li {line-height: 18px; font-size: 13px; }
.expand_wrapper .boxe ol {padding: 0 0 0 15px; margin-top: 10px; }
.expand_wrapper .boxe ol li {font-size: 12px; line-height: 22px; list-style: decimal; background: none; padding: 0; }
.expand_wrapper .boxe p {float: left; width: 100%; }
.boxe p a {color: #5065ba; }
.expand_wrapper .boxe p span {float: right; }
.expand_wrapper .boxe p span a {color: #999; }
.categorylist {padding-bottom: 15px; }
h4.expand_heading {border-bottom: 1px solid #f3f3f3; font-size: 14px !important; font-weight: normal !important; line-height:28px; margin: 0; padding: 3px 0; font-family: 'roboto_slabregular' !important; }
h4.expand_heading a {text-decoration: none; color:#58534f;}
h4.expand_heading.active {border: none; }

.evinnerbanner{margin:0 auto; width:980px; font-family: 'archivo_narrowbold';}
.evinnerbanner a{background-image: url(../images/innbanner-bg.svg); height:120px; display:block; text-decoration:none; position:relative;}
.evinnerbanner p{letter-spacing:-0.02em; font-size:28px; line-height:20px; padding:15px 0 0 320px;}
.evinnerbanner p span{color:#57a34c;}
.innprice{position:absolute; right:56px; color:#cf0a2c; top:16px; text-align: center;}
.innprice em {font-size:30px; font-style:normal; position:relative; line-height:20px; display: inline-block; margin-bottom: 17px;}
.innprice em:after{content:""; height:3px; width:100%; background:#cf0a2c; position:absolute; left:0; bottom:-7px;}
.innprice span {font-size:42px; line-height:36px; display:block; }
.innprice .currencysymbol{display: inline-block;}

.commonbanner {background-color: #3cbbda;}
.commonbanner .banner-text-right{text-align: right;}
.commonbanner .banner-text-right strong{font-family: 'robotomedium'; font-size: 2.25rem; font-weight: normal; display: block; color: #FFF;}
.commonbanner .banner-text-right p{font-size: 1.25rem; font-family: 'robotoregular'; color: #FFF; margin: 0.25rem 0 0 0;}
.commonbanner .banner-text-right p span{position: relative; display: inline-block; padding-left: 0.5rem}
.commonbanner .banner-text-right p span:before{content: ""; background: #FFF; width: 0.25rem; height: 0.25rem; border-radius: 50%; position: absolute; left: 0; top: 50%;}

.freetxt{color:#f1693d !important; font-size:12px !important;}
.othersection-detail .dateselects {width:auto;}
.reqspan{color: #ff0000; }

.topfaq ul {margin:0 0 0 5px !important; list-style:none;}
.topfaq ul li{margin: 0 0 0 0; font-size: 12px; background: url(../images/icon-yes-arrow.png) no-repeat left 6px; padding: 2px 0 4px 25px !important; line-height: 20px; list-style-type: none; color: #58534f;}
.topfaq table{font-size:13px; border:1px solid #CCC; border-bottom:none; }
.topfaq table td, .topfaq table th{padding:5px; text-align:left;}
.topfaq table td {border-bottom:1px solid #CCC; word-break:break-all;}
.topfaq table th + th, .topfaq table td + td {border-left:1px solid #CCC;}

.sboxtxt li.shopperapproved{margin-top:5px;}
.checkoutright .shopperapproved{margin-top:10px; text-align:center;}
.topfaq table td + td {word-break:break-all;}

.schedulewrap{margin:15px 0 0 0; background:#fff6bf;  border: solid 1px #ffd324;  padding:12px 15px 5px 15px; -moz-border-radius:5px; -webkit-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; display:none;}
.schedulewrap h4{color:#877923; margin:0px;} 
.schedulewrap p{color:#454545; font-size:13px; margin-bottom:10px; font-style:italic;}

.admininfo h5{font-family: 'archivo_narrowbold'; font-weight:normal; text-decoration:none; margin-bottom:5px;}
.admininfo h5 a{text-decoration: underline; color:#155157;}

.chkdetaislraw {width: 100%; border: solid 1px #cbcbcb; background: url(../images/dashboard-divider.png) repeat-y left top #f6f6f6; margin:5px 0px; color:#58534f; font-size: 14px; line-height: 22px;border-top:none;}
.chkdetaislraw dl {font-size:14px; line-height: 22px;}
.chkdetaislraw dl dt {color: #615c58; float: left; width: 34%; text-align: right; display: block; min-height: 22px; padding: 5px 5px 5px 0; border-top: 1px solid #cbcbcb; box-sizing: border-box;}
.chkdetaislraw dl dd {color: var(--color-orange); display: block; min-height: 22px; padding: 5px 0 5px 20px; width: 66%; float: right; border-top: 1px solid #cbcbcb;box-sizing: border-box;}


.contentarea{padding:0 10px;}
.contentarea .cmntxt {color:#7a7a7a; font-size: 12px; line-height: 16px; padding:5px 0 0 0; font-style:italic;}
.bgorange p{margin-bottom:0px; color:#ffffff;}

.padzero{padding:0px !important;}
.dashpadzero{padding:15px 0px 0 0px;}
.cmnpadzero{padding-top:15px;}
.dashzero{padding:0px;}
.marzero{margin:0px!important;}
.topmarzero{margin-top:0px !important;}

#rptDomains label{margin-left:10px; line-height:22px; font-family:'archivo_narrowregular'}

.commonfont > table span{display:inline-block; font-size:20px; margin-bottom:10px; font-family: "archivo_narrowbold"; font-weight:normal;}

.contenttblgrid{border:1px solid #CCC;}
.contenttblgrid p{margin-bottom:0;}
.contenttblgrid p + p{border-top:1px solid #CCC; float:left; width:100%;}
.contenttblgrid p strong{padding:5px 10px; width:80%;  float:left;border-right:1px solid #CCC; font-weight:normal;}
.contenttblgrid p span{ padding:5px 10px; width:20%;  float:left;}

.txtitalic{font-style:italic;}
.faqimg{margin-bottom:15px;}

.tblgrid .gridraw{padding: 10px;}
.tblgrid .gridcol{display:table-cell; vertical-align: middle;}
.tblgrid .headraw{background: #89c5cb !important;}
.tblgrid .gridraw p{font-size: 12px; font-family: 'robotoregular'; box-sizing: border-box;}
.tblgrid .gridraw p + p{padding-left: 10px;}
.tblgrid .headraw p{font-size: 14px; font-family: 'archivo_narrowbold'; font-weight: normal; line-height: 22px; color: #FFF;}
.tblgrid .gridraw:nth-child(2n){background: #f6f6f6;}

.wd10{width: 10px;}
.wd20{width: 20px;}
.wd30{width: 30px;}
.wd40{width: 40px;}
.wd50{width: 50px;}
.wd60{width: 60px;}
.wd70{width: 70px;}
.wd80{width: 80px;}
.wd90{width: 90px;}
.wd100{width: 100px;}
.wd110{width: 110px;}
.wd120{width: 120px;}
.wd130{width: 130px;}
.wd140{width: 140px;}
.wd150{width: 150px;}
.wd160{width: 160px;}
.wd170{width: 170px;}
.wd180{width: 180px;}
.wd190{width: 190px;}
.wd200{width: 200px;}
.wd210{width: 210px;}
.wd220{width: 220px;}
.wd230{width: 230px;}
.wd240{width: 240px;}
.wd250{width: 250px;}
.wd260{width: 260px;}
.wd270{width: 270px;}
.wd280{width: 280px;}
.wd290{width: 290px;}
.wd300{width: 300px;}
.wd400{width: 400px;}

.error-msg{ padding:10px 12px; background:#fed2d3; height:auto; color:#7a1c2a; line-height:20px;font-size:15px; display:block; margin-bottom: 25px;}
.error-msg a{ font-weight: bold; color:#7a1c2a;}
.error-msg a:hover{ text-decoration: none; }
.cvvcodetext {float:left;}
.cvvcodetext .ccsmltxt {margin:-5px 0 0 0; padding:0; float:left; clear:both; line-height:15px;}

.mceEditor .mceLayout {width:100% !important;}
.adsearchraw dl dt.bestprice{line-height: 20px;}
.grecaptcha{float: left;}

.changedomwrap label {font-family:"archivo_narrowregular";}
.agreetabwrap select {border:solid 1px #cdcdcd; font-size:13px; color:#5b5b5b; padding:5px;}
.agreetabwrap table select {width:200px; vertical-align:top;}
.agreetabwrap table td {padding:10px 0;}
.agreetabwrap table td strong{width:35%; display:inline-block; font-weight:normal; word-break:break-all; padding-right:10px; vertical-align:middle;}
.agreetabwrap table td span{vertical-align:top;}
.agreetabwrap .greenbutton {background:#57a34c; font-family:'archivo_narrowbold'; font-weight:normal; font-size:18px; color:#ffffff; border:none;padding: 7px 10px; display:inline-block; line-height:1; text-decoration:none; cursor:pointer; margin-left:10px;}

.validity-popup p + p {margin-top:15px;}

.fastssl-seals {background:#f6f6f6; padding:20px; margin:0 0 20px;}
.fastssl-seals img{max-width:100%;}

.wp-security-dashboard {margin-bottom:20px;}
.wp-category-page-dashboard {margin-top:20px;}

/*Reissue Token Class Added*/
.paymentmethod{color: #206272;padding: 15px 20px 15px 20px;background: #f6f6f6;font-family: 'archivo_narrowbold';font-size: 23px;}
/*END*/


/*------------------------- Tooltip -----------------------*/
a.tooltips {position:relative; display:inline;}
a.tooltips span {position:absolute; width:240px; font-style:italic; background:#FFFFFF; padding:10px; line-height:18px; text-align:center; visibility:hidden; -moz-border-radius:6px; -webkit-border-radius:6px; -o-border-radius:6px; border-radius:6px; -moz-box-shadow:2px 2px 9px #aaaaaa; -webkit-box-shadow:2px 2px 9px #aaaaaa; -o-box-shadow:2px 2px 9px #aaaaaa; box-shadow:2px 2px 9px #aaaaaa; left: 50% !important; font-size:12px; color:#58534f; margin-left: -110px; margin-left:-120px;}
a.tooltips span:after {content:''; position:absolute; top:100%; left:50%; margin-left:-8px; width:0; height:0; border-top:8px solid #FFFFFF; border-right:8px solid transparent; border-left:8px solid transparent;}
a:hover.tooltips span {visibility:visible; opacity:1; bottom:30px; left:50%; z-index:999;}

.contentarea .advancesearch .adsearchraw a#btnEditEmail img{margin:0 10px; filter: invert(27%) sepia(75%) saturate(454%) hue-rotate(145deg) brightness(99%) contrast(85%);}
.contentarea .advancesearch .adsearchraw a#btnEditEmail:hover{cursor:pointer; text-decoration:none}
#dvNewEmail1 .flex .verifybtn .bluelinebutton{background: transparent;color: #206272;border: 2px solid #206272; padding: 3px 10px;font-size: 15px;margin: 0 15px;border-radius: 5px;text-decoration: none;}
#dvNewEmail1 .flex a#btncancelEditEmail{color:var(--color-orange); text-decoration:underline; font-size:15px; cursor:pointer;}
#dvNewEmail1 .flex .verifybtn .bluelinebutton:hover{background:#206272;color:#FFF;}
#dvNewEmail1 .flex a#btncancelEditEmail:hover{color:#206272;}
#dvverifybox1 a#aVerifyECode {background: transparent;color: #206272;border: 2px solid #206272;padding: 3px 10px;font-size: 15px;margin: 0 15px;border-radius: 5px;text-decoration: none;}
#dvverifybox1 a#aVerifyECode:hover{background: #206272;color: #FFF;}
#dvverifybox1 a#aSendECode{color: var(--color-orange);text-decoration: underline;font-size: 15px;cursor: pointer;}
#dvverifybox1 a#aSendECode:hover{color: #206272;}
.btn-flex{padding-left:31%;}

.csnewtokendtl {padding: 10px;}
.csnewtokendtl .newtoeknsupport{margin-top: 15px;}
/*Password Css*/
.invalid-feedback {color: #FF0000; font-size: 11px; margin-top: 4px; line-height: 1;}
/*End*/


@media only screen and (max-width:979px) {
    .evinnerbanner{display: none;}
    .adsearchraw dl dt { width: 100%; margin: 0; padding: 0; text-align: left; font-size: 14px; line-height:22px;}
	.adsearchraw dl dd{margin-bottom:10px;}
    .btn-flex {padding-left: 0;}
    #dvverifybox1 a#aVerifyECode{margin-left:0;}
    #dvNewEmail1 .flex .verifybtn .bluelinebutton{margin-left:0;}

    .commonbanner object {max-width: 260px; height: auto;}
    .commonbanner .banner-text-right strong {font-size: 1.75rem;}
    .commonbanner .banner-text-right p{font-size: 1rem;}
}
@media only screen and (max-width:767px) {
    .adsearchraw dl { line-height: 18px; }
    .adsearchraw dl dd.prefsavetop, .adsearchraw dl dd.submitbtn, .adsearchraw dl dd.margintop { margin-bottom: 0; }
    .summarybox2 dl dt{ width:38%;}
	.summarybox2 dl dd{width:60%;}

    .collapserawfour:nth-child(even){ padding:10px 10px; background:#fbfbfb; margin-bottom:0px;}
	.collapserawfour:nth-child(odd){padding:10px 10px; background:#ffffff; margin-bottom:0px; }
    .btnviewimg{float:left;}
    .adsearchinput{padding:7px 5px;}

    .expand_wrapper .boxe p{ margin-bottom:0px;}
    .expand_wrapper .toggle_container{ padding:10px 15px 0px 15px;}
    .evinnerbanner { display: none; }
    .admininfo h5{ margin:10px 0px; padding:0 0 0 0;} 
    .admininfo{width:100%; margin:0px; padding:0px;}

    .chkdetaislraw{ background: none !important;}
	.chkdetaislraw dl dd{border-left:solid 1px #cbcbcb;}
    .tblgrid .gridraw p{display: block;}
	.tblgrid .gridraw p + p{padding-left: 0;}
    .tblgrid .gridraw:nth-child(2n+1){background:#F6F6F6 !important;}
	.tblgrid .gridraw:nth-child(2n){background:#FFF;}

    .commonbanner object{display: none;}
    .commonbanner .banner-text-right {text-align: center; padding: 1.25rem 0; width: 100%;}
}
@media only screen and (max-width:568px) {
    .popboxhd h2{font-size:18px; line-height:16px;}
	.popupContactClose{top:3px; right:3px;}

    .supportxt dl dt{width: 100% !important;}
    .stepprodtl .prodtlrt p{ margin-bottom:0px;}
	.stepprodtl .prodtllt{width:100%; border-bottom:solid 1px #e0e0e0; border-right:none;}
	.stepprodtl .prodtlrt{padding:10px 0 0 0; float:left;}
    .stepprodtl .prodtllt p{ padding-bottom:10px;}

    .stepprodtl .prodtllt{padding-bottom:15px;}
}
@media only screen and (max-width:480px) {
    .comparisonchart .common{width:100%;}
    .summarybox2 dl dt{width:37%;}
    .adsearchbtn{ display:block; text-align:left;}
}
@media only screen and (max-width:360px) {
    .summarybox2 dl dt{width:48%;}
    .summarybox2 dl dd{width:49%;}
    .stepprodtl p span{display:block;}

    .chkdetaislraw dl dt{padding: 5px; width: 100%;  text-align: left;}
    .chkdetaislraw dl dd{padding: 5px; width: 100%; border-left: none;}

    .contenttblgrid p span{padding:5px; width:30%;}
    .contenttblgrid p strong{padding:5px; width:70%;}
}
@media only screen and (max-width:320px) {
    .summarybox2 dl dt{width:47%;}
    .summarybox2 dl dd{width:49%;}
}
