/* Minification failed. Returning unminified contents.
(8957,15): run-time error CSS1030: Expected identifier, found '.'
(8957,23): run-time error CSS1031: Expected selector, found ')'
(8957,23): run-time error CSS1025: Expected comma or open brace, found ')'
(9072,22): run-time error CSS1030: Expected identifier, found '.'
(9072,23): run-time error CSS1030: Expected identifier, found 'cr-sans'
(9072,30): run-time error CSS1031: Expected selector, found ')'
(9072,30): run-time error CSS1025: Expected comma or open brace, found ')'
(9075,17): run-time error CSS1030: Expected identifier, found '.'
(9075,25): run-time error CSS1031: Expected selector, found ')'
(9075,25): run-time error CSS1025: Expected comma or open brace, found ')'
(9078,17): run-time error CSS1030: Expected identifier, found '.'
(9078,25): run-time error CSS1031: Expected selector, found ')'
(9078,25): run-time error CSS1025: Expected comma or open brace, found ')'
(9084,22): run-time error CSS1030: Expected identifier, found '.'
(9084,23): run-time error CSS1030: Expected identifier, found 'cr-sans'
(9084,30): run-time error CSS1031: Expected selector, found ')'
(9084,30): run-time error CSS1025: Expected comma or open brace, found ')'
(9092,22): run-time error CSS1030: Expected identifier, found '.'
(9092,23): run-time error CSS1030: Expected identifier, found 'cr-sans'
(9092,30): run-time error CSS1031: Expected selector, found ')'
(9092,30): run-time error CSS1025: Expected comma or open brace, found ')'
(9096,12): run-time error CSS1030: Expected identifier, found '.'
(9096,24): run-time error CSS1031: Expected selector, found ')'
(9096,24): run-time error CSS1025: Expected comma or open brace, found ')'
(9104,17): run-time error CSS1030: Expected identifier, found '.'
(9104,25): run-time error CSS1031: Expected selector, found ')'
(9104,25): run-time error CSS1025: Expected comma or open brace, found ')'
(9114,22): run-time error CSS1030: Expected identifier, found '.'
(9114,23): run-time error CSS1030: Expected identifier, found 'cr-sans'
(9114,30): run-time error CSS1031: Expected selector, found ')'
(9114,30): run-time error CSS1025: Expected comma or open brace, found ')'
 */
/* Scss Document */
/* Scss Document */
/* ==========================================================================
	#Reset
========================================================================== */
* {
  padding: 0px;
  margin: 0px;
  outline: 0;
}

/* ==========================================================================
	#Base
========================================================================== */
html, body {
  height: 100%;
}

html {
  overflow-y: scroll;
}

body {
  background: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.63;
  color: #494949;
  -webkit-text-size-adjust: none;
}

a {
  text-decoration: none;
  color: #00B373;
  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;
}

h1 {
  font-size: 40px;
  line-height: 1.12;
  color: #211917;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 26px;
  line-height: 1.15;
  color: #5c5c5c;
}

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;
}

img {
  max-width: 100%;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

/* ==========================================================================
	#Helpers
========================================================================== */
.clearfix, .clear {
  clear: both;
}

.form-row:before, .form-row:after, .clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

.form-row:after, .clearfix:after {
  clear: both;
}

.form-row, .clearfix {
  *zoom: 1;
}

.fleft, .floatleft {
  float: left;
}

.fright, .floatright {
  float: right;
}

.textleft {
  text-align: left;
}

.greentxt {
  color: #00B373 !important;
}

.alignleft {
  float: left;
}

.alignright {
  text-align: right;
}

.text-center {
  text-align: center;
}

.service, .selecter .selecter-options {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tablet-show {
  display: none;
}

.mobile-show {
  display: none;
}

.margin-none {
  margin: 0px !important;
}

.padding-none {
  padding: 0px !important;
}

.displaynone {
  display: none !important;
}

.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.flex-between {
  justify-content: space-between;
}

.flex-center {
  justify-content: center;
}

.flex-right {
  justify-content: right;
}

.align-self-center {
  align-self: center;
  -ms-align-self: center;
}

.align-items-center {
  align-items: center;
}

/* ==========================================================================
	#Containers
========================================================================== */
.wrapper {
  position: relative;
  overflow: hidden;
  min-height: 100%;
}

.shell {
  width: 960px;
  margin: 0px auto;
}

.padbotnone {
  padding-bottom: 0px !important;
}

.martopnone {
  margin-top: 0px !important;
}

.margbotnone {
  margin-bottom: 0px !important;
}

.martop {
  margin-top: 20px !important;
}

/* ==========================================================================
	#Articles
========================================================================== */
.article h1 {
  padding-bottom: 8px;
}

.article h2 {
  padding-bottom: 18px;
  font-size: 26px;
  color: #00B373;
  line-height: 30px;
}

.article h4 {
  padding-bottom: 12px;
}

.article h5 {
  padding-bottom: 8px;
  color: #898989;
}

/* ==========================================================================
	#Main
========================================================================== */
.main-bar {
  padding-top: 34px;
}

.main-bar-secondary {
  padding-top: 21px;
}

.col {
  float: left;
}

.breadcrumbs {
  padding-bottom: 0px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  font-weight: bold;
  list-style: none;
}

.breadcrumbs li {
  list-style: none;
  float: left;
}

.breadcrumbs a {
  color: #494949;
  font-size: 12px;
}

.breadcrumbs a:hover, .breadcrumbs .current {
  color: #00B373;
  text-decoration: none;
}

.breadcrumbs li.breadarrow {
  padding: 0px 10px;
}

.list-green-bullets {
  list-style: none;
  margin-left: 35px;
  padding-bottom: 15px;
}

.list-green-bullets li {
  position: relative;
  padding-left: 22px;
}

.list-green-bullets li + li {
  margin-top: 10px;
}

.list-green-bullets li:before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #00b373;
  content: "";
}

.list-green-bullets a {
  color: #494949;
}

.list-green-bullets a:hover {
  color: #00B373;
  text-decoration: none;
}

.article-entry .list-green-bullets {
  padding-bottom: 15px;
}

/* ==========================================================================
	#Intro Inner Banners
========================================================================== */
.intro {
  padding: 32px 0 40px;
  background: #898989;
}

.intro-image {
  overflow: hidden;
}

.servertype + .servertype {
  margin-top: 10px;
}

.servertype + .servertype ul {
  width: 90%;
}

.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;
}

.tabs-nav li.lineht36 a {
  line-height: 30px;
  padding-top: 6px;
}

.join-reseller {
  margin-top: 20px;
}

.join-reseller .section-dashboard {
  margin-bottom: 0px;
}

.article h3.article-title {
  font-size: 30px;
  color: #454545;
}

.signupform {
  padding-top: 0px;
}

.signupform .section-content-head {
  padding-bottom: 30px;
  text-align: left;
}

.signupform .section-content-head span {
  display: inline-block;
  padding: 0px 10px;
  background: #efeeee;
  color: #00b373;
  line-height: 1;
  padding-top: 4px;
  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;
}

.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;
  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;
  position: relative;
}

.notification-notice a {
  color: #8f8d5d;
  font-weight: bold;
  text-decoration: underline;
}

.notification-notice a:hover {
  text-decoration: none;
}

.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;
  position: relative;
}

.notification-sucess {
  color: #64ae14;
  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 #dff2bf;
  position: relative;
}

.notification-34yrnote {
  color: #494949;
  margin-top: 20px;
  padding: 13px;
  line-height: 18px;
  font-size: 12px;
  background: #fafafa;
}

.notification-34yrnote p {
  padding-bottom: 0px;
}

.notification-34yrnote p + p {
  padding-top: 10px;
}

.notification-34yrnote .hidepara {
  display: none;
  margin-top: 10px;
}

.notification-error a {
  color: #231f20;
}

.close {
  display: block;
  position: absolute;
  right: 7px;
  top: 7px;
  height: 10px;
  display: block;
  cursor: pointer;
}

.close img {
  vertical-align: top;
}

.icon-list li a {
  font-size: 18px !important;
  color: #00B373 !important;
  display: block;
}

.icon-list li a span {
  line-height: 22px;
  margin-top: 10px !important;
  color: #00B373;
}

.icon-list li a .icon {
  display: inline-block;
  margin-top: 10px;
}

.icon-list li a:hover {
  text-decoration: none !important;
}

.doublelftarro {
  height: 21px;
  width: 21px;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
  background: url(../images/arrowfirst.png) no-repeat 0 0;
}

.singlelftarro {
  height: 21px;
  width: 21px;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
  background: url(../images/arrowprevious.png) no-repeat 0 0;
}

.singlergtarro {
  height: 21px;
  width: 21px;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
  background: url(../images/arrownext.png) no-repeat 0 0;
}

.doublergtarro {
  height: 21px;
  width: 21px;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
  background: url(../images/arrowlast.png) no-repeat 0 0;
}

.genepage {
  border: none;
  background: none;
  font-weight: bold;
  font-family: Arial, sans-serif;
  cursor: pointer;
}

.simplesltbox {
  padding: 0px 0px 0px 10px;
  color: #000000;
  cursor: pointer;
  border: 1px solid #898989;
  outline: 0;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  /*background-color: $toColor;  Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cdcdcd)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ffffff, #cdcdcd); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #ffffff, #cdcdcd); /* FF3.6 */
  background-image: -ms-linear-gradient(top, #ffffff, #cdcdcd); /* IE10 */
  background-image: -o-linear-gradient(top, #ffffff, #cdcdcd); /* Opera 11.10+ */
  background-image: linear-gradient(top, #ffffff, #cdcdcd);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#ffffff", EndColorStr="#cdcdcd");
}

.simplesltbox:hover {
  background: #ffffff;
}

.simplesltbox option {
  padding: 0px 10px;
}

.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 #00B373;
  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;
  color: #5a5a5a;
}

.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;
  color: #5a5a5a;
}

.dashboard-label:hover {
  background: #00B373;
  -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;
}

.homefullcontent {
  padding: 0px 0 30px;
  border-bottom: 1px solid #d9d9d6;
}

.hidesection {
  display: none;
}

.tablet-show-inline, .mobile-show-inline {
  display: none;
}

/*------------------loader css------------------*/
.masterdivback {
  background-color: Gray;
  filter: alpha(opacity=70); /* msie */
  -moz-opacity: 0.7; /* firefox 1.0 */
  -khtml-opacity: 0.7; /* webkit */
  opacity: 0.7; /* css 3 */
  position: fixed;
  background-color: #ffffff;
  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: #898989;
  padding-bottom: 0px;
}

.section-shop-secondary.section-ssltype .shop-item-head {
  padding-bottom: 11px;
}

.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: #00B373 !important;
}

.underlinelink:hover {
  text-decoration: none;
}

.rdmorelink {
  text-align: right;
  font-weight: bold;
}

.rdmorelink a {
  text-decoration: underline;
  color: #00B373;
}

.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 #898989;
  color: #494949;
  font-family: Arial, sans-serif;
  font-size: 13px;
  height: 300px;
  line-height: 24px;
  overflow: auto;
  padding: 10px 15px;
  text-align: left;
  width: 100%;
  background: #ffffff;
  box-sizing: border-box;
}

.checkbox {
  position: relative;
  display: block;
}

.checkbox label {
  cursor: pointer;
}

.suplink {
  text-decoration: underline;
  font-weight: bold;
  color: #00B373 !important;
}

.suplink:hover {
  text-decoration: none;
}

.graytxt {
  color: #494949 !important;
}

.article h3 {
  font-size: 23px;
  color: #898989;
}

/* ==========================================================================
	#Popups
========================================================================== */
.popup {
  width: 653px;
  padding: 12px;
  background: #00B373;
}

.popup-body {
  padding: 16px 20px 20px;
  background: #ffffff;
}

.popup .article {
  padding: 0px;
  border: 0;
  font-size: 13px;
  line-height: 1.43;
}

.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;
  box-sizing: border-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#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;
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

#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;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0px;
  margin: 0px;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #ffffff;
}

#cboxPrevious,
#cboxNext,
#cboxClose {
  display: none;
}

.tooltip-toggle {
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: -5px 0px 0px 2px;
  background: #00B373;
  font-size: 10px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  line-height: 16px;
}

.tooltip-toggle:hover {
  text-decoration: none;
  cursor: default;
}

.tooltip {
  position: relative;
  font-family: Arial, sans-serif;
}

.tooltip-content {
  position: absolute;
  bottom: 100%;
  left: -110px;
  z-index: 102;
  width: 166px;
  padding: 11px 15px 13px;
  margin: 0px 0px 22px -14px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 3px #000000;
  -moz-box-shadow: 0px 0px 3px #000000;
  box-shadow: 0px 0px 3px #000000;
  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 {
  position: absolute;
  bottom: -20px;
  left: 110px;
  width: 26px;
  height: 20px;
  background: url(../images/sprite.png) -243px -108px no-repeat;
  content: "";
}

.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 #d9d9d6;
  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: #00B373 !important;
}

/* ==========================================================================
	#Section Services
========================================================================== */
.section-services {
  position: relative;
  padding: 40px 0px;
  background: #efeeee;
}

.services {
  overflow: hidden;
  list-style: none;
}

.service {
  float: left;
  display: table-cell;
  width: 225px;
  padding: 12px;
  background: #00B373;
}

.service ~ .service {
  margin-left: 20px;
}

.service-head {
  padding: 4px 0px 14px;
}

.service-title {
  font-size: 24px;
  color: #ffffff;
}

.service-body {
  padding: 17px 20px;
  background: #ffffff;
}

.service-body .list-green-bullets {
  margin-left: 0px;
  padding-bottom: 0px;
}

.service-image {
  padding-top: 20px;
}

/* ==========================================================================
	#Home Boost Google Ranking Banner
========================================================================== */
.boost-rank-banner {
  padding: 30px 0px 30px;
  border-bottom: 1px solid #d9d9d6;
}

.boost-rank-banner .btn-green {
  background: #42b758;
  font-size: 27px;
}

.boost-rank-banner .btn-green:hover {
  background: #389e4b;
  color: #9bcea5;
}

.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: #00B373;
  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;
}

.faqtltsec h4 {
  float: left;
}

.faqtltsec a {
  float: right;
}

.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: #00B373;
}

.expand span {
  background: url(../images/faqminus-icon.png) no-repeat 0 5px;
}

.toggle_container {
  padding: 20px;
  background: #efeeee;
  margin-top: 5px;
}

.toggle_container p:last-child {
  padding-bottom: 0px;
  text-align: right;
}

.toggle_container p a {
  color: #00B373;
}

.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;
}

.intro-image {
  overflow: hidden;
}

/*---------------------------------------------------------------
   Buy Installation PLACED IN VENDROR CSS
-----------------------------------------------------------------*/
.fixedbuyis {
  position: fixed;
  right: 0;
  bottom: 480px;
  z-index: 999;
  width: 8px;
  border: 12px solid #00B373;
  border-right: 0;
  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: #00B373;
  -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: 100%;
  padding: 4px 12px 0px;
  border: 8px solid #00B373;
  border-bottom-width: 20px;
  margin-right: 56px;
  background: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  color: #231f20;
  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: #00B373;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

/*---------------------------------------------------------------
   Pagination
-----------------------------------------------------------------*/
.pagination {
  padding: 30px 0px 0px;
  text-align: center;
}

.pagination .viewing {
  font-size: 14px;
  line-height: 32px;
  padding-bottom: 0px;
}

.pagination .pageno {
  margin-top: 2px;
  margin-left: 20px;
}

.pagination .pageno span {
  display: inline-block;
}

.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;
  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;
  background-color: Gray;
  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: #898989;
  color: #ffffff;
  padding: 5px 10px;
  position: relative;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  z-index: 999;
}

.scheduled-msg .close {
  cursor: pointer;
  right: 7px;
  top: 4px;
  height: 16px;
  display: block;
  position: absolute;
}

.scheduled-msg p {
  margin: 0px;
  padding: 0px;
}

.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;
}

.codelink {
  padding-bottom: 0px;
}

.codelink a {
  text-decoration: underline;
  color: #9c4242 !important;
  font-weight: bold;
}

.codelink a:hover {
  text-decoration: none;
}

.videothumb {
  border: 12px solid #00B373;
  z-index: 100;
  position: relative;
  display: block;
}

.videothumb a {
  display: block;
}

.videothumb a object {
  display: block;
  pointer-events: none;
  max-width: 100%;
}

.openfdchat strong {
  line-height: 1;
}

.vdomarbtm {
  margin-bottom: 35px;
}

.disabled {
  pointer-events: none;
  filter: alpha(opacity=50); /* msie */
  -moz-opacity: 0.5; /* firefox 1.0 */
  -khtml-opacity: 0.5; /* webkit */
  opacity: 0.5; /* css 3 */
}

.trustedsite-trustmark {
  margin-top: 20px;
  float: left;
  width: 100%;
}

/* ==========================================================================
	#Common table
========================================================================== */
.commontable, .commontable td, .commontable th {
  border: 1px solid transparent;
  border-collapse: collapse;
  margin: 10px 0px;
  text-align: left;
}

.commontable th {
  background-color: #00B373;
  color: #ffffff;
  padding: 20px;
  font-size: 15px;
}

.commontable td {
  padding: 15px;
}

.commontable tr:nth-child(2n) {
  background-color: #e9f7f1;
}

/* ==========================================================================
	#sectigo-more-infopopup
========================================================================== */
.sectigo-more-infopopup .popup-body .article h4 {
  margin-bottom: 0px;
  padding-top: 9px;
  font-size: 24px;
}

.sectigo-more-infopopup .popup-body .list-green-bullets {
  padding-top: 9px;
}

/* ==========================================================================
	#Retina
========================================================================== */
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx), (max-width: 760px) {
  [class^=ico-], [class*=" ico-"], .tooltip-content:after, .radio-fake, .popup-actions .link-close {
    background-image: url(../images/sprite@x2.png);
    background-size: 274px 377px;
  }
}
@media only screen and (max-width: 959px) {
  body {
    font-size: 14px;
  }
  body.fixed .main {
    padding-top: 0px !important;
  }
  h1 {
    font-size: 34px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 16px;
  }
  input[type=text], input[type=submit], input[type=button] {
    -webkit-appearance: none;
  }
  .shell {
    width: 728px;
  }
  .tablet-hide {
    display: none;
  }
  .ipad-hide {
    display: none;
  }
  .tablet-show {
    display: block;
  }
  .tablet-show-inline {
    display: inline;
  }
  .main-bar {
    display: none;
  }
  .intro {
    padding: 20px 0px;
  }
  .intro-image img {
    width: 100%;
  }
  .list-green-bullets li {
    line-height: 20px;
  }
  .list-green-bullets li + li {
    margin-top: 10px;
  }
  .videothumb a object {
    height: auto;
  }
  .section-services {
    margin-bottom: 20px;
  }
  .service-body {
    padding: 10px;
  }
  .service-body .list-green-bullets li:before {
    top: 4px;
  }
  .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;
  }
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
    line-height: 24px;
  }
  h2 {
    line-height: 28px;
    font-size: 24px;
  }
  h3 {
    line-height: 1.18;
    padding-bottom: 10px;
  }
  .article h1 {
    padding-top: 15px;
  }
  .article h3 {
    font-size: 20px;
  }
  .shell {
    width: auto;
  }
  .mobile-hide {
    display: none;
  }
  .mobile-show-inline {
    display: inline;
  }
  .mob-show, .mobile-show {
    display: block;
  }
  .list-green-bullets {
    margin-left: 20px;
  }
  .videothumb img, .section-certificates .article .videothumb img {
    display: block !important;
    width: 100%;
  }
  .section-services {
    display: none;
  }
}
@media only screen and (max-width: 360px) {
  .videothumb, .section-certificates .article .videothumb {
    float: none;
    display: block;
    margin-bottom: 20px;
  }
}

/* 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, .ico-btn-arrow-white {
  width: 19px;
  height: 19px;
  margin: -4px 0 0 5px;
}

.ico-btn-arrow {
  background-position: -190px -83px;
}

.ico-btn-arrow-white {
  background-position: -212px -83px;
  display: none;
} /*Hide Button Arrow*/
.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: -6px 5px 0 0;
  background-position: -244px -169px;
}

/* Scss Document */
/* Scss Document */
.col {
  float: left;
}

.header {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}

.header .fixed-show {
  display: none;
}

.fixed .codebox {
  display: none;
}

.header-bar-inner {
  float: right;
}

.header-bar {
  background: #00B373;
}

.nav-utilities {
  float: left;
}

.nav-utilities ul {
  list-style: none;
}

.nav-utilities li {
  float: left;
  font-size: 16px;
}

.nav-utilities a {
  font-size: 12px;
  color: #ffffff;
  display: block;
  padding: 14px 10px;
  line-height: 12px;
}

.nav-utilities a:hover {
  color: #ffffff;
  text-decoration: none;
}

.nav-utilities .cart-full {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin: 0px 0px 0 0;
  background: #ffffff;
  color: #00B373 !important;
  line-height: 20px;
}

.nav-utilities .cart-full:hover {
  filter: alpha(opacity=90); /* msie */
  -moz-opacity: 0.9; /* firefox 1.0 */
  -khtml-opacity: 0.9; /* webkit */
  opacity: 0.9; /* css 3 */
}

