@charset "UTF-8";
/* -------------------------------
Main style file
--------------------------------*/
/* Specifies the character encoding used in the style sheet. Must be first element */
/* 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, .top-bar .domains-more-results .tld-results .tld-line .tld-name .tld, .domains-more-results .tld-results .tld-line .tld-name .top-bar .tld {
  height: 45px;
  margin: 0;
  font-size: 16px;
}

.top-bar .name h1, .top-bar .domains-more-results .tld-results .tld-line .tld-name .tld h1, .domains-more-results .tld-results .tld-line .tld-name .top-bar .tld h1 {
  line-height: 45px;
  font-size: 1.0625rem;
  margin: 0;
}

.top-bar .name h1 a, .top-bar .domains-more-results .tld-results .tld-line .tld-name .tld h1 a, .domains-more-results .tld-results .tld-line .tld-name .top-bar .tld 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, .top-bar .domains-more-results .tld-results .tld-line .tld-name .tld h1 a, .domains-more-results .tld-results .tld-line .tld-name .top-bar .tld 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, .cart-widget .wrapper ul.cart-items li .domains-more-results .tld-results .tld-line .actions .tld-taken, .domains-more-results .tld-results .tld-line .actions .cart-widget .wrapper ul.cart-items li .tld-taken, .cart-widget .wrapper .domain-results ul.cart-items li .price-container .year, .domain-results .cart-widget .wrapper ul.cart-items li .price-container .year, .cart-widget .wrapper .domain-results ul.cart-items .price-container li .year, .domain-results .cart-widget .wrapper ul.cart-items .price-container li .year {
  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, #product-summary .wrapper .item .domains-more-results .tld-results .tld-line .actions .tld-taken, .domains-more-results .tld-results .tld-line .actions #product-summary .wrapper .item .tld-taken, #product-summary .wrapper .item .domain-results ul .price-container .year, .domain-results ul .price-container #product-summary .wrapper .item .year {
  margin-top: 1rem;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #product-summary .wrapper .item .price, #product-summary .wrapper .item .domains-more-results .tld-results .tld-line .actions .tld-taken, .domains-more-results .tld-results .tld-line .actions #product-summary .wrapper .item .tld-taken, #product-summary .wrapper .item .domain-results ul .price-container .year, .domain-results ul .price-container #product-summary .wrapper .item .year {
    margin-top: 1.9375rem;
  }
}
@media only screen and (min-width: 64.063em) {
  #product-summary .wrapper .item .price, #product-summary .wrapper .item .domains-more-results .tld-results .tld-line .actions .tld-taken, .domains-more-results .tld-results .tld-line .actions #product-summary .wrapper .item .tld-taken, #product-summary .wrapper .item .domain-results ul .price-container .year, .domain-results ul .price-container #product-summary .wrapper .item .year {
    margin-top: 0;
  }
}
#product-summary .wrapper .item .price .strikethrough, #product-summary .wrapper .item .domains-more-results .tld-results .tld-line .actions .tld-taken .strikethrough, .domains-more-results .tld-results .tld-line .actions #product-summary .wrapper .item .tld-taken .strikethrough, #product-summary .wrapper .item .domain-results ul .price-container .year .strikethrough, .domain-results ul .price-container #product-summary .wrapper .item .year .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, #product-summary .wrapper .item .domains-more-results .tld-results .tld-line .actions .tld-taken .strikethrough, .domains-more-results .tld-results .tld-line .actions #product-summary .wrapper .item .tld-taken .strikethrough, #product-summary .wrapper .item .domain-results ul .price-container .year .strikethrough, .domain-results ul .price-container #product-summary .wrapper .item .year .strikethrough {
    margin-right: 0.25rem;
  }
}
#product-summary .wrapper .item .price.discount, #product-summary .wrapper .item .domains-more-results .tld-results .tld-line .actions .discount.tld-taken, .domains-more-results .tld-results .tld-line .actions #product-summary .wrapper .item .discount.tld-taken, #product-summary .wrapper .item .domain-results ul .price-container .discount.year, .domain-results ul .price-container #product-summary .wrapper .item .discount.year {
  line-height: 1.3;
}

#product-summary .wrapper .item .price.discount .current-price, #product-summary .wrapper .item .domains-more-results .tld-results .tld-line .actions .discount.tld-taken .current-price, .domains-more-results .tld-results .tld-line .actions #product-summary .wrapper .item .discount.tld-taken .current-price, #product-summary .wrapper .item .domain-results ul .price-container .discount.year .current-price, .domain-results ul .price-container #product-summary .wrapper .item .discount.year .current-price {
  color: rgb(252.558490566, 126.820754717, 63.341509434);
  display: inline;
  font-weight: 500;
}

#product-summary .wrapper .item .price .annual-price, #product-summary .wrapper .item .domains-more-results .tld-results .tld-line .actions .tld-taken .annual-price, .domains-more-results .tld-results .tld-line .actions #product-summary .wrapper .item .tld-taken .annual-price, #product-summary .wrapper .item .domain-results ul .price-container .year .annual-price, .domain-results ul .price-container #product-summary .wrapper .item .year .annual-price {
  display: block;
  font-size: 0.825rem;
  color: rgb(141.75, 141.75, 141.75);
}

#product-summary .wrapper .item .price .set-up-price, #product-summary .wrapper .item .domains-more-results .tld-results .tld-line .actions .tld-taken .set-up-price, .domains-more-results .tld-results .tld-line .actions #product-summary .wrapper .item .tld-taken .set-up-price, #product-summary .wrapper .item .domain-results ul .price-container .year .set-up-price, .domain-results ul .price-container #product-summary .wrapper .item .year .set-up-price {
  display: block;
  font-size: 0.825rem;
  margin-top: 0.125rem;
}

#product-summary .wrapper .item .price .set-up-price span, #product-summary .wrapper .item .domains-more-results .tld-results .tld-line .actions .tld-taken .set-up-price span, .domains-more-results .tld-results .tld-line .actions #product-summary .wrapper .item .tld-taken .set-up-price span, #product-summary .wrapper .item .domain-results ul .price-container .year .set-up-price span, .domain-results ul .price-container #product-summary .wrapper .item .year .set-up-price span {
  font-size: 0.9375rem;
  display: inline-block;
}

#product-summary .wrapper .item .price .set-up-price.rgp-fee, #product-summary .wrapper .item .domains-more-results .tld-results .tld-line .actions .tld-taken .set-up-price.rgp-fee, .domains-more-results .tld-results .tld-line .actions #product-summary .wrapper .item .tld-taken .set-up-price.rgp-fee, #product-summary .wrapper .item .domain-results ul .price-container .year .set-up-price.rgp-fee, .domain-results ul .price-container #product-summary .wrapper .item .year .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, #product-summary .wrapper .item .domains-more-results .tld-results .tld-line .actions .tld-taken .set-up-price.rgp-fee div, .domains-more-results .tld-results .tld-line .actions #product-summary .wrapper .item .tld-taken .set-up-price.rgp-fee div, #product-summary .wrapper .item .domain-results ul .price-container .year .set-up-price.rgp-fee div, .domain-results ul .price-container #product-summary .wrapper .item .year .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, #product-summary .wrapper .item .actions-panel .up_sell.installation-ssl .domains-more-results .tld-results .tld-line .actions .tld-taken, .domains-more-results .tld-results .tld-line .actions #product-summary .wrapper .item .actions-panel .up_sell.installation-ssl .tld-taken, #product-summary .wrapper .item .actions-panel .up_sell.installation-ssl .domain-results ul .price-container .year, .domain-results ul .price-container #product-summary .wrapper .item .actions-panel .up_sell.installation-ssl .year {
    margin-top: 0.75rem;
  }
}
@media only screen and (max-width: 40em) {
  #product-summary .wrapper .item .actions-panel .up_sell.installation-ssl .price, #product-summary .wrapper .item .actions-panel .up_sell.installation-ssl .domains-more-results .tld-results .tld-line .actions .tld-taken, .domains-more-results .tld-results .tld-line .actions #product-summary .wrapper .item .actions-panel .up_sell.installation-ssl .tld-taken, #product-summary .wrapper .item .actions-panel .up_sell.installation-ssl .domain-results ul .price-container .year, .domain-results ul .price-container #product-summary .wrapper .item .actions-panel .up_sell.installation-ssl .year {
    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, .custom-list .item ul .domains-more-results .tld-results .tld-line .tld-name li.tld a, .domains-more-results .tld-results .tld-line .tld-name .custom-list .item ul li.tld 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, .custom-list .item:hover .domains-more-results .tld-results .tld-line .tld-name .tld a, .domains-more-results .tld-results .tld-line .tld-name .custom-list .item:hover .tld 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, .custom-list .item ul .domains-more-results .tld-results .tld-line .tld-name li.tld a, .domains-more-results .tld-results .tld-line .tld-name .custom-list .item ul li.tld 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, .domain-search-items ul li .tld .domains-more-results .tld-results .tld-line .actions .tld-taken, .domains-more-results .tld-results .tld-line .actions .domain-search-items ul li .tld .tld-taken, .domain-search-items .domain-results ul li .tld .price-container .year, .domain-results .domain-search-items ul li .tld .price-container .year, .domain-search-items .domain-results ul .price-container li .tld .year, .domain-results .domain-search-items ul .price-container li .tld .year {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
}

.domain-search-items ul li .tld .price .strikethrough, .domain-search-items ul li .tld .domains-more-results .tld-results .tld-line .actions .tld-taken .strikethrough, .domains-more-results .tld-results .tld-line .actions .domain-search-items ul li .tld .tld-taken .strikethrough, .domain-search-items .domain-results ul li .tld .price-container .year .strikethrough, .domain-results .domain-search-items ul li .tld .price-container .year .strikethrough, .domain-search-items .domain-results ul .price-container li .tld .year .strikethrough, .domain-results .domain-search-items ul .price-container li .tld .year .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, .domain-search-items ul li .tld .domains-more-results .tld-results .tld-line .actions .discount.tld-taken .regular-price, .domains-more-results .tld-results .tld-line .actions .domain-search-items ul li .tld .discount.tld-taken .regular-price, .domain-search-items .domain-results ul li .tld .price-container .discount.year .regular-price, .domain-results .domain-search-items ul li .tld .price-container .discount.year .regular-price, .domain-search-items .domain-results ul .price-container li .tld .discount.year .regular-price, .domain-results .domain-search-items ul .price-container li .tld .discount.year .regular-price, .domain-search-items .domain-results ul li .tld .price.discount .price-container .reduced-price, .domain-search-items .domain-results ul li .tld .domains-more-results .tld-results .tld-line .actions .discount.tld-taken .price-container .reduced-price, .domains-more-results .tld-results .tld-line .actions .domain-search-items .domain-results ul li .tld .discount.tld-taken .price-container .reduced-price, .domain-search-items .domain-results ul li .tld .price-container .discount.year .price-container .reduced-price, .domain-results .domain-search-items ul li .tld .price.discount .price-container .reduced-price, .domain-results .domain-search-items ul li .tld .domains-more-results .tld-results .tld-line .actions .discount.tld-taken .price-container .reduced-price, .domains-more-results .tld-results .tld-line .actions .domain-results .domain-search-items ul li .tld .discount.tld-taken .price-container .reduced-price, .domain-results .domain-search-items ul li .tld .price-container .discount.year .price-container .reduced-price, .domain-search-items .domain-results ul .price-container li .tld .price.discount .reduced-price, .domain-search-items .domain-results ul .price-container li .tld .domains-more-results .tld-results .tld-line .actions .discount.tld-taken .reduced-price, .domains-more-results .tld-results .tld-line .actions .domain-search-items .domain-results ul .price-container li .tld .discount.tld-taken .reduced-price, .domain-search-items .domain-results ul .price-container li .tld .discount.year .reduced-price, .domain-results .domain-search-items ul .price-container li .tld .price.discount .reduced-price, .domain-results .domain-search-items ul .price-container li .tld .domains-more-results .tld-results .tld-line .actions .discount.tld-taken .reduced-price, .domains-more-results .tld-results .tld-line .actions .domain-results .domain-search-items ul .price-container li .tld .discount.tld-taken .reduced-price, .domain-results .domain-search-items ul .price-container li .tld .discount.year .reduced-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, .domain-search-items ul li .tld .domains-more-results .tld-results .tld-line .actions .small-left.tld-taken, .domains-more-results .tld-results .tld-line .actions .domain-search-items ul li .tld .small-left.tld-taken, .domain-search-items .domain-results ul li .tld .price-container .small-left.year, .domain-results .domain-search-items ul li .tld .price-container .small-left.year, .domain-search-items .domain-results ul .price-container li .tld .small-left.year, .domain-results .domain-search-items ul .price-container li .tld .small-left.year {
    left: -12px;
  }
}
@media only screen and (min-width: 40.063em) {
  .domain-search-items ul li .tld .price.small-right, .domain-search-items ul li .tld .domains-more-results .tld-results .tld-line .actions .small-right.tld-taken, .domains-more-results .tld-results .tld-line .actions .domain-search-items ul li .tld .small-right.tld-taken, .domain-search-items .domain-results ul li .tld .price-container .small-right.year, .domain-results .domain-search-items ul li .tld .price-container .small-right.year, .domain-search-items .domain-results ul .price-container li .tld .small-right.year, .domain-results .domain-search-items ul .price-container li .tld .small-right.year {
    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 .main_hp_banner .text-container .domain-search-items ul li div.tld .domains-more-results .tld-results .tld-line .actions .tld-taken, .domains-more-results .tld-results .tld-line .actions header .main_hp_banner .text-container .domain-search-items ul li div.tld .tld-taken, header .main_hp_banner .text-container .domain-search-items .domain-results ul li div.tld .price-container .year, .domain-results header .main_hp_banner .text-container .domain-search-items ul li div.tld .price-container .year, header .main_hp_banner .text-container .domain-search-items .domain-results ul .price-container li div.tld .year, .domain-results header .main_hp_banner .text-container .domain-search-items ul .price-container li div.tld .year,
header .page_banner .text-container .domain-search-items ul li div.tld .price,
header .page_banner .text-container .domain-search-items ul li div.tld .domains-more-results .tld-results .tld-line .actions .tld-taken,
.domains-more-results .tld-results .tld-line .actions header .page_banner .text-container .domain-search-items ul li div.tld .tld-taken,
header .page_banner .text-container .domain-search-items .domain-results ul li div.tld .price-container .year,
.domain-results header .page_banner .text-container .domain-search-items ul li div.tld .price-container .year,
header .page_banner .text-container .domain-search-items .domain-results ul .price-container li div.tld .year,
.domain-results header .page_banner .text-container .domain-search-items ul .price-container li div.tld .year {
  color: #10356f;
}

header .main_hp_banner .text-container .domain-search-items ul li div.tld .price.on-offer, header .main_hp_banner .text-container .domain-search-items ul li div.tld .domains-more-results .tld-results .tld-line .actions .on-offer.tld-taken, .domains-more-results .tld-results .tld-line .actions header .main_hp_banner .text-container .domain-search-items ul li div.tld .on-offer.tld-taken, header .main_hp_banner .text-container .domain-search-items .domain-results ul li div.tld .price-container .on-offer.year, .domain-results header .main_hp_banner .text-container .domain-search-items ul li div.tld .price-container .on-offer.year, header .main_hp_banner .text-container .domain-search-items .domain-results ul .price-container li div.tld .on-offer.year, .domain-results header .main_hp_banner .text-container .domain-search-items ul .price-container li div.tld .on-offer.year,
header .page_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 .domains-more-results .tld-results .tld-line .actions .on-offer.tld-taken,
.domains-more-results .tld-results .tld-line .actions header .page_banner .text-container .domain-search-items ul li div.tld .on-offer.tld-taken,
header .page_banner .text-container .domain-search-items .domain-results ul li div.tld .price-container .on-offer.year,
.domain-results header .page_banner .text-container .domain-search-items ul li div.tld .price-container .on-offer.year,
header .page_banner .text-container .domain-search-items .domain-results ul .price-container li div.tld .on-offer.year,
.domain-results header .page_banner .text-container .domain-search-items ul .price-container li div.tld .on-offer.year {
  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*/
/* Custom Slider styles. Preview it on dedicated servers filters */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform-origin: 0 0;
}

/* Offset direction
 */
html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  position: absolute;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px;
  margin: 2.25rem 0.5rem 1rem;
}

.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  left: -10px;
  top: -8px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -10px;
  left: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #CDD7DC;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #008cdd;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid rgb(180, 195, 202.5);
  border-radius: 50%;
  background: #FFF;
  cursor: default;
  box-shadow: 0 3px 6px -3px #CDD7DC;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

/* Tooltips */
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #CDD7DC;
  border-radius: 3px;
  background: #fff;
  color: #585858;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
  font-size: 0.75rem;
}

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

/*  */
.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;
}

/*
This is our main select component. We have integrated it with the html select.


Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.2.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2014 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  width: 100% !important;
  margin-bottom: 0.9375rem;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#product-summary a.submit-edit.alert {
  animation-name: colorblink;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@keyframes colorblink {
  0% {
    background-color: #ff131a;
  }
  50% {
    background-color: #b50005;
  }
  100% {
    background-color: #ff131a;
  }
}
.chosen-container.error {
  margin-bottom: 0;
}

.chosen-container.error .chosen-single {
  border-bottom: none;
}

.chosen-container.error .help-block.form-error {
  top: 0;
}

.chosen-container * {
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #20B6DB;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  line-height: 2.4rem;
  text-decoration: none;
  white-space: nowrap;
  background-color: white;
  border: 1px solid rgb(192.5, 205, 211.25);
  color: black;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 400;
  transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
}

.chosen-container-single .chosen-single:hover {
  border-color: #9bafb9;
}

.chosen-container-single .chosen-default {
  color: rgba(0, 0, 0, 0.4);
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/sprites/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/sprites/chosen-sprite.png") no-repeat 0px 9px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("../img/sprites/chosen-sprite.png") no-repeat 100% -20px;
  background: url("../img/sprites/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 0.875rem;
  font-family: inherit;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
  font-size: 0.875rem;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: rgb(0, 133, 209.95);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-result.group-separator {
  border-top: 1px solid #CDD7DC;
  margin-top: 10px;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li.group-option.group-option-alighned {
  padding: 5px 6px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  background-color: white;
  border: 1px solid rgb(192.5, 205, 211.25);
  color: black;
  cursor: text;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2.4rem;
  margin-bottom: 0;
  margin-left: 0;
  overflow: hidden;
  padding: 5px 0 5px 8px;
  text-decoration: none;
  transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 0;
  background-color: #F2F8F9;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #F2F8F9 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/sprites/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #F2F8F9 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #20B6DB;
  border-radius: 0;
  background-image: linear-gradient(#F2F8F9 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 10px;
}

.chosen-container-active .chosen-choices {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: white url("../img/sprites/chosen-sprite.png") no-repeat -30px -20px;
  background: url("../img/sprites/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type=text],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type=text],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("../img/sprites/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
: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;
}

/* This file is used for making responsive charts. Preview example at semi-dedicated hosting */
/* End Settings*/
.ct-label {
  fill: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 500;
}

.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: block;
  display: flex;
}

.ct-chart-pie .ct-label,
.ct-chart-donut .ct-label {
  dominant-baseline: central;
}

.ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-label.ct-vertical.ct-start {
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}

.ct-label.ct-vertical.ct-end {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end;
}

.ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px;
}

.ct-grid-background {
  fill: none;
}

.ct-point {
  stroke-width: 10px;
  stroke-linecap: round;
}

.ct-line {
  fill: none;
  stroke-width: 4px;
}

.ct-area {
  stroke: none;
  fill-opacity: 0.1;
}

.ct-bar {
  fill: none;
  stroke-width: 10px;
}

.ct-slice-donut {
  fill: none;
  stroke-width: 60px;
}

.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
  stroke: #d70206;
}

.ct-series-a .ct-slice-pie, .ct-series-a .ct-area {
  fill: #d70206;
}

.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
  stroke: #f05b4f;
}

.ct-series-b .ct-slice-pie, .ct-series-b .ct-area {
  fill: #f05b4f;
}

.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
  stroke: #f4c63d;
}

.ct-series-c .ct-slice-pie, .ct-series-c .ct-area {
  fill: #f4c63d;
}

.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
  stroke: #d17905;
}

.ct-series-d .ct-slice-pie, .ct-series-d .ct-area {
  fill: #d17905;
}

.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
  stroke: #453d3f;
}

.ct-series-e .ct-slice-pie, .ct-series-e .ct-area {
  fill: #453d3f;
}

.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
  stroke: #59922b;
}

.ct-series-f .ct-slice-pie, .ct-series-f .ct-area {
  fill: #59922b;
}

.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
  stroke: #0544d3;
}

.ct-series-g .ct-slice-pie, .ct-series-g .ct-area {
  fill: #0544d3;
}

.ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut {
  stroke: #6b0392;
}

.ct-series-h .ct-slice-pie, .ct-series-h .ct-area {
  fill: #6b0392;
}

.ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut {
  stroke: #f05b4f;
}

.ct-series-i .ct-slice-pie, .ct-series-i .ct-area {
  fill: #f05b4f;
}

.ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut {
  stroke: #dda458;
}

.ct-series-j .ct-slice-pie, .ct-series-j .ct-area {
  fill: #dda458;
}

.ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut {
  stroke: #eacf7d;
}

.ct-series-k .ct-slice-pie, .ct-series-k .ct-area {
  fill: #eacf7d;
}

.ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut {
  stroke: #86797d;
}

.ct-series-l .ct-slice-pie, .ct-series-l .ct-area {
  fill: #86797d;
}

.ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut {
  stroke: #b2c326;
}

.ct-series-m .ct-slice-pie, .ct-series-m .ct-area {
  fill: #b2c326;
}

.ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut {
  stroke: #6188e2;
}

.ct-series-n .ct-slice-pie, .ct-series-n .ct-area {
  fill: #6188e2;
}

.ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
  stroke: #a748ca;
}

.ct-series-o .ct-slice-pie, .ct-series-o .ct-area {
  fill: #a748ca;
}

.ct-square {
  display: block;
  position: relative;
  width: 100%;
}

.ct-square:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 100%;
}

.ct-square:after {
  content: "";
  display: table;
  clear: both;
}

.ct-square > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-second {
  display: block;
  position: relative;
  width: 100%;
}

.ct-minor-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 93.75%;
}

.ct-minor-second:after {
  content: "";
  display: table;
  clear: both;
}

.ct-minor-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-second {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 88.8888888889%;
}

.ct-major-second:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-third {
  display: block;
  position: relative;
  width: 100%;
}

.ct-minor-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 83.3333333333%;
}

.ct-minor-third:after {
  content: "";
  display: table;
  clear: both;
}

.ct-minor-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-third {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 80%;
}

.ct-major-third:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-perfect-fourth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 75%;
}

.ct-perfect-fourth:after {
  content: "";
  display: table;
  clear: both;
}

.ct-perfect-fourth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-perfect-fifth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 66.6666666667%;
}

.ct-perfect-fifth:after {
  content: "";
  display: table;
  clear: both;
}

.ct-perfect-fifth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-minor-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 62.5%;
}

.ct-minor-sixth:after {
  content: "";
  display: table;
  clear: both;
}

.ct-minor-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-golden-section {
  display: block;
  position: relative;
  width: 100%;
}

.ct-golden-section:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 61.804697157%;
}

.ct-golden-section:after {
  content: "";
  display: table;
  clear: both;
}

.ct-golden-section > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 60%;
}

.ct-major-sixth:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%;
}

.ct-minor-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 56.25%;
}

.ct-minor-seventh:after {
  content: "";
  display: table;
  clear: both;
}

.ct-minor-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 53.3333333333%;
}

.ct-major-seventh:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-octave {
  display: block;
  position: relative;
  width: 100%;
}

.ct-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 50%;
}

.ct-octave:after {
  content: "";
  display: table;
  clear: both;
}

.ct-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-tenth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 40%;
}

.ct-major-tenth:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-tenth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-eleventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 37.5%;
}

.ct-major-eleventh:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-eleventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%;
}

.ct-major-twelfth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 33.3333333333%;
}

.ct-major-twelfth:after {
  content: "";
  display: table;
  clear: both;
}

.ct-major-twelfth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-double-octave {
  display: block;
  position: relative;
  width: 100%;
}

.ct-double-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 25%;
}

.ct-double-octave:after {
  content: "";
  display: table;
  clear: both;
}

.ct-double-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* Tooltip */
.chartist-tooltip {
  position: absolute;
  display: inline-block;
  opacity: 0;
  min-width: 5em;
  padding: 0.5em;
  background: #2f3030;
  color: #FFF;
  font-family: "Roboto";
  font-weight: 400;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.2s linear;
}

.chartist-tooltip:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top-color: #2f3030;
}

.chartist-tooltip.tooltip-show {
  opacity: 1;
}

.ct-area, .ct-line {
  pointer-events: none;
}

/* My Charts */
.bar1 {
  stroke: #20B6DB !important;
}

.bar2 {
  stroke: #DADADA !important;
}

.bar3 {
  stroke: #DADADA !important;
}

/* 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;
}

.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 {
  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 {
  display: grid;
  align-items: center;
  justify-content: space-between;
  grid-template-columns: 1fr 5fr 3fr 1fr;
  gap: 19px;
}

.custom_modal .preselected .d-flex .email_wrapper,
.custom_modal .sms_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 {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .custom_modal .preselected .d-flex .email_wrapper,
  .custom_modal .sms_wrapper .d-flex .email_wrapper {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.custom_modal .preselected .mail_g,
.custom_modal .sms_wrapper .mail_g {
  display: grid;
  align-items: center;
  gap: 15px;
}

.custom_modal .preselected .mail_g p,
.custom_modal .sms_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 {
  font-weight: 500;
}

.custom_modal .sms_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;
}

@media screen and (min-width: 768px) {
  #auth_modal .button {
    width: 200px;
  }
}
/* Our special PINK radios and checkboxes. Used in whole backend's forms */
.radio label,
.radio-inline label, .checkbox label,
.checkbox-inline label {
  position: inherit;
  line-height: 1.3;
  display: inline;
}

.radio .radio__label,
.radio-inline .radio__label, .checkbox .checkbox__label,
.checkbox-inline .checkbox__label {
  line-height: 20px;
  display: inline-block;
  margin-left: 1.75rem;
}

.radio .radio__label:before,
.radio-inline .radio__label:before, .checkbox .checkbox__label:before,
.checkbox-inline .checkbox__label:before {
  left: -0.5rem;
  position: relative;
  margin-left: -1.25rem;
  float: left;
  width: 20px;
  height: 20px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  border: 2px solid #b7bfc4;
  background-color: white;
  content: "";
  transition: all 250ms;
}

.radio .radio__label:hover::before,
.radio-inline .radio__label:hover::before, .checkbox .checkbox__label:hover::before,
.checkbox-inline .checkbox__label:hover::before {
  border-color: #eb7092;
}

@-moz-document url-prefix() {
  .radio .radio__label:before,
  .radio-inline .radio__label:before, .checkbox .checkbox__label:before,
  .checkbox-inline .checkbox__label:before {
    line-height: 15px;
  }
}
.radio input[type=radio],
.radio-inline input[type=radio], .checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  display: none;
}

.radio input[type=radio]:checked + span::before,
.radio-inline input[type=radio]:checked + span::before, .checkbox input[type=checkbox]:checked + span::before,
.checkbox-inline input[type=checkbox]:checked + span::before {
  background: #eb7092;
  border-color: #eb7092;
}

.radio input[type=radio]:disabled + span::before,
.radio-inline input[type=radio]:disabled + span::before, .checkbox input[type=checkbox]:disabled + span::before,
.checkbox-inline input[type=checkbox]:disabled + span::before {
  border-color: #efefef;
}

.radio input[type=radio]:disabled:hover + span,
.radio-inline input[type=radio]:disabled:hover + span, .checkbox input[type=checkbox]:disabled:hover + span,
.checkbox-inline input[type=checkbox]:disabled:hover + span {
  cursor: not-allowed;
}

.radio input[type=radio]:disabled:checked + span::before,
.radio-inline input[type=radio]:disabled:checked + span::before, .checkbox input[type=checkbox]:disabled:checked + span::before,
.checkbox-inline input[type=checkbox]:disabled:checked + span::before {
  background-color: #efefef;
}

.radios-inline .radio-inline:first-child, .checkboxes-inline .checkbox-inline:first-child {
  padding-left: 0;
}

.checkbox .checkbox__label:before,
.checkbox-inline .checkbox__label:before {
  content: "\e614";
  font-family: "Icomoon";
}

.radio .radio__label:before,
.radio-inline .radio__label:before {
  border-radius: 50%;
  box-shadow: 0 0 0 3px inset;
}

/* Special classes for handling radios and checkboxes */
.agree-terms {
  margin-bottom: 1rem;
}

.no-bullet .radio, .no-bullet .checkbox {
  margin-bottom: 0.35rem;
}

#all-forms .check-margin-top, #register-forms .check-margin-top {
  margin-top: 7px;
}

p.radio-label {
  color: #527F9C;
  display: block;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 0.2rem;
}

@media screen and (min-width: 1024px) {
  .checkbox_b {
    margin-top: -0.75rem;
  }
}
.checkbox_b input[type=checkbox]:checked + span::before {
  background: #008cdd;
  border-color: #008cdd;
}

.checkbox_b .checkbox__label:hover::before {
  border-color: #008cdd;
}

/**************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, .cart-items .domains-more-results .tld-results .tld-line .actions .tld-taken, .domains-more-results .tld-results .tld-line .actions .cart-items .tld-taken, .cart-items .domain-results ul .price-container .year, .domain-results ul .price-container .cart-items .year {
  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, header .domains-more-results .tld-results .tld-line .actions .white.tld-taken > span, .domains-more-results .tld-results .tld-line .actions header .white.tld-taken > span, header .domain-results ul .price-container .white.year > span, .domain-results ul .price-container header .white.year > span, .headerWrapper .price.white > span, .headerWrapper .domains-more-results .tld-results .tld-line .actions .white.tld-taken > span, .domains-more-results .tld-results .tld-line .actions .headerWrapper .white.tld-taken > span, .headerWrapper .domain-results ul .price-container .white.year > span, .domain-results ul .price-container .headerWrapper .white.year > 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, header .description .domains-more-results .tld-results .tld-line .actions .tld-taken, .domains-more-results .tld-results .tld-line .actions header .description .tld-taken, header .description .domain-results ul .price-container .year, .domain-results ul .price-container header .description .year, .headerWrapper .description .price, .headerWrapper .description .domains-more-results .tld-results .tld-line .actions .tld-taken, .domains-more-results .tld-results .tld-line .actions .headerWrapper .description .tld-taken, .headerWrapper .description .domain-results ul .price-container .year, .domain-results ul .price-container .headerWrapper .description .year {
  font-size: 0.75rem;
  line-height: 1;
}

header .item-dn, header .mx-w, .headerWrapper .item-dn, .headerWrapper .mx-w {
  display: none;
}

header .price .description, header .domains-more-results .tld-results .tld-line .actions .tld-taken .description, .domains-more-results .tld-results .tld-line .actions header .tld-taken .description, header .domain-results ul .price-container .year .description, .domain-results ul .price-container header .year .description, .headerWrapper .price .description, .headerWrapper .domains-more-results .tld-results .tld-line .actions .tld-taken .description, .domains-more-results .tld-results .tld-line .actions .headerWrapper .tld-taken .description, .headerWrapper .domain-results ul .price-container .year .description, .domain-results ul .price-container .headerWrapper .year .description {
  padding-top: 7px;
  font-size: 1.3125rem;
  font-weight: 500;
  color: #10356f;
  display: block;
}

header .price .description-s, header .domains-more-results .tld-results .tld-line .actions .tld-taken .description-s, .domains-more-results .tld-results .tld-line .actions header .tld-taken .description-s, header .domain-results ul .price-container .year .description-s, .domain-results ul .price-container header .year .description-s, .headerWrapper .price .description-s, .headerWrapper .domains-more-results .tld-results .tld-line .actions .tld-taken .description-s, .domains-more-results .tld-results .tld-line .actions .headerWrapper .tld-taken .description-s, .headerWrapper .domain-results ul .price-container .year .description-s, .domain-results ul .price-container .headerWrapper .year .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, header .tld .domains-more-results .tld-results .tld-line .actions .tld-taken, .domains-more-results .tld-results .tld-line .actions header .tld .tld-taken, header .tld .domain-results ul .price-container .year, .domain-results ul .price-container header .tld .year, .headerWrapper .tld .price, .headerWrapper .tld .domains-more-results .tld-results .tld-line .actions .tld-taken, .domains-more-results .tld-results .tld-line .actions .headerWrapper .tld .tld-taken, .headerWrapper .tld .domain-results ul .price-container .year, .domain-results ul .price-container .headerWrapper .tld .year {
  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, header .description .domains-more-results .tld-results .tld-line .actions .tld-taken, .domains-more-results .tld-results .tld-line .actions header .description .tld-taken, header .description .domain-results ul .price-container .year, .domain-results ul .price-container header .description .year, .headerWrapper .description .price, .headerWrapper .description .domains-more-results .tld-results .tld-line .actions .tld-taken, .domains-more-results .tld-results .tld-line .actions .headerWrapper .description .tld-taken, .headerWrapper .description .domain-results ul .price-container .year, .domain-results ul .price-container .headerWrapper .description .year {
    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, header .description .domains-more-results .tld-results .tld-line .actions .tld-taken, .domains-more-results .tld-results .tld-line .actions header .description .tld-taken, header .description .domain-results ul .price-container .year, .domain-results ul .price-container header .description .year, .headerWrapper .description .price, .headerWrapper .description .domains-more-results .tld-results .tld-line .actions .tld-taken, .domains-more-results .tld-results .tld-line .actions .headerWrapper .description .tld-taken, .headerWrapper .description .domain-results ul .price-container .year, .domain-results ul .price-container .headerWrapper .description .year {
    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, header .description .domains-more-results .tld-results .tld-line .actions .tld-taken, .domains-more-results .tld-results .tld-line .actions header .description .tld-taken, header .description .domain-results ul .price-container .year, .domain-results ul .price-container header .description .year, .headerWrapper .description .price, .headerWrapper .description .domains-more-results .tld-results .tld-line .actions .tld-taken, .domains-more-results .tld-results .tld-line .actions .headerWrapper .description .tld-taken, .headerWrapper .description .domain-results ul .price-container .year, .domain-results ul .price-container .headerWrapper .description .year {
    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, header .description .domains-more-results .tld-results .tld-line .actions .tld-taken, .domains-more-results .tld-results .tld-line .actions header .description .tld-taken, header .description .domain-results ul .price-container .year, .domain-results ul .price-container header .description .year, .headerWrapper .description .price, .headerWrapper .description .domains-more-results .tld-results .tld-line .actions .tld-taken, .domains-more-results .tld-results .tld-line .actions .headerWrapper .description .tld-taken, .headerWrapper .description .domain-results ul .price-container .year, .domain-results ul .price-container .headerWrapper .description .year {
    font-size: 1rem;
    font-weight: 400;
  }
  header .description .price .sub_text, header .description .domains-more-results .tld-results .tld-line .actions .tld-taken .sub_text, .domains-more-results .tld-results .tld-line .actions header .description .tld-taken .sub_text, header .description .domain-results ul .price-container .year .sub_text, .domain-results ul .price-container header .description .year .sub_text, .headerWrapper .description .price .sub_text, .headerWrapper .description .domains-more-results .tld-results .tld-line .actions .tld-taken .sub_text, .domains-more-results .tld-results .tld-line .actions .headerWrapper .description .tld-taken .sub_text, .headerWrapper .description .domain-results ul .price-container .year .sub_text, .domain-results ul .price-container .headerWrapper .description .year .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********/
/* Cart Styles */
.cart-standout-points {
  background-color: #EBEFF1;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 5rem;
}

.cart-standout-points .panel {
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 0.925rem;
  margin-left: 2rem;
  background-color: #EBEFF1;
}

@media only screen and (min-width: 64.063em) {
  .cart-standout-points .panel {
    width: 90%;
  }
}
.cart-standout-points .panel i {
  font-size: 2.375rem;
  left: -6px;
  margin-left: -2.7rem;
  position: relative;
  top: 0.75rem;
}

.cart-icon-msg {
  padding: 3rem 0;
}

.cart-icon-msg .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: 8rem;
  margin-left: -3.625rem;
  position: absolute;
  top: 6px;
  width: 8rem;
  z-index: -1;
}

.cart-icon-msg .icon i {
  font-size: 7rem;
  display: block;
  margin-bottom: 3rem;
}

.cart-icon-msg .icon i.icon-check-1 {
  position: relative;
  right: -28px;
  top: -10px;
  color: #18BF93;
}

.cart-icon-msg a {
  font-weight: 500;
}

.stand-alone-ssl-installation.get-ssl-domain {
  display: flex;
  margin-top: 0.5rem;
}

.stand-alone-ssl-installation.get-ssl-domain input[type=text], .stand-alone-ssl-installation.get-ssl-domain .button {
  height: 2.125rem;
  line-height: 2.125rem;
}

.stand-alone-ssl-installation.get-ssl-domain input[type=text] {
  min-width: 21rem;
}

.stand-alone-ssl-installation.get-ssl-domain .saved-domain {
  font-size: 0.9rem;
}

.stand-alone-ssl-installation.get-ssl-domain .help-block {
  margin-top: -9px;
}

.cross-sell-template {
  padding-left: 45px;
}

.wp-domain-cross {
  height: 2.125rem;
  background-color: #008cdd;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 7px;
}

@media only screen and (max-width: 768px) {
  .cross-sell-template {
    padding-left: 0px;
  }
  .stand-alone-ssl-installation.get-ssl-domain {
    display: block;
  }
  .stand-alone-ssl-installation.get-ssl-domain input[type=text] {
    min-width: 100%;
  }
}
/* Checkout styles */
/* Many styles have moved to global so that they can used in back end too */
.profiles {
  margin-bottom: 3rem;
}

.profiles .choose-profile {
  background-color: rgb(241, 243.8, 245.2);
  border: 1px solid #CDD7DC;
  margin-bottom: 2rem;
  padding: 1.25rem 1.25rem 0.25rem;
}

.profiles .choose-profile .create-new-profile {
  display: table-cell;
  vertical-align: middle;
  height: inherit;
  font-size: 0.925rem;
  padding-top: 1.25rem;
}

@media only screen and (min-width: 40.063em) {
  .profiles .choose-profile .create-new-profile {
    padding-left: 1.25rem;
  }
}
@media only screen and (max-width: 40em) {
  .profiles .choose-profile .create-new-profile {
    margin-top: 0.5rem;
    display: block;
  }
}
.profiles .choose-profile .create-new-profile span {
  display: inline-block;
  margin-bottom: 0.5rem;
  margin-right: 0.75rem;
}

.profiles .choose-profile .create-new-profile a.new-billing-profile {
  font-size: 0.875rem;
  padding: 0.575rem 1.25rem 0.6375rem;
}

.profiles .profile-info {
  position: relative;
}

@media only screen and (min-width: 40.063em) {
  .profiles .profile-info:after {
    background-color: rgb(210, 219, 223.5);
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 1px;
  }
}
.profiles .profile-info .info .title {
  font-size: 0.95rem;
  font-weight: 500;
  margin-bottom: 0;
  color: #282828;
}

.profiles .profile-info .info ul {
  position: relative;
  top: -1px;
}

.profiles .profile-info .info ul li {
  font-size: 0.875rem;
}

@media only screen and (max-width: 40em) {
  .profiles .profile-info .prices-box {
    margin-top: 2rem;
  }
}
.profiles .profile-info .prices-box ul {
  margin-bottom: 0;
}

.profiles .profile-info .prices-box ul li .price-conteiner {
  display: table;
  width: 100%;
  margin-bottom: 0.25rem;
}

.profiles .profile-info .prices-box ul li .price-conteiner.total {
  font-weight: 500;
  color: #282828;
}

.profiles .profile-info .prices-box ul li .price-conteiner .title {
  display: table-cell;
  padding-right: 1rem;
}

.profiles .profile-info .prices-box ul li .price-conteiner .prices {
  display: table-cell;
  text-align: right;
}

@media only screen and (min-width: 40.063em) {
  .profiles .profile-info .prices-box ul li .price-conteiner .prices {
    padding-left: 2rem;
  }
}
/* Specific styles for checkout */
#checkout-summary #simple-content {
  padding-top: 0;
  padding-bottom: 1rem;
  background-color: white;
}

#checkout-summary #simple-content .panel {
  border-width: 1px;
}

#checkout-summary #simple-content .payments .panel {
  background-color: rgb(241, 243.8, 245.2);
  margin-top: 0;
}

/* New stand alone installation service for ssl certificates */
#product-summary .stand-alone-ssl-installation b {
  color: #686868;
}

#product-summary .stand-alone-ssl-installation .stand-alone-ssl-installation-display {
  font-size: 0.85rem;
}

#product-summary .stand-alone-ssl-installation .stand-alone-ssl-installation-display .target_domain_display {
  color: #8e8e8e;
}

#product-summary .stand-alone-ssl-installation .target_domains.stand_alone {
  max-height: 34px;
}

#product-summary .stand-alone-ssl-installation .button.save_target_domains {
  max-height: 34px;
}

#product-summary .stand-alone-ssl-installation .button.save_target_domains .submitText {
  position: relative;
  top: -2px;
}

#product-summary .stand-alone-ssl-installation .button.save_target_domains .loading {
  position: relative;
  margin-top: 0;
  top: 5px;
}

#product-summary .stand-alone-ssl-installation .icon-checkmark {
  background-color: #18BF93;
  color: white;
  font-size: 11px;
  border-radius: 50%;
  padding: 4px;
  margin-right: 3px;
}

#product-summary .stand-alone-ssl-installation .icon-cog3 {
  color: #282828;
  position: relative;
  top: 2px;
}

/* Hosting Overview */
.Web_Hosting .shared-hosting-plans {
  background-color: rgba(203, 218, 227, 0.1);
}

.Web_Hosting .discount1 {
  position: relative;
  top: 13px;
}

.Web_Hosting .plans .plan:hover {
  cursor: default;
}

.Web_Hosting p.vat.after-tabs {
  margin-top: 1px;
}

.Web_Hosting .flex.head {
  padding-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  min-height: 160px;
  justify-content: center;
}

@media screen and (max-width: 500px) {
  .Web_Hosting .text-center.general-features {
    display: block !important;
    margin: 0 15px;
    background-color: #009F81;
    padding: 14px;
    border-radius: 7px;
    vertical-align: middle;
    line-height: 1.1;
  }
}
.Web_Hosting .text-center.general-features {
  display: inline;
  background-color: #009F81;
  padding: 14px;
  border-radius: 7px;
  vertical-align: middle;
  line-height: 1.1;
}

.Web_Hosting .plans .hide {
  display: none !important;
}

.Web_Hosting .plans .plan.selected .plan-content2 .plan-value, .Web_Hosting .plans .plan.selected .plan-content2 .disc strong {
  color: inherit;
}

.Web_Hosting .premium-cont {
  top: -14px;
  height: 0;
  position: relative;
  color: #f1df3d;
}

.Web_Hosting .offer-img-con {
  height: 0;
}

.Web_Hosting .offer-img-con .img-con-2 {
  height: 100px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  overflow: hidden;
  transition: all 0.3s;
}

.Web_Hosting .offer-img-con .img-con-2 img {
  height: 100%;
  width: 100%;
}

.Web_Hosting .offer-img-con .img-con-2 .box-n {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
}

.Web_Hosting .offer-img-con .img-con-2 .box-n.b1 {
  width: 144px;
  height: 120px;
  color: #fff;
  background-color: #39b54a;
  align-items: flex-end;
  padding: 20px;
  transform: rotate(-45deg);
  position: absolute;
  top: -52px;
  left: -65px;
  font-size: 26px;
  font-weight: bold;
}

.Web_Hosting .offer-img-con .img-con-2 .box-n.b1.hide-p {
  left: -100%;
}

.Web_Hosting .offer-img-con .img-con-2 .box-n.b2 {
  background-color: #FF585D;
  padding: 4px;
  color: #fff;
  width: 110px;
  position: absolute;
  right: -12px;
  top: 14px;
  padding-right: 20px;
  font-size: 10px;
  transition: right 0.3s, background-color 0.3s;
}

.Web_Hosting .offer-img-con .img-con-2 .box-n.b2.hide-p {
  right: -100%;
}

.Web_Hosting .offer-img-con.hide-img .box-n.b1 {
  left: -100%;
}

.Web_Hosting .offer-img-con.hide-img2 .box-n.b2 {
  right: -100%;
}

.Web_Hosting img.offer-img {
  height: 100%;
}

.Web_Hosting .plans .plan .plan-content2 span {
  display: inline;
}

.Web_Hosting .plan-header {
  padding-bottom: 10px;
}

.Web_Hosting .plans .plan:hover .plan-content2 .plan-value {
  color: inherit;
}

.Web_Hosting .f-dropdown.renewalbox {
  text-align: center;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  background-color: #333;
  padding: 5px 9px !important;
  max-width: 300px !important;
}

.Web_Hosting .price-renewal {
  color: #cccccc;
}

.Web_Hosting .price-renewal:hover, .Web_Hosting .price-renewal:focus {
  color: #cccccc;
}

.Web_Hosting .price-renewal i {
  vertical-align: middle;
  margin-left: 0.255rem;
  font-weight: 100;
  color: #b4c3cb;
  font-size: 20px;
}

.Web_Hosting .fbox {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 56px;
}

.Web_Hosting .shared-hosting-plans .plan.data button, .Web_Hosting .shared-hosting-plans .button {
  padding: 1.19rem 1.7rem;
  font-size: 1.2rem;
}

.Web_Hosting .shared-hosting-plans .button .loading, .Web_Hosting .shared-hosting-plans button .loading {
  height: 25.6px;
}

.Web_Hosting .plans .plan .plan-content2 .split-values .box .plan-label.more-margin {
  margin-bottom: 0.935rem;
}

.Web_Hosting .plans .plan .plan-content2 .split-values .box .plan-label {
  line-height: 1.2;
  margin-top: 0;
  font-size: 1.105rem;
}

.Web_Hosting .plans .plan .plan-content2 .split-values.v2 .box .plan-label {
  font-size: 0.9095rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0.3rem;
}

.Web_Hosting .plans .plan .plan-content2 span.plan-header {
  font-size: 1.45rem;
  font-weight: 500;
  color: #20b6db;
}

.Web_Hosting .flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Web_Hosting span.vat.real {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 0.9;
  color: #31444e;
}

.Web_Hosting .plan-price.currency {
  font-weight: 500;
  color: #31444e;
  line-height: 1;
  font-size: 1.5rem;
}

.Web_Hosting .Web_Hosting .plans .plan .plan-content2 span.plan-price {
  line-height: 1;
  margin-top: 1.275rem;
}

.Web_Hosting .plans .plan .plan-content2 .split-values .box .plan-value.smaller {
  font-size: 1.275rem;
}

.Web_Hosting .plans .plan .plan-content2 .split-values .box:last-of-type .plan-label.more-margin {
  margin-bottom: 2px;
}

.Web_Hosting .plans .plan .plan-content2 .split-values.v2 .box .plan-value.smaller {
  font-size: 1em;
}

.Web_Hosting .plans .plan::after {
  z-index: -1;
}

.Web_Hosting .padd {
  padding: 3.36rem 0;
  display: flex;
  flex-direction: column;
}

.Web_Hosting .padd.v2 {
  padding: 3.36rem 0;
}

@media (max-width: 1024) {
  .Web_Hosting .padd.v2 {
    padding: 4.36rem 0;
  }
}
.Web_Hosting .shared-hosting-plans .box:hover {
  box-shadow: none;
  transition: none;
}

.Web_Hosting .stikerpar {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  height: 120px;
  width: 120px;
  overflow: hidden;
}

.Web_Hosting .stiker {
  left: 0%;
  background-color: #0070b1;
  color: #ffffff;
  height: 100%;
  width: 100%;
  clip-path: polygon(0 0, 0 100%, 100% 0);
  transition: left 0.3s linear;
  position: relative;
}

.Web_Hosting .discount.hide-discount .stiker {
  left: -100%;
}

.Web_Hosting .discount .win-total-in {
  position: relative;
  left: 0;
  transition: left 0.3s linear;
}

.Web_Hosting .discount.hide-discount .win-total-in {
  left: -100%;
}

.Web_Hosting .plans .plan .plan-content2 span.win-total {
  overflow: hidden;
  display: block;
}

.Web_Hosting .stiker_in {
  width: 70%;
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.Web_Hosting .plans .plan .has-tip:hover, .Web_Hosting .plans .plan .has-tip:focus {
  border-bottom: none;
  color: #000000;
}

.Web_Hosting .plans .plan:hover {
  padding-bottom: 0;
}

.Web_Hosting .plans .plan .plan-content2 {
  border: 1px solid #b4c3cb;
  padding: 2.45rem 1rem;
  padding-bottom: 0;
  background-color: white;
  margin-bottom: 0;
  transition: all 0.15s linear;
  height: calc(100% - 60px);
}

.Web_Hosting .plans .plan .plan-content2 span.line {
  width: 70%;
  border-bottom: 1px solid #CDD7DC;
  display: block;
  margin: 0 auto;
}

.Web_Hosting .row.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.Web_Hosting .row.flex > * {
  min-width: 315px;
  padding-bottom: 20px;
  max-width: 21.505rem;
}

.Web_Hosting .plan-content2 {
  height: calc(100% - 60px);
}

.Web_Hosting .last {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 10px;
  text-align: center;
  background-color: #828A8E;
  color: #fff;
}

.Web_Hosting .flex.plan-content2 {
  display: flex;
  height: calc(100% - 60px);
  justify-content: center;
  align-items: center;
}

.Web_Hosting .shared-hosting-plans .box {
  display: flex;
  justify-content: center;
}

.Web_Hosting .shared-hosting-plans .box > span {
  border-bottom: 1px dotted #ccc;
}

.Web_Hosting .shared-hosting-plans .box > span:hover {
  border-bottom: 1px dotted #ccc !important;
}

.Web_Hosting .conf {
  display: block;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.Web_Hosting .split-values.small {
  font-size: 13px;
  text-align: center;
  margin-top: 0px;
}

.Web_Hosting .plans .plan .select-product.button-con {
  background-color: #EBEFF1;
  border: 1px solid #CDD7DC;
  height: 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
}

.Web_Hosting .discount {
  padding-top: 5px;
  height: 20px;
}

.Web_Hosting .discount.hide-discount {
  display: block;
  opacity: 0;
}

.Web_Hosting .selected_m {
  display: none;
}

@media screen and (max-width: 1032px) {
  .Web_Hosting .selected_m {
    display: block;
  }
  .Web_Hosting .row.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .Web_Hosting .timelineparent {
    display: none;
  }
  .Web_Hosting .selected_month.selected_plans {
    display: block;
  }
  .Web_Hosting .row.flex > * {
    max-width: 50%;
    min-width: 339px;
  }
}
@media screen and (max-width: 677px) {
  .Web_Hosting .row.flex > * {
    max-width: 100%;
  }
}
/*----------------------------------timeslider----------------------------------------------------*/
form#searchTypeToggle {
  width: 100%;
  max-width: 964px;
  box-sizing: border-box;
  background-color: white;
  text-align: center;
  position: relative;
  margin: auto;
}

form#searchTypeToggle > div {
  color: white;
  padding-top: 24px;
  display: block;
  position: absolute;
  top: -4px;
  left: -4px;
  bottom: -4px;
  width: calc(16.6666666667% + 8px);
  background-color: #008cdd;
  border-radius: 0px;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
  z-index: 1;
  pointer-events: none;
  transition: transform 0.3s;
}

form#searchTypeToggle::after {
  content: "";
  display: block;
  clear: both;
}

form#searchTypeToggle label {
  color: #a9b6bc;
  background-color: #E1E8EC;
  font-weight: 400;
  float: left;
  width: 16.6666666667%;
  position: relative;
  overflow: hidden;
  border-left: solid 2px #ffffff;
  transition: color 0.3s;
  cursor: pointer;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

form#searchTypeToggle label:first-of-type {
  border-left: 0;
}

form#searchTypeToggle label:first-child {
  border-left: none;
}

form#searchTypeToggle label input {
  position: absolute;
  top: -200%;
}

form#searchTypeToggle label div {
  z-index: 5;
  width: 100%;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

form#searchTypeToggle label.active {
  color: white;
  font-weight: 400;
}

/*----------------------------------timeslider-end----------------------------------------------------*/
.f-dropdown.durationM {
  max-width: calc(100% - 2rem);
}

.f-dropdown.durationM li {
  padding: 0 10px;
}

.f-dropdown.durationM li a {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
}

a[href="#new-promo-container2"]:hover .hart img {
  animation-duration: 0.5s;
  animation-name: changeLeft;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
}

.hart-par {
  position: relative;
  padding-right: 32px;
}

.hart {
  position: absolute;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  top: 50%;
  right: 0;
}

.hart img {
  width: 100%;
  height: 100%;
}

@keyframes changeLeft {
  from {
    transform: scale(0.8) translateY(-50%);
    top: 40%;
  }
  to {
    transform: scale(1) translateY(-50%);
    top: 50%;
  }
}
.wp-section {
  position: relative;
  z-index: 1;
}

.user.new {
  z-index: 0;
  opacity: 0.1;
  max-width: 345px;
  left: 4%;
  top: 0;
}

@media (min-width: 1024px) and (max-width: 1800px) {
  .user.new {
    max-width: 240px;
    left: 2%;
  }
}
@media screen and (max-width: 547px) {
  .user.new {
    z-index: 0;
    opacity: 0.1;
    max-width: 80%;
    left: 5%;
    top: 0;
  }
}
@media only screen and (min-width: 64.063em) {
  .user.new {
    opacity: 0.3;
  }
}
.wp-section .head {
  border-left: 2px solid #000;
}

.row.wp {
  max-width: calc(100% - 30px);
}

#wordpress .point {
  margin-top: 5px;
}

#wordpress {
  padding: 2rem 0 !important;
}

.groffertext {
  color: #49B10B;
}

.groffertext:hover {
  color: #49B10B;
}

.wordpress-title {
  background: transparent !important;
  margin-bottom: 0;
  color: #282828;
  font-weight: 500;
  font-size: 32px;
}

/* Web Hosting Page */
h2.my-h2-title {
  text-align: center;
  font-weight: 500;
}

.shared-hosting-plans h1 {
  font-size: 2rem;
}

.shared-hosting-plans h2 {
  margin-bottom: 3rem !important;
}

.shared-hosting-plans .plan .icon {
  background-image: url("../img/sprites/main-sprite.png");
  background-repeat: no-repeat;
  height: 70px;
}

.shared-hosting-plans .plan1 .icon {
  width: 82px;
  background-position: 0px -2734px;
}

.shared-hosting-plans .plan2 .icon {
  width: 86px;
  background-position: 0px -2808px;
}

.shared-hosting-plans .plan3 .icon {
  width: 83px;
  background-position: 0px -2886px;
}

.tippy-tooltip .tier:nth-child(odd) {
  background-color: rgba(85, 85, 85, 0.5019607843);
}

.tippy-tooltip .tier:nth-child(even) {
  background-color: rgba(85, 85, 85, 0.3137254902);
}

.shared-hosting-plans .flip-clock-divider, .shared-hosting-plans .flip-clock-label {
  color: white;
}

.shared-hosting-plans .flip-clock-dot {
  background-color: white;
}

.shared-hosting-plans .flip-clock-wrapper ul li a div div.inn {
  color: #444444;
  background-color: white;
  text-shadow: none;
}

.shared-hosting-plans .summer .flip-clock-wrapper ul li a div div.inn {
  color: #006fb2;
}

.shared-hosting-plans .offer {
  border-top: 55px solid purple;
  border-right: 55px solid purple;
  border-bottom: 55px solid transparent;
  border-left: 55px solid transparent;
}

.reseller-hosting-plans.shared-hosting-plans .offer {
  border-top: 55px solid #ffd00e;
  border-right: 55px solid #ffd00e;
  border-bottom: 55px solid transparent;
  border-left: 55px solid transparent;
}

.shared-hosting-plans .offer-border {
  background-color: purple;
}

.reseller-hosting-plans.shared-hosting-plans .offer-border {
  background-color: #ffd00e;
}

.shared-hosting-plans .promo-placeholder {
  height: 91px;
  height: 91px;
}

.shared-hosting-plans .promo {
  background-color: #a40000;
  height: 66px;
  width: 97%;
  overflow: hidden;
}

.reseller-hosting-plans.shared-hosting-plans .promo {
  background-color: #d8bfa0;
  background-image: url(/img/hosting/reseller/reseller4.png);
  background-position: center center;
  background-size: 100% auto;
}

.shared-hosting-plans .promo svg {
  top: -40px;
  /*left: -0px;*/
  /*fill: #f8bb00;*/
  width: 100px;
}

.shared-hosting-plans .promo-left {
  font-size: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 15px;
  padding-right: 15px;
  text-shadow: 0 0 10px black;
  color: purple;
}

.shared-hosting-plans .summer .promo-left {
  /*padding-left: 110px;*/
}

.shared-hosting-plans .promo-right {
  float: right;
}

.shared-hosting-plans .promo-left .discount {
  background-color: white;
  border-radius: 3px;
  color: #18BF93;
  padding: 2px 5px 2px 7px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
  border: none;
}

.shared-hosting-plans .promo-small {
  top: 10px;
  right: 5px;
}

.shared-hosting-plans .promo.summer {
  /*background-image: url('/img/andreas-ignore/hosting2019/promobg1.svg');*/
  /*background-position: center -243px;*/
  /*background-size: 100% auto;*/
  /*background-size: auto 100%;*/
  /*background-color: #9de3db;*/
  /*background-repeat: no-repeat;*/
}

.shared-hosting-plans .summer .promo-left > span > span {
  /*text-shadow: 0 0 5px black;*/
  font-weight: 500;
}

.shared-hosting-plans .next2u {
  width: 60px;
}

.shared-hosting-plans .box {
  box-shadow: 0 0 5px transparent;
  transition: box-shadow 0.2s linear 0s;
}

.shared-hosting-plans .box:hover {
  box-shadow: 0 0 5px black;
  transition: box-shadow 0.2s linear 0s;
}

.shared-hosting-plans .icon-img {
  transform: scale(1, 1);
  transition: transform 0.2s linear 0s;
  will-change: transform;
}

.shared-hosting-plans .box:hover .icon-img {
  transform: scale(1.2, 1.2);
  transition: transform 0.2s linear 0s;
  will-change: transform;
}

.hosting-site-transfer-promo {
  background-color: #828A8E;
}

.hosting-site-transfer-promo blockquote {
  color: white;
}

.hosting-site-transfer-promo cite {
  color: white;
}

.shared-hosting-ghost-button, .shared-hosting-ghost-button:hover {
  border-width: 1px;
  color: #007095 !important;
}

#new-promo-container.hosting-site-transfer-promo .promo-text blockquote::before {
  content: "";
}

.tippy-popper {
  max-width: 300px;
}

.st-new {
  background: url(../img/strikethrough2-min.png) no-repeat center center !important;
}

/**********************************************************************************/
.shared-datacenter {
  display: inline-block !important;
  overflow: hidden;
  position: relative;
  top: 8px;
  height: 24px;
  width: 24px;
  margin-top: -16px;
  border-radius: 50px;
  background-size: 110px 55px;
  background-color: #FFF !important;
  background: url(../img/sprites/main-sprite.png) no-repeat;
  background-position: -20px -1583px;
}

@media only screen and (min-width: 1201px) and (max-width: 1344px) {
  .shared-datacenter {
    margin-top: 0;
  }
}
/**********************************************************************************/
/*@media only screen and (min-width: 1500px) {
    .shared-hosting-plans h2 {
        margin-bottom: 3rem !important;
    }
}*/
/**********************************************************************************/
@media only screen and (min-width: 40.063em) {
  .shared-hosting-plans h1 {
    font-size: 2.6rem;
  }
  .shared-hosting-plans .promo-placeholder {
    height: 110px;
  }
  .shared-hosting-plans .promo {
    height: 85px;
    /*width: 429px;*/
  }
  .shared-hosting-plans .promo-left {
    font-size: 1.5rem;
    padding-left: 110px;
    padding-right: 110px;
  }
}
@media only screen and (min-width: 64.063em) {
  .shared-hosting-plans .promo {
    height: 216px;
    width: 100%;
  }
  .shared-hosting-plans .promo-placeholder {
    height: 90px;
  }
  .shared-hosting-plans .promo-left {
    top: 28px;
    transform: none;
  }
}
/* Reseller Page */
/* VPS Page */
/* Magento Hosting Styles */
/* Cards for Magento */
#simple-row.cards .card {
  padding: 2rem;
  background-color: white;
  position: relative;
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 90.063em) {
  #simple-row.cards .card {
    padding: 2rem 2.75rem;
  }
}
#simple-row.cards .card.w-shadow {
  box-shadow: 0 10px 25px -15px #9bafb9;
}

#simple-row.cards .card h3 {
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

#simple-row.cards .card .sub-header {
  margin-top: -0.75rem;
  margin-bottom: 1rem;
  display: block;
  font-size: 12px;
  color: #fd9662;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.75px;
}

#simple-row.cards .card hr {
  margin: 1.75rem 3.5rem;
}

#simple-row.cards .card ul {
  line-height: 1.45;
  margin-bottom: 0;
}

@media only screen and (max-width: 40em) {
  #simple-row.cards .card ul {
    font-size: 0.9375rem;
    line-height: 1.3;
  }
}
#simple-row.cards .card ul li:not(:last-child) {
  margin-bottom: 0.825rem;
}

#simple-row.cards .card.highlighted {
  box-shadow: 0 0 0 8px #20B6DB;
  margin: 1.25rem 0.5rem 1rem;
}

@media only screen and (min-width: 64.063em) {
  #simple-row.cards .card.highlighted {
    margin: 0 0 1.25rem;
  }
}
#simple-row.cards .card.highlighted::after {
  content: "SUPER FAST";
  background-color: #20B6DB;
  color: white;
  padding: 8px 12px;
  position: absolute;
  top: -19px;
  margin-left: -20%;
  width: 40%;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

#simple-row.cards button.ghost {
  background-color: transparent;
  color: #008cdd;
  border-width: 1px;
  border-color: #008cdd;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-top: 1.5rem;
  margin-bottom: 0;
}

#simple-row.cards button.ghost i {
  position: relative;
  top: 2px;
}

#simple-row.cards button.ghost:hover {
  background-color: #008cdd;
  color: white;
}

/* Magento Graphs */
.graphs.magento-hosting {
  padding-bottom: 0;
  padding-top: 2rem;
  visibility: hidden;
  opacity: 0;
  height: 0;
  position: absolute;
  background: transparent;
  transition: opacity 0.5s ease-out, height 0.3s ease-out;
}

.graphs.magento-hosting.open {
  visibility: visible;
  opacity: 1;
  height: inherit;
  position: relative;
}

/* Content Section with Circles */
#circles.light-grey {
  background-color: #EBEFF1;
}

#circles {
  padding: 4rem 0;
}

@media only screen and (min-width: 40.063em) {
  #circles ul li {
    padding-left: 2.625rem;
    padding-right: 2.625rem;
  }
}
@media only screen and (min-width: 64.063em) {
  #circles ul li {
    padding-bottom: 0;
  }
}
#circles .wrapper .img {
  width: 13rem;
  height: 13rem;
  padding: 1rem;
  margin: auto;
  margin-bottom: 1rem;
}

#circles .wrapper .icon {
  text-align: center;
  font-size: 3rem;
}

@media only screen and (min-width: 64.063em) {
  #circles .wrapper .icon {
    font-size: 3.75rem;
  }
}
#circles .wrapper .icon.bigger {
  font-size: 3.75rem;
}

@media only screen and (min-width: 64.063em) {
  #circles .wrapper .icon.bigger {
    font-size: 4.5rem;
  }
}
#circles .wrapper .icon.gradient i {
  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;
}

#circles .wrapper h3 {
  font-weight: 500;
  margin-bottom: 0.625rem;
  line-height: 1;
  margin-top: 0;
}

#circles .wrapper a.header {
  font-size: 1.1875rem;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 0.625rem;
  margin-top: 0;
  line-height: 1;
  text-decoration: underline;
}

/* Magento plans extra styles */
#magento-plans .plans .plan.on-dedicated::before {
  content: "ΦΙΛΟΞΕΝΙΑ ΣΕ DEDICATED SERVER";
  background: #20B6DB;
  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');
  transition: top 0.2s ease-out 0s;
  color: white;
  padding: 8px 12px;
  position: absolute;
  top: -35px;
  margin-left: -50%;
  width: 100%;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  pointer-events: none;
  border-radius: 3px 3px 0 0;
}

#magento-plans .plans .plan.on-dedicated:hover::before {
  top: -26px;
}

#magento-plans .disclaimer {
  margin-top: 4rem;
}

#magento-plans .disclaimer p {
  border-bottom: 1px solid rgb(221, 227.8, 231.2);
  font-weight: 500;
  margin-bottom: 0.75rem;
  padding-bottom: 0.25rem;
}

#magento-plans .disclaimer ul {
  margin-bottom: 0;
}

#magento-plans .disclaimer ul li {
  padding-bottom: 0.75rem;
  font-size: 0.925rem;
}

@media only screen and (min-width: 64.063em) {
  #magento-plans .disclaimer ul li {
    padding-bottom: 0.25rem;
  }
}
/* Styles for dedicated servers */
/* some padding */
#dedicated-server {
  padding: 2.25rem 0 4rem;
}

/* after new servers layout is live this goes off */
#dedicated-servers .head {
  margin-bottom: 1rem;
  margin-left: 3.75rem;
  display: inline-block;
}

#dedicated-servers .head h2 {
  margin-bottom: 0;
  line-height: 1.1;
  padding-top: 0.325rem;
}

@media only screen and (max-width: 40em) {
  #dedicated-servers .head h2 {
    margin-bottom: 0.5rem;
  }
}
#dedicated-servers .head p {
  color: #989898;
  line-height: 1.2;
  font-size: 0.925rem;
  left: 2px;
  position: relative;
  margin-bottom: 0;
}

#dedicated-servers .head.eu {
  margin-top: 0.5rem;
}

#dedicated-servers .head.gr::before, #dedicated-servers .head.eu::before {
  content: "";
  display: block;
  height: 60px;
  left: 1rem;
  position: absolute;
  width: 48px;
}

#dedicated-servers .head.gr::before {
  background: transparent url("../img/hosting/gr_pin.png") no-repeat scroll center/48px 60px;
}

#dedicated-servers .head.eu::before {
  background: transparent url("../img/hosting/eu_pin.png") no-repeat scroll center/48px 60px;
}

#dedicated-servers .custom-list.dedicated-list .item.header {
  background-color: rgb(10.5908108108, 40.0097297297, 76.4891891892);
  padding: 0.775rem 0;
}

#dedicated-servers .custom-list.dedicated-list .item.header ul li {
  height: 2rem;
}

#dedicated-servers .custom-list.dedicated-list .item.header ul li span, #dedicated-servers .custom-list.dedicated-list .item.header ul li a {
  color: white;
}

#dedicated-servers .custom-list.dedicated-list .item.header ul li a {
  border-bottom: 1px dashed;
  border-color: rgb(20.8780540541, 78.8726486486, 150.7859459459);
}

@media only screen and (min-width: 64.063em) {
  #dedicated-servers .custom-list.dedicated-list .item ul li.name, #dedicated-servers .custom-list.dedicated-list .item ul .domains-more-results .tld-results .tld-line .tld-name li.tld, .domains-more-results .tld-results .tld-line .tld-name #dedicated-servers .custom-list.dedicated-list .item ul li.tld {
    width: 15%;
  }
  #dedicated-servers .custom-list.dedicated-list .item ul li.cpu {
    width: 15%;
  }
  #dedicated-servers .custom-list.dedicated-list .item ul li.ram, #dedicated-servers .custom-list.dedicated-list .item ul li.managed {
    width: 9%;
  }
  #dedicated-servers .custom-list.dedicated-list .item ul li.bandwidth {
    width: 10%;
  }
}
#dedicated-servers .wrapper {
  margin: 0.5rem 0;
  padding: 2rem 0;
}

#dedicated-servers .wrapper .heading {
  margin-bottom: 2rem;
  text-align: center;
  padding: 1.5rem;
  border-bottom: 1px solid rgb(220, 227, 230.5);
}

#dedicated-servers .wrapper .heading h2 {
  margin-bottom: 3px;
  line-height: 1.1;
  margin-top: 0;
  font-weight: 500;
  font-size: 1.1875rem;
  letter-spacing: 0.5px;
  position: relative;
  display: inline-block;
}

@media only screen and (min-width: 64.063em) {
  #dedicated-servers .wrapper .heading h2 {
    font-size: 1.5625rem;
  }
}
#dedicated-servers .wrapper .heading h2.gr::before, #dedicated-servers .wrapper .heading h2.eu::before {
  content: "";
  display: block;
  height: 60px;
  position: absolute;
  width: 48px;
  right: -45px;
  top: -50px;
  transform: rotate(35deg);
}

#dedicated-servers .wrapper .heading h2.gr::before {
  background: transparent url("../img/hosting/gr_pin.png") no-repeat scroll center/48px 60px;
}

#dedicated-servers .wrapper .heading h2.eu::before {
  background: transparent url("../img/hosting/eu_pin.png") no-repeat scroll center/48px 60px;
}

#dedicated-servers .wrapper .heading p {
  margin-bottom: 0;
  color: #a1a1a1;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
}

#dedicated-servers .wrapper .custom-list.dedicated-list-2 .item.header ul li a {
  border-bottom: 1px dashed;
  border-color: rgb(224.8, 224.8, 224.8);
}

@media only screen and (min-width: 64.063em) {
  #dedicated-servers .wrapper .custom-list.dedicated-list-2 .item ul li.name, #dedicated-servers .wrapper .custom-list.dedicated-list-2 .item ul .domains-more-results .tld-results .tld-line .tld-name li.tld, .domains-more-results .tld-results .tld-line .tld-name #dedicated-servers .wrapper .custom-list.dedicated-list-2 .item ul li.tld {
    width: 15%;
    font-size: 1rem;
  }
  #dedicated-servers .wrapper .custom-list.dedicated-list-2 .item ul li.cpu {
    width: 15%;
  }
  #dedicated-servers .wrapper .custom-list.dedicated-list-2 .item ul li.ram, #dedicated-servers .wrapper .custom-list.dedicated-list-2 .item ul li.managed {
    width: 9%;
  }
  #dedicated-servers .wrapper .custom-list.dedicated-list-2 .item ul li.bandwidth {
    width: 10%;
  }
}
/* Dedicated servers list */
#dedicated-servers-list .wrapper .custom-list.dedicated-list .item.header {
  margin-bottom: 0.75rem;
  padding-top: inherit;
  padding-bottom: inherit;
}

@media only screen and (min-width: 64.063em) {
  #dedicated-servers-list .wrapper .custom-list.dedicated-list .item {
    padding-bottom: 0.875rem;
    padding-top: 0.875rem;
  }
  #dedicated-servers-list .wrapper .custom-list.dedicated-list .item:last-child {
    margin-bottom: 1rem;
  }
  #dedicated-servers-list .wrapper .custom-list.dedicated-list .item ul li.name, #dedicated-servers-list .wrapper .custom-list.dedicated-list .item ul .domains-more-results .tld-results .tld-line .tld-name li.tld, .domains-more-results .tld-results .tld-line .tld-name #dedicated-servers-list .wrapper .custom-list.dedicated-list .item ul li.tld {
    width: 15%;
    font-size: 0.9375rem;
  }
  #dedicated-servers-list .wrapper .custom-list.dedicated-list .item ul li.cpu {
    width: 15%;
  }
  #dedicated-servers-list .wrapper .custom-list.dedicated-list .item ul li.ram, #dedicated-servers-list .wrapper .custom-list.dedicated-list .item ul li.managed {
    width: 9%;
  }
  #dedicated-servers-list .wrapper .custom-list.dedicated-list .item ul li.bandwidth {
    width: 10%;
  }
  #dedicated-servers-list .wrapper .custom-list.dedicated-list .item ul li div span.offer {
    top: -14px;
  }
  #dedicated-servers-list .wrapper .custom-list.dedicated-list .item ul li div button, #dedicated-servers-list .wrapper .custom-list.dedicated-list .item ul li div .button {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (min-width: 64.063em) and (min-width: 64.063em) {
  #dedicated-servers-list .wrapper .custom-list.dedicated-list .item ul li div button, #dedicated-servers-list .wrapper .custom-list.dedicated-list .item ul li div .button {
    padding-top: 0.7rem;
    padding-bottom: 0.725rem;
  }
}
#dedicated-servers-list .wrapper .custom-list.dedicated-list .alert-box.info {
  margin-top: 1.25rem;
}

/* Limited Availability per-item badge */
.limited-availability-badge {
  display: inline-block;
  background-color: #e8622a;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.15rem 0.5rem;
  margin-bottom: 0.35rem;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  text-wrap: inherit;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .limited-availability-badge {
    top: -1px;
  }
}
/* Limited Availability notice */
.limited-availability-notice {
  border: 1px solid #e8a882;
  margin: 2rem 0;
}

.limited-availability-notice .limited-availability-label {
  display: inline-block;
  background-color: #e8622a;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.2rem 0.6rem;
  margin: 0;
}

.limited-availability-notice .limited-availability-body {
  padding: 0.75rem 1.25rem;
}

.limited-availability-notice .limited-availability-body p {
  font-size: 0.9rem;
  color: #000;
  margin: 0;
}

/* Loader when servers are loading */
.loader-wrapper {
  min-height: 20rem;
  position: relative;
}

.loader-wrapper .loading {
  position: absolute;
  left: 50%;
  margin-left: -1.5rem;
  top: 50%;
  margin-top: -1.5rem;
}

.loader-wrapper .loading .spinner, .loader-wrapper .loading .spinner:after {
  width: 5rem;
  height: 5rem;
}

.loader-wrapper .loading .spinner {
  border-width: 6px;
}

/* That styles apply to all configurators. VPS, Semi-dedi, Dedicated */
/* Intro */
#server-intro #intro {
  background-color: #20b6db;
  padding: 1.5rem 0;
}

#server-intro #intro .my-h2-title {
  margin: 0;
  color: white;
  font-weight: 100;
}

#server-intro #intro .my-h2-title strong {
  font-weight: 400;
}

#server-intro #intro .my-h2-title .name, #server-intro #intro .my-h2-title .domains-more-results .tld-results .tld-line .tld-name .tld, .domains-more-results .tld-results .tld-line .tld-name #server-intro #intro .my-h2-title .tld {
  font-weight: 500;
  font-size: 1.1875rem;
  text-transform: uppercase;
  background-color: white;
  color: #20B6DB;
  padding: 7px 10px;
  border-radius: 2px;
  top: -4px;
  position: relative;
  display: inline-block;
  line-height: 1;
  margin-top: 10px;
}

/* Configurator styles */
.server-configurator {
  margin: 4rem 0 3rem;
  /* Tab module styles will be erased after new dedicated servers are released */
}

.server-configurator #tab-module {
  padding: 0;
  background-color: transparent;
}

.server-configurator #tab-module .tabs .tab-title {
  width: 50%;
}

.server-configurator #tab-module .tabs .tab-title > a {
  margin: 0 1rem 2rem;
  text-align: center;
  background-color: white;
  color: #CDD7DC;
  border: 1px solid;
  border-color: #CDD7DC;
  font-size: 1.125rem;
  font-weight: 500;
  transition: all 0.1s linear 0s;
}

@media only screen and (max-width: 40em) {
  .server-configurator #tab-module .tabs .tab-title > a {
    font-size: 1rem;
    margin: 0 0.5rem 2rem;
    padding: 0.75rem 1rem;
  }
}
.server-configurator #tab-module .tabs .tab-title > a:hover {
  border-color: #273c60;
  color: #273c60;
}

.server-configurator #tab-module .tabs .tab-title.active a {
  background-color: #273c60;
  border-color: #273c60;
  color: white;
}

.server-configurator #tab-module .tabs-content {
  background-color: #EBEFF1;
}

@media only screen and (min-width: 64.063em) {
  .server-configurator #tab-module .tabs-content {
    padding: 1.75rem 1.75rem 1.5rem;
  }
}
.server-configurator p.options {
  color: #282828;
  line-height: 1;
  font-size: 1.175rem;
  font-weight: 500;
  margin-bottom: 0;
  padding: 1rem 0 0.25rem;
  text-transform: uppercase;
}

.server-configurator p.lead {
  font-size: 1.0625rem;
  font-weight: 400;
  color: #282828;
  margin-bottom: 1rem;
}

.server-configurator p.lead.light-blue {
  color: rgb(30.4, 172.9, 208.05);
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}

.server-configurator {
  /* back button on top of the page */
}

.server-configurator .back {
  display: block;
  position: absolute;
  top: -2rem;
}

.server-configurator .back a {
  font-weight: 500;
  font-size: 0.875rem;
}

.server-configurator .back a i {
  color: #585858;
  padding: 1px;
  border: 1px solid rgb(180, 195, 202.5);
  font-size: 1.125rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.2s ease-out;
}

.server-configurator .back a:hover i {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}

.server-configurator {
  /* Configurator */
}

.server-configurator .configurator .panel {
  background-color: white;
  border-bottom: 2px solid rgb(210, 219, 223.5);
  transition: all 0.3s ease-out 0s;
}

.server-configurator .configurator .panel:hover {
  border-bottom: 2px solid rgb(180, 195, 202.5);
}

.server-configurator .configurator .panel:first-of-type {
  margin-top: 1rem;
}

.server-configurator .configurator .panel:last-of-type {
  margin-bottom: 0;
}

.server-configurator .configurator .panel.server-summary {
  padding-bottom: 0.25rem;
}

.server-configurator .configurator .panel.server-summary .row .columns {
  padding: 0 0.9375rem;
}

.server-configurator .configurator .panel.server-summary table {
  width: 100%;
  border: 0 none;
}

.server-configurator .configurator .panel.server-summary table.first-block {
  margin-bottom: 0.175rem;
}

.server-configurator .configurator .panel.server-summary table tr {
  background-color: white;
}

.server-configurator .configurator .panel.server-summary table tr td {
  display: inline-flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  padding: 0.875rem 0;
  font-size: 0.9375rem;
  border-bottom: 1px dotted #CDD7DC;
  position: relative;
}

.server-configurator .configurator .panel.server-summary table tr td span {
  background-color: white;
  position: absolute;
}

.server-configurator .configurator .panel.server-summary table tr td span.value {
  right: 0;
  font-weight: 500;
  color: #282828;
}

@media only screen and (max-width: 40em) {
  .server-configurator .configurator .panel.server-summary table tr td {
    flex-direction: column;
    padding-bottom: 0.125rem;
  }
  .server-configurator .configurator .panel.server-summary table tr td span {
    justify-content: flex-start;
    position: relative;
  }
}
@media only screen and (min-width: 64.063em) {
  .server-configurator .configurator .panel.server-summary table.first-block {
    margin-bottom: 1.25rem;
  }
}
.server-configurator .configurator p.lead {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 500;
}

.server-configurator .configurator p.server-name {
  margin-bottom: 0;
  font-size: 0.925rem;
  font-weight: 500;
}

.server-configurator .configurator ul {
  columns: 2; /* Split the list into 2 columns */
  -webkit-columns: 2; /* For Safari support */
  -moz-columns: 2;
  list-style: none; /* Optional: removes bullet points */
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .server-configurator .configurator ul {
    -moz-columns: 1;
         columns: 1;
  }
}
.server-configurator .configurator ul li {
  display: flex;
  padding-bottom: 0.75rem;
  align-items: start;
  break-inside: avoid; /* ✅ Prevents items from splitting */
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
}

.server-configurator .configurator input[type=checkbox], .server-configurator .configurator input[type=radio] {
  margin-bottom: 0;
  margin-top: 1px;
  margin-right: 0.25rem;
}

.server-configurator .configurator label {
  line-height: 1.1;
}

.server-configurator .configurator label span {
  color: #686868;
}

.server-configurator .configurator label span:last-of-type {
  font-weight: 400;
}

@media only screen and (min-width: 64.063em) {
  .server-configurator .configurator label span:last-of-type {
    margin-left: 5px;
  }
}
.server-configurator .configurator label .s-fee {
  display: block;
  margin-top: 0.325rem;
  font-size: 0.825rem;
}

.server-configurator .configurator .tooltip-config a {
  font-size: 1.25rem;
  padding-right: 0.25rem;
  color: #282828;
}

.server-configurator .configurator .button, .server-configurator .configurator button {
  float: right;
  padding: 0.725rem 2rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  min-width: 11.5625rem;
}

.server-configurator {
  /* Summary and Price */
}

@media only screen and (min-width: 64.063em) {
  .server-configurator .summary .inner-wrapper {
    width: 20rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1196px) {
  .server-configurator .summary .inner-wrapper {
    width: 14.375rem;
  }
}
@media only screen and (min-width: 1197px) and (max-width: 1366px) {
  .server-configurator .summary .inner-wrapper {
    width: 17.5rem;
  }
}
.server-configurator .summary p.lead {
  background-color: rgb(25.6465116279, 204.1034883721, 157.0848837209);
  color: white;
  font-weight: 400;
  margin: 0;
  padding: 0.925rem 1.25rem;
}

.server-configurator .summary p.lead.dark-blue {
  background-color: rgb(10.5908108108, 40.0097297297, 76.4891891892);
}

.server-configurator .summary .panel.specs {
  background-color: white;
  border: 2px solid rgb(226.6, 232.28, 235.12);
  border-top: 0;
}

.server-configurator .summary .panel.specs p.head {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 0.9375rem;
  color: #282828;
}

.server-configurator .summary .panel.specs ul li {
  font-weight: 400;
  font-size: 0.825rem;
  border-bottom: 1px dashed rgb(207, 216.6, 221.4);
  line-height: 1.1;
  padding: 0.75rem 0 0.25rem;
  display: table;
  width: 100%;
}

@media only screen and (min-width: 64.063em) {
  .server-configurator .summary .panel.specs ul li {
    font-weight: 300;
  }
}
.server-configurator .summary .panel.specs ul li div {
  display: table-cell;
  vertical-align: middle;
}

.server-configurator .summary .panel.specs ul li div:last-child {
  padding-left: 0.5rem;
  width: 40%;
}

.server-configurator .summary .panel.specs.server {
  padding: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.server-configurator .summary .panel.specs.server ul li {
  padding: 0.625rem 0.75rem;
  border-bottom: 0;
}

.server-configurator .summary .panel.specs.server ul li:nth-child(even) {
  background-color: rgb(241, 243.8, 245.2);
}

.server-configurator .summary .panel.buy-overview ul.price-container li.pricing {
  padding-bottom: 1.25rem;
  padding-top: 0.5rem;
}

.server-configurator .summary .panel.buy-overview ul.price-container li.pricing .price, .server-configurator .summary .panel.buy-overview ul.price-container li.pricing .domains-more-results .tld-results .tld-line .actions .tld-taken, .domains-more-results .tld-results .tld-line .actions .server-configurator .summary .panel.buy-overview ul.price-container li.pricing .tld-taken, .server-configurator .summary .panel.buy-overview .domain-results ul.price-container li.pricing .price-container .year, .domain-results .server-configurator .summary .panel.buy-overview ul.price-container li.pricing .price-container .year, .server-configurator .summary .panel.buy-overview .domain-results ul.price-container .price-container li.pricing .year, .domain-results .server-configurator .summary .panel.buy-overview ul.price-container .price-container li.pricing .year {
  font-size: 3.5rem;
}

.server-configurator .summary .panel.buy-overview ul.price-container li.pricing .price sup, .server-configurator .summary .panel.buy-overview ul.price-container li.pricing .domains-more-results .tld-results .tld-line .actions .tld-taken sup, .domains-more-results .tld-results .tld-line .actions .server-configurator .summary .panel.buy-overview ul.price-container li.pricing .tld-taken sup, .server-configurator .summary .panel.buy-overview .domain-results ul.price-container li.pricing .price-container .year sup, .domain-results .server-configurator .summary .panel.buy-overview ul.price-container li.pricing .price-container .year sup, .server-configurator .summary .panel.buy-overview .domain-results ul.price-container .price-container li.pricing .year sup, .domain-results .server-configurator .summary .panel.buy-overview ul.price-container .price-container li.pricing .year sup {
  font-size: 1.425rem;
}

.server-configurator .summary .panel.buy-overview ul.price-container li.pricing small {
  font-size: 75%;
}

.server-configurator .summary .panel.buy-overview ul.price-container li.pricing .currency {
  font-size: 1.2rem;
}

.server-configurator .summary .panel.buy-overview ul.price-container li.setup-fee {
  display: table;
  width: 100%;
  font-size: 0.825rem;
  padding-bottom: 0.5rem;
  font-weight: 400;
  position: relative;
  top: -7px;
}

.server-configurator .summary .panel.buy-overview ul.price-container li.setup-fee div {
  display: table-cell;
  color: white;
  line-height: 1.2;
}

.server-configurator .summary .panel.buy-overview ul.price-container li.setup-fee div a, .server-configurator .summary .panel.buy-overview ul.price-container li.setup-fee div span {
  color: white;
}

.server-configurator .summary .panel.buy-overview ul.price-container li.setup-fee div:last-child {
  padding-left: 0.25rem;
}

.server-configurator .summary .panel.buy-overview ul.price-container li.order {
  padding-bottom: 0;
}

.server-configurator .summary .panel.buy-overview ul.price-container li.order .button {
  margin-bottom: 0;
}

/* Domains Parent Page */
/* Domains Intro - Overview */
#domains-overview .overview {
  padding-bottom: 3rem;
}

#domains-overview .overview .domains-searchbar {
  margin-bottom: 2rem;
}

#domains-overview .overview .domains-searchbar .searchbar {
  margin: 0;
}

#domains-overview .overview .domains-searchbar .searchbar .button {
  margin: 0;
  color: white;
}

@media only screen and (min-width: 64.063em) {
  #domains-overview .overview hr {
    margin: 1.625rem 0 1.775rem;
  }
}
/* Domains Search bar */
#intro .domains-searchbar {
  margin-bottom: 1rem;
  padding: 1.75rem 1.25rem;
  background: #CDD7DC;
}

@media only screen and (min-width: 40.063em) {
  #intro .domains-searchbar {
    padding: 2rem;
  }
}
#intro .domains-searchbar .searchbar {
  margin: 0;
}

#intro .domains-searchbar .searchbar .button {
  margin: 0;
}

/* Domains Search Results Page */
/* Big Search Bar on Top*/
.domain-results-searchbar {
  background: #b9d3ff;
}

.domain-results-searchbar.fixed-top {
  background: #b9d3ff;
  transition: background-color 100ms linear;
}

.domain-results-searchbar.fixed-top .domain-results-searchbar-container {
  padding: 0.8rem 0;
  transition: all 150ms ease;
}

.domain-results-searchbar.fixed-top .domain-results-searchbar-container .searchbar input {
  height: 3rem;
  font-size: 1rem;
}

.domain-results-searchbar.fixed-top .domain-results-searchbar-container .searchbar .button {
  height: 3rem;
  line-height: 3rem;
}

.domain-results-searchbar.fixed-top .domain-results-searchbar-container .searchbar .button i {
  font-size: 1.5rem;
}

.domain-results-searchbar .domain-results-searchbar-container {
  background: #b9d3ff;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media only screen and (min-width: 64.063em) {
  .domain-results-searchbar .domain-results-searchbar-container {
    padding: 2.5rem;
  }
}
.domain-results-searchbar .domain-results-searchbar-container .searchbar .loading.button.postfix {
  margin: 0;
}

.domain-results-searchbar .domain-results-searchbar-container .searchbar {
  margin: 0;
}

.domain-results-searchbar .domain-results-searchbar-container .searchbar input {
  background: white;
  text-transform: lowercase;
}

/* Used for margin top in elements .domain-results & .domains-more-results when appropriate */
.search-margin {
  margin-top: 3rem;
}

/* Big Domain Result */
.domain-results .go_to_cart {
  display: none;
}

.domain-results.selected .go_to_cart {
  display: block;
}

.domain-results .output {
  color: #282828;
  font-size: 1.5rem;
  text-align: center;
}

@media only screen and (min-width: 64.063em) {
  .domain-results .output {
    font-size: 2rem;
    text-align: left;
    display: block;
  }
}
.domain-results .output .domain {
  font-weight: 500;
}

.domain-results .output .domain .name, .domain-results .output .domain .domains-more-results .tld-results .tld-line .tld-name .tld, .domains-more-results .tld-results .tld-line .tld-name .domain-results .output .domain .tld {
  position: relative;
}

.domain-results .output .domain .tld {
  position: relative;
  left: -5px;
}

@media only screen and (min-width: 64.063em) {
  .domain-results .output .domain .tld {
    left: -7px;
  }
}
.domain-results .output .domain .tld::before {
  content: ".";
}

.domain-results .output .status.errors {
  color: #ff585d;
}

.domain-results .output .status i {
  padding-left: 0.5rem;
  position: relative;
}

.domain-results .output .status i.icon-checkmark {
  color: #18BF93;
}

.domain-results .output .status i.icon-cross3 {
  color: #ff585d;
  top: 5px;
}

.domain-results .output .status i.icon-info2 {
  color: #fd9662;
  font-size: 1.5rem;
  cursor: pointer;
}

@media only screen and (min-width: 64.063em) {
  .domain-results ul {
    float: right;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .domain-results ul li {
    float: none;
    text-align: center;
    margin-bottom: 0.25rem;
  }
}
@media only screen and (max-width: 40em) {
  .domain-results ul li {
    float: none;
    text-align: center;
    margin-bottom: 0.25rem;
  }
}
.domain-results ul .premium {
  margin-top: 0.25rem;
  font-size: 1.5rem;
  font-weight: 100;
  text-transform: uppercase;
  color: #9472BE;
  cursor: help;
}

@media only screen and (min-width: 64.063em) {
  .domain-results ul .premium {
    font-size: 2rem;
    margin-top: 0;
  }
}
.domain-results ul .premium::before {
  content: "Premium";
}

.domain-results ul .errors {
  color: #ff585d;
  font-size: 1.5rem;
  margin-top: 0.25rem;
}

@media only screen and (min-width: 64.063em) {
  .domain-results ul .errors {
    font-size: 2rem;
    margin-top: 0;
  }
}
.domain-results ul .price-container {
  visibility: hidden;
}

.domain-results ul .price-container .regular-price, .domain-results ul .price-container .reduced-price {
  font-size: 1.5rem !important;
  display: inline-block;
  font-weight: 400;
  color: #282828;
  margin-top: 0.25rem;
}

.domain-results ul .price-container .regular-price span, .domain-results ul .price-container .reduced-price span {
  font-size: 1.5rem !important;
}

@media only screen and (min-width: 64.063em) {
  .domain-results ul .price-container .regular-price, .domain-results ul .price-container .reduced-price {
    font-size: 2.125rem !important;
    font-weight: 300;
    margin-top: 0;
  }
  .domain-results ul .price-container .regular-price span, .domain-results ul .price-container .reduced-price span {
    font-size: 2.125rem !important;
  }
}
.domain-results ul .price-container .regular-price.discount, .domain-results ul .price-container .discount.reduced-price {
  text-decoration: line-through;
  font-weight: 300;
  font-size: 1.5rem;
}

.domain-results ul .price-container .reduced-price {
  color: #fd9662;
  padding-left: 0.5rem;
}

.domain-results ul .price-container .year {
  font-weight: 300;
  font-size: 1.5rem;
  color: rgb(141.75, 141.75, 141.75);
}

.domain-results ul .button {
  margin-bottom: 0;
  padding: 0.8rem 1.25rem 0.8625rem;
  width: 100%;
  margin: auto;
}

@media only screen and (min-width: 64.063em) {
  .domain-results ul .button {
    font-size: 1.2rem;
    width: 12rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .domain-results ul .button {
    width: 100%;
  }
}
.domain-results ul .button.secondary {
  background: rgb(221, 227.8, 231.2);
}

.domain-results ul .button.secondary:hover {
  background: rgb(201.4, 212.12, 217.48);
}

.domain-results ul .button.taken {
  pointer-events: none;
}

.domain-results ul .button.selected {
  background: #18BF93;
}

.domain-results ul .button.selected::after {
  content: "\e614";
  font-family: "icomoon";
  color: white;
  position: relative;
  top: 1px;
  padding-left: 0.25rem;
}

.domain-results ul .button.selected:hover {
  background: rgb(87.5, 112.5, 125);
}

.domain-results ul .button.selected:hover::after {
  content: "\e913";
  font-family: "icomoon";
  color: white;
  position: relative;
  top: 3px;
  padding-left: 0.25rem;
}

/* Domain Table with Results & Filters */
.domains-more-results {
  padding: 1rem 0 4rem;
}

.domains-more-results .header {
  margin: 0.25rem 0 2rem;
}

.domains-more-results .header h1 {
  margin-top: 0.15rem;
  font-weight: 500;
  font-size: 1.125rem;
  margin-bottom: 0;
}

.domains-more-results .header h1::after {
  content: ":";
  padding-left: 0.5rem;
}

@media only screen and (max-width: 40em) {
  .domains-more-results .header h1 {
    margin-bottom: 0.25rem;
  }
}
.domains-more-results .header .filters-on-use, .domains-more-results .header .total-domains {
  font-size: 1.125rem;
  font-weight: 400;
  margin-left: 0.5rem;
  position: relative;
  top: 0;
  color: #000;
}

.domains-more-results .header .total-domains {
  background-color: #18BF93;
  color: white;
  display: none;
  font-size: 15px !important;
  padding: 2px 11px;
  position: relative;
  text-align: center;
  top: 0;
}

.domains-more-results .tld-results:last-of-type {
  border-bottom: 2px solid #EBEFF1;
}

.domains-more-results .tld-results .tld-line {
  display: none;
  padding: 0.5rem 0.9375rem;
}

@media only screen and (max-width: 40em) {
  .domains-more-results .tld-results .tld-line {
    border-left: 2px solid #EBEFF1;
    border-right: 2px solid #EBEFF1;
  }
}
@media only screen and (min-width: 40.063em) {
  .domains-more-results .tld-results .tld-line:last-of-type {
    border-bottom: 1px solid #EBEFF1;
  }
}
.domains-more-results .tld-results .tld-line.odd {
  background: #EBEFF1;
}

.domains-more-results .tld-results .tld-line .tld-name {
  display: flex;
  font-size: 1rem;
}

.domains-more-results .tld-results .tld-line .tld-name .name, .domains-more-results .tld-results .tld-line .tld-name .tld {
  line-height: 2;
  color: #282828;
}

@media only screen and (max-width: 40em) {
  .domains-more-results .tld-results .tld-line .tld-name .name, .domains-more-results .tld-results .tld-line .tld-name .tld {
    font-size: 1.125rem;
    display: inline;
  }
}
.domains-more-results .tld-results .tld-line .tld-name .tld {
  font-weight: 700;
  color: #282828;
}

.domains-more-results .tld-results .tld-line .tld-name .tld::before {
  content: ".";
}

.domains-more-results .tld-results .tld-line .tld-name .info, .domains-more-results .tld-results .tld-line .tld-name .info_2 {
  display: table-cell;
  vertical-align: middle;
  padding-left: 0.5rem;
  cursor: help;
  color: rgb(149.3, 149.3, 149.3);
}

.domains-more-results .tld-results .tld-line .tld-name .info i, .domains-more-results .tld-results .tld-line .tld-name .info_2 i {
  position: relative;
  top: 10px;
  color: #fd9662;
}

.domains-more-results .tld-results .tld-line .tld-name .premium {
  display: table-cell;
  vertical-align: middle;
  padding-left: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #9472BE;
  cursor: help;
}

@media only screen and (max-width: 40em) {
  .domains-more-results .tld-results .tld-line .tld-name .premium {
    display: table-row;
  }
}
.domains-more-results .tld-results .tld-line .actions {
  display: block;
  line-height: 2;
  margin-left: auto;
  display: flex;
  align-items: center;
  min-height: 3.125rem;
}

@media only screen and (min-width: 40.063em) {
  .domains-more-results .tld-results .tld-line .actions {
    float: right;
  }
}
@media only screen and (max-width: 40em) {
  .domains-more-results .tld-results .tld-line .actions {
    width: 100%;
    line-height: 2.5;
  }
}
.domains-more-results .tld-results .tld-line .actions .price, .domains-more-results .tld-results .tld-line .actions .tld-taken, .domains-more-results .tld-results .tld-line .actions .domain-results ul .price-container .year, .domain-results ul .price-container .domains-more-results .tld-results .tld-line .actions .year {
  visibility: hidden;
  display: block;
}

@media only screen and (min-width: 40.063em) {
  .domains-more-results .tld-results .tld-line .actions .price, .domains-more-results .tld-results .tld-line .actions .tld-taken, .domains-more-results .tld-results .tld-line .actions .domain-results ul .price-container .year, .domain-results ul .price-container .domains-more-results .tld-results .tld-line .actions .year {
    padding-right: 1.5rem;
    display: table-cell;
  }
}
@media only screen and (max-width: 40em) {
  .domains-more-results .tld-results .tld-line .actions .price, .domains-more-results .tld-results .tld-line .actions .tld-taken, .domains-more-results .tld-results .tld-line .actions .domain-results ul .price-container .year, .domain-results ul .price-container .domains-more-results .tld-results .tld-line .actions .year {
    display: table-cell;
    vertical-align: middle;
  }
}
.domains-more-results .tld-results .tld-line .actions .price.discount .regular-price, .domains-more-results .tld-results .tld-line .actions .discount.tld-taken .regular-price, .domains-more-results .tld-results .tld-line .actions .domain-results ul .price-container .discount.year .regular-price, .domain-results ul .price-container .domains-more-results .tld-results .tld-line .actions .discount.year .regular-price, .domains-more-results .tld-results .tld-line .actions .price.discount .domain-results ul .price-container .reduced-price, .domains-more-results .tld-results .tld-line .actions .discount.tld-taken .domain-results ul .price-container .reduced-price, .domain-results ul .price-container .domains-more-results .tld-results .tld-line .actions .price.discount .reduced-price, .domain-results ul .price-container .domains-more-results .tld-results .tld-line .actions .discount.tld-taken .reduced-price, .domains-more-results .tld-results .tld-line .actions .domain-results ul .price-container .discount.year .reduced-price, .domain-results ul .price-container .domains-more-results .tld-results .tld-line .actions .discount.year .reduced-price {
  margin-right: 0.5rem;
}

.domains-more-results .tld-results .tld-line .actions .price.discount .reduced-price, .domains-more-results .tld-results .tld-line .actions .discount.tld-taken .reduced-price, .domains-more-results .tld-results .tld-line .actions .domain-results ul .price-container .discount.year .reduced-price, .domain-results ul .price-container .domains-more-results .tld-results .tld-line .actions .discount.year .reduced-price {
  font-weight: 500;
  color: #fd9662;
  line-height: 1.3;
}

@media only screen and (min-width: 40.063em) {
  .domains-more-results .tld-results .tld-line .actions .price.discount .reduced-price, .domains-more-results .tld-results .tld-line .actions .discount.tld-taken .reduced-price, .domains-more-results .tld-results .tld-line .actions .domain-results ul .price-container .discount.year .reduced-price, .domain-results ul .price-container .domains-more-results .tld-results .tld-line .actions .discount.year .reduced-price {
    font-size: 1.125rem;
  }
}
.domains-more-results .tld-results .tld-line .actions .price .year, .domains-more-results .tld-results .tld-line .actions .tld-taken .year, .domains-more-results .tld-results .tld-line .actions .domain-results ul .price-container .year .year, .domain-results ul .price-container .domains-more-results .tld-results .tld-line .actions .year .year {
  font-size: 0.925rem;
  color: rgb(164.4, 164.4, 164.4);
}

.domains-more-results .tld-results .tld-line .actions .tld-taken {
  padding-right: 0.25rem;
}

.domains-more-results .tld-results .tld-line .actions .tld-taken .output {
  color: rgb(179.5, 179.5, 179.5);
  position: relative;
  top: 1px;
  font-size: 0.9375rem;
}

.domains-more-results .tld-results .tld-line .actions .not-available {
  font-size: 0.9375rem;
  color: rgb(179.5, 179.5, 179.5);
}

.domains-more-results .tld-results .tld-line .actions .errors {
  color: #ff585d;
  padding-right: 0.25rem;
  font-size: 0.9375rem;
  margin-top: 1px;
}

.domains-more-results .tld-results .tld-line .actions .add-to-cart {
  display: flex;
  position: relative;
  right: 0;
}

@media only screen and (max-width: 40em) {
  .domains-more-results .tld-results .tld-line .actions .add-to-cart {
    float: right;
    margin-left: auto;
  }
}
.domains-more-results .tld-results .tld-line .actions .add-to-cart a {
  padding-right: 27px;
  position: relative;
}

.domains-more-results .tld-results .tld-line .actions .add-to-cart a.cart-button {
  background-image: url("../img/cart/cart.svg"), url("../img/cart/cart-add.svg");
  background-attachment: scroll, scroll;
  background-clip: border-box, border-box;
  background-color: #008cdd;
  background-origin: padding-box, padding-box;
  background-position: center center, center -3rem;
  background-repeat: no-repeat, no-repeat;
  background-size: 2rem 2rem;
  margin-bottom: 0;
  display: block;
  padding: 0;
  height: 3.125rem;
  width: 3.125rem;
}

.domains-more-results .tld-results .tld-line .actions .add-to-cart a.cart-button:hover {
  background-position: center 4rem, center center;
  transition: background-position 150ms linear;
}

.domains-more-results .tld-results .tld-line .actions .add-to-cart a.cart-button.selected {
  background-image: url("../img/cart/cart-checkout.svg"), url("../img/cart/cart-remove.svg");
  background-color: #18BF93;
}

.domains-more-results .tld-results .tld-line .actions .add-to-cart a.cart-button.selected:hover {
  background-color: rgb(87.5, 112.5, 125);
}

.domains-more-results .tld-results .tld-line .actions .add-to-cart a.cart-button.taken {
  background-image: url("../img/cart/eye.svg");
  background-color: #bbc7cb;
  background-position: center center;
}

.domains-more-results .tld-results .tld-line .actions .add-to-cart a.cart-button.taken:hover {
  background-color: #9bafb9;
  background-position: center center;
}

.domains-more-results .tld-results .tld-line .actions .add-to-cart a.loading {
  cursor: default;
}

.domains-more-results .tld-results .tld-line .actions .add-to-cart a.loading .spinner {
  top: 50%;
  border-color: rgba(0, 0, 0, 0.1);
  border-left: 4px solid #9bafb9;
}

.domains-more-results .show-more-btn {
  margin-top: 1.5rem;
}

.domains-more-results .show-more-btn .button {
  padding-top: 0.8rem;
  padding-bottom: 0.8625rem;
}

.domains-more-results .filtering {
  margin-top: 0;
}

.domains-more-results .filtering.fixed-filters {
  position: fixed;
  top: 84px;
  z-index: 99;
  margin-top: 1.5rem;
}

.domains-more-results .filtering .view-cart {
  margin-top: 0;
  margin-bottom: 1.35rem;
  text-align: center;
}

@media only screen and (min-width: 64.063em) {
  .domains-more-results .filtering .view-cart {
    text-align: left;
  }
}
.domains-more-results .filtering .view-cart a {
  margin-bottom: 0;
  color: #008cdd;
}

.domains-more-results .filtering .view-cart a:hover {
  color: rgb(0, 112, 176.8);
}

.domains-more-results .filtering .view-cart a.inactive {
  color: #989898;
  cursor: default;
}

.domains-more-results .filtering .view-cart a.inactive:hover {
  color: #989898;
  cursor: default;
}

.domains-more-results .filtering .view-cart a.button {
  padding: 0.6rem 1rem 0.6625rem 3.5rem;
  color: white;
  background-color: #18BF93;
  width: 100%;
  margin-bottom: 1rem;
  font-weight: 400;
}

@media only screen and (min-width: 64.063em) {
  .domains-more-results .filtering .view-cart a.button {
    margin-bottom: 0.5rem;
  }
}
.domains-more-results .filtering .view-cart a.button:hover {
  background-color: rgb(20.4, 162.35, 124.95);
  color: white;
}

.domains-more-results .filtering .view-cart a.button.inactive {
  background-color: rgb(32.2406976744, 227.0093023256, 175.6930232558);
  cursor: default;
  color: white;
}

.domains-more-results .filtering .view-cart a.button.inactive:hover {
  background-color: rgb(32.2406976744, 227.0093023256, 175.6930232558);
  cursor: default;
  color: white;
}

.domains-more-results .filtering .view-cart a.button.inactive span {
  background-color: transparent;
}

.domains-more-results .filtering .view-cart a.button.center-padding {
  padding-left: 1rem;
  background-color: #fd9662;
}

.domains-more-results .filtering .view-cart a.button.center-padding:hover {
  background-color: rgb(252.3377358491, 115.2311320755, 46.0122641509);
}

.domains-more-results .filtering .view-cart a.button span {
  background-color: rgb(21.6, 171.9, 132.3);
  border-right: 1px solid rgba(255, 255, 255, 0.9);
  color: white;
  display: block;
  height: 100%;
  left: 0;
  line-height: 2.6;
  position: absolute;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 3.5rem;
}

@media only screen and (min-width: 90.063em) {
  .domains-more-results .filtering .filters dl {
    max-width: 15.625rem;
  }
}
.domains-more-results .filtering .filters dl dt {
  font-size: 1.125rem;
  font-weight: 500;
  color: #008cdd;
}

.domains-more-results .filtering .filters dl dd {
  text-indent: 0.5rem;
  line-height: 1.3;
  font-size: 0.875rem;
  color: #989898;
  margin-bottom: 1px;
  padding-bottom: 0.075rem;
  padding-top: 0.075rem;
}

.domains-more-results .filtering .filters dl dd:hover {
  color: #282828;
  background: #EBEFF1;
  cursor: pointer;
}

.domains-more-results .filtering .filters dl dd.selected {
  color: #008cdd;
  background: #EBEFF1;
  font-weight: 500;
  cursor: pointer;
}

.domains-more-results .filtering .filters dl dd.selected::after {
  content: "\e913";
  font-family: "icomoon";
  color: #ff585d;
  font-style: normal;
  position: relative;
  float: right;
  top: 1px;
  right: 0.5rem;
}

.domains-more-results .filtering .filters dl dd.selected:hover::after {
  color: rgb(255, 53.7, 59.7269461078);
}

.domains-more-results .filtering .filters dl.inactive dt {
  color: #989898;
}

.domains-more-results .filtering .filters dl.inactive dd {
  color: #989898;
  background: white;
  cursor: default;
}

.domains-more-results .filtering .filters dl.inactive dd.selected {
  color: #008cdd;
  background: #EBEFF1;
  font-weight: 500;
  cursor: pointer;
}

.domains-more-results .results-load {
  background: white;
  height: 2.5rem;
}

.domains-more-results .results-load .loading {
  cursor: default;
  text-align: center;
}

.domains-more-results .results-load .loading .spinner {
  top: 2rem;
  border-color: rgba(0, 0, 0, 0.1);
  border-left: 4px solid #9bafb9;
}

.domains-more-results .alert-box ul {
  margin-top: 0.75rem;
}

.domains-more-results .alert-box ul li {
  font-size: 0.8125rem;
}

/* Search box on top of the filters */
.search-tlds .searchContainer {
  margin-bottom: 1rem;
}

.search-tlds .searchContainer input {
  background: white;
  color: black;
  margin: 0;
  padding-right: 2rem;
}

.search-tlds .searchContainer i {
  color: rgb(141.75, 141.75, 141.75);
  font-size: 1rem;
  position: absolute;
  right: 1.75rem;
  top: 0.75rem;
}

/* Global class for highlighting matching tlds */
.colored_tld {
  background-color: #FFE900;
}

/* Very special css for handling domain results in other browsers and touch devices - Better leave it alone */
/* Firefox only style */
@-moz-document url-prefix() {
  .domains-more-results .tld-results .tld-line {
    padding: 0.875rem 0.5rem 0.875rem 0.8rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .domains-more-results .tld-results .tld-line .actions .add-to-cart a.cart-button {
    background-image: url("../img/cart/cart.svg");
    background-position: center center;
  }
  .domains-more-results .tld-results .tld-line .actions .add-to-cart a.cart-button:hover {
    background-image: url("../img/cart/cart-add.svg");
    background-position: center center;
  }
  .domains-more-results .tld-results .tld-line .actions .add-to-cart a.cart-button.selected {
    background-image: url("../img/cart/cart-checkout.svg");
    background-position: center center;
  }
  .domains-more-results .tld-results .tld-line .actions .add-to-cart a.cart-button.selected:hover {
    background-image: url("../img/cart/cart-remove.svg");
    background-position: center center;
  }
}
/* Microsoft Edge Browser */
@supports (-ms-ime-align: auto) {
  .domains-more-results .tld-results .tld-line .actions .add-to-cart a.cart-button {
    background-image: url("../img/cart/cart.svg");
    background-position: center center;
  }
  .domains-more-results .tld-results .tld-line .actions .add-to-cart a.cart-button:hover {
    background-image: url("../img/cart/cart-add.svg");
    background-position: center center;
  }
  .domains-more-results .tld-results .tld-line .actions .add-to-cart a.cart-button.selected {
    background-image: url("../img/cart/cart-checkout.svg");
    background-position: center center;
  }
  .domains-more-results .tld-results .tld-line .actions .add-to-cart a.cart-button.selected:hover {
    background-image: url("../img/cart/cart-remove.svg");
    background-position: center center;
  }
}
/* Handling Touch only screens */
html.touch .domain-results ul .button {
  background: #008cdd;
}

html.touch .domain-results ul .button.selected {
  background: rgb(21.6, 171.9, 132.3);
}

html.touch .domain-results ul .button.secondary {
  background: rgb(207, 216.6, 221.4);
}

html.touch .domain-results ul .button.selected::after {
  content: "\e614";
  font-family: "icomoon";
  color: white;
  position: relative;
  top: 1px;
  padding-left: 0.25rem;
}

html.touch .domains-more-results .tld-results .tld-line .actions .add-to-cart a.cart-button {
  background-image: url("../img/cart/cart.svg");
  background-color: #008cdd;
  background-position: center;
}

html.touch .domains-more-results .tld-results .tld-line .actions .add-to-cart a.cart-button.selected {
  background-image: url("../img/cart/cart-checkout.svg");
  background-color: rgb(21.6, 171.9, 132.3);
  background-position: center;
}

html.touch .domains-more-results .tld-results .tld-line .actions .add-to-cart a.cart-button.taken {
  background-image: url("../img/cart/eye.svg");
  background-color: #9bafb9;
}

html.touch .domains-more-results .filtering .view-cart a.button {
  background: rgb(21.6, 171.9, 132.3);
}

html.touch .domains-more-results .filtering .view-cart a.button.inactive {
  background: rgb(27.2930232558, 217.2069767442, 167.1697674419);
}

.domains-more-results .alert-box {
  font-size: 16px;
  line-height: 1.4;
}

.domains-more-results .errorMessage .header {
  display: none;
}

.domains-more-results .errorMessage .show-more-btn {
  display: none;
}

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

.row.flex-wrap > .columns {
  display: flex;
  align-items: center;
}

.bundle-append {
  height: 0;
  overflow: hidden;
  transition: height 0.3s;
}

.bundle-append.open {
  height: auto;
  overflow: visible;
}

.bundle .info_p {
  color: #ffffff;
  padding: 10px;
}

.bundle .info_p p {
  line-height: 1.2;
  font-size: 14px;
}

.bundle {
  padding-top: 2rem;
  width: 100%;
}

.bundle h2 {
  font-size: 1.125rem;
  font-weight: 300;
  margin-bottom: 0;
  font-style: italic;
  color: #585858;
}

.bundle svg#arrow_up {
  width: 2rem;
  position: absolute;
  top: -1.4375rem;
  left: 3.5625rem;
}

.bundle .padding_div {
  padding: 0.625rem;
}

.bundle .bundle_in .discount {
  font-size: 0.75rem;
  text-align: center;
}

.bundle .bundle_in {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  position: relative;
  background-color: rgba(0, 0, 0, 0.03);
}

.bundle .bundle_in .products ul {
  display: grid;
  grid-gap: 0.625rem;
  grid-template-columns: 1fr;
  padding: 0.625rem;
  list-style: none;
  width: 100%;
  margin: 0;
  grid-auto-rows: auto;
}

@media screen and (min-width: 57.5rem) {
  .bundle .bundle_in .products ul {
    grid-template-columns: 1fr 1fr;
  }
}
.bundle .bundle_in .products ul.info_p {
  color: #fff;
  grid-template-columns: 1fr;
  margin-top: 10px;
}

.bundle .bundle_in .products ul.info_p p {
  font-size: 0.875rem;
}

.bundle .products_in {
  width: 100%;
  padding: 0.625rem;
  display: flex;
  box-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
  border-radius: 0;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #ffffff;
  height: 100%;
}

.bundle .img_p {
  width: 3.75rem;
  height: 3.75rem;
  background-color: #11c5b1;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.875rem;
  color: #fff;
}

.bundle .product-info .b_product {
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
  font-weight: 400;
}

.bundle .product-info .p_sub {
  padding: 0;
  margin: 0;
  font-size: 0.8rem;
}

.bundle .product-info .p_sub i {
  position: relative;
  top: 0.125rem;
  padding-left: 8px;
}

.bundle .price_box {
  margin-left: auto;
  padding-left: 0.5rem;
}

.bundle .add-to-cart {
  display: table-cell;
  position: relative;
  float: right;
}

.bundle .add-to-cart.pending a.cart-button {
  display: none;
}

.bundle .add-to-cart.pending .spinner {
  position: relative;
  display: block;
  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;
  top: 5px;
  border-color: rgba(0, 0, 0, 0.1);
  border-left: 4px solid #9bafb9;
  margin: 0px;
  margin-left: 7px;
}

.bundle .add-to-cart a {
  padding: 0;
  height: 3.75rem;
  width: 3.75rem;
}

.bundle .add-to-cart a.cart-button {
  background-image: url("../img/cart/cart2.svg"), url("../img/cart/cart-add2.svg");
  background-attachment: scroll, scroll;
  background-clip: border-box, border-box;
  background-color: transparent;
  background-origin: padding-box, padding-box;
  background-position: center center, center -3rem;
  background-repeat: no-repeat, no-repeat;
  background-size: 2rem 2rem;
  margin-bottom: 0;
  display: block;
}

.bundle .add-to-cart a.cart-button:hover {
  background-position: center 4rem, center center;
  transition: background-position 150ms linear;
}

.bundle .add-to-cart a.cart-button.selected {
  background-image: url("../img/cart/cart-checkout2.svg"), url("../img/cart/cart-remove2.svg");
  background-color: #ffffff;
}

.bundle .add-to-cart a.cart-button.selected:hover {
  background-color: #ffffff;
}

.bundle .add-to-cart a.cart-button.taken {
  background-image: url("../img/cart/eye2.svg");
  background-color: #ffffff;
  background-position: center center;
}

.bundle .add-to-cart a.cart-button.taken:hover {
  background-color: #9bafb9;
  background-position: center center;
}

.bundle .add-to-cart a.loading {
  cursor: default;
}

.bundle .add-to-cart a.loading .spinner {
  top: 50%;
  border-color: rgba(0, 0, 0, 0.1);
  border-left: 4px solid #9bafb9;
}

svg#arrow_up .st0 {
  fill: #f7f7f7;
}

svg#arrow_up .st1 {
  fill: #727272;
}

.bundle-append a.dropdown.account {
  margin-left: -8px;
}

.bundle_list .bundle .padding_div {
  padding: 0;
  padding-bottom: 0.625rem;
}

.bundle_list .bundle {
  padding-top: 0;
}

.bundle_list .bundle h2 {
  font-size: 0.85rem;
  color: #282828;
}

.bundle_list .bundle .product-info .b_product {
  font-size: 0.96rem;
}

.bundle_list strong {
  font-size: 0.8rem;
}

.bundle_list svg#arrow_up {
  display: none;
}

.bundle_list .bundle .bundle_in {
  border: 0;
}

.bundle_list .bundle .bundle_in .products ul {
  padding: 1rem 0;
  padding-top: 0rem;
}

.bundle_list .bundle .img_p {
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
}

.bundle_list .bundle .add-to-cart a {
  height: 3rem;
  width: 3rem;
}

.bundle_list .bundle svg#arrow_up {
  width: 1.6rem;
  position: absolute;
  top: -1.15rem;
  left: 3.5625rem;
}

.bundle_list .bundle .bundle_in {
  background-color: transparent;
}

.domains-more-results .result.row.tldResults.openBundle .tld-line .tld-name {
  font-size: 1.3rem;
  font-weight: bold;
}

.offer_gr {
  display: none;
}

.grOffer .offer_gr {
  display: block;
}

.singleResult ul.inline-list {
  display: flex;
  align-items: center;
}

@media (max-width: 1200px) {
  .singleResult ul.inline-list {
    flex-direction: column;
    justify-content: center;
  }
}
.singleResult li.price-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.result.grOffer .offer_gr {
  padding-right: 1.5rem;
}

.result.grOffer .boxaaa {
  display: flex;
}

@media (max-width: 1200px) {
  .result.grOffer .boxaaa {
    flex-direction: column;
  }
}
.offer_gr a {
  font-weight: 500;
  color: #00D7B1;
}

.NewGrOffer {
  font-weight: 500;
  color: #00D7B1;
  text-align: center;
  line-height: 1;
  font-size: 16px;
}

.NewGrOffer .small-text {
  color: #000;
  font-weight: 300;
  font-size: 9px;
}

/*******Tooltip*******/
[data-tooltip] {
  position: relative;
}

[data-tooltip]::before, [data-tooltip]::after {
  opacity: 0;
  visbility: hidden;
  margin-top: -0.5em;
}

[data-tooltip]::before {
  content: attr(data-tooltip);
  display: block;
  position: absolute;
  top: -200%;
  left: 50%;
  margin-left: -4.75em;
  width: 8em;
  text-align: center;
  border-radius: 4px;
  background: black;
  color: white;
  font-size: 0.8em;
  line-height: 1.1;
  padding: 0.75em 0.95em;
}

[data-tooltip]::after {
  content: "";
  border: 10px solid transparent;
  border-top-color: black;
  position: absolute;
  top: -3px;
  left: 50%;
  margin-left: -10px;
}

[data-tooltip]:hover {
  cursor: help;
}

[data-tooltip]:hover::before, [data-tooltip]:hover::after {
  opacity: 1;
  visiblity: visible;
}

#new-tlds-categories, #new-tlds-list, #new-tlds-proposals {
  padding: 4rem 0;
}

#new-tlds-categories.light-grey, #new-tlds-list.light-grey, #new-tlds-proposals.light-grey {
  background-color: #dae2e5;
}

.slider .orbit-container .orbit-bullets {
  overflow: visible;
  margin-bottom: 5px;
}

.slider .orbit-container .orbit-bullets li {
  cursor: pointer;
}

.slider .orbit-container .orbit-bullets li:not(:last-child) {
  margin-right: 8px;
}

.tld-category-list .block {
  padding-bottom: 1.25rem;
}

.tld-category-list .block .title {
  color: #282828;
  margin-bottom: 0.75rem;
  font-size: 1.0625rem;
  border-bottom: 1px solid #CDD7DC;
  font-weight: 700;
  padding-bottom: 2px;
}

.tld-category-list .block .title:before {
  content: "\ea3c";
  font-family: Icomoon;
  display: inline-block;
  margin-right: 7px;
  color: #eb7092;
  font-size: 14px;
}

.tld-category-list .block ul > li {
  line-height: 1.2;
  padding: 0 !important;
  position: relative;
  display: inline;
}

.tld-category-list .block ul > li .line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 0.9375rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.tld-category-list .block ul > li .line .tld {
  font-weight: 500;
}

.tld-category-list .block ul > li .line .tld:hover {
  text-decoration: underline;
}

.tld-category-list .block ul > li .line .price, .tld-category-list .block .domain-results ul > li .line .price-container .year, .domain-results .tld-category-list .block ul > li .line .price-container .year, .tld-category-list .block .domain-results ul > li .price-container .line .year, .domain-results .tld-category-list .block ul > li .price-container .line .year, .tld-category-list .block ul > li .line .domains-more-results .tld-results .tld-line .actions .tld-taken, .domains-more-results .tld-results .tld-line .actions .tld-category-list .block ul > li .line .tld-taken {
  display: flex;
}

.tld-category-list .block ul > li .line .price .strikethrough, .tld-category-list .block .domain-results ul > li .line .price-container .year .strikethrough, .domain-results .tld-category-list .block ul > li .line .price-container .year .strikethrough, .tld-category-list .block .domain-results ul > li .price-container .line .year .strikethrough, .domain-results .tld-category-list .block ul > li .price-container .line .year .strikethrough, .tld-category-list .block ul > li .line .domains-more-results .tld-results .tld-line .actions .tld-taken .strikethrough, .domains-more-results .tld-results .tld-line .actions .tld-category-list .block ul > li .line .tld-taken .strikethrough {
  margin-right: 0.5rem;
}

.tld-category-list .block ul > li .line .price.discount .current-price, .tld-category-list .block .domain-results ul > li .line .price-container .discount.year .current-price, .domain-results .tld-category-list .block ul > li .line .price-container .discount.year .current-price, .tld-category-list .block .domain-results ul > li .price-container .line .discount.year .current-price, .domain-results .tld-category-list .block ul > li .price-container .line .discount.year .current-price, .tld-category-list .block ul > li .line .domains-more-results .tld-results .tld-line .actions .discount.tld-taken .current-price, .domains-more-results .tld-results .tld-line .actions .tld-category-list .block ul > li .line .discount.tld-taken .current-price {
  color: rgb(252.558490566, 126.820754717, 63.341509434);
}

@media only screen and (min-width: 40.063em) {
  .tld-category-list {
    margin: 0 -2rem;
  }
  .tld-category-list .block {
    padding: 0 2rem 1.25rem;
  }
}
.simple-search-bar {
  padding: 3rem 0 2rem;
}

.simple-search-bar.grey {
  background-color: rgb(218.2, 225.56, 229.24);
}

.domain-breadcrumbs {
  background-color: #CDD7DC !important;
  border-bottom: 1px solid #CDD7DC;
}

.domain-breadcrumbs .breadcrumbs {
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.domain-breadcrumbs .breadcrumbs li {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  text-transform: none;
}

.domain-breadcrumbs .breadcrumbs li a {
  color: #989898;
}

.domain-breadcrumbs .breadcrumbs li a:hover {
  color: #ff585d;
}

.domain-breadcrumbs .breadcrumbs li.inactive a {
  color: #989898;
  cursor: default;
}

.domain-breadcrumbs .breadcrumbs li.current a {
  color: #ff585d;
}

.domain-breadcrumbs .breadcrumbs li form {
  display: inline;
}

#intro.tld-search .panel {
  background: #CDD7DC;
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
  padding: 1.75rem 1.25rem;
}

@media only screen and (min-width: 40.063em) {
  #intro.tld-search .panel {
    padding: 2rem;
  }
}
#intro.tld-search .panel .searchbar {
  margin: 0;
}

#intro.tld-search .panel .searchbar span.postfix {
  background: #20B6DB;
  margin: 0;
  height: 3.75rem;
  line-height: 3.75rem;
  font-size: 1.4rem;
  font-weight: 500;
  border: none;
  color: white;
}

@media only screen and (max-width: 40em) {
  #intro.tld-search .panel .searchbar span.postfix {
    height: 3.25rem;
    line-height: 3.25rem;
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #intro.tld-search .panel .searchbar span.postfix {
    height: 3.5rem;
    line-height: 3.5rem;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 40.063em) {
  #intro.tld-search .panel .searchbar span.postfix:after {
    border-color: transparent white;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    content: "";
    display: block;
    left: -3px;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    width: 0;
    z-index: 1;
  }
}
#intro.tld-search .panel .searchbar .button {
  margin: 0;
  line-height: 1.2;
}

#intro.tld-search .new-img-module.tld-details {
  padding: 0;
}

#intro.tld-search .new-img-module.tld-details .wrapper .img-container .price-msg {
  position: relative;
  top: 1.5rem;
  height: 0;
}

#intro.tld-search .new-img-module.tld-details .wrapper .img-container .price-msg p {
  margin-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.2;
}

#intro.tld-search .new-img-module.tld-details .wrapper .img-container .price-msg p small {
  display: block;
  font-size: 75%;
}

#intro.tld-search .new-img-module.tld-details .wrapper .img-container .price-msg p strong {
  display: block;
  font-size: 2.125rem;
  font-weight: 400;
}

#intro.tld-search .new-img-module.tld-details .wrapper .img-container .price-msg p span {
  font-family: "Roboto";
}

@media only screen and (min-width: 40.063em) {
  #intro.tld-search .new-img-module.tld-details .wrapper .img-container .price-msg {
    top: 3rem;
  }
  #intro.tld-search .new-img-module.tld-details .wrapper .img-container .price-msg p strong {
    font-size: 2.275rem;
  }
}
@media only screen and (min-width: 64.063em) {
  #intro.tld-search .new-img-module.tld-details .wrapper .img-container .price-msg {
    top: 6rem;
  }
}
#intro.tld-search .new-img-module.tld-details .wrapper .content {
  min-width: 70%;
}

#intro.tld-search .tld-description .my-h2-title {
  margin-bottom: 0.325rem;
}

#intro.tld-search .tld-description p.more-margin {
  margin-bottom: 2.25rem;
  line-height: 1.4;
}

#intro.tld-search .tld-description ul.inline-list {
  margin-top: 0.5rem;
  margin-bottom: 0;
  margin-left: -0.75rem;
}

#intro.tld-search .tld-description ul.inline-list li {
  margin-bottom: 0.5rem;
  margin-left: 0.75rem;
  min-width: 6rem;
}

#intro.tld-search .tld-description ul.inline-list li a {
  color: #585858;
  background-color: rgb(238, 241.4, 243.1);
  border: 1px solid #CDD7DC;
  line-height: 1.1;
  padding: 0.5rem 1rem;
  text-align: center;
  font-weight: 500;
  font-size: 0.875rem;
  transition: all 0.2s ease-in-out;
}

#intro.tld-search .tld-description ul.inline-list li a::before {
  content: ".";
  position: relative;
  display: inline;
}

#intro.tld-search .tld-description ul.inline-list li a:hover {
  background-color: white;
  border-color: #008cdd;
  color: rgb(0, 112, 176.8);
}

#intro.tld-search .tld-description ul.inline-list li:before {
  content: none;
}

#intro.tld-search .tld-description .is-premium .f-dropdown {
  padding: 1.25rem !important;
  min-width: inherit !important;
}

#tld-pricing {
  padding: 3rem 0;
  background-color: #EBEFF1;
}

#tld-pricing .domain-tiers .inline-list li.tier-indicator:after {
  margin-top: 2.6875rem;
}

#tld-pricing .panel {
  background-color: white;
  padding: 0;
  margin-bottom: 0;
}

@media only screen and (min-width: 40.063em) {
  #tld-pricing .panel {
    padding: 2rem;
    border: 1px solid #CDD7DC;
  }
}
#tld-pricing .resp-table {
  margin-bottom: 2.5rem;
}

#tld-pricing .resp-table:last-child {
  margin-bottom: 0;
}

#tld-pricing .resp-table p.title {
  background-color: #023161;
  color: white;
  font-weight: 500;
  margin-bottom: 0;
  padding: 0.825rem 1rem;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.5px;
}

#tld-pricing .resp-table p.title.color2 {
  background-color: #9472BE;
}

#tld-pricing .resp-table .container {
  background-color: #f5f7f8;
  border: 2px solid #CDD7DC;
  border-bottom: 1px solid #CDD7DC;
  border-top: 0 none;
}

@media only screen and (min-width: 64.063em) {
  #tld-pricing .resp-table .container {
    text-align: center;
    padding-top: 0.5rem;
    border-bottom: 0 none;
  }
}
#tld-pricing .resp-table .container ul {
  margin: 0;
}

#tld-pricing .resp-table .container ul li {
  padding: 0.75rem 1.25rem;
  line-height: 1.3;
  border-bottom: 1px solid rgb(193, 205.4, 211.6);
}

@media only screen and (min-width: 64.063em) {
  #tld-pricing .resp-table .container ul li {
    padding-bottom: 0;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    border-bottom: none;
  }
}
#tld-pricing .resp-table .container ul li .description {
  font-weight: 500;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #tld-pricing .resp-table .container ul li .description {
    padding-right: 0.75rem;
  }
}
@media only screen and (max-width: 40em) {
  #tld-pricing .resp-table .container ul li .description {
    display: block;
    margin-bottom: 0.25rem;
  }
}
#tld-pricing .resp-table .container ul li .description small {
  display: block;
  letter-spacing: 0.5px;
}

#tld-pricing .resp-table .prices-for-large {
  border: 2px solid #CDD7DC;
  border-top: 0 none;
  text-align: center;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #tld-pricing .resp-table .prices-for-large {
    border-top: 0 none;
    border-left: 0 none;
    border-bottom: 1px solid #CDD7DC;
  }
}
@media only screen and (min-width: 64.063em) {
  #tld-pricing .resp-table .prices-for-large {
    padding-bottom: 1rem;
    padding-top: 0;
  }
  #tld-pricing .resp-table .prices-for-large .price-wrapper {
    display: block;
    padding-top: 0.75rem;
    margin-left: 1rem;
    margin-right: 1rem;
    border-top: 1px solid #CDD7DC;
  }
}
#tld-pricing .resp-table .price .strikethrough, #tld-pricing .resp-table .domain-results ul .price-container .year .strikethrough, .domain-results ul .price-container #tld-pricing .resp-table .year .strikethrough, #tld-pricing .resp-table .domains-more-results .tld-results .tld-line .actions .tld-taken .strikethrough, .domains-more-results .tld-results .tld-line .actions #tld-pricing .resp-table .tld-taken .strikethrough {
  color: rgb(141.75, 141.75, 141.75);
  margin-right: 0.25rem;
}

#tld-pricing .resp-table .price.discount, #tld-pricing .resp-table .domain-results ul .price-container .discount.year, .domain-results ul .price-container #tld-pricing .resp-table .discount.year, #tld-pricing .resp-table .domains-more-results .tld-results .tld-line .actions .discount.tld-taken, .domains-more-results .tld-results .tld-line .actions #tld-pricing .resp-table .discount.tld-taken {
  line-height: 1.3;
}

#tld-pricing .resp-table .price.discount .current-price, #tld-pricing .resp-table .domain-results ul .price-container .discount.year .current-price, .domain-results ul .price-container #tld-pricing .resp-table .discount.year .current-price, #tld-pricing .resp-table .domains-more-results .tld-results .tld-line .actions .discount.tld-taken .current-price, .domains-more-results .tld-results .tld-line .actions #tld-pricing .resp-table .discount.tld-taken .current-price {
  color: rgb(252.558490566, 126.820754717, 63.341509434);
  display: inline;
  font-weight: 500;
}

#tld-pricing .resp-table .price.discount .discount_msg, #tld-pricing .resp-table .domain-results ul .price-container .discount.year .discount_msg, .domain-results ul .price-container #tld-pricing .resp-table .discount.year .discount_msg, #tld-pricing .resp-table .domains-more-results .tld-results .tld-line .actions .discount.tld-taken .discount_msg, .domains-more-results .tld-results .tld-line .actions #tld-pricing .resp-table .discount.tld-taken .discount_msg {
  display: inline;
  margin-left: 0.5rem;
}

#tld-pricing .resp-table .price.discount .discount_msg a, #tld-pricing .resp-table .domain-results ul .price-container .discount.year .discount_msg a, .domain-results ul .price-container #tld-pricing .resp-table .discount.year .discount_msg a, #tld-pricing .resp-table .domains-more-results .tld-results .tld-line .actions .discount.tld-taken .discount_msg a, .domains-more-results .tld-results .tld-line .actions #tld-pricing .resp-table .discount.tld-taken .discount_msg a, #tld-pricing .resp-table .price.discount .discount_msg a:hover {
  color: rgb(252.558490566, 126.820754717, 63.341509434);
  border-bottom: none;
  font-size: 0.85rem;
  padding-bottom: 0;
}

#tld-pricing .premium-prices {
  margin-top: 0.25rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

/* Registrar Change */
.w-50 {
  width: 50% !important;
}

.mt-20 {
  margin-top: 15px !important;
}

button#Cancel_ToCart {
  position: absolute;
  bottom: 48px;
  width: 50%;
  left: 50%;
  transform: translateX(-50%);
}

.request-again-for-multiple .spinner {
  margin-left: 2px;
  top: 11px;
}

a.request-again-for-multiple, #request-again {
  padding-left: 5px;
}

a#bulkSubmit {
  width: 50%;
  margin: 0;
}

button#bulkCancel {
  margin-top: 0 !important;
}

.code-wrapper {
  position: relative;
  margin-bottom: 20px;
}

.code-wrapper .authorization-code-mult {
  position: absolute;
  bottom: -9px;
  font-size: 14px;
}

span.notification_gr {
  font-size: 13px;
  color: red;
}

#sd_validation .pt-40 {
  margin-top: 40px !important;
}

button#bulkCancel {
  width: 50%;
}

.back.button.secondary.expand, a.button.loader_cont.validate.validate-domain {
  width: 50%;
  margin: 0;
}

.back {
  margin-top: 20px;
  cursor: pointer;
  width: 50%;
  margin: 0;
}

#transferVerification .title-m, #immediateGroupS .title-m {
  padding-bottom: 20px;
}

#transferVerification .mt-40, #immediateGroupS .mt-40 {
  margin-bottom: 40px;
}

#transferVerification .validate-domain, #immediateGroupS .validate-domain {
  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;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 0.9375rem;
  background-color: #008cdd;
  border-color: #0070b1;
  color: #fff;
  transition: background-color 300ms ease-out;
  margin: 0;
  width: 50%;
}

#immediateGroup .loader {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  font-family: roboto;
  font-size: 20px;
  clip-path: inset(0 3ch 0 0);
  animation: l4 1s steps(100) infinite;
  margin: auto;
  padding-bottom: 36px;
}

#immediateGroup .loader:before {
  content: "Mεταφέρονται τα Domains σας.......";
}

@keyframes l4 {
  to {
    clip-path: inset(0 -1ch 0 0);
  }
}
.flex-btn {
  display: flex;
  height: 50px;
  padding: 0 0.9375rem;
  gap: 9px;
  margin-top: 40px !important;
  justify-content: center;
}

#immediateGroupS, #transferVerification {
  padding-bottom: 123px;
}

#immediateGroupS a.button.loader_cont.validate.validate-domain, #transferVerification a.button.loader_cont.validate.validate-domain {
  margin: 0;
}

#immediateGroupS .loader, #transferVerification .loader {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  font-family: roboto;
  font-size: 20px;
  clip-path: inset(0 3ch 0 0);
  animation: l4 1s steps(100) infinite;
  margin: auto;
  padding-bottom: 11px;
}

#immediateGroupS .loader:before, #transferVerification .loader:before {
  content: "Mεταφορά του domain σου.......";
}

@keyframes l4 {
  to {
    clip-path: inset(0 -1ch 0 0);
  }
}
#immediateGroupS .s-header, #transferVerification .s-header {
  font-weight: 500;
}

#immediateGroupS .b-btn, #transferVerification .b-btn {
  position: absolute;
  bottom: 24px;
  display: flex;
  justify-content: center;
  left: 50%;
  margin: auto;
  transform: translateX(-50%);
  width: 100%;
  height: 50px;
  gap: 9px;
}

#code_modal .popup_code {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#code_modal .header.normal {
  padding: 0px !important;
}

#code_modal .lead {
  padding: 15px;
}

#code_modal .content {
  margin: 0;
  background: #f0f0f0;
  padding: 15px;
  line-height: normal;
  font-size: 15px;
}

#code_modal .flex-btn {
  display: flex;
  justify-content: end;
}

#code_modal .close_b {
  background: #808080;
  padding: 5px 12px;
  margin-top: 22px;
  margin-bottom: 0;
  position: relative !important;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

#success-gr-expired-added .domainT, #transfer_final_view .domainT {
  text-align: center !important;
  padding-bottom: 5px;
}

#success-gr-expired-added .green, #transfer_final_view .green {
  color: #18bf93;
  font-weight: 500;
}

#success-gr-expired-added .orange, #transfer_final_view .orange {
  color: #f75a1c;
  text-align: left;
  font-weight: 500;
  font-size: 20px;
  padding-bottom: 25px;
}

#success-gr-expired-added .align-f, #transfer_final_view .align-f {
  display: flex;
  justify-content: center;
}

#success-gr-expired-added .back, #success-gr-expired-added .backtohome, #transfer_final_view .back, #transfer_final_view .backtohome {
  cursor: pointer;
}

.transfered-success {
  color: #18bf93;
  font-weight: 500;
  padding-bottom: 50px;
  font-size: 20px;
  text-align: left;
}

#myDomain, #myDomain_3 {
  color: rgb(88, 88, 88);
}

.p-relative, .transfer-domain, .myDomain-l {
  position: relative;
  font-size: 30px;
  text-align: left;
  font-weight: 500;
}

.p-relative .responses_validation, .transfer-domain .responses_validation, .myDomain-l .responses_validation {
  position: absolute;
  bottom: -20px;
  font-size: 13px;
}

.p-relative .responses_validation .error, .transfer-domain .responses_validation .error, .myDomain-l .responses_validation .error {
  color: red;
}

@media screen and (max-width: 768px) {
  .p-relative, .transfer-domain, .myDomain-l {
    font-size: 15px;
  }
}
.back.secondary.expand {
  background-color: #cfd9dd;
  border-color: #9db0ba;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}

#single_domain_validation, #single_domain_transfer_2 {
  text-align: center;
}

#single_domain_validation .loader, #single_domain_transfer_2 .loader {
  min-width: 39px;
  top: -5px;
  position: relative;
  right: 0;
}

#single_domain_validation a.button.expand.loader_cont, #single_domain_transfer_2 a.button.expand.loader_cont {
  width: auto;
  text-align: center;
  margin: 0 auto;
  padding: 13px 30px;
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#single_domain_validation input ::-moz-placeholder, #single_domain_transfer_2 input ::-moz-placeholder {
  font-size: 16px;
}

#single_domain_validation input ::placeholder, #single_domain_transfer_2 input ::placeholder {
  font-size: 16px;
}

#single_domain_validation div#send-code, #single_domain_transfer_2 div#send-code {
  padding: 15px !important;
  background-color: white !important;
}

#single_domain_validation div#send-code button.request-again, #single_domain_transfer_2 div#send-code button.request-again {
  display: block;
  text-align: right;
  font-size: 12px;
  padding: 4px 15px;
}

#single_domain_validation .my-domain, #single_domain_transfer_2 .my-domain {
  color: #18bf93;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
}

#single_domain_validation .position-relative, #single_domain_transfer_2 .position-relative {
  position: relative;
}

#single_domain_validation .position-relative .authorization-code, #single_domain_transfer_2 .position-relative .authorization-code {
  align-items: center;
  position: absolute;
  bottom: -27px;
  right: 0;
  gap: 5px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  #single_domain_validation .position-relative .authorization-code, #single_domain_transfer_2 .position-relative .authorization-code {
    font-size: 11px;
  }
}
#registrar-change {
  padding: 3rem 0 4rem;
}

#registrar-change .guidelines {
  margin-top: 1.75rem;
}

@media only screen and (min-width: 64.063em) {
  #registrar-change .guidelines {
    margin-top: 5.75rem;
    margin-left: 3rem;
  }
}
#registrar-change .guidelines .lead {
  border-bottom: 2px solid #EBEFF1;
  padding-bottom: 0.75rem;
}

#registrar-change .guidelines ul li {
  display: table;
  margin-bottom: 1.25rem;
}

#registrar-change .guidelines ul li i {
  color: #ff585d;
  font-size: 34px;
  padding-right: 1rem;
  display: table-cell;
  vertical-align: middle;
}

#registrar-change .guidelines ul li span {
  line-height: 1.3;
  font-size: 0.975rem;
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 0;
}

#registrar-change #tab-module {
  background: white;
  padding-bottom: 1rem;
  padding-top: 0;
}

#registrar-change #tab-module .tab-title {
  width: 50%;
}

#registrar-change #tab-module #domain-tranfer .domain_groups, #registrar-change #tab-module .multiple-tranfers .domain_groups {
  margin-bottom: 1rem;
}

#registrar-change #tab-module #domain-tranfer .domain_groups .domain-result, #registrar-change #tab-module .multiple-tranfers .domain_groups .domain-result {
  margin-bottom: 0.25rem;
}

#registrar-change #tab-module #domain-tranfer .s-header, #registrar-change #tab-module .multiple-tranfers .s-header {
  font-weight: 500;
  font-size: 0.925rem;
  padding-bottom: 20px;
  display: flex;
}

#registrar-change #tab-module #domain-tranfer .status.label, #registrar-change #tab-module .multiple-tranfers .status.label {
  font-size: 0.775rem;
  position: relative;
  top: -2px;
  text-wrap: wrap;
  text-align: left;
  line-height: normal;
}

#registrar-change #tab-module #domain-tranfer .remove-btn, #registrar-change #tab-module .multiple-tranfers .remove-btn {
  bottom: 1.125rem;
  font-size: 0.825rem;
  height: 0.5rem;
  position: relative;
}

#registrar-change #tab-module #domain-tranfer button.secondary, #registrar-change #tab-module .multiple-tranfers button.secondary {
  margin-bottom: 0;
}

#registrar-change .content {
  padding: 1.5rem;
  background-color: #EBEFF1; /* FF3.5+ */ /* Saf3.0+, Chrome */
  box-shadow: 0 2px 0 rgb(192.5, 205, 211.25); /* Opera 10.5, IE9 */
}

@media only screen and (min-width: 40.063em) {
  #registrar-change .content {
    padding: 3rem;
  }
}
#registrar-change .content .accordion-navigation > a {
  margin-bottom: 1px;
}

#registrar-change form label {
  font-weight: 500;
  line-height: 1.2;
}

#registrar-change form input {
  margin-top: 10px;
  height: 3rem;
}

#registrar-change form textarea {
  margin-top: 0.25rem;
  line-height: 1.6;
  resize: none;
  margin-top: 15px !important;
}

#registrar-change form button {
  margin-top: 1rem;
  margin-bottom: 0;
}

#registrar-change form span.error, #registrar-change form small.error {
  line-height: 1.3;
}

#registrar-change form .alert-box .msg {
  line-height: 1.2;
  margin-bottom: 0.75rem;
  display: block;
}

#registrar-change form .responses .msg {
  display: table;
  font-size: 0.825rem;
  padding: 0.35rem 0;
  border-bottom: 1px dashed #CDD7DC;
  width: 100%;
  line-height: 1.2;
}

#registrar-change form .responses .msg .domain {
  display: table-cell;
  font-weight: 500;
}

#registrar-change form .responses .msg .msg-type {
  display: table-cell;
  text-align: right;
  font-weight: 400;
}

#registrar-change form .responses .msg.error {
  color: #ff585d;
}

#registrar-change form .responses .msg.success {
  color: #18BF93;
}

@media only screen and (max-width: 40em) {
  #registrar-change form .responses .msg .domain, #registrar-change form .responses .msg .msg-type {
    display: block;
  }
  #registrar-change form .responses .msg .msg-type {
    text-align: left;
    padding-top: 0.125rem;
  }
}
#registrar-change form .max-domains {
  color: #fd9662;
  border-bottom: 1px dashed #CDD7DC;
  font-size: 0.925rem;
  font-weight: 400;
}

/* Content Section that consists of 4 panels */
#show-info {
  background: rgb(63.7771653543, 88.5070866142, 101.5228346457);
  padding: 4rem 0 5rem;
  position: relative;
}

#show-info h2, #show-info h3, #show-info a {
  color: white;
}

#show-info .my-h3-title {
  margin-bottom: 1.5rem;
  font-weight: 300;
  background-color: #324a56;
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
}

#show-info p {
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #D9DFE2;
}

@media only screen and (max-width: 40em) {
  #show-info p {
    width: 100%;
    margin-bottom: 2rem;
  }
  #show-info p.no-margin-bottom {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #show-info p {
    margin-bottom: 2rem;
  }
}
#show-info a {
  border-bottom: 1px dotted;
}

#show-info a:hover {
  color: #008cdd;
}

#show-info .card {
  background: rgb(71.1657480315, 98.7606299213, 113.2842519685);
  padding-bottom: 1.5rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 4px 10px -5px rgb(54.9108661417, 76.2028346457, 87.4091338583);
  min-height: 13.75rem;
}

#show-info .card .my-h3-title {
  padding: 1.125rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
}

#show-info .card p {
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.5;
}

#show-info .card p:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 64.063em) {
  #show-info .card {
    margin-bottom: 0;
  }
}
/* Domains Faq */
#intro #accordion-content {
  padding-top: 0;
  padding-bottom: 0;
  background: white;
}

#intro #accordion-content .accordion .content {
  background: #EBEFF1;
}

/* Domains Pricelist */
#domains-pricelist {
  padding: 4rem 0;
}

#domains-pricelist p.lead {
  font-size: 1.075rem;
  font-weight: 400;
  line-height: 1.3;
}

#domains-pricelist .domains-more-results {
  padding: 0;
}

#domains-pricelist .domains-more-results .filtering {
  margin-top: 7.125rem;
}

#domains-pricelist .domains-more-results .filtering .search-container {
  display: block;
  position: relative;
}

#domains-pricelist .domains-more-results .filtering .search-container input[type=search] {
  color: #000000;
  padding-right: 2rem;
}

#domains-pricelist .domains-more-results .filtering .search-container i {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  color: rgb(141.75, 141.75, 141.75);
}

#domains-pricelist .domains-more-results .filters dl dd {
  padding-bottom: 0.175rem;
  padding-top: 0.175rem;
  margin-bottom: 2px;
}

#domains-pricelist .domains-more-results .filters dl dd.selected {
  color: #008cdd;
  cursor: default;
}

#domains-pricelist .domains-more-results .filters dl dd.selected:after {
  content: none;
}

@media only screen and (min-width: 64.063em) {
  #domains-pricelist .table {
    padding: 2.5rem 2rem 1.25rem;
    border: 1px solid #CDD7DC;
    background-color: rgb(240, 243, 244.5);
  }
}
#domains-pricelist .table table {
  width: 100%;
  border-width: 2px;
}

#domains-pricelist .table table thead {
  border: 2px solid #023161;
  border-bottom: none;
}

#domains-pricelist .table table thead tr {
  background: #023161;
}

#domains-pricelist .table table thead tr th {
  color: white;
  font-size: 0.925rem;
  padding: 1rem;
  font-weight: 400;
  width: 22%;
  position: relative;
  text-align: center;
}

#domains-pricelist .table table thead tr th:first-of-type {
  text-align: left;
}

#domains-pricelist .table table thead tr th:last-of-type {
  width: 12%;
}

@media only screen and (min-width: 64.063em) {
  #domains-pricelist .table table thead tr th i {
    float: right;
    position: absolute;
    cursor: pointer;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    margin-left: 1rem;
  }
  #domains-pricelist .table table thead tr th i.arrow-up, #domains-pricelist .table table thead tr th i.arrow-down {
    left: auto;
  }
  #domains-pricelist .table table thead tr th i.arrow-up.active, #domains-pricelist .table table thead tr th i.arrow-down.active {
    pointer-events: none;
    cursor: default;
  }
  #domains-pricelist .table table thead tr th i.arrow-up {
    border-bottom: 8px solid;
    top: 1.0625rem;
    border-bottom-color: white;
  }
  #domains-pricelist .table table thead tr th i.arrow-up:hover, #domains-pricelist .table table thead tr th i.arrow-up.active {
    border-bottom-color: #20B6DB;
  }
  #domains-pricelist .table table thead tr th i.arrow-down {
    border-top: 8px solid;
    top: 1.75rem;
    border-top-color: white;
  }
  #domains-pricelist .table table thead tr th i.arrow-down:hover, #domains-pricelist .table table thead tr th i.arrow-down.active {
    border-top-color: #20B6DB;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #domains-pricelist .table table thead tr th:nth-of-type(4) {
    width: 16%;
  }
}
#domains-pricelist .table table tbody.load:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: black;
}

#domains-pricelist .table table tbody tr:nth-of-type(2n) {
  background: none;
}

#domains-pricelist .table table tbody tr.even {
  background: rgb(239, 242.2, 243.8);
}

@media only screen and (min-width: 40.063em) {
  #domains-pricelist .table table tbody tr:first-of-type td {
    border-top: 0 none;
  }
}
#domains-pricelist .table table tbody tr td {
  font-size: 1rem;
  color: #282828;
}

@media only screen and (min-width: 40.063em) {
  #domains-pricelist .table table tbody tr td {
    border: 1px solid rgb(217.5, 225, 228.75);
    text-align: right;
  }
  #domains-pricelist .table table tbody tr td:first-of-type {
    text-align: left;
  }
  #domains-pricelist .table table tbody tr td:last-of-type {
    text-align: center;
  }
}
#domains-pricelist .table table tbody tr td a {
  font-weight: 700;
}

#domains-pricelist .table table tbody tr td a.simple-link {
  font-size: 0.875rem;
  font-weight: 300;
}

#domains-pricelist .table table tbody tr td a.simple-link i {
  bottom: 1px;
}

#domains-pricelist .table table tbody tr td a.simple-link:hover {
  padding-bottom: 0;
  border-bottom: 0 none;
}

@media only screen and (min-width: 40.063em) {
  #domains-pricelist .table table tbody tr td a.simple-link {
    float: right;
  }
}
#domains-pricelist .table table tbody tr td .smaller {
  font-size: 0.925rem;
}

#domains-pricelist .table table tbody tr td .price .strikethrough, #domains-pricelist .table table tbody tr td .domain-results ul .price-container .year .strikethrough, .domain-results ul .price-container #domains-pricelist .table table tbody tr td .year .strikethrough, #domains-pricelist .table table tbody tr td .domains-more-results .tld-results .tld-line .actions .tld-taken .strikethrough, .domains-more-results .tld-results .tld-line .actions #domains-pricelist .table table tbody tr td .tld-taken .strikethrough {
  color: rgb(141.75, 141.75, 141.75);
  margin-right: 0.25rem;
}

#domains-pricelist .table table tbody tr td .price.discount, #domains-pricelist .table table tbody tr td .domain-results ul .price-container .discount.year, .domain-results ul .price-container #domains-pricelist .table table tbody tr td .discount.year, #domains-pricelist .table table tbody tr td .domains-more-results .tld-results .tld-line .actions .discount.tld-taken, .domains-more-results .tld-results .tld-line .actions #domains-pricelist .table table tbody tr td .discount.tld-taken {
  line-height: 1.3;
}

#domains-pricelist .table table tbody tr td .price.discount .current-price, #domains-pricelist .table table tbody tr td .domain-results ul .price-container .discount.year .current-price, .domain-results ul .price-container #domains-pricelist .table table tbody tr td .discount.year .current-price, #domains-pricelist .table table tbody tr td .domains-more-results .tld-results .tld-line .actions .discount.tld-taken .current-price, .domains-more-results .tld-results .tld-line .actions #domains-pricelist .table table tbody tr td .discount.tld-taken .current-price {
  color: rgb(252.558490566, 126.820754717, 63.341509434);
  display: inline;
  font-weight: 500;
}

@media only screen and (min-width: 40.063em) {
  #domains-pricelist .table table tbody tr td .price.discount .current-price, #domains-pricelist .table table tbody tr td .domain-results ul .price-container .discount.year .current-price, .domain-results ul .price-container #domains-pricelist .table table tbody tr td .discount.year .current-price, #domains-pricelist .table table tbody tr td .domains-more-results .tld-results .tld-line .actions .discount.tld-taken .current-price, .domains-more-results .tld-results .tld-line .actions #domains-pricelist .table table tbody tr td .discount.tld-taken .current-price {
    display: inline-block;
    min-width: 2.75rem;
  }
}
#domains-pricelist .table table tbody tr td .price.discount .discount_msg, #domains-pricelist .table table tbody tr td .domain-results ul .price-container .discount.year .discount_msg, .domain-results ul .price-container #domains-pricelist .table table tbody tr td .discount.year .discount_msg, #domains-pricelist .table table tbody tr td .domains-more-results .tld-results .tld-line .actions .discount.tld-taken .discount_msg, .domains-more-results .tld-results .tld-line .actions #domains-pricelist .table table tbody tr td .discount.tld-taken .discount_msg {
  display: inline;
}

#domains-pricelist .table table tbody tr td .price.discount .discount_msg a, #domains-pricelist .table table tbody tr td .domain-results ul .price-container .discount.year .discount_msg a, .domain-results ul .price-container #domains-pricelist .table table tbody tr td .discount.year .discount_msg a, #domains-pricelist .table table tbody tr td .domains-more-results .tld-results .tld-line .actions .discount.tld-taken .discount_msg a, .domains-more-results .tld-results .tld-line .actions #domains-pricelist .table table tbody tr td .discount.tld-taken .discount_msg a, #domains-pricelist .table table tbody tr td .price.discount .discount_msg a:hover {
  color: rgb(252.558490566, 126.820754717, 63.341509434);
  border-bottom: none;
  font-size: 0.85rem;
  padding-bottom: 0;
}

#domains-pricelist .table table tbody tr td .favorite {
  padding: 0.25rem 0.5rem 0.25rem 0;
  cursor: pointer;
  font-size: 1.25rem;
}

#domains-pricelist .table table tbody tr td .favorite:before {
  content: "\e912";
  font-family: "icomoon";
  color: rgb(224.8, 224.8, 224.8);
  position: relative;
  top: 3px;
}

#domains-pricelist .table table tbody tr td .favorite:hover:before, #domains-pricelist .table table tbody tr td .favorite.selected:before {
  content: "\e912";
  font-family: "icomoon";
  color: #ff585d;
  position: relative;
}

#domains-pricelist .table table tbody tr td .arrow-animate {
  position: absolute;
  right: 1.25rem;
  margin-top: -2rem;
  font-size: 1.375rem;
}

#domains-pricelist .table table tbody tr td .arrow-animate i {
  display: inline-block;
  padding: 0.75rem;
  transform: rotate(0deg);
  transition: all 0.2s linear;
  color: #31444e;
}

#domains-pricelist .table table tbody tr td.expand .arrow-animate i {
  transform: rotate(180deg);
  transition: all 0.2s linear;
}

#domains-pricelist .table table tbody tr td.expand .transform-tld {
  max-height: 15rem;
  overflow: none;
  transition: all 0.3s linear;
}

#domains-pricelist .table table tbody tr td .transform-tld {
  display: none;
}

@media only screen and (max-width: 40em) {
  #domains-pricelist .table table tbody tr td .transform-tld {
    display: block;
    max-height: 2.5rem;
    overflow: hidden;
    transition: all 0.3s linear;
  }
  #domains-pricelist .table table tbody tr td .transform-tld ul {
    margin-top: 1rem;
    margin-bottom: 0;
  }
  #domains-pricelist .table table tbody tr td .transform-tld ul li {
    margin-bottom: 1rem;
    display: table;
    width: 100%;
  }
  #domains-pricelist .table table tbody tr td .transform-tld ul li:last-of-type {
    margin-bottom: 0.25rem;
  }
  #domains-pricelist .table table tbody tr td .transform-tld ul li .tld-label, #domains-pricelist .table table tbody tr td .transform-tld ul li .wrapper {
    display: table-cell;
    font-size: 0.925rem;
    vertical-align: bottom;
    line-height: 1.1;
  }
  #domains-pricelist .table table tbody tr td .transform-tld ul li .tld-label {
    color: #919191;
    width: 7.5rem;
  }
  #domains-pricelist .table table tbody tr td .transform-tld ul li .wrapper .price, #domains-pricelist .table table tbody tr td .transform-tld .domain-results ul li .wrapper .price-container .year, .domain-results #domains-pricelist .table table tbody tr td .transform-tld ul li .wrapper .price-container .year, #domains-pricelist .table table tbody tr td .transform-tld .domain-results ul .price-container li .wrapper .year, .domain-results #domains-pricelist .table table tbody tr td .transform-tld ul .price-container li .wrapper .year, #domains-pricelist .table table tbody tr td .transform-tld ul li .wrapper .domains-more-results .tld-results .tld-line .actions .tld-taken, .domains-more-results .tld-results .tld-line .actions #domains-pricelist .table table tbody tr td .transform-tld ul li .wrapper .tld-taken {
    font-size: 0.925rem;
  }
  #domains-pricelist .table table tbody tr td .transform-tld ul li .wrapper .price.discount .current-price, #domains-pricelist .table table tbody tr td .transform-tld .domain-results ul li .wrapper .price-container .discount.year .current-price, .domain-results #domains-pricelist .table table tbody tr td .transform-tld ul li .wrapper .price-container .discount.year .current-price, #domains-pricelist .table table tbody tr td .transform-tld .domain-results ul .price-container li .wrapper .discount.year .current-price, .domain-results #domains-pricelist .table table tbody tr td .transform-tld ul .price-container li .wrapper .discount.year .current-price, #domains-pricelist .table table tbody tr td .transform-tld ul li .wrapper .domains-more-results .tld-results .tld-line .actions .discount.tld-taken .current-price, .domains-more-results .tld-results .tld-line .actions #domains-pricelist .table table tbody tr td .transform-tld ul li .wrapper .discount.tld-taken .current-price {
    font-weight: 700;
  }
}
.domain-tiers .inline-list {
  margin-left: 0;
  margin-bottom: 0;
}

.domain-tiers .inline-list li {
  margin-left: 0;
}

.domain-tiers .inline-list li.tier-indicator:after {
  content: "";
  background: url("../img/tier-indicator.png");
  background-repeat: no-repeat;
  position: absolute;
  width: 95px;
  height: 55px;
  top: 0;
  margin-top: -3.5rem;
  margin-left: -0.25rem;
}

.domain-tiers .inline-list li button {
  margin-bottom: 0;
  background-color: white;
  border: 1px solid #CDD7DC;
  border-left: 0;
  border-bottom: 0;
  color: #585858;
  padding: 0.125rem 1rem 0.5rem;
  width: 130px;
  height: 115px;
}

.domain-tiers .inline-list li button .f_sprite {
  background-size: 90px 90px;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  height: 90px;
  width: 90px;
  background: url("../img/sprites/main-sprite.png") no-repeat;
}

.domain-tiers .inline-list li button:hover:after {
  background-color: #ff585d;
  color: white;
  content: "";
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0.2rem 0.625rem;
  position: absolute;
  right: -1px;
  top: -1px;
}

.domain-tiers .inline-list li button.active {
  background-color: #CDD7DC;
  cursor: default;
}

.domain-tiers .inline-list li button.active:hover {
  background-color: #CDD7DC;
}

.domain-tiers .inline-list li button:hover {
  background-color: #EBEFF1;
}

.domain-tiers .inline-list li button.tier1 .f_sprite {
  background-position: -20px -2063px;
}

.domain-tiers .inline-list li button.tier1:hover:after {
  content: "1-9 Domains";
}

.domain-tiers .inline-list li button.tier2 .f_sprite {
  background-position: -20px -2173px;
}

.domain-tiers .inline-list li button.tier2:hover:after {
  content: "10-19 Domains";
}

.domain-tiers .inline-list li button.tier3 .f_sprite {
  background-position: -20px -2283px;
}

.domain-tiers .inline-list li button.tier3:hover:after {
  content: "20-29 Domains";
}

.domain-tiers .inline-list li button.tier4 .f_sprite {
  background-position: -20px -2393px;
}

.domain-tiers .inline-list li button.tier4:hover:after {
  content: "30-39 Domains";
}

.domain-tiers .inline-list li button.tier5 .f_sprite {
  background-position: -20px -2503px;
}

.domain-tiers .inline-list li button.tier5:hover:after {
  content: "40-99 Domains";
}

.domain-tiers .inline-list li button.tier6 .f_sprite {
  background-position: -20px -2613px;
}

.domain-tiers .inline-list li button.tier6:hover:after {
  content: "100+ Domains";
}

.domain-tiers .inline-list li:first-of-type button {
  border-left: 1px solid #CDD7DC;
}

#intro.whois hr,
#intro.no-padlock hr,
#intro.csr hr {
  margin: 2.75rem 0 3rem;
}

#intro.whois .domains-searchbar,
#intro.no-padlock .domains-searchbar,
#intro.csr .domains-searchbar {
  display: inline-table;
  width: 100%;
}

#intro.whois .domains-searchbar .re-captcha .captcha-wrapper,
#intro.no-padlock .domains-searchbar .re-captcha .captcha-wrapper,
#intro.csr .domains-searchbar .re-captcha .captcha-wrapper {
  margin-top: 1.25rem;
}

#intro.whois .csr-wrapper,
#intro.no-padlock .csr-wrapper,
#intro.csr .csr-wrapper {
  padding: 1.5rem;
}

@media only screen and (min-width: 64.063em) {
  #intro.whois .csr-wrapper,
  #intro.no-padlock .csr-wrapper,
  #intro.csr .csr-wrapper {
    padding: 4rem;
  }
}
#intro.whois .csr-wrapper textarea,
#intro.no-padlock .csr-wrapper textarea,
#intro.csr .csr-wrapper textarea {
  font-family: monospace;
}

#intro.whois .csr-wrapper button,
#intro.no-padlock .csr-wrapper button,
#intro.csr .csr-wrapper button {
  display: block;
  margin-bottom: 0;
  margin-top: 1.5rem;
}

#intro.whois .whois-results,
#intro.whois .no-padlock-results,
#intro.whois .csr-results,
#intro.no-padlock .whois-results,
#intro.no-padlock .no-padlock-results,
#intro.no-padlock .csr-results,
#intro.csr .whois-results,
#intro.csr .no-padlock-results,
#intro.csr .csr-results {
  margin-top: 1.25rem;
}

#intro.whois .whois-results .panel,
#intro.whois .no-padlock-results .panel,
#intro.whois .csr-results .panel,
#intro.no-padlock .whois-results .panel,
#intro.no-padlock .no-padlock-results .panel,
#intro.no-padlock .csr-results .panel,
#intro.csr .whois-results .panel,
#intro.csr .no-padlock-results .panel,
#intro.csr .csr-results .panel {
  background-color: rgb(239, 242.2, 243.8);
  border: 0 none;
  border-bottom: 2px solid #CDD7DC;
  padding: 1.75rem 1.25rem;
}

#intro.whois .whois-results .panel .content .my-h3-title,
#intro.whois .no-padlock-results .panel .content .my-h3-title,
#intro.whois .csr-results .panel .content .my-h3-title,
#intro.no-padlock .whois-results .panel .content .my-h3-title,
#intro.no-padlock .no-padlock-results .panel .content .my-h3-title,
#intro.no-padlock .csr-results .panel .content .my-h3-title,
#intro.csr .whois-results .panel .content .my-h3-title,
#intro.csr .no-padlock-results .panel .content .my-h3-title,
#intro.csr .csr-results .panel .content .my-h3-title {
  font-weight: 400;
  margin-bottom: 1.25rem;
  color: #282828;
}

#intro.whois .whois-results .panel .content p,
#intro.whois .no-padlock-results .panel .content p,
#intro.whois .csr-results .panel .content p,
#intro.no-padlock .whois-results .panel .content p,
#intro.no-padlock .no-padlock-results .panel .content p,
#intro.no-padlock .csr-results .panel .content p,
#intro.csr .whois-results .panel .content p,
#intro.csr .no-padlock-results .panel .content p,
#intro.csr .csr-results .panel .content p {
  line-height: 1.5;
}

#intro.whois .whois-results .panel .content ul,
#intro.whois .no-padlock-results .panel .content ul,
#intro.whois .csr-results .panel .content ul,
#intro.no-padlock .whois-results .panel .content ul,
#intro.no-padlock .no-padlock-results .panel .content ul,
#intro.no-padlock .csr-results .panel .content ul,
#intro.csr .whois-results .panel .content ul,
#intro.csr .no-padlock-results .panel .content ul,
#intro.csr .csr-results .panel .content ul {
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.2;
  font-size: 0.925rem;
}

#intro.whois .whois-results .panel .content ul li,
#intro.whois .no-padlock-results .panel .content ul li,
#intro.whois .csr-results .panel .content ul li,
#intro.no-padlock .whois-results .panel .content ul li,
#intro.no-padlock .no-padlock-results .panel .content ul li,
#intro.no-padlock .csr-results .panel .content ul li,
#intro.csr .whois-results .panel .content ul li,
#intro.csr .no-padlock-results .panel .content ul li,
#intro.csr .csr-results .panel .content ul li {
  margin-bottom: 0.25rem;
  padding-bottom: 0;
}

#intro.whois .whois-results .panel .results,
#intro.whois .no-padlock-results .panel .results,
#intro.whois .csr-results .panel .results,
#intro.no-padlock .whois-results .panel .results,
#intro.no-padlock .no-padlock-results .panel .results,
#intro.no-padlock .csr-results .panel .results,
#intro.csr .whois-results .panel .results,
#intro.csr .no-padlock-results .panel .results,
#intro.csr .csr-results .panel .results {
  font-family: monospace;
  font-size: 15px;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  hyphens: auto;
}

#intro.whois .whois-results .panel .no-padlock, #intro.whois .whois-results .panel .csr-table,
#intro.whois .no-padlock-results .panel .no-padlock,
#intro.whois .no-padlock-results .panel .csr-table,
#intro.whois .csr-results .panel .no-padlock,
#intro.whois .csr-results .panel .csr-table,
#intro.no-padlock .whois-results .panel .no-padlock,
#intro.no-padlock .whois-results .panel .csr-table,
#intro.no-padlock .no-padlock-results .panel .no-padlock,
#intro.no-padlock .no-padlock-results .panel .csr-table,
#intro.no-padlock .csr-results .panel .no-padlock,
#intro.no-padlock .csr-results .panel .csr-table,
#intro.csr .whois-results .panel .no-padlock,
#intro.csr .whois-results .panel .csr-table,
#intro.csr .no-padlock-results .panel .no-padlock,
#intro.csr .no-padlock-results .panel .csr-table,
#intro.csr .csr-results .panel .no-padlock,
#intro.csr .csr-results .panel .csr-table {
  font-family: inherit;
}

#intro.whois .whois-results .panel .no-padlock table, #intro.whois .whois-results .panel .csr-table table,
#intro.whois .no-padlock-results .panel .no-padlock table,
#intro.whois .no-padlock-results .panel .csr-table table,
#intro.whois .csr-results .panel .no-padlock table,
#intro.whois .csr-results .panel .csr-table table,
#intro.no-padlock .whois-results .panel .no-padlock table,
#intro.no-padlock .whois-results .panel .csr-table table,
#intro.no-padlock .no-padlock-results .panel .no-padlock table,
#intro.no-padlock .no-padlock-results .panel .csr-table table,
#intro.no-padlock .csr-results .panel .no-padlock table,
#intro.no-padlock .csr-results .panel .csr-table table,
#intro.csr .whois-results .panel .no-padlock table,
#intro.csr .whois-results .panel .csr-table table,
#intro.csr .no-padlock-results .panel .no-padlock table,
#intro.csr .no-padlock-results .panel .csr-table table,
#intro.csr .csr-results .panel .no-padlock table,
#intro.csr .csr-results .panel .csr-table table {
  border: 0 none;
  margin-bottom: 0;
  width: 100%;
}

#intro.whois .whois-results .panel .no-padlock table tr:nth-of-type(even), #intro.whois .whois-results .panel .csr-table table tr:nth-of-type(even),
#intro.whois .no-padlock-results .panel .no-padlock table tr:nth-of-type(even),
#intro.whois .no-padlock-results .panel .csr-table table tr:nth-of-type(even),
#intro.whois .csr-results .panel .no-padlock table tr:nth-of-type(even),
#intro.whois .csr-results .panel .csr-table table tr:nth-of-type(even),
#intro.no-padlock .whois-results .panel .no-padlock table tr:nth-of-type(even),
#intro.no-padlock .whois-results .panel .csr-table table tr:nth-of-type(even),
#intro.no-padlock .no-padlock-results .panel .no-padlock table tr:nth-of-type(even),
#intro.no-padlock .no-padlock-results .panel .csr-table table tr:nth-of-type(even),
#intro.no-padlock .csr-results .panel .no-padlock table tr:nth-of-type(even),
#intro.no-padlock .csr-results .panel .csr-table table tr:nth-of-type(even),
#intro.csr .whois-results .panel .no-padlock table tr:nth-of-type(even),
#intro.csr .whois-results .panel .csr-table table tr:nth-of-type(even),
#intro.csr .no-padlock-results .panel .no-padlock table tr:nth-of-type(even),
#intro.csr .no-padlock-results .panel .csr-table table tr:nth-of-type(even),
#intro.csr .csr-results .panel .no-padlock table tr:nth-of-type(even),
#intro.csr .csr-results .panel .csr-table table tr:nth-of-type(even) {
  background: white;
}

#intro.whois .whois-results .panel .no-padlock table tr td, #intro.whois .whois-results .panel .csr-table table tr td,
#intro.whois .no-padlock-results .panel .no-padlock table tr td,
#intro.whois .no-padlock-results .panel .csr-table table tr td,
#intro.whois .csr-results .panel .no-padlock table tr td,
#intro.whois .csr-results .panel .csr-table table tr td,
#intro.no-padlock .whois-results .panel .no-padlock table tr td,
#intro.no-padlock .whois-results .panel .csr-table table tr td,
#intro.no-padlock .no-padlock-results .panel .no-padlock table tr td,
#intro.no-padlock .no-padlock-results .panel .csr-table table tr td,
#intro.no-padlock .csr-results .panel .no-padlock table tr td,
#intro.no-padlock .csr-results .panel .csr-table table tr td,
#intro.csr .whois-results .panel .no-padlock table tr td,
#intro.csr .whois-results .panel .csr-table table tr td,
#intro.csr .no-padlock-results .panel .no-padlock table tr td,
#intro.csr .no-padlock-results .panel .csr-table table tr td,
#intro.csr .csr-results .panel .no-padlock table tr td,
#intro.csr .csr-results .panel .csr-table table tr td {
  line-height: 1;
  padding: 0.8rem 1.25rem;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  hyphens: auto;
}

#intro.whois .whois-results .panel .no-padlock table tr td hr, #intro.whois .whois-results .panel .csr-table table tr td hr,
#intro.whois .no-padlock-results .panel .no-padlock table tr td hr,
#intro.whois .no-padlock-results .panel .csr-table table tr td hr,
#intro.whois .csr-results .panel .no-padlock table tr td hr,
#intro.whois .csr-results .panel .csr-table table tr td hr,
#intro.no-padlock .whois-results .panel .no-padlock table tr td hr,
#intro.no-padlock .whois-results .panel .csr-table table tr td hr,
#intro.no-padlock .no-padlock-results .panel .no-padlock table tr td hr,
#intro.no-padlock .no-padlock-results .panel .csr-table table tr td hr,
#intro.no-padlock .csr-results .panel .no-padlock table tr td hr,
#intro.no-padlock .csr-results .panel .csr-table table tr td hr,
#intro.csr .whois-results .panel .no-padlock table tr td hr,
#intro.csr .whois-results .panel .csr-table table tr td hr,
#intro.csr .no-padlock-results .panel .no-padlock table tr td hr,
#intro.csr .no-padlock-results .panel .csr-table table tr td hr,
#intro.csr .csr-results .panel .no-padlock table tr td hr,
#intro.csr .csr-results .panel .csr-table table tr td hr {
  margin: 1rem 0;
}

@media only screen and (min-width: 64.063em) {
  #intro.whois .whois-results .panel,
  #intro.whois .no-padlock-results .panel,
  #intro.whois .csr-results .panel,
  #intro.no-padlock .whois-results .panel,
  #intro.no-padlock .no-padlock-results .panel,
  #intro.no-padlock .csr-results .panel,
  #intro.csr .whois-results .panel,
  #intro.csr .no-padlock-results .panel,
  #intro.csr .csr-results .panel {
    padding: 2rem;
  }
  #intro.whois .whois-results .panel .results,
  #intro.whois .no-padlock-results .panel .results,
  #intro.whois .csr-results .panel .results,
  #intro.no-padlock .whois-results .panel .results,
  #intro.no-padlock .no-padlock-results .panel .results,
  #intro.no-padlock .csr-results .panel .results,
  #intro.csr .whois-results .panel .results,
  #intro.csr .no-padlock-results .panel .results,
  #intro.csr .csr-results .panel .results {
    max-height: 41rem;
    overflow-y: auto;
  }
}
@media  {
  #intro.whois .whois-results .panel .results {
    line-height: 1.1;
  }
  #intro.whois .whois-results .panel .results br {
    content: "";
    display: block;
    margin-bottom: 0.35rem;
  }
}
@media  {
  #intro.whois .whois-results .panel .results {
    line-height: 1.1;
  }
  #intro.whois .whois-results .panel .results br {
    display: block;
    margin-bottom: 0.35rem;
  }
}
#points.whois .point .head .tld {
  color: #ff585d;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  z-index: 1;
  font-family: "Roboto";
  min-width: 6.5rem;
  display: inline-block;
  position: relative;
  top: 24px;
  left: 24px;
  letter-spacing: -1px;
  text-align: left;
}

#points.whois .point .head .tld:before {
  content: "";
  position: absolute;
  background: white;
  border-radius: 50%;
  left: -26px;
  top: -36px;
  width: 6.5rem;
  height: 6.5rem;
  z-index: -1;
}

#points.whois .point .head .tld.com {
  left: 13px;
}

#points.whois .point .head .tld.com:before {
  left: -11px;
}

/* ID Protect pros and cons */
.id-protect-example hr {
  margin: 3rem 0;
}

.id-protect-example .panel {
  padding: 3rem 1.5rem 1.75rem 3rem;
  border-bottom: 2px solid rgb(184.6, 198.68, 205.72);
}

.id-protect-example .panel h3 {
  margin-left: 2.5rem;
  margin-bottom: 1.25rem;
  line-height: 1.2;
}

.id-protect-example .panel h3:before {
  font-family: "Icomoon";
  font-size: 3rem;
  display: inline-flex;
  margin-left: -3.75rem;
  margin-right: 0.625rem;
  position: absolute;
  top: 8px;
}

.id-protect-example .panel h3.pros:before {
  content: "\e933";
  color: #18BF93;
}

.id-protect-example .panel h3.con:before {
  content: "\e933";
  color: #ff585d;
}

.id-protect-example .panel ul li {
  padding-bottom: 0.75rem;
  line-height: 1.2;
}

@media only screen and (max-width: 40em) {
  .id-protect-example .panel .with-border {
    margin-top: 1rem;
  }
  .id-protect-example .panel .with-border:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #CDD7DC;
    display: inline-block;
    position: absolute;
    top: -1.25rem;
  }
}
@media only screen and (min-width: 40.063em) {
  .id-protect-example .panel {
    padding: 3rem;
  }
  .id-protect-example .panel .with-border {
    border-left: 1px solid #CDD7DC;
    padding-left: 3rem;
  }
  .id-protect-example .panel .wrapper ul {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 64.063em) {
  .id-protect-example .panel .with-border {
    padding-left: 4rem;
  }
  .id-protect-example .panel .wrapper {
    padding: 1rem 3rem 0;
  }
}
.id-protect-availability {
  display: inline-block;
  width: 38px;
  height: 24px;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  background-size: 38px 24px;
  background: url(../img/sprites/main-sprite.png) no-repeat;
  background-position: -20px -1979px;
  top: 3px;
  position: relative;
}

/* Support Request */
/* Support Request Form */
#myform {
  padding: 2.25rem 0 4rem;
}

#myform.light-grey {
  background: #EBEFF1;
}

#myform form textarea {
  min-height: 6rem;
  height: 11.75rem;
  padding: 1rem;
  font-weight: 400;
  max-width: 100%;
}

#myform form label {
  font-size: 1rem;
  margin-top: 0.75rem;
  text-align: left;
}

#myform form .captcha-wrapper {
  margin-bottom: 1.25rem;
}

#myform form .agree-terms {
  margin-bottom: 1.5rem;
}

#myform form .agree-terms label {
  font-size: 0.9375rem;
}

#myform form .button {
  min-width: 15rem;
}

@media only screen and (max-width: 40em) {
  #myform form .button {
    width: 100%;
  }
}
/* Card next to form */
.support-card {
  float: left;
}

@media only screen and (max-width: 40em) {
  .support-card {
    display: inline-block;
    width: 100%;
  }
}
.support-card.w-m-top {
  margin-top: 2rem;
}

@media only screen and (min-width: 64.063em) {
  .support-card.w-m-top {
    margin-top: 2.5rem;
  }
}
.support-card.white ul {
  background-color: white;
}

.support-card.light-grey ul {
  background: #EBEFF1;
}

.support-card ul {
  margin: 0;
}

.support-card ul li {
  color: #282828;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media only screen and (min-width: 64.063em) {
  .support-card ul li {
    text-align: center;
  }
}
.support-card ul li.card-header {
  background: #fd9662;
  padding-top: 1.5rem;
}

.support-card ul li.card-header h2 {
  color: white;
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 300;
}

.support-card ul li.extra-padding {
  padding-top: 1.5rem;
}

.support-card ul li.appointment {
  padding-top: 1.5rem;
  margin-top: 1.75rem;
  line-height: 1.4;
}

.support-card ul li span {
  display: block;
  font-size: 0.925rem;
}

/* Some extra styles for comments */
.slider-comments {
  padding: 4rem 0 2rem;
  background: #EBEFF1;
}

.slider-comments.white {
  background-color: white;
}

.slider-comments.white .orbit-container .orbit-bullets li {
  background: #EBEFF1;
}

.slider-comments.white .orbit-container .orbit-bullets li.active {
  background: #008cdd;
}

.slider-comments .orbit-container .orbit-slides-container {
  pointer-events: none;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .slider-comments .orbit-container .orbit-slides-container li {
    padding: 0 2.5rem;
  }
}
@media only screen and (min-width: 64.063em) {
  .slider-comments .orbit-container .orbit-slides-container li {
    padding: 0 5rem;
  }
}
.slider-comments .orbit-container .orbit-bullets li {
  cursor: pointer;
}

.slider-comments .orbit-container .orbit-bullets li:not(:last-child) {
  margin-right: 8px;
}

.slider-comments .ratings {
  display: inline-block;
  color: #f6b519;
}

.slider-comments .ratings span:not(:first-of-type) {
  margin-left: 0.375rem;
}

.slider-comments small {
  font-size: 80%;
}

.touch .orbit-bullets {
  display: block;
}

#intro {
  position: relative;
}

.test {
  position: absolute;
  height: 550px;
  width: 80%;
}

@media screen and (min-width: 64.063em) {
  .test {
    /*pantazis123123*/
    top: 0;
    height: 100%;
    width: 46%;
  }
}
.test {
  bottom: 0;
  right: 0;
}

.row.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.row.grid .columns p:last-of-type {
  margin-bottom: 0;
}

#new_support_request_cont #myform form textarea {
  max-width: 100%;
}

/* Used Transfer Site Page */
.transfer-site-request {
  margin: 4rem 0 3rem;
}

.transfer-site-request .panel {
  padding: 1.75rem;
}

@media only screen and (min-width: 40.063em) {
  .transfer-site-request .panel {
    padding: 2.5rem;
  }
}
.transfer-site-request .panel .my-h3-title {
  color: #282828;
  line-height: 1;
  font-size: 1.175rem;
  font-weight: 500;
  margin-bottom: 0.325rem;
}

.transfer-site-request .panel .sub-title {
  font-size: 0.9325rem;
  line-height: 1.3;
}

.transfer-site-request .panel .sub-title small {
  font-size: 65%;
}

.transfer-site-request .panel form .wrapper {
  margin: 1.125rem 0;
}

.transfer-site-request .panel form label {
  margin-bottom: 0.125rem;
}

.transfer-site-request .panel form input[type=text], .transfer-site-request .panel form input[type=email], .transfer-site-request .panel form input[type=password] {
  height: 2.75rem;
  padding-left: 0.75rem;
}

.transfer-site-request .panel form input[type=checkbox], .transfer-site-request .panel form input[type=radio] {
  margin-bottom: 0;
  margin-top: 1px;
}

.transfer-site-request .panel form input[type=checkbox] + label, .transfer-site-request .panel form input[type=radio] + label {
  margin-left: 0.25rem;
  position: relative;
  top: -1px;
}

.transfer-site-request .panel form .alert-box.info {
  line-height: 1.4;
  font-weight: 300;
  font-size: 0.8375rem;
  margin-bottom: 0;
}

.transfer-site-request .panel form .alert-box.info strong {
  font-weight: 700;
}

.transfer-site-request .panel form .postfix.button {
  font-size: 1.3125rem;
  height: 2.75rem;
  line-height: 2.75rem;
}

.transfer-site-request .panel form .button {
  margin-bottom: 0;
}

/* Who we are page */
/* Intro cards */
#profile-intro {
  padding: 2.25rem 0 4rem;
}

#profile-intro .profile {
  margin: 0 -0.625rem;
}

#profile-intro .profile li {
  padding: 0 0.625rem 1.25rem;
}

#profile-intro .profile li:before {
  content: none;
}

#profile-intro .profile li .panel {
  padding: 0;
  margin-bottom: 0;
  background: rgb(243, 245.4, 246.6);
  border-bottom: 2px solid #CDD7DC;
  height: 100%;
}

#profile-intro .profile li .panel .pic {
  background-color: #B6D8F1;
}

#profile-intro .profile li .panel .content {
  padding: 1.75rem 1.5rem 1.25rem;
}

#profile-intro .profile li .panel .content p {
  line-height: 1.5;
}

#profile-intro .profile li .panel strong {
  color: #282828;
  font-size: 1.125rem;
}

/* Our Team styles */
.the-people .wrapper-1 {
  margin: 4rem 0;
}

.the-people .wrapper-1 .panel {
  background-color: rgb(243, 245.4, 246.6);
  border: 1px solid rgb(212.6, 221.08, 225.32);
}

.the-people .wrapper-1 .panel .my-h4-title {
  color: #282828;
  margin-bottom: 0.25rem;
}

.the-people .wrapper-1 .panel .sub-title {
  color: rgb(126.65, 126.65, 126.65);
}

.the-people .wrapper-1 .panel img {
  margin-right: 1.25rem;
  margin-bottom: 0.75rem;
  float: left;
}

@media  {
  .the-people .wrapper-1 .panel img {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 64.063em) {
  .the-people .wrapper-2 .block {
    margin: 0 2rem;
  }
}
.the-people .wrapper-2 .block .my-h4-title {
  margin-bottom: 1rem;
}

.the-people .wrapper-2 .block img {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.15s ease-out;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.15s ease-out;
}

.the-people .wrapper-2 .block img:hover {
  box-shadow: 0 0 0 4px #CDD7DC;
}

.the-people .wrapper-2 .block p {
  line-height: 1.5;
}

.the-people .wrapper-2 .block ul.inline-list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0.3125rem;
  overflow: visible;
}

.the-people .wrapper-2 .block ul.inline-list li {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  margin-left: 0;
}

/* Specific style for the imgs in this section */
#customer-base #simple-row img {
  margin-bottom: 0;
}

/* Specific styles for the map */
#map {
  height: 500px;
}

.fixed-prefix {
  display: inline-flex;
  width: 100%;
}

.fixed-prefix span.prefix {
  width: 3rem;
}

.scrolloff {
  pointer-events: none;
}

/* Websites Parent Page */
.overview .websites-tools {
  margin-top: 1.75rem;
}

.overview .websites-tools .panel .icon i {
  color: #9472BE;
}

.overview .websites-tools .panel .icon i.icon-bag2 {
  position: relative;
  left: 5px;
}

.overview .websites-tools .panel:hover h2 {
  color: #9472BE;
}

.overview .websites-tools .panel:hover .icon:after {
  background: #9472BE;
}

/* Free Apps */
/* List of Apps */
#tab-module.free-apps .accordion dd > a {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #585858;
  background: rgb(221, 227.8, 231.2);
  border-bottom: 1px solid #f5f7f8;
}

#tab-module.free-apps .accordion dd > a:hover {
  background: #008cdd;
  font-weight: 400;
  color: white;
}

#tab-module.free-apps .accordion dd.active > a {
  background: #008cdd;
  font-weight: 400;
  color: white;
}

#tab-module.free-apps .accordion .content {
  background: #f5f7f8;
}

#tab-module.free-apps .accordion .content.active {
  background: #f5f7f8;
}

#tab-module.free-apps .tabs-content ul {
  margin-top: 1rem;
}

#tab-module.free-apps .tabs-content ul li {
  margin-bottom: 1rem;
}

#tab-module.free-apps .tabs-content ul li p {
  margin-top: 1rem;
  font-size: 1.125rem;
}

#tab-module.free-apps .tabs-content ul li div p {
  font-size: 0.925rem;
  margin-top: 0;
}

@media only screen and (max-width: 40em) {
  #tab-module.free-apps .tabs-content ul li div p {
    font-size: 0.875rem;
  }
}
#tab-module.free-apps .tabs-content ul li div p:first-of-type {
  font-weight: 500;
  margin-bottom: 1rem;
}

/* Special points styles for apps */
#points.apps .point .head i {
  font-size: 4rem;
}

@media only screen and (max-width: 40em) {
  #points.apps .point .head i {
    font-size: 3rem;
  }
}
#points.apps .point .head i.icon-wordpress {
  color: #585858;
}

#points.apps .point .head i.icon-joomla {
  color: #F98D2A;
}

#points.apps .point .head i.icon-druplicon {
  color: #0077B9;
}

#points.apps .point .head .svg-container {
  position: relative;
  height: 4rem;
  width: 4rem;
}

@media only screen and (max-width: 40em) {
  #points.apps .point .head .svg-container {
    height: 3rem;
    width: 3rem;
  }
}
#points.apps .point .head .svg-container span.logo {
  position: absolute;
  height: 5rem;
  width: 4.25rem;
}

@media only screen and (max-width: 40em) {
  #points.apps .point .head .svg-container span.logo {
    height: 3.5rem;
    width: 3.25rem;
  }
}
#points.apps .point .head .svg-container span.magento {
  background-image: url("../img/logos/magento-logo.svg");
}

#points.apps .point .head .svg-container span.prestashop {
  background-image: url("../img/logos/prestashop-logo.svg");
}

#points.apps .point .head .svg-container span.moodle {
  background-image: url("../img/logos/moodle-logo.svg");
}

#points.apps .point .head .svg-container span.opencart {
  background-image: url("../img/logos/opencart-logo.svg");
}

#points.apps .point .head .svg-container span.cscart {
  background-image: url("../img/logos/cscart-logo.svg");
}

#points.apps .point .head .svg-container span.zencart {
  background-image: url("../img/logos/zencart-logo.svg");
}

#points.apps .point .head .svg-container span.oscommerce {
  background-image: url("../img/logos/oscommerce-logo.svg");
}

#points.apps .point .head .svg-container span.woo-commerce {
  background-image: url("../img/logos/woo-commerce-logo.svg");
}

#points.apps .point .head .svg-container span.virtue-mart {
  background-image: url("../img/logos/virtue-mart-logo.svg");
}

#points.apps .point .head .svg-container span.magento, #points.apps .point .head .svg-container span.prestashop, #points.apps .point .head .svg-container span.moodle, #points.apps .point .head .svg-container span.opencart, #points.apps .point .head .svg-container span.cscart, #points.apps .point .head .svg-container span.zencart, #points.apps .point .head .svg-container span.oscommerce, #points.apps .point .head .svg-container span.woo-commerce, #points.apps .point .head .svg-container span.virtue-mart {
  background-size: 4.25rem auto;
  background-repeat: no-repeat;
  background-position: center top;
}

@media only screen and (max-width: 40em) {
  #points.apps .point .head .svg-container span.magento, #points.apps .point .head .svg-container span.prestashop, #points.apps .point .head .svg-container span.moodle, #points.apps .point .head .svg-container span.opencart, #points.apps .point .head .svg-container span.cscart, #points.apps .point .head .svg-container span.zencart, #points.apps .point .head .svg-container span.oscommerce, #points.apps .point .head .svg-container span.woo-commerce, #points.apps .point .head .svg-container span.virtue-mart {
    background-size: 3.25rem auto;
  }
}
/* Sitebuilder Page */
#sitebuilder-example {
  background: linear-gradient(90deg, rgb(235, 239, 241) 0%, rgb(255, 255, 255) 50%);
  padding: 4rem 0;
}

#sitebuilder-example .definitions .my-h4-title {
  font-size: 1rem;
  margin-bottom: 0.3rem;
  font-weight: 500;
}

#sitebuilder-example .definitions p {
  border-left: 1px dashed #999;
  font-size: 0.925rem;
  padding-left: 0.75rem;
  line-height: 1.5;
}

#sitebuilder-example .panel {
  background: white;
  background: rgb(253.4, 247.6, 219.2);
  border: 2px solid rgb(245.6181818182, 211.6090909091, 45.0818181818);
}

#sitebuilder-example .panel p {
  border: none;
  padding-left: 0;
}

#sitebuilder-example img {
  margin-top: 0.5rem;
}

.section {
  padding: 50px 0;
}

.img-resio {
  width: 100%;
  height: 0;
  padding-bottom: 56.2%;
  position: relative;
  background-color: #2e435e;
}

.img-resio img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (min-width: 1025px) {
  .img-resio img {
    filter: grayscale(100%);
  }
}
.img-resio img {
  transition: all 0.3s;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.color-hover {
  color: #585858;
}

.color-hover:hover {
  color: #000000;
}

.color-hover:hover .img-resio img {
  filter: grayscale(0%);
  color: #585858;
}

.site_builder .box-color {
  width: 60px;
  height: 60px;
  background-color: #18a4f5;
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: -3;
}

.site_builder h3 {
  font-weight: 700;
  font-size: 22px;
  color: #282828;
  margin-bottom: 5px;
  text-align: center;
}

#section1 .justify-content-center,
#section2 .justify-content-center {
  justify-content: center;
}

#section1 .gap-17,
#section2 .gap-17 {
  gap: 17px;
  display: grid;
  margin: 15px 0;
}

#section1 .youtube-embed,
#section2 .youtube-embed {
  position: relative;
  padding-bottom: 56%;
  width: 100%;
  text-align: left;
}

#section1 .youtube-embed iframe,
#section2 .youtube-embed iframe {
  width: 100%;
  position: absolute;
  height: 100%;
  overflow: hidden;
}

#section1 .b-img,
#section2 .b-img {
  border: 3px solid #ebeff2;
}

#section1 .start,
#section2 .start {
  justify-content: start !important;
}

#section1 .btn-img,
#section2 .btn-img {
  margin-top: 30px;
  font-weight: 500;
  background: #4285f4;
  margin-bottom: 0;
}

@media screen and (min-width: 1025px) {
  #section1 .row,
  #section2 .row {
    display: flex;
  }
  #section1 .row > *,
  #section2 .row > * {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
#section1,
#section2 {
  overflow: hidden;
}

.fullwidth {
  margin-bottom: 45px;
}

section.flex-box {
  display: flex;
}

section.flex-box img {
  height: 62px;
  width: 62px;
}

.img-con {
  flex: 1;
}

.conr {
  flex: 4;
}

body.site_builder .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.newt span {
  position: relative;
  display: inline-block;
  animation: waviy 7s infinite;
  animation-delay: calc(0.1s * var(--i));
}

@keyframes waviy {
  50%, 54%, 60% {
    transform: translateY(0);
  }
  52% {
    transform: translateY(-5px);
  }
}
/*------------------------------------------------------------*/
.background {
  width: 100vw;
  height: 100vh;
  background: #2e435e;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}

#simple-row.light-grey {
  position: relative;
  overflow: hidden;
}

.background span {
  width: 20vmin;
  height: 20vmin;
  border-radius: 20vmin;
  backface-visibility: hidden;
  position: absolute;
  animation-name: move;
  animation-duration: 6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.background span:nth-child(1) {
  color: #0070b1;
  top: 13%;
  left: 9%;
  animation-duration: 12.7s;
  animation-delay: -10.2s;
  transform-origin: 19vw -11vh;
  box-shadow: -40vmin 0 5.2937514951vmin currentColor;
}

.background span:nth-child(2) {
  color: #0070b1;
  top: 19%;
  left: 78%;
  animation-duration: 15s;
  animation-delay: -7.7s;
  transform-origin: 10vw -22vh;
  box-shadow: 40vmin 0 12.0009816611vmin currentColor;
}

.background span:nth-child(3) {
  color: #0070b1;
  top: 36%;
  left: 81%;
  animation-duration: 10.8s;
  animation-delay: -12.9s;
  transform-origin: -10vw -24vh;
  box-shadow: 40vmin 0 11.8342338731vmin currentColor;
}

.background span:nth-child(4) {
  color: #0070b1;
  top: 3%;
  left: 58%;
  animation-duration: 10.7s;
  animation-delay: -9.5s;
  transform-origin: -20vw -23vh;
  box-shadow: 40vmin 0 8.3269870952vmin currentColor;
}

.background span:nth-child(5) {
  color: #0070b1;
  top: 29%;
  left: 80%;
  animation-duration: 12.5s;
  animation-delay: -5.7s;
  transform-origin: 8vw 8vh;
  box-shadow: 40vmin 0 5.3137302917vmin currentColor;
}

.background span:nth-child(6) {
  color: #0070b1;
  top: 72%;
  left: 53%;
  animation-duration: 10.8s;
  animation-delay: -1.6s;
  transform-origin: -1vw -3vh;
  box-shadow: 40vmin 0 8.1947199596vmin currentColor;
}

.background span:nth-child(7) {
  color: #0070b1;
  top: 57%;
  left: 86%;
  animation-duration: 12.5s;
  animation-delay: -13.8s;
  transform-origin: -8vw -16vh;
  box-shadow: 40vmin 0 5.6001906865vmin currentColor;
}

.background span:nth-child(8) {
  color: #0070b1;
  top: 62%;
  left: 88%;
  animation-duration: 11.3s;
  animation-delay: -11.7s;
  transform-origin: 22vw 7vh;
  box-shadow: 40vmin 0 13.4663195369vmin currentColor;
}

.background span:nth-child(9) {
  color: #0070b1;
  top: 44%;
  left: 35%;
  animation-duration: 10.6s;
  animation-delay: -15s;
  transform-origin: -9vw -12vh;
  box-shadow: -40vmin 0 13.2228405956vmin currentColor;
}

.background span:nth-child(10) {
  color: #0070b1;
  top: 84%;
  left: 67%;
  animation-duration: 13.2s;
  animation-delay: -7.6s;
  transform-origin: 13vw -14vh;
  box-shadow: -40vmin 0 11.8419815922vmin currentColor;
}

.background span:nth-child(11) {
  color: #0070b1;
  top: 10%;
  left: 33%;
  animation-duration: 11.9s;
  animation-delay: -3.9s;
  transform-origin: 16vw -13vh;
  box-shadow: -40vmin 0 13.3660425419vmin currentColor;
}

.background span:nth-child(12) {
  color: #0070b1;
  top: 62%;
  left: 6%;
  animation-duration: 11.7s;
  animation-delay: -9.8s;
  transform-origin: 2vw 22vh;
  box-shadow: 40vmin 0 6.5508797812vmin currentColor;
}

.background span:nth-child(13) {
  color: #0070b1;
  top: 25%;
  left: 39%;
  animation-duration: 15.7s;
  animation-delay: -2.4s;
  transform-origin: -3vw -6vh;
  box-shadow: 40vmin 0 14.9346563947vmin currentColor;
}

.background span:nth-child(14) {
  color: #0070b1;
  top: 45%;
  left: 97%;
  animation-duration: 13.8s;
  animation-delay: -1.2s;
  transform-origin: 18vw -20vh;
  box-shadow: -40vmin 0 10.2143684523vmin currentColor;
}

.background span:nth-child(15) {
  color: #0070b1;
  top: 60%;
  left: 37%;
  animation-duration: 11.4s;
  animation-delay: -2.9s;
  transform-origin: 24vw -7vh;
  box-shadow: 40vmin 0 11.4577353204vmin currentColor;
}

.background span:nth-child(16) {
  color: #0070b1;
  top: 32%;
  left: 5%;
  animation-duration: 14.2s;
  animation-delay: -5.5s;
  transform-origin: -7vw 0vh;
  box-shadow: -40vmin 0 6.1637201781vmin currentColor;
}

.background span:nth-child(17) {
  color: #0070b1;
  top: 78%;
  left: 83%;
  animation-duration: 13.6s;
  animation-delay: -4.5s;
  transform-origin: -14vw -9vh;
  box-shadow: 40vmin 0 9.3364108023vmin currentColor;
}

.background span:nth-child(18) {
  color: #0070b1;
  top: 67%;
  left: 71%;
  animation-duration: 15.6s;
  animation-delay: -8s;
  transform-origin: 0vw -7vh;
  box-shadow: -40vmin 0 10.3229793094vmin currentColor;
}

.background span:nth-child(19) {
  color: #0070b1;
  top: 39%;
  left: 85%;
  animation-duration: 12.6s;
  animation-delay: -2.2s;
  transform-origin: 19vw -1vh;
  box-shadow: 40vmin 0 9.1373477039vmin currentColor;
}

.background span:nth-child(20) {
  color: #0070b1;
  top: 9%;
  left: 16%;
  animation-duration: 10.9s;
  animation-delay: -3.2s;
  transform-origin: -10vw 23vh;
  box-shadow: -40vmin 0 12.6913016943vmin currentColor;
}

@keyframes move {
  100% {
    transform: translate3d(0, 0, 1px) rotate(360deg);
  }
}
a.text2.t3.text {
  font-size: 20px;
  font-weight: 400;
}

.fullpage {
  min-height: calc(100vh - 109px);
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(249, 249, 249);
}

.fullpage .newt {
  margin-top: 9px;
}

.fullpage .text2.text {
  max-width: 90%;
  text-align: center;
}

.text-el {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  position: relative;
}

.element {
  position: absolute;
  /*animation-fill-mode: forwards;*/
}

/* The animation code */
.elem0 {
  top: 87%;
  left: -37%;
}

.play .elem0 {
  animation-name: example0;
  animation-duration: 2.49s;
  animation-fill-mode: forwards;
}

@keyframes example0 {
  from {
    top: 87%;
    left: -37%;
    transform: rotate(80deg);
  }
  to {
    top: 49%;
    left: -4%;
    transform: rotate(0deg);
  }
}
.elem1 {
  top: -52%;
  left: -37%;
}

.play .elem1 {
  animation-name: example1;
  animation-duration: 2.09s;
  animation-fill-mode: forwards;
}

@keyframes example1 {
  from {
    top: -52%;
    left: -37%;
    transform: rotate(98deg);
  }
  to {
    top: 7%;
    left: 11%;
    transform: rotate(0deg);
  }
}
.elem2 {
  top: 115%;
  left: 37%;
}

.play .elem2 {
  animation-name: example2;
  animation-duration: 1.77s;
  animation-fill-mode: forwards;
}

@keyframes example2 {
  from {
    top: 115%;
    left: 37%;
    transform: rotate(52deg);
  }
  to {
    top: 75%;
    left: 27%;
    transform: rotate(0deg);
  }
}
.elem3 {
  top: 63%;
  left: 106%;
}

.play .elem3 {
  animation-name: example3;
  animation-duration: 1.71s;
  animation-fill-mode: forwards;
}

@keyframes example3 {
  from {
    top: 63%;
    left: 106%;
    transform: rotate(21deg);
  }
  to {
    top: 46%;
    left: 81%;
    transform: rotate(0deg);
  }
}
.elem4 {
  top: -63%;
  left: 120%;
}

.play .elem4 {
  animation-name: example4;
  animation-duration: 2.43s;
  animation-fill-mode: forwards;
}

@keyframes example4 {
  from {
    top: -63%;
    left: 120%;
    transform: rotate(85deg);
  }
  to {
    top: -6%;
    left: 74%;
    transform: rotate(0deg);
  }
}
.elem5 {
  top: 102%;
  left: 41%;
}

.play .elem5 {
  animation-name: example5;
  animation-duration: 2.26s;
  animation-fill-mode: forwards;
}

@keyframes example5 {
  from {
    top: 102%;
    left: 41%;
    transform: rotate(155deg);
  }
  to {
    top: 66%;
    left: 61%;
    transform: rotate(0deg);
  }
}
.elem6 {
  top: -56%;
  left: 5%;
}

.play .elem6 {
  animation-name: example6;
  animation-duration: 2.06s;
  animation-fill-mode: forwards;
}

@keyframes example6 {
  from {
    top: -56%;
    left: 5%;
    transform: rotate(0deg);
  }
  to {
    top: 5%;
    left: 5%;
    transform: rotate(0deg);
  }
}
.elem7 {
  top: -7%;
  left: -50%;
}

.play .elem7 {
  animation-name: example7;
  animation-duration: 1.62s;
  animation-fill-mode: forwards;
}

@keyframes example7 {
  from {
    top: -7%;
    left: -50%;
    transform: rotate(42deg);
  }
  to {
    top: 47%;
    left: -11%;
    transform: rotate(0deg);
  }
}
.elem8 {
  top: 33%;
  left: -54%;
}

.play .elem8 {
  animation-name: example8;
  animation-duration: 2.33s;
  animation-fill-mode: forwards;
}

@keyframes example8 {
  from {
    top: 33%;
    left: -54%;
    transform: rotate(172deg);
  }
  to {
    top: 49%;
    left: -7%;
    transform: rotate(0deg);
  }
}
.text {
  opacity: 0;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-timing-function: linear;
}

.text0 {
  animation-name: text-anime0;
  animation-delay: 2s;
  transform-style: preserve-3d;
  font-size: 70px;
  margin-bottom: 11px;
  text-align: center;
}

@keyframes text-anime0 {
  0% {
    opacity: 0;
    transform: scale(3) translate(0, -5vh) rotateX(45deg);
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(2, 2vh) rotateX(0deg);
  }
}
.text1 {
  animation-name: text-anime1;
  animation-delay: 2.15s;
  transform-style: preserve-3d;
  position: relative;
  top: -26px;
  font-size: 29px;
  font-weight: 400;
}

@keyframes text-anime1 {
  0% {
    opacity: 0;
    transform: scale(3) translate(0, 0vh) rotateX(45deg);
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(2, 2vh) rotateX(0deg);
  }
}
.text2 {
  animation-name: text-anime2;
  animation-delay: 2.3s;
  transform-style: preserve-3d;
}

@keyframes text-anime2 {
  0% {
    opacity: 0;
    transform: scale(3) translate(0, 5vh) rotateX(45deg);
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(2, 2vh) rotateX(0deg);
  }
}
.icon-scroll {
  opacity: 0.3;
  width: 26px;
  height: 51px;
  margin-left: -20px;
  bottom: 6%;
  margin-top: -35px;
  box-shadow: inset 0 0 0 2px #000;
  border-radius: 25px;
}

.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}

.icon-scroll:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #000;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}

.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}

@media (max-width: 1000px) {
  .icon-scroll,
  .icon-scroll:before {
    display: none;
  }
}
.text2.text.hhh {
  margin: 18px 0;
}

p.text2.text.retop {
  position: relative;
  top: -14px;
}

span.neww {
  transform: rotate(-20deg);
  display: inline-block;
  background: #f3e11d;
  padding: 0px 0.92vw;
  margin: 0;
  line-height: 1.2;
  clip-path: polygon(14% 0%, 100% 0%, 85% 100%, 0% 100%);
  font-size: 1.61vw;
  position: absolute;
  top: -0.43vw;
  right: 97%;
}

@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(33px);
  }
}
div#section5 {
  background: #eceaea;
  margin-top: 100px;
}

section#stage {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stage {
  position: relative;
  width: 100%;
  max-width: 600px;
}

.review {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  margin: auto;
  background: #fff;
  display: flex;
  transition: transform 1s, box-shadow 1s;
  display: none;
}

.ontop {
  z-index: 4 !important;
}

.review.after,
.review.before,
.review.active,
.review.nbefore,
.review.nafter {
  display: flex;
}

.review .review_in {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-name: blur;
  opacity: 0.7;
  filter: blur(2px);
}

.review.active .review_in {
  opacity: 0.7;
  filter: blur(2px);
  animation-name: blur2;
  animation-delay: 1s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

/* The animation code */
@keyframes blur {
  from {
    opacity: 1;
    filter: blur(0);
  }
  to {
    opacity: 0.7;
    filter: blur(2px);
  }
}
/* The animation code */
@keyframes blur2 {
  from {
    opacity: 0.7;
    filter: blur(2px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}
span.bb {
  padding: 20px;
  background-color: #25a9f5;
  z-index: 5;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  border: 3px solid #fff;
  cursor: pointer;
}

.review.after {
  transform: translate(-50%, 0) scale(0.8);
  z-index: 2;
}

.review.before {
  transform: translate(50%, 0) scale(0.8);
  z-index: 2;
}

.review.active {
  z-index: 3;
  transform: translate(0%, 0) scale(1);
  transition-delay: 1s;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.review.nbefore {
  transform: translate(50%, 0) scale(0.8);
  z-index: 1;
}

.review.nafter {
  transform: translate(-50%, 0) scale(0.8);
  z-index: 1;
}

img.icon1 {
  width: 16px;
  height: 16px;
  max-width: none;
}

.bgline {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: url(../img/websites/sitebuilder/review/review.svg);
  height: 50px;
  z-index: -1;
}

img.avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.3);
}

.review_in {
  padding: 0px;
  box-sizing: border-box;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
}

.height {
  flex-direction: column;
}

.elpad {
  align-items: center;
  display: flex;
  padding: 20px;
  padding-top: 40px;
  flex-direction: column;
}

span.profetion {
  text-align: center;
  font-weight: 400;
  color: #948f8f;
  font-size: 13px;
  padding: 0 40px;
  line-height: 1.4;
}

h3.username {
  text-align: center;
  margin: 0;
  color: #2a6588;
  margin-top: 8px;
}

.block_wrapper {
  border: 3px solid #ebeff2;
  padding: 10px;
  display: flex;
  align-items: center;
}

.block_wrapper .step {
  font-weight: 800;
  font-size: 145px;
  line-height: 0;
  color: #2a82fd;
  margin-right: 10px;
}

.block_wrapper .text-wrapper {
  border-left: 3px solid #ebeff2;
  padding-left: 25px;
  position: relative;
}

.block_wrapper .text-wrapper .title {
  font-weight: 700;
  font-size: 28px;
  color: #000;
  padding-top: 15px;
}

.block_wrapper .text-wrapper p {
  padding-top: 16px;
}

.block_wrapper .text-wrapper .position-absolute {
  position: absolute;
  top: 0;
  right: 0;
}

.block_wrapper .text-wrapper .position-absolute div {
  font-size: 8px;
  text-align: center;
}

.block_wrapper .text-wrapper .position-absolute a {
  background: #4285f4;
  color: #fff;
  padding: 8px 34px;
  top: 5px;
  font-weight: 500;
  position: relative;
  width: 292px;
  text-align: center;
  display: block;
}

.site_builder .fullpage .my-h2-title {
  position: relative;
}

@media only screen and (max-width: 40em) {
  .site_builder .fullpage p.text2.text {
    display: block;
    background-color: #fffFFF;
    padding: 0 5px;
    border-radius: 8px;
  }
  .site_builder span.bb {
    position: absolute;
    top: 0;
  }
  .site_builder section#stage {
    position: relative;
  }
  .site_builder span.next.bb {
    right: 27px;
  }
  .site_builder span.prev.bb {
    right: 71px;
  }
  .site_builder .stage {
    max-width: calc(100% - 20px);
  }
}
@media only screen {
  .site_builder .bg_paint {
    display: block;
    position: absolute;
    top: 0;
    right: -80%;
    z-index: -1;
    width: 200%;
    max-width: none;
  }
  .site_builder #section2 {
    background: none;
  }
  .site_builder .fullpage .my-h2-title {
    font-size: 8vw;
    margin-bottom: 1vw;
  }
  .site_builder .fullpage h3.text1.text {
    font-size: 5vw;
  }
}
@media only screen and (min-width: 40.063em) {
  .site_builder .fullpage .my-h2-title {
    font-size: 5vw;
    margin-bottom: 1vw;
  }
  .site_builder .fullpage h3.text1.text {
    font-size: 20px;
  }
}
@media only screen and (min-width: 64.063em) {
  .site_builder .bg_paint {
    display: none;
  }
  .site_builder #section2 {
    background: url(../../img/websites/sitebuilder/wall.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .site_builder .fullpage .my-h2-title {
    font-size: 3.5vw;
    margin-bottom: 1vw;
    line-height: 1;
  }
}
.btn_builder {
  font-size: 1.5rem;
  width: 322px;
  height: 59px;
  background-color: #2a83fc !important;
  margin-top: 0px !important;
}

@media screen and (max-width: 1200px) {
  .block_wrapper .text-wrapper .position-absolute {
    position: relative;
  }
  .block_wrapper .text-wrapper .position-absolute div {
    text-align: left;
  }
  .block_wrapper .text-wrapper .position-absolute a {
    padding: 8px 8px;
    display: block;
    top: 2px;
    margin-bottom: 12px;
    text-align: center;
    max-width: 253px;
  }
}
#section6 .thm-button {
  margin: 0;
  /* margin-left: 8px; */
  height: 30px;
  padding: 0;
  width: 210px;
  bottom: 0px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  color: #000;
  text-decoration: underline;
  font-weight: 500;
}

#section6 .position-relative {
  position: relative;
}

#section6 .position-absolute {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
}

#section6 .owl-nav {
  position: absolute;
  top: 45%;
  transform: translateY(10px);
}

#section6 .link {
  text-decoration: underline;
}

#section6 .owl-carousel {
  display: block;
}

#section6 .owl-carousel .slide-owl-wrap:not(:first-child) {
  display: none;
}

#section6 .item {
  height: 187px;
  margin: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 20px;
  margin-bottom: 37px;
}

#section6 .owl-dots {
  justify-content: center;
  gap: 5px;
  margin-top: 15px;
  text-align: center;
}

#section6 .owl-dots .owl-dot span {
  background: #ebeff2 !important;
  height: 15px;
  width: 15px;
  display: block;
  border-radius: 20px;
  margin-left: 5px;
}

#section6 .owl-dots .owl-dot.active span {
  background: #2a82fd !important;
}

#section6 ul.tabs {
  display: flex;
  list-style-type: none;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px !important;
}

#section6 ul.tabs li {
  cursor: pointer;
  padding: 0px 21px;
  color: #fff;
  color: #2a82fd;
  padding: 8px 20px;
  border: 1px solid;
  text-align: center;
  line-height: normal;
}

#section6 ul.tabs li.active {
  background-color: #2a82fd;
  color: #fff;
  padding: 8px 20px;
}

#section6 .tab_content.hidden {
  display: none;
}

#section6 .tab_drawer_heading {
  display: none;
}

@media screen and (max-width: 1025px) {
  #section6 .flex-content {
    display: grid;
    margin: 15px;
  }
  #section6 ul.tabs {
    display: none;
  }
  #section6 .tab_drawer_heading {
    background-color: #2a82fd;
    color: #fff;
    display: block;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    text-align: center;
    padding: 15px;
  }
  #section6 .d_active {
    font-weight: bold;
  }
}
@media screen and (min-width: 1025px) {
  #section1 .btn_builder_1 {
    max-width: 600px;
    height: 72px;
    font-size: 45px;
    margin-top: 60px !important;
  }
  #section6 .item {
    height: 187px;
    margin: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 37px;
  }
  #section6 {
    padding-top: 0;
  }
  #section6 .tab_container {
    margin: 0 90px;
  }
  #section6 .owl-prev,
  #section6 .owl-next {
    position: absolute;
    font-size: 228px;
    color: #2a82fd;
  }
  #section6 .owl-prev.disabled,
  #section6 .owl-next.disabled {
    color: #ebeff2;
  }
  #section6 .owl-next {
    right: -81px;
  }
  #section6 .owl-prev {
    left: -81px;
  }
  #section6 .owl-nav {
    display: flex;
    align-items: center;
    margin: 0;
    width: 100%;
  }
  #section6 .owl-carousel {
    display: flex !important;
    /* To override display:block I added !important */
    flex-direction: row;
    justify-content: center;
    /* To center the carousel */
  }
  #section6 #owl-carousel4 .owl-nav,
  #section6 #owl-carousel1 .owl-nav {
    display: none;
  }
  #section6 .owl-dots {
    justify-content: center;
    gap: 5px;
    margin-top: 30px;
    position: absolute;
    bottom: -47px;
  }
  #section6 .owl-dots .owl-dot span {
    background: #ebeff2 !important;
    height: 15px;
    width: 15px;
    display: block;
    border-radius: 20px;
    margin-left: 5px;
  }
  #section6 .owl-dots .owl-dot.active span {
    background: #2a82fd !important;
  }
}
/* Security Parent Page */
.require-2fa-options-list {
  margin: 0.5rem 0 1rem;
}

.require-2fa-option {
  padding: 0.65rem 0.85rem;
  margin-bottom: 0.5rem;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  transition: border-color 150ms ease-out, background-color 150ms ease-out;
  background-color: #fff;
  cursor: pointer;
}

.require-2fa-option.is-selected {
  border-color: #008cdd;
  background-color: #eaf6fd;
}

.require-2fa-option .radio {
  margin-bottom: 0.15rem;
}

.require-2fa-option .radio input[type=radio]:checked + span:before {
  background: #008cdd;
  border-color: #008cdd;
}

.require-2fa-option .radio .radio__label:hover:before {
  border-color: #008cdd;
}

.require-2fa-option__desc {
  margin: 0 0 0 1.75rem;
  color: #848484;
  font-size: 0.8125rem;
  line-height: 1.4;
}

/* SSLs */
/* ----------------------------------------------------------------------
SSL List of Products
----------------------------------------------------------------------- */
/* Custom styles for SSL list of products. Extend Custom List */
@media only screen and (min-width: 64.063em) {
  .custom-list.ssl-list .item {
    max-height: 6.25rem;
    height: auto;
    overflow: hidden;
  }
}
.custom-list.ssl-list .item ul li div .label.ev {
  background-color: #33cc66;
  display: none;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .custom-list.ssl-list .item ul li {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .custom-list.ssl-list .item ul li div {
    width: 100%;
  }
  .custom-list.ssl-list .item ul li.name div, .custom-list.ssl-list .item ul .domains-more-results .tld-results .tld-line .tld-name li.tld div, .domains-more-results .tld-results .tld-line .tld-name .custom-list.ssl-list .item ul li.tld div {
    max-height: 21px;
  }
  .custom-list.ssl-list .item ul li.name div a, .custom-list.ssl-list .item ul .domains-more-results .tld-results .tld-line .tld-name li.tld div a, .domains-more-results .tld-results .tld-line .tld-name .custom-list.ssl-list .item ul li.tld div a {
    line-height: 21px;
    max-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
  }
  .custom-list.ssl-list .item ul li.price, .custom-list.ssl-list .item .domain-results ul .price-container li.year, .domain-results .custom-list.ssl-list .item ul .price-container li.year, .custom-list.ssl-list .item ul .domains-more-results .tld-results .tld-line .actions li.tld-taken, .domains-more-results .tld-results .tld-line .actions .custom-list.ssl-list .item ul li.tld-taken, .custom-list.ssl-list .item ul li.domain-number {
    min-height: 3.9375rem;
  }
}
@media only screen and (min-width: 64.063em) {
  .custom-list.ssl-list .item ul li.name, .custom-list.ssl-list .item ul .domains-more-results .tld-results .tld-line .tld-name li.tld, .domains-more-results .tld-results .tld-line .tld-name .custom-list.ssl-list .item ul li.tld {
    width: 18%;
  }
  .custom-list.ssl-list .item ul li.validation {
    width: 10%;
  }
  .custom-list.ssl-list .item ul li.wildcard {
    width: 8%;
  }
  .custom-list.ssl-list .item ul li.issuance {
    width: 10%;
  }
  .custom-list.ssl-list .item ul li.domain-number {
    width: 14%;
  }
}
.custom-list.ssl-list .item.filtered-out {
  display: none;
}

@media only screen and (min-width: 64.063em) {
  .custom-list.ssl-list .item.filtered-out {
    max-height: 0;
    padding: 0;
    height: 0;
    margin: 0;
  }
}
/* Header and filters for SSL list */
#ssl-list-products {
  padding: 2.25rem 0 4rem;
}

#ssl-list-products .head {
  margin-bottom: 2.5rem;
}

@media only screen and (min-width: 64.063em) {
  #ssl-list-products .head .inner-head {
    display: inline-flex;
    align-items: center;
  }
  #ssl-list-products .head .inner-head .head-image {
    margin-right: 5rem;
    max-width: 27%;
    min-width: 27%;
  }
  #ssl-list-products .head .inner-head .head-image img {
    margin: 0;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #ssl-list-products .head .inner-head .head-image {
    max-width: 35%;
  }
}
@media only screen and (max-width: 40em) {
  #ssl-list-products .head .inner-head .head-image {
    max-width: 70%;
  }
}
#ssl-list-products .head .my-h2-title {
  margin-bottom: 1.25rem;
  line-height: 1.2;
}

#ssl-list-products .head img {
  margin-bottom: 1rem;
}

#ssl-list-products .head p {
  margin-bottom: 0.75rem;
}

#ssl-list-products .head p:last-of-type {
  margin-bottom: 0;
}

#ssl-list-products .ssl-inline-filters {
  display: none;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 2rem;
  padding-bottom: 1.75rem;
  padding-top: 1.75rem;
  border-bottom: 1px solid #CDD7DC;
  border-top: 1px solid #CDD7DC;
  background-color: white;
}

@media only screen and (min-width: 64.063em) {
  #ssl-list-products .ssl-inline-filters {
    display: inline-flex;
  }
}
#ssl-list-products .ssl-inline-filters.sticky {
  left: 0;
  position: fixed;
  top: 0;
  justify-content: space-around;
  border-top: 0 none; /* FF3.5+ */ /* Saf3.0+, Chrome */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); /* Opera 10.5, IE9 */
  z-index: 9999;
}

#ssl-list-products .ssl-inline-filters.sticky.all-filters {
  padding-left: 77px;
  padding-right: 72px;
}

#ssl-list-products .ssl-inline-filters .filters-left .inline-list {
  margin-bottom: 0;
}

#ssl-list-products .ssl-inline-filters .filters-left .inline-list > li {
  height: 2.25rem;
}

#ssl-list-products .ssl-inline-filters .filters-left .f-dropdown {
  max-width: 260px;
}

#ssl-list-products .ssl-inline-filters .filters-left .f-dropdown li {
  border-bottom: 1px solid rgb(39.2, 54.4, 62.4);
  display: flex;
  align-items: center;
}

#ssl-list-products .ssl-inline-filters .filters-left .f-dropdown li:last-child {
  border-bottom: 0 none;
}

#ssl-list-products .ssl-inline-filters .filters-left .f-dropdown li label {
  color: white;
  width: 100%;
  padding: 0.675rem 0.75rem 0.675rem 0;
  margin-right: 0;
}

#ssl-list-products .ssl-inline-filters .filters-left .f-dropdown li input {
  margin-bottom: 0;
  margin-left: 16px;
}

#ssl-list-products .ssl-inline-filters .filters-left button {
  background-color: transparent;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
  padding-left: 0;
  padding-top: 0.5rem;
}

#ssl-list-products .ssl-inline-filters .filters-left button.dropdown {
  padding-right: 2.5rem;
  font-size: 0.9375rem;
}

#ssl-list-products .ssl-inline-filters .filters-left button.dropdown:before {
  border-width: 4px;
  margin-top: -2px;
  right: 1.5rem;
}

#ssl-list-products .ssl-inline-filters .filters-right {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#ssl-list-products .ssl-inline-filters .filters-right .qty {
  font-size: 0.725rem;
  letter-spacing: 0.25px;
  margin-right: 0.75rem;
  color: #919191;
  width: 6.875rem;
}

#ssl-list-products .ssl-inline-filters .filters-right .qty span {
  font-weight: 700;
  color: #585858;
}

#ssl-list-products .ssl-inline-filters .filters-right .search-container {
  position: relative;
}

#ssl-list-products .ssl-inline-filters .filters-right .search-container input {
  margin-bottom: 0;
  min-width: 17rem;
}

#ssl-list-products .ssl-inline-filters .filters-right .search-container i {
  position: absolute;
  color: #8e8e8e;
  right: 1rem;
  top: 0.75rem;
}

#ssl-list-products .ssl-inline-filters .filters-right .action-container {
  margin-left: 0.75rem;
}

#ssl-list-products .ssl-inline-filters .filters-right .action-container .button {
  margin-bottom: 0;
  background-color: rgb(252.779245283, 138.4103773585, 80.670754717);
  padding: 0.6875rem 1.0625rem;
}

#ssl-list-products .ssl-inline-filters .filters-right .action-container .button:hover {
  background-color: rgb(252.1169811321, 103.641509434, 28.6830188679);
}

#ssl-list-products .alert-box {
  margin-top: 1.25rem;
}

/* Custom modal for SSL ordering */
.ssl-order-modal > .panel {
  background-color: white;
}

.ssl-order-modal .order-wrapper .duration {
  padding: 0.75rem;
}

.ssl-order-modal .order-wrapper .duration ul li input {
  margin-bottom: 0;
  position: relative;
  top: 0.0625rem;
  margin-right: 0.375rem;
}

.ssl-order-modal .order-wrapper .duration ul li label {
  padding: 0.75rem;
  font-size: 1rem;
  line-height: 1.3;
  color: #282828;
  font-weight: 500;
}

.ssl-order-modal .order-wrapper .duration ul li label .on-offer {
  display: inline;
  color: #9472BE;
  font-weight: 700;
  font-size: 0.925rem;
}

.ssl-order-modal .order-wrapper .duration ul li label .prices {
  position: relative;
  font-size: 0.775rem;
  left: 1.25rem;
  color: #585858;
}

.ssl-order-modal .order-wrapper .duration ul li label .prices span.initial {
  color: #b2b2b2;
  font-weight: 300;
}

.ssl-order-modal .order-wrapper .duration ul li label .prices span.discount {
  margin-left: 0.75rem;
  color: #00c853;
  font-weight: 700;
}

.ssl-order-modal .order-wrapper .duration ul li label .prices span.final {
  font-weight: 700;
  margin-left: 0.25rem;
  color: #fd9662;
}

.ssl-order-modal .order-wrapper .duration ul li.active {
  background-color: white;
  border: 1px solid #008cdd;
}

.ssl-order-modal .order-wrapper .details .company-logo {
  text-align: right;
  margin-bottom: 0.25rem;
}

.ssl-order-modal .order-wrapper .details .ssl-attributes {
  margin-bottom: 0.75rem;
}

.ssl-order-modal .order-wrapper .details .ssl-attributes li {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0.5rem;
}

.ssl-order-modal .order-wrapper .details .ssl-attributes li span {
  font-size: 0.8rem;
  line-height: 1.1;
  margin-right: 0.5rem;
  text-align: right;
}

.ssl-order-modal .order-wrapper .details .ssl-attributes li span.disabled {
  color: #d1d1d1;
}

.ssl-order-modal .order-wrapper .details .ssl-attributes li select {
  height: 1.875rem;
  max-width: 3.75rem;
  padding: 0.175rem 0.5rem;
  margin-bottom: 0;
  font-size: 0.825rem;
}

.ssl-order-modal .order-wrapper .details .total-domains, .ssl-order-modal .order-wrapper .details .total {
  text-align: right;
  color: #282828;
}

.ssl-order-modal .order-wrapper .details .total-domains .value, .ssl-order-modal .order-wrapper .details .total .value {
  display: inline-block;
  margin-left: 1rem;
}

.ssl-order-modal .order-wrapper .details .total-domains {
  font-size: 0.875rem;
  margin: 0.5rem 0;
  padding: 0.625rem 0;
  border-top: 1px solid #CDD7DC;
  border-bottom: 1px solid #CDD7DC;
}

.ssl-order-modal .order-wrapper .details .total {
  font-weight: 500;
  font-size: 1.25rem;
}

.ssl-order-modal .additional-info {
  margin-top: 1.25rem;
}

.ssl-order-modal .additional-info .bold-features {
  padding: 0.75rem 0.75rem 0.25rem;
  margin-bottom: 0.25rem;
}

.ssl-order-modal .additional-info .bold-features ul {
  font-size: 0.8rem;
}

.ssl-order-modal .additional-info .bold-features ul li {
  line-height: 1;
  padding-bottom: 0.5rem;
}

.ssl-order-modal .additional-info .bold-features ul li strong {
  color: #282828;
}

.ssl-order-modal .additional-info .more-features {
  background-color: white;
  padding: 0.5rem 0.5rem 0;
  margin-bottom: 0;
}

.ssl-order-modal .additional-info .more-features ul {
  font-size: 0.725rem;
}

.ssl-order-modal .additional-info .more-features ul li {
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.2;
}

.ssl-order-modal .additional-info .more-features ul li i {
  font-size: 1rem;
  left: 6px;
  position: absolute;
}

.ssl-order-modal .additional-info .more-features ul li i.icon-checkmark {
  color: #18BF93;
  top: -2px;
}

.ssl-order-modal .additional-info .more-features ul li i.icon-cross3 {
  color: #ff585d;
  top: -1px;
}

.ssl-order-modal .additional-info .more-features ul li span strong {
  color: #282828;
}

.ssl-order-modal .additional-info .ssl-signs, .ssl-order-modal .additional-info .greek-support {
  display: none;
}

.ssl-order-modal .additional-info .btn-order {
  margin-bottom: 0.75rem;
}

.ssl-order-modal .closure {
  font-size: 0.725rem;
}

.ssl-order-modal .closure .last-action strong {
  display: block;
  margin-bottom: 0.25rem;
  margin-top: -0.375rem;
  font-size: 0.675rem;
  color: #686868;
  font-weight: 300;
  letter-spacing: 0.25px;
}

.ssl-order-modal .closure .last-action .a {
  font-weight: 400;
}

@media only screen and (max-width: 40em) {
  .ssl-order-modal .closure .last-action {
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .ssl-order-modal .additional-info .ssl-signs ul li figure {
    width: 4rem;
  }
}
@media only screen and (min-width: 40.063em) {
  .ssl-order-modal .order-wrapper .duration ul li label {
    min-height: 3.8125rem;
  }
  .ssl-order-modal .additional-info .ssl-signs {
    padding: 0;
    margin-bottom: 0.5rem;
    background-color: white;
    display: inline-block;
  }
  .ssl-order-modal .additional-info .ssl-signs ul li {
    margin-left: 0;
    padding: 0;
    float: left;
  }
  .ssl-order-modal .additional-info .ssl-signs ul li figure {
    margin: 0;
    text-align: center;
    width: 4.75rem;
  }
  .ssl-order-modal .additional-info .ssl-signs ul li figure img {
    width: 3rem;
    height: 3rem;
  }
  .ssl-order-modal .additional-info .ssl-signs ul li figure figcaption {
    font-size: 0.675rem;
    line-height: 1.1;
    margin-top: 0.225rem;
    font-style: italic;
    color: #989898;
  }
  .ssl-order-modal .additional-info .greek-support {
    border-top: 1px solid #CDD7DC;
    display: inline-block;
    padding-top: 0.5rem;
    text-align: center;
    width: 100%;
  }
  .ssl-order-modal .additional-info .greek-support a {
    display: inline-flex;
    align-items: center;
    color: #20B6DB;
  }
  .ssl-order-modal .additional-info .greek-support a span {
    font-size: 0.775rem;
    margin-left: 0.5rem;
    font-weight: 400;
  }
  .ssl-order-modal .additional-info .greek-support a img {
    width: 2.5rem;
  }
  .ssl-order-modal .additional-info .greek-support .my-tooltip {
    text-align: left;
  }
}
/* Featured grid module with custom styles for ssl's -> Δημοφιλέστερες κατηγορίες SSL */
.featured-grid.ssl-featured .panel p.desc {
  margin-bottom: 1.75rem;
}

.featured-grid.ssl-featured .ssl-progress {
  margin-bottom: 1.25rem;
}

.featured-grid.ssl-featured .ssl-progress .for-meter {
  display: block;
  font-size: 0.775rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.25rem;
}

.featured-grid.ssl-featured .ssl-progress ul {
  font-size: 0;
  list-style-type: none;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.75rem;
}

.featured-grid.ssl-featured .ssl-progress ul.low li:nth-child(-n+1) {
  background-color: #33cc66;
}

.featured-grid.ssl-featured .ssl-progress ul.medium li:nth-child(-n+3) {
  background-color: #33cc66;
}

.featured-grid.ssl-featured .ssl-progress ul.high li:nth-child(-n+5) {
  background-color: #33cc66;
}

.featured-grid.ssl-featured .ssl-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: 1rem;
  width: 20%;
}

.featured-grid.ssl-featured .ssl-progress ul li:last-of-type {
  border-right: 0 none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.featured-grid.ssl-featured .ssl-progress ul li:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* ----------------------------------------------------------------------
SSL Inner pages
----------------------------------------------------------------------- */
/* SSL breadcrumbs */
.ssl-breadcrumbs {
  background-color: #EBEFF1;
  border-bottom: 1px solid #CDD7DC;
}

.ssl-breadcrumbs .breadcrumbs {
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.ssl-breadcrumbs .breadcrumbs li {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  text-transform: none;
}

.ssl-breadcrumbs .breadcrumbs li a {
  color: #989898;
}

.ssl-breadcrumbs .breadcrumbs li a:hover {
  color: #18BF93;
}

.ssl-breadcrumbs .breadcrumbs li.inactive a {
  color: #989898;
  cursor: default;
}

.ssl-breadcrumbs .breadcrumbs li.current a {
  color: #18BF93;
}

.ssl-breadcrumbs .breadcrumbs li form {
  display: inline;
}

/* Small module with icon and content. The last section in SSL categories pages */
.ssl-assistance {
  text-align: center;
}

.ssl-assistance .content {
  padding: 3rem 0;
}

.ssl-assistance .content i {
  font-size: 5rem;
  color: #023161;
}

.ssl-assistance .content p {
  line-height: 1.3;
}

.ssl-assistance .content p.lead {
  color: #282828;
  font-weight: 500;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}

@media only screen and (min-width: 64.063em) {
  .ssl-assistance .content ul li {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
/* ----------------------------------------------------------------------
What is SSL page
----------------------------------------------------------------------- */
/*  Tables of content specifically made for choosing SSLs */
#how-to-choose-ssl {
  padding: 3rem 0;
  background-color: #EBEFF1;
}

#how-to-choose-ssl #tab-module {
  padding: 0;
}

#how-to-choose-ssl #tab-module .tab-title {
  width: 33%;
  margin-bottom: 1.5rem !important;
}

#how-to-choose-ssl #tab-module .tabs-content {
  padding: 0;
  background-color: #EBEFF1;
}

#how-to-choose-ssl #tab-module .tabs-content .my-h3-title {
  font-weight: 300;
  margin-bottom: 1.625rem;
  margin-top: 0;
  text-align: center;
  line-height: 1.1;
}

#how-to-choose-ssl #tab-module .tabs-content a {
  /* Fix for Microsoft Edge */
}

#how-to-choose-ssl #tab-module .tabs-content a .panel {
  background: #FFFFFF;
  padding: 0;
  margin-bottom: 0;
  position: relative;
  border: 0 none;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #how-to-choose-ssl #tab-module .tabs-content a .panel {
    max-width: 30rem;
    margin: 0 auto;
  }
}
#how-to-choose-ssl #tab-module .tabs-content a .panel .min-height {
  min-height: 140px;
}

#how-to-choose-ssl #tab-module .tabs-content a .panel:hover {
  background: #FFFFFF;
}

#how-to-choose-ssl #tab-module .tabs-content a .panel:hover .button {
  background: rgb(0, 112, 176.8);
}

#how-to-choose-ssl #tab-module .tabs-content a .panel:hover .container, #how-to-choose-ssl #tab-module .tabs-content a .panel:hover .img-cont {
  border-color: rgb(180, 195, 202.5);
}

#how-to-choose-ssl #tab-module .tabs-content 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;
}

#how-to-choose-ssl #tab-module .tabs-content a .panel:hover::after {
  opacity: 1;
}

#how-to-choose-ssl #tab-module .tabs-content a .panel .container {
  padding: 1.25rem;
  border: 1px solid #CDD7DC;
  border-top: 0;
}

@media only screen and (min-width: 64.063em) {
  #how-to-choose-ssl #tab-module .tabs-content a .panel .container {
    padding: 1.75rem;
  }
}
#how-to-choose-ssl #tab-module .tabs-content a .panel .img-cont {
  background-color: rgb(222.5, 229, 232.25);
  border: 1px solid #CDD7DC;
  border-bottom: 0;
  text-align: center;
}

#how-to-choose-ssl #tab-module .tabs-content a .panel .img-cont.some-padding {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#how-to-choose-ssl #tab-module .tabs-content a .panel h4 {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #282828;
  margin-bottom: 0.25rem;
  margin-top: 0;
}

@media only screen and (max-width: 40em) {
  #how-to-choose-ssl #tab-module .tabs-content a .panel h4 {
    font-size: 1.3rem;
  }
}
#how-to-choose-ssl #tab-module .tabs-content a .panel p {
  font-size: 0.925rem;
  line-height: 1.4;
  min-height: 41px;
}

#how-to-choose-ssl #tab-module .tabs-content a .panel p.subheading {
  border-bottom: 1px dashed #CDD7DC;
  padding-bottom: 0.15rem;
  margin-top: 1rem;
  margin-bottom: 1.25rem;
  font-size: 0.825rem;
  font-weight: 500;
}

#how-to-choose-ssl #tab-module .tabs-content a .panel p.for-meter {
  margin-top: 1rem;
  font-size: 0.825rem;
  font-weight: 500;
  margin-bottom: 0.125rem;
}

#how-to-choose-ssl #tab-module .tabs-content a .panel p.sub-head {
  color: #989898;
  font-size: 0.825rem;
  line-height: 1.2;
  position: relative;
  top: -0.3rem;
  margin-bottom: 1rem;
}

#how-to-choose-ssl #tab-module .tabs-content a .panel p.price, #how-to-choose-ssl #tab-module .tabs-content a .panel .domain-results ul .price-container p.year, .domain-results ul .price-container #how-to-choose-ssl #tab-module .tabs-content a .panel p.year, #how-to-choose-ssl #tab-module .tabs-content a .panel .domains-more-results .tld-results .tld-line .actions p.tld-taken, .domains-more-results .tld-results .tld-line .actions #how-to-choose-ssl #tab-module .tabs-content a .panel p.tld-taken {
  margin-bottom: 0;
  text-align: right;
  color: #282828;
  font-size: 1.825rem;
  margin-top: 2rem;
  display: block;
}

#how-to-choose-ssl #tab-module .tabs-content a .panel p.price .sup, #how-to-choose-ssl #tab-module .tabs-content a .panel .domain-results ul .price-container p.year .sup, .domain-results ul .price-container #how-to-choose-ssl #tab-module .tabs-content a .panel p.year .sup, #how-to-choose-ssl #tab-module .tabs-content a .panel .domains-more-results .tld-results .tld-line .actions p.tld-taken .sup, .domains-more-results .tld-results .tld-line .actions #how-to-choose-ssl #tab-module .tabs-content a .panel p.tld-taken .sup {
  font-family: "Roboto";
  font-size: 2.75rem;
}

#how-to-choose-ssl #tab-module .tabs-content a .panel p.price sup, #how-to-choose-ssl #tab-module .tabs-content a .panel .domain-results ul .price-container p.year sup, .domain-results ul .price-container #how-to-choose-ssl #tab-module .tabs-content a .panel p.year sup, #how-to-choose-ssl #tab-module .tabs-content a .panel .domains-more-results .tld-results .tld-line .actions p.tld-taken sup, .domains-more-results .tld-results .tld-line .actions #how-to-choose-ssl #tab-module .tabs-content a .panel p.tld-taken sup {
  font-size: 45%;
  margin-top: 1.1875rem;
  margin-left: 0.125rem;
  position: absolute;
  top: initial;
}

#how-to-choose-ssl #tab-module .tabs-content a .panel p.price small, #how-to-choose-ssl #tab-module .tabs-content a .panel .domain-results ul .price-container p.year small, .domain-results ul .price-container #how-to-choose-ssl #tab-module .tabs-content a .panel p.year small, #how-to-choose-ssl #tab-module .tabs-content a .panel .domains-more-results .tld-results .tld-line .actions p.tld-taken small, .domains-more-results .tld-results .tld-line .actions #how-to-choose-ssl #tab-module .tabs-content a .panel p.tld-taken small {
  font-size: 56%;
}

#how-to-choose-ssl #tab-module .tabs-content a .panel p.price .strikethrough, #how-to-choose-ssl #tab-module .tabs-content a .panel .domain-results ul .price-container p.year .strikethrough, .domain-results ul .price-container #how-to-choose-ssl #tab-module .tabs-content a .panel p.year .strikethrough, #how-to-choose-ssl #tab-module .tabs-content a .panel .domains-more-results .tld-results .tld-line .actions p.tld-taken .strikethrough, .domains-more-results .tld-results .tld-line .actions #how-to-choose-ssl #tab-module .tabs-content a .panel p.tld-taken .strikethrough {
  color: rgb(141.75, 141.75, 141.75);
  font-size: 1.125rem;
}

#how-to-choose-ssl #tab-module .tabs-content a .panel ul li {
  font-size: 0.925rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  color: #686868;
}

#how-to-choose-ssl #tab-module .tabs-content a .panel .ssl-progress ul {
  font-size: 0;
  list-style-type: none;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.75rem;
}

#how-to-choose-ssl #tab-module .tabs-content a .panel .ssl-progress ul.low li:nth-child(-n+1) {
  background-color: #33cc66;
}

#how-to-choose-ssl #tab-module .tabs-content a .panel .ssl-progress ul.medium li:nth-child(-n+3) {
  background-color: #33cc66;
}

#how-to-choose-ssl #tab-module .tabs-content a .panel .ssl-progress ul.high li:nth-child(-n+5) {
  background-color: #33cc66;
}

#how-to-choose-ssl #tab-module .tabs-content a .panel .ssl-progress ul li {
  background-color: #dde4e7;
  border-left: 1px solid white;
  border-right: 1px solid #818181;
  display: inline-block;
  font-size: 1rem;
  height: 0;
  overflow: hidden;
  padding-top: 1rem;
  width: 20%;
}

#how-to-choose-ssl #tab-module .tabs-content a .panel .ssl-progress ul li:last-of-type {
  border-right: 0 none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

#how-to-choose-ssl #tab-module .tabs-content a .panel .ssl-progress ul li:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

#how-to-choose-ssl #tab-module .tabs-content a .panel .button {
  width: 100%;
  padding: 0.8rem 1rem 0.8625rem;
  margin-bottom: 0;
}

html.touch #how-to-choose-ssl #tab-module.ssl .tab-title a {
  background-color: #EBEFF1;
  color: rgb(167.5, 185, 193.75);
  border: 1px solid #CDD7DC;
}

html.touch #how-to-choose-ssl #tab-module.ssl .tab-title.active a {
  background-color: #18BF93;
  border: 1px solid #18BF93;
  color: white;
}

/* ----------------------------------------------------------------------
SSL Wizard page
----------------------------------------------------------------------- */
.ssl-wizard {
  padding: 2.25rem 0 0;
}

.ssl-wizard .head .my-h2-title {
  margin-bottom: 0.25rem;
}

.ssl-wizard .head {
  margin-bottom: 2.5rem;
}

.ssl-wizard .questions ol {
  margin-left: 0;
}

.ssl-wizard .questions ol > li {
  position: relative;
  font-size: 1.25rem;
  font-weight: 500;
  color: #282828;
  padding: 2.5rem;
  background-color: #EBEFF1;
  list-style-position: inside;
  margin-bottom: 1.25rem;
  line-height: 1.3;
  border-bottom: 2px solid #CDD7DC;
  transition: all 0.3s ease-out 0s;
}

.ssl-wizard .questions ol > li:hover {
  border-bottom: 2px solid rgb(24.3293023256, 193.6206976744, 149.0169767442);
}

.ssl-wizard .questions ol li ul {
  margin-left: 1rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

.ssl-wizard .questions ol li ul li {
  margin-bottom: 1rem;
  transition: all 0.3s ease-out 0s;
}

.ssl-wizard .questions ol li ul li:last-child {
  margin-bottom: 0;
}

.ssl-wizard .questions ol li ul li label {
  display: inline-block;
  color: #282828;
  margin-left: 0.5rem;
  line-height: 1.3;
}

@media only screen and (min-width: 40.063em) {
  .ssl-wizard .questions ol li ul li label {
    margin-left: 1.75rem;
  }
}
.ssl-wizard .questions ol li ul li label span:first-of-type {
  font-weight: 500;
  font-size: 1rem;
}

.ssl-wizard .questions ol li ul li label span:last-of-type {
  display: block;
  color: #686868;
  margin-left: -1px;
  margin-top: 0.325rem;
}

.ssl-wizard .questions ol li ul li input {
  margin-bottom: 0;
  margin-right: 0.25rem;
  margin-left: -1.4375rem;
  position: relative;
  top: 1px;
}

.ssl-wizard .questions ol li a.question_redo {
  font-size: 1rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.custom-list2.ssl-list .ssl-features {
  padding: 40px 0;
}

.custom-list2.ssl-list .ssl-features > * {
  padding-bottom: 20px;
}

.custom-list2.ssl-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  padding: 0;
  gap: 53px;
  margin-top: 31px;
}

.custom-list2.ssl-list .item {
  border: 1px solid #b4c3cb;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  text-align: center;
}

.custom-list2.ssl-list .item.filtered-out {
  display: none !important;
}

.custom-list2.ssl-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-list2.ssl-list ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-list2.ssl-list ul li.logo {
  height: 113px;
}

.custom-list2.ssl-list ul li.logo img {
  width: 100%;
  max-width: 129px;
}

.custom-list2.ssl-list ul li.name a, .custom-list2.ssl-list ul .domains-more-results .tld-results .tld-line .tld-name li.tld a, .domains-more-results .tld-results .tld-line .tld-name .custom-list2.ssl-list ul li.tld a {
  font-size: 32px;
  font-weight: bold;
  max-width: 288px;
  display: block;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 20% 1fr;
  grid-template-rows: 1fr;
  gap: 0px;
}

.grid-container > *:first-of-type {
  padding-left: 0 !important;
}

.grid-container > *:last-of-type {
  padding-right: 0 !important;
}

.grid-container .filter, .grid-container .filter2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 12px;
  padding: 15px;
  border-right: 1px solid #b4c3cb;
}

.grid-container .filter.f1 {
  grid-template-columns: 1fr;
}

.grid-container .filter.f1 ul {
  display: block;
  max-width: 260px;
  border-bottom: 1px solid #27363e;
  align-items: center;
}

.grid-container .filter.f1 li {
  border-bottom: 1px solid #27363e;
  display: flex;
  align-items: center;
  margin-top: 0;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin: 0;
  padding: 0;
}

.grid-container .filter.f1 input {
  margin: 0 0 1.125rem 0;
  display: inline-flex;
  margin-bottom: 0;
  margin-left: 16px;
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border: 1px solid #282828;
  outline: none;
  display: inline-flex;
  background: white;
  min-width: 14px;
  min-height: 14px;
  box-sizing: border-box;
  padding: 0;
  line-height: normal;
  color: inherit;
  font: inherit;
}

.grid-container .filter.f1 label {
  color: white;
  width: 100%;
  padding: 0.675rem 0.75rem 0.675rem 0;
  margin-right: 0;
  display: inline-block;
  margin-left: 0.5625rem;
  vertical-align: baseline;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.5;
}

.grid-container .filter2 {
  grid-template-columns: 1fr;
  border-right: 0px;
}

.grid-container button, .grid-container .button {
  margin: 0;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.grid-container input[type=checkbox] + label, .grid-container input[type=radio] + label {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  vertical-align: baseline;
  width: 100%;
}

.grid-container input[type=checkbox] {
  display: none;
}

.grid-container input:checked + label.button {
  background-color: red;
}

@media screen and (max-width: 1568px) {
  #sslFiltersContainers {
    top: 0 !important;
  }
}
/* SSL Details Page */
/* Order SSL */
#order-ssl {
  padding: 4rem 0 2rem;
}

#order-ssl h2 {
  margin-top: -1.5rem;
  margin-bottom: 1.75rem;
}

#order-ssl h2.black-friday:after {
  content: "BLACK FRIDAY";
  background-color: #161616;
  color: white;
  position: absolute;
  font-size: 0.775rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0.25rem 0.5rem;
  margin-left: 0.5rem;
}

#order-ssl .additional_domains {
  color: white;
  background-color: #282828;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0;
  padding: 0.25rem 0.75rem;
  display: inline-block;
  position: relative;
  top: -1.5rem;
}

#order-ssl ul.advantages {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

#order-ssl ul.advantages li {
  line-height: 1.3;
  font-size: 0.925rem;
  margin-bottom: 0.35rem;
}

@media only screen and (max-width: 40em) {
  #order-ssl ul.advantages li {
    margin-bottom: 0.5rem;
  }
}
#order-ssl img {
  margin-top: 1rem;
  margin-bottom: 1.25rem;
}

#order-ssl .panel.buy-overview ul.price-container li.pricing {
  padding-top: 1rem;
}

#order-ssl .panel.buy-overview ul.price-container li ul {
  margin-bottom: 0;
}

#order-ssl .panel.buy-overview ul.price-container li ul li .smaller-padding {
  padding-bottom: 0.75rem;
}

#order-ssl .panel.buy-overview ul.price-container li ul li select {
  height: 1.7rem;
  margin-bottom: 0;
  padding: 0.1rem 0.1rem 0.1rem 0.3rem;
  width: 2.75rem;
  border: 0 none;
}

#order-ssl .panel.buy-overview a.button {
  margin-bottom: 0;
}

/* Extend buy-overview styles for SSL / here we build add and remove with plus and minus buttons */
.buy-overview .plus-minus-input {
  display: inline-flex;
  width: 100%;
}

.buy-overview .plus-minus-input .input-group-field {
  text-align: right;
  margin-bottom: 0;
  width: 100%;
  border-color: white;
  border-top: 0 none;
  border-bottom: 0 none;
}

.buy-overview .plus-minus-input button {
  font-size: 1.25rem;
  margin-bottom: 0;
  padding: 0.25rem 0.5rem 0.1rem;
  max-width: 3rem;
}

.buy-overview .plus-minus-input button.minus:after {
  color: #989898;
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 500;
  margin-left: 3rem;
  position: absolute;
  line-height: 1;
  text-align: left;
  width: 6rem;
  left: 0;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .buy-overview .plus-minus-input button {
    width: 3.5rem;
  }
  .buy-overview .plus-minus-input button.minus:after {
    margin-left: 3rem;
  }
}
@media only screen and (min-width: 64.063em) {
  .buy-overview .plus-minus-input .input-group-field {
    width: 70%;
    height: 2.125rem;
  }
  .buy-overview .plus-minus-input button {
    width: 15%;
  }
}
.buy-overview .additional-domains .plus-minus-input button.minus:after {
  content: "Επιπλέον domains:";
  top: 15px;
}

@media only screen and (min-width: 64.063em) {
  .buy-overview .additional-domains .plus-minus-input button.minus:after {
    top: 11px;
  }
}
.buy-overview .additional-servers .plus-minus-input button.minus:after {
  content: "Αριθμός servers:";
  top: 15px;
}

@media only screen and (min-width: 64.063em) {
  .buy-overview .additional-servers .plus-minus-input button.minus:after {
    top: 11px;
  }
}
.buy-overview .ssl-quantity .plus-minus-input button.minus:after {
  content: "Ποσότητα:";
  top: 15px;
}

@media only screen and (min-width: 64.063em) {
  .buy-overview .ssl-quantity .plus-minus-input button.minus:after {
    top: 11px;
  }
}
.buy-overview li.additional-domains, .buy-overview li.additional-servers, .buy-overview li.total-domains {
  padding-bottom: 0.75rem;
}

.buy-overview .total-domains div {
  background-color: rgb(9.5317297297, 36.0087567568, 68.8402702703);
  padding: 0.3rem 0.65rem 0.425rem;
  margin-top: -0.5rem;
  font-size: 0.825rem;
  font-weight: 500;
  line-height: 1.2;
}

.buy-overview .total-domains div span:last-of-type {
  float: right;
}

.buy-overview .total-domains.with-additional-domains div {
  margin-top: -0.75rem;
  margin-left: 2.4rem;
  margin-right: 2.4rem;
}

html.touch .buy-overview .plus-minus-input button.secondary {
  background-color: rgb(207, 216.6, 221.4);
}

/* Table with prices */
#ssl-2rows-table {
  padding: 0 0 3rem;
}

#ssl-2rows-table ul {
  margin: 0;
}

#ssl-2rows-table ul li {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

#ssl-2rows-table ul li ul li {
  text-align: center;
  padding: 0.625rem 1.25rem;
}

@media only screen and (min-width: 40.063em) {
  #ssl-2rows-table ul li ul li {
    border-right: 1px solid #CDD7DC;
  }
}
@media only screen and (max-width: 40em) {
  #ssl-2rows-table ul li ul li {
    text-align: left;
    border-bottom: 1px solid #CDD7DC;
  }
}
#ssl-2rows-table ul li ul li:first-of-type {
  font-weight: 500;
  background-color: rgb(236, 239.8, 241.7);
  border-bottom: 1px solid #CDD7DC;
  border-top: 1px solid #CDD7DC;
}

@media only screen and (max-width: 40em) {
  #ssl-2rows-table ul li ul li:first-of-type {
    border-right: 1px solid #CDD7DC;
    border-top: 0 none;
  }
}
#ssl-2rows-table ul li ul li:last-of-type {
  background-color: #f5f7f8;
}

@media only screen and (min-width: 40.063em) {
  #ssl-2rows-table ul li ul li:last-of-type {
    border-bottom: 1px solid #CDD7DC;
    background-color: white;
  }
}
#ssl-2rows-table ul li ul li.theader {
  text-align: left;
  font-weight: 500;
  background-color: rgb(236, 239.8, 241.7);
}

@media only screen and (min-width: 40.063em) {
  #ssl-2rows-table ul li ul li.theader {
    border-left: 1px solid #CDD7DC;
  }
}
#ssl-2rows-table .table-header {
  padding: 0.75rem 1rem;
  text-align: center;
  font-weight: 500;
  font-size: 1.075rem;
  border-bottom: 1px solid #CDD7DC;
  margin-top: 1rem;
}

@media only screen and (max-width: 40em) {
  #ssl-2rows-table .table-header {
    margin-top: 1.5rem;
    border-left: 0 none;
    border-right: 0 none;
  }
}
#ssl-2rows-table .table-header span {
  display: block;
  font-weight: 300;
  padding-top: 0.25rem;
  font-size: 0.825rem;
}

#ssl-2rows-table .extra-row ul li {
  padding: 0.625rem 1.25rem;
  background-color: rgb(247, 248.6, 249.4);
  border-right: 1px solid #CDD7DC;
}

@media only screen and (min-width: 40.063em) {
  #ssl-2rows-table .extra-row ul li {
    border-bottom: 1px solid #CDD7DC;
  }
}
#ssl-2rows-table .extra-row ul li.theader {
  text-align: left;
  font-weight: 500;
  background-color: rgb(236, 239.8, 241.7);
  border-left: 1px solid #CDD7DC;
}

/* Most important features */
#ssl-features-summary {
  background: #EBEFF1;
  padding: 4rem 0;
}

#ssl-features-summary .panel {
  background-color: white;
}

#ssl-features-summary .panel figure {
  margin: 1rem 10px;
}

#ssl-features-summary .panel figure figcaption {
  line-height: 1.1;
  font-style: italic;
  font-size: 0.925rem;
  color: #989898;
  margin-top: 0.25rem;
}

#ssl-features-summary .panel.bold-features {
  padding-bottom: 0.5rem;
  color: #282828;
  background-color: rgb(206.5, 216.2, 221.05);
}

#ssl-features-summary .panel.bold-features ul li {
  font-size: 0.875rem;
  line-height: 1.2;
  padding-bottom: 1.25rem;
  text-align: center;
}

#ssl-features-summary .panel.bold-features ul li span {
  display: block;
  font-size: 1.0625rem;
  font-weight: 700;
}

@media only screen and (min-width: 64.063em) {
  #ssl-features-summary .panel.bold-features ul li {
    width: 24%;
    padding-bottom: 0.75rem;
  }
}
@media only screen and (min-width: 90.063em) {
  #ssl-features-summary .panel.more-features {
    height: 16.25rem;
    padding-top: 2.925rem;
  }
}
@media only screen and (min-width: 64.063em) {
  #ssl-features-summary .panel.more-features {
    padding-top: 2rem;
    padding-left: 2rem;
  }
}
#ssl-features-summary .panel.more-features ul li {
  line-height: 1.2;
  margin-left: 1.25rem;
}

#ssl-features-summary .panel.more-features ul li i {
  font-size: 1.25rem;
  margin-left: -1.5rem;
  position: absolute;
}

#ssl-features-summary .panel.more-features ul li i.icon-checkmark {
  color: #18BF93;
  margin-top: -1px;
}

#ssl-features-summary .panel.more-features ul li i.icon-cross3 {
  color: #ff585d;
  margin-top: 1px;
}

#ssl-features-summary .panel.more-features ul li span {
  font-weight: 500;
}

@media only screen and (min-width: 64.063em) {
  #ssl-features-summary .panel.more-features ul li {
    margin-left: 0;
    left: -3px;
    position: relative;
  }
  #ssl-features-summary .panel.more-features ul li i {
    position: relative;
    margin-left: 0;
  }
  #ssl-features-summary .panel.more-features ul li i.icon-checkmark {
    top: 1px;
  }
  #ssl-features-summary .panel.more-features ul li i.icon-cross3 {
    top: 4px;
  }
}
#ssl-features-summary .panel.advantages .my-h4-title {
  font-weight: 300;
}

/* Module for adding extra content to our most popular SSLs */
#tab-module.ssl-details {
  background-color: #d2e9e0;
  padding: 4rem 0 5rem;
}

#tab-module.ssl-details h2 strong {
  letter-spacing: -0.5px;
  border-bottom: 1px dashed #585858;
}

#tab-module.ssl-details .tabs .tab-title a {
  background-color: #7bd1b1;
  color: white;
  letter-spacing: 0.5px;
}

#tab-module.ssl-details .tabs .tab-title a:hover {
  background-color: #18BF93;
}

#tab-module.ssl-details .tabs .tab-title.active a {
  background-color: white;
  color: #18BF93;
}

#tab-module.ssl-details .accordion dd > a {
  margin-bottom: 1px;
}

#tab-module.ssl-details .accordion dd > .content {
  padding: 1.25rem;
  background-color: white; /* FF3.5+ */ /* Saf3.0+, Chrome */
  box-shadow: 0 2px 0 rgb(192.5, 205, 211.25); /* Opera 10.5, IE9 */
}

#tab-module.ssl-details .accordion dd > .content i {
  display: none;
}

#tab-module.ssl-details .accordion dd > .content h3 {
  font-weight: 500;
  margin-bottom: 0.75rem;
}

@media only screen and (min-width: 40.063em) {
  #tab-module.ssl-details .accordion dd > .content {
    padding: 3rem;
  }
  #tab-module.ssl-details .accordion dd > .content .wrapper {
    display: inline-flex;
    align-items: center;
  }
}
@media only screen and (min-width: 40.063em) and (min-width: 90.063em) {
  #tab-module.ssl-details .accordion dd > .content .wrapper {
    min-height: 10rem;
  }
}
@media only screen and (min-width: 40.063em) {
  #tab-module.ssl-details .accordion dd > .content .wrapper i {
    display: inline-block;
    font-size: 5rem;
    color: #18BF93;
    margin-right: 3rem;
  }
  #tab-module.ssl-details .accordion dd > .content .wrapper h3 {
    font-size: 1.125rem;
  }
  #tab-module.ssl-details .accordion dd > .content .wrapper p {
    margin-bottom: 0;
  }
}
/* Spam Filter */
/*
table.sf-enterprise{
	thead{
		background-color: $my-green;
		border: 2px solid $my-green;
	}
	tbody{
		border: 2px solid $medium-grey-section-bg-color;
		border-top: 0 none;
		tr{
			td{
				&:first-of-type{
                    width: 46%;
                    @media only screen and (min-width:40.063em) { 
                       width: 70%;
                    }
                }
			}
		}
	}
}
*/
/* Why DNHOST Page*/
/* Used for Testimonial Page */
#testimonials {
  background: #EBEFF1;
  padding: 4rem 0;
}

#testimonials i {
  display: none;
}

@media only screen and (min-width: 64.063em) {
  #testimonials i {
    display: block;
    font-size: 6rem;
    color: rgb(209, 218.2, 222.8);
    position: absolute;
    left: -9%;
  }
}
#testimonials blockquote {
  font-size: 1rem;
  background: #FFFFFF;
  padding: 1.5rem;
  border-left: none;
  border-bottom: 3px solid rgb(212.6, 221.08, 225.32);
}

@media only screen and (min-width: 64.063em) {
  #testimonials blockquote {
    font-size: 1.125rem;
    padding: 2rem;
  }
}
#testimonials blockquote cite {
  margin-top: 0.75rem;
}

#testimonials blockquote cite .person {
  font-weight: 700;
}

/* Component used for displaying offers */
.offer-list {
  background-color: #EBEFF1;
}

.offer-list .wrapper {
  margin: 1rem 0 2rem;
  padding: 2rem 0;
}

@media only screen and (min-width: 64.063em) {
  .offer-list .wrapper .my-h2-title {
    font-size: 1.6rem;
  }
}
.resio {
  width: 100%;
  height: 0;
  padding-bottom: 52.3333%;
  position: relative;
}

.resio.box {
  padding-bottom: 100%;
}

.resio.box img {
  -o-object-fit: cover;
     object-fit: cover;
}

.resio img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.offer-block {
  position: relative;
}

.offer-block:not(:last-child) {
  margin-bottom: 2rem;
}

.offer-block .offer-wrapper > div {
  flex: 1 1 auto;
}

.offer-block .offer-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  flex-wrap: nowrap;
  position: relative;
  border: 1px solid;
  border-color: #CDD7DC;
  background-color: white;
  transition: all 0.15s linear;
}

.offer-block .offer-wrapper .img-container {
  padding: 0;
  margin: 0;
  min-width: 20%;
  width: 100%;
  border-bottom: 1px solid;
  border-color: #CDD7DC;
}

.offer-block .offer-wrapper .content {
  padding: 1.25rem;
  width: 100%;
}

.offer-block .offer-wrapper .content .my-h3-title {
  font-size: 1.325rem;
  font-weight: 400;
  margin-bottom: 0.175rem;
}

.offer-block .offer-wrapper .content p {
  color: #585858;
  line-height: 1.3;
}

.offer-block .offer-wrapper .content ul.domains-wrapper {
  margin-top: 0.75rem;
  color: #585858;
}

.offer-block .offer-wrapper .content ul.domains-wrapper li {
  padding-bottom: 0.375rem;
  line-height: 1.2;
}

.offer-block .offer-wrapper .content ul.domains-wrapper li .tld {
  min-width: 4rem;
  font-weight: 500;
  display: inline-block;
  color: #282828;
}

.offer-block .offer-wrapper .content ul.domains-wrapper li .init-price {
  color: #8e8e8e;
  display: inline-block;
  min-width: 3.5rem;
}

.offer-block .offer-wrapper .content ul.domains-wrapper li .final-price {
  color: #fd7f3f;
  display: inline-table;
  font-weight: 500;
  text-align: right;
  min-width: 3.25rem;
}

.offer-block .offer-wrapper .content .button {
  margin-top: 0.75rem;
  margin-bottom: 0;
  padding-top: 0.675rem;
  padding-bottom: 0.7375rem;
}

@media only screen and (min-width: 64.063em) {
  .offer-block .offer-wrapper {
    flex-flow: row;
    justify-content: flex-start;
  }
  .offer-block .offer-wrapper .img-container {
    width: 100%;
    max-width: 100%;
    flex: 1 2 auto;
    border-right: 1px solid;
    border-color: #CDD7DC;
    border-bottom: 0 none;
  }
  .offer-block .offer-wrapper .content {
    padding: 0.5rem 1.75rem 0.5rem 3rem;
  }
  .offer-block .offer-wrapper .content ul.domains-wrapper li {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 90.063em) {
  .offer-block .offer-wrapper .img-container {
    width: 100%;
    max-width: 100%;
    flex: 1 0 572px;
  }
}
.offer-block .offer-wrapper:hover {
  border-color: rgb(180, 195, 202.5);
}

.offer-block .offer-wrapper:hover .content .button {
  background-color: rgb(0, 119, 187.85);
}

.offer-block .offer-wrapper::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;
}

.offer-block .offer-wrapper:hover::after {
  opacity: 1;
}

@media only screen and (min-width: 64.063em) {
  .offer-block.hosting:after {
    content: "";
    display: inline-block;
    background: url(../img/offers/offer-25.png);
    background-size: 110px 89px;
    background-repeat: no-repeat;
    width: 110px;
    height: 89px;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
  }
}
/* used for this page's styles */
#simple-row.offer a.first {
  margin-top: -3.25rem;
  position: absolute;
}

#simple-row.light-grey .newsletter input {
  background: white;
}

#simple-row .newsletter input {
  margin: 0;
  height: 3.25rem;
  font-size: 1.2rem;
  border: none;
  background: #EBEFF1;
  color: #000000;
  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) {
  #simple-row .newsletter input {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
#simple-row .newsletter input:focus {
  border: 1px solid #EBEFF1; /* FF3.5+ */ /* Saf3.0+, Chrome */
  box-shadow: 1px 0 3px rgb(127.5, 127.5, 127.5); /* Opera 10.5, IE9 */
}

#simple-row .newsletter .button {
  cursor: pointer;
  font-size: 1.125rem;
  height: 3.25rem;
  line-height: 3.25rem;
}

#simple-row .newsletter .button .loading {
  height: 3.25rem;
}

/* Some styles for Black Friday offers View */
#intro.black-friday hr {
  margin: 4rem 0;
}

#intro.black-friday .alert-box.info {
  padding: 2.5rem;
}

/* This is the counter container on Black Friday offers View */
.counter-container {
  padding: 4rem 0;
}

.counter-container .wrapper {
  position: relative;
  margin: 0 auto;
  width: 414px;
}

.counter-container .wrapper .flip-clock-wrapper {
  margin: 0;
}

.counter-container .wrapper2 {
  position: relative;
  margin: 2rem auto 0;
}

@media only screen and (min-width: 64.063em) {
  .counter-container .wrapper2 {
    width: 50rem;
  }
}
/* Styles for Sitemap */
#sitemap {
  padding: 2.25rem 0 1rem;
}

#sitemap .my-h4-title {
  margin-bottom: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}

#sitemap .my-h4-title::after {
  background-color: #CDD7DC;
  content: "";
  display: block;
  height: 3px;
  margin-top: 0.35rem;
  width: 15rem;
}

@media only screen and (min-width: 40.063em) {
  #sitemap .my-h4-title::after {
    width: 100%;
  }
}
#sitemap .my-h4-title.domains::after {
  background-color: #ff585d;
}

#sitemap .my-h4-title.hosting::after {
  background-color: #20b6db;
}

#sitemap .my-h4-title.security::after {
  background-color: #18bf93;
}

#sitemap .my-h4-title.websites::after {
  background-color: #9472be;
}

#sitemap [class*=block-grid-] {
  margin-left: -1.5rem;
}

#sitemap [class*=block-grid-] > li {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 3rem;
}

@media only screen and (min-width: 40.063em) {
  #sitemap [class*=block-grid-] {
    margin-left: -4rem;
  }
  #sitemap [class*=block-grid-] > li {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
#sitemap a {
  color: #282828;
}

#sitemap a:hover {
  color: rgb(0, 149.1538461538, 235.45);
}

#sitemap ul.no-bullet li {
  margin-bottom: 0.25rem;
  color: #282828;
}

#sitemap ul.no-bullet li ol li {
  margin-bottom: 0;
  line-height: 1.4;
}

#sitemap ul.no-bullet li ol li a {
  font-size: 0.875rem;
  color: #585858;
}

#sitemap ul.no-bullet li ol li a:hover {
  color: rgb(0, 149.1538461538, 235.45);
}

/* Terms & Conditions */
#terms {
  background: white;
  padding: 2.8rem 0 4rem;
}

#terms p i {
  vertical-align: middle;
  color: #008cdd;
}

#terms p.header {
  font-weight: 500;
  font-size: 1rem;
  padding-bottom: 5px;
  border-bottom: 1px dashed #bbc5ca;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

@media only screen and (min-width: 40.063em) {
  #terms p.header {
    font-size: 1.0625rem;
  }
}
#terms p small {
  font-size: 75%;
}

#terms .container {
  background-color: #F2F6F8;
  padding: 1.75rem 1.75rem 1.5rem;
  margin-bottom: 3rem;
}

@media only screen and (min-width: 64.063em) {
  #terms .container {
    padding: 2.25rem 2.25rem 2rem;
    margin-right: 3rem;
  }
}
#terms .container h3 {
  font-size: 1.7rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}

#terms .container h3.first {
  font-weight: 400;
  margin-bottom: 0.5rem;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #terms .container h3 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 40em) {
  #terms .container h3 {
    font-size: 1.4rem;
  }
}
#terms .container h4 {
  font-size: 1.4rem;
  margin-bottom: 0.375rem;
  margin-top: 1.75rem;
  font-weight: 400;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #terms .container h4 {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 40em) {
  #terms .container h4 {
    font-size: 1.2rem;
  }
}
#terms .container h4 i {
  vertical-align: middle;
  color: #484848;
}

#terms .container ul {
  text-align: left;
  margin-bottom: 1.25rem;
  line-height: 1.5;
}

@media only screen and (max-width: 40em) {
  #terms .container ul {
    margin-left: 1.3rem;
  }
}
@media only screen and (max-width: 40em) {
  #terms .container ul li {
    font-size: 0.925rem;
  }
}
#terms .container ul li:not(:first-child) {
  margin-top: 0.75rem;
}

#terms .container ol {
  margin-top: 0.5rem;
  margin-bottom: 1.25rem;
  margin-left: 2rem;
}

@media only screen and (max-width: 40em) {
  #terms .container ol {
    margin-left: 1.2rem;
  }
}
#terms .container ol li {
  list-style-type: decimal;
  margin-top: 0.75rem;
  line-height: 1.4;
}

@media only screen and (max-width: 40em) {
  #terms .container ol li {
    font-size: 0.925rem;
  }
}
#terms .container table thead {
  border: 2px solid #9472BE;
}

#terms .container table tbody {
  border: 2px solid #CDD7DC;
  border-top: 0 none;
}

#terms .container table tbody tr td:first-of-type {
  border-right: 1px solid #CDD7DC;
}

#terms blockquote {
  font-size: 1.5rem;
}

#terms .wrapper {
  position: relative;
  display: inline-block;
}

#terms .wrapper .side-bar-container .sidebar p.first {
  font-size: 1.6rem;
  text-align: left;
  font-weight: 400;
  margin-bottom: 0.625rem;
  color: #282828;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #terms .wrapper .side-bar-container .sidebar p.first {
    font-size: 1.4rem;
  }
}
#terms .wrapper .side-bar-container .sidebar ol {
  font-size: 0.875rem;
  font-weight: 400;
  margin-left: 1.4375rem;
}

#terms .wrapper .side-bar-container .sidebar ol li {
  margin-bottom: 0.25rem;
}

#terms .wrapper .side-bar-container .sidebar ol li a:focus {
  color: #023161;
}

#terms .wrapper .side-bar-container .sidebar.autofix_sb.fixed {
  position: fixed !important;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  height: 100%;
  overflow: auto;
}

#terms .wrapper .side-bar-container .sidebar.autofix_sb.fixed.bottom {
  bottom: 0;
  position: absolute !important;
}

.tos-pricing tr th, .tos-pricing tr td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
}

#terms .tos-pricing tbody {
  border-top-color: rgb(205, 215, 220) !important;
  border-top-style: solid !important;
  border-top-width: 2px !important;
}

/* Module with icon - header - paragraph. It is used throughout the site. Example can be found on all hosting pages */
/* 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 */
/* Mixins */
/* Gradient Background */
/* Box-Shadow */
/* Transitions */
.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;
  }
}
@media only screen and (min-width: 64.063em) {
  body.transfer-win #new-promo-container .promo-text {
    flex: 1;
  }
  body.transfer-win #new-promo-container .img-container {
    flex: 1;
    min-width: initial;
    max-width: initial;
    align-self: stretch;
  }
}
body.transfer-win {
  /* Set "my-sec-counter" to 0 */
  counter-reset: my-sec-counter;
}

body.transfer-win .text-center {
  margin-top: auto;
}

body.transfer-win #steps .large-4.columns {
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}

body.transfer-win #steps .large-4.columns:last-of-type {
  border-right: 0;
}

body.transfer-win .landing_points .point .head i {
  color: #20b6db;
}

body.transfer-win .landing_points {
  padding: 4rem 0 3rem;
}

body.transfer-win .landing_points.intro {
  padding: 2.8rem 0 4rem;
}

body.transfer-win .landing_points.white {
  background: white;
}

body.transfer-win .landing_points.domains .point .head i {
  color: #ff585d;
}

body.transfer-win .landing_points.hosting .point .head i {
  color: #20b6db;
}

body.transfer-win .landing_points.security .point .head i {
  color: #18bf93;
}

body.transfer-win .landing_points.websites .point .head i {
  color: #9472be;
}

body.transfer-win .landing_points .my-h4-title {
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0.825rem;
  margin-top: 0;
}

body.transfer-win .landing_points .point {
  display: table;
  width: 100%;
  margin-top: 2rem;
}

body.transfer-win .landing_points .point .head {
  display: table-cell;
  padding-right: 1.5rem;
}

body.transfer-win .landing_points .point .head i {
  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) {
  body.transfer-win .landing_points .point .head i {
    font-size: 2.75rem;
  }
}
@media only screen and (max-width: 40em) {
  body.transfer-win .landing_points .point .head i {
    font-size: 2.5rem;
  }
}
body.transfer-win .landing_points .point .body {
  display: table-cell;
  vertical-align: top;
  padding-right: 0;
}

@media only screen and (min-width: 40.063em) {
  body.transfer-win .landing_points .point .body {
    padding-right: 1.5rem;
  }
}
body.transfer-win .landing_points .point .body p {
  line-height: 1.5;
}

body.transfer-win .landing_points .point .body small {
  font-size: 82.5%;
}

@media only screen and (min-width: 64.063em) {
  body.transfer-win #new-promo-container .img-container {
    position: relative;
  }
}
body.transfer-win {
  /* Transfer Site */
}

@media only screen and (min-width: 64.063em) {
  body.transfer-win header .page_banner.hosting.transfer-and-win {
    background-image: url("../img/header-banners/hosting/transfer-and-win/lg/transfer-site.png");
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  body.transfer-win header .page_banner.hosting.transfer-and-win {
    background-image: url("../img/header-banners/hosting/transfer-and-win/md/transfer-site.jpg");
  }
}
@media only screen and (max-width: 40em) {
  body.transfer-win header .page_banner.hosting.transfer-and-win {
    background-image: url("../img/header-banners/hosting/transfer-and-win/sm/transfer-site.webp");
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  body.transfer-win header .page_banner.transfer-and-win .background-cell {
    background-color: transparent;
  }
}
@media only screen and (max-width: 40em) {
  body.transfer-win header .page_banner.transfer-and-win .background-cell {
    background-color: transparent;
  }
}
body.transfer-win header .page_banner.transfer-and-win .background-cell {
  background-color: #017c9a;
}

body.transfer-win header .page_banner.transfer-and-win .mask.pattern-1,
body.transfer-win header .page_banner.transfer-and-win .mask.pattern-2,
body.transfer-win header .page_banner.transfer-and-win .mask.pattern-3,
body.transfer-win header .page_banner.transfer-and-win .mask.pattern-4 {
  background-image: url(../img/patterns/pattern5.png);
}

body.transfer-win #points.hosting .point .head i {
  color: #20b6db;
}

body.transfer-win .num::before {
  /* Increment "my-sec-counter" by 1 */
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter);
}

@media only screen and (max-width: 1024px) {
  body.transfer-win #quality-hosting {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
body.transfer-win #quality-hosting {
  background: #017c9a;
}

body.transfer-win #quality-hosting h2.my-h2-title, body.transfer-win #quality-hosting p {
  color: #fff;
}

body.transfer-win #new-promo-container.win {
  background: #017c9a;
}

body.transfer-win #new-promo-container.win .promo-text > div {
  padding: 40px 20px;
}

body.transfer-win #new-promo-container.win blockquote:before {
  color: #41a5bd;
}

body.transfer-win #new-promo-container.win blockquote {
  color: #ddd;
}

body.transfer-win #new-promo-container.win cite {
  display: block;
  color: #fff;
}

body.transfer-win #new-promo-container.win .promo-text p {
  color: #fff;
}

body.transfer-win h2.my-h2-title.left {
  text-align: left;
  width: 100%;
}

body.transfer-win .ordered-list.win-list .my-ordered-list li {
  margin: 1.5rem 0;
}

body.transfer-win img.wintec {
  border-radius: 10px;
  box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}

body.transfer-win #simple-row.win.call-to-action .button {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

body.transfer-win {
  /*-----------------------------------------------------------------------------------------------------------------------*/
}

@media only screen and (min-width: 64.063em) {
  body.transfer-win header .page_banner.transfer-and-win {
    background-color: #dbe6d7;
  }
  body.transfer-win header .page_banner.transfer-and-win:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 30%;
    background-color: #017c9a;
  }
  body.transfer-win header .page_banner.hosting.transfer-and-win {
    background-image: url(../img/header-banners/hosting/transfer-and-win/lg/transfer-site.png);
    background-position: -100vw;
    background-repeat: no-repeat;
    background-color: #dbe6d7;
    animation-name: birds;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
    animation-delay: 1s;
  }
  @keyframes birds {
    from {
      background-position: -100vw;
    }
    to {
      background-position: 0vw;
    }
  }
}
body.transfer-win {
  /*-----------------------------------------------------------------------------------------------------------------------*/
}

@media only screen and (min-width: 90.063em) {
  body.transfer-win #new-promo-container.win {
    max-height: 100%;
  }
}
body.transfer-win #provlimata-me-paroxo {
  background: #fff;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}
@keyframes shadow-pulse-big {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
  }
}
@media only screen and (min-width: 64.063em) {
  body.transfer-win #new-promo-container .img-container {
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
  }
}
@media only screen and (min-width: 64.063em) {
  body.transfer-win [class*=column] + [class*=column]:last-child {
    float: left;
  }
}
@media only screen and (max-width: 1024px) {
  body.transfer-win #quality-hosting .text-cente {
    text-align: left !important;
  }
}
body.transfer-win #new-promo-container .my-ordered-list {
  margin-left: 0;
}

@media only screen and (max-width: 1024px) {
  body.transfer-win #new-promo-container .my-ordered-list {
    padding-top: 20px;
  }
}
body.transfer-win #new-promo-container .my-ordered-list {
  list-style: none;
}

body.transfer-win #new-promo-container .my-ordered-list li:not(:last-child) {
  margin-bottom: 2.5rem !important;
}

body.transfer-win #new-promo-container .my-ordered-list li h3 {
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

body.transfer-win #new-promo-container .my-ordered-list p.half-margin-bottom {
  padding-bottom: 10px;
}

body.transfer-win ul.row.collapse {
  list-style: none;
}

body.transfer-win #new-promo-container img {
  width: 100%;
}

body.transfer-win .numff {
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
}

body.transfer-win .flex section {
  height: 100%;
  position: relative;
}

body.transfer-win .flex section .bor {
  border-bottom: 3px dotted;
  display: block;
  content: "";
  position: absolute;
  left: -42px;
  right: 0;
  bottom: 25px;
  height: 0;
}

body.transfer-win .flex section .bor .iconn {
  content: "";
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -20px;
  left: -55px;
}

body.transfer-win .flex section .bor .iconn:before {
  content: "\e614";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
}

body.transfer-win .flex li, body.transfer-win .flex div {
  flex: 1 auto auto;
}

body.transfer-win .flex .point {
  display: flex;
  width: 100%;
  margin-top: 0;
  border: 1px solid rgba(1, 124, 154, 0.3294117647);
  padding: 10px;
  border-radius: 5px;
  height: 100%;
}

body.transfer-win .flex .point .head i {
  color: #fff;
  font-size: 75px;
}

body.transfer-win .flex .point .body {
  padding: 0;
}

body.transfer-win .flex .point i {
  padding: 12px;
  background-color: #017c9a;
  border-radius: 5px;
  position: relative;
  height: 100%;
}

body.transfer-win .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

body.transfer-win #points .point .head {
  display: block;
  padding-right: 1.5rem;
  height: 100%;
}

.panel {
  height: calc(100% - 32px);
}

.m-top {
  margin-top: 30px;
  opacity: 0;
}

#points .plans-specs .panel i {
  background-color: #EBEFF1;
}

#points .plans-specs .panel {
  background: #EBEFF1;
}

#points .plans-specs .panel i {
  color: #20b6db;
}

.landing_points .iconpar {
  padding-right: 10px;
}

.landing_points .m-top :hover i {
  animation: shadow-pulse 1s infinite;
  box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
}

.landing_points .m-top i {
  padding: 20px;
  border-radius: 50%;
  line-height: 48px;
  font-size: 48px;
  color: red;
}

.landing_points .m-top section {
  display: flex;
}

@media only screen {
  .m-top:nth-of-type(1) {
    animation-duration: 1s;
    animation-name: example;
    animation-delay: 1.0909090909s;
    animation-fill-mode: forwards;
  }
}
@media only screen and (min-width: 64.063em) {
  .m-top:nth-of-type(1) {
    animation: none;
  }
}
.animation .m-top:nth-of-type(1) {
  animation-duration: 1s;
  animation-name: example;
  animation-delay: 1.0909090909s;
  animation-fill-mode: forwards;
}

@media only screen {
  .m-top:nth-of-type(2) {
    animation-duration: 1s;
    animation-name: example;
    animation-delay: 1.1818181818s;
    animation-fill-mode: forwards;
  }
}
@media only screen and (min-width: 64.063em) {
  .m-top:nth-of-type(2) {
    animation: none;
  }
}
.animation .m-top:nth-of-type(2) {
  animation-duration: 1s;
  animation-name: example;
  animation-delay: 1.1818181818s;
  animation-fill-mode: forwards;
}

@media only screen {
  .m-top:nth-of-type(3) {
    animation-duration: 1s;
    animation-name: example;
    animation-delay: 1.2727272727s;
    animation-fill-mode: forwards;
  }
}
@media only screen and (min-width: 64.063em) {
  .m-top:nth-of-type(3) {
    animation: none;
  }
}
.animation .m-top:nth-of-type(3) {
  animation-duration: 1s;
  animation-name: example;
  animation-delay: 1.2727272727s;
  animation-fill-mode: forwards;
}

@media only screen {
  .m-top:nth-of-type(4) {
    animation-duration: 1s;
    animation-name: example;
    animation-delay: 1.3636363636s;
    animation-fill-mode: forwards;
  }
}
@media only screen and (min-width: 64.063em) {
  .m-top:nth-of-type(4) {
    animation: none;
  }
}
.animation .m-top:nth-of-type(4) {
  animation-duration: 1s;
  animation-name: example;
  animation-delay: 1.3636363636s;
  animation-fill-mode: forwards;
}

@media only screen {
  .m-top:nth-of-type(5) {
    animation-duration: 1s;
    animation-name: example;
    animation-delay: 1.4545454545s;
    animation-fill-mode: forwards;
  }
}
@media only screen and (min-width: 64.063em) {
  .m-top:nth-of-type(5) {
    animation: none;
  }
}
.animation .m-top:nth-of-type(5) {
  animation-duration: 1s;
  animation-name: example;
  animation-delay: 1.4545454545s;
  animation-fill-mode: forwards;
}

@media only screen {
  .m-top:nth-of-type(6) {
    animation-duration: 1s;
    animation-name: example;
    animation-delay: 1.5454545455s;
    animation-fill-mode: forwards;
  }
}
@media only screen and (min-width: 64.063em) {
  .m-top:nth-of-type(6) {
    animation: none;
  }
}
.animation .m-top:nth-of-type(6) {
  animation-duration: 1s;
  animation-name: example;
  animation-delay: 1.5454545455s;
  animation-fill-mode: forwards;
}

@media only screen {
  .m-top:nth-of-type(7) {
    animation-duration: 1s;
    animation-name: example;
    animation-delay: 1.6363636364s;
    animation-fill-mode: forwards;
  }
}
@media only screen and (min-width: 64.063em) {
  .m-top:nth-of-type(7) {
    animation: none;
  }
}
.animation .m-top:nth-of-type(7) {
  animation-duration: 1s;
  animation-name: example;
  animation-delay: 1.6363636364s;
  animation-fill-mode: forwards;
}

@media only screen {
  .m-top:nth-of-type(8) {
    animation-duration: 1s;
    animation-name: example;
    animation-delay: 1.7272727273s;
    animation-fill-mode: forwards;
  }
}
@media only screen and (min-width: 64.063em) {
  .m-top:nth-of-type(8) {
    animation: none;
  }
}
.animation .m-top:nth-of-type(8) {
  animation-duration: 1s;
  animation-name: example;
  animation-delay: 1.7272727273s;
  animation-fill-mode: forwards;
}

@media only screen {
  .m-top:nth-of-type(9) {
    animation-duration: 1s;
    animation-name: example;
    animation-delay: 1.8181818182s;
    animation-fill-mode: forwards;
  }
}
@media only screen and (min-width: 64.063em) {
  .m-top:nth-of-type(9) {
    animation: none;
  }
}
.animation .m-top:nth-of-type(9) {
  animation-duration: 1s;
  animation-name: example;
  animation-delay: 1.8181818182s;
  animation-fill-mode: forwards;
}

@media only screen {
  .m-top:nth-of-type(10) {
    animation-duration: 1s;
    animation-name: example;
    animation-delay: 1.9090909091s;
    animation-fill-mode: forwards;
  }
}
@media only screen and (min-width: 64.063em) {
  .m-top:nth-of-type(10) {
    animation: none;
  }
}
.animation .m-top:nth-of-type(10) {
  animation-duration: 1s;
  animation-name: example;
  animation-delay: 1.9090909091s;
  animation-fill-mode: forwards;
}

@media only screen {
  .m-top:nth-of-type(11) {
    animation-duration: 1s;
    animation-name: example;
    animation-delay: 2s;
    animation-fill-mode: forwards;
  }
}
@media only screen and (min-width: 64.063em) {
  .m-top:nth-of-type(11) {
    animation: none;
  }
}
.animation .m-top:nth-of-type(11) {
  animation-duration: 1s;
  animation-name: example;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}
@keyframes example {
  from {
    transform: translate(-20px, -20px);
    opacity: 0;
  }
  to {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
#kerdise-me-3-vimata .stepsbox {
  display: flex;
  justify-content: center;
  align-items: center;
}

#kerdise-me-3-vimata .stepsbox img {
  max-width: 230px;
  width: 100%;
}

#kerdise-me-3-vimata .stepsbox span.num2 {
  font-size: 73px;
  font-weight: bold;
  position: relative;
  top: -31px;
  left: 73px;
}

.result {
  height: auto;
  padding: 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.result.open {
  height: 121px;
  margin-bottom: 10px;
}

#economic-calculator {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#economic-calculator h3 {
  text-align: center;
  width: 100%;
  background-color: #bb1c1c;
  padding-left: 20px;
  padding-right: 20px;
  transform: rotate(5deg);
  clip-path: polygon(0 0, 97% 0, 100% 100%, 3% 100%);
  display: none;
  position: relative;
}

#economic-calculator .open h3 {
  animation-duration: 1s;
  animation-name: win;
  opacity: 0;
  animation-fill-mode: forwards;
  display: block;
}

#economic-calculator input, #economic-calculator a, #economic-calculator span.help-block.error {
  max-width: 400px;
  width: 100%;
}

#economic-calculator button, #economic-calculator .button {
  background-color: #20b6db;
  border-color: #0070b1;
}
@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}
@keyframes shadow-pulse-big {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
  }
}
#jobs-list {
  padding: 2.25rem 0 4rem;
}

li.job {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1.25rem 0;
}

li.job:first-of-type {
  border-top: 0;
}

.job-box {
  display: flex;
  align-items: center;
}

.job-box h3, .job-box a.button {
  margin: 0;
}

.job-box h3 {
  font-weight: 300;
  font-size: 1.5rem;
}

span.f-time {
  border: 2px solid;
  padding: 0 5px;
  margin-left: 5px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 5px;
}

span.f-time.color1 {
  color: #fff;
  background: #18bf93;
}

span.f-time.color2 {
  color: #fff;
  background: #20b6db;
}

span.f-time.color3 {
  color: #fff;
  background: #ff585d;
}

a.customScroll.address {
  font-weight: 400;
  margin-right: 17px;
}

.bages2 {
  flex: 0 0 auto;
}

@media only screen and (max-width: 1150px) {
  li.job {
    flex-wrap: wrap;
  }
  .job-box {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }
  .job-box > a {
    width: 100%;
    text-align: center;
  }
  .bages2 {
    flex: 1 1 100%;
    text-align: center;
  }
  a.customScroll.address {
    padding: 10px 0;
  }
  span.f-time:first {
    margin-left: 0;
  }
  .job-box h3 {
    text-align: center;
  }
}
.container_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 20.6rem;
  grid-template-rows: auto auto auto;
  gap: 0 50px;
  grid-template-areas: "top top right" "mid mid right" "mid-bottom bottom right" "mail-link mail-link right";
  width: 100%;
  height: 100%;
}

.container_grid .right {
  grid-area: right;
}

.container_grid .right ul {
  margin: 10px 0;
  margin-left: 1.75rem;
  font-size: 14px;
}

.mail-link {
  grid-area: mail-link;
}

.top {
  grid-area: top;
}

.top .top1 {
  display: flex;
}

.top img {
  width: 6.25rem;
  padding-right: 1rem;
}

.mid {
  grid-area: mid;
}

.bottom {
  grid-area: bottom;
}

.mid-bottom {
  grid-area: mid-bottom;
}

.sticky_el {
  position: sticky;
  top: 6.75rem;
  display: flex;
  flex-direction: column;
  padding: 1.56rem;
  background: #f3f5f7;
  border-bottom: 2px solid #CDD7DC;
}

.sticky_el i {
  font-size: 1.625rem;
  padding-right: 0.5rem;
}

.sticky_col {
  display: flex;
  align-items: center;
  padding: 0.5625rem 0;
  font-weight: 400;
}

.sticky_col.first {
  padding-top: 0;
}

.sticky_col.last {
  padding-bottom: 0;
}

.padding-grid p {
  margin-bottom: 0;
}

.padding-grid {
  padding: 2rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.padding-grid.no-border, .padding-grid.top-border {
  border-bottom: 0;
}

.padding-grid.top-border {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.title_box .f-time:first-of-type {
  margin-left: 0;
}

.title_box h3 {
  font-weight: 500;
  font-size: 2rem;
}

span.requirments {
  font-weight: 400;
  font-size: 1.125rem;
  padding-bottom: 0.8125rem;
  display: block;
}

@media (max-width: 1300px) {
  .container_grid {
    grid-template-areas: "top top top" "mid mid mid" "mid-bottom mid-bottom right" "bottom bottom right" "mail-link mail-link right";
  }
}
@media (max-width: 740px) {
  .sticky_el {
    position: relative;
    top: 0;
  }
  .container_grid {
    grid-template-areas: "top top top" "mid mid mid" "mid-bottom mid-bottom mid-bottom" "bottom bottom bottom" "right  right right" "mail-link mail-link mail-link";
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.ssl-maintenance span.vat.sup {
  font-weight: 500;
}

.ssl-maintenance p.vat {
  margin-top: 0;
}

.ssl-maintenance ::marker {
  font-weight: 400;
}

.ssl-maintenance #ssl-maintenance-service .bottom {
  margin-top: auto;
  line-height: 1.2;
  font-size: 0.8rem;
}

.ssl-maintenance #ssl-maintenance-service section {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.ssl-maintenance #ssl-maintenance-service strong, .ssl-maintenance #ssl-maintenance-service b {
  font-weight: 400;
  line-height: inherit;
}

.ssl-maintenance #ssl-maintenance-service #simple-row ol li {
  padding-bottom: 1rem;
}

.ssl-maintenance #ssl-maintenance-service #simple-row.cards .card hr {
  margin: 1rem 3.5rem;
}

.ssl-maintenance #ssl-maintenance-service #simple-row.cards .card .sub-header {
  margin-bottom: 0;
}

.ssl-maintenance .featured-grid .panel.a0 {
  grid-area: a;
}

.ssl-maintenance .featured-grid .panel.a1 {
  grid-area: b;
}

.ssl-maintenance .featured-grid .panel.a2 {
  grid-area: c;
}

.ssl-maintenance .featured-grid .panel {
  box-shadow: 0px 0px 0px 1px #d7dee1;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.ssl-maintenance .no_discount {
  padding-right: 30px;
}

.ssl-maintenance .container_grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 1.25rem;
  grid-template-areas: "a" "b" "c";
}

@media only screen and (min-width: 40.063em) {
  .ssl-maintenance .container_grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1.875rem;
    grid-template-areas: "a b " "c c";
  }
}
@media only screen and (min-width: 64.063em) {
  .ssl-maintenance .container_grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 1.875rem;
    grid-template-areas: "a b c";
  }
}
.ssl-maintenance .container_grid {
  width: 100%;
  height: 100%;
}

.ssl-maintenance p.price, .ssl-maintenance .domain-results ul .price-container p.year, .domain-results ul .price-container .ssl-maintenance p.year, .ssl-maintenance .domains-more-results .tld-results .tld-line .actions p.tld-taken, .domains-more-results .tld-results .tld-line .actions .ssl-maintenance p.tld-taken {
  margin-top: auto;
}

@media only screen and (min-width: 64.063em) {
  .ssl-maintenance .action-row .content p {
    font-size: 1.5rem;
  }
}
.ssl-maintenance #intro p.ul-header {
  margin-bottom: 0rem;
}

.ssl-maintenance .tiles ul li .tile::after {
  pointer-events: none;
}

li.sidr-class-security.security .no-bullet > li:first-child {
  display: none;
}

/* --------------------------------------------------------------------------------
These are styles for filters in medium and small screens
They are used for ssls, domains, domains price table and now on dedicated servers
----------------------------------------------------------------------------------- */
.cd-btn {
  bottom: 3rem;
  font-weight: 300;
  left: 0;
  letter-spacing: 1px;
  position: fixed;
  padding: 0.5rem 1rem;
  background-color: #080808;
  display: none;
  color: white;
  z-index: 1;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .cd-btn {
    bottom: 6rem;
  }
}
.cd-btn.m-bot {
  bottom: 7rem;
}

.cd-btn:hover {
  color: #FFF;
}

.vertical-text {
  transform: rotate(270deg);
  transform-origin: left top 0;
}

.cd-panel {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  transition: visibility 0s 0.6s;
  z-index: 99;
}

.cd-panel::after {
  /* overlay layer */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  transition: background 0.3s 0.3s;
}

.cd-panel.is-visible {
  visibility: visible;
  transition: visibility 0s 0s;
}

.cd-panel.is-visible::after {
  background: rgba(28, 29, 30, 0.7);
  transition: background 0.3s 0s;
  content: "";
}

.cd-panel.is-visible .cd-panel-close::before {
  animation: cd-close-1 0.6s 0.3s;
}

.cd-panel.is-visible .cd-panel-close::after {
  animation: cd-close-2 0.6s 0.3s;
}
@keyframes cd-close-1 {
  0%, 50% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes cd-close-2 {
  0%, 50% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-45deg);
  }
}
.cd-panel-header {
  position: fixed;
  width: 85%;
  height: 50px;
  line-height: 50px;
  background: rgba(255, 255, 255, 0.96);
  z-index: 101;
  transition: top 0.3s 0s;
  border-bottom: 1px solid #CDD7DC;
}

.cd-panel-header p {
  padding-left: 5%;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 3.125rem;
}

.from-right .cd-panel-header, .from-left .cd-panel-header {
  top: -50px;
}

.from-right .cd-panel-header {
  right: 0;
}

.from-left .cd-panel-header {
  left: 0;
}

.is-visible .cd-panel-header {
  top: 0;
  transition: top 0.3s 0.3s;
}

@media only screen and (min-width: 768px) {
  .cd-panel-header {
    width: 70%;
  }
}
.cd-panel-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
  /* image replacement */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.cd-panel-close::before, .cd-panel-close::after {
  /* close icon created in CSS */
  position: absolute;
  top: 24px;
  left: 20px;
  height: 3px;
  width: 20px;
  background-color: #424f5c;
  /* this fixes a bug where pseudo elements are slighty off position */
  backface-visibility: hidden;
  content: "";
}

.cd-panel-close::before {
  transform: rotate(45deg);
}

.cd-panel-close::after {
  transform: rotate(-45deg);
}

.no-touch .cd-panel-close:hover {
  background-color: #080808;
}

.no-touch .cd-panel-close:hover::before, .no-touch .cd-panel-close:hover::after {
  background-color: #ffffff;
  transition-property: transform;
  transition-duration: 0.3s;
  content: "";
}

.no-touch .cd-panel-close:hover::before {
  transform: rotate(220deg);
}

.no-touch .cd-panel-close:hover::after {
  transform: rotate(135deg);
}

.cd-panel-container {
  position: fixed;
  width: 85%;
  height: 100%;
  top: 0;
  background: rgb(229.4, 234.52, 237.08);
  z-index: 100;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
}

.from-left .cd-panel-container {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}

.is-visible .cd-panel-container {
  transform: translate3d(0, 0, 0);
  transition-delay: 0s;
}

@media only screen and (min-width: 768px) {
  .cd-panel-container {
    width: 70%;
  }
}
.cd-panel-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 80px 5% 70px 4%;
  overflow: auto;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;
}

.cd-panel-content .container {
  margin-bottom: 1rem;
  min-height: 4rem;
}

.cd-panel-content .container select {
  margin-bottom: 0;
}

.cd-panel-content .container.search {
  position: relative;
}

.cd-panel-content .container.search input {
  background: white;
  color: black;
  margin: 0;
  padding-right: 2rem;
}

.cd-panel-content .container.search i {
  color: rgb(141.75, 141.75, 141.75);
  font-size: 1rem;
  position: absolute;
  right: 0.75rem;
  top: 2.0625rem;
}

.cd-panel-content .button {
  margin-top: 0.5rem;
  padding: 0.7rem 2rem 0.7625rem;
}

.m-auto {
  margin: auto;
}

.UserData {
  text-align: left;
  margin-bottom: 1.875rem;
}

.UserData li {
  padding-top: 0.5rem;
}

.t-confirm {
  line-height: normal;
  font-size: 1.5625rem;
  font-weight: 500;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.re-captcha.authCaptcha {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5625rem;
}

.UserDataDesc {
  line-height: 1.5;
  background: rgba(128, 128, 128, 0.1803921569);
  padding: 1.0625rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
}

.user-data {
  font-size: 1.125rem;
  margin-top: 1.875rem;
}

@media screen and (min-width: 769px) {
  .show-for-medium-Up {
    display: flex;
  }
}
.show-for-medium-Up {
  display: none;
}

.mobile-only {
  display: none;
}

@media screen and (max-width: 769px) {
  .mobile-only {
    display: block;
  }
}
#Emailsignin::after,
#appleid-signin::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999;
  right: 0;
  top: 0;
}

.d-flex-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5625rem;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 768px) {
  .d-flex-btn {
    gap: 1.5625rem;
  }
}
.pt-20 {
  padding-top: 1.25rem;
}

.global-error {
  color: red;
  text-align: center;
  line-height: 1.5;
  padding-bottom: 1.5rem;
}

.underlined {
  border-bottom: 1px solid;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in-image {
  animation: fadeIn 2s;
}

.auth_wrapper {
  position: relative;
  margin: auto;
  position: relative;
  margin: auto;
  border-radius: 0.5rem;
}

.back-btn,
.back-to-register,
.submit-register {
  background: white;
  width: 15.625rem;
  text-align: center;
  height: 2.1875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border: 1px solid #1a73e8;
  color: #1a73e8;
  margin: 0;
}

.back-btn .icon-arrow-right23,
.back-to-register .icon-arrow-right23,
.submit-register .icon-arrow-right23 {
  transform: rotate(180deg);
  padding-left: 0.3125rem;
}

.account-login {
  text-align: center;
  z-index: 9;
}

.account-login h2 {
  color: #FF6E28;
  font-weight: 500;
  font-size: 2.5rem;
  border-bottom: 2px solid;
}

@media screen and (max-width: 500px) {
  .account-login h2 {
    font-size: 2rem;
  }
}
.reveal-password {
  position: absolute;
  right: -10px;
  top: 0.3125rem;
  margin-right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
}

.input_wrapper {
  max-width: 100%;
  margin: auto;
  padding: 80px 0;
  border-radius: 0.5rem;
  width: 28.125rem;
}

.signIn_Container {
  padding: 6.25rem 0.9375rem;
  max-width: 33.375rem;
  margin: auto;
}

.signIn_Container span.help-block.error {
  z-index: 1;
  margin-top: -19px;
  background-color: #fff;
  color: #f44336;
  padding: 0;
  font-size: 0.8125rem;
  line-height: 1.125rem;
}

.signIn_Container label.error {
  color: none;
}

.signIn_Container label.error {
  position: absolute;
  bottom: -25px;
}

.signIn_Container .signIn {
  display: grid;
  grid-template-columns: 1fr 8fr;
  justify-content: start;
  gap: 15px;
  width: 100%;
  align-items: center;
}

.signIn_Container .signIn.hide {
  display: none;
}

.signIn_Container .auth_icon {
  max-width: 2rem;
}

.signIn_Container .btn-Login {
  display: block;
  margin: auto;
  margin-bottom: 1.25rem;
  width: 21.875rem;
}

.signIn_Container .sign_inGoogle {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.6117647059);
  border: 1px solid rgba(0, 0, 0, 0.6117647059);
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.2s;
}

.signIn_Container .sign_inGoogle:hover {
  background-color: transparent;
  color: #000;
  box-shadow: 9px -5px 13px rgba(0, 0, 0, 0.1411764706);
}

.RequestOtp_s,
.recovery-email {
  background: transparent;
  color: #4285f4;
  padding: 0;
  font-size: 0.75rem;
  position: relative;
  min-width: 4.75rem;
  min-height: 1.9375rem;
  margin: 0;
  margin-left: 0.3125rem;
}

.RequestOtp_s:hover, .RequestOtp_s[disabled], .RequestOtp_s[disabled]:hover, .RequestOtp_s:focus,
.recovery-email:hover,
.recovery-email[disabled],
.recovery-email[disabled]:hover,
.recovery-email:focus {
  background: transparent;
  color: #4285f4;
}

.pb-2 {
  padding-bottom: 1.25rem;
}

.checkbox__label {
  margin-bottom: 1.5625rem;
}

#verify_otp {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.6588235294);
  z-index: 99;
}

.card-body {
  padding: 2% 10%;
}

.card-body .close {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  font-weight: 500;
  font-size: 1.1rem;
}

.otp-field {
  flex-direction: row;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.otp-field input {
  height: 3.125rem;
  width: 2.8125rem;
  border-radius: 0.375rem;
  outline: none;
  font-size: 1.125rem;
  text-align: center;
  border: 1px solid #666;
}

@media screen and (min-width: 768px) {
  .otp-field input {
    height: 4.6875rem;
    width: 4.1875rem;
    font-size: 3rem;
  }
}
.otp-field input:focus {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.otp-field input::-webkit-inner-spin-button,
.otp-field input::-webkit-outer-spin-button {
  display: none;
}

.text-muted {
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.25rem;
}

.resend {
  font-size: 0.75rem;
  left: 50%;
  align-items: center;
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 0.875rem;
  margin-bottom: 0.25rem;
}

@media screen and (max-width: 768px) {
  .resend {
    display: grid;
  }
}
.footer a {
  color: black;
  text-decoration: none;
}

.signInSeparator {
  font-size: 1.5rem;
  font-weight: 400;
  padding-top: 2.4375rem;
  color: #000;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.separator hr {
  margin: 5px 0.9375rem 1.9375rem 0.9375rem;
  FONT-VARIANT: JIS04;
  color: #1eb6db;
  border-width: 1px;
  border: 1px solid #b9d3ff;
}

[type=email] {
  text-transform: lowercase;
}

div#appleid-signin > div {
  height: 3.125rem !important;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: auto;
  margin: auto auto 1.25rem;
  width: 21.875rem !important;
  border-radius: 0px !important;
  margin: 0;
}

div#appleid-signin > div svg rect {
  ry: 0%;
}

.g_id_signin {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.61);
  border: 1px solid rgba(0, 0, 0, 0.61);
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.2s;
  max-width: 350px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  margin-bottom: 21px;
}

div#appleid-signin {
  /* max-width: 350px; */
  position: absolute;
  /* left: 50%; */
  /* transform: translateX(-50%); */
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

div#googleBtn {
  display: block;
  margin: auto;
  border: 1px solid;
  position: absolute;
  min-height: 3.25rem;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

div#googleBtn iframe {
  margin: 0 !important;
  margin-bottom: 0.625rem !important;
  width: 21.875rem !important;
  opacity: 0;
}

.otp_wrapper {
  margin-bottom: 2rem;
  width: 100%;
}

.auth_t {
  font-weight: 500;
  font-size: 1.0625rem;
  min-width: 11.3125rem;
  text-align: left;
}

.auth_t span {
  color: #888A92;
  font-weight: 300;
  font-size: 0.875rem;
  padding-top: 6px;
  line-height: normal;
  display: block;
}

@media screen and (max-width: 500px) {
  .auth_t {
    font-size: 1rem;
  }
}
.signInWrapper {
  position: relative;
  max-width: 21.875rem;
  margin: auto;
  border: 1px solid rgba(0, 0, 0, 0.231372549);
  margin-bottom: 1.25rem;
  min-height: 3.3125rem;
  border-radius: 0.625rem;
  color: #000;
  box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0, 0, 0, 0.06);
  opacity: 0.9;
  transition: all 0.3s;
  align-items: center;
  display: flex;
  cursor: pointer;
  padding: 0.625rem 2rem;
}

.signInWrapper.isExpired {
  cursor: not-allowed;
  opacity: 0.7;
  pointer-events: none;
}

.signInWrapper.hide {
  display: none;
}

.signInWrapper:hover {
  opacity: 1;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.signInWrapper .loading {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
}

.signInWrapper .loading .spinner {
  position: static;
  margin: 0;
}

.signInWrapper.isBusy {
  cursor: default;
  pointer-events: none;
}

.signInWrapper.isBusy .signIn {
  visibility: hidden;
}

.signInWrapper.isBusy .loading {
  display: flex;
}

/* Buttons */
input {
  background: #fff;
}

.input-1.error {
  border: 2px solid red !important;
}

.input-box.active-grey .input-1 {
  border: 1px solid #dadce0;
}

.input-box.active-grey .input-label {
  color: #80868b;
  top: -8px;
  background: #fff;
  font-size: 0.6875rem;
  transition: 250ms;
}

.input-box.active-grey .input-label svg {
  position: relative;
  width: 0.6875rem;
  height: 0.6875rem;
  top: 0.125rem;
  transition: 250ms;
}

.input-box {
  position: relative;
}

.input-box span.help-block.error {
  margin-bottom: 1.125rem !important;
}

.input-box select#state_id,
.input-box input#address {
  margin-top: 0;
}

.input-box .input-label {
  position: absolute;
  color: #80868b;
  font-size: 1rem;
  font-weight: 400;
  max-width: calc(100% - 16px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  left: 0.5rem;
  top: 0.8125rem;
  padding: 0 0.5rem;
  max-height: 2rem;
  transition: 250ms;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 9;
}

.input-box .input-label svg {
  position: relative;
  width: 0.9375rem;
  height: 0.9375rem;
  top: 0.125rem;
  transition: 250ms;
}

.input-box input#state {
  margin-top: 0;
}

.input-box .input-1 {
  box-sizing: border-box;
  height: 3.125rem;
  width: 100%;
  border-radius: 0.625rem;
  color: #202124;
  border: 1px solid #dadce0;
  padding: 0.8125rem 0.9375rem;
  margin: 1.5625rem 0;
  transition: 250ms;
  font-size: 1rem;
}

.input-box .input-1:focus {
  outline: none;
  border: 2px solid #1a73e8;
  transition: 250ms;
  background-color: #fff;
}

.input-box.error .input-label {
  color: #f44336;
  top: -8px;
  background: #fff;
  font-size: 0.6875rem;
  transition: 250ms;
}

.input-box.error .input-1 {
  border: 2px solid #f44336;
}

.input-box.focus .input-label,
.input-box.active .input-label {
  color: #1a73e8;
  top: -8px;
  background: #fff;
  font-size: 0.6875rem;
  height: 1.375rem;
  transition: 250ms;
}

.input-box.focus .input-label svg,
.input-box.active .input-label svg {
  position: relative;
  width: 0.6875rem;
  height: 0.6875rem;
  top: 0.125rem;
  transition: 250ms;
}

.input-box.active .input-1 {
  border: 2px solid #1a73e8;
}

.btn-p {
  background: #fff;
  color: #333;
  cursor: pointer;
  border: none;
  white-space: normal;
  font-size: 0.875rem;
  padding: 0.375rem 1rem;
  border-radius: 0.5rem;
  line-height: 1.25rem;
  min-width: 5.5rem;
  transition: 250ms;
}

.btn-p:hover {
  background: #ddd;
  transition: 250ms;
}

.btn-p:focus {
  outline: none;
}

.btn-primary {
  background: #1a73e8;
  color: #fff;
  transition: 250ms;
  margin: 0;
  height: 2.1875rem;
  width: 15.625rem;
}

.btn-primary:hover {
  background: #287ae6;
  box-shadow: 0 1px 1px 0 rgba(66, 133, 244, 0.45), 0 1px 3px 1px rgba(66, 133, 244, 0.3);
  transition: 250ms;
}

.clear {
  clear: both;
}

.p_small {
  font-size: 0.75rem;
  margin-bottom: 0.625rem;
}

.spinner_i {
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #a9a9a9;
  border-top-color: #fff;
  border-radius: 1.875rem;
  animation: spin 1s linear infinite;
}

.spinner_v {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #a9a9a9;
  border-top-color: #fff;
  border-radius: 1.875rem;
  animation: spin 1s linear infinite;
  margin-right: 0.6875rem;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1turn);
  }
}
footer {
  margin-top: 0;
}

.d-grid-phone {
  display: grid;
  grid-template-columns: 1fr 50%;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.verify_Otp {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 1.5625rem;
}

.otpOuter {
  overflow: hidden;
  margin: auto;
}

.accountPin .otp_container :nth-child(3),
.accountPin .otp_container :nth-child(6),
.accountPin .otp_container :nth-child(9) {
  margin-right: 0px !important;
}

.accountPin .otp_container :nth-child(2) {
  margin-right: 0.4375rem !important;
}

.otp_container {
  left: 0;
  display: flex;
  justify-content: center;
  position: relative;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  width: 100%;
  margin-bottom: 3.125rem;
  align-items: center;
}

.otp_container :nth-child(3),
.otp_container :nth-child(6),
.otp_container :nth-child(9) {
  margin-right: 0.4375rem !important;
}

.otp_container input.otp-input {
  height: 3.5rem;
  margin: 0;
  max-width: 3.125rem;
  padding: 0;
  font-size: 1.9rem;
  text-shadow: none;
  box-shadow: none;
  text-align: center;
  background-color: transparent;
  border-image-width: 0;
  border-radius: 0.5rem;
}

[name=trust_this_device] {
  margin: 0 !important;
}

.otpInner {
  left: 0;
  display: flex;
  justify-content: center;
  position: relative;
  -moz-column-gap: 8px;
       column-gap: 8px;
  width: 100%;
  margin-bottom: 3.125rem;
}

.otpInner :nth-child(3),
.otpInner :nth-child(6),
.otpInner :nth-child(9) {
  margin-right: 0.4375rem !important;
}

.otp-container .otp-number-input {
  height: 3.5rem;
  margin: 0;
  max-width: 3.125rem;
  padding: 0;
  padding-bottom: 0;
  font-size: 1.9rem;
  text-shadow: none;
  box-shadow: none;
  text-align: center;
  background-color: transparent;
  border-image-width: 0;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .otp-container .otp-number-input {
    height: 3.4375rem;
    font-size: 2rem;
  }
}
.btnRegisterSimilarUser {
  background: transparent !important;
  border: 0;
  width: 15.875rem;
  margin: 0;
  font-size: 1.5625rem;
  font-weight: 900;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .btnRegisterSimilarUser {
    font-size: 1.125rem;
  }
}
.btnRegisterSimilarUser:hover {
  color: #1a73e8;
}

.btnRegisterSimilarUser.gray {
  color: #cbcaca;
}

.btnRegisterSimilarUser.blue {
  color: #1a73e8;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.flex-1 {
  flex: 1;
}

.mw-200 {
  max-width: 28.75rem;
  align-items: center;
  margin: auto;
}

a.close_btn.button.secondary.small.flex-1 {
  max-width: 12.5rem;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.icon-flex {
  display: flex;
  gap: 15px;
  align-items: center;
}

.btn_box {
  position: relative;
  color: #fff;
  transition: 250ms;
  margin: 0;
  height: 2.1875rem;
  width: 15.625rem;
  background: #1a73e8;
  border: 1px solid #1a73e8;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.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) {
  .btn_box {
    background: linear-gradient(to right, #fff 0%, #fff 20%, #1a73e8 20%, #1a73e8 100%);
    padding-left: 52px;
  }
  .btn_box:hover {
    background: linear-gradient(to right, #fff 0%, #fff 20%, #1a73e8 20%, #1a73e8 100%);
  }
  .btn_box .icon_a {
    opacity: 1;
  }
}
.title_email {
  margin-top: 0.625rem;
}

.global-success {
  color: #18BF93;
  margin-top: 1.0625rem;
  display: inline-block;
}

.mt-0 {
  margin-top: 0 !important;
}

.pb-20 {
  margin-top: 1rem;
  display: inline-block;
  margin-bottom: 1.25rem;
  text-align: center;
  width: 100%;
}

.notification-wrapper {
  position: relative;
  text-align: center;
}

.notification-wrapper .error-message {
  width: 100%;
  color: #f44336;
  left: 50%;
  margin-bottom: 1.25rem;
  line-height: normal;
}

@media screen and (max-width: 500px) {
  .notification-wrapper .error-message {
    font-size: 0.8125rem;
  }
}
.notification-wrapper .success-message {
  width: 100%;
  position: absolute;
  color: #18bf93;
  left: 50%;
  transform: translateX(-50%);
}

.errorInputOtp {
  border-color: #f44336 !important;
}

form#otpverification {
  position: relative;
}

.otp-txt {
  margin-bottom: 0.5rem;
}

.error_otp {
  margin-top: 0.3125rem;
}

.error_otp > * {
  margin-top: 0px !important;
  justify-content: center;
}

#magicLink.w-bloc {
  min-height: 18.75rem;
  display: flex;
  align-items: center;
}

#magicLink .green {
  color: #00B67A;
}

#magicLink .red {
  color: #F3171A;
}

#magicLink .t-link {
  font-size: 2.75rem;
  font-weight: 700;
  margin-bottom: 0.5625rem;
}

#magicLink .p-link {
  font-size: 1.25rem;
}

@media screen and (max-width: 768) {
  #magicLink .t-link {
    font-size: 1.875rem;
  }
  #magicLink .p-link {
    font-size: 1rem;
  }
  #magicLink .profile-icon {
    margin-top: 0.9375rem;
  }
}
.profile-icon {
  display: flex;
  justify-content: end;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .profile-icon {
    width: 100%;
  }
}
.recoveryEmail {
  border-radius: 0.625rem;
}

button.recoveryEmail.submit_e.submit {
  min-width: 20.5rem;
  min-height: 3.4375rem;
}

#quickLogin_form .error-message {
  grid-column: 1/span 2;
  text-align: left;
}

#quickLogin_form label {
  margin: 0;
}

#quickLogin_form .pin-container {
  position: relative;
  padding-right: 1.875rem;
}

#quickLogin_form .eye-button {
  right: 0px;
  top: 0.375rem;
}

#quickLogin_form .form-group {
  display: flex;
  align-items: center;
  gap: 5.625rem;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #quickLogin_form .form-group {
    display: block;
  }
}
#quickLogin_form .form-group label {
  min-width: 12.6875rem;
  text-align: left;
}

#quickLogin_form .form-group input {
  margin: 0;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1rem;
}

#quickLogin_form .btn-pin {
  display: flex;
  justify-content: end;
  gap: 0.9375rem;
}

#quickLogin_form .btn-pin a {
  max-width: 12.5rem;
}

div#trusted_device_wrapper .responsiveTableHeaders {
  background: #c4ccd4;
}

div#trusted_device_wrapper [data-attr=id] span {
  display: block;
}

.waitForDevice {
  z-index: 9999;
  position: fixed;
  top: 0;
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.75rem;
  text-align: center;
  /* padding: 1em; */
  color: #fff;
  /* background-color: #f0f0f0; */
  border-radius: 0.5rem;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .waitForDevice {
    font-size: 1.5625rem;
    line-height: 1.2;
    top: 40%;
  }
}
/* -------------------------------
Globals - Typography
--------------------------------*/
#onetrust-banner-sdk {
  z-index: 5 !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%;
  position: sticky;
  top: 0;
  z-index: 4;
  display: none;
}

@media screen and (min-width: 1568px) {
  #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: #7089B3;
}

#custom-nav .scroll-menu.bg-domains ul li a:hover, #wrapper-nav .scroll-menu.bg-domains ul li a:hover {
  background-color: rgb(133.45, 154.7, 190.4);
  color: white;
}

#custom-nav .scroll-menu.bg-hosting, #wrapper-nav .scroll-menu.bg-hosting {
  background-color: #7089B3;
}

#custom-nav .scroll-menu.bg-hosting ul li a:hover, #wrapper-nav .scroll-menu.bg-hosting ul li a:hover {
  background-color: rgb(133.45, 154.7, 190.4);
  color: white;
}

#custom-nav .scroll-menu.bg-security, #wrapper-nav .scroll-menu.bg-security {
  background-color: #7089B3;
}

#custom-nav .scroll-menu.bg-security ul li a:hover, #wrapper-nav .scroll-menu.bg-security ul li a:hover {
  background-color: rgb(119.15, 142.9, 182.8);
  color: white;
}

#custom-nav .scroll-menu.bg-websites, #wrapper-nav .scroll-menu.bg-websites {
  background-color: #7089B3;
}

#custom-nav .scroll-menu.bg-websites ul li a:hover, #wrapper-nav .scroll-menu.bg-websites ul li a:hover {
  background-color: rgb(133.45, 154.7, 190.4);
  color: white;
}

#custom-nav .scroll-menu.bg-company, #wrapper-nav .scroll-menu.bg-company {
  background-color: rgb(122.01, 145.26, 184.32);
}

#custom-nav .scroll-menu.bg-company ul li a:hover, #wrapper-nav .scroll-menu.bg-company ul li a:hover {
  background-color: rgb(132.02, 153.52, 189.64);
  color: white;
}

#custom-nav .scroll-menu.bg, #wrapper-nav .scroll-menu.bg {
  background-color: rgb(122.01, 145.26, 184.32);
}

#custom-nav .scroll-menu.bg ul li a:hover, #wrapper-nav .scroll-menu.bg ul li a:hover {
  background-color: rgb(132.02, 153.52, 189.64);
  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;
  display: flex;
  justify-content: center;
}

#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 */
.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.webp");
}

.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, .hosting-module .content .wrapper .block .price-wrapper .domain-results ul .price-container .year, .domain-results ul .price-container .hosting-module .content .wrapper .block .price-wrapper .year, .hosting-module .content .wrapper .block .price-wrapper .domains-more-results .tld-results .tld-line .actions .tld-taken, .domains-more-results .tld-results .tld-line .actions .hosting-module .content .wrapper .block .price-wrapper .tld-taken {
  margin-bottom: 0;
  color: #282828;
  font-size: 1.825rem;
  display: block;
}

.hosting-module .content .wrapper .block .price-wrapper .price .sup, .hosting-module .content .wrapper .block .price-wrapper .domain-results ul .price-container .year .sup, .domain-results ul .price-container .hosting-module .content .wrapper .block .price-wrapper .year .sup, .hosting-module .content .wrapper .block .price-wrapper .domains-more-results .tld-results .tld-line .actions .tld-taken .sup, .domains-more-results .tld-results .tld-line .actions .hosting-module .content .wrapper .block .price-wrapper .tld-taken .sup {
  font-family: "Roboto";
  font-size: 2.75rem;
}

.hosting-module .content .wrapper .block .price-wrapper .price sup, .hosting-module .content .wrapper .block .price-wrapper .domain-results ul .price-container .year sup, .domain-results ul .price-container .hosting-module .content .wrapper .block .price-wrapper .year sup, .hosting-module .content .wrapper .block .price-wrapper .domains-more-results .tld-results .tld-line .actions .tld-taken sup, .domains-more-results .tld-results .tld-line .actions .hosting-module .content .wrapper .block .price-wrapper .tld-taken sup {
  font-size: 45%;
  margin-left: 2px;
  margin-top: 20px;
  position: absolute;
  top: initial;
}

.hosting-module .content .wrapper .block .price-wrapper .price small, .hosting-module .content .wrapper .block .price-wrapper .domain-results ul .price-container .year small, .domain-results ul .price-container .hosting-module .content .wrapper .block .price-wrapper .year small, .hosting-module .content .wrapper .block .price-wrapper .domains-more-results .tld-results .tld-line .actions .tld-taken small, .domains-more-results .tld-results .tld-line .actions .hosting-module .content .wrapper .block .price-wrapper .tld-taken small {
  font-size: 56%;
}

.hosting-module .content .wrapper .block .price-wrapper .price small:last-of-type, .hosting-module .content .wrapper .block .price-wrapper .domain-results ul .price-container .year small:last-of-type, .domain-results ul .price-container .hosting-module .content .wrapper .block .price-wrapper .year small:last-of-type, .hosting-module .content .wrapper .block .price-wrapper .domains-more-results .tld-results .tld-line .actions .tld-taken small:last-of-type, .domains-more-results .tld-results .tld-line .actions .hosting-module .content .wrapper .block .price-wrapper .tld-taken small:last-of-type {
  left: -5px;
  position: relative;
}

.hosting-module .content .wrapper .block .price-wrapper .price .strikethrough, .hosting-module .content .wrapper .block .price-wrapper .domain-results ul .price-container .year .strikethrough, .domain-results ul .price-container .hosting-module .content .wrapper .block .price-wrapper .year .strikethrough, .hosting-module .content .wrapper .block .price-wrapper .domains-more-results .tld-results .tld-line .actions .tld-taken .strikethrough, .domains-more-results .tld-results .tld-line .actions .hosting-module .content .wrapper .block .price-wrapper .tld-taken .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, .hosting-module .content .wrapper .block .price-wrapper .domain-results ul .price-container .year, .domain-results ul .price-container .hosting-module .content .wrapper .block .price-wrapper .year, .hosting-module .content .wrapper .block .price-wrapper .domains-more-results .tld-results .tld-line .actions .tld-taken, .domains-more-results .tld-results .tld-line .actions .hosting-module .content .wrapper .block .price-wrapper .tld-taken {
    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, .hosting-module .price-box > a .pricing .domain-results ul .price-container .year, .domain-results ul .price-container .hosting-module .price-box > a .pricing .year, .hosting-module .price-box > a .pricing .domains-more-results .tld-results .tld-line .actions .tld-taken, .domains-more-results .tld-results .tld-line .actions .hosting-module .price-box > a .pricing .tld-taken {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 8rem;
  line-height: 1;
}

.hosting-module .price-box > a .pricing .price sup, .hosting-module .price-box > a .pricing .domain-results ul .price-container .year sup, .domain-results ul .price-container .hosting-module .price-box > a .pricing .year sup, .hosting-module .price-box > a .pricing .domains-more-results .tld-results .tld-line .actions .tld-taken sup, .domains-more-results .tld-results .tld-line .actions .hosting-module .price-box > a .pricing .tld-taken 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, .buy-overview .pricing .domain-results ul .price-container .year, .domain-results ul .price-container .buy-overview .pricing .year, .buy-overview .pricing .domains-more-results .tld-results .tld-line .actions .tld-taken, .domains-more-results .tld-results .tld-line .actions .buy-overview .pricing .tld-taken {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 4rem;
  line-height: 1;
}

.buy-overview .pricing .price sup, .buy-overview .pricing .domain-results ul .price-container .year sup, .domain-results ul .price-container .buy-overview .pricing .year sup, .buy-overview .pricing .domains-more-results .tld-results .tld-line .actions .tld-taken sup, .domains-more-results .tld-results .tld-line .actions .buy-overview .pricing .tld-taken 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, .featured-grid .panel .domain-results ul .price-container p.year, .domain-results ul .price-container .featured-grid .panel p.year, .featured-grid .panel .domains-more-results .tld-results .tld-line .actions p.tld-taken, .domains-more-results .tld-results .tld-line .actions .featured-grid .panel p.tld-taken {
  margin-bottom: 0;
  text-align: right;
  color: #282828;
  font-size: 1.825rem;
  display: block;
  line-height: 1.3;
}

.featured-grid .panel p.price .sup, .featured-grid .panel .domain-results ul .price-container p.year .sup, .domain-results ul .price-container .featured-grid .panel p.year .sup, .featured-grid .panel .domains-more-results .tld-results .tld-line .actions p.tld-taken .sup, .domains-more-results .tld-results .tld-line .actions .featured-grid .panel p.tld-taken .sup {
  font-family: "Roboto";
  font-size: 2.75rem;
}

.featured-grid .panel p.price sup, .featured-grid .panel .domain-results ul .price-container p.year sup, .domain-results ul .price-container .featured-grid .panel p.year sup, .featured-grid .panel .domains-more-results .tld-results .tld-line .actions p.tld-taken sup, .domains-more-results .tld-results .tld-line .actions .featured-grid .panel p.tld-taken sup {
  font-size: 45%;
  margin-top: 1.0625rem;
  margin-left: 0.125rem;
  position: absolute;
  top: initial;
}

.featured-grid .panel p.price small, .featured-grid .panel .domain-results ul .price-container p.year small, .domain-results ul .price-container .featured-grid .panel p.year small, .featured-grid .panel .domains-more-results .tld-results .tld-line .actions p.tld-taken small, .domains-more-results .tld-results .tld-line .actions .featured-grid .panel p.tld-taken small {
  font-size: 56%;
}

.featured-grid .panel p.price .strikethrough, .featured-grid .panel .domain-results ul .price-container p.year .strikethrough, .domain-results ul .price-container .featured-grid .panel p.year .strikethrough, .featured-grid .panel .domains-more-results .tld-results .tld-line .actions p.tld-taken .strikethrough, .domains-more-results .tld-results .tld-line .actions .featured-grid .panel p.tld-taken .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;
}

.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, .global-cards .global-card .global-card-content .global-card-price .domain-results ul .price-container .year, .domain-results ul .price-container .global-cards .global-card .global-card-content .global-card-price .year, .global-cards .global-card .global-card-content .global-card-price .domains-more-results .tld-results .tld-line .actions .tld-taken, .domains-more-results .tld-results .tld-line .actions .global-cards .global-card .global-card-content .global-card-price .tld-taken {
  display: flex;
  font-size: 0.9375rem;
  font-weight: 400;
}

.global-cards .global-card .global-card-content .global-card-price .price .strikethrough, .global-cards .global-card .global-card-content .global-card-price .domain-results ul .price-container .year .strikethrough, .domain-results ul .price-container .global-cards .global-card .global-card-content .global-card-price .year .strikethrough, .global-cards .global-card .global-card-content .global-card-price .domains-more-results .tld-results .tld-line .actions .tld-taken .strikethrough, .domains-more-results .tld-results .tld-line .actions .global-cards .global-card .global-card-content .global-card-price .tld-taken .strikethrough {
  margin-right: 0.5rem;
}

.global-cards .global-card .global-card-content .global-card-price .price .discount_target.current-price, .global-cards .global-card .global-card-content .global-card-price .domain-results ul .price-container .year .discount_target.current-price, .domain-results ul .price-container .global-cards .global-card .global-card-content .global-card-price .year .discount_target.current-price, .global-cards .global-card .global-card-content .global-card-price .domains-more-results .tld-results .tld-line .actions .tld-taken .discount_target.current-price, .domains-more-results .tld-results .tld-line .actions .global-cards .global-card .global-card-content .global-card-price .tld-taken .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
-------------- */

/*# sourceMappingURL=style.css.map*/