/* Minification failed. Returning unminified contents.
(4900,54): run-time error CSS1030: Expected identifier, found ','
(4900,89): run-time error CSS1031: Expected selector, found ')'
(4900,89): run-time error CSS1025: Expected comma or open brace, found ')'
 */
/* Scss Document */
/* Scss Document */
/* ==========================================================================
	#Reset
========================================================================== */
* {
  padding: 0px;
  margin: 0px;
  outline: 0;
}

/* ==========================================================================
	#Base
========================================================================== */
*, :after, :before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

html {
  overflow-y: scroll;
  scroll-behavior: smooth;
}

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: #015258;
  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: #333132;
}

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%;
}

.w-full {
  width: 100% !important;
}

.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: #015258 !important;
}

.alignleft {
  float: left;
}

.alignright, .text-right {
  text-align: right !important;
}

.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, .d-sm-block {
  display: none;
}

.mobile-show {
  display: none;
}

.margin-none {
  margin: 0px !important;
}

.padding-none {
  padding: 0px !important;
}

.displaynone {
  display: none !important;
}

.flex {
  display: flex;
}

.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;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 1rem;
}

.gap-4 {
  gap: 1.5rem;
}

.gap-5 {
  gap: 3rem;
}

.img-orange {
  filter: brightness(0) saturate(100%) invert(71%) sepia(13%) saturate(5817%) hue-rotate(316deg) brightness(115%) contrast(101%);
}

.img-white {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(288deg) brightness(107%) contrast(102%);
}

.text-white {
  color: #ffffff !important;
}

.text-dark {
  color: #494949 !important;
}

.text-green {
  color: #015258 !important;
}

.text-light-green {
  color: #7FA9B4 !important;
}

.text-mint {
  color: #06DFC7 !important;
}

.text-orange {
  color: #FF9479 !important;
}

.bg-green {
  background-color: #015258 !important;
}

.d-block {
  display: block;
}

.padtopnone, .pt-0 {
  padding-top: 0px !important;
}

.padbotnone, .pb-0 {
  padding-bottom: 0px !important;
}

.martopnone, .mt-0 {
  margin-top: 0px !important;
}

.margbotnone, .mb-0 {
  margin-bottom: 0px !important;
}

.martop {
  margin-top: 20px !important;
}

.pt-20 {
  padding-top: 16px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.mt-20 {
  margin-top: 16px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

/* ==========================================================================
	#Containers
========================================================================== */
.wrapper {
  position: relative;
  overflow: hidden;
  min-height: 100%;
}

.shell {
  width: 960px;
  margin: 0px auto;
}

/* ==========================================================================
	#Articles
========================================================================== */
.article h1 {
  padding-bottom: 8px;
}

.article h2 {
  padding-bottom: 18px;
  font-size: 26px;
  color: #015258;
  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: #015258;
  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: #7FA9B4;
  content: "";
}

.list-green-bullets a {
  color: #494949;
}

.list-green-bullets a:hover {
  color: #015258;
  text-decoration: none;
}

.list-round-number {
  list-style: none;
  margin-block: 16px;
  counter-reset: numberlist;
}

.list-round-number li {
  position: relative;
  counter-increment: numberlist;
  padding-left: 46px;
}

.list-round-number li + li {
  margin-top: 24px;
}

.list-round-number li:before {
  content: counter(numberlist);
  background-color: #015258;
  width: 30px;
  height: 30px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  line-height: 30px;
}

.list-checkmark {
  list-style: none;
  margin-block: 16px;
}

.list-checkmark li {
  position: relative;
  padding-left: 40px;
}

.list-checkmark li + li {
  margin-top: 24px;
}

.list-checkmark li:before {
  content: "";
  background: url(../images/checkmark-fill-icon.svg) no-repeat;
  background-size: 1.5rem;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
}

.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: #015258;
  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;
}

.section-content-wrapper {
  float: left;
  width: 700px;
}

.list-type-none {
  list-style: none;
}

.section-content-wrapper .list-type-none li + li {
  margin-top: 10px;
}

.section-content-wrapper .notification-info {
  width: 700px;
}

.notification-info .notimsg-title {
  font-size: 18px;
  margin-bottom: 8px;
  padding-bottom: 0px;
}

.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: #015258 !important;
  display: block;
}

.icon-list li a span {
  line-height: 22px;
  margin-top: 10px !important;
  color: #015258;
}

.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: 10px;
  color: #000000;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  outline: 0;
  width: 100%;
  background-color: #ffffff;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  border-radius: 0.25rem;
}

