/* Minification failed. Returning unminified contents.
(6695,57): run-time error CSS1030: Expected identifier, found ':'
(6695,65): run-time error CSS1031: Expected selector, found ')'
(6695,65): run-time error CSS1025: Expected comma or open brace, found ')'
(7695,36): run-time error CSS1030: Expected identifier, found '.'
(7695,51): run-time error CSS1031: Expected selector, found ')'
(7695,51): run-time error CSS1025: Expected comma or open brace, found ')'
(7804,32): run-time error CSS1030: Expected identifier, found '.'
(7804,46): run-time error CSS1031: Expected selector, found ')'
(7804,46): run-time error CSS1025: Expected comma or open brace, found ')'
 */
/* Scss Document */
/* Scss Document */
/* ==========================================================================
	#Reset
========================================================================== */
* {
  padding: 0px;
  margin: 0px;
  outline: 0;
}

/* ==========================================================================
	#Base
========================================================================== */
*, :before, :after {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

html {
  overflow-y: scroll;
}

body {
  background: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.63;
  color: #48565e;
  -webkit-text-size-adjust: none;
}

a {
  text-decoration: none;
  color: #74CD71;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

a:hover {
  text-decoration: underline;
}

img {
  border: 0;
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
}

h1 {
  font-size: 40px;
  line-height: 1.12;
  color: #015B8C;
}

h2 {
  font-size: 36px;
  color: #023554;
}

h3 {
  font-size: 30px;
  color: #023554;
}

h4 {
  font-size: 26px;
  line-height: 1.15;
  color: #74CD71;
}

h5 {
  font-size: 23px;
}

h6 {
  font-size: 18px;
}

p {
  padding-bottom: 15px;
}

textarea {
  overflow: auto;
  resize: none;
  -webkit-appearance: none;
}

ul, ol {
  list-style-position: inside;
}

.relative-pos {
  position: relative !important;
}

.btn:disabled, .disabled {
  pointer-events: none;
  opacity: 0.5;
}

/* ==========================================================================
	#Helpers
========================================================================== */
.clear {
  clear: both;
}

.form-row, .clearfix {
  *zoom: 1;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.textleft {
  text-align: left;
}

.alignleft {
  float: left;
}

.alignright {
  text-align: right;
}

.aligncenter {
  text-align: center;
}

.service, .selecter .selecter-options {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.tablet-show {
  display: none !important;
}

.mobile-show {
  display: none !important;
}

.default-cursor {
  cursor: default !important;
}

.ml-auto {
  margin-left: auto !important;
}

.w-100 {
  width: 100% !important;
}

.redtext {
  color: #F00 !important;
}

.borderbotnone {
  border-bottom: none !important;
}

.text-green {
  color: #74CD71 !important;
}

.displaynone {
  display: none;
}

.list-decimal {
  list-style: decimal;
}

.list-decimal li {
  margin-left: 15px;
}

.list-decimal .list-green-bullets {
  margin-top: 15px;
}

.text-nowrap {
  white-space: nowrap;
}

/* ==========================================================================
	#Flex Classes
 ========================================================================== */
.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.d-inline-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.d-block {
  display: block !important;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: flex-end;
}

.d-flex-responsive {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.d-flex-responsive > * {
  flex: 300px;
}

.gap-15 {
  gap: 15px;
}

/* ==========================================================================
	#Containers
========================================================================== */
.wrapper {
  position: relative;
  overflow: hidden;
  min-height: 100%;
}

.shell {
  max-width: 960px;
  margin: 0px auto;
}

/* ==========================================================================
	#Section Secure
========================================================================== */
.section-secure {
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.section-secure .section-content {
  flex: 700px;
}

.section-secure .section-aside {
  flex: 220px;
  padding-top: 20px;
  text-align: center;
}

.section-secure aside .widget {
  background: none;
  margin-bottom: 40px;
}

.section-secure .list-secures img {
  width: 130px;
}

.section-secure .article-primary {
  padding: 20px 0px 30px 0px;
  border-bottom: none;
}

.section-secure .list-secures li + li {
  border: 0;
  padding-left: 40px;
}

.section-secure .list-secures li img {
  width: 100%;
  height: auto;
}

.section-secure .widget-secure {
  padding: 0px;
  margin: 0px auto;
  max-width: 136px;
}

.section-secure .stacked li {
  margin: 0px;
}

.section-secure .stacked li + li {
  padding-left: 0px;
}

.section-secure .stacked li:hover img {
  opacity: 0.7;
}

/* ==========================================================================
	#Articles
========================================================================== */
.article {
  padding: 48px 0px;
  border-bottom: 1px solid #E9EEF1;
}

.article h1 {
  padding-bottom: 8px;
}

.article h2 {
  padding-bottom: 18px;
  font-size: 26px;
  color: #023554;
  line-height: 30px;
}

.article h4 {
  padding-bottom: 12px;
}

.article h5 {
  padding-bottom: 8px;
  color: #48565e;
}

/* ==========================================================================
	#Main
========================================================================== */
.main-bar-secondary {
  padding-top: 21px;
}

.col {
  float: left;
}

.breadcrumbs {
  padding-top: 48px;
}

.breadcrumbs ul {
  padding-bottom: 0px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  font-weight: bold;
  list-style: none;
  max-width: 960px;
  margin: 0px auto;
}

.breadcrumbs ul li:not(:last-child) {
  padding-right: 30px;
  background: url(../images/breadcrumb-arrow.svg) no-repeat right 10px center;
}

.breadcrumbs ul li a {
  color: #48565e;
  font-size: 12px;
}

.breadcrumbs ul li a:hover, .breadcrumbs ul li .current {
  color: #74CD71;
  text-decoration: none;
}

.list-green-bullets {
  list-style: none;
}

.list-green-bullets li {
  position: relative;
  font-size: 12px;
  padding-left: 22px;
}

.list-green-bullets li + li {
  margin-top: 11px;
}

.list-green-bullets li:before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #74CD71;
  content: "";
}

.list-green-bullets a {
  color: #454545;
}

.list-green-bullets a:hover {
  color: #74CD71;
  text-decoration: none;
}

.list-orange-bullets {
  list-style: none;
}

.list-orange-bullets li {
  position: relative;
  font-size: 12px;
  padding-left: 16px;
}

.list-orange-bullets li + li {
  margin-top: 5px;
}

.list-orange-bullets li:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #f6641f;
  content: "";
}

.list-orange-bullets a {
  color: #454545;
}

.list-orange-bullets a:hover {
  color: #74CD71;
  text-decoration: none;
}

.list-grid-column {
  display: grid;
  grid-gap: 1rem;
}

.list-green-bullets.list-grid-column li {
  margin-block: 0px !important;
}

.list-grid-column-2 {
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}

.list-grid-column-3 {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

/* ==========================================================================
	#Intro Inner Banners
========================================================================== */
.intro {
  padding: 40px 0px;
  background: #74CD71;
}

.intro-image {
  background-color: #ffffff;
}

.slide-container {
  margin: 0px auto;
  background: #ffffff;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.slideheader {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 36px;
  line-height: 1;
  color: #494949;
  margin-top: 0;
  font-weight: bold;
}

.slideheader span {
  color: #74CD71;
  font-size: 28px;
  font-weight: bold;
}

.slide-price {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 23px;
  line-height: 1.33;
  color: #494949;
  margin-top: 0em;
  font-weight: bold;
}

.slide-price span {
  color: #56b114;
}

/*---------------------------------------------------------------
   CHAT BOX PLACED IN VENDROR CSS
-----------------------------------------------------------------*/
.chat {
  position: fixed;
  right: 0;
  bottom: 190px;
  z-index: 999;
  width: 275px;
  border: 12px solid #74CD71;
  border-right: 0;
  -webkit-border-top-left-radius: 23px;
  -moz-border-top-left-radius: 23px;
  border-top-left-radius: 23px;
  margin-right: -287px;
  text-align: center;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.chat a {
  letter-spacing: 0px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.chat:hover {
  background: #74CD71;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.chat:hover a {
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.chat-body {
  position: relative;
  background: #ffffff;
  padding: 40px 30px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.chat-image {
  padding-bottom: 23px;
}

.chat-actions .btn {
  position: relative;
  display: block;
  padding: 4px 35px 5px 14px;
  margin-bottom: 10px;
  text-align: left;
  text-transform: none;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.chat-close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 6px 8px 5px;
  border-radius: 7px;
  background: #fbba34;
  font-size: 0;
  line-height: 0;
}

.chat-toggle {
  position: absolute;
  top: -12px;
  right: 100%;
  padding: 4px 12px 0px;
  border: 8px solid #75be42;
  border-bottom-width: 20px;
  -webkit-border-top-right-radius: 23px;
  -moz-border-top-right-radius: 23px;
  border-top-right-radius: 23px;
  margin-right: 56px;
  background: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  color: #74CD71;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}

.chat-toggle:hover {
  text-decoration: none;
  background: #74CD71;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.chat-toggle {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  /*filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9914448613738104, M12=-0.13052619222005157,M21=0.13052619222005157, M22=0.9914448613738104, sizingMethod='auto expand');
  zoom: 1;*/
  -moz-transform-origin: top right;
  -o-transform-origin: top right;
  -ms-transform-origin: top right;
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

.chat-expanded {
  margin-right: 0px;
}

.chat-expanded .chat-toggle {
  background: #74CD71;
  color: #ffffff;
}

/*-------------------------------------
		Dispalay None
-------------------------------------*/
.displaynone {
  display: none;
}

/* ==========================================================================
	#Symantec Rebrands
========================================================================== */
.rebrandlist {
  border: 1px solid #efeeee;
}

.rebrandlist .headraw {
  background: #E9EEF1;
}

.rebrandlist .dtlraw {
  float: left;
  width: 100%;
}

.rebrandlist .headraw p {
  font-weight: bold;
  color: #48565e;
}

.rebrandlist .dtlraw p {
  display: table-cell;
  font-size: 13px;
  color: #494949;
  line-height: 16px;
}

.rebrandlist .dtlraw + .dtlraw p {
  font-size: 12px;
  border-top: 1px solid #efeeee;
}

.rebrandlist .dtlraw .hidehead {
  display: none;
}

.rebrandlist p {
  float: left;
  width: 100%;
  padding-bottom: 0px;
}

.rebrandlist p span {
  float: left;
  width: 50%;
  padding: 12px 10px;
  box-sizing: border-box;
}

.rebrandlist p label {
  float: left;
  border-left: 1px solid #efeeee;
  padding: 12px 10px;
  box-sizing: border-box;
}

.servertype + .servertype {
  margin-top: 10px;
}

.servertype + .servertype ul {
  width: 90%;
}

.supcursor {
  cursor: pointer;
}

.smfontpara {
  font-size: 12px;
  line-height: 20px;
}

.topdottedbdr {
  border-top: 1px dotted #4f4f4f;
  padding-top: 15px !important;
}

.imgpara {
  float: left;
  width: 100%;
}

.imgpara .fleft {
  float: left;
  margin-right: 20px;
}

.imgpara .fright {
  float: right;
  margin-left: 20px;
}

.cntdecp {
  display: none;
}

.qahead {
  background: url(../images/plusicon.png) no-repeat 0 5px;
  padding-left: 25px;
  background-size: 15px;
  cursor: pointer;
  line-height: 24px;
}

.compitibilitytable {
  margin-bottom: 25px;
  background: #ffffff;
}

.compitibilitytable ul {
  float: left;
  margin: 0px;
  padding: 0px;
  border: 1px solid #cccccc;
  list-style: none;
}

.compitibilitytable ul li {
  float: left;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #4f4f4f;
  width: 100%;
  background: none;
  margin: 0px;
  padding: 0px;
}

.compitibilitytable ul li + li {
  border-top: 1px solid #cccccc;
}

.compitibilitytable ul li label {
  float: left;
  padding: 5px 20px;
  width: 339px;
  line-height: 20px;
}

.compitibilitytable ul li span {
  padding: 5px 20px;
  border-left: 1px solid #cccccc;
  float: left;
  line-height: 20px;
}

.tabs-nav li.lineht36 a {
  line-height: 30px;
  padding-top: 6px;
}

.join-reseller {
  margin-top: 20px;
}

.article h3.article-title {
  font-size: 30px;
  color: #023554;
}

.signupform .section-content-head {
  margin-bottom: 30px;
  text-align: center;
}

.signupform .form-row ~ .section-content-head {
  margin-top: 25px;
}

.signupform .section-content-head span {
  color: #74CD71;
  line-height: 1;
  font-size: 36px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}

.signupform .linehttwenty {
  line-height: 20px !important;
}

.signupform .radiobox {
  float: left;
  width: 100%;
}

.signupform .radiobox .radio {
  float: left;
}

.signupform .radiobox .radio + .radio {
  margin-left: 50px;
}

.resform .radiobox .radio {
  float: none;
}

.dvdisable .form-label {
  color: #999999;
}

.dvdisable .selecter {
  opacity: 0.3;
}

.dvdisable .simplesltbox {
  opacity: 0.3;
  cursor: default;
}

.dvdisable .simplesltbox:hover {
  background-image: -moz-linear-gradient(center top, #fff, #cdcdcd);
}

.table-seal td span.mob-show {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
}

.mob-show {
  display: none;
}

/* ==========================================================================
	#Common Messages
========================================================================== */
.validation-summary-errors ul li {
  list-style: none;
}

.validation-summary-errors ul li, .notification-error {
  color: #9c4242;
  margin-bottom: 20px;
  padding: 10px 10px 10px 40px;
  font-size: 15px;
  line-height: 20px;
  background: url(../images/ico-msg-error.png) 10px 10px no-repeat #efa3a3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}

.notification-notice {
  color: #8f8d5d;
  margin-bottom: 20px;
  padding: 10px 10px 10px 40px;
  line-height: 20px;
  font-size: 15px;
  background: url(../images/ico-msg-warning.png) 10px 10px no-repeat #f8f7d3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}

.notification-info {
  color: #3c7889;
  margin-bottom: 20px;
  padding: 10px 10px 10px 40px;
  line-height: 20px;
  font-size: 15px;
  background: url(../images/ico-msg-info.png) 10px 10px no-repeat #9dd7e6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}

.notification-info.code-signing-bar {
  margin-bottom: 0px;
}

.notification-info.code-signing-bar ul li + li {
  margin-top: 10px;
}

.list-style-none {
  list-style: none;
}

.notification-info.code-signing-bar .notimsg-title {
  font-size: 18px;
  margin-bottom: 8px;
  padding-bottom: 0px;
}

.section-content.section-content-wrapper {
  background: transparent !important;
  padding: 0px !important;
}

.notification-info.code-signing-bar ul {
  list-style-position: outside;
}

.notification-sucess {
  color: #74CD71;
  margin-bottom: 20px;
  padding: 10px 10px 10px 40px;
  line-height: 20px;
  font-size: 15px;
  background: url(../images/ico-msg-sucess.png) 10px 10px no-repeat rgba(116, 205, 113, 0.1882352941);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}

.notification-sucess a {
  font-weight: bold;
  text-decoration: underline;
}

.notification-sucess a:hover {
  color: #74CD71;
  text-decoration: none;
}

.close {
  position: absolute;
  right: 7px;
  top: 7px;
  height: 10px;
  display: block;
  cursor: pointer;
}

.close img {
  vertical-align: top;
}

.notification-34yrnote {
  margin-top: 20px;
  padding: 13px;
  line-height: 18px;
  font-size: 12px;
  background: #d1ecf1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #023554;
  text-align: left;
}

.notification-34yrnote p {
  padding-bottom: 0px;
}

.notification-34yrnote p + p {
  padding-top: 10px;
}

.notification-34yrnote .hidepara {
  display: none;
  margin-top: 10px;
}

.notification-34yrnote .moreinfolink {
  color: #015B8C !important;
}

.codelink {
  padding-bottom: 0px;
}

.codelink a {
  text-decoration: underline;
  color: #9c4242;
  font-weight: bold;
}

.codelink a:hover {
  text-decoration: none;
}

/*------------------ 02-07-2015 -------------------*/
.icon-list li a {
  font-size: 18px !important;
  color: #f6641f !important;
  display: block;
}

.icon-list li a span {
  line-height: 22px;
  margin-top: 10px !important;
  margin-bottom: 0px !important;
}

.icon-list li a:hover {
  text-decoration: none;
}

.icon-list li a:hover span {
  color: #74CD71;
}

/*------------------ 06-07-2015 -------------------*/
.doublelftarro {
  height: 21px;
  width: 21px;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
  background: url(../images/arrowfirst.svg) no-repeat 0 0;
}

.singlelftarro {
  height: 21px;
  width: 21px;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
  background: url(../images/arrowprevious.svg) no-repeat 0 0;
}

.singlergtarro {
  height: 21px;
  width: 21px;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
  background: url(../images/arrownext.svg) no-repeat 0 0;
}

.doublergtarro {
  height: 21px;
  width: 21px;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
  background: url(../images/arrowlast.svg) no-repeat 0 0;
}

.genepage {
  border: none;
  background: none;
  font-weight: bold;
  font-family: Arial, sans-serif;
  cursor: pointer;
  color: #48565e;
}

.simplesltbox {
  padding: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #48565e;
  border: 1px solid #cfe1eb;
  outline: 0;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  background-color: #ffffff;
}

.simplesltbox:hover {
  background: #ffffff;
}

.simplesltbox option {
  padding: 0px 10px;
}

.displaynone {
  display: none !important;
}

/*MyDashBoard link*/
.dashboard-label {
  -moz-transform-origin: top right;
  -o-transform-origin: top right;
  -ms-transform-origin: top right;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  /*filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9914448613738104, M12=-0.13052619222005157,M21=0.13052619222005157, M22=0.9914448613738104, sizingMethod='auto expand');
  zoom: 1;*/
}

.dashboard-label {
  position: fixed;
  bottom: 380px;
  left: 0;
  z-index: 10;
  padding: 6px 10px 2px;
  border: 8px solid #74CD71;
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: none;
  background: #ffffff;
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-left: -147px;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.dashboard-label a {
  letter-spacing: 0px;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.dashboard-label:hover {
  background: #74CD71;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.dashboard-label:hover a {
  text-decoration: none;
  color: #ffffff;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

/*------------------ 16-07-2015 -------------------*/
.tablet-show-inline, .mobile-show-inline {
  display: none;
}

/*------------------loader css------------------*/
.masterdivback {
  filter: alpha(opacity=70);
  opacity: 0.7;
  position: fixed;
  background-color: White;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.masterdivinner {
  position: fixed;
  margin-top: -42px;
  margin-left: -52px;
  top: 50%;
  left: 50%;
  z-index: 99999;
  height: 85px;
  width: 105px;
}

/*------------------loader css------------------*/
.article-entry h5 {
  color: #48565e;
  margin-bottom: 10px;
}

.noextracost {
  margin-bottom: 5px;
}

.noextracost span {
  color: #f6641f !important;
}

.section-shop-secondary.section-ssltype .shop-item-head {
  padding-bottom: 11px;
}

.padtop15 {
  padding: 15px 0px 0px !important;
}

.padbot15 {
  padding: 0px 0px 15px !important;
}

.px-4 {
  padding-left: 24px;
  padding-right: 24px;
}

.padtopbot20 {
  padding: 30px 0px 20px 0px !important;
}

.homegrnbltlist ol, .homegrnbltlist ul {
  margin-left: 35px;
  padding-bottom: 15px;
}

.homegrnbltlist ul li {
  font-size: 16px;
  line-height: 22px;
}

.homegrnbltlist ul li a {
  text-decoration: underline;
}

.underlinelink {
  text-decoration: underline;
  font-weight: bold;
  color: #74CD71 !important;
}

.underlinelink:hover {
  text-decoration: none;
}

.rdmorelink {
  text-align: right;
  font-weight: bold;
}

.rdmorelink a {
  text-decoration: underline;
  color: #74CD71;
}

.rdmorelink a:hover {
  text-decoration: none;
}

.link-more {
  font-weight: bold;
  text-decoration: underline;
}

.link-more:hover {
  text-decoration: none;
}

.txtalignrt {
  text-align: right;
}

.subscription {
  border: 1px solid #cfe1eb;
  color: #48565e;
  font-family: Arial, sans-serif;
  font-size: 13px;
  height: 300px;
  line-height: 24px;
  overflow: auto;
  padding: 10px;
  text-align: left;
  width: 100%;
  background: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.subscription p {
  line-height: 20px;
}

.subscription p.font-weight-bold {
  font-weight: bold;
}

.subscription ul {
  margin: 10px 0px 10px 20px;
  padding: 0;
  list-style: disc outside;
}

.subscription ul ul {
  list-style: circle outside;
}

.checkbox {
  position: relative;
  display: block;
}

.checkbox label {
  cursor: pointer;
}

.suplink {
  text-decoration: underline;
  font-weight: bold;
  color: #74CD71 !important;
}

.suplink:hover {
  text-decoration: none;
}

.graytxt {
  color: #454545 !important;
}

/* ==========================================================================
	#Popups
========================================================================== */
.popup {
  width: 653px;
  padding: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #023554;
}

.popup-body {
  padding: 16px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #ffffff;
}

.popup .article {
  padding: 0px;
  border: 0;
  font-size: 13px;
  line-height: 1.43;
}

.popup-body h4 {
  margin-bottom: 10px;
}

.popupcntcntr {
  text-align: center;
}

.popupcntcntr p {
  padding-bottom: 15px !important;
  font-size: 20px;
}

.popupcntcntr .btn-green {
  float: none !important;
  margin-left: 0px;
}

.popupcntcntr .btn + .btn {
  margin-left: 20px;
}

/* ==========================================================================
	#Colorbox
========================================================================== */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0px;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0px;
  margin: 0px;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

#cboxOverlay {
  background: #e6e6e6;
  filter: alpha(opacity=90); /* msie */
  -moz-opacity: 0.9; /* firefox 1.0 */
  -khtml-opacity: 0.9; /* webkit */
  opacity: 0.9; /* css 3 */
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 20px;
  background: transparent;
}

.cboxIframe {
  background: #ffffff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #cccccc;
}

#cboxLoadedContent {
  background: transparent;
}

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #cccccc;
}

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0;
  color: #cccccc;
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0px;
  margin: 0px;
  overflow: visible;
  width: auto;
  background: none;
}

#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #ffffff;
}

#cboxPrevious, #cboxNext, #cboxClose {
  display: none;
}

/* ==========================================================================
	List style with line
========================================================================== */
.list-line {
  list-style: none;
  margin: 15px 0px 15px 40px;
}

.list-line li {
  position: relative;
  font-size: 15px;
  border-bottom: 1px solid #E9EEF1;
  padding: 6px 0px 6px 25px;
  line-height: 30px;
}

.list-line li:last-child {
  border-bottom: none;
}

.list-line li:hover {
  background: url(../images/list-arrow.png) no-repeat 0 center;
}

.list-line li:before {
  position: absolute;
  top: 16px;
  left: 7px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #74CD71;
  content: "";
}

.list-line li:hover:before {
  background: #ffffff;
}

.list-line a {
  color: #454545;
  display: block;
}

.list-line li:hover a {
  color: #74CD71;
}

.list-line a:hover {
  text-decoration: none;
}

.padbot30 {
  padding-bottom: 30px;
}

.tooltip-toggle {
  display: inline-block;
  width: 16px;
  height: 16px;
  padding-top: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: -4px 0px 0px 2px;
  background: #74CD71;
  font-size: 10px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
}

.tooltip-toggle:hover {
  text-decoration: none;
  cursor: default;
}

.tooltip {
  position: relative;
  font-family: Arial, sans-serif;
}

.tooltip-content {
  position: absolute;
  bottom: 100%;
  left: -110px;
  width: 166px;
  padding: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin: 0px 0px 22px -14px;
  background: #ffffff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  font-size: 12px;
  line-height: 1.34;
  font-weight: normal;
  filter: alpha(opacity=0); /* msie */
  -moz-opacity: 0; /* firefox 1.0 */
  -khtml-opacity: 0; /* webkit */
  opacity: 0; /* css 3 */
  visibility: hidden;
  -moz-transition: 0.5s, all;
  -o-transition: 0.5s, all;
  -webkit-transition: 0.5s, all;
  transition: 0.5s, all;
  z-index: 99999;
}

.tooltip-content:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 110px;
  width: 0;
  height: 0;
  border-left: 26px solid transparent;
  border-top: 20px solid #ffffff;
}

.tooltip:hover .tooltip-content {
  filter: alpha(opacity=100); /* msie */
  -moz-opacity: 1; /* firefox 1.0 */
  -khtml-opacity: 1; /* webkit */
  opacity: 1; /* css 3 */
  visibility: visible;
}

.total-list {
  overflow: hidden;
  padding-bottom: 12px;
  border-bottom: 1px solid #E9EEF1;
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
}

.comptblraw .tooltip-toggle {
  line-height: 11px;
}

/*==========================================================
				Others
============================================================*/
.width45per {
  width: 45%;
}

.bordertopnone {
  border-top: none !important;
}

.orangetxt {
  color: #74CD71 !important;
}

/* ==========================================================================
	#Section Services
========================================================================== */
.section-services {
  position: relative;
  padding: 40px 0px;
  background: #74CD71;
  margin-bottom: 30px;
}

.services {
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 20px;
}

.service {
  flex: 225px;
  padding: 16px;
  background: #ffffff;
}

.service-title {
  font-size: 24px;
  color: #023554;
  border-bottom: 1px solid #cfe1eb;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.service-image {
  padding-top: 20px;
}

.dashboard-link-boxes a {
  color: #023554;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  border-radius: 2.5px;
}

.dashboard-link-boxes a:hover {
  text-decoration: none;
  background: #023554;
  color: #ffffff;
}

/* ==========================================================================
	#Home Boxes
========================================================================== */
.home-boxes ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  grid-gap: 16px;
}

.home-boxes ul li {
  border: 1px solid #E9EEF1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.home-boxes ul li a {
  display: block;
  padding: 16px;
  text-align: center;
  color: #48565e;
  background-color: #E9EEF1;
  text-decoration: none;
  height: 100%;
}

.home-boxes ul li:hover a {
  background-color: transparent;
}

.home-boxes ul li span {
  display: block;
  margin-top: 14px;
  font-size: 12px;
  line-height: 1.25;
  font-family: "Roboto Condensed", sans-serif;
}

.home-boxes ul li:hover span {
  color: #74CD71;
}

.home-boxes ul li img {
  filter: invert(32%) sepia(19%) saturate(366%) hue-rotate(158deg) brightness(96%) contrast(93%);
}

.home-boxes ul li:hover img {
  filter: invert(80%) sepia(12%) saturate(1576%) hue-rotate(68deg) brightness(89%) contrast(91%);
}

.home-article-right-text .btn {
  margin-right: 20px;
}

.hidesection {
  display: none;
}

/* ==========================================================================
	#Home Boost Google Ranking Banner
========================================================================== */
.boost-banner {
  position: relative;
}

.boost-banner .btn {
  position: absolute;
  bottom: 50px;
  right: 120px;
}

.applyarea .radiobox .radio .tooltip .tooltip-toggle {
  font-weight: bold;
  padding-top: 0px;
  height: 16px;
  display: inline-block;
  line-height: 16px;
}

.begin-popup .radiobox .begingenradio {
  margin: 5px 0px 0px 0px !important;
  clear: both;
}

.mrgtop20 {
  margin-top: 20px !important;
}

/* ==========================================================================
	#FAQ Expand collapse
========================================================================== */
.common-question h3 {
  margin-bottom: 20px;
  line-height: 30px;
}

.common-question h4 {
  font-family: "Roboto Condensed", sans-serif !important;
  padding-bottom: 0px !important;
  color: #74CD71 !important;
  font-size: 20px !important;
  font-weight: bold !important;
}

.common-question .article-entry + .article-entry {
  margin-top: 30px;
}

.faqtltsec {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.faqrow {
  margin-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
}

.expand_heading span {
  display: inline-block;
  cursor: pointer;
  padding-left: 30px;
  background: url(../images/faqplus-icon.png) no-repeat 0 5px;
}

.expand_heading span:hover {
  color: #74CD71;
}

.expand span {
  background: url(../images/faqminus-icon.png) no-repeat 0 5px;
}

.toggle_container {
  padding: 20px;
  background: #E9EEF1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-top: 5px;
}

.toggle_container p:last-child {
  padding-bottom: 0px;
  text-align: right;
}

.toggle_container p a {
  color: #74CD71;
}

.toggle_container ul {
  padding-bottom: 15px;
}

.toggle_container ul li {
  margin: 0px;
}

.toggle_container ul.list-decimal li {
  list-style: decimal inside;
}

.toggle_container ul.list-green-bullets {
  margin: 0px 0px 0px 35px;
}

.faqTable table {
  font-size: 13px;
}

.faqTable table tr td {
  padding: 5px;
  word-break: break-all;
}

.faqTable table tr th {
  padding: 5px;
  color: #ffffff;
  background: #898989;
  text-align: left;
  vertical-align: top;
  word-break: break-all;
}

/*---------------------------------------------------------------
   Buy Installation PLACED IN VENDROR CSS
-----------------------------------------------------------------*/
.fixedbuyis {
  position: fixed;
  right: 0;
  bottom: 480px;
  z-index: 999;
  width: 8px;
  border: 12px solid #74CD71;
  border-right: 0;
  -webkit-border-top-left-radius: 23px;
  -moz-border-top-left-radius: 23px;
  border-top-left-radius: 23px;
  margin-right: -20px;
  text-align: center;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.fixedbuyis a {
  letter-spacing: 0px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.fixedbuyis:hover {
  background: #74CD71;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.fixedbuyis:hover a {
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.sidebuyisbtn {
  position: absolute;
  top: -12px;
  right: calc(100% + 10px);
  padding: 4px 12px 0px;
  border: 8px solid #74CD71;
  border-bottom-width: 20px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  margin-right: 56px;
  background: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  color: #74CD71;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  /*filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9914448613738104, M12=-0.13052619222005157,M21=0.13052619222005157, M22=0.9914448613738104, sizingMethod='auto expand');
  zoom: 1;*/
  -moz-transform-origin: top right;
  -o-transform-origin: top right;
  -ms-transform-origin: top right;
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

.sidebuyisbtn:hover {
  text-decoration: none;
  background: #74CD71;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

/*---------------------------------------------------------------
   Pagination
-----------------------------------------------------------------*/
.pagination {
  padding-top: 24px;
  text-align: center;
}

.pagination .viewing {
  font-size: 14px;
  padding-bottom: 5px;
}

.pagination .pageno ul {
  list-style: none;
  margin: 0px 10px;
  display: inline-block;
}

.pagination .pageno ul li {
  list-style: none;
  margin-left: 5px;
  display: inline-block;
}

.pagination .pageno span + span {
  margin-left: 15px;
  display: inline-block;
}

.pagination .pageno ul li a {
  font-size: 16px;
  color: #494949;
  font-weight: bold;
  line-height: 24px;
}

.gotopage {
  float: right;
}

.gotopage label {
  float: left;
  line-height: 30px;
  font-size: 14px;
}

.gotopage input {
  border: 1px solid #898989;
  height: 30px;
  width: 40px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-left: 10px;
  float: left;
}

.overlay-load {
  border-radius: 10px 0;
}

.dim-load {
  border-radius: 10px 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  filter: alpha(opacity=70);
  opacity: 0.7;
  background-color: White;
}

.animated-load {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: White;
  opacity: 1;
  background: transparent url(../images/loading.gif) no-repeat center center;
}

.scheduled-msg {
  background: #74CD71;
  color: #ffffff;
  padding: 5px 10px;
  position: relative;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  z-index: 999;
  height: 49px;
  box-sizing: border-box;
}

.scheduled-msg .close {
  cursor: pointer;
  right: 7px;
  top: 4px;
  height: 16px;
  display: block;
  position: absolute;
}

.scheduled-msg span {
  font-size: 11px !important;
  font-family: Arial, sans-serif !important;
}

.scheduled-msg p {
  margin: 0px;
  padding: 0px;
}

.dcbanner {
  padding: 30px 0px 30px;
  border-bottom: 1px solid #E9EEF1;
}

.grid-dctbl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  padding: 20px 25px;
  -webkit-border-radius: 16px 0;
  -moz-border-radius: 16px 0;
  -o-border-radius: 16px 0;
  border-radius: 16px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #E9EEF1;
  justify-content: space-between;
}

.dcbanner span {
  align-self: center;
}

.dcbanner span.dcbantext {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #74CD71;
  font-size: 24px;
  text-align: center;
}

.rqinfopopup {
  width: 670px;
}

.rqinfobtn {
  margin-left: 235px;
}

.rqinfopopup .form-billing {
  position: relative;
}

.entthankyou-popup p {
  font-size: 13px;
  margin-bottom: 15px;
}

.rqinfoerrormsg {
  text-align: center;
  font-size: 12px;
  color: #ff0000;
  position: absolute;
  top: 10px;
  padding-left: 36%;
}

.captchacode img {
  border: 1px solid #898989;
  background: #ffffff;
  padding: 0px 10px 8px 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.rqinfopopup .form-controls {
  position: relative;
}

.rqinfopopup .form-controls .rqinfoerrormsg {
  padding-left: 0px;
  top: inherit;
  bottom: -20px;
}

.grecaptcha-badge {
  display: none;
}

.decimallist {
  list-style: decimal outside;
  margin: 15px 0px 15px 15px;
}

.decimallist li + li {
  margin-top: 15px;
}

.trustedsite-trustmark {
  margin-top: 20px;
  float: left;
  width: 100%;
}

.section-head {
  margin-bottom: 20px;
}

/* ==========================================================================
	#Tooltip
========================================================================== */
a.tooltips {
  position: relative;
  display: inline;
  margin-left: 2px;
}

a.tooltips span {
  position: absolute;
  width: 180px;
  color: #4f4f4f;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-style: italic;
  background: #ffffff;
  padding: 10px;
  line-height: 18px;
  text-align: center;
  visibility: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 2px 2px 9px #aaaaaa;
  -moz-box-shadow: 2px 2px 9px #aaaaaa;
  box-shadow: 2px 2px 9px #aaaaaa;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

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;
  filter: alpha(opacity=100); /* msie */
  -moz-opacity: 1; /* firefox 1.0 */
  -khtml-opacity: 1; /* webkit */
  opacity: 1; /* css 3 */
  bottom: 30px;
  left: 50%;
  margin-left: -90px;
  z-index: 999;
}

@media only screen and (max-width: 959px) {
  img {
    max-width: 100%;
  }
  .shell {
    max-width: 100%;
    padding: 0px 20px;
  }
  .breadcrumbs {
    padding-left: 20px;
    padding-right: 20px;
  }
  .intro {
    padding: 20px 0px;
  }
  .intro-image img {
    width: 100%;
  }
  .scheduled-msg {
    padding: 5px 25px 5px 10px;
  }
  .scheduled-msg .shell {
    width: 100%;
  }
  .dashboard-link-boxes {
    flex-wrap: wrap;
  }
  .dashboard-link-boxes a {
    margin: 0px !important;
    flex: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .article-title br {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .icon-list li a {
    padding-top: 10px !important;
  }
  .icon-list li a br {
    display: none !important;
  }
}

/* Scss Document */ /* Scss Document */
/* ==========================================================================
	#Icons
========================================================================== */
[class^=ico-], [class*=" ico-"] {
  display: inline-block;
  vertical-align: middle;
  background: url(../images/sprite.png) 0 0 no-repeat;
}

.ico-cart {
  width: 16px;
  height: 15px;
  margin: -6px 3px 0 0;
  background-position: -129px -84px;
}

.ico-dropdown-arrow {
  width: 17px;
  height: 17px;
  margin: -4px 0 0 5px;
  background-position: -170px -83px;
}

.ico-home {
  width: 11px;
  height: 10px;
  margin: -4px 1px 0 0;
  background-position: -129px -103px;
}

.ico-phone {
  width: 26px;
  height: 28px;
  margin: -4px 2px 0 0;
  background-position: -98px -85px;
}

.ico-btn-arrow {
  width: 19px;
  height: 19px;
  margin: -4px 0 0 5px;
}

.ico-btn-arrow {
  background-position: -190px -83px;
}

.ico-ok, .ico-remove {
  width: 14px;
  height: 14px;
  margin-right: 2px;
}

.ico-ok {
  background-position: -236px -86px;
}

.ico-remove {
  background-position: -257px -86px;
}

.ico-check {
  width: 41px;
  height: 43px;
  margin-top: -17px;
  background-position: -158px -108px;
}

.ico-arrow-right {
  width: 19px;
  height: 13px;
  background-position: -207px -107px;
}

.ico-btn-arrow-big {
  width: 26px;
  height: 27px;
  margin: -4px 0 0 14px;
  background-position: -205px -128px;
}

.ico-chat-bubbles {
  width: 37px;
  height: 31px;
  margin: -14px 8px 0 0;
  background-position: -237px -131px;
}

.ico-phone-orange {
  width: 30px;
  height: 32px;
  margin: -2px 7px 0 0;
  background-position: -153px -157px;
}

.ico-cart-secondary {
  width: 36px;
  height: 33px;
  margin: -12px 6px 0 0;
  background-position: -191px -162px;
}

.ico-burger {
  width: 30px;
  height: 20px;
  margin: 0 5px 0 0;
  background: url(../images/menu-icon.svg) 0 0 no-repeat !important;
}

/* Scss Document */
/* Scss Document */
.col {
  float: left;
}

.header {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}

.header-bar-inner {
  margin-left: auto;
}

.header-bar .phone {
  font-size: 18px;
  color: #023554;
}

.header-bar .phone:hover {
  text-decoration: none;
}

.nav-utilities ul {
  list-style: none;
}

.nav-utilities li {
  font-size: 16px;
}

.nav-utilities a {
  font-size: 12px;
  color: #48565e;
  display: block;
  padding: 8px 10px 10px;
  line-height: 12px;
}

.nav-utilities a:hover {
  color: #74CD71;
  text-decoration: none;
}

.nav-utilities .cart-full {
  position: relative;
  display: block;
  padding: 5px 12px 15px;
  margin: 0 17px 0 0;
  background: #74CD71;
  color: #ffffff;
  line-height: 20px;
}

.nav-utilities .cart-full:hover {
  color: #ffffff;
  filter: alpha(opacity=70); /* msie */
  -moz-opacity: 0.7; /* firefox 1.0 */
  -khtml-opacity: 0.7; /* webkit */
  opacity: 0.7; /* css 3 */
}

.nav-utilities .cart-full .ico-cart {
  background-position: -148px -84px;
}

.nav-utilities .cart-full:after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
  border-width: 0 41px 10px 41px;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
  content: "";
}

.nav-utilities li.topsupportlink {
  margin-left: 5px;
}

.nav-utilities li.topbloglink {
  margin-left: 10px;
}

.nav-utilities li.toploginlink {
  margin: 0px 15px 0px 27px;
}

.nav-utilities .top-dd {
  position: relative;
  z-index: 996;
}

.nav-utilities .top-dd a {
  width: 85px;
  padding: 8px 8px 10px;
}

.nav-utilities .top-dd a:hover {
  background: rgba(255, 255, 255, 0.1882352941);
}

.nav-utilities .top-dd:hover {
  background: #000000;
}

.nav-utilities .top-dd:hover a {
  color: #ffffff;
}

.top-dd .topdd-links {
  position: absolute;
  background: #000000;
  width: 85px;
  display: none;
}

.top-dd:hover .topdd-links {
  display: block;
}

.top-dd .topdd-links:after {
  content: "";
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  position: absolute;
  border-left: 42px solid transparent;
  border-right: 42px solid transparent;
  border-top: 12px solid #000000;
}

.top-dd .topdd-links li {
  float: none;
  padding-left: 0;
}

.top-dd .topdd-links a {
  font-size: 11px !important;
  padding: 4px 8px 6px !important;
  line-height: 12px;
  display: block;
  width: auto;
}

.top-dd .topdd-links a.link-recommendation {
  padding-left: 2px !important;
}

.nav-lang {
  width: 148px;
  position: relative;
}

.nav-lang .nav-selected {
  display: block;
}

.nav-lang .nav-selected a {
  display: block;
  padding: 6px 13px;
  font-size: 12px;
  color: #023554;
}

.nav-lang .nav-selected a span span {
  width: 81px;
}

.nav-lang .nav-selected a:hover {
  text-decoration: none;
}

.lang-main {
  background: #E9EEF1;
  position: absolute;
  height: 32px;
  width: 100%;
  z-index: 997;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.nav-lang.hvrCountry .lang-main {
  height: 133px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #023554;
}

.nav-lang.hvrCountry .lang-dd {
  filter: alpha(opacity=100); /* msie */
  -moz-opacity: 1; /* firefox 1.0 */
  -khtml-opacity: 1; /* webkit */
  opacity: 1; /* css 3 */
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  visibility: visible;
}

.nav-lang.hvrCountry .nav-selected a {
  color: #ffffff;
}

.lang-dd {
  padding: 0px 11px;
  filter: alpha(opacity=0); /* msie */
  -moz-opacity: 0; /* firefox 1.0 */
  -khtml-opacity: 0; /* webkit */
  opacity: 0; /* css 3 */
  visibility: hidden;
}

.lang-dd ul {
  list-style: none;
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(auto-fit, minmax(34px, 1fr));
}

.lang-dd ul li {
  text-align: center;
}

.lang-dd ul li span {
  display: block;
  font-size: 11px;
  color: #ffffff;
}

.lang-dd ul li a {
  text-decoration: none;
}

.mobtopmnu {
  display: none;
}

.mobtopmnu ul li .topmnuicon {
  display: block;
  padding: 10px 0px;
  width: 25px;
  height: 14px;
  cursor: pointer;
  background: url(../images/topmenu-icon.png) no-repeat center center;
}

.mobtopmnu ul {
  list-style: none;
}

.mobtopmnu ul li {
  position: relative;
}

.mobtopmnu ul li:hover ul {
  display: block;
}

.mobtopmnu ul li ul:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
  position: absolute;
  top: -5px;
  left: 25px;
}

.mobtopmnu ul li ul {
  background: #000000;
  display: none;
  top: 35px;
  position: absolute;
  left: -18px;
  z-index: 9999;
}

.mobtopmnu ul li a {
  color: #ffffff;
  font-size: 11px;
  line-height: 12px;
  padding: 4px 8px 6px;
  display: block;
}

.mobtopmnu ul li a:hover {
  background: rgba(255, 255, 255, 0.1882352941);
  text-decoration: none;
}

.header-body {
  padding: 0 0px 11px;
}

.logo-section span {
  visibility: hidden;
}

.logo-section > span > a {
  font-size: 11px;
  color: #74CD71;
}

.logo-section > span > a > img {
  margin-right: 3px;
}

.logo-section:hover > span {
  visibility: visible;
  z-index: 500;
}

.navdashboardlk {
  background: #023554;
}

.navdashboardlk ul {
  list-style: none;
  padding: 7px 8px;
}

.navdashboardlk ul li {
  font-size: 14px;
  line-height: 15px;
}

.navdashboardlk ul li + li {
  padding-left: 6px;
  border-left: solid #ffffff 1px;
  margin-left: 6px;
}

.navdashboardlk ul li a {
  color: #ffffff;
  text-decoration: underline;
}

.navdashboardlk ul li a:hover {
  text-decoration: none;
}

.hvrCountry .ico-dropdown-arrow {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  /*filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9914448613738104, M12=-0.13052619222005157,M21=0.13052619222005157, M22=0.9914448613738104, sizingMethod='auto expand');
  zoom: 1;*/
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header-body .header-inner {
  padding-top: 14px;
}

.header .fixed-show {
  display: none;
}

.socials ul {
  list-style: none;
}

.socials li + li {
  padding-left: 26px;
}

.socials a {
  overflow: hidden;
  display: block;
  width: 31px;
  height: 31px;
  background: url(../images/sprite.png) 0 0 no-repeat;
  text-indent: 100%;
  white-space: nowrap;
}

.socials a:hover {
  filter: alpha(opacity=70); /* msie */
  -moz-opacity: 0.7; /* firefox 1.0 */
  -khtml-opacity: 0.7; /* webkit */
  opacity: 0.7; /* css 3 */
}

.socials .link-facebook {
  background-position: 0 -84px;
}

.socials .link-twitter {
  background-position: -32px -84px;
}

.socials .link-linkedin {
  background-position: -64px -84px;
}

.phone {
  padding-bottom: 0px;
  font-size: 25px;
  color: #74CD71;
  letter-spacing: 1px;
}

.phone a {
  color: #74CD71;
}

.secure {
  cursor: pointer;
}

.secure:hover {
  filter: alpha(opacity=70); /* msie */
  -moz-opacity: 0.7; /* firefox 1.0 */
  -khtml-opacity: 0.7; /* webkit */
  opacity: 0.7; /* css 3 */
}

.nav {
  border-top: 1px solid #E9EEF1;
}

.nav > ul {
  list-style: none;
}

.nav > ul > li {
  position: relative;
}

.nav > ul > li > a {
  font-size: 15px;
  color: #48565e;
  position: relative;
  padding: 16px 0px;
  display: block;
  width: 120px;
  text-align: center;
}

.nav > ul > li > a .mnusupscript {
  position: relative;
  top: 2px;
  display: inline-block;
  line-height: 1;
}

.nav > ul > li > a > span {
  line-height: 27px;
}

.nav > ul > li:hover > a, .nav > ul > li:hover .nav-dropdown-image {
  background-color: #E9EEF1;
}

.nav > ul > li > a:hover {
  color: #74CD71;
  text-decoration: none;
}

.nav > ul > li:hover .nav-dropdown {
  display: block;
}

.nav > ul > .current > a {
  color: #74CD71;
}

.nav > ul > li.first {
  margin-left: 0px;
}

.nav > ul > li.mobile-home {
  display: none;
}

.nav .phone {
  display: none;
}

.nav .phone a {
  color: #ffffff;
}

.nav-toggle {
  display: none;
}

.nav-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
  width: 535px;
}

.nav-dropdown-image {
  padding: 16px 0px;
  background: #ffffff;
  text-align: center;
  width: 120px;
  position: absolute;
  top: 0;
}

.nav-dropdown-image:after {
  height: 10px;
  background: #ffffff;
  position: absolute;
  bottom: 0px;
  content: "";
  width: 100%;
  left: 0;
  display: none;
}

.nav-dropdown-image a {
  font-size: 17px;
  color: #48565e;
}

.nav-dropdown-image a:hover {
  color: #74CD71;
  text-decoration: none;
}

.nav-dropdown-content {
  padding: 16px;
  background: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  line-height: 1;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 56px;
  width: 100%;
}

.nav-dropdown-content ul {
  list-style: none;
}

.nav-dropdown-content > ul {
  display: grid;
  grid-template-columns: auto auto;
  width: 100%;
}

.nav-dropdown-content a, .nav-dropdown-content span, .nav-dropdown-content strong {
  display: block;
}

.nav-dropdown-content a {
  padding: 9px;
  color: #48565e;
}

.nav-dropdown-content a:hover {
  background: #E9EEF1;
  text-decoration: none;
}

.nav-dropdown-content * .col-size1, .col-size2 {
  width: 50%;
}

.nav-dropdown-content span {
  font-weight: normal;
  font-size: 15px;
  letter-spacing: -0.01em;
}

.nav-dropdown-content strong {
  padding-bottom: 5px;
  font-size: 18px;
  color: #74CD71;
}

.nav-dropdown-secondary, .nav-dropdown-secondary .nav-dropdown-content {
  right: 0;
  left: inherit;
}

.geomnudd {
  width: 600px;
}

.thawtemnudd {
  width: 570px;
}

.header.header-fixed .nav-dropdown {
  width: 495px;
}

.header-fixed .nav-utilities li.toploginlink {
  margin-right: 0px;
}

.header-fixed .nav-utilities {
  padding-top: 10px;
}

.header-fixed .nav-utilities .top-dd a {
  padding: 7px 8px;
}

.header-fixed a.phone {
  color: #fff;
  text-decoration: none;
}

.header-fixed .fixed-hidden {
  display: none;
}

.header-fixed .fixed-show {
  display: block;
}

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #ffffff;
  border-bottom-width: 11px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.header-fixed .header-bar {
  height: 26px;
  background: #E9EEF1;
}

.header-fixed .header-bar .shell {
  height: 26px;
}

.header-fixed .header-bar .phone {
  display: block;
  height: 26px;
  float: left;
  font-size: 18px;
  line-height: 26px;
  color: #48565e;
}

.header-fixed .header-body {
  padding-bottom: 0px;
}

.header-fixed .nav-utilities {
  padding-top: 0px;
}

.header-fixed .nav-utilities .cart-full {
  padding-top: 6px;
  margin-right: 130px;
  color: #ffffff;
}

.header-fixed .nav-utilities li a {
  font-size: 12px;
  color: #48565e;
}

.header-fixed .nav-lang {
  display: none;
}

.header-fixed .header-inner {
  display: none;
}

.header-fixed .logo img {
  width: 217px;
  height: auto;
}

.header-fixed .nav {
  padding: 10px 0 0 0;
  border-top: 0px;
}

.header-fixed .nav > ul > li > a {
  font-size: 18px;
}

.header-fixed .nav > ul > li + li {
  margin-left: 15px;
}

.header-fixed .nav-dropdown {
  width: 255px;
}

.nav-dropdown.visible {
  display: block;
}

.header.header-fixed .brandmenu {
  width: 480px;
}

.header-secondary {
  padding: 20px 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.header-secondary .phone {
  margin: 0px 20px 0 0px;
  font-size: 30px;
}

.header-secondary .secure:hover {
  cursor: pointer;
  filter: alpha(opacity=70); /* msie */
  -moz-opacity: 0.7; /* firefox 1.0 */
  -khtml-opacity: 0.7; /* webkit */
  opacity: 0.7; /* css 3 */
}

.solutionmnu em {
  font-style: normal;
  color: #74CD71;
  font-weight: bold;
}

@media (max-width: 959px) {
  .nav-lang, .nav-utilities-secondary {
    display: none;
  }
  .header {
    position: relative;
    border-bottom: 0;
  }
  .header:before, .header:after {
    position: absolute;
    bottom: 0;
    z-index: -1;
    width: 50%;
    height: 50px;
    background: #023554;
    content: "";
  }
  .header:before {
    left: 0;
  }
  .header:after {
    right: 0;
  }
  .header-body {
    padding: 30px 0px;
  }
  .header-body .header-inner {
    padding-top: 0px;
  }
  .slogan {
    margin-top: 4px;
  }
  .header-body .secure {
    float: none;
  }
  .nav-toggle {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 22px;
    color: #ffffff;
    cursor: pointer;
  }
  .nav {
    position: relative;
    padding-top: 12px;
    border-top: 0;
    padding-bottom: 12px;
  }
  .nav.open > ul {
    display: block;
  }
  .nav > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    padding: 6px 14px 12px;
    border-bottom: 1px solid #ffffff;
    background: #023554;
  }
  .nav > ul > li {
    margin: 0px;
    padding: 0px;
  }
  .nav > ul > li + li {
    margin: 0px;
    border-top: 1px solid #E9EEF1;
  }
  .nav > ul > li > a {
    display: block;
    padding: 7px 16px 6px;
    font-size: 16px;
    color: #ffffff;
    text-align: left;
    width: auto;
  }
  .nav .phone {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-bottom: 0px;
    color: #ffffff;
    line-height: 1;
  }
  .nav > ul > li.mobile-home {
    display: block;
  }
  .nav-dropdown {
    display: none !important;
  }
  .dashboard-label {
    display: none;
  }
  .header.header-secondary:before, .header.header-secondary:after {
    display: none;
  }
  .header.header-secondary .secure {
    display: none;
  }
}
@media (max-width: 767px) {
  .header .secure {
    display: none;
  }
  .nav-utilities li {
    padding-left: 0px;
  }
  .nav-utilities .cart-full {
    margin-right: 5px;
  }
  .nav-utilities li.topbloglink a {
    padding-left: 0px;
    padding-right: 0px;
  }
  .nav-utilities li.toploginlink {
    margin-right: 0px;
    margin-left: 24px;
  }
  .nav-utilities li + li {
    display: none;
  }
  .header-bar-inner {
    width: 50%;
  }
  .mobtopmnu {
    display: block;
  }
  .header.header-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px;
  }
  .header-body {
    padding: 0px 0px 20px;
  }
  .header-body .header-inner {
    padding-top: 0px;
  }
  .nav-toggle {
    font-size: 14px;
  }
  .header.header-secondary .phone {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .header.header-secondary > .shell-secondary > div {
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .header.header-secondary .phone {
    margin-top: 10px;
  }
}

/* Scss Document */
/* Scss Document */
/* ==========================================================================
	#Footer
========================================================================== */
.footer-body {
  padding: 48px 0px 0px;
  background: #000000;
  font-family: "Roboto Condensed", sans-serif;
}

.footer-body, .footer-body a {
  color: #ffffff;
}

.footer-body h4 {
  font-size: 22px;
}

.footer-cols {
  gap: 20px;
}

.footer-col-size1, .footer-col-size2, .footer-col-size4 {
  width: 16%;
}

.footer-col-size3 {
  width: 22%;
}

.footer-col-size5 {
  width: 20%;
}

.footer-title {
  padding-bottom: 10px;
  color: #ffffff;
}

.footer-nav ul {
  list-style: none;
}

.footer-nav li {
  line-height: 30px;
  white-space: nowrap;
}

.footer-nav li + li {
  margin-top: 4px;
}

.footer-nav a:hover {
  color: #74CD71;
  text-decoration: none;
}

/* ==========================================================================
	#Shopper Approved Text
========================================================================== */
.testimonial {
  margin-bottom: 38px;
}

.testimonial-entry {
  position: relative;
  padding: 30px;
  background: #454545;
  font-size: 18px;
  line-height: 1.35;
  color: #48565e;
  font-weight: normal;
  min-height: 150px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.testimonial-entry .shoppertext {
  padding-right: 20px;
}

.testimonial-entry p {
  padding-bottom: 0px;
}

.testimonial-entry p + p {
  padding-top: 5px;
  color: #ffffff;
}

.testimonial-meta {
  font-size: 14px;
  margin-top: 16px;
}

.testimonial-meta strong {
  display: block;
  line-height: 1.29;
  color: #ffffff;
}

.testimonial-meta a {
  text-decoration: underline;
  font-weight: bold;
}

.testimonial-meta a:hover {
  text-decoration: none;
}

.footer-ribbon {
  margin-bottom: 16px;
}

.footer-ribbon img {
  cursor: pointer;
}

.footer .socials {
  padding: 0px 0px 16px 0px;
}

.footer .socials li + li {
  padding-left: 18px;
}

.footer .socials a {
  width: 43px;
  height: 43px;
}

.footer .socials .link-facebook {
  background-position: 0 -117px;
}

.footer .socials .link-twitter {
  background-position: -45px -117px;
}

.footer .socials .link-linkedin {
  background-position: -90px -117px;
}

.footer .phone {
  padding: 0px 0px 16px 0px;
  font-size: 18px;
  color: #ffffff;
}

.footer .phone a {
  color: #ffffff;
}

.list-cards img {
  max-width: 100%;
}

.footer-partners {
  background-color: #000000;
  padding-top: 40px;
}

.footer-partners .list-partners {
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.footer-partners .list-partners li + li {
  padding-left: 61px;
  margin-left: 61px;
  position: relative;
}

.footer-partners .list-partners li + li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 45px;
  background: #454545;
}

.footer-partners .list-partners a img {
  filter: brightness(0) saturate(100%) invert(95%) sepia(81%) saturate(2%) hue-rotate(248deg) brightness(113%) contrast(101%);
}

.footer-partners .list-partners a:hover {
  filter: alpha(opacity=70); /* msie */
  -moz-opacity: 0.7; /* firefox 1.0 */
  -khtml-opacity: 0.7; /* webkit */
  opacity: 0.7; /* css 3 */
}

/* ============ RSO LOGIN PAGE FOOTER DESIGN CHANGES START ============ */
.login-article.only-login {
  min-height: calc(100vh - 178.19px);
}

.footer-bar.login-page-only {
  padding: 30px;
}

.footer-bar.login-page-only > div.d-flex, .footer-bar.login-page-only .footer-nav-secondary > ul {
  gap: 10px;
}

.footer-bar.login-page-only .footer-nav-secondary, .footer-bar.login-page-only .footer-nav-secondary li, .footer-bar.login-page-only .footer-nav-secondary li + li {
  margin: 0px !important;
}

/* ============ RSO LOGIN PAGE FOOTER DESIGN CHANGES END ============ */
.footer-bar, .footer-bar a {
  color: #ffffff;
}

.footer-bar {
  padding: 30px 0px;
  background: #000000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}

.footer-bar p {
  padding-bottom: 0px;
}

.footer-nav-secondary {
  margin-bottom: 5px;
}

.footer-nav-secondary ul {
  list-style: none;
}

.footer-nav-secondary li {
  line-height: 13px;
}

.footer-nav-secondary li + li {
  padding-left: 13px;
  border-left: 1px solid #E9EEF1;
  margin-left: 12px;
}

.shopbgnone {
  background: none;
}

/* ==========================================================================
	#Section Customers
========================================================================== */
.section-customers .section-head {
  text-align: center;
  margin-bottom: 30px;
}

.section-customers h2 {
  color: #023554;
  text-transform: uppercase;
  padding-bottom: 0px;
}

.section-customers .section-body {
  position: relative;
  box-shadow: none;
}

.section-customers .section-head a {
  margin-top: 5px;
  display: inline-block;
}

.section-customers .slider-clip {
  padding: 0px 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

.section-customers .slides {
  gap: 1.25rem;
  margin-left: -18px !important;
}

.section-customers .slide {
  border: 1px solid #E9EEF1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  width: 200px;
  text-align: center;
  padding: 16px;
}

.section-customers .slide img {
  filter: grayscale(100%);
  transition: all 0.5s;
  max-width: 100%;
  max-height: 69px;
  width: auto;
}

.section-customers .slide:hover img {
  filter: grayscale(0);
}

.slides {
  overflow: hidden;
  list-style: none;
}

.slider-prev, .slider-next {
  position: absolute;
  top: 50%;
  overflow: hidden;
  width: 12px;
  height: 18px;
  margin-top: -9px;
  text-indent: 100%;
}

.slider-prev:hover, .slider-next:hover {
  filter: alpha(opacity=70); /* msie */
  -moz-opacity: 0.7; /* firefox 1.0 */
  -khtml-opacity: 0.7; /* webkit */
  opacity: 0.7; /* css 3 */
}

.slider-prev {
  left: 0;
  background: url(../images/arrow-prev.svg) 0 0 no-repeat;
}

.slider-next {
  right: 0;
  background: url(../images/arrow-next.svg) 0 0 no-repeat;
}

.pre-fc-error {
  text-align: left !important;
}

.chat-fc-form-outer p.fc-header {
  margin-top: 0px !important;
  margin-bottom: 0px !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;
  padding-bottom: 0px !important;
}

.chat-fc-form-outer p.header {
  margin: 0px;
  background-color: #74CD71 !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: #74CD71 !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;
  line-height: 12px !important;
  padding: 0 0 0 0 !important;
}

.chat-fc-form-outer div.fc-form ul li:last-child {
  margin-bottom: 10px !important;
  line-height: 16px !important;
}

#chat-fc-allinformationsuppliedinthisformwillbeusedtoprovidecustomersupport {
  display: none !important;
}

@media (max-width: 959px) {
  .footer-title {
    padding-bottom: 6px;
  }
  .footer .phone {
    letter-spacing: 0px;
  }
  .footer-body .shell {
    position: relative;
  }
  .footer-cols {
    gap: 16px;
  }
  .footer-col-size1, .footer-col-size2, .footer-col-size4 {
    width: 15%;
  }
  .footer-col-size5 {
    width: 24%;
  }
  .footer-bar {
    padding: 15px 0px;
  }
  .footer-bar .contacts {
    padding-bottom: 3px;
  }
  .footer-bar .contacts br {
    display: none;
  }
  .footer-nav-secondary {
    padding: 0px;
  }
  .copyright {
    float: none;
    overflow: hidden;
  }
  .footer-bar.login-page-only > div.d-flex {
    justify-content: center;
  }
  .footer-partners .list-partners {
    flex-wrap: nowrap;
  }
  .footer-partners .list-partners li {
    padding: 0px 15px !important;
    width: 25%;
    text-align: center;
  }
  .footer-partners .list-partners li a {
    align-self: center;
  }
  .footer-partners .list-partners li img {
    max-width: 100%;
    height: auto;
  }
  .footer-partners .list-partners li + li {
    margin-left: 0px;
  }
}
@media (max-width: 768px) {
  .footer-cols .footer-col {
    width: calc(33% - 16px) !important;
  }
  .footer .socials li + li {
    padding-left: 8px;
  }
  .footer .phone {
    padding-left: 0px;
  }
  .footer-title {
    padding-bottom: 3px;
    font-size: 24px;
  }
  .footer-partners {
    padding: 24px 0px;
  }
  .section-customers h2 {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .footer-body {
    padding: 30px 0px;
  }
  .footer-cols .footer-col {
    width: 100% !important;
  }
  .footer-partners .list-partners li {
    text-align: center;
    width: 100%;
  }
  .footer-partners .list-partners li + li {
    display: none;
  }
  .footer-bar.login-page-only {
    padding: 20px 10px;
  }
}

/* Scss Document */ /* Scss Document */
/* ==========================================================================
	#Tabs 
========================================================================== */
.section-shop {
  padding: 48px 0px;
}

.section-shop + .section-shop {
  border-top: 1px solid #E9EEF1;
}

.section-body .tabs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
}

.tabs-aside {
  width: 24%;
  position: relative;
  z-index: 1;
}

.tabs-aside .tabs-nav {
  box-shadow: -5px 0 5px rgba(0, 0, 0, 0.1);
}

.tabs-content {
  position: relative;
  padding: 0px 24px;
  width: 76%;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.tabs-nav ul {
  list-style: none;
}

.tabs-nav li:not(:last-child) {
  border-bottom: 1px solid #cfe1eb;
}

.tabs-nav li a {
  display: block;
  background: #E9EEF1;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: rgba(72, 86, 94, 0.4392156863);
  padding: 20px;
  line-height: 1;
  border-left: 2px solid transparent;
  font-size: 18px;
}

.tabs-nav li a img {
  vertical-align: middle;
  filter: brightness(0) saturate(100%) invert(79%) sepia(7%) saturate(304%) hue-rotate(160deg) brightness(87%) contrast(85%);
}

.tabs-nav li.current, .tabs-nav li.currentgreen {
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
}

.tabs-nav li.current a, .tabs-nav li a:hover, .tabs-nav li.currentgreen a {
  border-left: 2px solid #015B8C;
  color: #74CD71;
  background: #ffffff;
  text-decoration: none;
}

.tabs-nav li.current a img, .tabs-nav li.currentgreen a img {
  filter: inherit;
}

.tabs-nav.common-tabs a {
  display: flex;
  align-items: center;
}

.tabs-nav.common-tabs a span {
  font-size: 20px;
  line-height: normal;
}

.padbot30 {
  padding-bottom: 30px !important;
}

.section-head-rotate h3.textinherit {
  text-transform: inherit !important;
}

.tab {
  display: none;
}

.tab.current {
  display: block;
}

.tab-head {
  display: none;
}

.tab-head a {
  display: block;
  padding: 20px;
  font-size: 24px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #023554;
}

.marbthirty {
  margin-bottom: 30px;
}

.tabs-image {
  padding-top: 20px;
}

/* ==========================================================================
	#Section Shop
========================================================================== */
.shop-items {
  list-style: none;
}

.shop-item {
  padding: 24px 0px;
  border-bottom: 1px solid #E9EEF1;
}

.shop-item-head h3 {
  font-size: 24px;
  color: #015B8C;
  width: 100%;
  padding-bottom: 10px;
}

.shop-item .notification-34yrnote {
  display: none;
  text-align: left;
}

.shop-item-head h4 {
  color: #231f20;
  font-size: 24px;
}

.shop-item-entry {
  font-size: 14px;
  line-height: 1.75;
}

.shop-item-actions {
  display: none;
}

.shop-secondary .shop-entry {
  font-size: 14px;
  line-height: 1.75;
  border-bottom: 1px solid #E9EEF1;
  padding-top: 24px;
}

.shop-items-secondary .shop-item h3 {
  font-size: 18px;
}

.section-shop .form-controls {
  width: 300px;
}

.form-shop select {
  width: 225px;
}

.form-shop .form-actions {
  padding-left: 16px;
}

.section-shop-secondary .tabs-nav a {
  font-size: 18px;
}

.section-shop-secondary .shop-item-head {
  padding-bottom: 0px;
}

.shop-item-head h3 a {
  color: #015B8C;
}

.shop-item-head h3 a:hover {
  color: #74CD71;
}

.shop-item-head h3 a:hover {
  text-decoration: none;
  color: #74CD71;
}

.shop-secondary .shop-head h2 {
  color: #74CD71;
  line-height: 1;
  padding-top: 4px;
}

.tabs-contentgreen {
  border-color: #75bf42;
}

.form-shop .readmorebtn {
  height: auto;
}

.is-badge {
  padding: 20px;
}

.is-badge a {
  text-decoration: none;
}

.is-badge a span {
  display: block;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}

.is-badge a span:first-child {
  font-size: 50px;
  letter-spacing: -0.02em;
  line-height: 52px;
  padding-bottom: 10px;
  white-space: nowrap;
}

.is-badge a:hover {
  filter: alpha(opacity=70); /* msie */
  -moz-opacity: 0.7; /* firefox 1.0 */
  -khtml-opacity: 0.7; /* webkit */
  opacity: 0.7; /* css 3 */
}

.is-badge .badge-ribbon {
  background: #74CD71;
  position: relative;
  padding: 10px;
  line-height: 1;
  color: #ffffff;
  font-size: 18px;
}

.is-badge .badge-ribbon:before, .is-badge .badge-ribbon:after {
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  top: 0;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
}

.is-badge .badge-ribbon:before {
  left: 0;
  border-left: 7px solid #ffffff;
}

.is-badge .badge-ribbon:after {
  right: 0;
  border-right: 7px solid #ffffff;
}

.tabs-content .notification-34yrnote {
  margin: 24px 0px;
}

.shopcsrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shopcsrow.alignright {
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .section-shop {
    padding: 30px 0px;
  }
  .section-body {
    box-shadow: none;
  }
  .tabs-nav {
    display: none;
  }
  .tabs-content {
    border: none;
    width: 100%;
    padding: 0px;
  }
  .tab.current {
    display: block;
  }
  .section-shop .tab-body {
    padding: 16px;
  }
  .tab-body {
    display: none;
    position: relative;
    z-index: 1;
    padding: 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #ffffff;
  }
  .section-billing-method .tabs-content {
    max-width: 100%;
    padding: 0px;
    min-height: 10px !important;
  }
  .tab.current .tab-body {
    display: block;
  }
  .tab {
    display: block;
  }
  .tab + .tab {
    margin-top: 2px;
  }
  .tab-head {
    display: block;
    background: #E9EEF1;
  }
  .section-billing-method .tab-head {
    margin: 0px;
  }
  .shop-item {
    padding: 16px 0px;
  }
  .shop-item:last-child {
    border-bottom: none;
  }
  .shop-secondary .shop-entry {
    padding-top: 0px;
  }
  .tabs-content .notification-34yrnote {
    margin-bottom: 0px;
  }
}
@media (max-width: 576px) {
  .section-shop .form-controls {
    width: 100%;
    margin-bottom: 10px;
  }
}

/* Scss Document */
/* Scss Document */
/* ==========================================================================
	#Forms
========================================================================== */
.form-col {
  float: left;
}

.radios {
  list-style: none;
}

.checkbox input {
  filter: alpha(opacity=0); /* msie */
  -moz-opacity: 0; /* firefox 1.0 */
  -khtml-opacity: 0; /* webkit */
  opacity: 0; /* css 3 */
  position: absolute;
  left: 0;
  height: 16px;
  width: 16px;
  cursor: pointer;
}

.checkbox-fake {
  float: left;
  width: 14px;
  height: 14px;
  border: 2px solid #000000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin: 4px 5px 0px 0px;
}

.checkbox.checked .checkbox-fake {
  background: #000000;
}

.checkbox.disabled .checkbox-fake {
  filter: alpha(opacity=50); /* msie */
  -moz-opacity: 0.5; /* firefox 1.0 */
  -khtml-opacity: 0.5; /* webkit */
  opacity: 0.5; /* css 3 */
}

.radio label {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.radio input {
  filter: alpha(opacity=0); /* msie */
  -moz-opacity: 0; /* firefox 1.0 */
  -khtml-opacity: 0; /* webkit */
  opacity: 0; /* css 3 */
  position: absolute;
}

.radio-fake {
  width: 14px;
  height: 14px;
  margin: 3px 6px 0px 0px;
  background: url(../images/radio-fake.svg) no-repeat;
}

.radio.checked .radio-fake {
  background: url(../images/radio-fake-checked.svg) no-repeat;
}

.radio.disabled .radio-fake {
  filter: alpha(opacity=50); /* msie */
  -moz-opacity: 0.5; /* firefox 1.0 */
  -khtml-opacity: 0.5; /* webkit */
  opacity: 0.5; /* css 3 */
}

.form-certificates {
  padding-top: 10px;
}

.form-certificates .form-row ~ .form-row {
  padding-left: 40px;
}

.form-certificates .form-label, .form-certificates .form-controls {
  display: inline-block;
  vertical-align: middle;
}

.form-certificates .form-label {
  padding-right: 10px;
  font-size: 15px;
  color: #48565e;
}

.form-certificates .select {
  width: 350px;
}

.form-certificates .select-small {
  width: 90px;
}

.form-certificates {
  text-align: right;
}

.form-certificates .btn {
  margin-left: 13px;
}

.input-validation-error {
  border: 1px solid #ff0000 !important;
}

.drop-validation-err {
  border: 1px solid #ff0000 !important;
}

.field-validation-error {
  font-size: 11px;
  color: #ff0000;
  display: block;
  font-style: italic;
}

.form-billing {
  background: #E9EEF1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 30px;
}

.form-billing .form-row {
  padding-bottom: 18px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.form-billing .form-label {
  width: 30.6%;
  text-align: right;
  line-height: 43px;
}

.form-billing .form-label strong {
  color: #fc2d2d;
}

.form-billing .field {
  font-size: 15px;
  border: 1px solid #cfe1eb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
  color: #48565e;
  font-family: Arial, sans-serif;
}

.form-billing .form-controls {
  width: 65%;
  padding-right: 30px;
  padding-left: 20px;
  position: relative;
}

.form-billing select {
  font-size: 15px;
}

.form-billing .field-small {
  width: 141px;
}

.form-billing .form-col-size12 {
  width: 70%;
  padding-right: 20px;
}

.form-billing .form-col-size13 {
  width: 30%;
}

.form-billing .form-hint {
  font-size: 12px;
  color: #48565e;
  font-style: italic;
  padding-top: 10px;
  padding-bottom: 0px;
  line-height: 1;
}

.form-billing .form-hint a {
  text-decoration: underline;
}

.form-billing .form-hint a:hover {
  text-decoration: none;
}

#ReCaptchContainer {
  margin-bottom: 1rem;
}

.showinput {
  font-size: 15px;
  color: #fc2d2d;
  border: 1px solid #cfe1eb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
  color: #48565e;
  display: block;
  background: #ffffff;
  line-height: 18px;
}

.field.field-tiny {
  width: 85px;
}

.smalltxt {
  font-size: 12px;
  padding: 10px 10px 10px 40px;
  background: url(/static/images/icon-information.png) no-repeat 10px 15px #FFF6BF;
}

.martop {
  margin-top: 20px !important;
}

.marbtzero {
  margin-bottom: 0px !important;
}

.padbtzero {
  padding-bottom: 0px !important;
}

.captchacode {
  position: static !important;
}

.updatebtn {
  padding-bottom: 18px;
}

.padrtzero {
  padding-right: 0px !important;
}

.gdprdigi .form-billing .form-controls {
  float: left;
  position: static;
}

.digigdpr .tool-tips span {
  left: -252px !important;
}

.schedule .tool-tips {
  right: 50px;
}

.suptooltip .tool-tips {
  margin-left: -15px;
}

.form-billing .form-controls .tool-tips {
  right: 0;
  top: 0;
}

.tool-tips {
  position: absolute;
  display: inline-block !important;
  width: 18px;
  height: 20px;
  background: url(../images/icon-privacy-r.svg) no-repeat;
  margin-top: 12px;
  cursor: pointer;
}

.tool-tips:hover {
  background: url(../images/icon-privacy-h.svg) no-repeat;
}

.tool-tips span {
  position: absolute;
  width: 250px;
  background: #fff;
  padding: 16px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  border-radius: 4px;
  -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: -42px !important;
  font-size: 12px;
  color: #4f4f4f;
  font-weight: normal;
}

.tool-tips span:after {
  content: "";
  position: absolute;
  top: -12%;
  left: 50%;
  margin-left: 99px;
  width: 0;
  height: 0;
  border-top: none;
  border-bottom: 12px solid #FFFFFF !important;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}

.tool-tips:hover span {
  visibility: visible;
  opacity: 1;
  top: 30px;
  left: 50%;
  margin-left: -185px;
  z-index: 999;
}

.digigdpr .tool-tips:hover span {
  margin-left: 10px;
}

.entsignupform .section-content-head {
  text-align: left;
}

.signup-companyinfo .form-row .form-label {
  width: 100%;
  font-weight: bold;
  text-align: left;
}

.signup-companyinfo .form-row .form-controls {
  float: left;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px !important;
}

.signup-companyinfo .form-check-grid {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.signup-companyinfo .form-check-grid input {
  margin-right: 0.75rem;
}

.form-row.installation-invite .radio {
  margin-left: 0 !important;
  float: unset;
}

.form-row.installation-invite .radio:not(:last-child) {
  margin-bottom: 5px;
}

.form-row.installation-invite .radiobox {
  margin: 20px 0;
}

.form-cgen .form-label {
  width: 34.5%;
  line-height: 1.4;
}

.form-cgen .form-controls p {
  padding-bottom: 0;
}

.form-cgen .generatebtn {
  padding-left: 38%;
}

.form-cgen .form-hint.pt-0 {
  padding-top: 0;
}

.field-flotaing {
  position: relative;
  padding-bottom: 0px !important;
  margin-bottom: 25px;
}

.field-flotaing .field {
  padding: 16px;
  border: 1px solid #000000;
  line-height: 1.5;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  color: #000000;
  background-color: #ffffff;
  height: 58px;
}

.field-flotaing select.field {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  appearance: none;
  padding-right: 40px;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

.field-flotaing .field:hover {
  border-color: #0F9DFF !important;
}

.field-flotaing .field:focus {
  border-color: #0F9DFF !important;
  box-shadow: 0 0 0 1px #0F9DFF;
}

.field-flotaing .field::placeholder {
  color: transparent;
}

.field-flotaing > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 16px;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  line-height: 1.5;
  width: auto;
}

.field-flotaing .field:not(:placeholder-shown) ~ label {
  color: #48565e;
}

.field-flotaing .field:hover:not(:placeholder-shown) ~ label, .field-flotaing .field:focus:not(:placeholder-shown) ~ label {
  color: #0F9DFF;
}

.field-flotaing .field:focus ~ label, .field-flotaing .field:not(:placeholder-shown) ~ label {
  transform: scale(0.85) translateY(-1.6rem) translateX(0.4rem);
}

.field-flotaing .field:focus ~ label::after, .field-flotaing .field:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.formgroup-cols {
  gap: 24px;
}

.form-col-half {
  width: calc(50% - 12px);
}

.form-col-three {
  width: calc(32.6% - 12px);
}

@media (max-width: 959px) {
  .form-certificates .form-body .form-row ~ .form-row {
    padding-left: 20px;
  }
  .form-certificates .form-body .form-row:first-child .select {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .form-certificates .form-body .form-row {
    width: 100%;
  }
  .form-certificates .form-body .form-row ~ .form-row {
    padding-left: 0px;
  }
  .form-certificates .form-flex, .form-certificates .form-body {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
  .form-certificates .form-body .form-row:first-child .select, .form-certificates .select-small {
    width: 100%;
  }
  .form-certificates .form-label, .form-certificates .form-controls {
    display: block;
  }
  .form-certificates .form-actions {
    margin-left: auto;
  }
}

/* Scss Document */ /* Scss Document */
/* ==========================================================================
	#Buttons
========================================================================== */
.btn {
  display: inline-block;
  padding: 10px 30px 10px 16px;
  border: 0;
  border-radius: 2px !important;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background-image: url(../images/button-arrow.svg);
  line-height: 1;
  background-repeat: no-repeat;
  background-position: right 16px center;
}

.btn:hover {
  text-decoration: none;
  -moz-transition: 0.5s, ease-in-out;
  -o-transition: 0.5s, ease-in-out;
  -webkit-transition: 0.5s, ease-in-out;
  transition: 0.5s, ease-in-out;
  color: rgba(255, 255, 255, 0.5019607843);
  transition: none !important;
}

.btn-sm {
  background-position: right 8px center !important;
  padding: 5px 20px 5px 10px !important;
  border-radius: 2px !important;
  font-size: 12px !important;
  line-height: 1 !important;
}

.btn-lg {
  background-position: right 20px center;
  padding: 14px 36px 14px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 18px;
}

.btn-green {
  background-color: #74CD71;
}

.btn-green:hover {
  color: rgba(255, 255, 255, 0.5019607843) !important;
}

.btn-blue, .btn-orange {
  background-color: #023554;
}

.btn-outline-blue {
  border: 2px solid #023554;
  background-color: transparent;
  color: #023554;
  background-image: url(../images/button-arrow-blue.svg);
}

.btn-outline-blue:hover {
  color: rgba(2, 53, 84, 0.5019607843);
}

.btn-small {
  padding: 7px 20px 7px 10px;
  font-size: 14px;
  background-position: right 10px center;
}

.btn .ico-btn-arrow-white {
  display: none;
}

.buttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.buttons .btn {
  margin-right: 20px;
}

@media only screen and (max-width: 576px) {
  .buttons .btn + .btn {
    margin-top: 16px;
  }
}

/* Scss Document */
/* Scss Document */
/* ==========================================================================
	#Widgets
========================================================================== */
.widgets {
  list-style: none;
}

.widget {
  padding: 12px;
  background: #015B8C;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.widget-head {
  padding: 0px 0px 10px 0px;
}

.widget-title {
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
}

.widget-symantec {
  padding: 0px;
}

.widget-secure {
  padding: 0px 30px;
  background: transparent;
}

.widget-site-seal .widget-body {
  padding: 12px 0px;
}

.widget-site-seal .secure {
  margin: 0px auto;
  position: relative;
}

.widget-site-seal .secure a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.widget-rating .widget-body {
  padding: 16px;
  background-color: #ffffff;
}

.widget-support {
  width: 50%;
  padding: 24px;
  background-color: #E9EEF1;
}

.widget-support .widget-title {
  font-size: 36px;
  text-transform: none;
  color: #023554;
  margin-bottom: 16px;
}

.widget-support .support-image {
  margin-bottom: -24px;
}

.widget-support .list-contacts {
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.1;
  font-weight: bold;
  color: #74CD71;
  list-style: none;
  margin-left: 0px !important;
}

.widget-support .list-contacts li + li {
  margin-top: 20px;
}

.widget-support .list-contacts li a {
  color: #015B8C;
  text-decoration: none;
  font-size: 18px;
}

.widget-support .list-contacts li a:hover {
  color: #74CD71;
}

.list-secures {
  list-style: none;
  text-align: center;
}

.list-secures li + li {
  border-top: 1px solid #E9EEF1;
}

.list-secures img {
  width: 123px;
}

.rate img ~ img {
  margin-left: 4px;
}

.widget-compare {
  background: #898989;
  margin-bottom: 0px;
}

.widget-compare ul {
  list-style: none;
}

.widget-compare ul li {
  font-family: "Roboto Condensed", sans-serif;
  padding: 15px 20px;
}

.widget-compare ul li strong {
  font-size: 18px;
  line-height: 18px;
  color: #74CD71;
  display: block;
  padding-bottom: 2px;
}

.widget-compare ul li p {
  font-size: 16px;
  padding-bottom: 0px;
  line-height: 16px;
  color: #494949;
  min-height: 32px;
}

.widget-compare ul li:nth-child(even) {
  background: #e1e1e1;
}

.widget-compare ul li a {
  display: block;
}

.widget-compare ul li a:hover {
  text-decoration: none;
}

.widget-compare ul li.txtalignrt {
  line-height: 18px;
}

.widget-compare ul li.txtalignrt a {
  font-family: Arial, sans-serif;
  font-size: 15px;
  padding: 0;
}

.widget-text {
  padding: 14px 10px 10px 10px;
  margin: 0px auto;
  box-sizing: border-box;
}

.widget-text .widget-head {
  padding-bottom: 13px;
}

.widget-text h4.widget-title {
  font-size: 24px !important;
  color: #ffffff;
  letter-spacing: 1px !important;
  text-transform: none;
}

.widget-text .widget-body {
  padding: 13px 14px 12px 14px;
}

.widget-text .widget-body p {
  font-size: 13px;
  line-height: 16px;
  padding-bottom: 0px;
}

.dashboard-body .section-aside .list-secures img:hover {
  filter: alpha(opacity=70); /* msie */
  -moz-opacity: 0.7; /* firefox 1.0 */
  -khtml-opacity: 0.7; /* webkit */
  opacity: 0.7; /* css 3 */
}

.compcol3 .compare-pricebox:before {
  display: none;
}

.shop-solution {
  padding-top: 30px;
}

.shop-solution ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  grid-gap: 1rem;
}

.shop-solution li {
  border: 1px solid #E9EEF1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.shop-solution li a {
  padding: 16px;
  color: #48565e;
  font-family: "Roboto Condensed", sans-serif;
}

.shop-solution li a img {
  filter: invert(32%) sepia(19%) saturate(366%) hue-rotate(158deg) brightness(96%) contrast(93%);
}

.shop-solution li:hover a {
  background-color: #E9EEF1;
  color: #74CD71;
}

.shop-solution li:hover a img {
  filter: invert(80%) sepia(12%) saturate(1576%) hue-rotate(68deg) brightness(89%) contrast(91%);
}

.shop-solution li a span {
  display: block;
  margin-left: 12px;
}

@media only screen and (max-width: 959px) {
  .shop-solution ul {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
  .shop-solution li a {
    padding: 16px;
  }
  .shop-solution li a span {
    margin-left: 12px;
  }
  .sidebar .widget-text {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .shop-solution {
    padding-top: 10px;
  }
  .shop-solution ul {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .widget-support, .section-order-summary .widget-secure {
    display: none;
  }
  .widget-secure ul {
    display: block;
  }
  .widget-secure .list-secures img {
    max-width: 75%;
  }
  .widget-contacts-secondary {
    margin-bottom: 20px;
  }
}

/* Scss Document */
/* Scss Document */
/* ==========================================================================
	#FORM Product Page
========================================================================== */
.form-symantec {
  color: #48565e;
}

.form-symantec .form-head {
  padding-bottom: 30px;
}

.form-symantec .form-head h3 {
  font-size: 22px;
  color: #48565e;
}

.form-symantec .form-col-size1 {
  width: 430px;
  padding-bottom: 20px;
}

.form-symantec .form-col-size2 {
  width: 170px;
}

.form-symantec .form-col-size1 .form-controls {
  width: 100%;
}

.form-symantec .radio label {
  overflow: hidden;
  padding: 5px 10px;
  line-height: 1.25;
  cursor: pointer;
}

.form-symantec .term-title {
  font-size: 15px;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
}

.form-symantec .term-title span {
  color: #48565e;
}

.form-symantec .term-save {
  display: none;
  font-size: 15px;
  color: #74CD71;
  font-weight: bold;
}

.form-symantec .radio.checked {
  margin: 4px 0px 10px;
}

.form-symantec .radio:last-child.checked {
  margin-bottom: 0px;
}

.form-symantec .radio.checked label {
  padding: 7px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #ffffff;
}

.form-symantec .radio.checked .term-title {
  font-size: 18px;
  color: #015B8C;
}

.form-symantec .radio.checked .radio-fake {
  float: left;
  margin-top: 3px;
}

.form-symantec .radio.checked .term-save {
  display: block;
}

.form-symantec-secondary {
  position: relative;
}

.form-symantec-secondary .total-list {
  padding-top: 20px;
  padding-bottom: 0px;
  border-top: 1px solid #cfe1eb;
  border-bottom: 0;
}

.form-symantec .selecter .selecter-selected {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  padding: 8px 10px;
  background-color: #ffffff;
}

.form-symantec .selecter .selecter-item {
  padding: 4px 10px;
}

.form-symantec .form-label {
  width: 105px;
  padding: 0px 3px 0px 0px;
  font-size: 13px;
  line-height: 0.9;
  font-weight: bold;
}

.form-symantec .form-label ~ .form-controls {
  width: 57px;
}

.form-symantec .form-row {
  padding-bottom: 20px;
}

.form-symantec .btn {
  margin-left: 10px;
  line-height: 28px;
  position: relative;
}

.form-symantec .btn .ico-btn-arrow {
  margin-left: 8px;
}

.term-addtional {
  padding-left: 43px;
  position: relative;
  display: block;
  padding-top: 10px;
}

.term-addtional i.ico-arrow-orange {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 24px;
  border-color: transparent transparent transparent #f6631f;
  position: absolute;
  top: 28px;
  left: 0;
}

.term-addtional a {
  display: block;
  font-size: 14px;
}

.term-addtional span {
  font-size: 12px;
  color: #48565e;
}

.overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.overlay-visible {
  display: block;
}

.total-list > div:not(:first-child) {
  margin-top: 10px;
}

.total-list span {
  color: #74CD71;
}

.total {
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
}

.total span, .total strong {
  display: block;
}

.total span {
  padding-bottom: 3px;
  font-size: 20px;
  color: #74CD71;
}

.total strong {
  font-size: 44px;
  color: #48565e;
}

.total sup {
  margin-left: -7px;
  font-size: 25px;
}

/* ==========================================================================
	#Section Site Pro
========================================================================== */
.section-site-pro {
  padding: 48px 0px;
}

/* ==========================================================================
	#Specifications
========================================================================== */
.specifications {
  padding: 24px 0px;
}

.specifications h4 {
  padding-bottom: 10px;
}

.specifications h6 {
  color: #015B8C;
  margin-bottom: 16px;
}

.specifications p {
  font-size: 13px;
  line-height: 17px;
  padding-top: 10px;
}

.specifications img {
  max-width: 100%;
  height: auto;
}

.table-specifications td {
  padding: 15px 0px;
  border-bottom: 1px solid #E9EEF1;
  font-size: 12px;
  position: relative;
}

.tab-actions {
  margin-top: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}

.tab-actions .btn + .btn {
  margin-left: 16px;
}

.list-support {
  list-style: none;
}

.list-support li:after {
  content: "";
  display: table;
  clear: both;
  font-size: 13px;
}

.list-support li {
  border-bottom: 1px solid #E9EEF1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 20px 0px;
  align-items: center;
}

.list-support li a {
  display: inline-block;
  padding: 7px 25px 7px 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background-color: #015B8C;
  line-height: 14px;
  margin-left: auto;
  background-image: url(../images/button-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.list-support li a:hover {
  color: rgba(255, 255, 255, 0.5019607843);
  text-decoration: none;
}

.list-support li i {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 10px;
  border-color: transparent transparent transparent #ffffff;
  display: inline-block;
  position: relative;
  top: -1px;
}

.list-support li a:hover i {
  opacity: 0.6;
}

.list-support li:last-child {
  border-bottom: 0;
}

.list-support img {
  float: right;
  margin-top: 11px;
  display: none;
}

.specifiedtxt {
  font-size: 12px;
  line-height: 14px;
  margin-top: 11px;
}

h6.title-yellow {
  font-size: 18px;
  padding-bottom: 10px;
  margin-top: 20px;
}

h6.title-yellow.title-yellow-secondary {
  border-top: 1px solid #E9EEF1;
  padding-top: 20px;
}

h6.title-yellow.title-yellow-no-border {
  border: 0;
  padding-top: 0px;
}

.list-green-bullets-secondary {
  padding-left: 15px;
}

.list-green-bullets-tertiary {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 20px;
}

.list-green-bullets-tertiary li {
  flex-basis: 150px;
  padding-left: 25px;
  margin-top: 0px !important;
  font-size: 13px;
}

.list-green-bullets-tertiary li span {
  display: block;
}

.specifications p img {
  width: 100%;
  height: auto;
}

.whatsincluded {
  margin: 10px 0px 20px 0px;
}

.whatsincluded > div {
  display: inline-block;
}

.whatsincluded > div + div {
  margin-left: 80px;
  vertical-align: top;
}

.whatsincluded ul li {
  font-size: 13px;
  background-size: 12px !important;
  list-style: none;
  padding-left: 20px;
}

.whatsincluded ul li span {
  display: block;
  color: #888888;
}

.whatsincluded .included h6 {
  color: #74CD71;
}

.whatsincluded .notincluded h6 {
  color: #F00;
}

.included ul li {
  background: url(../images/check-green.png) no-repeat 0 5px;
}

.notincluded ul li {
  background: url(../images/remove.png) no-repeat 0 5px;
}

/* ==========================================================================
	#Features
========================================================================== */
.features {
  padding: 24px 0px;
}

.features h6 {
  padding-bottom: 16px;
  font-size: 19px;
  color: #015B8C;
}

.features .cols {
  padding-bottom: 25px;
}

.features .col-size1 {
  flex: 395px;
}

.features .col-size2 {
  flex: 225px;
}

.features ul {
  list-style: none;
}

.features .list-green-bullets {
  margin-left: 16px;
  margin-bottom: 15px;
  color: #454545;
}

.features-desc {
  padding: 17px 18px 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #E9EEF1;
  color: #48565e;
  font-size: 15px;
  line-height: 1.25;
}

.features-desc ul {
  gap: 16px;
}

.features-desc li {
  flex: 160px;
}

.features-checks {
  padding: 30px 0px 0px 0px;
  font-size: 12px;
}

.features-checks ul {
  gap: 8px;
}

.features-checks li {
  flex: 160px;
}

.features-checks .single-col-list {
  width: 100%;
}

.features-icons {
  padding-bottom: 23px;
}

.features-icons ul {
  gap: 16px;
}

.features-icons li {
  width: 67px;
  text-align: center;
}

.features-icons span {
  display: block;
  padding-top: 8px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
}

.features-actions {
  text-align: center;
}

.features-actions .btn {
  width: 100%;
  margin-bottom: 8px;
}

.features-checks li a.tooltips span {
  letter-spacing: normal;
  width: 290px;
  font-size: 11px;
  line-height: 14px;
}

.features-checks li a:hover.tooltips span {
  margin-left: -145px;
}

.features ul li a.tooltips img {
  margin-top: -4px;
}

.dtlsiteseal {
  text-align: center;
}

.popup-body p.sealdecp {
  margin-bottom: 20px;
  font-size: 14px;
}

.otherseal {
  padding-top: 20px;
}

.featurelisting {
  padding-top: 20px;
}

.features ul li a {
  color: #74CD71;
}

.guarantee_kicker {
  margin-top: 20px;
  float: left;
}

.freesslcnt {
  border-bottom: 1px solid #E9EEF1;
}

/* ==========================================================================
	#Section Symantec
========================================================================== */
.section-pricelist {
  padding-bottom: 48px;
  border-bottom: 1px solid #E9EEF1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.section-pricelist .section-content {
  padding: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #E9EEF1;
  position: relative;
  flex: 690px;
}

.section-pricelist .section-content-head {
  margin-bottom: 20px;
}

.section-pricelist .section-aside {
  flex: 220px;
}

.section-pricelist .notification-34yrnote {
  margin-top: 40px;
  background: #ffffff;
}

.section-pricelist .trustedsite-trustmark {
  max-width: 700px;
}

/* ==========================================================================
	#Section Symantec
========================================================================== */
.easyevvalidation {
  right: 10px;
  top: -10px;
  position: absolute;
}

.easyevvalidation a {
  width: 80px;
  height: 94px;
  display: block;
  background: url(../images/ev-validation-easy.png) no-repeat;
  background-size: 80px;
}

.easyevvalidation a:hover {
  background: url(../images/ev-validation-easy-h.png) no-repeat;
  background-size: 80px;
}

.tabs-nav .tabtwolntxt a.lineht26 {
  line-height: 26px;
}

.tabs-nav .tabtwolntxt a.lineht26 span {
  padding-top: 7px;
}

.tabs-nav .tabtwolntxt a span {
  display: block;
  font-size: 24px !important;
}

/* ==========================================================================
	#Installation Services
========================================================================== */
.is-prodetail .section-content {
  flex: 700px;
  padding: 30px;
}

.isdtlform .form-row + .form-row {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #cfe1eb;
}

.isdtlform .form-hint {
  color: #839199;
  font-size: 12px;
  font-style: italic;
  line-height: 1;
  padding: 5px 0px 0px;
}

.isdtlform .field {
  border: 1px solid #cfe1eb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #48565e;
  font-size: 15px;
  padding: 12px;
  width: 50%;
}

.servertype .simplesltbox {
  width: 280px;
}

.isdtlform .tooltip-toggle {
  padding-top: 0px;
  height: 16px;
}

.radiobtn .radiobox .radio + .radio {
  margin-left: 20px;
}

.radiobtn .radiobox .radio-fake {
  margin-top: 5px;
}

.yesnonote {
  background: #ffffff;
  padding: 16px;
  margin-top: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.nextstep p {
  padding-top: 0px;
}

.nextstep .list-green-bullets {
  padding-bottom: 15px;
}

.istoolicon {
  text-align: center;
  height: 270px;
  border-bottom: 1px solid #E9EEF1;
}

.widget-istool .widget-head {
  padding-left: 0px;
}

.widget-istool .widget-head .widget-title {
  text-align: center;
}

.widget-istool .widget-body {
  text-align: center;
  padding: 10px 0px;
  background-color: #ffffff;
}

.istotal {
  text-align: right;
  border-top: 1px solid #E9EEF1;
  padding-top: 20px;
  margin: 20px 0px;
}

.iscartbtn {
  text-align: right;
}

.isfaqs {
  padding: 24px 0px;
}

.isfaqs h6 {
  margin: 10px 0px;
}

.domain-lt {
  float: left;
}

.icon-popupistool {
  float: right;
}

.icon-popupistool img {
  width: 100px;
}

.isminipopup .tooltip-content {
  width: 250px;
}

.isminipopup .isdtlform .field {
  width: 100%;
}

.isminipopup .yesnonote {
  background: #E9EEF1;
  padding: 10px 15px;
}

.ispoptotal .ispopbtnrt {
  float: right;
}

.ispoptotal .ispopbtnrt button {
  float: right;
  clear: both;
}

.ispoptotal .ispopbtnrt .total {
  text-align: right;
  margin-bottom: 15px;
  float: right;
}

.ispopbtnrt .total span {
  float: left;
  padding: 15px 20px 0px 0px;
}

.ispopbtnrt .total strong {
  float: left;
}

.ispoptotal a {
  float: left;
  margin-top: 78px;
}

.isquestion strong {
  display: block;
  font-size: 15px;
}

.isquestion p {
  font-size: 13px;
}

.isinstall {
  font-size: 13px;
  font-weight: bold;
  padding: 10px 0px !important;
  border-top: 1px solid #cfe1eb;
}

.isinstall p {
  padding-bottom: 0px;
}

.isinstall span {
  display: block;
  color: #74CD71;
  padding-bottom: 0px;
}

.features-actions .btnrequestinfo {
  width: 164px;
}

.addsaninfo {
  background: #ffffff;
  width: 75%;
  padding: 15px;
  position: relative;
  margin-top: 10px;
  display: none;
  margin-top: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.addsaninfo:before {
  content: "";
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  position: absolute;
  left: 8px;
  top: -8px;
}

.addsaninfo h5 {
  font-size: 16px;
  color: #74CD71;
}

.addsaninfo p {
  color: #454545;
  font-size: 12px;
  padding-bottom: 0px;
}

.form-symantec .radio.checked .addsaninfo {
  display: block;
}

.upsellnote {
  background-color: #ffffff;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 13px;
}

.upsellnote span {
  color: #023554;
  font-weight: bold;
  font-size: 16px;
  display: block;
  font-family: "Roboto Condensed", sans-serif;
}

.upsellnote p {
  padding-bottom: 0px;
}

.minitxt {
  font-size: 11px;
  padding-bottom: 0px;
}

h1.article-title small {
  display: block;
  font-size: 60%;
  margin-top: 5px;
}

.compare-table {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 20px;
  font-size: 13px;
}

.table-col:first-child {
  width: 40%;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}

.table-col + .table-col {
  width: 30%;
  text-align: center;
}

.table-col .table-data {
  padding: 15px;
}

.table-col .table-data:first-child {
  background: #023554 !important;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}

.table-col .table-data:nth-child(2n+1) {
  background: #E9EEF1;
}

.docsigntbl .table-col:nth-child(2n) {
  width: 20%;
}

.docsigntbl .table-col:nth-child(3n) {
  width: 40%;
}

.dscompare {
  margin-top: 0px;
}

.dscompare .table-col:first-child {
  width: 26%;
}

.dscompare .table-col + .table-col {
  width: 18.5%;
}

.dscompare .table-col .table-data:last-child {
  height: auto;
}

.dscompare .table-col .table-data .radio {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

.dscompare .table-col .table-data .radio + .radio {
  margin-top: 10px;
}

.thawtecsnote {
  margin: 20px 0px 0px 0px;
}

.form-symantec .certdelmethodcols .form-col-size2 {
  width: 100% !important;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-symantec .certdelmethodcols .form-col-size2 .form-label {
  width: 100% !important;
  padding: 0px !important;
}

.form-symantec .certdelmethodcols .cmd-row {
  width: 370px;
}

.form-symantec .certdelmethodcols #hdnqnty {
  width: 75px;
  margin-left: auto;
}

.cmd-row .form-label .redtext {
  color: #ff0000;
}

.cmd-row .form-controls {
  width: 100% !important;
}

.cmd-row .form-controls .cmderrormsg {
  display: block;
  font-size: 11px;
  color: #ff0000;
}

.certdelmethodcols .cmd-row ~ .form-row .form-controls {
  width: 75px;
}

/* ==========================================================================
	#RSO More Info popover
========================================================================== */
.rso-moreinfo-popover .popup-body .article h4 {
  margin-bottom: 0px;
  padding-top: 9px;
}

.dgcs-comp-chart h3 {
  margin-bottom: 10px;
}

/* ==========================================================================
	#WildCard Upsell
========================================================================== */
.wcupsell .form-col-size1 {
  width: 320px;
}

.wcupsell .form-col-size2 {
  width: 280px;
}

.wcupsell .form-col-size2 #hdnqnty {
  padding-bottom: 5px;
}

.wcupsell-options {
  background: #ffffff;
  padding: 16px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.wcupsell-options h4 {
  color: #015B8C;
  font-size: 20px;
  margin-bottom: 10px;
}

.wcupsell-options .wcupsell-radio {
  position: relative;
}

.wcupsell-options .wcupsell-radio label {
  padding: 12px 12px 12px 36px;
  display: block;
  line-height: 1.4;
}

.wcupsell-options .wcupsell-radio label strong {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
}

.wcupsell-options .wcupsell-radio label span {
  display: block;
  font-size: 11px;
}

.wcupsell-options .wcupsell-radio label .upsellprice {
  color: #015B8C;
}

.wcupsell-options .wcupsell-radio input {
  position: absolute;
  left: 12px;
  top: 16px;
}

.wcupsell-options .wcupsell-radio input:checked ~ label {
  background-color: #E9EEF1;
}

@media only screen and (max-width: 959px) {
  .section-pricelist {
    border-bottom: 0;
    padding-bottom: 0px;
  }
  .section-pricelist .section-content {
    max-width: 100%;
    position: relative;
    padding: 24px;
  }
  .section-pricelist .section-aside, .section-secure .section-aside {
    display: none;
  }
  .section-order-summary .widget-secure .list-secures img {
    max-width: 90%;
  }
  .tooltip {
    display: none;
  }
  .features .cols {
    margin: 0px;
  }
  .features .col-size1, .features .col-size2 {
    float: none;
    width: auto;
  }
  .table-specifications td, .table-specifications tr, .table-specifications tbody, .table-specifications table {
    display: block;
  }
  .table-specifications td {
    padding: 0px;
    border: 0;
  }
  .table-specifications td:first-child {
    padding-top: 14px;
  }
  .table-specifications td + td {
    padding-bottom: 10px;
    border-bottom: 1px solid #E9EEF1;
  }
  .table-specifications td:before {
    left: 0;
  }
  .compare-table {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding-bottom: 20px;
  }
  .table-col + .table-col {
    width: 100% !important;
  }
  .table-col:last-child {
    margin-top: 20px;
  }
  .table-col .table-data + .table-data:before {
    content: attr(data-title);
    display: block;
    width: 100%;
    font-weight: bold;
  }
  .section-pricelist .trustedsite-trustmark {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .section-pricelist .notification-34yrnote {
    margin-top: 24px;
  }
  .specifications .list-green-bullets-tertiary li {
    margin-bottom: 0px !important;
  }
}
@media only screen and (min-width: 767px) {
  .total-row > div.d-flex {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .section-secure {
    padding: 20px 0px 0px;
  }
  .certdelmethodcols .cmd-row .form-label, .upsell .form-symantec .cmd-row .form-label {
    width: 100%;
    margin-bottom: 3px;
  }
  .form-symantec .certdelmethodcols .form-col-size2, .form-symantec .certdelmethodcols .form-col-size1, .certdelmethodcols .cmd-row .form-controls, .upsell .form-symantec .cmd-row .form-controls {
    width: 100% !important;
  }
  .form-symantec .form-col-size1, .form-symantec .form-col-size2 {
    width: 100%;
  }
  .form-symantec .form-col-size2 .form-label {
    width: auto;
  }
  .form-symantec .form-col-size2 .form-label ~ .form-controls {
    margin-left: auto;
  }
  .form-symantec .form-col-size1 .form-row {
    padding-bottom: 0px;
  }
  .total-list {
    font-size: 12px;
  }
  .total {
    text-align: right;
  }
  .total span, .total strong {
    display: block;
  }
  .total span {
    font-size: 12px;
  }
  .total strong {
    font-size: 30px;
  }
  .total sup {
    font-size: 17px;
    display: inline-block;
    position: relative;
    margin-left: 0px;
  }
  .total-row > div.d-flex, .total-row .form-actions {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .total-row .formlogo {
    max-width: 148px;
  }
  .total-row .formlogo img {
    max-width: 100%;
  }
  .total-row .form-actions .btn {
    width: 100%;
    margin: 10px 0px 0px;
  }
  .features-icons ul {
    justify-content: center;
  }
  .features-checks {
    padding: 15px 0px;
  }
  .features-checks li {
    flex: 220px;
  }
  .isdtlform .floatright {
    float: none;
  }
  .servertype .simplesltbox {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .section-pricelist .section-content {
    padding: 16px;
  }
  .total-row .formlogo {
    max-width: 80px;
  }
  .list-support li {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
  }
  .list-support li a {
    margin: 10px 0px 0px;
  }
}

/* Scss Document */
/* Scss Document */
/* ==========================================================================
	#Styles 2
========================================================================== */
.main-secondary {
  padding-top: 24px;
}

.content {
  width: 100%;
}

.checkout-cols {
  gap: 20px;
}

.list-secures-secondary li {
  padding-top: 0px;
  padding-bottom: 0px;
}

.steps-body {
  max-width: calc(70% - 10px);
  width: 100%;
}

.checkoutcnt-head {
  margin-bottom: 20px;
}

.group-title {
  font-size: 40px;
  color: #74CD71;
  font-weight: normal;
}

.btn-continue-shop {
  border: 1px solid #0F9DFF;
  font-size: 14px;
  padding: 0 16px;
  height: 40px;
  line-height: 40px;
  color: #0F9DFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-family: "Roboto Condensed", sans-serif;
}

.btn-continue-shop:hover {
  text-decoration: none;
  background-color: #0F9DFF;
  color: #ffffff;
}

/* ==========================================================================
	#Site Lock Upsell
========================================================================== */
.sl-checkout-upsell {
  color: #48565e;
  margin-bottom: 20px;
  padding: 24px;
  line-height: 18px;
  border: 1px solid #E9EEF1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.sl-checkout-upsell:hover, .sl-checkout-upsell:has(input:checked) {
  border-color: #74CD71 !important;
  box-shadow: 0 0 0 1px #74CD71;
}

.sl-checkout-upsell input {
  align-self: flex-start;
  min-width: 1.8rem;
  height: 1.8rem;
  border: 2px solid #000000;
  appearance: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.sl-checkout-upsell input:checked {
  background-color: #0F9DFF;
  border-color: #0F9DFF !important;
  background-image: url(../images/sl-checkmark.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.sl-checkout-upsell .sl-checkout-upsell-text {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 16px;
}

.sl-upsell-title {
  margin-bottom: 5px;
}

.sl-upsell-title h2 {
  font-size: 18px;
  color: #000000;
}

.sl-upsell-title span {
  color: #74CD71;
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
}

.sl-checkout-upsell-text p {
  padding: 16px 0px 0px 0px;
}

.sl-checkout-upsell-text p span {
  font-family: "Roboto Condensed", sans-serif;
}

/* ==========================================================================
	#flyout
========================================================================== */
.flyout {
  position: relative;
  display: inline;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  color: #000000;
}

.flyout > div {
  position: absolute;
  width: 400px;
  color: #4f4f4f;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-style: italic;
  background: #ffffff;
  padding: 10px;
  line-height: 18px;
  text-align: center;
  visibility: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 2px 2px 9px #aaaaaa;
  -moz-box-shadow: 2px 2px 9px #aaaaaa;
  box-shadow: 2px 2px 9px #aaaaaa;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.flyout > div: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;
}

.flyout:hover > div {
  visibility: visible;
  filter: alpha(opacity=100); /* msie */
  -moz-opacity: 1; /* firefox 1.0 */
  -khtml-opacity: 1; /* webkit */
  opacity: 1; /* css 3 */
  bottom: 30px;
  left: 50%;
  margin-left: -200px;
  z-index: 999;
}

.flyout > div ul {
  list-style: none;
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  margin-top: 10px;
}

.flyout > div ul li {
  font-style: normal;
  text-align: left;
  padding-left: 15px;
  position: relative;
}

.flyout > div ul li::before {
  content: "";
  background: #74CD71;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}

/* ==========================================================================
	#Checkoutform
========================================================================== */
.section-checkout {
  border: 1px solid #E9EEF1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.section-checkout h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.section-checkout .checkout-form {
  padding: 24px;
}

.section-billing-method h2 {
  padding: 0px 24px;
}

.payment-radio {
  padding: 0px 24px;
  gap: 24px;
}

.payment-radio input {
  appearance: none;
  border: 1px solid #000000;
  appearance: none;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-right: 8px;
}

.payment-radio input:checked {
  background-color: #0F9DFF;
  border-color: #0F9DFF !important;
}

.form-creadit-card {
  padding: 24px;
  padding-bottom: 0px;
}

.form-creadit-card ~ .form-actions, .creditdtl-list ~ .form-actions {
  padding: 24px;
}

.form-creadit-card ~ .form-actions {
  padding-top: 0px;
}

.form-creadit-card ~ .form-actions .btn, .creditdtl-list ~ .form-actions .btn {
  background-image: none;
  padding-right: 20px;
}

.payment-logos {
  margin-bottom: 25px;
}

.chkinfotxt {
  padding: 20px 0px;
}

.section-credit-detail ~ #dvCreditCardSection {
  margin-top: 30px;
}

/* ==========================================================================
	#Checkout Sidebar
========================================================================== */
.sidebar {
  max-width: calc(30% - 10px);
  padding-bottom: 40px;
  order: 1;
  width: 100%;
}

.sidebar .widget-title {
  font-size: 24px;
  color: #023554;
  text-transform: capitalize;
}

.order-summary-box .widget {
  background-color: #fafafa;
}

.order-summary-box .widget-title {
  padding: 16px 16px 0px;
}

.order-items {
  list-style: none;
  width: 100%;
}

.order-item {
  position: relative;
  border-bottom: 1px solid #E9EEF1;
  padding: 16px;
}

.order-item .order-item-content {
  width: 185px;
}

.order-item .order-item-content h3 {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-weight: normal;
}

.order-item .order-item-content p {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  padding-bottom: 0px;
}

.order-item .totalbilltxt {
  font-size: 14px;
}

.order-item .reanewnexttxt {
  font-size: 12px;
}

.order-item .addsan {
  font-size: 12px;
  margin-top: 10px;
  padding-bottom: 0px;
}

.order-item .addsan span {
  display: block;
}

.order-item .order-item-actions {
  width: 40px;
  gap: 0.5rem;
}

.order-item .order-item-actions a {
  text-decoration: none;
}

.order-summary-box {
  margin-bottom: 48px;
}

.order-summary-box .form-foot {
  padding: 16px;
}

.order-summary-box .form-foot strong {
  color: #000000;
}

.order-summary-box .form-foot span {
  color: #0F9DFF;
  font-size: 1.75rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  line-height: 1;
}

.promo-emptycart-links .cart-promo-code {
  font-size: 14px;
  color: #74CD71;
  cursor: pointer;
}

.promo-emptycart-links a {
  font-size: 14px;
  text-decoration: underline;
}

.promo-emptycart-links a:hover {
  text-decoration: none;
}

.promo-field {
  gap: 10px;
  margin-top: 10px;
}

.promo-field .field {
  width: 100%;
  padding: 8px !important;
}

.sidebar .widget-contacts {
  border: 1px solid #E9EEF1;
  background: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 16px;
  margin-bottom: 48px;
}

.sidebar .widget-contacts a strong {
  color: #48565e;
  text-decoration: none;
}

.sidebar .widget-contacts p:first-child a {
  text-decoration: none;
  font-weight: normal;
}

.sidebar .widget-contacts p:not(:first-child) {
  padding-bottom: 0px;
}

.sidebar .widget-contacts a {
  text-decoration: underline;
}

.sidebar .widget-contacts a:hover {
  text-decoration: none;
}

.widget-secure {
  padding: 0px;
  margin: 0px;
}

.checkout-cols .widget-secure .list-secures {
  gap: 1.5rem 0;
}

.checkout-cols .widget-secure .list-secures li {
  width: calc(54% - 12px);
  padding: 0px 20px;
  text-align: center;
}

.widget-secure .list-secures li + li {
  border-top: none;
}

.checkout-cols .widget-secure img, .checkout-cols .list-secures img {
  width: 100%;
  max-width: 150px;
}

.checkout-cols .widget-secure .list-secures img {
  max-width: 100%;
  max-height: 88px;
  width: auto !important;
}

.section-billing-info {
  padding-bottom: 29px;
}

.ico-notification {
  width: 60px;
  height: 40px;
  background: url(../images/ico-notifucation.png) no-repeat 0 0 !important;
  display: inline-block;
}

.btn-switch {
  width: 43px;
  height: 22px;
  background: #75bf42;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -o-border-radius: 11px;
  border-radius: 11px;
  display: block;
  position: relative;
}

.btn-switch span {
  width: 18px;
  height: 18px;
  background: #ffffff;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  margin: 0px 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.btn-switch.active {
  background: #f6641f;
}

.btn-switch.active span {
  left: auto;
  right: 0;
}

.widget-order-secondary {
  padding: 0px;
  margin-bottom: 10px;
  background-color: #ffffff;
  border: 1px solid #E9EEF1;
}

.widget-order-secondary .widget-head {
  padding-bottom: 0px;
}

.widget-order-secondary .widget-head .widget-title {
  color: #023554;
  line-height: 1;
  border-bottom: 1px solid #E9EEF1;
  padding-bottom: 16px;
}

.widget-secure-secondary {
  margin: 24px 0px;
}

.widget-contacts-secondary {
  padding-top: 18px;
  padding-bottom: 22px;
  margin-bottom: 113px;
}

.widget-contacts-secondary .widget-title {
  padding-bottom: 12px;
  text-transform: none;
}

.widget-contacts-secondary .contacts p {
  padding-bottom: 20px;
}

.article-entry h4 {
  font-size: 16px;
  padding-bottom: 5px !important;
}

.sidebar .widget-text .widget-body {
  background-color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.creditdtl-list {
  padding: 0px 24px;
}

.creditdtl-list ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.creditdtl-list ul li {
  list-style: none;
  padding: 15px 0px;
}

.creditdtl-list ul li + li {
  border-top: 1px solid #cfe1eb;
}

.creditdtl-list ul li strong {
  display: inline-block;
  width: 50%;
}

.creditdtl-list ul li span {
  font-weight: bold;
}

/* ==========================================================================
	#Checkout Steps
========================================================================== */
.greentxt {
  color: #74CD71 !important;
}

.redtxt {
  color: #ff0000 !important;
}

.yellowtxt {
  color: #fbba34 !important;
}

.greytxt {
  color: #717171 !important;
}

.form-creadit-card .attention-section {
  padding: 10px;
  background: #74CD71;
  margin-bottom: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.attention-section h4 {
  font-size: 24px;
  line-height: 24px;
  padding: 0px 0px 13px 10px;
}

.attention-section .attentiontxt {
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 15px;
}

.attention-section {
  padding-left: 45px;
}

.attention-section p {
  font-size: 13px;
}

.attention-section p + p {
  text-align: right;
  padding-bottom: 0px;
}

.paymthead {
  font-size: 20px;
}

.section-total-amount {
  padding-bottom: 30px;
  display: none;
}

.thankupdfsec {
  padding-top: 15px;
  border-top: 1px solid #E9EEF1;
  border-bottom: 1px solid #E9EEF1;
  margin-bottom: 15px;
}

.thankudownpdf {
  padding-left: 40px;
  background: url(../images/thankudownpdf-icon.png) no-repeat;
}

.thankuplsnote {
  background: #ffffff;
  padding: 15px;
  -webkit-border-radius: 16px 0;
  -moz-border-radius: 16px 0;
  -o-border-radius: 16px 0;
  border-radius: 16px 0;
}

.thankuplsnote strong {
  display: block;
}

.cvvimg {
  position: relative;
}

.cvvimg .field-validation-error {
  position: absolute;
  bottom: -20px;
}

/* ==========================================================================
	#CertPanel
========================================================================== */
.cp-thankyou {
  padding: 0px 0px 50px;
}

.cp-thankyou h1 {
  font-size: 42px;
  color: #74CD71;
}

.cp-next-step {
  background: #F9F9F9;
  padding: 30px;
  margin: 2rem 0 3rem;
}

.cp-next-step > img {
  margin-bottom: 1.5rem;
}

.cp-next-step-text {
  width: 50%;
}

.cp-next-step-text h2 {
  font-size: 32px;
  color: #000000;
  margin-bottom: 1rem;
}

.cp-next-step-text p {
  padding-bottom: 24px;
}

.cp-next-step-text .btn {
  width: 200px;
  text-align: center;
  font-size: 12px;
  padding: 16px;
  background-image: none;
}

.cp-next-step-step {
  width: 40%;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}

.cp-next-step-step ul {
  list-style: none;
  padding-left: 0px;
}

.cp-next-step-step ul li {
  color: #cdcdcd;
}

.cp-next-step-step ul li:not(:first-child) {
  margin-top: 35px;
  position: relative;
}

.cp-next-step-step ul li:not(:first-child):before {
  content: "";
  background: #cdcdcd;
  width: 2px;
  height: 35px;
  position: absolute;
  left: 19px;
  bottom: 100%;
}

.cp-next-step-step ul li span {
  margin-right: 30px;
}

.cp-next-step-step ul li:not(:first-child) span {
  background: #74CD71;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.cp-next-step-step ul li a {
  color: #000000 !important;
}

.thankyou-orderdtl h3 {
  font-size: 26px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #cdcdcd;
  color: #000000;
}

.thankyou-orderdtl a {
  margin-left: 10px;
}

.thankyou-orderdtl > div + div {
  margin-top: 30px;
}

.thankyou-orderdtl > div > strong {
  width: 200px;
  color: #023554;
}

.thankyou-pro-table {
  width: calc(100% - 200px);
}

.thankyou-pro-table .thankyou-table-row:first-child strong {
  color: #023554;
}

.thankyou-pro-table .thankyou-table-row:not(:first-child) {
  padding-block: 16px;
  border-bottom: 1px solid #cdcdcd;
}

.thankyou-pro-table .thankyou-col:first-child {
  width: 50%;
}

.thankyou-pro-table .thankyou-col:nth-child(2n) {
  width: 30%;
}

.thankyou-pro-table .thankyou-col:last-child {
  margin-left: auto;
}

.primarycard-select {
  padding-right: 30px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.primarycard-select .tooltip {
  position: absolute;
  right: 0;
  top: 5px;
}

/* ==========================================================================
	#Cerfiticate Renewal Start
========================================================================== */
.certrenewal {
  padding-block: 60px;
  min-height: calc(100vh - 245px);
}

.flex-column {
  flex-direction: column;
}

.flex-between {
  justify-content: space-between;
}

.flex-end {
  justify-content: end;
}

.pb-0 {
  padding-bottom: 0px;
}

.cr-header {
  margin-bottom: 50px;
}

.cr-header h1 {
  font-size: 33px;
  color: #222;
  margin-bottom: 12px;
  font-weight: 700;
}

.cr-header p {
  padding-bottom: 0px;
}

.cr-detail-cols {
  padding: 20px;
  background-color: #F6F6F6;
  border-radius: 6px;
  gap: 1rem;
}

.cr-detail-cols > div:first-child {
  width: 305px;
  flex-wrap: nowrap;
}

.cr-refresh {
  min-width: 55px;
  height: 55px;
  background: #fff;
  justify-content: center;
  box-shadow: 0px 9px 8.9px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  margin-right: 28px;
}

.cr-text {
  max-width: 220px;
}

.cr-text h2 {
  font-size: 16px;
  color: #222;
  margin-block: 5px;
  line-height: 1.25;
}

.cr-text .certlogo {
  position: relative;
  left: -8px;
}

.cr-text p {
  padding-bottom: 0px;
}

.select-title {
  font-size: 14px;
}

.select-title strong {
  display: block;
}

.cr-price {
  width: calc(100% - 321px);
  gap: 1rem;
  flex-wrap: nowrap;
}

.cr-price > div {
  position: relative;
}

.cr-price .cr-validity {
  width: calc(100% - 110px);
}

.cr-price .select-title ~ .cr-validity {
  width: calc(100% - 392px);
}

.cr-price .cr-sans ~ .cr-validity {
  width: calc(100% - 370px);
}

.cr-price .cr-sans {
  width: calc(100% - 370px);
}

.cr-price .price {
  font-size: 22px;
  color: #222;
  min-width: 110px;
  text-align: right;
  align-self: center;
  margin-top: 0px;
  font-weight: bold;
}

.cr-price label {
  display: block;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  position: absolute;
  top: -8px;
  left: 10px;
  z-index: 9;
  padding: 0px 5px;
}

.cr-price label::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: #f6f6f6;
  right: 0px;
  bottom: 50%;
  z-index: -1;
}

.cr-checkout-button .btn-green {
  width: 143px;
  margin-left: 24px;
  padding: 10px 10px;
  text-align: center;
}

.cr-checkout-button {
  padding-top: 32px;
}

.cr-checkout-button p {
  padding-bottom: 0px;
}

.cr-selecter:hover select {
  background-color: #fff;
}

.cr-selecter {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #ffffff, #cdcdcd);
  background-image: -moz-linear-gradient(top, #ffffff, #cdcdcd);
  background-image: -ms-linear-gradient(top, #ffffff, #cdcdcd);
  background-image: -o-linear-gradient(top, #ffffff, #cdcdcd);
  background-image: linear-gradient(top, #ffffff, #cdcdcd);
}

.cr-selecter select {
  background: url(../images/select-arrows.png) no-repeat right center;
  background-size: 29px 29px;
  border: 1px solid #898989;
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 13px;
  margin: 0px;
  overflow: hidden;
  padding: 8px 10px;
  position: relative;
  text-overflow: clip;
  z-index: 2;
  text-align: left;
  width: 100%;
  appearance: none;
}

/* ==========================================================================
	#Cerfiticate Renewal End
========================================================================== */
@media only screen and (max-width: 959px) {
  .steps-body {
    max-width: calc(60% - 10px);
  }
  .sidebar {
    max-width: calc(40% - 10px);
  }
  .form-creadit-card .form-row:has(.form-col-three) {
    gap: 0;
  }
  .form-creadit-card .form-col-three {
    width: 100%;
  }
  .cr-detail-cols {
    flex-direction: column;
    align-items: flex-start;
  }
  .cr-detail-cols > div {
    width: 100% !important;
  }
  .cr-text {
    max-width: 100%;
  }
  .select-title {
    font-size: 12px;
  }
  .cr-price .select-title {
    width: calc(100% - 16px);
  }
  .cr-price .cr-validity {
    width: 100%;
  }
  .cr-price .select-title ~ .cr-validity {
    width: calc(100% - 150px);
  }
  .cr-price .cr-sans ~ .cr-validity {
    width: calc(50% - 16px);
  }
  .cr-price .cr-sans {
    width: calc(50% - 16px);
  }
}
@media only screen and (max-width: 767px) {
  .steps-body {
    max-width: 100%;
  }
  .checkout-cols {
    gap: 30px;
  }
  .checkout-cols .sidebar {
    max-width: 100%;
    order: 0;
    padding: 0;
    margin-bottom: 0px;
  }
  .checkout-cols .order-summary-box {
    margin-bottom: 0;
  }
  .promo-field.field-flotaing {
    margin-bottom: 0px;
  }
  .group-title {
    font-size: 32px;
  }
  .oredergeneratecsr .dtlraw .date {
    position: absolute;
    top: 56px;
    line-height: 25px;
  }
  .oredergeneratecsr .dtlraw .genertcsr {
    display: block;
    margin-left: 90px;
    float: left;
  }
  .cr-price {
    flex-wrap: wrap;
  }
  .cr-price .select-title {
    width: 300px;
  }
  .cr-price .select-title ~ .cr-validity {
    width: calc(100% - 316px);
  }
  .cr-price .cr-sans ~ .cr-validity {
    width: calc(50% - 16px);
  }
  .cr-price .cr-sans {
    width: calc(50% - 16px);
  }
  .cr-price .price {
    width: 100% !important;
  }
  .cp-thankyou {
    padding: 30px 20px;
  }
  .cp-next-step {
    margin: 0 0 1.5rem 0;
    padding: 20px;
  }
  .cp-next-step > div.d-flex {
    flex-direction: column;
    gap: 1.25rem;
  }
  .cp-next-step-text, .cp-next-step-step, .thankyou-orderdtl > div > strong, .thankyou-orderdtl > div > span, .thankyou-pro-table {
    width: 100%;
  }
  .thankyou-orderdtl h3 {
    margin-bottom: 20px;
    padding: 20px;
  }
  .thankyou-orderdtl > div.d-flex {
    flex-direction: column;
    gap: 0.25rem;
  }
}
@media only screen and (max-width: 576px) {
  .checkout-form .form-row:has(.form-col-half) {
    gap: 0;
  }
  .checkout-form .form-col-half {
    width: 100%;
  }
  .flyout > div {
    width: 300px;
  }
  .flyout:hover > div {
    margin-left: -147px;
  }
  .group-title {
    font-size: 24px;
  }
  .creditdtl-list ul li strong {
    width: 100%;
  }
  .thankyou-pro-table .thankyou-col:first-child {
    width: 70%;
  }
  .cr-detail-cols {
    padding: 16px;
  }
  .select-title strong {
    display: inline-block;
  }
  .cr-price .price, .cr-price .cr-sans ~ .cr-validity, .cr-price .cr-sans, .cr-price .select-title, .cr-price .select-title ~ .cr-validity {
    width: 100% !important;
  }
}

/* Scss Document */ /* Scss Document */
/* ==========================================================================
	#Plugins
========================================================================== */
.selecter {
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  position: relative;
  z-index: 1;
}

.selecter {
  background-color: #E9EEF1;
}

.selecter .selecter-element {
  height: 100%;
  left: 0;
  position: absolute;
  filter: alpha(opacity=0); /* msie */
  -moz-opacity: 0; /* firefox 1.0 */
  -khtml-opacity: 0; /* webkit */
  opacity: 0; /* css 3 */
  width: 100%;
  z-index: 0;
}

.selecter .selecter-element,
.selecter .selecter-element:focus {
  outline: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

.selecter .selecter-selected {
  background: url(../images/arrow-down.svg) no-repeat right 12px center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  color: #48565e;
  cursor: pointer;
  display: block;
  font-size: 13px;
  margin: 0px;
  overflow: hidden;
  padding: 11px 10px 10px;
  position: relative;
  text-overflow: clip;
  z-index: 2;
  text-align: left;
  line-height: 1;
}

.selecter .selecter-options {
  -webkit-border-radius: 0px 0px 2px 2px;
  -moz-border-radius: 0px 0px 2px 2px;
  -o-border-radius: 0px 0px 2px 2px;
  border-radius: 0px 0px 2px 2px;
  display: none;
  left: 0;
  margin: 0px;
  max-height: 260px;
  overflow: auto;
  overflow-x: hidden;
  padding: 0px;
  position: absolute;
  top: 100%;
  width: 100%;
  *width: auto;
  z-index: 50;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}

.selecter .selecter-group {
  background: #F9F9F9;
  border-bottom: 1px solid #e3e3e3;
  color: #999999;
  display: block;
  font-size: 11px;
  padding: 5px 10px 4px;
  text-transform: uppercase;
}

.selecter .selecter-item {
  background: #E9EEF1;
  border-top: 1px solid #cfe1eb;
  color: #48565e;
  cursor: pointer;
  display: block;
  font-size: 13px;
  margin: 0px;
  overflow: hidden;
  padding: 8px 10px;
  text-overflow: ellipsis;
  width: 100%;
  text-align: left;
}

.selecter .selecter-item.placeholder {
  display: none;
}

.selecter .selecter-item:hover {
  background: #ffffff;
}

.selecter .selecter-item.disabled {
  color: #999999;
  cursor: default;
}

.selecter .selecter-item:first-child {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

/* Open */
.selecter.open {
  z-index: 2;
}

.selecter.open .selecter-selected {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  z-index: 51;
}

/* 'Cover' Positioning */
.selecter.cover .selecter-options {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border-width: 1px;
  top: 0;
}

.selecter.cover .selecter-options .selecter-item.first {
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -o-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}

.selecter.cover.open .selecter-selected {
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -o-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  z-index: 49;
}

/* Multiple Select */
.selecter.multiple .selecter-options {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border-width: 1px;
  display: block;
  position: static;
  width: 100%;
}

/* 'Disabled' State */
.selecter.disabled .selecter-selected { /*background:$color-white; border-color:$bdr-gray4; color:$color26; cursor:$default;*/ }

.selecter.disabled .selecter-options {
  background: #ffffff;
  border-color: #eeeeee;
}

.selecter.disabled .selecter-group,
.selecter.disabled .selecter-item {
  border-color: #eeeeee;
  color: #cccccc;
  cursor: default;
}

.selecter.disabled .selecter-item.selected {
  background: #fafafa;
}

/* Scroller Support */
.selecter .selecter-options.scroller {
  overflow: hidden;
}

.selecter .selecter-options.scroller .scroller-content {
  max-height: 260px;
  padding: 0px;
}

/* Scss Document */ /* Scss Document */
/* ==========================================================================
	#Dashboard Tab
========================================================================== */
.section-dashboard {
  margin-bottom: 48px;
}

.section-dashboard .tabs-content {
  padding: 24px;
}

.main-bar {
  padding: 30px 0px 20px;
}

.main-bar .breadcrumbs {
  padding-top: 0px;
}

.main-head-inner {
  font-size: 14px;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
}

.main-head-inner span {
  padding-right: 10px;
}

.main-head-inner strong {
  color: #74CD71;
  padding-left: 10px;
}

.dashboard-head {
  margin-bottom: 20px;
}

/* ==========================================================================
	#My Order
========================================================================== */
.list-orders {
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 14px;
}

.list-orders li {
  flex: 18.333333333%;
}

.list-orders li a {
  border: 1px solid #E9EEF1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  padding: 16px;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  display: block;
  text-decoration: none;
}

.list-orders li a:hover {
  background-color: #E9EEF1;
}

.list-orders li a span {
  font-size: 16px;
  color: #48565e;
  display: block;
  margin-bottom: 10px;
}

.list-orders li strong {
  font-size: 36px;
  color: #74CD71;
  text-decoration: underline;
  display: block;
  line-height: 1;
}

.listorder {
  border: 1px solid #efeeee;
}

.listorder .headraw {
  background: #E9EEF1;
}

.listorder .headraw p {
  font-weight: bold;
  color: #48565e;
}

.listorder .dtlraw p {
  display: table-cell;
  font-size: 13px;
  padding: 12px padding10;
  color: #494949;
  line-height: 16px;
}

.listorder .dtlraw + .dtlraw p {
  font-size: 12px;
  border-top: 1px solid #efeeee;
}

.listorder .dtlraw p + p {
  border-left: 1px solid #efeeee;
}

.listorder .dtlraw .hidehead {
  display: none;
}

.listorder .dtlraw .date {
  width: 105px;
}

.listorder .dtlraw .domain {
  width: 140px;
  word-break: break-all;
}

.listorder .dtlraw .proname {
  width: 260px;
}

.listorder .dtlraw .status {
  width: 90px;
  text-align: left;
}

.listorder .dtlraw .price {
  width: 85px;
  text-align: right;
}

.listorder .dtlraw .days {
  width: 125px;
}

.listorder .dtlraw strong, .listorder .dtlraw b {
  font-weight: bold;
}

.listorder .dtlraw .domain b {
  display: block;
  font-weight: normal;
}

.listorder .dtlraw .status b {
  display: block;
  font-weight: normal;
}

.listorder .dtlraw .price span {
  display: block;
}

.listorder .dtlraw .price span a {
  color: #494949;
  font-weight: bold;
}

.listorder .dtlraw .proname span {
  display: block;
}

.listorder .dtlraw .proname span .orangetxt {
  font-weight: bold;
  text-decoration: underline;
}

.listorder .dtlraw .proname span .orangetxt:hover {
  text-decoration: none;
}

.listorder .dtlraw .domain span {
  display: block;
}

.listorder .dtlraw .domain span span a {
  color: #48565e;
  text-decoration: underline;
}

.listorder .dtlraw .domain span span a:hover {
  text-decoration: none;
}

.listorder .dtlraw .domain span .btn {
  text-decoration: none;
  color: #ffffff;
  padding-left: 10px;
}

.listorder .dtlraw .date .orangetxt {
  display: inline-block;
  margin-top: 5px;
}

.listorder .dtlraw .proname span span {
  display: inline;
}

.viewdtllink {
  color: #48565e;
  text-decoration: underline;
}

.viewdtllink:hover {
  text-decoration: none;
}

/* ==========================================================================
	#Heading
========================================================================== */
.accsatementsec {
  padding: 10px 0px;
}

.accountcntsec {
  border-top: 1px solid #E9EEF1;
  margin-top: 24px;
  padding-top: 24px;
}

.accountcntsec h2 {
  text-transform: uppercase;
  color: #74CD71;
  margin-bottom: 16px;
}

.accountcntsec h2 span {
  color: #74CD71;
}

.padbot {
  padding-bottom: 45px !important;
}

/* ==========================================================================
	#Order Detail
========================================================================== */
.certificatdtl {
  background: #E9EEF1;
  padding: 16px 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.orderdetailmn h3 {
  margin-bottom: 10px;
}

.detaillist {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.detaillist li {
  list-style: none;
  float: left;
  width: 100%;
  padding: 15px 0px;
}

.detaillist li + li {
  border-top: 1px solid #cfe1eb;
}

.detaillist li label {
  font-weight: bold;
  text-align: right;
  float: left;
  width: 36%;
}

.detaillist li span {
  float: right;
  width: 60%;
}

.sitecontacts {
  padding-top: 35px;
}

.admincontdetail {
  background: #E9EEF1;
  padding: 30px 30px 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.detailbtnsec .btnraw .dtlbtn {
  margin: 20px 20px 0px 0px;
}

.slkupgrdbtn {
  float: right;
  padding: 3px 14px;
  font-size: 17px;
}

.slksubscrition {
  padding-top: 35px;
  overflow: hidden;
}

.slksubscrbox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  background: #E9EEF1;
  padding: 30px 30px 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.slksigning {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
}

.slksigning small {
  display: block;
  margin-top: 5px;
}

.slksigning p {
  padding-bottom: 5px;
}

.slksigning p:last-child {
  padding-bottom: 15px;
}

.slksigning div:first-child {
  position: relative;
  width: 50%;
}

.slksigning div:first-child {
  background: url(../images/divider-or.svg) no-repeat center right;
}

/* ==========================================================================
	#Order Summary
========================================================================== */
.summaryinfo {
  background: #E9EEF1;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.summaryinfo .detaillist li span b {
  font-weight: normal;
  color: #454545;
}

.addfundbtn {
  text-align: center;
  border-top: 1px solid #E9EEF1;
  padding: 15px 0px 22px;
}

.expiredorder {
  padding-top: 15px;
}

.expiredordertbl {
  border: 1px solid #efeeee;
}

.expiredordertbl .headraw {
  background: #E9EEF1;
}

.expiredordertbl .headraw p {
  font-weight: bold;
  color: #48565e;
}

.expiredordertbl .dtlraw p {
  display: table-cell;
  font-size: 13px;
  padding: 12px 10px;
  color: #494949;
  line-height: 16px;
}

.expiredordertbl .dtlraw + .dtlraw p {
  font-size: 12px;
  border-top: 1px solid #efeeee;
}

.expiredordertbl .dtlraw p + p {
  border-left: 1px solid #efeeee;
}

.expiredordertbl .dtlraw .hidehead {
  display: none;
}

.expiredordertbl .dtlraw .domain {
  width: 150px;
  word-break: break-all;
}

.expiredordertbl .dtlraw .proname {
  width: 261px;
}

.expiredordertbl .dtlraw .view {
  width: 65px;
}

.expiredordertbl .dtlraw .renew {
  width: 104px;
}

.expiredordertbl .dtlraw .proname span {
  display: block;
}

.expiredordertbl .dtlraw .renew .renewbtn {
  background: url(../images/smallbtnarrow.png) no-repeat right 6px #56b114;
  height: 22px;
  line-height: 24px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  padding: 0px 16px 0px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.expiredordertbl .dtlraw .renew .renewbtn:hover {
  text-decoration: none;
  background-color: #75bf42;
}

/* ==========================================================================
	#Support
========================================================================== */
.purchasebtn {
  margin-top: 29px;
  padding: 30px 0px;
  border-top: 1px solid #E9EEF1;
  text-align: center;
}

.supporttbl {
  border: 1px solid #efeeee;
}

.supporttbl .headraw {
  background: #E9EEF1;
}

.supporttbl .headraw p {
  font-weight: bold;
  color: #48565e;
}

.supporttbl .dtlraw p {
  display: table-cell;
  font-size: 13px;
  padding: 12px 10px;
  color: #494949;
  line-height: 16px;
  vertical-align: top;
}

.supporttbl .dtlraw + .dtlraw p {
  font-size: 12px;
  border-top: 1px solid #efeeee;
}

.supporttbl .dtlraw p + p {
  border-left: 1px solid #efeeee;
}

.supporttbl .dtlraw .hidehead {
  display: none;
}

.supporttbl .dtlraw .date {
  width: 70px;
}

.supporttbl .dtlraw .date b {
  display: block;
  font-weight: bold;
}

.supporttbl .dtlraw .incidentid {
  width: 80px;
}

.supporttbl .dtlraw .subject {
  width: 370px;
  word-break: break-all;
}

.supporttbl .dtlraw .replier {
  width: 80px;
}

.supporttbl .dtlraw .status {
  width: 60px;
}

.supporttbl .dtlraw p span {
  display: block;
}

/* ==========================================================================
	#Client Support
========================================================================== */
.clientsupportmn h2 {
  line-height: 36px;
  padding-top: 20px;
}

.clientsupportmn h3 {
  font-size: 22px;
  color: #E9EEF1;
  line-height: 22px;
  margin-bottom: 30px;
}

.supportdetail {
  background: #E9EEF1;
  padding: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.clientmsgbox {
  background: #ffffff;
  border: 1px solid #898989;
  padding: 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 30px;
}

.clientmsgbox p {
  font-size: 15px;
}

.clientmsgbox p strong {
  display: block;
  line-height: 22px;
  color: #48565e;
}

.commentbox textarea {
  border: 1px solid #898989;
  padding: 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 30px;
  width: 95%;
  min-height: 130px;
}

.suportsubmitbtn {
  text-align: center;
  padding-top: 10px;
}

.clientdtlinfo {
  font-size: 15px;
}

.clientdtlinfo label {
  width: 40%;
  text-align: right;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 20px;
}

.clientdtlinfo label em {
  font-style: normal;
  color: #ff0000;
}

.clientdtlinfo span {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

/* ==========================================================================
	#Account Statement
========================================================================== */
.srchfilter {
  border-top: 1px solid #E9EEF1;
  margin-top: 24px;
  padding: 20px 0px 0px;
}

.srchfilter .orderraw, .srchfilter .selectesec + .selectesec, .srchfilter .exportlink {
  margin-top: 16px;
}

.srchfilter .orderraw label {
  text-align: right;
  font-weight: bold;
  margin-right: 10px;
  width: 140px;
}

.srchfilter .orderraw label.rightlbl {
  width: auto;
}

.srchfilter .orderraw input {
  border: 1px solid #cfe1eb;
  width: 494px;
  height: 40px;
  color: #494949;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 0px 10px;
}

.srchfilter .orderraw .datepickericon {
  margin-top: 4px;
}

.srchfilter .orderraw .orderinput {
  width: 170px;
}

.srchfilter .orderraw .selectesec .form-controls {
  width: 494px;
}

.srchfilter .srchbtn .btn + .btn, .srchfilter .exportcsv + .exportcsv {
  margin-left: 16px;
}

.srchfilter .exportcsv a {
  font-size: 16px;
  color: #48565e;
  text-decoration: underline;
  background: url(../images/ico-exportcsv.png) no-repeat right 0;
  padding-right: 25px;
  font-weight: bold;
}

.srchfilter .exportcsv a:hover {
  text-decoration: none;
}

#dvAdvanceSearch .datesec + .datesec, .advansrchopen .srchbtnraw {
  margin-right: 37px;
}

.srchfilter .advsrchlink a {
  background: url(../images/ico-advsrch.png) no-repeat right 0;
}

.accountsrch .srchbtn {
  margin-left: 18px;
}

.accountsrch .addfundbtnrow {
  margin-top: 20px;
}

.statmenttable {
  border: 1px solid #efeeee;
}

.statmenttable .headraw {
  background: #E9EEF1;
}

.statmenttable .headraw span {
  font-weight: bold;
  color: #48565e;
}

.statmenttable .dtlraw span {
  display: table-cell;
  font-size: 13px;
  padding: 12px 10px;
  color: #494949;
}

.statmenttable .dtlraw + .dtlraw span {
  font-size: 12px;
  border-top: 1px solid #efeeee;
}

.statmenttable .dtlraw span + span {
  border-left: 1px solid #efeeee;
}

.statmenttable .dtlraw .hidehead {
  display: none;
}

.statmenttable .dtlraw span.date {
  width: 80px;
}

.statmenttable .dtlraw span.transaction {
  width: 208px;
}

.statmenttable .dtlraw span.transaction b {
  font-weight: bold;
}

.statmenttable .dtlraw span.transaction label {
  display: block;
}

.statmenttable .dtlraw span.type {
  width: 112px;
  text-align: center;
}

.statmenttable .dtlraw span.deposits {
  width: 100px;
  text-align: right;
}

.statmenttable .dtlraw span.amount {
  width: 80px;
  text-align: right;
}

.statmenttable .dtlraw span.balance {
  width: 100px;
  text-align: right;
}

/* ==========================================================================
	#Account-Preference
========================================================================== */
.special-offers {
  padding: 15px 25px 0px;
}

.special-offers h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.special-offers .checksec .checkbox {
  margin-left: 15px;
  position: relative;
}

.special-offers .checksec .checkbox + .checkbox {
  margin-top: 15px;
}

.special-offers .checksec .checkbox label {
  float: left;
  width: 95%;
  cursor: pointer;
}

.checksec {
  padding-bottom: 15px;
}

.checksec .checkbox {
  float: left;
}

.checksec .checkbox + .checkbox {
  margin-left: 15px;
}

.checksec .checkbox label {
  font-size: 14px;
}

/* ==========================================================================
	#Credit card Information
========================================================================== */
.creditcard-info .formexpiredate .halfselectbox {
  width: 45%;
  float: left;
}

.creditcard-info .formexpiredate .halfselectbox + .halfselectbox {
  margin-left: 30px;
}

.creditcard-info .billingaddress h3 {
  font-size: 22px;
  line-height: 22px;
  border-top: 1px solid #cfe1eb;
  margin: 20px 27px 30px;
  padding-top: 25px;
}

.creditcard-info .savebtn {
  padding-left: 34.5%;
}

/* ==========================================================================
	#My Order
========================================================================== */
.listorder {
  border: 1px solid solid #E9EEF1;
}

.listorder .headraw {
  background: #E9EEF1;
}

.listorder .headraw p {
  font-weight: bold;
  color: #48565e;
}

.listorder .dtlraw p {
  display: table-cell;
  font-size: 13px;
  padding: 12px 10px;
  line-height: 16px;
  vertical-align: top;
}

.listorder .dtlraw + .dtlraw p {
  font-size: 12px;
  border-top: 1px solid #E9EEF1;
}

.listorder .dtlraw p + p {
  border-left: 1px solid solid #E9EEF1;
}

.listorder .dtlraw .hidehead {
  display: none;
}

.ordleinfo a.tooltips span {
  font-style: italic;
}

/* ==========================================================================
	#SAVE BUTTON CENTER
========================================================================== */
.personalinfoform .savebtn {
  padding-left: 34%;
}

.cookieswrap {
  padding: 20px 0px 0px 0px;
}

.cookieswrap p {
  padding: 0px;
}

/* ==========================================================================
	#Manage Renewal Email
========================================================================== */
.main-preference {
  padding-bottom: 0px;
}

.mailbox {
  background: #E9EEF1;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 25px 0;
  -moz-border-radius: 25px 0;
  -webkit-border-radius: 25px 0;
  -o-border-radius: 25px 0;
}

.mailbox p {
  font-size: 15px;
  line-height: 22px;
}

.mailbox p strong {
  display: block;
}

.mailbox .testhtmlsec .checksec {
  float: left;
}

.mailbox .checksec .checkbox {
  width: 100%;
}

.mailbox .checksec .checkbox b {
  font-weight: normal;
}

.mailbox .checksec .checkbox + .checkbox {
  margin: 10px 0px 0px 0px;
}

.mailbox .testhtmlsec .sandbtn {
  float: right;
}

.emailreminder p {
  padding-bottom: 5px;
}

.emailreminder .form-controls {
  width: 64%;
  margin-bottom: 15px;
}

.emailreminder .form-controls input {
  border: 1px solid #898989;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #48565e;
  font-size: 15px;
  padding: 12px;
  width: 100%;
  color: #454545;
}

.updateemail .plus-icon {
  float: left;
  margin-right: 15px;
}

.updateemail .form-controls {
  float: left;
}

.updateemail .updatemailbtn {
  float: right;
}

.updateemail .form-hint {
  font-size: 12px;
  font-style: italic;
}

.emailreminder .updateemail .form-controls {
  width: 55%;
}

.emailreminder .form-note {
  border: 1px solid #dec913;
  background: #fffee6;
  padding: 10px 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.emailreminder .form-note p {
  font-size: 13px;
  color: #8f5700;
  line-height: 16px;
  font-style: italic;
}

.emailreminder .form-note p strong {
  display: block;
  font-style: normal;
}

.verifyno .form-controls {
  width: 64%;
  float: left;
}

.verifyno .form-controls input {
  border: 1px solid #898989;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #48565e;
  font-size: 15px;
  padding: 12px;
  width: 100%;
  color: #454545;
}

.verifyno .verifynobtn {
  float: right;
}

.applyarea .radiobox {
  float: left;
}

.applyarea .radiobox .radio span {
  font-size: 15px;
}

.applyarea .radiobox .radio .radio-fake {
  margin-top: 7px;
}

.applybtn {
  float: right;
}

.orderdomaintable {
  border: 1px solid #efeeee;
}

.orderdomaintable .headraw {
  background: #E9EEF1;
}

.orderdomaintable .headraw span {
  font-weight: bold;
  color: #48565e;
}

.orderdomaintable .dtlraw span {
  display: table-cell;
  font-size: 13px;
  padding: 12px 10px;
  color: #494949;
  line-height: 16px;
}

.orderdomaintable .dtlraw + .dtlraw span {
  font-size: 12px;
  border-top: 1px solid #efeeee;
}

.orderdomaintable .dtlraw span + span {
  border-left: 1px solid #efeeee;
}

.orderdomaintable .dtlraw .hidehead {
  display: none;
}

.orderdomaintable .dtlraw span.date {
  width: 70px;
}

.orderdomaintable .dtlraw span.domain {
  width: 160px;
  word-break: break-all;
}

.orderdomaintable .dtlraw span.proname {
  width: 210px;
  font-weight: bold;
}

.orderdomaintable .dtlraw span.expireddate {
  width: 90px;
}

.orderdomaintable .dtlraw span.edit {
  width: 30px;
  text-align: center;
}

.orderdomaintable .dtlraw span.expireddate b {
  display: block;
}

/*-------------- Order Detail -------------*/
.sitecontacts .admincontdetail {
  width: 48%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 20px 20px 0;
}

.sitecontacts .admincontdetail + .admincontdetail {
  float: right;
}

.sitecontacts .detaillist li.fullline label {
  width: 100%;
  text-align: left;
}

.sitecontacts .detaillist li.fullline span {
  width: 100%;
}

.orgdetail {
  margin-top: 20px;
}

.emailbreak {
  word-break: break-all;
}

.detaillist .btn-small {
  width: 110px;
}

/*-------------- 14-07-2015 -------------*/
.dvCimProfileGrid {
  margin-top: 30px;
}

.cimprofilelist {
  border: 1px solid #efeeee;
}

.cimprofilelist .headraw {
  background: #E9EEF1;
}

.cimprofilelist .headraw p {
  font-weight: bold;
  color: #48565e;
}

.cimprofilelist .dtlraw p {
  display: table-cell;
  font-size: 13px;
  padding: 12px 10px;
  color: #494949;
  line-height: 16px;
}

.cimprofilelist .dtlraw + .dtlraw p {
  font-size: 12px;
  border-top: 1px solid #efeeee;
}

.cimprofilelist .dtlraw p + p {
  border-left: 1px solid #efeeee;
}

.cimprofilelist .dtlraw .hidehead {
  display: none;
}

.cimprofilelist .dtlraw .cartnumber {
  width: 300px;
}

.cimprofilelist .dtlraw .isprimary {
  width: 160px;
}

.cimprofilelist .dtlraw .edit {
  width: 60px;
  text-align: center;
}

.cimprofilelist .dtlraw .delete {
  width: 60px;
  text-align: center;
}

/*-------------- Authentication Status -------------*/
.authenticationtbl {
  padding-top: 35px;
}

.authentbldata {
  border: 1px solid #efeeee;
}

.authentbldata .headraw {
  background: #E9EEF1;
}

.authentbldata .headraw span {
  font-weight: bold;
  color: #48565e;
}

.authentbldata .dtlraw span {
  display: table-cell;
  font-size: 13px;
  padding: 12px 10px;
  color: #494949;
  line-height: 16px;
  width: 201px;
}

.authentbldata .dtlraw + .dtlraw span {
  font-size: 12px;
  border-top: 1px solid #efeeee;
}

.authentbldata .dtlraw span + span {
  border-left: 1px solid #efeeee;
}

.authentbldata .dtlraw .hidehead {
  display: none;
}

/*-------------- 22-07-2015 -------------*/
.reissuesec h2 {
  text-transform: uppercase;
  color: #74CD71;
  margin-bottom: 20px;
}

.reissuesec h2 span {
  color: #74CD71;
}

.detaillist .simplesltbox {
  width: 90px;
}

.detaillist .form-controls {
  float: right;
  width: 60%;
}

.selectpaymethod {
  padding: 30px 0px;
}

.selectpaymethod .selectgetway {
  padding-top: 0px;
}

.paypalinfo {
  margin-top: 30px;
}

.paypalinfo .summaryinfo {
  padding: 30px;
}

.paypalinfo .summaryinfo span {
  float: left;
  margin-right: 20px;
}

.paypalinfo .summaryinfo p {
  padding-bottom: 0px;
  float: left;
  width: 80%;
}

/*-------------- 23-07-2015 -------------*/
.editrenewaltbl {
  border: 1px solid #efeeee;
}

.editrenewaltbl .headraw {
  background: #E9EEF1;
}

.editrenewaltbl .headraw p {
  font-weight: bold;
  color: #ffffff;
}

.editrenewaltbl .dtlraw p {
  display: table-cell;
  font-size: 13px;
  padding: 12px 10px;
  color: #494949;
  line-height: 16px;
  vertical-align: middle;
}

.editrenewaltbl .dtlraw + .dtlraw p {
  font-size: 12px;
  border-top: 1px solid #efeeee;
}

.editrenewaltbl .dtlraw p + p {
  border-left: 1px solid #efeeee;
}

.editrenewaltbl .dtlraw .hidehead {
  display: none;
}

.editrenewaltbl .dtlraw .expire {
  width: 168px;
}

.editrenewaltbl .dtlraw .subject {
  width: 305px;
}

.editrenewaltbl .dtlraw .action {
  width: 128px;
  text-align: center;
}

.action a {
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.action a.activerenew {
  background: #56b114;
}

.action a.deactiverenew {
  background: #ff0000;
}

.installation-support .creditcard-info, .installation-support .selectpaymethod {
  padding: 0px 30px;
}

.installation-support .summaryinfo {
  padding: 0px;
}

.installation-support .creditcard-info .halfselectbox {
  width: 45%;
}

.installation-support .creditcard-info .form-billing {
  padding-bottom: 0px;
}

.installation-support .midline {
  display: none;
}

.confirmorderdtl {
  padding-bottom: 30px;
}

.padbotnone {
  padding-bottom: 0px !important;
}

.confirmpaydtl {
  position: relative;
}

.confirmpaydtl .editpaydtl {
  position: absolute;
  right: 0;
  top: 20px;
}

.purchasecontact .summaryinfo + .summaryinfo {
  margin-top: 20px;
}

.reminderlink h3 {
  margin-bottom: 0px;
}

#dvPayment {
  padding: 30px 0px;
}

/*------------------ Shop Now -----------*/
.brandstbl {
  border: 1px solid #E9EEF1;
}

.brandstbl .headraw {
  background: #E9EEF1;
}

.brandstbl .headraw p {
  font-weight: bold;
  color: #48565e;
}

.brandstbl .dtlraw p {
  display: table-cell;
  font-size: 13px;
  padding: 12px 10px;
  color: #494949;
  line-height: 16px;
}

.brandstbl .dtlraw + .dtlraw p {
  font-size: 12px;
  border-top: 1px solid #E9EEF1;
}

.brandstbl .dtlraw p + p {
  border-left: 1px solid #E9EEF1;
}

.brandstbl .dtlraw .hidehead {
  display: none;
}

.brandstbl .dtlraw .brand {
  width: 130px;
  word-break: break-all;
}

.brandstbl .dtlraw .proname {
  width: 290px;
}

.brandstbl .dtlraw .price {
  width: 120px;
  text-align: right;
}

.brandstbl .dtlraw .buynow {
  width: 140px;
  text-align: right;
}

.brandstbl .dtlraw .proname span {
  display: block;
}

.cporangebtn {
  background: #f6641f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  padding: 0px 9px;
  text-decoration: none !important;
  color: #ffffff !important;
  display: inline-block;
}

.cporangebtn:hover {
  background: #f6631e;
  color: #eca787 !important;
}

/*------------------ Incidents -----------*/
.incidents-head h2 {
  float: left;
}

.incidents-head .btn {
  float: right;
}

.incidentsrch {
  border-bottom: 1px solid #E9EEF1;
  padding: 0px 0px 20px;
  margin-bottom: 30px;
}

.incidentsrch h5 {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.incidentsrch label {
  float: left;
  font-size: 16px;
  font-weight: bold;
  color: #494949;
  line-height: 44px;
  margin-right: 10px;
}

.incidentsrch span {
  float: left;
  margin-right: 14px;
  width: 421px;
}

.incidentsrch input {
  float: left;
  border: 1px solid #898989;
  height: 44px;
  color: #494949;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 0px 10px;
  width: 100%;
  box-sizing: border-box;
}

.eligible-gird .dtlraw .date {
  width: 85px;
}

.eligible-gird .dtlraw .proname {
  width: 238px;
}

.eligible-gird .dtlraw .days {
  width: 122px;
}

.eligible-gird .dtlraw .cancel {
  width: 64px;
}

.accountsrch .datesec + .datesec {
  margin-left: 20px;
}

.accountsrch .exportcsv {
  clear: both;
}

.accountsrch .datesec input {
  width: 125px;
}

/* ==========================================================================
	#Notification
========================================================================== */
.notification {
  padding: 6px 0px 0px;
  border-top: 1px solid #E9EEF1;
  border-bottom: 1px solid #E9EEF1;
  margin-top: 29px;
}

.notification h5 {
  font-size: 41px;
  color: #f6631f;
  padding-right: 18px;
  letter-spacing: 2px;
  width: 100%;
}

.notification-detail {
  background: #E9EEF1;
  padding: 25px 30px 30px;
  margin-bottom: 20px;
  -webkit-border-radius: 20px 0px 20px 0px;
  -moz-border-radius: 20px 0px 20px 0px;
  -o-border-radius: 20px 0px 20px 0px;
  border-radius: 20px 0px 20px 0px;
  margin-right: 10px;
}

.notification h3 {
  line-height: 24px;
  color: #74CD71;
  font-size: 24px;
  padding-bottom: 5px;
}

.notification h4 {
  color: #E9EEF1;
  font-size: 23px;
}

.notification p {
  padding-bottom: 0px;
}

.notification p:last-child {
  margin-top: 10px;
}

/* ==========================================================================
	#Dashboard List statistic
========================================================================== */
.section-statistic {
  margin: 24px 0px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 24px;
}

.section-statistic .section-aside {
  flex: 153px;
}

.list-secures-secondary li + li {
  padding-top: 20px;
  margin-top: 20px;
}

.section-statistic .section-content {
  background: #E9EEF1;
  flex: 420px;
  padding: 14px 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.list-statistic {
  list-style: none;
}

.list-statistic li {
  padding: 12px 0px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list-statistic li:not(:last-child) {
  border-bottom: 1px solid #cfe1eb;
}

.list-statistic li p {
  width: 60%;
  padding-bottom: 0px;
  font-weight: bold;
  font-size: 16px;
  color: #48565e;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list-statistic li p span + span {
  color: #74CD71;
}

.list-statistic li p a {
  color: #74CD71;
  text-decoration: underline;
}

.manager {
  background-color: #E9EEF1;
  padding-left: 30px;
  max-width: 462px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 24px;
  position: relative;
}

.manager .manager-content {
  width: 217px;
}

.manager .manager-image {
  padding-top: 10px;
}

.manager h5 {
  padding-bottom: 3px;
  font-size: 22px;
  font-weight: normal;
  font-family: Arial, sans-serif;
  font-weight: bold;
  line-height: 1;
}

.helpdeskbtn {
  margin-top: 20px;
  text-align: center;
}

.helpdeskimg {
  text-align: center;
}

.begingencertdtl h2 {
  text-transform: uppercase;
  color: #74CD71;
  margin-bottom: 20px;
}

.begingencertdtl h2 span {
  color: #74CD71;
}

.begingencertdtl .form-billing {
  min-height: 474px;
}

.begin-popup .radio .radio-fake {
  margin-top: 5px !important;
}

.begingencertdtl .sl-generatebtn {
  padding: 20px 20px 0px 20px;
}

.begingencertdtl .sl-generatebtn .form-hint {
  max-width: 62%;
  float: right;
  padding: 10px 0px 0px !important;
}

.anchorText {
  text-decoration: underline !important;
}

.anchorText:hover {
  text-decoration: none !important;
}

/* ==========================================================================
	#Send Installation Invite Link
========================================================================== */
.invitelink {
  background: #E9EEF1;
  padding: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.invitelink h3 {
  line-height: 34px;
  padding-bottom: 15px;
}

.invitelink .form-billing {
  background: none;
  padding: 0px;
}

.form-billing.scheduleform {
  background: none;
}

.scheduleform .form-row {
  border: 1px solid #898989;
  padding: 20px 20px 20px 40px;
  position: relative;
  margin-bottom: 30px;
  -webkit-border-radius: 10px 0;
  -moz-border-radius: 10px 0;
  -o-border-radius: 10px 0;
  border-radius: 10px 0;
  margin-left: 20px;
}

.scheduleform .form-row .stepno {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #fbbd3d;
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  color: #ffffff;
  left: -20px;
  top: 20px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  -webkit-border-radius: 6px 0;
  -moz-border-radius: 6px 0;
  -o-border-radius: 6px 0;
  border-radius: 6px 0;
}

.scheduleform .form-controls {
  float: none !important;
  padding: 0px !important;
  width: 100% !important;
}

.scheduleform .form-row h4 {
  margin-bottom: 10px;
}

.scheduleform .form-row h4 span {
  font-size: 18px;
}

.scheduleform .form-label {
  float: none !important;
  width: 100% !important;
  display: block;
  text-align: left !important;
}

.scheduleform .form-col-size12 {
  float: none !important;
  margin-bottom: 20px;
}

.scheduleform .form-col-size12 .select {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.scheduleform .form-col-size12 .select > a {
  margin-left: 10px;
  background: url(../images/remove.png) no-repeat;
  height: 16px;
  width: 17px;
  text-indent: -9999em;
  background-size: 16px;
}

.scheduleform .errored {
  font-size: 14px;
  padding-bottom: 0px;
}

.scheduleform .addserver .select-small {
  float: left;
  margin-right: 20px;
}

.scheduleform .addserver .errored {
  clear: both;
}

.linehttwenty {
  line-height: 20px !important;
}

.scheduleform .radiobox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.scheduleform .radio:first-child {
  margin-right: 20px;
}

.scheduleform .radio-fake {
  margin-top: 5px !important;
}

.scheduleform .radiobox label {
  font-size: 14px;
}

.graybgbox {
  background: #ffffff;
  padding: 10px 15px;
  margin: 10px 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.scheduleform .form-controls textarea {
  height: 120px !important;
}

.scheduleform .form-hint {
  padding: 10px 0px 0px 0px !important;
}

.scheduleform .privatekey .radio {
  float: left;
}

.scheduleform .graybgbox {
  background: #E9EEF1;
}

.scheduleform > .btn-green, .scheduleform .form-check {
  margin-left: 20px;
}

.scheduleform .privatekey .radio + .radio {
  margin-left: 20px;
}

.scheduleform .checksec a {
  text-decoration: underline;
}

.scheduleform .checksec a:hover {
  text-decoration: none;
}

.sisodrdtl .admincontdetail, .sisodrdtl .certificatdtl {
  padding: 15px 30px;
}

.sisodrdtl .txtarea {
  border: 1px solid #898989;
  padding: 12px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  height: 120px;
  background: #ffffff;
}

.detaillist li label strong {
  color: #ff0000;
}

.sisodrdtl #dvtextarea {
  overflow: auto;
  height: 200px;
}

.sisodrdtl #dvtextarea p {
  font-size: 14px;
  padding-bottom: 0px;
}

.sisodrdtl #dvtextarea p + p {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #E9EEF1;
}

.sisodrdtl #dvtextarea p strong {
  display: block;
}

.listorder .status .isStatuscss1 {
  color: #74CD71;
}

.listorder .status .isStatuscss2 {
  color: #ff0000;
}

.listorder .status .isStatuscss3 {
  color: #74CD71;
}

.listorder .status .isStatuscss4 {
  color: #fbbd3d;
}

.ispayment {
  margin-top: 0px;
  border-top: none;
  padding-top: 0px;
}

.ispayment .field {
  font-size: 15px;
  color: #fc2d2d;
  border: 1px solid #898989;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
  color: #48565e;
}

.extraserverdtl {
  padding-top: 30px;
}

.isthakudtl {
  padding-top: 30px;
}

.isthakudtl .summaryinfo {
  padding: 30px;
}

.isthakudtl .summaryinfo p span {
  font-style: italic;
  display: block;
}

.form-billing.scheduleform .daytime .field {
  width: 200px;
  margin-right: 20px;
}

.daytime img {
  cursor: pointer;
}

.ispayment .detailbtnsec {
  padding-top: 20px;
  text-align: center;
}

#dvDomainDrop {
  margin-bottom: 20px;
}

.detailbtnsec .btnraw .dtlbtn .tooltip-toggle {
  padding-top: 0px;
  height: 16px;
}

.certificatdtl h3 {
  font-size: 22px;
}

.certificatdtl .detaillist .formbtn {
  float: right;
  width: 60%;
  margin-top: 5px;
}

.certificatdtl .detaillist .formbtn .dtlbtn {
  float: left;
}

.certificatdtl .detaillist .formbtn .dtlbtn .btn-small {
  margin-bottom: 0px;
}

.certificatdtl .detaillist .formbtn .btn-small {
  width: auto;
  float: left;
  margin-bottom: 10px;
}

.certificatdtl .detaillist .tooltip-toggle {
  padding-top: 0px;
  height: 16px;
  margin: 0px 0px 0px 5px;
}

.certificatdtl .detaillist form span {
  width: auto;
  float: left;
}

.certificatdtl + .certificatdtl {
  margin-top: 30px;
}

.symclistorder .dtlraw .price span a {
  font-weight: normal;
}

.certificatdtl .list-green-bullets {
  padding-bottom: 25px;
}

.certificatdtl .list-green-bullets li {
  font-size: 16px;
  line-height: 26px;
}

.certificatdtl .list-green-bullets ol {
  margin: 10px 0px;
}

.certificatdtl .list-green-bullets ol li:before {
  display: none;
}

.cptickets {
  margin-top: 0px;
  padding-top: 0px;
  border-top: none;
}

.cptickets .orderraw {
  float: left;
}

.cptickets .orderraw + .orderraw {
  float: right;
}

.cptickets .datesec:first-child {
  margin-right: 15px;
}

.cptickets label.leftlbl {
  width: auto;
}

.cptickets .datesec input {
  width: 255px;
  margin: 0px;
}

.symcreissuedone {
  display: block;
  text-align: center;
}

.renewpoprow + .renewpoprow {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #efeeee;
}

.renewpoprow .renewpoptxt {
  width: 64%;
}

.renewpoptxt .note {
  font-size: 12px;
  font-style: italic;
}

.renewpoptxt p {
  font-size: 14px;
}

.renewpoptxt p + p {
  margin-top: 10px;
}

.renewpoptxt p strong {
  display: block;
}

.renewpoprow .btn {
  margin-top: 25px;
}

.dnstbl {
  border: 1px solid #E9EEF1;
  margin: 15px 0px;
  clear: both;
  float: left;
  background: #ffffff;
  width: 100%;
}

.dnstblraw {
  float: left;
  width: 100%;
}

.headraw p {
  background: #E9EEF1;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 14px;
}

.dnstblraw p {
  margin: 0px;
  padding: 5px 10px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.dnstbl2raw p {
  width: 50%;
}

.dnstbl3raw p {
  width: 33.333333%;
}

.dnstblraw p + p {
  border-left: 1px solid #E9EEF1;
}

.dnstblraw + .dnstblraw {
  border-top: 1px solid #E9EEF1;
}

.dnstblraw + .dnstblraw p {
  font-size: 13px;
  word-break: break-all;
}

.dashboard-order-list li:last-child {
  margin-right: 0px;
}

.addfundtxt {
  height: 60px;
}

.multiselectbox {
  width: 100%;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  overflow: auto;
  max-height: 200px;
  border: 1px solid #cfe1eb;
}

.multiselectbox option {
  padding: 5px;
}

.sl-generation-upsell {
  background: #ffffff;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin: 0px 20px;
}

.sl-generation-upsell .d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
}

.sl-generation-upsell .notification-error {
  margin: 20px 0px 0px;
}

.form-billing .sl-generation-upsell .form-controls {
  float: none;
  padding: 0px 10px;
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.form-billing .form-controls a#btnEditEmail {
  text-decoration: none;
}

.form-billing .form-controls a#btnEditEmail img {
  margin: 0 10px;
}

.form-billing #dvNewEmail .form-controls.mt-10 {
  margin-bottom: 10px;
}

.form-row#dvNewEmail .form-controls .verifybtn .bluelinebutton {
  background: #f6641f;
  padding: 7px 14px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  vertical-align: middle;
  text-decoration: none;
  border: 1px solid;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.form-row#dvNewEmail .form-controls #btncancelEditEmail {
  color: #74CD71;
  padding: 7px 14px;
  border: 1px solid;
  font-size: 16px;
  background-color: transparent;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  vertical-align: middle;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.form-row#dvNewEmail .form-controls #btncancelEditEmail:hover {
  background-color: #f6641f;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.form-row#dvNewEmail .form-controls .verifybtn .bluelinebutton:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  color: #74CD71;
  border-color: #74CD71;
  background-color: transparent;
}

.token-icons a {
  background-color: #74CD71;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 10px;
}

.token-icons a + a {
  margin-left: 15px;
}

.reissue-alert {
  display: flex;
  align-items: flex-start;
}

.reissue-alert .btn {
  margin-left: 20px;
  white-space: nowrap;
  background-color: #8f8d5d;
}

.reissue-alert .btn:hover {
  color: #f8f7d3;
}

.reissue-alert p {
  padding-bottom: 0px;
}

#reissuepopup .popup-body {
  overflow-y: auto;
  max-height: calc(94vh - 122px);
}

@media only screen and (max-width: 959px) {
  .section-dashboard .tabs-content {
    padding: 0px;
  }
  .section-dashboard .tab-body {
    padding: 20px;
  }
  .list-orders {
    flex-wrap: wrap;
  }
  .list-orders li {
    flex: 30.33333%;
  }
  .srchfilter .orderraw, .srchfilter .datesec, .srchfilter .orderraw .datesec > span, .srchfilter .orderraw .form-controls, .srchfilter .orderraw input, .srchfilter .orderraw span, .srchfilter .orderraw .selectesec .form-controls {
    width: 100%;
  }
  .srchfilter .orderraw label, .srchfilter .orderraw label.rightlbl {
    text-align: left;
    margin-right: 0px;
    width: 100%;
  }
  .srchfilter .orderraw .orderinput {
    width: 100%;
    margin-right: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .srchfilter .orderraw .datesec + .datesec {
    margin-top: 16px;
  }
  .srchfilter #dvDate .datesec .orderinput {
    margin-right: 5px;
  }
  .srchfilter #dvDate .datesec > span {
    display: inline-flex;
  }
  #dvAdvanceSearch .datesec + .datesec, .advansrchopen .srchbtnraw {
    margin-right: 0px;
  }
  .listorder {
    border-top: none;
  }
  .listorder .headraw {
    display: none;
  }
  .listorder .dtlraw p {
    display: block;
    width: 97% !important;
    padding: 5px;
  }
  .listorder .dtlraw + .dtlraw {
    border-top: 1px solid #efeeee;
  }
  .listorder .dtlraw + .dtlraw p {
    border-top: none;
  }
  .listorder .dtlraw p + p {
    border-left: none;
  }
  .listorder .dtlraw p {
    font-size: 12px;
  }
  .listorder .dtlraw + .dtlraw p {
    font-size: 12px;
  }
  .listorder .dtlraw .hidehead {
    display: inline-block !important;
    margin-right: 5px;
  }
  .listorder .dtlraw span b {
    display: inline-block !important;
  }
  .listorder .dtlraw p span {
    display: block;
  }
  .listorder .dtlraw p.proname {
    font-weight: normal;
  }
  .listorder .dtlraw p.domain b {
    display: block !important;
  }
  .listorder .dtlraw .price, .listorder .dtlraw .status {
    text-align: left;
  }
  .cptickets {
    margin-bottom: 20px;
  }
  .cptickets .orderraw + .orderraw, .cptickets .orderraw {
    float: none;
  }
  .cptickets label.leftlbl {
    width: 110px;
  }
  .cptickets .srchbtn {
    padding-left: 118px;
  }
  .statmenttable {
    border-top: none;
  }
  .statmenttable .headraw {
    display: none;
  }
  .statmenttable .dtlraw span {
    display: block;
    width: 97% !important;
    padding: 5px;
    text-align: left !important;
  }
  .statmenttable .dtlraw + .dtlraw {
    border-top: 1px solid #efeeee;
  }
  .statmenttable .dtlraw + .dtlraw span {
    border-top: none;
  }
  .statmenttable .dtlraw span + span {
    border-left: none;
  }
  .statmenttable .dtlraw span {
    font-size: 12px;
  }
  .statmenttable .dtlraw + .dtlraw span {
    font-size: 12px;
  }
  .statmenttable .dtlraw .hidehead {
    display: block !important;
    margin-right: 5px;
  }
  .accountsrch .datesec + .datesec {
    margin-left: 60px;
  }
  .accountsrch .srchbtn {
    float: left;
    padding-left: 90px;
  }
  .accountsrch .exportcsv {
    clear: none;
    padding: 5px 0px 0px 10px !important;
    float: left;
  }
  .scheduleform .radiobox label {
    font-size: 12px;
  }
  .scheduleform .checksec {
    padding-bottom: 0 !important;
  }
  .scheduleform .form-row:last-child {
    padding-bottom: 0 !important;
  }
  .form-billing.scheduleform .daytime .field {
    width: 190px;
    margin-right: 10px;
    font-size: 14px;
  }
  .expiredordertbl .dtlraw .renew .renewbtn {
    height: auto;
    background-position: right center !important;
    line-height: 16px;
  }
  .supporttbl {
    border-top: none;
  }
  .supporttbl .headraw {
    display: none;
  }
  .supporttbl .dtlraw p {
    display: block;
    width: 97% !important;
    padding: 5px;
  }
  .supporttbl .dtlraw + .dtlraw {
    border-top: 1px solid #efeeee;
  }
  .supporttbl .dtlraw + .dtlraw p {
    border-top: none;
  }
  .supporttbl .dtlraw p + p {
    border-left: none;
  }
  .supporttbl .dtlraw p {
    font-size: 12px;
  }
  .supporttbl .dtlraw + .dtlraw p {
    font-size: 12px;
  }
  .supporttbl .dtlraw .hidehead {
    display: inline-block !important;
    margin-right: 5px;
  }
  .supporttbl .dtlraw p span {
    display: block;
  }
  .supporttbl .dtlraw .renew .renewbtn {
    height: 22px;
    line-height: 22px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .reissue-alert {
    flex-direction: column;
  }
  .reissue-alert p {
    margin-bottom: 15px;
  }
  .reissue-alert .btn {
    margin-left: 0;
  }
  .listorder {
    border-top: none;
  }
  .listorder .headraw {
    display: none;
  }
  .listorder .dtlraw p {
    display: block;
    width: 97% !important;
    padding: 5px;
  }
  .listorder .dtlraw + .dtlraw {
    border-top: 1px solid #efeeee;
  }
  .listorder .dtlraw + .dtlraw p {
    border-top: none;
  }
  .listorder .dtlraw p + p {
    border-left: none;
  }
  .listorder .dtlraw p {
    font-size: 12px;
  }
  .listorder .dtlraw + .dtlraw p {
    font-size: 12px;
  }
  .listorder .dtlraw .hidehead {
    display: inline-block !important;
    margin-right: 5px;
  }
  .listorder .dtlraw span b {
    display: inline-block !important;
  }
  .listorder .dtlraw p span {
    display: block;
  }
  .listorder .dtlraw p.proname {
    font-weight: normal;
  }
  .listorder .dtlraw p.domain b {
    display: block !important;
  }
  .statmenttable .dtlraw span.transaction {
    width: 105px;
  }
  .accountsrch .datesec + .datesec {
    margin-left: 0px;
  }
  .accountsrch .srchbtn {
    padding-left: 0px;
  }
  .cptickets .srchbtn {
    padding-left: 0px;
  }
  .cptickets .datesec input {
    width: 100%;
    box-sizing: border-box;
  }
  .expiredordertbl {
    border-top: none;
  }
  .expiredordertbl .headraw {
    display: none;
  }
  .expiredordertbl .dtlraw p {
    display: block;
    width: 97% !important;
    padding: 5px;
  }
  .expiredordertbl .dtlraw + .dtlraw {
    border-top: 1px solid #efeeee;
  }
  .expiredordertbl .dtlraw + .dtlraw p {
    border-top: none;
  }
  .expiredordertbl .dtlraw p + p {
    border-left: none;
  }
  .expiredordertbl .dtlraw p {
    font-size: 12px;
  }
  .expiredordertbl .dtlraw + .dtlraw p {
    font-size: 12px;
  }
  .expiredordertbl .dtlraw .hidehead {
    display: inline-block !important;
    margin-right: 5px;
  }
  .expiredordertbl .dtlraw p span {
    display: block;
  }
  .expiredordertbl .dtlraw .renew .renewbtn {
    height: 22px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .supporttbl {
    border-top: none;
  }
  .supporttbl .headraw {
    display: none;
  }
  .supporttbl .dtlraw p {
    display: block;
    width: 97% !important;
    padding: 5px;
  }
  .supporttbl .dtlraw + .dtlraw {
    border-top: 1px solid #efeeee;
  }
  .supporttbl .dtlraw + .dtlraw p {
    border-top: none;
  }
  .supporttbl .dtlraw p + p {
    border-left: none;
  }
  .supporttbl .dtlraw p {
    font-size: 12px;
  }
  .supporttbl .dtlraw + .dtlraw p {
    font-size: 12px;
  }
  .supporttbl .dtlraw .hidehead {
    display: inline-block !important;
    margin-right: 5px;
  }
  .supporttbl .dtlraw p span {
    display: block;
  }
  .supporttbl .dtlraw .renew .renewbtn {
    height: 22px;
    line-height: 22px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 576px) {
  .list-orders li {
    flex: 48%;
  }
}

/* Scss Document */ /* Scss Document */
/* ==========================================================================
	#Section Browsers
========================================================================== */
.section-browsers {
  text-align: center;
}

.section-browsers .section-entry {
  font-size: 22px;
  font-weight: bold;
}

.section-browsers .section-entry p {
  padding-bottom: 0px;
}

.list-browsers {
  margin-bottom: 40px;
  list-style: none;
}

.list-browsers li {
  width: 20%;
  text-align: center;
}

.list-browsers a:hover {
  filter: alpha(opacity=70); /* msie */
  -moz-opacity: 0.7; /* firefox 1.0 */
  -khtml-opacity: 0.7; /* webkit */
  opacity: 0.7; /* css 3 */
}

@media (max-width: 959px) {
  .section-browsers p {
    padding-bottom: 0px;
  }
  .list-browsers img {
    width: 62px;
  }
}
@media (max-width: 767px) {
  .section-browsers .section-entry {
    padding: 0px 20px;
    font-size: 14px;
  }
  .list-browsers {
    margin-bottom: 20px;
  }
  .list-browsers img {
    width: 28px;
  }
}

/* Scss Document */ /* Scss Document */
/* ==========================================================================
	#Free SSL Certificate
========================================================================== */
.certinstallstep {
  margin: 15px 0px 30px;
}

.certinstallstep .installstep {
  background: #494949;
  float: left;
  padding: 22px 0px;
  width: 31.5%;
  height: 45px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.certinstallstep .installstep + .installstep {
  margin-left: 19px;
}

.certinstallstep .installstep span {
  font-size: 30px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: #ffffff;
  line-height: 45px;
  float: left;
}

.certinstallstep .installstep span + span {
  float: right;
  margin: 0px 25px 0px 0px;
}

.certinstallstep .enroll span {
  margin-left: 45px;
}

.certinstallstep .confirm span {
  margin-left: 37px;
}

.certinstallstep .installcert span {
  width: 100%;
  margin: 0px;
  text-align: center;
}

.freesslbrowsers {
  padding: 5px 0px 20px 0px;
}

.freesslbrowsers .section-browsers {
  padding-top: 0px;
}

.freesslbrowsers .shell {
  width: 100%;
  padding: 15px 0px;
}

.freesslbrowsers .list-browsers {
  padding-bottom: 20px;
}

.freesslbrowsers .section-entry {
  font-size: 16px;
}

.freesslbrowsers .list-browsers img {
  width: 55px;
}

/*List Green Bullets Start*/
.article-entry .list-green-bullets {
  margin-left: 35px;
  padding-bottom: 15px;
}

.article-entry .list-green-bullets li {
  font-size: 16px;
  line-height: 26px;
}

.article-entry .list-green-bullets li:before {
  top: 9px;
}

/*List Green Bullets End*/
.certfeatures {
  margin-bottom: 30px;
}

.certfeatures-list {
  width: 390px;
  float: left;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.certfeatures-list .compyellowbg {
  padding: 30px;
  background: #ffbd37;
}

.certfeatures-list ul {
  list-style: none;
}

.certfeatures-list ul li {
  background: url(../images/greyroundarrow.png) no-repeat;
  padding-left: 35px;
  font-size: 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  line-height: 19px;
}

.certfeatures-list ul li + li {
  margin-top: 22px;
}

.upgreadformtxt {
  float: left;
  width: 150px;
  margin-left: 25px;
}

.orangebox {
  background: #74CD71;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 23px;
}

.orangebox p {
  font-size: 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  line-height: 27px;
  text-align: center;
  color: #ffffff;
}

.trysec {
  float: left;
  width: 110px;
  margin-left: 25px;
}

.trybuybtn {
  margin-bottom: 30px;
}

.trybuybtn .btn + .btn {
  margin-left: 12px;
}

.customerslogosec {
  border-top: 1px solid #E9EEF1;
}

/* Scss Document */
/* Scss Document */
/* ==========================================================================
	#Popups
========================================================================== */
.popup .article h4 {
  font-size: 28px;
  color: #74CD71;
}

.popup .article img {
  width: 207px;
  margin: 3px 0px 0px 10px;
}

.popup-head {
  padding: 0px 20px 13px 0px;
}

.popup-title {
  font-size: 40px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.12;
}

.popup-title-small {
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
}

.popup-title span {
  text-transform: none;
}

.smallbox {
  width: 110px;
  margin-bottom: 10px;
}

.popup-body h5 {
  color: #74CD71;
  margin-bottom: 10px;
}

.popup-body p {
  padding-bottom: 0px;
}

.popup-body p + p {
  margin-top: 15px;
}

.popup-actions .link-close {
  position: absolute;
  top: 10px;
  right: 11px;
  width: 22px;
  height: 22px;
  background: url(../images/close-icon.svg) no-repeat;
}

.popup-seal {
  width: 1036px;
}

.table-rating {
  padding-bottom: 10px;
  font-size: 14px;
}

.table-rating td {
  padding: 10px 0px;
}

.table-rating .rate {
  justify-content: flex-end;
}

.table-rating tr + tr td {
  border-top: 1px solid #E9EEF1;
}

.table-rating .rate img {
  width: 19px;
  height: 19px;
}

.rating-factors {
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #E9EEF1;
  font-size: 14px;
}

.rating-factors h4 {
  font-size: 28px;
  color: #023554;
  margin-bottom: 20px;
}

.rating-factors .list-orange-bullets {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.rating-factors .list-orange-bullets li {
  flex-basis: 160px;
  margin: 0 !important;
  line-height: 1;
}

.rating-factors .list-orange-bullets li:before {
  top: 2px;
}

.popup-rating .rating h2 {
  font-size: 40px;
  line-height: 1.12;
  color: #74CD71;
}

.table-seal {
  border: 2px solid #cfe1eb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1.55;
  overflow: hidden;
}

.table-seal table {
  border-collapse: collapse;
}

.table-seal th {
  padding: 16px 18px 17px;
  background: #898989;
  font-size: 16px;
  line-height: 1.13;
  color: #ffffff;
  text-align: left;
}

.table-seal td {
  height: 120px;
  padding: 16px 18px 12px;
}

.table-seal td:first-child {
  vertical-align: top;
}

.table-seal td + td {
  border-left: 2px solid #cfe1eb;
}

.table-seal tr + tr td {
  border-top: 2px solid #cfe1eb;
}

.table-seal .center {
  text-align: center;
}

.table-seal tr:nth-child(even) td {
  background: #E9EEF1;
}

.seal-entry {
  padding: 14px 0px 0px;
  font-size: 11px;
}

.seal-entry p {
  padding-bottom: 0px;
}

.seal-entry p + p {
  padding-top: 13px;
}

.popup-money-back .popup-body {
  padding-bottom: 15px;
}

.popup-money-back .article {
  line-height: 1.55;
}

.popup-money-back .article a {
  text-decoration: none;
}

.popup-money-back .article a:hover {
  text-decoration: none;
}

.popup-money-back .article img {
  margin-left: 32px;
}

.dc-seal-table th {
  padding: 15px;
  font-size: 14px;
}

.validity-title {
  font-size: 34px;
}

/* ==========================================================================
	#Shopping Cart Popup / 20-05-2015
========================================================================== */
.popupprdtl ul li, .popupprdtl ul {
  list-style: none;
  float: left;
  width: 100%;
}

.popupprdtl ul li {
  font-size: 14px;
  padding: 0px 0px 20px 0px;
}

.popupprdtl ul li + li {
  border-top: 1px solid #898989;
  padding: 20px 0px;
}

.popupprdtl ul li strong {
  float: left;
  width: 40%;
}

.popupprdtl-rt {
  float: left;
  width: 55%;
}

.popupprdtl-rt .radio {
  float: left;
}

.popupprdtl-rt .radio + .radio {
  margin-left: 20px;
}

.popupprdtl ul li h6 {
  margin-bottom: 10px;
  color: #74CD71;
}

.listraw {
  float: left;
  width: 100%;
}

.popupprdtl ul li strong span {
  color: #74CD71;
}

.sancert {
  background: #E9EEF1;
  -webkit-border-radius: 14px 0px;
  -moz-border-radius: 14px 0px;
  -o-border-radius: 14px 0px;
  border-radius: 14px 0px;
}

.sancert .domainselect {
  float: left;
  padding: 20px;
  box-sizing: border-box;
  width: 50%;
}

.sancert .domainselect + .domainselect {
  width: 25%;
}

.domainselect label {
  display: block;
  font-weight: bold;
  color: #74CD71;
  padding-bottom: 5px;
}

.selectyr {
  width: 55%;
}

/* ==========================================================================
	#Promo Expired Popup / 10-06-2015
========================================================================== */
.popup-expired-promo .article img {
  margin: 0px;
  width: auto;
  height: auto;
}

.promocode-popup .promo-img {
  float: left;
  position: relative;
}

.promocode-popup .promo-decp {
  float: right;
  width: 405px;
  margin-top: 20px;
  border-bottom: 1px solid #fbba34;
  padding-bottom: 25px;
}

.botcontactinfo p {
  float: left;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  padding-top: 5px;
}

.botcontactinfo p span {
  color: #74CD71;
}

.botcontactinfo p a {
  color: #74CD71;
}

.botcontactinfo .chatbubble {
  float: right;
}

/* ==========================================================================
	#Begin Generation Popup / 15-06-2015
========================================================================== */
.popup-form .form-label {
  float: left;
  width: 10%;
  float: left;
  line-height: 43px;
  font-size: 16px;
}

.popup-form .form-label strong {
  color: #fc2d2d;
}

.popup-form .field {
  font-size: 15px;
  color: #48565e;
  border: 1px solid #cfe1eb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  padding: 12px;
}

.popup-form .form-controls {
  margin-right: 20px;
}

.popup-form .form-row + .form-row {
  padding-top: 18px;
}

.popup-form .form-hint {
  font-size: 12px;
  color: #48565e;
  font-style: italic;
  padding-top: 10px;
  padding-bottom: 0px;
  line-height: 1;
}

.generatebtn {
  padding-left: 36%;
}

.begin-popup .selecter .selecter-options {
  max-height: 92px;
}

/* ==========================================================================
	#Add Funds / 29-06-2015
========================================================================== */
.addfunddata {
  background: none;
  padding: 0px;
}

.addfunddata h4 {
  color: #74CD71;
  margin-bottom: 15px;
}

.addfunddata .form-controls {
  width: 57%;
}

.addfunddata .paymethod {
  border-top: 1px solid #898989;
  border-bottom: 1px solid #898989;
  padding: 20px 0px !important;
}

.paymethod .form-label {
  line-height: normal;
}

.addfunddata .creditinfo {
  padding-top: 0px !important;
}

.creditinfo .select {
  width: 48%;
  float: left;
}

.creditinfo .select + .select {
  margin-left: 20px;
}

.creditinfo .selecter .selecter-options {
  max-height: 92px;
}

.creditinfo .form-controls {
  width: 48%;
  float: left;
}

.creditinfo .form-controls + .form-controls {
  margin-left: 20px;
}

.creditinfo .fullrow + .fullrow {
  margin-top: 20px;
}

.cvvno .field {
  width: 20%;
  float: left;
}

.cvvcardimg {
  position: relative;
  float: left;
  cursor: pointer;
  margin: 5px 15px 0 15px;
}

.cvvcardimg img {
  width: auto;
}

.cvvcardimg span {
  display: none;
  position: absolute;
  left: 55px;
  top: 0;
}

.cvvcardimg:hover span {
  display: block;
}

.addfunddata .selectpaymethod {
  padding: 20px 0px;
  border-top: 1px solid #898989;
}

.addfunddata h2 {
  font-size: 24px;
  color: #74CD71;
}

.addfunddata .creditcard-info {
  padding-bottom: 20px;
}

.addfunddata .form-label {
  width: 34%;
}

.addfunddata .creditcard-info .summaryinfo {
  padding: 30px;
}

.addfunddata .halfselectbox + .halfselectbox {
  margin-left: 27px !important;
}

.addfunddata .smfontpara {
  padding-bottom: 20px;
  font-size: 14px;
}

/* ==========================================================================
	#Set Password / 30-06-2015
========================================================================== */
.popup-setpassword .popup-body {
  padding: 48px;
}

.popup-setpassword .logo {
  margin-bottom: 24px;
}

.setpassform .form-row {
  margin-top: 25px;
}

.setpassform .form-label {
  display: block;
  line-height: normal;
  font-family: "Roboto Condensed", sans-serif;
  color: #222222;
  margin-bottom: 5px;
}

.setpassform .form-controls .field {
  width: 100%;
  padding: 16px;
  border: 1px solid #cfe1eb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.setpassform .form-controls .field:invalid {
  border-color: #ff0000 !important;
}

.setpassform .form-controls .field:hover, .setpassform .form-controls .field:focus {
  border-color: #74CD71 !important;
}

.setpassform .form-controls .field:focus {
  box-shadow: 0 0 0 1px #74CD71;
}

.setpassform .form-hint {
  padding: 5px 0px 0px;
  color: #999999;
  font-size: 14px;
  font-style: italic;
}

.setpassform .form-actions .btn-green {
  background-image: none;
  padding: 16px 32px;
}

/* ==========================================================================
	#SSL Expert Advice / 30-06-2015
========================================================================== */
.expertbtnsec {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #fbba34;
}

.expertbtnsec .expertbtn {
  float: left;
  width: 140px;
}

.expertbtnsec .expertbtn + .expertbtn {
  float: right;
  text-align: right;
}

.expertbtn p {
  font-size: 11px;
  margin-top: 5px;
}

/* ==========================================================================
	#Change Approver Email Popup / 17-07-2015
========================================================================== */
.selectmailid {
  background: none;
  padding: 0px;
}

.selectmailid .form-row + .form-row {
  padding-bottom: 0px;
}

.selectmailid .radio {
  width: 50%;
  padding: 10px 10px 10px 0px;
  float: left;
  box-sizing: border-box;
  border-bottom: 1px solid #898989;
}

.selectmailid .radio:nth-child(even) {
  padding: 10px 0px 10px 10px;
}

.selectmailid .radio .radio-fake {
  margin-top: 7px;
}

.selectmailid .radio .label-content {
  float: left;
  word-break: break-all;
  width: 93%;
}

.selectmailid .btn {
  float: left;
}

.selectmailid .note {
  float: right;
  font-size: 13px;
  margin-top: 10px;
  font-style: italic;
}

/* ==========================================================================
	#Add to Cart / 22-07-2015
========================================================================== */
.popup-add-cart .form-symantec {
  color: #48565e;
}

.popup-add-cart .form-symantec .form-cols {
  padding-bottom: 20px;
}

.popup-add-cart .form-symantec .form-col-size1 {
  width: 370px;
  box-sizing: border-box;
  background: #E9EEF1;
  padding: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.popup-add-cart .form-symantec .form-col-size2 {
  width: 200px;
}

.popup-add-cart .form-symantec .radio label {
  overflow: hidden;
  padding: 5px 10px;
  line-height: 1.25;
}

.popup-add-cart .form-symantec .label-content {
  overflow: hidden;
}

.popup-add-cart .form-symantec .term-title {
  font-size: 13px !important;
}

.popup-add-cart .form-symantec .term-title strong {
  font-weight: normal;
}

.popup-add-cart .form-symantec .term-title span {
  color: #48565e;
}

.popup-add-cart .form-symantec .term-save {
  display: none;
  font-size: 13px;
  color: #74CD71;
}

.popup-add-cart .form-symantec .radio.checked {
  margin: 4px 0px 10px;
}

.popup-add-cart .form-symantec .radio.checked label {
  padding: 7px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #cccccc;
}

.popup-add-cart .form-symantec .radio.checked .radio-fake {
  float: left;
  margin-top: 2px;
}

.popup-add-cart .form-symantec-secondary {
  position: relative;
}

.popup-add-cart .total-list {
  padding-bottom: 12px;
  border-bottom: 1px solid #E9EEF1;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  text-align: right;
}

.popup-add-cart .form-symantec-secondary .total-list {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #E9EEF1;
  border-bottom: 1px solid #E9EEF1;
  margin-top: 0px;
}

.popup-add-cart .form-symantec-secondary .total-list + .total-list {
  border-top: none;
}

.popup-add-cart .form-symantec-secondary .total {
  float: left;
  width: 100%;
  border-bottom: 1px solid #E9EEF1;
  padding-bottom: 15px;
  line-height: 24px;
  position: relative;
}

.popup-add-cart .total strong {
  font-family: "Roboto Condensed", sans-serif;
  float: right;
  text-align: right;
  font-size: 24px;
  font-weight: bold;
}

.popup-add-cart .form-symantec-secondary .total span {
  float: left;
  font-weight: bold;
  font-size: 14px;
  color: #343434;
}

.popup-add-cart .form-symantec .selecter .selecter-selected {
  background: url(../images/select-arrows-small.png) no-repeat right center;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  padding: 4px 10px;
  position: relative;
  text-overflow: clip;
  z-index: 2;
  border: 1px solid #898989;
}

.popup-add-cart .form-symantec .selecter .selecter-item {
  padding: 4px 10px;
}

.popup-add-cart .form-symantec .form-col-size2 .form-label {
  display: inline-block;
  vertical-align: middle;
  float: left;
}

.popup-add-cart .form-symantec .form-col-size2 .form-controls {
  float: right;
}

.popup-add-cart .form-symantec .form-row .formlogo {
  display: none;
}

.popup-add-cart .form-symantec .form-row {
  padding-bottom: 0px;
}

.popup-add-cart .form-symantec .form-label {
  width: 130px;
  padding: 0px 0px 0px 0px;
  font-size: 11px;
  line-height: 33px;
}

.popup-add-cart .form-symantec .form-label ~ .form-controls {
  width: 67px;
}

.popup-add-cart .form-symantec .btn {
  width: 180px;
  padding: 9px 0px 11px 18px;
  margin-left: 5px;
}

.popup-add-cart .form-symantec .btn .ico-btn-arrow, .form-symantec .btn .ico-btn-arrow-white {
  margin-left: 8px;
}

.popup-add-cart .tooltip-toggle {
  display: inline-block;
  width: 13px;
  height: 13px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: -4px 0px 0px 0px;
  background: #74CD71;
  font-size: 10px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  line-height: 13px;
  padding: 0px;
}

.popup-add-cart .tooltip-toggle:hover {
  text-decoration: none;
}

.popup-add-cart .tooltip {
  position: relative;
}

.popup-add-cart .tooltip-content {
  position: absolute;
  bottom: 100%;
  left: -110px;
  z-index: 102;
  width: 166px;
  padding: 11px 15px 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin: 0px 0px 22px -14px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 3px #48565e;
  -moz-box-shadow: 0px 0px 3px #48565e;
  box-shadow: 0px 0px 3px #48565e;
  font-size: 12px;
  line-height: 1.34;
  font-weight: normal;
  letter-spacing: -1px;
  filter: alpha(opacity=0); /* msie */
  -moz-opacity: 0; /* firefox 1.0 */
  -khtml-opacity: 0; /* webkit */
  opacity: 0; /* css 3 */
  visibility: hidden;
  -moz-transition: 0.5s, all;
  -o-transition: 0.5s, all;
  -webkit-transition: 0.5s, all;
  transition: 0.5s, all;
}

.popup-add-cart .tooltip-content:after {
  position: absolute;
  bottom: -20px;
  left: 110px;
  width: 26px;
  height: 20px;
  background: url(../images/sprite.png) -243px -108px no-repeat;
  content: "";
}

.popup-add-cart .tooltip-visible .tooltip-content {
  filter: alpha(opacity=100); /* msie */
  -moz-opacity: 1; /* firefox 1.0 */
  -khtml-opacity: 1; /* webkit */
  opacity: 1; /* css 3 */
  visibility: visible;
}

.popup-add-cart .features {
  padding: 16px;
  border: 1px solid #E9EEF1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.popup-add-cart .features .col-size1 {
  flex: 365px;
}

.popup-add-cart .features .col-size2 {
  flex: 168px;
}

.popup-add-cart .features ul {
  list-style: none;
}

.popup-add-cart .features .list-green-bullets {
  margin-left: 16px;
}

.popup-add-cart .features-desc {
  padding: 16px;
}

.popup-add-cart .features-desc ul, .popup-add-cart .features-checks ul {
  gap: 10px;
}

.popup-add-cart .features-desc li {
  flex: 140px;
}

.popup-add-cart .features-checks {
  padding-top: 10px;
}

.popup-add-cart .features-checks li {
  font-size: 11px;
}

.popup-add-cart .features-icons {
  padding-bottom: 15px;
}

.popup-add-cart .features-icons ul {
  overflow: hidden;
}

.popup-add-cart .features-icons li {
  width: 46px;
}

.popup-add-cart .features-icons li + li {
  padding-left: 10px;
}

.popup-add-cart .features-icons li img {
  max-width: 100%;
}

.popup-add-cart .features-icons span {
  display: block;
  padding-top: 8px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 10px;
  line-height: 1;
}

.popup-add-cart .viewfulldtl {
  text-align: right;
  font-size: 12px;
  padding-top: 10px;
}

.popup-add-cart .viewfulldtl a {
  text-decoration: underline;
}

.popup-add-cart .viewfulldtl a:hover {
  text-decoration: none;
}

.popup-add-cart .form-symantec .form-col-size2 .form-row {
  float: left;
  width: 100%;
}

.popup-add-cart .form-symantec .form-col-size2 .form-row + .form-row {
  padding-top: 15px;
}

.popup-add-cart .dtlbrandlogo {
  padding-bottom: 10px;
  float: left;
  width: 100%;
}

.popup-add-cart .dtlbrandlogo img {
  height: 30px;
}

.popup-add-cart .features .cols {
  gap: 24px;
  padding-bottom: 0px;
}

.popup-add-cart .total sup {
  margin-left: 0px;
  font-size: 16px;
}

.password-popup p {
  padding-bottom: 10px;
}

.password-popup .popup-form .d-flex {
  margin-bottom: 10px;
}

.password-popup .popup-form .form-row {
  width: 50%;
}

.begin-popup .form-billing .lineht20 {
  line-height: 20px;
}

.begin-popup .radio {
  float: left;
  cursor: pointer;
  position: relative;
}

.begin-popup .radio span {
  cursor: pointer;
}

.begin-popup .radio input {
  left: 0;
}

.begin-popup .radio + .radio {
  margin-left: 20px;
}

.popup-money-back .article img {
  float: right;
}

.nsg-popup h2 {
  padding: 0px;
}

.nsg-popup h3 {
  padding-bottom: 15px;
}

.nsg-popup p {
  padding-bottom: 15px;
}

.nsg-popup p strong {
  display: block;
  font-size: 14px;
}

.nsg-popup p span {
  font-weight: bold;
  color: #74CD71;
}

.istermpoup {
  max-height: 400px;
  overflow: auto;
}

.istermpoup p {
  line-height: 20px;
}

.istermpoup .mrgbot20 {
  margin-bottom: 20px;
}

.termslist {
  list-style: decimal;
}

.termslist li {
  margin: 0px 0px 15px 20px;
}

.termslist li .list-green-bullets {
  margin: 15px 0px 15px 25px;
}

.istermpoup li p strong {
  display: block;
}

.popup-add-cart .form-col-size2 #dvnumserv .tooltip-content {
  width: 237px;
  left: -156px;
}

.popup-add-cart .form-col-size2 #dvnumserv .tooltip-content::after {
  left: 150px;
}

.popup-add-cart .notification-34yrnote {
  margin-top: 0px;
  margin-bottom: 20px;
}

.popup-add-cart .form-symantec .certdelmethodcols .form-col-size2 {
  margin-bottom: 0px !important;
}

.popup-add-cart .form-symantec .certdelmethodcols .form-col-size2 .cmd-row {
  width: 370px;
}

.popup-add-cart .form-symantec .certdelmethodcols .form-col-size2 #dvQnt {
  float: right;
  width: auto !important;
  padding-top: 0px;
}

.popup-add-cart .form-symantec .certdelmethodcols .form-col-size2 #dvQnt .form-label {
  text-align: right;
}

.popup-add-cart .form-symantec .certdelmethodcols .form-col-size2 #dvQnt .tooltip-content {
  left: -150px;
}

.popup-add-cart .form-symantec .certdelmethodcols .form-col-size2 #dvQnt .tooltip-content:after {
  left: 146px;
}

.popup-add-cart .form-symantec .certdelmethodcols .form-col-size2 #dvQnt .simplesltbox {
  height: 32px;
}

.popup-add-cart .form-symantec .certdelmethodcols .form-col-size2 .form-row:last-child {
  float: right;
  width: 100% !important;
}

.popup-add-cart .form-symantec .certdelmethodcols .form-col-size2 .total {
  padding-bottom: 0px;
  border-bottom: none;
  width: auto;
  float: right;
}

.popup-add-cart .form-symantec .certdelmethodcols .form-col-size2 .total span {
  width: 100%;
  text-align: right;
}

.popup-add-cart .popupeditbody .certdelmethodcols .form-col-size2 .form-row:last-child {
  width: auto !important;
}

.popup-add-cart .popupeditbody .features {
  padding: 0px;
  border: none;
}

.popup-add-cart .popupeditbody .viewfulldtl {
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .popup-add-cart .form-symantec .certdelmethodcols .form-col-size2 .cmd-row {
    width: 100% !important;
  }
  .password-popup .form-controls {
    width: 100%;
  }
  .popup-add-cart .form-symantec .form-col-size1, .popup-add-cart .form-symantec .form-col-size2 {
    float: none;
    width: auto;
  }
  .popup-add-cart .form-symantec .form-label {
    display: block;
    float: left;
    width: auto;
    font-size: 12px;
    padding-top: 10px;
  }
  .popup-add-cart .form-symantec .form-label ~ .form-controls {
    display: block;
    float: right;
  }
  .popup-add-cart .form-symantec .btn {
    width: 120px;
    padding-left: 5px;
  }
  .popup-add-cart .form-symantec-secondary .total {
    position: static;
  }
  .popup-add-cart .form-symantec-secondary .form-actions {
    margin-top: 0px;
  }
  .popup-add-cart .form-symantec .form-row .formlogo {
    display: none;
  }
  .popup-add-cart .form-symantec .form-row .formlogo img {
    max-width: 60%;
  }
  .popup-add-cart .total-list {
    padding: 18px 15px;
    border-top: 1px solid #E9EEF1;
    font-size: 12px;
  }
  .popup-add-cart .total-list dd {
    float: right;
  }
  .popup-add-cart .total {
    position: static;
    text-align: right;
  }
  .popup-add-cart .total span, .total strong {
    display: inline-block;
  }
  .popup-add-cart .total span {
    font-size: 12px;
    position: relative;
    top: -15px;
    margin-right: 5px;
  }
  .popup-add-cart .total strong {
    font-size: 30px;
  }
  .popup-add-cart .form-symantec .form-col-size1 {
    padding: 0px;
    margin-bottom: 20px;
  }
  .popup-add-cart .features .col-size1, .popup-add-cart .features .col-size2 {
    width: auto;
  }
  .popup-add-cart .features-checks ul + ul {
    padding-left: 0px;
  }
  .popup-add-cart .total span {
    top: 0;
  }
  .popup-add-cart .form-symantec-secondary .total-list {
    padding: 10px 0px;
  }
  .popup-add-cart .features {
    padding: 10px;
  }
  .popup-add-cart .features-desc {
    padding: 10px;
    font-size: 13px;
    width: 100%;
    box-sizing: border-box;
  }
  .popup-add-cart .features-actions {
    padding-top: 0px;
  }
  .popup-add-cart .features-actions .btn {
    width: 100%;
  }
  .popup-add-cart .form-symantec .form-col-size2 .form-label {
    padding: 0px;
  }
  .popup-setpassword .popup-body {
    padding: 24px;
  }
}

/* Scss Document */
/* Scss Document */
/* ==========================================================================
Other	#Media Queries
========================================================================== */
@media only screen and (max-width: 959px) and (-webkit-min-device-pixel-ratio: 0) {
  .selecter .selecter-element {
    z-index: 51;
  }
}
@media only screen and (max-width: 959px) {
  .section-order-summary, .section-contact-secondary {
    display: displayNone;
  }
  .widget-contacts-secondary .widget-title {
    padding-bottom: 0px;
  }
  .content {
    width: auto;
    float: none;
  }
  .section-contact-secondary .widget-contacts {
    height: 95px;
  }
  .section-contact-secondary ul {
    list-style: none;
  }
  .section-contact-secondary .widget-contacts:after {
    background: url(../images/widget-contacts2.png) no-repeat 0 0;
    width: 34px;
    height: 137px;
    position: absolute;
    top: -1px;
    right: -1px;
    left: auto;
  }
  .section-contact-secondary .widget-contacts .widget-body:after {
    content: "";
    display: table;
    clear: both;
  }
  .section-contact-secondary .widget-contacts .widget-body {
    overflow: visible;
    background: none;
  }
  .section-contact-secondary .contacts p {
    width: 49%;
    float: left;
  }
  .section-contact-secondary .contacts p + p {
    margin-top: -40px;
    position: relative;
  }
  .main-head-secondary .main-head-inner {
    padding-right: 20px;
  }
  .section-statistic .section-content {
    width: auto;
    display: block;
    float: none;
  }
  .section-statistic .section-aside {
    display: none;
  }
  .notification p {
    overflow: hidden;
    width: 100%;
  }
  .issuancelist .dtlraw .proname {
    width: 215px;
  }
  /*------------------ SSL - Tools -----------*/
  .toollttxt, .toolrttxt {
    width: 70%;
  }
  .checkhostname .form-row {
    width: 80%;
  }
  .checkhostname .form-row + .form-row {
    width: auto;
  }
  .checkhostname .form-controls {
    width: 70%;
  }
  /*------------------ SSL - Tools -----------*/
  .sitecontacts .admincontdetail {
    width: 100%;
  }
  .sitecontacts .admincontdetail + .admincontdetail {
    margin: 20px 0px 0px;
  }
  /*-------------- Manage credit card tabel -------------*/
  .cimprofilelist {
    border-top: none;
  }
  .cimprofilelist .headraw {
    display: none;
  }
  .cimprofilelist .dtlraw p {
    display: block;
    width: 97% !important;
    padding: 5px;
  }
  .cimprofilelist .dtlraw + .dtlraw {
    border-top: 1px solid #efeeee;
  }
  .cimprofilelist .dtlraw + .dtlraw p {
    border-top: none;
  }
  .cimprofilelist .dtlraw p + p {
    border-left: none;
  }
  .cimprofilelist .dtlraw p {
    font-size: 12px;
  }
  .cimprofilelist .dtlraw + .dtlraw p {
    font-size: 12px;
  }
  .cimprofilelist .dtlraw .hidehead {
    display: inline-block !important;
    margin-right: 5px;
  }
  .cimprofilelist .dtlraw p span {
    display: block;
  }
  .cimprofilelist .dtlraw p.proname {
    font-weight: normal;
  }
  .cimprofilelist .dtlraw .edit {
    text-align: left;
  }
  .cimprofilelist .dtlraw .delete {
    text-align: left;
  }
  .detailbtnsec .btnraw form .btn {
    margin-bottom: 15px;
  }
  /*-------------- re-Issue -------------*/
  .reissuesec h2 {
    line-height: 32px;
    margin-bottom: 10px;
  }
  .reissuesec .detaillist li label {
    width: 100%;
    text-align: left;
  }
  .reissuesec .detaillist li span {
    width: 100%;
  }
  .reissuesec .creditcard-info {
    padding-bottom: 0px;
  }
  .reissuesec.padbot {
    padding-bottom: 0px !important;
  }
  .paypalinfo .summaryinfo span {
    width: 100%;
    text-align: center;
    margin: 0px 0px 15px 0px;
  }
  .paypalinfo .summaryinfo p {
    width: 100%;
  }
  /*-------------- Edit Renewal Reminders -------------*/
  .editrenewaltbl {
    border-top: none;
  }
  .editrenewaltbl .headraw {
    display: none;
  }
  .editrenewaltbl .dtlraw p {
    display: block;
    width: 97% !important;
    padding: 5px;
  }
  .editrenewaltbl .dtlraw + .dtlraw {
    border-top: 1px solid #efeeee;
  }
  .editrenewaltbl .dtlraw + .dtlraw p {
    border-top: none;
  }
  .editrenewaltbl .dtlraw p + p {
    border-left: none;
  }
  .editrenewaltbl .dtlraw p {
    font-size: 12px;
  }
  .editrenewaltbl .dtlraw + .dtlraw p {
    font-size: 12px;
  }
  .editrenewaltbl .dtlraw .hidehead {
    display: inline-block !important;
    margin-right: 5px;
  }
  .editrenewaltbl .dtlraw p span {
    display: block;
  }
  .editrenewaltbl .dtlraw .action {
    text-align: left;
  }
  /*-------------- Product Detail -------------*/
  .icon-brand-1, .icon-brand-2, .icon-brand-3, .icon-brand-4 {
    left: 0;
    top: 10px;
    position: absolute;
  }
  .installation-support .creditcard-info, .installation-support .selectpaymethod {
    padding: 0 20px;
  }
  .installation-support h2 {
    line-height: 36px;
  }
  .installation-support .cardinfomain .form-label {
    width: 33%;
  }
  .installation-support .cardinfomain .form-controls {
    padding-right: 0px;
  }
  .installation-support .savebtn {
    padding-left: 41%;
  }
  .toolsdtlds .article-entry {
    padding: 20px 0px !important;
  }
  .toolsdtlds .toolrtimg, .toolsdtlds .toolltimg {
    width: 100%;
    text-align: center;
  }
  .toolsdtlds .tooldsrttxt {
    width: 100%;
    padding-top: 20px;
  }
  .toolsdtlds .tooldslttxt {
    width: 100%;
    padding-bottom: 20px;
  }
  .section-shop .form-shop {
    position: relative;
    bottom: 0;
    padding-bottom: 0;
    padding-top: 10px;
  }
  /*==================== Buy Products ====================*/
  .brandstbl {
    border-top: none;
  }
  .brandstbl .headraw {
    display: none;
  }
  .brandstbl .dtlraw p {
    display: block;
    width: 97% !important;
    padding: 5px;
    text-align: left !important;
  }
  .brandstbl .dtlraw + .dtlraw {
    border-top: 1px solid #efeeee;
  }
  .brandstbl .dtlraw + .dtlraw p {
    border-top: none;
  }
  .brandstbl .dtlraw p + p {
    border-left: none;
  }
  .brandstbl .dtlraw p {
    font-size: 12px;
  }
  .brandstbl .dtlraw + .dtlraw p {
    font-size: 12px;
  }
  .brandstbl .dtlraw .hidehead {
    display: inline-block !important;
    margin-right: 5px;
  }
  .brandstbl .dtlraw p span {
    display: block;
  }
  .brandstbl .dtlraw .renew .buybtn {
    height: 22px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .mnusupscript {
    position: relative;
    top: 0;
  }
  /*------------------ Compare -----------*/
  .productcompare img {
    max-width: 100%;
  }
  .popularimg img {
    width: 150px;
  }
  .compare-header .popularimg {
    top: -10px;
    margin-left: -76px;
  }
  .column .compare-header {
    padding: 30px 0px 15px !important;
  }
  .compare-probox {
    min-height: 120px;
  }
  .compare-header h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .compcol3 .compare-header:after, .compcol3 .compare-header:before {
    height: 86px;
  }
  .compcol1 {
    padding-top: 177px;
  }
  .column .comptblraw {
    padding: 10px;
    height: 42px;
  }
  .column .compfstraw {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
  .compcol1 .comptblraw {
    font-size: 16px;
  }
  .compcol1 .compraw-hd {
    font-size: 18px !important;
    line-height: 20px;
  }
  .ht102 {
    height: 88px !important;
  }
  .ht80, .tab2lnht {
    height: 60px !important;
  }
  .compare-footer {
    padding: 15px 0px 30px !important;
  }
  .compcol3 .compare-footer {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .compare-footer .popularimg {
    bottom: -52px;
  }
  .compare-pricebox {
    width: 100%;
  }
  .price-action {
    width: auto;
  }
  .compareprice h3 {
    font-size: 20px;
  }
  .productprice span {
    font-size: 24px;
  }
  .productprice span + span {
    font-size: 10px;
    line-height: 10px;
  }
  .price-action .btn {
    font-size: 14px;
  }
  .compare-footer .popularimg {
    margin-left: -76px;
  }
  .price-control .radio label {
    font-size: 11px;
  }
  .price-control .radio-fake {
    margin-right: 3px;
  }
  .price-control .radio .peryear {
    font-size: 8px;
    line-height: 6px;
  }
  .helpdeskimg img {
    max-width: 100%;
  }
  .width45per {
    width: 45%;
    margin-bottom: 20px;
  }
  /*------------------ SSL Buying Process -----------*/
  .note-widget .widget-body {
    padding: 15px;
  }
  .note-widget .widget-body span {
    display: none;
  }
  .article-left {
    width: 420px;
  }
  .accountcntsec h2 {
    width: 100%;
  }
  .incidents-head .btn {
    margin-bottom: 10px;
    float: left;
  }
  .incidentsrch span {
    width: 40%;
    margin-right: 10px;
  }
  /*------------------ Home Boxes -----------*/
  .advansrchopen .srchbtnraw {
    padding-right: 22px;
  }
  .advancesrch .orderraw .exportcsv {
    float: left;
  }
  /*------------------ Account Activity -----------*/
  .confirmtotalorder, .order-summary .confirmoredertable {
    margin-left: 0px;
  }
  .notification-detail {
    padding: 20px;
  }
  .tablinehttwenty {
    line-height: 20px !important;
  }
  .boost-rank-banner .tablet-show img {
    max-width: 100%;
  }
  /*------------------ Quick EV Green Address Bar -----------*/
  .right-cnt {
    width: 75%;
  }
  .left-cnt {
    width: 75%;
  }
  .leftside-content {
    width: 50%;
  }
  .leftside-content h3 {
    line-height: 24px;
  }
  .article .aosslimg img {
    margin-top: 64px;
  }
  .impev-grnbar {
    background-size: 100%;
    padding: 29px 130px 100px 0px;
    background-position: right 150px;
  }
  .symcpartner h5 {
    font-size: 20px;
  }
  .symcpartner ul li {
    padding: 0px 12px;
  }
  .whtpaper-section {
    padding: 30px;
  }
  .whtpaper-section .whtpaper-list {
    padding-right: 30px;
  }
  .whtpaper-section .whtpaper-list + .whtpaper-list {
    padding-left: 30px;
  }
  .whtpaper-section .whtpaper-list .whtpaper-decp {
    width: 80%;
  }
  .whtpaper-decp p {
    width: 50%;
    padding-top: 0px;
    line-height: 16px;
    font-size: 12px;
  }
  .whtpaper-list ul li h5 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  /*------------------ Our Team -----------*/
  .teamlist ul li {
    margin: 0px 0px 30px 0px !important;
    width: 33.33%;
    padding: 0px 15px;
    box-sizing: border-box;
  }
  .memberdecp {
    position: relative;
    float: left;
    border: none;
    padding: 0px;
    width: auto;
    text-align: center;
  }
  .teamlist ul li.bioleft .memberdecp {
    top: 0;
    left: 0;
  }
  .teamlist ul li.bioright .memberdecp {
    top: 0;
    right: 0;
  }
  .memberdecp .memberimg {
    margin-bottom: 15px;
    width: 100%;
  }
  .memberdecp .memberdtl {
    width: 100% !important;
  }
  .memberdtl span {
    margin-bottom: 10px;
  }
  .teamlist ul li:nth-child(4n) {
    margin: inherit;
  }
  .rsoimggallery span {
    padding: 0px 10px 20px;
    box-sizing: border-box;
    width: 33.3%;
  }
  .rsoimggallery span img {
    width: 100%;
  }
  /*------------------ About Us -----------*/
  .article .rsoflag img {
    margin-top: 0px;
  }
  .meetusimg img {
    width: 100% !important;
  }
  .abtbrandcnt .brandicon {
    margin-right: 30px;
    padding-right: 30px;
  }
  .section-certificates .programsec img {
    max-width: 100% !important;
  }
  .slider-testimonial {
    padding: 0px 30px;
  }
  .testimonialslide {
    padding: 20px;
  }
  .abtsolutionsec .solution-body {
    margin-left: 0px;
  }
  .abtsolutionsec .solution-body ul li {
    box-sizing: border-box;
    width: 20%;
  }
  .abtsolutionsec .solution-body ul li a {
    padding: 10px;
  }
  .abtsolutionsec .solution-body ul li a img {
    max-width: 100%;
  }
  .abtsolutionsec .solution-body ul li span {
    padding-top: 20px;
  }
  .abtsolutionsec .solution-body ul li + li a:before {
    height: 144px;
  }
  .abtsolutionsec .solution-body ul li span {
    font-size: 18px;
  }
  .gridimg .collageitem {
    padding: 0px 10px 20px !important;
  }
  .gridimg .whyrso-clg {
    display: none;
  }
  .tabwhyrso {
    display: block !important;
    padding: 20px !important;
  }
  .gridimg .collageitem img {
    width: 100%;
  }
  .rsoimggallery .gallerygird {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
    -o-column-gap: 0;
    column-gap: 0;
  }
  .gridimg .collageitem {
    float: none !important;
  }
  .invitelink h3 {
    line-height: 30px;
  }
  .fixedbuyis {
    display: none;
  }
  .grid-dctbl {
    padding: 15px;
  }
  .dcbanner span.dcbantext {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    line-height: 24px;
  }
  .section-order-summary .widget {
    width: auto;
    float: none;
  }
  .widget-order {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  .widget-order h4 {
    font-size: 36px;
    text-transform: none;
    letter-spacing: 1px;
    text-align: center;
  }
  .section-billing-info .section-head-rotate h3 {
    font-size: 32px;
  }
  .form-billing label.form-label {
    float: none;
    display: block;
    width: auto;
    text-align: left;
  }
  .form-billing .form-controls {
    width: 100%;
  }
  .form-billing .form-label {
    line-height: 1;
    padding-bottom: 4px;
  }
  .form-billing {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-contact-secondary {
    margin-left: 0px;
  }
  .section-contact-secondary .widget-contacts {
    height: auto;
  }
  .section-contact-secondary .widget-contacts:after {
    display: none;
  }
  .section-contact-secondary .widget-contacts p {
    width: 100%;
    float: none;
    margin-top: 0px;
  }
  .section-contact-secondary .widget-contacts p + p {
    margin-top: 0px;
  }
  .section-contact-secondary .widget.widget-secure {
    display: block;
  }
  .tab-head {
    display: block;
  }
  .section-orders i {
    margin-top: -10px;
    position: relative;
  }
  .notification h5 {
    float: none;
    display: block;
  }
  .main-head-inner {
    width: auto;
    padding-bottom: 10px;
  }
  .main-head-inner p {
    line-height: 1;
  }
  .list-statistic li p a {
    float: none;
    display: block;
  }
  .dashboard-body .list-statistic li p a {
    display: inline-block;
  }
  .list-statistic li p span + span {
    float: none;
    display: block;
  }
  .dashboard-body .list-statistic li p span + span {
    display: inline-block;
  }
  /*------------------ SSL - Tools -----------*/
  .checkhostname {
    padding: 20px 0px;
  }
  .checkhostname .form-row {
    width: 100%;
  }
  .checkhostname .form-controls {
    width: 100%;
    margin-right: 0px;
  }
  .checkhostname .field {
    padding: 4px;
  }
  .checkhostname .form-row + .form-row {
    padding-top: 15px;
  }
  .greendownarrow {
    padding: 0px 0px 20px 0px;
  }
  .csrbox {
    padding: 20px 0px;
  }
  .csrbox textarea {
    height: auto;
  }
  .csrbox .checkbtn {
    padding-top: 20px;
  }
  .sslconvert-form .convertbtn, .sslconvert-form .form-controls {
    padding-left: 0px;
  }
  .keymatcher .checkbtn {
    padding-top: 0px !important;
  }
  .generatecsr-form .convertbtn, .generatecsr-form .form-controls {
    padding-left: 0px;
  }
  .generatecsr-form .field, .form-billing .form-labeldata {
    width: 100%;
    text-align: left;
    padding-top: 0px;
  }
  .generatecsr-form .form-hint {
    padding: 5px 0px 0px 0px;
  }
  .generatedcsr {
    margin-top: 20px;
  }
  .csrinfo, .greenlock, .orangelock {
    background-image: none;
  }
  /*------------------ Shopping cart Popup -----------*/
  .popupprdtl ul li {
    padding-bottom: 10px;
    font-size: 13px;
  }
  .popupprdtl ul li strong {
    width: 100%;
    padding-bottom: 3px;
  }
  .popupprdtl-rt {
    width: 100%;
  }
  .sancert .domainselect {
    width: 100%;
    padding: 10px;
  }
  .sancert .domainselect + .domainselect {
    width: 100%;
    padding: 0px 10px 10px;
  }
  .popupprdtl ul li + li {
    padding: 10px 0px;
  }
  .selectyr {
    width: 100%;
  }
  /*------------------ Expired Promo Popup -----------*/
  .promocode-popup .promo-decp {
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding-bottom: 20px;
  }
  .botcontactinfo p {
    padding-top: 0px;
    font-size: 12px;
  }
  /*------------------ Add Funds Popup -----------*/
  .addfunddata {
    padding: 0px !important;
  }
  .addfunddata .form-label {
    font-size: 14px;
  }
  .addfunddata .halfselectbox {
    width: 100% !important;
  }
  .addfunddata .halfselectbox + .halfselectbox {
    margin: 18px 0px 0px 0px !important;
  }
  /*------------------ Set Password -----------*/
  .setpassleft {
    display: none;
  }
  .setpassright {
    width: 100%;
  }
  .setnowbtn {
    padding: 0px;
  }
  /*------------------ Set Password -----------*/
  .expertbtnsec .expertbtn {
    width: 110px;
  }
  .showinput {
    padding: 4px;
  }
  .homefullcontent {
    margin: 0px 20px;
  }
  /*------------------ Popup Change Approver Email -----------*/
  .selectmailid {
    padding: 0px !important;
  }
  .selectmailid .radio .radio-fake {
    margin-top: 5px;
  }
  .selectmailid .radio {
    width: 100%;
    padding: 5px 0px !important;
  }
  .selectmailid .note {
    float: left;
    font-size: 11px;
  }
  .selectmailid .radio .label-content {
    width: 92%;
  }
  .detailbtnsec .btnraw form .btn {
    margin: 0px 10px 0px 0px;
  }
  .ajax-upload-dragdrop span {
    width: 72% !important;
    text-align: center !important;
  }
  /*------------------ reissue -----------*/
  .paypalinfo .summaryinfo {
    padding: 20px;
  }
  /*-------------- Edit Renewal Reminders -------------*/
  .renewaltab .tab-body {
    padding: 15px 15px 0px !important;
  }
  .mobpad-show {
    padding: 0px 20px;
  }
  /*------------------ Popup Add to Cart -----------*/
  .article-entry .supportulli {
    padding-bottom: 15px;
  }
  .detailbtnsec .btnraw .dtlbtn {
    margin: 15px 15px 0px 0px;
  }
  .detailbtnsec .btnraw .dtlbtn .btn {
    line-height: normal;
  }
  /*------------------ Shop by solution -----------*/
  .rebrandlist {
    border-top: none;
  }
  .rebrandlist .headraw {
    display: none;
  }
  .rebrandlist p span {
    padding: 5px 10px;
    width: 100%;
    font-weight: bold;
  }
  .rebrandlist p span strong {
    font-weight: bold;
  }
  .rebrandlist p label {
    border-left: none;
  }
  .chat {
    display: none;
  }
  /*------------------ Compare -----------*/
  .compblankheader, .popularimg, .compcol1 {
    display: none;
  }
  .productcompare .comp-cols .column {
    width: 100% !important;
  }
  .comp-cols .column + .column {
    padding-top: 20px;
  }
  .column .comptblraw {
    height: auto !important;
    padding: 15px;
    float: left;
    width: 100%;
    line-height: 20px;
  }
  .column .compare-header {
    border: 12px solid #74CD71;
    padding: 20px 0px !important;
    border-bottom: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
  .comparet .compcol3 .compare-header {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
  .compcol3 .compare-header::after, .compcol3 .compare-header::before {
    display: none;
  }
  .compare-header h3 {
    font-size: 24px;
    color: #4f4f4f;
    line-height: 28px;
  }
  .compare-probox {
    min-height: 10px;
  }
  .column .compraw-hd {
    font-family: "Roboto Condensed", sans-serif;
    text-align: left !important;
    font-size: 22px;
    font-weight: bold;
  }
  .column .comptblraw span {
    width: 50%;
  }
  .column .comptblraw .mob-show {
    float: left;
    color: #8f8f8f;
    text-align: left;
  }
  .column .compraw-hd .mob-show {
    color: #ffffff;
    width: 100%;
  }
  .column .comptblraw .mob-rt {
    float: right;
    text-align: right;
    font-weight: bold;
  }
  .coldata {
    border-bottom: none;
  }
  .column .compare-footer {
    border: 12px solid #74CD71;
    padding: 20px !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
  .comparet .compcol3 .compare-footer {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
  .compcol3 .compare-pricebox:before, .compcol3 .compare-pricebox:after {
    display: none;
  }
  .price-control .radio label {
    font-size: 15px;
  }
  .price-control .radio .peryear {
    font-size: 10px;
    line-height: 8px;
  }
  .compareprice h3 {
    font-size: 30px;
  }
  .productprice span {
    font-size: 30px;
  }
  .productprice span + span {
    font-size: 14px;
  }
  .price-action {
    width: 181px;
    margin: 0px auto;
  }
  .price-action .btn {
    font-size: 20px;
  }
  .price-control {
    height: auto;
    width: 200px;
    margin: 0px auto;
  }
  .width45per {
    width: 45%;
    margin-bottom: 10px;
  }
  /*------------------ SSL Buying Process -----------*/
  .article-left {
    width: 100%;
  }
  .incidentsrch label {
    line-height: 20px;
    font-size: 14px;
    width: 100%;
  }
  .incidentsrch span {
    width: 100%;
    margin: 10px 0px;
  }
  .incidentsrch input {
    height: 30px;
  }
  /*------------------ Home Boxes -----------*/
  .form-billing .invitesavebtn {
    padding-bottom: 0px;
  }
  .notification h3 {
    font-size: 20px;
  }
  .easyevvalidation {
    display: none;
  }
  /*------------------ Quick EV Green Address Bar -----------*/
  .left-cnt, .right-cnt {
    width: 100%;
  }
  .impev-grnbar {
    background: none;
    padding: 29px 0px 15px;
  }
  .symcpartner h5 {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 24px;
  }
  .symcpartner ul li {
    width: 25%;
    padding: 0px 20px;
  }
  .symcpartner ul li img {
    max-width: 100%;
  }
  .section-certificates .article.symcpartner img {
    display: inline !important;
    width: auto;
  }
  .leftside-content {
    width: 100%;
  }
  .whtpaper-section {
    padding: 20px;
  }
  .whtpaper-section .whtpaper-list {
    width: 100%;
    padding-right: 0px;
  }
  .whtpaper-section .whtpaper-list + .whtpaper-list {
    padding-top: 20px;
    padding-left: 0px;
    border-left: none;
  }
  .whtpaper-section .whtpaper-list .whtpaper-decp {
    width: 90%;
  }
  .whtpaper-list ul li + li {
    padding-top: 20px;
  }
  .section-certificates .article .helpdeskimg img {
    display: block !important;
  }
  .teamlist ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .m-p-g__thumbs-img {
    padding: 0px 5px 10px;
  }
  .gridimg img {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0px;
  }
  .gridimg .collageitem {
    padding: 0px 5px 10px !important;
  }
  .invitelink {
    padding: 10px 15px 0px;
  }
  .invitelink .form-billing {
    padding-bottom: 15px;
  }
  .isdtlform .form-row + .form-row {
    margin-top: 20px;
    padding-top: 20px;
  }
  .yesnonote {
    margin-top: 10px;
  }
  .toggle_container ul.list-green-bullets, .toggle_container ol {
    margin-left: 10px;
  }
  .toggle_container ol li {
    margin-bottom: 10px;
  }
  .isthakudtl {
    padding-top: 20px;
  }
  .isthakudtl .summaryinfo {
    padding: 15px;
  }
  .form-billing.scheduleform .form-col-size12 {
    margin-right: 15px;
    width: 75%;
  }
  .form-billing.scheduleform .datepickericon {
    margin-top: 0px;
  }
  .form-billing.scheduleform .datepickericon img {
    height: 30px;
  }
  .certificatdtl .detaillist form {
    width: 100%;
  }
  .form-billing.scheduleform .daytime .field {
    margin-right: 10px;
    width: 170px;
  }
  .grid-dctbl {
    display: block;
    margin: 0px 15px;
    width: auto;
  }
  .dcbanner span {
    display: block;
    width: 100% !important;
    text-align: center !important;
  }
  .dcbanner span + span {
    margin-top: 10px;
  }
  .dcbanner span:first-child img {
    width: auto;
    max-width: 100%;
  }
  .dcbanner span.dcbantext {
    font-size: 20px;
  }
  .rqinfobtn {
    margin-left: 0px;
  }
  .rqinfoerrormsg {
    padding-left: 0px;
    font-size: 11px;
  }
  #colorbox {
    position: absolute !important;
  }
  /*GDPR Tooltips*/
  .suptooltip .tool-tips {
    margin-top: 23px;
    right: 25px;
  }
  /*GDRP Checkout*/
  .smalltxt {
    font-size: 14px;
  }
  .chkinfotxt {
    padding: 10px 20px 10px 0px;
  }
  div.chat-fc-form-outer {
    height: auto !important;
  }
  .chat-fc-form-outer div.fc-form ul li input {
    width: 100% !important;
  }
  .upsellnote {
    margin-bottom: 20px;
  }
  .slide-container {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }
  .slide-container p br {
    display: none;
  }
  .slide-container .slide-logo {
    order: -1;
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .renewpoprow .renewpoptxt {
    width: 100%;
  }
  .renewpoprow .btn {
    margin-top: 10px;
    float: left;
  }
}
@media (max-width: 568px) {
  .toolsdtl .article-entry {
    padding: 20px 0px;
  }
  .toollttxt, .toolrttxt {
    width: 100%;
  }
  .toolltimg {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  .toolrtimg {
    width: 100%;
    text-align: center;
    padding-top: 20px;
  }
  .generatecsr-form .select {
    width: 100%;
  }
  .generatedcsr p + p {
    word-break: break-all;
  }
  .guarantee_kicker, #_GUARANTEE_SealSpan, #buysafeRollover {
    display: none !important;
  }
  .width45per {
    width: 45%;
    margin-bottom: 10px;
  }
  .symcpartner ul li {
    width: 100%;
    text-align: center;
    padding: 20px 0px;
  }
  .whtpaper-section .whtpaper-list .whtpaper-decp {
    width: 87%;
  }
  .abtsolutionsec .solution-body ul li + li a::before {
    left: 15px;
  }
  .icon-popupistool {
    display: none;
  }
  .isminipopup .ispoptotal a {
    margin-top: 10px;
  }
  .isminipopup .ispopbtnrt .total span {
    top: -2px;
  }
  /*GDPR Tooltips*/
  .chkinfotxt {
    padding: 10px 10px 10px 0px;
  }
  .features ul li a {
    display: none;
  }
}
@media only screen and (max-width: 420px) {
  .detailbtnsec .btnraw form .btn {
    margin: 0px 0px 10px 0px;
  }
  .whtpaper-section .whtpaper-list .whtpaper-decp {
    width: 81%;
  }
}
@media (max-width: 360px) {
  div.chat-fc-form-outer {
    width: 96% !important;
    margin-left: 2% !important;
  }
  .chat-fc-form-outer div.fc-form p {
    margin: 10px 0 5px 0 !important;
  }
}
/* ==========================================================================
Original	#Media Queries
========================================================================== */
@media (max-width: 959px) {
  /* ==========================================================================
  		#Base
  	========================================================================== */
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 34px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 16px;
  }
  .article-secondary h4 {
    font-size: 16px;
  }
  input[type=text], input[type=submit], input[type=button] {
    -webkit-appearance: none;
  }
  /* ==========================================================================
  		#Containers
  	========================================================================== */
  /* ==========================================================================
  		#Helpers
  	========================================================================== */
  .tablet-hide {
    display: none !important;
  }
  .tablet-show {
    display: block !important;
  }
  .tablet-show-inline {
    display: inline !important;
  }
  /* ==========================================================================
  		#Main
  	========================================================================== */
  .main-bar {
    display: none;
  }
  /* ==========================================================================
  		#Widgets
  	========================================================================== */
  .widget-support .widget-title {
    font-size: 36px;
  }
  .list-contacts {
    font-size: 13px;
  }
  .support .list-contacts {
    font-size: 18px;
  }
  .list-contacts strong {
    font-size: 23px;
  }
  .support .list-contacts strong {
    font-size: 30px;
  }
  .widget-symantec img {
    width: 100%;
  }
  .widget-secure {
    padding: 0px;
  }
  .section-order-summary .widget-secure ul {
    display: block;
  }
  .support a {
    padding: 28px 70px 15px 15px;
  }
  .support-image img {
    width: auto;
  }
  /* ==========================================================================
  	#Section Customers
  ========================================================================== */
  .section-customers .section-head {
    text-align: center;
  }
  .section-customers h2 {
    float: none;
  }
  .section-customers .section-head a {
    float: none;
    margin-top: 5px;
  }
  /* ==========================================================================
  	#Services
  ========================================================================== */
  .section-services {
    margin-bottom: 20px;
  }
  .service-body {
    padding: 10px;
  }
  .service {
    width: 174px;
    padding: 10px;
  }
  .service-image img {
    width: 100%;
  }
  .service-title {
    font-size: 18px;
  }
  .service ~ .service {
    margin-left: 10px;
  }
  .article-secondary-gray {
    margin: 0px;
  }
  /* ==========================================================================
  		#Section Symantec
  	========================================================================== */
  #tab-renewals .table-specifications td {
    padding: 14px 0px;
    border-bottom: 1px solid #E9EEF1;
  }
  .list-support li {
    line-height: 20px;
    padding: 20px 0px;
  }
  .list-support img {
    display: none;
  }
  /* ==========================================================================
  		#Section SIte Pro
  	========================================================================== */
  .section-site-pro {
    padding-top: 13px;
  }
  /* ==========================================================================
  		#Popups
  	========================================================================== */
  .popup-seal {
    width: 750px;
  }
  .popup-title {
    font-size: 32px;
  }
  .table-seal {
    overflow: auto;
  }
  .table-seal table {
    width: 100%;
    display: block;
    overflow: hidden;
  }
  .table-seal table thead {
    width: 25%;
    display: block;
    float: left;
  }
  .table-seal table thead tr {
    height: 170px;
    border: 0;
    width: 100%;
    display: block;
    float: left;
  }
  .table-seal th {
    display: block;
    padding: 10px 10%;
    width: 80%;
    height: 55px;
    border-top: 2px solid #E9EEF1;
  }
  .table-seal tr th:first-child {
    display: block;
    padding: 10px 10%;
    width: 80%;
    height: 170px;
  }
  .table-seal th br {
    display: none;
  }
  .table-seal table tbody {
    width: 75%;
    display: block;
    float: left;
  }
  .table-seal table tbody tr {
    width: 50%;
    display: block;
    float: left;
  }
  .table-seal td {
    display: block;
    padding: 10px 10%;
    width: 80%;
    height: 55px;
  }
  .table-seal tr td:first-child {
    height: 170px;
    border: 0;
  }
  .table-seal tr td + td {
    border: 0;
    border-top: 2px solid #898989;
  }
  /* ==========================================================================
  		#Footer
  	========================================================================== */
  body.fixed .main {
    padding-top: 0px !important;
  }
  .section-providers .list-green-bullets {
    padding-left: 25px;
  }
  .section-billing-method {
    padding-bottom: 20px;
  }
  .section-contact-secondary .widget-contacts {
    width: 81%;
    float: right;
    margin: 25px 0px;
  }
  .form-shop .form-body .form-row {
    float: right;
  }
  .section-shop-secondary .form-shop .form-body {
    float: left;
  }
  .orimg img {
    width: 100%;
  }
  .form-billing .hostingpro {
    line-height: 20px;
  }
  .creditcard-info .formexpiredate .halfselectbox + .halfselectbox {
    margin-left: 19px;
  }
  .creditcard-info .savebtn {
    padding-left: 33%;
  }
  .emailreminder .form-controls {
    width: 100%;
  }
  .emailreminder .updateemail .form-controls {
    width: 83%;
  }
  .updateemail .updatemailbtn {
    margin-bottom: 15px;
  }
  .verifyno .form-controls {
    width: 100%;
    margin-bottom: 15px;
  }
  .linehttwenty {
    line-height: 20px !important;
  }
  .special-offers .checksec .checkbox label {
    width: 92%;
  }
  .incompleteorder h2 {
    line-height: 32px;
    margin-bottom: 10px;
  }
  .detaillist li {
    font-size: 13px;
  }
  .detaillist li label {
    width: 42%;
  }
  .detaillist li span {
    width: 54%;
  }
  .detailbtnsec .btnraw .btn + .btn {
    float: left;
    margin-top: 23px;
  }
  .commentbox textarea {
    width: 91%;
  }
  .form-billing .select-half {
    width: 45%;
  }
  .form-billing .select-half + .select-half {
    margin-left: 20px;
  }
  .installation-support .savebtn {
    padding-left: 41%;
  }
  .specifications .tab-actions .btn {
    width: 49%;
  }
  .personalinfoform .savebtn {
    padding-left: 33%;
  }
  .article-entry .list-green-bullets {
    margin-left: 25px;
  }
  .list-green-bullets li + li {
    margin-top: 5px;
  }
  .article-entry .list-green-bullets li {
    font-size: 14px;
  }
  .recommendationbox {
    margin-bottom: 15px !important;
  }
  .csrgreybox {
    margin-bottom: 30px;
  }
  .compareprice {
    margin-bottom: 30px;
  }
  .twocomparebox .pricegreybox {
    width: 47%;
  }
  .threecomparebox .pricegreybox {
    width: 31%;
  }
  .threecomparebox .pricegreybox + .pricegreybox {
    margin-left: 20px;
  }
  .threecomparebox ul li p {
    width: 100%;
    padding-bottom: 5px;
  }
  .threecomparebox ul li p + p {
    background: none;
    padding: 5px 0px 0px 0px;
    border-top: 1px solid #d7d7d7;
    width: 100%;
  }
  .browsercomp .article-entry ul {
    width: 46%;
    padding-bottom: 0px;
  }
  .browsercomp .article-entry ul + ul {
    margin-top: 0px;
    padding-bottom: 15px;
  }
  .servertype .article-entry ul {
    width: 44%;
  }
  .servertype .article-entry ul + ul {
    width: 47%;
  }
  .keyfeatures .featurearea {
    margin-bottom: 30px;
  }
  .keyfeatures .featurearea .list-green-bullets {
    margin-left: 0px;
  }
  .cuponcodetbl .dtlraw .cuponcode {
    width: 170px;
  }
  .certinstallstep .installstep {
    padding: 15px 0px;
    width: 31%;
  }
  .certinstallstep .installstep + .installstep {
    margin-left: 15px;
  }
  .certinstallstep .installstep span + span {
    margin-right: 15px;
  }
  .certinstallstep .installstep span + span img {
    width: auto;
    height: 35px;
  }
  .certinstallstep .enroll span {
    margin-left: 15px;
    font-size: 24px;
  }
  .certinstallstep .confirm span {
    margin-left: 15px;
    font-size: 24px;
  }
  .certinstallstep .installstep span {
    font-size: 24px;
  }
  .certfeatures-list {
    width: 87%;
    margin-bottom: 30px;
  }
  .upgreadsec .upgreadformtxt {
    margin-left: 0px;
  }
  .article-entry .list-green-bullets li:before {
    top: 5px;
  }
  .list-green-bullets li {
    line-height: 20px !important;
    margin-bottom: 10px !important;
  }
  .borderbotop {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .section-certificates .article img.warningico {
    width: 16px;
    height: 15px;
  }
  .compbrandlogo {
    padding-bottom: 5px;
  }
  .compbrandlogo img {
    max-width: 100%;
  }
  .threelinetlt .compreadmore {
    bottom: -12px;
  }
  .article-secondary.padbotnone.borderbotnone {
    padding-bottom: 30px !important;
  }
  .twocomparebox .compheader {
    padding: 35px 20px;
  }
  .threecomparebox .compheader h3 {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
  }
  /*==================== 02-02-2015 ====================*/
  .join-reseller #tab02 h2 {
    font-size: 32px;
  }
  .userdecp {
    padding: 15px;
    margin-bottom: 15px;
    width: 100%;
    box-sizing: border-box;
  }
  .invoice-data {
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
  }
  .order-summary .oredergeneratecsr {
    margin-left: 0px;
  }
  .wccoupon .dtlraw .cuponcode {
    width: 58%;
  }
  .whatsincluded > div {
    display: block;
  }
  .whatsincluded > div + div {
    margin: 10px 0px 0px 0px;
  }
}
@media (max-width: 767px) {
  .steps-body .section-contact-secondary .widget.widget-secure {
    display: block;
  }
  /* ==========================================================================
  		#Base
  	========================================================================== */
  body {
    min-width: 320px;
  }
  h3 {
    line-height: 1.18;
    padding-bottom: 10px;
  }
  .article h2 {
    line-height: 28px;
  }
  /* ==========================================================================
  		#Helpers
  	========================================================================== */
  .mobile-hide {
    display: none !important;
  }
  .mobile-show-inline {
    display: inline !important;
  }
  .mobile-show {
    display: block !important;
  }
  /* ==========================================================================
  		#Section Providers
  	========================================================================== */
  .section-providers .list-secures li {
    width: 48%;
  }
  .section-providers .list-secures li + li {
    float: right;
    padding-left: 0px;
  }
  .section-providers .list-secures img {
    width: 100%;
    height: auto;
  }
  /* ==========================================================================
  		#Services
  	========================================================================== */
  .section-services {
    display: none;
  }
  .service {
    display: block;
    float: none;
    width: auto;
  }
  .service ~ .service {
    margin: 10px 0px 0px;
  }
  .service-body {
    height: auto !important;
  }
  .service-image {
    display: none;
  }
  /* ==========================================================================
  		#Section Shop
  	========================================================================== */
  .shop-head {
    display: none;
  }
  .shop-item ~ .shop-item { /*display:$displayNone;*/ }
  .section-shop-secondary .tab-head a {
    overflow: hidden;
    padding-left: 17px;
  }
  .section-shop-secondary .tab-head a:hover {
    text-decoration: none;
  }
  .section-shop-secondary .tab-head a br {
    display: none;
  }
  .section-shop-secondary .tab-head a strong {
    float: left;
    width: 50px;
    font-size: 36px;
  }
  .section-shop-secondary .tab-head a span {
    display: block;
    overflow: hidden;
    padding: 26px 0px 0px 10px;
    font-size: 18px;
    line-height: 1.11;
    text-align: left;
  }
  .section-shop-secondary .shop-item ~ .shop-item {
    display: block;
  }
  .form-shop select {
    width: 100%;
  }
  .section-shop-secondary .form-shop .form-body, .section-shop-secondary .form-shop .form-actions { /*float:$float-none;*/ }
  /* ==========================================================================
  		#Section Secure
  	========================================================================== */
  .dashboard .list-statistic li p {
    font-size: 14px;
  }
  /* ==========================================================================
  		#Section Site Pro
  	========================================================================== */
  .section-site-pro .section-head-rotate h3 {
    font-size: 32px;
  }
  .section-site-pro .section-head-rotate [class^=ico-] {
    top: 14px;
  }
  .features-desc li {
    float: none;
  }
  .specifications {
    padding-bottom: 10px;
  }
  .tabs-aside {
    display: none;
  }
  /* ==========================================================================
  		#Popups
  	========================================================================== */
  .popup {
    width: 296px;
    position: relative;
  }
  .popup-title {
    font-size: 20px;
  }
  .popup-head {
    padding: 0px 30px 13px 0px;
  }
  .popup .article h4 {
    font-size: 18px;
  }
  .popup .article img {
    display: none;
  }
  /*-----------New 15-05-2015 ---------*/
  .table-seal table thead {
    display: none;
  }
  .table-seal table tbody {
    width: 100%;
  }
  .table-seal table tbody tr {
    width: 100%;
  }
  .table-seal td {
    box-sizing: border-box;
    float: left;
    width: 100%;
    height: auto !important;
  }
  .mob-show {
    display: block;
  }
  .table-seal tr td img {
    max-width: 100%;
  }
  .table-seal tr td .list-green-bullets li {
    padding-left: 12px;
  }
  .table-seal tr td .list-green-bullets li:before {
    width: 5px;
    height: 5px;
  }
  .rating h1 {
    font-size: 20px;
  }
  .table-rating td, .table-rating tr, .table-rating table {
    display: block;
  }
  .table-rating tr + tr td {
    border: 0;
  }
  .table-rating td {
    padding: 0px;
  }
  .table-rating tr {
    padding: 9px 0px 9px 16px;
  }
  .table-rating tr + tr {
    border-top: 1px solid #898989;
  }
  /* ==========================================================================
  		#Slider
  	========================================================================== */
  .section-providers .list-green-bullets {
    padding-left: 15px;
  }
  /* ==========================================================================
  		#Live Chat
  	========================================================================== */
  .chat {
    bottom: 70px;
  }
  .chat-toggle {
    padding: 0px 8px;
    font-size: 14px;
    border-width: 4px 4px 20px; /*border-top-right-radius:14px;*/
    margin-right: 39px;
    -webkit-border-top-right-radius: 14px;
    -moz-border-top-right-radius: 14px;
    border-top-right-radius: 14px;
  }
  .section-contact-secondary .widget-contacts {
    width: auto;
  }
  #tab-renewals .table-specifications td {
    padding-left: 15px;
  }
  .table-specifications td:before {
    height: 10px;
    width: 10px;
    top: 18px;
  }
  .form-shop .form-body, .form-shop .form-actions {
    width: auto;
  }
  .form-shop .form-body .form-row {
    float: none;
  }
  .section-order-summary .widget {
    margin: 0px;
  }
  .section-customers .slider-customers .slider-clip {
    overflow: hidden;
  }
  .dashboard-body .list-statistic li p a.btn-switch {
    display: block;
    margin-bottom: 6px;
  }
  .pagination .gotopage {
    float: left;
    margin-top: 10px;
  }
  .creditcard-info .billingaddress h3 {
    margin: 20px 0px 30px;
  }
  .creditcard-info .savebtn {
    padding: 0px 0px 10px 0px;
  }
  .creditcard-info {
    padding-bottom: 10px;
  }
  .mailbox {
    padding: 15px;
  }
  .mailbox .checksec .checkbox label {
    font-size: 13px;
  }
  .mailbox .checksec .checkbox-fake {
    margin-top: 2px;
  }
  .mailbox .testhtmlsec .sandbtn {
    float: left;
  }
  .emailreminder .form-controls {
    width: 100%;
  }
  .emailreminder .updateemail .form-controls {
    width: 76%;
  }
  .updateemail .updatemailbtn {
    float: left;
    margin-bottom: 15px;
  }
  .verifyno .form-controls {
    width: 100%;
    margin-bottom: 15px;
  }
  .verifyno .verifynobtn {
    float: left;
  }
  .applyarea .radiobox .radio .radio-fake {
    margin-top: 5px;
  }
  .applyarea .radiobox {
    width: 100%;
    margin-bottom: 15px;
  }
  .applyarea .applybtn {
    float: left;
  }
  .orderdomaintable {
    border-top: none;
  }
  .orderdomaintable .headraw {
    display: none;
  }
  .orderdomaintable .dtlraw span {
    display: block;
    width: 97% !important;
    padding: 5px;
  }
  .orderdomaintable .dtlraw + .dtlraw {
    border-top: 1px solid #efeeee;
  }
  .orderdomaintable .dtlraw + .dtlraw span {
    border-top: none;
  }
  .orderdomaintable .dtlraw span + span {
    border-left: none;
  }
  .orderdomaintable .dtlraw span {
    font-size: 12px;
  }
  .orderdomaintable .dtlraw + .dtlraw span {
    font-size: 12px;
  }
  .orderdomaintable .dtlraw .hidehead {
    display: block !important;
    margin-right: 5px;
  }
  .orderdomaintable .dtlraw span.edit {
    text-align: right;
  }
  .orderdomaintable .dtlraw span.proname {
    font-weight: normal;
  }
  .special-offers {
    padding: 15px 0px 0px;
  }
  .special-offers .checksec .checkbox {
    margin-left: 0px;
  }
  .special-offers .checksec .checkbox label {
    width: 90%;
  }
  a.tooltips span {
    width: 170px;
    left: -13px !important;
  }
  .accountcntsec h2 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .padbot {
    padding-bottom: 10px !important;
  }
  .certificatdtl {
    padding: 15px 15px 0px;
  }
  .admincontdetail {
    padding: 15px 15px 0px;
  }
  .detaillist li {
    font-size: 13px;
  }
  .detaillist li label {
    width: 100%;
    text-align: left;
  }
  .detaillist li span {
    width: 100%;
  }
  .detailbtnsec .btnraw .btn + .btn {
    float: left;
    margin-top: 15px;
  }
  .detailbtnsec .btnraw {
    margin-top: 15px;
  }
  .summaryinfo {
    padding: 10px 15px 0px;
  }
  .supportdetail {
    padding: 15px;
  }
  .clientdtlinfo {
    font-size: 14px;
  }
  .commentbox textarea {
    width: 87%;
  }
  .amtinfo {
    padding: 0px;
  }
  .midline {
    margin: 15px 0px 20px;
  }
  .selectgetway label {
    width: 100%;
  }
  .selectgetway label + label {
    margin-left: 0px;
    margin-top: 10px;
  }
  .perinfocheck {
    margin-left: 0px;
  }
  .perinfocheck .checkbox-fake {
    margin-top: 2px;
  }
  .installation-support .savebtn {
    padding-left: 0px;
  }
  .installation-support .grycardicon {
    height: 28px;
  }
  .personalinfoform .savebtn {
    padding-left: 0px;
  }
  .form-billing {
    padding-bottom: 25px;
  }
  .article-entry .list-green-bullets {
    margin-left: 15px;
  }
  .recommendationbox {
    padding: 15px;
    margin-bottom: 15px !important;
  }
  .csrgreybox {
    padding: 15px;
  }
  .checkcsrform .form-actions textarea {
    height: 200px;
  }
  .captchacode img { /*width:$widthfull;*/ }
  .csrexample {
    margin: 0px 0px 15px;
  }
  .csrexample img {
    width: 100%;
  }
  .twocomparebox .pricegreybox {
    width: 100%;
  }
  .twocomparebox .pricegreybox + .pricegreybox {
    margin: 20px 0px 0px 0px;
  }
  .threecomparebox .pricegreybox {
    width: 100%;
  }
  .threecomparebox .pricegreybox + .pricegreybox {
    margin: 20px 0px 0px 0px;
  }
  .threecomparebox ul li p {
    width: 52%;
    padding-bottom: 0px;
  }
  .threecomparebox ul li p + p {
    background: url("../images/comparelistsept.png") no-repeat scroll 0 3px;
    padding: 0px 0px 0px 5px;
    width: 46%;
    border: none;
  }
  .numblist {
    margin-left: 15px;
  }
  .dotlist {
    margin-left: 15px;
  }
  .sitemapmain .sitemap-lt {
    width: 100%;
  }
  .sitemapmain .sitemap-rt {
    width: 100%;
    margin-left: 0px;
  }
  .browsercomp .article-entry ul {
    width: 95%;
  }
  .browsercomp .article-entry ul + ul {
    width: 95%;
    margin-left: 15px;
  }
  .servertype .article-entry ul {
    width: 95%;
  }
  .servertype .article-entry ul + ul {
    width: 95%;
    margin-left: 15px;
  }
  .cntbotmenu {
    margin-bottom: 20px;
  }
  .cuponcodetbl {
    border-top: none;
  }
  .cuponcodetbl .headraw {
    display: none;
  }
  .cuponcodetbl .dtlraw p {
    display: block;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
  }
  .cuponcodetbl .dtlraw + .dtlraw {
    border-top: 1px solid #efeeee;
  }
  .cuponcodetbl .dtlraw + .dtlraw p {
    border-top: none;
  }
  .cuponcodetbl .dtlraw p + p {
    border-left: none;
  }
  .cuponcodetbl .dtlraw p {
    font-size: 12px;
  }
  .cuponcodetbl .dtlraw + .dtlraw p {
    font-size: 12px;
  }
  .cuponcodetbl .dtlraw .hidehead {
    display: inline-block !important;
    margin-right: 5px;
  }
  .cuponcodetbl .dtlraw p span {
    display: block;
  }
  .cuponcodetbl .dtlraw .proname {
    color: #74CD71;
  }
  .keyfeatures .featurearea {
    padding: 20px 15px;
  }
  .keyfeatures .featurearea .list-green-bullets li {
    font-size: 14px;
  }
  .certinstallstep .installstep {
    width: 100%;
  }
  .certinstallstep .installstep + .installstep {
    margin: 15px 0px 0px 0px;
  }
  .certinstallstep .installstep span {
    text-align: left;
    margin: 0px 15px;
  }
  .certfeatures-list {
    width: 100%;
  }
  .upgreadsec .upgreadformtxt {
    width: 45%;
  }
  .trysec {
    margin-left: 10%;
    width: 45%;
  }
  .upgreadsec .orangebox {
    min-height: 100px;
    max-height: 100px;
  }
  .compbrandlogo {
    padding-bottom: 5px;
  }
  .compbrandlogo img {
    max-width: 100%;
  }
  .trybuybtn {
    margin-bottom: 10px;
  }
  .certfeatures-list .compyellowbg {
    padding: 15px;
  }
  .comparelist li {
    text-align: center;
  }
  .comparelist li + li {
    text-align: left;
  }
  .comparelist li.retxtleft {
    text-align: left;
  }
  .threelinetlt .compreadmore {
    bottom: -32px;
  }
  .twocomparebox .compheader {
    padding: 35px;
  }
  .twocomparebox .compreadmore {
    bottom: -30px;
  }
  .comparelist li.readmorebotbtn {
    padding: 20px 0px 0px;
  }
  .salesorder-process .article-entry .list-green-bullets {
    padding-bottom: 0px !important;
  }
  .symantec-couponcode .article-entry .article-title span {
    float: left;
  }
  .csrgreybox.contactbox span {
    display: block;
  }
  .contactbox ul li + li {
    margin-top: 10px;
  }
  .issuancelist {
    border-top: none;
  }
  .issuancelist .headraw {
    display: none;
  }
  .issuancelist .dtlraw p {
    display: block;
    width: 97% !important;
    padding: 5px;
  }
  .issuancelist .dtlraw + .dtlraw {
    border-top: 1px solid #efeeee;
  }
  .issuancelist .dtlraw + .dtlraw p {
    border-top: none;
  }
  .issuancelist .dtlraw p + p {
    border-left: 1px solid #efeeee;
  }
  .issuancelist .dtlraw p {
    font-size: 12px;
  }
  .issuancelist .dtlraw + .dtlraw p {
    font-size: 12px;
  }
  .issuancelist .dtlraw .hidehead {
    display: inline-block !important;
    margin-right: 5px;
  }
  .issuancelist .dtlraw span b {
    display: inline-block !important;
  }
  .issuancelist .dtlraw p span {
    display: block;
  }
  .issuancelist .dtlraw p.proname {
    font-weight: normal;
  }
  .section-head-rotate h3 {
    padding-bottom: 0px;
  }
  /*==================== 02-02-2015 ====================*/
  .imgpara .fright {
    float: left;
    margin: 0px 0px 10px 0px;
    width: 100%;
  }
  .imgpara .fleft {
    float: left;
    margin: 0px 0px 10px 0;
    width: 100%;
  }
  .join-reseller #tab02 h2 {
    line-height: 30px;
    font-size: 16px;
  }
  .join-reseller .tab-head a {
    font-size: 26px;
  }
  .begin-popup .form-billing {
    padding-bottom: 0px;
  }
  .begin-popup .generatebtn {
    padding: 0px;
  }
  #dvCreditCard .cardinfomain .form-row {
    padding-bottom: 0px;
  }
  .installation-support .creditcard-info, .installation-support .selectpaymethod {
    padding: 0px;
  }
  .installation-support .creditcard-info .form-billing {
    padding: 0px 0px 20px;
  }
  .confirmorderdtl {
    padding-bottom: 20px;
  }
  .confirmpaydtl .editpaydtl {
    top: 10px;
  }
  .fundreceipt .dtlraw p {
    box-sizing: border-box;
    width: 100% !important;
    text-align: left !important;
  }
  .fundreceipt .dtlraw p + p {
    border-top: 1px solid #efeeee !important;
  }
  .fundreceipt .dtlraw p b {
    display: block;
  }
  .fundreceipt .tablesubtotal {
    padding: 5px;
  }
  .fundreceipt .tablesubtotal p {
    text-align: left !important;
  }
  .fundreceipt .tablesubtotal p span {
    display: block;
    padding-left: 0px;
    width: 100%;
    text-align: left;
  }
  .sslbrandcnt .article img {
    display: block !important;
    max-width: 100% !important;
    width: auto;
  }
  .article h3 {
    font-size: 20px;
  }
  .list-line li {
    font-size: 14px;
  }
  .shell-secondary .main-head-inner {
    display: none;
  }
  .section-total-amount {
    display: block;
  }
  .confirmoredertable .dtlraw + .dtlraw {
    border-top: none;
  }
  .footer-cols .footer-col + .footer-col {
    margin-top: 5px;
  }
  .half-selectbox {
    width: 100%;
  }
  .begin-popup .form-billing {
    min-height: 10px;
  }
  .begingencertdtl h2 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .begingencertdtl .applyarea .radiobox {
    margin-bottom: 0px;
  }
  .begingencertdtl .applyarea .radiobox .radio span {
    font-size: 13px;
  }
}
@media (max-width: 485px) {
  .section-shop .form-row {
    width: 100% !important;
  }
  .form-shop .form-body, .form-shop .form-actions {
    float: none;
    width: 100%;
    padding-left: 0px;
  }
  .section-shop-secondary .form-shop .form-body, .section-shop-secondary .form-shop .form-actions {
    float: left;
  }
  .notification h5 {
    font-size: 20px;
  }
  .section-billing-info .section-head-rotate h3 {
    margin-top: 10px;
  }
  .connecttosave p {
    font-size: 34px;
    line-height: 60px;
    padding-bottom: 0px;
  }
  .shop-item-head {
    padding-bottom: 5px;
  }
  .shop-item-head h3 {
    padding-bottom: 5px;
  }
  .ajax-upload-dragdrop span {
    width: 44% !important;
  }
  .invoice-data ul li label {
    margin: 0px;
    width: 100%;
    text-align: left;
  }
  .list-line {
    margin-left: 20px;
  }
  .advancesrch #dvDate .orderinput {
    width: 87%;
  }
  .width45per {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer-nav-secondary li {
    margin-bottom: 10px;
  }
  .footer-nav-secondary {
    padding-bottom: 10px;
  }
  .teamlist ul li {
    width: 100%;
    min-height: 4px;
  }
  .abtsolutionsec .solution-body ul li + li a::before {
    left: 10px;
  }
  .slider-testimonial .shoperlogo, .slider-testimonial .testimonial-meta .testimonialdtl {
    width: 100%;
  }
  .rsoimggallery .gallerygird {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
  }
  .gCaptcha {
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    -o-transform-origin: 0;
    transform-origin: 0;
  }
  .form-symantec .form-row .formlogo {
    width: 140px;
  }
}
@media (max-width: 360px) {
  .confirmtotalorder .form-actions .chkoutbotrt {
    clear: both;
  }
  .confirmtotalorder .form-actions .underlinelink {
    float: right;
  }
  .list-line {
    margin-left: 0px;
  }
  .list-line li {
    padding-right: 10px;
  }
  .list-line li::before {
    top: 10px;
  }
  .list-line li a {
    line-height: 20px;
  }
  .list-line li:hover {
    background: none;
    background: #e1e1e1;
  }
  .twoline-head {
    margin-bottom: 20px;
    padding-bottom: 0px;
    background-position: left center;
  }
  .twoline-head span {
    padding: 0px 15px;
    max-width: 200px;
  }
  .abtsolutionsec .solution-body ul li + li a::before {
    left: 6px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .section-certificates .article img {
    display: inline-block !important;
    width: auto;
  }
}
@media only screen and (max-width: 359px) {
  .whtpaper-section .whtpaper-list .whtpaper-decp {
    width: 78%;
  }
  .whtpaper-list ul li h5 {
    margin-bottom: 5px;
  }
  .whtpaper-decp p {
    width: 100%;
    margin-bottom: 5px;
  }
  .gridimg img {
    padding-bottom: 10px;
  }
  .gridimg .collageitem {
    padding: 0px 5px !important;
  }
  .isdtlform .form-row + .form-row {
    margin-top: 15px;
    padding-top: 10px;
  }
}
@media only screen and (min-height: 600px) and (max-height: 700px) {
  .dashboard-label {
    bottom: 140px;
  }
}
@media only screen and (max-height: 700px) {
  .loginbox {
    margin-bottom: 30px;
  }
}