.nav-utilities .cart-full .ico-carts {
  background: url(../images/icon-cart.svg) 0 0 no-repeat;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.nav-utilities li.topsupportlink {
  margin-left: 5px;
}

.nav-utilities li.topbloglink {
  margin: 0px 20px 0px 0px;
}

.nav-utilities li.toploginlink {
  margin-right: 20px;
}

.nav-utilities > ul > li:last-child {
  margin-left: 30px;
}

.nav-utilities .top-dd {
  position: relative;
  z-index: 500;
}

.nav-utilities .top-dd a {
  width: 69px;
  padding: 14px 8px;
}

.nav-utilities .top-dd a:hover {
  background: #4f4f4f;
}

.nav-utilities .top-dd:hover {
  background: #343434;
}

.nav-utilities .top-dd:hover a {
  color: #ffffff;
}

.top-dd .topdd-links {
  position: absolute;
  background: #343434;
  width: 85px;
  display: none;
}

.top-dd:hover .topdd-links {
  display: block;
}

.top-dd .topdd-links li {
  float: none;
  padding-left: 0;
}

.top-dd .topdd-links:after {
  bottom: -12px;
  left: 0;
  content: "";
  width: 85px;
  height: 13px;
  position: absolute;
  background: url(../images/topdd-botbg.png) 0 0 no-repeat;
}

.top-dd .topdd-links a {
  font-size: 11px !important;
  padding: 4px 8px 6px !important;
  line-height: 12px;
  display: block;
  width: auto;
}

.header-fixed .nav-utilities > ul > li > a {
  padding: 9px 9px;
  color: #ffffff;
}

.d-block {
  display: block;
}

.mb-20 {
  margin-bottom: 20px;
}

.header-body {
  padding: 20px 0px;
  width: 100%;
  box-shadow: 0 0 5px #d9d9d6;
}

.header-body .shell.d-flex.flex-between {
  align-items: center;
}

.logo {
  display: block;
}

.mainmenu {
  background: #D9D9D6;
}

.header-fixed .header-inner-left {
  position: relative;
}

.nav .phone {
  display: none;
}

.nav .phone a {
  color: #ffffff;
}

.nav-toggle {
  display: none;
}

.nav > ul {
  list-style: none;
}

.nav > ul > li {
  position: relative;
  float: left;
}

.nav > ul > li:hover {
  color: #00B373;
}

.nav > ul > li + li {
  margin-left: 10px;
  color: #00B373;
}

.nav > ul > li + li:hover {
  color: #00B373;
}

.nav > ul > li > a {
  font-size: 15px;
  color: #494949;
  position: relative;
  padding: 9px 10px;
  display: block;
  border: solid 10px #D9D9D6;
}

.nav > ul > li > a:hover {
  color: #00B373;
  text-decoration: none;
  border: solid 10px #00b373;
  color: #00B373;
}

.nav > ul > li > a:hover:after {
  content: "";
  width: 100%;
  position: absolute;
  height: 10px;
  bottom: 0;
  left: 0;
}

.nav > ul > li > a:hover:last-child {
  border-color: #ffffff;
}

.nav > ul > li:hover .nav-dropdown {
  display: block;
}

.nav > ul > .current > a {
  color: #00B373;
}

.nav > ul > li.first {
  margin-left: 0px;
}

.nav > ul > li.mobile-home {
  display: none;
}

h2.title {
  font-size: 16px;
  text-transform: uppercase;
  color: #00B373;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.nav-dropdown {
  position: absolute;
  top: 68px;
  z-index: 999;
  display: none;
  width: 495px;
  display: none;
}

.nav-dropdown-image, .nav-dropdown-content {
  border: none;
}

.nav-dropdown-content {
  box-shadow: 0 0 4px #cccccc;
}

.nav-dropdown-image {
  position: absolute;
  top: -68px;
  left: 0px;
  height: 47px;
  padding: 9px 10px 2px;
  background: #ffffff;
  border-bottom: 0px;
  text-align: center;
  font-size: 15px;
  box-shadow: 0 -1px 2px #cccccc;
}

.nav-dropdown-image:after {
  height: 10px;
  background: #ffffff;
  position: absolute;
  bottom: 0px;
  content: "";
  width: 100%;
  left: 0;
}

.nav-dropdown-image a {
  color: #00B373;
}

.nav-dropdown-image a:hover {
  color: #00B373;
  text-decoration: none;
}

.nav-dropdown-secondary {
  left: auto;
  right: -56px;
}

.enterprise-menu.nav-dropdown-secondary {
  right: 0;
}

.nav-dropdown-recommendations {
  right: -30px;
}

.nav-dropdown-secondary .nav-dropdown-image {
  left: auto;
  right: 0;
}

.nav-dropdown-content {
  overflow: hidden;
  margin-top: -10px;
  padding: 12px 10px 30px;
  background: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  line-height: 1;
}

.nav-dropdown-content ul {
  overflow: hidden;
  list-style: none;
}

.nav-dropdown-content .menu-list-item > a:not(:hover) > img, .nav-dropdown-content .menu-item > a:not(:hover) > img {
  filter: grayscale(100%);
}

.nav-dropdown-content .menu-list-item.menu-hover > a > img, .nav-dropdown-content .menu-item.menu-hover > a > img {
  filter: none;
}

.nav-dropdown-content a, .nav-dropdown-content span, .nav-dropdown-content strong {
  display: block;
}

.nav-dropdown-content a {
  padding: 9px;
  color: #494949;
}

.nav-dropdown-content a:hover {
  background: #e1e1e1;
  text-decoration: none;
}

.nav-dropdown-content span {
  font-weight: normal;
  font-size: 15px;
  letter-spacing: -0.01em;
  line-height: 20px;
}

.nav-dropdown-content strong {
  font-size: 15px;
  color: #000000;
}

.nav-dropdown-content .col-size1 {
  width: 220px;
}

.nav-dropdown-content .col-size2 {
  width: 235px;
}

.nav-dropdown-contentactive {
  background: #e1e1e1;
  text-decoration: none;
}

.header-secondary {
  border-bottom: 11px solid #D9D9D6;
}

.header-secondary .shell {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.header-secondary .logo {
  margin: 15px 0px;
}

.header-secondary .phone {
  padding-bottom: 0px;
  font-size: 30px;
  align-self: center;
}

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #ffffff;
  box-shadow: 0 0 5px #D9D9D6;
} /*border-bottom:$bdr-size10+1px $bdrsolid $brand-grey;*/
.header-fixed .fixed-hidden {
  display: none;
}

.header-fixed .fixed-show {
  display: block;
}

.header-fixed .nav-utilities .cart-full {
  padding: 5px 10px;
}

.header-fixed .header-body {
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-fixed .nav {
  border-top: none;
}

.header-fixed .nav > ul > li > a {
  font-size: 18px;
  border: none;
}

.header-fixed .nav > ul > li + li {
  margin-left: 47px;
}

.header-fixed .nav > ul > li > a:hover {
  display: none;
}

.header-fixed .nav-dropdown-image {
  font-size: 18px;
}

.header-fixed .nav-dropdown-image.fixfirst {
  width: 145px;
}

.header-fixed .nav-dropdown-image.fixsecond {
  width: 100px;
}

.header-fixed .brandmenu .col-size1 {
  height: 380px;
}

.header-fixed .nav-dropdown {
  right: 0;
}

.nav > ul > li:first-child .nav-dropdown-image img {
  width: 120%;
  margin-left: -10px;
  margin-top: 5px;
}

.nav-dropdown.visible {
  display: block;
}

.header.header-fixed .brandmenu {
  width: 580px;
  right: -16px;
}

/*New header css start*/
.mainmenu.bg-white {
  background: #ffffff;
}

.mainmenu.bg-white .nav > ul > li > a {
  border: none;
}

.menusinglecol {
  width: 240px;
}

.menusinglecol .col-size1 {
  width: 100%;
}

.menusinglecol .menu-partner {
  width: 220px;
}

.mobtopmnu {
  float: right;
  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 #343434;
  position: absolute;
  top: -5px;
  left: 25px;
}

.mobtopmnu ul li ul {
  background: #343434;
  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: #4f4f4f;
  text-decoration: none;
}

.logo-change {
  position: relative;
  background-color: #00B373;
  color: #ffffff;
  width: 300px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
}

.logo-change a {
  padding: 9px 20px;
  display: block;
}

.logo-change > img {
  max-width: 100%;
}

.logo-change span {
  margin: 0px 15px;
}

.logo-change:before {
  content: "";
  position: absolute;
  border-top: 48px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 7px solid #00b373;
  right: 100%;
  top: 0;
}

.codebox {
  background-color: #0c1b29;
  margin-right: 5px;
  padding: 8px 12px 8px 12px;
  font-family: "Roboto Condensed", sans-serif;
  position: relative;
  width: auto;
  margin-right: 15px;
}

.codebox:after {
  content: "";
  position: absolute;
  border-bottom: 48px solid transparent;
  border-top: 0px solid transparent;
  border-left: 7px solid #0c1b29;
  left: 100%;
  top: 0;
  position: absolute;
}

.codebox a {
  display: block;
  text-decoration: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.codebox i {
  margin: 1px 10px 0px 0px;
}

.codebox span {
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
}

.codebox span em {
  color: #fff;
}

li.current .nav-dropdown, li.first .nav-dropdown {
  width: 238px;
}

li.current .nav-dropdown-content, li.first .nav-dropdown-content {
  height: 403px;
  width: 540px;
}

.menu-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-around;
  height: 328px;
}

.menu-list li:hover > a {
  background: #e1e1e1;
}

.menu-hover {
  background: #e1e1e1;
}

.slide-out {
  display: none;
  -moz-transition: all, 0.3s, ease;
  -o-transition: all, 0.3s, ease;
  -webkit-transition: all, 0.3s, ease;
  transition: all, 0.3s, ease;
}

.slide-out.open {
  display: block;
  position: absolute;
  top: -3px;
  left: 233px;
  padding: 12px 0px;
  height: auto;
  width: 320px;
}

.slide-out a:hover {
  color: #00B373;
}

.menu-list-item.menu-hover .slide-out {
  display: block;
  position: absolute;
  top: -3px;
  left: 233px;
  padding: 12px 0px;
  height: auto;
  width: 320px;
}

.menu-item.menu-hover .slide-out {
  display: block;
  position: absolute;
  top: -3px;
  left: 233px;
  padding: 12px 0px;
  height: auto;
  width: 320px;
}

.phn a {
  font-size: 20px;
  color: #ffffff;
  line-height: 40px;
}

.header-fixed .phn a {
  line-height: 30px;
}

.padtop30 {
  padding-top: 30px;
}

@media only screen and (max-width: 959px) {
  .header {
    position: relative;
    border-bottom: 0;
    margin-bottom: 0px;
  }
  .header:before, .header:after {
    position: absolute;
    bottom: 0;
    z-index: -1;
    width: 50%;
    height: 50px;
    background: #898989;
    content: "";
  }
  .header:before {
    left: 0;
    background: transparent;
  }
  .header:after {
    right: 0;
    background: transparent;
  }
  .header-body {
    padding: 10px 0px;
  }
  .logo {
    width: 240px;
  }
  .logo img {
    height: 30px;
    width: 150px;
  }
  .logo-change {
    width: 250px;
  }
  .logo-change a {
    padding: 9px 10px;
  }
  .nav-toggle {
    display: block;
    float: left;
    font-size: 22px;
    color: #ffffff;
    cursor: pointer;
  }
  .nav {
    position: relative;
    height: 42px;
    padding-top: 0;
    border-top: 0;
    background: transparent;
  }
  .nav.open > ul {
    display: block;
  }
  .nav > ul {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 2;
    width: 128px;
    padding: 6px 30px 12px;
    border-bottom: 1px solid #D9D9D6;
    background: #ffffff;
    box-shadow: 0 0 5px #D9D9D6;
  }
  .nav > ul > li {
    float: none;
    margin: 0px;
    padding: 0px;
  }
  .nav > ul > li + li {
    margin: 0px;
    border-top: 1px solid #ffffff;
  }
  .nav > ul > li > a {
    display: block;
    padding: 7px 0px 6px;
    font-size: 16px;
    color: #494949;
    border: 0px;
  }
  .nav > ul > li > a:hover {
    border: none;
  }
  .nav > ul > li > a span img {
    display: none;
  }
  .nav .phone {
    display: block;
    float: right;
    padding-bottom: 0px;
    margin-top: 5px;
    color: #ffffff;
    line-height: 1;
    font-size: 20px;
  }
  .nav > ul > li.mobile-home {
    display: block;
  }
  .nav-dropdown {
    display: none !important;
  }
  .header.header-secondary {
    border-bottom: 11px solid #898989;
  }
  .header.header-secondary:before, .header.header-secondary:after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    padding: 0px;
  }
  .logo-section {
    width: 50%;
  }
  .logo {
    width: 100%;
  }
  .header-body .header-inner {
    width: 60%;
  }
  .nav-toggle {
    margin-top: 0;
    font-size: 14px;
  }
  .codebox {
    width: 38%;
    margin-right: 10px;
  }
  .codebox span {
    font-size: 11px;
  }
  .logo-change {
    width: 50%;
  }
  .logo-change img {
    max-width: 100%;
    height: 30px;
  }
  .logo-change a {
    padding: 11px 8px 7px 8px;
  }
  .header.header-secondary .logo {
    width: 240px;
  }
  .header-bar {
    padding: 0 10px;
  }
  .header-body {
    padding: 10px;
    width: auto;
  }
  .nav {
    height: auto;
  }
  .nav-toggle {
    float: none;
  }
}
@media only screen and (max-width: 576px) {
  .nav-utilities {
    display: none;
  }
  .mobtopmnu {
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
  }
  .mobtopmnu ul li ul {
    left: -56px;
  }
  .mobtopmnu ul li ul:before {
    left: 65px;
  }
  .header-body .header-inner {
    width: 100%;
    margin-top: 15px;
  }
  .codebox {
    width: 30%;
  }
  .logo-change {
    width: 62%;
  }
}
@media only screen and (max-width: 480px) {
  .codebox {
    width: 43%;
  }
  .logo-change {
    width: 44%;
  }
  .header.header-secondary .logo {
    width: 120px;
  }
  .header.header-secondary .logo img {
    max-width: 100%;
  }
  .header.header-secondary {
    padding-bottom: 15px !important;
  }
  .header.header-secondary .phone {
    font-size: 20px;
    text-align: right;
  }
}

/* Scss Document */
/* Scss Document */
/* ==========================================================================
	#Footer
========================================================================== */
.footer-title {
  padding-bottom: 5px;
  color: #00B373;
  font-size: 26px;
}

.footer-body .footer-title a {
  color: #00B373;
}

.footer-cols {
  overflow: hidden;
}

.footer-cols.clearfix {
  overflow: visible;
}

.footer-col {
  float: left;
}

.footer-body, .footer-body a {
  color: #ffffff;
}

.footer-body {
  padding: 33px 0 43px;
  background: #041C2C;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}

.footer-body .footer-col-size1 {
  width: 670px;
}

.footer-body .footer-col-size2 {
  float: right;
  width: 187px;
}

.footer-body .footer-col-size3 {
  width: 100%;
  padding-top: 30px;
}

.footer-body .footer-col-size4 {
  width: 200px;
}

.footer-body .footer-col-size5 {
  width: 195px;
}

.footer-nav {
  padding: 3px 0px 0px 11px;
  border-left: 1px solid #ffffff;
}

.footer-nav ul {
  list-style: none;
}

.footer-nav li {
  padding-bottom: 1px;
  line-height: 30px;
}

.footer-nav a {
  font-size: 16px;
}

.footer-nav a:hover {
  text-decoration: underline;
}

.footer-ribbon {
  position: relative;
  padding: 25px 0px 100px;
  border: 1px solid #eeeeee;
  margin: -41px 0px 60px;
  background: #ffffff;
}

.footer-ribbon:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 0;
  border-width: 0 93px 28px 93px;
  border-style: solid;
  border-color: transparent transparent #041C2C transparent;
}

.footer-ribbon .secure {
  margin: 0px auto;
  overflow: visible;
  position: absolute;
  z-index: 1;
  padding: 0px 20px;
}

.footer-ribbon .secure a {
  text-indent: -9999em;
}

.list-cards {
  padding-right: 40px;
}

.footer-partners {
  padding: 27px 0px 33px;
}

.footer-partners .list-partners {
  overflow: hidden;
  text-align: center;
  list-style: none;
}

.footer-partners .list-partners li {
  position: relative;
  display: inline-block;
  padding: 0px 25px;
}

.footer-partners .list-partners li + li:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 51px;
  margin-top: -26px;
  background: #acacac;
  content: "";
}

.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 */
}

.footer-bar, .footer-bar a {
  color: #091c2b;
}

.footer-bar {
  padding: 23px 0px 20px;
  background: #D9D9D6;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 13px;
  line-height: 1.4;
}

.footer-bar .shell {
  overflow: hidden;
}

.footer-bar .contacts, .footer-nav-secondary {
  float: left;
}

.footer-nav-secondary {
  padding-left: 15px;
}

.footer-nav-secondary ul {
  overflow: hidden;
  list-style: none;
}

.footer-nav-secondary li {
  float: left;
  line-height: 13px;
  position: relative;
}

.footer-nav-secondary li + li:before {
  content: "";
  width: 1px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 15px;
  background: #091c2b;
}

.footer-nav-secondary li a {
  padding: 13px;
  display: block;
}

.copyright {
  float: right;
  text-align: right;
}

.footer-secondary {
  padding: 19px 0px 2px;
  background: #898989;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}

.footer-secondary a {
  color: #ffffff;
}

.footer-secondary .contacts {
  padding-bottom: 6px;
}

.footer-secondary .contacts br {
  display: none;
}

.footer-secondary .copyright {
  float: none;
  text-align: center;
}

/* ==========================================================================
	#Section Customers
========================================================================== */
.section-customers {
  padding: 10px 45px 35px;
  clear: both;
}

.section-customers .section-head {
  padding-bottom: 18px;
}

.section-customers h3 {
  color: #5a5a5a;
  text-transform: uppercase;
  float: left;
  font-size: 36px;
}

.section-customers .section-body {
  position: relative;
}

.section-customers .section-head a {
  float: right;
  margin-top: 16px;
}

.section-customers .slide a img {
  filter: grayscale(100%);
  transition: all 0.5s;
}

.section-customers .slide a:hover img {
  filter: grayscale(0);
}

.slides {
  overflow: hidden;
  list-style: none;
}

.slide {
  float: left;
}

.slide a {
  padding: 0px 25px;
  display: block;
}

.slider-prev, .slider-next {
  position: absolute;
  top: 50%;
  overflow: hidden;
  margin-top: -24px;
  text-indent: -9999em;
  white-space: nowrap;
  height: 53px;
  width: 48px;
}

.slider-prev {
  left: -45px;
}

.slider-next {
  right: -45px;
}

.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:before, .slider-next:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 50%;
  margin-top: -7px;
}

.slider-prev:before {
  border-width: 10px 15px 10px 0;
  border-color: transparent #00B373 transparent transparent;
  left: 0;
}

.slider-next:before {
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #00B373;
  right: 0;
}

.copyrighttxt {
  float: left;
  width: 100%;
  text-align: center;
}

.reviewdecp {
  min-height: 73px;
}

.statcounter {
  display: none;
}

.footer-col1 {
  width: 320px;
}

.footer-col2 {
  width: 200px;
}

.footer-col3 {
  width: 150px;
}

.flo-right {
  float: right;
}

.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: #00b373 !important;
}

.chat-fc-form-outer div.fc-form a.fc-button {
  background-color: #00b373 !important;
  text-decoration: none !important;
  font-weight: bold;
  box-sizing: border-box;
  font-size: 14px;
}

.chat-fc-form-outer div.fc-form ul li {
  margin-bottom: 5px !important;
}

.chat-fc-form-outer div.fc-form ul li input {
  box-sizing: border-box;
  background: none !important;
  padding: 8px !important;
  margin-bottom: 0px !important;
}

.pre-fc-field select {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 8px;
  width: 100%;
}

li.pre-fc-field select {
  height: 36px !important;
}

.chat-fc-form-outer div.fc-form ul li input:focus {
  box-shadow: none !important;
}

.chat-fc-form-outer div.fc-form ul li label {
  font-size: 13px !important;
  margin-top: 1px !important;
  position: static !important;
  top: 0px !important;
  margin-left: 0px !important;
}

.chat-fc-form-outer div.fc-form ul li:last-child {
  margin-bottom: 10px !important;
  line-height: 16px !important;
}

#chat-fc-allinformationsuppliedinthisformwillbeusedtoprovidecustomersupport {
  display: none !important;
}

@media only screen and (max-width: 959px) {
  .section-customers .section-head {
    text-align: center;
  }
  .section-customers h3 {
    float: none;
  }
  .section-customers .section-head a {
    float: none;
    margin-top: 5px;
  }
  .footer-nav {
    display: none;
  }
  .footer-title {
    padding-bottom: 6px;
  }
  .footer-body {
    padding: 0px 0px 13px;
  }
  .footer-body .shell {
    position: relative;
  }
  .footer-body .footer-col-size1 {
    width: 255px;
    padding-top: 17px;
  }
  .footer-body .footer-col-size2 {
    width: 175px;
    padding: 17px 260px 0px 0px;
  }
  .footer-body .footer-col-size3 {
    width: 100%;
    clear: both;
  }
  .footer-body .footer-col-size3, .footer-body .footer-col-size4, .footer-body .footer-col-size5 {
    float: none;
    width: auto;
  }
  .footer-ribbon {
    position: absolute;
    top: -8px;
    right: 0;
    width: 185px;
    margin-top: 0px;
  }
  .footer-partners .list-partners li {
    padding: 0px !important;
  }
  .list-partners img {
    width: 70%;
  }
  .list-cards {
    padding-left: 0px;
  }
  .list-cards li {
    width: 50px;
  }
  .list-cards li img {
    width: 100%;
  }
  .footer-bar {
    padding: 15px 0px 20px;
  }
  .footer-bar .contacts {
    padding-bottom: 3px;
  }
  .footer-bar .contacts br {
    display: none;
  }
  .footer-nav-secondary {
    padding: 0px;
  }
  .copyright {
    float: none;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .section-customers {
    padding: 10px 30px 35px;
  }
  .section-customers .section-head {
    text-align: center;
  }
  .section-customers h3 {
    font-size: 20px;
  }
  .section-customers .slider-customers .slider-clip {
    overflow: hidden;
  }
  .slider-prev {
    left: -20px;
  }
  .slider-next {
    right: -20px;
  }
  .footer-ribbon {
    top: -10px;
    left: 50%;
    right: auto;
    margin-left: -93px;
  }
  .footer-body {
    position: relative;
    text-align: center;
  }
  .footer-body .shell {
    position: static;
  }
  .footer-body .footer-col-size1, .footer-body .footer-col-size2 {
    float: none;
    width: auto;
  }
  .footer-body .footer-col-size2 {
    padding: 0px;
  }
  .footer-col1 {
    width: 100%;
    padding-top: 160px;
  }
  .footer-cols .footer-col + .footer-col {
    margin-top: 5px;
  }
  .footer-cols .fullfooter {
    padding-top: 20px !important;
  }
  .footer-title {
    padding-bottom: 3px;
    font-size: 20px;
  }
  .list-cards {
    padding-right: 0px;
    text-align: center;
    width: 100%;
  }
  .footer-cols .footer-col + .footer-col {
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
  }
  .footer-partners {
    padding: 22px 0px 24px;
  }
  .footer-partners .list-partners li:first-child {
    display: block;
    padding: 0px;
  }
  .footer-partners .list-partners li {
    display: none;
    float: none;
    padding: 0px 20px;
  }
  .footer-bar {
    padding: 15px 40px 20px;
    text-align: center;
  }
  .footer-bar .contacts, .footer-nav-secondary, .copyright {
    float: none;
  }
  .footer-bar .contacts {
    padding-bottom: 20px;
  }
  .copyright {
    text-align: center;
  }
  .footer-nav-secondary {
    padding-bottom: 20px;
  }
  .footer-nav-secondary li {
    float: none;
    display: inline-block;
  }
  .footerxtra {
    grid-template-columns: inherit;
  }
}
@media only screen and (max-width: 576px) {
  .footer-secondary .contacts br {
    display: block;
  }
  .footer-nav-secondary {
    padding-bottom: 10px;
  }
}

/* Scss Document */ /* Scss Document */
/* ==========================================================================
	#Tabs 
========================================================================== */
.tabs-aside {
  float: left;
  width: 217px;
  position: relative;
  z-index: 0;
}

.tabs-content {
  position: relative;
  padding: 0px 27px;
  width: 100%;
  max-width: 618px;
  float: left;
  border: 12px solid #00B373;
  background: #ffffff;
}

.section-billing-method .tabs-content {
  max-width: 390px;
}

.tabs-nav ul {
  list-style: none;
}

.tabs-nav li {
  padding-bottom: 13px;
  margin-right: 13px;
}

.tabs-nav li:first-child a {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
}

.tabs-nav a {
  display: block;
  height: 69px;
  padding: 0px 17px;
  background: #898989;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 69px;
  color: #ffffff;
  letter-spacing: 0px !important;
}

.section-dashboard .tabs-nav a.title2line {
  line-height: 24px;
  padding-top: 8px;
  padding-bottom: 12px;
  letter-spacing: 0px;
  height: auto;
}

.tabs-nav a span {
  font-size: 30px;
}

.tabs-nav .current a, .tabs-nav a:hover {
  background: #00B373;
  border-right-color: #00B373;
  text-decoration: none;
}

.tabs-nav .current {
  margin-right: -25px;
}

.tabs-nav a img {
  vertical-align: middle;
  width: 173px;
  margin-left: 16px;
}

.section-dashboard .tabs-nav a img {
  vertical-align: middle;
}

.section-shop .form-row {
  width: 300px;
}

.section-shop .selecter .selecter-selected {
  padding: 4px 10px 2px;
  background-size: 29px 29px;
}

.tab {
  display: none;
}

.tab.current {
  display: block;
}

.tab-head {
  display: none;
}

.tabs-image {
  padding-top: 20px;
}

/* ==========================================================================
	#Section Shop
========================================================================== */
.section-shop {
  padding: 30px 0px 30px;
  border-bottom: 1px solid #d9d9d6;
}

.section-shop .tabs-nav a {
  padding: 0px;
}

.shop {
  padding: 20px 0 30px;
}

.shop-head {
  text-align: left;
}

.shop-head span {
  display: inline-block;
  padding: 0;
  background: #ffffff;
}

.shop-head span a:hover {
  filter: alpha(opacity=70); /* msie */
  -moz-opacity: 0.7; /* firefox 1.0 */
  -khtml-opacity: 0.7; /* webkit */
  opacity: 0.7; /* css 3 */
}

.shop-items {
  list-style: none;
}

.shop-item {
  padding-bottom: 7px;
  border-bottom: 1px solid #d9d9d6;
}

.shop-item ~ .shop-item {
  padding-top: 27px;
}

.shop-item-head h3 {
  float: left;
  font-size: 24px;
  color: #231f20;
  width: initial;
  padding-bottom: 5px;
}

.shop-secondary .shop-head {
  background-position: 0 10px;
}

.shop-item .notification-34yrnote {
  display: none;
  text-align: left;
}

.shop-item-head h4 {
  color: #231f20;
  float: left;
  font-size: 24px;
}

.shop-item-entry {
  font-size: 14px;
  line-height: 1.75;
}

.shop-item-actions {
  display: none;
}

.shop-secondary {
  padding: 23px 0 30px;
}

.shop-secondary .shop-entry {
  padding-bottom: 13px;
  font-size: 14px;
  line-height: 1.75;
}

.shop-items-secondary .shop-item h3 {
  float: left;
  color: #898989;
  font-size: 18px;
  padding-bottom: 10px;
  width: 100%;
}

.shop-items-secondary .shop-item {
  padding-bottom: 10px;
}

.shop-items-secondary .shop-item ~ .shop-item {
  padding-top: 10px;
}

.form-shop {
  float: right;
  padding-bottom: 20px;
}

.form-shop select {
  width: 225px;
}

.form-shop .form-body {
  float: left;
}

.form-shop .form-actions {
  float: right;
  padding-left: 20px;
}

.form-shop .btn {
  padding: 5px 5px 5px 5px;
  font-size: 12px;
  letter-spacing: 0px;
  text-align: left;
}

.form-shop .btn .ico-btn-arrow {
  margin-left: 4px;
}

.form-shop .btn .ico-btn-arrow-white {
  margin-top: -2px;
}

.section-shop-secondary .tabs-nav a {
  overflow: hidden;
  padding-left: 17px;
}

.section-shop-secondary .tabs-nav a strong {
  float: left;
  width: 50px;
  font-size: 36px;
}

.section-shop-secondary .tabs-nav a span {
  display: block;
  padding: 17px 0 0 60px;
  font-size: 18px;
  line-height: 1.11;
}

.section-shop-secondary .tabs-nav .current a span {
  padding-right: 35px;
}

.section-shop-secondary .shop-item-head {
  padding-bottom: 0px;
}

.shop-item-head h3 a {
  color: #898989;
  font-size: 18px;
  padding-bottom: 0px;
  float: left;
}

.shop-items-secondary .shop-item h3 a {
  color: #898989;
}

.shop-item-head h3 a:hover {
  text-decoration: none;
  color: #5a5a5a;
}

.shop-items-secondary .shop-item h3 a:hover {
  text-decoration: none;
}

.shop-secondary .shop-head h2 {
  color: #231f20;
  line-height: 1;
  padding-top: 4px;
}

.shop-secondary .form-shop {
  padding-bottom: 0px;
}

.tabs-nav .currentgreen a {
  background: #00b373;
}

.tabs-contentgreen {
  border-color: #00B373;
}

.form-shop .readmorebtn {
  height: auto;
}

.is-badge {
  padding-right: 13px;
}

.is-badge a {
  text-decoration: none;
}

.is-badge a span {
  display: block;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  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 */
}

.ribbon {
  font-weight: 100;
  color: #ffffff;
  background: #69B3E7;
  font-size: 20px;
  line-height: 40px;
  max-width: 90vw;
  width: max-content;
  position: relative;
  text-align: center;
  height: 40px;
  margin: auto;
  border-right: 2px solid #69B3E7;
  border-left: 2px solid #69B3E7;
}

.ribbon:after, .ribbon:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  border: 20px solid #69B3E7;
  z-index: -1;
}