.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 #015258;
  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: #015258;
  -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: #015258 !important;
}

.underlinelink:hover {
  text-decoration: none;
}

.rdmorelink {
  text-align: right;
  font-weight: bold;
}

.rdmorelink a {
  text-decoration: underline;
  color: #015258;
}

.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: #015258 !important;
}

.suplink:hover {
  text-decoration: none;
}

.graytxt {
  color: #494949 !important;
}

.article h3 {
  font-size: 23px;
  color: #898989;
}

/* ==========================================================================
	#Popups
========================================================================== */
.popup {
  width: 677px;
  padding: 12px;
  background: #015258;
}

.popup-body {
  padding: 16px;
  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;
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0px;
  margin: 0px;
  overflow: visible;
  width: auto;
  background: none;
}

#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #ffffff;
}

#cboxPrevious, #cboxNext, #cboxClose {
  display: none;
}

.tooltip-toggle {
  display: inline-flex;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #015258;
  font-size: 10px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  line-height: 16px;
  justify-content: center;
  align-items: center;
}

.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: 200px;
  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;
}

.borderbotnone {
  border-bottom: none !important;
}

.orangetxt {
  color: #015258 !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: #015258;
}

.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: #015258;
  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.svg) no-repeat 0 5px;
}

.expand_heading span:hover {
  color: #015258;
}

.expand span {
  background: url(../images/faqminus-icon.svg) 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: #015258;
}

.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 #015258;
  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: #015258;
  -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 #015258;
  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: #015258;
  -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 #015258;
  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 */
}

/* ==========================================================================
	#Common table
========================================================================== */
.commontable, .commontable td, .commontable th {
  border: 1px solid transparent;
  border-collapse: collapse;
  margin: 10px 0px;
  text-align: left;
}

.commontable th {
  background-color: #015258;
  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;
  }
}
/* ==========================================================================
	#FreshChat
========================================================================== */
#chat-icon::before, #chat-icon::after {
  background-color: #7FA9B4 !important;
}

@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;
  }
  .section-content-wrapper {
    float: none;
    width: auto;
  }
  .section-content-wrapper .notification-info {
    width: auto;
  }
}
@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;
  }
  .d-md-none {
    display: none !important;
  }
  .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: 576px) {
  .d-sm-block {
    display: block !important;
  }
  .d-sm-none {
    display: none !important;
  }
}
@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-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-chat-bubbles {
  background: url(../images/icon-chat-bubbles.svg) 0 0 no-repeat;
  width: 37px;
  height: 32px;
  margin: -14px 8px 0 0;
}

.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;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.header .fixed-show {
  display: none;
}

.header-bar {
  background: #F3F2EA;
  position: relative;
  z-index: 1;
  font-weight: normal;
}

.nav-utilities {
  float: left;
}

.nav-utilities ul {
  list-style: none;
}

.nav-utilities a {
  font-size: 12px;
  color: #041C2C;
  display: block;
  padding: 9px 10px;
  line-height: 12px;
}

.nav-utilities a:hover {
  text-decoration: none;
}

.nav-utilities .cart-full {
  position: relative;
  display: block;
  padding: 5px 15px;
  margin: 0px 0px 0 0;
  background: #ffffff;
  color: #FF9479 !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;
  filter: brightness(0) saturate(100%) invert(71%) sepia(13%) saturate(5817%) hue-rotate(316deg) brightness(115%) contrast(101%);
}

.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: 9px 8px;
  color: #041C2C;
}

.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-body {
  padding: 20px 0px;
  width: 100%;
}

.header-body .shell.d-flex.flex-between {
  align-items: center;
}

.logo {
  display: block;
}

.header-fixed .header-inner-left {
  position: relative;
}

.nav .phone {
  display: none;
}

.nav .phone a {
  color: #ffffff;
}

.nav > ul {
  list-style: none;
}

.nav > ul > li {
  position: relative;
  float: left;
}

.nav > ul > li:hover {
  color: #015258;
}

.nav > ul > li + li {
  margin-left: 10px;
  color: #015258;
}

.nav > ul > li + li:hover {
  color: #015258;
}

.nav > ul > li > a {
  font-size: 15px;
  color: #494949;
  position: relative;
  padding: 9px 10px;
  display: block;
}

.nav > ul > li > a:hover {
  color: #015258;
  text-decoration: none;
  color: #015258;
}

.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: #015258;
}

.nav > ul > li.first {
  margin-left: 0px;
}

