@charset "UTF-8";
/* Including all files */
.color-white {
  color: white !important;
}

.color-grey {
  color: #AAAAAA !important;
}

.color-black {
  color: black !important;
}

.color-green {
  color: #18BF93 !important;
}

.color-summer-blue {
  color: #006fb2 !important;
}

.bg-white {
  background-color: white !important;
}

.bg-grey-t {
  background-color: rgba(85, 85, 85, 0.5019607843) !important;
}

.bg-grey-t2 {
  background-color: rgba(85, 85, 85, 0.3137254902) !important;
}

.bg-button-blue {
  background-color: #008cdd;
}

.bg-button-blue:hover {
  background-color: #0070b1;
}

.bg-green {
  background-color: #18BF93 !important;
}

.bg-dn-green {
  background-color: #00C853 !important;
}

.bg-summer-blue {
  /*background-color: #006fb2 !important;*/
  background-color: purple;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-none {
  display: none !important;
}

.t-0 {
  top: 0 !important;
}

.t-3px {
  top: 3px !important;
}

.t-n09 {
  top: -0.9em !important;
}

.b-0 {
  bottom: 0 !important;
}

.b-2px {
  bottom: 2px !important;
}

.b-02 {
  bottom: 0.2rem !important;
}

.l-0 {
  left: 0 !important;
}

.r-0 {
  right: 0 !important;
}

.r-3px {
  right: 3px !important;
}

.r-05 {
  right: 0.5rem !important;
}

.r-0625 {
  right: 0.625rem !important;
}

.m-0 {
  margin: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-05 {
  margin-bottom: 0.5rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-15 {
  margin-bottom: 1.5rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mr-43 {
  margin-right: 4.3rem !important;
}

.mr-n02 {
  margin-right: -0.2rem !important;
}

.mr-n05 {
  margin-right: -0.5rem !important;
}

.mt-05 {
  margin-top: 0.5rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-n1 {
  margin-top: -1rem !important;
}

.mt-n40px {
  margin-top: -40px !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 1rem !important;
}

.p-0625 {
  padding: 0.625rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.pr-32 {
  padding-right: 3.2rem !important;
}

.pr-36 {
  padding-right: 3.6rem !important;
}

.px-0625 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}

.px-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-05 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.pt-05 {
  padding-top: 0.5rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pt-18 {
  padding-top: 1.8rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pr-02 {
  padding-right: 0.2rem !important;
}

.px-05 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.p-5px-8px {
  padding: 5px 8px !important;
}

.w-0 {
  width: 0 !important;
}

.w-100 {
  width: 100% !important;
}

.h-0 {
  height: 0 !important;
}

.h-5px {
  height: 5px !important;
}

.fs-07 {
  font-size: 0.7rem !important;
}

.fs-076 {
  font-size: 0.76rem !important;
}

.fs-08 {
  font-size: 0.8rem !important;
}

.fs-09 {
  font-size: 0.9rem !important;
}

.fs-1 {
  font-size: 1rem !important;
}

.fs-12 {
  font-size: 1.2rem !important;
}

.fs-13 {
  font-size: 1.3rem !important;
}

.fs-15 {
  font-size: 1.5rem !important;
}

.fs-2 {
  font-size: 2rem !important;
}

.fs-25 {
  font-size: 2.5rem !important;
}

.fs-26 {
  font-size: 2.6rem !important;
}

.fs-3 {
  font-size: 3rem !important;
}

.fs-4 {
  font-size: 4rem !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-13 {
  line-height: 1.3 !important;
}

.va-tb {
  vertical-align: text-bottom !important;
}

.va-m {
  vertical-align: middle !important;
}

.float-center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.float-center-alt {
  transform: translateX(-50%);
  left: 50%;
}

.rotate--45 {
  transform: rotate(-45deg) !important;
}

.rotate--90 {
  transform: rotate(-90deg) !important;
}

.p-relative {
  position: relative !important;
}

.p-absolute {
  position: absolute !important;
}

.ws-nw {
  white-space: nowrap !important;
}

.border-radius-5px {
  border-radius: 5px !important;
}

.border-radius-top-5px {
  border-radius: 5px 5px 0 0 !important;
}

.border-radius-top-right-5px {
  border-radius: 0 5px 0 0 !important;
}

.border-radius-bottom-5px {
  border-radius: 0 0 5px 5px !important;
}

.st-new-v {
  background: url(../img/strikethrough3-min.png) no-repeat center center !important;
  display: inline-block;
  padding: 2px 3px;
}

.fh-085 {
  transform: scaleY(0.85);
  display: inline-block;
}

#new-promo-container img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.plan-label svg, .updated-resources svg {
  width: 13px;
  fill: #18BF93;
}

.semidedi-u-ram svg, .semidedi-u-ssd svg {
  width: 9px;
  fill: #18BF93;
}

/* Website Colors */
/* Color Pallete */
/* Content Sections Background Colors */
/* Typography Colors */
/* Header Colors */
/* Inner Banner Colors */
/* Inner Pages Intro Icon Colors */
/* Homepage Banner Colors */
/* Homepage Domains Colors */
/* Homepage Hosting Boxes Colors */
/* Homepage Websites & Security */
/* Homepage Comments */
/* Footer */
/* Sidebar */
/* Mobile Navigation */
/* Content Modules */
/* Intersection Line */
/* Tabs with arrow in active content  */
/* Toolbox */
/* Topbar Admin Menu Colors  */
/* Buy Overview Box */
/* Website Colors */
/* Color Pallete */
/* Content Sections Background Colors */
/* Typography Colors */
/* Header Colors */
/* Inner Banner Colors */
/* Inner Pages Intro Icon Colors */
/* Homepage Banner Colors */
/* Homepage Domains Colors */
/* Homepage Hosting Boxes Colors */
/* Homepage Websites & Security */
/* Homepage Comments */
/* Footer */
/* Sidebar */
/* Mobile Navigation */
/* Content Modules */
/* Intersection Line */
/* Tabs with arrow in active content  */
/* Toolbox */
/* Topbar Admin Menu Colors  */
/* Buy Overview Box */
/* Some Variables Connected to Foundation Settings */
/* Some Variables Connected to Foundation Settings */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
  -webkit-border-radius: 0;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

meta.foundation-version {
  font-family: "/5.2.2/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

body {
  overflow: scroll; /* Show scrollbars */
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
  overflow-x: inherit;
}

html.accessibility, body.accessibility {
  font-size: 120%;
}

body {
  background: #fff;
  color: #585858;
  padding: 0;
  margin: 0;
  font-family: "Roboto";
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.resp-table.ssl-all span.alert-red {
  color: #FF585D;
  text-align: center;
  border: 1px solid #FF585D;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-red {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-red small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-red {
  /* padding: 12px 0; */
}

.resp-table.ssl-all span.alert-green {
  color: #18BF93;
  text-align: center;
  border: 1px solid #18BF93;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-green {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-green small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-green {
  /* padding: 12px 0; */
}

.row.sslText {
  padding: 0.9375rem;
}

.label-wrapper.cert_end.text-center {
  display: flex;
}

.label-wrapper.cert_end.text-center .header-label {
  display: inline;
}

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.mr-2 {
  margin-right: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
  .mr-2 {
    margin-top: 12px;
  }
}
.freeHostingStatus .active {
  color: #18bf93;
}

.freeHostingStatus .pending {
  color: orange;
}

.freeHostingStatus .suspended {
  color: red;
}

.freeHostingStatus .inactive {
  color: gray;
}

#hostingcomarison .header {
  display: inline-flex;
  width: 100%;
  margin-bottom: 27px;
}

#hostingcomarison .freeHostingTitle {
  margin-top: 56px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 100%;
  font-size: 32px;
  line-height: normal;
  margin-bottom: 11px;
}

#hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #333;
  padding: 10px 0;
  margin: 18px 0;
  border: 1px solid #B6BCC0;
}

#hostingcomarison .web-hosting {
  background-color: #CDEFDB;
}

#hostingcomarison .free-hosting {
  background-color: white;
}

#hostingcomarison .vs-divider {
  width: 90px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

#hostingcomarison .comparison-row {
  display: block;
  position: relative;
  margin: 0px 0;
}

#hostingcomarison .comparison-row:last-child {
  border-bottom: none;
}

#hostingcomarison .feature-left {
  flex: 1;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #B6BCC0;
  text-align: center;
  font-size: 15px;
  color: #000;
  margin-left: 70px;
  font-weight: 400;
  border-left: 0px;
}

#hostingcomarison .icon-section {
  width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#hostingcomarison .icon-email {
  background-color: #FFC505;
}

#hostingcomarison .icon-domain {
  background-color: #FFC505;
}

#hostingcomarison .icon-storage_ {
  background-color: #FFC505;
}

#hostingcomarison .icon-transfer {
  background-color: #FFC505;
}

#hostingcomarison .icon-spam {
  background-color: #FFC505;
}

#hostingcomarison .icon-traffic {
  background-color: #FFC505;
}

#hostingcomarison .feature-right {
  flex: 1;
  background-color: #CDEFDB;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  margin: 15px 0;
  font-size: 14px;
  color: #000;
  border: 2px solid #6FCF97;
  font-weight: 700;
  margin-left: 70px;
  border-left: 0px;
}

#hostingcomarison .cta-button {
  text-align: center;
  padding: 20px;
  background: transparent;
  justify-self: center; /* horizontal center inside column */
  align-self: center;
}

#hostingcomarison .free-hosting {
  border-right: 0px !important;
}

#hostingcomarison .web-hosting {
  border-left: 0px !important;
}

#hostingcomarison .ctaWrapper {
  display: grid;
}

#hostingcomarison .eye {
  cursor: pointer;
  margin-left: 8px;
}

#hostingcomarison .btn {
  background-color: #0569FF;
  color: white;
  padding: 15px 30px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}

#hostingcomarison .btn:hover {
  background-color: #1976d2;
}

/* default cursor when input is disabled */
#free-hosting:disabled + label {
  cursor: default;
}

/* pointer cursor when input is enabled */
#free-hosting:enabled + label {
  cursor: pointer;
}

@media screen and (min-width: 768) {
  #hostingcomarison .cta-button {
    margin-left: 70px;
  }
}
@media screen and (min-width: 1200px) {
  #hostingcomarison .comparison-row {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
  }
  #hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
    font-size: 30px;
    background-color: #EDF1F4;
    height: 54px;
  }
  #hostingcomarison .cta-button {
    grid-column: 2;
  }
  #hostingcomarison .ctaWrapper {
    grid-template-columns: 1fr 1fr;
  }
  #hostingcomarison .btn {
    font-size: 22px;
    margin-left: 35px;
    height: 60px;
    align-items: center;
    width: 450px;
    display: block;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0;
  }
  #hostingcomarison .feature-left {
    border-right: none;
    border-left: 1px solid #B6BCC0;
  }
  #hostingcomarison .feature-right {
    border-left: none;
  }
  #hostingcomarison .feature-right, #hostingcomarison .feature-left {
    margin: 0;
    height: 47px;
  }
  #hostingcomarison .icon-section {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0;
    position: relative;
    top: 0px;
    transform: none;
  }
}
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1600px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.row .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}

.row .row:before, .row .row:after {
  content: " ";
  display: table;
}

.row .row:after {
  clear: both;
}

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}

.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}

.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .small-1 {
    width: 8.3333333333%;
  }
  .small-2 {
    width: 16.6666666667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.3333333333%;
  }
  .small-5 {
    width: 41.6666666667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.3333333333%;
  }
  .small-8 {
    width: 66.6666666667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.3333333333%;
  }
  .small-11 {
    width: 91.6666666667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-text-left {
    text-align: left;
  }
  .small-text-center {
    text-align: center;
  }
  .small-text-right {
    text-align: right;
  }
  [class*=column] + [class*=column]:last-child {
    float: right;
  }
  [class*=column] + [class*=column].end {
    float: left;
  }
  .small-offset-0 {
    margin-left: 0% !important;
  }
  .small-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .small-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .small-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .small-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .small-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .small-reset-order,
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
}
@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-text-left {
    text-align: left;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-right {
    text-align: right;
  }
  [class*=column] + [class*=column]:last-child {
    float: right;
  }
  [class*=column] + [class*=column].end {
    float: left;
  }
  .medium-offset-0 {
    margin-left: 0% !important;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .medium-reset-order,
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .large-1 {
    width: 8.3333333333%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-text-left {
    text-align: left;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-right {
    text-align: right;
  }
  [class*=column] + [class*=column]:last-child {
    float: right;
  }
  [class*=column] + [class*=column].end {
    float: left;
  }
  .large-offset-0 {
    margin-left: 0% !important;
  }
  .large-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .large-reset-order,
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
#tld_biz .small-block-grid-1.large-block-grid-6 > li:last-child {
  display: none;
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  #tld_biz .small-block-grid-1.large-block-grid-6 > li {
    min-height: 79px;
  }
  #tld_biz li {
    display: flex;
    align-items: center;
  }
  #tld_biz .justify-content-center {
    justify-content: center;
  }
}
@media only screen and (min-width: 64.063em) {
  #tld_biz .large-block-grid-6 > li {
    width: 19.777778%;
  }
  #tld_biz ul li .description small {
    margin-top: 0;
  }
}
.resp-table.ssl-all span.alert-red {
  color: #FF585D;
  text-align: center;
  border: 1px solid #FF585D;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-red {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-red small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-red {
  /* padding: 12px 0; */
}

.resp-table.ssl-all span.alert-green {
  color: #18BF93;
  text-align: center;
  border: 1px solid #18BF93;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-green {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-green small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-green {
  /* padding: 12px 0; */
}

.row.sslText {
  padding: 0.9375rem;
}

.label-wrapper.cert_end.text-center {
  display: flex;
}

.label-wrapper.cert_end.text-center .header-label {
  display: inline;
}

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.mr-2 {
  margin-right: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
  .mr-2 {
    margin-top: 12px;
  }
}
.freeHostingStatus .active {
  color: #18bf93;
}

.freeHostingStatus .pending {
  color: orange;
}

.freeHostingStatus .suspended {
  color: red;
}

.freeHostingStatus .inactive {
  color: gray;
}

#hostingcomarison .header {
  display: inline-flex;
  width: 100%;
  margin-bottom: 27px;
}

#hostingcomarison .freeHostingTitle {
  margin-top: 56px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 100%;
  font-size: 32px;
  line-height: normal;
  margin-bottom: 11px;
}

#hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #333;
  padding: 10px 0;
  margin: 18px 0;
  border: 1px solid #B6BCC0;
}

#hostingcomarison .web-hosting {
  background-color: #CDEFDB;
}

#hostingcomarison .free-hosting {
  background-color: white;
}

#hostingcomarison .vs-divider {
  width: 90px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

#hostingcomarison .comparison-row {
  display: block;
  position: relative;
  margin: 0px 0;
}

#hostingcomarison .comparison-row:last-child {
  border-bottom: none;
}

#hostingcomarison .feature-left {
  flex: 1;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #B6BCC0;
  text-align: center;
  font-size: 15px;
  color: #000;
  margin-left: 70px;
  font-weight: 400;
  border-left: 0px;
}

#hostingcomarison .icon-section {
  width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#hostingcomarison .icon-email {
  background-color: #FFC505;
}

#hostingcomarison .icon-domain {
  background-color: #FFC505;
}

#hostingcomarison .icon-storage_ {
  background-color: #FFC505;
}

#hostingcomarison .icon-transfer {
  background-color: #FFC505;
}

#hostingcomarison .icon-spam {
  background-color: #FFC505;
}

#hostingcomarison .icon-traffic {
  background-color: #FFC505;
}

#hostingcomarison .feature-right {
  flex: 1;
  background-color: #CDEFDB;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  margin: 15px 0;
  font-size: 14px;
  color: #000;
  border: 2px solid #6FCF97;
  font-weight: 700;
  margin-left: 70px;
  border-left: 0px;
}

#hostingcomarison .cta-button {
  text-align: center;
  padding: 20px;
  background: transparent;
  justify-self: center; /* horizontal center inside column */
  align-self: center;
}

#hostingcomarison .free-hosting {
  border-right: 0px !important;
}

#hostingcomarison .web-hosting {
  border-left: 0px !important;
}

#hostingcomarison .ctaWrapper {
  display: grid;
}

#hostingcomarison .eye {
  cursor: pointer;
  margin-left: 8px;
}

#hostingcomarison .btn {
  background-color: #0569FF;
  color: white;
  padding: 15px 30px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}

#hostingcomarison .btn:hover {
  background-color: #1976d2;
}

/* default cursor when input is disabled */
#free-hosting:disabled + label {
  cursor: default;
}

/* pointer cursor when input is enabled */
#free-hosting:enabled + label {
  cursor: pointer;
}

@media screen and (min-width: 768) {
  #hostingcomarison .cta-button {
    margin-left: 70px;
  }
}
@media screen and (min-width: 1200px) {
  #hostingcomarison .comparison-row {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
  }
  #hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
    font-size: 30px;
    background-color: #EDF1F4;
    height: 54px;
  }
  #hostingcomarison .cta-button {
    grid-column: 2;
  }
  #hostingcomarison .ctaWrapper {
    grid-template-columns: 1fr 1fr;
  }
  #hostingcomarison .btn {
    font-size: 22px;
    margin-left: 35px;
    height: 60px;
    align-items: center;
    width: 450px;
    display: block;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0;
  }
  #hostingcomarison .feature-left {
    border-right: none;
    border-left: 1px solid #B6BCC0;
  }
  #hostingcomarison .feature-right {
    border-left: none;
  }
  #hostingcomarison .feature-right, #hostingcomarison .feature-left {
    margin: 0;
    height: 47px;
  }
  #hostingcomarison .icon-section {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0;
    position: relative;
    top: 0px;
    transform: none;
  }
}
.accordion:before, .accordion:after {
  content: " ";
  display: table;
}

.accordion:after {
  clear: both;
}

.accordion {
  margin-bottom: 0;
}

.accordion .accordion-navigation, .accordion dd {
  display: block;
  margin-bottom: 0 !important;
}

.accordion .accordion-navigation.active > a, .accordion dd.active > a {
  background: #2D435E;
}

.accordion .accordion-navigation > a, .accordion dd > a {
  background: #2D435E;
  color: white;
  padding: 0.75rem 1rem;
  display: block;
  font-family: "Roboto";
  font-size: 1rem;
}

.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
  background: rgb(38.25, 56.95, 79.9);
}

.accordion .accordion-navigation > .content, .accordion dd > .content {
  display: none;
  padding: 0.9375rem;
}

.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
  display: block;
  background: white;
}

.resp-table.ssl-all span.alert-red {
  color: #FF585D;
  text-align: center;
  border: 1px solid #FF585D;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-red {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-red small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-red {
  /* padding: 12px 0; */
}

.resp-table.ssl-all span.alert-green {
  color: #18BF93;
  text-align: center;
  border: 1px solid #18BF93;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-green {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-green small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-green {
  /* padding: 12px 0; */
}

.row.sslText {
  padding: 0.9375rem;
}

.label-wrapper.cert_end.text-center {
  display: flex;
}

.label-wrapper.cert_end.text-center .header-label {
  display: inline;
}

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.mr-2 {
  margin-right: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
  .mr-2 {
    margin-top: 12px;
  }
}
.freeHostingStatus .active {
  color: #18bf93;
}

.freeHostingStatus .pending {
  color: orange;
}

.freeHostingStatus .suspended {
  color: red;
}

.freeHostingStatus .inactive {
  color: gray;
}

#hostingcomarison .header {
  display: inline-flex;
  width: 100%;
  margin-bottom: 27px;
}

#hostingcomarison .freeHostingTitle {
  margin-top: 56px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 100%;
  font-size: 32px;
  line-height: normal;
  margin-bottom: 11px;
}

#hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #333;
  padding: 10px 0;
  margin: 18px 0;
  border: 1px solid #B6BCC0;
}

#hostingcomarison .web-hosting {
  background-color: #CDEFDB;
}

#hostingcomarison .free-hosting {
  background-color: white;
}

#hostingcomarison .vs-divider {
  width: 90px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

#hostingcomarison .comparison-row {
  display: block;
  position: relative;
  margin: 0px 0;
}

#hostingcomarison .comparison-row:last-child {
  border-bottom: none;
}

#hostingcomarison .feature-left {
  flex: 1;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #B6BCC0;
  text-align: center;
  font-size: 15px;
  color: #000;
  margin-left: 70px;
  font-weight: 400;
  border-left: 0px;
}

#hostingcomarison .icon-section {
  width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#hostingcomarison .icon-email {
  background-color: #FFC505;
}

#hostingcomarison .icon-domain {
  background-color: #FFC505;
}

#hostingcomarison .icon-storage_ {
  background-color: #FFC505;
}

#hostingcomarison .icon-transfer {
  background-color: #FFC505;
}

#hostingcomarison .icon-spam {
  background-color: #FFC505;
}

#hostingcomarison .icon-traffic {
  background-color: #FFC505;
}

#hostingcomarison .feature-right {
  flex: 1;
  background-color: #CDEFDB;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  margin: 15px 0;
  font-size: 14px;
  color: #000;
  border: 2px solid #6FCF97;
  font-weight: 700;
  margin-left: 70px;
  border-left: 0px;
}

#hostingcomarison .cta-button {
  text-align: center;
  padding: 20px;
  background: transparent;
  justify-self: center; /* horizontal center inside column */
  align-self: center;
}

#hostingcomarison .free-hosting {
  border-right: 0px !important;
}

#hostingcomarison .web-hosting {
  border-left: 0px !important;
}

#hostingcomarison .ctaWrapper {
  display: grid;
}

#hostingcomarison .eye {
  cursor: pointer;
  margin-left: 8px;
}

#hostingcomarison .btn {
  background-color: #0569FF;
  color: white;
  padding: 15px 30px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}

#hostingcomarison .btn:hover {
  background-color: #1976d2;
}

/* default cursor when input is disabled */
#free-hosting:disabled + label {
  cursor: default;
}

/* pointer cursor when input is enabled */
#free-hosting:enabled + label {
  cursor: pointer;
}

@media screen and (min-width: 768) {
  #hostingcomarison .cta-button {
    margin-left: 70px;
  }
}
@media screen and (min-width: 1200px) {
  #hostingcomarison .comparison-row {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
  }
  #hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
    font-size: 30px;
    background-color: #EDF1F4;
    height: 54px;
  }
  #hostingcomarison .cta-button {
    grid-column: 2;
  }
  #hostingcomarison .ctaWrapper {
    grid-template-columns: 1fr 1fr;
  }
  #hostingcomarison .btn {
    font-size: 22px;
    margin-left: 35px;
    height: 60px;
    align-items: center;
    width: 450px;
    display: block;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0;
  }
  #hostingcomarison .feature-left {
    border-right: none;
    border-left: 1px solid #B6BCC0;
  }
  #hostingcomarison .feature-right {
    border-left: none;
  }
  #hostingcomarison .feature-right, #hostingcomarison .feature-left {
    margin: 0;
    height: 47px;
  }
  #hostingcomarison .icon-section {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0;
    position: relative;
    top: 0px;
    transform: none;
  }
}
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  transition: opacity 300ms ease-out;
  background-color: #008cdd;
  border-color: rgb(0, 120.4, 190.06);
  color: #fff;
}

.alert-box .close {
  font-size: 1.375rem;
  padding: 9px 6px 4px;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.6875rem;
  right: 0.25rem;
  color: #333;
  opacity: 0.3;
}

.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5;
}

.alert-box.radius {
  border-radius: 3px;
}

.alert-box.round {
  border-radius: 1000px;
}

.alert-box.success {
  background-color: #18BF93;
  border-color: rgb(20.64, 164.26, 126.42);
  color: #fff;
}

.alert-box.alert {
  background-color: #ff585d;
  border-color: rgb(255, 39.98, 46.4177245509);
  color: #fff;
}

.alert-box.secondary {
  background-color: rgb(207, 216.6, 221.4);
  border-color: rgb(171.72, 188.376, 196.704);
  color: rgb(59.976, 77.112, 85.68);
}

.alert-box.warning {
  background-color: #fd9662;
  border-color: rgb(252.3818867925, 117.5490566038, 49.4781132075);
  color: #fff;
}

.alert-box.info {
  background-color: #CAE6F2;
  border-color: rgb(152.0836363636, 206.4545454545, 229.7563636364);
  color: rgb(59.976, 77.112, 85.68);
}

.alert-box.alert-close {
  opacity: 0;
}

.resp-table.ssl-all span.alert-red {
  color: #FF585D;
  text-align: center;
  border: 1px solid #FF585D;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-red {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-red small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-red {
  /* padding: 12px 0; */
}

.resp-table.ssl-all span.alert-green {
  color: #18BF93;
  text-align: center;
  border: 1px solid #18BF93;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-green {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-green small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-green {
  /* padding: 12px 0; */
}

.row.sslText {
  padding: 0.9375rem;
}

.label-wrapper.cert_end.text-center {
  display: flex;
}

.label-wrapper.cert_end.text-center .header-label {
  display: inline;
}

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.mr-2 {
  margin-right: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
  .mr-2 {
    margin-top: 12px;
  }
}
.freeHostingStatus .active {
  color: #18bf93;
}

.freeHostingStatus .pending {
  color: orange;
}

.freeHostingStatus .suspended {
  color: red;
}

.freeHostingStatus .inactive {
  color: gray;
}

#hostingcomarison .header {
  display: inline-flex;
  width: 100%;
  margin-bottom: 27px;
}

#hostingcomarison .freeHostingTitle {
  margin-top: 56px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 100%;
  font-size: 32px;
  line-height: normal;
  margin-bottom: 11px;
}

#hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #333;
  padding: 10px 0;
  margin: 18px 0;
  border: 1px solid #B6BCC0;
}

#hostingcomarison .web-hosting {
  background-color: #CDEFDB;
}

#hostingcomarison .free-hosting {
  background-color: white;
}

#hostingcomarison .vs-divider {
  width: 90px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

#hostingcomarison .comparison-row {
  display: block;
  position: relative;
  margin: 0px 0;
}

#hostingcomarison .comparison-row:last-child {
  border-bottom: none;
}

#hostingcomarison .feature-left {
  flex: 1;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #B6BCC0;
  text-align: center;
  font-size: 15px;
  color: #000;
  margin-left: 70px;
  font-weight: 400;
  border-left: 0px;
}

#hostingcomarison .icon-section {
  width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#hostingcomarison .icon-email {
  background-color: #FFC505;
}

#hostingcomarison .icon-domain {
  background-color: #FFC505;
}

#hostingcomarison .icon-storage_ {
  background-color: #FFC505;
}

#hostingcomarison .icon-transfer {
  background-color: #FFC505;
}

#hostingcomarison .icon-spam {
  background-color: #FFC505;
}

#hostingcomarison .icon-traffic {
  background-color: #FFC505;
}

#hostingcomarison .feature-right {
  flex: 1;
  background-color: #CDEFDB;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  margin: 15px 0;
  font-size: 14px;
  color: #000;
  border: 2px solid #6FCF97;
  font-weight: 700;
  margin-left: 70px;
  border-left: 0px;
}

#hostingcomarison .cta-button {
  text-align: center;
  padding: 20px;
  background: transparent;
  justify-self: center; /* horizontal center inside column */
  align-self: center;
}

#hostingcomarison .free-hosting {
  border-right: 0px !important;
}

#hostingcomarison .web-hosting {
  border-left: 0px !important;
}

#hostingcomarison .ctaWrapper {
  display: grid;
}

#hostingcomarison .eye {
  cursor: pointer;
  margin-left: 8px;
}

#hostingcomarison .btn {
  background-color: #0569FF;
  color: white;
  padding: 15px 30px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}

#hostingcomarison .btn:hover {
  background-color: #1976d2;
}

/* default cursor when input is disabled */
#free-hosting:disabled + label {
  cursor: default;
}

/* pointer cursor when input is enabled */
#free-hosting:enabled + label {
  cursor: pointer;
}

@media screen and (min-width: 768) {
  #hostingcomarison .cta-button {
    margin-left: 70px;
  }
}
@media screen and (min-width: 1200px) {
  #hostingcomarison .comparison-row {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
  }
  #hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
    font-size: 30px;
    background-color: #EDF1F4;
    height: 54px;
  }
  #hostingcomarison .cta-button {
    grid-column: 2;
  }
  #hostingcomarison .ctaWrapper {
    grid-template-columns: 1fr 1fr;
  }
  #hostingcomarison .btn {
    font-size: 22px;
    margin-left: 35px;
    height: 60px;
    align-items: center;
    width: 450px;
    display: block;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0;
  }
  #hostingcomarison .feature-left {
    border-right: none;
    border-left: 1px solid #B6BCC0;
  }
  #hostingcomarison .feature-right {
    border-left: none;
  }
  #hostingcomarison .feature-right, #hostingcomarison .feature-left {
    margin: 0;
    height: 47px;
  }
  #hostingcomarison .icon-section {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0;
    position: relative;
    top: 0px;
    transform: none;
  }
}
[class*=block-grid-] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}

[class*=block-grid-]:before, [class*=block-grid-]:after {
  content: " ";
  display: table;
}

[class*=block-grid-]:after {
  clear: both;
}

[class*=block-grid-] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .small-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none;
  }
  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .small-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none;
  }
  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .small-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none;
  }
  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .small-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none;
  }
  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .small-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none;
  }
  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .small-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none;
  }
  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .medium-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .medium-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none;
  }
  .medium-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .medium-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .medium-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none;
  }
  .medium-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none;
  }
  .medium-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .medium-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none;
  }
  .medium-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .medium-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .medium-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none;
  }
  .medium-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .medium-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none;
  }
  .medium-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .large-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none;
  }
  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .large-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none;
  }
  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .large-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none;
  }
  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .large-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none;
  }
  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .large-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none;
  }
  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .large-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none;
  }
  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
.resp-table.ssl-all span.alert-red {
  color: #FF585D;
  text-align: center;
  border: 1px solid #FF585D;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-red {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-red small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-red {
  /* padding: 12px 0; */
}

.resp-table.ssl-all span.alert-green {
  color: #18BF93;
  text-align: center;
  border: 1px solid #18BF93;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-green {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-green small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-green {
  /* padding: 12px 0; */
}

.row.sslText {
  padding: 0.9375rem;
}

.label-wrapper.cert_end.text-center {
  display: flex;
}

.label-wrapper.cert_end.text-center .header-label {
  display: inline;
}

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.mr-2 {
  margin-right: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
  .mr-2 {
    margin-top: 12px;
  }
}
.freeHostingStatus .active {
  color: #18bf93;
}

.freeHostingStatus .pending {
  color: orange;
}

.freeHostingStatus .suspended {
  color: red;
}

.freeHostingStatus .inactive {
  color: gray;
}

#hostingcomarison .header {
  display: inline-flex;
  width: 100%;
  margin-bottom: 27px;
}

#hostingcomarison .freeHostingTitle {
  margin-top: 56px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 100%;
  font-size: 32px;
  line-height: normal;
  margin-bottom: 11px;
}

#hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #333;
  padding: 10px 0;
  margin: 18px 0;
  border: 1px solid #B6BCC0;
}

#hostingcomarison .web-hosting {
  background-color: #CDEFDB;
}

#hostingcomarison .free-hosting {
  background-color: white;
}

#hostingcomarison .vs-divider {
  width: 90px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

#hostingcomarison .comparison-row {
  display: block;
  position: relative;
  margin: 0px 0;
}

#hostingcomarison .comparison-row:last-child {
  border-bottom: none;
}

#hostingcomarison .feature-left {
  flex: 1;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #B6BCC0;
  text-align: center;
  font-size: 15px;
  color: #000;
  margin-left: 70px;
  font-weight: 400;
  border-left: 0px;
}

#hostingcomarison .icon-section {
  width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#hostingcomarison .icon-email {
  background-color: #FFC505;
}

#hostingcomarison .icon-domain {
  background-color: #FFC505;
}

#hostingcomarison .icon-storage_ {
  background-color: #FFC505;
}

#hostingcomarison .icon-transfer {
  background-color: #FFC505;
}

#hostingcomarison .icon-spam {
  background-color: #FFC505;
}

#hostingcomarison .icon-traffic {
  background-color: #FFC505;
}

#hostingcomarison .feature-right {
  flex: 1;
  background-color: #CDEFDB;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  margin: 15px 0;
  font-size: 14px;
  color: #000;
  border: 2px solid #6FCF97;
  font-weight: 700;
  margin-left: 70px;
  border-left: 0px;
}

#hostingcomarison .cta-button {
  text-align: center;
  padding: 20px;
  background: transparent;
  justify-self: center; /* horizontal center inside column */
  align-self: center;
}

#hostingcomarison .free-hosting {
  border-right: 0px !important;
}

#hostingcomarison .web-hosting {
  border-left: 0px !important;
}

#hostingcomarison .ctaWrapper {
  display: grid;
}

#hostingcomarison .eye {
  cursor: pointer;
  margin-left: 8px;
}

#hostingcomarison .btn {
  background-color: #0569FF;
  color: white;
  padding: 15px 30px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}

#hostingcomarison .btn:hover {
  background-color: #1976d2;
}

/* default cursor when input is disabled */
#free-hosting:disabled + label {
  cursor: default;
}

/* pointer cursor when input is enabled */
#free-hosting:enabled + label {
  cursor: pointer;
}

@media screen and (min-width: 768) {
  #hostingcomarison .cta-button {
    margin-left: 70px;
  }
}
@media screen and (min-width: 1200px) {
  #hostingcomarison .comparison-row {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
  }
  #hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
    font-size: 30px;
    background-color: #EDF1F4;
    height: 54px;
  }
  #hostingcomarison .cta-button {
    grid-column: 2;
  }
  #hostingcomarison .ctaWrapper {
    grid-template-columns: 1fr 1fr;
  }
  #hostingcomarison .btn {
    font-size: 22px;
    margin-left: 35px;
    height: 60px;
    align-items: center;
    width: 450px;
    display: block;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0;
  }
  #hostingcomarison .feature-left {
    border-right: none;
    border-left: 1px solid #B6BCC0;
  }
  #hostingcomarison .feature-right {
    border-left: none;
  }
  #hostingcomarison .feature-right, #hostingcomarison .feature-left {
    margin: 0;
    height: 47px;
  }
  #hostingcomarison .icon-section {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0;
    position: relative;
    top: 0px;
    transform: none;
  }
}
.breadcrumbs {
  display: block;
  padding: 0.5625rem 0.875rem 0.5625rem 0;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 0;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
}

.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  text-transform: uppercase;
  color: #008cdd;
}

.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: none;
}

.breadcrumbs > * a {
  color: #008cdd;
}

.breadcrumbs > *.current {
  cursor: default;
  color: #333;
}

.breadcrumbs > *.current a {
  cursor: default;
  color: #333;
}

.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}

.breadcrumbs > *.unavailable {
  color: #999;
}

.breadcrumbs > *.unavailable a {
  color: #999;
}

.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  text-decoration: none;
  color: #999;
  cursor: default;
}

.breadcrumbs > *:before {
  content: "/";
  color: #aaa;
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
}

.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

.resp-table.ssl-all span.alert-red {
  color: #FF585D;
  text-align: center;
  border: 1px solid #FF585D;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-red {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-red small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-red {
  /* padding: 12px 0; */
}

.resp-table.ssl-all span.alert-green {
  color: #18BF93;
  text-align: center;
  border: 1px solid #18BF93;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-green {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-green small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-green {
  /* padding: 12px 0; */
}

.row.sslText {
  padding: 0.9375rem;
}

.label-wrapper.cert_end.text-center {
  display: flex;
}

.label-wrapper.cert_end.text-center .header-label {
  display: inline;
}

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.mr-2 {
  margin-right: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
  .mr-2 {
    margin-top: 12px;
  }
}
.freeHostingStatus .active {
  color: #18bf93;
}

.freeHostingStatus .pending {
  color: orange;
}

.freeHostingStatus .suspended {
  color: red;
}

.freeHostingStatus .inactive {
  color: gray;
}

#hostingcomarison .header {
  display: inline-flex;
  width: 100%;
  margin-bottom: 27px;
}

#hostingcomarison .freeHostingTitle {
  margin-top: 56px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 100%;
  font-size: 32px;
  line-height: normal;
  margin-bottom: 11px;
}

#hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #333;
  padding: 10px 0;
  margin: 18px 0;
  border: 1px solid #B6BCC0;
}

#hostingcomarison .web-hosting {
  background-color: #CDEFDB;
}

#hostingcomarison .free-hosting {
  background-color: white;
}

#hostingcomarison .vs-divider {
  width: 90px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

#hostingcomarison .comparison-row {
  display: block;
  position: relative;
  margin: 0px 0;
}

#hostingcomarison .comparison-row:last-child {
  border-bottom: none;
}

#hostingcomarison .feature-left {
  flex: 1;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #B6BCC0;
  text-align: center;
  font-size: 15px;
  color: #000;
  margin-left: 70px;
  font-weight: 400;
  border-left: 0px;
}

#hostingcomarison .icon-section {
  width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#hostingcomarison .icon-email {
  background-color: #FFC505;
}

#hostingcomarison .icon-domain {
  background-color: #FFC505;
}

#hostingcomarison .icon-storage_ {
  background-color: #FFC505;
}

#hostingcomarison .icon-transfer {
  background-color: #FFC505;
}

#hostingcomarison .icon-spam {
  background-color: #FFC505;
}

#hostingcomarison .icon-traffic {
  background-color: #FFC505;
}

#hostingcomarison .feature-right {
  flex: 1;
  background-color: #CDEFDB;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  margin: 15px 0;
  font-size: 14px;
  color: #000;
  border: 2px solid #6FCF97;
  font-weight: 700;
  margin-left: 70px;
  border-left: 0px;
}

#hostingcomarison .cta-button {
  text-align: center;
  padding: 20px;
  background: transparent;
  justify-self: center; /* horizontal center inside column */
  align-self: center;
}

#hostingcomarison .free-hosting {
  border-right: 0px !important;
}

#hostingcomarison .web-hosting {
  border-left: 0px !important;
}

#hostingcomarison .ctaWrapper {
  display: grid;
}

#hostingcomarison .eye {
  cursor: pointer;
  margin-left: 8px;
}

#hostingcomarison .btn {
  background-color: #0569FF;
  color: white;
  padding: 15px 30px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}

#hostingcomarison .btn:hover {
  background-color: #1976d2;
}

/* default cursor when input is disabled */
#free-hosting:disabled + label {
  cursor: default;
}

/* pointer cursor when input is enabled */
#free-hosting:enabled + label {
  cursor: pointer;
}

@media screen and (min-width: 768) {
  #hostingcomarison .cta-button {
    margin-left: 70px;
  }
}
@media screen and (min-width: 1200px) {
  #hostingcomarison .comparison-row {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
  }
  #hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
    font-size: 30px;
    background-color: #EDF1F4;
    height: 54px;
  }
  #hostingcomarison .cta-button {
    grid-column: 2;
  }
  #hostingcomarison .ctaWrapper {
    grid-template-columns: 1fr 1fr;
  }
  #hostingcomarison .btn {
    font-size: 22px;
    margin-left: 35px;
    height: 60px;
    align-items: center;
    width: 450px;
    display: block;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0;
  }
  #hostingcomarison .feature-left {
    border-right: none;
    border-left: 1px solid #B6BCC0;
  }
  #hostingcomarison .feature-right {
    border-left: none;
  }
  #hostingcomarison .feature-right, #hostingcomarison .feature-left {
    margin: 0;
    height: 47px;
  }
  #hostingcomarison .icon-section {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0;
    position: relative;
    top: 0px;
    transform: none;
  }
}
.resp-table.ssl-all span.alert-red {
  color: #FF585D;
  text-align: center;
  border: 1px solid #FF585D;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-red {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-red small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-red {
  /* padding: 12px 0; */
}

.resp-table.ssl-all span.alert-green {
  color: #18BF93;
  text-align: center;
  border: 1px solid #18BF93;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-green {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-green small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-green {
  /* padding: 12px 0; */
}

.row.sslText {
  padding: 0.9375rem;
}

.label-wrapper.cert_end.text-center {
  display: flex;
}

.label-wrapper.cert_end.text-center .header-label {
  display: inline;
}

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.mr-2 {
  margin-right: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
  .mr-2 {
    margin-top: 12px;
  }
}
.freeHostingStatus .active {
  color: #18bf93;
}

.freeHostingStatus .pending {
  color: orange;
}

.freeHostingStatus .suspended {
  color: red;
}

.freeHostingStatus .inactive {
  color: gray;
}

#hostingcomarison .header {
  display: inline-flex;
  width: 100%;
  margin-bottom: 27px;
}

#hostingcomarison .freeHostingTitle {
  margin-top: 56px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 100%;
  font-size: 32px;
  line-height: normal;
  margin-bottom: 11px;
}

#hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #333;
  padding: 10px 0;
  margin: 18px 0;
  border: 1px solid #B6BCC0;
}

#hostingcomarison .web-hosting {
  background-color: #CDEFDB;
}

#hostingcomarison .free-hosting {
  background-color: white;
}

#hostingcomarison .vs-divider {
  width: 90px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

#hostingcomarison .comparison-row {
  display: block;
  position: relative;
  margin: 0px 0;
}

#hostingcomarison .comparison-row:last-child {
  border-bottom: none;
}

#hostingcomarison .feature-left {
  flex: 1;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #B6BCC0;
  text-align: center;
  font-size: 15px;
  color: #000;
  margin-left: 70px;
  font-weight: 400;
  border-left: 0px;
}

#hostingcomarison .icon-section {
  width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#hostingcomarison .icon-email {
  background-color: #FFC505;
}

#hostingcomarison .icon-domain {
  background-color: #FFC505;
}

#hostingcomarison .icon-storage_ {
  background-color: #FFC505;
}

#hostingcomarison .icon-transfer {
  background-color: #FFC505;
}

#hostingcomarison .icon-spam {
  background-color: #FFC505;
}

#hostingcomarison .icon-traffic {
  background-color: #FFC505;
}

#hostingcomarison .feature-right {
  flex: 1;
  background-color: #CDEFDB;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  margin: 15px 0;
  font-size: 14px;
  color: #000;
  border: 2px solid #6FCF97;
  font-weight: 700;
  margin-left: 70px;
  border-left: 0px;
}

#hostingcomarison .cta-button {
  text-align: center;
  padding: 20px;
  background: transparent;
  justify-self: center; /* horizontal center inside column */
  align-self: center;
}

#hostingcomarison .free-hosting {
  border-right: 0px !important;
}

#hostingcomarison .web-hosting {
  border-left: 0px !important;
}

#hostingcomarison .ctaWrapper {
  display: grid;
}

#hostingcomarison .eye {
  cursor: pointer;
  margin-left: 8px;
}

#hostingcomarison .btn {
  background-color: #0569FF;
  color: white;
  padding: 15px 30px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}

#hostingcomarison .btn:hover {
  background-color: #1976d2;
}

/* default cursor when input is disabled */
#free-hosting:disabled + label {
  cursor: default;
}

/* pointer cursor when input is enabled */
#free-hosting:enabled + label {
  cursor: pointer;
}

@media screen and (min-width: 768) {
  #hostingcomarison .cta-button {
    margin-left: 70px;
  }
}
@media screen and (min-width: 1200px) {
  #hostingcomarison .comparison-row {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
  }
  #hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
    font-size: 30px;
    background-color: #EDF1F4;
    height: 54px;
  }
  #hostingcomarison .cta-button {
    grid-column: 2;
  }
  #hostingcomarison .ctaWrapper {
    grid-template-columns: 1fr 1fr;
  }
  #hostingcomarison .btn {
    font-size: 22px;
    margin-left: 35px;
    height: 60px;
    align-items: center;
    width: 450px;
    display: block;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0;
  }
  #hostingcomarison .feature-left {
    border-right: none;
    border-left: 1px solid #B6BCC0;
  }
  #hostingcomarison .feature-right {
    border-left: none;
  }
  #hostingcomarison .feature-right, #hostingcomarison .feature-left {
    margin: 0;
    height: 47px;
  }
  #hostingcomarison .icon-section {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0;
    position: relative;
    top: 0px;
    transform: none;
  }
}
button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Roboto";
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 0.9375rem;
  background-color: #008cdd;
  border-color: rgb(0, 112, 176.8);
}

button.active, button:hover, button:focus, .button.active, .button:hover, .button:focus {
  background-color: rgb(0, 112, 176.8);
}

button, .button {
  color: #fff;
}

button.active, button:hover, button:focus, .button.active, .button:hover, .button:focus {
  color: #fff;
}

button, .button {
  transition: background-color 300ms ease-out;
}

button.secondary, .button.secondary {
  background-color: rgb(207, 216.6, 221.4);
  border-color: rgb(156.6, 176.28, 186.12);
}

button.secondary.active, button.secondary:hover, button.secondary:focus, .button.secondary.active, .button.secondary:hover, .button.secondary:focus {
  background-color: rgb(156.6, 176.28, 186.12);
}

button.secondary, .button.secondary {
  color: #333;
}

button.secondary.active, button.secondary:hover, button.secondary:focus, .button.secondary.active, .button.secondary:hover, .button.secondary:focus {
  color: #333;
}

button.success, .button.success {
  background-color: #18BF93;
  border-color: rgb(19.2, 152.8, 117.6);
}

button.success.active, button.success:hover, button.success:focus, .button.success.active, .button.success:hover, .button.success:focus {
  background-color: rgb(19.2, 152.8, 117.6);
}

button.success, .button.success {
  color: #fff;
}

button.success.active, button.success:hover, button.success:focus, .button.success.active, .button.success:hover, .button.success:focus {
  color: #fff;
}

button.alert, .button.alert {
  background-color: #ff585d;
  border-color: rgb(255, 19.4, 26.4538922156);
}

button.alert.active, button.alert:hover, button.alert:focus, .button.alert.active, .button.alert:hover, .button.alert:focus {
  background-color: rgb(255, 19.4, 26.4538922156);
}

button.alert, .button.alert {
  color: #fff;
}

button.alert.active, button.alert:hover, button.alert:focus, .button.alert.active, .button.alert:hover, .button.alert:focus {
  color: #fff;
}

button.darkblue, .button.darkblue {
  background-color: #0b284c;
  border-color: rgb(8.8, 32, 60.8);
}

button.darkblue.active, button.darkblue:hover, button.darkblue:focus, .button.darkblue.active, .button.darkblue:hover, .button.darkblue:focus {
  background-color: rgb(8.8, 32, 60.8);
}

button.darkblue, .button.darkblue {
  color: #fff;
}

button.darkblue.active, button.darkblue:hover, button.darkblue:focus, .button.darkblue.active, .button.darkblue:hover, .button.darkblue:focus {
  color: #fff;
}

button.lightblue, .button.lightblue {
  background-color: #20B6DB;
  border-color: rgb(25.6, 145.6, 175.2);
}

button.lightblue.active, button.lightblue:hover, button.lightblue:focus, .button.lightblue.active, .button.lightblue:hover, .button.lightblue:focus {
  background-color: rgb(25.6, 145.6, 175.2);
}

button.lightblue, .button.lightblue {
  color: #fff;
}

button.lightblue.active, button.lightblue:hover, button.lightblue:focus, .button.lightblue.active, .button.lightblue:hover, .button.lightblue:focus {
  color: #fff;
}

button.sitebuilder, .button.sitebuilder {
  background-color: #9472BE;
  border-color: rgb(116.8776699029, 76.7378640777, 166.4621359223);
}

button.sitebuilder.active, button.sitebuilder:hover, button.sitebuilder:focus, .button.sitebuilder.active, .button.sitebuilder:hover, .button.sitebuilder:focus {
  background-color: rgb(116.8776699029, 76.7378640777, 166.4621359223);
}

button.sitebuilder, .button.sitebuilder {
  color: #fff;
}

button.sitebuilder.active, button.sitebuilder:hover, button.sitebuilder:focus, .button.sitebuilder.active, .button.sitebuilder:hover, .button.sitebuilder:focus {
  color: #fff;
}

button.large, .button.large {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1.125rem;
}

button.small, .button.small {
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 0.8125rem;
}

button.tiny, .button.tiny {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.6875rem;
}

button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}

button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}

button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}

button.radius, .button.radius {
  border-radius: 3px;
}

button.round, .button.round {
  border-radius: 1000px;
}

button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #008cdd;
  border-color: rgb(0, 112, 176.8);
}

button.disabled.active, button.disabled:hover, button.disabled:focus, button[disabled].active, button[disabled]:hover, button[disabled]:focus, .button.disabled.active, .button.disabled:hover, .button.disabled:focus, .button[disabled].active, .button[disabled]:hover, .button[disabled]:focus {
  background-color: rgb(0, 112, 176.8);
}

button.disabled, button[disabled], .button.disabled, .button[disabled] {
  color: #fff;
}

button.disabled.active, button.disabled:hover, button.disabled:focus, button[disabled].active, button[disabled]:hover, button[disabled]:focus, .button.disabled.active, .button.disabled:hover, .button.disabled:focus, .button[disabled].active, .button[disabled]:hover, .button[disabled]:focus {
  color: #fff;
}

button.disabled, button[disabled], .button.disabled, .button[disabled] {
  cursor: default;
  opacity: 0.5;
  box-shadow: none;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #008cdd;
}

button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: rgb(207, 216.6, 221.4);
  border-color: rgb(156.6, 176.28, 186.12);
}

button.disabled.secondary.active, button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary.active, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary.active, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary.active, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: rgb(156.6, 176.28, 186.12);
}

button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  color: #333;
}

button.disabled.secondary.active, button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary.active, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary.active, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary.active, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #333;
}

button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  cursor: default;
  opacity: 0.5;
  box-shadow: none;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: rgb(207, 216.6, 221.4);
}

button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #18BF93;
  border-color: rgb(19.2, 152.8, 117.6);
}

button.disabled.success.active, button.disabled.success:hover, button.disabled.success:focus, button[disabled].success.active, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success.active, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success.active, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: rgb(19.2, 152.8, 117.6);
}

button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  color: #fff;
}

button.disabled.success.active, button.disabled.success:hover, button.disabled.success:focus, button[disabled].success.active, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success.active, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success.active, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #fff;
}

button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  cursor: default;
  opacity: 0.5;
  box-shadow: none;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #18BF93;
}

button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #ff585d;
  border-color: rgb(255, 19.4, 26.4538922156);
}

button.disabled.alert.active, button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert.active, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert.active, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert.active, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: rgb(255, 19.4, 26.4538922156);
}

button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  color: #fff;
}

button.disabled.alert.active, button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert.active, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert.active, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert.active, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #fff;
}

button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  cursor: default;
  opacity: 0.5;
  box-shadow: none;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #ff585d;
}

@media only screen and (min-width: 40.063em) {
  button, .button {
    display: inline-block;
  }
}
.wp-hosting .submitText {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.hide {
  display: none;
}

.button-group {
  list-style: none;
  margin: 0;
  left: 0;
}

.button-group:before, .button-group:after {
  content: " ";
  display: table;
}

.button-group:after {
  clear: both;
}

.button-group.even-2 li > button, .button-group.even-2 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.9);
}

.button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
  border-left: 0;
}

.button-group.even-2 li {
  display: inline-block;
  margin: 0 -2px;
  width: 50%;
}

.button-group.even-2 li button, .button-group.even-2 li .button {
  width: 100%;
}

.button-group.even-3 li > button, .button-group.even-3 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.9);
}

.button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
  border-left: 0;
}

.button-group.even-3 li {
  display: inline-block;
  margin: 0 -2px;
  width: 33.3333333333%;
}

.button-group.even-3 li button, .button-group.even-3 li .button {
  width: 100%;
}

.button-group.even-4 li > button, .button-group.even-4 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.9);
}

.button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
  border-left: 0;
}

.button-group.even-4 li {
  display: inline-block;
  margin: 0 -2px;
  width: 25%;
}

.button-group.even-4 li button, .button-group.even-4 li .button {
  width: 100%;
}

.button-group.even-5 li > button, .button-group.even-5 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.9);
}

.button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
  border-left: 0;
}

.button-group.even-5 li {
  display: inline-block;
  margin: 0 -2px;
  width: 20%;
}

.button-group.even-5 li button, .button-group.even-5 li .button {
  width: 100%;
}

.button-group.even-6 li > button, .button-group.even-6 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.9);
}

.button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
  border-left: 0;
}

.button-group.even-6 li {
  display: inline-block;
  margin: 0 -2px;
  width: 16.6666666667%;
}

.button-group.even-6 li button, .button-group.even-6 li .button {
  width: 100%;
}

.button-group.even-7 li > button, .button-group.even-7 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.9);
}

.button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
  border-left: 0;
}

.button-group.even-7 li {
  display: inline-block;
  margin: 0 -2px;
  width: 14.2857142857%;
}

.button-group.even-7 li button, .button-group.even-7 li .button {
  width: 100%;
}

.button-group.even-8 li > button, .button-group.even-8 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.9);
}

.button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
  border-left: 0;
}

.button-group.even-8 li {
  display: inline-block;
  margin: 0 -2px;
  width: 12.5%;
}

.button-group.even-8 li button, .button-group.even-8 li .button {
  width: 100%;
}

.button-group > li > button, .button-group > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.9);
}

.button-group > li:first-child button, .button-group > li:first-child .button {
  border-left: 0;
}

.button-group > li {
  display: inline-block;
  margin: 0 -2px;
}

.button-group.stack > li > button, .button-group.stack > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.9);
}

.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
  border-left: 0;
}

.button-group.stack > li > button, .button-group.stack > li .button {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  margin: 0;
  display: block;
}

.button-group.stack > li > button {
  width: 100%;
}

.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
  border-top: 0;
}

.button-group.stack > li {
  display: block;
  margin: 0;
  float: none;
}

.button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.9);
}

.button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
  border-left: 0;
}

.button-group.stack-for-small > li {
  display: inline-block;
  margin: 0 -2px;
}

@media only screen and (max-width: 40em) {
  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.9);
  }
  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
    border-left: 0;
  }
  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    margin: 0;
    display: block;
  }
  .button-group.stack-for-small > li > button {
    width: 100%;
  }
  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
    border-top: 0;
  }
  .button-group.stack-for-small > li {
    display: block;
    margin: 0;
  }
}
.button-group.radius > * > button, .button-group.radius > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.9);
}

.button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
  border-left: 0;
}

.button-group.radius > * {
  display: inline-block;
  margin: 0 -2px;
}

.button-group.radius > *,
.button-group.radius > * > a,
.button-group.radius > * > button,
.button-group.radius > * > .button {
  border-radius: 0;
}

.button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.9);
}

.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
  border-left: 0;
}

.button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  margin: 0;
  display: block;
}

.button-group.radius.stack > * > button {
  width: 100%;
}

.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
  border-top: 0;
}

.button-group.radius.stack > * {
  display: block;
  margin: 0;
}

.button-group.radius.stack > *,
.button-group.radius.stack > * > a,
.button-group.radius.stack > * > button,
.button-group.radius.stack > * > .button {
  border-radius: 0;
}

.button-group.radius.stack > *:first-child, .button-group.radius.stack > *:first-child > a, .button-group.radius.stack > *:first-child > button, .button-group.radius.stack > *:first-child > .button {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.button-group.radius.stack > *:last-child, .button-group.radius.stack > *:last-child > a, .button-group.radius.stack > *:last-child > button, .button-group.radius.stack > *:last-child > .button {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

@media only screen and (min-width: 40.063em) {
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.9);
  }
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  .button-group.radius.stack-for-small > * {
    display: inline-block;
    margin: 0 -2px;
  }
  .button-group.radius.stack-for-small > *,
  .button-group.radius.stack-for-small > * > a,
  .button-group.radius.stack-for-small > * > button,
  .button-group.radius.stack-for-small > * > .button {
    border-radius: 0;
  }
  .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }
  .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
}
@media only screen and (max-width: 40em) {
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.9);
  }
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    margin: 0;
    display: block;
  }
  .button-group.radius.stack-for-small > * > button {
    width: 100%;
  }
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
    border-top: 0;
  }
  .button-group.radius.stack-for-small > * {
    display: block;
    margin: 0;
  }
  .button-group.radius.stack-for-small > *,
  .button-group.radius.stack-for-small > * > a,
  .button-group.radius.stack-for-small > * > button,
  .button-group.radius.stack-for-small > * > .button {
    border-radius: 0;
  }
  .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}
.button-group.round > * > button, .button-group.round > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.9);
}

.button-group.round > *:first-child button, .button-group.round > *:first-child .button {
  border-left: 0;
}

.button-group.round > * {
  display: inline-block;
  margin: 0 -2px;
}

.button-group.round > *,
.button-group.round > * > a,
.button-group.round > * > button,
.button-group.round > * > .button {
  border-radius: 0;
}

.button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

.button-group.round.stack > * > button, .button-group.round.stack > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.9);
}

.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
  border-left: 0;
}

.button-group.round.stack > * > button, .button-group.round.stack > * .button {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  margin: 0;
  display: block;
}

.button-group.round.stack > * > button {
  width: 100%;
}

.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
  border-top: 0;
}

.button-group.round.stack > * {
  display: block;
  margin: 0;
}

.button-group.round.stack > *,
.button-group.round.stack > * > a,
.button-group.round.stack > * > button,
.button-group.round.stack > * > .button {
  border-radius: 0;
}

.button-group.round.stack > *:first-child, .button-group.round.stack > *:first-child > a, .button-group.round.stack > *:first-child > button, .button-group.round.stack > *:first-child > .button {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.button-group.round.stack > *:last-child, .button-group.round.stack > *:last-child > a, .button-group.round.stack > *:last-child > button, .button-group.round.stack > *:last-child > .button {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

@media only screen and (min-width: 40.063em) {
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.9);
  }
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  .button-group.round.stack-for-small > * {
    display: inline-block;
    margin: 0 -2px;
  }
  .button-group.round.stack-for-small > *,
  .button-group.round.stack-for-small > * > a,
  .button-group.round.stack-for-small > * > button,
  .button-group.round.stack-for-small > * > .button {
    border-radius: 0;
  }
  .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
  }
  .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
  }
}
@media only screen and (max-width: 40em) {
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.9);
  }
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    margin: 0;
    display: block;
  }
  .button-group.round.stack-for-small > * > button {
    width: 100%;
  }
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
    border-top: 0;
  }
  .button-group.round.stack-for-small > * {
    display: block;
    margin: 0;
  }
  .button-group.round.stack-for-small > *,
  .button-group.round.stack-for-small > * > a,
  .button-group.round.stack-for-small > * > button,
  .button-group.round.stack-for-small > * > .button {
    border-radius: 0;
  }
  .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
  .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
}
.button-bar:before, .button-bar:after {
  content: " ";
  display: table;
}

.button-bar:after {
  clear: both;
}

.button-bar .button-group {
  float: left;
  margin-right: 0.625rem;
}

.button-bar .button-group div {
  overflow: hidden;
}

.resp-table.ssl-all span.alert-red {
  color: #FF585D;
  text-align: center;
  border: 1px solid #FF585D;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-red {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-red small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-red {
  /* padding: 12px 0; */
}

.resp-table.ssl-all span.alert-green {
  color: #18BF93;
  text-align: center;
  border: 1px solid #18BF93;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-green {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-green small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-green {
  /* padding: 12px 0; */
}

.row.sslText {
  padding: 0.9375rem;
}

.label-wrapper.cert_end.text-center {
  display: flex;
}

.label-wrapper.cert_end.text-center .header-label {
  display: inline;
}

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.mr-2 {
  margin-right: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
  .mr-2 {
    margin-top: 12px;
  }
}
.freeHostingStatus .active {
  color: #18bf93;
}

.freeHostingStatus .pending {
  color: orange;
}

.freeHostingStatus .suspended {
  color: red;
}

.freeHostingStatus .inactive {
  color: gray;
}

#hostingcomarison .header {
  display: inline-flex;
  width: 100%;
  margin-bottom: 27px;
}

#hostingcomarison .freeHostingTitle {
  margin-top: 56px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 100%;
  font-size: 32px;
  line-height: normal;
  margin-bottom: 11px;
}

#hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #333;
  padding: 10px 0;
  margin: 18px 0;
  border: 1px solid #B6BCC0;
}

#hostingcomarison .web-hosting {
  background-color: #CDEFDB;
}

#hostingcomarison .free-hosting {
  background-color: white;
}

#hostingcomarison .vs-divider {
  width: 90px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

#hostingcomarison .comparison-row {
  display: block;
  position: relative;
  margin: 0px 0;
}

#hostingcomarison .comparison-row:last-child {
  border-bottom: none;
}

#hostingcomarison .feature-left {
  flex: 1;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #B6BCC0;
  text-align: center;
  font-size: 15px;
  color: #000;
  margin-left: 70px;
  font-weight: 400;
  border-left: 0px;
}

#hostingcomarison .icon-section {
  width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#hostingcomarison .icon-email {
  background-color: #FFC505;
}

#hostingcomarison .icon-domain {
  background-color: #FFC505;
}

#hostingcomarison .icon-storage_ {
  background-color: #FFC505;
}

#hostingcomarison .icon-transfer {
  background-color: #FFC505;
}

#hostingcomarison .icon-spam {
  background-color: #FFC505;
}

#hostingcomarison .icon-traffic {
  background-color: #FFC505;
}

#hostingcomarison .feature-right {
  flex: 1;
  background-color: #CDEFDB;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  margin: 15px 0;
  font-size: 14px;
  color: #000;
  border: 2px solid #6FCF97;
  font-weight: 700;
  margin-left: 70px;
  border-left: 0px;
}

#hostingcomarison .cta-button {
  text-align: center;
  padding: 20px;
  background: transparent;
  justify-self: center; /* horizontal center inside column */
  align-self: center;
}

#hostingcomarison .free-hosting {
  border-right: 0px !important;
}

#hostingcomarison .web-hosting {
  border-left: 0px !important;
}

#hostingcomarison .ctaWrapper {
  display: grid;
}

#hostingcomarison .eye {
  cursor: pointer;
  margin-left: 8px;
}

#hostingcomarison .btn {
  background-color: #0569FF;
  color: white;
  padding: 15px 30px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}

#hostingcomarison .btn:hover {
  background-color: #1976d2;
}

/* default cursor when input is disabled */
#free-hosting:disabled + label {
  cursor: default;
}

/* pointer cursor when input is enabled */
#free-hosting:enabled + label {
  cursor: pointer;
}

@media screen and (min-width: 768) {
  #hostingcomarison .cta-button {
    margin-left: 70px;
  }
}
@media screen and (min-width: 1200px) {
  #hostingcomarison .comparison-row {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
  }
  #hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
    font-size: 30px;
    background-color: #EDF1F4;
    height: 54px;
  }
  #hostingcomarison .cta-button {
    grid-column: 2;
  }
  #hostingcomarison .ctaWrapper {
    grid-template-columns: 1fr 1fr;
  }
  #hostingcomarison .btn {
    font-size: 22px;
    margin-left: 35px;
    height: 60px;
    align-items: center;
    width: 450px;
    display: block;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0;
  }
  #hostingcomarison .feature-left {
    border-right: none;
    border-left: 1px solid #B6BCC0;
  }
  #hostingcomarison .feature-right {
    border-left: none;
  }
  #hostingcomarison .feature-right, #hostingcomarison .feature-left {
    margin: 0;
    height: 47px;
  }
  #hostingcomarison .icon-section {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0;
    position: relative;
    top: 0px;
    transform: none;
  }
}
.wp-hosting .submitText {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.hide {
  display: none;
}

.resp-table.ssl-all span.alert-red {
  color: #FF585D;
  text-align: center;
  border: 1px solid #FF585D;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-red {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-red small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-red {
  /* padding: 12px 0; */
}

.resp-table.ssl-all span.alert-green {
  color: #18BF93;
  text-align: center;
  border: 1px solid #18BF93;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-green {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-green small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-green {
  /* padding: 12px 0; */
}

.row.sslText {
  padding: 0.9375rem;
}

.label-wrapper.cert_end.text-center {
  display: flex;
}

.label-wrapper.cert_end.text-center .header-label {
  display: inline;
}

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.mr-2 {
  margin-right: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
  .mr-2 {
    margin-top: 12px;
  }
}
.freeHostingStatus .active {
  color: #18bf93;
}

.freeHostingStatus .pending {
  color: orange;
}

.freeHostingStatus .suspended {
  color: red;
}

.freeHostingStatus .inactive {
  color: gray;
}

#hostingcomarison .header {
  display: inline-flex;
  width: 100%;
  margin-bottom: 27px;
}

#hostingcomarison .freeHostingTitle {
  margin-top: 56px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 100%;
  font-size: 32px;
  line-height: normal;
  margin-bottom: 11px;
}

#hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #333;
  padding: 10px 0;
  margin: 18px 0;
  border: 1px solid #B6BCC0;
}

#hostingcomarison .web-hosting {
  background-color: #CDEFDB;
}

#hostingcomarison .free-hosting {
  background-color: white;
}

#hostingcomarison .vs-divider {
  width: 90px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

#hostingcomarison .comparison-row {
  display: block;
  position: relative;
  margin: 0px 0;
}

#hostingcomarison .comparison-row:last-child {
  border-bottom: none;
}

#hostingcomarison .feature-left {
  flex: 1;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #B6BCC0;
  text-align: center;
  font-size: 15px;
  color: #000;
  margin-left: 70px;
  font-weight: 400;
  border-left: 0px;
}

#hostingcomarison .icon-section {
  width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#hostingcomarison .icon-email {
  background-color: #FFC505;
}

#hostingcomarison .icon-domain {
  background-color: #FFC505;
}

#hostingcomarison .icon-storage_ {
  background-color: #FFC505;
}

#hostingcomarison .icon-transfer {
  background-color: #FFC505;
}

#hostingcomarison .icon-spam {
  background-color: #FFC505;
}

#hostingcomarison .icon-traffic {
  background-color: #FFC505;
}

#hostingcomarison .feature-right {
  flex: 1;
  background-color: #CDEFDB;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  margin: 15px 0;
  font-size: 14px;
  color: #000;
  border: 2px solid #6FCF97;
  font-weight: 700;
  margin-left: 70px;
  border-left: 0px;
}

#hostingcomarison .cta-button {
  text-align: center;
  padding: 20px;
  background: transparent;
  justify-self: center; /* horizontal center inside column */
  align-self: center;
}

#hostingcomarison .free-hosting {
  border-right: 0px !important;
}

#hostingcomarison .web-hosting {
  border-left: 0px !important;
}

#hostingcomarison .ctaWrapper {
  display: grid;
}

#hostingcomarison .eye {
  cursor: pointer;
  margin-left: 8px;
}

#hostingcomarison .btn {
  background-color: #0569FF;
  color: white;
  padding: 15px 30px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}

#hostingcomarison .btn:hover {
  background-color: #1976d2;
}

/* default cursor when input is disabled */
#free-hosting:disabled + label {
  cursor: default;
}

/* pointer cursor when input is enabled */
#free-hosting:enabled + label {
  cursor: pointer;
}

@media screen and (min-width: 768) {
  #hostingcomarison .cta-button {
    margin-left: 70px;
  }
}
@media screen and (min-width: 1200px) {
  #hostingcomarison .comparison-row {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
  }
  #hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
    font-size: 30px;
    background-color: #EDF1F4;
    height: 54px;
  }
  #hostingcomarison .cta-button {
    grid-column: 2;
  }
  #hostingcomarison .ctaWrapper {
    grid-template-columns: 1fr 1fr;
  }
  #hostingcomarison .btn {
    font-size: 22px;
    margin-left: 35px;
    height: 60px;
    align-items: center;
    width: 450px;
    display: block;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0;
  }
  #hostingcomarison .feature-left {
    border-right: none;
    border-left: 1px solid #B6BCC0;
  }
  #hostingcomarison .feature-right {
    border-left: none;
  }
  #hostingcomarison .feature-right, #hostingcomarison .feature-left {
    margin: 0;
    height: 47px;
  }
  #hostingcomarison .icon-section {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0;
    position: relative;
    top: 0px;
    transform: none;
  }
}
/* Clearing Styles */
.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}

.clearing-thumbs:after, [data-clearing]:after {
  clear: both;
}

.clearing-thumbs, [data-clearing] {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}

.clearing-thumbs li, [data-clearing] li {
  float: left;
  margin-right: 10px;
}

.clearing-thumbs[class*=block-grid-] li, [data-clearing][class*=block-grid-] li {
  margin-right: 0;
}

.clearing-blackout {
  background: #333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
}

.clearing-blackout .clearing-close {
  display: block;
}

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

.clearing-touch-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #aaa;
  font-size: 0.6em;
}

.visible-img {
  height: 95%;
  position: relative;
}

.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  max-height: 100%;
  max-width: 100%;
}

.clearing-caption {
  color: #ccc;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #333;
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0;
}

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #ccc;
  display: none;
}

.clearing-close:hover, .clearing-close:focus {
  color: #ccc;
}

.clearing-assembled .clearing-container {
  height: 100%;
}

.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

.clearing-feature li {
  display: none;
}

.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width: 40.063em) {
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }
  .clearing-main-prev > span,
  .clearing-main-next > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border: solid 12px;
  }
  .clearing-main-prev > span:hover,
  .clearing-main-next > span:hover {
    opacity: 0.8;
  }
  .clearing-main-prev {
    left: 0;
  }
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #ccc;
  }
  .clearing-main-next {
    right: 0;
  }
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #ccc;
  }
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.3;
  }
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }
  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li {
    display: block;
    width: 120px;
    min-height: inherit;
    float: left;
    overflow: hidden;
    margin-right: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
    clear: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    box-shadow: none;
    display: block;
  }
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: 0.8;
  }
  .clearing-assembled .clearing-container .visible-img {
    background: #333;
    overflow: hidden;
    height: 85%;
  }
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }
}
.resp-table.ssl-all span.alert-red {
  color: #FF585D;
  text-align: center;
  border: 1px solid #FF585D;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-red {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-red small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-red {
  /* padding: 12px 0; */
}

.resp-table.ssl-all span.alert-green {
  color: #18BF93;
  text-align: center;
  border: 1px solid #18BF93;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-green {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-green small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-green {
  /* padding: 12px 0; */
}

.row.sslText {
  padding: 0.9375rem;
}

.label-wrapper.cert_end.text-center {
  display: flex;
}

.label-wrapper.cert_end.text-center .header-label {
  display: inline;
}

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.mr-2 {
  margin-right: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
  .mr-2 {
    margin-top: 12px;
  }
}
.freeHostingStatus .active {
  color: #18bf93;
}

.freeHostingStatus .pending {
  color: orange;
}

.freeHostingStatus .suspended {
  color: red;
}

.freeHostingStatus .inactive {
  color: gray;
}

#hostingcomarison .header {
  display: inline-flex;
  width: 100%;
  margin-bottom: 27px;
}

#hostingcomarison .freeHostingTitle {
  margin-top: 56px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 100%;
  font-size: 32px;
  line-height: normal;
  margin-bottom: 11px;
}

#hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #333;
  padding: 10px 0;
  margin: 18px 0;
  border: 1px solid #B6BCC0;
}

#hostingcomarison .web-hosting {
  background-color: #CDEFDB;
}

#hostingcomarison .free-hosting {
  background-color: white;
}

#hostingcomarison .vs-divider {
  width: 90px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

#hostingcomarison .comparison-row {
  display: block;
  position: relative;
  margin: 0px 0;
}

#hostingcomarison .comparison-row:last-child {
  border-bottom: none;
}

#hostingcomarison .feature-left {
  flex: 1;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #B6BCC0;
  text-align: center;
  font-size: 15px;
  color: #000;
  margin-left: 70px;
  font-weight: 400;
  border-left: 0px;
}

#hostingcomarison .icon-section {
  width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#hostingcomarison .icon-email {
  background-color: #FFC505;
}

#hostingcomarison .icon-domain {
  background-color: #FFC505;
}

#hostingcomarison .icon-storage_ {
  background-color: #FFC505;
}

#hostingcomarison .icon-transfer {
  background-color: #FFC505;
}

#hostingcomarison .icon-spam {
  background-color: #FFC505;
}

#hostingcomarison .icon-traffic {
  background-color: #FFC505;
}

#hostingcomarison .feature-right {
  flex: 1;
  background-color: #CDEFDB;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  margin: 15px 0;
  font-size: 14px;
  color: #000;
  border: 2px solid #6FCF97;
  font-weight: 700;
  margin-left: 70px;
  border-left: 0px;
}

#hostingcomarison .cta-button {
  text-align: center;
  padding: 20px;
  background: transparent;
  justify-self: center; /* horizontal center inside column */
  align-self: center;
}

#hostingcomarison .free-hosting {
  border-right: 0px !important;
}

#hostingcomarison .web-hosting {
  border-left: 0px !important;
}

#hostingcomarison .ctaWrapper {
  display: grid;
}

#hostingcomarison .eye {
  cursor: pointer;
  margin-left: 8px;
}

#hostingcomarison .btn {
  background-color: #0569FF;
  color: white;
  padding: 15px 30px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}

#hostingcomarison .btn:hover {
  background-color: #1976d2;
}

/* default cursor when input is disabled */
#free-hosting:disabled + label {
  cursor: default;
}

/* pointer cursor when input is enabled */
#free-hosting:enabled + label {
  cursor: pointer;
}

@media screen and (min-width: 768) {
  #hostingcomarison .cta-button {
    margin-left: 70px;
  }
}
@media screen and (min-width: 1200px) {
  #hostingcomarison .comparison-row {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
  }
  #hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
    font-size: 30px;
    background-color: #EDF1F4;
    height: 54px;
  }
  #hostingcomarison .cta-button {
    grid-column: 2;
  }
  #hostingcomarison .ctaWrapper {
    grid-template-columns: 1fr 1fr;
  }
  #hostingcomarison .btn {
    font-size: 22px;
    margin-left: 35px;
    height: 60px;
    align-items: center;
    width: 450px;
    display: block;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0;
  }
  #hostingcomarison .feature-left {
    border-right: none;
    border-left: 1px solid #B6BCC0;
  }
  #hostingcomarison .feature-right {
    border-left: none;
  }
  #hostingcomarison .feature-right, #hostingcomarison .feature-left {
    margin: 0;
    height: 47px;
  }
  #hostingcomarison .icon-section {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0;
    position: relative;
    top: 0px;
    transform: none;
  }
}
/* Foundation Dropdowns */
.f-dropdown {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
}

.f-dropdown.open {
  display: block;
}

.f-dropdown > *:first-child {
  margin-top: 0;
}

.f-dropdown > *:last-child {
  margin-bottom: 0;
}

.f-dropdown {
  background: #31444e;
  border: solid 0px rgba(0, 0, 0, 0);
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 2px;
}

.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent #31444e transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 89;
}

.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent rgba(0, 0, 0, 0) transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 88;
}

.f-dropdown.right:before {
  left: auto;
  right: 10px;
}

.f-dropdown.right:after {
  left: auto;
  right: 9px;
}

.f-dropdown {
  max-width: 200px;
}

.f-dropdown.drop-right {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
}

.f-dropdown.drop-right.open {
  display: block;
}

.f-dropdown.drop-right > *:first-child {
  margin-top: 0;
}

.f-dropdown.drop-right > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.drop-right {
  background: #31444e;
  border: solid 0px rgba(0, 0, 0, 0);
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 0;
  margin-left: 2px;
}

.f-dropdown.drop-right:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #31444e transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10px;
  left: -12px;
  z-index: 89;
}

.f-dropdown.drop-right:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent rgba(0, 0, 0, 0) transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 9px;
  left: -14px;
  z-index: 88;
}

.f-dropdown.drop-right {
  max-width: 200px;
}

.f-dropdown.drop-left {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
}

.f-dropdown.drop-left.open {
  display: block;
}

.f-dropdown.drop-left > *:first-child {
  margin-top: 0;
}

.f-dropdown.drop-left > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.drop-left {
  background: #31444e;
  border: solid 0px rgba(0, 0, 0, 0);
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 0;
  margin-left: -2px;
}

.f-dropdown.drop-left:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent transparent #31444e;
  border-left-style: solid;
  position: absolute;
  top: 10px;
  right: -12px;
  left: auto;
  z-index: 89;
}

.f-dropdown.drop-left:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0);
  border-left-style: solid;
  position: absolute;
  top: 9px;
  right: -14px;
  left: auto;
  z-index: 88;
}

.f-dropdown.drop-left {
  max-width: 200px;
}

.f-dropdown.drop-top {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
}

.f-dropdown.drop-top.open {
  display: block;
}

.f-dropdown.drop-top > *:first-child {
  margin-top: 0;
}

.f-dropdown.drop-top > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.drop-top {
  background: #31444e;
  border: solid 0px rgba(0, 0, 0, 0);
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-left: 0;
  margin-top: -2px;
}

.f-dropdown.drop-top:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: #31444e transparent transparent transparent;
  border-top-style: solid;
  bottom: -12px;
  position: absolute;
  top: auto;
  left: 10px;
  right: auto;
  z-index: 89;
}

.f-dropdown.drop-top:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: rgba(0, 0, 0, 0) transparent transparent transparent;
  border-top-style: solid;
  bottom: -14px;
  position: absolute;
  top: auto;
  left: 9px;
  right: auto;
  z-index: 88;
}

.f-dropdown.drop-top {
  max-width: 200px;
}

.f-dropdown li {
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin: 0;
}

.f-dropdown li:hover, .f-dropdown li:focus {
  background: #3a505b;
}

.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #FFFFFF;
}

.f-dropdown.content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
}

.f-dropdown.content.open {
  display: block;
}

.f-dropdown.content > *:first-child {
  margin-top: 0;
}

.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.content {
  background: #31444e;
  border: solid 0px rgba(0, 0, 0, 0);
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  padding: 1.25rem;
  width: 100%;
  z-index: 89;
  max-width: 200px;
}

.f-dropdown.radius {
  border-radius: 3px;
}

.f-dropdown.tiny {
  max-width: 200px;
}

.f-dropdown.small {
  max-width: 300px;
}

.f-dropdown.medium {
  max-width: 500px;
}

.f-dropdown.large {
  max-width: 800px;
}

.f-dropdown.mega {
  width: 100% !important;
  max-width: 100% !important;
}

.f-dropdown.mega.open {
  left: 0 !important;
}

.resp-table.ssl-all span.alert-red {
  color: #FF585D;
  text-align: center;
  border: 1px solid #FF585D;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-red {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-red small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-red {
  /* padding: 12px 0; */
}

.resp-table.ssl-all span.alert-green {
  color: #18BF93;
  text-align: center;
  border: 1px solid #18BF93;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-green {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-green small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-green {
  /* padding: 12px 0; */
}

.row.sslText {
  padding: 0.9375rem;
}

.label-wrapper.cert_end.text-center {
  display: flex;
}

.label-wrapper.cert_end.text-center .header-label {
  display: inline;
}

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.mr-2 {
  margin-right: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
  .mr-2 {
    margin-top: 12px;
  }
}
.freeHostingStatus .active {
  color: #18bf93;
}

.freeHostingStatus .pending {
  color: orange;
}

.freeHostingStatus .suspended {
  color: red;
}

.freeHostingStatus .inactive {
  color: gray;
}

#hostingcomarison .header {
  display: inline-flex;
  width: 100%;
  margin-bottom: 27px;
}

#hostingcomarison .freeHostingTitle {
  margin-top: 56px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 100%;
  font-size: 32px;
  line-height: normal;
  margin-bottom: 11px;
}

#hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #333;
  padding: 10px 0;
  margin: 18px 0;
  border: 1px solid #B6BCC0;
}

#hostingcomarison .web-hosting {
  background-color: #CDEFDB;
}

#hostingcomarison .free-hosting {
  background-color: white;
}

#hostingcomarison .vs-divider {
  width: 90px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

#hostingcomarison .comparison-row {
  display: block;
  position: relative;
  margin: 0px 0;
}

#hostingcomarison .comparison-row:last-child {
  border-bottom: none;
}

#hostingcomarison .feature-left {
  flex: 1;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #B6BCC0;
  text-align: center;
  font-size: 15px;
  color: #000;
  margin-left: 70px;
  font-weight: 400;
  border-left: 0px;
}

#hostingcomarison .icon-section {
  width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#hostingcomarison .icon-email {
  background-color: #FFC505;
}

#hostingcomarison .icon-domain {
  background-color: #FFC505;
}

#hostingcomarison .icon-storage_ {
  background-color: #FFC505;
}

#hostingcomarison .icon-transfer {
  background-color: #FFC505;
}

#hostingcomarison .icon-spam {
  background-color: #FFC505;
}

#hostingcomarison .icon-traffic {
  background-color: #FFC505;
}

#hostingcomarison .feature-right {
  flex: 1;
  background-color: #CDEFDB;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  margin: 15px 0;
  font-size: 14px;
  color: #000;
  border: 2px solid #6FCF97;
  font-weight: 700;
  margin-left: 70px;
  border-left: 0px;
}

#hostingcomarison .cta-button {
  text-align: center;
  padding: 20px;
  background: transparent;
  justify-self: center; /* horizontal center inside column */
  align-self: center;
}

#hostingcomarison .free-hosting {
  border-right: 0px !important;
}

#hostingcomarison .web-hosting {
  border-left: 0px !important;
}

#hostingcomarison .ctaWrapper {
  display: grid;
}

#hostingcomarison .eye {
  cursor: pointer;
  margin-left: 8px;
}

#hostingcomarison .btn {
  background-color: #0569FF;
  color: white;
  padding: 15px 30px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}

#hostingcomarison .btn:hover {
  background-color: #1976d2;
}

/* default cursor when input is disabled */
#free-hosting:disabled + label {
  cursor: default;
}

/* pointer cursor when input is enabled */
#free-hosting:enabled + label {
  cursor: pointer;
}

@media screen and (min-width: 768) {
  #hostingcomarison .cta-button {
    margin-left: 70px;
  }
}
@media screen and (min-width: 1200px) {
  #hostingcomarison .comparison-row {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
  }
  #hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
    font-size: 30px;
    background-color: #EDF1F4;
    height: 54px;
  }
  #hostingcomarison .cta-button {
    grid-column: 2;
  }
  #hostingcomarison .ctaWrapper {
    grid-template-columns: 1fr 1fr;
  }
  #hostingcomarison .btn {
    font-size: 22px;
    margin-left: 35px;
    height: 60px;
    align-items: center;
    width: 450px;
    display: block;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0;
  }
  #hostingcomarison .feature-left {
    border-right: none;
    border-left: 1px solid #B6BCC0;
  }
  #hostingcomarison .feature-right {
    border-left: none;
  }
  #hostingcomarison .feature-right, #hostingcomarison .feature-left {
    margin: 0;
    height: 47px;
  }
  #hostingcomarison .icon-section {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0;
    position: relative;
    top: 0px;
    transform: none;
  }
}
.dropdown.button, button.dropdown {
  position: relative;
}

.dropdown.button:before, button.dropdown:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  top: 50%;
}

.dropdown.button, button.dropdown {
  padding-right: 3.5625rem;
}

.dropdown.button:before, button.dropdown:before {
  border-width: 0.375rem;
  right: 1.40625rem;
  margin-top: -0.15625rem;
}

.dropdown.button:before, button.dropdown:before {
  border-color: #fff transparent transparent transparent;
}

.dropdown.button.tiny, button.dropdown.tiny {
  padding-right: 2.625rem;
}

.dropdown.button.tiny:before, button.dropdown.tiny:before {
  border-width: 0.375rem;
  right: 1.125rem;
  margin-top: -0.125rem;
}

.dropdown.button.tiny:before, button.dropdown.tiny:before {
  border-color: #fff transparent transparent transparent;
}

.dropdown.button.small, button.dropdown.small {
  padding-right: 3.0625rem;
}

.dropdown.button.small:before, button.dropdown.small:before {
  border-width: 0.4375rem;
  right: 1.3125rem;
  margin-top: -0.15625rem;
}

.dropdown.button.small:before, button.dropdown.small:before {
  border-color: #fff transparent transparent transparent;
}

.dropdown.button.large, button.dropdown.large {
  padding-right: 3.625rem;
}

.dropdown.button.large:before, button.dropdown.large:before {
  border-width: 0.3125rem;
  right: 1.71875rem;
  margin-top: -0.15625rem;
}

.dropdown.button.large:before, button.dropdown.large:before {
  border-color: #fff transparent transparent transparent;
}

.dropdown.button.secondary:before, button.dropdown.secondary:before {
  border-color: #333 transparent transparent transparent;
}

.resp-table.ssl-all span.alert-red {
  color: #FF585D;
  text-align: center;
  border: 1px solid #FF585D;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-red {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-red small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-red {
  /* padding: 12px 0; */
}

.resp-table.ssl-all span.alert-green {
  color: #18BF93;
  text-align: center;
  border: 1px solid #18BF93;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-green {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-green small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-green {
  /* padding: 12px 0; */
}

.row.sslText {
  padding: 0.9375rem;
}

.label-wrapper.cert_end.text-center {
  display: flex;
}

.label-wrapper.cert_end.text-center .header-label {
  display: inline;
}

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.mr-2 {
  margin-right: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
  .mr-2 {
    margin-top: 12px;
  }
}
.freeHostingStatus .active {
  color: #18bf93;
}

.freeHostingStatus .pending {
  color: orange;
}

.freeHostingStatus .suspended {
  color: red;
}

.freeHostingStatus .inactive {
  color: gray;
}

#hostingcomarison .header {
  display: inline-flex;
  width: 100%;
  margin-bottom: 27px;
}

#hostingcomarison .freeHostingTitle {
  margin-top: 56px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 100%;
  font-size: 32px;
  line-height: normal;
  margin-bottom: 11px;
}

#hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #333;
  padding: 10px 0;
  margin: 18px 0;
  border: 1px solid #B6BCC0;
}

#hostingcomarison .web-hosting {
  background-color: #CDEFDB;
}

#hostingcomarison .free-hosting {
  background-color: white;
}

#hostingcomarison .vs-divider {
  width: 90px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

#hostingcomarison .comparison-row {
  display: block;
  position: relative;
  margin: 0px 0;
}

#hostingcomarison .comparison-row:last-child {
  border-bottom: none;
}

#hostingcomarison .feature-left {
  flex: 1;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #B6BCC0;
  text-align: center;
  font-size: 15px;
  color: #000;
  margin-left: 70px;
  font-weight: 400;
  border-left: 0px;
}

#hostingcomarison .icon-section {
  width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#hostingcomarison .icon-email {
  background-color: #FFC505;
}

#hostingcomarison .icon-domain {
  background-color: #FFC505;
}

#hostingcomarison .icon-storage_ {
  background-color: #FFC505;
}

#hostingcomarison .icon-transfer {
  background-color: #FFC505;
}

#hostingcomarison .icon-spam {
  background-color: #FFC505;
}

#hostingcomarison .icon-traffic {
  background-color: #FFC505;
}

#hostingcomarison .feature-right {
  flex: 1;
  background-color: #CDEFDB;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  margin: 15px 0;
  font-size: 14px;
  color: #000;
  border: 2px solid #6FCF97;
  font-weight: 700;
  margin-left: 70px;
  border-left: 0px;
}

#hostingcomarison .cta-button {
  text-align: center;
  padding: 20px;
  background: transparent;
  justify-self: center; /* horizontal center inside column */
  align-self: center;
}

#hostingcomarison .free-hosting {
  border-right: 0px !important;
}

#hostingcomarison .web-hosting {
  border-left: 0px !important;
}

#hostingcomarison .ctaWrapper {
  display: grid;
}

#hostingcomarison .eye {
  cursor: pointer;
  margin-left: 8px;
}

#hostingcomarison .btn {
  background-color: #0569FF;
  color: white;
  padding: 15px 30px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}

#hostingcomarison .btn:hover {
  background-color: #1976d2;
}

/* default cursor when input is disabled */
#free-hosting:disabled + label {
  cursor: default;
}

/* pointer cursor when input is enabled */
#free-hosting:enabled + label {
  cursor: pointer;
}

@media screen and (min-width: 768) {
  #hostingcomarison .cta-button {
    margin-left: 70px;
  }
}
@media screen and (min-width: 1200px) {
  #hostingcomarison .comparison-row {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
  }
  #hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
    font-size: 30px;
    background-color: #EDF1F4;
    height: 54px;
  }
  #hostingcomarison .cta-button {
    grid-column: 2;
  }
  #hostingcomarison .ctaWrapper {
    grid-template-columns: 1fr 1fr;
  }
  #hostingcomarison .btn {
    font-size: 22px;
    margin-left: 35px;
    height: 60px;
    align-items: center;
    width: 450px;
    display: block;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0;
  }
  #hostingcomarison .feature-left {
    border-right: none;
    border-left: 1px solid #B6BCC0;
  }
  #hostingcomarison .feature-right {
    border-left: none;
  }
  #hostingcomarison .feature-right, #hostingcomarison .feature-left {
    margin: 0;
    height: 47px;
  }
  #hostingcomarison .icon-section {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0;
    position: relative;
    top: 0px;
    transform: none;
  }
}
.resp-table.ssl-all span.alert-red {
  color: #FF585D;
  text-align: center;
  border: 1px solid #FF585D;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-red {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-red small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-red {
  /* padding: 12px 0; */
}

.resp-table.ssl-all span.alert-green {
  color: #18BF93;
  text-align: center;
  border: 1px solid #18BF93;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-green {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-green small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-green {
  /* padding: 12px 0; */
}

.row.sslText {
  padding: 0.9375rem;
}

.label-wrapper.cert_end.text-center {
  display: flex;
}

.label-wrapper.cert_end.text-center .header-label {
  display: inline;
}

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.mr-2 {
  margin-right: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
  .mr-2 {
    margin-top: 12px;
  }
}
.freeHostingStatus .active {
  color: #18bf93;
}

.freeHostingStatus .pending {
  color: orange;
}

.freeHostingStatus .suspended {
  color: red;
}

.freeHostingStatus .inactive {
  color: gray;
}

#hostingcomarison .header {
  display: inline-flex;
  width: 100%;
  margin-bottom: 27px;
}

#hostingcomarison .freeHostingTitle {
  margin-top: 56px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 100%;
  font-size: 32px;
  line-height: normal;
  margin-bottom: 11px;
}

#hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #333;
  padding: 10px 0;
  margin: 18px 0;
  border: 1px solid #B6BCC0;
}

#hostingcomarison .web-hosting {
  background-color: #CDEFDB;
}

#hostingcomarison .free-hosting {
  background-color: white;
}

#hostingcomarison .vs-divider {
  width: 90px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

#hostingcomarison .comparison-row {
  display: block;
  position: relative;
  margin: 0px 0;
}

#hostingcomarison .comparison-row:last-child {
  border-bottom: none;
}

#hostingcomarison .feature-left {
  flex: 1;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #B6BCC0;
  text-align: center;
  font-size: 15px;
  color: #000;
  margin-left: 70px;
  font-weight: 400;
  border-left: 0px;
}

#hostingcomarison .icon-section {
  width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#hostingcomarison .icon-email {
  background-color: #FFC505;
}

#hostingcomarison .icon-domain {
  background-color: #FFC505;
}

#hostingcomarison .icon-storage_ {
  background-color: #FFC505;
}

#hostingcomarison .icon-transfer {
  background-color: #FFC505;
}

#hostingcomarison .icon-spam {
  background-color: #FFC505;
}

#hostingcomarison .icon-traffic {
  background-color: #FFC505;
}

#hostingcomarison .feature-right {
  flex: 1;
  background-color: #CDEFDB;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  margin: 15px 0;
  font-size: 14px;
  color: #000;
  border: 2px solid #6FCF97;
  font-weight: 700;
  margin-left: 70px;
  border-left: 0px;
}

#hostingcomarison .cta-button {
  text-align: center;
  padding: 20px;
  background: transparent;
  justify-self: center; /* horizontal center inside column */
  align-self: center;
}

#hostingcomarison .free-hosting {
  border-right: 0px !important;
}

#hostingcomarison .web-hosting {
  border-left: 0px !important;
}

#hostingcomarison .ctaWrapper {
  display: grid;
}

#hostingcomarison .eye {
  cursor: pointer;
  margin-left: 8px;
}

#hostingcomarison .btn {
  background-color: #0569FF;
  color: white;
  padding: 15px 30px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}

#hostingcomarison .btn:hover {
  background-color: #1976d2;
}

/* default cursor when input is disabled */
#free-hosting:disabled + label {
  cursor: default;
}

/* pointer cursor when input is enabled */
#free-hosting:enabled + label {
  cursor: pointer;
}

@media screen and (min-width: 768) {
  #hostingcomarison .cta-button {
    margin-left: 70px;
  }
}
@media screen and (min-width: 1200px) {
  #hostingcomarison .comparison-row {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
  }
  #hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
    font-size: 30px;
    background-color: #EDF1F4;
    height: 54px;
  }
  #hostingcomarison .cta-button {
    grid-column: 2;
  }
  #hostingcomarison .ctaWrapper {
    grid-template-columns: 1fr 1fr;
  }
  #hostingcomarison .btn {
    font-size: 22px;
    margin-left: 35px;
    height: 60px;
    align-items: center;
    width: 450px;
    display: block;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0;
  }
  #hostingcomarison .feature-left {
    border-right: none;
    border-left: 1px solid #B6BCC0;
  }
  #hostingcomarison .feature-right {
    border-left: none;
  }
  #hostingcomarison .feature-right, #hostingcomarison .feature-left {
    margin: 0;
    height: 47px;
  }
  #hostingcomarison .icon-section {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0;
    position: relative;
    top: 0px;
    transform: none;
  }
}
.wp-hosting .submitText {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.hide {
  display: none;
}

/* Standard Forms */
form {
  margin: 0 0 1.125rem;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5625rem;
}

form .row .row .column,
form .row .row .columns {
  padding: 0 0.5625rem;
}

form .row .row.collapse {
  margin: 0;
}

form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}

form .row .row.collapse input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5625rem;
}

/* Label Styles */
label {
  color: rgb(76.5, 76.5, 76.5);
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 0;
}

label.right {
  float: none !important;
  text-align: right;
}

label.inline {
  margin: 0 0 1.125rem 0;
  line-height: 2.5625rem;
}

label {
  /* Styles for required inputs */
}

label small {
  text-transform: capitalize;
  color: rgb(103.275, 103.275, 103.275);
}

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.875rem;
  height: 2.5rem;
  line-height: 2.5rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}

.prefix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}

.prefix.button.radius {
  border-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.postfix.button.radius {
  border-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.prefix.button.round {
  border-radius: 0;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round {
  border-radius: 0;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: rgb(212.5, 221, 225.25);
  border-right: none;
  color: #31444e;
  border-color: rgb(192.5, 205, 211.25);
}

span.postfix, label.postfix {
  background: rgb(212.5, 221, 225.25);
  border-left: none;
  color: #31444e;
  border-color: rgb(192.5, 205, 211.25);
}

/* We use this to get basic styling on all basic form elements */
input:not([type]), input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=color], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(192.5, 205, 211.25);
  box-shadow: 0;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.5rem;
  margin: 0 0 1.125rem 0;
  padding: 0.5625rem;
  width: 100%;
  box-sizing: border-box;
}

input:not([type]):focus, input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=week]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=color]:focus, textarea:focus {
  background-color: rgb(249.9, 249.9, 249.9);
  border-color: #999999;
  outline: none;
}

input:not([type]):disabled, input[type=text]:disabled, input[type=password]:disabled, input[type=date]:disabled, input[type=datetime]:disabled, input[type=datetime-local]:disabled, input[type=month]:disabled, input[type=week]:disabled, input[type=email]:disabled, input[type=number]:disabled, input[type=search]:disabled, input[type=tel]:disabled, input[type=time]:disabled, input[type=url]:disabled, input[type=color]:disabled, textarea:disabled {
  background-color: #FFFFFF;
  cursor: default;
}

input:not([type])[disabled], input:not([type])[readonly], fieldset[disabled] input:not([type]), input[type=text][disabled], input[type=text][readonly], fieldset[disabled] input[type=text], input[type=password][disabled], input[type=password][readonly], fieldset[disabled] input[type=password], input[type=date][disabled], input[type=date][readonly], fieldset[disabled] input[type=date], input[type=datetime][disabled], input[type=datetime][readonly], fieldset[disabled] input[type=datetime], input[type=datetime-local][disabled], input[type=datetime-local][readonly], fieldset[disabled] input[type=datetime-local], input[type=month][disabled], input[type=month][readonly], fieldset[disabled] input[type=month], input[type=week][disabled], input[type=week][readonly], fieldset[disabled] input[type=week], input[type=email][disabled], input[type=email][readonly], fieldset[disabled] input[type=email], input[type=number][disabled], input[type=number][readonly], fieldset[disabled] input[type=number], input[type=search][disabled], input[type=search][readonly], fieldset[disabled] input[type=search], input[type=tel][disabled], input[type=tel][readonly], fieldset[disabled] input[type=tel], input[type=time][disabled], input[type=time][readonly], fieldset[disabled] input[type=time], input[type=url][disabled], input[type=url][readonly], fieldset[disabled] input[type=url], input[type=color][disabled], input[type=color][readonly], fieldset[disabled] input[type=color], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
  background-color: #FFFFFF;
  cursor: default;
}

input:not([type]), input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=color], textarea {
  transition: border-color 0.15s linear, background 0.15s linear;
}

input:not([type]).radius, input[type=text].radius, input[type=password].radius, input[type=date].radius, input[type=datetime].radius, input[type=datetime-local].radius, input[type=month].radius, input[type=week].radius, input[type=email].radius, input[type=number].radius, input[type=search].radius, input[type=tel].radius, input[type=time].radius, input[type=url].radius, input[type=color].radius, textarea.radius {
  border-radius: 3px;
}

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto;
}

/* Not allow resize out of parent */
textarea {
  max-width: 100%;
}

::-webkit-input-placeholder {
  color: #666666;
}

:-moz-placeholder { /* Firefox 18- */
  color: #666666;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #666666;
}

:-ms-input-placeholder {
  color: #666666;
}

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FFFFFF;
  border-radius: 0;
}

select::-ms-expand {
  display: none;
}

select {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(192.5, 205, 211.25);
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0.5625rem;
  border-radius: 0;
}

select.radius {
  border-radius: 3px;
}

select:focus {
  background-color: rgb(247.35, 247.35, 247.35);
  border-color: #999999;
}

select:disabled {
  background-color: #FFFFFF;
  cursor: default;
}

select {
  height: 2.5rem;
}

select[multiple] {
  height: auto;
}

/* Adjust margin for form elements below */
input[type=file],
input[type=checkbox],
input[type=radio],
select {
  margin: 0 0 1.125rem 0;
}

input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
  margin-left: 0.5625rem;
  margin-right: 1.125rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */
input[type=file] {
  width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid rgb(180, 195, 202.5);
  margin: 1.125rem 0;
  padding: 1.25rem;
}

fieldset legend {
  font-weight: 300;
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0.5rem 1rem;
}

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 1.125rem;
  margin-top: -1px;
  padding: 0.2rem 0.5625rem 0.25rem;
  background: #ff585d;
  color: #FFFFFF;
}

[data-abide] span.error, [data-abide] small.error {
  display: none;
}

span.error, small.error {
  display: block;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 1.125rem;
  margin-top: -1px;
  padding: 0.2rem 0.5625rem 0.25rem;
  background: #ff585d;
  color: #FFFFFF;
  display: flex;
  margin-top: 0px;
}

.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}

.error input[type=checkbox],
.error input[type=radio] {
  margin-bottom: 1.125rem;
}

.error label,
.error label.error {
  color: #ff585d;
}

.error small.error {
  display: block;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 1.125rem;
  margin-top: -1px;
  padding: 0.2rem 0.5625rem 0.25rem;
  background: #ff585d;
  color: #FFFFFF;
}

.error > label > small {
  background: transparent;
  color: rgb(103.275, 103.275, 103.275);
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}

.error span.error-message {
  display: block;
}

input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

label.error {
  color: #ff585d;
}

.captchaEl {
  padding-bottom: 1.125rem;
}

.captchaEl span.error {
  margin-bottom: 0;
}

input#billingProfileHandler::-moz-placeholder {
  color: black;
}

input#billingProfileHandler::placeholder {
  color: black;
}

.resp-table.ssl-all span.alert-red {
  color: #FF585D;
  text-align: center;
  border: 1px solid #FF585D;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-red {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-red small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-red {
  /* padding: 12px 0; */
}

.resp-table.ssl-all span.alert-green {
  color: #18BF93;
  text-align: center;
  border: 1px solid #18BF93;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-green {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-green small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-green {
  /* padding: 12px 0; */
}

.row.sslText {
  padding: 0.9375rem;
}

.label-wrapper.cert_end.text-center {
  display: flex;
}

.label-wrapper.cert_end.text-center .header-label {
  display: inline;
}

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.mr-2 {
  margin-right: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
  .mr-2 {
    margin-top: 12px;
  }
}
.freeHostingStatus .active {
  color: #18bf93;
}

.freeHostingStatus .pending {
  color: orange;
}

.freeHostingStatus .suspended {
  color: red;
}

.freeHostingStatus .inactive {
  color: gray;
}

#hostingcomarison .header {
  display: inline-flex;
  width: 100%;
  margin-bottom: 27px;
}

#hostingcomarison .freeHostingTitle {
  margin-top: 56px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 100%;
  font-size: 32px;
  line-height: normal;
  margin-bottom: 11px;
}

#hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #333;
  padding: 10px 0;
  margin: 18px 0;
  border: 1px solid #B6BCC0;
}

#hostingcomarison .web-hosting {
  background-color: #CDEFDB;
}

#hostingcomarison .free-hosting {
  background-color: white;
}

#hostingcomarison .vs-divider {
  width: 90px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

#hostingcomarison .comparison-row {
  display: block;
  position: relative;
  margin: 0px 0;
}

#hostingcomarison .comparison-row:last-child {
  border-bottom: none;
}

#hostingcomarison .feature-left {
  flex: 1;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #B6BCC0;
  text-align: center;
  font-size: 15px;
  color: #000;
  margin-left: 70px;
  font-weight: 400;
  border-left: 0px;
}

#hostingcomarison .icon-section {
  width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#hostingcomarison .icon-email {
  background-color: #FFC505;
}

#hostingcomarison .icon-domain {
  background-color: #FFC505;
}

#hostingcomarison .icon-storage_ {
  background-color: #FFC505;
}

#hostingcomarison .icon-transfer {
  background-color: #FFC505;
}

#hostingcomarison .icon-spam {
  background-color: #FFC505;
}

#hostingcomarison .icon-traffic {
  background-color: #FFC505;
}

#hostingcomarison .feature-right {
  flex: 1;
  background-color: #CDEFDB;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  margin: 15px 0;
  font-size: 14px;
  color: #000;
  border: 2px solid #6FCF97;
  font-weight: 700;
  margin-left: 70px;
  border-left: 0px;
}

#hostingcomarison .cta-button {
  text-align: center;
  padding: 20px;
  background: transparent;
  justify-self: center; /* horizontal center inside column */
  align-self: center;
}

#hostingcomarison .free-hosting {
  border-right: 0px !important;
}

#hostingcomarison .web-hosting {
  border-left: 0px !important;
}

#hostingcomarison .ctaWrapper {
  display: grid;
}

#hostingcomarison .eye {
  cursor: pointer;
  margin-left: 8px;
}

#hostingcomarison .btn {
  background-color: #0569FF;
  color: white;
  padding: 15px 30px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}

#hostingcomarison .btn:hover {
  background-color: #1976d2;
}

/* default cursor when input is disabled */
#free-hosting:disabled + label {
  cursor: default;
}

/* pointer cursor when input is enabled */
#free-hosting:enabled + label {
  cursor: pointer;
}

@media screen and (min-width: 768) {
  #hostingcomarison .cta-button {
    margin-left: 70px;
  }
}
@media screen and (min-width: 1200px) {
  #hostingcomarison .comparison-row {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
  }
  #hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
    font-size: 30px;
    background-color: #EDF1F4;
    height: 54px;
  }
  #hostingcomarison .cta-button {
    grid-column: 2;
  }
  #hostingcomarison .ctaWrapper {
    grid-template-columns: 1fr 1fr;
  }
  #hostingcomarison .btn {
    font-size: 22px;
    margin-left: 35px;
    height: 60px;
    align-items: center;
    width: 450px;
    display: block;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0;
  }
  #hostingcomarison .feature-left {
    border-right: none;
    border-left: 1px solid #B6BCC0;
  }
  #hostingcomarison .feature-right {
    border-left: none;
  }
  #hostingcomarison .feature-right, #hostingcomarison .feature-left {
    margin: 0;
    height: 47px;
  }
  #hostingcomarison .icon-section {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0;
    position: relative;
    top: 0px;
    transform: none;
  }
}
.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.375rem;
  display: block;
}

.inline-list > li > * {
  display: block;
}

.resp-table.ssl-all span.alert-red {
  color: #FF585D;
  text-align: center;
  border: 1px solid #FF585D;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-red {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-red small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-red {
  /* padding: 12px 0; */
}

.resp-table.ssl-all span.alert-green {
  color: #18BF93;
  text-align: center;
  border: 1px solid #18BF93;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-green {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-green small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-green {
  /* padding: 12px 0; */
}

.row.sslText {
  padding: 0.9375rem;
}

.label-wrapper.cert_end.text-center {
  display: flex;
}

.label-wrapper.cert_end.text-center .header-label {
  display: inline;
}

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.mr-2 {
  margin-right: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
  .mr-2 {
    margin-top: 12px;
  }
}
.freeHostingStatus .active {
  color: #18bf93;
}

.freeHostingStatus .pending {
  color: orange;
}

.freeHostingStatus .suspended {
  color: red;
}

.freeHostingStatus .inactive {
  color: gray;
}

#hostingcomarison .header {
  display: inline-flex;
  width: 100%;
  margin-bottom: 27px;
}

#hostingcomarison .freeHostingTitle {
  margin-top: 56px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 100%;
  font-size: 32px;
  line-height: normal;
  margin-bottom: 11px;
}

#hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #333;
  padding: 10px 0;
  margin: 18px 0;
  border: 1px solid #B6BCC0;
}

#hostingcomarison .web-hosting {
  background-color: #CDEFDB;
}

#hostingcomarison .free-hosting {
  background-color: white;
}

#hostingcomarison .vs-divider {
  width: 90px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

#hostingcomarison .comparison-row {
  display: block;
  position: relative;
  margin: 0px 0;
}

#hostingcomarison .comparison-row:last-child {
  border-bottom: none;
}

#hostingcomarison .feature-left {
  flex: 1;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #B6BCC0;
  text-align: center;
  font-size: 15px;
  color: #000;
  margin-left: 70px;
  font-weight: 400;
  border-left: 0px;
}

#hostingcomarison .icon-section {
  width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#hostingcomarison .icon-email {
  background-color: #FFC505;
}

#hostingcomarison .icon-domain {
  background-color: #FFC505;
}

#hostingcomarison .icon-storage_ {
  background-color: #FFC505;
}

#hostingcomarison .icon-transfer {
  background-color: #FFC505;
}

#hostingcomarison .icon-spam {
  background-color: #FFC505;
}

#hostingcomarison .icon-traffic {
  background-color: #FFC505;
}

#hostingcomarison .feature-right {
  flex: 1;
  background-color: #CDEFDB;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  margin: 15px 0;
  font-size: 14px;
  color: #000;
  border: 2px solid #6FCF97;
  font-weight: 700;
  margin-left: 70px;
  border-left: 0px;
}

#hostingcomarison .cta-button {
  text-align: center;
  padding: 20px;
  background: transparent;
  justify-self: center; /* horizontal center inside column */
  align-self: center;
}

#hostingcomarison .free-hosting {
  border-right: 0px !important;
}

#hostingcomarison .web-hosting {
  border-left: 0px !important;
}

#hostingcomarison .ctaWrapper {
  display: grid;
}

#hostingcomarison .eye {
  cursor: pointer;
  margin-left: 8px;
}

#hostingcomarison .btn {
  background-color: #0569FF;
  color: white;
  padding: 15px 30px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}

#hostingcomarison .btn:hover {
  background-color: #1976d2;
}

/* default cursor when input is disabled */
#free-hosting:disabled + label {
  cursor: default;
}

/* pointer cursor when input is enabled */
#free-hosting:enabled + label {
  cursor: pointer;
}

@media screen and (min-width: 768) {
  #hostingcomarison .cta-button {
    margin-left: 70px;
  }
}
@media screen and (min-width: 1200px) {
  #hostingcomarison .comparison-row {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
  }
  #hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
    font-size: 30px;
    background-color: #EDF1F4;
    height: 54px;
  }
  #hostingcomarison .cta-button {
    grid-column: 2;
  }
  #hostingcomarison .ctaWrapper {
    grid-template-columns: 1fr 1fr;
  }
  #hostingcomarison .btn {
    font-size: 22px;
    margin-left: 35px;
    height: 60px;
    align-items: center;
    width: 450px;
    display: block;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0;
  }
  #hostingcomarison .feature-left {
    border-right: none;
    border-left: 1px solid #B6BCC0;
  }
  #hostingcomarison .feature-right {
    border-left: none;
  }
  #hostingcomarison .feature-right, #hostingcomarison .feature-left {
    margin: 0;
    height: 47px;
  }
  #hostingcomarison .icon-section {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0;
    position: relative;
    top: 0px;
    transform: none;
  }
}
.keystroke,
kbd {
  background-color: rgb(237.15, 237.15, 237.15);
  border-color: rgb(220.5495, 220.5495, 220.5495);
  color: #222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  padding: 0.125rem 0.25rem 0;
  border-radius: 3px;
}

.resp-table.ssl-all span.alert-red {
  color: #FF585D;
  text-align: center;
  border: 1px solid #FF585D;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-red {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-red small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-red {
  /* padding: 12px 0; */
}

.resp-table.ssl-all span.alert-green {
  color: #18BF93;
  text-align: center;
  border: 1px solid #18BF93;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-green {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-green small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-green {
  /* padding: 12px 0; */
}

.row.sslText {
  padding: 0.9375rem;
}

.label-wrapper.cert_end.text-center {
  display: flex;
}

.label-wrapper.cert_end.text-center .header-label {
  display: inline;
}

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.mr-2 {
  margin-right: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
  .mr-2 {
    margin-top: 12px;
  }
}
.freeHostingStatus .active {
  color: #18bf93;
}

.freeHostingStatus .pending {
  color: orange;
}

.freeHostingStatus .suspended {
  color: red;
}

.freeHostingStatus .inactive {
  color: gray;
}

#hostingcomarison .header {
  display: inline-flex;
  width: 100%;
  margin-bottom: 27px;
}

#hostingcomarison .freeHostingTitle {
  margin-top: 56px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 100%;
  font-size: 32px;
  line-height: normal;
  margin-bottom: 11px;
}

#hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #333;
  padding: 10px 0;
  margin: 18px 0;
  border: 1px solid #B6BCC0;
}

#hostingcomarison .web-hosting {
  background-color: #CDEFDB;
}

#hostingcomarison .free-hosting {
  background-color: white;
}

#hostingcomarison .vs-divider {
  width: 90px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

#hostingcomarison .comparison-row {
  display: block;
  position: relative;
  margin: 0px 0;
}

#hostingcomarison .comparison-row:last-child {
  border-bottom: none;
}

#hostingcomarison .feature-left {
  flex: 1;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #B6BCC0;
  text-align: center;
  font-size: 15px;
  color: #000;
  margin-left: 70px;
  font-weight: 400;
  border-left: 0px;
}

#hostingcomarison .icon-section {
  width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#hostingcomarison .icon-email {
  background-color: #FFC505;
}

#hostingcomarison .icon-domain {
  background-color: #FFC505;
}

#hostingcomarison .icon-storage_ {
  background-color: #FFC505;
}

#hostingcomarison .icon-transfer {
  background-color: #FFC505;
}

#hostingcomarison .icon-spam {
  background-color: #FFC505;
}

#hostingcomarison .icon-traffic {
  background-color: #FFC505;
}

#hostingcomarison .feature-right {
  flex: 1;
  background-color: #CDEFDB;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  margin: 15px 0;
  font-size: 14px;
  color: #000;
  border: 2px solid #6FCF97;
  font-weight: 700;
  margin-left: 70px;
  border-left: 0px;
}

#hostingcomarison .cta-button {
  text-align: center;
  padding: 20px;
  background: transparent;
  justify-self: center; /* horizontal center inside column */
  align-self: center;
}

#hostingcomarison .free-hosting {
  border-right: 0px !important;
}

#hostingcomarison .web-hosting {
  border-left: 0px !important;
}

#hostingcomarison .ctaWrapper {
  display: grid;
}

#hostingcomarison .eye {
  cursor: pointer;
  margin-left: 8px;
}

#hostingcomarison .btn {
  background-color: #0569FF;
  color: white;
  padding: 15px 30px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}

#hostingcomarison .btn:hover {
  background-color: #1976d2;
}

/* default cursor when input is disabled */
#free-hosting:disabled + label {
  cursor: default;
}

/* pointer cursor when input is enabled */
#free-hosting:enabled + label {
  cursor: pointer;
}

@media screen and (min-width: 768) {
  #hostingcomarison .cta-button {
    margin-left: 70px;
  }
}
@media screen and (min-width: 1200px) {
  #hostingcomarison .comparison-row {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
  }
  #hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
    font-size: 30px;
    background-color: #EDF1F4;
    height: 54px;
  }
  #hostingcomarison .cta-button {
    grid-column: 2;
  }
  #hostingcomarison .ctaWrapper {
    grid-template-columns: 1fr 1fr;
  }
  #hostingcomarison .btn {
    font-size: 22px;
    margin-left: 35px;
    height: 60px;
    align-items: center;
    width: 450px;
    display: block;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0;
  }
  #hostingcomarison .feature-left {
    border-right: none;
    border-left: 1px solid #B6BCC0;
  }
  #hostingcomarison .feature-right {
    border-left: none;
  }
  #hostingcomarison .feature-right, #hostingcomarison .feature-left {
    margin: 0;
    height: 47px;
  }
  #hostingcomarison .icon-section {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0;
    position: relative;
    top: 0px;
    transform: none;
  }
}
.label {
  font-weight: normal;
  font-family: "Roboto";
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: inherit;
  padding: 0.25rem 0.5rem;
  font-size: 0.6875rem;
  background-color: #008cdd;
  color: #fff;
}

.label.radius {
  border-radius: 3px;
}

.label.round {
  border-radius: 1000px;
}

.label.alert {
  background-color: #ff585d;
  color: #fff;
}

.label.success {
  background-color: #18BF93;
  color: #fff;
}

.label.secondary {
  background-color: rgb(207, 216.6, 221.4);
  color: #333;
}

.label.warning {
  background-color: #fd9662;
  color: #fff;
}

.resp-table.ssl-all span.alert-red {
  color: #FF585D;
  text-align: center;
  border: 1px solid #FF585D;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-red {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-red small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-red {
  /* padding: 12px 0; */
}

.resp-table.ssl-all span.alert-green {
  color: #18BF93;
  text-align: center;
  border: 1px solid #18BF93;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-green {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-green small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-green {
  /* padding: 12px 0; */
}

.row.sslText {
  padding: 0.9375rem;
}

.label-wrapper.cert_end.text-center {
  display: flex;
}

.label-wrapper.cert_end.text-center .header-label {
  display: inline;
}

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.mr-2 {
  margin-right: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
  .mr-2 {
    margin-top: 12px;
  }
}
.freeHostingStatus .active {
  color: #18bf93;
}

.freeHostingStatus .pending {
  color: orange;
}

.freeHostingStatus .suspended {
  color: red;
}

.freeHostingStatus .inactive {
  color: gray;
}

#hostingcomarison .header {
  display: inline-flex;
  width: 100%;
  margin-bottom: 27px;
}

#hostingcomarison .freeHostingTitle {
  margin-top: 56px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 100%;
  font-size: 32px;
  line-height: normal;
  margin-bottom: 11px;
}

#hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #333;
  padding: 10px 0;
  margin: 18px 0;
  border: 1px solid #B6BCC0;
}

#hostingcomarison .web-hosting {
  background-color: #CDEFDB;
}

#hostingcomarison .free-hosting {
  background-color: white;
}

#hostingcomarison .vs-divider {
  width: 90px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

#hostingcomarison .comparison-row {
  display: block;
  position: relative;
  margin: 0px 0;
}

#hostingcomarison .comparison-row:last-child {
  border-bottom: none;
}

#hostingcomarison .feature-left {
  flex: 1;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #B6BCC0;
  text-align: center;
  font-size: 15px;
  color: #000;
  margin-left: 70px;
  font-weight: 400;
  border-left: 0px;
}

#hostingcomarison .icon-section {
  width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#hostingcomarison .icon-email {
  background-color: #FFC505;
}

#hostingcomarison .icon-domain {
  background-color: #FFC505;
}

#hostingcomarison .icon-storage_ {
  background-color: #FFC505;
}

#hostingcomarison .icon-transfer {
  background-color: #FFC505;
}

#hostingcomarison .icon-spam {
  background-color: #FFC505;
}

#hostingcomarison .icon-traffic {
  background-color: #FFC505;
}

#hostingcomarison .feature-right {
  flex: 1;
  background-color: #CDEFDB;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  margin: 15px 0;
  font-size: 14px;
  color: #000;
  border: 2px solid #6FCF97;
  font-weight: 700;
  margin-left: 70px;
  border-left: 0px;
}

#hostingcomarison .cta-button {
  text-align: center;
  padding: 20px;
  background: transparent;
  justify-self: center; /* horizontal center inside column */
  align-self: center;
}

#hostingcomarison .free-hosting {
  border-right: 0px !important;
}

#hostingcomarison .web-hosting {
  border-left: 0px !important;
}

#hostingcomarison .ctaWrapper {
  display: grid;
}

#hostingcomarison .eye {
  cursor: pointer;
  margin-left: 8px;
}

#hostingcomarison .btn {
  background-color: #0569FF;
  color: white;
  padding: 15px 30px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}

#hostingcomarison .btn:hover {
  background-color: #1976d2;
}

/* default cursor when input is disabled */
#free-hosting:disabled + label {
  cursor: default;
}

/* pointer cursor when input is enabled */
#free-hosting:enabled + label {
  cursor: pointer;
}

@media screen and (min-width: 768) {
  #hostingcomarison .cta-button {
    margin-left: 70px;
  }
}
@media screen and (min-width: 1200px) {
  #hostingcomarison .comparison-row {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
  }
  #hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
    font-size: 30px;
    background-color: #EDF1F4;
    height: 54px;
  }
  #hostingcomarison .cta-button {
    grid-column: 2;
  }
  #hostingcomarison .ctaWrapper {
    grid-template-columns: 1fr 1fr;
  }
  #hostingcomarison .btn {
    font-size: 22px;
    margin-left: 35px;
    height: 60px;
    align-items: center;
    width: 450px;
    display: block;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0;
  }
  #hostingcomarison .feature-left {
    border-right: none;
    border-left: 1px solid #B6BCC0;
  }
  #hostingcomarison .feature-right {
    border-left: none;
  }
  #hostingcomarison .feature-right, #hostingcomarison .feature-left {
    margin: 0;
    height: 47px;
  }
  #hostingcomarison .icon-section {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0;
    position: relative;
    top: 0px;
    transform: none;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative;
}

.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}

.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}

.slideshow-wrapper ul li:first-child {
  display: block;
}

.slideshow-wrapper .orbit-container {
  background-color: transparent;
}

.slideshow-wrapper .orbit-container li {
  display: block;
}

.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}

.slideshow-wrapper .preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555 #fff;
  border-radius: 1000px;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none;
}

.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transform: translateZ(0);
}

.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}

.orbit-container .orbit-slides-container.fade li {
  opacity: 0;
  transition: opacity 500ms ease-in-out;
  transform: translate3d(0, 0, 0);
}

.orbit-container .orbit-slides-container.fade li.animate-in {
  opacity: 1;
  z-index: 20;
  transition: opacity 500ms ease-in-out;
}

.orbit-container .orbit-slides-container.fade li.animate-out {
  z-index: 10;
  transition: opacity 500ms ease-in-out;
}

.orbit-container .orbit-slides-container.swipe-next li {
  transform: translate3d(100%, 0, 0);
}

.orbit-container .orbit-slides-container.swipe-next li.animate-in {
  transform: translate3d(0, 0, 0);
  transition-duration: 500ms;
}

.orbit-container .orbit-slides-container.swipe-next li.animate-out {
  transform: translate3d(-100%, 0, 0);
  transition-duration: 500ms;
}

.orbit-container .orbit-slides-container.swipe-prev li {
  transform: translate3d(-100%, 0, 0);
}

.orbit-container .orbit-slides-container.swipe-prev li.animate-in {
  transform: translate3d(0, 0, 0);
  transition-duration: 500ms;
}

.orbit-container .orbit-slides-container.swipe-prev li.animate-out {
  transform: translate3d(100%, 0, 0);
  transition-duration: 500ms;
}

.orbit-container .orbit-slides-container li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(100%, 0, 0);
}

.orbit-container .orbit-slides-container li.active {
  opacity: 1;
  position: relative;
  top: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
}

.orbit-container .orbit-slides-container li .orbit-caption {
  position: absolute;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.8);
  color: #fff;
  width: 100%;
  padding: 0.625rem 0.875rem;
  font-size: 1rem;
}

.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
}

.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125rem;
}

.orbit-container .orbit-slide-number {
  color: #fff;
  background: rgba(0, 0, 0, 0);
  z-index: 10;
}

.orbit-container .orbit-timer {
  position: absolute;
  top: 12px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}

.orbit-container .orbit-timer .orbit-progress {
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  width: 0%;
  position: relative;
  right: 20px;
  top: 5px;
}

.orbit-container .orbit-timer > span {
  display: none;
  position: absolute;
  top: 0px;
  right: 0;
  width: 11px;
  height: 14px;
  border: solid 4px #fff;
  border-top: none;
  border-bottom: none;
}

.orbit-container .orbit-timer.paused > span {
  right: -4px;
  top: 0px;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-left-style: solid;
  transform: rotate(180deg);
  border-color: transparent #fff transparent transparent;
}

.orbit-container .orbit-timer.paused > span.dark {
  border-color: transparent #333 transparent transparent;
}

.orbit-container:hover .orbit-timer > span {
  display: block;
}

.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  position: absolute;
  top: 45%;
  margin-top: -25px;
  width: 36px;
  height: 60px;
  line-height: 50px;
  color: white;
  background-color: transparent;
  text-indent: -9999px !important;
  z-index: 10;
}

.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  display: block;
  width: 0;
  height: 0;
  border: inset 10px;
}

.orbit-container .orbit-prev {
  left: 0;
}

.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: #fff;
}

.orbit-container .orbit-prev:hover > span {
  border-right-color: #fff;
}

.orbit-container .orbit-next {
  right: 0;
}

.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: #fff;
  left: 50%;
  margin-left: -4px;
}

.orbit-container .orbit-next:hover > span {
  border-left-color: #fff;
}

.orbit-container .orbit-bullets-container {
  text-align: center;
}

.orbit-container .orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block;
}

.orbit-container .orbit-bullets li {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: #FFFFFF;
  float: none;
  margin-right: 6px;
  border-radius: 1000px;
}

.orbit-container .orbit-bullets li.active {
  background: #008cdd;
}

.orbit-container .orbit-bullets li:last-child {
  margin-right: 0;
}

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}

.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width: 40.063em) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit;
  }
  .touch .orbit-bullets {
    display: block;
  }
}
@media only screen and (max-width: 40em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative !important;
    margin-left: 0% !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .orbit-stack-on-small .orbit-timer {
    display: none;
  }
  .orbit-stack-on-small .orbit-next, .orbit-stack-on-small .orbit-prev {
    display: none;
  }
  .orbit-stack-on-small .orbit-slide-number {
    display: none;
  }
}
.resp-table.ssl-all span.alert-red {
  color: #FF585D;
  text-align: center;
  border: 1px solid #FF585D;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-red {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-red small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-red {
  /* padding: 12px 0; */
}

.resp-table.ssl-all span.alert-green {
  color: #18BF93;
  text-align: center;
  border: 1px solid #18BF93;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-green {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-green small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-green {
  /* padding: 12px 0; */
}

.row.sslText {
  padding: 0.9375rem;
}

.label-wrapper.cert_end.text-center {
  display: flex;
}

.label-wrapper.cert_end.text-center .header-label {
  display: inline;
}

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.mr-2 {
  margin-right: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
  .mr-2 {
    margin-top: 12px;
  }
}
.freeHostingStatus .active {
  color: #18bf93;
}

.freeHostingStatus .pending {
  color: orange;
}

.freeHostingStatus .suspended {
  color: red;
}

.freeHostingStatus .inactive {
  color: gray;
}

#hostingcomarison .header {
  display: inline-flex;
  width: 100%;
  margin-bottom: 27px;
}

#hostingcomarison .freeHostingTitle {
  margin-top: 56px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 100%;
  font-size: 32px;
  line-height: normal;
  margin-bottom: 11px;
}

#hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #333;
  padding: 10px 0;
  margin: 18px 0;
  border: 1px solid #B6BCC0;
}

#hostingcomarison .web-hosting {
  background-color: #CDEFDB;
}

#hostingcomarison .free-hosting {
  background-color: white;
}

#hostingcomarison .vs-divider {
  width: 90px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

#hostingcomarison .comparison-row {
  display: block;
  position: relative;
  margin: 0px 0;
}

#hostingcomarison .comparison-row:last-child {
  border-bottom: none;
}

#hostingcomarison .feature-left {
  flex: 1;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #B6BCC0;
  text-align: center;
  font-size: 15px;
  color: #000;
  margin-left: 70px;
  font-weight: 400;
  border-left: 0px;
}

#hostingcomarison .icon-section {
  width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#hostingcomarison .icon-email {
  background-color: #FFC505;
}

#hostingcomarison .icon-domain {
  background-color: #FFC505;
}

#hostingcomarison .icon-storage_ {
  background-color: #FFC505;
}

#hostingcomarison .icon-transfer {
  background-color: #FFC505;
}

#hostingcomarison .icon-spam {
  background-color: #FFC505;
}

#hostingcomarison .icon-traffic {
  background-color: #FFC505;
}

#hostingcomarison .feature-right {
  flex: 1;
  background-color: #CDEFDB;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  margin: 15px 0;
  font-size: 14px;
  color: #000;
  border: 2px solid #6FCF97;
  font-weight: 700;
  margin-left: 70px;
  border-left: 0px;
}

#hostingcomarison .cta-button {
  text-align: center;
  padding: 20px;
  background: transparent;
  justify-self: center; /* horizontal center inside column */
  align-self: center;
}

#hostingcomarison .free-hosting {
  border-right: 0px !important;
}

#hostingcomarison .web-hosting {
  border-left: 0px !important;
}

#hostingcomarison .ctaWrapper {
  display: grid;
}

#hostingcomarison .eye {
  cursor: pointer;
  margin-left: 8px;
}

#hostingcomarison .btn {
  background-color: #0569FF;
  color: white;
  padding: 15px 30px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}

#hostingcomarison .btn:hover {
  background-color: #1976d2;
}

/* default cursor when input is disabled */
#free-hosting:disabled + label {
  cursor: default;
}

/* pointer cursor when input is enabled */
#free-hosting:enabled + label {
  cursor: pointer;
}

@media screen and (min-width: 768) {
  #hostingcomarison .cta-button {
    margin-left: 70px;
  }
}
@media screen and (min-width: 1200px) {
  #hostingcomarison .comparison-row {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
  }
  #hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
    font-size: 30px;
    background-color: #EDF1F4;
    height: 54px;
  }
  #hostingcomarison .cta-button {
    grid-column: 2;
  }
  #hostingcomarison .ctaWrapper {
    grid-template-columns: 1fr 1fr;
  }
  #hostingcomarison .btn {
    font-size: 22px;
    margin-left: 35px;
    height: 60px;
    align-items: center;
    width: 450px;
    display: block;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0;
  }
  #hostingcomarison .feature-left {
    border-right: none;
    border-left: 1px solid #B6BCC0;
  }
  #hostingcomarison .feature-right {
    border-left: none;
  }
  #hostingcomarison .feature-right, #hostingcomarison .feature-left {
    margin: 0;
    height: 47px;
  }
  #hostingcomarison .icon-section {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0;
    position: relative;
    top: 0px;
    transform: none;
  }
}
ul.pagination {
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem;
}

ul.pagination li {
  height: 1.5rem;
  color: #222;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
}

ul.pagination li a {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #585858;
  border-radius: 3px;
}

ul.pagination li:hover a,
ul.pagination li a:focus {
  background: rgb(186.6441860465, 205.0476744186, 210.3058139535);
}

ul.pagination li.unavailable a {
  cursor: default;
  color: #999;
}

ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
  background: transparent;
}

ul.pagination li.current a {
  background: #008cdd;
  color: #fff;
  font-weight: 300;
  cursor: default;
}

ul.pagination li.current a:hover, ul.pagination li.current a:focus {
  background: #008cdd;
}

ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center;
}

.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

.resp-table.ssl-all span.alert-red {
  color: #FF585D;
  text-align: center;
  border: 1px solid #FF585D;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-red {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-red small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-red {
  /* padding: 12px 0; */
}

.resp-table.ssl-all span.alert-green {
  color: #18BF93;
  text-align: center;
  border: 1px solid #18BF93;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-green {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-green small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-green {
  /* padding: 12px 0; */
}

.row.sslText {
  padding: 0.9375rem;
}

.label-wrapper.cert_end.text-center {
  display: flex;
}

.label-wrapper.cert_end.text-center .header-label {
  display: inline;
}

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.mr-2 {
  margin-right: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
  .mr-2 {
    margin-top: 12px;
  }
}
.freeHostingStatus .active {
  color: #18bf93;
}

.freeHostingStatus .pending {
  color: orange;
}

.freeHostingStatus .suspended {
  color: red;
}

.freeHostingStatus .inactive {
  color: gray;
}

#hostingcomarison .header {
  display: inline-flex;
  width: 100%;
  margin-bottom: 27px;
}

#hostingcomarison .freeHostingTitle {
  margin-top: 56px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 100%;
  font-size: 32px;
  line-height: normal;
  margin-bottom: 11px;
}

#hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #333;
  padding: 10px 0;
  margin: 18px 0;
  border: 1px solid #B6BCC0;
}

#hostingcomarison .web-hosting {
  background-color: #CDEFDB;
}

#hostingcomarison .free-hosting {
  background-color: white;
}

#hostingcomarison .vs-divider {
  width: 90px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

#hostingcomarison .comparison-row {
  display: block;
  position: relative;
  margin: 0px 0;
}

#hostingcomarison .comparison-row:last-child {
  border-bottom: none;
}

#hostingcomarison .feature-left {
  flex: 1;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #B6BCC0;
  text-align: center;
  font-size: 15px;
  color: #000;
  margin-left: 70px;
  font-weight: 400;
  border-left: 0px;
}

#hostingcomarison .icon-section {
  width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#hostingcomarison .icon-email {
  background-color: #FFC505;
}

#hostingcomarison .icon-domain {
  background-color: #FFC505;
}

#hostingcomarison .icon-storage_ {
  background-color: #FFC505;
}

#hostingcomarison .icon-transfer {
  background-color: #FFC505;
}

#hostingcomarison .icon-spam {
  background-color: #FFC505;
}

#hostingcomarison .icon-traffic {
  background-color: #FFC505;
}

#hostingcomarison .feature-right {
  flex: 1;
  background-color: #CDEFDB;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  margin: 15px 0;
  font-size: 14px;
  color: #000;
  border: 2px solid #6FCF97;
  font-weight: 700;
  margin-left: 70px;
  border-left: 0px;
}

#hostingcomarison .cta-button {
  text-align: center;
  padding: 20px;
  background: transparent;
  justify-self: center; /* horizontal center inside column */
  align-self: center;
}

#hostingcomarison .free-hosting {
  border-right: 0px !important;
}

#hostingcomarison .web-hosting {
  border-left: 0px !important;
}

#hostingcomarison .ctaWrapper {
  display: grid;
}

#hostingcomarison .eye {
  cursor: pointer;
  margin-left: 8px;
}

#hostingcomarison .btn {
  background-color: #0569FF;
  color: white;
  padding: 15px 30px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}

#hostingcomarison .btn:hover {
  background-color: #1976d2;
}

/* default cursor when input is disabled */
#free-hosting:disabled + label {
  cursor: default;
}

/* pointer cursor when input is enabled */
#free-hosting:enabled + label {
  cursor: pointer;
}

@media screen and (min-width: 768) {
  #hostingcomarison .cta-button {
    margin-left: 70px;
  }
}
@media screen and (min-width: 1200px) {
  #hostingcomarison .comparison-row {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
  }
  #hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
    font-size: 30px;
    background-color: #EDF1F4;
    height: 54px;
  }
  #hostingcomarison .cta-button {
    grid-column: 2;
  }
  #hostingcomarison .ctaWrapper {
    grid-template-columns: 1fr 1fr;
  }
  #hostingcomarison .btn {
    font-size: 22px;
    margin-left: 35px;
    height: 60px;
    align-items: center;
    width: 450px;
    display: block;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0;
  }
  #hostingcomarison .feature-left {
    border-right: none;
    border-left: 1px solid #B6BCC0;
  }
  #hostingcomarison .feature-right {
    border-left: none;
  }
  #hostingcomarison .feature-right, #hostingcomarison .feature-left {
    margin: 0;
    height: 47px;
  }
  #hostingcomarison .icon-section {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0;
    position: relative;
    top: 0px;
    transform: none;
  }
}
/* Panels */
.panel {
  border-style: solid;
  border-width: 0px;
  border-color: #a5b7c0;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #EBEFF1;
}

.panel > :first-child {
  margin-top: 0;
}

.panel > :last-child {
  margin-bottom: 0;
}

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
  color: #585858;
}

.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}

.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}

.panel.callout {
  border-style: solid;
  border-width: 0px;
  border-color: rgb(114.495, 203.5026923077, 255);
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: rgb(237.66, 248.6446153846, 255);
}

.panel.callout > :first-child {
  margin-top: 0;
}

.panel.callout > :last-child {
  margin-bottom: 0;
}

.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
  color: #585858;
}

.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}

.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
  line-height: 1.4;
}

.panel.callout a:not(.button) {
  color: #008cdd;
}

.panel.radius {
  border-radius: 3px;
}

.resp-table.ssl-all span.alert-red {
  color: #FF585D;
  text-align: center;
  border: 1px solid #FF585D;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-red {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-red small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-red {
  /* padding: 12px 0; */
}

.resp-table.ssl-all span.alert-green {
  color: #18BF93;
  text-align: center;
  border: 1px solid #18BF93;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-green {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-green small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-green {
  /* padding: 12px 0; */
}

.row.sslText {
  padding: 0.9375rem;
}

.label-wrapper.cert_end.text-center {
  display: flex;
}

.label-wrapper.cert_end.text-center .header-label {
  display: inline;
}

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.mr-2 {
  margin-right: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
  .mr-2 {
    margin-top: 12px;
  }
}
.freeHostingStatus .active {
  color: #18bf93;
}

.freeHostingStatus .pending {
  color: orange;
}

.freeHostingStatus .suspended {
  color: red;
}

.freeHostingStatus .inactive {
  color: gray;
}

#hostingcomarison .header {
  display: inline-flex;
  width: 100%;
  margin-bottom: 27px;
}

#hostingcomarison .freeHostingTitle {
  margin-top: 56px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 100%;
  font-size: 32px;
  line-height: normal;
  margin-bottom: 11px;
}

#hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #333;
  padding: 10px 0;
  margin: 18px 0;
  border: 1px solid #B6BCC0;
}

#hostingcomarison .web-hosting {
  background-color: #CDEFDB;
}

#hostingcomarison .free-hosting {
  background-color: white;
}

#hostingcomarison .vs-divider {
  width: 90px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

#hostingcomarison .comparison-row {
  display: block;
  position: relative;
  margin: 0px 0;
}

#hostingcomarison .comparison-row:last-child {
  border-bottom: none;
}

#hostingcomarison .feature-left {
  flex: 1;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #B6BCC0;
  text-align: center;
  font-size: 15px;
  color: #000;
  margin-left: 70px;
  font-weight: 400;
  border-left: 0px;
}

#hostingcomarison .icon-section {
  width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#hostingcomarison .icon-email {
  background-color: #FFC505;
}

#hostingcomarison .icon-domain {
  background-color: #FFC505;
}

#hostingcomarison .icon-storage_ {
  background-color: #FFC505;
}

#hostingcomarison .icon-transfer {
  background-color: #FFC505;
}

#hostingcomarison .icon-spam {
  background-color: #FFC505;
}

#hostingcomarison .icon-traffic {
  background-color: #FFC505;
}

#hostingcomarison .feature-right {
  flex: 1;
  background-color: #CDEFDB;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  margin: 15px 0;
  font-size: 14px;
  color: #000;
  border: 2px solid #6FCF97;
  font-weight: 700;
  margin-left: 70px;
  border-left: 0px;
}

#hostingcomarison .cta-button {
  text-align: center;
  padding: 20px;
  background: transparent;
  justify-self: center; /* horizontal center inside column */
  align-self: center;
}

#hostingcomarison .free-hosting {
  border-right: 0px !important;
}

#hostingcomarison .web-hosting {
  border-left: 0px !important;
}

#hostingcomarison .ctaWrapper {
  display: grid;
}

#hostingcomarison .eye {
  cursor: pointer;
  margin-left: 8px;
}

#hostingcomarison .btn {
  background-color: #0569FF;
  color: white;
  padding: 15px 30px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}

#hostingcomarison .btn:hover {
  background-color: #1976d2;
}

/* default cursor when input is disabled */
#free-hosting:disabled + label {
  cursor: default;
}

/* pointer cursor when input is enabled */
#free-hosting:enabled + label {
  cursor: pointer;
}

@media screen and (min-width: 768) {
  #hostingcomarison .cta-button {
    margin-left: 70px;
  }
}
@media screen and (min-width: 1200px) {
  #hostingcomarison .comparison-row {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
  }
  #hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
    font-size: 30px;
    background-color: #EDF1F4;
    height: 54px;
  }
  #hostingcomarison .cta-button {
    grid-column: 2;
  }
  #hostingcomarison .ctaWrapper {
    grid-template-columns: 1fr 1fr;
  }
  #hostingcomarison .btn {
    font-size: 22px;
    margin-left: 35px;
    height: 60px;
    align-items: center;
    width: 450px;
    display: block;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0;
  }
  #hostingcomarison .feature-left {
    border-right: none;
    border-left: 1px solid #B6BCC0;
  }
  #hostingcomarison .feature-right {
    border-left: none;
  }
  #hostingcomarison .feature-right, #hostingcomarison .feature-left {
    margin: 0;
    height: 47px;
  }
  #hostingcomarison .icon-section {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0;
    position: relative;
    top: 0px;
    transform: none;
  }
}
/* Progress Bar */
.progress {
  background-color: #f6f6f6;
  height: 1.5625rem;
  border: 1px solid white;
  padding: 0.125rem;
  margin-bottom: 0.625rem;
}

.progress .meter {
  background: #008cdd;
  height: 100%;
  display: block;
}

.progress.secondary .meter {
  background: rgb(207, 216.6, 221.4);
  height: 100%;
  display: block;
}

.progress.success .meter {
  background: #18BF93;
  height: 100%;
  display: block;
}

.progress.alert .meter {
  background: #ff585d;
  height: 100%;
  display: block;
}

.progress.radius {
  border-radius: 3px;
}

.progress.radius .meter {
  border-radius: 2px;
}

.progress.round {
  border-radius: 1000px;
}

.progress.round .meter {
  border-radius: 999px;
}

.resp-table.ssl-all span.alert-red {
  color: #FF585D;
  text-align: center;
  border: 1px solid #FF585D;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-red {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-red small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-red {
  /* padding: 12px 0; */
}

.resp-table.ssl-all span.alert-green {
  color: #18BF93;
  text-align: center;
  border: 1px solid #18BF93;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-green {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-green small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-green {
  /* padding: 12px 0; */
}

.row.sslText {
  padding: 0.9375rem;
}

.label-wrapper.cert_end.text-center {
  display: flex;
}

.label-wrapper.cert_end.text-center .header-label {
  display: inline;
}

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.mr-2 {
  margin-right: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
  .mr-2 {
    margin-top: 12px;
  }
}
.freeHostingStatus .active {
  color: #18bf93;
}

.freeHostingStatus .pending {
  color: orange;
}

.freeHostingStatus .suspended {
  color: red;
}

.freeHostingStatus .inactive {
  color: gray;
}

#hostingcomarison .header {
  display: inline-flex;
  width: 100%;
  margin-bottom: 27px;
}

#hostingcomarison .freeHostingTitle {
  margin-top: 56px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 100%;
  font-size: 32px;
  line-height: normal;
  margin-bottom: 11px;
}

#hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #333;
  padding: 10px 0;
  margin: 18px 0;
  border: 1px solid #B6BCC0;
}

#hostingcomarison .web-hosting {
  background-color: #CDEFDB;
}

#hostingcomarison .free-hosting {
  background-color: white;
}

#hostingcomarison .vs-divider {
  width: 90px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

#hostingcomarison .comparison-row {
  display: block;
  position: relative;
  margin: 0px 0;
}

#hostingcomarison .comparison-row:last-child {
  border-bottom: none;
}

#hostingcomarison .feature-left {
  flex: 1;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #B6BCC0;
  text-align: center;
  font-size: 15px;
  color: #000;
  margin-left: 70px;
  font-weight: 400;
  border-left: 0px;
}

#hostingcomarison .icon-section {
  width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#hostingcomarison .icon-email {
  background-color: #FFC505;
}

#hostingcomarison .icon-domain {
  background-color: #FFC505;
}

#hostingcomarison .icon-storage_ {
  background-color: #FFC505;
}

#hostingcomarison .icon-transfer {
  background-color: #FFC505;
}

#hostingcomarison .icon-spam {
  background-color: #FFC505;
}

#hostingcomarison .icon-traffic {
  background-color: #FFC505;
}

#hostingcomarison .feature-right {
  flex: 1;
  background-color: #CDEFDB;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  margin: 15px 0;
  font-size: 14px;
  color: #000;
  border: 2px solid #6FCF97;
  font-weight: 700;
  margin-left: 70px;
  border-left: 0px;
}

#hostingcomarison .cta-button {
  text-align: center;
  padding: 20px;
  background: transparent;
  justify-self: center; /* horizontal center inside column */
  align-self: center;
}

#hostingcomarison .free-hosting {
  border-right: 0px !important;
}

#hostingcomarison .web-hosting {
  border-left: 0px !important;
}

#hostingcomarison .ctaWrapper {
  display: grid;
}

#hostingcomarison .eye {
  cursor: pointer;
  margin-left: 8px;
}

#hostingcomarison .btn {
  background-color: #0569FF;
  color: white;
  padding: 15px 30px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}

#hostingcomarison .btn:hover {
  background-color: #1976d2;
}

/* default cursor when input is disabled */
#free-hosting:disabled + label {
  cursor: default;
}

/* pointer cursor when input is enabled */
#free-hosting:enabled + label {
  cursor: pointer;
}

@media screen and (min-width: 768) {
  #hostingcomarison .cta-button {
    margin-left: 70px;
  }
}
@media screen and (min-width: 1200px) {
  #hostingcomarison .comparison-row {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
  }
  #hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
    font-size: 30px;
    background-color: #EDF1F4;
    height: 54px;
  }
  #hostingcomarison .cta-button {
    grid-column: 2;
  }
  #hostingcomarison .ctaWrapper {
    grid-template-columns: 1fr 1fr;
  }
  #hostingcomarison .btn {
    font-size: 22px;
    margin-left: 35px;
    height: 60px;
    align-items: center;
    width: 450px;
    display: block;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0;
  }
  #hostingcomarison .feature-left {
    border-right: none;
    border-left: 1px solid #B6BCC0;
  }
  #hostingcomarison .feature-right {
    border-left: none;
  }
  #hostingcomarison .feature-right, #hostingcomarison .feature-left {
    margin: 0;
    height: 47px;
  }
  #hostingcomarison .icon-section {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0;
    position: relative;
    top: 0px;
    transform: none;
  }
}
.range-slider {
  display: block;
  position: relative;
  width: 100%;
  height: 1.25rem;
  border: 0px solid #ddd;
  margin: 1.25rem 0;
  touch-action: none;
  background: #fafafa;
}

.range-slider.vertical-range {
  display: block;
  position: relative;
  width: 100%;
  height: 1.25rem;
  border: 0px solid #ddd;
  margin: 1.25rem 0;
  touch-action: none;
  display: inline-block;
  width: 1rem;
  height: 12.5rem;
}

.range-slider.vertical-range .range-slider-handle {
  margin-top: 0;
  margin-left: -0.5rem;
  position: absolute;
  bottom: -10.5rem;
}

.range-slider.vertical-range .range-slider-active-segment {
  width: 1.25rem;
  height: auto;
  bottom: 0;
}

.range-slider.radius {
  background: #fafafa;
  border-radius: 3px;
}

.range-slider.radius .range-slider-handle {
  background: #008cdd;
  border-radius: 3px;
}

.range-slider.radius .range-slider-handle:hover {
  background: rgb(0, 123.2, 194.48);
}

.range-slider.round {
  background: #fafafa;
  border-radius: 1000px;
}

.range-slider.round .range-slider-handle {
  background: #008cdd;
  border-radius: 1000px;
}

.range-slider.round .range-slider-handle:hover {
  background: rgb(0, 123.2, 194.48);
}

.range-slider-active-segment {
  display: inline-block;
  position: absolute;
  height: 1.25rem;
  background: rgb(204.48, 214.584, 219.636);
}

.range-slider-handle {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -0.75rem;
  width: 2rem;
  height: 2.6875rem;
  border: 1px solid none;
  cursor: pointer;
  background: #008cdd;
}

.range-slider-handle:hover {
  background: rgb(0, 123.2, 194.48);
}

.resp-table.ssl-all span.alert-red {
  color: #FF585D;
  text-align: center;
  border: 1px solid #FF585D;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-red {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-red small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-red {
  /* padding: 12px 0; */
}

.resp-table.ssl-all span.alert-green {
  color: #18BF93;
  text-align: center;
  border: 1px solid #18BF93;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-green {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-green small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-green {
  /* padding: 12px 0; */
}

.row.sslText {
  padding: 0.9375rem;
}

.label-wrapper.cert_end.text-center {
  display: flex;
}

.label-wrapper.cert_end.text-center .header-label {
  display: inline;
}

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.mr-2 {
  margin-right: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
  .mr-2 {
    margin-top: 12px;
  }
}
.freeHostingStatus .active {
  color: #18bf93;
}

.freeHostingStatus .pending {
  color: orange;
}

.freeHostingStatus .suspended {
  color: red;
}

.freeHostingStatus .inactive {
  color: gray;
}

#hostingcomarison .header {
  display: inline-flex;
  width: 100%;
  margin-bottom: 27px;
}

#hostingcomarison .freeHostingTitle {
  margin-top: 56px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 100%;
  font-size: 32px;
  line-height: normal;
  margin-bottom: 11px;
}

#hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #333;
  padding: 10px 0;
  margin: 18px 0;
  border: 1px solid #B6BCC0;
}

#hostingcomarison .web-hosting {
  background-color: #CDEFDB;
}

#hostingcomarison .free-hosting {
  background-color: white;
}

#hostingcomarison .vs-divider {
  width: 90px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

#hostingcomarison .comparison-row {
  display: block;
  position: relative;
  margin: 0px 0;
}

#hostingcomarison .comparison-row:last-child {
  border-bottom: none;
}

#hostingcomarison .feature-left {
  flex: 1;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #B6BCC0;
  text-align: center;
  font-size: 15px;
  color: #000;
  margin-left: 70px;
  font-weight: 400;
  border-left: 0px;
}

#hostingcomarison .icon-section {
  width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#hostingcomarison .icon-email {
  background-color: #FFC505;
}

#hostingcomarison .icon-domain {
  background-color: #FFC505;
}

#hostingcomarison .icon-storage_ {
  background-color: #FFC505;
}

#hostingcomarison .icon-transfer {
  background-color: #FFC505;
}

#hostingcomarison .icon-spam {
  background-color: #FFC505;
}

#hostingcomarison .icon-traffic {
  background-color: #FFC505;
}

#hostingcomarison .feature-right {
  flex: 1;
  background-color: #CDEFDB;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  margin: 15px 0;
  font-size: 14px;
  color: #000;
  border: 2px solid #6FCF97;
  font-weight: 700;
  margin-left: 70px;
  border-left: 0px;
}

#hostingcomarison .cta-button {
  text-align: center;
  padding: 20px;
  background: transparent;
  justify-self: center; /* horizontal center inside column */
  align-self: center;
}

#hostingcomarison .free-hosting {
  border-right: 0px !important;
}

#hostingcomarison .web-hosting {
  border-left: 0px !important;
}

#hostingcomarison .ctaWrapper {
  display: grid;
}

#hostingcomarison .eye {
  cursor: pointer;
  margin-left: 8px;
}

#hostingcomarison .btn {
  background-color: #0569FF;
  color: white;
  padding: 15px 30px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}

#hostingcomarison .btn:hover {
  background-color: #1976d2;
}

/* default cursor when input is disabled */
#free-hosting:disabled + label {
  cursor: default;
}

/* pointer cursor when input is enabled */
#free-hosting:enabled + label {
  cursor: pointer;
}

@media screen and (min-width: 768) {
  #hostingcomarison .cta-button {
    margin-left: 70px;
  }
}
@media screen and (min-width: 1200px) {
  #hostingcomarison .comparison-row {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
  }
  #hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
    font-size: 30px;
    background-color: #EDF1F4;
    height: 54px;
  }
  #hostingcomarison .cta-button {
    grid-column: 2;
  }
  #hostingcomarison .ctaWrapper {
    grid-template-columns: 1fr 1fr;
  }
  #hostingcomarison .btn {
    font-size: 22px;
    margin-left: 35px;
    height: 60px;
    align-items: center;
    width: 450px;
    display: block;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0;
  }
  #hostingcomarison .feature-left {
    border-right: none;
    border-left: 1px solid #B6BCC0;
  }
  #hostingcomarison .feature-right {
    border-left: none;
  }
  #hostingcomarison .feature-right, #hostingcomarison .feature-left {
    margin: 0;
    height: 47px;
  }
  #hostingcomarison .icon-section {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0;
    position: relative;
    top: 0px;
    transform: none;
  }
}
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(28, 29, 30, 0.7);
  z-index: 99;
  display: none;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
}

dialog, .reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 100;
  width: 100vw;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 40em) {
  dialog, .reveal-modal {
    min-height: 100vh;
  }
}
@media only screen and (min-width: 40.063em) {
  dialog, .reveal-modal {
    left: 50%;
  }
}
dialog .column,
dialog .columns, .reveal-modal .column,
.reveal-modal .columns {
  min-width: 0;
}

dialog > :first-child, .reveal-modal > :first-child {
  margin-top: 0;
}

dialog > :last-child, .reveal-modal > :last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 40.063em) {
  dialog, .reveal-modal {
    margin-left: -40%;
    width: 80%;
  }
}
dialog, .reveal-modal {
  background-color: #fff;
  padding: 1.25rem;
  border: solid 0 #666;
}

@media only screen and (min-width: 40.063em) {
  dialog, .reveal-modal {
    top: 9.375rem;
  }
}
dialog, .reveal-modal {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

dialog .close-reveal-modal, .reveal-modal .close-reveal-modal {
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  top: 0.5rem;
  right: 0.6875rem;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

dialog[open] {
  display: block;
  visibility: visible;
}

@media only screen and (min-width: 40.063em) {
  dialog, .reveal-modal {
    padding: 1.875rem;
  }
  dialog.radius, .reveal-modal.radius {
    border-radius: 3px;
  }
  dialog.round, .reveal-modal.round {
    border-radius: 1000px;
  }
  dialog.collapse, .reveal-modal.collapse {
    padding: 0;
  }
}
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  dialog.tiny, .reveal-modal.tiny {
    margin-left: -15%;
    width: 30%;
  }
}
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  dialog.small, .reveal-modal.small {
    margin-left: -20%;
    width: 40%;
  }
}
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  dialog.medium, .reveal-modal.medium {
    margin-left: -30%;
    width: 60%;
  }
}
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  dialog.large, .reveal-modal.large {
    margin-left: -35%;
    width: 70%;
  }
}
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  dialog.xlarge, .reveal-modal.xlarge {
    margin-left: -47.5%;
    width: 95%;
  }
}
@media only screen and (min-width: 40.063em) {
  dialog.full, .reveal-modal.full {
    top: 0;
    left: 0;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0 !important;
  }
}
@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
  dialog.full, .reveal-modal.full {
    margin-left: -50vw;
    width: 100vw;
  }
}
@media print {
  dialog, .reveal-modal {
    background: #fff !important;
  }
}
.resp-table.ssl-all span.alert-red {
  color: #FF585D;
  text-align: center;
  border: 1px solid #FF585D;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-red {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-red small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-red {
  /* padding: 12px 0; */
}

.resp-table.ssl-all span.alert-green {
  color: #18BF93;
  text-align: center;
  border: 1px solid #18BF93;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-green {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-green small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-green {
  /* padding: 12px 0; */
}

.row.sslText {
  padding: 0.9375rem;
}

.label-wrapper.cert_end.text-center {
  display: flex;
}

.label-wrapper.cert_end.text-center .header-label {
  display: inline;
}

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.mr-2 {
  margin-right: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
  .mr-2 {
    margin-top: 12px;
  }
}
.freeHostingStatus .active {
  color: #18bf93;
}

.freeHostingStatus .pending {
  color: orange;
}

.freeHostingStatus .suspended {
  color: red;
}

.freeHostingStatus .inactive {
  color: gray;
}

#hostingcomarison .header {
  display: inline-flex;
  width: 100%;
  margin-bottom: 27px;
}

#hostingcomarison .freeHostingTitle {
  margin-top: 56px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 100%;
  font-size: 32px;
  line-height: normal;
  margin-bottom: 11px;
}

#hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #333;
  padding: 10px 0;
  margin: 18px 0;
  border: 1px solid #B6BCC0;
}

#hostingcomarison .web-hosting {
  background-color: #CDEFDB;
}

#hostingcomarison .free-hosting {
  background-color: white;
}

#hostingcomarison .vs-divider {
  width: 90px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

#hostingcomarison .comparison-row {
  display: block;
  position: relative;
  margin: 0px 0;
}

#hostingcomarison .comparison-row:last-child {
  border-bottom: none;
}

#hostingcomarison .feature-left {
  flex: 1;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #B6BCC0;
  text-align: center;
  font-size: 15px;
  color: #000;
  margin-left: 70px;
  font-weight: 400;
  border-left: 0px;
}

#hostingcomarison .icon-section {
  width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#hostingcomarison .icon-email {
  background-color: #FFC505;
}

#hostingcomarison .icon-domain {
  background-color: #FFC505;
}

#hostingcomarison .icon-storage_ {
  background-color: #FFC505;
}

#hostingcomarison .icon-transfer {
  background-color: #FFC505;
}

#hostingcomarison .icon-spam {
  background-color: #FFC505;
}

#hostingcomarison .icon-traffic {
  background-color: #FFC505;
}

#hostingcomarison .feature-right {
  flex: 1;
  background-color: #CDEFDB;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  margin: 15px 0;
  font-size: 14px;
  color: #000;
  border: 2px solid #6FCF97;
  font-weight: 700;
  margin-left: 70px;
  border-left: 0px;
}

#hostingcomarison .cta-button {
  text-align: center;
  padding: 20px;
  background: transparent;
  justify-self: center; /* horizontal center inside column */
  align-self: center;
}

#hostingcomarison .free-hosting {
  border-right: 0px !important;
}

#hostingcomarison .web-hosting {
  border-left: 0px !important;
}

#hostingcomarison .ctaWrapper {
  display: grid;
}

#hostingcomarison .eye {
  cursor: pointer;
  margin-left: 8px;
}

#hostingcomarison .btn {
  background-color: #0569FF;
  color: white;
  padding: 15px 30px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}

#hostingcomarison .btn:hover {
  background-color: #1976d2;
}

/* default cursor when input is disabled */
#free-hosting:disabled + label {
  cursor: default;
}

/* pointer cursor when input is enabled */
#free-hosting:enabled + label {
  cursor: pointer;
}

@media screen and (min-width: 768) {
  #hostingcomarison .cta-button {
    margin-left: 70px;
  }
}
@media screen and (min-width: 1200px) {
  #hostingcomarison .comparison-row {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
  }
  #hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
    font-size: 30px;
    background-color: #EDF1F4;
    height: 54px;
  }
  #hostingcomarison .cta-button {
    grid-column: 2;
  }
  #hostingcomarison .ctaWrapper {
    grid-template-columns: 1fr 1fr;
  }
  #hostingcomarison .btn {
    font-size: 22px;
    margin-left: 35px;
    height: 60px;
    align-items: center;
    width: 450px;
    display: block;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0;
  }
  #hostingcomarison .feature-left {
    border-right: none;
    border-left: 1px solid #B6BCC0;
  }
  #hostingcomarison .feature-right {
    border-left: none;
  }
  #hostingcomarison .feature-right, #hostingcomarison .feature-left {
    margin: 0;
    height: 47px;
  }
  #hostingcomarison .icon-section {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0;
    position: relative;
    top: 0px;
    transform: none;
  }
}
.resp-table.ssl-all span.alert-red {
  color: #FF585D;
  text-align: center;
  border: 1px solid #FF585D;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-red {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-red small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-red {
  /* padding: 12px 0; */
}

.resp-table.ssl-all span.alert-green {
  color: #18BF93;
  text-align: center;
  border: 1px solid #18BF93;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-green {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-green small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-green {
  /* padding: 12px 0; */
}

.row.sslText {
  padding: 0.9375rem;
}

.label-wrapper.cert_end.text-center {
  display: flex;
}

.label-wrapper.cert_end.text-center .header-label {
  display: inline;
}

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.mr-2 {
  margin-right: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
  .mr-2 {
    margin-top: 12px;
  }
}
.freeHostingStatus .active {
  color: #18bf93;
}

.freeHostingStatus .pending {
  color: orange;
}

.freeHostingStatus .suspended {
  color: red;
}

.freeHostingStatus .inactive {
  color: gray;
}

#hostingcomarison .header {
  display: inline-flex;
  width: 100%;
  margin-bottom: 27px;
}

#hostingcomarison .freeHostingTitle {
  margin-top: 56px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 100%;
  font-size: 32px;
  line-height: normal;
  margin-bottom: 11px;
}

#hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #333;
  padding: 10px 0;
  margin: 18px 0;
  border: 1px solid #B6BCC0;
}

#hostingcomarison .web-hosting {
  background-color: #CDEFDB;
}

#hostingcomarison .free-hosting {
  background-color: white;
}

#hostingcomarison .vs-divider {
  width: 90px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

#hostingcomarison .comparison-row {
  display: block;
  position: relative;
  margin: 0px 0;
}

#hostingcomarison .comparison-row:last-child {
  border-bottom: none;
}

#hostingcomarison .feature-left {
  flex: 1;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #B6BCC0;
  text-align: center;
  font-size: 15px;
  color: #000;
  margin-left: 70px;
  font-weight: 400;
  border-left: 0px;
}

#hostingcomarison .icon-section {
  width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#hostingcomarison .icon-email {
  background-color: #FFC505;
}

#hostingcomarison .icon-domain {
  background-color: #FFC505;
}

#hostingcomarison .icon-storage_ {
  background-color: #FFC505;
}

#hostingcomarison .icon-transfer {
  background-color: #FFC505;
}

#hostingcomarison .icon-spam {
  background-color: #FFC505;
}

#hostingcomarison .icon-traffic {
  background-color: #FFC505;
}

#hostingcomarison .feature-right {
  flex: 1;
  background-color: #CDEFDB;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  margin: 15px 0;
  font-size: 14px;
  color: #000;
  border: 2px solid #6FCF97;
  font-weight: 700;
  margin-left: 70px;
  border-left: 0px;
}

#hostingcomarison .cta-button {
  text-align: center;
  padding: 20px;
  background: transparent;
  justify-self: center; /* horizontal center inside column */
  align-self: center;
}

#hostingcomarison .free-hosting {
  border-right: 0px !important;
}

#hostingcomarison .web-hosting {
  border-left: 0px !important;
}

#hostingcomarison .ctaWrapper {
  display: grid;
}

#hostingcomarison .eye {
  cursor: pointer;
  margin-left: 8px;
}

#hostingcomarison .btn {
  background-color: #0569FF;
  color: white;
  padding: 15px 30px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}

#hostingcomarison .btn:hover {
  background-color: #1976d2;
}

/* default cursor when input is disabled */
#free-hosting:disabled + label {
  cursor: default;
}

/* pointer cursor when input is enabled */
#free-hosting:enabled + label {
  cursor: pointer;
}

@media screen and (min-width: 768) {
  #hostingcomarison .cta-button {
    margin-left: 70px;
  }
}
@media screen and (min-width: 1200px) {
  #hostingcomarison .comparison-row {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
  }
  #hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
    font-size: 30px;
    background-color: #EDF1F4;
    height: 54px;
  }
  #hostingcomarison .cta-button {
    grid-column: 2;
  }
  #hostingcomarison .ctaWrapper {
    grid-template-columns: 1fr 1fr;
  }
  #hostingcomarison .btn {
    font-size: 22px;
    margin-left: 35px;
    height: 60px;
    align-items: center;
    width: 450px;
    display: block;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0;
  }
  #hostingcomarison .feature-left {
    border-right: none;
    border-left: 1px solid #B6BCC0;
  }
  #hostingcomarison .feature-right {
    border-left: none;
  }
  #hostingcomarison .feature-right, #hostingcomarison .feature-left {
    margin: 0;
    height: 47px;
  }
  #hostingcomarison .icon-section {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0;
    position: relative;
    top: 0px;
    transform: none;
  }
}
.wp-hosting .submitText {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.hide {
  display: none;
}

.resp-table.ssl-all span.alert-red {
  color: #FF585D;
  text-align: center;
  border: 1px solid #FF585D;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-red {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-red small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-red {
  /* padding: 12px 0; */
}

.resp-table.ssl-all span.alert-green {
  color: #18BF93;
  text-align: center;
  border: 1px solid #18BF93;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-green {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-green small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-green {
  /* padding: 12px 0; */
}

.row.sslText {
  padding: 0.9375rem;
}

.label-wrapper.cert_end.text-center {
  display: flex;
}

.label-wrapper.cert_end.text-center .header-label {
  display: inline;
}

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.mr-2 {
  margin-right: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
  .mr-2 {
    margin-top: 12px;
  }
}
.freeHostingStatus .active {
  color: #18bf93;
}

.freeHostingStatus .pending {
  color: orange;
}

.freeHostingStatus .suspended {
  color: red;
}

.freeHostingStatus .inactive {
  color: gray;
}

#hostingcomarison .header {
  display: inline-flex;
  width: 100%;
  margin-bottom: 27px;
}

#hostingcomarison .freeHostingTitle {
  margin-top: 56px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 100%;
  font-size: 32px;
  line-height: normal;
  margin-bottom: 11px;
}

#hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #333;
  padding: 10px 0;
  margin: 18px 0;
  border: 1px solid #B6BCC0;
}

#hostingcomarison .web-hosting {
  background-color: #CDEFDB;
}

#hostingcomarison .free-hosting {
  background-color: white;
}

#hostingcomarison .vs-divider {
  width: 90px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

#hostingcomarison .comparison-row {
  display: block;
  position: relative;
  margin: 0px 0;
}

#hostingcomarison .comparison-row:last-child {
  border-bottom: none;
}

#hostingcomarison .feature-left {
  flex: 1;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #B6BCC0;
  text-align: center;
  font-size: 15px;
  color: #000;
  margin-left: 70px;
  font-weight: 400;
  border-left: 0px;
}

#hostingcomarison .icon-section {
  width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#hostingcomarison .icon-email {
  background-color: #FFC505;
}

#hostingcomarison .icon-domain {
  background-color: #FFC505;
}

#hostingcomarison .icon-storage_ {
  background-color: #FFC505;
}

#hostingcomarison .icon-transfer {
  background-color: #FFC505;
}

#hostingcomarison .icon-spam {
  background-color: #FFC505;
}

#hostingcomarison .icon-traffic {
  background-color: #FFC505;
}

#hostingcomarison .feature-right {
  flex: 1;
  background-color: #CDEFDB;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  margin: 15px 0;
  font-size: 14px;
  color: #000;
  border: 2px solid #6FCF97;
  font-weight: 700;
  margin-left: 70px;
  border-left: 0px;
}

#hostingcomarison .cta-button {
  text-align: center;
  padding: 20px;
  background: transparent;
  justify-self: center; /* horizontal center inside column */
  align-self: center;
}

#hostingcomarison .free-hosting {
  border-right: 0px !important;
}

#hostingcomarison .web-hosting {
  border-left: 0px !important;
}

#hostingcomarison .ctaWrapper {
  display: grid;
}

#hostingcomarison .eye {
  cursor: pointer;
  margin-left: 8px;
}

#hostingcomarison .btn {
  background-color: #0569FF;
  color: white;
  padding: 15px 30px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}

#hostingcomarison .btn:hover {
  background-color: #1976d2;
}

/* default cursor when input is disabled */
#free-hosting:disabled + label {
  cursor: default;
}

/* pointer cursor when input is enabled */
#free-hosting:enabled + label {
  cursor: pointer;
}

@media screen and (min-width: 768) {
  #hostingcomarison .cta-button {
    margin-left: 70px;
  }
}
@media screen and (min-width: 1200px) {
  #hostingcomarison .comparison-row {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
  }
  #hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
    font-size: 30px;
    background-color: #EDF1F4;
    height: 54px;
  }
  #hostingcomarison .cta-button {
    grid-column: 2;
  }
  #hostingcomarison .ctaWrapper {
    grid-template-columns: 1fr 1fr;
  }
  #hostingcomarison .btn {
    font-size: 22px;
    margin-left: 35px;
    height: 60px;
    align-items: center;
    width: 450px;
    display: block;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0;
  }
  #hostingcomarison .feature-left {
    border-right: none;
    border-left: 1px solid #B6BCC0;
  }
  #hostingcomarison .feature-right {
    border-left: none;
  }
  #hostingcomarison .feature-right, #hostingcomarison .feature-left {
    margin: 0;
    height: 47px;
  }
  #hostingcomarison .icon-section {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0;
    position: relative;
    top: 0px;
    transform: none;
  }
}
.split.button {
  position: relative;
}

.split.button span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}

.split.button span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  top: 50%;
  left: 50%;
}

.split.button span:active {
  background-color: rgba(0, 0, 0, 0.1);
}

.split.button span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.split.button {
  padding-right: 5.0625rem;
}

.split.button span {
  width: 3.09375rem;
}

.split.button span:before {
  border-top-style: solid;
  border-width: 0.375rem;
  top: 48%;
  margin-left: -0.375rem;
}

.split.button span:before {
  border-color: #fff transparent transparent transparent;
}

.split.button.secondary span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.split.button.secondary span:before {
  border-color: #fff transparent transparent transparent;
}

.split.button.alert span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.split.button.success span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.split.button.tiny {
  padding-right: 3.75rem;
}

.split.button.tiny span {
  width: 2.25rem;
}

.split.button.tiny span:before {
  border-top-style: solid;
  border-width: 0.375rem;
  top: 48%;
  margin-left: -0.375rem;
}

.split.button.small {
  padding-right: 4.375rem;
}

.split.button.small span {
  width: 2.625rem;
}

.split.button.small span:before {
  border-top-style: solid;
  border-width: 0.4375rem;
  top: 48%;
  margin-left: -0.375rem;
}

.split.button.large {
  padding-right: 5.5rem;
}

.split.button.large span {
  width: 3.4375rem;
}

.split.button.large span:before {
  border-top-style: solid;
  border-width: 0.3125rem;
  top: 48%;
  margin-left: -0.375rem;
}

.split.button.expand {
  padding-left: 2rem;
}

.split.button.secondary span:before {
  border-color: #333 transparent transparent transparent;
}

.split.button.radius span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.split.button.round span {
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

.resp-table.ssl-all span.alert-red {
  color: #FF585D;
  text-align: center;
  border: 1px solid #FF585D;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-red {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-red small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-red {
  /* padding: 12px 0; */
}

.resp-table.ssl-all span.alert-green {
  color: #18BF93;
  text-align: center;
  border: 1px solid #18BF93;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-green {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-green small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-green {
  /* padding: 12px 0; */
}

.row.sslText {
  padding: 0.9375rem;
}

.label-wrapper.cert_end.text-center {
  display: flex;
}

.label-wrapper.cert_end.text-center .header-label {
  display: inline;
}

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.mr-2 {
  margin-right: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
  .mr-2 {
    margin-top: 12px;
  }
}
.freeHostingStatus .active {
  color: #18bf93;
}

.freeHostingStatus .pending {
  color: orange;
}

.freeHostingStatus .suspended {
  color: red;
}

.freeHostingStatus .inactive {
  color: gray;
}

#hostingcomarison .header {
  display: inline-flex;
  width: 100%;
  margin-bottom: 27px;
}

#hostingcomarison .freeHostingTitle {
  margin-top: 56px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 100%;
  font-size: 32px;
  line-height: normal;
  margin-bottom: 11px;
}

#hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #333;
  padding: 10px 0;
  margin: 18px 0;
  border: 1px solid #B6BCC0;
}

#hostingcomarison .web-hosting {
  background-color: #CDEFDB;
}

#hostingcomarison .free-hosting {
  background-color: white;
}

#hostingcomarison .vs-divider {
  width: 90px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

#hostingcomarison .comparison-row {
  display: block;
  position: relative;
  margin: 0px 0;
}

#hostingcomarison .comparison-row:last-child {
  border-bottom: none;
}

#hostingcomarison .feature-left {
  flex: 1;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #B6BCC0;
  text-align: center;
  font-size: 15px;
  color: #000;
  margin-left: 70px;
  font-weight: 400;
  border-left: 0px;
}

#hostingcomarison .icon-section {
  width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#hostingcomarison .icon-email {
  background-color: #FFC505;
}

#hostingcomarison .icon-domain {
  background-color: #FFC505;
}

#hostingcomarison .icon-storage_ {
  background-color: #FFC505;
}

#hostingcomarison .icon-transfer {
  background-color: #FFC505;
}

#hostingcomarison .icon-spam {
  background-color: #FFC505;
}

#hostingcomarison .icon-traffic {
  background-color: #FFC505;
}

#hostingcomarison .feature-right {
  flex: 1;
  background-color: #CDEFDB;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  margin: 15px 0;
  font-size: 14px;
  color: #000;
  border: 2px solid #6FCF97;
  font-weight: 700;
  margin-left: 70px;
  border-left: 0px;
}

#hostingcomarison .cta-button {
  text-align: center;
  padding: 20px;
  background: transparent;
  justify-self: center; /* horizontal center inside column */
  align-self: center;
}

#hostingcomarison .free-hosting {
  border-right: 0px !important;
}

#hostingcomarison .web-hosting {
  border-left: 0px !important;
}

#hostingcomarison .ctaWrapper {
  display: grid;
}

#hostingcomarison .eye {
  cursor: pointer;
  margin-left: 8px;
}

#hostingcomarison .btn {
  background-color: #0569FF;
  color: white;
  padding: 15px 30px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}

#hostingcomarison .btn:hover {
  background-color: #1976d2;
}

/* default cursor when input is disabled */
#free-hosting:disabled + label {
  cursor: default;
}

/* pointer cursor when input is enabled */
#free-hosting:enabled + label {
  cursor: pointer;
}

@media screen and (min-width: 768) {
  #hostingcomarison .cta-button {
    margin-left: 70px;
  }
}
@media screen and (min-width: 1200px) {
  #hostingcomarison .comparison-row {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
  }
  #hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
    font-size: 30px;
    background-color: #EDF1F4;
    height: 54px;
  }
  #hostingcomarison .cta-button {
    grid-column: 2;
  }
  #hostingcomarison .ctaWrapper {
    grid-template-columns: 1fr 1fr;
  }
  #hostingcomarison .btn {
    font-size: 22px;
    margin-left: 35px;
    height: 60px;
    align-items: center;
    width: 450px;
    display: block;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0;
  }
  #hostingcomarison .feature-left {
    border-right: none;
    border-left: 1px solid #B6BCC0;
  }
  #hostingcomarison .feature-right {
    border-left: none;
  }
  #hostingcomarison .feature-right, #hostingcomarison .feature-left {
    margin: 0;
    height: 47px;
  }
  #hostingcomarison .icon-section {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0;
    position: relative;
    top: 0px;
    transform: none;
  }
}
.switch {
  border: none;
  margin-bottom: 0;
  outline: 0;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.switch label {
  background: #C9D2D6;
  color: transparent;
  cursor: pointer;
  display: block;
  margin-bottom: 1rem;
  position: relative;
  text-indent: 100%;
  width: 4rem;
  height: 2rem;
  transition: left 0.15s ease-out;
}

.switch input {
  left: 10px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 9px;
}

.switch input + label {
  margin-left: 0;
  margin-right: 0;
}

.switch label:after {
  background: #FFFFFF;
  content: "";
  display: block;
  height: 1.5rem;
  left: 0.25rem;
  position: absolute;
  top: 0.25rem;
  width: 1.5rem;
  transition: left 0.15s ease-out;
  transform: translate3d(0, 0, 0);
}

.switch input:checked + label {
  background: #008cdd;
}

.switch input:checked + label:after {
  left: 2.25rem;
}

.switch label {
  height: 2rem;
  width: 4rem;
}

.switch label:after {
  height: 1.5rem;
  width: 1.5rem;
}

.switch input:checked + label:after {
  left: 2.25rem;
}

.switch label {
  color: transparent;
  background: #C9D2D6;
}

.switch label:after {
  background: #FFFFFF;
}

.switch input:checked + label {
  background: #008cdd;
}

.switch input:disabled + label {
  opacity: 0.3;
}

.switch.large label {
  height: 2.5rem;
  width: 5rem;
}

.switch.large label:after {
  height: 2rem;
  width: 2rem;
}

.switch.large input:checked + label:after {
  left: 2.75rem;
}

.switch.small label {
  height: 1.75rem;
  width: 3.5rem;
}

.switch.small label:after {
  height: 1.25rem;
  width: 1.25rem;
}

.switch.small input:checked + label:after {
  left: 2rem;
}

.switch.tiny label {
  height: 1.5625rem;
  width: 3.125rem;
}

.switch.tiny label:after {
  height: 1.0625rem;
  width: 1.0625rem;
}

.switch.tiny input:checked + label:after {
  left: 1.8125rem;
}

.switch.radius label {
  border-radius: 4px;
}

.switch.radius label:after {
  border-radius: 3px;
}

.switch.round {
  border-radius: 1000px;
}

.switch.round label {
  border-radius: 2rem;
}

.switch.round label:after {
  border-radius: 2rem;
}

.resp-table.ssl-all span.alert-red {
  color: #FF585D;
  text-align: center;
  border: 1px solid #FF585D;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-red {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-red small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-red {
  /* padding: 12px 0; */
}

.resp-table.ssl-all span.alert-green {
  color: #18BF93;
  text-align: center;
  border: 1px solid #18BF93;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-green {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-green small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-green {
  /* padding: 12px 0; */
}

.row.sslText {
  padding: 0.9375rem;
}

.label-wrapper.cert_end.text-center {
  display: flex;
}

.label-wrapper.cert_end.text-center .header-label {
  display: inline;
}

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.mr-2 {
  margin-right: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
  .mr-2 {
    margin-top: 12px;
  }
}
.freeHostingStatus .active {
  color: #18bf93;
}

.freeHostingStatus .pending {
  color: orange;
}

.freeHostingStatus .suspended {
  color: red;
}

.freeHostingStatus .inactive {
  color: gray;
}

#hostingcomarison .header {
  display: inline-flex;
  width: 100%;
  margin-bottom: 27px;
}

#hostingcomarison .freeHostingTitle {
  margin-top: 56px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 100%;
  font-size: 32px;
  line-height: normal;
  margin-bottom: 11px;
}

#hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #333;
  padding: 10px 0;
  margin: 18px 0;
  border: 1px solid #B6BCC0;
}

#hostingcomarison .web-hosting {
  background-color: #CDEFDB;
}

#hostingcomarison .free-hosting {
  background-color: white;
}

#hostingcomarison .vs-divider {
  width: 90px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

#hostingcomarison .comparison-row {
  display: block;
  position: relative;
  margin: 0px 0;
}

#hostingcomarison .comparison-row:last-child {
  border-bottom: none;
}

#hostingcomarison .feature-left {
  flex: 1;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #B6BCC0;
  text-align: center;
  font-size: 15px;
  color: #000;
  margin-left: 70px;
  font-weight: 400;
  border-left: 0px;
}

#hostingcomarison .icon-section {
  width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#hostingcomarison .icon-email {
  background-color: #FFC505;
}

#hostingcomarison .icon-domain {
  background-color: #FFC505;
}

#hostingcomarison .icon-storage_ {
  background-color: #FFC505;
}

#hostingcomarison .icon-transfer {
  background-color: #FFC505;
}

#hostingcomarison .icon-spam {
  background-color: #FFC505;
}

#hostingcomarison .icon-traffic {
  background-color: #FFC505;
}

#hostingcomarison .feature-right {
  flex: 1;
  background-color: #CDEFDB;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  margin: 15px 0;
  font-size: 14px;
  color: #000;
  border: 2px solid #6FCF97;
  font-weight: 700;
  margin-left: 70px;
  border-left: 0px;
}

#hostingcomarison .cta-button {
  text-align: center;
  padding: 20px;
  background: transparent;
  justify-self: center; /* horizontal center inside column */
  align-self: center;
}

#hostingcomarison .free-hosting {
  border-right: 0px !important;
}

#hostingcomarison .web-hosting {
  border-left: 0px !important;
}

#hostingcomarison .ctaWrapper {
  display: grid;
}

#hostingcomarison .eye {
  cursor: pointer;
  margin-left: 8px;
}

#hostingcomarison .btn {
  background-color: #0569FF;
  color: white;
  padding: 15px 30px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}

#hostingcomarison .btn:hover {
  background-color: #1976d2;
}

/* default cursor when input is disabled */
#free-hosting:disabled + label {
  cursor: default;
}

/* pointer cursor when input is enabled */
#free-hosting:enabled + label {
  cursor: pointer;
}

@media screen and (min-width: 768) {
  #hostingcomarison .cta-button {
    margin-left: 70px;
  }
}
@media screen and (min-width: 1200px) {
  #hostingcomarison .comparison-row {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
  }
  #hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
    font-size: 30px;
    background-color: #EDF1F4;
    height: 54px;
  }
  #hostingcomarison .cta-button {
    grid-column: 2;
  }
  #hostingcomarison .ctaWrapper {
    grid-template-columns: 1fr 1fr;
  }
  #hostingcomarison .btn {
    font-size: 22px;
    margin-left: 35px;
    height: 60px;
    align-items: center;
    width: 450px;
    display: block;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0;
  }
  #hostingcomarison .feature-left {
    border-right: none;
    border-left: 1px solid #B6BCC0;
  }
  #hostingcomarison .feature-right {
    border-left: none;
  }
  #hostingcomarison .feature-right, #hostingcomarison .feature-left {
    margin: 0;
    height: 47px;
  }
  #hostingcomarison .icon-section {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0;
    position: relative;
    top: 0px;
    transform: none;
  }
}
table {
  background: #fff;
  margin-bottom: 1.25rem;
  border: solid 1px #CDD7DC;
}

table thead,
table tfoot {
  background: rgb(149.07, 115.41, 190.65);
}

table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
  padding: 1.25rem 1rem;
  font-size: 1.5rem;
  font-weight: 300;
  color: #FFFFFF;
  text-align: left;
}

table tr th,
table tr td {
  padding: 0.9375rem 1rem;
  font-size: 0.9375rem;
  color: #585858;
}

table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: rgb(239, 242.2, 243.8);
}

table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  display: table-cell;
  line-height: 1.125rem;
}

.resp-table.ssl-all span.alert-red {
  color: #FF585D;
  text-align: center;
  border: 1px solid #FF585D;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-red {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-red small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-red {
  /* padding: 12px 0; */
}

.resp-table.ssl-all span.alert-green {
  color: #18BF93;
  text-align: center;
  border: 1px solid #18BF93;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-green {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-green small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-green {
  /* padding: 12px 0; */
}

.row.sslText {
  padding: 0.9375rem;
}

.label-wrapper.cert_end.text-center {
  display: flex;
}

.label-wrapper.cert_end.text-center .header-label {
  display: inline;
}

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.mr-2 {
  margin-right: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
  .mr-2 {
    margin-top: 12px;
  }
}
.freeHostingStatus .active {
  color: #18bf93;
}

.freeHostingStatus .pending {
  color: orange;
}

.freeHostingStatus .suspended {
  color: red;
}

.freeHostingStatus .inactive {
  color: gray;
}

#hostingcomarison .header {
  display: inline-flex;
  width: 100%;
  margin-bottom: 27px;
}

#hostingcomarison .freeHostingTitle {
  margin-top: 56px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 100%;
  font-size: 32px;
  line-height: normal;
  margin-bottom: 11px;
}

#hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #333;
  padding: 10px 0;
  margin: 18px 0;
  border: 1px solid #B6BCC0;
}

#hostingcomarison .web-hosting {
  background-color: #CDEFDB;
}

#hostingcomarison .free-hosting {
  background-color: white;
}

#hostingcomarison .vs-divider {
  width: 90px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

#hostingcomarison .comparison-row {
  display: block;
  position: relative;
  margin: 0px 0;
}

#hostingcomarison .comparison-row:last-child {
  border-bottom: none;
}

#hostingcomarison .feature-left {
  flex: 1;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #B6BCC0;
  text-align: center;
  font-size: 15px;
  color: #000;
  margin-left: 70px;
  font-weight: 400;
  border-left: 0px;
}

#hostingcomarison .icon-section {
  width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#hostingcomarison .icon-email {
  background-color: #FFC505;
}

#hostingcomarison .icon-domain {
  background-color: #FFC505;
}

#hostingcomarison .icon-storage_ {
  background-color: #FFC505;
}

#hostingcomarison .icon-transfer {
  background-color: #FFC505;
}

#hostingcomarison .icon-spam {
  background-color: #FFC505;
}

#hostingcomarison .icon-traffic {
  background-color: #FFC505;
}

#hostingcomarison .feature-right {
  flex: 1;
  background-color: #CDEFDB;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  margin: 15px 0;
  font-size: 14px;
  color: #000;
  border: 2px solid #6FCF97;
  font-weight: 700;
  margin-left: 70px;
  border-left: 0px;
}

#hostingcomarison .cta-button {
  text-align: center;
  padding: 20px;
  background: transparent;
  justify-self: center; /* horizontal center inside column */
  align-self: center;
}

#hostingcomarison .free-hosting {
  border-right: 0px !important;
}

#hostingcomarison .web-hosting {
  border-left: 0px !important;
}

#hostingcomarison .ctaWrapper {
  display: grid;
}

#hostingcomarison .eye {
  cursor: pointer;
  margin-left: 8px;
}

#hostingcomarison .btn {
  background-color: #0569FF;
  color: white;
  padding: 15px 30px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}

#hostingcomarison .btn:hover {
  background-color: #1976d2;
}

/* default cursor when input is disabled */
#free-hosting:disabled + label {
  cursor: default;
}

/* pointer cursor when input is enabled */
#free-hosting:enabled + label {
  cursor: pointer;
}

@media screen and (min-width: 768) {
  #hostingcomarison .cta-button {
    margin-left: 70px;
  }
}
@media screen and (min-width: 1200px) {
  #hostingcomarison .comparison-row {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
  }
  #hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
    font-size: 30px;
    background-color: #EDF1F4;
    height: 54px;
  }
  #hostingcomarison .cta-button {
    grid-column: 2;
  }
  #hostingcomarison .ctaWrapper {
    grid-template-columns: 1fr 1fr;
  }
  #hostingcomarison .btn {
    font-size: 22px;
    margin-left: 35px;
    height: 60px;
    align-items: center;
    width: 450px;
    display: block;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0;
  }
  #hostingcomarison .feature-left {
    border-right: none;
    border-left: 1px solid #B6BCC0;
  }
  #hostingcomarison .feature-right {
    border-left: none;
  }
  #hostingcomarison .feature-right, #hostingcomarison .feature-left {
    margin: 0;
    height: 47px;
  }
  #hostingcomarison .icon-section {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0;
    position: relative;
    top: 0px;
    transform: none;
  }
}
.resp-table.ssl-all span.alert-red {
  color: #FF585D;
  text-align: center;
  border: 1px solid #FF585D;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-red {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-red small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-red {
  /* padding: 12px 0; */
}

.resp-table.ssl-all span.alert-green {
  color: #18BF93;
  text-align: center;
  border: 1px solid #18BF93;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-green {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-green small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-green {
  /* padding: 12px 0; */
}

.row.sslText {
  padding: 0.9375rem;
}

.label-wrapper.cert_end.text-center {
  display: flex;
}

.label-wrapper.cert_end.text-center .header-label {
  display: inline;
}

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.mr-2 {
  margin-right: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
  .mr-2 {
    margin-top: 12px;
  }
}
.freeHostingStatus .active {
  color: #18bf93;
}

.freeHostingStatus .pending {
  color: orange;
}

.freeHostingStatus .suspended {
  color: red;
}

.freeHostingStatus .inactive {
  color: gray;
}

#hostingcomarison .header {
  display: inline-flex;
  width: 100%;
  margin-bottom: 27px;
}

#hostingcomarison .freeHostingTitle {
  margin-top: 56px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 100%;
  font-size: 32px;
  line-height: normal;
  margin-bottom: 11px;
}

#hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #333;
  padding: 10px 0;
  margin: 18px 0;
  border: 1px solid #B6BCC0;
}

#hostingcomarison .web-hosting {
  background-color: #CDEFDB;
}

#hostingcomarison .free-hosting {
  background-color: white;
}

#hostingcomarison .vs-divider {
  width: 90px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

#hostingcomarison .comparison-row {
  display: block;
  position: relative;
  margin: 0px 0;
}

#hostingcomarison .comparison-row:last-child {
  border-bottom: none;
}

#hostingcomarison .feature-left {
  flex: 1;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #B6BCC0;
  text-align: center;
  font-size: 15px;
  color: #000;
  margin-left: 70px;
  font-weight: 400;
  border-left: 0px;
}

#hostingcomarison .icon-section {
  width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#hostingcomarison .icon-email {
  background-color: #FFC505;
}

#hostingcomarison .icon-domain {
  background-color: #FFC505;
}

#hostingcomarison .icon-storage_ {
  background-color: #FFC505;
}

#hostingcomarison .icon-transfer {
  background-color: #FFC505;
}

#hostingcomarison .icon-spam {
  background-color: #FFC505;
}

#hostingcomarison .icon-traffic {
  background-color: #FFC505;
}

#hostingcomarison .feature-right {
  flex: 1;
  background-color: #CDEFDB;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  margin: 15px 0;
  font-size: 14px;
  color: #000;
  border: 2px solid #6FCF97;
  font-weight: 700;
  margin-left: 70px;
  border-left: 0px;
}

#hostingcomarison .cta-button {
  text-align: center;
  padding: 20px;
  background: transparent;
  justify-self: center; /* horizontal center inside column */
  align-self: center;
}

#hostingcomarison .free-hosting {
  border-right: 0px !important;
}

#hostingcomarison .web-hosting {
  border-left: 0px !important;
}

#hostingcomarison .ctaWrapper {
  display: grid;
}

#hostingcomarison .eye {
  cursor: pointer;
  margin-left: 8px;
}

#hostingcomarison .btn {
  background-color: #0569FF;
  color: white;
  padding: 15px 30px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}

#hostingcomarison .btn:hover {
  background-color: #1976d2;
}

/* default cursor when input is disabled */
#free-hosting:disabled + label {
  cursor: default;
}

/* pointer cursor when input is enabled */
#free-hosting:enabled + label {
  cursor: pointer;
}

@media screen and (min-width: 768) {
  #hostingcomarison .cta-button {
    margin-left: 70px;
  }
}
@media screen and (min-width: 1200px) {
  #hostingcomarison .comparison-row {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
  }
  #hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
    font-size: 30px;
    background-color: #EDF1F4;
    height: 54px;
  }
  #hostingcomarison .cta-button {
    grid-column: 2;
  }
  #hostingcomarison .ctaWrapper {
    grid-template-columns: 1fr 1fr;
  }
  #hostingcomarison .btn {
    font-size: 22px;
    margin-left: 35px;
    height: 60px;
    align-items: center;
    width: 450px;
    display: block;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0;
  }
  #hostingcomarison .feature-left {
    border-right: none;
    border-left: 1px solid #B6BCC0;
  }
  #hostingcomarison .feature-right {
    border-left: none;
  }
  #hostingcomarison .feature-right, #hostingcomarison .feature-left {
    margin: 0;
    height: 47px;
  }
  #hostingcomarison .icon-section {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0;
    position: relative;
    top: 0px;
    transform: none;
  }
}
#tld_biz .small-block-grid-1.large-block-grid-6 > li:last-child {
  display: none;
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  #tld_biz .small-block-grid-1.large-block-grid-6 > li {
    min-height: 79px;
  }
  #tld_biz li {
    display: flex;
    align-items: center;
  }
  #tld_biz .justify-content-center {
    justify-content: center;
  }
}
@media only screen and (min-width: 64.063em) {
  #tld_biz .large-block-grid-6 > li {
    width: 19.777778%;
  }
  #tld_biz ul li .description small {
    margin-top: 0;
  }
}
.resp-table.ssl-all span.alert-red {
  color: #FF585D;
  text-align: center;
  border: 1px solid #FF585D;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-red {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-red small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-red {
  /* padding: 12px 0; */
}

.resp-table.ssl-all span.alert-green {
  color: #18BF93;
  text-align: center;
  border: 1px solid #18BF93;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-green {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-green small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-green {
  /* padding: 12px 0; */
}

.row.sslText {
  padding: 0.9375rem;
}

.label-wrapper.cert_end.text-center {
  display: flex;
}

.label-wrapper.cert_end.text-center .header-label {
  display: inline;
}

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.mr-2 {
  margin-right: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
  .mr-2 {
    margin-top: 12px;
  }
}
.freeHostingStatus .active {
  color: #18bf93;
}

.freeHostingStatus .pending {
  color: orange;
}

.freeHostingStatus .suspended {
  color: red;
}

.freeHostingStatus .inactive {
  color: gray;
}

#hostingcomarison .header {
  display: inline-flex;
  width: 100%;
  margin-bottom: 27px;
}

#hostingcomarison .freeHostingTitle {
  margin-top: 56px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 100%;
  font-size: 32px;
  line-height: normal;
  margin-bottom: 11px;
}

#hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #333;
  padding: 10px 0;
  margin: 18px 0;
  border: 1px solid #B6BCC0;
}

#hostingcomarison .web-hosting {
  background-color: #CDEFDB;
}

#hostingcomarison .free-hosting {
  background-color: white;
}

#hostingcomarison .vs-divider {
  width: 90px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

#hostingcomarison .comparison-row {
  display: block;
  position: relative;
  margin: 0px 0;
}

#hostingcomarison .comparison-row:last-child {
  border-bottom: none;
}

#hostingcomarison .feature-left {
  flex: 1;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #B6BCC0;
  text-align: center;
  font-size: 15px;
  color: #000;
  margin-left: 70px;
  font-weight: 400;
  border-left: 0px;
}

#hostingcomarison .icon-section {
  width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#hostingcomarison .icon-email {
  background-color: #FFC505;
}

#hostingcomarison .icon-domain {
  background-color: #FFC505;
}

#hostingcomarison .icon-storage_ {
  background-color: #FFC505;
}

#hostingcomarison .icon-transfer {
  background-color: #FFC505;
}

#hostingcomarison .icon-spam {
  background-color: #FFC505;
}

#hostingcomarison .icon-traffic {
  background-color: #FFC505;
}

#hostingcomarison .feature-right {
  flex: 1;
  background-color: #CDEFDB;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  margin: 15px 0;
  font-size: 14px;
  color: #000;
  border: 2px solid #6FCF97;
  font-weight: 700;
  margin-left: 70px;
  border-left: 0px;
}

#hostingcomarison .cta-button {
  text-align: center;
  padding: 20px;
  background: transparent;
  justify-self: center; /* horizontal center inside column */
  align-self: center;
}

#hostingcomarison .free-hosting {
  border-right: 0px !important;
}

#hostingcomarison .web-hosting {
  border-left: 0px !important;
}

#hostingcomarison .ctaWrapper {
  display: grid;
}

#hostingcomarison .eye {
  cursor: pointer;
  margin-left: 8px;
}

#hostingcomarison .btn {
  background-color: #0569FF;
  color: white;
  padding: 15px 30px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}

#hostingcomarison .btn:hover {
  background-color: #1976d2;
}

/* default cursor when input is disabled */
#free-hosting:disabled + label {
  cursor: default;
}

/* pointer cursor when input is enabled */
#free-hosting:enabled + label {
  cursor: pointer;
}

@media screen and (min-width: 768) {
  #hostingcomarison .cta-button {
    margin-left: 70px;
  }
}
@media screen and (min-width: 1200px) {
  #hostingcomarison .comparison-row {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
  }
  #hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
    font-size: 30px;
    background-color: #EDF1F4;
    height: 54px;
  }
  #hostingcomarison .cta-button {
    grid-column: 2;
  }
  #hostingcomarison .ctaWrapper {
    grid-template-columns: 1fr 1fr;
  }
  #hostingcomarison .btn {
    font-size: 22px;
    margin-left: 35px;
    height: 60px;
    align-items: center;
    width: 450px;
    display: block;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0;
  }
  #hostingcomarison .feature-left {
    border-right: none;
    border-left: 1px solid #B6BCC0;
  }
  #hostingcomarison .feature-right {
    border-left: none;
  }
  #hostingcomarison .feature-right, #hostingcomarison .feature-left {
    margin: 0;
    height: 47px;
  }
  #hostingcomarison .icon-section {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0;
    position: relative;
    top: 0px;
    transform: none;
  }
}
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important;
  }
  .small-only-text-right {
    text-align: right !important;
  }
  .small-only-text-center {
    text-align: center !important;
  }
  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  .small-text-left {
    text-align: left !important;
  }
  .small-text-right {
    text-align: right !important;
  }
  .small-text-center {
    text-align: center !important;
  }
  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important;
  }
  .medium-only-text-right {
    text-align: right !important;
  }
  .medium-only-text-center {
    text-align: center !important;
  }
  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.063em) {
  .medium-text-left {
    text-align: left !important;
  }
  .medium-text-right {
    text-align: right !important;
  }
  .medium-text-center {
    text-align: center !important;
  }
  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important;
  }
  .large-only-text-right {
    text-align: right !important;
  }
  .large-only-text-center {
    text-align: center !important;
  }
  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-text-left {
    text-align: left !important;
  }
  .large-text-right {
    text-align: right !important;
  }
  .large-text-center {
    text-align: center !important;
  }
  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }
  .xlarge-only-text-right {
    text-align: right !important;
  }
  .xlarge-only-text-center {
    text-align: center !important;
  }
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) {
  .xlarge-text-left {
    text-align: left !important;
  }
  .xlarge-text-right {
    text-align: right !important;
  }
  .xlarge-text-center {
    text-align: center !important;
  }
  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }
  .xxlarge-only-text-right {
    text-align: right !important;
  }
  .xxlarge-only-text-center {
    text-align: center !important;
  }
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important;
  }
  .xxlarge-text-right {
    text-align: right !important;
  }
  .xxlarge-text-center {
    text-align: center !important;
  }
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
a {
  color: #4285f4;
  text-decoration: none;
  line-height: inherit;
}

a.underline {
  text-decoration-line: underline;
  text-decoration-thickness: 0.5px;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}

p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}

p aside {
  font-size: 0.875rem;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #282828;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  line-height: 1.4;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: rgb(115.25, 115.25, 115.25);
  line-height: 0;
}

h1 {
  font-size: 1.375rem;
}

h2 {
  font-size: 1.6875rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

.subheader {
  line-height: 1.4;
  color: rgb(115.25, 115.25, 115.25);
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

hr {
  border: solid rgb(210, 219, 223.5);
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: rgb(250.39, 0, 7.4967065868);
}

/* Lists */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit;
}

ul {
  margin-left: 1.1rem;
}

ul.no-bullet {
  margin-left: 0;
}

ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}

ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}

ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
ol {
  margin-left: 1.4rem;
}

ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #585858;
  border-bottom: 1px dotted #ddd;
  cursor: help;
}

abbr {
  text-transform: none;
}

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px dashed #CDD7DC;
}

blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: rgb(104.7, 104.7, 104.7);
}

blockquote cite:before {
  content: "— ";
}

blockquote cite a,
blockquote cite a:visited {
  color: rgb(104.7, 104.7, 104.7);
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: rgb(102.96, 102.96, 102.96);
}

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #ddd;
  padding: 0.625rem 0.75rem;
}

.vcard li {
  margin: 0;
  display: block;
}

.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

.vevent .summary {
  font-weight: bold;
}

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width: 40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 2.3125rem;
  }
  h3 {
    font-size: 1.6875rem;
  }
  h4 {
    font-size: 1.4375rem;
  }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .hide-on-print {
    display: none !important;
  }
  .print-only {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  .show-for-print {
    display: inherit !important;
  }
}
#all-forms .ms-gr-premuim {
  padding: 15px;
  padding-left: 60px;
  line-height: 1.5;
  color: #fff;
  background-color: #ff00d6;
  margin: 15px;
  position: relative;
}

#all-forms .ms-gr-premuim:before {
  content: url("../img/offers/gr-renew/logo.svg");
  width: 44px;
  height: 50px;
  position: absolute;
  left: 7px;
  top: 58%;
  transform: translateY(-50%);
}

.ms-gr-premuim {
  padding: 15px;
  line-height: 1.5;
  color: #fff;
  background-color: #ff00d6;
  margin: 15px;
  position: relative;
}

@media (max-width: 641px) {
  .ms-gr-premuim {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.m0-grOffer {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.tabs:before, .tabs:after {
  content: " ";
  display: table;
}

.tabs:after {
  clear: both;
}

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}

.tabs dd, .tabs .tab-title {
  position: relative;
  margin-bottom: 0 !important;
  list-style: none;
  float: left;
}

.tabs dd > a, .tabs .tab-title > a {
  display: block;
  background-color: #CDD7DC;
  color: #484848;
  padding: 1rem 2rem;
  font-family: "Roboto";
  font-size: 0.9375rem;
}

.tabs dd > a:hover, .tabs .tab-title > a:hover {
  background-color: rgb(180, 195, 202.5);
}

.tabs dd.active a, .tabs .tab-title.active a {
  background-color: #FFFFFF;
  color: #484848;
}

.tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.tabs.vertical dd, .tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

.tabs-content:before, .tabs-content:after {
  content: " ";
  display: table;
}

.tabs-content:after {
  clear: both;
}

.tabs-content {
  margin-bottom: 0;
  width: 100%;
}

.tabs-content > .content {
  display: none;
  float: left;
  padding: 0 0;
  width: 100%;
}

.tabs-content > .content.active {
  display: block;
  float: none;
}

.tabs-content > .content.contained {
  padding: 0;
}

.tabs-content.vertical {
  display: block;
}

.tabs-content.vertical > .content {
  padding: 0 0;
}

@media only screen and (min-width: 40.063em) {
  .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem;
  }
  .tabs-content.vertical {
    width: 80%;
    max-width: 80%;
    float: left;
    margin-left: -1px;
    padding-left: 1rem;
  }
}
.no-js .tabs-content > .content {
  display: block;
  float: none;
}

.resp-table.ssl-all span.alert-red {
  color: #FF585D;
  text-align: center;
  border: 1px solid #FF585D;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-red {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-red small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-red {
  /* padding: 12px 0; */
}

.resp-table.ssl-all span.alert-green {
  color: #18BF93;
  text-align: center;
  border: 1px solid #18BF93;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-green {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-green small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-green {
  /* padding: 12px 0; */
}

.row.sslText {
  padding: 0.9375rem;
}

.label-wrapper.cert_end.text-center {
  display: flex;
}

.label-wrapper.cert_end.text-center .header-label {
  display: inline;
}

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.mr-2 {
  margin-right: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
  .mr-2 {
    margin-top: 12px;
  }
}
.freeHostingStatus .active {
  color: #18bf93;
}

.freeHostingStatus .pending {
  color: orange;
}

.freeHostingStatus .suspended {
  color: red;
}

.freeHostingStatus .inactive {
  color: gray;
}

#hostingcomarison .header {
  display: inline-flex;
  width: 100%;
  margin-bottom: 27px;
}

#hostingcomarison .freeHostingTitle {
  margin-top: 56px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 100%;
  font-size: 32px;
  line-height: normal;
  margin-bottom: 11px;
}

#hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #333;
  padding: 10px 0;
  margin: 18px 0;
  border: 1px solid #B6BCC0;
}

#hostingcomarison .web-hosting {
  background-color: #CDEFDB;
}

#hostingcomarison .free-hosting {
  background-color: white;
}

#hostingcomarison .vs-divider {
  width: 90px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

#hostingcomarison .comparison-row {
  display: block;
  position: relative;
  margin: 0px 0;
}

#hostingcomarison .comparison-row:last-child {
  border-bottom: none;
}

#hostingcomarison .feature-left {
  flex: 1;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #B6BCC0;
  text-align: center;
  font-size: 15px;
  color: #000;
  margin-left: 70px;
  font-weight: 400;
  border-left: 0px;
}

#hostingcomarison .icon-section {
  width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#hostingcomarison .icon-email {
  background-color: #FFC505;
}

#hostingcomarison .icon-domain {
  background-color: #FFC505;
}

#hostingcomarison .icon-storage_ {
  background-color: #FFC505;
}

#hostingcomarison .icon-transfer {
  background-color: #FFC505;
}

#hostingcomarison .icon-spam {
  background-color: #FFC505;
}

#hostingcomarison .icon-traffic {
  background-color: #FFC505;
}

#hostingcomarison .feature-right {
  flex: 1;
  background-color: #CDEFDB;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  margin: 15px 0;
  font-size: 14px;
  color: #000;
  border: 2px solid #6FCF97;
  font-weight: 700;
  margin-left: 70px;
  border-left: 0px;
}

#hostingcomarison .cta-button {
  text-align: center;
  padding: 20px;
  background: transparent;
  justify-self: center; /* horizontal center inside column */
  align-self: center;
}

#hostingcomarison .free-hosting {
  border-right: 0px !important;
}

#hostingcomarison .web-hosting {
  border-left: 0px !important;
}

#hostingcomarison .ctaWrapper {
  display: grid;
}

#hostingcomarison .eye {
  cursor: pointer;
  margin-left: 8px;
}

#hostingcomarison .btn {
  background-color: #0569FF;
  color: white;
  padding: 15px 30px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}

#hostingcomarison .btn:hover {
  background-color: #1976d2;
}

/* default cursor when input is disabled */
#free-hosting:disabled + label {
  cursor: default;
}

/* pointer cursor when input is enabled */
#free-hosting:enabled + label {
  cursor: pointer;
}

@media screen and (min-width: 768) {
  #hostingcomarison .cta-button {
    margin-left: 70px;
  }
}
@media screen and (min-width: 1200px) {
  #hostingcomarison .comparison-row {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
  }
  #hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
    font-size: 30px;
    background-color: #EDF1F4;
    height: 54px;
  }
  #hostingcomarison .cta-button {
    grid-column: 2;
  }
  #hostingcomarison .ctaWrapper {
    grid-template-columns: 1fr 1fr;
  }
  #hostingcomarison .btn {
    font-size: 22px;
    margin-left: 35px;
    height: 60px;
    align-items: center;
    width: 450px;
    display: block;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0;
  }
  #hostingcomarison .feature-left {
    border-right: none;
    border-left: 1px solid #B6BCC0;
  }
  #hostingcomarison .feature-right {
    border-left: none;
  }
  #hostingcomarison .feature-right, #hostingcomarison .feature-left {
    margin: 0;
    height: 47px;
  }
  #hostingcomarison .icon-section {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0;
    position: relative;
    top: 0px;
    transform: none;
  }
}
/* Image Thumbnails */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px #fff;
  max-width: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.th:hover, .th:focus {
  box-shadow: 0 0 6px 1px rgba(0, 140, 221, 0.5);
}

.th {
  transition: all 200ms ease-out;
}

.th.radius {
  border-radius: 3px;
}

.resp-table.ssl-all span.alert-red {
  color: #FF585D;
  text-align: center;
  border: 1px solid #FF585D;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-red {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-red small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-red {
  /* padding: 12px 0; */
}

.resp-table.ssl-all span.alert-green {
  color: #18BF93;
  text-align: center;
  border: 1px solid #18BF93;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-green {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-green small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-green {
  /* padding: 12px 0; */
}

.row.sslText {
  padding: 0.9375rem;
}

.label-wrapper.cert_end.text-center {
  display: flex;
}

.label-wrapper.cert_end.text-center .header-label {
  display: inline;
}

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.mr-2 {
  margin-right: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
  .mr-2 {
    margin-top: 12px;
  }
}
.freeHostingStatus .active {
  color: #18bf93;
}

.freeHostingStatus .pending {
  color: orange;
}

.freeHostingStatus .suspended {
  color: red;
}

.freeHostingStatus .inactive {
  color: gray;
}

#hostingcomarison .header {
  display: inline-flex;
  width: 100%;
  margin-bottom: 27px;
}

#hostingcomarison .freeHostingTitle {
  margin-top: 56px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 100%;
  font-size: 32px;
  line-height: normal;
  margin-bottom: 11px;
}

#hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #333;
  padding: 10px 0;
  margin: 18px 0;
  border: 1px solid #B6BCC0;
}

#hostingcomarison .web-hosting {
  background-color: #CDEFDB;
}

#hostingcomarison .free-hosting {
  background-color: white;
}

#hostingcomarison .vs-divider {
  width: 90px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

#hostingcomarison .comparison-row {
  display: block;
  position: relative;
  margin: 0px 0;
}

#hostingcomarison .comparison-row:last-child {
  border-bottom: none;
}

#hostingcomarison .feature-left {
  flex: 1;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #B6BCC0;
  text-align: center;
  font-size: 15px;
  color: #000;
  margin-left: 70px;
  font-weight: 400;
  border-left: 0px;
}

#hostingcomarison .icon-section {
  width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#hostingcomarison .icon-email {
  background-color: #FFC505;
}

#hostingcomarison .icon-domain {
  background-color: #FFC505;
}

#hostingcomarison .icon-storage_ {
  background-color: #FFC505;
}

#hostingcomarison .icon-transfer {
  background-color: #FFC505;
}

#hostingcomarison .icon-spam {
  background-color: #FFC505;
}

#hostingcomarison .icon-traffic {
  background-color: #FFC505;
}

#hostingcomarison .feature-right {
  flex: 1;
  background-color: #CDEFDB;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  margin: 15px 0;
  font-size: 14px;
  color: #000;
  border: 2px solid #6FCF97;
  font-weight: 700;
  margin-left: 70px;
  border-left: 0px;
}

#hostingcomarison .cta-button {
  text-align: center;
  padding: 20px;
  background: transparent;
  justify-self: center; /* horizontal center inside column */
  align-self: center;
}

#hostingcomarison .free-hosting {
  border-right: 0px !important;
}

#hostingcomarison .web-hosting {
  border-left: 0px !important;
}

#hostingcomarison .ctaWrapper {
  display: grid;
}

#hostingcomarison .eye {
  cursor: pointer;
  margin-left: 8px;
}

#hostingcomarison .btn {
  background-color: #0569FF;
  color: white;
  padding: 15px 30px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}

#hostingcomarison .btn:hover {
  background-color: #1976d2;
}

/* default cursor when input is disabled */
#free-hosting:disabled + label {
  cursor: default;
}

/* pointer cursor when input is enabled */
#free-hosting:enabled + label {
  cursor: pointer;
}

@media screen and (min-width: 768) {
  #hostingcomarison .cta-button {
    margin-left: 70px;
  }
}
@media screen and (min-width: 1200px) {
  #hostingcomarison .comparison-row {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
  }
  #hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
    font-size: 30px;
    background-color: #EDF1F4;
    height: 54px;
  }
  #hostingcomarison .cta-button {
    grid-column: 2;
  }
  #hostingcomarison .ctaWrapper {
    grid-template-columns: 1fr 1fr;
  }
  #hostingcomarison .btn {
    font-size: 22px;
    margin-left: 35px;
    height: 60px;
    align-items: center;
    width: 450px;
    display: block;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0;
  }
  #hostingcomarison .feature-left {
    border-right: none;
    border-left: 1px solid #B6BCC0;
  }
  #hostingcomarison .feature-right {
    border-left: none;
  }
  #hostingcomarison .feature-right, #hostingcomarison .feature-left {
    margin: 0;
    height: 47px;
  }
  #hostingcomarison .icon-section {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0;
    position: relative;
    top: 0px;
    transform: none;
  }
}
/* Tooltips */
.has-tip:not(.no-tip) {
  border-bottom: none;
  cursor: help;
  font-weight: bold;
  color: #585858;
}

.has-tip:hover, .has-tip:focus {
  border-bottom: none;
  color: #008cdd;
}

.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: #fff;
  background: #31444e;
}

.tooltip > .nub {
  display: block;
  left: 5px;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent #31444e transparent;
  top: -10px;
}

.tooltip > .nub.rtl {
  left: auto;
  right: 5px;
}

.tooltip.radius {
  border-radius: 3px;
}

.tooltip.round {
  border-radius: 1000px;
}

.tooltip.round > .nub {
  left: 2rem;
}

.tooltip.opened {
  color: #008cdd !important;
  border-bottom: none !important;
}

.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777;
  font-weight: normal;
}

@media only screen and (min-width: 40.063em) {
  .tooltip > .nub {
    border-color: transparent transparent #31444e transparent;
    top: -10px;
  }
  .tooltip.tip-top > .nub {
    border-color: #31444e transparent transparent transparent;
    top: auto;
    bottom: -10px;
  }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #31444e;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
  }
  .tooltip.tip-right > .nub {
    border-color: transparent #31444e transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }
}
.resp-table.ssl-all span.alert-red {
  color: #FF585D;
  text-align: center;
  border: 1px solid #FF585D;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-red {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-red small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-red {
  /* padding: 12px 0; */
}

.resp-table.ssl-all span.alert-green {
  color: #18BF93;
  text-align: center;
  border: 1px solid #18BF93;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-green {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-green small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-green {
  /* padding: 12px 0; */
}

.row.sslText {
  padding: 0.9375rem;
}

.label-wrapper.cert_end.text-center {
  display: flex;
}

.label-wrapper.cert_end.text-center .header-label {
  display: inline;
}

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.mr-2 {
  margin-right: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
  .mr-2 {
    margin-top: 12px;
  }
}
.freeHostingStatus .active {
  color: #18bf93;
}

.freeHostingStatus .pending {
  color: orange;
}

.freeHostingStatus .suspended {
  color: red;
}

.freeHostingStatus .inactive {
  color: gray;
}

#hostingcomarison .header {
  display: inline-flex;
  width: 100%;
  margin-bottom: 27px;
}

#hostingcomarison .freeHostingTitle {
  margin-top: 56px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 100%;
  font-size: 32px;
  line-height: normal;
  margin-bottom: 11px;
}

#hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #333;
  padding: 10px 0;
  margin: 18px 0;
  border: 1px solid #B6BCC0;
}

#hostingcomarison .web-hosting {
  background-color: #CDEFDB;
}

#hostingcomarison .free-hosting {
  background-color: white;
}

#hostingcomarison .vs-divider {
  width: 90px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

#hostingcomarison .comparison-row {
  display: block;
  position: relative;
  margin: 0px 0;
}

#hostingcomarison .comparison-row:last-child {
  border-bottom: none;
}

#hostingcomarison .feature-left {
  flex: 1;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #B6BCC0;
  text-align: center;
  font-size: 15px;
  color: #000;
  margin-left: 70px;
  font-weight: 400;
  border-left: 0px;
}

#hostingcomarison .icon-section {
  width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#hostingcomarison .icon-email {
  background-color: #FFC505;
}

#hostingcomarison .icon-domain {
  background-color: #FFC505;
}

#hostingcomarison .icon-storage_ {
  background-color: #FFC505;
}

#hostingcomarison .icon-transfer {
  background-color: #FFC505;
}

#hostingcomarison .icon-spam {
  background-color: #FFC505;
}

#hostingcomarison .icon-traffic {
  background-color: #FFC505;
}

#hostingcomarison .feature-right {
  flex: 1;
  background-color: #CDEFDB;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  margin: 15px 0;
  font-size: 14px;
  color: #000;
  border: 2px solid #6FCF97;
  font-weight: 700;
  margin-left: 70px;
  border-left: 0px;
}

#hostingcomarison .cta-button {
  text-align: center;
  padding: 20px;
  background: transparent;
  justify-self: center; /* horizontal center inside column */
  align-self: center;
}

#hostingcomarison .free-hosting {
  border-right: 0px !important;
}

#hostingcomarison .web-hosting {
  border-left: 0px !important;
}

#hostingcomarison .ctaWrapper {
  display: grid;
}

#hostingcomarison .eye {
  cursor: pointer;
  margin-left: 8px;
}

#hostingcomarison .btn {
  background-color: #0569FF;
  color: white;
  padding: 15px 30px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}

#hostingcomarison .btn:hover {
  background-color: #1976d2;
}

/* default cursor when input is disabled */
#free-hosting:disabled + label {
  cursor: default;
}

/* pointer cursor when input is enabled */
#free-hosting:enabled + label {
  cursor: pointer;
}

@media screen and (min-width: 768) {
  #hostingcomarison .cta-button {
    margin-left: 70px;
  }
}
@media screen and (min-width: 1200px) {
  #hostingcomarison .comparison-row {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
  }
  #hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
    font-size: 30px;
    background-color: #EDF1F4;
    height: 54px;
  }
  #hostingcomarison .cta-button {
    grid-column: 2;
  }
  #hostingcomarison .ctaWrapper {
    grid-template-columns: 1fr 1fr;
  }
  #hostingcomarison .btn {
    font-size: 22px;
    margin-left: 35px;
    height: 60px;
    align-items: center;
    width: 450px;
    display: block;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0;
  }
  #hostingcomarison .feature-left {
    border-right: none;
    border-left: 1px solid #B6BCC0;
  }
  #hostingcomarison .feature-right {
    border-left: none;
  }
  #hostingcomarison .feature-right, #hostingcomarison .feature-left {
    margin: 0;
    height: 47px;
  }
  #hostingcomarison .icon-section {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0;
    position: relative;
    top: 0px;
    transform: none;
  }
}
.resp-table.ssl-all span.alert-red {
  color: #FF585D;
  text-align: center;
  border: 1px solid #FF585D;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-red {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-red small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-red {
  /* padding: 12px 0; */
}

.resp-table.ssl-all span.alert-green {
  color: #18BF93;
  text-align: center;
  border: 1px solid #18BF93;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-green {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-green small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-green {
  /* padding: 12px 0; */
}

.row.sslText {
  padding: 0.9375rem;
}

.label-wrapper.cert_end.text-center {
  display: flex;
}

.label-wrapper.cert_end.text-center .header-label {
  display: inline;
}

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.mr-2 {
  margin-right: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
  .mr-2 {
    margin-top: 12px;
  }
}
.freeHostingStatus .active {
  color: #18bf93;
}

.freeHostingStatus .pending {
  color: orange;
}

.freeHostingStatus .suspended {
  color: red;
}

.freeHostingStatus .inactive {
  color: gray;
}

#hostingcomarison .header {
  display: inline-flex;
  width: 100%;
  margin-bottom: 27px;
}

#hostingcomarison .freeHostingTitle {
  margin-top: 56px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 100%;
  font-size: 32px;
  line-height: normal;
  margin-bottom: 11px;
}

#hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #333;
  padding: 10px 0;
  margin: 18px 0;
  border: 1px solid #B6BCC0;
}

#hostingcomarison .web-hosting {
  background-color: #CDEFDB;
}

#hostingcomarison .free-hosting {
  background-color: white;
}

#hostingcomarison .vs-divider {
  width: 90px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

#hostingcomarison .comparison-row {
  display: block;
  position: relative;
  margin: 0px 0;
}

#hostingcomarison .comparison-row:last-child {
  border-bottom: none;
}

#hostingcomarison .feature-left {
  flex: 1;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #B6BCC0;
  text-align: center;
  font-size: 15px;
  color: #000;
  margin-left: 70px;
  font-weight: 400;
  border-left: 0px;
}

#hostingcomarison .icon-section {
  width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#hostingcomarison .icon-email {
  background-color: #FFC505;
}

#hostingcomarison .icon-domain {
  background-color: #FFC505;
}

#hostingcomarison .icon-storage_ {
  background-color: #FFC505;
}

#hostingcomarison .icon-transfer {
  background-color: #FFC505;
}

#hostingcomarison .icon-spam {
  background-color: #FFC505;
}

#hostingcomarison .icon-traffic {
  background-color: #FFC505;
}

#hostingcomarison .feature-right {
  flex: 1;
  background-color: #CDEFDB;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  margin: 15px 0;
  font-size: 14px;
  color: #000;
  border: 2px solid #6FCF97;
  font-weight: 700;
  margin-left: 70px;
  border-left: 0px;
}

#hostingcomarison .cta-button {
  text-align: center;
  padding: 20px;
  background: transparent;
  justify-self: center; /* horizontal center inside column */
  align-self: center;
}

#hostingcomarison .free-hosting {
  border-right: 0px !important;
}

#hostingcomarison .web-hosting {
  border-left: 0px !important;
}

#hostingcomarison .ctaWrapper {
  display: grid;
}

#hostingcomarison .eye {
  cursor: pointer;
  margin-left: 8px;
}

#hostingcomarison .btn {
  background-color: #0569FF;
  color: white;
  padding: 15px 30px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}

#hostingcomarison .btn:hover {
  background-color: #1976d2;
}

/* default cursor when input is disabled */
#free-hosting:disabled + label {
  cursor: default;
}

/* pointer cursor when input is enabled */
#free-hosting:enabled + label {
  cursor: pointer;
}

@media screen and (min-width: 768) {
  #hostingcomarison .cta-button {
    margin-left: 70px;
  }
}
@media screen and (min-width: 1200px) {
  #hostingcomarison .comparison-row {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
  }
  #hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
    font-size: 30px;
    background-color: #EDF1F4;
    height: 54px;
  }
  #hostingcomarison .cta-button {
    grid-column: 2;
  }
  #hostingcomarison .ctaWrapper {
    grid-template-columns: 1fr 1fr;
  }
  #hostingcomarison .btn {
    font-size: 22px;
    margin-left: 35px;
    height: 60px;
    align-items: center;
    width: 450px;
    display: block;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0;
  }
  #hostingcomarison .feature-left {
    border-right: none;
    border-left: 1px solid #B6BCC0;
  }
  #hostingcomarison .feature-right {
    border-left: none;
  }
  #hostingcomarison .feature-right, #hostingcomarison .feature-left {
    margin: 0;
    height: 47px;
  }
  #hostingcomarison .icon-section {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0;
    position: relative;
    top: 0px;
    transform: none;
  }
}
#tld_biz .small-block-grid-1.large-block-grid-6 > li:last-child {
  display: none;
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
  #tld_biz .small-block-grid-1.large-block-grid-6 > li {
    min-height: 79px;
  }
  #tld_biz li {
    display: flex;
    align-items: center;
  }
  #tld_biz .justify-content-center {
    justify-content: center;
  }
}
@media only screen and (min-width: 64.063em) {
  #tld_biz .large-block-grid-6 > li {
    width: 19.777778%;
  }
  #tld_biz ul li .description small {
    margin-top: 0;
  }
}
.resp-table.ssl-all span.alert-red {
  color: #FF585D;
  text-align: center;
  border: 1px solid #FF585D;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-red {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-red small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-red {
  /* padding: 12px 0; */
}

.resp-table.ssl-all span.alert-green {
  color: #18BF93;
  text-align: center;
  border: 1px solid #18BF93;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-green {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-green small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-green {
  /* padding: 12px 0; */
}

.row.sslText {
  padding: 0.9375rem;
}

.label-wrapper.cert_end.text-center {
  display: flex;
}

.label-wrapper.cert_end.text-center .header-label {
  display: inline;
}

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.mr-2 {
  margin-right: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
  .mr-2 {
    margin-top: 12px;
  }
}
.freeHostingStatus .active {
  color: #18bf93;
}

.freeHostingStatus .pending {
  color: orange;
}

.freeHostingStatus .suspended {
  color: red;
}

.freeHostingStatus .inactive {
  color: gray;
}

#hostingcomarison .header {
  display: inline-flex;
  width: 100%;
  margin-bottom: 27px;
}

#hostingcomarison .freeHostingTitle {
  margin-top: 56px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 100%;
  font-size: 32px;
  line-height: normal;
  margin-bottom: 11px;
}

#hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #333;
  padding: 10px 0;
  margin: 18px 0;
  border: 1px solid #B6BCC0;
}

#hostingcomarison .web-hosting {
  background-color: #CDEFDB;
}

#hostingcomarison .free-hosting {
  background-color: white;
}

#hostingcomarison .vs-divider {
  width: 90px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

#hostingcomarison .comparison-row {
  display: block;
  position: relative;
  margin: 0px 0;
}

#hostingcomarison .comparison-row:last-child {
  border-bottom: none;
}

#hostingcomarison .feature-left {
  flex: 1;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #B6BCC0;
  text-align: center;
  font-size: 15px;
  color: #000;
  margin-left: 70px;
  font-weight: 400;
  border-left: 0px;
}

#hostingcomarison .icon-section {
  width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#hostingcomarison .icon-email {
  background-color: #FFC505;
}

#hostingcomarison .icon-domain {
  background-color: #FFC505;
}

#hostingcomarison .icon-storage_ {
  background-color: #FFC505;
}

#hostingcomarison .icon-transfer {
  background-color: #FFC505;
}

#hostingcomarison .icon-spam {
  background-color: #FFC505;
}

#hostingcomarison .icon-traffic {
  background-color: #FFC505;
}

#hostingcomarison .feature-right {
  flex: 1;
  background-color: #CDEFDB;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  margin: 15px 0;
  font-size: 14px;
  color: #000;
  border: 2px solid #6FCF97;
  font-weight: 700;
  margin-left: 70px;
  border-left: 0px;
}

#hostingcomarison .cta-button {
  text-align: center;
  padding: 20px;
  background: transparent;
  justify-self: center; /* horizontal center inside column */
  align-self: center;
}

#hostingcomarison .free-hosting {
  border-right: 0px !important;
}

#hostingcomarison .web-hosting {
  border-left: 0px !important;
}

#hostingcomarison .ctaWrapper {
  display: grid;
}

#hostingcomarison .eye {
  cursor: pointer;
  margin-left: 8px;
}

#hostingcomarison .btn {
  background-color: #0569FF;
  color: white;
  padding: 15px 30px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}

#hostingcomarison .btn:hover {
  background-color: #1976d2;
}

/* default cursor when input is disabled */
#free-hosting:disabled + label {
  cursor: default;
}

/* pointer cursor when input is enabled */
#free-hosting:enabled + label {
  cursor: pointer;
}

@media screen and (min-width: 768) {
  #hostingcomarison .cta-button {
    margin-left: 70px;
  }
}
@media screen and (min-width: 1200px) {
  #hostingcomarison .comparison-row {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
  }
  #hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
    font-size: 30px;
    background-color: #EDF1F4;
    height: 54px;
  }
  #hostingcomarison .cta-button {
    grid-column: 2;
  }
  #hostingcomarison .ctaWrapper {
    grid-template-columns: 1fr 1fr;
  }
  #hostingcomarison .btn {
    font-size: 22px;
    margin-left: 35px;
    height: 60px;
    align-items: center;
    width: 450px;
    display: block;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0;
  }
  #hostingcomarison .feature-left {
    border-right: none;
    border-left: 1px solid #B6BCC0;
  }
  #hostingcomarison .feature-right {
    border-left: none;
  }
  #hostingcomarison .feature-right, #hostingcomarison .feature-left {
    margin: 0;
    height: 47px;
  }
  #hostingcomarison .icon-section {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0;
    position: relative;
    top: 0px;
    transform: none;
  }
}
.wp-hosting .submitText {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.hide {
  display: none;
}

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #b9d3ff;
}

.contain-to-grid .top-bar {
  margin-bottom: 0;
}

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}

.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}

.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}

.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
  margin-top: 45px;
}

.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #b9d3ff;
  margin-bottom: 0;
}

.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}

.top-bar .row {
  max-width: none;
}

.top-bar form,
.top-bar input {
  margin-bottom: 0;
}

.top-bar input {
  height: auto;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  font-size: 0.75rem;
}

.top-bar .button, .top-bar button {
  padding-top: 0.45rem;
  padding-bottom: 0.35rem;
  margin-bottom: 0;
  font-size: 0.75rem;
}

.top-bar .title-area {
  position: relative;
  margin: 0;
}

.top-bar .name {
  height: 45px;
  margin: 0;
  font-size: 16px;
}

.top-bar .name h1 {
  line-height: 45px;
  font-size: 1.0625rem;
  margin: 0;
}

.top-bar .name h1 a {
  font-weight: normal;
  color: #fff;
  width: 75%;
  display: block;
  padding: 0 15px;
}

.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}

.top-bar .toggle-topbar a {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
}

.top-bar .toggle-topbar.menu-icon {
  right: 15px;
  top: 50%;
  margin-top: -16px;
  padding-left: 40px;
}

.top-bar .toggle-topbar.menu-icon a {
  height: 34px;
  line-height: 33px;
  padding: 0;
  padding-right: 25px;
  color: #fff;
  position: relative;
}

.top-bar .toggle-topbar.menu-icon a::after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 16px;
  top: 0;
  height: 0;
  box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
}

.top-bar.expanded {
  height: auto;
  background: transparent;
}

.top-bar.expanded .title-area {
  background: #b9d3ff;
}

.top-bar.expanded .toggle-topbar a {
  color: #888;
}

.top-bar.expanded .toggle-topbar a::after {
  box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888;
}

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}

.top-bar-section ul {
  width: 100%;
  height: auto;
  display: block;
  background: #092241;
  font-size: 16px;
  margin: 0;
}

.top-bar-section .divider,
.top-bar-section [role=separator] {
  border-top: solid 1px rgb(34.3, 47.6, 54.6);
  clear: both;
  height: 1px;
  width: 100%;
}

.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: #000a56;
  padding: 12px 0 12px 0;
  padding-left: 15px;
  font-family: "Roboto";
  font-size: 0.875rem;
  font-weight: 300;
  text-transform: none;
  background: #092241;
}

.top-bar-section ul li > a.button {
  font-size: 0.875rem;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #008cdd;
  border-color: rgb(0, 112, 176.8);
}

.top-bar-section ul li > a.button.active, .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  background-color: rgb(0, 112, 176.8);
}

.top-bar-section ul li > a.button {
  color: #fff;
}

.top-bar-section ul li > a.button.active, .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  color: #fff;
}

.top-bar-section ul li > a.button.secondary {
  background-color: rgb(207, 216.6, 221.4);
  border-color: rgb(156.6, 176.28, 186.12);
}

.top-bar-section ul li > a.button.secondary.active, .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  background-color: rgb(156.6, 176.28, 186.12);
}

.top-bar-section ul li > a.button.secondary {
  color: #333;
}

.top-bar-section ul li > a.button.secondary.active, .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  color: #333;
}

.top-bar-section ul li > a.button.success {
  background-color: #18BF93;
  border-color: rgb(19.2, 152.8, 117.6);
}

.top-bar-section ul li > a.button.success.active, .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  background-color: rgb(19.2, 152.8, 117.6);
}

.top-bar-section ul li > a.button.success {
  color: #fff;
}

.top-bar-section ul li > a.button.success.active, .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  color: #fff;
}

.top-bar-section ul li > a.button.alert {
  background-color: #ff585d;
  border-color: rgb(255, 19.4, 26.4538922156);
}

.top-bar-section ul li > a.button.alert.active, .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  background-color: rgb(255, 19.4, 26.4538922156);
}

.top-bar-section ul li > a.button.alert {
  color: #fff;
}

.top-bar-section ul li > a.button.alert.active, .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  color: #fff;
}

.top-bar-section ul li > button {
  font-size: 0.875rem;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #008cdd;
  border-color: rgb(0, 112, 176.8);
}

.top-bar-section ul li > button.active, .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  background-color: rgb(0, 112, 176.8);
}

.top-bar-section ul li > button {
  color: #fff;
}

.top-bar-section ul li > button.active, .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  color: #fff;
}

.top-bar-section ul li > button.secondary {
  background-color: rgb(207, 216.6, 221.4);
  border-color: rgb(156.6, 176.28, 186.12);
}

.top-bar-section ul li > button.secondary.active, .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  background-color: rgb(156.6, 176.28, 186.12);
}

.top-bar-section ul li > button.secondary {
  color: #333;
}

.top-bar-section ul li > button.secondary.active, .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  color: #333;
}

.top-bar-section ul li > button.success {
  background-color: #18BF93;
  border-color: rgb(19.2, 152.8, 117.6);
}

.top-bar-section ul li > button.success.active, .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  background-color: rgb(19.2, 152.8, 117.6);
}

.top-bar-section ul li > button.success {
  color: #fff;
}

.top-bar-section ul li > button.success.active, .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  color: #fff;
}

.top-bar-section ul li > button.alert {
  background-color: #ff585d;
  border-color: rgb(255, 19.4, 26.4538922156);
}

.top-bar-section ul li > button.alert.active, .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  background-color: rgb(255, 19.4, 26.4538922156);
}

.top-bar-section ul li > button.alert {
  color: #fff;
}

.top-bar-section ul li > button.alert.active, .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  color: #fff;
}

.top-bar-section ul li:hover:not(.has-form) > a {
  background: #000a56;
  color: #fff;
}

.top-bar-section ul li.active > a {
  background: rgb(6.75, 25.5, 48.75);
  color: #fff;
}

.top-bar-section ul li.active > a:hover {
  background: rgb(6.75, 25.5, 48.75);
  color: #fff;
}

.top-bar-section .has-form {
  padding: 15px;
}

.top-bar-section .has-dropdown {
  position: relative;
}

.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  border-left-style: solid;
  margin-right: 15px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}

.top-bar-section .has-dropdown.moved {
  position: static;
}

.top-bar-section .has-dropdown.moved > .dropdown {
  display: block;
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  position: absolute !important;
  width: 100%;
}

.top-bar-section .has-dropdown.moved > a:after {
  display: none;
}

.top-bar-section .dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 99;
  display: block;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}

.top-bar-section .dropdown li a {
  font-weight: 300;
  padding: 8px 15px;
}

.top-bar-section .dropdown li a.parent-link {
  font-weight: 300;
}

.top-bar-section .dropdown li.title h5 {
  margin-bottom: 0;
}

.top-bar-section .dropdown li.title h5 a {
  color: #fff;
  line-height: 22.5px;
  display: block;
}

.top-bar-section .dropdown li.has-form {
  padding: 8px 15px;
}

.top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
  top: auto;
}

.top-bar-section .dropdown label {
  padding: 8px 15px 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #31B3F1;
  font-weight: 300;
  font-size: 0.875rem;
}

.js-generated {
  display: block;
}

@media only screen and (min-width: 40.063em) {
  .top-bar {
    background: #b9d3ff;
  }
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  .top-bar:after {
    clear: both;
  }
  .top-bar {
    overflow: visible;
  }
  .top-bar .toggle-topbar {
    display: none;
  }
  .top-bar .title-area {
    float: left;
  }
  .top-bar .name h1 a {
    width: auto;
  }
  .top-bar input,
  .top-bar .button,
  .top-bar button {
    font-size: 0.875rem;
    position: relative;
    top: 7px;
  }
  .top-bar.expanded {
    background: #b9d3ff;
  }
  .contain-to-grid .top-bar {
    max-width: 1600px;
    margin: 0 auto;
    margin-bottom: 0;
  }
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  .top-bar-section ul li {
    float: left;
  }
  .top-bar-section ul li .js-generated {
    display: none;
  }
  .top-bar-section li.hover > a:not(.button) {
    background: rgb(6.75, 25.5, 48.75);
    color: #fff;
  }
  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    background: #b9d3ff;
  }
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background: #b9d3ff;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    color: #fff;
    background: rgb(6.75, 25.5, 48.75);
  }
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: rgb(6.75, 25.5, 48.75);
  }
  .top-bar-section .has-dropdown > a {
    padding-right: 35px !important;
  }
  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 22.5px;
  }
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  .top-bar-section .has-dropdown.moved > .dropdown {
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "»";
    top: 1rem;
    margin-top: -1px;
    right: 5px;
    line-height: 1.2;
  }
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  .top-bar-section .dropdown li a {
    color: #fff;
    line-height: 1;
    white-space: nowrap;
    padding: 12px 15px;
    background: #092241;
  }
  .top-bar-section .dropdown li:not(.has-form) a:not(.button) {
    color: #fff;
    background: #000a56;
  }
  .top-bar-section .dropdown li:not(.has-form):hover > a:not(.button) {
    color: #fff;
    background: #10356f;
  }
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #10356f;
  }
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role=separator] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px rgb(34.3, 47.6, 54.6);
    clear: none;
    height: 45px;
    width: 0;
  }
  .top-bar-section .has-form {
    background: #b9d3ff;
    padding: 0 15px;
    height: 45px;
  }
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }
  .no-js .top-bar-section ul li:hover > a {
    background: rgb(6.75, 25.5, 48.75);
    color: #fff;
  }
  .no-js .top-bar-section ul li:active > a {
    background: rgb(6.75, 25.5, 48.75);
    color: #fff;
  }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important;
  }
}
#nav-icons .top-bar .top-bar-section ul {
  background-color: #b9d3ff !important;
}

#backendSidrTarget .has-dropdown.not-click > a:hover, #backendSidrTarget li.sidr-class-users > a:hover {
  background-color: #000a56 !important;
}

.resp-table.ssl-all span.alert-red {
  color: #FF585D;
  text-align: center;
  border: 1px solid #FF585D;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-red {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-red small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-red {
  /* padding: 12px 0; */
}

.resp-table.ssl-all span.alert-green {
  color: #18BF93;
  text-align: center;
  border: 1px solid #18BF93;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-green {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-green small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-green {
  /* padding: 12px 0; */
}

.row.sslText {
  padding: 0.9375rem;
}

.label-wrapper.cert_end.text-center {
  display: flex;
}

.label-wrapper.cert_end.text-center .header-label {
  display: inline;
}

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.mr-2 {
  margin-right: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
  .mr-2 {
    margin-top: 12px;
  }
}
.freeHostingStatus .active {
  color: #18bf93;
}

.freeHostingStatus .pending {
  color: orange;
}

.freeHostingStatus .suspended {
  color: red;
}

.freeHostingStatus .inactive {
  color: gray;
}

#hostingcomarison .header {
  display: inline-flex;
  width: 100%;
  margin-bottom: 27px;
}

#hostingcomarison .freeHostingTitle {
  margin-top: 56px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 100%;
  font-size: 32px;
  line-height: normal;
  margin-bottom: 11px;
}

#hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #333;
  padding: 10px 0;
  margin: 18px 0;
  border: 1px solid #B6BCC0;
}

#hostingcomarison .web-hosting {
  background-color: #CDEFDB;
}

#hostingcomarison .free-hosting {
  background-color: white;
}

#hostingcomarison .vs-divider {
  width: 90px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

#hostingcomarison .comparison-row {
  display: block;
  position: relative;
  margin: 0px 0;
}

#hostingcomarison .comparison-row:last-child {
  border-bottom: none;
}

#hostingcomarison .feature-left {
  flex: 1;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #B6BCC0;
  text-align: center;
  font-size: 15px;
  color: #000;
  margin-left: 70px;
  font-weight: 400;
  border-left: 0px;
}

#hostingcomarison .icon-section {
  width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#hostingcomarison .icon-email {
  background-color: #FFC505;
}

#hostingcomarison .icon-domain {
  background-color: #FFC505;
}

#hostingcomarison .icon-storage_ {
  background-color: #FFC505;
}

#hostingcomarison .icon-transfer {
  background-color: #FFC505;
}

#hostingcomarison .icon-spam {
  background-color: #FFC505;
}

#hostingcomarison .icon-traffic {
  background-color: #FFC505;
}

#hostingcomarison .feature-right {
  flex: 1;
  background-color: #CDEFDB;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  margin: 15px 0;
  font-size: 14px;
  color: #000;
  border: 2px solid #6FCF97;
  font-weight: 700;
  margin-left: 70px;
  border-left: 0px;
}

#hostingcomarison .cta-button {
  text-align: center;
  padding: 20px;
  background: transparent;
  justify-self: center; /* horizontal center inside column */
  align-self: center;
}

#hostingcomarison .free-hosting {
  border-right: 0px !important;
}

#hostingcomarison .web-hosting {
  border-left: 0px !important;
}

#hostingcomarison .ctaWrapper {
  display: grid;
}

#hostingcomarison .eye {
  cursor: pointer;
  margin-left: 8px;
}

#hostingcomarison .btn {
  background-color: #0569FF;
  color: white;
  padding: 15px 30px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}

#hostingcomarison .btn:hover {
  background-color: #1976d2;
}

/* default cursor when input is disabled */
#free-hosting:disabled + label {
  cursor: default;
}

/* pointer cursor when input is enabled */
#free-hosting:enabled + label {
  cursor: pointer;
}

@media screen and (min-width: 768) {
  #hostingcomarison .cta-button {
    margin-left: 70px;
  }
}
@media screen and (min-width: 1200px) {
  #hostingcomarison .comparison-row {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
  }
  #hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
    font-size: 30px;
    background-color: #EDF1F4;
    height: 54px;
  }
  #hostingcomarison .cta-button {
    grid-column: 2;
  }
  #hostingcomarison .ctaWrapper {
    grid-template-columns: 1fr 1fr;
  }
  #hostingcomarison .btn {
    font-size: 22px;
    margin-left: 35px;
    height: 60px;
    align-items: center;
    width: 450px;
    display: block;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0;
  }
  #hostingcomarison .feature-left {
    border-right: none;
    border-left: 1px solid #B6BCC0;
  }
  #hostingcomarison .feature-right {
    border-left: none;
  }
  #hostingcomarison .feature-right, #hostingcomarison .feature-left {
    margin: 0;
    height: 47px;
  }
  #hostingcomarison .icon-section {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0;
    position: relative;
    top: 0px;
    transform: none;
  }
}
#all-forms .ms-gr-premuim {
  padding: 15px;
  padding-left: 60px;
  line-height: 1.5;
  color: #fff;
  background-color: #ff00d6;
  margin: 15px;
  position: relative;
}

#all-forms .ms-gr-premuim:before {
  content: url("../img/offers/gr-renew/logo.svg");
  width: 44px;
  height: 50px;
  position: absolute;
  left: 7px;
  top: 58%;
  transform: translateY(-50%);
}

.ms-gr-premuim {
  padding: 15px;
  line-height: 1.5;
  color: #fff;
  background-color: #ff00d6;
  margin: 15px;
  position: relative;
}

@media (max-width: 641px) {
  .ms-gr-premuim {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.m0-grOffer {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.resp-table.ssl-all span.alert-red {
  color: #FF585D;
  text-align: center;
  border: 1px solid #FF585D;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-red {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-red small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-red {
  /* padding: 12px 0; */
}

.resp-table.ssl-all span.alert-green {
  color: #18BF93;
  text-align: center;
  border: 1px solid #18BF93;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-green {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-green small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-green {
  /* padding: 12px 0; */
}

.row.sslText {
  padding: 0.9375rem;
}

.label-wrapper.cert_end.text-center {
  display: flex;
}

.label-wrapper.cert_end.text-center .header-label {
  display: inline;
}

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.mr-2 {
  margin-right: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
  .mr-2 {
    margin-top: 12px;
  }
}
.freeHostingStatus .active {
  color: #18bf93;
}

.freeHostingStatus .pending {
  color: orange;
}

.freeHostingStatus .suspended {
  color: red;
}

.freeHostingStatus .inactive {
  color: gray;
}

#hostingcomarison .header {
  display: inline-flex;
  width: 100%;
  margin-bottom: 27px;
}

#hostingcomarison .freeHostingTitle {
  margin-top: 56px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 100%;
  font-size: 32px;
  line-height: normal;
  margin-bottom: 11px;
}

#hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #333;
  padding: 10px 0;
  margin: 18px 0;
  border: 1px solid #B6BCC0;
}

#hostingcomarison .web-hosting {
  background-color: #CDEFDB;
}

#hostingcomarison .free-hosting {
  background-color: white;
}

#hostingcomarison .vs-divider {
  width: 90px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

#hostingcomarison .comparison-row {
  display: block;
  position: relative;
  margin: 0px 0;
}

#hostingcomarison .comparison-row:last-child {
  border-bottom: none;
}

#hostingcomarison .feature-left {
  flex: 1;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #B6BCC0;
  text-align: center;
  font-size: 15px;
  color: #000;
  margin-left: 70px;
  font-weight: 400;
  border-left: 0px;
}

#hostingcomarison .icon-section {
  width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#hostingcomarison .icon-email {
  background-color: #FFC505;
}

#hostingcomarison .icon-domain {
  background-color: #FFC505;
}

#hostingcomarison .icon-storage_ {
  background-color: #FFC505;
}

#hostingcomarison .icon-transfer {
  background-color: #FFC505;
}

#hostingcomarison .icon-spam {
  background-color: #FFC505;
}

#hostingcomarison .icon-traffic {
  background-color: #FFC505;
}

#hostingcomarison .feature-right {
  flex: 1;
  background-color: #CDEFDB;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  margin: 15px 0;
  font-size: 14px;
  color: #000;
  border: 2px solid #6FCF97;
  font-weight: 700;
  margin-left: 70px;
  border-left: 0px;
}

#hostingcomarison .cta-button {
  text-align: center;
  padding: 20px;
  background: transparent;
  justify-self: center; /* horizontal center inside column */
  align-self: center;
}

#hostingcomarison .free-hosting {
  border-right: 0px !important;
}

#hostingcomarison .web-hosting {
  border-left: 0px !important;
}

#hostingcomarison .ctaWrapper {
  display: grid;
}

#hostingcomarison .eye {
  cursor: pointer;
  margin-left: 8px;
}

#hostingcomarison .btn {
  background-color: #0569FF;
  color: white;
  padding: 15px 30px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}

#hostingcomarison .btn:hover {
  background-color: #1976d2;
}

/* default cursor when input is disabled */
#free-hosting:disabled + label {
  cursor: default;
}

/* pointer cursor when input is enabled */
#free-hosting:enabled + label {
  cursor: pointer;
}

@media screen and (min-width: 768) {
  #hostingcomarison .cta-button {
    margin-left: 70px;
  }
}
@media screen and (min-width: 1200px) {
  #hostingcomarison .comparison-row {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
  }
  #hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
    font-size: 30px;
    background-color: #EDF1F4;
    height: 54px;
  }
  #hostingcomarison .cta-button {
    grid-column: 2;
  }
  #hostingcomarison .ctaWrapper {
    grid-template-columns: 1fr 1fr;
  }
  #hostingcomarison .btn {
    font-size: 22px;
    margin-left: 35px;
    height: 60px;
    align-items: center;
    width: 450px;
    display: block;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0;
  }
  #hostingcomarison .feature-left {
    border-right: none;
    border-left: 1px solid #B6BCC0;
  }
  #hostingcomarison .feature-right {
    border-left: none;
  }
  #hostingcomarison .feature-right, #hostingcomarison .feature-left {
    margin: 0;
    height: 47px;
  }
  #hostingcomarison .icon-section {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0;
    position: relative;
    top: 0px;
    transform: none;
  }
}
/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table;
  }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width: 40.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* large displays */
@media only screen and (min-width: 64.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xlarge displays */
@media only screen and (min-width: 90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table;
  }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table;
  }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch {
  display: table;
}

.touch table.show-for-touch {
  display: table;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

.resp-table.ssl-all span.alert-red {
  color: #FF585D;
  text-align: center;
  border: 1px solid #FF585D;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-red {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-red small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-red {
  /* padding: 12px 0; */
}

.resp-table.ssl-all span.alert-green {
  color: #18BF93;
  text-align: center;
  border: 1px solid #18BF93;
  display: block;
  max-width: 148px;
  margin-top: 2px;
  font-weight: 900;
  font-size: 13px;
}

@media screen and (min-width: 1024px) {
  .resp-table.ssl-all span.alert-green {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
.resp-table.ssl-all span.alert-green small {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
}

.resp-table.ssl-all span.alert-green {
  /* padding: 12px 0; */
}

.row.sslText {
  padding: 0.9375rem;
}

.label-wrapper.cert_end.text-center {
  display: flex;
}

.label-wrapper.cert_end.text-center .header-label {
  display: inline;
}

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.mr-2 {
  margin-right: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 640px) {
  .mr-2 {
    margin-top: 12px;
  }
}
.freeHostingStatus .active {
  color: #18bf93;
}

.freeHostingStatus .pending {
  color: orange;
}

.freeHostingStatus .suspended {
  color: red;
}

.freeHostingStatus .inactive {
  color: gray;
}

#hostingcomarison .header {
  display: inline-flex;
  width: 100%;
  margin-bottom: 27px;
}

#hostingcomarison .freeHostingTitle {
  margin-top: 56px;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 100%;
  font-size: 32px;
  line-height: normal;
  margin-bottom: 11px;
}

#hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  color: #333;
  padding: 10px 0;
  margin: 18px 0;
  border: 1px solid #B6BCC0;
}

#hostingcomarison .web-hosting {
  background-color: #CDEFDB;
}

#hostingcomarison .free-hosting {
  background-color: white;
}

#hostingcomarison .vs-divider {
  width: 90px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

#hostingcomarison .comparison-row {
  display: block;
  position: relative;
  margin: 0px 0;
}

#hostingcomarison .comparison-row:last-child {
  border-bottom: none;
}

#hostingcomarison .feature-left {
  flex: 1;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #B6BCC0;
  text-align: center;
  font-size: 15px;
  color: #000;
  margin-left: 70px;
  font-weight: 400;
  border-left: 0px;
}

#hostingcomarison .icon-section {
  width: 70px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#hostingcomarison .icon-email {
  background-color: #FFC505;
}

#hostingcomarison .icon-domain {
  background-color: #FFC505;
}

#hostingcomarison .icon-storage_ {
  background-color: #FFC505;
}

#hostingcomarison .icon-transfer {
  background-color: #FFC505;
}

#hostingcomarison .icon-spam {
  background-color: #FFC505;
}

#hostingcomarison .icon-traffic {
  background-color: #FFC505;
}

#hostingcomarison .feature-right {
  flex: 1;
  background-color: #CDEFDB;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
  margin: 15px 0;
  font-size: 14px;
  color: #000;
  border: 2px solid #6FCF97;
  font-weight: 700;
  margin-left: 70px;
  border-left: 0px;
}

#hostingcomarison .cta-button {
  text-align: center;
  padding: 20px;
  background: transparent;
  justify-self: center; /* horizontal center inside column */
  align-self: center;
}

#hostingcomarison .free-hosting {
  border-right: 0px !important;
}

#hostingcomarison .web-hosting {
  border-left: 0px !important;
}

#hostingcomarison .ctaWrapper {
  display: grid;
}

#hostingcomarison .eye {
  cursor: pointer;
  margin-left: 8px;
}

#hostingcomarison .btn {
  background-color: #0569FF;
  color: white;
  padding: 15px 30px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
}

#hostingcomarison .btn:hover {
  background-color: #1976d2;
}

/* default cursor when input is disabled */
#free-hosting:disabled + label {
  cursor: default;
}

/* pointer cursor when input is enabled */
#free-hosting:enabled + label {
  cursor: pointer;
}

@media screen and (min-width: 768) {
  #hostingcomarison .cta-button {
    margin-left: 70px;
  }
}
@media screen and (min-width: 1200px) {
  #hostingcomarison .comparison-row {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
  }
  #hostingcomarison .free-hosting, #hostingcomarison .web-hosting {
    font-size: 30px;
    background-color: #EDF1F4;
    height: 54px;
  }
  #hostingcomarison .cta-button {
    grid-column: 2;
  }
  #hostingcomarison .ctaWrapper {
    grid-template-columns: 1fr 1fr;
  }
  #hostingcomarison .btn {
    font-size: 22px;
    margin-left: 35px;
    height: 60px;
    align-items: center;
    width: 450px;
    display: block;
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0;
  }
  #hostingcomarison .feature-left {
    border-right: none;
    border-left: 1px solid #B6BCC0;
  }
  #hostingcomarison .feature-right {
    border-left: none;
  }
  #hostingcomarison .feature-right, #hostingcomarison .feature-left {
    margin: 0;
    height: 47px;
  }
  #hostingcomarison .icon-section {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0;
    position: relative;
    top: 0px;
    transform: none;
  }
}
/* Mixins */
/* Gradient Background */
/* Box-Shadow */
/* Transitions */
/* -------------------------------------------------
Global styles used both at frontend and also backend
----------------------------------------------------- */
/* Set max width for the website */
.row {
  max-width: 1600px;
}

.row.full {
  max-width: 100%;
}

img {
  aspect-ratio: attr(width)/attr(height);
}

/* Input Styles */
input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=color], textarea, select {
  color: black;
}

input[type=text]:hover, input[type=password]:hover, input[type=date]:hover, input[type=datetime]:hover, input[type=datetime-local]:hover, input[type=month]:hover, input[type=week]:hover, input[type=email]:hover, input[type=number]:hover, input[type=search]:hover, input[type=tel]:hover, input[type=time]:hover, input[type=url]:hover, input[type=color]:hover, textarea:hover, select:hover {
  border-color: #9bafb9;
}

input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=week]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=color]:focus, textarea:focus, select:focus {
  border-color: #20B6DB;
}

input[type=text][disabled], input[type=text][disabled]:hover, input[type=password][disabled], input[type=password][disabled]:hover, input[type=date][disabled], input[type=date][disabled]:hover, input[type=datetime][disabled], input[type=datetime][disabled]:hover, input[type=datetime-local][disabled], input[type=datetime-local][disabled]:hover, input[type=month][disabled], input[type=month][disabled]:hover, input[type=week][disabled], input[type=week][disabled]:hover, input[type=email][disabled], input[type=email][disabled]:hover, input[type=number][disabled], input[type=number][disabled]:hover, input[type=search][disabled], input[type=search][disabled]:hover, input[type=tel][disabled], input[type=tel][disabled]:hover, input[type=time][disabled], input[type=time][disabled]:hover, input[type=url][disabled], input[type=url][disabled]:hover, input[type=color][disabled], input[type=color][disabled]:hover, textarea[disabled], textarea[disabled]:hover, select[disabled], select[disabled]:hover {
  opacity: 0.5;
  border-color: #CDD7DC;
}

/* Global styling for radio buttons and checkboxes */
@media  {
  input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    width: 14px;
    height: 14px;
    border: 1px solid #282828;
    border-radius: 50%;
    outline: none;
    background: white;
  }
  input[type=radio]:hover {
    border: 1px solid #008cdd;
  }
  input[type=radio]:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    margin: 3px auto;
    border-radius: 50%;
  }
  input[type=radio]:checked:before {
    background: #282828;
  }
  input[type=radio]:checked:hover {
    background: initial;
    border: 1px solid #282828;
  }
  /* Styling checkboxes for WebKit browsers */
  input[type=checkbox] {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    border: 1px solid #282828;
    outline: none;
    display: inline-flex;
    background: white;
    min-width: 14px;
    min-height: 14px;
  }
  input[type=checkbox]:hover {
    border: 1px solid #008cdd;
  }
  input[type=checkbox]:before {
    content: "";
    display: block;
    margin: 0 auto;
  }
  input[type=checkbox]:checked:before {
    content: "\e614";
    font-family: "icomoon";
    font-size: 13px;
  }
}
@media  {
  input[type=checkbox]:checked:before {
    position: relative;
    top: -1px;
  }
}
/* Select initializing */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  outline: none;
}

select optgroup {
  padding: 0.2rem;
}

select option {
  padding: 0.2rem;
}

select:invalid {
  color: #b1b1b1;
}

/* Fix for outline on inputs across all browsers */
*:focus {
  outline: none;
}

/* Fixes for input placeholder color fields */
::-moz-placeholder {
  color: #bfbfbf;
}
::placeholder {
  color: #bfbfbf;
}

::-webkit-input-placeholder {
  color: #bfbfbf;
}

::-ms-placeholder {
  color: #bfbfbf;
}

::-moz-placeholder {
  color: #919191;
}

/* abbreviation style */
abbr {
  color: inherit;
  font: inherit;
  text-decoration: none;
}

abbr[title] {
  border-bottom: 1px dashed #CDD7DC;
}

/* Pointer events none  */
.no-events {
  pointer-events: none;
  cursor: default;
}

/* Some ahref styles */
a.warn {
  color: #fd9662;
}

a.warn:hover {
  color: rgb(252.1169811321, 103.641509434, 28.6830188679);
}

a.normal-weight {
  font-weight: 400;
}

/* A simple link with arrow movement */
.simple-link {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 500;
}

.simple-link:hover i {
  left: 4px;
}

.simple-link i {
  vertical-align: middle;
  position: relative;
  left: 0;
  transition: all 0.15s ease-in 0s;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .simple-link {
    top: -0.05rem;
  }
}
/* Additional styles for buttons */
button.disabled, .button.disabled {
  cursor: default;
  background-color: rgb(229.4, 234.52, 237.08);
  color: #B8C7CF;
  opacity: 1;
  text-shadow: 1px 0 0 white;
  pointer-events: none;
}

button.disabled:hover, .button.disabled:hover {
  background-color: #EBEFF1;
  color: rgb(193, 205.4, 211.6);
}

button.animated-btn, .button.animated-btn {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

button.animated-btn:before, .button.animated-btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 0px;
  width: 100%;
  z-index: -1;
  background: #008cdd;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

button.animated-btn.initiate, .button.animated-btn.initiate {
  background-color: transparent;
}

button.animated-btn.initiate:before, .button.animated-btn.initiate:before {
  top: 0%;
  bottom: auto;
  height: 100%;
}

button.animated-btn.initiate span, .button.animated-btn.initiate span {
  opacity: 0;
}

button.animated-btn.success, .button.animated-btn.success {
  pointer-events: none;
  cursor: default;
}

button.animated-btn span, .button.animated-btn span {
  transition: opacity 0.4s ease;
}

button .loading, .button .loading {
  height: 1.375rem;
}

button .loading .spinner, .button .loading .spinner {
  top: 50%;
}

button.small .loading, .button.small .loading {
  height: 1.125rem;
}

/* Global list style used mainly for gdpr terms but we use it everywhere */
.global-list {
  line-height: 1.3;
  font-size: 0.925rem;
  margin-bottom: 1.75rem;
  margin-top: 1rem;
}

.global-list li:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* Group of buttons. Used only with global foundation class .button-group  */
@media only screen and (min-width: 40.063em) {
  .step-buttons .button {
    min-width: 12rem;
  }
}
@media only screen and (min-width: 40.063em) {
  .step-buttons .button.small {
    min-width: 9rem;
  }
}
.step-buttons .button .loading {
  display: inline-block;
  height: 0.725rem;
}

/* Class for showing Discounts */
.strikethrough {
  background: url("/img/strikethrough.png") no-repeat center center;
  background-size: contain;
  display: inline-block;
  text-decoration: none;
}

.strikethrough.white-version {
  background: url("/img/strikethrough-white.png") no-repeat center center;
}

.strikethrough.grey-version {
  background: url("/img/strikethrough-grey.png") no-repeat center center;
}

/* Create Loader and set keyframes for spinner  */
.loading .spinner, .loading spinner::after {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  width: 2rem;
  height: 2rem;
}

.loading .spinner.smaller, .loading .spinner.smaller:after {
  width: 1.5rem;
  height: 1.5rem;
}

.loading .spinner.bigger, .loading .spinner.bigger:after {
  width: 3rem;
  height: 3rem;
}

.spinner {
  position: absolute;
  margin: -1rem auto auto -1rem;
  border-width: 4px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.2);
  border-left-color: #ffffff;
  transform: translateZ(0);
  animation: load 1.1s linear infinite;
}

.spinner.dark {
  border-color: rgba(155, 175, 185, 0.3);
  border-left-color: #9bafb9;
}

.spinner.bigger {
  border-width: 4px;
}

.spinner.smaller {
  margin: -0.75rem auto auto -0.75rem;
}
@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Global Loader with Overlay . Used recently in dedicated servers */
.global-overlay-loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(4, 4, 4, 0.76);
  backdrop-filter: blur(3px);
}

.global-overlay-loader .loading {
  left: 50%;
  top: 50%;
  position: relative;
}

.global-overlay-loader .loading .spinner, .global-overlay-loader .loading .spinner:after {
  width: 5rem;
  height: 5rem;
}

.global-overlay-loader .loading .spinner {
  border-width: 6px;
  top: 1.5rem;
  margin: -2.5rem auto auto -2.5rem;
}

/* Class for take out Main menu shadow and phone */
body.no-shadow header #main_nav .nav {
  box-shadow: none;
}

body.no-shadow header #main_nav .nav .menu-wrapper .secondary-menu .container > li.phone {
  display: none !important;
}

/* Class for hiding main menu phone */
body.no-phone header #main_nav .nav .menu-wrapper .secondary-menu .container > li.phone {
  display: none !important;
}

/* Overlay layer with persistent message. Developed but not used. Can be found in Black Friday offers View */
.show-overlay .expired-overlay {
  display: block;
}

.expired-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(28, 29, 30, 0.7);
}

.expired-overlay .wrapper {
  background-color: white;
  padding: 2.5rem;
  width: 90%;
  margin-left: -45%;
  left: 50%;
  position: absolute;
  top: 2rem;
  text-align: center; /* FF3.5+ */ /* Saf3.0+, Chrome */
  box-shadow: 0 1px 6px rgb(76.5, 76.5, 76.5); /* Opera 10.5, IE9 */
}

@media only screen and (min-width: 40.063em) {
  .expired-overlay .wrapper {
    width: 60%;
    margin-left: -30%;
  }
}
@media only screen and (min-width: 64.063em) {
  .expired-overlay .wrapper {
    width: 30%;
    margin-left: -15%;
  }
}
.expired-overlay .wrapper .img-container {
  margin-bottom: 1rem;
}

.expired-overlay .wrapper p {
  line-height: 1.1;
}

.expired-overlay .wrapper p.lead {
  color: #ff585d;
}

.expired-overlay .wrapper ul {
  margin-bottom: 0;
  list-style-position: inside;
  font-size: 0.925rem;
  font-weight: 400;
}

@media only screen and (min-width: 90.063em) {
  .expired-overlay .wrapper .input-wrapper {
    margin: 0 2rem;
  }
}
.expired-overlay .wrapper .input-wrapper input {
  background-color: #EBEFF1;
  border: 0 none;
  height: 2.75rem;
}

.expired-overlay .wrapper .input-wrapper .prefix, .expired-overlay .wrapper .input-wrapper .postfix {
  height: 2.75rem;
  line-height: 2.75rem;
}

.expired-overlay .wrapper .captcha-wrapper {
  margin-bottom: 1.25rem;
}

/* Move to Top - Its the round button above chat that takes you to the top of the page */
.move-to-top {
  position: fixed;
  right: 17px;
  display: none;
  bottom: 100px;
  z-index: 99999;
}

.move-to-top a {
  font-size: 1rem;
  padding: 9px 13px;
  color: white;
  background: #008cdd;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0.2em 0.8em;
}

/* Chat bubble Widget - This style is specific for medium down screens - We made it so we can control its position */
.chat-block {
  visibility: visible;
  resize: none;
  overflow: visible;
  opacity: 1;
  position: fixed;
  width: auto;
  height: auto;
  z-index: 99;
  cursor: auto;
  top: auto;
  bottom: 76px;
  right: 15px;
  left: auto;
  display: none;
}

.chat-block a {
  margin-left: 1px;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.5);
  background-color: #023161;
  color: white;
  padding: 12px;
  display: flex;
  align-items: center;
}

.chat-block a i {
  font-style: normal;
}

.chat-block a i:after {
  content: "\e166";
  font-family: "Icomoon";
  font-size: 26px;
}

/* Small Cart Widget on the right side of the page */
.cart-widget {
  position: fixed;
  right: -302px;
  top: 6rem;
  z-index: 100;
  transition: all 300ms;
}

.cart-widget.active {
  right: -2px;
}

.cart-widget.w-shadow .wrapper {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}

.cart-widget a.cart {
  background-color: white;
  border-radius: 6px 0 0 6px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  display: inline-block;
  height: 3.5rem;
  line-height: 56px;
  text-align: center;
  width: 3.25rem;
  position: absolute;
  top: 1.5rem;
  left: -56px;
}

.cart-widget a.cart i {
  color: #282828;
  font-size: 1.3125rem;
  line-height: 1.8;
  position: relative;
  right: 2px;
  top: 6px;
}

.cart-widget a.cart .badge {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: white;
  font-size: 0.675rem;
  height: 18px;
  margin-top: 12px;
  width: 18px;
  margin-left: -11px;
  position: absolute;
  line-height: 19px;
  font-weight: 400;
  text-align: center;
  background-color: #ff585d;
}

.cart-widget .overlay {
  background-color: white;
  display: inline-block;
  height: 3.5rem;
  left: -6px;
  position: absolute;
  top: 1.5rem;
  width: 6px;
}

.cart-widget .wrapper {
  max-width: 300px;
  width: 300px;
  border-radius: 6px 0 0 6px;
  display: inline-block;
  background: white;
  overflow: hidden;
}

.cart-widget .wrapper ul.cart-items {
  position: relative;
  max-height: 14.125rem;
  overflow-y: auto;
  margin-bottom: 0;
  border-bottom: 1px solid rgb(237.5, 241, 242.75);
}

.cart-widget .wrapper ul.cart-items li {
  display: table;
  width: 100%;
  cursor: default;
  padding: 0.425rem 0.6rem 0.6rem;
  font-size: 0.875rem;
  border-bottom: 1px solid rgb(237.5, 241, 242.75);
}

.cart-widget .wrapper ul.cart-items li:last-child {
  border-bottom: 0 none;
}

.cart-widget .wrapper ul.cart-items li:hover, .cart-widget .wrapper ul.cart-items li:focus {
  background-color: rgb(237.5, 241, 242.75);
}

.cart-widget .wrapper ul.cart-items li a {
  color: #585858;
  font-size: 0.875rem;
  padding: 0;
}

.cart-widget .wrapper ul.cart-items li.line {
  cursor: default;
}

.cart-widget .wrapper ul.cart-items li .product {
  display: table-cell;
  width: 70%;
  font-weight: 500;
  word-break: break-all;
  word-wrap: break-word;
  line-height: 1.2;
}

.cart-widget .wrapper ul.cart-items li .product span {
  display: block;
  font-size: 0.7rem;
  font-weight: 300;
  margin-top: 1px;
}

.cart-widget .wrapper ul.cart-items li .price {
  display: table-cell;
  width: 20%;
  min-width: 4.0625rem;
  text-align: right;
}

.cart-widget .wrapper ul.cart-items li .item-remove {
  display: table-cell;
  width: 10%;
  text-align: right;
}

.cart-widget .wrapper ul.cart-items li .item-remove::before {
  content: "\e913";
  font-family: "icomoon";
  position: relative;
  font-size: 1.025rem;
  height: 0.5rem;
  top: 2px;
  right: -4px;
  width: 0.5rem;
  color: rgb(210, 219, 223.5);
}

.cart-widget .wrapper ul.cart-items li .item-remove:hover::before {
  color: #ff585d;
}

.cart-widget .wrapper .cart-content {
  padding: 0.75rem;
}

.cart-widget .wrapper .cart-content p {
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.cart-widget .wrapper .cart-content p:last-of-type {
  margin-bottom: 0;
}

.cart-widget .wrapper .view-all-container {
  padding: 0.75rem;
}

.cart-widget .wrapper .view-all-container .view-all {
  width: 100%;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
}

/* this class goes alongside with cart -> .badge / Emphasizes the number of items someone has in his cart */
.heartbit:after {
  content: "";
  height: 30px;
  border: 5px solid #ff585d;
  border-radius: 50%;
  position: absolute;
  right: -6px;
  top: -6px;
  width: 30px;
  z-index: 10;
  -moz-animation: heartbit 1s ease-out;
  -moz-animation-iteration-count: infinite;
  -o-animation: heartbit 1s ease-out;
  -o-animation-iteration-count: infinite;
  -webkit-animation: heartbit 1s ease-out;
  animation-iteration-count: infinite;
}

/* Keyframes Cart Widjet */
@keyframes heartbit {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  25% {
    opacity: 0.1;
    transform: scale(0.1);
  }
  50% {
    opacity: 0.3;
    transform: scale(0.5);
  }
  75% {
    opacity: 0.5;
    transform: scale(0.8);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
/* Steps for forms / Initially created for cart but we 've been using them everywhere there are steps */
.steps {
  margin-bottom: 3rem;
  padding-top: 1rem;
  background-color: #fff;
  position: relative;
  z-index: 9;
}

.steps #progressbar {
  counter-reset: step;
  overflow: hidden;
  text-align: center;
  margin-bottom: 0;
  margin-left: 0;
}

.steps #progressbar li {
  float: left;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  list-style-type: none;
  position: relative;
  text-transform: uppercase;
  width: 33.33%;
  color: rgb(126.65, 126.65, 126.65);
}

.steps #progressbar li:first-child::after {
  content: none;
}

.steps #progressbar li::after {
  background-color: rgb(221, 227.8, 231.2);
  content: "";
  height: 2px;
  left: -50%;
  position: absolute;
  top: 1.25rem;
  width: 100%;
  z-index: -1;
}

@media only screen and (min-width: 40.063em) {
  .steps #progressbar li::after {
    top: 2rem;
  }
}
.steps #progressbar li::before {
  background-color: rgb(221, 227.8, 231.2);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  content: counter(step, decimal);
  counter-increment: step;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Roboto";
  height: 2.5rem;
  line-height: 2.5;
  margin: 0 auto 0.5rem;
  width: 2.5rem;
  color: #282828;
}

@media only screen and (min-width: 40.063em) {
  .steps #progressbar li::before {
    font-size: 2rem;
    font-weight: 400;
    height: 4rem;
    line-height: 2;
    width: 4rem;
  }
}
.steps #progressbar li.active {
  color: #282828;
}

.steps #progressbar li.active::before, .steps #progressbar li.active::after {
  background: #18BF93;
  color: white;
}

.steps #progressbar.two-steps li {
  width: 50%;
}

.steps #progressbar.five-steps li {
  width: 20%;
}

.steps #progressbar.six-steps li {
  width: 16.6%;
}

.p-relative-alert {
  display: inline-block;
  position: relative;
}

#alerticon {
  background-image: url("/img/alert.png");
  height: 18px;
  width: 30px;
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  /* margin-top: 3px; */
  right: -37px;
  top: 1px;
  position: absolute;
}

.tooltip_info_cart .my-tooltip_2 {
  display: none;
  position: absolute;
  line-height: normal;
}

.tooltip_info_cart .icon-info2 {
  font-size: 19px;
}

.tooltip_info_cart:hover .my-tooltip_2 {
  display: block;
  background: #fff;
  z-index: 999;
  width: 300px;
  bottom: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1607843137);
  padding: 15px;
  font-size: 12px;
  left: 50%;
  bottom: 29px;
  transform: translateX(-50%);
}

/* Products in Cart (front-end) & Order (back-end) / This is a complex component so it must be carefully-edited */
#product-summary {
  line-height: 1.4;
}

#product-summary .ext_attribute {
  margin-top: 17px;
}

#product-summary .delete_nameservers {
  display: flex;
  gap: 7px;
}

#product-summary .delete_nameservers .b_black {
  color: #000;
}

#product-summary .delete_nameservers.hide {
  display: none;
}

#product-summary .btn_actions {
  display: flex;
  align-items: center;
  gap: 7px;
}

#product-summary .up_sell.installation-ssl.maintenance:before {
  content: "";
  display: block;
  margin-top: 0.8rem;
  padding-top: 0.8rem;
  border-top: dashed #d2dbe0;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin-left: 1.5rem;
}

#product-summary .a_check {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-top: 7px;
  color: #18bf93;
}

#product-summary .a_check input {
  margin-bottom: 0 !important;
  border: #18bf93 !important;
}

#product-summary .error_ex, #product-summary .error_pre {
  color: #ff585d;
}

#product-summary .setdomainextAttr {
  min-width: 8rem;
}

#product-summary .options .description {
  margin-bottom: 7px;
  display: flex;
}

#product-summary .options .error {
  color: #ff585d;
  margin-top: 6px;
}

#product-summary .options a.submit-edit.button.small.m-width {
  margin-top: 20px;
  padding: 8px 0;
  width: 137px;
}

#product-summary .options {
  margin-top: 20px;
  font-size: 14px;
}

#product-summary .options .option, #product-summary .options .flex_options {
  margin-top: 2px;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

#product-summary .options .option input, #product-summary .options .flex_options input {
  margin-bottom: 0 !important;
  cursor: pointer;
}

#product-summary .options .flex_options {
  gap: 20px;
}

#product-summary .options .flex_op {
  margin-bottom: 15px;
}

#product-summary i.icon-warning2.cart {
  line-height: 29px !important;
}

#product-summary .desc_wrapper {
  position: relative;
}

#product-summary .desc_wrapper .lead {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#product-summary .desc_wrapper .c_arrow {
  rotate: 180deg;
}

#product-summary .desc_wrapper .warning_d {
  display: flex;
  justify-content: space-between;
}

#product-summary .desc_wrapper .warning_d .icon-warning2 {
  color: orange;
  position: absolute;
  left: -44px;
  font-size: 28px;
  top: -3px;
}

#product-summary .desc_wrapper .desc_1 {
  width: 100%;
  font-size: 14px;
  margin-top: 10px;
}

#product-summary .wrapper .header {
  background-color: rgb(10.5908108108, 40.0097297297, 76.4891891892);
  color: white;
  border: 2px solid rgb(10.5908108108, 40.0097297297, 76.4891891892);
  padding: 0.75rem;
  font-size: 1.125rem;
}

@media only screen and (min-width: 40.063em) {
  #product-summary .wrapper .header {
    font-size: 1.25rem;
  }
}
#product-summary .wrapper .item {
  border-bottom: 7px solid #CDD7DC;
  border-left: 1px solid #CDD7DC;
  border-right: 1px solid #CDD7DC;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

#product-summary .wrapper .item:nth-child(odd) {
  background-color: rgb(241, 243.8, 245.2);
}

#product-summary .wrapper .item:nth-child(even) {
  background-color: white;
}

#product-summary .wrapper .item .product {
  width: 100%;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 64.063em) {
  #product-summary .wrapper .item .product {
    margin-bottom: 0;
  }
}
#product-summary .wrapper .item .product .description {
  display: inline-block;
  color: #282828;
}

#product-summary .wrapper .item .product .description strong {
  font-size: 1.125rem;
  display: block;
  line-height: 1.2;
}

@media only screen and (min-width: 40.063em) {
  #product-summary .wrapper .item .product .description strong {
    font-size: 1.25rem;
  }
}
#product-summary .wrapper .item .product .description strong.discount::after {
  content: "ΣΕ ΠΡΟΣΦΟΡΑ";
  background-color: #00c853;
  color: white;
  font-size: 0.625rem;
  margin-left: 0.5rem;
  padding: 0.1225rem 0.5rem;
  position: relative;
  top: -10px;
}

#product-summary .wrapper .item .product .description strong.warning::after {
  content: "\e916";
  font-family: "icomoon";
  display: inline;
  color: #fd9662;
  margin-left: 0.5rem;
  position: relative;
  top: -1px;
}

#product-summary .wrapper .item .product .description strong.warning.user::after {
  content: "\e924";
}

#product-summary .wrapper .item .product .description strong.warning.admin::after {
  content: "\e919";
}

#product-summary .wrapper .item .product .description .product-description {
  display: inline-block;
  font-size: 0.825rem;
  color: #989898;
  position: relative;
  top: -1px;
}

@media only screen and (min-width: 40.063em) {
  #product-summary .wrapper .item .product .description .product-description {
    top: -5px;
  }
}
#product-summary .wrapper .item .product .description .admin-call-to-action {
  display: inline-block;
  position: relative;
  top: -5px;
  font-size: 0.825rem;
}

#product-summary .wrapper .item .product .description .alert {
  color: #ff585d;
}

#product-summary .wrapper .item .product .description .primary {
  color: #008cdd;
}

#product-summary .wrapper .item .product .description .cart-item-msg {
  font-weight: 400;
  font-size: 0.825rem;
  color: #585858;
}

#product-summary .wrapper .item .product .description .cart-item-msg strong {
  color: #fd9662;
  display: initial;
  font-size: inherit;
  font-weight: 700;
}

#product-summary .wrapper .item .product .action {
  font-size: 0.825rem;
  display: block;
}

@media only screen and (min-width: 40.063em) {
  #product-summary .wrapper .item .product .action {
    margin-left: 0.5rem;
    position: relative;
    top: -1.25rem;
    display: inline-block;
  }
}
#product-summary .wrapper .item .product .actions {
  float: right;
  margin-left: 0.5rem;
  position: relative;
}

@media only screen and (min-width: 64.063em) {
  #product-summary .wrapper .item .product .actions {
    right: -1rem;
    top: 0.525rem;
  }
}
#product-summary .wrapper .item .product .actions a {
  color: #282828;
  line-height: 1;
  transition: all 0.1s ease-in-out;
}

#product-summary .wrapper .item .product .actions a.configure {
  position: relative;
  top: -4px;
  font-size: 0.925rem;
}

#product-summary .wrapper .item .product .actions a.configure:hover {
  color: #008cdd;
}

#product-summary .wrapper .item .product .actions a.delete {
  font-size: 1.5rem;
}

#product-summary .wrapper .item .product .actions a.delete:hover {
  color: #ff585d;
}

#product-summary .wrapper .item .price {
  margin-top: 1rem;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #product-summary .wrapper .item .price {
    margin-top: 1.9375rem;
  }
}
@media only screen and (min-width: 64.063em) {
  #product-summary .wrapper .item .price {
    margin-top: 0;
  }
}
#product-summary .wrapper .item .price .strikethrough {
  color: rgb(141.75, 141.75, 141.75);
  margin-right: 0.5rem;
  font-size: 0.9375rem;
}

@media only screen and (min-width: 64.063em) {
  #product-summary .wrapper .item .price .strikethrough {
    margin-right: 0.25rem;
  }
}
#product-summary .wrapper .item .price.discount {
  line-height: 1.3;
}

#product-summary .wrapper .item .price.discount .current-price {
  color: rgb(252.558490566, 126.820754717, 63.341509434);
  display: inline;
  font-weight: 500;
}

#product-summary .wrapper .item .price .annual-price {
  display: block;
  font-size: 0.825rem;
  color: rgb(141.75, 141.75, 141.75);
}

#product-summary .wrapper .item .price .set-up-price {
  display: block;
  font-size: 0.825rem;
  margin-top: 0.125rem;
}

#product-summary .wrapper .item .price .set-up-price span {
  font-size: 0.9375rem;
  display: inline-block;
}

#product-summary .wrapper .item .price .set-up-price.rgp-fee {
  position: relative;
  top: -0.75rem;
  display: inline-flex;
  align-items: center;
}

#product-summary .wrapper .item .price .set-up-price.rgp-fee div {
  margin-right: 0.325rem;
  font-size: 0.8125rem;
  line-height: 1.2;
}

#product-summary .wrapper .item .smaller-font {
  font-size: 0.875rem;
}

#product-summary .wrapper .item hr {
  border-style: dashed;
  margin-top: 0.8rem;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 40em) {
  #product-summary .wrapper .item hr.big-inner-margin {
    margin-left: 0;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #product-summary .wrapper .item hr.big-inner-margin {
    margin-left: 0;
  }
}
#product-summary .wrapper .item .domain-configure {
  margin-top: 0.5rem;
}

#product-summary .wrapper .item .domain-configure .wrapper {
  margin-left: 2.75rem;
  margin-top: 1rem;
}

#product-summary .wrapper .item .domain-configure .wrapper .icon {
  border-radius: 50%;
  color: white;
  font-size: 1.125rem;
  height: 2rem;
  left: 0.85rem;
  position: absolute;
  text-align: center;
  top: 0.75rem;
  width: 2rem;
}

#product-summary .wrapper .item .domain-configure .wrapper .icon i {
  line-height: 1.8;
}

#product-summary .wrapper .item .domain-configure .wrapper .icon.success {
  background-color: #18BF93;
}

#product-summary .wrapper .item .domain-configure .wrapper .icon.warning {
  background-color: orange;
}

#product-summary .wrapper .item .domain-configure .wrapper .icon.alert {
  background-color: #ff585d;
}

#product-summary .wrapper .item .domain-configure .wrapper .icon.addons {
  color: #585858;
  font-size: 1.6875rem;
  margin-left: 2px;
  top: 6px;
}

#product-summary .wrapper .item .domain-configure .wrapper p.lead, #product-summary .wrapper .item .domain-configure .wrapper p.lead_2 {
  font-weight: 400;
  font-size: 1rem;
  padding-bottom: 7px;
  border-bottom: 1px dashed rgb(212.5, 221, 225.25);
  margin-bottom: 0.5rem;
  color: #282828;
}

#product-summary .wrapper .item .domain-configure .wrapper .content {
  font-size: 0.825rem;
  font-weight: 400;
}

#product-summary .wrapper .item .domain-configure .wrapper .content span {
  display: block;
}

#product-summary .wrapper .item .domain-configure .wrapper .content label {
  font-size: 0.825rem;
  font-weight: 400;
}

#product-summary .wrapper .item .domain-configure .wrapper .content .attr-items ul {
  margin-bottom: 0;
}

#product-summary .wrapper .item .domain-configure .wrapper .content .attr-items ul li {
  font-size: 0.825rem;
  display: flex;
  line-height: 1.2;
  margin-bottom: 0.35rem;
}

#product-summary .wrapper .item .domain-configure .wrapper .content .attr-items ul li strong {
  color: #989898;
  margin-right: 0.125rem;
  min-width: 6rem;
}

#product-summary .wrapper .item .domain-configure .wrapper .content .attr-items .domain-contacts {
  margin-bottom: 0.375rem;
  line-height: 1.3;
}

#product-summary .wrapper .item .domain-configure .wrapper .content .attr-items .domain-contacts a {
  display: block;
}

#product-summary .wrapper .item .domain-configure .wrapper .content .some-margin-top {
  margin-top: 1rem;
}

#product-summary .wrapper .item .domain-configure .wrapper .content a.delete_reg {
  position: relative;
}

#product-summary .wrapper .item .domain-configure .wrapper .content a.button.small {
  padding: 0.375rem 1.5rem 0.4375rem;
}

#product-summary .wrapper .item .domain-configure .wrapper .content a.button.small.m-width {
  min-width: 8rem;
}

#product-summary .wrapper .item .domain-configure .wrapper .content a.button.small .loading {
  display: inline-block;
  height: 0.525rem;
}

#product-summary .wrapper .item .domain-configure .wrapper .content a.button.small.add-nameservers {
  font-size: 1.25rem;
  padding: 0.25rem 0.575rem 0.125rem;
  margin-bottom: 0.25rem;
}

#product-summary .wrapper .item .ssl-configure {
  margin-top: 0.75rem;
}

@media only screen and (min-width: 64.063em) {
  #product-summary .wrapper .item .ssl-configure {
    margin-left: 1.3rem;
  }
}
#product-summary .wrapper .item .ssl-configure .wrapper {
  display: table;
}

@media only screen and (max-width: 40em) {
  #product-summary .wrapper .item .ssl-configure .wrapper {
    margin-bottom: 1rem;
  }
  #product-summary .wrapper .item .ssl-configure .wrapper .ssl-attr {
    min-width: 9.5rem;
  }
}
#product-summary .wrapper .item .ssl-configure .wrapper .ssl-attr {
  display: table-cell;
  vertical-align: middle;
  padding-right: 0.75rem;
  font-size: 0.875rem;
}

#product-summary .wrapper .item .ssl-configure .wrapper .ssl-attr::after {
  content: ":";
  display: inline-block;
}

#product-summary .wrapper .item .ssl-configure .wrapper .drop-down {
  display: table-cell;
  vertical-align: middle;
}

#product-summary .wrapper .item .ssl-configure .wrapper .drop-down select {
  color: #282828;
  border: 0 none;
  border-bottom: 1px dotted #b7c8d1;
  background-color: transparent;
  background-image: none;
  height: 1.5rem;
  line-height: 1.2;
  padding: 0 0.125rem;
  cursor: pointer;
  width: 1.5rem;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  text-indent: -1px;
}

#product-summary .wrapper .item .actions-panel {
  padding-top: 0.5rem;
}

@media only screen and (min-width: 64.063em) {
  #product-summary .wrapper .item .actions-panel {
    padding-top: 0.25rem;
  }
}
#product-summary .wrapper .item .actions-panel .product::before {
  content: "\e91e";
  font-family: "icomoon";
  position: absolute;
  display: inline-block;
  font-size: 1.1875rem;
  left: 1.5rem;
  color: #B7C8D1;
}

@media only screen and (min-width: 64.063em) {
  #product-summary .wrapper .item .actions-panel .product::before {
    left: 2.7125rem;
  }
}
#product-summary .wrapper .item .actions-panel .product .description {
  color: rgb(141.75, 141.75, 141.75);
  font-size: 0.825rem;
}

#product-summary .wrapper .item .actions-panel .product .description strong {
  font-size: 0.875rem;
  color: #282828;
  display: block;
}

#product-summary .wrapper .item .actions-panel .product .description .product-description {
  top: 0;
}

#product-summary .wrapper .item .actions-panel .up_sell.installation-ssl .text-price {
  display: none;
}

#product-summary .wrapper .item .actions-panel .up_sell.installation-ssl .product::before {
  content: "\e91f";
  font-size: 1.75rem;
}

#product-summary .wrapper .item .actions-panel .up_sell.installation-ssl .product strong {
  margin-left: 3px;
}

#product-summary .wrapper .item .actions-panel .up_sell.installation-ssl .product label {
  display: flex;
  align-items: flex-start;
  line-height: 1.1;
  margin-bottom: 0.25rem;
  margin-left: 3px;
  margin-top: 1px;
}

#product-summary .wrapper .item .actions-panel .up_sell.installation-ssl .product input[type=checkbox] {
  margin-right: 4px;
  position: relative;
  top: 1px;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #product-summary .wrapper .item .actions-panel .up_sell.installation-ssl .price {
    margin-top: 0.75rem;
  }
}
@media only screen and (max-width: 40em) {
  #product-summary .wrapper .item .actions-panel .up_sell.installation-ssl .price {
    margin-top: -0.825rem;
  }
}
#product-summary .wrapper .item .actions-panel .up_sell.installation-ssl .get-ssl-domain input[type=text], #product-summary .wrapper .item .actions-panel .up_sell.installation-ssl .get-ssl-domain .button {
  height: 2.125rem;
  line-height: 2.125rem;
}

#product-summary .wrapper .item .actions-panel .up_sell.installation-ssl .get-ssl-domain .help-block {
  margin-top: -9px;
}

#product-summary .wrapper .item .actions-panel .up_sell.installation-ssl .get-ssl-domain .button {
  margin-bottom: 0;
  min-width: 8rem;
}

#product-summary .wrapper .item .actions-panel .up_sell.installation-ssl .get-ssl-domain div b {
  color: #686868;
}

#product-summary .wrapper .item .actions-panel .up_sell.installation-ssl .get-ssl-domain div .icon-checkmark {
  border-radius: 50%;
  color: white;
  padding: 4px;
  font-size: 11px;
  margin-right: 3px;
  background-color: #18BF93;
}

#product-summary .wrapper .item .actions-panel .up_sell.installation-ssl .get-ssl-domain div .edit_target_domains {
  color: #282828;
  position: relative;
  top: 2px;
}

#product-summary .wrapper .item .actions-panel .up_sell.installation-ssl .get-ssl-domain div .edit_target_domains:hover {
  color: rgb(0, 119, 187.85);
}

@media only screen and (min-width: 40.063em) {
  #product-summary .wrapper .item .actions-panel .up_sell.installation-ssl .get-ssl-domain {
    display: flex;
    margin-top: 0.5rem;
  }
  #product-summary .wrapper .item .actions-panel .up_sell.installation-ssl .get-ssl-domain input[type=text] {
    min-width: 19rem;
  }
  #product-summary .wrapper .item .actions-panel .up_sell.installation-ssl .get-ssl-domain .button {
    position: relative;
    left: -1px;
  }
}
#product-summary .wrapper .item .actions-panel .cross-sell-duration {
  margin-left: 2.8125rem;
}

@media only screen and (min-width: 64.063em) {
  #product-summary .wrapper .item .actions-panel .cross-sell-duration {
    margin-left: 0;
  }
}
#product-summary .wrapper .item .specs-panel {
  margin-top: 0.5rem;
}

@media only screen and (min-width: 64.063em) {
  #product-summary .wrapper .item .specs-panel {
    margin-left: 1.3rem;
  }
}
#product-summary .wrapper .item .specs-panel p {
  font-size: 0.825rem;
  line-height: 1.2;
}

#product-summary .wrapper .item .specs-panel p.lead {
  font-weight: 400;
  font-size: 1rem;
  padding-bottom: 7px;
  border-bottom: 1px dashed rgb(212.5, 221, 225.25);
  margin-bottom: 0.5rem;
  color: #282828;
}

@media only screen and (min-width: 64.063em) {
  #product-summary .wrapper .item .specs-panel ul {
    margin-bottom: 0;
  }
}
#product-summary .wrapper .item .specs-panel ul li {
  font-size: 0.825rem;
  line-height: 1.2;
  margin-bottom: 0.25rem;
  color: #282828;
}

#product-summary .wrapper .item .specs-panel ul li .spec {
  color: rgb(141.75, 141.75, 141.75);
}

#product-summary .wrapper .item .addons-panel {
  margin-top: 1.25rem;
}

#product-summary .wrapper .item .addons-panel .wrapper {
  margin-left: 2.75rem;
  margin-top: 1rem;
}

#product-summary .wrapper .item .addons-panel .wrapper .icon {
  color: #B7C8D1;
  font-size: 2rem;
  height: 2rem;
  left: 1rem;
  position: absolute;
  text-align: center;
  top: 7px;
  width: 2rem;
}

#product-summary .wrapper .item .addons-panel .wrapper .icon i {
  line-height: 1.8;
}

#product-summary .wrapper .item .addons-panel p.lead {
  font-weight: 400;
  font-size: 0.825rem;
  color: #88A4B3;
  margin-bottom: 0;
  line-height: 1.2;
}

#product-summary .wrapper .item .addons-panel .content ul {
  margin-bottom: 0;
}

#product-summary .wrapper .item .addons-panel .content ul li {
  font-size: 0.925rem;
  font-weight: 400;
  line-height: 1.2;
  padding-top: 4px;
}

#product-summary .wrapper .item .addons-panel .content ul li.v-line::after {
  color: #282828;
  content: "|";
  margin-left: -13px;
  margin-top: -18px;
  position: absolute;
}

#product-summary .wrapper .item .duration .button {
  background: #FFFFFF;
  margin-bottom: 0;
  width: 100%;
  border: 1px solid #CDD7DC;
  color: #282828;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 1rem;
  text-align: left;
  padding-right: initial;
  font-size: 0.925rem;
}

#product-summary .wrapper .item .duration .button:hover, #product-summary .wrapper .item .duration .button:focus {
  border-color: #9bafb9;
}

#product-summary .wrapper .item .duration .button.dropdown:before {
  border-color: #333 transparent transparent;
  border-width: 0.3rem;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #product-summary .wrapper .item .duration .button {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (min-width: 64.063em) {
  #product-summary .wrapper .item .duration .button {
    text-align: center;
    padding-left: initial;
  }
}
#product-summary .wrapper .item .duration .button .strikethrough {
  color: rgb(141.75, 141.75, 141.75);
  margin-right: 0.25rem;
  font-weight: 300;
}

#product-summary .wrapper .item .duration .f-dropdown {
  background: white;
  border: 1px solid #9bafb9;
  margin-top: -1px;
}

@media only screen and (min-width: 90.063em) {
  #product-summary .wrapper .item .duration .f-dropdown {
    max-width: 12.4375rem;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  #product-summary .wrapper .item .duration .f-dropdown {
    max-width: 12.0625rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #product-summary .wrapper .item .duration .f-dropdown {
    max-width: 24rem;
  }
}
@media only screen and (max-width: 40em) {
  #product-summary .wrapper .item .duration .f-dropdown {
    margin-right: 15px;
  }
}
#product-summary .wrapper .item .duration .f-dropdown:before {
  border: none;
}

#product-summary .wrapper .item .duration .f-dropdown:after {
  border: none;
}

#product-summary .wrapper .item .duration .f-dropdown.discount {
  max-width: inherit;
}

#product-summary .wrapper .item .duration .f-dropdown.discount > li a .strikethrough {
  margin-right: 0.25rem;
  color: rgb(177.99, 177.99, 177.99);
  background: url("../img/strikethrough-grey.png") no-repeat center center;
}

#product-summary .wrapper .item .duration .f-dropdown > li a {
  color: #484848;
}

#product-summary .wrapper .item .duration .f-dropdown > li a:hover {
  color: white;
}

#product-summary .wrapper .item .duration .f-dropdown > li:hover, #product-summary .wrapper .item .duration .f-dropdown > li.focus {
  background-color: #008cdd;
}

#product-summary .wrapper .item .duration .f-dropdown > li.active {
  background-color: #D5DFE2;
  cursor: default;
  pointer-events: none;
}

@media only screen and (min-width: 64.063em) {
  #product-summary .wrapper .item .inner-margin {
    margin-left: 1.3rem;
  }
}
@media only screen and (min-width: 64.063em) {
  #product-summary .wrapper .item .medium-inner-margin {
    margin-left: 2.25rem;
  }
}
#product-summary .wrapper .item .big-inner-margin {
  margin-left: 2.8125rem;
}

@media only screen and (min-width: 64.063em) {
  #product-summary .wrapper .item .big-inner-margin {
    margin-left: 4.0625rem;
  }
}
#product-summary .wrapper .footer {
  border-top: 2px solid #CDD7DC;
  padding-top: 0.75rem;
  margin-bottom: 1.5rem;
  position: relative;
  top: -1px;
}

@media only screen and (min-width: 64.063em) {
  #product-summary .wrapper .footer {
    padding-top: 1.25rem;
  }
}
#product-summary .wrapper .footer .prices-box {
  float: right;
  margin-right: 0.75rem;
  padding-top: 0.75rem;
}

@media only screen and (min-width: 64.063em) {
  #product-summary .wrapper .footer .prices-box {
    padding-top: 0;
  }
}
#product-summary .wrapper .footer .prices-box ul li .price-conteiner {
  display: table;
  width: 100%;
  margin-bottom: 0.25rem;
}

#product-summary .wrapper .footer .prices-box ul li .price-conteiner.total {
  border-top: 1px solid #CDD7DC;
  margin-top: 0.5rem;
  padding-top: 0.25rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: #282828;
}

#product-summary .wrapper .footer .prices-box ul li .price-conteiner .title {
  display: table-cell;
  padding-right: 1rem;
}

#product-summary .wrapper .footer .prices-box ul li .price-conteiner .prices {
  display: table-cell;
  text-align: right;
  padding-left: 2rem;
}

#product-summary .wrapper .cart-chechout .cart-login {
  text-align: right;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

#product-summary .wrapper input, #product-summary .wrapper select {
  margin-bottom: 0.5rem;
}

#product-summary {
  /* Styles for back-end. Overwriting product-summary */
}

#product-summary.document .wrapper .header {
  background-color: rgb(238, 241.4, 243.1);
  border: 1px solid #CDD7DC;
  font-weight: 500;
  line-height: 1.1;
  font-size: 1.125rem;
  margin: 0;
  padding: 1rem 1.25rem;
  color: #282828;
}

@media only screen and (max-width: 40em) {
  #product-summary.document .wrapper .header {
    background-color: #CDD7DC;
  }
}
#product-summary.document .wrapper .sub-header {
  background-color: rgb(238, 241.4, 243.1);
  border: 1px solid #CDD7DC;
  border-top: 0 none;
  font-size: 0.925rem;
  color: #282828;
  font-weight: 500;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#product-summary.document .item {
  border-width: 1px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

#product-summary.document .item:nth-child(odd) {
  background-color: white;
}

#product-summary.document .item:nth-child(even) {
  background-color: #f5f7f8;
}

#product-summary.document .item .product .description strong {
  font-size: 1rem;
}

@media only screen and (min-width: 64.063em) {
  #product-summary.document .item .product .actions {
    top: 0;
  }
}
#product-summary.document .item p strong.error {
  color: #ff585d;
  font-weight: 700;
}

#product-summary.document .item label {
  font-weight: 500;
}

@media only screen and (max-width: 40em) {
  #product-summary.document .item .duration span {
    display: block;
    margin-bottom: 1rem;
  }
}
#product-summary.document .item .label {
  min-width: 6.5rem;
}

#product-summary.document .item .panel {
  background-color: rgb(237, 240.6, 242.4);
  border-color: #CDD7DC;
  border-width: 1px;
}

#product-summary.document .item button.tiny, #product-summary.document .item .button.tiny {
  padding-top: 0.525rem;
  padding-bottom: 0.5875rem;
  margin-bottom: 0;
}

#product-summary.document .item .helper-icon {
  display: inline-block;
  margin-left: 0.25rem;
}

#product-summary.document .item .helper-icon a {
  color: #282828;
  font-size: 1.125rem;
  line-height: 1;
  position: relative;
  top: 4px;
}

#product-summary.document .item .deleteItemOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 100;
  transition: all 0.3s ease;
}

#product-summary.document .item .deleteItemOverlay:hover {
  background: rgba(0, 0, 0, 0.7);
}

#product-summary.document .item .deleteItemOverlay a {
  left: 50%;
  top: 50%;
  position: absolute;
  color: white;
  line-height: 1;
  transition: all 0.5s ease;
}

#product-summary.document .item .deleteItemOverlay a:hover {
  transform: rotate(-180deg);
}

#product-summary.document .item .deleteItemOverlay.cross a {
  font-size: 1.25rem;
  margin-left: -0.625rem;
  margin-top: -0.625rem;
}

#product-summary.document .item .deleteItemOverlay.primary a {
  font-size: 4rem;
  margin-left: -2rem;
  margin-top: -2rem;
}

#product-summary.document .item .item_edit_form .checkbox {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 40.063em) {
  #product-summary.document .item .item_edit_form .checkbox {
    margin-top: 1.75rem;
  }
}
#product-summary.document .item .ssl-installation-domain-display {
  margin-bottom: 0;
  font-size: 0.9rem;
}

#product-summary.document .footer {
  border: 0 none;
}

#product-summary.document .footer .prices-box {
  margin-right: 1.25rem;
}

/* Checkout - Payments global Styles */
.btm-border {
  text-align: center;
}

.btm-border:after {
  content: "";
  display: block;
  height: 3px;
  margin: 1rem auto 0;
  width: 9.375rem;
  background-color: #fd9662;
}

.blocks-with-vertical-line {
  margin-bottom: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
  display: table;
  width: 100%;
}

@media only screen and (min-width: 40.063em) {
  .blocks-with-vertical-line {
    margin-bottom: 3rem;
  }
  .blocks-with-vertical-line:after {
    background-color: rgb(210, 219, 223.5);
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 1px;
  }
}
@media only screen and (min-width: 40.063em) {
  .blocks-with-vertical-line .as-table-cell {
    display: table-cell;
    height: inherit;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 40em) {
  .blocks-with-vertical-line .first-block {
    margin-bottom: 2rem;
  }
}
.blocks-with-vertical-line .first-block ul li {
  margin-bottom: 0.325rem;
}

.blocks-with-vertical-line .first-block .title {
  font-weight: 500;
  color: #282828;
}

.blocks-with-vertical-line .first-block .value {
  margin-left: 0.125rem;
}

.blocks-with-vertical-line .first-block .button {
  font-size: 0.925rem;
  padding-top: 0.625rem;
  padding-bottom: 0.675rem;
}

.blocks-with-vertical-line .first-block .cards span {
  background-position: center center;
  background-size: contain;
  display: inline-block;
  height: 48px;
  margin: 0.25rem;
  overflow: hidden;
  text-indent: -9999px;
  width: 80px;
}

.blocks-with-vertical-line .first-block .cards span.visa {
  background-image: url("../img/logos/visa-logo.png");
}

.blocks-with-vertical-line .first-block .cards span.mastercard {
  background-image: url("../img/logos/mastercard-logo.png");
}

.blocks-with-vertical-line .first-block .cards span.american-express {
  background-image: url("../img/logos/american-express-logo.png");
}

.blocks-with-vertical-line .second-block .icon::after {
  background-color: #EBEFF1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  content: "";
  height: 6rem;
  margin-left: -2.6875rem;
  position: absolute;
  top: 0;
  width: 6rem;
  z-index: -1;
}

.blocks-with-vertical-line .second-block .icon i {
  display: block;
}

.blocks-with-vertical-line .second-block .icon i.icon-check-1 {
  color: #18BF93;
  position: relative;
  right: -15px;
  top: -10px;
  font-size: 5rem;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 40.063em) {
  .blocks-with-vertical-line .second-block .icon i.icon-check-1 {
    right: -21px;
  }
}
.blocks-with-vertical-line .second-block .icon i.icon-warning {
  color: #fd9662;
  position: relative;
  right: -6px;
  top: 16px;
  font-size: 3.5rem;
  margin-bottom: 3.5rem;
}

.blocks-with-vertical-line .second-block .icon i.icon-cross {
  color: #ff585d;
  position: relative;
  right: -6px;
  top: 21px;
  font-size: 3.5rem;
  margin-bottom: 4.25rem;
}

.blocks-with-vertical-line .second-block .msg {
  font-weight: 500;
  color: #282828;
  display: block;
  margin-bottom: 0.75rem;
}

.blocks-with-vertical-line .second-block .button {
  margin-bottom: 0;
  margin-left: 0.5rem;
}

.blocks-with-vertical-line .second-block .simple-link {
  font-weight: 500;
  font-size: 0.925rem;
}

.payment-options {
  margin: 1rem 0;
}

.payment-options .panel {
  background-color: white;
  border: 1px solid #CDD7DC;
  min-height: 105px;
  transition: all 0.15s ease-in 0s;
}

.payment-options .panel:hover, .payment-options .panel.active {
  background-color: rgb(241, 243.8, 245.2);
}

@media only screen and (min-width: 40.063em) {
  .payment-options .panel {
    min-height: 170px;
  }
}
.payment-options .panel .title {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.1;
  color: #282828;
}

.payment-options .panel span.smaller {
  font-size: 0.825rem;
  line-height: 1.2;
  color: #989898;
  display: block;
}

.payment-options .panel span.paypal {
  max-width: 100px;
  max-height: 30px;
  margin: 0 auto;
  position: relative;
}

.payment-options .panel span.paypal-charge {
  color: #282828;
  font-size: 0.875rem;
  display: block;
}

.payment-options .panel .cards span {
  background-size: contain;
  background-position: center;
  overflow: hidden;
  text-indent: -9999px;
  height: 30px;
  width: 50px;
  display: inline-block;
  margin: 0.25rem;
}

.payment-options .panel .cards span.visa {
  background-image: url("../img/logos/visa-logo.png");
}

.payment-options .panel .cards span.mastercard {
  background-image: url("../img/logos/mastercard-logo.png");
}

.payment-options .panel .cards span.american-express {
  background-image: url("../img/logos/american-express-logo.png");
}

.payment-options .panel .cards span.iris {
  background-repeat: no-repeat;
  background-image: url("../img/logos/iris-logo.png");
}

.payment-options .no-credit {
  margin-bottom: 3rem;
}

.payment-options .no-credit .panel {
  text-align: center;
  height: inherit;
}

.payment-options .no-credit .panel .title {
  margin-bottom: 0.5rem;
}

.payment-options .no-credit .panel span.paypal {
  display: block;
  top: -0.35rem;
}

.payment-options .no-credit .panel span.paypal-charge {
  line-height: 1.3;
  margin-top: 1.125rem;
}

.payment-options .credit {
  position: relative;
  margin-bottom: 3rem;
  padding-top: 1rem;
}

@media only screen and (min-width: 40.063em) {
  .payment-options .credit:after {
    background-color: rgb(210, 219, 223.5);
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 1px;
  }
}
.payment-options .credit .credit-box {
  margin-bottom: 2.75rem;
}

.payment-options .credit .credit-box p {
  color: #282828;
  margin-bottom: 0;
}

.payment-options .credit .credit-box p.sub-header {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #585858;
}

.payment-options .credit .credit-box .checkbox-wrapper {
  margin-left: 1.25rem;
}

.payment-options .credit .credit-box .checkbox-wrapper input[type=checkbox] {
  display: inline-block;
  margin-bottom: 0;
}

.payment-options .credit .credit-box .checkbox-wrapper label {
  font-size: 0.95rem;
  font-weight: 400;
  position: relative;
  top: -1px;
  color: #282828;
}

.payment-options .credit .credit-box .checkbox-wrapper p.statement {
  color: #989898;
  margin-left: 1.5rem;
  font-size: 0.825rem;
  line-height: 1.2;
}

.payment-options .credit .panel {
  display: inline-flex;
  width: 100%;
  align-items: baseline;
}

@media only screen and (max-width: 40em) {
  .payment-options .credit .panel {
    align-items: center;
    flex-flow: column;
    text-align: center;
  }
}
@media only screen and (min-width: 40.063em) {
  .payment-options .credit .panel {
    min-height: 6.25rem;
    padding-bottom: 0.75rem;
  }
}
.payment-options .credit .panel input[type=radio] {
  margin-right: 0.425rem;
  vertical-align: top;
  display: table;
}

.payment-options .credit .panel .wrapper {
  display: inline-block;
}

.payment-options .credit .panel .title {
  margin-bottom: 0.25rem;
}

.payment-options .credit .panel span.paypal {
  display: inline-block;
  margin-bottom: 0.25rem;
  top: -4px;
}

.payment-options .credit .panel span.paypal-charge {
  display: block;
}

.payment-options .credit .disabled-options .panel {
  opacity: 0.6;
  pointer-events: none;
}

.payment-options .credit .disabled-options .panel .wrapper {
  opacity: 0.6;
}

.payment-options .credit .disabled-options label {
  cursor: default;
}

.payment-options .credit .hidden-title {
  color: #282828;
  margin-bottom: 0.5rem;
}

.payment-options .total {
  color: #282828;
}

.payment-options .total p {
  margin-bottom: 0.25rem;
}

.payment-options .total > span {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2rem;
  display: inline-block;
}

.payment-options #submitOrder {
  min-width: 18.25rem;
}

.payment-options .order-agreement {
  margin-top: 0.5rem;
  margin-bottom: 1.25rem;
  display: inline-block;
}

.payment-options .order-agreement label {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
  position: relative;
  top: -1px;
  font-size: 0.825rem;
}

.payment-options .order-agreement input[type=checkbox] {
  margin-bottom: 0;
}

.payment-options .order-agreement a {
  padding-bottom: 1px;
  border-bottom: 1px dotted #008cdd;
  font-weight: 500;
  font-size: 0.825rem;
  position: relative;
  top: -1px;
}

/* Base styles for creating our Custom List component. Found on ssl, dedicated servers, payment methods(banks table) etc */
.custom-list {
  padding: 0.25rem 0;
}

.custom-list .item {
  background-color: white;
  margin-bottom: 1rem;
  border: 2px solid rgb(221, 227.8, 231.2);
  position: relative;
  transition: all 0.3s ease-out;
}

.custom-list .item ul {
  list-style-type: none;
  margin: 0;
}

.custom-list .item ul li {
  font-size: 0.95rem;
  font-weight: 400;
  height: inherit;
  line-height: 1.3;
  margin-bottom: 0.375rem;
  min-height: 3rem;
  padding: 0 1.25rem 0.75rem;
  text-align: center;
}

.custom-list .item ul li:first-child {
  font-size: 0.925rem;
}

.custom-list .item ul li.name a {
  color: #282828;
}

.custom-list .item ul li div span.offer {
  color: white;
  left: 0;
  position: absolute;
  z-index: 1;
  top: 0;
}

.custom-list .item ul li div span.offer strong {
  font-size: 0.75rem;
  font-weight: 700;
  left: -2px;
  position: absolute;
  top: 6px;
  transform: rotate(-45deg);
}

.custom-list .item ul li div span.offer:before {
  border-bottom: 40px solid transparent;
  border-left: 40px solid #00c853;
  content: "";
  position: absolute;
  z-index: -1;
}

.custom-list .item ul li div span.spec {
  display: block;
  font-weight: 700;
  color: rgb(154.8, 154.8, 154.8);
  font-size: 70%;
  letter-spacing: 0.5px;
}

@media only screen and (min-width: 64.063em) {
  .custom-list .item ul li div span.spec {
    display: none;
  }
}
.custom-list .item ul li div span.smaller-info {
  font-size: 0.825rem;
  font-weight: 300;
  display: block;
}

@media only screen and (min-width: 64.063em) {
  .custom-list .item ul li div span.smaller-info {
    color: rgb(138.1, 138.1, 138.1);
  }
}
.custom-list .item ul li div span.s-price {
  color: #282828;
  font-size: 1.75rem;
  display: inline;
  position: relative;
  line-height: 1.1;
}

.custom-list .item ul li div span.s-price .sup {
  font-weight: 400;
  font-family: "Roboto";
}

.custom-list .item ul li div span.s-price sup {
  font-size: 51%;
  margin-left: 2px;
  position: absolute;
  top: 10px;
}

.custom-list .item ul li div span.s-price small {
  font-size: 43%;
  left: 3px;
  position: relative;
}

.custom-list .item ul li div span.s-price .lowestPrice {
  color: rgb(177.99, 177.99, 177.99);
  font-size: 0.625rem;
  font-weight: 400;
  display: block;
  line-height: 1.1;
  padding: 5px 0;
}

.custom-list .item ul li div span.s-price .lowestPrice small {
  font-size: 100%;
}

@media only screen and (min-width: 64.063em) {
  .custom-list .item ul li div span.s-price {
    margin-bottom: 0;
  }
  .custom-list .item ul li div span.s-price .lowestPrice {
    padding: 0;
    padding-top: 2px;
  }
}
.custom-list .item ul li div span.discount {
  display: block;
  line-height: 1;
}

.custom-list .item ul li div span.discount .strikethrough {
  font-size: 14px;
  font-weight: 300;
  margin-right: 0.125rem;
  color: rgb(141.75, 141.75, 141.75);
}

.custom-list .item ul li div i {
  font-size: 1.25rem;
}

.custom-list .item ul li div i.unavail {
  color: #ff585d;
  position: relative;
  top: 2px;
}

.custom-list .item ul li div i.check {
  color: #18BF93;
}

.custom-list .item ul li div button, .custom-list .item ul li div .button {
  padding: 0.8rem 1.25rem 0.8625rem;
  width: 100%;
  margin-bottom: 0;
}

.custom-list .item ul li div button div.loading, .custom-list .item ul li div .button div.loading {
  display: inline-block;
  height: 1rem;
}

@media only screen and (min-width: 64.063em) {
  .custom-list .item ul li div button, .custom-list .item ul li div .button {
    padding: 0.6rem 1rem 0.625rem;
    font-size: 0.875rem;
    font-weight: 400;
  }
}
@media only screen and (min-width: 90.063em) {
  .custom-list .item ul li div button, .custom-list .item ul li div .button {
    max-width: 8.125rem;
  }
}
.custom-list .item ul li div button i, .custom-list .item ul li div .button i {
  font-size: 0.825rem;
  position: relative;
  top: 1px;
  margin-right: 5px;
}

.custom-list .item.suggested:after {
  background-color: #ff585d;
  color: white;
  content: "ΠΡΟΤΕΙΝΟΜΕΝΟ";
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0.3125rem 0.5rem 0.25rem;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
}

.custom-list .item.black-friday:after {
  background-color: #161616;
  color: white;
  content: "BLACK FRIDAY";
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0.3125rem 0.5rem 0.25rem;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
}

@media only screen and (max-width: 40em) {
  .custom-list .item > ul > li:first-child, .custom-list .item > form > ul > li:first-child {
    background-color: rgb(221, 227.8, 231.2);
    font-size: 1.125rem;
    height: inherit;
    line-height: 1.3;
    margin-bottom: 1.5rem !important;
    min-height: 1rem;
    padding-bottom: 1.4425rem;
    padding-top: 1.5rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .custom-list .item {
    float: left;
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
  }
  .custom-list .item > ul > li:first-child, .custom-list .item > form > ul > li:first-child {
    background-color: rgb(221, 227.8, 231.2);
    font-size: 1.125rem;
    height: inherit;
    line-height: 1.3;
    margin-bottom: 1.5rem !important;
    min-height: 1rem;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}
@media only screen and (min-width: 64.063em) {
  .custom-list .item {
    background-color: rgb(241, 243.8, 245.2);
    border: 0 none;
    padding: 0.75rem 0;
  }
  .custom-list .item:hover {
    background-color: rgb(226.6, 232.28, 235.12);
  }
  .custom-list .item:hover .name a {
    text-decoration: underline;
  }
  .custom-list .item:last-child {
    margin-bottom: 0;
  }
  .custom-list .item ul {
    display: table;
    table-layout: fixed;
    margin: 0;
    width: 100%;
  }
  .custom-list .item ul li {
    font-size: 0.875rem;
    height: 3.25rem;
    border-right: 1px solid #CDD7DC;
    display: table-cell;
    padding: 0 0.5rem;
    position: relative;
    vertical-align: middle;
    width: 12.5%;
  }
  .custom-list .item ul li:last-child {
    border-right: 0 none;
  }
  .custom-list .item ul li.name a {
    color: #585858;
  }
  .custom-list .item ul li div span.offer {
    top: -0.75rem;
  }
  .custom-list .item.suggested:after {
    left: 0;
    right: auto;
  }
  .custom-list .item.black-friday:after {
    left: 0;
    right: auto;
  }
  .custom-list .item.suggested.with-offer:after {
    left: 2.5rem;
  }
}
.custom-list .item.header {
  background-color: white;
  margin-bottom: 0.5rem;
  padding: 0;
}

.custom-list .item.header ul li {
  height: 2.5rem;
}

.custom-list .item.header ul li span, .custom-list .item.header ul li a {
  color: #919191;
  font-size: 0.825rem;
}

.custom-list {
  /* Bank list. Used both, in front & back end */
}

.custom-list.bank-list .item:not(.header) {
  background-color: rgb(241, 243.8, 245.2);
}

@media only screen and (min-width: 64.063em) {
  .custom-list.bank-list .item:not(.header) {
    margin-bottom: 0.75rem;
  }
  .custom-list.bank-list .item:not(.header) ul li {
    height: 2.25rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .custom-list.bank-list .item .small-inline {
    display: inline-flex;
  }
  .custom-list.bank-list .item .small-inline li {
    padding-bottom: 0;
    min-height: unset;
    margin-bottom: 0.25rem !important;
  }
  .custom-list.bank-list .item .small-inline li .spec {
    color: #b1b1b1;
    font-weight: 500;
  }
}
@media only screen and (max-width: 40em) {
  .custom-list.bank-list .item .small-inline {
    display: inline-flex;
  }
  .custom-list.bank-list .item .small-inline li {
    padding-bottom: 0;
    min-height: unset;
    margin-bottom: 0.25rem !important;
  }
  .custom-list.bank-list .item .small-inline li .spec {
    color: #b1b1b1;
    font-weight: 500;
  }
}
.custom-list.bank-list .item.header .s-m-bottom {
  margin-bottom: 0.25rem;
  display: block;
}

.custom-list.bank-list .item.header .smaller-info {
  display: block;
  font-weight: 300;
  font-size: 0.7rem;
  line-height: 1;
}

.custom-list.bank-list .item.header ul li {
  color: #919191;
  font-weight: 300;
  font-size: 0.7rem;
  line-height: 1;
  height: 1.25rem;
}

/* Custom list's controls used for dedicated servers */
.custom-list-controls {
  display: table;
  width: 100%;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  background-color: white;
}

.custom-list-controls.w-border-top {
  border-top: 1px solid #CDD7DC;
}

.custom-list-controls.w-border-bottom {
  border-bottom: 1px solid #CDD7DC;
}

.custom-list-controls.s-margin-bottom {
  margin-bottom: 0.75rem;
}

.custom-list-controls.b-margin-bottom {
  margin-bottom: 2rem;
}

.custom-list-controls .controls-left {
  float: left;
}

.custom-list-controls .controls-left .head .my-h3-title {
  font-size: 1.675rem;
  font-weight: 400;
  margin: 0;
}

.custom-list-controls .controls-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  float: right;
}

.custom-list-controls .controls-right .qty {
  font-size: 0.725rem;
  letter-spacing: 0.25px;
  margin-right: 0.75rem;
  color: #919191;
  width: 6.875rem;
  margin-top: 1px;
}

.custom-list-controls .controls-right .qty span {
  font-weight: 700;
  color: #585858;
}

.custom-list-controls .controls-right .search-container {
  position: relative;
}

.custom-list-controls .controls-right .search-container input {
  margin-bottom: 0;
  min-width: 17rem;
}

.custom-list-controls .controls-right .search-container i {
  position: absolute;
  color: #8e8e8e;
  right: 1rem;
  top: 0.75rem;
}

.custom-list-controls .controls-right .order-option .chosen-container {
  margin-bottom: 0;
}

.custom-list-controls .controls-right .order-option .chosen-container-single .chosen-single {
  font-size: 0.85rem;
  height: 2.3125rem;
  line-height: 2.25rem;
  padding: 0 2px 0 8px;
}

.custom-list-controls .controls-right .order-option .chosen-container-single, .custom-list-controls .controls-right .order-option select {
  min-width: 8.5rem;
  margin-bottom: 0;
}

.custom-list-controls .controls-right .action-container {
  margin-left: 0.75rem;
}

.custom-list-controls .controls-right .action-container .button {
  margin-bottom: 0;
  background-color: rgb(252.779245283, 138.4103773585, 80.670754717);
  padding: 0.6875rem 1.0625rem;
}

.custom-list-controls .controls-right .action-container .button:hover {
  background-color: rgb(252.1169811321, 103.641509434, 28.6830188679);
}

/* Side Filters made with minimal design -> Now on Dedicated Servers */
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .side-filters {
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 90.063em) {
  .side-filters {
    margin-right: 5rem;
  }
}
.side-filters header {
  margin-bottom: 2rem;
  margin-top: 5px;
  border-bottom: 1px solid #CDD7DC;
}

.side-filters header .title {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 400;
  margin-top: 0.9375rem;
  margin-bottom: 0.8125rem;
}

.side-filters .filter_container {
  margin-bottom: 3.5rem;
}

.side-filters .filter_container .title {
  padding-bottom: 1rem;
}

.side-filters .filter_container .title span {
  font-size: 1rem;
  font-weight: 400;
  color: #282828;
}

.side-filters .filter_container .f-wrapper {
  min-height: 0.6875rem;
}

.side-filters .filter_container .f-wrapper ul li {
  display: flex;
  padding-bottom: 0.75rem;
  align-items: start;
}

.side-filters .filter_container .f-wrapper ul li:last-child {
  padding-bottom: 0;
}

.side-filters .filter_container .f-wrapper ul li.disabled {
  opacity: 0.5;
  cursor: default;
}

.side-filters .filter_container .f-wrapper ul li.disabled input, .side-filters .filter_container .f-wrapper ul li.disabled label {
  pointer-events: none;
}

.side-filters .filter_container .f-wrapper input[type=checkbox], .side-filters .filter_container .f-wrapper input[type=radio] {
  margin-bottom: 0;
  margin-top: 1px;
  margin-right: 0.25rem;
}

.side-filters .filter_container .f-wrapper label {
  line-height: 1.1;
}

.side-filters .filter_container .f-wrapper label span {
  color: #686868;
}

.side-filters .filter_container .f-wrapper label span:last-of-type {
  font-weight: 400;
}

@media only screen and (min-width: 64.063em) {
  .side-filters .filter_container .f-wrapper label span:last-of-type {
    margin-left: 5px;
  }
}
.side-filters .filter_container .f-wrapper label span.counter {
  position: relative;
  top: -1px;
  color: #a1a1a1;
  font-weight: 300;
  font-size: 13px;
}

.side-filters .cancel {
  display: inline-block;
  font-size: 0.875rem;
  font-style: italic;
  margin-left: 0.5rem;
}

.side-filters .cancel:hover {
  text-decoration: underline;
}

/* Form thank you message. Used in new-support-request */
.success-msg {
  line-height: 1.4;
  display: table;
  background-color: white;
  padding: 1rem;
}

@media only screen and (min-width: 40.063em) {
  .success-msg {
    padding: 2rem;
  }
}
.success-msg i {
  display: table-cell;
  font-size: 4rem;
  padding-right: 1rem;
  color: #18BF93;
}

.success-msg p {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.5;
}

.success-msg.in-toolbox {
  padding: 0.75rem;
  background-color: transparent;
}

.success-msg.in-toolbox i {
  font-size: 2rem;
}

.success-msg.in-toolbox p {
  line-height: 1.4;
}

/* Styles for password eye {reveal - hide} */
.reveal-password {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
}

.reveal-password:hover {
  color: #008cdd;
}

.reveal-password i {
  font-size: 21px;
  top: 9px;
  position: absolute;
  left: 5px;
}

label .reveal-password {
  top: 22px;
}

@supports (-ms-ime-align: auto) {
  .reveal-password {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .reveal-password {
    display: none;
  }
}
/* Showing tld's under Search Bar */
.domain-search-items ul li .tld {
  white-space: nowrap;
  text-decoration: none;
  display: table;
}

@media only screen and (min-width: 64.063em) {
  .domain-search-items ul li .tld {
    width: auto;
    margin: 0 auto;
  }
}
.domain-search-items ul li .tld img {
  display: table-cell;
  width: 4rem;
}

.domain-search-items ul li .tld .price {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
}

.domain-search-items ul li .tld .price .strikethrough {
  color: rgb(141.75, 141.75, 141.75);
  font-size: 0.875rem;
  margin-right: 0.25rem;
}

.domain-search-items ul li .tld .price.discount .regular-price {
  color: rgb(252.558490566, 126.820754717, 63.341509434);
  display: inline;
  font-weight: 500;
}

@media only screen and (min-width: 40.063em) {
  .domain-search-items ul li .tld .price.small-left {
    left: -12px;
  }
}
@media only screen and (min-width: 40.063em) {
  .domain-search-items ul li .tld .price.small-right {
    right: -9px;
  }
}
/* Label ΑΛΛΑΞΕ used in payment methods */
/* Error page 404 styles */
.error-content {
  text-align: center;
  margin: 4rem 0 3rem;
}

.error-content h2 {
  margin-bottom: 0.825rem;
  font-weight: 300;
  font-size: 2rem;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .error-content h2 {
    font-size: 1.85rem;
  }
}
@media only screen and (max-width: 40em) {
  .error-content h2 {
    font-size: 1.375rem;
    font-weight: 400;
  }
}
.error-content p {
  margin-bottom: 0.225rem;
  line-height: 1.3;
}

.error-content .content {
  margin-top: 4rem;
}

.error-content .content i {
  font-size: 5rem;
  padding: 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: #57f2cc; /* Fallback Color */ /* Saf4+, Chrome */ /* Chrome 10+, Saf5.1+, iOS 5+ */ /* FF3.6 */ /* IE10 */ /* Opera 11.10+ */
  background-image: linear-gradient(to right, #57f2cc, #4596FB);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#57f2cc', EndColorStr='#4596FB');
  color: #023161;
}

.error-content .content a {
  font-size: 1.1875rem;
  display: block;
  font-weight: 500;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
  text-decoration: underline;
}

.error-content .content p {
  line-height: 1.3;
}

@media only screen and (min-width: 64.063em) {
  .error-content .content ul li {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .error-content .content i {
    color: #023161;
    background: 0 none;
  }
}
.offerParent .rowoffer {
  display: flex;
}

.offerParent .offertext {
  display: flex;
  align-items: center;
  font-size: 14px;
  text-align: right;
  padding-right: 0.3rem;
  flex-grow: 1;
  max-width: calc(100% - 100px);
}

.offerParent .offertext a {
  font-weight: bold;
}

.offerParent img.offerimg {
  width: auto;
  max-width: 70px;
}

.offerParent .rowoffer.r2 {
  text-align: right;
  justify-content: flex-end;
  font-size: 10px;
  font-weight: 500;
  padding-top: 0.5rem;
}

.offerParent .offerimgp {
  flex: 1 1 100%;
  max-width: 100px;
}

.bundled .d-flex {
  display: flex;
  gap: 15px;
  margin-left: 10px;
}

.bundled .desc {
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 10px;
}

.bundled .length_12 {
  padding: 7px 16px;
  font-size: 12px;
}

#pinform .p-slide, #quickLogin_form .p-slide, #createPasskeyModal .p-slide {
  max-width: 425px;
  margin: auto;
}

#pinform .pin-container, #quickLogin_form .pin-container, #createPasskeyModal .pin-container {
  /* width: 100%;
  max-width: 534px;
  height: 600px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); */
  overflow: hidden;
  /* position: relative; */
}

#pinform .slide-wrapper, #quickLogin_form .slide-wrapper, #createPasskeyModal .slide-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
}

#pinform .slide, #quickLogin_form .slide, #createPasskeyModal .slide {
  flex: 0 0 100%;
  height: 100%;
  padding: 15px;
}

#pinform .slide.active, #quickLogin_form .slide.active, #createPasskeyModal .slide.active {
  transform: translateX(0);
}

#pinform h1, #quickLogin_form h1, #createPasskeyModal h1 {
  color: #2c3e50;
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 300;
}

#pinform .pin-title, #quickLogin_form .pin-title, #createPasskeyModal .pin-title {
  color: #27ae60;
  margin-bottom: 40px;
  font-weight: 400;
  font-weight: 500;
  font-size: 32px;
  border-bottom: 2px solid;
  width: 100%;
  padding-bottom: 7px;
  text-align: center;
}

#pinform .pin-title.orange, #quickLogin_form .pin-title.orange, #createPasskeyModal .pin-title.orange {
  color: #FFA458;
}

#pinform .device-illustration, #quickLogin_form .device-illustration, #createPasskeyModal .device-illustration {
  width: 220px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 10px;
}

#pinform .device-illustration svg, #quickLogin_form .device-illustration svg, #createPasskeyModal .device-illustration svg {
  width: 100%;
  height: 100%;
}

#pinform .pin-dots, #quickLogin_form .pin-dots, #createPasskeyModal .pin-dots {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
  justify-content: center;
}

#pinform .pin-dot, #quickLogin_form .pin-dot, #createPasskeyModal .pin-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #bdc3c7;
  background: white;
  transition: all 0.3s ease;
}

#pinform .pin-dot.filled, #quickLogin_form .pin-dot.filled, #createPasskeyModal .pin-dot.filled {
  background: #27ae60;
  border-color: #27ae60;
}

#pinform .col-lg-2, #quickLogin_form .col-lg-2, #createPasskeyModal .col-lg-2 {
  display: grid;
  gap: 50px;
  margin-bottom: 20px;
  grid-template-columns: 1fr 2fr;
}

#pinform .col-lg-2 .description, #quickLogin_form .col-lg-2 .description, #createPasskeyModal .col-lg-2 .description {
  text-align: left;
}

#pinform .col-lg-2 .device-illustration, #quickLogin_form .col-lg-2 .device-illustration, #createPasskeyModal .col-lg-2 .device-illustration {
  width: auto;
}

#pinform .description, #quickLogin_form .description, #createPasskeyModal .description {
  color: #7f8c8d;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 30px;
  display: block;
  text-align: center;
  padding: 10px;
  /* max-width: 300px; */
  /* text-align: left */
}

#pinform .trust-option, #quickLogin_form .trust-option, #createPasskeyModal .trust-option {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  color: #34495e;
  font-size: 14px;
}

#pinform .trust-option input[type=checkbox], #quickLogin_form .trust-option input[type=checkbox], #createPasskeyModal .trust-option input[type=checkbox] {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 2px solid #0569FF;
  background: #FFF;
  margin: 0;
}

#pinform .btn, #quickLogin_form .btn, #createPasskeyModal .btn {
  /* background: linear-gradient(135deg, #3498db, #2980b9);
      color: white;
      border: none;
      padding: 15px 40px;
      border-radius: 25px;
      font-size: 16px;
      font-weight: 500;
      cursor: pointer;
      transition: all 0.3s ease;
      box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3); */
  background: #fff;
  text-align: center;
  /* min-height (not a fixed height) so a label that wraps to 2-3 lines - common in
     Greek, e.g. "Ναι, να μη ρωτηθώ ξανά" - grows the button instead of bleeding out of
     it. Vertical padding keeps the wrapped text off the border. */
  min-height: 35px;
  height: auto;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #1a73e8;
  color: #1a73e8;
  /* margin: 0; */
  margin: 0 auto;
  font-size: 15px;
  /* margin-top: 20px; */
  position: relative;
  font-weight: normal;
  line-height: 1.2;
  white-space: normal;
  right: auto;
  width: 100%;
  max-width: 255px;
}

#pinform .btn.s-btn, #quickLogin_form .btn.s-btn, #createPasskeyModal .btn.s-btn {
  margin-top: 20px;
  font-size: 0.875rem;
  padding: 3px !important;
  height: 0;
  height: auto;
  width: 137px;
}

#pinform .btn:hover, #quickLogin_form .btn:hover, #createPasskeyModal .btn:hover {
  /* transform: translateY(-2px); */
  background: transparent;
  color: #1a73e8;
}

#pinform .btn:active, #quickLogin_form .btn:active, #createPasskeyModal .btn:active {
  transform: translateY(0);
}

#pinform .btn:focus, #quickLogin_form .btn:focus, #createPasskeyModal .btn:focus {
  background: transparent;
  color: #1a73e8;
  box-shadow: none;
}

#pinform, #quickLogin_form, #createPasskeyModal {
  /* Second form styles */
}

#pinform .form-group, #quickLogin_form .form-group, #createPasskeyModal .form-group {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

#pinform .form-group label, #quickLogin_form .form-group label, #createPasskeyModal .form-group label {
  display: block;
  color: #34495e;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}

#pinform .form-group input, #quickLogin_form .form-group input, #createPasskeyModal .form-group input {
  width: 100%;
  /* padding: 12px 16px; */
  border: 1px solid #0569FF;
  border-radius: 10px;
  font-size: 16px;
  transition: border-color 0.3s ease;
  width: 60px;
  height: 60px;
  font-size: 30px;
}

#pinform .form-group input:focus, #quickLogin_form .form-group input:focus, #createPasskeyModal .form-group input:focus {
  outline: none;
  border-color: #3498db;
}

#pinform, #quickLogin_form, #createPasskeyModal {
  /* .back-btn {
    background: #95a5a6;
    margin-right: 10px;
  }

  .back-btn:hover {
    background: #7f8c8d;
    box-shadow: 0 8px 25px rgba(149, 165, 166, 0.4);
  } */
}

#pinform .d-flex-pin, #quickLogin_form .d-flex-pin, #createPasskeyModal .d-flex-pin {
  display: flex;
  gap: 20px;
}

#pinform .trust-device, #quickLogin_form .trust-device, #createPasskeyModal .trust-device {
  color: #586380;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

#pinform, #quickLogin_form, #createPasskeyModal {
  /* checkbox */
}

#pinform .checkbox-container, #quickLogin_form .checkbox-container, #createPasskeyModal .checkbox-container {
  display: flex;
  align-items: center;
  margin: 20px 0;
  margin-bottom: 35px;
  cursor: pointer;
  justify-content: center;
}

#pinform .custom-checkbox, #quickLogin_form .custom-checkbox, #createPasskeyModal .custom-checkbox {
  position: relative;
  /* width: 20px; */
  /* height: 20px; */
  /* border: 2px solid #333; */
  /* border-radius: 4px; */
  /* background-color: white; */
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 2px solid #0569FF;
  background: #FFF;
  /* margin: 0; */
}

#pinform .custom-checkbox:hover, #quickLogin_form .custom-checkbox:hover, #createPasskeyModal .custom-checkbox:hover {
  border-color: #007bff;
  background-color: #f8f9fa;
}

#pinform .checkmark, #quickLogin_form .checkmark, #createPasskeyModal .checkmark {
  font-size: 47px;
  color: #27ae60;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease;
  line-height: 1;
  font-weight: bold;
}

#pinform .checkbox-container input[type=checkbox], #quickLogin_form .checkbox-container input[type=checkbox], #createPasskeyModal .checkbox-container input[type=checkbox] {
  display: none;
}

#pinform .checkbox-container input[type=checkbox]:checked + .custom-checkbox .checkmark, #quickLogin_form .checkbox-container input[type=checkbox]:checked + .custom-checkbox .checkmark, #createPasskeyModal .checkbox-container input[type=checkbox]:checked + .custom-checkbox .checkmark {
  opacity: 1;
  transform: scale(1);
}

#pinform .checkbox-container input[type=checkbox]:checked + .custom-checkbox, #quickLogin_form .checkbox-container input[type=checkbox]:checked + .custom-checkbox, #createPasskeyModal .checkbox-container input[type=checkbox]:checked + .custom-checkbox {
  border-color: #27ae60;
  background-color: #f8fff9;
}

#pinform .checkbox-label, #quickLogin_form .checkbox-label, #createPasskeyModal .checkbox-label {
  font-size: 16px;
  color: #333;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

#pinform, #quickLogin_form, #createPasskeyModal {
  /* pin style */
}

#pinform .pin-container-code, #quickLogin_form .pin-container-code, #createPasskeyModal .pin-container-code {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

#pinform .pin-inputs, #quickLogin_form .pin-inputs, #createPasskeyModal .pin-inputs {
  display: flex;
  gap: 10px;
  position: relative;
  align-items: center;
}

#pinform .pin-input, #quickLogin_form .pin-input, #createPasskeyModal .pin-input {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  border: 2px solid #ddd;
  border-radius: 8px;
  outline: none;
  transition: border-color 0.3s ease;
}

#pinform .eye-button, #quickLogin_form .eye-button, #createPasskeyModal .eye-button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  color: #666;
  margin-left: 10px;
  padding: 5px;
  border-radius: 4px;
  transition: color 0.3s ease;
  position: absolute;
  right: -42px;
}

#pinform .eye-button:hover, #quickLogin_form .eye-button:hover, #createPasskeyModal .eye-button:hover {
  color: #007bff;
  background-color: #f8f9fa;
}

#pinform .eye-button:focus, #quickLogin_form .eye-button:focus, #createPasskeyModal .eye-button:focus {
  outline: none;
  background: none;
  color: #000;
}

#pinform .pin-input:focus, #quickLogin_form .pin-input:focus, #createPasskeyModal .pin-input:focus {
  border-color: #007bff;
}

#pinform .pin-input.error, #quickLogin_form .pin-input.error, #createPasskeyModal .pin-input.error {
  border-color: #dc3545;
  margin: 0 0 1.125rem 0;
}

#pinform .error-message, #quickLogin_form .error-message, #createPasskeyModal .error-message {
  color: #dc3545;
  margin-top: 8px;
  text-align: center;
}

#pinform, #quickLogin_form, #createPasskeyModal {
  /* .btn {
        width: 100%;
        padding: 12px;
        background-color: #007bff;
        color: white;
        border: none;
        border-radius: 5px;
        font-size: 16px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .btn:hover {
        background-color: #0056b3;
    }

    .btn:disabled {
        background-color: #6c757d;
        cursor: not-allowed;
    } */
}

#pinform .btn-reset, #quickLogin_form .btn-reset, #createPasskeyModal .btn-reset {
  background-color: #6c757d;
  margin-top: 10px;
}

#pinform .btn-reset:hover, #quickLogin_form .btn-reset:hover, #createPasskeyModal .btn-reset:hover {
  background-color: #5a6268;
}

#pinform, #quickLogin_form, #createPasskeyModal {
  /*  */
}

#pinform .d-flex-btn-pin, #quickLogin_form .d-flex-btn-pin, #createPasskeyModal .d-flex-btn-pin {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* Tighter gap on phones so each column is wide enough to hold its label on fewer
     lines; the roomy desktop gap is kept above the breakpoint. */
  gap: 16px;
  width: 92%;
  margin: auto;
}

@media screen and (min-width: 768px) {
  #pinform .d-flex-btn-pin, #quickLogin_form .d-flex-btn-pin, #createPasskeyModal .d-flex-btn-pin {
    gap: 55px;
  }
}
#pinform .returnToPin, #quickLogin_form .returnToPin, #createPasskeyModal .returnToPin {
  font-size: 13px;
  color: #000;
  text-decoration: underline;
  margin-bottom: 38px;
  display: block;
  padding-top: 10px;
}

#pinform .btn-p, #quickLogin_form .btn-p, #createPasskeyModal .btn-p {
  background: #fff;
  color: #333;
  cursor: pointer;
  border: none;
  white-space: normal;
  letter-spacing: 0.25px;
  font-weight: 400;
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 8px;
  line-height: 20px;
  min-width: 88px;
  transition: 250ms;
  position: relative;
}

#pinform .btn-primary, #quickLogin_form .btn-primary, #createPasskeyModal .btn-primary {
  background: #1a73e8;
  color: #fff;
  transition: 250ms;
  margin: 0;
  /* min-height (not fixed) so a wrapped label - e.g. "Δημιουργία Passkey" or
     "Όχι, ρώτησέ με ξανά" - is not clipped at the bottom. Inherits padding + line-height
     from .btn-p, with which it is always paired. */
  min-height: 35px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  top: auto;
  right: auto;
}

@media screen and (min-width: 768px) {
  #pinform .btn-primary, #quickLogin_form .btn-primary, #createPasskeyModal .btn-primary {
    max-width: 255px;
  }
}
#pinform .back-to-pin, #quickLogin_form .back-to-pin, #createPasskeyModal .back-to-pin {
  margin: 0 auto;
  margin-bottom: 46px;
  margin-top: 10px !important;
}

#pinform #slideWrapper, #pinform #createPasskeySlideWrapper, #quickLogin_form #slideWrapper, #quickLogin_form #createPasskeySlideWrapper, #createPasskeyModal #slideWrapper, #createPasskeyModal #createPasskeySlideWrapper {
  position: relative;
  display: flex; /* keep for sliding */
  transition: transform 0.5s ease; /* still works for next/prev */
}

#pinform .slide, #quickLogin_form .slide, #createPasskeyModal .slide {
  flex: 0 0 100%; /* keeps slides full width for sliding */
  opacity: 0;
  transition: opacity 0.1s ease; /* fade effect */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#pinform .slide.active, #quickLogin_form .slide.active, #createPasskeyModal .slide.active {
  opacity: 1;
  z-index: 999;
  position: relative; /* make current slide show up in flow */
}

div#pinform {
  padding: 15px;
}

@media screen and (min-width: 768px) {
  div#pinform {
    padding: 45px 15px;
  }
}
.payment-methode-wrapper {
  padding: 15px;
}

@media screen and (min-width: 768px) {
  .payment-methode-wrapper {
    display: flex;
    justify-content: center;
    gap: 15px;
  }
  .payment-methode-wrapper > * {
    flex: 1;
  }
}
@media screen and (max-width: 1024px) {
  #login_dash_ {
    display: grid;
  }
}
/* -------------------------------------------------------------------------------------------------------------------
Components for header. Includes the menu, home page banner, inner pages banner, promo bar, homepage notification bar
------------------------------------------------------------------------------------------------------------------- */
.sticky_menu header .nav-spacer {
  display: block;
}

.sticky_menu header #main_nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.1098039216);
}

header #main_nav {
  display: block;
}

header #main_nav .nav {
  background-color: #b9d3ff;
  z-index: 98;
  position: relative;
}

header #main_nav .nav .logo {
  float: left;
  transition: all 0.2s ease-in 0s;
  display: inline-flex;
}

header #main_nav .nav .logo a {
  display: inline-block;
  overflow: hidden;
  background: url("/img/logos/dnhost-logo.png") 0 0/contain no-repeat;
  width: 170px;
  height: 35px;
  padding-top: 43px;
  margin: 0.53125rem 0;
}

header #main_nav .nav .menu-wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: auto auto;
  float: right;
}

@media screen and (min-width: 1279px) {
  header #main_nav .nav .menu-wrapper {
    min-width: 570px;
  }
}
header #main_nav .nav .menu-wrapper {
  /* Primary Menu Styles */
}

header #main_nav .nav .menu-wrapper .primary-menu {
  display: inline-block;
}

header #main_nav .nav .menu-wrapper .primary-menu .container {
  margin: 0;
  display: inline-block;
}

header #main_nav .nav .menu-wrapper .primary-menu .container > li {
  display: inline-block;
  margin-left: 1.5rem;
}

header #main_nav .nav .menu-wrapper .primary-menu .container > li > a {
  color: #10356f;
  font-weight: 900;
  padding: 1.5rem 0.425rem 1.5rem 0.55rem;
  display: block;
  font-size: 18px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.25s ease-out 0s;
}

header #main_nav .nav .menu-wrapper .primary-menu .container > li > a:hover {
  color: #008cdd;
}

header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown {
  overflow: hidden;
  position: absolute;
  margin: 0;
  height: 0;
  opacity: 0;
  z-index: 89;
  top: 6.5rem;
  right: 0;
  transition: opacity 0.2s linear;
}

@media only screen and (min-width: 1367px) and (max-width: 1920px) {
  header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown {
    padding: 0 1.5rem;
  }
}
@media only screen and (min-width: 90.063em) {
  header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown {
    padding: 0 3rem;
  }
}
header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown.is-active {
  height: auto;
  opacity: 1;
  position: absolute;
  left: 50%;
  background-color: #10356f;
  top: 73px;
}

header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown {
  /* Styles for links -> 2nd block */
}

header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .links > ul > li:first-child {
  margin-top: 6px;
}

header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .links ul {
  line-height: 1.2;
  position: relative;
}

header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .links ul li a {
  display: block;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.6rem 0 0.6375rem 1.25rem;
  letter-spacing: 0.15px;
  transition: all 0.1s linear;
}

header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .links ul li a:hover {
  background-color: rgb(162.5, 181, 190.25);
  color: white;
}

header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .links ul li a:hover span {
  color: white;
}

header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .links ul li a span {
  color: #919191;
  display: none;
  text-transform: none;
  font-size: 0.675rem;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 1.3;
}

header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .links .with-dropdown {
  margin-bottom: 8px;
  margin-top: 13px;
}

header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .links .with-dropdown > a {
  cursor: default;
  pointer-events: none;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1px;
  color: rgb(162.5, 181, 190.25);
  padding: 0;
  padding-left: 1.25rem;
}

header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .links .with-dropdown ul {
  padding: 0;
  left: -0.4375rem;
}

header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .links .with-dropdown ul li {
  display: inline-block;
  position: relative;
  margin-right: 7px;
}

header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .links .with-dropdown ul li:after {
  content: "";
  height: 10px;
  width: 1px;
  background-color: rgb(162.5, 181, 190.25);
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -4px;
  margin-top: 8px;
}

header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .links .with-dropdown ul li a {
  padding: 0.3125rem 0.375rem;
  font-size: 0.875rem;
}

header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown .links .with-dropdown ul li:last-of-type:after {
  content: none;
}

header #main_nav .nav .menu-wrapper {
  /* Secondary Menu */
}

header #main_nav .nav .menu-wrapper .secondary-menu {
  display: none !important;
  position: relative;
}

header #main_nav .nav .menu-wrapper .secondary-menu .container {
  margin: 0;
  display: flex;
  align-items: center;
}

header #main_nav .nav .menu-wrapper .secondary-menu .container > li {
  display: inline;
  vertical-align: top;
  margin-left: 12px;
}

header #main_nav .nav .menu-wrapper .secondary-menu .container > li button.register {
  font-size: 1.1875rem;
  padding: 9px 12px;
  margin: 0;
  font-weight: 500;
  letter-spacing: -0.125px;
}

header #main_nav .nav .menu-wrapper .secondary-menu .container > li button.register i {
  font-size: 1rem;
  position: relative;
  top: 2px;
  left: -3px;
}

header #main_nav .nav .menu-wrapper .secondary-menu .container > li a i {
  font-size: 1.25rem;
  color: #2a83fc;
}

header #main_nav .nav .menu-wrapper .secondary-menu .container > li a.account {
  padding: 0;
  color: #282828;
  position: relative;
  top: 1px;
}

header #main_nav .nav .menu-wrapper .secondary-menu .container > li a.account .account-text {
  margin-top: -13px;
  position: relative;
  top: 4px;
}

header #main_nav .nav .menu-wrapper .secondary-menu .container > li a.account .account-text span {
  display: block;
  font-size: 0.775rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
  top: 0.4375rem;
  text-align: right;
}

header #main_nav .nav .menu-wrapper .secondary-menu .container > li a.account .account-text small {
  position: relative;
  font-size: 65%;
}

header #main_nav .nav .menu-wrapper .secondary-menu .container > li a.account i {
  position: relative;
  color: #10356f;
}

header #main_nav .nav .menu-wrapper .secondary-menu .container > li a.notifications i {
  font-size: 1.1875rem;
  line-height: 2;
  position: relative;
  top: 1px;
}

header #main_nav .nav .menu-wrapper .secondary-menu .container > li a.notifications .badge {
  margin-left: -12px;
}

header #main_nav .nav .menu-wrapper .secondary-menu .container > li a.notifications, header #main_nav .nav .menu-wrapper .secondary-menu .container > li a.language, header #main_nav .nav .menu-wrapper .secondary-menu .container > li a.support, header #main_nav .nav .menu-wrapper .secondary-menu .container > li a.cart {
  width: 2rem;
  text-align: center;
}

header #main_nav .nav .menu-wrapper .secondary-menu .container > li a.accessibilityIcon, header #main_nav .nav .menu-wrapper .secondary-menu .container > li a.support {
  position: relative;
  top: 2px;
}

header #main_nav .nav .menu-wrapper .secondary-menu .container > li a.cart {
  position: relative;
}

header #main_nav .nav .menu-wrapper .secondary-menu .container > li a.cart .badge {
  right: -5px;
  top: -5px;
}

header #main_nav .nav .menu-wrapper .secondary-menu .container > li a .badge {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: white;
  font-size: 0.675rem;
  height: 18px;
  top: -2px;
  width: 18px;
  position: absolute;
  line-height: 18px;
  font-weight: 400;
  background-color: #ff585d;
}

header #main_nav .nav .menu-wrapper .secondary-menu .container > li.phone {
  position: absolute;
  right: 0;
  top: 3.4rem;
  min-width: 15rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

header #main_nav .nav .menu-wrapper .secondary-menu .container > li.phone div {
  display: inline;
  position: relative;
  top: -1px;
}

header #main_nav .nav .menu-wrapper .secondary-menu .container > li.phone div:first-child {
  margin-right: 0.5rem;
}

header #main_nav .nav .menu-wrapper .secondary-menu .container > li.phone div i,
header #main_nav .nav .menu-wrapper .secondary-menu .container > li.phone div span {
  display: inline;
  color: white;
}

header #main_nav .nav .menu-wrapper .secondary-menu .container > li.phone div i {
  margin-right: 0.25rem;
  font-size: 0.6875rem;
}

header #main_nav .nav .menu-wrapper .secondary-menu .container > li.phone div span {
  font-size: 0.75rem;
}

header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown {
  background: #FFFFFF;
  padding: 0;
  margin-top: 23px;
  box-shadow: 0 4px 10px -5px #282828;
  width: 400px;
  max-width: 450px;
  padding: 7px;
}

header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown::before {
  position: absolute;
  top: -17px;
  transform: translateX(-50%);
  border: 0 solid transparent;
  border-right-width: 12px;
  border-left-width: 12px;
  border-bottom: 28px solid #fff;
}

header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown li {
  padding: 0.6rem;
}

header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown li:hover, header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown li:focus {
  background-color: #fff;
}

header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown li a {
  color: #585858;
  font-size: 0.875rem;
  padding: 0;
}

header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown.content {
  min-width: 300px;
}

header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown.content ul {
  position: relative;
  max-height: 14.125rem;
  overflow-y: auto;
}

header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown.content ul li {
  border-bottom: 1px solid rgb(237.5, 241, 242.75);
}

header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown.content ul li:last-child {
  border-bottom: 0 none;
}

header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown.content ul.notification-list li {
  word-break: break-all;
  word-wrap: break-word;
  line-height: 1.2;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  cursor: default;
}

header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown.content ul.cart-items li {
  display: table;
  width: 100%;
  cursor: default;
}

header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown.content ul.cart-items li .product {
  display: table-cell;
  width: 70%;
  font-weight: 500;
  word-break: break-all;
  word-wrap: break-word;
  line-height: 1.2;
}

header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown.content ul.cart-items li .product span {
  display: block;
  font-size: 0.7rem;
  font-weight: 300;
  margin-top: 1px;
}

header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown.content ul.cart-items li .item-remove {
  display: table-cell;
  width: 10%;
  text-align: right;
}

header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown.content ul.cart-items li .item-remove::before {
  content: "\e913";
  font-family: "icomoon";
  position: relative;
  font-size: 1.025rem;
  height: 0.5rem;
  top: 2px;
  right: -4px;
  width: 0.5rem;
  color: rgb(210, 219, 223.5);
}

header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown.content ul.cart-items li .item-remove:hover::before {
  color: #ff585d;
}

header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown.content .cart-content,
header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown.content .notifications-content {
  padding: 0.75rem;
}

header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown.content .cart-content p,
header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown.content .notifications-content p {
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown.content .cart-content p:last-of-type,
header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown.content .notifications-content p:last-of-type {
  margin-bottom: 0;
}

header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown .view-all-container {
  margin: 0.75rem;
}

header #main_nav .nav .menu-wrapper .secondary-menu .f-dropdown .view-all-container .view-all {
  width: 100%;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
}

header #main_nav {
  /* Overlay Effect */
}

header #main_nav .overlay.is-active {
  display: block;
}

header #main_nav .overlay {
  position: fixed;
  display: none;
  height: 100%;
  width: 100%;
  background-color: rgba(28, 29, 30, 0.7);
  z-index: 96;
  top: 0;
  left: 0;
}

header .wrapper .text-container .searchbar,
header .wrapper .text-container .domain-search-items {
  animation: smooth-entry-title 1.2s;
}

header .wrapper .text-container .searchbar {
  margin: 0;
  margin-bottom: 2rem;
}

header .wrapper .text-container .searchbar input,
header .wrapper .text-container .searchbar .button {
  height: 3.125rem;
  font-size: 1.125rem;
}

header .wrapper .text-container .searchbar .button i {
  font-size: 1.625rem;
}

header .wrapper .text-container .searchbar .button .loading {
  top: 50%;
  position: absolute;
  right: 50%;
  transform: translate(-50%, -50%);
}

header .wrapper .text-container .domain-search-items .banner-vat {
  left: 1rem;
}

header .wrapper .banner-vat,
header .wrapper .vat-link {
  display: none;
  color: #10356f;
}

@media only screen and (min-width: 64.063em) {
  header .wrapper .banner-vat,
  header .wrapper .vat-link {
    display: inline-block;
    font-size: 0.75rem;
  }
}
header .wrapper .vat-link {
  left: 8.25rem;
}

header {
  /* Common Styles between Homepage Banner and Inner pages banner */
}

header .main_hp_banner .text-container .searchbar.with-transfer,
header .page_banner .text-container .searchbar.with-transfer {
  margin: 0;
  display: inline-flex;
  width: 100%; /* FF3.5+ */ /* Saf3.0+, Chrome */
  box-shadow: 0 1px 25px rgba(0, 0, 0, 0.2); /* Opera 10.5, IE9 */
}

header .main_hp_banner .text-container .searchbar.with-transfer input,
header .page_banner .text-container .searchbar.with-transfer input {
  height: 3.125rem;
  font-size: 1rem;
}

header .main_hp_banner .text-container .searchbar.with-transfer .dropdown,
header .page_banner .text-container .searchbar.with-transfer .dropdown {
  height: 3.5rem;
  font-size: 0.825rem;
}

header .main_hp_banner .text-container .searchbar.with-transfer .button,
header .page_banner .text-container .searchbar.with-transfer .button {
  font-size: 1rem;
  height: 3.125rem;
  line-height: 3.125rem;
  width: 18.5rem;
}

header .main_hp_banner .text-container .searchbar.with-transfer .button .submitText i,
header .page_banner .text-container .searchbar.with-transfer .button .submitText i {
  top: 0;
  font-size: 1.625rem;
}

header .main_hp_banner .text-container .domain-search-items,
header .page_banner .text-container .domain-search-items {
  padding: 0 0.625rem;
  margin-top: 0.375rem;
}

header .main_hp_banner .text-container .domain-search-items ul li,
header .page_banner .text-container .domain-search-items ul li {
  padding: 0;
}

header .main_hp_banner .text-container .domain-search-items ul li div,
header .page_banner .text-container .domain-search-items ul li div {
  margin: initial;
  text-align: center;
}

header .main_hp_banner .text-container .domain-search-items ul li div.tld > span,
header .page_banner .text-container .domain-search-items ul li div.tld > span {
  color: #10356f;
  font-weight: 900;
  line-height: 1;
  font-family: "Roboto";
  display: inline-block;
  margin-right: 0.375rem;
}

header .main_hp_banner .text-container .domain-search-items ul li div.tld .price,
header .page_banner .text-container .domain-search-items ul li div.tld .price {
  color: #10356f;
}

header .main_hp_banner .text-container .domain-search-items ul li div.tld .price.on-offer,
header .page_banner .text-container .domain-search-items ul li div.tld .price.on-offer {
  color: #fd9662;
}

header .main_hp_banner .text-container .domain-search-items ul li div.link,
header .page_banner .text-container .domain-search-items ul li div.link {
  text-align: right;
  line-height: 1;
  margin-top: 0.1875rem;
}

header .main_hp_banner .text-container .domain-search-items ul li div.link a,
header .page_banner .text-container .domain-search-items ul li div.link a {
  position: relative;
  color: white;
  font-size: 0.925rem;
}

header .main_hp_banner .text-container .domain-search-items ul li div.link a:before,
header .page_banner .text-container .domain-search-items ul li div.link a:before {
  content: "";
  background-color: white;
  bottom: -3px;
  height: 1px;
  width: 100%;
  left: 0;
  position: absolute;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-out 0s;
}

header .main_hp_banner .text-container .domain-search-items ul li div.link a:hover:before,
header .page_banner .text-container .domain-search-items ul li div.link a:hover:before {
  visibility: visible;
  transform: scaleX(1);
}

header .main_hp_banner .text-container .domain-search-items .banner-vat,
header .main_hp_banner .text-container .domain-search-items .vat-link,
header .page_banner .text-container .domain-search-items .banner-vat,
header .page_banner .text-container .domain-search-items .vat-link {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0.4375rem;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.75px;
  padding-bottom: 0.25rem;
}

header .main_hp_banner .text-container .domain-search-items .vat-link,
header .page_banner .text-container .domain-search-items .vat-link {
  left: 7.25rem;
}

header {
  /* Global Promo Bar */
}

header .promo-top-bar .alert-box {
  margin-bottom: 0;
  border: 0 none;
  padding: 0.5rem 1.375rem;
  font-size: 0.875rem;
  text-align: center;
  z-index: 97;
  animation: smooth-entry-title 0.625s;
  background-image: linear-gradient(to top, #917ecd, #dedae1);
  /* styles for top bar */
}

header .promo-top-bar .alert-box.gradient-1 {
  background-color: #b25bdc; /* Fallback Color */ /* Saf4+, Chrome */ /* Chrome 10+, Saf5.1+, iOS 5+ */ /* FF3.6 */ /* IE10 */ /* Opera 11.10+ */
  background-image: linear-gradient(to right, #b25bdc, #ee649e);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#b25bdc', EndColorStr='#ee649e');
}

header .promo-top-bar .alert-box.gradient-2 {
  background-color: #06cefc; /* Fallback Color */ /* Saf4+, Chrome */ /* Chrome 10+, Saf5.1+, iOS 5+ */ /* FF3.6 */ /* IE10 */ /* Opera 11.10+ */
  background-image: linear-gradient(to right, #06cefc, #b721ff);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#06cefc', EndColorStr='#b721ff');
}

header .promo-top-bar .alert-box.gradient-3 {
  background: #9e6bdd; /* fallback for old browsers */
  background: linear-gradient(to right, #9e6bdd, #f64860, #fc864a);
}

header .promo-top-bar .alert-box.black-friday {
  background-color: #161616;
}

header .promo-top-bar .alert-box .content {
  letter-spacing: 0.5px;
}

header .promo-top-bar .alert-box .content strong {
  letter-spacing: 1px;
  font-weight: 700;
}

header .promo-top-bar .alert-box .content i {
  opacity: 0.5;
  margin: 0 5px;
}

header .promo-top-bar .alert-box .content .number {
  font-family: "Roboto";
  letter-spacing: 1.5px;
  font-size: 0.9375rem;
  font-weight: 700;
}

header .promo-top-bar .alert-box .content .help {
  cursor: help;
}

header .promo-top-bar .alert-box .p-link {
  margin-bottom: 0;
  margin-left: 2rem;
  font-weight: 400;
  color: white;
  letter-spacing: 0;
  font-size: 0.8125rem;
  position: relative;
  top: -1px;
}

header .promo-top-bar .alert-box .p-link i {
  opacity: 1;
  top: 0.025rem;
  margin: 0;
}

header .promo-top-bar .alert-box .close {
  color: white;
  opacity: 0.8;
  right: 0.75rem;
  margin-top: 0;
  padding: 0;
  top: 1rem;
}

header .promo-top-bar .alert-box .close:hover {
  opacity: 1;
}

@media only screen and (max-width: 40em) {
  header .promo-top-bar .alert-box .content {
    text-align: center;
  }
  header .promo-top-bar .alert-box .hide-f-s {
    display: none;
  }
  header .promo-top-bar .alert-box .p-link {
    display: block;
    margin: 0;
    margin-top: 8px;
  }
  header .promo-top-bar .alert-box .icon-star2 {
    display: none;
  }
}
header {
  /* Homepage Alert Bar */
}

header .alert-box.for-header {
  border: 0 none;
  font-size: 1rem;
  line-height: 1.3;
  padding: 1rem 0;
  text-align: center;
  margin-bottom: 0;
}

@media only screen and (max-width: 40em) {
  header .alert-box.for-header {
    font-size: 0.925rem;
  }
}
header .alert-box.for-header.alert {
  background-color: #f6b519;
}

@media only screen and (min-width: 64.063em) {
  header .alert-box.for-header .l-block {
    display: block;
  }
}
header .alert-box.for-header strong {
  font-weight: 500;
}

header .alert-box.for-header a.s-link {
  color: white;
  border-bottom: 1px dotted;
  border-color: rgba(255, 255, 255, 0.6);
  padding-bottom: 1px;
}

header .alert-box.for-header a.s-link i {
  font-size: 10px;
}

header .alert-box.for-header .close {
  color: #ffffff;
  opacity: 0.8;
  right: 0.75rem;
  top: 1.75rem;
}

header .alert-box.for-header .close:hover {
  opacity: 1;
}

header {
  /* Top bar for when Admin views as a User */
}

header .user-definition p {
  background-color: #ff585d;
  margin-bottom: 0;
  color: white;
  font-size: 0.825rem;
  text-align: center;
  padding: 0.1rem;
}

@media only screen and (min-width: 64.063em) {
  header .user-definition {
    margin-top: 1.5rem;
    height: 0;
  }
  header .user-definition p {
    position: relative;
    top: -1.5rem;
  }
}
/* --------------------------------
Keyframes for banners title animation
-------------------------------- */
@keyframes smooth-entry-title {
  0% {
    opacity: 0;
    transform: translateY(-0.6em);
  }
  50% {
    opacity: 0;
    transform: translateY(-0.6em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media only screen and (min-width: 1050px) {
  header #main_nav .nav .logo a {
    padding-top: 0;
    transition: all 0.1s ease-in 0s;
    width: 355px;
    height: 77px;
    background: url("/img/logos_dnhost.png") 0px 0px;
    margin: 0;
    transform: scale(0.7) translateX(-69px);
  }
}
@media only screen and (min-width: 1050px) {
  header #main_nav .nav .logo.xmas::before {
    left: 40px;
  }
}
@media only screen and (min-width: 1367px) and (max-width: 1920px) {
  header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown {
    padding: 0px 1.5rem;
  }
}
@media only screen and (min-width: 1049px) and (max-width: 1050px) {
  header #main_nav .nav .menu-wrapper .primary-menu .container {
    border: 0px none;
    padding: 0px;
  }
}
@media only screen and (min-width: 1050px) {
  header #main_nav .nav .menu-wrapper .secondary-menu {
    display: inline-block !important;
  }
  header #main_nav .nav .menu-wrapper .secondary-menu .container li a.account .account-text {
    display: inline-block;
  }
  header #main_nav .nav .menu-wrapper .secondary-menu .container li.btn-icon-login,
  header #main_nav .nav .menu-wrapper .secondary-menu .container li a.account i {
    display: none;
  }
}
@media only screen and (min-width: 1050px) and (max-width: 1279px) {
  header #main_nav .nav .menu-wrapper .secondary-menu .container li.btn-login,
  header #main_nav .nav .menu-wrapper .secondary-menu .container li a.account .account-text {
    display: none;
  }
  header #main_nav .nav .menu-wrapper .secondary-menu .container li.btn-icon-login,
  header #main_nav .nav .menu-wrapper .secondary-menu .container li a.account i {
    display: inline-block;
  }
}
@media only screen and (max-width: 1049px) {
  header #main_nav .nav-background,
  header #main_nav .overlay {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1049px) and (orientation: landscape) {
  header #main_nav .nav-background {
    display: block;
  }
}
@media screen and (max-width: 1049px) {
  #mobile-nav {
    /*pantazis123*/
    display: inline-block;
  }
  header #main_nav .nav .menu-wrapper .primary-menu {
    display: none;
  }
}
@-moz-document url-prefix() {
  @media only screen and (min-width: 1050px) {
    header #main_nav .logo a {
      background: url("/img/logos/logo_dnhost_large.png") 0 0/166px 51px no-repeat;
      background: url("/img/logos/dnhost-logo.webp") 0 0/166px 51px no-repeat;
    }
  }
}
.accessibility header #main_nav .nav .menu-wrapper .secondary-menu {
  display: none !important;
}

@media only screen and (min-width: 1312.25px) {
  .accessibility header #main_nav .nav .logo a {
    padding-top: 0;
    transition: all 0.1s ease-in 0s;
    width: 355px;
    height: 77px;
    background: url("/img/logos_dnhost.png") 0px 0px;
    margin: 0;
    transform: scale(0.7) translateX(-69px);
  }
}
@media only screen and (min-width: 1312.25px) {
  .accessibility header #main_nav .nav .logo.xmas::before {
    left: 40px;
  }
}
@media only screen and (min-width: 1639.0625px) and (max-width: 1920px) {
  .accessibility header #main_nav .nav .menu-wrapper .primary-menu .container > li .nav-dropdown {
    padding: 0px 1.5rem;
  }
}
@media only screen and (min-width: 1311.25px) and (max-width: 1312.25px) {
  .accessibility header #main_nav .nav .menu-wrapper .primary-menu .container {
    border: 0px none;
    padding: 0px;
  }
}
@media only screen and (min-width: 1312.25px) {
  .accessibility header #main_nav .nav .menu-wrapper .secondary-menu {
    display: inline-block !important;
  }
  .accessibility header #main_nav .nav .menu-wrapper .secondary-menu .container li a.account .account-text {
    display: inline-block;
  }
  .accessibility header #main_nav .nav .menu-wrapper .secondary-menu .container li.btn-icon-login,
  .accessibility header #main_nav .nav .menu-wrapper .secondary-menu .container li a.account i {
    display: none;
  }
}
@media only screen and (min-width: 1312.25px) and (max-width: 1639.0625px) {
  .accessibility header #main_nav .nav .menu-wrapper .secondary-menu .container li.btn-login,
  .accessibility header #main_nav .nav .menu-wrapper .secondary-menu .container li a.account .account-text {
    display: none;
  }
  .accessibility header #main_nav .nav .menu-wrapper .secondary-menu .container li.btn-icon-login,
  .accessibility header #main_nav .nav .menu-wrapper .secondary-menu .container li a.account i {
    display: inline-block;
  }
}
@media only screen and (max-width: 1311.25px) {
  .accessibility header #main_nav .nav-background,
  .accessibility header #main_nav .overlay {
    display: none;
  }
}
@media only screen and (min-device-width: 960px) and (max-device-width: 1311.25px) and (orientation: landscape) {
  .accessibility header #main_nav .nav-background {
    display: block;
  }
}
@media screen and (max-width: 1311.25px) {
  .accessibility #mobile-nav {
    /*pantazis123*/
    display: inline-block;
  }
  .accessibility header #main_nav .nav .menu-wrapper .primary-menu {
    display: none;
  }
}
@-moz-document url-prefix() {
  @media only screen and (min-width: 1312.25px) {
    .accessibility header #main_nav .logo a {
      background: url("/img/logos/logo_dnhost_large.png") 0 0/166px 51px no-repeat;
      background: url("/img/logos/dnhost-logo.webp") 0 0/166px 51px no-repeat;
    }
  }
}
/*End of Header*/
/* Sidebar */
.reveal-sidr-bg {
  background: transparent;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 97;
}

.sidr {
  background: #FFFFFF;
  border-left: 5px solid rgb(0, 112, 176.8);
  display: none;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 16.25rem;
  z-index: 999999;
}

.sidr .sidr-inner {
  padding: 0;
}

.sidr.right {
  left: auto;
  right: -16.25rem;
}

.sidr ul {
  display: block;
  margin: 0 0 0.9375rem;
  padding: 0;
}

.sidr ul li {
  border-bottom: 1px solid #8194a7;
  display: block;
  line-height: 1rem;
  margin: 0;
  border-color: #c5c5c6 !important;
}

.sidr ul li.header {
  padding: 1rem 0 0.5rem;
  background-color: rgb(0, 112, 176.8);
}

.sidr ul li.header p {
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 300;
  text-align: center;
}

.sidr ul li:hover > a {
  background: #bfe1eb;
  -webkit-tap-highlight-color: transparent;
}

.sidr ul li a {
  display: block;
  padding: 0 0.9375rem;
  text-decoration: none;
}

/* End of Sidebar*/
/* -----------------------
Build Mobile Navigation
Always include this file after sidebar.scss in the included scss files
-----------------------------*/
@media only screen and (min-width: 1025px) {
  #mobile-nav {
    display: none;
  }
}
/* Build Mobile Nav Icons */
.is_mobile #mobile-nav {
  display: inline-block;
  white-space: nowrap;
}

#mobile-nav {
  float: right;
}

#mobile-nav #site-menu i {
  color: #20292B;
  font-size: 2.4375rem;
}

#mobile-nav #user-menu {
  position: relative;
  top: -7px;
  padding: 7px;
}

#mobile-nav #user-menu i {
  color: #20292B;
  font-size: 1.4375rem;
}

#mobile-nav #user-menu .badge {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: white;
  font-size: 0.625rem;
  height: 17px;
  width: 17px;
  position: absolute;
  line-height: 17px;
  background-color: #ff585d;
  margin-left: -11px;
  top: -7px;
  text-align: center;
}

#mobile-nav #user-accessibility {
  position: relative;
  top: -7px;
  padding: 7px;
}

@media (max-width: 450px) {
  #mobile-nav #user-accessibility i {
    display: none;
  }
}
#mobile-nav #user-accessibility i {
  color: #20292B;
  font-size: 1.75rem;
}

#mobile-nav #cart_mobile_nav {
  position: relative;
  top: -7px;
  padding: 7px;
}

#mobile-nav #cart_mobile_nav i {
  color: #20292B;
  font-size: 1.4375rem;
}

#mobile-nav #cart_mobile_nav .badge {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: white;
  font-size: 0.625rem;
  height: 17px;
  width: 17px;
  position: absolute;
  line-height: 17px;
  background-color: #ff585d;
  margin-left: -11px;
  top: -7px;
  text-align: center;
}

/* Reusing Sidr and build Mobile Side Menu */
.sidr {
  width: 343px;
}

@media screen and (max-width: 550px) {
  .sidr {
    width: 100%;
  }
}
.sidr {
  font-weight: normal;
  border-left: none;
  background: white; /* FF3.5+ */ /* Saf3.0+, Chrome */
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.3); /* Opera 10.5, IE9 */
}

.sidr .side-menu-title {
  background-color: #b9d3ff;
  font-size: 1.125rem;
  font-weight: 500;
  color: #282828;
  letter-spacing: 0.5px;
  line-height: 1;
  display: block;
  padding-left: 1.5rem;
  padding-top: 1.6875rem;
  padding-bottom: 1.5625rem;
}

.sidr .sidr-close {
  color: #20292B;
  position: absolute;
  width: 4rem;
  height: 4.3125rem;
  float: right;
  right: 0;
  top: 0;
}

.sidr .sidr-close i {
  position: absolute;
  top: 1.3125rem;
  right: 1.25rem;
  font-size: 1.875rem;
}

.sidr .sidr-inner > ul > li {
  line-height: 3.25rem;
}

.sidr .sidr-inner > ul > li > a {
  font-weight: 400;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  position: relative;
  padding-left: 3.25rem;
}

.sidr .sidr-inner > ul > li > a:before {
  font-family: "icomoon";
  position: absolute;
  left: 1.325rem;
  font-size: 21px;
}

.sidr .sidr-inner > ul > li > a .arrow {
  top: 15px;
}

.sidr .sidr-inner > ul > li.sidr-user-account {
  background-color: #20292B;
  line-height: 2.5;
  position: relative;
}

.sidr .sidr-inner > ul > li.sidr-user-account:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #20292B;
  left: 1.5rem;
  bottom: -7px;
}

.sidr .sidr-inner > ul > li.sidr-user-account a {
  font-size: 0.875rem;
  color: white;
  text-transform: none;
  font-weight: 500;
  pointer-events: none;
  max-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  outline: none;
  margin: 0;
  padding: 0 1.5rem;
}

.sidr ul {
  margin: 0;
}

.sidr ul li {
  line-height: 2.75rem;
  border-color: rgb(229.4, 234.52, 237.08);
}

.sidr ul li:hover > a {
  background-color: transparent;
}

.sidr ul li.sidr-class-dashboard > a:before {
  content: "\e62b";
}

.sidr ul li.sidr-class-domains > a:before {
  content: "\e64e";
}

.sidr ul li.sidr-class-hosting > a:before {
  content: "\e908";
}

.sidr ul li.sidr-class-websites > a:before {
  content: "\e914";
}

.sidr ul li.sidr-class-security > a:before {
  content: "\e280";
  margin-left: -1px;
}

.sidr ul li.sidr-class-users > a:before {
  content: "\e198";
}

.sidr ul li.sidr-class-account > a:before {
  content: "\e629";
}

.sidr ul li.sidr-class-billing > a:before {
  content: "\e901";
}

.sidr ul li a {
  padding: 0 0 0 1.75rem;
  margin-right: 4rem;
  display: block;
  text-decoration: none;
  color: #585858;
}

.sidr ul li a:hover {
  color: #008cdd;
  font-weight: 500;
}

.sidr ul li a.login-btn {
  margin: 1.5rem;
  font-weight: 500;
  font-size: 0.925rem;
  color: white;
  padding: 0.825rem 2rem;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .sidr ul li a.login-btn {
    display: inline-block;
  }
}
.sidr ul li a.login-btn:hover {
  background-color: rgb(0, 114.8, 181.22);
}

.sidr ul li a .arrow {
  position: relative;
  float: right;
  top: 11px;
  background-color: rgb(221, 227.8, 231.2);
  width: 24px;
  height: 22px;
  margin-right: -2.5rem;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.sidr ul li a .arrow:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #20292B;
  right: 0.5rem;
  top: 0.5rem;
}

.sidr ul li a .arrow.active:after {
  content: "";
  border-bottom: 6px solid #20292B;
  border-top: 0 none;
}

.sidr ul li ul {
  border-bottom: none;
  margin: 0;
}

.sidr ul li ul li {
  font-size: 0.925rem;
  border: 0 none;
  margin: 0 1.5rem;
}

.sidr ul li ul li:not(:first-child) {
  border-top: 1px solid white;
}

.sidr ul li ul li a {
  font-weight: 400;
}

.sidr ul li ul li {
  /*
              label{
                  padding-left: rem-calc(45);
                  margin-top: 0.725rem;
                  margin-bottom: 1px;
                  line-height: 1;
                  font-size: 0.675rem;
                  letter-spacing: 1px;
                  font-weight: 700;
                  color: $my-green;
              }
              */
}

.sidr ul li ul li ul li {
  margin: 0;
  border-top: 1px solid white;
}

.sidr ul li ul li ul li a {
  padding-left: 2.625rem;
}

.sidr ul li ul li ul li a span {
  display: block;
  line-height: 1;
  position: relative;
  top: -0.4375rem;
  font-size: 0.75rem;
  padding-bottom: 0.3125rem;
  color: #919191;
}

.sidr #userNav.sidr-inner ul li.sidr-class-m-cart > a:before {
  content: "\e638";
  top: -1px !important;
}

.sidr #userNav.sidr-inner ul li.sidr-class-m-cart > a .badge {
  background-color: #ff585d;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: white;
  font-size: 0.675rem;
  height: 18px;
  line-height: 18px;
  margin-left: 5px;
  position: absolute;
  text-align: center;
  top: 10px;
  vertical-align: middle;
  width: 18px;
}

.sidr #userNav.sidr-inner ul li.sidr-class-m-support > a:before {
  content: "\e61e";
}

.sidr #userNav.sidr-inner ul li.sidr-class-m-vat > a:before {
  content: "\e005";
}

.sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul.vat-wrapper {
  padding: 1.625rem;
}

.sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul.vat-wrapper > li {
  display: flex;
}

.sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul.vat-wrapper > li label {
  font-weight: 400;
  color: #585858;
  position: relative;
  top: -4px;
}

.sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul.vat-wrapper button.small {
  padding-top: 0.675rem;
  padding-bottom: 0.7375rem;
  margin-bottom: 0;
  margin-right: 1rem;
  margin-top: 0.325rem;
  min-width: 7rem;
}

.sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul li {
  border: 0 none;
}

.sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul li a {
  padding-left: 2.8125rem;
}

.sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul li .countries-wrapper {
  display: inline-block;
  width: 100%;
  max-width: 22rem;
}

.sidr #userNav.sidr-inner ul li.sidr-class-m-vat ul li .countries-wrapper .c-header {
  line-height: 1.1;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  border-bottom: 1px dashed rgb(180, 195, 202.5);
}

.sidr #userNav.sidr-inner ul li.sidr-class-m-lang > a:before {
  content: "\e2c7";
}

.sidr #userNav.sidr-inner ul li.sidr-class-m-logout > a:before {
  content: "\e934";
}

.bannerimg .align-right {
  text-align: right;
}

.bannerimg .background-cell {
  background-color: transparent !important;
}

@media (max-width: 1150px) {
  .bannerimg .small-12.large-6 {
    text-align: center;
  }
}
.bannerimg .img-offer-gr {
  padding: 15px;
}

.bannerimg .row {
  display: flex;
  align-items: center;
}

@media (max-width: 1150px) {
  .bannerimg .row {
    display: block;
  }
  .bannerimg .row .small-12.large-6 {
    margin: auto;
  }
  .bannerimg .row .columns {
    float: none;
  }
  .bannerimg .row .wrapper {
    height: auto !important;
    display: block;
    width: 100%;
    height: 20rem;
    vertical-align: middle;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    text-align: center;
    padding-top: 23px;
  }
  .bannerimg .row .img-offer-gr {
    padding: 35px;
  }
  .bannerimg .row h1:before {
    background-color: transparent !important;
  }
}
.page_banner.domains.bannerimg {
  height: auto;
}

.page_banner:before {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)) !important;
}

.page_banner.domains.bannerimg {
  background: linear-gradient(90deg, rgb(63, 53, 237) 0%, rgb(1, 1, 126) 0%, rgb(25, 93, 156) 52%, rgb(0, 170, 204) 100%);
}

.headerFooter {
  color: white;
  font-size: 0.9325rem;
  font-weight: 700;
  letter-spacing: 0.25px;
}

.sidr-class-f-dropdown > li > a.blue {
  color: #10356f !important;
  font-weight: 500;
}

img.logo-mobile {
  max-width: 191px;
  padding: 15px;
}

.p-0 {
  padding: 0 !important;
}

/* Global font and icons file */
/* Setting Roboto Font */
@font-face {
  font-family: "Roboto";
  src: url("/fonts/_robotoGreek/Roboto-Bold.woff2") format("woff2"), url("/fonts/_robotoGreek/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/_robotoGreek/Roboto-Thin.woff2") format("woff2"), url("/fonts/_robotoGreek/Roboto-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/_robotoGreek/Roboto-Regular.woff2") format("woff2"), url("/fonts/_robotoGreek/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/_robotoGreek/Roboto-Medium.woff2") format("woff2"), url("/fonts/_robotoGreek/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/_robotoGreek/Roboto-Light.woff2") format("woff2"), url("/fonts/_robotoGreek/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/_robotoGreek/Roboto-Black.woff2") format("woff2"), url("/fonts/_robotoGreek/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("/fonts/icomoon/fonts/icomoon.eot?ks11hv");
  src: url("/fonts/icomoon/fonts/icomoon.eot?ks11hv#iefix") format("embedded-opentype"), url("/fonts/icomoon/fonts/icomoon.ttf?ks11hv") format("truetype"), url("/fonts/icomoon/fonts/icomoon.woff?ks11hv") format("woff"), url("/fonts/icomoon/fonts/icomoon.svg?ks11hv#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-logo_font:before {
  content: "\e93e";
}

.icon-accessibility1:before {
  content: "\e93b";
  color: #555;
}

.icon-lock:before {
  content: "\e939";
}

.icon-accessibility2:before {
  content: "\e93c";
  color: #555;
}

.icon-accessibility3:before {
  content: "\e93d";
  color: #555;
}

.icon-logo-new-circle-google:before {
  content: "\e938";
}

.icon-window-virus:before {
  content: "\e937";
}

.icon-arrow-right23:before {
  content: "\ea3c";
}

.icon-new-tab:before {
  content: "\ea7e";
}

.icon-home-1:before {
  content: "\e936";
}

.icon-hide:before {
  content: "\e935";
}

.icon-logout-1:before {
  content: "\e934";
}

.icon-window-lock-2:before {
  content: "\e92f";
}

.icon-email-lock:before {
  content: "\e930";
}

.icon-computer-chip-protect:before {
  content: "\e931";
}

.icon-network-computer-lock:before {
  content: "\e932";
}

.icon-lock-open-1:before {
  content: "\e933";
}

.icon-helicopter-1:before {
  content: "\e92e";
}

.icon-info2:before {
  content: "\e92c";
}

.icon-logo-circle-blogger:before {
  content: "\e92b";
}

.icon-phone-call-2:before {
  content: "\e92d";
}

.icon-piggy-bank:before {
  content: "\e921";
}

.icon-credit-card-hand:before {
  content: "\e926";
}

.icon-coins-2:before {
  content: "\e92a";
}

.icon-tools-wrench-screwdriver:before {
  content: "\e91f";
}

.icon-profile2:before {
  content: "\e919";
}

.icon-synchronize-4:before {
  content: "\e90e";
}

.icon-certificate2:before {
  content: "\e929";
}

.icon-bin:before {
  content: "\e925";
}

.icon-coin-receive2:before {
  content: "\e928";
}

.icon-uniE6632:before {
  content: "\e927";
}

.icon-user22:before {
  content: "\e924";
}

.icon-warning2:before {
  content: "\e916";
}

.icon-mobile-phone-heart:before {
  content: "\e923";
}

.icon-pencil3:before {
  content: "\e920";
}

.icon-star2:before {
  content: "\e922";
}

.icon-rocket2:before {
  content: "\e91d";
}

.icon-icon:before {
  content: "\e91e";
}

.icon-bus-5:before {
  content: "\e91b";
}

.icon-car-sports:before {
  content: "\e91c";
}

.icon-bin-1:before {
  content: "\e91a";
}

.icon-jet-plane:before {
  content: "\e917";
}

.icon-airplane:before {
  content: "\e918";
}

.icon-window-application-7:before {
  content: "\e914";
}

.icon-cross3:before {
  content: "\e913";
}

.icon-cog3:before {
  content: "\e915";
}

.icon-heart3:before {
  content: "\e912";
}

.icon-tools-double-ratchet:before {
  content: "\e911";
}

.icon-graph:before {
  content: "\e90f";
}

.icon-network-share:before {
  content: "\e910";
}

.icon-check-1:before {
  content: "\e90d";
}

.icon-coin-receive:before {
  content: "\e905";
}

.icon-server-network-network:before {
  content: "\e906";
}

.icon-server-network-7:before {
  content: "\e907";
}

.icon-server-2:before {
  content: "\e908";
}

.icon-server-1:before {
  content: "\e909";
}

.icon-building-6:before {
  content: "\e90a";
}

.icon-user-chat-6:before {
  content: "\e90b";
}

.icon-check-circle-2:before {
  content: "\e90c";
}

.icon-pencil2:before {
  content: "-";
}

.icon-pencil:before {
  content: ".";
}

.icon-announcement:before {
  content: "`";
}

.icon-search:before {
  content: "\e003";
}

.icon-vat:before {
  content: "\e005";
}

.icon-vat_english:before {
  content: "\e006";
}

.icon-novat:before {
  content: "\e007";
}

.icon-novat_english:before {
  content: "\e008";
}

.icon-newspaper:before {
  content: "\e00c";
}

.icon-new:before {
  content: "\e061";
}

.icon-podcast:before {
  content: "\e069";
}

.icon-books:before {
  content: "\e072";
}

.icon-library:before {
  content: "\e075";
}

.icon-stack:before {
  content: "\e096";
}

.icon-cog:before {
  content: "\e0a2";
}

.icon-certificate:before {
  content: "\e0b1";
}

.icon-bag2:before {
  content: "\e0d1";
}

.icon-calculate:before {
  content: "\e0d7";
}

.icon-compass:before {
  content: "\e0f9";
}

.icon-direction:before {
  content: "\e0fe";
}

.icon-storage:before {
  content: "\e137";
}

.icon-database2:before {
  content: "\e139";
}

.icon-eye:before {
  content: "\e13f";
}

.icon-bubble:before {
  content: "\e166";
}

.icon-users:before {
  content: "\e198";
}

.icon-user:before {
  content: "\e199";
}

.icon-vcard:before {
  content: "\e19c";
}

.icon-quotes-right:before {
  content: "\e1a0";
}

.icon-equalizer2:before {
  content: "\e1dd";
}

.icon-wand:before {
  content: "\e1ec";
}

.icon-pie:before {
  content: "\e1f9";
}

.icon-bars:before {
  content: "\e201";
}

.icon-stats-up:before {
  content: "\e207";
}

.icon-stats-down:before {
  content: "\e208";
}

.icon-chart:before {
  content: "\e20b";
}

.icon-podium:before {
  content: "\e216";
}

.icon-medal:before {
  content: "\e217";
}

.icon-medal2:before {
  content: "\e219";
}

.icon-medal3:before {
  content: "\e21a";
}

.icon-medal4:before {
  content: "\e21b";
}

.icon-trophy:before {
  content: "\e21d";
}

.icon-diamond:before {
  content: "\e221";
}

.icon-shield:before {
  content: "\e27e";
}

.icon-shield2:before {
  content: "\e280";
}

.icon-shield3:before {
  content: "\e281";
}

.icon-power:before {
  content: "\e28e";
}

.icon-powercord:before {
  content: "\e291";
}

.icon-cloud:before {
  content: "\e2b3";
}

.icon-download:before {
  content: "\e2c2";
}

.icon-upload:before {
  content: "\e2c3";
}

.icon-earth:before {
  content: "\e2c7";
}

.icon-network:before {
  content: "\e2c8";
}

.icon-flag:before {
  content: "\e2d1";
}

.icon-man:before {
  content: "\e318";
}

.icon-plus-circle:before {
  content: "\e35e";
}

.icon-plus-circle2:before {
  content: "\e35f";
}

.icon-minus-circle:before {
  content: "\e360";
}

.icon-minus-circle2:before {
  content: "\e361";
}

.icon-loop:before {
  content: "\e3a5";
}

.icon-mail:before {
  content: "\e491";
}

.icon-wordpress:before {
  content: "\e4bd";
}

.icon-joomla:before {
  content: "\e4bf";
}

.icon-file-pdf:before {
  content: "\e4e2";
}

.icon-file-css:before {
  content: "\e4e9";
}

.icon-arrow-left2:before {
  content: "\e601";
}

.icon-arrow-down2:before {
  content: "\e602";
}

.icon-arrow-up2:before {
  content: "\e603";
}

.icon-arrow-right2:before {
  content: "\e604";
}

.icon-arrow-left22:before {
  content: "\e605";
}

.icon-arrow-down22:before {
  content: "\e606";
}

.icon-arrow-up22:before {
  content: "\e607";
}

.icon-arrow-right22:before {
  content: "\e608";
}

.icon-arrow-left3:before {
  content: "\e609";
}

.icon-arrow-down3:before {
  content: "\e60a";
}

.icon-arrow-up3:before {
  content: "\e60b";
}

.icon-uniE60C:before {
  content: "\e60c";
}

.icon-twitter:before {
  content: "\e60d";
}

.icon-facebook:before {
  content: "\e60e";
}

.icon-googleplus:before {
  content: "\e60f";
}

.icon-bolt:before {
  content: "\e610";
}

.icon-rocket:before {
  content: "\e612";
}

.icon-drive:before {
  content: "\e613";
}

.icon-checkmark:before {
  content: "\e614";
}

.icon-cross:before {
  content: "\e615";
}

.icon-gauge:before {
  content: "\e618";
}

.icon-search2:before {
  content: "\e61a";
}

.icon-cross2:before {
  content: "\e61b";
}

.icon-question:before {
  content: "\e61c";
}

.icon-help:before {
  content: "\e61e";
}

.icon-warning:before {
  content: "\e61f";
}

.icon-phone:before {
  content: "\e624";
}

.icon-blocked:before {
  content: "\e625";
}

.icon-bubbles:before {
  content: "\e628";
}

.icon-user2:before {
  content: "\e629";
}

.icon-equalizer3:before {
  content: "\e62b";
}

.icon-cogs:before {
  content: "\e62d";
}

.icon-download2:before {
  content: "\e630";
}

.icon-upload2:before {
  content: "\e631";
}

.icon-star:before {
  content: "\e632";
}

.icon-tree:before {
  content: "\e633";
}

.icon-location:before {
  content: "\e634";
}

.icon-windows8:before {
  content: "\e635";
}

.icon-mobile:before {
  content: "\e637";
}

.icon-cart:before {
  content: "\e638";
}

.icon-tux:before {
  content: "\e639";
}

.icon-mail2:before {
  content: "\e63a";
}

.icon-clock:before {
  content: "\e63d";
}

.icon-list:before {
  content: "\e63e";
}

.icon-folder:before {
  content: "\e63f";
}

.icon-gift:before {
  content: "\e640";
}

.icon-truck:before {
  content: "\e643";
}

.icon-credit:before {
  content: "\e644";
}

.icon-barcode:before {
  content: "\e645";
}

.icon-calendar:before {
  content: "\e648";
}

.icon-calendar2:before {
  content: "\e649";
}

.icon-screen2:before {
  content: "\e64a";
}

.icon-spinner:before {
  content: "\e64b";
}

.icon-numbered-list:before {
  content: "\e64d";
}

.icon-globe:before {
  content: "\e64e";
}

.icon-heart:before {
  content: "\e64f";
}

.icon-heart2:before {
  content: "\e650";
}

.icon-light-bulb:before {
  content: "\e651";
}

.icon-lab:before {
  content: "\e653";
}

.icon-info:before {
  content: "\e655";
}

.icon-minus:before {
  content: "\e658";
}

.icon-plus:before {
  content: "\e659";
}

.icon-bookmark:before {
  content: "\e660";
}

.icon-uniE663:before {
  content: "\e663";
}

.icon-laptop:before {
  content: "\e664";
}

.icon-link:before {
  content: "\e667";
}

.icon-cc-nc-eu:before {
  content: "\e66c";
}

.icon-linux:before {
  content: "\e66d";
}

.icon-address-book:before {
  content: "\e66e";
}

.icon-druplicon:before {
  content: "\e670";
}

.icon-spell-check:before {
  content: "\e671";
}

.icon-notifications:before {
  content: "\e7f4";
}

.icon-notifications_active:before {
  content: "\e7f7";
}

.icon-files-empty:before {
  content: "\e900";
}

.icon-file-text2:before {
  content: "\e901";
}

.icon-profile:before {
  content: "\e902";
}

.icon-clipboard:before {
  content: "\e903";
}

.icon-loop22:before {
  content: "\e904";
}

.icon-cart2:before {
  content: "\e93a";
}

.icon-credit-card:before {
  content: "\e93f";
}

/* Footer Styles */
footer .row.collapse {
  text-align: left;
}

footer {
  padding: 4.375rem 0 0;
  background: linear-gradient(126deg, rgb(21, 38, 119) 0%, rgb(11, 19, 60) 100%);
}

footer .extra-small {
  font-size: 0.825rem;
  margin-bottom: 0;
  color: #7188b6;
}

footer.pre-footer .copyright {
  padding: 0;
}

footer.pre-footer .copyright .terms ul {
  margin: 0;
  display: flex;
  justify-content: center;
}

footer.pre-footer .copyright .terms ul li a {
  color: #b2c6d0;
  font-size: 16px;
  text-decoration: underline;
}

footer.pre-footer {
  padding: 0;
}

footer.pre-footer .inline-list > li {
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

footer.pre-footer img.arrow-f {
  height: 83px;
  padding-left: 15px;
}

@media screen and (max-width: 800px) {
  footer.pre-footer .copyright .terms ul {
    flex-direction: column;
  }
  footer.pre-footer img.arrow-f {
    display: none;
  }
  footer.pre-footer .inline-list > li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 49px;
  }
}
footer.xmas {
  background-image: url("../img/holidays/xmas-footer.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 200px 145px;
}

@media only screen and (max-width: 40em) {
  footer.xmas {
    background-size: 138px 100px;
  }
}
footer p {
  color: #7188b6;
}

footer .logo {
  height: 3.25rem;
  width: 10.625rem;
  margin-bottom: 1rem;
}

footer .logo a {
  background-size: 170px 52px;
  display: block;
  height: 3.25rem;
  overflow: hidden;
  padding-top: 3.25rem;
  width: 10.625rem;
  width: 249px;
  height: 53px;
  background: url("/img/logos_dnhost.png") 0px -93px;
  margin: 0;
}

footer .newsletter {
  border-top: 1px solid #21386D;
  padding: 1.25rem 0 0;
}

footer .newsletter p.header {
  color: white;
  font-size: 1.2rem;
  margin-bottom: 0;
}

footer .newsletter fieldset {
  border: 0 none;
  margin: 0;
  padding: 0;
}

footer .newsletter fieldset input {
  border-width: 0;
}

footer .newsletter fieldset .checkbox .checkbox__label {
  color: white;
}

footer .newsletter fieldset .button .loading {
  height: 2.5rem;
}

@media only screen and (max-width: 40em) {
  footer .newsletter fieldset input {
    height: 3rem;
  }
  footer .newsletter fieldset .postfix.button {
    height: 3rem;
    line-height: 3rem;
  }
  footer .newsletter fieldset .postfix.button .loading {
    height: 3rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  footer .newsletter fieldset input {
    height: 3rem;
    line-height: 3rem;
  }
  footer .newsletter fieldset .postfix.button {
    height: 3rem;
    line-height: 3rem;
  }
  footer .newsletter fieldset .postfix.button .loading {
    height: 3rem;
  }
}
footer .social {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}

footer .social ul li a i {
  font-size: 3rem;
  color: #92a3ab;
}

@media only screen and (max-width: 40em) {
  footer .social ul li a i {
    font-size: 3rem;
  }
}
footer .social ul li a i:hover {
  color: #FFFFFF;
  transition: all 0.2s ease-out 0s;
}

footer .social ul li a #blogger-logo-footer {
  font-size: 2.56rem !important;
  padding-top: 5px;
  display: block;
}

footer .social ul li a span {
  display: none;
}

footer .links {
  margin-top: 0;
}

@media only screen and (min-width: 64.063em) {
  footer .links {
    margin-top: 2.5rem;
  }
}
footer .links p.header {
  font-size: 0.9325rem;
  font-weight: 700;
  letter-spacing: 0.25px;
  line-height: 1;
  color: white;
  margin-bottom: 0;
  text-align: left;
}

footer .links a.header {
  color: white;
  font-size: 0.9325rem;
  font-weight: 700;
  letter-spacing: 0.25px;
}

footer .links a.header:hover {
  border-bottom: 1px solid white;
}

footer .links ul {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  margin-left: 0;
  list-style-type: none;
  text-align: left;
}

footer .links ul li {
  font-size: 0.95rem;
  color: #7188b6;
  font-weight: 300;
}

footer .links ul li a {
  font-size: 0.95rem;
  color: #7188b6;
  font-weight: 300;
}

footer .links ul li a:hover {
  color: white;
}

footer .links ul li span.head {
  color: #7188b6;
  font-size: 0.95rem;
  cursor: pointer;
}

footer .links ul li span.the-at:after {
  content: "@";
  display: inline-block;
}

footer .links ul li ul.inner-list {
  transition: all 0.3s ease-in 0s;
  margin: 0;
  margin-left: 1rem;
  overflow: hidden;
  max-height: 0;
  color: #b6c3c9;
  list-style: inside;
}

footer .links ul li ul.inner-list li a {
  font-size: 0.875rem;
}

footer .links ul li.with-inner-list {
  display: inline;
}

footer .links ul li.with-inner-list:hover span.head {
  color: white;
}

footer .links ul.support {
  margin-top: 0;
}

footer .links ul.support li a.button {
  margin: 0 0 0.525rem;
  color: white;
}

footer .vcard {
  color: #b6c3c9;
  padding: 0;
  border: none;
  font-size: 0.95rem;
  line-height: 1.4;
}

footer .line {
  border-top: 1px solid rgba(155, 155, 155, 0.3);
}

footer .copyright {
  padding: 2rem 0;
}

footer .copyright p {
  font-size: 0.825rem;
  margin-bottom: 0;
  color: #7188b6;
}

footer .copyright .terms ul {
  margin: 0;
}

footer .copyright .terms ul li a {
  font-size: 0.825rem;
  color: #7188b6;
}

footer .copyright .terms ul li a:hover {
  color: white;
}

footer .partners {
  background: rgba(0, 0, 0, 0.1);
  padding: 1.25rem 0;
}

footer .partners .partners-list {
  overflow: hidden;
  width: 100%;
}

footer .partners .partners-list ul {
  overflow: hidden;
  width: 1845px;
  margin: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

footer .partners .partners-list ul li {
  height: 3.4375rem;
  padding: 0;
  opacity: 0.1;
  margin-left: 0;
  margin-right: 16px;
}

footer .partners .partners-list ul li:hover {
  opacity: 1;
  transition: all 0.4s ease-out 0s;
}

footer .partners .partners-list ul li.has-tip {
  border-bottom: none;
  cursor: default;
}

footer .partners .partners-list ul li.f_sprite {
  background-size: 110px 55px;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  height: 55px;
  width: 110px;
  background: url("../img/sprites/main-sprite.png") no-repeat;
  margin-right: 5px;
}

footer .partners .partners-list ul li.centos {
  background-position: -20px 0px;
}

footer .partners .partners-list ul li.dell {
  background-position: -20px -75px;
}

footer .partners .partners-list ul li.grix {
  background-position: -20px -375px;
}

footer .partners .partners-list ul li.intel {
  background-position: -20px -525px;
}

footer .partners .partners-list ul li.helix {
  background-position: -20px -600px;
}

footer .partners .partners-list ul li.linux {
  background-position: -20px -675px;
}

footer .partners .partners-list ul li.litespeed {
  background-position: -20px -750px;
}

footer .partners .partners-list ul li.icann {
  background-position: -20px -450px;
}

footer .partners .partners-list ul li.mysql {
  background-position: -20px -900px;
}

footer .partners .partners-list ul li.odin {
  background-position: -20px -975px;
}

footer .partners .partners-list ul li.php {
  background-position: -20px -1125px;
}

footer .partners .partners-list ul li.spam_experts {
  background-position: -20px -1200px;
}

footer .partners .partners-list ul li.microsoft {
  background-position: -20px -825px;
}

footer .partners .partners-list ul li.eurid {
  background-position: -20px -225px;
}

footer .partners .partners-list ul li.eett {
  background-position: -20px -150px;
}

footer .partners .partners-list ul li.grite {
  background-position: -20px -300px;
}

footer .partners .partners-list ul li span {
  display: none;
}

footer .partners .slider-btn {
  position: absolute;
  cursor: default;
  top: 4.15rem;
  color: rgb(63.7771653543, 88.5070866142, 101.5228346457);
}

footer .partners .slider-btn:hover {
  color: white;
}

footer .partners .slider-btn.right-bnt {
  left: -1rem;
}

footer .partners .slider-btn.left-bnt {
  right: -1rem;
}

/* End of Footer*/
.alert-box-info {
  border: 1px solid #C89D11;
  background: #FFF5E3;
  color: #000;
  padding: 15px;
  line-height: normal;
}

.top-alert-msg {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.top-alert-msg .alert-box {
  word-wrap: break-word;
  padding-left: 4rem;
  position: fixed;
  bottom: 0;
  background-color: white;
  color: #585858;
  box-shadow: 0 1px 25px -5px #282828;
  line-height: 1.3;
  border: 0 none;
  width: 90%;
  min-height: 7rem;
  margin-left: 5%;
}

@media only screen and (min-width: 40.063em) {
  .top-alert-msg .alert-box {
    width: 20rem;
    left: 1rem;
    margin-left: 0;
  }
}
.top-alert-msg .alert-box i {
  display: block;
  font-size: 1.75rem;
  height: 100%;
  margin-left: -64px;
  margin-top: -14px;
  padding: 0;
  position: absolute;
  width: 3.25rem;
  padding-top: 16px;
  padding-left: 12px;
  color: white;
}

.top-alert-msg .alert-box .closeMessage {
  color: #282828;
  float: right;
  font-size: 1.25rem;
  position: absolute;
  right: 9px;
  top: 0;
  opacity: 0.5;
}

.top-alert-msg .alert-box .closeMessage:hover {
  opacity: 1;
}

.top-alert-msg .alert-box.success i {
  background: #18BF93;
}

.top-alert-msg .alert-box.alert i {
  background: #ff585d;
}

.top-alert-msg .alert-box.warning i {
  background: #fd9662;
}

.top-alert-msg .alert-box .question-mark:after {
  background-color: #ff585d;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: white;
  content: "\e61c";
  font-family: "icomoon";
  font-size: 0.625rem;
  height: 1rem;
  left: 0.25rem;
  padding: 0.2rem;
  position: relative;
  top: 0.125rem;
  width: 1rem;
}

.alert-box.closeMyBox {
  font-size: 1.375rem;
  padding: 9px 6px 4px;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.6875rem;
  right: 0.25rem;
  color: black;
  opacity: 0.3;
}

.alert-box.closeMyBox:hover, .alert-box.closeMyBox:focus {
  opacity: 0.5;
}

.pending_answer {
  min-height: 7rem;
}

.pending_answer .global_loader {
  margin-top: 6rem;
  text-align: center;
}

.pending_answer .system-response {
  font-size: 0.925rem;
  color: #282828;
  font-weight: 400;
}

.pending_answer #noEntries .loading, .pending_answer .global_loader .loading {
  text-align: center;
  display: inline;
}

.pending_answer #noEntries .loading .spinner, .pending_answer #noEntries .loading .spinner:after, .pending_answer .global_loader .loading .spinner, .pending_answer .global_loader .loading .spinner:after {
  width: 5rem;
  height: 5rem;
}

.pending_answer #noEntries .loading .spinner, .pending_answer .global_loader .loading .spinner {
  border-width: 6px;
  top: 1.5rem;
  margin: -2.5rem auto auto -2.5rem;
}

:root {
  --sliderwidth:100%;
  --sliderHeight:50px;
  --translateZ:25px;
  --translateZn:-25px;
}

.scene {
  width: var(--sliderwidth);
  height: 50px;
  perspective: 300px;
  overflow: hidden;
  position: relative;
  line-height: 1.2;
  background-color: #0b2754;
}

.scene.hide {
  display: none;
}

.scene img.in {
  height: 10px;
  cursor: pointer;
}

.scene .con {
  flex: 1 1 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 50%;
}

@media screen and (max-width: 1024px) {
  .scene {
    text-align: center;
  }
}
.topbarcont_t {
  font-size: 1.5rem;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 1024px) {
  .topbarcont_t {
    font-size: 1rem;
  }
}
.cube {
  width: var(--sliderwidth);
  height: 50px;
  position: relative;
}

.cube__face {
  position: absolute;
  width: var(--sliderwidth);
  height: 50px;
  bottom: -100%;
  z-index: -1;
  top: 0;
}

.cube__face.active {
  bottom: 0;
  z-index: 1;
}

.up .cube__face.active {
  animation-name: up;
}

.down .cube__face.active {
  animation-name: down;
}

.cube__face.active {
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}

.cube__face.before {
  bottom: 0;
  z-index: 0;
}

@keyframes down {
  0% {
    bottom: 100%;
  }
  100% {
    bottom: 0%;
  }
}
@keyframes up {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0%;
  }
}
.controls {
  position: absolute;
  height: auto;
  width: 50px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  top: 0;
  bottom: 0;
  transition: left 1s;
  left: -100%;
}

@media (max-width: 1200px) {
  .controls:not(.right) {
    display: none;
  }
}
.showcont .controls {
  left: 0;
}

.controls.right {
  left: auto;
  right: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  width: 30px;
}

.controls.right .close {
  cursor: pointer;
}

.topbarcont {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: linear-gradient(126deg, rgb(21, 38, 119) 0%, rgb(11, 19, 60) 100%);
  min-height: 100%;
  height: auto;
  width: 100%;
  text-align: center;
  color: #fff;
}

.topbarcont:hover {
  color: #fff;
}

.simple-link.p-link.topbar {
  margin-bottom: 0;
  margin-left: 2rem;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 0.8125rem;
  position: relative;
  top: 0px;
  padding: 10px 10px;
  max-height: 35px;
  display: flex;
  align-items: center;
}

.in-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  height: 100%;
  align-items: center;
}

.popup-info {
  display: flex;
  position: fixed;
  width: 412px;
  height: auto;
  overflow: hidden;
  border-radius: 0;
  box-shadow: 0 1px 25px -5px #282828;
  bottom: 20px;
  left: -412px;
  opacity: 0;
  transition: opacity 0.3s, left 0.3s, bottom 1s cubic-bezier(0.86, 0, 0.07, 1);
  background: #fff;
  flex-wrap: wrap;
  z-index: 10;
}

.popup-info.top {
  bottom: 92px;
}

@media screen and (max-width: 529px) {
  .popup-info:not(.tablet) {
    display: none;
  }
}
.popup-info .elr {
  flex: 1;
  padding: 30px;
  padding-left: 14px;
}

.popup-info .popup_text {
  line-height: 1.2;
}

.popup-info .popup_title {
  font-weight: bold;
  margin-bottom: 17px;
  font-size: 110%;
  line-height: 1.2;
}

.popup-info .icon-announcement {
  display: block;
  font-size: 1.75rem;
  height: 100%;
  padding: 0;
  width: 3.25rem;
  padding-top: 39px;
  padding-left: 12px;
  color: white;
  background: #16ac84;
}

.popup-info .popup_title {
  font-weight: bold;
  margin-bottom: 10px;
}

.popup-info .closeMessage2 {
  color: #282828;
  float: right;
  font-size: 2rem;
  position: absolute;
  right: 13px;
  top: 6px;
  opacity: 0.5;
  cursor: pointer;
}

.popup-info.open {
  left: 20px;
  opacity: 1;
}

/* Styles for modal */
.reveal-modal {
  padding: 0;
}

.reveal-modal #email_id span, .reveal-modal#delete-device-confirm .lead span {
  padding-top: 5px;
  font-size: 0.9375rem;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .reveal-modal.tiny {
    margin-left: -40%;
    width: 80%;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .reveal-modal.tiny {
    margin-left: -25%;
    width: 50%;
  }
}
@media only screen and (min-width: 90.063em) {
  .reveal-modal.tiny {
    margin-left: -17.5%;
    width: 35%;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .reveal-modal.tiny.for-ssl-order {
    margin-left: -45%;
    width: 90%;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .reveal-modal.tiny.for-ssl-order {
    margin-left: -30%;
    width: 60%;
  }
}
@media only screen and (min-width: 90.063em) {
  .reveal-modal.tiny.for-ssl-order {
    margin-left: -21%;
    width: 42%;
  }
}
@media only screen and (min-width: 64.063em) {
  .reveal-modal.tiny.for-ssl-order p.lead {
    font-size: 1.375rem;
    letter-spacing: 0.5px;
  }
}
.reveal-modal.tiny.for-ssl-order p.lead a {
  color: white;
}

.reveal-modal.tiny.for-ssl-order .modal-content {
  padding: 1rem 0.3125rem;
}

.reveal-modal.minimal .header {
  padding-left: 2rem;
  padding-right: 2rem;
}

.reveal-modal.minimal .header p {
  margin-bottom: 0;
  line-height: 1;
}

.reveal-modal.minimal .header.normal {
  padding-top: 2.75rem;
  padding-bottom: 1.25rem;
}

.reveal-modal.minimal .header.normal p {
  color: #282828;
  font-weight: 500;
  font-size: 1.25rem;
}

.reveal-modal.minimal .header.normal p.w-border {
  border-bottom: 1px solid rgb(221, 227.8, 231.2);
  padding-bottom: 1.5rem;
}

.reveal-modal.minimal .header.normal p.warning {
  color: rgb(252.1169811321, 103.641509434, 28.6830188679);
}

.reveal-modal.minimal .header.normal p.red {
  color: rgb(255, 70.85, 76.3634730539);
}

.reveal-modal.minimal .header.w-bg-color {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  margin-bottom: 1.25rem;
}

.reveal-modal.minimal .header.w-bg-color.orange {
  background-color: rgb(252.6467924528, 131.4566037736, 70.2732075472);
}

.reveal-modal.minimal .header.w-bg-color.dark-blue {
  background-color: #2D4A63;
}

.reveal-modal.minimal .header.w-bg-color.light-grey {
  background-color: #EBEFF1;
  border-bottom: 1px solid rgb(221, 227.8, 231.2);
}

.reveal-modal.minimal .header.w-bg-color.light-grey p {
  color: #282828;
}

.reveal-modal.minimal .header.w-bg-color.info {
  background-color: #3995c0; /* Fallback Color */ /* Saf4+, Chrome */ /* Chrome 10+, Saf5.1+, iOS 5+ */ /* FF3.6 */ /* IE10 */ /* Opera 11.10+ */
  background-image: linear-gradient(to right, #3995c0, #75badc);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#3995c0', EndColorStr='#75badc');
}

.reveal-modal.minimal .header.w-bg-color p {
  color: white;
}

.reveal-modal.minimal .content {
  margin: 0 2rem 2.25rem;
  min-height: 3.5rem;
}

.reveal-modal.minimal .actions {
  padding: 1.325rem 2rem;
  background-color: #EBEFF1;
  border-top: 1px solid rgb(221, 227.8, 231.2);
  text-align: center;
}

.reveal-modal.minimal .actions button,
.reveal-modal.minimal .actions .button {
  min-width: 100%;
  margin-left: 0;
}

@media only screen and (min-width: 40.063em) {
  .reveal-modal.minimal .actions {
    text-align: right;
  }
  .reveal-modal.minimal .actions button,
  .reveal-modal.minimal .actions .button {
    min-width: 10rem;
    margin-left: 1rem;
  }
}
@media only screen and (min-width: 40.063em) {
  .reveal-modal.minimal.with-scroll {
    height: 26rem;
    overflow-y: auto;
  }
  .reveal-modal.minimal .header,
  .reveal-modal.minimal .actions {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .reveal-modal.minimal .content {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .reveal-modal.minimal .content.cart-scroll {
    height: 15rem;
    overflow-y: auto;
  }
}
.reveal-modal.login-forms .tabs dd > a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1.3;
  background-color: rgb(212.6, 221.08, 225.32);
  color: rgb(142.5, 165, 176.25);
  font-size: 1.5rem;
  transition: all 0.2s ease-in-out;
}

.reveal-modal.login-forms .tabs dd > a small {
  display: block;
  font-size: 50%;
}

.reveal-modal.login-forms .tabs dd > a:hover {
  background-color: rgb(193, 205.4, 211.6);
  color: #698796;
}

.reveal-modal.login-forms .tabs dd.active > a {
  background-color: white;
  color: #18BF93;
}

.reveal-modal.login-forms .tabs-content hr {
  margin: 1.25rem 0 0.5rem;
}

@media only screen and (min-width: 64.063em) {
  .reveal-modal.login-forms .tabs-content .positioned-bottom {
    position: absolute;
    width: 94.5%;
    top: 10.2rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .reveal-modal.login-forms .tabs-content .positioned-bottom {
    position: absolute;
    width: 94.5%;
    top: 12.73rem;
  }
}
@media only screen and (min-width: 64.063em) {
  .reveal-modal .modal-content-big {
    padding: 3rem;
    min-height: 18rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .reveal-modal .modal-content-big {
    padding: 2rem;
    min-height: 19.5rem;
  }
}
@media only screen and (max-width: 40em) {
  .reveal-modal .modal-content-big {
    padding: 1rem 0.5rem 1.75rem;
  }
}
.reveal-modal .vat-content form ul.no-bullet li {
  display: flex;
}

.reveal-modal .vat-content form label {
  line-height: 1;
  font-size: 0.925rem;
}

.reveal-modal .vat-content .select-vat {
  max-width: 22rem;
}

.reveal-modal .vat-content .select-vat p {
  margin-bottom: 0.75rem;
  font-size: 0.9375rem;
  font-weight: 500;
  border-bottom: 1px dashed rgb(180, 195, 202.5);
}

.reveal-modal .vat-content .select-vat ul {
  margin-bottom: 0.25rem;
}

.reveal-modal .vat-content .select-vat ul li.flag {
  background-size: 110px 55px;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  height: 24px;
  width: 24px;
  background: url("/img/sprites/main-sprite.png") no-repeat;
}

.reveal-modal .vat-content .select-vat ul li.flag.allothers {
  background-position: -20px -1275px;
}

.reveal-modal .vat-content .select-vat ul li.flag.at {
  background-position: -64px -1275px;
}

.reveal-modal .vat-content .select-vat ul li.flag.be {
  background-position: -20px -1319px;
}

.reveal-modal .vat-content .select-vat ul li.flag.bg {
  background-position: -64px -1319px;
}

.reveal-modal .vat-content .select-vat ul li.flag.ch {
  background-position: -20px -1363px;
}

.reveal-modal .vat-content .select-vat ul li.flag.cy {
  background-position: -64px -1363px;
}

.reveal-modal .vat-content .select-vat ul li.flag.cz {
  background-position: -20px -1407px;
}

.reveal-modal .vat-content .select-vat ul li.flag.de {
  background-position: -64px -1407px;
}

.reveal-modal .vat-content .select-vat ul li.flag.dk {
  background-position: -20px -1451px;
}

.reveal-modal .vat-content .select-vat ul li.flag.ee {
  background-position: -64px -1451px;
}

.reveal-modal .vat-content .select-vat ul li.flag.es {
  background-position: -20px -1495px;
}

.reveal-modal .vat-content .select-vat ul li.flag.fi {
  background-position: -64px -1495px;
}

.reveal-modal .vat-content .select-vat ul li.flag.fr {
  background-position: -20px -1539px;
}

.reveal-modal .vat-content .select-vat ul li.flag.gb {
  background-position: -64px -1539px;
}

.reveal-modal .vat-content .select-vat ul li.flag.gr {
  background-position: -20px -1583px;
}

.reveal-modal .vat-content .select-vat ul li.flag.hr {
  background-position: -64px -1583px;
}

.reveal-modal .vat-content .select-vat ul li.flag.hu {
  background-position: -20px -1627px;
}

.reveal-modal .vat-content .select-vat ul li.flag.ie {
  background-position: -64px -1627px;
}

.reveal-modal .vat-content .select-vat ul li.flag.it {
  background-position: -20px -1671px;
}

.reveal-modal .vat-content .select-vat ul li.flag.lt {
  background-position: -64px -1671px;
}

.reveal-modal .vat-content .select-vat ul li.flag.lu {
  background-position: -20px -1715px;
}

.reveal-modal .vat-content .select-vat ul li.flag.lv {
  background-position: -64px -1715px;
}

.reveal-modal .vat-content .select-vat ul li.flag.mt {
  background-position: -20px -1759px;
}

.reveal-modal .vat-content .select-vat ul li.flag.nl {
  background-position: -64px -1759px;
}

.reveal-modal .vat-content .select-vat ul li.flag.pl {
  background-position: -20px -1803px;
}

.reveal-modal .vat-content .select-vat ul li.flag.pt {
  background-position: -64px -1803px;
}

.reveal-modal .vat-content .select-vat ul li.flag.ro {
  background-position: -20px -1847px;
}

.reveal-modal .vat-content .select-vat ul li.flag.se {
  background-position: -64px -1847px;
}

.reveal-modal .vat-content .select-vat ul li.flag.si {
  background-position: -20px -1891px;
}

.reveal-modal .vat-content .select-vat ul li.flag.sk {
  background-position: -64px -1891px;
}

.reveal-modal .vat-content .select-vat ul li.flag.ua {
  background-position: -20px -1935px;
}

.reveal-modal .vat-content .select-vat ul li.country {
  margin-left: 0.5rem;
  font-size: 0.9375rem;
}

.reveal-modal .vat-content .select-vat ul li.percentage {
  margin-left: 4px;
  font-size: 13px;
  letter-spacing: -0.25px;
  color: #919191;
  font-weight: 400;
  position: relative;
  top: 2px;
}

.reveal-modal .vat-content .vat-widget-notice {
  font-size: 0.925rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}

.reveal-modal .close-reveal-mymodal {
  color: rgb(200, 211, 216.5);
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  right: 0.9375rem;
  top: 0.3125rem;
  z-index: 1000;
}

@media only screen and (min-width: 64.063em) {
  .reveal-modal .close-reveal-mymodal {
    font-size: 2rem;
  }
}
.reveal-modal {
  /* Generic styles for modals */
}

@media only screen and (min-width: 64.063em) {
  .reveal-modal form.with-scroll {
    max-height: 18rem;
    overflow-y: scroll;
  }
}
.reveal-modal form label {
  font-weight: 500;
  position: relative;
}

@media only screen and (min-width: 64.063em) {
  .reveal-modal form label.inline {
    text-align: right;
  }
  .reveal-modal form label.inline.n-lineheight {
    line-height: 1.4;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .reveal-modal form label.inline {
    margin: 0;
    padding: 0;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 40em) {
  .reveal-modal form label.inline {
    margin: 0;
    padding: 0;
    line-height: 1.5;
  }
}
.reveal-modal p {
  line-height: 1.4;
}

@media only screen and (min-width: 40.063em) {
  .reveal-modal p.lead {
    font-size: 1.375rem;
  }
}
.reveal-modal p.lead.green {
  color: white;
  padding: 1.5rem 1.25rem;
  margin-bottom: 0;
  background-color: rgb(22.8, 181.45, 139.65);
}

.reveal-modal ul li {
  line-height: 1.3;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
}

.reveal-modal .button {
  padding-top: 0.7rem;
  padding-bottom: 0.725rem;
}

@media only screen and (min-width: 40.063em) {
  .reveal-modal .button {
    margin-bottom: 0;
  }
}
.reveal-modal .button.warning {
  background-color: #fd9662;
}

.reveal-modal .button.warning:hover {
  background-color: rgb(252.1169811321, 103.641509434, 28.6830188679);
}

.reveal-modal .button .loading .spinner {
  left: 9px;
  position: relative;
}

.reveal-modal .link {
  line-height: 1.2;
  display: block;
}

@media only screen and (min-width: 40.063em) {
  .reveal-modal .link {
    position: relative;
    top: 0.5rem;
    margin-bottom: 0;
  }
}
.reveal-modal .for-order-agreement ul li {
  line-height: 1.4;
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
}

.reveal-modal .for-order-agreement ul li ol {
  margin-top: 0.5rem;
  margin-left: 0.925rem;
}

.reveal-modal .for-order-agreement ul li ol li {
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
}

.reveal-modal .for-el-backorder {
  display: block;
  margin-top: 0.5rem;
}

.reveal-modal .for-el-backorder input[type=checkbox] {
  margin: 0 0.425rem 0.75rem 0;
  position: relative;
  top: 1px;
}

.reveal-modal .terms-link {
  border-bottom: 1px dotted;
  padding-bottom: 1px;
  color: #585858;
}

/* Build custom Modal from scratch. We need this for user interaction. Collect data. -> Can be found at Create Billing Profiles */
.custom-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  top: 100%;
  background: white;
  overflow-y: scroll;
  transition: all 350ms;
}

.custom-modal .modal-content-height {
  max-height: 90vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.custom-modal.active {
  top: 0;
  transition: all 350ms;
}

@media only screen and (min-width: 64.063em) {
  .custom-modal {
    overflow-y: auto;
  }
}
.custom-modal .custom-modal-content {
  padding: 2rem 0;
}

.custom-modal .custom-modal-content p.lead {
  color: #282828;
  font-weight: 400;
  line-height: 1.2;
  font-size: 1.5rem;
}

@media only screen and (min-width: 64.063em) {
  .custom-modal .custom-modal-content p.lead {
    font-size: 1.75rem;
  }
}
.custom-modal .custom-modal-content fieldset {
  border: 1px solid #CDD7DC;
  border-top: 0 none;
  padding: 0 1.25rem 0.25rem;
  margin-bottom: 2rem;
}

.custom-modal .custom-modal-content fieldset p.form-head {
  background-color: rgb(238, 241.4, 243.1);
  border-top: 1px solid #CDD7DC;
  border-bottom: 1px solid #CDD7DC;
  display: block;
  font-weight: 500;
  line-height: 1.1;
  padding: 1rem 1.25rem;
  margin: 0 -1.25rem 1.25rem;
  font-size: 1.125rem;
  color: #282828;
}

.custom-modal .custom-modal-content fieldset label.inline {
  color: #717171;
}

@media only screen and (min-width: 64.063em) {
  .custom-modal .custom-modal-content fieldset label.inline {
    text-align: right;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .custom-modal .custom-modal-content fieldset label.inline {
    margin: 0;
    padding: 0;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 40em) {
  .custom-modal .custom-modal-content fieldset label.inline {
    margin: 0;
    padding: 0;
    line-height: 1.6;
  }
}
.custom-modal .custom-modal-content fieldset .checkbox {
  margin-bottom: 1.25rem;
}

.custom-modal .custom-modal-content fieldset .checkbox input[type=checkbox] {
  margin-bottom: 0;
  margin-left: -1rem;
}

.custom-modal .custom-modal-content fieldset .checkbox label {
  margin-left: 1rem;
  line-height: 1.2;
}

.custom-modal .custom-modal-content fieldset .checkbox label span {
  left: 0.25rem;
  position: relative;
}

.custom-modal .modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.125rem;
  color: #585858;
}

/*
|--------------------------------------------------------------------------
| "Create a passkey" button - busy state
|--------------------------------------------------------------------------
|
| Lives here (not in landing-pages/auth_page) because the createPasskey modal is
| injected by footer-js-scripts on ANY post-login page - including the homepage,
| whose bundle omits auth_page. `includes/modal-content` is imported by all three
| bundles.
|
| Driven purely by the `isBusy` class that PasskeyRegister.setBusy() toggles, NOT by
| inline styles, because `$.ajax_prototype`'s complete handler (shared/plugin.js) runs
| `$(".submitText").show()` on every request with no opt-out and would undo an inline
| `display:none`. The spinner escapes that same handler via `always_visible`.
|
| The label is hidden with `visibility`, not `display`, so it keeps occupying its space
| and the button holds its exact width/height while the spinner is centred over it -
| same idiom as `.signInWrapper` in landing-pages/auth_page.
*/
#createPasskeyBtn {
  position: relative;
}

#createPasskeyBtn > .loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  align-items: center;
  justify-content: center;
}

#createPasskeyBtn > .loading .spinner {
  position: static;
  margin: 0;
}

#createPasskeyBtn.isBusy {
  cursor: default;
  pointer-events: none;
}

#createPasskeyBtn.isBusy .submitText {
  visibility: hidden;
}

#createPasskeyBtn.isBusy > .loading {
  display: flex !important;
}

.custom_modal {
  padding: 50px;
}

@media screen and (max-width: 768px) {
  .custom_modal {
    padding: 15px;
  }
}
.custom_modal .d-flex-btn.mw-200 > *,
.custom_modal .actions_m > * {
  align-items: center;
  height: 40px;
  border-radius: 8px;
  justify-content: center;
  display: flex;
  /* padding: 7px; */
}

.custom_modal #delete_account {
  justify-content: center;
  display: flex;
}

.custom_modal .loginToGoogle {
  position: relative;
  cursor: pointer;
}

.custom_modal .loginToGoogle .btn-login {
  opacity: 0;
  position: absolute;
  width: 200px;
  top: 0;
}

.custom_modal .red {
  color: red !important;
}

.custom_modal .green_text {
  color: #40B194 !important;
}

.custom_modal p.lead.w-border.warning {
  text-align: center;
  color: #FF6E28;
  font-weight: 500;
}

.custom_modal p.sub-content {
  text-align: center;
  font-weight: 500;
  color: #585858;
}

.custom_modal .preselected,
.custom_modal .sms_wrapper,
.custom_modal .passkey_wrapper {
  border-radius: 8px;
  padding: 15px;
  border: 1px solid #B6BCC0;
  transition: all 0.1s;
  color: #585858;
  cursor: pointer;
}

.custom_modal .preselected .d-flex,
.custom_modal .sms_wrapper .d-flex,
.custom_modal .passkey_wrapper .d-flex {
  display: grid;
  align-items: center;
  justify-content: space-between;
  grid-template-columns: auto minmax(0, 1fr) auto;
  grid-template-areas: "icon text  arrow" "icon value arrow";
  gap: 0.25rem 1rem;
}

.custom_modal .preselected .d-flex > svg,
.custom_modal .sms_wrapper .d-flex > svg,
.custom_modal .passkey_wrapper .d-flex > svg {
  grid-area: icon;
}

.custom_modal .preselected .d-flex .mail_g,
.custom_modal .sms_wrapper .d-flex .mail_g,
.custom_modal .passkey_wrapper .d-flex .mail_g {
  grid-area: text;
}

.custom_modal .preselected .d-flex .default-email,
.custom_modal .preselected .d-flex .default-mobile,
.custom_modal .sms_wrapper .d-flex .default-email,
.custom_modal .sms_wrapper .d-flex .default-mobile,
.custom_modal .passkey_wrapper .d-flex .default-email,
.custom_modal .passkey_wrapper .d-flex .default-mobile {
  grid-area: value;
}

.custom_modal .preselected .d-flex > div:last-child,
.custom_modal .sms_wrapper .d-flex > div:last-child,
.custom_modal .passkey_wrapper .d-flex > div:last-child {
  grid-area: arrow;
}

.custom_modal .preselected .d-flex .email_wrapper,
.custom_modal .sms_wrapper .d-flex .email_wrapper,
.custom_modal .passkey_wrapper .d-flex .email_wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .custom_modal .preselected .d-flex,
  .custom_modal .sms_wrapper .d-flex,
  .custom_modal .passkey_wrapper .d-flex {
    grid-template-columns: 1fr;
    grid-template-areas: "icon" "text" "value" "arrow";
    gap: 8px;
  }
  .custom_modal .preselected .d-flex .email_wrapper,
  .custom_modal .sms_wrapper .d-flex .email_wrapper,
  .custom_modal .passkey_wrapper .d-flex .email_wrapper {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.custom_modal .preselected .mail_g,
.custom_modal .sms_wrapper .mail_g,
.custom_modal .passkey_wrapper .mail_g {
  display: grid;
  align-items: center;
  gap: 15px;
}

.custom_modal .preselected .mail_g p,
.custom_modal .sms_wrapper .mail_g p,
.custom_modal .passkey_wrapper .mail_g p {
  margin: 0;
}

.custom_modal .preselected .e_send,
.custom_modal .preselected .default-email,
.custom_modal .preselected .default-mobile,
.custom_modal .sms_wrapper .e_send,
.custom_modal .sms_wrapper .default-email,
.custom_modal .sms_wrapper .default-mobile,
.custom_modal .passkey_wrapper .e_send,
.custom_modal .passkey_wrapper .default-email,
.custom_modal .passkey_wrapper .default-mobile {
  font-weight: 500;
}

.custom_modal .preselected .default-email,
.custom_modal .preselected .default-mobile,
.custom_modal .sms_wrapper .default-email,
.custom_modal .sms_wrapper .default-mobile,
.custom_modal .passkey_wrapper .default-email,
.custom_modal .passkey_wrapper .default-mobile {
  overflow-wrap: anywhere;
}

.custom_modal .sms_wrapper,
.custom_modal .passkey_wrapper {
  margin-top: 20px;
}

.custom_modal .active {
  background: #008CDC;
  color: #fff;
}

.custom_modal .active svg {
  fill: #fff;
}

.custom_modal .actions_m {
  display: flex;
  justify-content: center;
  gap: 26px;
  margin: auto;
  margin-top: 40px;
  max-width: 500px;
}

.custom_modal {
  /*
  |--------------------------------------------------------------------------
  | The submit button's busy state - size locked.
  |--------------------------------------------------------------------------
  |
  | The label is hidden with `visibility`, not `display`, so it keeps occupying its
  | space and the button holds its exact width and height while the spinner runs;
  | the spinner is absolutely inset over it and flex-centred. Hiding the label with
  | `display` instead collapsed the button to the spinner's size mid-request.
  |
  | Driven by the `isBusy` class rather than inline styles because this request goes
  | through `$.ajax_prototype`, whose completion handler runs
  | `$(".submitText").show(); $(".loading:not(.always_visible)").hide();` across the
  | whole page - it would undo an inline toggle, and has no opt-out for the label.
  |
  | `height: auto` matters: a shared `.loading` rule sets `height: 1.375rem`, and for
  | an absolutely positioned box top + bottom + height is over-constrained, so CSS
  | drops `bottom` and the loader would not span the button.
  */
}

.custom_modal .submit-request {
  position: relative;
}

.custom_modal .submit-request > .loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  align-items: center;
  justify-content: center;
}

.custom_modal .submit-request > .loading .spinner {
  position: static;
  margin: 0;
}

.custom_modal .submit-request.isBusy {
  cursor: default;
  pointer-events: none;
}

.custom_modal .submit-request.isBusy .submitText {
  visibility: hidden;
}

.custom_modal .submit-request.isBusy > .loading {
  display: flex !important;
}

.custom_modal {
  /*
  |--------------------------------------------------------------------------
  | Identity Vetting - the OTP step
  |--------------------------------------------------------------------------
  |
  | The Identity Vetting modal (`static.includes.modals.security-vetting`) is injected
  | by the default layout for EVERY authenticated User, so it renders on pages whose
  | stylesheet is not the auth/backend one. The homepage is the case that broke: it
  | builds from `_included-home-files.scss`, which deliberately omits
  | `landing-pages/auth_page` ("not used on homepage") - and that partial was the ONLY
  | place the OTP-step rules lived. Landing there after login (where the post-login
  | "Create a passkey" prompt runs) and choosing Email rendered the OTP boxes as raw,
  | full-width, stacked number inputs.
  |
  | `includes/modal-content` is imported by all three bundles and already owns this
  | modal's look (title, method cards, actions), so the OTP step belongs here too.
  | Deliberately scoped to `.custom_modal`: the values match the `auth_page` globals
  | but outrank them, so pages that DO load `auth_page` (the /auth page, the backend)
  | render exactly as before - only the homepage changes.
  |
  | Enabling `auth_page` for the homepage instead was rejected: it carries unscoped
  | generic rules (`.footer a`, `[type="email"]`, `.text-muted`, bare `input` spin-button
  | resets) that would restyle the marketing homepage.
  */
}

.custom_modal .otp_container {
  position: relative;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  margin-bottom: 3.125rem;
}

.custom_modal .otp_container input.otp-input {
  height: 3.5rem;
  max-width: 3.125rem;
  margin: 0;
  padding: 0;
  font-size: 1.9rem;
  text-align: center;
  background-color: transparent;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0.5rem;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

.custom_modal .otp_container input.otp-input::-webkit-outer-spin-button, .custom_modal .otp_container input.otp-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.custom_modal .notification-wrapper {
  position: relative;
  text-align: center;
}

.custom_modal .notification-wrapper .error-message {
  width: 100%;
  color: #f44336;
  margin-bottom: 1.25rem;
  line-height: normal;
}

.custom_modal .d-flex-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5625rem;
  margin-bottom: 1.25rem;
}

.custom_modal .mw-200 {
  max-width: 28.75rem;
  align-items: center;
  margin: auto;
}

.custom_modal .flex-1 {
  flex: 1;
}

.custom_modal .text-muted {
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.25rem;
}

.custom_modal .resend {
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 0.875rem;
  margin-bottom: 0.25rem;
}

@media screen and (max-width: 768px) {
  .custom_modal .resend {
    display: grid;
  }
}
.custom_modal .btn_box {
  position: relative;
  height: 2.1875rem;
  width: 15.625rem;
  margin: 0;
  color: #fff;
  background: #1a73e8;
  border: 1px solid #1a73e8;
  text-align: center;
  align-items: center;
  justify-content: center;
  transition: 250ms;
}

.custom_modal .btn_box .icon_a {
  position: absolute;
  width: 1.6875rem;
  height: 1.6875rem;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .custom_modal .btn_box {
    background: linear-gradient(to right, #fff 0%, #fff 20%, #1a73e8 20%, #1a73e8 100%);
    padding-left: 52px;
  }
  .custom_modal .btn_box:hover {
    background: linear-gradient(to right, #fff 0%, #fff 20%, #1a73e8 20%, #1a73e8 100%);
  }
  .custom_modal .btn_box .icon_a {
    opacity: 1;
  }
}
/*
|--------------------------------------------------------------------------
| Identity Vetting modal - hold full width on phones.
|--------------------------------------------------------------------------
|
| It opens at 100% (Foundation gates every `.reveal-modal.tiny` width rule at
| min-width: 40.063em, so small screens get its 100% default) - but starting to type
| the OTP shrank it mid-flow, leaving the page showing down one side. Focusing an
| input on iOS both opens the keyboard, which fires a `resize` that makes Foundation
| re-run its positioning, and permits auto-zoom, since the viewport meta sets no
| `maximum-scale`.
|
| Rather than chase which of the two did it, the width is pinned so neither can
| change it. Everything here is a no-op while the modal is already full width - it
| only prevents it becoming something else later.
|--------------------------------------------------------------------------
*/
@media screen and (max-width: 767px) {
  #auth_modal.custom_modal {
    /*
    | A FIXED full-screen sheet, not an absolutely positioned box.
    |
    | Absolute positioning is what made it move while the OTP was being typed: each
    | digit advances focus, iOS scrolls the newly focused input into view, and an
    | absolutely positioned modal travels with the document. Pinning it to the
    | viewport takes the modal out of that entirely - the content scrolls inside it
    | instead. It also removes the re-position that fired when the keyboard dismissed
    | on auto-submit, which is when the width jumped.
    |
    | plugin.js does try this itself, but only when the modal happened to overflow the
    | viewport AT THE MOMENT IT OPENED - which is not true here, since the OTP step
    | replaces the method list after the fact.
    */
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    transform: none !important;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    /*
    | Bottom clearance so the actions row (Cancel / Continue) can always be scrolled
    | fully into view. Three things crowd the bottom of a phone screen that are not
    | part of the layout: Safari's toolbar, the home indicator, and the floating
    | support widget - the last of which sits ON TOP of the modal. Without this the
    | buttons end up underneath them, reachable but unreadable.
    |
    | `env(safe-area-inset-bottom)` covers the home indicator on notched devices and
    | resolves to its 0px fallback elsewhere; the constant covers the widget.
    */
    padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 110px) !important;
  }
}
@media screen and (min-width: 768px) {
  #auth_modal .button {
    width: 200px;
  }
  /*
  |--------------------------------------------------------------------------
  | Centre the Identity Vetting modal in the viewport, and let it scroll.
  |--------------------------------------------------------------------------
  |
  | Foundation's reveal positions the modal from the top with an INLINE `top`
  | (e.g. `style="top: 150px"`), measured when it opens. That was survivable with
  | two method cards; with the third (passkey) the modal grew past the viewport and
  | its actions - Cancel / Continue - fell off the bottom with no way to reach them.
  |
  | `plugin.js` does detect this case and adds `.modal-with-scroll`, but that class
  | has NO styles anywhere, so the framework's own mechanism is a no-op. Rather than
  | revive it, pin the modal to the middle of the screen and give it its own scroll
  | region - the height then stops mattering however many methods are offered.
  |
  | `!important` is required to beat the inline `top`. Desktop only: below 768px
  | `plugin.js` already switches the modal to a full-height fixed panel with its own
  | scrolling, which is the right treatment on a phone and must not be overridden.
  |--------------------------------------------------------------------------
  */
  #auth_modal.custom_modal {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    margin: 0 !important;
    max-height: 90vh;
    overflow-y: auto;
    /*
    | Widened past Foundation's `tiny` (width: 30%), which the SHARED modal partial
    | hardcodes for every modal in the app and so cannot be changed there without
    | affecting all of them. 30% left roughly 430px of usable card width - tight
    | enough that the method cards' copy had to be restructured to fit. Overriding
    | only here keeps every other modal exactly as it is.
    */
    width: 37.5rem !important;
    max-width: 92vw !important;
  }
}
/**************New Design Home Page****************/
a.nav_hoverLink {
  padding: 12px 9px !important;
}

a.nav_hoverLink:hover {
  color: #000a56 !important;
  font-weight: 400;
}

.flex-blocHeader {
  display: block;
  text-align: center;
}

.happpyOctoberOffer {
  color: red;
  font-weight: 900;
  font-size: 3rem;
  line-height: 1;
}

.m-auto {
  margin: auto !important;
}

.mr-9 {
  margin-right: 9px;
}

p.paragraphe.mb-0.pt-0.text-center {
  padding-top: 12px !important;
}

.domain-search-items .medium-block-grid-4 {
  display: flex;
  justify-content: space-around;
}

.vat-domain {
  text-align: right;
  color: #10356f;
}

.cart-items .price {
  text-align: right;
  white-space: nowrap;
}

@media screen and (max-width: 1048px) {
  header .logo-header, .headerWrapper .logo-header {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
header .headerNav, .headerWrapper .headerNav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .banner-img, .headerWrapper .banner-img {
  position: absolute;
  bottom: 0;
  right: 0;
}

header .text-container, .headerWrapper .text-container {
  padding-bottom: 0;
}

header a.trigger.button.postfix.btn-search .loading, .headerWrapper a.trigger.button.postfix.btn-search .loading {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

header .searchbar input, header .searchbar .button, .headerWrapper .searchbar input, .headerWrapper .searchbar .button {
  display: flex;
  justify-content: center;
  align-items: center;
}

header .iconUser:before, .headerWrapper .iconUser:before {
  font-size: 1.375rem;
  font-weight: 900;
}

.align-items-center {
  align-items: center !important;
}

.tld .vat {
  font-weight: 300;
}

input::-moz-placeholder {
  font-size: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

input::placeholder {
  font-size: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.row.navWrapper {
  max-width: 100%;
}

button.register {
  background: #2A83FC;
}

button.register:hover {
  background: #48B52D;
  transition: 0s;
}

.btn-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2a83fc;
  color: #fff;
  font-weight: 500;
  font-size: 1.125rem;
  max-width: 300px;
  height: 44px;
}

.btn-banner:hover {
  background-color: #006BE0;
}

header .price.white > span, .headerWrapper .price.white > span {
  color: #fff;
}

header .link-banner, .headerWrapper .link-banner {
  display: flex;
  font-size: 1.4375rem;
  align-items: center;
  padding-top: 6px;
}

header .icon-user22, .headerWrapper .icon-user22 {
  margin-right: 4px;
}

header .icon-arrow-down22, .headerWrapper .icon-arrow-down22 {
  vertical-align: middle;
}

header .google-wrapper, .headerWrapper .google-wrapper {
  display: flex;
  align-items: center;
  opacity: 0.9;
}

header .google-wrapper:before, .headerWrapper .google-wrapper:before {
  content: "";
  background: url("/img/header-banners/homepage/homeBanner/google-rating-logos.png");
  width: 45px;
  height: 41px;
  background-repeat: no-repeat;
  display: flex;
  margin-right: 0;
  margin-left: 12px;
  align-self: center;
  background-size: contain;
}

@media screen and (max-width: 1920px) {
  header .google-wrapper:before, .headerWrapper .google-wrapper:before {
    width: 36px;
    height: 31px;
  }
}
header .icon-star2, .headerWrapper .icon-star2 {
  color: #f6b519;
  font-size: 0.4375rem;
}

header span.notice, .headerWrapper span.notice {
  font-size: 0.4375rem;
}

header .items-lg, .headerWrapper .items-lg {
  color: #10356f;
  font-weight: 400;
  opacity: 0.8;
  font-size: 12px;
  align-items: center;
}

header .notice-wrraper, .headerWrapper .notice-wrraper {
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
  margin-top: 1;
}

header .page_banner, .headerWrapper .page_banner {
  position: relative;
  background-color: #b9d3ff;
}

header .bg-img, .headerWrapper .bg-img {
  padding-top: 2rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
}

header .page_banner.banner-flex.home, .headerWrapper .page_banner.banner-flex.home {
  position: relative;
  padding: 30px 0px;
  max-width: 1640px;
  margin: auto;
  justify-content: center;
  align-items: center;
}

header .p-22, .headerWrapper .p-22 {
  padding-left: 17px;
}

header .submitText, .headerWrapper .submitText {
  font-size: 0.9375rem;
}

header .tld, .headerWrapper .tld {
  font-size: 0.75rem;
}

header .col-8, .headerWrapper .col-8 {
  z-index: 2;
  position: relative;
}

header sup .tm, .headerWrapper sup .tm {
  font-size: 0.5625rem;
  font-weight: bold;
  top: -11px;
}

header .tld-banner, .headerWrapper .tld-banner {
  font-weight: 900;
  color: #10356f;
}

header .padding-block, .headerWrapper .padding-block {
  padding: 20px 0px 30px 0px !important;
}

header .search, .headerWrapper .search {
  padding-top: 9px;
}

header .title-1, .headerWrapper .title-1 {
  font-size: 1.875rem;
  color: #10356f;
  line-height: 25px;
}

@media screen and (max-width: 768px) {
  header .title-1, .headerWrapper .title-1 {
    font-size: 1.25rem;
  }
}
header .TitleBanner, .headerWrapper .TitleBanner {
  font-size: 2.5rem;
  line-height: 1.2;
  color: #10356f;
  font-weight: 900;
  text-align: center;
}

header .title-2, .headerWrapper .title-2 {
  font-size: 1.3125rem;
  color: #10356f;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  max-width: 300px;
  max-width: 792px;
  margin: auto;
  padding-top: 5px;
}

header .paragraphe, .headerWrapper .paragraphe {
  color: #10356f;
  padding-top: 20px;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 300;
}

header .bg-yellow, .headerWrapper .bg-yellow {
  background-color: #fff000;
  padding-bottom: 3px;
  line-height: 33px;
}

header .d-flex, .headerWrapper .d-flex {
  display: flex !important;
}

header .justify-content-between, .headerWrapper .justify-content-between {
  justify-content: space-between;
}

header .link-banner, .headerWrapper .link-banner {
  font-size: 0.8125rem;
  color: #10356f;
  font-weight: 300;
  z-index: 3;
  text-align: left;
}

header .bg-blue, .headerWrapper .bg-blue {
  background-color: #b9d3ff;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

header .description .price, .headerWrapper .description .price {
  font-size: 0.75rem;
  line-height: 1;
}

header .item-dn, header .mx-w, .headerWrapper .item-dn, .headerWrapper .mx-w {
  display: none;
}

header .price .description, .headerWrapper .price .description {
  padding-top: 7px;
  font-size: 1.3125rem;
  font-weight: 500;
  color: #10356f;
  display: block;
}

header .price .description-s, .headerWrapper .price .description-s {
  color: #FF0101;
}

header .img-banner, .headerWrapper .img-banner {
  animation: fadeIn ease 1;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
  position: absolute;
  bottom: 0;
  right: 0%;
  z-index: 0;
  max-width: 650px;
}

@media (max-width: 1536px) {
  header .img-banner, .headerWrapper .img-banner {
    display: none;
  }
}
header .padding-block, .headerWrapper .padding-block {
  display: block;
  max-width: 255px;
  margin: auto;
}

header .search-title, .headerWrapper .search-title {
  text-align: center;
  color: #fff;
  font-weight: 900;
  line-height: 1.4;
  font-size: 1rem;
}

header .span.sub-searchTitle, .headerWrapper .span.sub-searchTitle {
  font-size: 4rem;
}

header .bg-Wrapper, .headerWrapper .bg-Wrapper {
  background-color: #a6c1ef;
  padding: 15px;
  position: relative;
  padding-bottom: 2px;
  padding-top: 2px;
}

header .sub-searchTitle, .headerWrapper .sub-searchTitle {
  font-size: 1.9375rem;
}

header .searchbar input,
header .searchbar .button, .headerWrapper .searchbar input,
.headerWrapper .searchbar .button {
  height: 2.5rem !important;
}

header input#hp-domain-search::-moz-placeholder, .headerWrapper input#hp-domain-search::-moz-placeholder {
  font-size: 0.8125rem;
}

header button.dropdown.secondary,
header input#hp-domain-search::placeholder, .headerWrapper button.dropdown.secondary,
.headerWrapper input#hp-domain-search::placeholder {
  font-size: 0.8125rem;
}

header .tld .price, .headerWrapper .tld .price {
  padding: 0;
  padding-left: 5px;
}

header .content-wrapper i, .headerWrapper .content-wrapper i {
  position: absolute;
  top: 50%;
  padding-left: 6px;
  transform: translateY(-50%);
}

header .content-wrapper .searchbar, .headerWrapper .content-wrapper .searchbar {
  display: flex;
  margin: 0;
  margin: auto;
}

header .content-wrapper, .headerWrapper .content-wrapper {
  max-width: 70%;
  margin: auto;
  position: relative;
}

@media (max-width: 1024px) {
  header .content-wrapper, .headerWrapper .content-wrapper {
    max-width: 100%;
  }
}
header .sub-content, .headerWrapper .sub-content {
  display: flex;
  list-style: none;
  justify-content: space-around;
  margin: 0;
}

header a.trigger.button.postfix, .headerWrapper a.trigger.button.postfix {
  background-color: #2a83fc;
  font-weight: bold;
  font-size: 0.9375rem;
  width: 182px;
  position: relative;
}

header .parent_pp,
header .vat-link, .headerWrapper .parent_pp,
.headerWrapper .vat-link {
  font-size: 1.25rem;
  color: #10356f;
  padding-top: 20px;
  text-align: right;
  padding-bottom: 3px;
  margin: auto;
}

@media (max-width: 1024px) {
  header .parent_pp,
  header .vat-link, .headerWrapper .parent_pp,
  .headerWrapper .vat-link {
    max-width: 100%;
  }
}
header .vatControlsTrigger.vat-link, .headerWrapper .vatControlsTrigger.vat-link {
  color: #10356f;
  text-decoration: underline;
}

header .p-17, .headerWrapper .p-17 {
  text-align: center;
  width: 225px;
  margin: auto;
}

header .parent_ttt, header .vatControlsTrigger, .headerWrapper .parent_ttt, .headerWrapper .vatControlsTrigger {
  font-size: 0.5rem;
}

header .searchbar input, .headerWrapper .searchbar input {
  margin-bottom: 0px;
}

header .tld, .headerWrapper .tld {
  display: flex !important;
  align-items: baseline;
}

header .gl-wrapper, .headerWrapper .gl-wrapper {
  display: flex;
  align-items: center;
}

header .chrismas, .headerWrapper .chrismas {
  max-width: 180px;
  padding: 5px 0;
}

header, .headerWrapper {
  /******Responsive menu*******/
  /*a partir de 768px*/
}

@media (min-width: 768px) {
  header .happpyOctoberOffer, .headerWrapper .happpyOctoberOffer {
    padding-left: 20px;
    top: -2px;
    position: relative;
    font-size: 4rem;
  }
  header .flex-blocHeader, .headerWrapper .flex-blocHeader {
    display: flex;
  }
  header .page_banner.banner-flex.home, .headerWrapper .page_banner.banner-flex.home {
    padding: 15px 20px 0px 20px;
  }
  header .notice-wrraper, .headerWrapper .notice-wrraper {
    justify-content: space-around;
  }
  header .col-8, .headerWrapper .col-8 {
    margin: auto;
  }
  header #main_nav .nav .menu-wrapper .primary-menu .container > li > a, .headerWrapper #main_nav .nav .menu-wrapper .primary-menu .container > li > a {
    font-size: 1.1875rem;
  }
  header .content-wrapper, .headerWrapper .content-wrapper {
    padding-top: 17px;
    padding-bottom: 17px;
    max-width: 96%;
    margin: auto;
  }
  header .tld, .headerWrapper .tld {
    font-size: 1.0625rem;
  }
  header .mx-w, .headerWrapper .mx-w {
    max-width: 376px;
  }
  header .item-dn, header .mx-w, .headerWrapper .item-dn, .headerWrapper .mx-w {
    display: flex;
  }
  header .parent_ttt, header .vatControlsTrigger, .headerWrapper .parent_ttt, .headerWrapper .vatControlsTrigger {
    font-size: 0.375rem;
  }
  header .search-title, .headerWrapper .search-title {
    font-size: 1.25rem;
    line-height: 1.2;
  }
  header .sub-searchTitle, .headerWrapper .sub-searchTitle {
    font-size: 2.375rem;
  }
  header .submitText, .headerWrapper .submitText {
    font-size: 1.1875rem;
  }
  header .p-17, .headerWrapper .p-17 {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  header .padding-block, .headerWrapper .padding-block {
    max-width: 504px;
    display: flex;
    margin: 0;
    gap: 10px;
  }
  header .title-2, .headerWrapper .title-2 {
    max-width: none;
    line-height: 1.7;
  }
  header .bg-yellow, .headerWrapper .bg-yellow {
    display: initial;
    white-space: nowrap;
  }
  header .TitleBanner, .headerWrapper .TitleBanner {
    font-size: 2.5625rem;
    text-align: left;
  }
  header .title-2, .headerWrapper .title-2 {
    font-size: 1.375rem;
    text-align: left;
    padding-top: 0px;
  }
  header .paragraphe, .headerWrapper .paragraphe {
    font-size: 1rem;
    max-width: 435px;
    text-align: left;
  }
  header .p-17, .headerWrapper .p-17 {
    width: 220px;
    margin: 0;
  }
  header .description .price, .headerWrapper .description .price {
    font-size: 0.75rem;
  }
}
header, .headerWrapper {
  /*apartir de 1024px*/
}

@media (min-width: 1024px) {
  header .padding-block, .headerWrapper .padding-block {
    max-width: 550px;
  }
  header .tld, .headerWrapper .tld {
    font-size: 1.125rem;
  }
  header .col-8, .headerWrapper .col-8 {
    max-width: 100%;
  }
  header .mx-w, .headerWrapper .mx-w {
    max-width: 574px;
  }
  header .notice-wrraper, .headerWrapper .notice-wrraper {
    justify-content: space-around;
  }
  header .page_banner.banner-flex.home, .headerWrapper .page_banner.banner-flex.home {
    padding: 20px 30px 0px 30px;
  }
  header .p-17, .headerWrapper .p-17 {
    padding-top: 5px;
  }
  header .parent_ttt, header .vatControlsTrigger, .headerWrapper .parent_ttt, .headerWrapper .vatControlsTrigger {
    font-size: 0.6875rem;
  }
  header .submitText, .headerWrapper .submitText {
    font-size: 1.125rem;
  }
  header .search-title, .headerWrapper .search-title {
    font-size: 1.5rem;
  }
  header .sub-searchTitle, .headerWrapper .sub-searchTitle {
    font-size: 3rem;
  }
  header .items-lg, .headerWrapper .items-lg {
    font-size: 0.75rem;
  }
  header .padding-block, .headerWrapper .padding-block {
    padding: 25px 0px 30px 0px !important;
    justify-content: space-between;
    margin: 0;
  }
  header .row, .headerWrapper .row {
    position: relative;
  }
  header .TitleBanner, .headerWrapper .TitleBanner {
    font-size: 3.3125rem;
    text-align: left;
    line-height: 1;
  }
  header .title-2, .headerWrapper .title-2 {
    font-size: 1.25rem;
    padding-top: 5px;
    text-align: left;
  }
  header .paragraphe, .headerWrapper .paragraphe {
    font-size: 1rem;
    padding-top: 25px;
    text-align: left;
    font-weight: 300;
    max-width: 570px;
  }
  header .link-banner, .headerWrapper .link-banner {
    font-size: 0.9375rem;
    padding-top: 5px;
    font-weight: 300;
    text-align: left;
    line-height: 1.2;
  }
  header .p-17, .headerWrapper .p-17 {
    width: 250px;
  }
  header .btn-banner, .headerWrapper .btn-banner {
    height: 50px;
    font-size: 1.25rem;
    margin: 0;
    width: 100%;
  }
  header .description .price, .headerWrapper .description .price {
    font-size: 0.8125rem;
  }
}
header, .headerWrapper {
  /**apartir de 1280***/
}

@media (min-width: 1280px) {
  header .chrismas, .headerWrapper .chrismas {
    max-width: 250px;
  }
  header .happpyOctoberOffer, .headerWrapper .happpyOctoberOffer {
    padding-left: 20px;
    font-size: 4rem;
  }
  header .page_banner.banner-flex.home, .headerWrapper .page_banner.banner-flex.home {
    padding: 30px 50px 0px 50px;
  }
  header .searchbar input, header .searchbar .button, .headerWrapper .searchbar input, .headerWrapper .searchbar .button {
    height: 3rem !important;
  }
  header .tld, .headerWrapper .tld {
    font-size: 1.25rem;
  }
  header .link-banner, .headerWrapper .link-banner {
    font-size: 0.9375rem;
  }
  header .parent_ttt, .headerWrapper .parent_ttt {
    padding-top: 5px;
  }
  header .parent_pp, header .vatControlsTrigger, .headerWrapper .parent_pp, .headerWrapper .vatControlsTrigger {
    font-size: 0.75rem;
  }
  header .domain-search-items .tld, .headerWrapper .domain-search-items .tld {
    display: flex;
    align-items: center;
    position: relative;
  }
  header .submitText, .headerWrapper .submitText {
    font-size: 1.25rem;
  }
  header .search-title, .headerWrapper .search-title {
    font-size: 1.75rem;
  }
  header .sub-searchTitle, .headerWrapper .sub-searchTitle {
    font-size: 3.4375rem;
  }
  header .mx-w, .headerWrapper .mx-w {
    max-width: 598px;
  }
  header .items-lg, .headerWrapper .items-lg {
    font-size: 1rem;
  }
  header #main_nav .nav .menu-wrapper .secondary-menu .container > li button.register, .headerWrapper #main_nav .nav .menu-wrapper .secondary-menu .container > li button.register {
    font-size: 0.9375rem;
  }
  header .btn-banner, .headerWrapper .btn-banner {
    height: 50px;
    font-size: 1.25rem;
    width: 100%;
  }
  header .description .price, .headerWrapper .description .price {
    font-size: 0.9375rem;
  }
  header .row, .headerWrapper .row {
    position: relative;
  }
  header .TitleBanner, .headerWrapper .TitleBanner {
    font-size: 3.3125rem;
  }
  header .title-2, .headerWrapper .title-2 {
    font-size: 1.25rem;
    padding-top: 2px;
    text-align: left;
    white-space: nowrap;
  }
  header .paragraphe, .headerWrapper .paragraphe {
    font-size: 1rem;
    max-width: 550px;
  }
  header .p-17, .headerWrapper .p-17 {
    width: 275px;
  }
}
@media (min-width: 1536px) {
  header .page_banner.banner-flex.home, .headerWrapper .page_banner.banner-flex.home {
    padding: 20px 50px 0px 50px;
  }
  header .p-17, .headerWrapper .p-17 {
    padding-bottom: 45px;
  }
  header .search-input::-moz-placeholder, .headerWrapper .search-input::-moz-placeholder {
    font-size: 1rem !important;
    font-weight: 400;
  }
  header .search-input::placeholder, .headerWrapper .search-input::placeholder {
    font-size: 1rem !important;
    font-weight: 400;
  }
  header .tld, .headerWrapper .tld {
    font-size: 1.375rem;
  }
  header .sub-searchTitle, .headerWrapper .sub-searchTitle {
    font-size: 4rem;
  }
  header .domain-search-items .tld > span, .headerWrapper .domain-search-items .tld > span {
    font-size: 1.5rem;
  }
  header .searchbar input, header .searchbar .button, .headerWrapper .searchbar input, .headerWrapper .searchbar .button {
    height: 55px !important;
  }
  header a.trigger.button.postfix, .headerWrapper a.trigger.button.postfix {
    width: 100%;
    max-width: 250px;
  }
  header .icon-info2, .headerWrapper .icon-info2 {
    font-size: 1.25rem;
  }
  header .tld .vat, header .tld .tld-banner, .headerWrapper .tld .vat, .headerWrapper .tld .tld-banner {
    font-size: 1.5rem;
  }
  header .padding-block, .headerWrapper .padding-block {
    max-width: 650px;
    margin-left: 0;
  }
  header .parent_ttt, header .vatControlsTrigger.vat-link, .headerWrapper .parent_ttt, .headerWrapper .vatControlsTrigger.vat-link {
    font-size: 0.75rem;
  }
  header .parent_ttt, .headerWrapper .parent_ttt {
    max-width: 1450px;
  }
  header #main_nav .nav .menu-wrapper .secondary-menu .container > li button.register, .headerWrapper #main_nav .nav .menu-wrapper .secondary-menu .container > li button.register {
    font-size: 0.9375rem;
  }
  header .submitText, .headerWrapper .submitText {
    font-size: 1.4375rem;
  }
  header .search-title, .headerWrapper .search-title {
    font-size: 2rem;
  }
  header .page_banner.main_hp_banner.banner-flex.home, .headerWrapper .page_banner.main_hp_banner.banner-flex.home {
    padding: 40px 50px 0px 50px;
  }
  header .items-lg, .headerWrapper .items-lg {
    font-size: 1.125rem;
  }
  header #main_nav .nav .menu-wrapper .primary-menu .container > li > a, .headerWrapper #main_nav .nav .menu-wrapper .primary-menu .container > li > a {
    font-size: 1.1875rem;
  }
  header .m-10, .headerWrapper .m-10 {
    background: #b9d3ff;
  }
  header .btn-banner, .headerWrapper .btn-banner {
    height: 55px;
    font-size: 1.375rem;
  }
  header .p-17, .headerWrapper .p-17 {
    width: 280px;
  }
  header .row, .headerWrapper .row {
    margin: auto;
    position: relative;
  }
  header .paragraphe, .headerWrapper .paragraphe {
    font-size: 1.1875rem;
    line-height: 1.2;
    max-width: 650px;
  }
  header .link-banner, .headerWrapper .link-banner {
    font-size: 1.0625rem;
    padding-top: 5px;
  }
  header .TitleBanner, .headerWrapper .TitleBanner {
    font-size: 3.9375rem;
    text-align: left;
  }
  header .title-2, .headerWrapper .title-2 {
    font-size: 1.5rem;
    padding-top: 10px;
    text-align: left;
  }
  header .img-banner, .headerWrapper .img-banner {
    position: absolute;
    right: 0%;
    z-index: 0;
    max-width: 860px;
  }
}
@media (min-width: 1920px) {
  header .content-wrapper, .headerWrapper .content-wrapper {
    max-width: 1640px;
  }
  header .search, .headerWrapper .search {
    padding-top: 15px;
  }
  header .notice-wrraper, .headerWrapper .notice-wrraper {
    padding: 16px 0px;
  }
  header .sub-content, .headerWrapper .sub-content {
    color: #000000;
    font-size: 1.5rem;
  }
  header span.notice, .headerWrapper span.notice {
    font-size: 1.1875rem;
  }
  header .icon-star2, .headerWrapper .icon-star2 {
    font-size: 0.625rem;
  }
  header .domain-search-items .tld > span, .headerWrapper .domain-search-items .tld > span {
    font-size: 1.75rem;
  }
  header .lh-1, .headerWrapper .lh-1 {
    line-height: 1.2 !important;
  }
  header p.paragraphe.mb-0.pt-0.text-center, .headerWrapper p.paragraphe.mb-0.pt-0.text-center {
    padding-top: 0px !important;
  }
  header .mx-w, .headerWrapper .mx-w {
    max-width: 100%;
  }
  header .tld .vat, header .tld .tld-banner, .headerWrapper .tld .vat, .headerWrapper .tld .tld-banner {
    font-size: 1.4375rem;
  }
  header .searchbar input, header .searchbar .button, .headerWrapper .searchbar input, .headerWrapper .searchbar .button {
    height: 3.5rem !important;
  }
  header a.trigger.button.postfix, .headerWrapper a.trigger.button.postfix {
    width: 100%;
  }
  header .page_banner.main_hp_banner.banner-flex.home, .headerWrapper .page_banner.main_hp_banner.banner-flex.home {
    padding: 20px 0px 0px 0px;
  }
  header .parent_ttt, .headerWrapper .parent_ttt {
    max-width: 1640px;
    margin: auto;
  }
  header .row, .headerWrapper .row {
    max-width: 1640px;
  }
  header .submitText, .headerWrapper .submitText {
    font-size: 1.875rem;
  }
  header .search-title, .headerWrapper .search-title {
    font-size: 2.5rem;
    line-height: 1.1;
  }
  header .sub-searchTitle, .headerWrapper .sub-searchTitle {
    font-size: 4.375rem;
  }
  header .TitleBanner, .headerWrapper .TitleBanner {
    font-size: 5rem;
    margin-top: 0px;
    line-height: 1.4;
  }
  header .title-2, .headerWrapper .title-2 {
    font-size: 1.9375rem;
    line-height: 30px;
    padding-top: 0px;
    max-width: 750px;
    margin: 0;
  }
  header .padding-block, .headerWrapper .padding-block {
    max-width: 750px;
    padding: 50px 0px 50px 0px !important;
    margin: 0;
  }
  header .paragraphe, .headerWrapper .paragraphe {
    font-size: 1.5625rem;
    padding-top: 50px;
    max-width: 792px;
  }
  header .link-banner, .headerWrapper .link-banner {
    font-size: 1.3125rem;
  }
  header .btn-banner, .headerWrapper .btn-banner {
    font-size: 1.4375rem;
    height: 60px;
  }
  header .p-17, .headerWrapper .p-17 {
    width: 300px;
    text-align: center;
    padding-top: 0px;
    margin: 0;
  }
  header .description .price, .headerWrapper .description .price {
    font-size: 1rem;
    font-weight: 400;
  }
  header .description .price .sub_text, .headerWrapper .description .price .sub_text {
    font-size: 0.75rem;
  }
  header .items-lg, .headerWrapper .items-lg {
    font-size: 1.125rem;
  }
}
/*************Menu on hover*************/
.d-block {
  display: block;
}

.m-auto {
  margin: auto;
}

.menu-wrapper a {
  text-decoration: none;
}

.menu-wrapper * {
  margin: 0;
  padding: 0;
  border: 0;
}

.menu-wrapper .new-menu .separator:after,
.menu-wrapper .new-menu .separator:before {
  display: inline-block;
  content: "";
  height: 14px;
  width: 1px;
  margin: 0px 4px;
  background-color: #000;
}

.menu-wrapper .new-menu .ssl-text {
  cursor: default;
  pointer-events: none;
  font-weight: 700;
  font-size: 0.6875rem;
  letter-spacing: 1px;
  color: #a3b5be;
  padding-bottom: 6px;
  text-decoration: underline;
  padding-top: 5px;
}

.menu-wrapper .new-menu ul {
  list-style: none;
}

.menu-wrapper .new-menu li {
  color: #fff;
  display: block;
  float: left;
  position: relative;
  text-decoration: none;
}

.menu-wrapper .new-menu li:hover {
  cursor: pointer;
}

.menu-wrapper .new-menu ul li ul {
  visibility: hidden;
  opacity: 0;
  min-width: 16rem;
  position: absolute;
  left: 26%;
  transform: translateX(-50%);
}

.menu-wrapper .new-menu ul li:hover > ul,
.menu-wrapper .new-menu ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
  transition: opacity 0.2s;
}

.menu-wrapper .new-menu ul li ul li {
  clear: both;
  width: 100%;
  padding: 5px 7px 10px;
  display: flex;
  align-items: start;
}

.menu-wrapper .new-menu ul li ul li:hover {
  background-color: #b9d3ff;
}

.menu-wrapper .new-menu ul li ul li:hover .ssl-link:hover {
  color: #fff;
}

.menu-wrapper .new-menu .dropdown {
  background: #ffffff;
  padding: 25px 15px;
  box-shadow: 0 4px 10px -5px #10356f;
  width: 450px;
  z-index: 1;
}

@media screen and (min-width: 1024px) and (max-width: 1286px) {
  .menu-wrapper .new-menu .dropdown {
    width: 345px;
    left: 27px;
  }
}
.menu-wrapper .new-menu .dropdown:before {
  content: "";
  height: 13px;
  width: 41px;
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 12px;
  border-left-width: 12px;
  border-bottom: 28px solid #fff;
}

.menu-wrapper .new-menu .dropdown li a {
  color: #10356f;
  font-size: 1.25rem;
  padding: 0;
  line-height: 1.2;
  font-weight: 900;
  flex-wrap: nowrap;
}

.menu-wrapper .new-menu .dropdown li .menu-decription {
  color: #10356f;
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 1.2;
}

.menu-wrapper .new-menu .dropdown .icon-menu {
  width: 28px;
  padding-top: 9px;
}

.menu-wrapper .new-menu .dropdown .icon-ssl {
  position: absolute;
  left: 7px;
  max-width: 27px;
  top: 11px;
}

/*************End Menu on Hover****************/
.tm {
  font-size: 42%;
  top: -1.5em;
}

main#main {
  position: relative;
}

.pt-0 {
  padding-top: 0 !important;
}

.justify-content-center {
  justify-content: center !important;
}

.paragraphe_ {
  color: #10356f;
  padding-top: 55px;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 100;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 768px) {
  .paragraphe_ {
    font-size: 1.375rem;
  }
}
.domain-wrapper {
  padding: 3rem 0;
  max-width: 800px;
  margin: auto;
}

.btn-search {
  max-width: 255px;
}

@media screen and (max-width: 1536px) {
  .btn-search {
    max-width: 155px;
  }
}
img.img-fluid.carte-img {
  max-width: 30px;
}

.ssl-link {
  padding-top: 0px !important;
}

.svg-icons {
  padding-top: 9px;
}

/******Header image******/
.bg-wrrapper {
  position: absolute;
  right: 0;
  bottom: 0%;
}

.background-wp {
  background: url("/img/header-banners/homepage/homeBanner/home-banner.webp");
  background-size: contain;
  height: 100%;
  background-repeat: no-repeat;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .bg-wrrapper {
    display: none;
  }
  .banner-img {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .banner-img {
    max-height: 173px;
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .banner-img {
    max-height: 300px;
    width: auto;
  }
}
@media screen and (min-width: 1280px) {
  .banner-img {
    max-height: 340px;
    width: auto;
  }
}
@media screen and (min-width: 1536px) {
  .banner-img {
    max-height: 390px;
    width: auto;
  }
}
@media screen and (min-width: 1920px) {
  .banner-img {
    max-height: 480px;
    width: auto;
  }
}
/*******End Header Image*********/
svg.icon {
  display: flex;
  align-self: flex-start;
  margin-top: 6px;
  width: 100%;
  max-width: 30px;
}

.chat_btn {
  width: 100%;
  padding: 11px;
  background: #fff;
  border: 1px solid #10356f;
  color: #10356f;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chat_btn:hover, .chat_btn:focus {
  background: #fff;
  color: #10356f;
}

.phone_btn {
  width: 100%;
  padding: 11px;
  background: #fff;
  border: 1px solid #10356f;
  color: #10356f;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: start;
  padding-left: 20px;
}

.phone_btn:hover, .phone_btn:focus {
  background: #fff;
  color: #10356f;
}

.icon-chat {
  padding-right: 5px;
}

.chat-text {
  padding-bottom: 0;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7098039216);
}

.vat-home {
  position: absolute;
  right: 0;
  padding-top: 5px !important;
  bottom: -18px;
}

.search-bar-wrapper {
  max-width: 900px;
  margin: auto;
}

@media screen and (max-width: 1286px) {
  .search-bar-wrapper {
    max-width: 700px;
  }
}
.bg-gw {
  background-color: #F5F9FF !important;
}

.pb-29 {
  padding-bottom: 29px;
}

img.img-fluid.mx-w {
  padding-left: 11px;
}

.phone-header {
  align-items: center;
}

.phone-header .p-22 {
  color: #10356f;
  font-size: 1.25rem;
  padding: 0;
  line-height: 1.5;
  font-weight: 900;
  padding-left: 17px;
}

.hoverWrapper:hover {
  background-color: #b9d3ff !important;
}

.p-contact {
  padding: 25px 15px !important;
}

p.paragraphe.mb-0.pt-0.text-center.m-auto {
  max-width: 100% !important;
}

#search_field {
  height: 4.49rem;
  font-size: 2.1875rem;
}

#keyword-submit-search #search_btn, #keyword-submit-search .loading {
  height: 4.49rem !important;
}

/* TopBar element in Mobile Navbar */
li.top.bar.offer, li.top.bar.status {
  display: flex;
  line-height: 1.1;
  padding: 16px 0px;
  background: #b9d3ff;
  font-size: 0.9375rem;
}

li.top.bar.offer .link-wrapper, li.top.bar.status .link-wrapper {
  color: #10356f;
  text-decoration: underline;
  display: flex;
  padding-left: 3.25rem;
  position: relative;
}

li.top.bar.offer:hover, li.top.bar.status:hover {
  font-size: 0.9375rem;
}

li.top.bar.offer .link-wrapper:before {
  content: url(../../../img/offers/gift.png);
  position: absolute;
  left: 19px;
  top: 50%;
  transform: translateY(-50%);
}

li.top.bar.status .link-wrapper:before {
  content: url(../../../img/offers/warnning.png);
  position: absolute;
  left: 19px;
}

/***Top Bar****/
.textelbox {
  color: #fff;
}

.offer_gr .TooltipText {
  position: absolute;
  top: 40px;
  left: 50px;
  display: none;
  background-color: #fff;
  border: 2px solid #cdd7dc;
  font-size: 0.825rem;
  line-height: 1.4;
  box-shadow: 0 4px 10px -5px #282828;
  padding: 10px;
  z-index: 9;
  max-width: 348px;
}

.offer_gr:hover .TooltipText {
  display: block;
}

/*******Promotions********/
.recommended_img {
  position: absolute;
  max-width: 99px;
  top: 3px;
  right: -2px;
  transform: rotate(45deg);
}

.winter .themePromotion {
  display: flex;
}

.winter .offer_img {
  position: absolute;
  max-width: 98px;
  top: 24px;
  left: -2px;
  display: flex;
}

.winter .offer-text {
  position: absolute;
  top: 7px;
  color: white;
  font-size: 13px;
  text-align: center;
  right: 57%;
  line-height: 1;
  transform: translateX(50%) rotate(-3deg);
  font-weight: 900;
}

.winter .promotion.offer {
  color: #e52b27;
  font-weight: 900;
}

.winter .promoPrice {
  color: #e52b27;
}

.tab-wrapper .triangle-0 {
  width: 70px;
  height: 70px;
  border-bottom: solid 50px red;
  border-right: solid 50px red;
  border-left: solid 50px transparent;
  border-top: solid 50px transparent;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  transform: rotate(270deg);
  z-index: 1;
}

.text-promotion {
  position: absolute;
  right: 0px;
  top: 17px;
  transform: rotate(45deg);
  color: #fff;
  font-weight: 900;
  line-height: 0.9;
  text-align: center;
  font-size: 15px;
  z-index: 2;
}

.Subtext-promotion {
  display: block;
  font-size: 16px;
  line-height: 1;
}

.summer2023 .themePromotion {
  display: flex;
}

.summer2023 img.summeroffer {
  position: absolute;
  top: 0;
  max-width: 226px;
  right: -3px;
  z-index: 3;
}

.summer2023 .promotion {
  color: red;
}

.summer2023 .promotion {
  font-weight: 900;
}

.easter .themePromotion {
  display: flex;
}

.easter .offer_img {
  position: absolute;
  max-width: 56px;
  top: 0;
  right: 21px;
  display: flex;
}

.easter .final-price, .easter .promotion {
  color: #1cc4c4;
}

.easter .promotion {
  font-weight: 900;
}

/******* End Promotions********/
/* Home page */
/* Generic Wrapper Sections for Homepage */
.section-container {
  padding: 4.375rem 0;
}

@media only screen and (max-width: 40em) {
  .section-container {
    padding: 2.5rem 0;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .section-container {
    padding: 3.4375rem 0;
  }
}
.section-header {
  margin: 0 auto;
}

.section-header h2 {
  font-size: 2rem;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.25rem;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .section-header h2 {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .section-header h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 90.063em) {
  .section-header h2 {
    font-size: 2.75rem;
  }
}
.section-header p {
  font-size: 1.2rem;
  color: rgb(144.77, 144.77, 144.77);
  text-align: center;
  line-height: 1.3;
  margin: 0;
}

@media only screen and (min-width: 64.063em) {
  .section-header p span {
    display: block;
  }
}
#alertOrbit {
  background-color: initial;
  height: 65px;
  padding: 5px 0 0 0;
}

#alertOrbit [data-orbit] {
  height: 55px !important;
}

#alertOrbit [data-orbit] li {
  height: 55px !important;
}

#alertOrbit [data-orbit] li p {
  font-size: 0.9rem;
}

#alertOrbit .orbit-timer {
  display: none !important;
}

#alertOrbit .orbit-bullets {
  top: -7px !important;
}

#alertOrbit .orbit-bullets [data-orbit-slide] {
  height: 0.5rem !important;
  width: 0.5rem !important;
  border: 1px solid black;
}

#alertOrbit .orbit-bullets .active[data-orbit-slide] {
  background-color: black !important;
}

@media (max-width: 600px) {
  #alertOrbit {
    height: 95px;
  }
  #alertOrbit .orbit-bullets {
    top: 20px !important;
  }
}
/* Domains -> Visible only for small */
#domains {
  background: #EBEFF1;
  display: block;
  /* Domains Section */
}

#domains .domains-content {
  padding-top: 3rem;
  display: block;
}

#domains .domains-content .searchbar {
  margin: 0;
}

@media only screen and (min-width: 40.063em) {
  #domains {
    display: none;
  }
}
@media screen and (max-width: 800px) and (max-height: 450px) and (orientation: landscape) {
  #domains {
    display: none;
  }
}
/*End Domains Section */
/* Hosting Section */
#hosting {
  background-color: #FFFFFF;
  background-image: url("/img/homepage/rocket.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}

@media only screen and (max-width: 40em) {
  #hosting {
    background-size: contain;
    background-image: url("/img/homepage/rocket.png");
  }
  #hosting .hosting-content {
    margin-bottom: 7rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #hosting {
    background-size: contain;
  }
  #hosting .hosting-content {
    margin-bottom: 10rem;
  }
}
@media only screen and (min-width: 64.063em) {
  #hosting {
    background-size: 1403px 258px;
  }
  #hosting .hosting-content {
    margin-bottom: 13rem;
  }
}
#hosting .hosting-content {
  padding-top: 3rem;
}

#hosting .hosting-content .hosting-module .price-box > a .badge .badge-content {
  left: -15px;
}

#hosting.black-friday {
  background-image: url("../img/homepage/rocket-black-friday.png");
}

@media only screen and (max-width: 40em) {
  #hosting.black-friday {
    background-image: url("../img/homepage/rocket.png");
  }
}
#hosting.xmas {
  background-image: url("../img/homepage/rocket_xmas.png");
}

/* End Hosting Section */
/* Websites */
#websites {
  background: #EBEFF1;
}

@media only screen and (max-width: 40em) {
  #websites .section-header p span {
    display: inline;
  }
}
#websites .websites-row {
  padding-top: 3rem;
}

@media only screen and (min-width: 64.063em) {
  #websites .websites-row {
    padding-top: 4rem;
  }
}
/* End Websites Section */
/* Who we are Section */
#who-we-are .section-container {
  padding-bottom: 0;
}

#who-we-are .big-stats .wrapper {
  padding: 0 0.625rem;
}

#who-we-are .big-stats ul li .number .count {
  font-size: 2.5rem;
}

#who-we-are .big-stats ul li .number.orange {
  color: #fda071;
}

#who-we-are .big-stats ul li .number.green {
  color: #32c69f;
}

#who-we-are .big-stats ul li .number.blue {
  color: #1d99e1;
}

#who-we-are .big-stats ul li .number.purple {
  color: #a082c5;
}

@media only screen and (max-width: 40em) {
  #who-we-are .big-stats {
    padding: 0.5rem 1rem 1.5rem;
  }
}
@media only screen and (min-width: 40.063em) {
  #who-we-are .big-stats ul li:last-of-type {
    border-left: 1px solid rgb(226.6, 232.28, 235.12);
  }
  #who-we-are .big-stats ul li .number .count {
    font-size: 3.25rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #who-we-are .big-stats ul li:first-of-type {
    border-bottom: 1px solid rgb(226.6, 232.28, 235.12);
  }
  #who-we-are .big-stats ul li.middle {
    border-right: 0 none;
    border-bottom: 1px solid rgb(226.6, 232.28, 235.12);
  }
}
#who-we-are .container {
  padding-top: 2rem;
  border-bottom: 1px solid #CDD7DC;
  display: inline-flex;
  flex-direction: column-reverse;
  align-items: center;
  width: 100%;
}

#who-we-are .container .section-bg, #who-we-are .container .content {
  max-width: 100%;
  min-width: 100%;
}

#who-we-are .container .section-bg {
  text-align: center;
}

#who-we-are .container .content {
  padding: 0 3.5rem 1.25rem;
  position: relative;
}

#who-we-are .container .content:before {
  content: "";
  background-color: #f5f8fb;
  display: inline-block;
  position: absolute;
  width: 18rem;
  height: 18rem;
  left: 0;
  top: -7rem;
  z-index: -1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #who-we-are .container .content:before {
    top: -6rem;
    width: 17rem;
    height: 17rem;
  }
}
@media only screen and (max-width: 40em) {
  #who-we-are .container .content:before {
    content: none;
  }
}
#who-we-are .container .content p {
  font-style: italic;
  margin-bottom: 0.75rem;
  color: #686868;
  line-height: 1.4;
}

@media only screen and (min-width: 90.063em) {
  #who-we-are .container .content p {
    font-size: 1.0625rem;
  }
  #who-we-are .container .content p span {
    display: inline-block;
  }
}
@media only screen and (min-width: 40.063em) {
  #who-we-are .container {
    display: inline-flex;
    flex-direction: row;
  }
  #who-we-are .container .section-bg {
    max-width: 49%;
    min-width: 49%;
    text-align: right;
  }
  #who-we-are .container .content {
    max-width: 51%;
    min-width: 51%;
  }
}
/* End Who we are Section */
/* Comments Section */
#comments {
  background: #EBEFF1;
}

#comments i.quotes {
  font-size: 6rem;
  color: #FFFFFF;
  position: absolute;
  left: -6%;
}

@media only screen and (max-width: 40em) {
  #comments i.quotes {
    font-size: 3rem;
    left: 5px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #comments i.quotes {
    font-size: 4rem;
    left: 10px;
  }
}
#comments .slider-comments {
  padding: 3rem 0 0;
}

/* End Comments */
.button.small.t-win {
  clear: left;
  margin-top: 20px;
  float: none;
}

@media only screen and (min-width: 1340px) {
  .button.small.t-win {
    float: right;
    margin-top: 0px;
  }
}
/* End Homepage */
/* -------------------------------
Globals - Typography
--------------------------------*/
#onetrust-banner-sdk {
  z-index: 100 !important;
}

.prefix, .postfix {
  height: 2.5rem;
}

hr.dashed {
  border-style: dashed;
}

/* George need this for javascript */
.hide-important {
  display: none !important;
}

/* Header Styles */
.my-h2-title {
  margin-bottom: 2rem;
  font-weight: 300;
}

@media only screen and (min-width: 64.063em) {
  .my-h2-title {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .my-h2-title {
    font-size: 1.85rem;
  }
}
@media only screen and (max-width: 40em) {
  .my-h2-title {
    font-size: 1.375rem;
    font-weight: 400;
  }
}
@media only screen and (min-width: 90.063em) {
  .my-h2-title.big-margin {
    margin-bottom: 4rem;
  }
}
.my-h2-title.smaller-margin {
  margin-bottom: 1.75rem;
}

.my-h2-title.smallest-margin {
  margin-bottom: 0.75rem;
}

.my-h2-title.no-margin {
  margin-bottom: 0;
}

@media only screen and (min-width: 40.063em) {
  .my-h2-title span.smaller {
    display: block;
    font-size: 1.3125rem;
  }
}
.my-h3-title {
  font-size: 1.4rem;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .my-h3-title {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 40em) {
  .my-h3-title {
    font-size: 1.2rem;
  }
}
.my-h3-title.smallest-margin {
  margin-bottom: 0.75rem;
}

.my-h4-title {
  font-size: 1.2rem;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .my-h4-title {
    margin-bottom: 0.75rem;
  }
}
@media only screen and (max-width: 40em) {
  .my-h4-title {
    font-size: 1.1rem;
  }
}
.my-h4-title.smallest-margin {
  margin-bottom: 0.325rem;
}

/* Paragraph Styles */
@media only screen and (max-width: 40em) {
  p {
    font-size: 0.95rem;
    line-height: 1.5;
  }
}
p.lead {
  line-height: 1.4;
}

@media only screen and (max-width: 40em) {
  p.lead {
    font-size: 1.025rem;
  }
}
p.tension {
  border-left: 5px solid #fd9662;
  padding: 0.625rem 0 0.625rem 1.875rem;
  margin: 0 0 1.75rem;
  font-style: italic;
  color: rgb(119.1, 119.1, 119.1);
  line-height: 1.5;
}

p.tension strong {
  color: #686868;
}

p.s-l-height {
  line-height: 1.3;
}

p.smaller {
  font-size: 0.925rem;
  line-height: 1.3;
}

p.smallest {
  font-size: 0.875rem;
  line-height: 1.2;
}

p.vat {
  margin-top: -1rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
}

p.vat.after-tabs {
  margin-top: -1.25rem;
}

p.vat.after-table {
  margin-top: 0.25rem;
}

p.vat.after-ssl {
  text-align: center;
  margin-top: 0;
}

@media only screen and (min-width: 64.063em) {
  p.vat.after-ssl {
    position: relative;
    top: -1rem;
    text-align: right;
  }
}
p.vat.after-hr {
  margin-top: -0.5rem;
  margin-bottom: 0.25rem;
  font-weight: 400;
}

p {
  /* Margins */
}

p.big-margin {
  margin-bottom: 2rem;
}

@media only screen and (max-width: 40em) {
  p.big-margin {
    margin-bottom: 1.5rem;
  }
}
p.half-margin-bottom {
  margin-bottom: 0.75rem;
}

p.smaller-margin {
  margin-bottom: 0.5rem;
}

p.no-margin-bottom {
  margin-bottom: 0;
}

p.small-margin-top {
  margin-top: 0.625rem;
}

p.sub-header {
  margin-bottom: 3.5rem;
}

@media only screen and (max-width: 40em) {
  p.sub-header {
    margin-bottom: 2.75rem;
  }
}
/* Font Weight Global Settings */
strong {
  font-weight: 500;
}

.n-weight {
  font-weight: 400;
}

/* A red line that underlines the headers ...slowly gets depreciated */
@media only screen and (min-width: 64.063em) {
  .under-line::after {
    background-repeat: no-repeat;
    content: " ";
    display: block;
    position: absolute;
    height: 35px;
    width: 200px;
  }
  .under-line.small-line::after {
    background-image: url("../img/header-underline-s.svg");
    background-size: 176px 12px;
    height: 12px;
    width: 176px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
  }
  .under-line.medium-line::after {
    background-image: url("../img/header-underline-m.svg");
    background-size: cover;
    height: 0;
    padding: 7px;
    width: 260px;
    left: 40%;
  }
  .under-line.medium-line.advantages::after {
    padding: 6px;
    width: 233px;
  }
  .under-line.medium-line.applications::after {
    width: 300px;
  }
}
/* -------------------------------
transfer and win & migration experts section
--------------------------------*/
.new-transfer-and-win {
  width: 100%;
  overflow: hidden;
}

.new-transfer-and-win span.small a {
  font-size: 11px;
  color: #000000;
}

.new-transfer-and-win h2.my-h2-title {
  min-height: 89.6px;
}

.color {
  display: flex;
  background: #e7d8d4;
  flex-wrap: wrap;
  color: #000000;
}

.color.a1 {
  flex-direction: row-reverse;
  background: #d1ebf2;
}

.color > * {
  flex: 1 1 auto;
  width: 70%;
}

.color blockquote, .color blockquote p {
  color: #000;
  font-style: italic;
  font-family: initial;
  margin-top: auto;
  padding: 2rem 1.25rem 0 1.1875rem;
  border-left: 0;
}

.color blockquote cite {
  font-weight: bold;
  font-style: normal;
  color: #000000;
}

.flex1 {
  flex-wrap: wrap;
  display: flex;
}

.flex1 > * {
  flex: 1 1 auto;
  width: 50%;
  display: flex;
}

.img_el {
  width: 30%;
  position: relative;
}

.textel {
  padding: 60px 3rem;
  display: flex;
  flex-direction: column;
}

.textel.tt0 {
  padding-left: 7rem;
}

.textel.tt1 {
  padding-right: 7rem;
}

.new-transfer-and-win .img-cont {
  position: absolute;
  bottom: 0;
}

.color.a0 .img-cont {
  left: 0;
}

.color.a1 .img-cont {
  right: 0;
}

.new-transfer-and-win .img-cont {
  height: 90%;
  width: 100%;
}

img.user {
  height: 100%;
  width: auto;
  max-width: none;
  position: absolute;
}

.a0 img.user {
  right: -10rem;
}

.a1 img.user {
  left: -6rem;
}

@media (max-width: 1325px) {
  .flex1 > * {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .img_el {
    display: none;
  }
  .textel.tt0 {
    padding-left: 3rem;
  }
  .textel.tt1 {
    padding-right: 3rem;
  }
  .new-transfer-and-win h2.my-h2-title {
    min-height: 0px;
  }
}
/* -------------------------------
Global Elements
--------------------------------*/
/* My custom tooltip */
.my-tooltip.f-dropdown.content {
  background: #FFFFFF;
  height: auto;
  margin-top: 0.5rem;
  border: 2px solid #CDD7DC;
  font-size: 0.825rem;
  line-height: 1.4;
  box-shadow: 0 4px 10px -5px #282828;
  min-width: 200px;
}

.my-tooltip.f-dropdown.content strong {
  font-weight: 700;
}

.my-tooltip.f-dropdown.content p {
  margin-bottom: 0.5rem;
  font-size: 0.825rem;
  text-align: left;
  line-height: 1.4;
}

.my-tooltip.f-dropdown.content p a {
  font-size: 0.825rem;
}

.my-tooltip.f-dropdown.content p:last-of-type {
  margin-bottom: 0;
}

.my-tooltip.f-dropdown.content button.tiny {
  font-size: 0.75rem;
  margin-bottom: 0;
  margin-top: 1rem;
  padding: 0.425rem 1.25rem 0.4875rem;
}

.my-tooltip.f-dropdown:before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #CDD7DC;
  top: -14px;
}

.my-tooltip.up.f-dropdown.content {
  box-shadow: 0 -2px 10px -5px #282828;
  margin-top: -0.5rem;
}

.my-tooltip.up.f-dropdown:before {
  border-color: #CDD7DC rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  top: auto;
}

/* Search Form -> Domain Names - Transfer Domains */
.searchbar {
  margin: 0 0 1rem;
}

.searchbar input {
  margin: 0;
  height: 3.49rem;
  font-size: 1.1875rem;
  border: none;
  background: white;
  padding-left: 1.25rem;
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

@media only screen and (max-width: 40em) {
  .searchbar input {
    height: 3.25rem;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .searchbar input {
    height: 3.5rem;
  }
}
.searchbar input:focus {
  border: 1px solid #FFFFFF; /* FF3.5+ */ /* Saf3.0+, Chrome */
  box-shadow: 1px 0 3px rgb(127.5, 127.5, 127.5); /* Opera 10.5, IE9 */
}

.searchbar .button {
  cursor: pointer;
  font-size: 1.5rem;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.searchbar .button i {
  vertical-align: middle;
  font-size: 1.8rem;
  position: relative;
  top: -0.125rem;
}

@media only screen and (max-width: 40em) {
  .searchbar .button i {
    font-size: 1.4rem;
    top: -0.3rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .searchbar .button i {
    font-size: 1.6rem;
    top: -0.2rem;
  }
}
.searchbar .dropdown {
  margin-bottom: 0;
  width: 100%;
  padding-right: initial;
  height: 3.5rem;
  background-color: white;
  border-right: 1px solid #EBEFF1;
  color: #989898;
  min-width: 9rem;
  padding-left: 1.25rem;
  text-align: left;
}

.searchbar .dropdown.dropdown:before {
  border-color: #989898 transparent transparent;
  border-width: 0.3rem;
}

.searchbar .dropdown:hover, .searchbar .dropdown:focus {
  background-color: white;
  color: #686868;
}

.searchbar .dropdown:hover.dropdown:before, .searchbar .dropdown:focus.dropdown:before {
  border-color: #686868 transparent transparent;
}

.searchbar .f-dropdown {
  background: white;
  max-width: 9rem;
}

.searchbar .f-dropdown:before {
  border: none;
}

.searchbar .f-dropdown:after {
  border: none;
}

.searchbar .f-dropdown > li a {
  color: #989898;
  padding: 0.625rem;
  text-align: center;
  font-weight: 400;
  font-size: 0.825rem;
}

.searchbar .f-dropdown > li a:hover {
  color: white;
}

.searchbar .f-dropdown > li:hover, .searchbar .f-dropdown > li.focus {
  background-color: #18BF93;
}

.searchbar.transfer .f-dropdown > li:hover, .searchbar.transfer .f-dropdown > li.focus {
  background-color: #008cdd;
}

.searchbar.w-padding {
  margin-bottom: 1rem;
  padding: 1.75rem 1.25rem;
  background: #CDD7DC;
}

.searchbar a {
  margin: 0;
}

.searchbar a i {
  display: none;
}

/* Scroll Sub Menu */
#custom-nav, #wrapper-nav {
  width: 100%;
  z-index: 1;
  display: none;
}

@media only screen and (min-width: 64.063em) {
  #custom-nav, #wrapper-nav {
    display: block;
  }
}
#custom-nav .scroll-menu.bg-domains ul li a, #custom-nav .scroll-menu.bg-hosting ul li a, #custom-nav .scroll-menu.bg-security ul li a, #custom-nav .scroll-menu.bg-websites ul li a, #custom-nav .scroll-menu.bg-company ul li a, #custom-nav .scroll-menu.bg ul li a, #wrapper-nav .scroll-menu.bg-domains ul li a, #wrapper-nav .scroll-menu.bg-hosting ul li a, #wrapper-nav .scroll-menu.bg-security ul li a, #wrapper-nav .scroll-menu.bg-websites ul li a, #wrapper-nav .scroll-menu.bg-company ul li a, #wrapper-nav .scroll-menu.bg ul li a {
  color: white;
}

#custom-nav .scroll-menu.bg-domains ul li a.active, #custom-nav .scroll-menu.bg-hosting ul li a.active, #custom-nav .scroll-menu.bg-security ul li a.active, #custom-nav .scroll-menu.bg-websites ul li a.active, #custom-nav .scroll-menu.bg-company ul li a.active, #custom-nav .scroll-menu.bg ul li a.active, #wrapper-nav .scroll-menu.bg-domains ul li a.active, #wrapper-nav .scroll-menu.bg-hosting ul li a.active, #wrapper-nav .scroll-menu.bg-security ul li a.active, #wrapper-nav .scroll-menu.bg-websites ul li a.active, #wrapper-nav .scroll-menu.bg-company ul li a.active, #wrapper-nav .scroll-menu.bg ul li a.active {
  background: #f1f5f7;
  color: #585858;
}

#custom-nav .scroll-menu.bg-domains ul li a.active:hover, #custom-nav .scroll-menu.bg-hosting ul li a.active:hover, #custom-nav .scroll-menu.bg-security ul li a.active:hover, #custom-nav .scroll-menu.bg-websites ul li a.active:hover, #custom-nav .scroll-menu.bg-company ul li a.active:hover, #custom-nav .scroll-menu.bg ul li a.active:hover, #wrapper-nav .scroll-menu.bg-domains ul li a.active:hover, #wrapper-nav .scroll-menu.bg-hosting ul li a.active:hover, #wrapper-nav .scroll-menu.bg-security ul li a.active:hover, #wrapper-nav .scroll-menu.bg-websites ul li a.active:hover, #wrapper-nav .scroll-menu.bg-company ul li a.active:hover, #wrapper-nav .scroll-menu.bg ul li a.active:hover {
  background: #f1f5f7;
  color: #585858;
  cursor: default;
}

#custom-nav .scroll-menu.bg-domains, #wrapper-nav .scroll-menu.bg-domains {
  background-color: #ff585d;
}

#custom-nav .scroll-menu.bg-domains ul li a:hover, #wrapper-nav .scroll-menu.bg-domains ul li a:hover {
  background-color: rgb(255, 113.05, 117.3);
  color: white;
}

#custom-nav .scroll-menu.bg-hosting, #wrapper-nav .scroll-menu.bg-hosting {
  background-color: #20b6db;
}

#custom-nav .scroll-menu.bg-hosting ul li a:hover, #wrapper-nav .scroll-menu.bg-hosting ul li a:hover {
  background-color: rgb(62.9169322709, 194.4806772908, 226.9330677291);
  color: white;
}

#custom-nav .scroll-menu.bg-security, #wrapper-nav .scroll-menu.bg-security {
  background-color: #18bf93;
}

#custom-nav .scroll-menu.bg-security ul li a:hover, #wrapper-nav .scroll-menu.bg-security ul li a:hover {
  background-color: rgb(25.6465116279, 204.1034883721, 157.0848837209);
  color: white;
}

#custom-nav .scroll-menu.bg-websites, #wrapper-nav .scroll-menu.bg-websites {
  background-color: #9472be;
}

#custom-nav .scroll-menu.bg-websites ul li a:hover, #wrapper-nav .scroll-menu.bg-websites ul li a:hover {
  background-color: rgb(164.05, 135.15, 199.75);
  color: white;
}

#custom-nav .scroll-menu.bg-company, #wrapper-nav .scroll-menu.bg-company {
  background-color: rgb(2.5812121212, 63.2396969697, 125.1887878788);
}

#custom-nav .scroll-menu.bg-company ul li a:hover, #wrapper-nav .scroll-menu.bg-company ul li a:hover {
  background-color: rgb(3.1624242424, 77.4793939394, 153.3775757576);
  color: white;
}

#custom-nav .scroll-menu.bg, #wrapper-nav .scroll-menu.bg {
  background-color: rgb(0, 152.8153846154, 241.23);
}

#custom-nav .scroll-menu.bg ul li a:hover, #wrapper-nav .scroll-menu.bg ul li a:hover {
  background-color: rgb(6.46, 163.9061538462, 255);
  color: white;
}

#custom-nav .scroll-menu, #wrapper-nav .scroll-menu {
  /* Inactive State */
}

#custom-nav .scroll-menu ul, #wrapper-nav .scroll-menu ul {
  margin: 0 auto;
  max-width: 87.5rem;
}

#custom-nav .scroll-menu ul li:first-child, #wrapper-nav .scroll-menu ul li:first-child {
  margin-left: 0.95rem;
}

#custom-nav .scroll-menu ul li, #wrapper-nav .scroll-menu ul li {
  margin-left: 0;
  padding: 0;
}

#custom-nav .scroll-menu ul li a, #wrapper-nav .scroll-menu ul li a {
  color: #585858;
  text-transform: uppercase;
  font-size: 0.925rem;
  line-height: 1;
  padding: 0.9375rem 1.5rem;
}

#custom-nav .scroll-menu ul li a.right-btn, #wrapper-nav .scroll-menu ul li a.right-btn {
  margin-right: -2px;
  line-height: 1.2;
  padding: 5px 1rem;
  text-transform: none;
}

#custom-nav .scroll-menu ul li a.right-btn span, #wrapper-nav .scroll-menu ul li a.right-btn span {
  display: block;
  text-align: right;
  font-size: 0.95rem;
}

#custom-nav .scroll-menu ul li a.right-btn span:first-of-type, #wrapper-nav .scroll-menu ul li a.right-btn span:first-of-type {
  padding-right: 1px;
  font-size: 0.825rem;
}

#custom-nav .scroll-menu ul li a.right-btn:hover, #wrapper-nav .scroll-menu ul li a.right-btn:hover {
  background-color: #20B6DB;
}

#custom-nav .scroll-menu ul li a.highlighted, #wrapper-nav .scroll-menu ul li a.highlighted {
  padding: 0.4375rem 0.5rem 0.375rem;
  margin: 0.5rem 0.9375rem;
  background: white;
  color: #0F9FC2;
  border-radius: 2px;
  font-weight: 400;
  letter-spacing: 0.25px;
  transition: all 0.2s ease-out;
}

#custom-nav .scroll-menu ul li a.highlighted.active, #wrapper-nav .scroll-menu ul li a.highlighted.active {
  padding: 0.9375rem 1.5rem;
  margin: 0;
  border-radius: 0;
  letter-spacing: 0;
  background: #f1f5f7;
  color: #585858;
}

#custom-nav .scroll-menu ul li a.highlighted:hover, #wrapper-nav .scroll-menu ul li a.highlighted:hover {
  padding: 0.9375rem 1.5rem;
  margin: 0;
  border-radius: 0;
  letter-spacing: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #custom-nav .scroll-menu ul li a.highlighted, #wrapper-nav .scroll-menu ul li a.highlighted {
    padding: 7px 9px 8px;
    margin: 8px 15px 7px;
  }
  #custom-nav .scroll-menu ul li a.highlighted.active, #wrapper-nav .scroll-menu ul li a.highlighted.active {
    padding: 0.9375rem 1.5rem 1rem;
  }
  #custom-nav .scroll-menu ul li a.highlighted:hover, #wrapper-nav .scroll-menu ul li a.highlighted:hover {
    padding: 0.9375rem 1.5rem 1rem;
  }
}
/* Intro Section */
#intro {
  padding: 2.25rem 0 4rem;
}

#intro.light-grey {
  background-color: #EBEFF1;
}

#intro.big-padding {
  padding: 4rem 0;
}

#intro .my-h2-title {
  margin-bottom: 1.75rem;
}

#intro p i {
  position: relative;
  top: 2px;
  color: #fd9662;
}

#intro p.ul-header {
  margin-bottom: -0.825rem;
}

#intro ul.intro-list {
  margin-top: 1rem;
  margin-left: 0.5rem;
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 40em) {
  #intro ul.intro-list {
    margin-left: 0.75rem;
    font-size: 0.95rem;
  }
}
#intro ul.intro-list li {
  padding: 0.25rem 0.625rem 0.625rem;
  line-height: 1.4;
  list-style-type: none;
}

#intro ul.intro-list li:before {
  content: "\e614";
  font-family: "icomoon";
  margin-left: -0.9rem;
  left: -0.4rem;
  color: #18BF93;
  position: relative;
  top: 1px;
}

#intro ul.intro-list li i {
  position: relative;
  top: 2px;
  color: #fd9662;
}

#intro .icon {
  text-align: center;
  vertical-align: middle;
  font-size: 15rem;
  color: rgb(222.5, 229, 232.25);
}

#intro .icon.hosting {
  color: #CDD7DC;
}

#intro .icon.domains {
  color: #CDD7DC;
}

#intro .icon.websites {
  color: #CDD7DC;
}

#intro .intro-img {
  vertical-align: top;
  margin-bottom: 1rem;
  text-align: center;
}

#intro .intro-img.w-m-top {
  margin-top: 1.5rem;
}

@media only screen and (min-width: 64.063em) {
  #intro .intro-img {
    margin-bottom: 0;
  }
}
#intro .button {
  margin-top: 0.75rem;
  margin-right: 0.5rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 40em) {
  #intro .button {
    width: 100%;
  }
}
#intro .panel.definition {
  background: rgb(253.4, 247.6, 219.2);
  border: 2px solid rgb(245.6181818182, 211.6090909091, 45.0818181818);
}

/* Intersection Line (2 Action Boxes) - slowly gets depreciated */
#intersection {
  position: relative;
}

@media only screen and (min-width: 40.063em) {
  #intersection:after {
    background: #C6D1D3;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 1px;
  }
}
#intersection .row {
  max-width: 100%;
}

#intersection .action-box1, #intersection .action-box2 {
  padding: 2rem 1rem;
}

@media only screen and (min-width: 64.063em) {
  #intersection .action-box1, #intersection .action-box2 {
    padding: 2.5rem;
  }
}
#intersection .action-box1 p, #intersection .action-box2 p {
  margin-bottom: 0;
  color: #FFFFFF;
  font-size: 1.4rem;
  line-height: 1.3;
}

@media only screen and (max-width: 40em) {
  #intersection .action-box1 p, #intersection .action-box2 p {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #intersection .action-box1 p, #intersection .action-box2 p {
    font-size: 1.2rem;
  }
}
#intersection a .action-box1 {
  background: rgb(59.344015748, 82.3549606299, 94.465984252);
  transition: background 0.25s linear 0s;
}

@media only screen and (max-width: 40em) {
  #intersection a .action-box1 {
    border-bottom: 1px solid #C6D1D3;
  }
}
#intersection a:hover .action-box1 {
  background: rgb(0, 126, 198.9);
}

#intersection a .action-box2 {
  background: rgb(59.344015748, 82.3549606299, 94.465984252);
  transition: background 0.25s linear 0s;
}

#intersection a:hover .action-box2 {
  background: rgb(0, 126, 198.9);
}

/* End Global Elements */
/* -------------------------------
Hosting Sections and Widgets
--------------------------------*/
/* Intro Hosting Padding */
#hosting-plans, #reseller-plans, #semi-dedi, #magento-plans, #vps-plans, #dedicated-servers {
  padding: 2.25rem 0 4rem;
}

/* Hosting Plans */
.plans {
  margin-top: 1.75rem;
  margin-bottom: 2rem;
}

.plans .plan {
  text-align: center;
  position: relative;
}

.plans .plan .plan-content {
  background-color: white;
  border: 1px solid #CDD7DC;
  border-bottom: 0 none;
  margin-bottom: 0;
  padding: 1.25rem 1rem;
  transition: all 0.15s linear;
}

.plans .plan .plan-content span {
  display: block;
}

.plans .plan .plan-content span.plan-header {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.3;
  color: #20B6DB;
  text-transform: uppercase;
  display: inline-block;
}

.plans .plan .plan-content span.plan-price {
  font-size: 0.775rem;
  font-weight: 500;
  color: #31444e;
  line-height: 2;
}

.plans .plan .plan-content span.plan-price .vat {
  display: inline;
}

.plans .plan .plan-content span.plan-price .on-offer {
  color: #8e8e8e;
  display: block;
  left: -7px;
  line-height: 1;
  margin-top: -13px;
  position: relative;
  top: 9px;
}

.plans .plan .plan-content span.line {
  margin: 2rem auto;
  width: 80%;
  border-bottom: 1px solid #CDD7DC;
}

.plans .plan .plan-content span.line.less-margin {
  margin-bottom: 1.75rem;
}

.plans .plan .plan-content span.plan-value {
  font-family: "Roboto";
  font-size: 2.75rem;
  font-weight: 700;
  color: black;
  transition: all 0.15s linear;
}

.plans .plan .plan-content span.plan-value .metric {
  font-family: "Roboto";
  display: inline;
  margin-left: 0.25rem;
}

.plans .plan .plan-content span.plan-label {
  line-height: 2;
  margin-bottom: 0.5rem;
}

.plans .plan .plan-content .host-progress {
  margin-bottom: 0.5rem;
  margin-top: 1.25rem;
}

.plans .plan .plan-content .host-progress .for-meter {
  display: block;
  font-size: 0.775rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.275rem;
  text-align: left;
  margin-left: 1px;
}

.plans .plan .plan-content .host-progress ul {
  font-size: 0;
  list-style-type: none;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.75rem;
}

.plans .plan .plan-content .host-progress ul.level-1 li:nth-child(-n+1) {
  background-color: #33cc66;
}

.plans .plan .plan-content .host-progress ul.level-2 li:nth-child(-n+2) {
  background-color: #33cc66;
}

.plans .plan .plan-content .host-progress ul.level-3 li:nth-child(-n+3) {
  background-color: #33cc66;
}

.plans .plan .plan-content .host-progress ul.level-5 li:nth-child(-n+5) {
  background-color: #33cc66;
}

.plans .plan .plan-content .host-progress ul li {
  background-color: #dde4e7;
  border-left: 1px solid white;
  border-right: 1px solid #989898;
  display: inline-block;
  font-size: 1rem;
  height: 0;
  overflow: hidden;
  padding-top: 0.875rem;
  width: 20%;
}

.plans .plan .plan-content .host-progress ul li:last-of-type {
  border-right: 0 none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.plans .plan .plan-content .host-progress ul li:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.plans .plan .plan-content .disc {
  font-size: 0.775rem;
  line-height: 1.2;
  text-align: left;
  margin-left: 0.6875rem;
  margin-bottom: 0.25rem;
  list-style: none;
  /* fix for chrome */
}

@media  {
  .plans .plan .plan-content .disc {
    margin-left: 0.90625rem;
    text-indent: -5px;
  }
  .plans .plan .plan-content .disc strong {
    font-weight: 700;
  }
}
.plans .plan .plan-content .disc li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.plans .plan .plan-content .inner-wrap {
  margin: 0 0.5rem;
}

.plans .plan .plan-content .badge {
  background-color: #00c853;
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  color: white;
  height: 30px;
  position: absolute;
  top: -15px;
  width: 70%;
  left: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plans .plan .plan-content .badge .badge-content {
  position: relative;
  top: 1px;
}

.plans .plan .plan-content .badge .badge-content p {
  color: white;
  text-align: center;
  margin-bottom: 0;
  line-height: 1;
  font-size: 1.125rem;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-family: "Roboto";
}

.plans .plan .plan-content .badge .badge-content p span {
  font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
  font-size: 0.675rem;
  font-weight: 300;
  position: relative;
  top: -3px;
  padding-left: 2px;
  display: inline-block;
}

.plans .plan .plan-content .split-values .box .plan-value {
  font-size: 1.5rem;
}

.plans .plan .plan-content .split-values .box .plan-value.smaller {
  font-size: 1.3125rem;
}

.plans .plan .plan-content .split-values .box .plan-label {
  line-height: 1.1;
  margin-top: 0.125rem;
}

.plans .plan .plan-content .split-values .box .plan-label.more-margin {
  margin-bottom: 1.5rem;
}

.plans .plan .plan-content .split-values.left-side {
  text-align: left;
  margin-left: 1rem;
}

@media screen and (max-width: 1280px) and (max-height: 1024px) {
  .plans .plan .plan-content .split-values.left-side {
    margin-left: 0.25rem;
  }
}
.plans .plan .plan-content .split-values.left-side .box .plan-value {
  display: inline;
  font-size: 1.175rem;
}

.plans .plan .plan-content .split-values.left-side .box .plan-label {
  display: inline-block;
  font-size: 1.125rem;
  margin-left: 0.25rem;
}

.plans .plan .plan-content .split-values.left-side .box .plan-label.more-margin {
  margin-bottom: 1.25rem;
}

.plans .plan .select-plan {
  background-color: #EBEFF1;
  border: 1px solid #CDD7DC;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  transition: all 0.1s linear;
}

.plans .plan .select-plan .special-select {
  background-color: white;
  border: 1px solid #585858;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  height: 26px;
  position: relative;
  vertical-align: middle;
  width: 26px;
}

.plans .plan .select-plan .special-select i {
  color: white;
  font-size: 1.25rem;
  position: relative;
  top: 1px;
  display: none;
}

.plans .plan .select-plan span {
  font-size: 1.125rem;
  vertical-align: middle;
  font-weight: 300;
  display: block;
  padding-top: 0.2rem;
}

.plans .plan:hover {
  cursor: pointer;
}

.plans .plan:hover .plan-content {
  border: 1px solid rgb(180, 195, 202.5);
  border-bottom: 0 none;
}

.plans .plan:hover .plan-content .plan-value, .plans .plan:hover .plan-content .disc strong, .plans .plan:hover .plan-content .gr-plan {
  color: rgb(252.558490566, 126.820754717, 63.341509434);
}

.plans .plan:hover .select-plan {
  background-color: rgb(221, 227.8, 231.2);
  border: 1px solid rgb(180, 195, 202.5);
}

.plans .plan:hover .select-plan .special-select {
  border: 1px solid #282828;
}

.plans .plan:hover .select-plan span {
  color: #282828;
}

.plans .plan::after {
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; /* FF3.5+ */ /* Saf3.0+, Chrome */
  box-shadow: 0 1px 6px rgb(178.5, 178.5, 178.5); /* Opera 10.5, IE9 */
  transition: opacity 0.3s ease-in-out;
}

.plans .plan:hover::after {
  opacity: 1;
}

.plans .plan.selected {
  cursor: default;
}

.plans .plan.selected .gr-plan {
  color: #fd7f3f;
}

.plans .plan.selected .plan-content .plan-value, .plans .plan.selected .plan-content .disc strong {
  color: rgb(252.558490566, 126.820754717, 63.341509434);
}

.plans .plan.selected .select-plan {
  background-color: #20b6db;
  border: 1px solid #20b6db;
}

.plans .plan.selected .select-plan .special-select {
  background-color: black;
  border: 2px solid black;
}

.plans .plan.selected .select-plan .special-select i {
  display: block;
}

.plans .plan.selected .select-plan span {
  color: white;
}

.plans .plan.selected:hover::after {
  opacity: 0;
}

.plans .hosting-features {
  background-color: #eef1f3;
  margin-bottom: 1.25rem;
}

.plans .hosting-features .bold-features {
  background-color: #eef1f3;
  position: relative;
  margin-bottom: 0;
}

@media only screen and (min-width: 90.063em) {
  .plans .hosting-features .bold-features {
    padding-left: 4rem;
    height: 79px;
  }
}
.plans .hosting-features .bold-features ul li {
  padding-bottom: 1rem;
}

@media only screen and (min-width: 40.063em) {
  .plans .hosting-features .bold-features ul li {
    padding-bottom: 0;
  }
}
.plans .hosting-features .bold-features .feature {
  display: table;
}

@media only screen and (min-width: 40.063em) {
  .plans .hosting-features .bold-features .feature {
    margin: 0 auto;
  }
}
.plans .hosting-features .bold-features .feature i {
  color: #20b6db;
  font-size: 2.25rem;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  right: 0.5rem;
}

.plans .hosting-features .bold-features .feature p {
  display: table-cell;
  font-weight: 500;
  color: #282828;
  line-height: 1.3;
  vertical-align: middle;
}

.plans .hosting-features .bold-features .feature p span {
  display: block;
  font-weight: 300;
  font-size: 0.925rem;
}

.plans .hosting-features .gr-datacenter {
  float: right;
}

.plans .hosting-features .gr-datacenter a {
  display: inline-block;
}

/* For who is suitable every type of hosting */
.great-for {
  margin: 3rem 0;
}

.great-for .wrapper {
  padding: 0.75rem 0;
}

.great-for .wrapper .heading h2 {
  color: rgb(252.558490566, 126.820754717, 63.341509434);
  line-height: 1.1;
  margin-bottom: 1rem;
}

.great-for .wrapper .heading h2 i {
  display: none;
}

.great-for .wrapper .heading h2 span:first-of-type {
  font-weight: 300;
}

.great-for .wrapper .content ul {
  margin-bottom: 0;
  line-height: 1.2;
}

.great-for .wrapper .content ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}

@media only screen and (min-width: 40.063em) {
  .great-for {
    margin: 4rem 0;
  }
  .great-for .wrapper {
    display: table;
    width: 100%;
  }
  .great-for .wrapper:after {
    background-color: rgb(210, 219, 223.5);
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .great-for .wrapper .heading {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding-right: 1rem;
  }
  .great-for .wrapper .heading h2 {
    text-align: right;
    margin: 0;
    position: relative;
    top: -7px;
    font-weight: 500;
    font-size: 1.5625rem;
  }
  .great-for .wrapper .heading h2 i {
    margin-left: -3.5rem;
    display: inline-block;
    font-size: 2.75rem;
    position: absolute;
  }
  .great-for .wrapper .heading h2 span:first-of-type {
    font-size: 1.5rem;
  }
  .great-for .wrapper .heading h2 span:last-of-type {
    display: block;
  }
  .great-for .wrapper .content {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding-left: 1rem;
  }
}
/* Most important Specs of hosting - only in magento hosting right now */
.plans-specs .panel {
  background-color: white;
  border: 1px solid #CDD7DC;
  padding-top: 0;
  padding-bottom: 0.75rem;
  margin-top: 2.5rem;
  text-align: center;
  transition: all 0.15s linear;
}

@media only screen and (min-width: 64.063em) {
  .plans-specs .panel {
    margin-top: 1rem;
  }
}
.plans-specs .panel i {
  color: rgb(252.558490566, 126.820754717, 63.341509434);
  background-color: white;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 3rem;
  position: relative;
  top: -1.75rem;
  transition: all 0.2s linear;
}

.plans-specs .panel h3 {
  color: #282828;
  margin-bottom: 1.125rem;
  position: relative;
  top: -0.9375rem;
  font-size: 1.0625rem;
  font-weight: 700;
}

.plans-specs .panel ul {
  margin-bottom: 0;
  position: relative;
  top: -1rem;
}

.plans-specs .panel ul li {
  line-height: 1.9;
  font-size: 0.9375rem;
  font-weight: 400;
}

.plans-specs .panel:hover {
  border: 1px solid rgb(180, 195, 202.5);
  box-shadow: 0 4px 12px -6px rgb(180, 195, 202.5);
}

.plans-specs .panel:hover i {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media only screen and (min-width: 40.063em) {
  .plans-specs .panel.w-min-h {
    min-height: 15.5rem;
  }
}
.plans-specs .see-full-characteristics {
  text-align: center;
}

.plans-specs .see-full-characteristics.with-margin-top {
  margin-top: 0.5rem;
}

.plans-specs .see-full-characteristics a {
  border-bottom: 1px dotted;
  font-size: 0.95rem;
  font-weight: 400;
  padding-bottom: 1px;
}

/* Hosting Mobile Order For Shared, Reseller, Semi Dedicated and VPS */
.mobile-order .mobile-header {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.1;
}

.mobile-order .panel {
  border: none;
  background-color: #EBEFF1;
  border-bottom: 2px solid rgb(184.6, 198.68, 205.72);
  padding: 2rem 1.25rem 1.25rem;
}

.mobile-order .panel form {
  height: 100%;
}

@media only screen and (min-width: 40.063em) {
  .mobile-order .panel form {
    height: 24rem;
  }
}
.mobile-order .panel form#vps_small_order, .mobile-order .panel form#semi_small_order {
  height: 100%;
}

.mobile-order .panel form fieldset {
  height: 100%;
  background: white;
  border-color: #CDD7DC;
  margin-top: 0;
}

.mobile-order .panel form fieldset legend {
  font-size: 0.925rem;
  font-weight: 500;
  background-color: rgb(10.5908108108, 40.0097297297, 76.4891891892);
  line-height: 1.2;
  padding: 0.6rem 0.75rem 0.625rem;
  color: white;
}

.mobile-order .panel form fieldset label {
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
  display: table;
  width: 100%;
  position: relative;
}

.mobile-order .panel form fieldset label .offer {
  background-color: #00c853;
  padding: 0.325rem 0.75rem 0.3rem;
  font-size: 0.675rem;
  font-weight: 400;
  color: white;
  top: -2px;
  line-height: 1;
  position: absolute;
  right: 0;
}

.mobile-order .panel form fieldset .length-price {
  float: right;
  font-weight: 300;
  position: relative;
}

@media only screen and (max-width: 40em) {
  .mobile-order .panel form fieldset .length-price {
    font-size: 0.925rem;
  }
}
@media only screen and (max-width: 40em) {
  .mobile-order .panel form fieldset .length-price.with-discount {
    display: block;
    float: none;
    margin-left: 1.375rem;
    top: 5px;
    height: 1.0625rem;
  }
}
.mobile-order .panel form fieldset .length-price .strikethrough {
  color: rgb(141.75, 141.75, 141.75);
  margin-right: 0.4375rem;
}

.mobile-order .panel form fieldset ul {
  margin-bottom: 0;
}

.mobile-order .panel form fieldset ul li {
  border-bottom: 1px dashed rgb(226.6, 232.28, 235.12);
  padding: 1rem 0 0.975rem;
}

.mobile-order .panel form fieldset ul li:first-child {
  padding-top: 0.5rem;
}

.mobile-order .panel form fieldset ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.mobile-order .panel form fieldset ul li input {
  margin-bottom: 0;
  margin-right: 0.5rem;
}

.mobile-order .panel form fieldset .specs-wrapper {
  margin-top: 0.5rem;
}

.mobile-order .panel form fieldset .specs-wrapper ul {
  margin-left: 1rem;
}

.mobile-order .panel form fieldset .specs-wrapper ul li {
  border-bottom: 0 none;
  font-size: 0.825rem;
  font-weight: 400;
  margin-left: 0.375rem;
  padding: 0;
}

.mobile-order .panel .buy_packet {
  padding: 2rem 0 0;
}

.mobile-order .panel .buy_packet .total {
  display: table;
  float: right;
  margin-bottom: 1rem;
}

.mobile-order .panel .buy_packet .total .total-label {
  display: table-cell;
  font-size: 1.25rem;
  padding-right: 0.5rem;
}

.mobile-order .panel .buy_packet .total .total-cost {
  font-size: 3.125rem;
  margin-bottom: 0;
  text-align: right;
  display: table-cell;
}

.mobile-order .panel .buy_packet .total .total-cost .vat {
  margin-right: -0.5rem;
}

@media only screen and (max-width: 40em) {
  .mobile-order .panel .buy_packet .total .total-cost {
    font-size: 2.25rem;
  }
  .mobile-order .panel .buy_packet .total .total-cost .vat {
    margin-right: -0.25rem;
  }
}
.mobile-order .panel .buy_packet .button {
  margin-bottom: 0;
}

/* Hosting Tables with Specs for every packet */
.tablesFullSpecs {
  padding: 4rem 0;
  background: white;
}

.tablesFullSpecs table {
  width: 100%;
  border: none;
}

.tablesFullSpecs table thead {
  background: #20b6db;
  border: 2px solid #20b6db;
  border-bottom: none;
}

.tablesFullSpecs table thead.dark-blue {
  background: #023161;
  border: 2px solid #023161;
}

.tablesFullSpecs table thead tr th {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
}

.tablesFullSpecs table tbody {
  border: 2px solid rgb(221, 227.8, 231.2);
  border-top: none;
}

.tablesFullSpecs table tbody tr td {
  text-align: center;
  padding: 1.25rem 1rem;
  position: relative;
}

@media only screen and (max-width: 40em) {
  .tablesFullSpecs table tbody tr td {
    line-height: 1.5;
  }
}
.tablesFullSpecs table tbody tr td:first-of-type {
  text-align: left;
  font-weight: 500;
  width: 47%;
}

@media only screen and (max-width: 40em) {
  .tablesFullSpecs table tbody tr td:first-of-type {
    width: 65%;
  }
}
.tablesFullSpecs table tbody tr td:first-of-type a {
  border-bottom: 1px dotted rgb(122.7, 169.6, 247.3);
}

.tablesFullSpecs table i {
  background-color: #18BF93;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: white;
  padding: 0.3rem 0.325rem;
  position: relative;
  top: 2px;
}

.tablesFullSpecs table i.clean {
  background-color: transparent;
  color: #18BF93;
  border-radius: 0;
  padding: 0;
  font-size: 21px;
  position: absolute;
  margin-top: -9px;
  margin-left: -12px;
  top: initial;
}

.tablesFullSpecs .panel {
  border: 0 none;
  background: transparent;
  padding: 0;
}

@media only screen and (min-width: 64.063em) {
  .tablesFullSpecs .panel {
    margin-top: 0.5rem;
  }
}
.tablesFullSpecs .panel p.panel-header {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

@media only screen and (min-width: 64.063em) {
  .tablesFullSpecs .panel p.panel-header {
    font-size: 1.125rem;
  }
}
.tablesFullSpecs .panel ul li {
  padding-bottom: 0.75rem;
}

@media only screen and (max-width: 40em) {
  .tablesFullSpecs .panel ul li {
    width: 100%;
  }
}
.tablesFullSpecs .panel ul li .option {
  font-size: 0.875rem;
  padding: 1rem;
  background-color: rgb(239, 242.2, 243.8);
  width: 100%;
  border-left: 2px solid rgb(221, 227.8, 231.2);
}

.tablesFullSpecs .panel ul li .option a {
  border-bottom: 1px dotted rgb(52.7, 180.8538461538, 255);
}

.tablesFullSpecs .disclaimer {
  margin-top: 1rem;
}

.tablesFullSpecs .disclaimer p {
  border-bottom: 1px solid #c3d4d8;
  font-weight: 500;
  margin-bottom: 0.75rem;
  padding-bottom: 0.25rem;
}

.tablesFullSpecs .disclaimer ul {
  margin-bottom: 0;
}

.tablesFullSpecs .disclaimer ul li {
  padding-bottom: 0.75rem;
  font-size: 0.925rem;
}

@media only screen and (min-width: 64.063em) {
  .tablesFullSpecs .disclaimer ul li {
    padding-bottom: 0.25rem;
  }
}
.tablesFullSpecs.w-bottom-bg {
  background-color: white;
  background-image: url("../img/hosting/desk-bottom.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  padding-bottom: 12rem;
}

@media only screen and (max-width: 40em) and (orientation: portrait) {
  .tablesFullSpecs.w-bottom-bg {
    padding-bottom: 8rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .tablesFullSpecs.w-bottom-bg {
    padding-bottom: 18rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  .tablesFullSpecs.w-bottom-bg {
    padding-bottom: 14rem;
  }
}
@media only screen and (min-width: 64.063em) {
  .tablesFullSpecs.w-bottom-bg {
    padding-bottom: 23rem;
    background-size: 1300px 300px;
  }
}
.tablesFullSpecs.w-top-bg {
  background-color: white;
  background-image: url("../img/hosting/desk-top.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  padding-top: 12rem;
}

@media only screen and (max-width: 40em) and (orientation: portrait) {
  .tablesFullSpecs.w-top-bg {
    padding-top: 8rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .tablesFullSpecs.w-top-bg {
    padding-top: 18rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: portrait) {
  .tablesFullSpecs.w-top-bg {
    padding-top: 14rem;
  }
}
@media only screen and (min-width: 64.063em) {
  .tablesFullSpecs.w-top-bg {
    padding-top: 22rem;
    background-size: 1300px 300px;
  }
}
.tablesFullSpecs.w-top-bg.reseller {
  background-image: url("../img/hosting/reseller/desk-top.jpg");
}

.tablesFullSpecs.w-top-bg.vps {
  background-image: url("../img/hosting/vps/desk-top.jpg");
}

.tablesFullSpecs.w-top-bg.semi-dedicated {
  background-image: url("../img/hosting/semi-dedicated/desk-top.jpg");
}

/* This is used in Semi-Dedicated Hosting only */
.graphs {
  padding: 4rem 0;
  background: #EBEFF1;
}

.graphs .panel {
  background-color: white;
  padding-top: 3rem;
}

.graphs .panel p {
  line-height: 1.4;
}

.graphs .panel p.title {
  margin-bottom: 2rem;
  padding: 0 1rem;
}

@media only screen and (min-width: 64.063em) {
  .graphs .panel {
    padding: 4rem 2rem 0;
  }
  .graphs .panel p.title {
    margin-bottom: 3rem;
    padding: 0 3rem;
  }
  .graphs .panel ul li {
    padding: 0 2rem 3rem;
  }
}
/* All Hosting Plans display module (Homepage + Parent Hosting) */
.hosting-module .tabs {
  display: flex !important;
  flex-wrap: wrap;
}

@media (max-width: 641px) {
  .hosting-module .tabs {
    display: none !important;
  }
}
.hosting-module .tabs .tab-title {
  width: 16.6666%;
  text-align: center;
  background-color: white;
  flex: 1;
}

.hosting-module .tabs .tab-title > a {
  height: 100%;
  line-height: 1.1;
  background-color: white;
  font-weight: 500;
  border-bottom: 4px solid #EBEFF1;
  position: relative;
}

.hosting-module .tabs .tab-title > a i {
  display: block;
  font-size: 4rem;
  margin-bottom: 1rem;
  color: #484848;
}

.hosting-module .tabs .tab-title > a:before {
  content: "";
  background-color: #20B6DB;
  bottom: -4px;
  height: 4px;
  width: 100%;
  left: 0;
  position: absolute;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-out 0s;
}

.hosting-module .tabs .tab-title > a:hover:before {
  visibility: visible;
  transform: scaleX(1);
}

.hosting-module .tabs .tab-title > a:after {
  content: "";
  display: block;
  top: 100%;
  left: 50%;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  -o-border-image: none;
     border-image: none;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #20B6DB;
  border-width: 0.75rem;
  margin-left: -0.75rem;
  visibility: hidden;
  opacity: 0;
  transform: rotate(360deg);
  transition: all 0.1s linear 0s;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .hosting-module .tabs .tab-title > a {
    padding: 1rem;
  }
  .hosting-module .tabs .tab-title > a span {
    display: block;
  }
}
.hosting-module .tabs .tab-title.active a {
  border-bottom: 4px solid #20B6DB;
  color: #20B6DB;
}

.hosting-module .tabs .tab-title.active a:after {
  visibility: visible;
  opacity: 1;
  transition: all 0.1s linear 0s;
}

.hosting-module .accordion .accordion-navigation > a {
  font-size: 1.125rem;
  border-bottom: 2px solid #20B6DB;
  position: relative;
  padding: 17px 16px 16px;
}

.hosting-module .accordion .accordion-navigation > a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid white;
  right: 1rem;
  top: 27px;
}

.hosting-module .accordion .accordion-navigation > a.active {
  border-bottom: 4px solid #20B6DB;
}

.hosting-module .accordion .accordion-navigation > a.active:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 11px solid #20B6DB;
  left: 9px;
  bottom: 0;
}

.hosting-module .accordion .accordion-navigation > a.active:after {
  content: "";
  border-bottom: 8px solid white;
  border-top: 0 none;
}

.hosting-module .content {
  padding: 0 !important;
}

@media only screen and (min-width: 40.063em) {
  .hosting-module .content {
    margin-top: 2rem;
    padding: 1.25rem 0 !important;
  }
  .hosting-module .content .wrapper .block hr {
    border-color: rgb(230, 235, 237.5);
  }
}
.hosting-module .content .wrapper .block {
  padding: 1.5rem 1rem 1rem;
  background-color: #EBEFF1;
}

.hosting-module .content .wrapper .block p {
  line-height: 1.5;
}

.hosting-module .content .wrapper .block p.head {
  font-size: 1.25rem;
  font-weight: 500;
  color: #282828;
  line-height: 1.2;
}

.hosting-module .content .wrapper .block .offer {
  background-color: #00c853;
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 0.675rem;
  font-weight: 400;
  color: white;
  position: relative;
  top: -7px;
  line-height: 1;
}

.hosting-module .content .wrapper .block .suitable {
  display: table;
  padding: 0.5rem 0;
  position: relative;
}

.hosting-module .content .wrapper .block .suitable p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  color: rgb(252.558490566, 126.820754717, 63.341509434);
  width: 100%;
  margin-bottom: 0.75rem;
}

.hosting-module .content .wrapper .block .suitable ul {
  line-height: 1.2;
  font-size: 0.95rem;
}

.hosting-module .content .wrapper .block .suitable ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.hosting-module .content .wrapper .block .price-wrapper .price {
  margin-bottom: 0;
  color: #282828;
  font-size: 1.825rem;
  display: block;
}

.hosting-module .content .wrapper .block .price-wrapper .price .sup {
  font-family: "Roboto";
  font-size: 2.75rem;
}

.hosting-module .content .wrapper .block .price-wrapper .price sup {
  font-size: 45%;
  margin-left: 2px;
  margin-top: 20px;
  position: absolute;
  top: initial;
}

.hosting-module .content .wrapper .block .price-wrapper .price small {
  font-size: 56%;
}

.hosting-module .content .wrapper .block .price-wrapper .price small:last-of-type {
  left: -5px;
  position: relative;
}

.hosting-module .content .wrapper .block .price-wrapper .price .strikethrough {
  color: rgb(141.75, 141.75, 141.75);
  font-size: 1.125rem;
}

.hosting-module .content .wrapper .block .price-wrapper .button {
  color: white;
}

.hosting-module .content .wrapper .points {
  background-color: rgb(221, 227.8, 231.2);
  padding: 2.5rem 1.5rem 0.25rem;
  position: relative;
}

.hosting-module .content .wrapper .points:after {
  content: " ";
  display: block;
  top: 0;
  left: 50%;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  -o-border-image: none;
     border-image: none;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #EBEFF1;
  border-width: 1rem;
  margin-left: -1rem;
  transform: rotate(360deg);
}

.hosting-module .content .wrapper .points ul {
  font-size: 0.95rem;
}

.hosting-module .content .wrapper .points ul li {
  position: relative;
  padding-left: 1.325rem;
  line-height: 1.2;
}

.hosting-module .content .wrapper .points ul li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #b9c7ce;
  border-radius: 100%;
  left: 0;
  top: 5px;
}

@media only screen and (max-width: 40em) {
  .hosting-module .content .wrapper .block .suitable ul {
    list-style: disc;
    margin-left: 1.1rem;
  }
}
@media only screen and (min-width: 40.063em) {
  .hosting-module .content .wrapper .block {
    background-color: white;
    margin-bottom: 1rem;
    padding: 0;
  }
  .hosting-module .content .wrapper .block p .head {
    font-weight: 400;
  }
  .hosting-module .content .wrapper .block .suitable {
    margin: 0 auto;
  }
  .hosting-module .content .wrapper .block .suitable p {
    width: 50%;
    display: table-cell;
    padding-right: 1.5rem;
  }
  .hosting-module .content .wrapper .block .suitable p.head {
    font-size: 1.4rem;
  }
  .hosting-module .content .wrapper .block .suitable ul {
    font-size: 1rem;
    padding-left: 1.5rem;
    display: table-cell;
  }
  .hosting-module .content .wrapper .block .suitable:after {
    background-color: rgb(230, 235, 237.5);
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .hosting-module .content .wrapper .block .price-wrapper {
    display: table;
    margin: 0 auto;
    margin-top: 2rem;
  }
  .hosting-module .content .wrapper .block .price-wrapper .price {
    text-align: center;
  }
  .hosting-module .content .wrapper .points {
    background-color: #EBEFF1;
    padding: 2.25rem 2.25rem 1rem;
  }
  .hosting-module .content .wrapper .points:after {
    border-top-color: white;
  }
  .hosting-module .content .wrapper .points ul {
    font-size: 1rem;
  }
  .hosting-module .content .wrapper .points ul li:before {
    width: 11px;
    height: 11px;
    border: 2px solid rgb(192.5, 205, 211.25);
  }
}
@media only screen and (min-width: 64.063em) {
  .hosting-module .content .wrapper .block {
    margin-bottom: 2.5rem;
  }
  .hosting-module .content .wrapper .block .suitable {
    margin: 0;
    width: 100%;
  }
  .hosting-module .content .wrapper .block .suitable p {
    width: 33%;
  }
  .hosting-module .content .wrapper .block .suitable:after {
    left: 33%;
  }
  .hosting-module .content .wrapper .block .price-wrapper, .hosting-module .content .wrapper .block .offer {
    display: none;
  }
}
.hosting-module .price-box {
  background-color: rgb(10.5908108108, 40.0097297297, 76.4891891892);
  padding-top: 1.75rem;
  margin-bottom: 1.25rem;
  position: relative;
}

.hosting-module .price-box > a {
  display: block;
}

.hosting-module .price-box > a .badge {
  background-color: #00c853;
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  color: white;
  height: 36px;
  position: absolute;
  top: -18px;
  width: 80%;
  left: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hosting-module .price-box > a .badge .badge-content {
  position: relative;
  top: 1px;
}

.hosting-module .price-box > a .badge .badge-content p {
  text-align: center;
  margin-bottom: 0;
  line-height: 1;
  font-size: 1.125rem;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-family: "Roboto";
}

.hosting-module .price-box > a .badge .badge-content p span {
  font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
  font-size: 0.675rem;
  font-weight: 300;
  position: relative;
  top: -3px;
  padding-left: 6px;
}

.hosting-module .price-box > a .badge.black-friday {
  background-color: black;
}

.hosting-module .price-box > a .badge.xmas {
  background-color: #F41F28;
}

.hosting-module .price-box > a .badge.easter {
  background-color: #db4aa3;
}

.hosting-module .price-box > a .title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.625rem;
  font-weight: 400;
  color: white;
  line-height: 1.2;
  margin-bottom: 0;
}

.hosting-module .price-box > a .title span {
  display: block;
}

.hosting-module .price-box > a .sub-title {
  text-align: center;
  color: #8EA8C9;
  display: block;
  font-size: 0.875rem;
}

.hosting-module .price-box > a .pricing {
  color: white;
  display: block;
  margin-bottom: 3rem;
  margin-left: 0.5rem;
  margin-top: 2.75rem;
  text-align: center;
  position: relative;
}

.hosting-module .price-box > a .pricing .price {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 8rem;
  line-height: 1;
}

.hosting-module .price-box > a .pricing .price sup {
  font-size: 41%;
  margin-top: 1.9375rem;
  position: absolute;
  top: initial;
}

.hosting-module .price-box > a .pricing .currency {
  font-size: 2rem;
}

.hosting-module .price-box > a .pricing .period {
  font-size: 1.475rem;
}

.hosting-module .price-box > a .pricing.discount {
  margin-bottom: 1rem;
}

.hosting-module .price-box > a .pricing.discount .strikethrough {
  display: table;
  font-size: 1.25rem;
  margin: 0 auto;
  position: relative;
  top: -7px;
}

.hosting-module .price-box > a .price-box-btn {
  margin-bottom: 0;
  padding: 2rem;
  text-align: left;
  background-color: #20B6DB;
  font-size: 1rem;
  color: white;
}

.hosting-module .price-box > a .price-box-btn i {
  font-size: 1.25rem;
  margin-top: 2px;
  position: absolute;
  right: 2rem;
  transition: all 0.2s ease-out 0s;
}

.hosting-module .price-box > a:hover .price-box-btn {
  background-color: rgb(25.6, 145.6, 175.2);
}

.hosting-module .price-box > a:hover .price-box-btn i {
  right: 1.5rem;
}

html.touch .hosting-module .tabs .tab-title > a::before {
  content: none;
}

/* When Hosting is on one standard discount. This bar goes on top of hosting packets */
.promo {
  position: relative;
}

.promo.alert-box {
  background-color: #52DA8A; /* Fallback Color */ /* Saf4+, Chrome */ /* Chrome 10+, Saf5.1+, iOS 5+ */ /* FF3.6 */ /* IE10 */ /* Opera 11.10+ */
  background-image: linear-gradient(to right, #52DA8A, #00c853);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#52DA8A', EndColorStr='#00c853');
  font-size: 1.125rem;
  border: 0 none;
  text-align: center;
  font-weight: 500;
  margin-bottom: 2.875rem;
}

@media only screen and (max-width: 40em) {
  .promo.alert-box {
    line-height: 1.3;
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}
.promo .discount {
  display: inline;
  color: white;
}

.promo .discount span {
  font-weight: 700;
}

@media only screen and (min-width: 40.063em) {
  .promo .discount {
    background-color: #FF9800;
    box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
    border: 12px solid white;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.2;
    margin-left: 0.5rem;
    margin-right: 0.625rem;
    padding: 25px 38px;
    position: relative;
  }
}
@media only screen and (min-width: 40.063em) and (-webkit-min-device-pixel-ratio: 0) {
  .promo .discount {
    padding: 25px 37px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  }
}
@media only screen and (min-width: 40.063em) {
  .promo .discount span {
    bottom: 20px;
    font-family: "Roboto";
    font-size: 1.75rem;
    left: 7px;
    position: absolute;
  }
}
.promo.black-friday {
  background-color: #161616;
  background-image: none;
}

@media only screen and (min-width: 40.063em) {
  .promo.black-friday .discount {
    background-color: #eb7092;
  }
}
.promo.xmas {
  background: #833ab4; /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  z-index: 1;
}

@media only screen and (min-width: 40.063em) {
  .promo.xmas .discount {
    background-color: #F41F28;
  }
  .promo.xmas .discount::after {
    content: "";
    display: inline-block;
    position: absolute;
    background: url(../img/holidays/small-santa.png) 0 0/100px 92px no-repeat;
    width: 100px;
    height: 92px;
    left: 27px;
    top: -74px;
  }
}
.promo.easter {
  background: #833ab4; /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #9482ce, #db4aa3, #9482ce); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  z-index: 1;
}

@media only screen and (min-width: 40.063em) {
  .promo.easter .discount {
    background-color: #db4aa3;
  }
}
/* Small round discount badge for showing discount -> dedicated servers */
.rounded-badge {
  background-color: #00c853;
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  color: white;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.rounded-badge .badge-content {
  display: table-cell;
  height: 56px;
  vertical-align: middle;
  width: 56px;
}

.rounded-badge .badge-content p {
  text-align: center;
  margin-bottom: 0;
  line-height: 1;
  font-size: 1.0625rem;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-family: "Roboto";
}

.rounded-badge .badge-content p span {
  display: block;
  font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
  font-size: 0.6rem;
  font-weight: 400;
  position: relative;
  top: 0;
}

/* End Hosting */
/* ------------------------------------------------------------------
Global Buy Overview box
When special style is required for this box its inside the page's scss
------------------------------------------------------------------- */
.buy-overview {
  background-color: rgb(10.5908108108, 40.0097297297, 76.4891891892);
  padding: 1.75rem;
  color: white;
}

.buy-overview .title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.3;
  padding-bottom: 0;
}

.buy-overview .sub-title {
  text-align: center;
  text-transform: uppercase;
  color: #8EA8C9;
  font-weight: 400;
  padding-bottom: 2.25rem;
  position: relative;
  font-size: 0.7rem;
}

.buy-overview .sub-title h2 {
  margin: 0;
  padding: 0;
  color: #8EA8C9;
  font-size: 0.7rem;
  font-weight: 400;
}

.buy-overview .pricing {
  text-align: center;
  margin-left: 0.5rem;
  padding-bottom: 1.75rem;
  position: relative;
}

.buy-overview .pricing .price {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 4rem;
  line-height: 1;
}

.buy-overview .pricing .price sup {
  font-size: 52%;
  margin-top: 0.875rem;
  position: absolute;
  top: initial;
}

.buy-overview .pricing .currency {
  position: relative;
}

.buy-overview .pricing .period {
  position: relative;
}

.buy-overview .total {
  padding-bottom: 0.5rem;
}

.buy-overview .total ul {
  margin: 0;
}

.buy-overview .total ul li {
  font-size: 0.75rem;
  padding-bottom: 0;
  line-height: 1.4;
}

.buy-overview .total ul li:first-of-type {
  padding-left: 0;
}

.buy-overview .total ul li:last-of-type {
  padding-right: 0;
}

.buy-overview .total ul li.discount {
  color: #fd9662;
}

.buy-overview .duration button {
  background: #FFFFFF;
  color: #282828;
  margin-bottom: 0;
  width: 100%;
  padding-right: initial;
}

.buy-overview .duration button:hover, .buy-overview .duration button:focus {
  background: #E5ECEE;
}

.buy-overview .duration button.dropdown:before {
  border-color: #333333 transparent transparent;
  border-width: 0.3rem;
}

.buy-overview .duration .f-dropdown {
  background: white;
  border: 2px solid #BECACE;
}

@media only screen and (min-width: 90.063em) {
  .buy-overview .duration .f-dropdown {
    max-width: 16.5rem;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .buy-overview .duration .f-dropdown {
    max-width: 16rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .buy-overview .duration .f-dropdown {
    max-width: 17rem;
  }
}
.buy-overview .duration .f-dropdown:before {
  border: none;
}

.buy-overview .duration .f-dropdown:after {
  border: none;
}

.buy-overview .duration .f-dropdown > li a {
  color: #484848;
}

.buy-overview .duration .f-dropdown > li a:hover {
  color: white;
}

.buy-overview .duration .f-dropdown > li a .strikethrough {
  margin-right: 0.4375rem;
  color: rgb(177.99, 177.99, 177.99);
  background: url("../img/strikethrough-grey.png") no-repeat center center;
}

.buy-overview .duration .f-dropdown > li:hover, .buy-overview .duration .f-dropdown > li.focus {
  background-color: #008cdd;
}

.buy-overview .duration .f-dropdown > li.active {
  background-color: #D5DFE2;
  cursor: default;
  pointer-events: none;
}

.buy-overview .add-to-cart {
  height: 3.4375rem;
  padding-bottom: 0;
}

.buy-overview .add-to-cart .button, .buy-overview .add-to-cart button {
  margin-bottom: 0;
}

.buy-overview.on-offer .badge {
  background-color: #00c853;
  box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  color: white;
  height: 36px;
  position: absolute;
  top: -18px;
  width: 80%;
  left: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.buy-overview.on-offer .badge .badge-content {
  position: relative;
  left: -2px;
  top: 1px;
}

.buy-overview.on-offer .badge .badge-content p {
  color: white;
  text-align: center;
  margin-bottom: 0;
  line-height: 1;
  font-size: 1.125rem;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-family: "Roboto";
}

.buy-overview.on-offer .badge .badge-content p span {
  font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
  font-size: 0.675rem;
  font-weight: 300;
  position: relative;
  top: -3px;
  padding-left: 6px;
}

.buy-overview.on-offer .badge.xmas {
  background-color: #F41F28;
}

.buy-overview.on-offer .badge.easter {
  background-color: #db4aa3;
}

.buy-overview.on-offer .pricing {
  padding-bottom: 0.25rem !important;
}

.buy-overview.on-offer .pricing .strikethrough {
  display: table;
  margin: 0 auto;
  font-size: 0.875rem;
}

/* ---------------------------------
Global Modules for Content
------------------------------------ */
/* Simple Module for small amount of content with various uses - Used often as last section with action btn */
#simple-row {
  padding: 4rem 0;
}

#simple-row.medium-grey {
  background: rgb(210, 219, 223.5);
}

#simple-row.light-grey {
  background: #EBEFF1;
}

#simple-row.call-to-action .my-h2-title {
  margin-bottom: 0.625rem;
}

#simple-row.call-to-action p {
  line-height: 1.2;
}

#simple-row.call-to-action .button {
  margin-top: 1rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 40em) {
  #simple-row.call-to-action .button {
    width: 100%;
  }
}
@media only screen and (min-width: 64.063em) {
  #simple-row.call-to-action .my-h2-title {
    margin-bottom: 0.325rem;
  }
}
#simple-row.disclaimer p {
  font-weight: 500;
  margin-bottom: 0.75rem;
}

#simple-row.disclaimer ul {
  margin-bottom: 0;
}

#simple-row.disclaimer ul li {
  padding-bottom: 0.5rem;
  font-size: 0.925rem;
  line-height: 1.3;
}

#simple-row.need-help .heading {
  font-size: 1.125rem;
  line-height: 1.2;
  margin-bottom: 14px;
  color: #282828;
}

#simple-row.need-help .heading a {
  color: #282828;
}

#simple-row.need-help .heading a:hover {
  padding-bottom: 1px;
  border-bottom: 1px dashed;
}

#simple-row.need-help .tel {
  font-size: 1.625rem;
  font-family: "Roboto";
  color: #20B6DB;
}

#simple-row.need-help .tel i {
  display: inline-block;
  margin-right: 0.625rem;
  font-size: 1.25rem;
}

@media only screen and (min-width: 64.063em) {
  #simple-row.need-help .heading {
    font-size: 1.5rem;
  }
  #simple-row.need-help .tel {
    font-size: 2.125rem;
    pointer-events: none;
  }
  #simple-row.need-help .tel i {
    font-size: 1.6875rem;
  }
}
#simple-row ol {
  margin-left: 1rem;
}

#simple-row ol li {
  font-size: 0.925rem;
  line-height: 1.4;
  padding-bottom: 1.25rem;
}

#simple-row ol li:last-of-type {
  padding-bottom: 0;
}

#simple-row img {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 64.063em) {
  #simple-row img {
    margin-bottom: 0;
  }
}
/* Generic module for handling content */
#simple-content {
  background: #EBEFF1;
  padding: 4rem 0;
}

#simple-content.intro-padding {
  padding: 2.25rem 0 4rem;
}

#simple-content.white {
  background: white;
}

#simple-content .my-h3-title {
  font-weight: 400;
}

#simple-content .my-h3-title.light {
  font-weight: 300;
}

#simple-content .my-h4-title {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.125rem;
}

#simple-content p.header {
  font-weight: 500;
  margin-bottom: 0;
}

#simple-content small.reg {
  position: relative;
  bottom: 4px;
  left: 1px;
}

#simple-content small i {
  top: 2px;
  position: relative;
  margin-right: 0.25rem;
  font-size: 0.85rem;
}

#simple-content hr {
  border-style: dashed;
  border-color: rgb(193, 205.4, 211.6);
  margin: 1.25rem 0 1.8rem;
}

#simple-content .panel {
  background: rgb(253.4, 247.6, 219.2);
  border: 2px solid rgb(245.6181818182, 211.6090909091, 45.0818181818);
  margin-top: 1rem;
}

#simple-content .panel.grey {
  background: white;
  border: 2px solid rgb(202.5, 213, 218.25);
}

#simple-content .panel p {
  font-size: 0.925rem;
}

#simple-content .panel p.panel-header {
  font-weight: 500;
  margin-bottom: 0.25rem;
  font-size: 1rem;
}

#simple-content ul, #simple-content ol {
  font-size: 0.925rem;
  line-height: 1.3;
  font-weight: 300;
}

#simple-content ul li:not(:last-child), #simple-content ol li:not(:last-child) {
  margin-bottom: 0.625rem;
}

#simple-content .special-list li {
  list-style-type: none;
}

#simple-content .special-list li:before {
  content: "\e614";
  font-family: "icomoon";
  margin-left: -1.285rem;
  color: #18BF93;
  position: absolute;
}

#simple-content .special-list li.normal {
  padding: 0;
  font-weight: 300;
  margin-left: 0.25rem;
  position: relative;
}

@media only screen and (min-width: 64.063em) {
  #simple-content .special-list li.normal {
    margin-bottom: 0.825rem;
    font-size: 1rem;
  }
}
#simple-content .special-list ol {
  margin-top: 0.75rem;
  margin-left: 1rem;
}

#simple-content .special-list ol li {
  list-style-type: decimal;
  font-size: 0.85rem;
  font-weight: 500;
  margin-top: 0.325rem;
}

#simple-content .special-list ol li:before {
  content: none;
}

#simple-content a {
  margin: 0 auto;
}

#simple-content table {
  border: 0;
  width: 100%;
}

#simple-content dl dt {
  font-weight: 500;
  margin-bottom: 0;
}

/* Module with icon - header - paragraph. It is used throughout the site. Example can be found on all hosting pages */
#wordpress {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}

#points, #wordpress {
  background: #EBEFF1;
  padding: 4rem 0 3rem;
}

#points.intro, #wordpress.intro {
  padding: 2.8rem 0 4rem;
}

#points.white, #wordpress.white {
  background: white;
}

#points.domains .point .head i, #wordpress.domains .point .head i {
  color: #ff585d;
}

#points.hosting .point .head i, #wordpress.hosting .point .head i {
  color: #20b6db;
}

#points.security .point .head i, #wordpress.security .point .head i {
  color: #18bf93;
}

#points.websites .point .head i, #wordpress.websites .point .head i {
  color: #9472be;
}

#points .my-h4-title, #wordpress .my-h4-title {
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0.825rem;
  margin-top: 0;
}

#points .point, #wordpress .point {
  display: table;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#points .point .head, #wordpress .point .head {
  display: table-cell;
  padding-right: 1.5rem;
}

#points .point .head i, #wordpress .point .head i {
  color: #383838;
  font-size: 3rem;
  display: block;
  text-align: left;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #points .point .head i, #wordpress .point .head i {
    font-size: 2.75rem;
  }
}
@media only screen and (max-width: 40em) {
  #points .point .head i, #wordpress .point .head i {
    font-size: 2.5rem;
  }
}
#points .point .body, #wordpress .point .body {
  display: table-cell;
  vertical-align: top;
  padding-right: 0;
}

@media only screen and (min-width: 40.063em) {
  #points .point .body, #wordpress .point .body {
    padding-right: 1.5rem;
  }
}
#points .point .body p, #wordpress .point .body p {
  line-height: 1.5;
}

#points .point .body small, #wordpress .point .body small {
  font-size: 82.5%;
}

/* Module for Showing Specs - One of the oldest. Example can be found on Free Hosting */
#specs-icons {
  padding: 4rem 0 5rem;
}

#specs-icons.grey {
  background-color: rgb(235.2, 239.16, 241.14);
}

#specs-icons.grey .img-container {
  background-color: rgb(235.2, 239.16, 241.14);
}

#specs-icons.white {
  background-color: white;
}

#specs-icons.white .wrapper {
  background: rgb(235.2, 239.16, 241.14);
}

#specs-icons.white .wrapper .img-container {
  background-color: white;
}

#specs-icons.white .wrapper ul li {
  border-bottom: 1px dashed rgb(202.5, 213, 218.25);
}

#specs-icons.websites .lead {
  background-color: rgb(149.07, 115.41, 190.65);
}

#specs-icons.websites .wrapper ul li i {
  color: #9472be;
}

#specs-icons.domains .lead {
  background-color: rgb(255, 89.67, 94.62);
}

#specs-icons.domains .wrapper ul li i {
  color: #ff585d;
}

#specs-icons .wrapper {
  background: #FFFFFF;
  border-bottom: 2px solid rgb(192.5, 205, 211.25);
  padding: 1.25rem 2.25rem;
}

@media only screen and (max-width: 40em) {
  #specs-icons .wrapper {
    padding: 0.75rem 1.25rem 1.25rem;
  }
}
#specs-icons .wrapper .lead {
  line-height: 1.3;
  color: white;
  padding: 1.25rem;
  font-size: 1.125rem;
}

#specs-icons .wrapper .lead strong {
  letter-spacing: 0.5px;
}

#specs-icons .wrapper .img-container {
  margin-top: 1rem;
}

#specs-icons .wrapper .img-container img {
  vertical-align: bottom;
}

#specs-icons .wrapper ul:not(.no-style) {
  text-align: left;
}

@media only screen and (max-width: 40em) {
  #specs-icons .wrapper ul:not(.no-style) {
    margin-bottom: 0;
  }
}
#specs-icons .wrapper ul:not(.no-style) li {
  align-items: center;
  display: inline-flex;
  justify-content: flex-start;
  border-bottom: 1px dashed #d7dfe3;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 1rem 0 0.625rem 3.25rem;
  width: 91%;
}

#specs-icons .wrapper ul:not(.no-style) li i {
  font-size: 2.1875rem;
  margin-left: -3.25rem;
  margin-right: 1rem;
  position: relative;
}

@media only screen and (min-width: 64.063em) {
  #specs-icons .wrapper ul:not(.no-style) li i {
    font-size: 2rem;
  }
}
/* Q+A module - Regularly used. Example can be found on all hosting pages */
#accordion-content {
  background: rgb(235.2, 239.16, 241.14);
  padding-top: 4rem;
  padding-bottom: 4rem;
  /* White Q&A sections*/
}

#accordion-content.white {
  background: #FFFFFF;
}

#accordion-content.white .content {
  background: #EBEFF1 !important;
}

#accordion-content.white .content.active {
  background: #EBEFF1 !important;
}

#accordion-content .wrapper {
  margin-bottom: 4rem;
}

@media only screen and (max-width: 40em) {
  #accordion-content .wrapper {
    margin-bottom: 3rem;
  }
}
#accordion-content .accordion dd {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #585858;
}

#accordion-content .accordion dd > a {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #585858;
  font-size: 0.925rem;
  padding: 0.75rem 0 0.75rem 2.5rem;
  border-bottom: 1px dashed rgb(179, 194.2, 201.8);
  line-height: 1.3;
  font-weight: 500;
}

#accordion-content .accordion dd > a:hover {
  color: #008cdd;
}

#accordion-content .accordion dd > a span {
  color: #585858;
  font-size: 1.4375rem;
  font-weight: normal;
  position: relative;
  top: 5px;
  left: -9px;
  margin-left: -1.5rem;
  transition: all 0.3s ease-out 0s;
}

#accordion-content .accordion dd > a span::before {
  content: "\e35e";
}

@media only screen and (min-width: 64.063em) {
  #accordion-content .accordion dd > a {
    font-size: 1rem;
    top: 6px;
  }
  #accordion-content .accordion dd > a span {
    margin-left: -1.75rem;
    font-size: 1.6875rem;
  }
}
#accordion-content .accordion dd.active > a {
  border: none;
  color: #008cdd;
}

#accordion-content .accordion dd.active > a span {
  transition: all 0.3s ease-out 0s;
}

#accordion-content .accordion dd.active > a span::before {
  content: "\e360";
}

#accordion-content .accordion .content {
  background: #FFFFFF;
  font-size: 0.925rem;
  padding: 1.75rem 2.4rem;
}

#accordion-content .accordion .content.active {
  background: #FFFFFF;
}

#accordion-content .accordion .content span {
  line-height: 1.4;
}

#accordion-content .accordion .content span.sub-header {
  font-weight: 500;
  font-size: 0.975rem;
  display: block;
  margin-bottom: 0.5rem;
}

#accordion-content .accordion .content span.sub-header.with-border {
  padding-bottom: 2px;
  border-bottom: 1px dashed rgb(154.8, 154.8, 154.8);
  margin-bottom: 1rem;
  margin-top: 2rem;
  line-height: 1.3;
}

#accordion-content .accordion .content span.my-paragraph {
  display: block;
  margin-bottom: 0.825rem;
}

#accordion-content .accordion .content span.my-paragraph.end {
  margin-bottom: 1.5rem;
}

#accordion-content .accordion .content .container {
  margin-top: 2rem;
}

#accordion-content .accordion .content .container .item {
  padding: 1.5rem 1.25rem;
}

#accordion-content .accordion .content .container .item:nth-child(odd) {
  background: white;
}

#accordion-content .accordion .content ul, #accordion-content .accordion .content ol {
  margin-top: 0.25rem;
  font-size: 0.925rem;
  line-height: 1.4;
}

#accordion-content .accordion .content ul li, #accordion-content .accordion .content ol li {
  padding-bottom: 0.35rem;
}

#accordion-content .panel {
  background: rgb(253.4, 247.6, 219.2);
  border: 2px solid rgb(245.6181818182, 211.6090909091, 45.0818181818);
}

#accordion-content .panel p {
  font-size: 0.925rem;
}

#accordion-content .panel p.panel-header {
  font-weight: 500;
  margin-bottom: 0.25rem;
  font-size: 1rem;
}

#accordion-content .no-margin-bottom {
  margin-bottom: 0;
}

#accordion-content a.simple-link {
  margin-top: 3rem;
}

@media only screen and (min-width: 64.063em) {
  #accordion-content a.simple-link {
    margin-top: 4rem;
  }
}
/* This is the tab module. Build in with different types of styles that come by applying the right class */
#tab-module {
  background: #EBEFF1;
  padding: 4rem 0;
}

#tab-module .tabs dd.active a {
  color: #FFFFFF;
  background: rgb(63.7771653543, 88.5070866142, 101.5228346457);
}

#tab-module .tabs dd.active a:after {
  display: block;
  top: 100%;
  left: 50%;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: rgb(63.7771653543, 88.5070866142, 101.5228346457);
  border-width: 1.45rem;
  margin-left: -1.45rem;
  transform: rotate(360deg);
}

@media only screen and (max-width: 40em) {
  #tab-module .tabs dd.active a:after {
    border-width: 1rem;
    margin-left: -1rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #tab-module .tabs dd.active a:after {
    border-width: 1.2rem;
    margin-left: -1.2rem;
  }
}
#tab-module .tabs dd > a {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
}

@media only screen and (max-width: 40em) {
  #tab-module .tabs dd > a {
    font-size: 0.875rem;
    padding: 0.925rem 0.3rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #tab-module .tabs dd > a {
    font-size: 1rem;
    padding: 1rem 1rem;
  }
}
#tab-module.as-buttons .tab-title {
  margin-bottom: 2rem !important;
}

#tab-module.as-buttons .tab-title > a {
  background-color: white;
  color: rgb(192.5, 205, 211.25);
  border: 1px solid #CDD7DC;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0 auto;
  text-align: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 90%;
  transition: all 0.1s linear 0s;
}

@media only screen and (max-width: 40em) {
  #tab-module.as-buttons .tab-title > a {
    width: 96%;
    line-height: 1.2;
    font-size: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
#tab-module.as-buttons .tab-title > a:hover {
  border: 1px solid #18BF93;
  color: #18BF93;
}

#tab-module.as-buttons .tab-title.active a {
  background-color: #18BF93;
  border: 1px solid #18BF93;
  color: white;
}

#tab-module.minimal {
  background-color: white;
}

@media only screen and (max-width: 40em) {
  #tab-module.minimal .tabs {
    display: none;
  }
}
#tab-module.minimal .tabs {
  margin: 0;
  border-bottom: 2px solid #EBEFF1;
  display: inline-flex;
  width: 100%;
  justify-content: center;
}

#tab-module.minimal .tabs .tab-title {
  text-align: center;
  padding: 0;
  margin: 0 1rem;
}

#tab-module.minimal .tabs .tab-title a {
  background-color: transparent;
  color: #989898;
  font-weight: 500;
  padding: 1rem 0.5rem;
  letter-spacing: 0.25px;
  line-height: 1.1;
}

#tab-module.minimal .tabs .tab-title a:hover {
  color: #282828;
}

#tab-module.minimal .tabs .tab-title a:hover::after {
  content: "";
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  background-color: #282828;
}

#tab-module.minimal .tabs .tab-title.active a {
  color: #282828;
}

#tab-module.minimal .tabs .tab-title.active a::after {
  content: "";
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  background-color: #4285f4;
}

#tab-module.minimal .accordion dd > a {
  margin-bottom: 1px;
}

@media only screen and (max-width: 40em) {
  #tab-module.minimal .accordion dd > .content {
    background-color: #EBEFF1;
  }
}
@media only screen and (min-width: 40.063em) {
  #tab-module.minimal .accordion dd > .content {
    margin-top: 3rem;
    padding: 0;
  }
}
#tab-module.minimal .accordion dd > .content .img-content img {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

#tab-module.minimal .accordion dd > .content .img-content .title-section .my-h2-title, #tab-module.minimal .accordion dd > .content .img-content .title-section .my-h3-title {
  font-weight: 500;
}

#tab-module.minimal .accordion dd > .content .img-content .title-section p {
  line-height: 1.4;
}

@media only screen and (min-width: 64.063em) {
  #tab-module.minimal .accordion dd > .content .img-content img {
    margin-top: 0;
    margin-bottom: 3rem;
  }
  #tab-module.minimal .accordion dd > .content .img-content .title-section {
    margin: 0 5rem;
  }
}
#tab-module .tabs-content {
  background: #FFFFFF;
  padding: 3.5rem 1.5rem 1rem;
  margin: 0 0 1.5rem;
}

@media only screen and (max-width: 40em) {
  #tab-module .tabs-content {
    padding: 2rem 1rem 1rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #tab-module .tabs-content {
    padding: 2rem 1.25rem 1rem;
  }
}
/* Really Important Module - Regularly used. This is Version 2. Relies on flex system */
#new-promo-container {
  display: -ms-inline-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
}

#new-promo-container.grey .my-h2-title, #new-promo-container.grey p, #new-promo-container.grey ul, #new-promo-container.grey a, #new-promo-container.grey blockquote, #new-promo-container.grey cite, #new-promo-container.domains .my-h2-title, #new-promo-container.domains p, #new-promo-container.domains ul, #new-promo-container.domains a, #new-promo-container.domains blockquote, #new-promo-container.domains cite {
  color: white;
}

#new-promo-container.grey {
  background: rgb(63.7771653543, 88.5070866142, 101.5228346457);
}

#new-promo-container.blue {
  background: rgb(93.9, 156, 214.5);
}

#new-promo-container.light-grey {
  background: #EBEFF1;
}

#new-promo-container.domains {
  background: #ff585d;
}

#new-promo-container .img-container {
  order: 0;
  align-self: center;
}

#new-promo-container .promo-text {
  order: 0;
  align-self: center;
  padding-top: 2.75rem;
  padding-bottom: 1.75rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
}

#new-promo-container .promo-text .my-h2-title {
  line-height: 1.2;
  color: #777;
}

#new-promo-container .promo-text .my-h2-title.white {
  color: white;
}

#new-promo-container .promo-text p {
  color: #777;
}

#new-promo-container .promo-text p.white {
  color: white;
}

#new-promo-container .promo-text a.dark {
  color: #384858;
}

#new-promo-container .promo-text ul {
  line-height: 1.3;
}

@media only screen and (max-width: 40em) {
  #new-promo-container .promo-text ul {
    font-size: 0.925rem;
  }
}
#new-promo-container .promo-text ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}

#new-promo-container .promo-text .button {
  margin-top: 0.5rem;
  min-width: 10rem;
}

#new-promo-container .promo-text .button.small {
  padding-top: 0.725rem;
  padding-bottom: 0.8375rem;
}

#new-promo-container .promo-text blockquote {
  font-style: italic;
  border-left: 0 none;
  padding: 0;
  margin-bottom: 0;
}

#new-promo-container .promo-text blockquote:before {
  font-family: Icomoon;
  content: "\e1a0";
  color: rgb(59.344015748, 82.3549606299, 94.465984252);
  font-size: 3rem;
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 1rem;
  line-height: 1;
}

#new-promo-container .promo-text blockquote cite {
  margin-top: 0.5rem;
}

#new-promo-container .promo-text cite {
  font-style: normal;
}

#new-promo-container .promo-text small {
  font-size: 85%;
}

#new-promo-container .more-margin {
  margin-top: 2rem;
}

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  #new-promo-container .more-margin {
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 64.063em) {
  #new-promo-container {
    flex-direction: row;
  }
  #new-promo-container .img-container {
    flex: 1;
    min-width: 50%;
    max-width: 50%;
  }
  #new-promo-container .promo-text {
    flex: 1;
    padding-top: 1.25rem;
    padding-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  #new-promo-container .promo-text .button {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 90.063em) {
  #new-promo-container {
    max-height: 35.9375rem;
    overflow: hidden;
  }
  #new-promo-container .promo-text {
    padding-left: 5rem;
    padding-right: 15rem;
  }
}
/* Module for displaying content and image. Example found on Why Ev SSL */
.asset {
  padding: 4rem 0;
}

.asset.light {
  background: #EBEFF1;
}

.asset.intro {
  padding-top: 2.25rem;
}

.asset .my-h2-title {
  line-height: 1.2;
}

.asset img {
  margin-bottom: 1.25rem;
}

@media only screen and (min-width: 64.063em) {
  .asset img {
    margin-top: 1.25rem;
    margin-bottom: 0;
  }
  .asset img.l-m-top {
    margin-top: 2.5rem;
  }
}
.asset ul {
  margin-left: 1.75rem;
}

.asset ul.w-m-bottom {
  margin-bottom: 1.75rem;
}

.asset ul li {
  list-style-type: none;
  line-height: 1.3;
  position: relative;
}

.asset ul li:not(:last-child) {
  margin-bottom: 0.75rem;
}

@media only screen and (max-width: 40em) {
  .asset ul li {
    font-size: 0.925rem;
  }
}
.asset ul li:before {
  content: "\e614";
  font-family: "icomoon";
  color: #18BF93;
  font-size: 18px;
  left: -1.75rem;
  top: -1px;
  position: absolute;
}

.asset .button.w-m-top {
  margin-top: 1.75rem;
}

/* Grid of 4 boxes in a row. Example found in domain names and ssl parent page */
.featured-grid {
  padding: 4rem 0;
  background: rgb(235.2, 239.16, 241.14);
}

.featured-grid .panel {
  background: white;
  position: relative; /* FF3.5+ */ /* Saf3.0+, Chrome */
  box-shadow: 0 2px 0 rgb(192.5, 205, 211.25); /* Opera 10.5, IE9 */
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 64.063em) {
  .featured-grid .panel {
    padding: 1.75rem;
    margin-bottom: 0;
  }
}
.featured-grid .panel:hover {
  box-shadow: none;
}

.featured-grid .panel::before {
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; /* FF3.5+ */ /* Saf3.0+, Chrome */
  box-shadow: 0 1px 6px rgb(140.25, 140.25, 140.25); /* Opera 10.5, IE9 */
  transition: opacity 0.3s ease-in-out;
}

.featured-grid .panel:hover::before {
  opacity: 1;
}

.featured-grid .panel .my-h3-title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #282828;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 40em) {
  .featured-grid .panel .my-h3-title {
    font-size: 1.125rem;
  }
}
.featured-grid .panel img {
  max-width: 45%;
}

.featured-grid .panel p {
  font-size: 0.925rem;
}

.featured-grid .panel p.desc {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  line-height: 1.4;
}

.featured-grid .panel p.desc.w-min-h {
  min-height: 6rem;
  line-height: 1.5;
}

.featured-grid .panel p.price {
  margin-bottom: 0;
  text-align: right;
  color: #282828;
  font-size: 1.825rem;
  display: block;
  line-height: 1.3;
}

.featured-grid .panel p.price .sup {
  font-family: "Roboto";
  font-size: 2.75rem;
}

.featured-grid .panel p.price sup {
  font-size: 45%;
  margin-top: 1.0625rem;
  margin-left: 0.125rem;
  position: absolute;
  top: initial;
}

.featured-grid .panel p.price small {
  font-size: 56%;
}

.featured-grid .panel p.price .strikethrough {
  color: rgb(141.75, 141.75, 141.75);
  font-size: 1.125rem;
}

.featured-grid .panel .button {
  padding: 0.8rem 1rem 0.8625rem;
  margin-bottom: 0;
}

.featured-grid .panel.on-offer:after {
  background-color: #00c853;
  color: white;
  content: "ΣΕ ΠΡΟΣΦΟΡΑ";
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0.35rem 0.75rem;
  position: absolute;
  right: 0;
  top: 0;
}

/* Cards that consist of an image and a link. They are made to be used aside of content. Preview them on Ssl-wizard */
.side-cards .panel {
  padding: 0;
}

.side-cards .panel a {
  background-color: #023161;
  color: white;
  line-height: 1.3;
  padding: 1.25rem 1rem;
  display: inline-block;
  font-size: 0.925rem;
  font-weight: 500;
  width: 100%;
  text-align: center;
  transition: all 0.3s ease-in 0s;
}

.side-cards .panel a:hover {
  background-color: rgb(1.6, 39.2, 77.6);
  text-decoration: underline;
}

/* Nice minimal tiles. Example found on SSL's product page and SSL installation service */
.tiles {
  padding: 4rem 0;
}

.tiles .my-h2-title {
  margin-bottom: 0.625rem;
}

.tiles p {
  line-height: 1.2;
}

.tiles ul {
  margin-top: 2.25rem;
}

.tiles ul li .tile {
  border: 1px solid #CDD7DC;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 1rem;
  position: relative;
}

.tiles ul li .tile figure {
  display: table-cell;
  vertical-align: middle;
  margin: 0.5rem;
  min-width: 4.375rem;
  max-width: 8.125rem;
}

.tiles ul li .tile .text-container {
  display: table-cell;
  vertical-align: middle;
}

.tiles ul li .tile .text-container p {
  color: #585858;
  line-height: 1.2;
}

.tiles ul li .tile .text-container p:last-of-type {
  margin-bottom: 0;
  font-size: 0.925rem;
}

.tiles ul li .tile .text-container .head {
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #282828;
}

.tiles ul li .tile:hover {
  cursor: pointer;
  border-color: rgb(180, 195, 202.5);
}

.tiles ul li .tile:hover .text-container .head {
  color: #008cdd;
}

.tiles ul li .tile::after {
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; /* FF3.5+ */ /* Saf3.0+, Chrome */
  box-shadow: 0 1px 6px rgb(178.5, 178.5, 178.5); /* Opera 10.5, IE9 */
  transition: opacity 0.3s ease-in-out;
}

.tiles ul li .tile:hover::after {
  opacity: 1;
}

.tiles ul li .tile, .tiles ul li .tile .text-container .head {
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 64.063em) {
  .tiles .my-h2-title {
    margin-bottom: 0.325rem;
  }
}
/* It is made for 6 items with icon. Dashed border. Not been used yet live.
Preview it on development page http://laravel.upgrade/tests/test4 */
@media only screen and (min-width: 64.063em) {
  .tiles-with-border .my-h2-title, .tiles-with-border .my-h3-title, .tiles-with-border p, .tiles-with-border i {
    text-align: center;
  }
}
.tiles-with-border .my-h3-title {
  font-weight: 500;
  font-size: 1.1rem;
}

.tiles-with-border p {
  margin-bottom: 0;
}

@media only screen and (min-width: 64.063em) {
  .tiles-with-border p {
    line-height: 1.4;
  }
}
.tiles-with-border i {
  display: block;
  font-size: 2.6875rem;
  margin-bottom: 1.5rem;
}

.tiles-with-border a {
  margin-top: 3rem;
  color: white;
}

.tiles-with-border ul {
  margin-top: 0;
}

@media only screen and (min-width: 64.063em) {
  .tiles-with-border ul {
    margin-top: 3rem;
  }
}
.tiles-with-border ul li {
  border-bottom: 1px dashed #c3cfd5;
  padding: 1.5rem 1rem;
}

@media only screen and (max-width: 40em) {
  .tiles-with-border ul li {
    padding: 1.5rem 0;
    margin-left: 1rem;
    width: 95%;
  }
}
@media only screen and (min-width: 64.063em) {
  .tiles-with-border ul li {
    border-right: 1px dashed #c3cfd5;
    border-bottom: none;
    padding: 2rem 3rem;
  }
}
.tiles-with-border ul li:last-of-type {
  border: none;
}

@media only screen and (min-width: 64.063em) {
  .tiles-with-border ul li:nth-child(3) {
    border-right: none;
  }
}
@media only screen and (min-width: 64.063em) {
  .tiles-with-border ul li:nth-child(-n+3) {
    border-bottom: 1px dashed #c3cfd5;
  }
}
/* Big stats module. Example found on wordpress page */
.big-stats {
  padding: 4rem 0 5rem;
}

.big-stats.grey {
  background: #EBEFF1;
}

.big-stats.grey ul {
  border-color: #CDD7DC;
}

.big-stats.grey ul li, .big-stats.grey ul li.middle {
  border-color: #CDD7DC;
}

.big-stats .wrapper {
  padding: 0 0.9375rem;
}

.big-stats ul li {
  padding-top: 2rem;
  border-bottom: 1px solid;
  border-color: rgb(226.6, 232.28, 235.12);
}

.big-stats ul li span {
  font-size: 2.125rem;
  font-weight: 700;
  font-family: "Roboto";
  line-height: 1;
}

.big-stats ul li p {
  margin-bottom: 0;
}

@media only screen and (min-width: 40.063em) {
  .big-stats .wrapper {
    padding: 0;
  }
  .big-stats ul {
    border-bottom: 1px solid;
    border-color: rgb(226.6, 232.28, 235.12);
  }
  .big-stats ul li {
    padding-top: 3.75rem;
    border-bottom: 0 none;
  }
  .big-stats ul li.middle {
    border-right: 1px solid;
    border-left: 1px solid;
    border-color: rgb(226.6, 232.28, 235.12);
  }
  .big-stats ul li span {
    font-size: 2.75rem;
    line-height: 1.1;
  }
}
/* Minimal Cards. The global version of them. Example found on new tld's */
.global-cards .global-card {
  max-width: 31.25rem;
  border: 1px solid #CDD7DC;
  position: relative;
}

.global-cards .global-card .global-card-img {
  position: relative;
}

.global-cards .global-card .global-card-content {
  padding: 1rem;
  background-color: white;
  position: relative;
  min-height: 166px;
}

.global-cards .global-card .global-card-content .global-card-name {
  font-weight: 700;
  font-size: 1.0625rem;
  color: #282828;
}

.global-cards .global-card .global-card-content .global-card-price {
  position: absolute;
  right: 1rem;
  top: 1.75rem;
}

.global-cards .global-card .global-card-content .global-card-price .price {
  display: flex;
  font-size: 0.9375rem;
  font-weight: 400;
}

.global-cards .global-card .global-card-content .global-card-price .price .strikethrough {
  margin-right: 0.5rem;
}

.global-cards .global-card .global-card-content .global-card-price .price .discount_target.current-price {
  color: rgb(252.558490566, 126.820754717, 63.341509434);
}

.global-cards .global-card:hover {
  border-color: rgb(180, 195, 202.5);
}

.global-cards .global-card::after {
  /*	content: "";
  	left: 0;
  	opacity: 0;
  	position: absolute;
  	top: 0;
  	width: 100%;
  	height: 100%;
  	z-index: -1;
  	@include shadow(0, 1px, 6px, scale-color($my-black, $lightness: 70%));
  	@include transition(opacity 0.3s ease-in-out);*/
}

.global-cards .global-card:hover::after {
  opacity: 1;
}

.global-cards .global-card.on-offer::before {
  background-color: #00c853;
  color: white;
  content: "ΣΕ ΠΡΟΣΦΟΡΑ";
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0.4125rem 1rem;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}

.global-cards .global-card.popular::before {
  background-color: #ff585d;
  color: white;
  content: "ΔΗΜΟΦΙΛΕΣ";
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0.4125rem 1rem;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}

.global-cards .global-card.w-label .global-card-img:after {
  color: white;
  content: "";
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0.5rem 0.75rem;
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  z-index: 2;
}

.global-cards .global-card.w-label.security .global-card-img:after {
  content: "ΑΣΦΑΛΕΙΑ";
  background-color: rgba(24, 191, 147, 0.8);
}

.global-cards .global-card.w-label.websites .global-card-img:after {
  content: "WEBSITES";
  background-color: rgba(148, 114, 190, 0.8);
}

/* Module for displaying 2 sections of content and an image. Example found in Hosting and Domains parent pages. Relies on flex system. */
.three-boxes {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
}

.three-boxes.light-grey .wrapper.box2 {
  background-color: rgb(218.2, 225.56, 229.24);
}

.three-boxes.light-grey .wrapper.box3 {
  background-color: rgb(204.2, 214.36, 219.44);
}

.three-boxes.dark-grey .wrapper.box2 {
  background-color: rgb(53.4331496063, 74.1521259843, 85.0568503937);
}

.three-boxes.dark-grey .wrapper.box3 {
  background-color: rgb(45.08, 62.56, 71.76);
}

.three-boxes.dark-grey .wrapper .content .genre-title, .three-boxes.dark-grey .wrapper .content p, .three-boxes.dark-grey .wrapper .content .my-h3-title {
  color: white;
}

.three-boxes.dark-grey .wrapper .content .genre-title, .three-boxes.dark-grey .wrapper .content p {
  opacity: 0.8;
}

.three-boxes .wrapper {
  flex: 1;
  height: inherit;
}

.three-boxes .wrapper.box1 img {
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.three-boxes .wrapper .content {
  padding: 3rem 1.25rem;
}

.three-boxes .wrapper .content .genre-title {
  display: inline-block;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
}

.three-boxes .wrapper .content .my-h3-title {
  font-weight: 500;
  line-height: 1.2;
}

.three-boxes .wrapper .content p {
  line-height: 1.5;
}

.three-boxes .wrapper .content .button {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.three-boxes .wrapper .content .button.small {
  padding-top: 0.725rem;
  padding-bottom: 0.8375rem;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .three-boxes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: inherit;
  }
  .three-boxes .wrapper {
    flex: 1 1 0;
  }
  .three-boxes .wrapper.box1 {
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 64.063em) {
  .three-boxes {
    flex-direction: row-reverse;
    overflow: hidden;
    height: 500px;
  }
  .three-boxes .wrapper .content {
    padding: 3rem;
  }
}
@media only screen and (min-width: 64.063em) and (min-width: 90.063em) {
  .three-boxes .wrapper .content {
    padding: 6rem;
  }
}
/* Flexible module for displaying content and image. Regularly used. This is Version2. Relies on flex system */
.new-img-module {
  background-color: white;
  padding: 0 0 2rem;
}

.new-img-module.light-grey {
  background: #EBEFF1;
}

.new-img-module .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  flex-wrap: nowrap;
}

.new-img-module .wrapper .img-container {
  padding: 0;
  margin: 30px 0 0;
  flex: 1 1 100%;
  width: 371px;
}

@media only screen and (min-width: 90.063em) {
  .new-img-module .wrapper .img-container {
    padding: 20px;
    min-width: 30%;
    margin: 0;
  }
}
.new-img-module .wrapper .content {
  padding: 1.25rem 0.9375rem;
}

.new-img-module .wrapper .content ul {
  margin-left: 1.75rem;
}

.new-img-module .wrapper .content ul.w-m-bottom {
  margin-bottom: 1.75rem;
}

.new-img-module .wrapper .content ul li {
  list-style-type: none;
  line-height: 1.3;
  position: relative;
}

.new-img-module .wrapper .content ul li:not(:last-child) {
  margin-bottom: 0.75rem;
}

@media only screen and (max-width: 40em) {
  .new-img-module .wrapper .content ul li {
    font-size: 0.925rem;
  }
}
.new-img-module .wrapper .content ul li:before {
  content: "\e614";
  font-family: "icomoon";
  color: #18BF93;
  font-size: 18px;
  left: -1.75rem;
  top: -1px;
  position: absolute;
}

.new-img-module .wrapper .content ol {
  margin: 0.75rem 0 1.25rem 1rem;
}

.new-img-module .wrapper .content ol li {
  font-size: 0.825rem;
  line-height: 1.2;
  list-style-type: inherit;
}

.new-img-module .wrapper .content ol li:before {
  content: none;
}

.new-img-module .wrapper .content .button {
  margin-bottom: 0;
}

@media only screen and (max-width: 40em) {
  .new-img-module .wrapper .content .button {
    width: 100%;
  }
}
.new-img-module .wrapper .content .button.w-m-top {
  margin-top: 0.75rem;
}

@media only screen and (min-width: 64.063em) {
  .new-img-module {
    padding: 4rem 0;
  }
  .new-img-module .wrapper {
    max-width: 87.5rem;
    flex-flow: row;
    margin: 0 auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .new-img-module .wrapper .img-container {
    max-width: 371px;
  }
  .new-img-module .wrapper .content {
    padding-left: 4rem;
  }
  .new-img-module.reverse .wrapper {
    flex-flow: row-reverse;
  }
  .new-img-module.reverse .wrapper .content {
    padding-left: 0;
    padding-right: 4rem;
  }
}
/* A row with a message. Available in 3-4 background variations. Regularly used. Relies on flex system */
.action-row {
  padding: 1.5rem;
}

.action-row.red {
  background-color: #ff585d;
}

.action-row.red .content a.button:hover {
  color: #ff585d;
}

.action-row.dark-blue {
  background-color: #023161;
}

.action-row.dark-blue .content a.button:hover {
  color: #023161;
}

.action-row.light-grey {
  background-color: #EBEFF1;
  border-top: 1px solid #DBE2E5;
  border-bottom: 1px solid #DBE2E5;
}

.action-row.light-grey .content p {
  color: #282828;
}

.action-row .content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-flow: column;
  flex-wrap: nowrap;
  min-height: 3.6875rem;
}

.action-row .content p {
  font-size: 1.35rem;
  font-weight: 500;
  color: white;
  line-height: 1.2;
  text-align: center;
}

.action-row .content a.button {
  background: transparent;
  border: 2px solid white;
  color: white;
  margin-bottom: 0;
}

.action-row .content a.button:hover {
  background-color: white;
  border-color: white;
}

@media only screen and (min-width: 40.063em) {
  .action-row .content {
    flex-flow: row;
  }
  .action-row .content p {
    text-align: left;
    font-weight: 400;
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 64.063em) {
  .action-row .content p {
    font-size: 1.75rem;
  }
}
/* A list with big numbers on the side. Example found on Why choose DNHOST */
.ordered-list {
  padding: 4rem 0;
}

.ordered-list.intro-padding {
  padding: 2.25rem 0 4rem;
}

.ordered-list.light-grey {
  background-color: #EBEFF1;
}

.ordered-list.hosting .my-ordered-list > li:before {
  color: #20B6DB;
  background-color: white;
}

.ordered-list .my-ordered-list {
  list-style-type: none;
  margin: 0;
  margin-left: 2.25rem;
  padding: 0;
  padding-top: 0.5rem;
  counter-reset: li-counter;
}

.ordered-list .my-ordered-list > li {
  position: relative;
  margin-bottom: 1.25rem;
  padding-left: 2.75rem;
  min-height: 3rem;
}

.ordered-list .my-ordered-list > li:before {
  color: #0686D8;
  content: counter(li-counter, decimal);
  counter-increment: li-counter;
  font-size: 2rem;
  font-weight: 700;
  left: -2.75rem;
  line-height: 1.95;
  position: absolute;
  text-align: center;
  top: -1px;
  width: 4rem;
  background-color: #daedf8;
  border-radius: 50%;
  height: 4rem;
  font-family: "Roboto";
}

@media only screen and (max-width: 40em) {
  .ordered-list .my-ordered-list > li {
    padding-left: 1rem;
  }
  .ordered-list .my-ordered-list > li:before {
    font-size: 1.5rem;
    width: 3rem;
    height: 3rem;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .ordered-list .my-ordered-list > li:before {
    line-height: 2;
  }
}
.ordered-list .my-ordered-list li {
  margin-bottom: 5rem;
}

@media only screen and (max-width: 40em) {
  .ordered-list .my-ordered-list li {
    margin-bottom: 3rem;
  }
}
.ordered-list .my-ordered-list li:last-of-type {
  margin-bottom: 0;
}

.ordered-list .my-ordered-list li h3 {
  font-size: 1.375rem;
  font-weight: 400;
  margin-top: 0;
  line-height: 1.2;
}

@media only screen and (max-width: 40em) {
  .ordered-list .my-ordered-list li h3 {
    font-size: 1.225rem;
  }
}
.ordered-list .my-ordered-list li p.lead {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
}

.ordered-list .my-ordered-list li ul {
  margin-left: 1.25rem;
}

.ordered-list .my-ordered-list li ul li {
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

@media only screen and (max-width: 40em) {
  .ordered-list .my-ordered-list li ul li {
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
  }
}
.ordered-list .my-ordered-list li ul li:before {
  content: "\e614";
  font-family: "icomoon";
  margin-left: -0.9rem;
  left: -0.4rem;
  color: #18BF93;
  position: relative;
  top: 1px;
}

.ordered-list .panel {
  background: rgb(253.4, 247.6, 219.2);
  border: 2px solid rgb(245.6181818182, 211.6090909091, 45.0818181818);
  margin-top: 1rem;
}

.ordered-list .panel p {
  font-size: 0.925rem;
}

.ordered-list .panel p.panel-header {
  font-weight: 500;
  margin-bottom: 0.25rem;
  font-size: 1rem;
}

.ordered-list .disclaimer {
  margin-top: 4rem;
}

.ordered-list .disclaimer p {
  border-bottom: 1px solid #c3d4d8;
  font-weight: 500;
  margin-bottom: 0.75rem;
  padding-bottom: 0.25rem;
}

.ordered-list .disclaimer ul {
  margin-bottom: 0;
}

.ordered-list .disclaimer ul li {
  padding-bottom: 0.75rem;
  font-size: 0.925rem;
}

@media only screen and (min-width: 64.063em) {
  .ordered-list .disclaimer ul li {
    padding-bottom: 0.25rem;
  }
}
/* Mobile Bottom Navigation - Bar with useful links that pops up when user scrolls down in mobile */
.bottom-navigation {
  box-shadow: 0 0 2px 1.5px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  background-color: white;
  width: 100%;
  z-index: 99;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1);
}

.bottom-navigation.hidden {
  transform: translateY(100%);
}

.bottom-navigation ul {
  text-align: center;
}

.bottom-navigation ul li {
  padding: 0;
}

.bottom-navigation ul li a {
  color: #585858;
  display: block;
  transition: all 0.3s ease-in-out;
}

.bottom-navigation ul li a div {
  padding: 0.75rem;
}

.bottom-navigation ul li a div i {
  font-size: 1.4375rem;
  position: relative;
  top: 2px;
}

.bottom-navigation ul li a div span {
  display: block;
  font-size: 0.825rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.bottom-navigation ul li a div span.badge {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: white;
  font-size: 0.675rem;
  height: 18px;
  width: 18px;
  position: absolute;
  line-height: 20px;
  font-weight: 400;
  background-color: #ff585d;
  display: inline;
  top: 10px;
  margin-left: -7px;
}

.bottom-navigation ul li a.active {
  color: #4285f4;
}

.bottom-navigation ul li a.active div {
  padding: 0.5rem;
}

.bottom-navigation ul li a.active div i {
  font-size: 1.625rem;
  top: 4px;
}

.bottom-navigation ul li a.active div span {
  font-size: 0.925rem;
  top: 2px;
}

@-moz-document url-prefix() {
  .bottom-navigation ul li a div span.badge {
    line-height: 16px;
  }
}
/* ----------------------------------------------------------------------
Modules used for the parent pages Domains, Hosting ,Security and Websites
----------------------------------------------------------------------- */
.overview {
  padding: 2.25rem 0 4rem;
}

.overview a .panel {
  padding-bottom: 1.5rem;
  margin-bottom: 0;
  position: relative;
  text-align: center;
  background-color: white;
  border: 1px solid #CDD7DC;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .overview a .panel {
    padding: 1.75rem 2rem 1.75rem;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .overview a .panel {
    padding: 2rem 1rem 1rem;
  }
}
@media only screen and (min-width: 64.063em) {
  .overview a .panel {
    padding: 2rem 1.25rem 1.5rem;
  }
}
.overview a .panel:hover {
  border: 1px solid rgb(180, 195, 202.5);
}

.overview a .panel:hover .icon i {
  color: white;
}

.overview a .panel:hover p {
  transition: opacity 0.8s, transform 0.8s;
}

.overview a .panel:hover p.content {
  visibility: hidden;
  opacity: 0;
  display: none;
}

.overview a .panel:hover p.h-content {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.overview a .panel:hover .button {
  background: rgb(0, 112, 176.8);
}

.overview a .panel::after {
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; /* FF3.5+ */ /* Saf3.0+, Chrome */
  box-shadow: 0 1px 6px rgb(178.5, 178.5, 178.5); /* Opera 10.5, IE9 */
  transition: opacity 0.3s ease-in-out;
}

.overview a .panel:hover::after {
  opacity: 1;
}

.overview a .panel h3, .overview a .panel h2 {
  font-size: 1.3125rem;
  line-height: 1.1;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0.25rem;
  color: #282828;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 40.063em) {
  .overview a .panel h3, .overview a .panel h2 {
    line-height: 1.4;
    margin-bottom: 0;
  }
}
.overview a .panel p {
  font-size: 0.925rem;
  line-height: 1.5;
}

.overview a .panel p.subheading {
  font-size: 0.8125rem;
  font-weight: 400;
  padding-bottom: 0.25rem;
  margin: 0 auto 1.25rem;
}

.overview a .panel p.content {
  opacity: 1;
  visibility: visible;
  position: relative;
  display: inline-block;
  min-height: 4.25rem;
  margin-bottom: 0;
}

.overview a .panel p.h-content {
  visibility: hidden;
  opacity: 0;
  margin-bottom: 0;
  position: absolute;
  min-height: 4.25rem;
  top: 0;
}

.overview a .panel p i {
  vertical-align: middle;
}

.overview a .panel .icon {
  margin: 0 auto;
  width: 8rem;
  margin-top: 0.25rem;
  margin-bottom: 2rem;
}

.overview a .panel .icon:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: #EEF1F3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.3s ease-out 0s;
}

.overview a .panel .icon i {
  float: left;
  width: 100%;
  padding-top: 50%;
  line-height: 1em;
  margin-top: -0.5em;
  text-align: center;
  font-size: 3.75rem;
  transition: all 0.3s ease-out 0.1s;
}

.overview a .panel .button {
  width: 100%;
  padding: 0.8rem 1rem 0.8625rem;
  margin-bottom: 0;
  margin-top: 1.25rem;
}

.four-elements {
  background: rgb(232.2, 236.76, 239.04);
  padding: 4rem 0 3rem;
}

.four-elements .my-h4-title {
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.four-elements p {
  margin-bottom: 2.5rem;
}

@media only screen and (max-width: 40em) {
  .four-elements p.no-margin-bottom {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 90.063em) {
  .four-elements ul {
    margin-left: -2rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .four-elements ul {
    padding-left: 1rem;
  }
}
.four-elements ul li {
  margin-top: 2rem;
  padding-right: 1rem;
}

@media only screen and (max-width: 40em) {
  .four-elements ul li {
    margin-top: 1.375rem;
  }
}
.four-elements ul li .icon {
  width: 8rem;
  float: right;
}

@media only screen and (max-width: 40em) {
  .four-elements ul li .icon {
    display: none;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .four-elements ul li .icon {
    width: 7rem;
  }
}
.four-elements ul li .icon:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: white;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.four-elements ul li .icon.color1 {
  color: #fd9662;
}

.four-elements ul li .icon.color2 {
  color: #20B6DB;
}

.four-elements ul li .icon.color3 {
  color: #9472BE;
}

.four-elements ul li .icon.color5 {
  color: #008cdd;
}

.four-elements ul li .icon.color7 {
  color: #18BF93;
}

.four-elements ul li .icon i {
  float: left;
  width: 100%;
  padding-top: 50%;
  line-height: 1;
  margin-top: -0.475em;
  text-align: center;
  font-size: 2.5625rem;
}

@media only screen and (min-width: 64.063em) {
  .four-elements ul li .icon i {
    font-size: 3.3125rem;
  }
}
.four-elements ul li:hover .icon:after {
  background: white;
}

/* End parent pages modules */
/* Cookies Consent Box */
.cookies-box {
  padding: 1rem;
  position: fixed;
  background: #EBEFF1;
  z-index: 999999;
  bottom: 0;
  width: 100%;
}

.cookies-box .content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-flow: column;
  flex-wrap: nowrap;
  min-height: 3.6875rem;
}

.cookies-box .content p {
  font-size: 0.925rem;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0.75rem;
}

.cookies-box .content .button {
  margin-bottom: 0;
  padding-top: 0.575rem;
  padding-bottom: 0.6375rem;
}

@media only screen and (min-width: 40.063em) {
  .cookies-box {
    z-index: 9999;
    padding: 0.375rem 1rem;
  }
  .cookies-box .content {
    flex-flow: row;
  }
  .cookies-box .content p {
    text-align: left;
    margin-bottom: 0;
    margin-right: 1.25rem;
  }
}
@media only screen and (min-width: 64.063em) {
  .cookies-box {
    padding: 0.375rem 5rem;
  }
}
/*---------------------------espa-----------------------------------*/
a.espa {
  position: absolute;
  left: 0;
  top: 0;
}

.espa-con {
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 60em) {
  a.espa {
    position: relative;
  }
  .espa-con {
    text-align: center;
  }
}
/***Dedicatede Server***/
@media screen and (max-width: 848px) {
  .special-list .custom-list .item {
    width: 100%;
  }
}
@media screen and (min-width: 848px) and (max-width: 1024px) {
  .special-list .custom-list .item.product_info {
    display: inline-block;
    margin: 7px;
  }
  .special-list .custom-list .item {
    float: none;
  }
}
/*---------------------------espa-end----------------------------------*/
/* ------------
End CSS file
-------------- */
.slider-comments .ratings {
  display: inline-block;
  color: #f6b519;
}

.orbit-slides-container > li {
  padding: 0px 10px;
}

/*# sourceMappingURL=homepage.css.map*/