.ribbon:before {
  left: 165px;
  border-right-width: 5px;
  border-right-color: transparent;
}

.ribbon:after {
  right: 165px;
  border-left-width: 5px;
  border-left-color: transparent;
}

.sectigo__s--green {
  width: 75%;
  margin: 48px 0px 0px 15px;
}

.sectigo__sm--s {
  width: 25px;
  margin-left: 10px;
}

.tabs-content .shop-head img {
  margin-bottom: 30px;
}

#tab-codeguard .shop {
  min-height: 600px;
}

.tabsmls {
  width: 80% !important;
  padding-bottom: 0px !important;
}

.tabs-content .notification-34yrnote {
  margin-top: 0px;
  margin-bottom: 30px;
}

.accountcntsec h2 > br {
  display: none;
}

/* ==========================================================================
	#My Security
========================================================================== */
/******** Domain CTA Banners ********/
.cta-mysecurity .section-content, .mysecuritypage .contents {
  background: #F8F8F8 !important;
}

.cta-mysecurity .section-content h6 {
  font-size: 19px;
  line-height: 24px;
  margin-bottom: 10px;
}

.cta-mysecurity .section-content p {
  font-size: 13px;
  line-height: 24px;
  font-family: Arial, sans-serif;
  padding-bottom: 5px;
}

.cta-mysecurity .section-content label {
  font-size: 13px;
  line-height: 15px;
  font-family: Arial, sans-serif;
  font-weight: 600;
}

.cta-mysecurity .section-content .form-controls {
  margin-top: 5px;
}

.mysecurity {
  margin-bottom: 30px;
}

.mysecurity table tr td, .mysecurity table tr th {
  background: #FBFBFB;
  padding: 10px 15px;
  vertical-align: middle;
  font-family: "Roboto Condensed", sans-serif;
}

.mysecurity table tr th {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  text-align: left;
}

.mysecurity table tr td, .mysecurity table td a {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: #494949;
}

.mysecurity table td a {
  text-decoration: underline;
}

.mysecurity table td .btn {
  padding: 9px 37px;
  text-transform: capitalize;
  text-decoration: none;
  color: #ffffff;
}

.mysecurity table td span {
  margin-left: 20px;
}

.mysecurity table td:nth-child(2) {
  font-size: 31px;
  line-height: 38px;
  font-weight: 600;
  color: #041c2c;
}

.mysecuritypage .contents {
  padding: 30px;
  font-family: "Roboto Condensed", sans-serif;
}

.mysecuritypage .selectdomain {
  text-align: center;
  width: 50%;
  margin: 0px auto;
}

.mysecuritypage label {
  font-size: 16px;
  line-height: lineHeightpx163px;
  color: #898989;
}

.mysecuritypage .domain-detail {
  margin-top: 40px;
  flex-wrap: inherit;
}

.mysecuritypage .domainPartial h3, .mysecuritypage .domainUncomplete h3 {
  color: #FFB822 !important;
}

.mysecuritypage .domainSecure h3 {
  color: #00B373 !important;
}

.mysecuritypage .domain-detail h2, .mysecuritypage .domain-detail h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 26px;
  line-height: 32px;
  color: #041c2c;
  margin-bottom: 15px;
}

.mysecuritypage .domain-detail h3 {
  color: #EF7571;
  margin-bottom: 15px;
}

.mysecuritypage .domain-detail p {
  font-size: 16px;
  line-height: 26px;
  font-family: Arial, sans-serif;
  font-weight: 600;
  padding-bottom: 0px;
}

.mysecuritypage .domain-detail .domain-detailleft {
  width: 55%;
}

.mysecuritypage .domain-detail .domain-detailright {
  width: 40%;
}

.mysecuritypage .domain-detail .domainname a {
  text-decoration: underline;
  color: #041c2c;
}

.mysecuritypage .domain-detail .domainname a:hover, .dm-details h2 span > a:hover, .dm-details .dtlmsg a:hover, .security-step a:hover {
  text-decoration: none !important;
}

.mysecuritypage .active.domainRisk, .mysecuritypage .active.domainSecure, .mysecuritypage .active.domainmidhalf, .mysecuritypage .active.domainUncomplete, .mysecuritypage .active.domainPartial {
  display: flex !important;
}

.security-stepper {
  margin-top: 15px;
}

.security-step {
  display: grid;
  grid-gap: 25px;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  margin-top: 10px;
  position: relative;
}

.security-step a > p {
  margin-top: 15px;
  margin-bottom: 0px;
  text-align: center;
  color: #898989;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  font-family: "Roboto Condensed", sans-serif;
  padding-bottom: 0px;
}

.security-step .security-stepbox {
  border: 5px dashed #E1E1E1;
  width: 92px;
  height: 88px;
  align-items: center;
}

.security-step a.active:hover .security-stepbox {
  border-color: #009962 !important;
}

.security-step a:hover .security-stepbox {
  background: #494949;
  border: 5px solid #041c2c;
}

.security-step .security-stepbox .downarrow {
  position: absolute;
  bottom: 25px;
  display: none;
}

.security-step a:hover .downarrow {
  display: block;
}

.security-step .active.https > .security-stepbox, .security-step .active.https:hover > .security-stepbox {
  background: url(../images/md-https-white.svg) #00B373 no-repeat center;
  background-size: 25px;
}

.security-step .active.backup > .security-stepbox, .security-step .active.backup:hover > .security-stepbox {
  background: url(../images/md-backup-white.svg) #00B373 no-repeat center;
  background-size: 25px;
}

.security-step .active.scan > .security-stepbox, .security-step .active.scan:hover > .security-stepbox {
  background: url(../images/md-scan-white.svg) #00B373 no-repeat center;
  background-size: 27px;
}

.security-step .active.waf > .security-stepbox, .security-step .active.waf:hover > .security-stepbox {
  background: url(../images/md-waf-white.svg) #00B373 no-repeat center;
  background-size: 30px;
}

.security-step .active.malware > .security-stepbox, .security-step .active.malware:hover > .security-stepbox {
  background: url(../images/md-malware-white.svg) #00B373 no-repeat center;
  background-size: 27px;
}

.security-step .active > .security-stepbox {
  background: #00B373;
  border: 5px solid #009962;
}

.security-step .active p {
  color: #231f20;
}

.security-step .active .security-stepbox > img, .security-step .active .security-stepbox:hover .downarrow {
  display: none;
}

.security-step .active .security-stepbox:hover {
  border: 5px solid #009962;
}

.security-step a:hover > p {
  color: #231f20;
}

/******** Domain Detials ********/
.dm-details {
  margin-top: 50px;
}

.dm-details h2 {
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-family: "Roboto Condensed", sans-serif;
  color: #454545;
  font-weight: 600;
  margin-bottom: 35px;
}

.dm-details h2 span, .dm-details h2 span > a {
  font-size: 26px;
  color: #5c5c5c;
}

.dm-details h2 span > a {
  text-decoration: underline;
}

.dm-details .widget-head {
  padding: 15px 25px;
}

.dm-details .widget-site-seal .widget-title img {
  opacity: 0.44;
}

.dm-details .widget-head h4 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 26px;
  line-height: 32px;
  text-transform: none;
}

.dm-details .widget-head span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  line-height: 26px;
  text-transform: none;
  font-weight: 600;
  color: #AFAFAF;
}

.dm-details .widget-site-seal .widget-body {
  padding: 25px;
  border: 10px solid #e8e8e8;
  border-top: none !important;
}

.dm-details .widgets .widget-site-seal {
  border: none !important;
}

.dm-details .widget-site-seal .widget-head {
  background: #454545;
}

.dm-details .widget-head .pro-complated, .dm-details .active .pro-uncomplate, .dm-details .btnslk, .dm-details .mdassignlinc {
  display: none;
}

.dm-details .active .dtlmsg {
  background: #e5fcfb;
}

.dm-details .dtlmsg {
  background: #FEF1F0;
  padding: 20px;
}

.dm-details .dtlmsg h4 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
  line-height: 26px;
  text-transform: none;
  font-weight: 600;
  margin-bottom: 10px;
}

.dm-details .dtlmsg h4 > em {
  margin-left: 12px;
}

.dm-details .dtlmsg p {
  padding-bottom: 0px;
  margin-top: 15px;
  line-height: 32px;
}

.dm-details .dtlmsg .dtlmsgdesc p + p {
  padding-bottom: 0px;
  margin-top: 0px;
}

.dm-details .dtlmsg a {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  text-decoration: underline;
}

.dm-details .btnadd {
  background: #EF7571;
  color: #ffffff;
  text-transform: none;
  text-decoration: none !important;
  margin-top: 20px;
}

.dm-details .active > .widget-head, .dm-details .active .widget-site-seal {
  background: #00B373;
  border-color: #00B373;
}

.dm-details .active .widget-title img {
  opacity: 1;
}

.dm-details .active .pro-complated {
  display: inline-block;
}

.dm-details .active .widget-body {
  border-color: #00B373;
}

.dm-details .active .widget-head span {
  color: #ffffff;
}

.dm-details .active .dtlmsg .flagred {
  display: none !important;
}

.dm-details .active .dtlmsg .flaggreen, .dm-details .active .widget-head .iconcheck {
  display: inline-block !important;
}

.dm-details .active .btnadd {
  background: #00B373;
}

/******** Domain Offer on Details Page ********/
.dm-secoffer {
  background: #f8f8f8;
  padding: 20px 25px;
  width: 205px;
  margin-bottom: 10px;
}

.dm-secoffer div > h3 {
  color: #041c2c !important;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}

.dm-secoffer div p > a {
  color: #4f4f4f !important;
  font-size: 13px;
  text-decoration: underline;
}

.dm-secoffer div p > a:hover {
  text-decoration: none !important;
}

.dm-secoffer div p {
  line-height: 20px;
}

/* ==========================================================================
	#End My Security
========================================================================== */
.shopcsrow .btn {
  padding: 5px 5px 4px 10px;
  font-size: 12px;
  letter-spacing: 0px;
  text-align: left;
}

.shopcsrow .btn .ico-btn-arrow {
  margin-left: 4px;
}

.shopcsrow .shop-item-head h3, .shopcsrow .shop-item-head {
  padding-bottom: 0px !important;
}

.shopcsrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shopcsrow.alignright {
  justify-content: flex-end;
}

@media only screen and (max-width: 959px) {
  .tabs-content {
    max-width: 433px;
  }
  .shop {
    padding-bottom: 0px;
  }
  .shop-item {
    position: relative;
    padding-bottom: 100px;
    border-bottom: 0;
  }
  .shop-item ~ .shop-item {
    padding-top: 20px;
    border-top: 1px solid #d9d9d6;
  }
  .shop-item-actions {
    display: block;
    margin-top: -15px;
    text-align: right;
  }
  .section-shop .form-shop {
    position: relative;
    bottom: 0;
    padding-bottom: 0;
    padding-top: 10px;
  }
  .section-shop .shop-item {
    padding-bottom: 20px;
  }
  .form-shop {
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 100%;
    text-align: right;
  }
  .form-shop .form-body {
    padding-bottom: 11px;
  }
  .shop-secondary .form-shop {
    position: static;
    float: none;
  }
  .shop-secondary .form-shop .form-body {
    float: left;
  }
  .shop-secondary .form-shop .form-actions {
    float: right;
    padding-left: 0px;
  }
  .shop-items-secondary .shop-item h4 {
    float: none;
    padding-bottom: 5px;
  }
  .section-billing-method .tabs-content {
    max-width: 77%;
    padding: 0px 2%;
  }
  .form-creadit-card .form-actions {
    width: 83%;
  }
  .tab.current {
    display: block;
    padding: 0px 2%;
    width: 96%;
  }
  .form-shop .btn {
    padding: 6px 2px 5px 5px;
  }
  .form-shop .form-body, .form-shop .form-actions {
    width: 100%;
  }
  .form-shop .form-body .form-row {
    float: right;
  }
  .section-shop-secondary .form-shop .form-body {
    float: left;
  }
  .section-dashboard .tabs-aside {
    width: 30%;
  }
  .section-dashboard .tabs-content {
    width: 58%;
  }
  .accountcntsec h2 > br {
    display: block;
  }
  .mysecurity table td .btn {
    padding: 3px 35px;
  }
  .mysecurity table td:nth-child(2) {
    font-size: 24px;
  }
  .mysecurity tbody tr {
    display: block;
  }
  .mysecurity thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
    margin-top: 2em;
  }
  .mysecurity tbody tr td:before {
    position: absolute;
    left: 12px;
    top: 50%;
    bottom: 50%;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    vertical-align: middle;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 13px;
  }
  .mysecurity tbody tr {
    margin-bottom: 15px;
    border: 1px solid #d9d9d6;
  }
  .mysecurity tbody tr:nth-of-type(odd) {
    background: #f8f8f8;
  }
  .mysecurity tbody tr td:last-child {
    padding-left: 2%;
    justify-content: space-between;
  }
  .mysecurity tbody tr td:nth-of-type(1):before {
    content: "Domain :";
  }
  .mysecurity tbody tr td:nth-of-type(2):before {
    content: "Security store :";
  }
  .mysecurity tbody tr td:nth-of-type(3):before {
    content: "";
  }
  .mysecurity tbody tr td a {
    font-size: 13px !important;
  }
  .mysecurity tbody tr td img {
    width: 40px;
    height: 40px;
  }
  .mysecurity table td span {
    margin-left: 10px;
  }
  .mysecurity tbody tr td {
    border: none;
    border-bottom: 1px solid #d9d9d6 !important;
    position: relative;
    padding-left: 40%;
    vertical-align: middle;
    display: flex;
    word-break: break-all;
    height: 100%;
    color: #383838;
    box-shadow: none;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    white-space: normal;
  }
  .mysecuritypage .domain-detail {
    flex-flow: column-reverse;
  }
  .mysecuritypage .domain-detail .domain-detailleft, .mysecuritypage .domain-detail .domain-detailright {
    width: 100%;
  }
  .mysecuritypage .domain-detail .domain-detailleft {
    margin-top: 15px;
    text-align: center;
  }
  .dm-details .widget-head h4 {
    font-size: 18px;
  }
  .dm-details .dtlmsg h4, .dm-details .widget-head span {
    font-size: 16px;
  }
  .dm-details .dtlmsg p, .dtlsiteseal > p, .mysecuritypage .domain-detail p {
    font-size: 13px;
    line-height: 20px;
  }
  .dm-details .widget-site-seal .widget-body {
    padding: 15px;
  }
  .mysecuritypage .selectdomain {
    width: 80%;
  }
  .mysecuritypage .domain-detail h2, .mysecuritypage .domain-detail h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .tabs-aside {
    display: none;
  }
  .tabs-content {
    border: none;
    padding: 0px;
    float: none;
    max-width: none;
  }
  .tab.current .tab-head a {
    background: #5a5a5a;
    text-align: left;
    text-decoration: none;
  }
  .tab.current {
    margin-bottom: 10px;
    background: #5a5a5a;
    display: block;
    padding: 0px 2% 10px 2%;
    width: 96%;
  }
  .section-billing-method .tabs-content {
    max-width: 100%;
    padding: 0px;
    min-height: 10px !important;
  }
  .tab.current .tab-body {
    display: block;
  }
  .tab {
    display: block;
    padding: 0px 6px 10px;
    background: #ffffff;
  }
  .tab-head {
    display: block;
    margin: 0px -6px;
  }
  .section-billing-method .tab-head {
    margin: 0px;
  }
  #tab-paypal.current {
    padding: 0px 7px 10px;
  }
  .tab-head a {
    display: block;
    height: 69px;
    padding: 0px 17px;
    background: #898989;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 69px;
    color: #ffffff;
  }
  .tab-body {
    display: none;
    position: relative;
    z-index: 1;
    padding: 1px 27px 0px 27px;
    background: #ffffff;
  }
  .section-shop h2 {
    font-size: 24px;
    line-height: 1;
  }
  .shop-head {
    display: none;
  }
  .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%;
  }
  .form-shop .btn {
    padding: 6px 2px 5px 5px;
  }
  .form-shop .form-body, .form-shop .form-actions {
    width: auto;
  }
  .form-shop .form-body .form-row {
    float: none;
  }
  .accountcntsec h2 > br {
    display: none;
  }
  .mysecuritypage .selectdomain {
    width: 90%;
  }
  .mysecuritypage .domain-detail h2, .mysecuritypage .domain-detail h3 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .section-shop-secondary.section-ssltype .shop-item-head {
    float: none;
  }
  .shop-item-head {
    padding-bottom: 5px;
  }
  .shop-item-head h3 {
    padding-bottom: 5px;
  }
  .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;
  }
}

@charset "UTF-8";
/* 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;
  margin: 4px 5px 0px 0px;
}

.checkbox.checked .checkbox-fake {
  background: transparent;
}

.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 */
}

.checkbox.checked .checkbox-fake:before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 4px;
  color: #00B373;
}

.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 {
  float: left;
  width: 14px;
  height: 14px;
  margin: 3px 6px 0px 0px;
  background: url(../images/sprite.png) -137px -117px no-repeat;
}

.radio.checked .radio-fake {
  background-position: -137px -134px;
}

.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-body {
  float: left;
}

.form-certificates .form-actions {
  float: right;
}

.form-certificates .form-row {
  float: left;
}

.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: #000000;
}

.form-certificates .select {
  width: 350px;
}

.form-certificates .select-small {
  width: 90px;
}

.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: #efeeee;
  padding: 30px 0px 15px 0px;
}

.form-billing .form-label {
  float: left;
  width: 30.6%;
  float: left;
  text-align: right;
  line-height: 43px;
}

.form-billing .form-label strong {
  color: #fc2d2d;
}

.form-billing .field {
  font-size: 15px;
  border: 1px solid #898989;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
  color: #5a5a5a;
}

.form-billing .form-controls {
  width: 55%;
  float: right;
  padding-right: 50px;
  position: relative;
}

.form-billing .form-row {
  padding-bottom: 18px;
}

.form-billing select {
  font-size: 15px;
}

.form-billing .field-small {
  width: 141px;
}

.form-billing .form-col-size12 {
  width: 64%;
  float: left;
  margin-right: 7%;
}

.form-billing .form-col-size13 {
  width: 28.2%;
  float: left;
}

.form-billing .form-hint {
  font-size: 12px;
  color: #4f4f4f;
  font-style: italic;
  padding-left: 10px;
  padding-top: 13px;
  padding-bottom: 0px;
  line-height: 1;
}

.showinput {
  font-size: 15px;
  border: 1px solid #898989;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
  color: #5c5c5c;
  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;
}

.chkinfotxt {
  padding: 10px 0px;
  font-style: italic;
}

.schedule .tool-tips {
  right: 50px;
}

#AddTicket .form-row .form-controls .tool-tips {
  right: 0;
}

.form-controls .tool-tips {
  right: 20px;
  top: 4px;
  right: 25px;
}

.tool-tips {
  position: absolute;
  display: inline-block !important;
  float: right;
  width: 18px;
  height: 20px;
  background: url(../images/icon-privacy-r.svg) no-repeat;
  margin-top: 12px;
}

.tool-tips:hover {
  background: url(../images/icon-privacy-h.svg) no-repeat;
}

.tool-tips span {
  position: absolute;
  width: 250px;
  background: #ffffff;
  padding: 16px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  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;
  font-size: 12px;
  color: #4f4f4f;
  font-weight: normal;
  top: 35px;
  right: -8px;
}

.tool-tips span:after {
  content: "";
  position: absolute;
  top: -8px;
  right: 6px;
  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;
  z-index: 999;
}

.hubspot-form {
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
}

.hbspt-form {
  width: 50%;
}

.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;
}

.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;
}

.loginbox .csrgreybox {
  background-color: #F9F9F9;
}

.loginbox .checkursslform .form-label {
  text-align: left;
  width: 100%;
  line-height: 1;
  margin-bottom: 5px;
}

.loginbox .checkursslform .form-controls {
  margin: 0px;
  padding: 0px;
}

.loginbox #frmlogin .form-actions {
  padding-left: 0px;
}

.logintabs ul {
  list-style: none;
}

.logintabs ul li + li {
  margin-left: 10px;
}

.logintabs ul li a {
  padding: 20px;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  border: 1px solid #e8e8e8;
  color: #494949;
  border-bottom: none;
}

.logintabs ul li.current a {
  background-color: #F9F9F9;
  border-color: #F9F9F9 !important;
}

.logintabs ul li a:hover {
  text-decoration: none;
  background-color: #00B373;
  color: #ffffff;
  border-color: #00B373 !important;
}

@media (max-width: 480px) {
  .logintabs ul li a {
    padding: 14px;
  }
}

/* Scss Document */ /* Scss Document */
/* ==========================================================================
	#Buttons
========================================================================== */
.btn {
  display: inline-block;
  padding: 11px 14px;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  vertical-align: middle;
  cursor: pointer;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  line-height: 1;
}

.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;
}

.btn:hover .ico-btn-arrow-white {
  filter: alpha(opacity=50); /* msie */
  -moz-opacity: 0.5; /* firefox 1.0 */
  -khtml-opacity: 0.5; /* webkit */
  opacity: 0.5; /* css 3 */
}

.btn-green {
  background: #00B373;
}

.btn-green:hover {
  background: rgba(0, 179, 115, 0.6);
  color: #ffffff;
  transition: none !important;
}

.btn-orange {
  background: #898989;
}

.btn-orange:hover {
  background: #5c5c5c;
  color: #ffffff;
}

.btn-small {
  position: relative;
  padding: 0px 6px 0 6px;
  font-size: 14px;
  line-height: 28px;
}

.btn-small .ico-btn-arrow-white {
  position: absolute;
  top: 8px;
  right: 5px;
}

.btntlink {
  display: inline-block;
  padding: 8px 14px;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  vertical-align: middle;
  cursor: pointer;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.btntlink: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;
}

.btn-blue {
  background: #69b3e7;
}

.btn-dark {
  background: #041C2C;
}

.btn-outline {
  background-color: transparent;
  border-radius: 50px;
  color: #00B373;
  border: 1px solid;
}

.btn-outline:hover {
  background-color: #00B373;
  color: #ffffff;
}

.shop-links a.btn-outline + a.btn-outline {
  border: 1px solid #00B373;
}

.buttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
}

.buttons .btn {
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .btn {
    padding: 5px;
    font-size: 12px;
  }
  .btn-small {
    padding: 0px 10px 0px 6px;
  }
  .prodbutton {
    height: 100px;
  }
  .prodbutton button {
    display: block;
    float: right;
    clear: right;
    margin-top: 5px;
  }
  .form-certificates .btn .ico-btn-arrow-white {
    margin: -2px 0px 0px 5px;
  }
}

/* Scss Document */ /* Scss Document */
.section-head-rotate {
  position: relative;
  padding-bottom: 8px;
}

.section-head-rotate h3 {
  line-height: 1.1;
  color: #091c2b;
  text-transform: uppercase !important;
  font-size: 36px;
}

.section-head-rotate h3 span {
  position: absolute;
  top: 50px;
  right: 100%;
  color: #00B373;
  white-space: nowrap;
}

.section-head-rotate h3 span {
  -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;
}

.section-head-rotate ~ .section-body {
  padding-left: 47px;
}

@media only screen and (max-width: 959px) {
  .section-head-rotate {
    padding: 0px 0px 13px 45px;
  }
  .section-head-rotate h3 span {
    position: static;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    /*filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9914448613738104, M12=-0.13052619222005157,M21=0.13052619222005157, M22=0.9914448613738104, sizingMethod='auto expand');
    zoom: 1;*/
  }
  .section-head-rotate [class^=ico-], .section-head-rotate [class*=" ico-"] {
    position: absolute;
    top: 14px;
    left: 0;
  }
  .section-head-rotate h3 .sectigo__sm--s {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0px;
  }
  .section-head-rotate ~ .section-body {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .section-head-rotate {
    margin-left: 10px;
  }
  .section-head-rotate h3 {
    padding-bottom: 0px;
  }
}

/* Scss Document */ /* Scss Document */
/* ==========================================================================
	#Widgets
========================================================================== */
.widgets {
  list-style: none;
}

.widget {
  margin-bottom: 30px;
}

.widget-head {
  padding: 0px 0px 10px 0px;
}

.widget-title {
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
}

.widget-body {
  overflow: hidden;
  background: #ffffff;
  padding-top: 25px;
}

.widget-symantec {
  padding: 0px;
}

.widget-secure {
  padding: 0px 30px;
  background: transparent;
}

.widget-site-seal {
  border: 12px solid #00B373;
}

.widget-site-seal .widget-body {
  padding: 12px 0px;
}

.widget-site-seal .widget-head {
  background: #00B373;
}

.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: 14px 12px 15px;
}

.widget-support {
  margin-bottom: 30px;
  border: 12px solid #091c2b;
  padding: 0px;
}

.widget-support .widget-body {
  padding: 25px 0px 15px;
}

.widget-support .widget-body a {
  display: block;
}

.widget-support .widget-head {
  padding-left: 18px;
}

.widget-support .widget-title {
  font-size: 30px;
  text-transform: none;
  letter-spacing: 2px;
  color: #ffffff;
  padding-bottom: 10px;
  background-color: #091c2b;
}