.nav > ul > li.mobile-home {
  display: none;
}

.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: 58px;
  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: #06DFC7;
}

.nav-dropdown-image a:hover {
  color: #015258;
  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;
  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 #F3F2EA;
}

.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;
}

.header-fixed .fixed-hidden {
  display: none;
}

.header-fixed .fixed-show {
  display: block;
}

.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: 404px;
}

.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;
}

.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;
}

li.current .nav-dropdown, li.first .nav-dropdown {
  width: 238px;
}

li.current .nav-dropdown-content, li.first .nav-dropdown-content {
  height: 457px;
  width: 564px;
}

.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: #015258;
}

.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: 14px;
  color: #041C2C;
  line-height: 30px;
}

.header-fixed .phn a {
  line-height: 30px;
}

.padtop30 {
  padding-top: 30px;
}

span.title {
  font-size: 16px;
  text-transform: uppercase;
  color: #015258;
  font-family: "Roboto", sans-serif;
}

@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: 15px 0px;
  }
  .nav-toggle {
    cursor: pointer;
  }
  .nav {
    position: relative;
    padding-top: 0;
    border-top: 0;
    background: transparent;
  }
  .nav.open > ul {
    display: block;
  }
  .nav > ul {
    display: none;
    position: absolute;
    top: 43px;
    right: 0;
    z-index: 10;
    width: 200px;
    padding: 6px 30px 12px;
    background: #ffffff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  }
  .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 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;
  }
  .header-body {
    padding: 12px 0px;
  }
  .header-body .header-inner {
    width: 60%;
  }
  .header.header-secondary .logo {
    width: 240px;
  }
  .header-bar {
    padding: 0 10px;
  }
  .header-body {
    padding: 10px;
    width: auto;
  }
  .nav > ul {
    top: 38px;
  }
}
@media only screen and (max-width: 576px) {
  .nav-utilities, .header-bar {
    display: none;
  }
  .header-body .header-inner {
    width: 100%;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .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: #015258;
  font-size: 26px;
}

.footer-body .footer-title a {
  color: #06DFC7;
}

.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: #015258;
  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 20px 44px;
  border: 1px solid #eeeeee;
  margin-top: -41px;
  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 #015258 transparent;
}

.footer-ribbon .secure a {
  text-indent: -9999em;
}

.footer-bar, .footer-bar a {
  color: #333132;
}

.footer-bar {
  padding: 23px 0px 20px;
  background: #F3F2EA;
  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: #333132;
}

.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 ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.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 #015258 transparent transparent;
  left: 0;
}

.slider-next:before {
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #015258;
  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: #015258 !important;
}

.chat-fc-form-outer div.fc-form a.fc-button {
  background-color: #015258 !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-body .footer-col-size1 {
    width: calc(100% - 203px);
  }
  .footer-col1 {
    width: 250px;
  }
  .footer-col2 {
    width: 150px;
  }
  .footer-col3 {
    width: 110px;
  }
  .footer-title {
    font-size: 22px;
  }
  .footer-nav a {
    font-size: 14px;
  }
  .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-body {
    padding-block: 30px;
  }
  .footer-body > .shell > .footer-cols {
    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;
    padding-inline: 10px;
  }
  .footer-body .footer-col-size2 {
    order: 0;
    margin: 0px auto;
  }
  .footer-body .footer-col-size1 {
    order: 1;
    width: 100%;
    padding-block: 1.5rem;
  }
  .footer-body .footer-col-size3 {
    order: 2;
    width: 100%;
    padding-top: 10px !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3rem;
  }
  .footer-body .footer-col-size3 .clear {
    display: none;
  }
  .footerxtra {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-title {
    padding-bottom: 3px;
    font-size: 20px;
  }
  .footer-bar {
    padding: 15px;
    text-align: center;
    font-size: 12px;
  }
  .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;
  }
  .footer-nav-secondary li a {
    padding: 12px 10px;
  }
  .footer-nav-secondary li + li:before {
    left: -2px;
  }
}
@media only screen and (max-width: 576px) {
  .footerxtra .footer-col {
    width: 100%;
    border-top: 1px solid #006d75;
  }
  .footerxtra .footer-col:last-child {
    border-bottom: 1px solid #006d75;
  }
  .footer-title {
    padding-bottom: 0px;
  }
  .footer-title a {
    display: block;
    padding-block: 14px;
    text-align: center;
  }
  .footer-body .footer-col-size3 {
    grid-template-columns: 1fr;
    grid-gap: 1.5rem;
    padding-top: 0px !important;
    text-align: center;
  }
  .footer-body .footer-col-size3 img {
    max-width: 200px;
  }
  .footer-nav-secondary li a {
    padding: 8px;
  }
  .footer-nav-secondary li + li:before {
    top: 10px;
    left: -1px;
  }
  .copyrighttxt {
    margin-top: 5px;
  }
  .footer-secondary .contacts br {
    display: block;
  }
  .footer-nav-secondary {
    padding-bottom: 10px;
  }
}

/* Scss Document */
/* Scss Document */
/* ==========================================================================
	#Tabs 
========================================================================== */
.tabs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.tabs-aside {
  width: 217px;
  position: relative;
  z-index: 0;
}

.tabs-content {
  position: relative;
  padding: 24px;
  width: calc(100% - 217px);
  border: 12px solid #015258;
  background: #ffffff;
}

.section-billing-method .tabs-content {
  width: calc(100% - 112px);
}

.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: #015258;
  border-right-color: #015258;
  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;
}

.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-head {
  text-align: left;
}

.shop-head img {
  margin-bottom: 10px;
}

.shop-head span {
  display: inline-block;
  padding: 0;
}

.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-head p {
  padding-bottom: 24px;
}

.shop-items {
  list-style: none;
}

.shop-item {
  border-bottom: 1px solid #d9d9d6;
  padding-block: 24px;
}

.shop-item:first-child {
  padding-top: 0px;
}

.shop-item-head h3 {
  float: left;
  font-size: 24px;
  color: #231f20;
  width: initial;
  padding-bottom: 5px;
}

.shop-item .shop-item-entry p {
  padding-bottom: 0px;
}

.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 .shop-entry {
  padding-bottom: 13px;
  font-size: 14px;
  line-height: 1.75;
}

.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: 8px 15px;
  font-size: 12px;
  letter-spacing: 0px;
  text-align: left;
}

.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-item-head h3 a:hover {
  text-decoration: none;
  color: #5a5a5a;
}

.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: #015258;
}

.tabs-contentgreen {
  border-color: #015258;
}

.form-shop .readmorebtn {
  height: auto;
}

.is-badge {
  padding-right: 13px;
}

.is-badge a {
  text-decoration: none;
  color: #FF9479;
}

.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: #06DFC7;
  font-size: 20px;
  line-height: 40px;
  max-width: 90vw;
  width: max-content;
  position: relative;
  text-align: center;
  height: 40px;
  margin: auto;
}

.ribbon:after, .ribbon:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  border: 20px solid #06DFC7;
  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: 204px;
  margin-top: 48px;
}

.sectigo__sm--s {
  width: 30px;
  margin-left: 5px;
}

#tab-codeguard .shop {
  min-height: 505px;
}

.tabsmls {
  width: 80% !important;
  padding-bottom: 0px !important;
}

.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: 23px;
  color: #898989;
}

.mysecuritypage .domain-detail {
  margin-top: 40px;
  flex-wrap: inherit;
}

.mysecuritypage .domainPartial h3, .mysecuritypage .domainUncomplete h3 {
  color: #FFB822 !important;
}

.mysecuritypage .domainSecure h3 {
  color: #015258 !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) #015258 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) #015258 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) #015258 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) #015258 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) #015258 no-repeat center;
  background-size: 27px;
}

.security-step .active > .security-stepbox {
  background: #015258;
  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: #015258;
  border-color: #015258;
}

.dm-details .active .widget-title img {
  opacity: 1;
}

.dm-details .active .pro-complated {
  display: inline-block;
}

.dm-details .active .widget-body {
  border-color: #015258;
}

.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: #015258;
}