.support {
  position: relative;
}

.support {
  display: block;
  padding: 28px 100px 15px 15px;
}

.support-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
}

.list-contacts {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  line-height: 1.1;
  font-weight: bold;
  color: #00b373;
  list-style: none;
}

.list-contacts li + li {
  padding-top: 30px;
}

.list-contacts li {
  text-decoration: none;
  text-align: center;
}

.list-contacts li a {
  color: #00b373;
  text-decoration: none;
}

.list-contacts li a:hover {
  color: #091c2b;
}

.list-contacts strong {
  display: block;
  font-size: 30px;
}

.list-secures {
  list-style: none;
  text-align: center;
}

.list-secures li {
  padding: 25px 0px;
}

.list-secures li + li {
  border-top: 1px solid #d9d9d6;
}

.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: #00B373;
  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;
}

.sidebar .widget-text {
  max-width: 236px;
}

.widget-text {
  padding: 14px 10px 10px 10px;
  background: #00B373;
  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 */
}

/* Scss Document */ /* Scss Document */
/* ==========================================================================
	#FORM Product Page
========================================================================== */
.section-secure {
  overflow: hidden;
  padding-bottom: 11px;
}

.section-secure .section-content {
  float: left;
  width: 700px;
}

.section-secure .section-aside {
  float: right;
  width: 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-top: 19px;
}

.section-secure .list-secures li {
  float: left;
  width: 120px;
  padding: 25px 20px;
}

.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;
}

.section-secure .stacked li {
  float: none;
  margin: 10px auto 0px;
}

.section-secure .stacked li + li {
  padding-left: 0px;
}

.section-secure .stacked li:hover img {
  opacity: 0.7;
}

.form-symantec .term-title, .form-symantec .radio label, .form-symantec .label-content, .form-symantec .radio.checked .term-save {
  display: block;
}

.form-symantec {
  color: #000000;
}

.form-symantec .form-head {
  padding-bottom: 30px;
}

.form-symantec .form-head h3 {
  font-size: 22px;
  color: #000000;
}

.form-symantec .form-col-size1 {
  width: 410px;
  padding-bottom: 20px;
}

.form-symantec .form-col-size2 {
  float: right;
  width: 185px;
}

.form-symantec .radio label {
  overflow: hidden;
  padding: 5px 10px;
  line-height: 1.25;
  cursor: pointer;
}

.form-symantec .label-content {
  overflow: hidden;
}

.form-symantec .term-title {
  font-size: 15px;
  font-weight: bold;
}

.form-symantec .term-title strong {
  font-weight: bold;
}

.form-symantec .term-title span {
  color: #898989;
}

.form-symantec .term-save {
  display: none;
  font-size: 15px;
  color: #00b373;
  font-weight: bold;
}

.form-symantec .radio-fake {
  float: left;
  margin-top: 0px;
}

.form-symantec .radio.checked {
  margin: 4px 0px 10px;
}

.form-symantec .radio.checked label {
  padding: 7px 10px;
  background: #ffffff;
}

.form-symantec .radio.checked .term-title {
  font-size: 18px;
  color: #00B373;
}

.form-symantec .radio.checked .radio-fake {
  float: left;
  margin-top: 3px;
}

.form-symantec-secondary {
  position: relative;
}

.form-symantec-secondary .total-list {
  padding-top: 30px;
  padding-bottom: 0px;
  border-top: 1px solid #d9d9d6;
  margin-top: 10px;
  border-bottom: 0;
}

.form-symantec-secondary .total {
  position: absolute;
  bottom: 0;
  left: 0;
}

.form-symantec .selecter .selecter-selected {
  border: 0;
  font-size: 14px;
  padding: 4px 10px 4px 7px;
  position: relative;
  text-overflow: clip;
  z-index: 2;
  border: 1px solid #898989;
  background-size: auto;
  background: url(../images/select-arrows-small.png) no-repeat right center;
}

.form-symantec .selecter .selecter-item {
  padding: 4px 10px;
}

.form-symantec .form-label, .form-symantec .form-label ~ .form-controls {
  display: inline-block;
  vertical-align: middle;
}

.form-symantec .form-label {
  width: 105px;
  padding: 4px 3px 0px 0px;
  font-size: 13px;
  line-height: 0.9;
  font-weight: bold;
}

.form-symantec .form-label ~ .form-controls {
  width: 70px;
}

.form-symantec .form-row {
  padding-bottom: 20px;
}

.form-symantec .form-row .formlogo {
  display: none;
}

.form-symantec .form-actions {
  text-align: right;
}

.form-symantec .btn {
  margin-left: 10px;
  line-height: 28px;
}

.form-symantec .btn .ico-btn-arrow, .form-symantec .btn .ico-btn-arrow-white {
  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 #00B373;
  position: absolute;
  top: 28px;
  left: 0;
}

.term-addtional a {
  display: block;
  font-size: 14px;
}

.term-addtional span {
  font-size: 12px;
  color: #000000;
}

.overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.overlay-visible {
  display: block;
}

.total-list dt, .total-list dd {
  float: left;
}

.total-list dt {
  width: 110px;
  padding-bottom: 5px;
  clear: left;
  color: #231f20;
}

.total-list dd {
  float: left;
  color: #00B373;
  width: 60px;
  padding-bottom: 5px;
}

.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: #00B373;
}

.total strong {
  font-size: 44px;
  color: #343434;
}

.total sup {
  margin-left: -7px;
  font-size: 25px;
}

.form-symantec-secondary .notification-34yrnote {
  margin-bottom: 40px;
}

/* ==========================================================================
	#Section Site Pro
========================================================================== */
.section-site-pro {
  padding: 40px 0px 40px;
  border-bottom: 1px solid #d9d9d6;
  float: left;
  width: 100%;
  clear: both;
}

.section-site-pro .tabs-content {
  padding-bottom: 13px;
}

/* ==========================================================================
	#Specifications
========================================================================== */
.specifications {
  padding: 20px 0px;
}

.specifications h4 {
  padding-bottom: 10px;
  font-weight: 300;
}

.specifications h4 span {
  font-weight: 500;
}

.specifications h6 {
  color: #898989;
}

.specifications p {
  font-size: 13px;
  line-height: 20px;
  padding-top: 10px;
}

.specifications .norton-image {
  width: auto;
  height: auto;
  margin-right: 15px;
}

.specifications img {
  max-width: 100%;
  height: auto;
}

.specifications .border--bottom-grey {
  padding-bottom: 10px;
}

.table-specifications td {
  padding: 15px 0px;
  border-bottom: 1px solid #d9d9d6;
  font-size: 12px;
  position: relative;
}

.tab-actions {
  text-align: right;
  margin-top: 20px;
}

.list-support {
  list-style: none;
}

.list-support li:after {
  content: "";
  display: table;
  clear: both;
  font-size: 13px;
}

.list-support li {
  line-height: 91px;
  border-bottom: 1px solid #d9d9d6;
  font-size: 13px;
}

.list-support li a {
  display: inline-block;
  padding: 7px 10px;
  border: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  vertical-align: middle;
  cursor: pointer;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  float: right;
  background: #00B373;
  line-height: 14px;
  margin-top: 31px;
}

.list-support li a: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;
  background: #00B373;
  color: #ffffff;
}

.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;
  position: relative;
  top: -1px;
  display: none;
}

.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;
}

h6.title-yellow {
  font-size: 18px;
  color: #00B373;
  padding-bottom: 10px;
  margin-top: 20px;
}

h6.title-yellow.title-yellow-secondary {
  border-top: 1px solid #d9d9d6;
  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 li {
  width: 25%;
  float: left;
  padding-left: 0;
  margin-top: 0px !important;
  font-size: 13px;
  padding-bottom: 15px;
}

.list-green-bullets-tertiary li span {
  padding-left: 25px;
  display: block;
}

.list-green-bullets li {
  list-style: none;
}

.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: #53a446;
}

.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: 28px 0px 30px;
}

.features p {
  font-size: 13px;
  line-height: 17px;
  padding-top: 10px;
}

.features h6 {
  padding-bottom: 16px;
  font-size: 19px;
  color: #898989;
}

.features .cols {
  overflow: hidden;
  padding-bottom: 25px;
  margin-right: -20px;
}

.features .col-size1 {
  width: 395px;
}

.features .col-size2 {
  float: right;
  width: 225px;
}

.features ul {
  list-style: none;
}

.features ul li a {
  color: #00B373;
}

.features .list-green-bullets {
  margin-left: 16px;
}

.features-desc {
  padding: 17px 18px 13px;
  background: #efeeee;
  color: #000000;
  font-size: 15px;
  line-height: 1.25;
}

.features-desc ul {
  overflow: hidden;
  margin-right: -31px;
}

.features-desc li {
  float: left;
  width: 150px;
  padding: 0px 45px 2px 0px;
}

.features-checks {
  overflow: hidden;
  padding: 36px 0px 0px 18px;
  font-size: 12px;
  margin-right: -30px;
}

.features-checks ul {
  float: left;
  width: 190px;
}

.features-checks ul + ul {
  padding-left: 15px;
}

.features-checks li {
  padding-bottom: 4px;
}

.features-icons {
  padding-bottom: 23px;
}

.features-icons ul {
  overflow: hidden;
}

.features-icons li {
  float: left;
  width: 67px;
  text-align: center;
}

.features-icons li + li {
  padding-left: 10px;
}

.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: 155px;
  margin-bottom: 8px;
}

.dtlsiteseal {
  text-align: center;
}

.popup-body p.sealdecp {
  margin-bottom: 20px;
  font-size: 14px;
}

.otherseal {
  padding-top: 20px;
}

.featurelisting {
  padding-top: 20px;
}

.freesslcnt {
  border-bottom: 1px solid #d9d9d6;
}

/* ==========================================================================
	#Section Symantec
========================================================================== */
.section-symantec {
  padding-bottom: 40px;
  border-bottom: 1px solid #d9d9d6;
}

.section-symantec .section-content {
  float: left;
  width: 620px;
  padding: 31px 40px 40px;
  background: #efeeee;
  position: relative;
}

.section-symantec .section-content-head {
  padding-bottom: 20px;
  text-align: left;
}

.section-symantec .section-content-head span {
  display: inline-block;
  padding: 0px 0px;
  background: #efeeee;
}

.section-symantec .section-aside {
  float: right;
  width: 220px;
}

.section-top-pad {
  padding-top: 40px;
}

.section-top-pad p:last-child {
  padding-bottom: 0px;
}

.section-symantec .notification-34yrnote {
  background: #F9F9F9;
  margin-top: 50px;
  color: #494949;
}

.section-symantec .notification-34yrnote a {
  color: #00B373 !important;
}

.section-symantec .trustedsite-trustmark {
  max-width: 700px;
}

/* ==========================================================================
	#Section Symantec
========================================================================== */
.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 
========================================================================== */
.isdtlform .form-row + .form-row {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #d9d9d6;
}

.isdtlform .form-hint {
  color: #4f4f4f;
  font-size: 12px;
  font-style: italic;
  line-height: 1;
  padding-bottom: 0px;
  padding-top: 5px;
}

.isdtlform .field {
  border: 1px solid #898989;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
  font-size: 15px;
  padding: 12px;
  width: 50%;
}

.isdtlform .servers .form-controls {
  float: right;
}

.servers p, .servers label {
  float: left;
}

.servertype .form-controls {
  float: right;
}

.servertype p, .servertype label {
  float: left;
}

.servertype .simplesltbox {
  width: 280px;
}

.isdtlform .tooltip-toggle {
  padding-top: 0px;
  height: 16px;
}

.isdtlform .adminaccess label {
  float: left;
}

.radiobtn {
  float: right;
}

.radiobtn .radiobox {
  float: left;
}

.radiobtn .radiobox .radio {
  float: left;
}

.radiobtn .radiobox .radio + .radio {
  margin-left: 20px;
}

.radiobtn .radiobox .radio-fake {
  margin-top: 5px;
}

.yesnonote {
  background: #ffffff;
  padding: 10px 15px;
  margin-top: 20px;
}

.nextstep p {
  padding-top: 0px;
}

.nextstep .list-green-bullets {
  padding-bottom: 15px;
}

.istoolicon {
  text-align: center;
  height: 270px;
  border-bottom: 1px solid #d9d9d6;
}

.widget-istool .widget-body {
  text-align: center;
  padding: 10px 0px;
}

.istotal {
  text-align: right;
  border-top: 1px solid #d9d9d6;
  padding-top: 20px;
  margin-bottom: 20px;
}

.iscartbtn {
  text-align: right;
}

.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: #efeeee;
  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;
}

.isfaqs {
  padding: 25px 0px 0px;
}

.isfaqs h4 {
  padding-bottom: 0px;
}

.isfaqs h6 {
  padding-bottom: 10px;
  color: #898989;
}

.isquestion strong {
  display: block;
  font-size: 15px;
}

.isquestion p {
  font-size: 13px;
}

.isinstall {
  font-size: 13px;
  font-weight: bold;
  padding: 0px !important;
}

.isinstall p {
  padding-bottom: 0px;
  border-top: 1px solid #d9d9d6;
  padding-top: 10px;
}

.isinstall span {
  display: block;
  color: #f6641f;
  padding-bottom: 0px;
}

.form-symantec .iscombobox .selecter .selecter-selected {
  padding: 4px 6px;
}

.section-secure .list-secures li.biglogo {
  padding: 0px !important;
  width: auto;
}

.article-entry .list-green-table {
  margin-bottom: 20px;
  list-style: none;
}

.article-entry .list-green-table li:first-child {
  background: #efeeee;
  border-top: 1px solid #bbbbbb;
}

.article-entry .list-green-table li {
  border-bottom: 1px solid #bbbbbb;
  padding: 5px;
}

.article-entry .list-green-table li span {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  width: 56%;
  line-height: 24px;
}

.article-entry .list-green-table li strong {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  width: 42%;
  line-height: 24px;
  font-weight: normal;
}

.article-entry .list-green-table li:before {
  top: 9px;
}

.addsaninfo {
  background: #ffffff;
  width: 75%;
  padding: 15px;
  position: relative;
  margin-top: 10px;
  display: none;
  margin-top: 15px;
}

.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: #00B373;
}

.addsaninfo p {
  color: #494949;
  font-size: 12px;
  padding-bottom: 0px;
}

.form-symantec .radio.checked .addsaninfo {
  display: block;
}

.video-title {
  padding: 10px;
  padding-bottom: 0px;
  background: #00B373;
}

.feature__boxes {
  max-width: 630px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  grid-gap: 1.25rem;
}

.feature__boxes .feature__box {
  position: relative;
  border: 1px solid #00B373;
  padding: 20px;
}

/*.feature__boxes .feature__box.non-feature{background-color: $brand-grey;}*/
.feature__boxes .feature__box .title h6 {
  color: #091c2b;
  margin: 10px 0px;
}

.feature__boxes .feature__box .descrip p {
  padding: 0px;
}

.feature__boxes .feature__box.non-feature .fa-times {
  position: absolute;
  color: #ff0000;
  right: 11px;
  top: 9px;
  font-size: 1.7rem;
}

.feature__boxes .feature__box .fa-check {
  position: absolute;
  color: #00B373;
  right: 11px;
  top: 9px;
  font-size: 1.7rem;
}

.feature__boxes .feature__box .icon i {
  font-size: 3rem;
}

.feature__boxes .feature__box .icon img {
  height: 50px;
}

.table__wrapper {
  margin: 55px 0px 0px;
}

.table__wrapper h4 {
  margin-top: 15px;
}

.table__wrapper .features__table .opaque {
  filter: alpha(opacity=0); /* msie */
  -moz-opacity: 0; /* firefox 1.0 */
  -khtml-opacity: 0; /* webkit */
  opacity: 0; /* css 3 */
}

.table__wrapper .features__table thead {
  background-color: #00B373;
  color: #ffffff;
}

.table__wrapper .features__table td:first-child {
  padding-left: 15px;
  width: 30%;
}

.table__wrapper .features__table td:nth-child(2) {
  text-align: center;
}

.features__table th, .features__table td {
  border-bottom: 1px solid #DDD;
}

.features__table .fa-times {
  color: red;
}

.features__table .fa-check {
  color: #00B373;
}

.product__image {
  width: 50%;
}

.widget-symantec a {
  cursor: default;
}

/* ==========================================================================
	#Upsell Products
========================================================================== */
.upsell .form-symantec li.radio {
  margin: 0px !important;
}

.upsell .form-symantec .radio label {
  padding: 10px;
  overflow: inherit !important;
}

.upsell .form-symantec .radio.checked .term-title {
  font-size: 16px;
}

.upsell .form-symantec .form-col-size1 {
  width: 286px !important;
  margin-top: 29px;
}

.upsell .form-symantec .form-col-size1 li .radio-fake {
  margin-top: 2px;
}

.upsell .form-symantec .term-title span {
  margin-top: 5px;
  color: #494949;
  font-size: 13px;
  font-weight: normal;
}

.upsell .form-symantec .term-title span.tooltip .underlinelink {
  color: #494949 !important;
}

.upsell .form-symantec .term-title .tooltip-content {
  display: none;
  width: 400px;
  font-size: 12px;
  text-align: center;
  font-style: italic;
}

.upsell .form-symantec .term-title .tooltip-content img {
  margin-top: 10px;
}

.upsell .form-symantec .term-title .tooltip:hover .tooltip-content {
  display: block;
}

.upsell .form-symantec .form-col-size2 {
  width: 310px !important;
}

.upsell .form-symantec .form-col-size2 h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

.upsell .form-symantec .form-col-size2 .term-title {
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  display: inline-grid;
  color: #494949;
}

.selectupsell ul {
  background: #F9F9F9;
}