/******** 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: 8px 15px;
  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) {
  .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 10px 10px;
  }
  .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: center;
  }
  .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;
    width: 100%;
  }
  .tab.current .tab-head a {
    background: #015258;
    text-align: left;
    text-decoration: none;
  }
  .tab.current {
    margin-bottom: 10px;
    background: #015258;
  }
  .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;
  }
  .section-billing-method .tab-head {
    margin: 0px;
  }
  #tab-paypal.current {
    padding: 0px 7px 10px;
  }
  .tab-head a {
    display: block;
    height: 69px;
    padding: 0px 20px;
    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: 20px;
    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 .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;
  }
}

/* Scss Document */
/* Scss Document */
/* ==========================================================================
	#Slider Primary
========================================================================== */
.hero-home {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  background: radial-gradient(ellipse at center, rgba(127, 169, 180, 0.45) 0%, rgba(47, 119, 124, 0.42) 38%, rgba(1, 82, 88, 0.9) 72%, #015258 100%);
  background-color: #015258;
}

.hero-home:before, .hero-home:after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-home .breadcrumbs a, .hero-home .breadcrumbs .current, .hero-home .breadcrumbs .breadarrow {
  color: #ffffff;
}

.hero-home:before {
  top: 50%;
  left: 50%;
  width: 1200px;
  height: 500px;
  transform: translate(-50%, -50%);
  background-image: url("../images/network-nodes.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1200px 500px;
  -webkit-mask-image: radial-gradient(ellipse 560px 230px at center, #000 0%, #000 30%, transparent 100%);
  mask-image: radial-gradient(ellipse 560px 230px at center, #000 0%, #000 30%, transparent 100%);
}

.hero-home:after {
  background: radial-gradient(ellipse at center, rgba(1, 82, 88, 0.05) 0%, rgba(1, 82, 88, 0.2) 50%, rgba(1, 82, 88, 0.8) 78%, #015258 100%);
  pointer-events: none;
}

.hero-text {
  color: #ffffff;
  padding-top: 100px;
  font-family: "Roboto Condensed", sans-serif;
  position: relative;
  z-index: 2;
}

.hero-text .hero-icon {
  margin-bottom: 24px;
  display: block;
}

.hero-text .hero-title {
  font-size: 40px;
  margin-bottom: 15px;
  line-height: 1;
  font-weight: bold;
  display: block;
}

.hero-text p {
  font-size: 18px;
  padding-bottom: 36px;
}

.shop-links .btn {
  width: 210px;
  padding-block: 1.313rem;
}

.shop-links .btn-orange:hover {
  border-color: #FF9479 !important;
}

.shop-links .btn-outline-white {
  background-color: #013A3E;
  border: 1px solid #ffffff !important;
}

.shop-links .btn-outline-white:hover {
  background-color: #ffffff;
  color: #013A3E;
}

.banner-products {
  position: relative;
  margin-bottom: 3rem;
}

.banner-products:after {
  content: "";
  background-color: #F9F9F9;
  position: absolute;
  top: 79px;
  left: 0;
  width: 100%;
  height: 400px;
}

.banner-probox {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  position: relative;
  z-index: 1;
  margin-top: -79px;
}

.probox-detail {
  background: #ffffff;
  padding: 24px;
  font-family: "Roboto Condensed", sans-serif;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  flex-direction: column;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -o-border-radius: 1rem;
  border-radius: 1rem;
  min-height: 350px;
}

.probox-detail img {
  margin: 0px auto;
  margin-bottom: 10px;
}

.probox-detail strong {
  font-size: 20px;
}

.probox-detail p {
  font-size: 13px;
  font-family: Arial, sans-serif;
  margin-top: 11px;
}

.probox-detail .save {
  font-size: 20px;
  margin-top: auto;
  font-weight: bold;
}

.probox-detail .price {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}

.probox-detail .btn {
  font-size: 16px;
}

.probox-detail .probox-detail-list {
  list-style: none;
}

.probox-detail .probox-detail-list li {
  margin-bottom: 11px;
  font-size: 14px;
  display: flex;
  gap: 6px;
  align-items: start;
}

.probox-detail .probox-detail-list li:last-child {
  margin-bottom: 0;
}

.probox-detail .probox-detail-list li svg {
  flex-shrink: 0;
  margin-top: 6px;
  width: 11px;
  height: auto;
}

.shop-by-solution .probox-detail {
  padding: 0px;
  min-height: 10px;
}

.shop-by-solution .probox-detail a {
  padding: 24px;
  display: block;
  color: #FF9479;
}

.shop-by-solution .probox-detail a strong {
  padding-top: 10px;
}

.section-shop {
  border-top: 100px solid transparent;
  margin-top: -100px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.hero-home.hero-code-signing {
  min-height: 440px;
}

.hero-home.hero-code-signing .hero-text {
  padding-top: 48px;
}

.banner-products.code-signing-banner-products {
  margin-bottom: 0;
  padding-bottom: 3rem;
}

.banner-products.code-signing-banner-products::after {
  height: calc(100% - 120px);
  top: 120px;
}

.code-signing-banner-products .banner-products-bottom-content {
  position: relative;
  z-index: 1;
  margin-top: 2rem;
}

.code-signing-banner-products .banner-products-bottom-content .text-sm {
  font-size: 11px;
}

.code-signing-banner-products .banner-probox {
  display: flex;
  justify-content: center;
  margin-top: -9.3125rem;
}

.code-signing-banner-products .probox-detail {
  width: 100%;
  max-width: 305px;
  position: relative;
  padding-top: 2.5rem;
}

.code-signing-banner-products .probox-detail .card-badge {
  position: absolute;
  top: 0;
  left: 50%;
  background: #015258;
  color: #ffffff;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.03rem;
  padding: 6px 12px;
  transform: translateX(-50%);
  border-radius: 0 0 4px 4px;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
}

.code-signing-banner-products .probox-detail .card-title {
  font-size: 20px;
}

.code-signing-banner-products .probox-detail *:not(h2, h3, h4, h5, h6, a, button, strong) {
  font-family: Arial, sans-serif;
}

.code-signing-banner-products .probox-detail-list {
  max-width: 260px;
  margin: 0 auto;
}

.code-signing-banner-products .banner-probox .btn-wrap {
  margin-top: auto;
}

@media only screen and (max-width: 959px) {
  .hero-text .hero-title {
    font-size: 32px;
  }
  .hero-home.hero-code-signing {
    min-height: 370px;
  }
  .banner-probox {
    grid-gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
  .shop-by-solution .probox-detail a strong {
    font-size: 16px;
  }
  .hero-home.hero-code-signing .hero-text {
    padding-top: 100px;
  }
  .code-signing-banner-products .banner-probox {
    margin-top: -79px;
  }
  .banner-products.code-signing-banner-products::after {
    height: calc(100% - 79px);
    top: 79px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-text {
    padding-inline: 16px;
  }
  .hero-text .hero-icon {
    margin-bottom: 30px;
  }
  .hero-text .hero-title {
    font-size: calc(1.5rem + 1vw);
  }
  .hero-text p {
    font-size: calc(1rem + 0.375vw);
  }
  .banner-probox {
    padding: 0px 16px;
    margin-top: -68px;
  }
  .probox-detail {
    min-height: 100px;
  }
  .probox-detail .price {
    line-height: 1.63;
  }
  .code-signing-banner-products .banner-products-bottom-content {
    padding: 0px 16px;
  }
  .code-signing-banner-products .banner-probox {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 576px) {
  .hero-text {
    padding-top: 40px;
  }
  .hero-home.hero-code-signing .hero-text {
    padding-top: 90px;
  }
}

/* Scss Document */
/* Scss Document */
/* ==========================================================================
	#Buttons
========================================================================== */
.btn {
  display: inline-block;
  padding: 12px 20px;
  border: 0;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -o-border-radius: 32px;
  border-radius: 32px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  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-small {
  padding: 8px 15px;
  font-size: 12px;
}

.btn-green {
  background-color: #06DFC7;
  border: 1px solid #06DFC7;
}

.btn-green:hover {
  background-color: #015258;
  border: 1px solid #015258;
}

.btn-outline-green {
  background-color: #015258;
  border: 1px solid #06DFC7;
}

.btn-outline-green:hover {
  background-color: #06DFC7;
}

.btn-orange {
  background-color: #FF9479;
  border: 1px solid #FF9479;
  color: #015258;
}

.btn-orange:hover {
  background-color: #015258;
  border-color: #015258 !important;
  color: #ffffff;
}

.btn-outline-orange {
  background-color: transparent;
  border: 1px solid #FF9479;
  color: #FF9479;
}

.btn-outline-orange:hover {
  background-color: #FF9479;
  color: #ffffff;
}

.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-dark {
  background: #041C2C;
}

.btn-outline {
  background-color: transparent;
  border-radius: 50px;
  color: #015258;
  border: 1px solid;
}

.btn-outline:hover {
  background-color: #015258;
  color: #ffffff;
}

.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;
}

/* Scss Document */
/* Scss Document */
/* ==========================================================================
	#Plugins
========================================================================== */
.selecter {
  display: block;
  position: relative;
  z-index: 1;
}

.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("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") no-repeat right 0.5rem center #ffffff;
  background-size: 16px 12px;
  border: 1px solid #d9d9d9;
  color: #333132;
  cursor: pointer;
  display: block;
  font-size: 13px;
  margin: 0px;
  overflow: hidden;
  padding: 10px;
  position: relative;
  text-overflow: clip;
  z-index: 2;
  text-align: left;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  border-radius: 0.25rem;
  line-height: 1;
}

.selecter .selecter-options {
  border: 1px solid #d9d9d9;
  border-top: none;
  background-color: #ffffff;
  -webkit-border-radius: 0px 0.25rem 0.25rem 0px;
  -moz-border-radius: 0px 0.25rem 0.25rem 0px;
  -o-border-radius: 0px 0.25rem 0.25rem 0px;
  border-radius: 0px 0.25rem 0.25rem 0px;
  display: none;
  left: 0;
  margin: 0px;
  max-height: 260px;
  overflow: auto;
  overflow-x: hidden;
  padding: 0px;
  position: absolute;
  top: calc(100% - 2px);
  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 #d9d9d9;
  color: #333132;
  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:hover {
  background-color: #F3F2EA;
}

.selecter .selecter-item.placeholder {
  display: none;
}

.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;
}

/* Scss Document */
/* Scss Document */
.section-head-rotate {
  position: relative;
  padding-bottom: 8px;
}

.section-head-rotate h3 {
  line-height: 1.1;
  color: #015258;
  text-transform: uppercase !important;
  font-size: 36px;
}

.section-head-rotate h3 span {
  position: absolute;
  top: 50px;
  right: 100%;
  color: #015258;
  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 0px;
  }
  .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-"] {
    display: none;
  }
  .section-head-rotate h3 .sectigo__sm--s {
    display: none;
  }
  .section-head-rotate ~ .section-body {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .section-head-rotate {
    margin-inline: 10px;
  }
  .section-head-rotate h3 {
    padding-bottom: 0px;
  }
}

/* Scss Document */
/* Scss Document */
/* ==========================================================================
	#Section Providers
========================================================================== */
.section-providers {
  overflow: hidden;
  padding-top: 16px;
}

.section-providers .section-content {
  float: left;
  width: 620px;
}

.section-providers .section-aside {
  float: right;
  width: 290px;
  padding-top: 8px;
}

.section-providers .widget-secure {
  padding: 0px;
}

.section-providers .list-secures {
  overflow: hidden;
}

.section-providers .list-secures li {
  float: left;
  width: 120px;
  padding: 0px;
}

.section-providers .list-secures li + li {
  border: 0;
  padding-left: 40px;
}

.section-providers .article-primary {
  padding-top: 0px;
  padding-bottom: 15px;
}

/* ==========================================================================
	#Widget Two Classes Are Specially Placed Here
========================================================================== */
.widget-secure img, .list-secures img {
  width: 100%;
  max-width: 150px;
}

.widget-secure .list-secures img {
  max-width: 100%;
}

.widget-secure .list-secures img:hover {
  opacity: 0.7;
}

.shop-solution {
  margin-bottom: 30px;
}

.solution-body {
  margin-left: 47px;
  overflow: auto;
  background: #ffffff;
  padding: 0px;
}

.solution-body ul {
  list-style: none;
}

.solution-body ul li {
  padding: 0px 10px;
}

.solution-body ul li:hover {
  background: #ffffff;
}

.solution-body ul li a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 19px;
  padding: 12px 0px 14px;
  line-height: 18px;
  display: block;
}

.solution-body ul li + li a {
  border-top: 1px solid #d9d9d6;
}

.solution-body .widget-title h4 {
  font-size: 30px;
  color: #ffffff;
  text-align: center;
}

.solution-body .widget-body {
  padding: 15px 0px 0px;
}

/* ========================================================================== 
	#Browser ans Server Compatibility
========================================================================== */
.browsercomp .article-entry ul {
  float: left;
  list-style: none;
  width: 47%;
  margin-top: 15px;
}

.browsercomp .article-entry ul + ul {
  margin-left: 40px;
  width: 45%;
}

.borderbotnone {
  border-bottom: none !important;
}

.container.product {
  margin-bottom: 2rem;
}

.grid-2-wide {
  display: grid;
  height: 100%;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5px 5px;
}

.shell article {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 30px;
  padding-top: 30px;
}

.shell article:last-child {
  border: none;
}

.tag-line {
  width: 640px;
  margin-left: 10px;
}

.platinumsec {
  border-bottom: 1px solid #d9d9d9;
  padding: 40px 0px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}

.platinumsec .platinum-partner-text {
  width: 415px;
}

.platinumsec span img {
  height: auto;
}

.collapse {
  display: none;
}

.pointer {
  cursor: pointer;
}

/* ========================================================================== 
	#Ribbon
========================================================================== */
.grayribbon {
  position: relative;
  background: #E9E9E9;
  overflow: hidden;
  padding: 70px 50px;
  width: 100%;
  clip-path: polygon(100% 0, 95% 50%, 100% 99%, 0 100%, 5% 50%, 0 0);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wsribbon {
  margin: 20px 0;
}

.wsribbon.fouritems span {
  width: 25%;
}

.wsribbon span {
  padding: 0px 40px;
  width: 33.33333%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section-certificates .article-primary .wsribbon img {
  display: block !important;
  max-width: 100%;
}

.toggle-content .section-shop .section-body h3 {
  font-size: 18px;
}

@media only screen and (max-width: 959px) {
  .section-providers {
    padding-top: 0;
  }
  .section-providers .section-content {
    width: 400px;
  }
  .platinumsec .platinum-partner-text {
    width: 340px;
  }
}
@media only screen and (max-width: 767px) {
  .section-providers {
    margin: 0px 20px;
  }
  .section-providers .section-content, .section-providers .section-aside {
    float: none;
    width: auto;
  }
  .section-providers .list-secures li {
    width: 48%;
  }
  .section-providers .list-secures li + li {
    float: right;
    padding-left: 0px;
  }
  .section-providers .list-secures img {
    width: 100%;
    height: auto;
  }
  .solution-body.widget-support {
    display: none;
  }
  .solution-body.widget-support ~ .solution-body {
    margin-left: 0px;
  }
  .collapse {
    padding: 20px 20px 0px 20px;
  }
  .section-head.pointer h2 {
    padding: 0px 20px;
  }
  .platinumsec {
    padding: 24px 16px;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
  .platinumsec .platinum-partner-text {
    text-align: center;
    order: 1;
    width: 100%;
  }
  .platinumsec span {
    text-align: center !important;
  }
  .grayribbon {
    padding: 30px;
  }
  .wsribbon span {
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 576px) {
  .wsribbon.fouritems span img {
    max-width: 110px;
    width: auto;
  }
  .grayribbon {
    padding: 0px;
    clip-path: inherit;
  }
  .wsribbon span {
    width: 100%;
    padding: 20px 30px;
    display: flex;
    justify-content: center;
  }
  .wsribbon span + span {
    border-top: 1px solid #d9d9d6;
  }
  .section-certificates .article-primary .wsribbon img {
    width: auto !important;
    max-height: 40px;
  }
  .wsribbon.fouritems span {
    width: 100%;
    padding: 20px 30px;
    display: flex;
    justify-content: center;
  }
}

/* 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 #015258;
}

.widget-site-seal .widget-body {
  padding: 12px 0px;
}

.widget-site-seal .widget-head {
  background: #015258;
}

.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 #333132;
  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: #333132;
}

.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: #015258;
  list-style: none;
}

.list-contacts li + li {
  padding-top: 30px;
}

.list-contacts li {
  text-decoration: none;
  text-align: center;
}

.list-contacts li a {
  color: #015258;
  text-decoration: none;
}

.list-contacts li a:hover {
  color: #333132;
}

.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: #015258;
  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: #015258;
  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 */
/* ==========================================================================
	#Popups
========================================================================== */
.popup .article h4 {
  font-size: 28px;
  color: #015258;
}

.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: 10px;
}

.smallbox {
  width: 140px;
  margin-bottom: 10px;
}

.popup-body h5 {
  color: #015258;
  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: #015258;
}

.listraw {
  float: left;
  width: 100%;
}

.popupprdtl ul li strong span {
  color: #06DFC7;
}

.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: #06DFC7;
  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 #015258;
  padding-bottom: 25px;
}

.botcontactinfo p {
  float: left;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  padding-top: 5px;
}

.botcontactinfo p span {
  color: #015258;
}

.botcontactinfo p a {
  color: #015258;
}

.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: #015258;
  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: #015258;
}

.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 #015258;
}

.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;
}

.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: #FF9479;
}

.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 .noadd-domain {
  padding-top: 0px !important;
}

.popup-add-cart .form-symantec-secondary .noadd-domain .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-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 .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 .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;
}

.sectigo-more-infopopup {
  width: 800px;
}

.sectigo-more-infopopup .popup-title {
  font-size: 32px;
}

.sectigo-more-infopopup table {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .popup {
    width: 296px;
    position: relative;
  }
  .popup-title, .sectigo-more-infopopup .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%;
  }
  .popup-body {
    max-height: calc(100vh - 150px);
    overflow-x: auto;
  }
  .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;
  }
  .sectigo-more-infopopup {
    max-width: calc(100% - 24px);
  }
}
@media only screen and (max-width: 360px) {
  .addfunddata h2 {
    margin-bottom: 10px;
  }
}