.selectupsell ul li label {
  display: inline-flex !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.selectupsell ul li label span {
  font-family: Arial, sans-serif;
  line-height: 16px;
}

.selectupsell .radio .radio-fake {
  margin-top: 2px !important;
  float: none !important;
  width: 15px;
}

.selectupsell .radio .label-content {
  overflow: inherit !important;
  width: 95%;
}

.upsell .formcntrl {
  border-top: 1px solid #d9d9d6;
  padding: 25px 0px 35px;
  margin-top: 20px;
}

.upsell .fleft {
  float: left;
  margin-right: 20px;
}

.upsell .fright {
  float: right;
}

.upsell .isinstall {
  float: right;
  text-align: right;
}

.upsell .form-symantec .form-row {
  padding-bottom: 0px;
}

.upsell .form-symantec-secondary .total-list {
  padding-top: 0px;
  margin: 10px 0px;
  float: right;
  border-top: none;
}

.upsell .total-list dt {
  clear: none;
}

.upsell .total-list dd {
  width: auto;
}

.upsell .total-list dd:last-child {
  margin-right: 0px;
}

.upsell .form-symantec .term-title .addupsell {
  color: #00B373;
  display: block;
  font-weight: bold;
  margin-top: 0px;
}

/* ============== Positive Up Sell ============== */
.positiveupsell {
  margin-top: 30px;
}

.positiveupsell .form-body {
  margin-bottom: 15px;
}

.positiveupsell .total {
  position: relative !important;
}

.positiveupsell .total span, .positiveupsell .total strong {
  text-align: right;
}

.positiveupsell .total strong {
  margin-left: 10px;
}

.positiveupsell .totalsaving {
  position: absolute;
  left: 0;
  margin-top: 15px;
}

.positiveupsell .totalsaving > span {
  font-size: 18px;
  color: #00B373;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1;
}

.positiveupsell .totalsaving .small {
  font-size: 24px;
  margin-left: 10px;
}

.positiveupsell .slkstrike:after {
  content: "";
  height: 2px;
  width: 100%;
  background: #041C2C;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}

.positiveupsell .slupsellbox {
  padding: 15px;
  margin-bottom: 30px;
  background: #ffffff;
  color: #494949;
}

.slupsellbox .slupsellcheckbox label {
  font-size: 16px;
  line-height: 24px;
  margin-left: 10px;
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}

.slupsellbox .slupsellcheckbox label span {
  color: #00B373;
  padding-left: 10px;
}

.slupselldetail {
  font-size: 13px;
  padding-left: 24px;
}

.slupselldetail > div .list-green-bullets:first-child {
  margin-left: 0px;
}

.slupselldetail .list-green-bullets li {
  padding-left: 15px;
}

.slupselldetail .list-green-bullets li + li {
  margin-top: 5px;
}

.slupselldetail .list-green-bullets li::before {
  height: 6px;
  width: 6px;
  top: 7px;
}

.slupselldetail .monthlyrenew {
  font-family: "Roboto Condensed", sans-serif;
  padding-bottom: 0px;
  font-size: 16px;
}

.sltotaldetail .totalwithsl {
  margin: 10px 0px;
}

.sltotaldetail .total {
  display: inline-flex;
}

.sltotaldetail .total strong {
  font-size: 30px;
}

.sltotaldetail .total strong sup {
  font-size: 20px;
}

/* ============== End Positive Up Sell ============== */
.upsell .form-symantec .form-label {
  width: 80px;
}

.certdelmethodcols .form-col-size1 {
  width: 370px !important;
}

.certdelmethodcols .form-col-size2 {
  width: 230px !important;
}

.cmd-row {
  margin-right: 0px !important;
}

.upsellcmdrow .form-label {
  width: 100% !important;
  padding: 0px;
}

.cmd-row .form-controls {
  width: 365px !important;
}

.certdelmethodcols .cmd-row ~ .form-row .form-controls {
  float: right;
}

.cmd-row .form-label .redtext {
  color: #ff0000;
}

.cmd-row .form-controls .cmderrormsg {
  display: block;
  font-size: 11px;
  color: #ff0000;
}

.form-symantec .cmd-row .form-label ~ .form-controls {
  display: block;
}

.form-symantec .prodtlcmdoptions {
  border-top: 1px solid #d9d9d6;
  padding: 25px 0px 35px;
  margin-top: 20px;
  width: 100%;
}

@media only screen and (max-width: 959px) {
  .section-secure .section-content {
    width: 468px;
  }
  .section-secure .article {
    padding-top: 0px;
  }
  .section-secure aside .widget {
    margin-bottom: 0px;
  }
  .section-secure .list-secures li img {
    max-width: 75%;
  }
  .section-secure aside .widget-symantec, .section-secure aside .cgbrandlogo {
    margin-bottom: 20px;
  }
  .total {
    position: absolute;
    bottom: 35px;
    left: 40px;
  }
  /* ==========================================================================
  #Section SIte Pro
  ========================================================================== */
  .section-site-pro {
    padding-top: 13px;
  }
  .specifications .tab-actions .btn {
    width: 49%;
  }
  .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 #d9d9d6;
  }
  #tab-renewals .table-specifications td {
    padding: 14px 0px;
    border-bottom: 1px solid #d9d9d6;
  }
  .table-specifications td:before {
    left: 0;
  }
  .list-support li a {
    margin-top: 10px;
    float: none;
    display: block;
    width: 68px;
  }
  .list-support li {
    line-height: 20px;
    padding: 20px 0px;
  }
  .list-support img {
    display: none;
  }
  .list-green-bullets-tertiary li span {
    font-size: 11px;
    padding-left: 15px;
  }
  .whatsincluded > div {
    display: block;
  }
  .whatsincluded > div + div {
    margin: 10px 0px 0px 0px;
  }
  .features .cols {
    margin: 0px;
  }
  .features .col-size1, .features .col-size2 {
    float: none;
    width: auto;
  }
  .features-icons {
    padding: 10px 0px;
    text-align: center;
  }
  .features-icons li {
    float: none;
    display: inline-block;
    margin: 0px 20px;
  }
  .features-icons li + li {
    padding-left: 0px;
  }
  .section-symantec .notification-34yrnote {
    margin-top: 0px;
  }
  .section-symantec {
    border-bottom: 0;
    padding-bottom: 0px;
  }
  .section-symantec .section-content {
    position: relative;
    float: none;
    width: auto;
  }
  .section-symantec .section-aside {
    display: none;
  }
  .servertype .article-entry ul {
    width: 44%;
  }
  .servertype .article-entry ul + ul {
    width: 47%;
  }
  .widget-symantec img {
    width: 100%;
  }
  .widget-secure {
    padding: 0px;
  }
  .upsell .form-symantec .term-title .tooltip {
    display: inline-block;
  }
  .upsell .form-symantec .term-title .tooltip-content {
    width: 280px;
    left: -190px;
  }
  .upsell .form-symantec .term-title .tooltip-content:after {
    left: 210px;
  }
  .section-symantec .trustedsite-trustmark {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section-secure {
    padding: 0px 20px;
  }
  .section-secure .section-content {
    float: none;
    width: auto;
  }
  .section-secure .section-aside {
    display: none;
  }
  .form-symantec .form-head {
    display: none;
  }
  .form-symantec .form-col-size1, .form-symantec .form-col-size2 {
    float: none;
    width: auto;
  }
  .form-symantec .form-label {
    display: block;
    float: left;
    width: auto;
    font-size: 12px;
    padding-top: 10px;
  }
  .form-symantec .form-label ~ .form-controls {
    display: block;
    float: right;
  }
  .form-symantec .btn {
    width: 120px;
    padding-left: 5px;
    line-height: normal;
  }
  .form-symantec-secondary .total {
    position: static;
  }
  .form-symantec-secondary .form-actions {
    margin-top: 0px;
  }
  .form-symantec .form-row .formlogo {
    display: block;
    position: absolute;
  }
  .form-symantec .form-row .formlogo img {
    max-width: 60%;
  }
  .total-list {
    padding: 18px 15px;
    border-top: 1px solid #d9d9d6;
    font-size: 12px;
  }
  .total-list dd {
    float: right;
    width: auto;
  }
  .total {
    position: static;
    text-align: right;
  }
  .total span, .total strong {
    display: inline-block;
  }
  .total span {
    font-size: 12px;
    position: relative;
    top: -15px;
    margin-right: 5px;
  }
  .total strong {
    font-size: 30px;
  }
  .total sup {
    font-size: 17px;
    display: inline-block;
    position: relative;
    margin-left: 0px;
  }
  /* ==========================================================================
  	#Section SIte Pro
  ========================================================================== */
  .section-site-pro {
    padding-bottom: 0px;
  }
  .section-site-pro .section-head-rotate h3 {
    font-size: 32px;
  }
  .section-site-pro .section-head-rotate [class^=ico-] {
    top: 14px;
  }
  .section-site-pro .tab-body {
    padding: 0px 15px;
  }
  #tab-renewals .table-specifications td {
    padding-left: 15px;
  }
  .table-specifications td:before {
    height: 10px;
    width: 10px;
    top: 18px;
  }
  .features-desc li {
    float: none;
  }
  .features-checks {
    padding: 15px 20px;
    margin-right: 0px;
  }
  .features-checks ul {
    float: none;
    width: auto;
  }
  .features-checks ul + ul {
    padding-left: 0px;
  }
  .features-actions {
    padding-top: 20px;
    text-align: right;
  }
  .features-actions .btn {
    text-align: center;
    width: 45%;
  }
  .specifications {
    padding-bottom: 10px;
  }
  .list-green-bullets-tertiary li {
    width: 40%;
    margin-left: 15px;
  }
  .list-green-bullets-tertiary li span {
    padding-left: 20px;
  }
  .features-icons li {
    margin: 0px 10px;
  }
  .section-symantec .section-content {
    float: none;
    width: auto;
    padding: 20px 18px 25px;
  }
  .section-top-pad {
    padding: 20px 15px;
  }
  .isdtlform .form-row + .form-row {
    margin-top: 20px;
    padding-top: 20px;
  }
  .yesnonote {
    margin-top: 10px;
  }
  .servertype .article-entry ul {
    width: 95%;
  }
  .servertype .article-entry ul + ul {
    width: 95%;
    margin-left: 15px;
  }
  .widget-secure ul {
    display: block;
  }
  .widget-secure .list-secures img {
    max-width: 75%;
  }
  .upsell .form-symantec .form-col-size1 {
    margin: 0px 0px 20px;
    width: 100%;
  }
  .upsell .form-symantec .form-col-size2 {
    width: 100%;
  }
  .upsell .formcntrl {
    padding-bottom: 0px;
  }
  .upsell .formcntrl .form-row {
    float: none;
    padding-bottom: 20px;
    margin-right: 0px;
  }
  .upsell .form-symantec-secondary .total-list {
    float: none;
    padding: 20px 0px 0px;
    border-top: 1px solid #d9d9d6;
    margin: 0px;
  }
  .upsell .total-list dt {
    clear: both;
    padding-bottom: 0px;
  }
  .upsell .total-list dd {
    margin: 0px;
    padding-bottom: 0px;
  }
  .upsell .formcntrl .isinstall span {
    padding-bottom: 20px;
  }
  .selectupsell .radio .radio-fake {
    width: 16px;
    height: 16px;
  }
  .selectupsell .radio.checked .radio-fake {
    background-position: -136px -133px;
  }
  .certdelmethodcols .cmd-row .form-label, .upsell .form-symantec .cmd-row .form-label {
    width: 100%;
    margin-bottom: 3px;
  }
  .certdelmethodcols .form-col-size2, .certdelmethodcols .form-col-size1, .certdelmethodcols .cmd-row .form-controls, .upsell .form-symantec .cmd-row .form-controls {
    width: 100% !important;
  }
  .upsellcmdrow .form-controls {
    width: 100% !important;
  }
}
@media (max-width: 576px) {
  .servertype .simplesltbox, .isdtlform .field {
    width: 100%;
  }
  .isdtlform .field {
    padding: 4px;
  }
  .isdtlform .adminaccess label, .radiobtn, .isdtlform .servers .form-controls, .servertype .form-controls, .servers p, .servers label, .servertype p, .servertype label {
    float: none;
  }
  .isdtlform .adminaccess label br {
    display: none;
  }
  .icon-popupistool {
    display: none;
  }
  .isminipopup .ispoptotal a {
    margin-top: 10px;
  }
  .isminipopup .ispopbtnrt .total span {
    top: -2px;
  }
  .slupsellbox .slupsellcheckbox {
    flex-wrap: inherit;
    align-items: flex-start;
  }
  .slupsellbox .slupsellcheckbox input {
    margin-top: 5px;
  }
  .slupselldetail > div {
    flex-direction: column;
  }
  .slupselldetail > div .list-green-bullets {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 360px) {
  .isdtlform .form-row + .form-row {
    margin-top: 15px;
    padding-top: 10px;
  }
  .article-entry .list-green-table li span {
    width: 100%;
  }
  .article-entry .list-green-table li span b strong {
    font-style: italic;
  }
  .article-entry .list-green-table li strong {
    font-style: italic;
    width: 100%;
  }
  .article-entry .list-green-table li span strong {
    font-style: italic;
    width: 100%;
  }
}

/* Scss Document */
/* Scss Document */
/* ==========================================================================
	#Styles 2
========================================================================== */
.main-secondary {
  padding-top: 20px;
}

.content {
  width: 65.5%;
  float: left;
}

.sidebar {
  width: 30.2%;
  float: right;
  padding-bottom: 40px;
}

.sidebar h4.widget-title {
  text-transform: capitalize;
  font-size: 34px;
  letter-spacing: 2px;
}

.list-secures-secondary li {
  padding-top: 0px;
  padding-bottom: 0px;
}

.order-items {
  list-style: none;
  float: left;
  width: 100%;
}

.order-item {
  border-bottom: 1px solid #d9d9d6;
  float: left;
  padding-bottom: 15px;
  width: 100%;
}

.order-item + .order-item {
  margin-top: 15px;
}

.order-item .order-item-actions a {
  text-decoration: none;
  float: left;
}

.order-item .order-item-actions a + a {
  margin-left: 6px;
}

.ico-remove-small {
  background: url(../images/ico-remove-small.png) no-repeat 0 0 !important;
  display: inline-block;
  width: 13px;
  height: 13px;
}

.ico-edit {
  background: url(../images/ico-edit.png) no-repeat 0 0 !important;
  display: inline-block;
  width: 12px;
  height: 13px;
}

.form-promo {
  padding: 20px 10px;
}

.form-promo .form-controls {
  padding-right: 75px;
  position: relative;
}

.form-promo .form-actions {
  position: absolute;
  top: 0;
  right: 0;
}

.form-promo .form-actions .btn.btn-green {
  padding-left: 7px;
  padding-right: 7px;
  font-size: 15px;
}

.form-promo .form-body {
  padding-top: 15px;
}

.form-promo .promo-code {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #898989;
  font-size: 13px;
  color: #000000;
  padding: 9px;
}

.form-promo .order-item-content p {
  font-size: 13px;
  line-height: 20px;
  font-family: Arial, sans-serif;
  font-weight: normal;
  padding-bottom: 0px;
}

.order-item-content small {
  font-size: 11px;
}

.form-promo .order-total {
  overflow: hidden;
  padding-top: 10px;
}

.form-promo .order-total dt {
  float: left;
  font-size: 22px;
  color: #00B373;
  font-weight: bold;
  padding-top: 2px;
}

.form-promo .order-total dd {
  float: right;
  font-weight: bold;
  font-size: 24px;
  color: #343434;
}

span.year.year-tool span {
  padding: 0;
  display: inline;
}

span.year.year-tool, .headraw span.year {
  width: 100px !important;
}

.widget-secure img, .list-secures img {
  width: 100%;
  max-width: 150px;
}

.widget-secure .list-secures img {
  max-width: 100%;
}

.widget-contacts {
  border: 1px solid #cccccc;
  background: none;
  margin-bottom: 90px;
  position: relative;
  border-bottom: none;
}

.widget-contacts:after {
  content: "";
  background: url(../images/widget-contacts.png) no-repeat 0 bottom;
  width: 291px;
  height: 52px;
  display: block;
  position: absolute;
  bottom: -52px;
  left: -1px;
}

.widget-contacts h4.widget-title {
  font-size: 34px;
  color: #00b373;
  padding-left: 28px;
}

.widget-contacts .contacts {
  padding-right: 32px;
  padding-left: 32px;
}

.widget-contacts .contacts a strong {
  color: #000000;
  text-decoration: none;
}

.widget-contacts .contacts p:first-child a {
  text-decoration: none;
  font-weight: normal;
}

.widget-contacts .contacts p {
  line-height: 20px;
}

.widget-contacts .contacts a {
  text-decoration: underline;
  font-weight: bold;
}

.ico-step {
  width: 45px;
  height: 51px;
  display: inline-block;
  font-style: normal;
  line-height: 69px;
  font-weight: bold;
  background: url(../images/ico-step.png) no-repeat 0 0 !important;
  color: #cccccc;
}

.btn-back {
  font-size: 14px;
  color: #898989;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  line-height: 39px;
  display: block;
  position: absolute;
  top: 10px;
  left: -5px;
  padding-left: 24px;
  background: url(../images/ico-back.png) no-repeat 0 1px;
}

.btn-back span {
  padding-right: 23px;
  display: inline-block;
  border: 1px solid #cccccc;
  border-left: none;
  padding-left: 5px;
}

.btn-back:hover {
  text-decoration: none;
  color: #ffffff;
  background: url(../images/ico-back-h.png) no-repeat 0 1px;
}

.btn-back:hover span {
  background: #cccccc;
}

.list-steps {
  background: url(../images/list-steps.png) repeat-x 0 0;
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
  list-style: none;
  text-align: center;
}

.list-steps li {
  line-height: 1.14;
  text-align: center;
  padding: 0px 8%;
  display: inline-block;
}

.list-steps li.current .ico-step {
  color: #ffffff;
  background: url(../images/ico-step-active.png) no-repeat 0 0 !important;
}

.list-steps li.current span {
  color: #000000;
}

.list-steps span {
  font-size: 14px;
  line-height: 1.14;
  color: #cccccc;
  display: block;
  padding-top: 10px;
}

.list-steps a:hover {
  text-decoration: none;
}

.steps-head {
  padding: 0px 0px 30px 189px;
  position: relative;
}

.group-title {
  font-size: 40px;
  color: #00B373;
  text-align: center;
  margin-bottom: 21px;
}

.group-title span {
  background: #ffffff;
  display: inline-block;
  padding: 0px 15px;
}

.ico-locker {
  background: url(../images/ico-locker.png) no-repeat 0 0 !important;
  width: 26px;
  height: 32px;
  display: inline-block;
  margin: -14px 6px 0px 9px;
  position: relative;
}

.section-billing-method {
  padding-bottom: 50px;
}

.section-billing-info {
  padding-bottom: 29px;
}

.tabs-secondary .tabs-aside {
  width: 112px;
}

.tabs-secondary .tabs-nav a {
  font-size: 22px;
  padding: 0px 9px;
}

.tabs-secondary .tabs-nav a span {
  font-size: 22px;
  line-height: 1;
  padding-top: 10px;
  display: block;
}

.tabs-secondary .tabs-nav a.creditcardtab {
  line-height: 24px;
}

.tabs-secondary .tabs-nav a.creditcardtab span {
  text-align: right;
  width: 72px;
}

.form-creadit-card {
  padding: 30px 0px;
}

.form-creadit-card .form-label {
  width: 101px;
  float: left;
  width: 21.4%;
  line-height: 1;
  text-align: right;
  position: relative;
}

.form-creadit-card .form-label strong {
  font-size: 15px;
  color: #ff0000;
  position: absolute;
  top: 0;
  right: -8px;
}

.form-creadit-card .field {
  font-size: 15px;
  color: #fc2d2d;
  border: 1px solid #898989;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 11px;
  color: #000000;
}

.form-creadit-card .field.field-tiny {
  width: 65px;
  float: left;
  margin-right: 17px;
}

.form-creadit-card .form-controls {
  width: 74%;
  float: right;
}

.form-creadit-card .form-row {
  margin-bottom: 20px;
  margin-left: -10px;
  padding-right: 10px;
}

.form-creadit-card .form-col {
  background: url(../images/col-sep.png) no-repeat right 0;
}

.form-creadit-card .form-col-size15 {
  width: 55px;
  padding-right: 22px;
}

.form-creadit-card .form-col-size16 {
  width: 134px;
  float: left;
  background: url(../images/sep2.png) no-repeat right 0;
}

.form-creadit-card .form-col-size16:first-child {
  padding-right: 17px;
}

.form-creadit-card .form-col-size15:last-child {
  padding-right: 0px;
}

.form-creadit-card .btn {
  font-size: 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0px;
  height: 66px;
  padding-right: 20px;
  padding-left: 28px;
  margin-left: 10px;
}

.form-creadit-card .btn .ico-btn-arrow-white {
  margin-left: 10px;
}

.form-creadit-card .form-head {
  padding-bottom: 18px;
}

.form-creadit-card .form-body {
  padding-bottom: 12px;
}

.form-creadit-card .btn {
  margin-left: 10px;
  cursor: pointer;
}

.form-creadit-card .form-actions {
  text-align: right;
}

.list-messages {
  list-style: none;
  float: left;
}

.list-messages li {
  float: left;
  position: relative;
  margin-left: 6px;
}

.list-messages li span {
  font-size: 8px;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  text-align: center;
}

.list-messages i.ico-icon1 {
  background: url(../images/ico-icon1.png) no-repeat 0 0;
  width: 31px;
  height: 30px;
  display: inline-block;
}

.list-messages i.ico-icon2 {
  background: url(../images/ico-icon2.png) no-repeat 0 0;
  width: 31px;
  height: 30px;
  display: inline-block;
}

.list-messages i.ico-icon3 {
  background: url(../images/ico-icon3.png) no-repeat 0 0;
  width: 31px;
  height: 30px;
  display: inline-block;
}

.main-head-inner {
  width: 425px;
  float: right;
}

.main-head-inner p {
  font-size: 14px;
  color: #898989;
  text-align: right;
  line-height: 30px;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
}

.main-head-inner p strong {
  color: #00b373;
}

.main-head-secondary .breadcrumbs {
  float: left;
}

.section-dashboard {
  margin-bottom: 39px;
  overflow: hidden;
}

.section-dashboard .tabs-content {
  max-width: 665px;
}

.section-dashboard .tabs-nav a {
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 1px;
}

.section-dashboard .dashboard-head {
  margin-top: 15px;
}

.section-dashboard .dashboard-head h2 {
  color: #00b373;
  line-height: 1;
  padding-top: 4px;
}

.dashboard-head {
  padding-bottom: 20px;
  text-align: left;
}

.dashboard-head span {
  display: inline-block;
  padding: 0px;
  background: #ffffff;
}

.list-orders {
  overflow: hidden;
  list-style: none;
  margin-top: -4px;
}

.list-orders li {
  width: 23%;
  margin-right: 2%;
  height: 106px;
  float: left;
  background: #e5fcfb;
  text-align: center;
  padding-bottom: 10px;
}

.list-orders li span {
  display: block;
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
  position: relative;
  margin-bottom: 10px;
}

.list-orders li a {
  font-size: 36px;
  color: #00B373 !important;
  font-weight: bold;
  text-decoration: underline;
  font-family: "Roboto Condensed", sans-serif;
}

.ico-notification {
  width: 60px;
  height: 40px;
  background: url(../images/ico-notifucation.png) no-repeat 0 0 !important;
  display: inline-block;
}

.list-orders li a:hover {
  color: #00B373;
}

.btn-switch {
  width: 43px;
  height: 22px;
  background: #00b373;
  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;
}

i.ico-manager {
  width: 35px;
  height: 38px;
  margin: -19px 6px 0px 0px;
  background: url(../images/ico-manager.png) no-repeat 0 0;
}

.manager {
  background: #efeeee;
  padding: 0px 30px;
  max-width: 371px;
  margin-bottom: 27px;
  position: relative;
}

.manager .manager-content {
  width: 230px;
  padding-top: 27px;
  float: left;
}

.manager .manager-image {
  float: right;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 33%;
}

.manager .manager-image img {
  max-width: 100%;
}

.manager h5 {
  padding-bottom: 3px;
  font-size: 22px;
  font-weight: normal;
  font-family: Arial, sans-serif;
  font-weight: bold;
  line-height: 1;
}

.manager p {
  padding-bottom: 24px;
}

.link-full-site {
  display: none;
}

.section-order-summary ul {
  list-style: none;
}

.section-order-summary, .section-contact-secondary {
  display: none;
}

.section-order-summary:after {
  content: "";
  display: table;
  clear: both;
}

.section-order-summary .widget {
  width: 48%;
  float: left;
  padding-left: 0px;
  padding-right: 0px;
}

.section-order-summary .widget + .widget {
  float: right;
}

.section-order-summary .widget.widget-order .widget-body {
  margin-left: 12px;
  margin-right: 12px;
}

.section-order-summary .widget.widget-secure a {
  max-width: 242px;
  display: block;
  margin: 0px auto;
}

.steps-body .section-contact-secondary .widget.widget-secure {
  display: none;
}

.widget-order-secondary {
  border: 12px solid #00B373;
}

.widget-order-secondary .widget-head {
  padding-bottom: 15px;
  background: #00B373;
  text-align: center;
}

.widget-order-secondary .widget-body {
  padding-top: 0px;
}

.widget-order-secondary .form-promo {
  padding-bottom: 3px;
}

.widget-secure-secondary {
  margin-bottom: 6px;
}

.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;
}

.tab-head {
  display: none;
}

.article-entry h4 {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #494949;
  padding-bottom: 5px !important;
}

/* ==========================================================================
	#Checkout Steps
========================================================================== */
.confirmorderaddress {
  padding: 0px 30px;
}

.ico-checkcart {
  background: url(../images/ico-cart.png) no-repeat 0 0 !important;
  width: 29px;
  height: 27px;
  display: inline-block;
  margin: -10px 6px 0px 9px;
  position: relative;
}

.confirmorderaddress p {
  font-size: 15px;
  line-height: 26px;
}

.orangetxt {
  color: #00B373 !important;
}

.greentxt {
  color: #00b373 !important;
}

.redtxt {
  color: #ff0000 !important;
}

.yellowtxt {
  color: #fbba34 !important;
}

.greytxt {
  color: #717171 !important;
}

.order-summary .confirmoredertable {
  border: 1px solid #efeeee;
  margin-left: 47px;
}

.confirmoredertable .dtlraw + .dtlraw {
  border-top: 1px solid #efeeee;
}

.confirmoredertable .dtlraw span {
  font-size: 13px;
  color: #000000;
  padding: 12px 10px;
  display: table-cell;
}

.confirmoredertable .dtlraw span + span {
  border-left: 1px solid #efeeee;
}

.confirmoredertable .headraw {
  background: #efeeee;
}

.confirmoredertable .headraw span {
  font-weight: bold;
}

.confirmoredertable .dtlraw .proname {
  width: 322px;
}

.confirmoredertable .dtlraw .server {
  width: 60px;
  min-width: 60px;
}

.confirmoredertable .dtlraw .year {
  width: 100px;
  text-align: center;
  min-width: 100px;
}

.confirmoredertable .dtlraw .ordertype {
  width: 75px;
}

.confirmoredertable .dtlraw .price {
  width: 65px;
  text-align: right;
  min-width: 65px;
}

.confirmoredertable .dtlraw .proname label {
  background: url(../images/orangearrow.png) no-repeat 10px 5px;
  padding-left: 20px;
}

.confirmoredertable .dtlraw label {
  display: block;
  color: #4f4f4f;
  font-size: 11px;
}

.confirmtotalorder {
  padding: 15px 15px 25px 15px;
  border: 1px solid #efeeee;
  border-top: none;
  margin-left: 47px;
}

.confirmtotalorder p {
  font-size: 13px;
  color: #000000;
  font-weight: bold;
  text-align: right;
  padding-bottom: 10px;
}

.confirmtotalorder p label {
  display: inline-block;
  width: 90px;
  padding: 0px 0px 0px 10px;
  text-align: right;
}

.confirmtotalorder .form-actions {
  margin-top: 5px;
}

.confirmtotalorder .form-actions .chkoutbotrt {
  float: right;
}

.confirmtotalorder .form-actions .btn {
  float: right;
  font-size: 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0px;
  height: 66px;
  padding-right: 20px;
  padding-left: 28px;
  margin-left: 10px;
}

.confirmtotalorder .form-actions .underlinelink {
  float: left;
  margin-top: 8px;
}

.chkoutbotrt span {
  float: left;
  margin-right: 20px;
  cursor: pointer;
}

.confirmorderaddress ul {
  margin: 0 0 20px 20px;
  list-style-position: outside;
}

.order-summary .oredergeneratecsr {
  border: 1px solid #efeeee;
  margin-left: 47px;
}

.oredergeneratecsr .dtlraw {
  position: relative;
}

.oredergeneratecsr .dtlraw + .dtlraw {
  border-top: 1px solid #efeeee;
}

.oredergeneratecsr .dtlraw span {
  font-size: 12px;
  color: #000000;
  padding: 12px 10px;
  display: table-cell;
}

.oredergeneratecsr .dtlraw span + span {
  border-left: 1px solid #efeeee;
}

.oredergeneratecsr .headraw {
  background: #efeeee;
}

.oredergeneratecsr .headraw span {
  font-weight: bold;
}

.oredergeneratecsr .dtlraw .proname {
  width: 327px;
  line-height: 16px;
}

.oredergeneratecsr .dtlraw .date {
  width: 70px;
}

.oredergeneratecsr .dtlraw .genertcsr {
  width: 100px;
}

.oredergeneratecsr .dtlraw .view {
  width: 40px;
  text-align: center;
}

.oredergeneratecsr .dtlraw .btn-small {
  width: auto;
  padding: 0px 10px 0px 10px;
  line-height: 26px;
}

.order-item .order-item-content {
  float: left;
  width: 210px;
}

.order-item .addsan {
  font-size: 12px;
  margin-top: 10px;
  float: left;
  padding-bottom: 0px;
}

.order-item .addsan span {
  display: block;
}

.product-discount p {
  font-size: 14px;
  border-top: 1px solid #d9d9d6;
  padding-top: 15px;
}

/*------------------ 01-07-2015 -------------------*/
.section-credit-detail {
  padding-bottom: 29px;
}

.section-credit-detail h2 {
  font-size: 36px;
  color: #f6641f;
  text-transform: uppercase;
}

.section-credit-detail h2 span {
  color: #00b373;
}

.creditdtl-list {
  background: #efeeee;
  padding: 10px 30px;
}

.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 #bbbbbb;
}

.creditdtl-list ul li strong {
  display: inline-block;
  width: 50%;
}

.creditdtl-list ul li span {
  font-weight: bold;
}

.plcorderbtn {
  margin-top: 20px;
}

.order-item .order-item-actions {
  float: right;
  width: 15px;
}

.sidebar .widgets li li {
  list-style: none;
}

.removeallcart {
  padding-bottom: 0px;
}

.list-steps li.complete .ico-step {
  text-indent: -9999px;
  background: url(../images/ico-step-completed.png) no-repeat 0 0 !important;
}

.list-steps li a {
  cursor: default;
}

.order-summary {
  padding-bottom: 40px;
}

.form-creadit-card .attention-section {
  padding: 10px;
  background: #00B373;
  margin-bottom: 30px;
}

.attention-section h4 {
  font-size: 24px;
  line-height: 24px;
  padding: 0px 0px 13px 10px;
}

.attention-section .attentiontxt {
  background: #ffffff;
  padding: 15px;
}

.attention-section {
  padding-left: 45px;
}

.attention-section p {
  font-size: 13px;
}

.attention-section p + p {
  text-align: right;
  padding-bottom: 0px;
}

.nsgCheckout {
  float: right;
  margin-top: 20px;
}

.paymthead {
  font-size: 20px;
}

#tab-paypal .form-creadit-card .form-controls {
  width: 80%;
}

.section-total-amount {
  padding-bottom: 30px;
  display: none;
}

.thankupdfsec {
  padding-top: 15px;
  border-top: 1px solid #d9d9d6;
  border-bottom: 1px solid #d9d9d6;
  margin-bottom: 15px;
}

.thankudownpdf {
  padding-left: 40px;
  background: url(../images/thankudownpdf-icon.png) no-repeat;
}

.thankuplsnote {
  background: #ffffff;
  padding: 15px;
}

.thankuplsnote strong {
  display: block;
}

.cvvimg {
  position: relative;
}

.cvvimg .field-validation-error {
  position: absolute;
  bottom: -20px;
}

.confirmorderaddress h5 {
  padding-bottom: 10px;
}

.confirmorderaddress .cgthankyoucnt {
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d6;
}

.cgthankyoucnt ol {
  font-size: 15px;
  list-style-position: outside;
  margin-left: 20px;
}

.checkoutslupsell {
  border: 1px solid #efeeee;
  padding: 14px;
  margin-bottom: 20px;
}

.checkoutslupsell label {
  font-size: 16px;
  line-height: 24px;
  margin-left: 10px;
  color: #000000;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}

.checkoutslupsell label span {
  color: #00B373;
}

.slupselldetail {
  font-size: 13px;
  padding-left: 24px;
}

.checkoutslupsell .tooltip {
  display: inline-block;
}

.checkoutslupsell .tooltip-toggle {
  height: auto;
  width: auto;
  background: none;
  color: #00B373;
  font-size: 12px;
  padding-top: 0px;
  text-decoration: underline;
  cursor: pointer;
  margin: 0px;
}

.checkoutslupsell .tooltip-toggle:hover {
  text-decoration: none;
}

.checkoutslupsell .tooltip-content {
  width: 280px;
}

.checkoutslupsell .tooltip-content strong {
  display: block;
  margin-bottom: 10px;
}

.checkoutslupsell .list-green-bullets:first-child {
  margin-left: 0px;
}

.checkoutslupsell .list-green-bullets li {
  padding-left: 15px;
}

.checkoutslupsell .list-green-bullets li::before {
  height: 6px;
  width: 6px;
  top: 7px;
}

.checkoutslupsell .monthlyrenew {
  font-family: "Roboto Condensed", sans-serif;
  padding-bottom: 0px;
  font-size: 16px;
}

/* ==========================================================================
	#CertPanel
========================================================================== */
.cp-thankyou {
  padding: 30px 0px 50px;
}

.cp-thankyou h1 {
  font-size: 42px;
  color: #00B373;
}

.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: #091c2b;
}

.cp-next-step-text p {
  padding-bottom: 24px;
}

.cp-next-step-text .btn {
  width: 142px;
  text-align: center;
  font-size: 12px;
  padding: 16px;
}

.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: #00B373;
  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: #091c2b !important;
}

.thankyou-orderdtl h3 {
  font-size: 26px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #cdcdcd;
}

.thankyou-orderdtl a {
  margin-left: 10px;
}

.thankyou-orderdtl > div + div {
  margin-top: 30px;
}

.thankyou-orderdtl > div > strong {
  width: 200px;
  color: #091c2b;
}

.thankyou-pro-table {
  width: calc(100% - 200px);
}

.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;
  box-sizing: border-box;
}

.primarycard-select .tooltip {
  position: absolute;
  right: 0;
  top: 5px;
}

/*========================================================================
	#Cerfiticate Renewal
========================================================================== */
/* ==========================================================================
	#Cerfiticate Renewal
========================================================================== */
.flex-column {
  flex-direction: column;
}

.flex-end {
  justify-content: end;
}

.certrenewal {
  padding-block: 60px;
}

.certrenewal p {
  margin: 0;
  padding: 0;
}

.cr-header {
  margin-bottom: 50px;
}

.cr-text .certlogo {
  position: relative;
  left: -8px;
}

.cr-detail-cols {
  padding: 48px;
  background-color: #F6F6F6;
  border-radius: 6px;
}

.cr-text {
  max-width: 450px;
  justify-content: center;
}

.cr-price {
  max-width: 550px;
  width: 100%;
  column-gap: 15px;
  justify-content: end;
  align-items: center;
}

.cr-price > div {
  position: relative;
}

.cr-price:has(.cr-sans) > div {
  width: 36%;
}

.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-price .price {
  font-size: 22px;
  color: #222;
  min-width: 110px;
  text-align: right;
  align-self: center;
  margin-top: 0px;
  font-weight: bold;
}

.cr-header h1 {
  font-size: 33px;
  color: #222;
  margin-bottom: 12px;
  font-weight: 700;
}

.cr-text h2 {
  font-size: 16px;
  color: #222;
  margin-block: 5px 0;
}

.cr-refresh {
  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-checkout-button .btn-green {
  width: 143px;
  margin-left: 24px;
  padding: 12px 10px;
  text-align: center;
}

.cr-checkout-button {
  padding-top: 32px;
}

.cr-price .cr-sans, .cr-price .cr-validity {
  width: 100%;
}

.cr-price .cr-validity {
  max-width: 397px;
}

.certrenewal {
  min-height: calc(100vh - 287px);
}

.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;
}

@media screen and (max-width: 992px) {
  .cr-price:not(:has(.cr-sans)) .cr-validity {
    max-width: calc(100% - 130px);
  }
  .cr-price:has(.cr-sans) > div {
    width: calc(50% - 70px);
  }
  .cr-price:has(.cr-sans) {
    max-width: 100%;
    margin-top: 30px;
    justify-content: start;
    gap: 15px;
  }
  .cr-price:not(:has(.cr-sans)) {
    max-width: 400px;
  }
  .cr-detail-cols {
    padding: 32px;
  }
}
@media screen and (max-width: 768px) {
  .cr-price:not(:has(.cr-sans)) {
    max-width: 100%;
    margin-top: 30px;
  }
  body:has(.certrenewal) .header, .certrenewal {
    padding-inline: 14px;
  }
}
@media screen and (max-width: 640px) {
  .cr-detail-cols {
    padding: 15px;
  }
  .cr-price:has(.cr-sans) > div {
    width: 100%;
    max-width: 100%;
  }
  .cr-price {
    justify-content: end !important;
  }
  .cr-checkout-button p {
    margin-bottom: 10px;
  }
  .cr-price:not(:has(.cr-sans)) .cr-validity {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 959px) {
  .main-secondary {
    padding-top: 0px;
  }
  .main-secondary .content {
    width: auto;
    float: none;
  }
  .main-secondary .sidebar {
    display: none;
  }
  .list-steps li {
    padding: 0px 5%;
  }
  .section-billing-method {
    padding-bottom: 20px;
  }
  .tabs-secondary .tabs-aside {
    width: 15%;
  }
}
@media only screen and (max-width: 767px) {
  .header.header-secondary {
    padding: 0px 20px;
  }
  .group-title {
    font-size: 32px;
    color: #00b373;
  }
  .list-steps {
    display: none;
  }
  .steps-head {
    position: absolute;
    left: 20px;
    top: 90px;
  }
  .steps-head .btn-back {
    line-height: 1;
    width: 70px;
    padding-right: 0px;
  }
  .steps-head .btn-back span {
    padding: 6px 10px 6px 5px;
  }
  .main-secondary {
    padding: 0px;
  }
  .main-secondary .tab-body {
    padding: 1px 15px 15px;
  }
  .form-promo #promo-code {
    padding: 6px 9px;
  }
  .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: 480px) {
  .steps-head {
    top: 70px;
  }
  .thankyou-pro-table .thankyou-col:first-child {
    width: 70%;
  }
}

/* Scss Document */ /* Scss Document */
/* ==========================================================================
	#Plugins
========================================================================== */
.selecter {
  display: block;
  position: relative;
  z-index: 1;
}

.selecter:hover {
  background: #ffffff;
}

.selecter {
  /*background-color: $toColor;  Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cdcdcd)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ffffff, #cdcdcd); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #ffffff, #cdcdcd); /* FF3.6 */
  background-image: -ms-linear-gradient(top, #ffffff, #cdcdcd); /* IE10 */
  background-image: -o-linear-gradient(top, #ffffff, #cdcdcd); /* Opera 11.10+ */
  background-image: linear-gradient(top, #ffffff, #cdcdcd);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="#ffffff", EndColorStr="#cdcdcd");
}

.selecter .selecter-element {
  *left: -999999px;
  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/select-arrows.png) no-repeat right center;
  background-size: 41px 41px;
  border: 1px solid #898989;
  color: #000000;
  cursor: pointer;
  display: block;
  font-size: 13px;
  margin: 0px;
  overflow: hidden;
  padding: 11px 10px 9px;
  position: relative;
  text-overflow: clip;
  z-index: 2;
  text-align: left;
}

.selecter .selecter-options {
  border: 1px solid #898989;
  border-width: 0 1px 1px;
  background-color: #fefefe;
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -o-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  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;
}

.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: #ffffff;
  border-bottom: 1px solid #898989;
  color: #000000;
  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: #e8e8e8;
}

.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;
}

.selecter .selecter-item:last-child {
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -o-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  border-bottom: 0;
}

/* Open */
.selecter.open {
  z-index: 2;
}

.selecter.open .selecter-selected {
  z-index: 51;
}

/* 'Cover' Positioning */
.selecter.cover .selecter-options {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border-width: 1px;
  top: 0;
}

.selecter.cover .selecter-options .selecter-item.first {
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -o-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}

.selecter.cover.open .selecter-selected {
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -o-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  z-index: 49;
}

/* Multiple Select */
.selecter.multiple .selecter-options {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border-width: 1px;
  display: block;
  position: static;
  width: 100%;
}

/* 'Disabled' State */
.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;
}

@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) {
  .selecter .selecter-selected {
    background-size: 29px 29px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx), (max-width: 760px) {
  .selecter .selecter-selected {
    background-image: url(../images/select-arrows@x2.png);
  }
}
@media only screen and (max-width: 767px) {
  .selecter .selecter-selected {
    padding: 5px 40px 3px 6px !important;
    background-image: url(../images/select-arrows-mobile.png);
    font-size: 12px;
    background-size: 29px;
  }
  .selecter .selecter-item {
    padding: 5px 6px 3px;
    font-size: 12px;
  }
}

@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* ==========================================================================
	#My Order
========================================================================== */
.listorder {
  border: 1px solid #efeeee;
}

.listorder .headraw {
  background: #efeeee;
}

.listorder .headraw p {
  font-weight: bold;
  color: #000000;
}

.listorder .dtlraw p {
  display: table-cell;
  font-size: 13px;
  padding: 12px 10px;
  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: 85px;
}

.listorder .dtlraw .domain {
  width: 120px;
  word-break: break-all;
}

.listorder .dtlraw .proname {
  width: 230px;
}

.listorder .dtlraw .status {
  width: 62px;
  text-align: left;
}

.listorder .dtlraw .price {
  width: 64px;
  text-align: right;
}

.listorder .dtlraw .days {
  width: 105px;
}

.listorder .dtlraw strong, .listorder .dtlraw b {
  display: block;
  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 a {
  color: #494949;
  text-decoration: underline;
}

.listorder .dtlraw .domain span a.generatebtn {
  background: #00B373;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  line-height: 22px;
  padding: 0px 10px;
  text-decoration: none !important;
  color: #ffffff !important;
  margin-top: 5px;
  display: inline-block;
}

.listorder .dtlraw .domain span a.generatebtn:hover {
  text-decoration: none;
  background: #00B373;
  color: #b9dfa0;
}

.listorder .dtlraw .date .orangetxt {
  display: inline-block;
  margin-top: 5px;
}

.listorder .dtlraw .proname span span {
  display: inline;
}

.viewdtllink {
  color: #494949;
  text-decoration: underline;
}

.viewdtllink:hover {
  text-decoration: none;
}

/* ==========================================================================
	#Heading
========================================================================== */
.accsatementsec {
  padding: 10px 0px;
}

.accountcntsec {
  border-top: 1px solid #d9d9d6;
  margin-top: 29px;
  padding-top: 8px;
}

.accountcntsec h2 {
  text-transform: uppercase;
  color: #00b373;
}

.accountcntsec h2 span {
  color: #231f20;
}

.padbot {
  padding-bottom: 45px !important;
}

/* ==========================================================================
	#Order Detail
========================================================================== */
.certificatdtl {
  background: #efeeee;
  padding: 30px 30px 0px;
}

.orderdetailmn h3 {
  color: #898989;
  font-size: 22px;
  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 #d9d9d6;
}

.detaillist li label {
  font-weight: bold;
  text-align: right;
  float: left;
  width: 36%;
}

.detaillist li span {
  float: right;
  width: 60%;
}

.sitecontacts {
  padding-top: 35px;
  padding-bottom: 20px;
}

.admincontdetail {
  background: #efeeee;
  padding: 30px 30px 0px;
}

.detailbtnsec .btnraw .dtlbtn {
  display: inline-block;
  margin: 10px 10px 0px 0px;
}

.detailbtnsec .btnraw .dtlbtn .btn {
  line-height: 33px;
}

/* ==========================================================================
	#Order Summary
========================================================================== */
.summaryinfo {
  background: #efeeee;
  padding: 10px 30px 10px;
}

.summaryinfo .detaillist li span b {
  font-weight: normal;
  color: #494949;
}

.addfundbtn {
  text-align: center;
  border-top: 1px solid #d9d9d6;
  padding: 15px 0px 22px;
}

.expiredorder {
  padding-top: 15px;
}

.expiredordertbl {
  border: 1px solid #efeeee;
}

.expiredordertbl .headraw {
  background: #efeeee;
}

.expiredordertbl .headraw p {
  font-weight: bold;
  color: #000000;
}

.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: #00b373;
  height: 22px;
  line-height: 24px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  padding: 0px 8px 0px 8px;
}

.expiredordertbl .dtlraw .renew .renewbtn:hover {
  text-decoration: none;
  background-color: #00B373;
}

/* ==========================================================================
	#Support
========================================================================== */
.purchasebtn {
  margin-top: 29px;
  padding: 30px 0px;
  border-top: 1px solid #d9d9d6;
  text-align: center;
}

.supporttbl {
  border: 1px solid #efeeee;
}

.supporttbl .headraw {
  background: #efeeee;
}

.supporttbl .headraw p {
  font-weight: bold;
  color: #000000;
}

.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: #898989;
  line-height: 22px;
  margin-bottom: 30px;
}

.supportdetail {
  background: #efeeee;
  padding: 30px;
}

.clientmsgbox {
  background: #ffffff;
  border: 1px solid #898989;
  padding: 15px;
  margin-bottom: 30px;
}

.clientmsgbox p {
  font-size: 15px;
}

.clientmsgbox p strong {
  display: block;
  line-height: 22px;
  color: #000000;
}

.commentbox textarea {
  border: 1px solid #898989;
  padding: 15px;
  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 #d9d9d6;
  margin-top: 29px;
  padding: 20px 0px 0px;
}

.srchfilter .datesec {
  float: left; /*margin-right:$margin30;*/
}

.srchfilter .datesec label {
  float: left;
  font-size: 16px;
  font-weight: bold;
  color: #494949;
  line-height: 42px;
  margin-right: 7px;
}

.srchfilter label.leftlbl {
  width: 140px;
}

.srchfilter .datesec label.rightlbl {
  width: 90px;
  text-align: right;
}

.srchfilter .datesec span {
  float: left;
}

.srchfilter .datesec input {
  float: left;
  border: 1px solid #898989;
  width: 108px;
  height: 40px;
  color: #494949;
  margin-right: 7px;
  padding: 0px 10px;
} /*Hide Radious*/
.srchfilter .datesec .datepickericon {
  float: left;
  margin-top: 4px;
}

.srchfilter .srchbtn {
  float: right;
}

.srchfilter .exportcsv {
  float: right;
  padding: 15px 0px 0px 0px;
}

.srchfilter .exportcsv a {
  float: right;
  font-size: 16px;
  color: #000000;
  text-decoration: underline;
  background: url(../images/ico-exportcsv.png) no-repeat right 5px;
  padding-right: 25px;
  font-weight: bold;
}

.srchfilter .exportcsv a:hover {
  text-decoration: none;
}

#dvAdvanceSearch .datesec + .datesec {
  margin-left: 32px;
}

.statmenttable {
  border: 1px solid #efeeee;
}

.statmenttable .headraw {
  background: #efeeee;
}

.statmenttable .headraw span {
  font-weight: bold;
  color: #000000;
}

.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: 60px;
}

.statmenttable .dtlraw span.transaction {
  width: 188px;
}

.statmenttable .dtlraw span.transaction b {
  font-weight: bold;
}

.statmenttable .dtlraw span.transaction label {
  display: block;
}

.statmenttable .dtlraw span.type {
  width: 70px;
  text-align: center;
}

.statmenttable .dtlraw span.deposits {
  width: 80px;
  text-align: right;
}

.statmenttable .dtlraw span.amount {
  width: 60px;
  text-align: right;
}

.statmenttable .dtlraw span.balance {
  width: 80px;
  text-align: right;
}

/* ==========================================================================
	#Account-Preference
========================================================================== */
.special-offers {
  padding: 15px 25px 0px;
}

.special-offers h3 {
  color: #898989;
  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 {
  float: left;
}

.creditcard-info .formexpiredate .halfselectbox + .halfselectbox {
  margin-left: 30px;
}

.creditcard-info .billingaddress h3 {
  font-size: 22px;
  line-height: 22px;
  color: #898989;
  border-top: 1px solid #d9d9d6;
  margin: 20px 27px 30px;
  padding-top: 25px;
}

.creditcard-info .savebtn {
  padding-left: 36%;
  padding-bottom: 35px;
}

/* ==========================================================================
	#My Order
========================================================================== */
.advancesrch .orderraw {
  margin-bottom: 20px;
}

.advancesrch .datesec .orderinput {
  width: 147px;
}

.advancesrch .datesec .domaininput {
  width: 452px;
}

.advancesrch .datesec .select span {
  float: none;
}

.advancesrch .selectesec {
  float: left;
}

.advancesrch .selectesec + .selectesec {
  margin-top: 20px;
}

.advancesrch .selectesec label {
  color: #494949;
  float: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 42px;
  margin-right: 7px;
}

.advancesrch .selectesec .form-controls {
  float: left;
  width: 472px;
}

.advancesrch .orderraw .srchbtn {
  float: right;
}

.advancesrch .orderraw .srchbtn .btn {
  float: left;
}

.advancesrch .orderraw .srchbtn .btn + .btn {
  margin-left: 20px;
}

.advancesrch .orderraw .exportcsv {
  padding-top: 10px;
}

.advancesrch .orderraw .exportcsv + .exportcsv {
  margin-right: 15px;
}

.advansrchopen .srchbtnraw {
  margin-bottom: 0px;
  padding-right: 46px;
}

.margbotnone {
  margin-bottom: 0px !important;
}

.advansrchopen .srchbtnraw .btn-orange {
  float: left;
  margin-left: 20px;
}

.advancesrch .exportlink {
  float: right;
  width: 100%;
}

.advansrchopen .orderraw .exportcsv {
  margin-left: 0px;
}

.advansrchopen .orderraw .exportcsv + .exportcsv {
  margin-left: 20px;
}

.listorder {
  border: 1px solid #efeeee;
}

.listorder .headraw {
  background: #efeeee;
}

.listorder .headraw p {
  font-weight: bold;
  color: #000000;
}

.listorder .dtlraw p {
  display: table-cell;
  font-size: 13px;
  padding: 12px 10px;
  color: #494949;
  line-height: 16px;
  vertical-align: top;
}

.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;
}

/* ==========================================================================
	#Tooltip
========================================================================== */
a.tooltips {
  position: relative;
  display: inline;
  margin-left: 3px;
}

a.tooltips span {
  position: absolute;
  width: 220px;
  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;
  left: -46px !important;
}

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: -76px;
  z-index: 999;
}

.ordleinfo a.tooltips span {
  font-style: italic;
}

/* ==========================================================================
	#SAVE BUTTON CENTER
========================================================================== */
.personalinfoform .savebtn {
  padding-left: 37%;
}

.cookieswrap {
  padding: 20px 0px 0px 0px;
}

.cookieswrap p {
  padding: 0px;
}

/* ==========================================================================
	#Manage Renewal Email
========================================================================== */
.main-preference {
  padding-bottom: 0px;
}

.mailbox {
  background: #efeeee;
  padding: 30px;
  margin-bottom: 30px;
}

.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;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
  font-size: 15px;
  padding: 12px;
  width: 100%;
  color: #494949;
}

.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;
}

.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;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  padding: 12px;
  width: 100%;
  color: #494949;
}

.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: #efeeee;
}

.orderdomaintable .headraw span {
  font-weight: bold;
  color: #000000;
}

.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;
  box-sizing: border-box;
  float: left;
  padding: 0px;
}

.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: 105px;
}

/*-------------- 14-07-2015 -------------*/
.dvCimProfileGrid {
  margin-top: 30px;
}

.cimprofilelist {
  border: 1px solid #efeeee;
}

.cimprofilelist .headraw {
  background: #efeeee;
}

.cimprofilelist .headraw p {
  font-weight: bold;
  color: #000000;
}

.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: #efeeee;
}

.authentbldata .headraw span {
  font-weight: bold;
  color: #000000;
}

.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;
}

.shell-secondary .main-bar {
  padding-top: 0px;
}

.shell-secondary .main-head-inner {
  margin-top: -25px;
}

/*-------------- 22-07-2015 -------------*/
.reissuesec h2 {
  text-transform: uppercase;
  color: #00b373;
}

.reissuesec h2 span {
  color: #231f20;
}

.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: #efeeee;
}

.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;
}

.srchfilter .advsrchlink a {
  background: url(../images/ico-advsrch.png) no-repeat right 5px;
}

.reminderlink h3 {
  margin-bottom: 0px;
}

#dvPayment {
  padding: 30px 0px;
}

/*------------------ Shop Now -----------*/
.brandstbl {
  border: 1px solid #efeeee;
}

.brandstbl .headraw {
  background: #efeeee;
}

.brandstbl .headraw p {
  font-weight: bold;
  color: #000000;
}

.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 #efeeee;
}

.brandstbl .dtlraw p + p {
  border-left: 1px solid #efeeee;
}

.brandstbl .dtlraw .hidehead {
  display: none;
}

.brandstbl .dtlraw .brand {
  width: 111px;
  word-break: break-all;
}

.brandstbl .dtlraw .proname {
  width: 286px;
}

.brandstbl .dtlraw .price {
  width: 100px;
  text-align: right;
}

.brandstbl .dtlraw .buynow {
  width: 83px;
}

.brandstbl .dtlraw .proname span {
  display: block;
}

.brandstbl .dtlraw .buynow .buybtn {
  height: 22px;
  line-height: 24px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  padding: 0px 8px 0px 8px;
  background: #00b373;
}

.brandstbl .dtlraw .buynow .buybtn:hover {
  text-decoration: none;
  background-color: #00b373;
}

.cporangebtn {
  background: #00B373;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  padding: 4px 9px;
  text-decoration: none !important;
  color: #ffffff !important;
  display: inline-block;
}

.cporangebtn:hover {
  background: #00B373;
  color: #ffffff !important;
}

/*------------------ Incidents -----------*/
.incidents-head h2 {
  float: left;
}

.incidents-head .btn {
  float: right;
}

.incidentsrch {
  border-bottom: 1px solid #d9d9d6;
  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;
  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 #d9d9d6;
  border-bottom: 1px solid #d9d9d6;
  margin-top: 29px;
}

.notification h5 {
  font-size: 41px;
  color: #00B373;
  padding-right: 18px;
  letter-spacing: 2px;
  width: 100%;
}

.notification-detail {
  background: #efeeee;
  padding: 25px 30px 30px;
  margin-bottom: 20px;
}

.notification h3 {
  line-height: 24px;
  color: #00b373;
  font-size: 24px;
  padding-bottom: 5px;
}

.notification h4 {
  color: #898989;
  font-size: 23px;
}

.notification p {
  padding-bottom: 0px;
}

.notification p:last-child {
  margin-top: 10px;
}

/* ==========================================================================
	#Dashboard List statistic
========================================================================== */
.section-statistic {
  padding-top: 28px;
  margin-bottom: 25px;
}

.section-statistic:after {
  content: "";
  display: table;
  clear: both;
}

.section-statistic .section-content {
  background: #efeeee;
  width: 420px;
  float: left;
  padding: 30px;
}

.section-statistic .section-aside {
  width: 153px;
  float: right;
}

.list-secures-secondary {
  padding-top: 20px;
}

.list-secures-secondary li + li {
  padding-top: 20px;
  margin-top: 20px;
}

.list-statistic {
  list-style: none;
}

.list-statistic li {
  padding-top: 11px;
  padding-bottom: 8px;
  border-top: 1px solid #d9d9d6;
  border-bottom: 1px solid #d9d9d6;
}

.list-statistic li:after {
  content: "";
  display: table;
  clear: both;
}

.list-statistic li + li {
  margin-top: -1px;
}

.list-statistic li p {
  float: left;
  width: 60%;
  padding-bottom: 0px;
  font-weight: bold;
  font-size: 16px;
  color: #494949;
}

.list-statistic li p a {
  color: #00b373;
  text-decoration: underline;
  float: right;
}

.list-statistic li a.btn {
  float: right;
}

.helpdeskbtn {
  margin-top: 20px;
  text-align: center;
}

.helpdeskimg {
  text-align: center;
}

.begingencertdtl h2 {
  text-transform: uppercase;
  color: #00b373;
}

.begingencertdtl h2 span {
  color: #231f20;
}

.begingencertdtl .form-billing {
  min-height: 474px;
}

.begin-popup .radio .radio-fake {
  margin-top: 5px !important;
}

.begingencertdtl .generatebtn {
  padding-top: 10px;
}

.begGeneCustom p {
  padding: 8px 0px 0px;
}

.anchorText {
  text-decoration: underline !important;
}

.anchorText:hover {
  text-decoration: none !important;
}

/* ==========================================================================
	#Send Installation Invite Link
========================================================================== */
.invitelink {
  background: #efeeee;
  padding: 25px 30px 10px;
}

.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;
  margin-left: 20px;
}

.scheduleform .form-row .stepno {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #00B373;
  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: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 24px;
}

.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: 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;
  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: 10px 0px;
  -moz-border-radius: 10px 0px;
  -o-border-radius: 10px 0px;
  border-radius: 10px 0px;
}

.scheduleform .form-controls textarea {
  height: 120px !important;
}

.scheduleform .form-hint {
  padding: 10px 0px 0px 0px !important;
}

.scheduleform .privatekey .radio {
  float: left;
}

.scheduleform .graybgbox {
  background: #efeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.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;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-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 #d9d9d6;
}

.sisodrdtl #dvtextarea p strong {
  display: block;
}

.listorder .status .isStatuscss1 {
  color: #00b373;
}

.listorder .status .isStatuscss2 {
  color: #ff0000;
}

.listorder .status .isStatuscss3 {
  color: #f6641f;
}

.listorder .status .isStatuscss4 {
  color: #00b373;
}

.ispayment {
  margin-top: 0px;
  border-top: none;
  padding-top: 0px;
}

.ispayment .field {
  font-size: 15px;
  color: #fc2d2d;
  border: 1px solid #898989;
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
  color: #000000;
}

.extraserverdtl {
  padding-top: 30px;
}

.isthakudtl {
  padding-top: 30px;
}

.isthakudtl .summaryinfo {
  padding: 30px;
}

.isthakudtl .summaryinfo p span {
  font-style: italic;
  display: block;
}

.summaryinfo h4 {
  margin-bottom: 20px;
}

.summaryinfo ol {
  list-style-position: outside;
  margin: 0 0 0 30px;
}

.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 .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 #d9d9d6;
  margin: 15px 0px;
  clear: both;
  float: left;
  background: #ffffff;
  width: 100%;
}

.dnstblraw {
  float: left;
  width: 100%;
}

.headraw p {
  background: #efeeee;
  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;
  box-sizing: border-box;
}

.dnstbl2raw p {
  width: 50%;
}

.dnstbl3raw p {
  width: 33.333333%;
}

.dnstblraw p + p {
  border-left: 1px solid #d9d9d6;
}

.dnstblraw + .dnstblraw {
  border-top: 1px solid #d9d9d6;
}

.dnstblraw + .dnstblraw p {
  font-size: 13px;
  word-break: break-all;
}

.selectmethod {
  margin-bottom: 20px;
}

.changeemaillist {
  float: left;
  width: 100%;
}

.changeemaillist + .changeemaillist {
  margin-top: 15px;
}

.changeemaillist strong {
  float: left;
  width: 28%;
  font-size: 12px;
  margin-right: 15px;
  line-height: 40px;
}

.changeemaillist .simplesltbox, .changeemaillist select {
  float: left;
  width: 35%;
  margin-right: 15px;
}

.changeemaillist .btn {
  float: left;
  width: 28%;
  font-size: 15px;
  width: auto;
  padding: 7px 10px;
}

.addfundtxt {
  height: 60px;
}

.cgorderinfo {
  background: #efeeee;
  padding: 30px;
}

.orderdetails {
  border: 1px solid #d9d9d6;
  margin: 15px 0 15px 0;
  font-size: 24px;
}

.orderdetails .ordtitle {
  float: left;
  color: #494949;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.orderdetails .ordtitle span {
  color: #00B373;
}

.cgsteps {
  list-style-position: outside;
  margin: 0px 0px 0px 30px;
}

.cgsteps li a {
  font-weight: bold;
  text-decoration: underline;
}

.cgsteps li a:hover {
  text-decoration: none;
}

.viewreceiptlink {
  font-size: 13px;
}

.cgquickview {
  margin-bottom: 40px;
}

.cgodrcancelbtn, .cgquickview .btn {
  margin-top: 20px;
}

.certificatdtl .cgreceiptdate .list-green-bullets {
  padding: 10px 0px 0px 20px;
}

.certificatdtl .cgreceiptdate .list-green-bullets li {
  float: none;
  padding: 0px 0px 0px 22px;
}

.certificatdtl .cgreceiptdate .list-green-bullets li + li {
  margin-top: 0px;
  border-top: none;
}

.cgorderprocess input.error {
  border: 1px solid #ff0000 !important;
}

.cgorderprocess label.error {
  font-size: 11px;
  color: #ff0000;
  display: block;
  font-style: italic;
}

.cgcertdetail .detaillist .btn {
  line-height: 1;
  font-size: 14px;
}

.accordion-contianer {
  margin: 30px 0px;
}

.order-detail-accordion {
  background-color: #00B373;
  color: #ffffff;
  width: 100%;
  cursor: pointer;
  padding: 15px 40px 15px 20px;
  transition: 0.4s;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  border: none;
  font-weight: bold;
  text-align: left;
  position: relative;
}

.panel {
  display: none;
  overflow: hidden;
}

.order-detail-accordion:after {
  content: "▼";
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  right: 20px;
  top: 17px;
}

.active:after {
  content: "▲";
}

a.tooltip-cs-order span {
  margin-left: -110px !important;
  left: 50% !important;
}

.form-billing .form-controls a#btnEditEmail {
  text-decoration: none;
}

.form-billing .form-controls a#btnEditEmail img {
  margin: 0 10px;
}

.form-billing .form-label {
  line-height: inherit !important;
}

.form-billing #dvNewEmail .form-controls.mt-10 {
  margin-bottom: 10px;
}

.form-row#dvNewEmail .form-controls .verifybtn .bluelinebutton {
  background: #00B373;
  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: #00B373;
  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: #00B373;
  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: #00B373;
  border-color: #00B373;
  background-color: transparent;
}

#dvverifybox .form-controls #aVerifyECode {
  text-decoration: none;
  background: #00B373;
  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;
}

#dvverifybox .form-controls #aVerifyECode:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  color: #00B373;
  border-color: #00B373;
  background-color: transparent;
}

#dvverifybox a#aSendECode {
  color: #00B373;
  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;
}

#dvverifybox a#aSendECode:hover {
  background-color: #00B373;
  color: #ffffff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

/*5-7-2022*/
.mysecuritypage .selectdomain.w-100 {
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
}

.security-recommendations.widgets {
  cursor: pointer;
  margin-bottom: 30px;
}

.dm-details .security-recommendations.widgets.active::after {
  display: none;
}

.dm-details .security-recommendations.widgets .widget-head span {
  background: none;
}

.security-recommendations.widgets .toggle_container {
  margin-bottom: 30px;
  margin-top: 0;
  background-color: #ffffff;
  border: 10px solid #e8e8e8;
}

.dm-details .security-recommendations.widgets .widget-site-seal.expand {
  margin-bottom: 0;
}

.dm-details .widgets .widget-site-seal::after {
  display: none;
}

.dm-details .security-recommendations.widgets .widget-site-seal.active.expand::after {
  display: none;
}

.dm-details .security-recommendations.widgets.active .widget-site-seal .widget-head {
  background: #00B373;
}

.security-recommendations.widgets.active .toggle_container {
  border-color: #00B373;
}

.dm-details .security-recommendations.widgets.active .dtlmsg h4 {
  margin-bottom: 0;
}

.mysecuritypage .domain-detail {
  margin-top: 0;
}

.dm-details .security-recommendations.widgets.active .expand_heading.widget.widget-site-seal.active::after {
  display: none;
}

.recommedation-popup.popup .popup-body .d-flex {
  flex-wrap: nowrap;
}

.recommedation-popup.popup .popup-body .d-flex .left-side {
  flex: 250px 0 0;
  margin-right: 20px;
}

.recommedation-popup.popup .popup-body h4, h6 {
  margin-bottom: 15px;
}

.recommedation-popup.popup {
  width: 700px;
}

.security-recommendations.widgets .expand_heading.widget.active ~ .toggle_container {
  border-color: #00B373;
}

.dm-details .security-recommendations.widgets .widget-site-seal {
  margin: 0;
}

.dm-details .security-recommendations.widgets .expand_heading.active ~ .toggle_container .dtlmsg {
  background: #e5fcfb;
}

.dm-details .security-recommendations.widgets .expand_heading.active ~ .toggle_container .dtlmsg h4 {
  margin-bottom: 0;
}

.dm-details .security-recommendations.widgets .expand_heading.active ~ .toggle_container .dtlmsg p {
  display: none;
}

.dm-details .security-recommendations.widgets .expand_heading.active ~ .toggle_container .dtlmsg a.btn {
  display: none !important;
}

.dm-details .security-recommendations.widgets .expand_heading.active ~ .toggle_container .dtlmsg img {
  filter: invert(44%) sepia(74%) saturate(2254%) hue-rotate(130deg) brightness(97%) contrast(101%);
}

.dm-details .security-recommendations.widgets .expand_heading.active ~ .toggle_container .dtlmsg .flagred {
  display: initial !important;
}

.mysecuritypage .dm-details .accordion-info .security-recommendations.widgets {
  cursor: auto;
}

.dm-details .security-recommendations.widgets .widget-site-seal .widget-head {
  cursor: pointer;
}

.mysecuritypage .contents .security-stepper .security-step a::after {
  display: none;
}

.mysecuritypage .contents .domain-detail.active::after {
  display: none;
}

.security-step .security-stepbox {
  position: relative;
}

.security-step .security-stepbox .downarrow {
  bottom: -15px;
  top: auto;
}

.token-icons {
  margin-top: 20px;
}

.token-icons a {
  background-color: #00B373;
  padding: 10px;
}

.token-icons a + a {
  margin-left: 15px;
}

.checkvalidationrun {
  padding-bottom: 30px;
}

.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;
}

/* ==========================================================================
	#CertPanel
========================================================================== */
.cp-dashboard {
  padding-top: 30px;
}

.cp-dashboard h1 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}

.cp-box {
  background-color: #F9F9F9;
}

.cp-box-text {
  padding: 36px;
  width: 55%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}

.cp-box-logo {
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
  filter: drop-shadow(0px 7.253px 7.011px rgba(0, 0, 0, 0.07));
  max-width: 430px;
  margin-bottom: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp-box-logo img, .cp-dashboard-img img {
  height: auto;
}

.cp-box-text h2 {
  margin-bottom: 16px;
  color: #091c2b;
  line-height: 1.11;
  font-size: 32px;
}

.cp-box-text h2 span {
  color: #4A99EA;
}

.cp-box-text ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 0.5rem;
  margin-bottom: 36px;
}

.cp-box-text ul li {
  position: relative;
  padding-left: 30px;
}

.cp-box-text ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background-color: #4A99EA;
  -webkit-mask: url(../images/tabler-icon-circle-check-filled.svg) no-repeat;
  mask: url(../images/tabler-icon-circle-check-filled.svg) no-repeat;
  mask-size: 16px;
}

.cp-box-text .btn {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 16px;
  text-transform: none;
  font-size: 14px;
  width: 215px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp-dashboard-img {
  width: 45%;
}

@media only screen and (max-width: 959px) {
  .cp-box-text {
    width: 45%;
    padding: 20px;
  }
  .cp-box-logo, .cp-box-text ul {
    margin-bottom: 16px;
  }
  .cp-box-text h2 {
    font-size: 24px;
  }
  .cp-box-text ul {
    grid-gap: 0;
  }
  .cp-dashboard-img {
    width: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .recommedation-popup.popup {
    width: 100% !important;
    margin: 0 auto;
    max-width: 550px;
  }
  .reissue-alert {
    flex-direction: column;
  }
  .reissue-alert p {
    margin-bottom: 15px;
  }
  .reissue-alert .btn {
    margin-left: 0;
  }
  .cp-dashboard {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cp-box {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .cp-box-text, .cp-dashboard-img, .cp-dashboard-img > img {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .recommedation-popup.popup {
    max-width: 290px;
  }
  .recommedation-popup.popup .popup-body .d-flex {
    flex-wrap: wrap;
  }
  .recommedation-popup.popup .popup-body .d-flex .left-side {
    flex: 100% 0 0;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .security-step .security-stepbox {
    margin: 0 auto;
  }
}

/* Scss Document */ /* Scss Document */
/* ==========================================================================
	#Section Browsers
========================================================================== */
.section-browsers {
  padding-top: 52px;
  text-align: center;
}

.section-browsers .shell {
  padding-bottom: 34px;
  border-bottom: 1px solid #d9d9d6;
  padding-top: 44px;
  border-top: 1px solid #d9d9d6;
}

.section-browsers .section-entry {
  font-size: 22px;
  font-weight: bold;
}

.section-browsers .section-entry p {
  padding-bottom: 0px;
}

.list-browsers {
  padding: 0px 17px 37px;
  overflow: hidden;
  list-style: none;
  display: -webkit-inline-box;
}

.list-browsers li + li {
  padding-left: 63px;
}

.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 */
}

.csintro {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.csintro .csintro-col:first-child {
  width: 70%;
  padding-right: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.csintro .csintro-col + .csintro-col {
  width: 30%;
  text-align: right;
}

.csintro .csintro-col .btn + .btn {
  margin-left: 10px;
}

.csbenifits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-gap: 20px;
  text-align: center;
  margin-top: 20px;
}

.csbenifits .csbenifitsbox {
  padding: 20px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.csbenifits .csbenifitsbox h4 {
  margin: 15px 0px;
}

.csusecase {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.csusecase .csbenifitsbox h4 {
  margin-top: 0px;
}

.csusecase .csbenifitsbox p {
  margin-top: 15px;
}

.csbenifits .cspricebox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.csbenifits .cspricebox h4 {
  margin-top: 0px;
}

.cspricebox .list-green-bullets {
  margin-left: 0px;
}

.cspricebox .form-controls {
  margin: auto 0px 20px;
}

.cspricebox .form-controls .radio-fake {
  margin-top: 5px;
}

.cspricebox .btn-green {
  text-align: center;
}

.cscompitibility {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.cscompitibility .col-half {
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cscompitibility .col-half .image-center {
  padding-top: 20px;
  display: block;
  text-align: center;
}

.compliment-table {
  background: #00B373;
  padding: 10px;
}

.compliment-table table {
  border: 1px solid #00B373;
  background: #ffffff;
}

.compliment-table table tr td {
  padding: 15px;
}

.compliment-table table tr td + td {
  border-left: 1px solid #00B373;
}

.compliment-table table tr + tr td {
  border-top: 1px solid #00B373;
}

.center-img {
  display: block;
  text-align: center;
}

.threebox {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.end-to-end-manage .cscompitibility + .cscompitibility {
  padding-top: 30px;
}

.col-img-right {
  text-align: right;
}

.mt-auto {
  margin-top: auto;
}

#buycscerts, #hgpricetable {
  border-top: 120px solid transparent;
  margin-top: -120px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.hgpricetbl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  flex-flow: row wrap;
  font-size: 13px;
}

.hgpricetbl .coldtl {
  width: 33.3333%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hgpricetbl .coldtl + .coldtl {
  padding: 0px 1px;
  text-align: center;
}

.hgpricetbl .coldtl h3 {
  font-size: 18px;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  padding: 15px;
}

.hgpricetbl .coldtl .column {
  margin-top: 2px;
  padding: 10px;
  line-height: 20px;
}

.hgpricetbl .cpacprice {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  line-height: 1;
}

.hgpricetbl h3 a {
  color: #ffffff !important;
}

.hgpricetbl .cg-col2 h3 {
  background: #00B373;
}

.hgpricetbl .cg-col3 h3 {
  background: #fed756;
}

.hgpricetbl .cg-col4 h3 {
  background: #6cb3e2;
}

.hgpricetbl .cg-col1 .column {
  background: #D9D9D6;
  font-weight: bold;
}

.hgpricetbl .cg-col2 .column {
  background: #cce5d6;
}

.hgpricetbl .cg-col3 .column {
  background: #fff3d4;
}

.hgpricetbl .cg-col4 .column {
  background: #d3e6f6;
}

.hgpricetbl .form-controls {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: left;
  height: 60px;
}

.request-form .contactus {
  display: none;
}

@media only screen and (max-width: 959px) {
  .section-browsers {
    padding: 0px;
    margin-top: 30px;
  }
  .section-browsers .shell {
    padding: 36px 0px 25px;
    background: #efeeee;
    border: 0;
  }
  .section-browsers p {
    padding-bottom: 0px;
  }
  .list-browsers {
    padding: 0px 30px 33px;
  }
  .list-browsers li + li {
    padding-left: 39px;
  }
  .list-browsers img {
    width: 62px;
  }
  .csintro .csintro-col .btn + .btn {
    margin-left: 0px;
    margin-top: 20px;
  }
  .section-certificates .csintro .csintro-col img {
    display: block !important;
  }
  .csbenifits .csbenifitsbox h4 br {
    display: none;
  }
  .hgpricetbl .coldtl .column:before {
    content: attr(data-title);
    font-weight: bold;
    display: block;
    font-size: 12px;
  }
  .end-to-end-manage .cscompitibility .col-half:first-child {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section-browsers {
    padding: 0px 10px;
    margin-top: 20px;
  }
  .section-browsers .shell {
    padding: 18px 0px 14px;
  }
  .section-browsers .section-entry {
    padding: 0px 10px;
    font-size: 14px;
  }
  .list-browsers {
    padding: 0px 0px 13px;
  }
  .list-browsers li {
    float: none;
    display: inline-block;
    padding: 0px 3px !important;
  }
  .list-browsers li + li {
    padding-left: 0px;
  }
  .list-browsers img {
    width: 28px;
  }
  .cscompitibility, .csintro {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .cscompitibility .col-half, .csintro .csintro-col {
    width: 100% !important;
  }
  .csintro .csintro-col + .csintro-col {
    order: -1;
    margin-bottom: 20px;
    text-align: center;
  }
  .csintro .csintro-col .btn + .btn {
    margin-left: 10px;
    margin-top: 0px;
  }
  .cscompitibility .col-half + .col-half {
    padding-top: 20px;
  }
  .cscompitibility .col-half .list-green-bullets {
    margin-left: 0px;
  }
  .hgpricetbl .coldtl + .coldtl {
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .csintro .csintro-col .btn + .btn {
    margin-left: 0px;
    margin-top: 10px;
  }
}

/* Scss Document */
/* Scss Document */
/* ==========================================================================
	#Popups
========================================================================== */
.popup .article h4 {
  font-size: 28px;
  color: #00b373;
}

.popup .article img {
  width: 207px;
  margin: 3px 0px 0px 10px;
}

.popup-head {
  padding: 0px 20px 13px 17px;
  line-height: 1.12;
}

.popup-title {
  font-size: 40px;
  color: #ffffff;
  text-transform: uppercase;
}

.popup-title-small {
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
}

.popup-title span {
  text-transform: none;
}

.popup-body h4 {
  margin-bottom: margin10;
}

.smallbox {
  width: 140px;
  margin-bottom: 10px;
}

.popup-body h5 {
  color: #00B373;
  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/sprite.png) -152px -206px no-repeat;
}

.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;
}

.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: #00b373;
}

.listraw {
  float: left;
  width: 100%;
}

.popupprdtl ul li strong span {
  color: #f6641f;
}

.sancert {
  background: #efeeee;
}

.sancert .domainselect {
  float: left;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}

.sancert .domainselect + .domainselect {
  width: 25%;
}

.domainselect label {
  display: block;
  font-weight: bold;
  color: #f6641f;
  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 #00B373;
  padding-bottom: 25px;
}

.botcontactinfo p {
  float: left;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  padding-top: 5px;
}

.botcontactinfo p span {
  color: #00b373;
}

.botcontactinfo p a {
  color: #00b373;
}

.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;
  border: 1px solid #898989;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 12px;
  color: #000000;
}

.popup-form .form-controls {
  width: 59%;
  float: left;
}

.popup-form .form-row + .form-row {
  padding-top: 18px;
}

.popup-form .form-hint {
  font-size: 12px;
  color: #000000;
  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: #00B373;
  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: #00b373;
}

.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
========================================================================== */
.setpassleft {
  float: left;
}

.setpassright {
  float: right;
  width: 400px;
}

.setpassright p.txtpass {
  font-size: 13px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fbba34;
}

.setpassform {
  background: #efeeee;
  padding: 20px;
}

.setpassform .form-label {
  width: 100%;
  text-align: left;
  line-height: normal;
}

.setpassform .linehtnormal {
  line-height: normal;
}

.setpassform .form-row:last-child {
  padding-bottom: 0px;
}

.setpassform .form-controls {
  padding-right: 0px;
  width: 100%;
}

.setpassform .form-hint {
  padding: 5px 0px 0px;
  color: #999999;
}

/* ==========================================================================
	#SSL Expert Advice / 30-06-2015
========================================================================== */
.expertbtnsec {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #00B373;
}

.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 .term-title, .form-symantec .radio label, .form-symantec .label-content, .form-symantec .radio.checked .term-save {
  display: block;
}

.popup-add-cart .form-symantec {
  color: #000000;
}

.popup-add-cart .form-symantec .form-cols {
  padding-bottom: 20px;
}

.popup-add-cart .form-symantec .form-col-size1 {
  width: 390px;
  box-sizing: border-box;
  background: #efeeee;
  padding: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.popup-add-cart .form-symantec .form-col-size2 {
  float: right;
  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: #898989;
}

.popup-add-cart .form-symantec .term-save {
  display: none;
  font-size: 13px;
  color: #5a5a5a;
}

.popup-add-cart .form-symantec .radio-fake {
  float: left;
  margin-top: 0px;
}

.popup-add-cart .form-symantec .radio.checked {
  margin: 4px 0px 10px;
}

.popup-add-cart .form-symantec .radio.checked label {
  padding: 7px 10px;
  background: #ffffff;
  border: 1px solid #cccccc;
}

.popup-add-cart .form-symantec .radio.checked .term-title {
  color: #00B373;
}

.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 #d9d9d6;
  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 #d9d9d6;
  border-bottom: 1px solid #d9d9d6;
  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 #d9d9d6;
  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;
  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 {
  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: #00B373;
  font-size: 10px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  line-height: 13px;
  padding: 0px;
  line-height: 16px;
}

.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;
  margin: 0px 0px 22px -14px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 3px #000000;
  -moz-box-shadow: 0px 0px 3px #000000;
  box-shadow: 0px 0px 3px #000000;
  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: 20px;
  border: 1px solid #d7d7d7;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.popup-add-cart .features .col-size1 {
  width: 383px;
}

.popup-add-cart .features .col-size2 {
  float: right;
  width: 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: 15px 15px 10px;
  background: #efeeee;
  color: #000000;
  font-size: 14px;
  line-height: 1.25;
}

.popup-add-cart .features-desc li {
  float: left;
  width: 166px;
  padding: 0px 10px 2px 0px;
}

.popup-add-cart .features-checks {
  padding: 15px 0px 0px 18px;
  font-size: 11px;
}

.popup-add-cart .features-checks ul {
  float: left;
  width: 175px;
}

.popup-add-cart .features-checks ul + ul {
  padding-left: 15px;
}

.popup-add-cart .features-checks li {
  padding-bottom: 2px;
}

.popup-add-cart .features-icons {
  padding-bottom: 15px;
}

.popup-add-cart .features-icons ul {
  overflow: hidden;
}

.popup-add-cart .features-icons li {
  float: left;
  width: 49px;
  text-align: center;
}

.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 .features-actions {
  text-align: center;
}

.popup-add-cart .features-actions .btn {
  width: 100%;
  margin-bottom: 10px;
  padding: 3px 13px;
  box-sizing: border-box;
  font-size: 18px;
}

.popup-add-cart .features-actions .ico-btn-arrow-white {
  margin-left: 4px;
}

.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 {
  margin: 0px;
  padding: 0px;
}

.popup-add-cart .total sup {
  margin-left: 0px;
  font-size: 16px;
}

.password-popup p {
  padding-bottom: 10px;
}

.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;
}

.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-body .list-green-bullets li {
  font-size: 13px;
}

.popup-body .list-green-bullets li:before {
  top: 4px;
}

.popup-add-cart .cartpopupcmdcols .form-col {
  width: 100% !important;
}

.popup-add-cart .cmd-row {
  margin-top: 20px;
}

.popup-add-cart .cmd-row .form-label {
  width: auto;
  font-size: 13px;
}

.popup-add-cart .popupeditbody .features {
  padding: 0px 0px 30px;
  border: none;
}

.addIP-popup .popup-body {
  max-height: calc(100vh - 180px);
  overflow: auto;
}

.addIP-popup .article img {
  width: auto;
  margin: 0px;
}

.addIP-popup .article h2 {
  padding-bottom: 5px;
}

.addIP-popup .addip-select {
  margin: 10px 0px;
}

.addIP-popup .addip-select label {
  margin-right: 10px;
}

.addIP-popup .addip-select select {
  width: 250px;
}

.addIP-popup .addip-payment {
  margin-top: 20px;
}

.addIP-popup .addip-payment .btn {
  margin-top: 16px;
}

@media only screen and (max-width: 767px) {
  .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;
  }
  .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;
  }
  /*----- #Begin Generation Popup -----*/
  .begin-popup .form-billing {
    padding-bottom: 0px;
  }
  .begin-popup .generatebtn {
    padding: 0px;
  }
  .begin-popup .form-billing {
    min-height: 10px;
  }
  /*------------------ 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;
  }
  /*------ SSL Expert Advice ---*/
  .expertbtnsec .expertbtn {
    width: 110px;
  }
  /*----- 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%;
  }
  /*----- #Add to Cart ------*/
  .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 #d9d9d6;
    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;
  }
  .password-popup .form-controls {
    width: 100%;
  }
  .begin-popup .form-billing {
    padding-bottom: 0px;
    min-height: 10px;
  }
  .begin-popup .generatebtn {
    padding: 0px;
  }
}
@media only screen and (max-width: 360px) {
  .addfunddata h2 {
    margin-bottom: 10px;
  }
}

/* Scss Document */
/* Scss Document */
/* ==========================================================================
Other	#Media Queries
========================================================================== */
@media only screen and (max-width: 959px) {
  .widget-contacts-secondary .widget-title {
    padding-bottom: 0px; }

  .section-contact-secondary .widget-contacts {
    height: 95px; }

  .section-contact-secondary ul {
    list-style: none; }

  .section-contact-secondary .widget-contacts:after {
    width: 34px;
    height: 137px;
    position: absolute;
    top: -1px;
    right: -1px;
    left: auto;
    background: url(../images/widget-contacts2.png) no-repeat 0 0; }

  .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 .breadcrumbs {
    padding-left: 20px; }

  .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%; }

  .manager {
    max-width: 100%; }

  /*------------------ 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 -------------*/
  .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; }

  #tab-paypal .form-creadit-card .form-controls {
    width: 70%; }

  /*==================== 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; }

  .helpdeskimg img {
    max-width: 100%; }

  .width45per {
    width: 45%;
    margin-bottom: 20px; }

  /*------------------ SSL Buying Process -----------*/
  .accountcntsec h2 {
    width: 100%; }

  .incidents-head .btn {
    margin-bottom: 10px;
    float: left; }

  .incidentsrch span {
    width: 40%;
    margin-right: 10px; }

  .advansrchopen .srchbtnraw {
    padding-right: 22px; }

  .advancesrch .orderraw .exportcsv {
    float: left; }

  /*------------------ Account Activity -----------*/
  .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; }

  .confirmtotalorder, .order-summary .confirmoredertable {
    margin-left: 0px; }

  .notification-detail {
    padding: 20px; }

  .tablinehttwenty {
    line-height: 20px !important; }

  /*------------------ 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; }

  .invitelink h3 {
    line-height: 30px; }

  .fixedbuyis {
    display: none; }

  .form-billing.scheduleform .daytime .field {
    width: 190px;
    margin-right: 10px;
    font-size: 14px; }

  .shell-secondary .main-head-inner {
    margin-top: 0px; }

  .scheduled-msg {
    padding: 5px 25px 5px 10px; }

  .scheduled-msg .shell {
    width: 100%; }

  .list-cards {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 20px; }

  .cptickets {
    margin-bottom: 20px; }

  .cptickets .orderraw + .orderraw, .cptickets .orderraw {
    float: none; }

  .cptickets label.leftlbl {
    width: 110px; }

  .cptickets .srchbtn {
    padding-left: 118px; } }
@media only screen and (max-width: 767px) {
  .section-order-summary .widget {
    width: auto;
    float: none; }

  .widget-order {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
    display: block; }

  .widget-order h4 {
    font-size: 36px;
    text-transform: none;
    letter-spacing: 1px;
    text-align: center; }

  .section-billing-info .section-head-rotate {
    margin-left: 0px; }

  .section-billing-info .section-head-rotate h3 {
    font-size: 32px; }

  .section-billing-info .section-head-rotate h3 i.ico-locker {
    margin-top: -14px; }

  .form-billing label.form-label {
    float: none;
    display: block;
    width: auto;
    text-align: left; }

  .form-billing .form-controls {
    width: 100%;
    padding-right: 0px; }

  .form-billing .field {
    padding: 4px; }

  .form-billing .form-label {
    line-height: 1;
    padding-bottom: 4px; }

  .form-billing {
    padding-left: 20px;
    padding-right: 20px; }

  .form-billing .field-small {
    width: 100%; }

  .section-billing-method .section-head {
    margin-left: 0px;
    padding-left: 48px; }

  .section-billing-method .section-head i {
    margin-top: -14px; }

  .section-billing-method .section-head-rotate h3 {
    font-size: 30px;
    letter-spacing: 0px;
    white-space: nowrap; }

  .form-creadit-card .form-row {
    margin-left: 0px;
    padding-right: 0px; }

  .form-creadit-card label.form-label {
    float: none;
    display: block;
    width: auto;
    text-align: left; }

  .form-creadit-card .form-controls {
    width: 100%;
    padding-right: 0px; }

  .form-creadit-card .field {
    padding: 4px; }

  .form-creadit-card .form-label {
    line-height: 1;
    padding-bottom: 4px; }

  .form-creadit-card {
    padding-left: 20px;
    padding-right: 20px; }

  .form-creadit-card .field-small {
    width: 100%; }

  .form-creadit-card .form-label strong {
    position: static; }

  .form-creadit-card .form-actions {
    overflow: hidden; }

  .form-creadit-card .form-actions img {
    float: left; }

  .form-creadit-card .btn {
    font-size: 14px;
    color: #ffffff;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px;
    height: 28px !important;
    padding-right: 0px;
    border: 0;
    padding-left: 6px;
    width: 130px;
    line-height: 25px;
    padding-left: 0px;
    padding-right: 0px;
    float: right;
    margin-left: -20px;
    margin-top: 20px; }

  .form-creadit-card {
    padding: 20px 0px; }

  .form-creadit-card .form-col-size15 {
    padding-right: 19px; }

  .section-billing-method .tab-body {
    padding-left: 10px;
    padding-right: 10px; }

  .form-creadit-card .form-col-size16 {
    width: 102px; }

  .form-creadit-card .form-col-size15 {
    width: 41px; }

  .form-creadit-card .form-col {
    background-position: 48px -7px; }

  .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-secondary .breadcrumbs {
    float: left;
    width: 90%;
    display: block;
    padding-bottom: 10px; }

  .main-head-secondary .main-head-inner {
    float: none;
    display: block; }

  .list-messages {
    margin-left: 10px; }

  .main-head-inner {
    width: auto;
    padding-bottom: 10px; }

  .main-head-inner p {
    line-height: 1; }

  .list-statistic li p {
    width: 100%;
    float: none;
    display: block; }

  .list-statistic li a.btn {
    float: right;
    display: block; }

  .manager-image {
    display: none; }

  .list-statistic li p a {
    float: none;
    display: block; }

  .dashboard-body .list-statistic li p a {
    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; }

  .showinput {
    padding: 4px; }

  .homefullcontent {
    margin: 0px 20px; }

  .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 .dashboard-head {
    display: none; }

  .renewaltab .tab-body {
    padding: 15px 15px 0px !important; }

  .mobpad-show {
    padding: 0px 20px; }

  /*------------------ Popup Add to Cart -----------*/
  .quickloginfoot {
    position: relative; }

  .detailbtnsec .btnraw .dtlbtn {
    margin: 15px 15px 0px 0px; }

  .detailbtnsec .btnraw .dtlbtn .btn {
    line-height: normal; }

  #tab-paypal .form-creadit-card .form-controls {
    width: 100%; }

  #tab-paypal .form-creadit-card .form-controls img {
    width: auto !important; }

  /*------------------ Shop by solution -----------*/
  .solution-body {
    margin-left: 0px; }

  .confirmtotalorder .form-actions .btn {
    height: 30px;
    padding: 0px 5px 0px 10px;
    line-height: 28px;
    margin: 16px 0px 0px 0px;
    font-size: 12px; }

  .chat {
    display: none; }

  /*------------------ SSL Buying Process -----------*/
  .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; }

  .accountsrch .datesec + .datesec {
    margin-left: 0px; }

  .accountsrch .srchbtn {
    padding-left: 0px; }

  .notification h3 {
    font-size: 20px; }

  /*------------------ Account Activity -----------*/
  .https-help {
    padding: 20px !important; }

  .cnthead-secondry {
    padding: 0px 0px 20px; }

  .cnthead-secondry h2 {
    font-size: 30px;
    line-height: 30px; }

  .https-help ul li {
    width: 100%;
    padding: 20px 0px; }

  .https-help ul li + li::before {
    display: none; }

  .https-help ul li + li {
    border-top: 1px solid #d9d9d6; }

  .implementstep ul li h3 {
    width: 69%;
    font-size: 20px;
    margin-top: 15px; }

  /*------------------ Quick EV Green Address Bar -----------*/
  .left-cnt, .right-cnt {
    width: 100%; }

  .impev-grnbar {
    background: none;
    padding: 29px 0px 15px; }

  .leftside-content {
    width: 100%; }

  .implementstep ul li {
    padding: 15px 0px; }

  .implementstep ul li p br {
    display: none; }

  .section-certificates .article .helpdeskimg img {
    display: block !important; }

  .invitelink {
    padding: 10px 15px 0px; }

  .invitelink .form-billing {
    padding-bottom: 15px; }

  .scheduleform .radiobox label {
    font-size: 12px; }

  .scheduleform .checksec {
    padding-bottom: 0 !important; }

  .scheduleform .form-row:last-child {
    padding-bottom: 0 !important; }

  .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; }

  /*GDPR Tooltips*/
  .form-billing .field {
    width: 96%; }

  .tool-tips {
    margin-top: 2px; }

  .suptooltip .tool-tips {
    margin-top: 22px;
    right: 25px; }

  /*GDRP Checkout*/
  .form-billing .form-col-size12 {
    width: 59% !important; }

  .smalltxt {
    font-size: 14px; }

  .changeemaillist .simplesltbox, .changeemaillist select, .changeemaillist strong {
    width: 100%;
    margin: 0px 0px 10px;
    line-height: 1; }

  .form-controls .tool-tips {
    right: 0; }

  div.chat-fc-form-outer {
    height: auto !important; }

  .chat-fc-form-outer div.fc-form ul li input {
    width: 100% !important; } }
@media (max-width: 640px) {
  .suptooltip .tool-tips {
    margin-top: 24px; }

  .form-billing .field {
    width: 94%; }

  .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; }

  .abtsolutionsec .solution-body ul li + li a::before {
    left: 15px; }

  .form-billing .field {
    width: 92%; } }
@media only screen and (max-width: 420px) {
  .list-orders li {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
    padding-bottom: 0; }

  /*------------------ My Account -----------*/
  .icon-list li a {
    padding-top: 10px !important; }

  .icon-list li a br {
    display: none !important; }

  .detailbtnsec .btnraw form .btn {
    margin: 0px 0px 10px 0px; }

  .list-statistic li a.btn {
    float: left;
    display: block; }

  /*GDPR Tooltips*/
  .form-billing .field {
    width: 85%; }

  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) {
  .dashboard-label {
    display: none; }

  .article-secondary h4 {
    font-size: 16px; }

  .widget-support .widget-title {
    font-size: 32px; }

  .list-contacts {
    font-size: 13px; }

  .support .list-contacts {
    font-size: 18px; }

  .list-contacts strong {
    font-size: 23px; }

  .support .list-contacts strong {
    font-size: 30px; }

  .section-order-summary .widget-secure ul {
    display: block; }

  .support a {
    padding: 28px 70px 15px 15px; }

  .support-image img {
    width: auto; }

  /* ==========================================================================
          #Section Symantec
      ========================================================================== */
  .section-order-summary .widget-secure .list-secures img {
    max-width: 90%; }

  .tooltip {
    display: none; }

  /* ==========================================================================
          #Section Certificates
      ========================================================================== */
  .section-certificates .article-primary img {
    width: 220px; }

  .form-certificates .form-body {
    float: none;
    padding-bottom: 10px; }

  .form-certificates .form-row ~ .form-row {
    float: right;
    padding-left: 0px; }

  .form-certificates .form-actions {
    float: none;
    overflow: hidden; }

  .form-certificates .link-more {
    float: left;
    margin-top: 7px; }

  .form-certificates .btn {
    float: right; }

  /* ==========================================================================
          #Articles
      ========================================================================== */
  .form-creadit-card .form-head img {
    margin-left: 24%; }

  .section-contact-secondary .widget-contacts {
    width: 81%;
    float: right;
    margin: 25px 0px; }

  .form-creadit-card .form-controls #field-name-card {
    width: 72%; }

  .form-creadit-card .form-controls #card-number {
    width: 72%; }

  .form-creadit-card .btn {
    padding: 0px 12px 0px 15px; }

  .slider-customers .caroufredsel_wrapper {
    height: 92px !important;
    width: 638px !important; }

  .orimg img {
    width: 100%; }

  .cancelrequest .section-head-rotate {
    padding-left: 13px !important; }

  .cancelrequest h3 {
    font-size: 26px; }

  .cancelprodetail p {
    font-size: 14px; }

  .cancelprodetail p label {
    width: 100%;
    text-align: left;
    margin-left: 0px; }

  .cancelprodetail p span {
    width: 100%;
    font-weight: normal; }

  .cancelprodetail .reason label {
    width: 100%;
    text-align: left;
    margin-left: 0px; }

  .cancelprodetail .reason .form-controls {
    width: 100%; }

  .cancelsupport .canbox {
    width: 100%;
    background-position: 90% 84% !important; }

  .cancelsupport .canbox + .canbox {
    margin: 15px 0px 0px 0px; }

  .immediate-assistance .form-actions .btn-green {
    margin-left: 32%; }

  .form-billing .hostingpro {
    line-height: 20px; }

  .order-summary .dtlraw span.proname {
    width: 382px; }

  .srchfilter .datesec {
    margin-right: 0px;
    margin-bottom: 15px; }

  .srchfilter label.leftlbl {
    text-align: right; }

  .srchfilter .datesec label.rightlbl {
    width: 140px; }

  .srchfilter .datesec input {
    width: 247px; }

  .advancesrch .orderraw .srchbtn {
    float: left; }

  .srchfilter .exportcsv {
    padding-top: 5px;
    width: auto; }

  .advancesrch .srchbtnraw .btn-orange {
    margin: 15px 0px 15px;
    float: left; }

  .advancesrch .exportlink {
    float: left; }

  .pagination .viewing {
    width: 100%; }

  .pagination .pageno {
    margin: 0px; }

  .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%; }

  .advancesrch .orderraw {
    margin-bottom: 0px; }

  .advancesrch .datesec .orderinput {
    width: 197px; }

  .advancesrch .datesec .domaininput {
    width: 197px; }

  .advancesrch .datesec .dateinput {
    margin-right: 7px !important; }

  .advancesrch .selectesec + .selectesec {
    margin-left: 0px;
    margin-top: 15px; }

  .advancesrch .product .form-controls {
    width: 219px; }

  .advancesrch .status .form-controls {
    width: 219px;
    margin-bottom: 15px; }

  #dvAdvanceSearch .datesec + .datesec {
    margin-left: 0; }

  .advancesrch .srchbtnraw {
    padding-left: 147px; }

  .advancesrch .orderraw .exportcsv {
    margin-left: 0px; }

  .advancesrch .orderraw .exportcsv + .exportcsv {
    margin-left: 15px; }

  .srchfilter .exportcsv a {
    font-size: 14px; }

  .advancesrch .selectesec {
    width: 100%; }

  .srchfilter .exportcsv a {
    background-position: right 3px;
    font-size: 12px; }

  .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; }

  .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; }

  .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; }

  .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%; }

  .personalinfoform .savebtn {
    padding-left: 33%; }

  .article-entry .list-green-bullets {
    margin-left: 25px; }

  .article-entry .list-green-bullets li {
    font-size: 14px; }

  .couponsbox p span {
    width: 90%; }

  .browsercomp .article-entry ul {
    width: 46%;
    padding-bottom: 0px; }

  .browsercomp .article-entry ul + ul {
    margin-top: 0px;
    padding-bottom: 15px; }

  .keyfeatures .featurearea {
    margin-bottom: 30px; }

  .keyfeatures .featurearea .list-green-bullets {
    margin-left: 0px; }

  .cuponcodetbl .dtlraw .cuponcode {
    width: 170px; }

  .article-entry .list-green-bullets li:before {
    top: 5px; }

  .borderbotop {
    padding-top: 15px;
    padding-bottom: 0px; }

  .section-certificates .article img.warningico {
    width: 16px;
    height: 15px; }

  .article-secondary.padbotnone.borderbotnone {
    padding-bottom: 30px !important; }

  .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; } }
@media (max-width: 767px) {
  .steps-body .section-contact-secondary .widget.widget-secure {
    display: block; }

  /* ==========================================================================
          #Widgets
      ========================================================================== */
  .widget-support {
    display: none; }

  .section-order-summary .widget-secure {
    display: none; }

  .section-billing-method {
    padding-bottom: 0px; }

  .widget-contacts-secondary {
    margin-bottom: 20px; }

  /* ==========================================================================
          #Section Certificates
      ========================================================================== */
  .form-certificates .form-body {
    padding-bottom: 0px; }

  .form-certificates .form-row {
    float: none;
    padding-bottom: 10px; }

  .form-certificates .form-row ~ .form-row {
    float: none; }

  .form-certificates .form-controls {
    display: block; }

  .form-certificates .form-label {
    font-size: 12px; }

  .form-certificates .form-label ~ .form-controls {
    display: inline-block; }

  .form-certificates .select {
    width: 100%; }

  .form-certificates .form-actions {
    position: relative;
    overflow: visible;
    text-align: right; }

  .form-certificates .link-more {
    position: absolute;
    top: -50px;
    right: 0;
    font-size: 12px; }

  .form-certificates .btn {
    float: none; }

  .selecter .selecter-selected {
    padding: 5px 40px 3px 6px !important;
    background-image: url(../images/select-arrows-mobile.png);
    font-size: 12px;
    background-size: 29px; }

  .selecter .selecter-item {
    padding: 5px 6px 3px;
    font-size: 12px; }

  .form-creadit-card .form-actions {
    width: 100%; }

  /* ==========================================================================
          #Tabs
      ========================================================================== */
  .section-dashboard .tabs-content {
    width: 100%;
    max-width: 100%; }

  .dashboard .list-statistic li p {
    font-size: 14px; }

  /* ==========================================================================
          #Live Chat
      ========================================================================== */
  .chat {
    bottom: 70px; }

  .chat-toggle {
    padding: 0px 8px;
    font-size: 14px;
    border-width: 4px 4px 20px;
    margin-right: 39px;
    -webkit-border-top-right-radius: 14px;
    -moz-border-radius-topright: 14px;
    border-top-right-radius: 14px; }

  .form-creadit-card .form-head img {
    margin-left: 0px; }

  .section-contact-secondary .widget-contacts {
    width: auto; }

  .form-creadit-card .form-controls #field-name-card {
    width: 100%; }

  .form-creadit-card .form-controls #card-number {
    width: 100%; }

  .form-creadit-card .form-col-size16 {
    background-position: right -4px; }

  .form-creadit-card .form-col-size16 {
    width: 105px; }

  .form-creadit-card .form-col-size15 {
    padding-right: 21px; }

  .form-creadit-card .btn {
    font-size: 12px;
    padding: 1px 2px 0px 5px;
    width: auto;
    height: 30px; }

  .form-billing .form-col-size12 {
    width: 63%;
    margin-right: 8%; }

  .form-creadit-card .form-body {
    padding-bottom: 0px; }

  .form-creadit-card .form-row:last-child {
    margin-bottom: 3px; }

  .cancelcontent {
    padding: 15px;
    margin-bottom: 15px; }

  .cancelrequest .section-head-rotate {
    padding-left: 10px !important; }

  .cancelrequest h2 {
    font-size: 26px; }

  .cancelprodetail p {
    font-size: 14px; }

  .cancelprodetail p label {
    width: 100%;
    text-align: left;
    margin-left: 0px; }

  .cancelprodetail p span {
    width: 100%;
    font-weight: normal; }

  .cancelprodetail .reason label {
    width: 100%;
    text-align: left;
    margin-left: 0px; }

  .cancelprodetail .reason .form-controls {
    width: 100%; }

  .cancelcontent h3 {
    font-size: 18px; }

  .cancelsupport .canbox {
    width: 100%;
    background-position: 90% 84% !important; }

  .cancelsupport .canbox + .canbox {
    margin: 15px 0px 0px 0px; }

  .immediate-assistance .form-actions .btn-green {
    margin-left: 0px; }

  .immediate-assistance .form-billing {
    padding: 30px 0px; }

  .contactbtnsec a {
    margin-top: 0px; }

  .checksec .checkbox {
    width: 100%; }

  .checksec .checkbox + .checkbox {
    margin: 5px 0px 0px 0px; }

  .section-order-summary .widget {
    margin: 0px; }

  .confirmorderaddress {
    padding: 0px; }

  .order-summary .section-head-rotate {
    margin-left: 0px; }

  .order-summary .headraw {
    display: none; }

  .order-summary .dtlraw span.proname {
    border-bottom: 1px solid #efeeee;
    width: 100%;
    box-sizing: border-box;
    font-weight: bold;
    display: block; }

  .confirmoredertable .dtlraw span + span {
    width: 10% !important;
    box-sizing: border-box; }

  .order-summary .oredergeneratecsr {
    border-top: none; }

  .oredergeneratecsr .dtlraw .date {
    position: absolute;
    border-right: 1px solid #eeeeee;
    top: 56px;
    line-height: 25px; }

  .oredergeneratecsr .dtlraw .genertcsr {
    display: block;
    margin-left: 90px;
    float: left; }

  .form-creadit-card .field.field-tiny {
    margin-right: 10px; }

  .form-creadit-card .form-controls img {
    width: 40px;
    margin-top: -2px; }

  .dashboard-body .list-statistic li p a.btn-switch {
    display: block;
    margin-bottom: 6px; }

  .srchfilter .datesec {
    margin-right: 0px;
    margin-bottom: 15px; }

  .srchfilter .datesec label {
    width: 80px;
    line-height: 28px;
    font-size: 14px; }

  .srchfilter .datesec input {
    width: 133px;
    height: 26px; }

  .srchfilter .srchbtn {
    float: left; }

  .srchfilter .datesec .datepickericon {
    margin-top: 0px; }

  .srchfilter .datesec .datepickericon img {
    height: 28px;
    width: auto; }

  .srchfilter .exportcsv {
    padding-top: 0px;
    width: auto; }

  .pagination .gotopage {
    float: left;
    margin-top: 10px; }

  .statmenttable .dtlraw span.transaction {
    width: 105px; }

  .pagination .viewing {
    width: 100%; }

  .pagination .pageno {
    margin: 0px; }

  .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%; }

  .advancesrch .selectesec .form-controls, .srchfilter .datesec span, .srchfilter .datesec {
    width: 100%; }

  .advancesrch .selectesec label, .srchfilter .datesec label {
    width: 100% !important;
    text-align: left !important;
    margin: 0px !important;
    font-size: 14px;
    line-height: 28px; }

  .advancesrch .datesec .orderinput {
    box-sizing: border-box; }

  .advancesrch #dvDate .orderinput {
    width: 93%; }

  .advancesrch .srchbtnraw {
    padding: 0px !important; }

  .advancesrch .orderraw .exportcsv + .exportcsv {
    margin-right: 10px; }

  .srchfilter .exportcsv a {
    font-size: 13px; }

  .advancesrch .datesec .domaininput, #dvAdvanceSearch .datesec .orderinput {
    width: 100%;
    margin: 0px;
    box-sizing: border-box; }

  .simplesltbox {
    height: 28px;
    width: 100%; }

  .advancesrch .srchbtnraw .btn-orange {
    margin: 0px 10px 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; }

  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; }

  .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; }

  .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; }

  .ico-btn-arrow, .ico-btn-arrow-white {
    margin: -3px 0px 0px 5px !important; }

  .article-entry .list-green-bullets {
    margin-left: 15px; }

  .section-certificates .article img {
    display: none !important;
    width: 100%;
    height: auto; }

  .couponsbox {
    padding: 15px;
    margin-bottom: 15px !important; }

  .couponsbox .headtitle span {
    margin-bottom: 15px;
    float: left; }

  .couponsbox p span {
    width: 84%; }

  .browsercomp .article-entry ul {
    width: 95%; }

  .browsercomp .article-entry ul + ul {
    width: 95%;
    margin-left: 15px; }

  .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: #f6641f; }

  .keyfeatures .featurearea {
    padding: 20px 15px; }

  .keyfeatures .featurearea .list-green-bullets li {
    font-size: 14px; }

  .symantec-couponcode .article-entry .article-title span {
    float: left; }

  .couponsbox .list-green-bullets {
    padding-bottom: 5px !important; }

  .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; }

  .signupform .section-content-head span {
    font-size: 24px;
    line-height: 38px; }

  .signupform {
    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; }

  .shell-secondary .main-head-inner {
    display: none; }

  .section-total-amount {
    display: block; }

  .confirmoredertable .dtlraw + .dtlraw {
    border-top: none; }

  .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; }

  .tooldsrttxt .btn-green {
    float: right; }

  .tooldslttxt .btn-green {
    float: right; }

  .cptickets .srchbtn {
    padding-left: 0px; }

  .cptickets .datesec input {
    width: 100%;
    box-sizing: border-box; }

  #cboxLoadedContent iframe {
    width: 100%;
    height: auto; } }
@media (max-width: 485px) {
  .form-creadit-card .form-head img {
    width: 100%; }

  .notification h5 {
    font-size: 20px; }

  .manager p {
    font-size: 12px; }

  .section-billing-info .section-head-rotate h3 {
    margin-top: 10px; }

  .ajax-upload-dragdrop span {
    width: 44% !important; }

  .invoice-data ul li label {
    margin: 0px;
    width: 100%;
    text-align: left; }

  .advancesrch #dvDate .orderinput {
    width: 87%; }

  .width45per {
    width: 100%;
    margin-bottom: 10px; } }
@media (max-width: 360px) {
  .confirmtotalorder .form-actions .chkoutbotrt {
    clear: both; }

  .confirmtotalorder .form-actions .underlinelink {
    float: right; }

  .implementstep ul li p {
    padding-top: 0px;
    width: 80%;
    float: right; }

  .implementstep ul li span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    margin: 0px 10px 30px 0px; }

  .twoline-head {
    margin-bottom: 20px;
    padding-bottom: 0px;
    background-position: left center; }

  .twoline-head span {
    padding: 0px 0px;
    max-width: 200px; }

  .addfunddata h2 {
    margin-bottom: 10px; }

  .abtsolutionsec .solution-body ul li + li a::before {
    left: 6px; }

  .cancelrequest .section-head-rotate {
    margin: 0px !important;
    padding: 0px 0px 10px 0px !important; } }
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .section-certificates .article img {
    display: inline-block !important; } }
@media only screen and (max-width: 359px) {
  .list-statistic li a.btn {
    float: left; } }
@media only screen and (min-height: 600px) and (max-height: 700px) {
  .dashboard-label {
    bottom: 140px; } }
@media only screen and (max-height: 700px) {
  .quickloginfoot {
    position: relative; }

  .loginbox {
    margin-bottom: 30px; } }

