@charset "UTF-8";
/*#region Variables */
/*#endregion Variables */
/*#region Mixins */
/*#endregion Mixins*/
/* –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––

Trying to centralize all font styles in here to simplify the css mess...

––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
p {
  color: #7a7a7a;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1.333;
}

h2 {
  text-align: center;
  padding-bottom: 1em;
  font-size: 3em;
  font-weight: 300;
}
@media (max-width: 767px) {
  h2 {
    font-size: 2em;
  }
}

h3 {
  font-size: 1.75em;
  font-weight: 300;
  margin: 0 0 0.75em 0;
}
@media (max-width: 767px) {
  h3 {
    font-size: 1.5em;
  }
}

.index .hero .content .wrapper h1,
.index.pricing .hero .content .wrapper h1,
.index .hero.ssl .content .wrapper h1 {
  font-size: 3em;
  color: #ffffff;
  text-align: left;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.25em;
}
@media (max-width: 767px) {
  .index .hero .content .wrapper h1,
.index.pricing .hero .content .wrapper h1,
.index .hero.ssl .content .wrapper h1 {
    font-size: 2em;
  }
}

.index .hero .content .wrapper p,
.index.pricing .hero .content .wrapper p,
.index .hero.ssl .content .wrapper p {
  font-size: 1.75em;
  font-weight: 300;
  margin: 0;
  color: #ffffff;
  text-align: left;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .index .hero .content .wrapper p,
.index.pricing .hero .content .wrapper p,
.index .hero.ssl .content .wrapper p {
    font-size: 1.33em;
  }
}

.index .hero.hero_default .content .wrapper h1 {
  font-size: 3em;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.25em;
}
@media (max-width: 767px) {
  .index .hero.hero_default .content .wrapper h1 {
    font-size: 2em;
  }
}

.index .hero.hero_default .content .wrapper h2 {
  font-size: 1.75em;
  font-weight: 300;
  margin: 0;
  color: #ffffff;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .index .hero.hero_default .content .wrapper h2 {
    font-size: 1.33em;
  }
}

.centered,
.txt-center {
  text-align: center;
}

.trailer {
  margin-bottom: 40px !important;
}
.trailer-small {
  margin-bottom: 30px !important;
}
.trailer-smaller {
  margin-bottom: 20px !important;
}
.trailer-smallest {
  margin-bottom: 10px !important;
}
.trailer-large {
  margin-bottom: 30px !important;
}
@media (min-width: 767px) {
  .trailer-large {
    margin-bottom: 50px !important;
  }
}
.trailer-larger {
  margin-bottom: 40px !important;
}
@media (min-width: 767px) {
  .trailer-larger {
    margin-bottom: 70px !important;
  }
}
.trailer-largest {
  margin-bottom: 50px !important;
}
@media (min-width: 767px) {
  .trailer-largest {
    margin-bottom: 100px !important;
  }
}

@font-face {
  font-family: "Hind";
  src: url("../fonts/Hind-Light.woff2") format("woff2"), url("../fonts/Hind-Light.woff") format("woff"), url("../fonts/Hind-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hind";
  src: url("../fonts/Hind-Bold.woff2") format("woff2"), url("../fonts/Hind-Bold.woff") format("woff"), url("../fonts/Hind-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hind";
  src: url("../fonts/Hind-Medium.woff2") format("woff2"), url("../fonts/Hind-Medium.woff") format("woff"), url("../fonts/Hind-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hind";
  src: url("../fonts/Hind-SemiBold.woff2") format("woff2"), url("../fonts/Hind-SemiBold.woff") format("woff"), url("../fonts/Hind-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hind";
  src: url("../fonts/Hind-Regular.woff2") format("woff2"), url("../fonts/Hind-Regular.woff") format("woff"), url("../fonts/Hind-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*#region Animations */
@-ms-keyframes swinging {
  0% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
@-moz-keyframes swinging {
  0% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
@-webkit-keyframes swinging {
  0% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
@-moz-keyframes swinging {
  0% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
.swing {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-animation: swinging 3.5s ease-in-out forwards infinite;
  animation: swinging 3.5s ease-in-out forwards infinite;
}

@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.spin {
  -webkit-animation-name: spin;
  -webkit-animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 4000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 4000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes colorchange {
  0% {
    color: #0573CB;
  }
  25% {
    color: #4972af;
  }
  50% {
    color: #0573CB;
  }
  100% {
    color: #4972af;
  }
}
.colorchange i {
  -webkit-animation: colorchange 5s infinite; /* Chrome, Safari, Opera */
  animation: colorchange 5s infinite;
}

@-ms-keyframes spinner {
  from {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
  }
}
@-moz-keyframes spinner {
  from {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
  }
}
@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
  }
}
@keyframes spinner {
  from {
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  to {
    -moz-transform: rotateY(-360deg);
    -ms-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
  }
}
.spin3d {
  -webkit-animation-name: spinner;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 6s;
  animation-name: spinner;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 6s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

@-ms-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-moz-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.scale {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-animation: scale 5s ease-in-out infinite alternate;
  animation: scale 5s ease-in-out infinite alternate;
}

/*#endregion */
/*#region Responsive Templates */
@media (max-width: 767px) {
  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/*#endregion */
/*#region Initial */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  display: block !important;
  margin: 0;
  padding: 0;
  height: 100%;
  color: #7a7a7a;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Hind", sans-serif;
  font-style: normal;
  font-weight: 400;
  background: #ffffff;
}

a {
  text-decoration: none;
  color: #0573CB;
  outline: none;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

button {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1 !important;
}

hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #d2d2d2;
}

label {
  font-weight: 400;
  margin: 0;
}

input[type=text], input[type=password], input[type=email], input[type=tel], textarea, select {
  display: block;
  height: 40px;
  width: 100%;
  margin: 0;
  background-color: #ffffff;
  border: none;
  border-radius: 4px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  color: #515152;
  font-weight: 400;
  outline: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  line-height: normal !important;
}
input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  font-weight: 300;
  color: #919191;
}
input[type=text]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=tel]:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
  font-weight: 300;
  color: #919191;
}
input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  font-weight: 300;
  color: #919191;
}
input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  font-weight: 300;
  color: #919191;
}
@media (min-width: 768px) {
  .table-hide-mob {
    display: table;
  }
}
@media (max-width: 767px) {
  .table-hide-mob {
    display: none;
  }
}

@media (min-width: 768px) {
  .table-show-mob {
    display: none;
  }
}
@media (max-width: 767px) {
  .table-show-mob {
    display: table;
  }
}

img.swingimage {
  position: relative;
  -webkit-transform-origin: 35% 0;
  transform-origin: 35% 0;
  -webkit-animation: swinging 3.5s ease-in-out forwards infinite;
  animation: swinging 3.5s ease-in-out forwards infinite;
}

.bg-grey {
  background: #f9f9f9;
}

:root {
  --truePX: 0.1rem;
  --unit: calc(var(--truePX) * 3);
}
@media (min-width: 767px) {
  :root {
    --unit: calc(var(--truePX) * 4);
  }
}
@media (min-width: 990px) {
  :root {
    --unit: calc(var(--truePX) * 5);
  }
}

.margin-0 {
  margin: calc(0 * calc(var(--truePX) * 5));
}

.r-margin-0 {
  margin: calc(0 * var(--unit));
}

.margin-left-0 {
  margin-left: calc(0 * calc(var(--truePX) * 5));
}

.margin-right-0 {
  margin-right: calc(0 * calc(var(--truePX) * 5));
}

.margin-top-0 {
  margin-top: calc(0 * calc(var(--truePX) * 5));
}

.margin-bottom-0 {
  margin-bottom: calc(0 * calc(var(--truePX) * 5));
}

.r-margin-left-0 {
  margin-left: calc(0 * var(--unit));
}

.r-margin-right-0 {
  margin-right: calc(0 * var(--unit));
}

.r-margin-top-0 {
  margin-top: calc(0 * var(--unit));
}

.r-margin-bottom-0 {
  margin-bottom: calc(0 * var(--unit));
}

.margin-5 {
  margin: calc(1 * calc(var(--truePX) * 5));
}

.r-margin-5 {
  margin: calc(1 * var(--unit));
}

.margin-left-5 {
  margin-left: calc(1 * calc(var(--truePX) * 5));
}

.margin-right-5 {
  margin-right: calc(1 * calc(var(--truePX) * 5));
}

.margin-top-5 {
  margin-top: calc(1 * calc(var(--truePX) * 5));
}

.margin-bottom-5 {
  margin-bottom: calc(1 * calc(var(--truePX) * 5));
}

.r-margin-left-5 {
  margin-left: calc(1 * var(--unit));
}

.r-margin-right-5 {
  margin-right: calc(1 * var(--unit));
}

.r-margin-top-5 {
  margin-top: calc(1 * var(--unit));
}

.r-margin-bottom-5 {
  margin-bottom: calc(1 * var(--unit));
}

.margin-10 {
  margin: calc(2 * calc(var(--truePX) * 5));
}

.r-margin-10 {
  margin: calc(2 * var(--unit));
}

.margin-left-10 {
  margin-left: calc(2 * calc(var(--truePX) * 5));
}

.margin-right-10 {
  margin-right: calc(2 * calc(var(--truePX) * 5));
}

.margin-top-10 {
  margin-top: calc(2 * calc(var(--truePX) * 5));
}

.margin-bottom-10 {
  margin-bottom: calc(2 * calc(var(--truePX) * 5));
}

.r-margin-left-10 {
  margin-left: calc(2 * var(--unit));
}

.r-margin-right-10 {
  margin-right: calc(2 * var(--unit));
}

.r-margin-top-10 {
  margin-top: calc(2 * var(--unit));
}

.r-margin-bottom-10 {
  margin-bottom: calc(2 * var(--unit));
}

.margin-15 {
  margin: calc(3 * calc(var(--truePX) * 5));
}

.r-margin-15 {
  margin: calc(3 * var(--unit));
}

.margin-left-15 {
  margin-left: calc(3 * calc(var(--truePX) * 5));
}

.margin-right-15 {
  margin-right: calc(3 * calc(var(--truePX) * 5));
}

.margin-top-15 {
  margin-top: calc(3 * calc(var(--truePX) * 5));
}

.margin-bottom-15 {
  margin-bottom: calc(3 * calc(var(--truePX) * 5));
}

.r-margin-left-15 {
  margin-left: calc(3 * var(--unit));
}

.r-margin-right-15 {
  margin-right: calc(3 * var(--unit));
}

.r-margin-top-15 {
  margin-top: calc(3 * var(--unit));
}

.r-margin-bottom-15 {
  margin-bottom: calc(3 * var(--unit));
}

.margin-20 {
  margin: calc(4 * calc(var(--truePX) * 5));
}

.r-margin-20 {
  margin: calc(4 * var(--unit));
}

.margin-left-20 {
  margin-left: calc(4 * calc(var(--truePX) * 5));
}

.margin-right-20 {
  margin-right: calc(4 * calc(var(--truePX) * 5));
}

.margin-top-20 {
  margin-top: calc(4 * calc(var(--truePX) * 5));
}

.margin-bottom-20 {
  margin-bottom: calc(4 * calc(var(--truePX) * 5));
}

.r-margin-left-20 {
  margin-left: calc(4 * var(--unit));
}

.r-margin-right-20 {
  margin-right: calc(4 * var(--unit));
}

.r-margin-top-20 {
  margin-top: calc(4 * var(--unit));
}

.r-margin-bottom-20 {
  margin-bottom: calc(4 * var(--unit));
}

.margin-25 {
  margin: calc(5 * calc(var(--truePX) * 5));
}

.r-margin-25 {
  margin: calc(5 * var(--unit));
}

.margin-left-25 {
  margin-left: calc(5 * calc(var(--truePX) * 5));
}

.margin-right-25 {
  margin-right: calc(5 * calc(var(--truePX) * 5));
}

.margin-top-25 {
  margin-top: calc(5 * calc(var(--truePX) * 5));
}

.margin-bottom-25 {
  margin-bottom: calc(5 * calc(var(--truePX) * 5));
}

.r-margin-left-25 {
  margin-left: calc(5 * var(--unit));
}

.r-margin-right-25 {
  margin-right: calc(5 * var(--unit));
}

.r-margin-top-25 {
  margin-top: calc(5 * var(--unit));
}

.r-margin-bottom-25 {
  margin-bottom: calc(5 * var(--unit));
}

.margin-30 {
  margin: calc(6 * calc(var(--truePX) * 5));
}

.r-margin-30 {
  margin: calc(6 * var(--unit));
}

.margin-left-30 {
  margin-left: calc(6 * calc(var(--truePX) * 5));
}

.margin-right-30 {
  margin-right: calc(6 * calc(var(--truePX) * 5));
}

.margin-top-30 {
  margin-top: calc(6 * calc(var(--truePX) * 5));
}

.margin-bottom-30 {
  margin-bottom: calc(6 * calc(var(--truePX) * 5));
}

.r-margin-left-30 {
  margin-left: calc(6 * var(--unit));
}

.r-margin-right-30 {
  margin-right: calc(6 * var(--unit));
}

.r-margin-top-30 {
  margin-top: calc(6 * var(--unit));
}

.r-margin-bottom-30 {
  margin-bottom: calc(6 * var(--unit));
}

.margin-35 {
  margin: calc(7 * calc(var(--truePX) * 5));
}

.r-margin-35 {
  margin: calc(7 * var(--unit));
}

.margin-left-35 {
  margin-left: calc(7 * calc(var(--truePX) * 5));
}

.margin-right-35 {
  margin-right: calc(7 * calc(var(--truePX) * 5));
}

.margin-top-35 {
  margin-top: calc(7 * calc(var(--truePX) * 5));
}

.margin-bottom-35 {
  margin-bottom: calc(7 * calc(var(--truePX) * 5));
}

.r-margin-left-35 {
  margin-left: calc(7 * var(--unit));
}

.r-margin-right-35 {
  margin-right: calc(7 * var(--unit));
}

.r-margin-top-35 {
  margin-top: calc(7 * var(--unit));
}

.r-margin-bottom-35 {
  margin-bottom: calc(7 * var(--unit));
}

.margin-40 {
  margin: calc(8 * calc(var(--truePX) * 5));
}

.r-margin-40 {
  margin: calc(8 * var(--unit));
}

.margin-left-40 {
  margin-left: calc(8 * calc(var(--truePX) * 5));
}

.margin-right-40 {
  margin-right: calc(8 * calc(var(--truePX) * 5));
}

.margin-top-40 {
  margin-top: calc(8 * calc(var(--truePX) * 5));
}

.margin-bottom-40 {
  margin-bottom: calc(8 * calc(var(--truePX) * 5));
}

.r-margin-left-40 {
  margin-left: calc(8 * var(--unit));
}

.r-margin-right-40 {
  margin-right: calc(8 * var(--unit));
}

.r-margin-top-40 {
  margin-top: calc(8 * var(--unit));
}

.r-margin-bottom-40 {
  margin-bottom: calc(8 * var(--unit));
}

.margin-45 {
  margin: calc(9 * calc(var(--truePX) * 5));
}

.r-margin-45 {
  margin: calc(9 * var(--unit));
}

.margin-left-45 {
  margin-left: calc(9 * calc(var(--truePX) * 5));
}

.margin-right-45 {
  margin-right: calc(9 * calc(var(--truePX) * 5));
}

.margin-top-45 {
  margin-top: calc(9 * calc(var(--truePX) * 5));
}

.margin-bottom-45 {
  margin-bottom: calc(9 * calc(var(--truePX) * 5));
}

.r-margin-left-45 {
  margin-left: calc(9 * var(--unit));
}

.r-margin-right-45 {
  margin-right: calc(9 * var(--unit));
}

.r-margin-top-45 {
  margin-top: calc(9 * var(--unit));
}

.r-margin-bottom-45 {
  margin-bottom: calc(9 * var(--unit));
}

.margin-50 {
  margin: calc(10 * calc(var(--truePX) * 5));
}

.r-margin-50 {
  margin: calc(10 * var(--unit));
}

.margin-left-50 {
  margin-left: calc(10 * calc(var(--truePX) * 5));
}

.margin-right-50 {
  margin-right: calc(10 * calc(var(--truePX) * 5));
}

.margin-top-50 {
  margin-top: calc(10 * calc(var(--truePX) * 5));
}

.margin-bottom-50 {
  margin-bottom: calc(10 * calc(var(--truePX) * 5));
}

.r-margin-left-50 {
  margin-left: calc(10 * var(--unit));
}

.r-margin-right-50 {
  margin-right: calc(10 * var(--unit));
}

.r-margin-top-50 {
  margin-top: calc(10 * var(--unit));
}

.r-margin-bottom-50 {
  margin-bottom: calc(10 * var(--unit));
}

.margin-55 {
  margin: calc(11 * calc(var(--truePX) * 5));
}

.r-margin-55 {
  margin: calc(11 * var(--unit));
}

.margin-left-55 {
  margin-left: calc(11 * calc(var(--truePX) * 5));
}

.margin-right-55 {
  margin-right: calc(11 * calc(var(--truePX) * 5));
}

.margin-top-55 {
  margin-top: calc(11 * calc(var(--truePX) * 5));
}

.margin-bottom-55 {
  margin-bottom: calc(11 * calc(var(--truePX) * 5));
}

.r-margin-left-55 {
  margin-left: calc(11 * var(--unit));
}

.r-margin-right-55 {
  margin-right: calc(11 * var(--unit));
}

.r-margin-top-55 {
  margin-top: calc(11 * var(--unit));
}

.r-margin-bottom-55 {
  margin-bottom: calc(11 * var(--unit));
}

.margin-60 {
  margin: calc(12 * calc(var(--truePX) * 5));
}

.r-margin-60 {
  margin: calc(12 * var(--unit));
}

.margin-left-60 {
  margin-left: calc(12 * calc(var(--truePX) * 5));
}

.margin-right-60 {
  margin-right: calc(12 * calc(var(--truePX) * 5));
}

.margin-top-60 {
  margin-top: calc(12 * calc(var(--truePX) * 5));
}

.margin-bottom-60 {
  margin-bottom: calc(12 * calc(var(--truePX) * 5));
}

.r-margin-left-60 {
  margin-left: calc(12 * var(--unit));
}

.r-margin-right-60 {
  margin-right: calc(12 * var(--unit));
}

.r-margin-top-60 {
  margin-top: calc(12 * var(--unit));
}

.r-margin-bottom-60 {
  margin-bottom: calc(12 * var(--unit));
}

.margin-65 {
  margin: calc(13 * calc(var(--truePX) * 5));
}

.r-margin-65 {
  margin: calc(13 * var(--unit));
}

.margin-left-65 {
  margin-left: calc(13 * calc(var(--truePX) * 5));
}

.margin-right-65 {
  margin-right: calc(13 * calc(var(--truePX) * 5));
}

.margin-top-65 {
  margin-top: calc(13 * calc(var(--truePX) * 5));
}

.margin-bottom-65 {
  margin-bottom: calc(13 * calc(var(--truePX) * 5));
}

.r-margin-left-65 {
  margin-left: calc(13 * var(--unit));
}

.r-margin-right-65 {
  margin-right: calc(13 * var(--unit));
}

.r-margin-top-65 {
  margin-top: calc(13 * var(--unit));
}

.r-margin-bottom-65 {
  margin-bottom: calc(13 * var(--unit));
}

.margin-70 {
  margin: calc(14 * calc(var(--truePX) * 5));
}

.r-margin-70 {
  margin: calc(14 * var(--unit));
}

.margin-left-70 {
  margin-left: calc(14 * calc(var(--truePX) * 5));
}

.margin-right-70 {
  margin-right: calc(14 * calc(var(--truePX) * 5));
}

.margin-top-70 {
  margin-top: calc(14 * calc(var(--truePX) * 5));
}

.margin-bottom-70 {
  margin-bottom: calc(14 * calc(var(--truePX) * 5));
}

.r-margin-left-70 {
  margin-left: calc(14 * var(--unit));
}

.r-margin-right-70 {
  margin-right: calc(14 * var(--unit));
}

.r-margin-top-70 {
  margin-top: calc(14 * var(--unit));
}

.r-margin-bottom-70 {
  margin-bottom: calc(14 * var(--unit));
}

.margin-75 {
  margin: calc(15 * calc(var(--truePX) * 5));
}

.r-margin-75 {
  margin: calc(15 * var(--unit));
}

.margin-left-75 {
  margin-left: calc(15 * calc(var(--truePX) * 5));
}

.margin-right-75 {
  margin-right: calc(15 * calc(var(--truePX) * 5));
}

.margin-top-75 {
  margin-top: calc(15 * calc(var(--truePX) * 5));
}

.margin-bottom-75 {
  margin-bottom: calc(15 * calc(var(--truePX) * 5));
}

.r-margin-left-75 {
  margin-left: calc(15 * var(--unit));
}

.r-margin-right-75 {
  margin-right: calc(15 * var(--unit));
}

.r-margin-top-75 {
  margin-top: calc(15 * var(--unit));
}

.r-margin-bottom-75 {
  margin-bottom: calc(15 * var(--unit));
}

.margin-80 {
  margin: calc(16 * calc(var(--truePX) * 5));
}

.r-margin-80 {
  margin: calc(16 * var(--unit));
}

.margin-left-80 {
  margin-left: calc(16 * calc(var(--truePX) * 5));
}

.margin-right-80 {
  margin-right: calc(16 * calc(var(--truePX) * 5));
}

.margin-top-80 {
  margin-top: calc(16 * calc(var(--truePX) * 5));
}

.margin-bottom-80 {
  margin-bottom: calc(16 * calc(var(--truePX) * 5));
}

.r-margin-left-80 {
  margin-left: calc(16 * var(--unit));
}

.r-margin-right-80 {
  margin-right: calc(16 * var(--unit));
}

.r-margin-top-80 {
  margin-top: calc(16 * var(--unit));
}

.r-margin-bottom-80 {
  margin-bottom: calc(16 * var(--unit));
}

.margin-85 {
  margin: calc(17 * calc(var(--truePX) * 5));
}

.r-margin-85 {
  margin: calc(17 * var(--unit));
}

.margin-left-85 {
  margin-left: calc(17 * calc(var(--truePX) * 5));
}

.margin-right-85 {
  margin-right: calc(17 * calc(var(--truePX) * 5));
}

.margin-top-85 {
  margin-top: calc(17 * calc(var(--truePX) * 5));
}

.margin-bottom-85 {
  margin-bottom: calc(17 * calc(var(--truePX) * 5));
}

.r-margin-left-85 {
  margin-left: calc(17 * var(--unit));
}

.r-margin-right-85 {
  margin-right: calc(17 * var(--unit));
}

.r-margin-top-85 {
  margin-top: calc(17 * var(--unit));
}

.r-margin-bottom-85 {
  margin-bottom: calc(17 * var(--unit));
}

.margin-90 {
  margin: calc(18 * calc(var(--truePX) * 5));
}

.r-margin-90 {
  margin: calc(18 * var(--unit));
}

.margin-left-90 {
  margin-left: calc(18 * calc(var(--truePX) * 5));
}

.margin-right-90 {
  margin-right: calc(18 * calc(var(--truePX) * 5));
}

.margin-top-90 {
  margin-top: calc(18 * calc(var(--truePX) * 5));
}

.margin-bottom-90 {
  margin-bottom: calc(18 * calc(var(--truePX) * 5));
}

.r-margin-left-90 {
  margin-left: calc(18 * var(--unit));
}

.r-margin-right-90 {
  margin-right: calc(18 * var(--unit));
}

.r-margin-top-90 {
  margin-top: calc(18 * var(--unit));
}

.r-margin-bottom-90 {
  margin-bottom: calc(18 * var(--unit));
}

.margin-95 {
  margin: calc(19 * calc(var(--truePX) * 5));
}

.r-margin-95 {
  margin: calc(19 * var(--unit));
}

.margin-left-95 {
  margin-left: calc(19 * calc(var(--truePX) * 5));
}

.margin-right-95 {
  margin-right: calc(19 * calc(var(--truePX) * 5));
}

.margin-top-95 {
  margin-top: calc(19 * calc(var(--truePX) * 5));
}

.margin-bottom-95 {
  margin-bottom: calc(19 * calc(var(--truePX) * 5));
}

.r-margin-left-95 {
  margin-left: calc(19 * var(--unit));
}

.r-margin-right-95 {
  margin-right: calc(19 * var(--unit));
}

.r-margin-top-95 {
  margin-top: calc(19 * var(--unit));
}

.r-margin-bottom-95 {
  margin-bottom: calc(19 * var(--unit));
}

.margin-100 {
  margin: calc(20 * calc(var(--truePX) * 5));
}

.r-margin-100 {
  margin: calc(20 * var(--unit));
}

.margin-left-100 {
  margin-left: calc(20 * calc(var(--truePX) * 5));
}

.margin-right-100 {
  margin-right: calc(20 * calc(var(--truePX) * 5));
}

.margin-top-100 {
  margin-top: calc(20 * calc(var(--truePX) * 5));
}

.margin-bottom-100 {
  margin-bottom: calc(20 * calc(var(--truePX) * 5));
}

.r-margin-left-100 {
  margin-left: calc(20 * var(--unit));
}

.r-margin-right-100 {
  margin-right: calc(20 * var(--unit));
}

.r-margin-top-100 {
  margin-top: calc(20 * var(--unit));
}

.r-margin-bottom-100 {
  margin-bottom: calc(20 * var(--unit));
}

.padding-0 {
  padding: calc(0 * calc(var(--truePX) * 5));
}

.r-padding-0 {
  padding: calc(0 * var(--unit));
}

.padding-left-0 {
  padding-left: calc(0 * calc(var(--truePX) * 5));
}

.padding-right-0 {
  padding-right: calc(0 * calc(var(--truePX) * 5));
}

.padding-top-0 {
  padding-top: calc(0 * calc(var(--truePX) * 5));
}

.padding-bottom-0 {
  padding-bottom: calc(0 * calc(var(--truePX) * 5));
}

.r-padding-left-0 {
  padding-left: calc(0 * var(--unit));
}

.r-padding-right-0 {
  padding-right: calc(0 * var(--unit));
}

.r-padding-top-0 {
  padding-top: calc(0 * var(--unit));
}

.r-padding-bottom-0 {
  padding-bottom: calc(0 * var(--unit));
}

.padding-5 {
  padding: calc(1 * calc(var(--truePX) * 5));
}

.r-padding-5 {
  padding: calc(1 * var(--unit));
}

.padding-left-5 {
  padding-left: calc(1 * calc(var(--truePX) * 5));
}

.padding-right-5 {
  padding-right: calc(1 * calc(var(--truePX) * 5));
}

.padding-top-5 {
  padding-top: calc(1 * calc(var(--truePX) * 5));
}

.padding-bottom-5 {
  padding-bottom: calc(1 * calc(var(--truePX) * 5));
}

.r-padding-left-5 {
  padding-left: calc(1 * var(--unit));
}

.r-padding-right-5 {
  padding-right: calc(1 * var(--unit));
}

.r-padding-top-5 {
  padding-top: calc(1 * var(--unit));
}

.r-padding-bottom-5 {
  padding-bottom: calc(1 * var(--unit));
}

.padding-10 {
  padding: calc(2 * calc(var(--truePX) * 5));
}

.r-padding-10 {
  padding: calc(2 * var(--unit));
}

.padding-left-10 {
  padding-left: calc(2 * calc(var(--truePX) * 5));
}

.padding-right-10 {
  padding-right: calc(2 * calc(var(--truePX) * 5));
}

.padding-top-10 {
  padding-top: calc(2 * calc(var(--truePX) * 5));
}

.padding-bottom-10 {
  padding-bottom: calc(2 * calc(var(--truePX) * 5));
}

.r-padding-left-10 {
  padding-left: calc(2 * var(--unit));
}

.r-padding-right-10 {
  padding-right: calc(2 * var(--unit));
}

.r-padding-top-10 {
  padding-top: calc(2 * var(--unit));
}

.r-padding-bottom-10 {
  padding-bottom: calc(2 * var(--unit));
}

.padding-15 {
  padding: calc(3 * calc(var(--truePX) * 5));
}

.r-padding-15 {
  padding: calc(3 * var(--unit));
}

.padding-left-15 {
  padding-left: calc(3 * calc(var(--truePX) * 5));
}

.padding-right-15 {
  padding-right: calc(3 * calc(var(--truePX) * 5));
}

.padding-top-15 {
  padding-top: calc(3 * calc(var(--truePX) * 5));
}

.padding-bottom-15 {
  padding-bottom: calc(3 * calc(var(--truePX) * 5));
}

.r-padding-left-15 {
  padding-left: calc(3 * var(--unit));
}

.r-padding-right-15 {
  padding-right: calc(3 * var(--unit));
}

.r-padding-top-15 {
  padding-top: calc(3 * var(--unit));
}

.r-padding-bottom-15 {
  padding-bottom: calc(3 * var(--unit));
}

.padding-20 {
  padding: calc(4 * calc(var(--truePX) * 5));
}

.r-padding-20 {
  padding: calc(4 * var(--unit));
}

.padding-left-20 {
  padding-left: calc(4 * calc(var(--truePX) * 5));
}

.padding-right-20 {
  padding-right: calc(4 * calc(var(--truePX) * 5));
}

.padding-top-20 {
  padding-top: calc(4 * calc(var(--truePX) * 5));
}

.padding-bottom-20 {
  padding-bottom: calc(4 * calc(var(--truePX) * 5));
}

.r-padding-left-20 {
  padding-left: calc(4 * var(--unit));
}

.r-padding-right-20 {
  padding-right: calc(4 * var(--unit));
}

.r-padding-top-20 {
  padding-top: calc(4 * var(--unit));
}

.r-padding-bottom-20 {
  padding-bottom: calc(4 * var(--unit));
}

.padding-25 {
  padding: calc(5 * calc(var(--truePX) * 5));
}

.r-padding-25 {
  padding: calc(5 * var(--unit));
}

.padding-left-25 {
  padding-left: calc(5 * calc(var(--truePX) * 5));
}

.padding-right-25 {
  padding-right: calc(5 * calc(var(--truePX) * 5));
}

.padding-top-25 {
  padding-top: calc(5 * calc(var(--truePX) * 5));
}

.padding-bottom-25 {
  padding-bottom: calc(5 * calc(var(--truePX) * 5));
}

.r-padding-left-25 {
  padding-left: calc(5 * var(--unit));
}

.r-padding-right-25 {
  padding-right: calc(5 * var(--unit));
}

.r-padding-top-25 {
  padding-top: calc(5 * var(--unit));
}

.r-padding-bottom-25 {
  padding-bottom: calc(5 * var(--unit));
}

.padding-30 {
  padding: calc(6 * calc(var(--truePX) * 5));
}

.r-padding-30 {
  padding: calc(6 * var(--unit));
}

.padding-left-30 {
  padding-left: calc(6 * calc(var(--truePX) * 5));
}

.padding-right-30 {
  padding-right: calc(6 * calc(var(--truePX) * 5));
}

.padding-top-30 {
  padding-top: calc(6 * calc(var(--truePX) * 5));
}

.padding-bottom-30 {
  padding-bottom: calc(6 * calc(var(--truePX) * 5));
}

.r-padding-left-30 {
  padding-left: calc(6 * var(--unit));
}

.r-padding-right-30 {
  padding-right: calc(6 * var(--unit));
}

.r-padding-top-30 {
  padding-top: calc(6 * var(--unit));
}

.r-padding-bottom-30 {
  padding-bottom: calc(6 * var(--unit));
}

.padding-35 {
  padding: calc(7 * calc(var(--truePX) * 5));
}

.r-padding-35 {
  padding: calc(7 * var(--unit));
}

.padding-left-35 {
  padding-left: calc(7 * calc(var(--truePX) * 5));
}

.padding-right-35 {
  padding-right: calc(7 * calc(var(--truePX) * 5));
}

.padding-top-35 {
  padding-top: calc(7 * calc(var(--truePX) * 5));
}

.padding-bottom-35 {
  padding-bottom: calc(7 * calc(var(--truePX) * 5));
}

.r-padding-left-35 {
  padding-left: calc(7 * var(--unit));
}

.r-padding-right-35 {
  padding-right: calc(7 * var(--unit));
}

.r-padding-top-35 {
  padding-top: calc(7 * var(--unit));
}

.r-padding-bottom-35 {
  padding-bottom: calc(7 * var(--unit));
}

.padding-40 {
  padding: calc(8 * calc(var(--truePX) * 5));
}

.r-padding-40 {
  padding: calc(8 * var(--unit));
}

.padding-left-40 {
  padding-left: calc(8 * calc(var(--truePX) * 5));
}

.padding-right-40 {
  padding-right: calc(8 * calc(var(--truePX) * 5));
}

.padding-top-40 {
  padding-top: calc(8 * calc(var(--truePX) * 5));
}

.padding-bottom-40 {
  padding-bottom: calc(8 * calc(var(--truePX) * 5));
}

.r-padding-left-40 {
  padding-left: calc(8 * var(--unit));
}

.r-padding-right-40 {
  padding-right: calc(8 * var(--unit));
}

.r-padding-top-40 {
  padding-top: calc(8 * var(--unit));
}

.r-padding-bottom-40 {
  padding-bottom: calc(8 * var(--unit));
}

.padding-45 {
  padding: calc(9 * calc(var(--truePX) * 5));
}

.r-padding-45 {
  padding: calc(9 * var(--unit));
}

.padding-left-45 {
  padding-left: calc(9 * calc(var(--truePX) * 5));
}

.padding-right-45 {
  padding-right: calc(9 * calc(var(--truePX) * 5));
}

.padding-top-45 {
  padding-top: calc(9 * calc(var(--truePX) * 5));
}

.padding-bottom-45 {
  padding-bottom: calc(9 * calc(var(--truePX) * 5));
}

.r-padding-left-45 {
  padding-left: calc(9 * var(--unit));
}

.r-padding-right-45 {
  padding-right: calc(9 * var(--unit));
}

.r-padding-top-45 {
  padding-top: calc(9 * var(--unit));
}

.r-padding-bottom-45 {
  padding-bottom: calc(9 * var(--unit));
}

.padding-50 {
  padding: calc(10 * calc(var(--truePX) * 5));
}

.r-padding-50 {
  padding: calc(10 * var(--unit));
}

.padding-left-50 {
  padding-left: calc(10 * calc(var(--truePX) * 5));
}

.padding-right-50 {
  padding-right: calc(10 * calc(var(--truePX) * 5));
}

.padding-top-50 {
  padding-top: calc(10 * calc(var(--truePX) * 5));
}

.padding-bottom-50 {
  padding-bottom: calc(10 * calc(var(--truePX) * 5));
}

.r-padding-left-50 {
  padding-left: calc(10 * var(--unit));
}

.r-padding-right-50 {
  padding-right: calc(10 * var(--unit));
}

.r-padding-top-50 {
  padding-top: calc(10 * var(--unit));
}

.r-padding-bottom-50 {
  padding-bottom: calc(10 * var(--unit));
}

.padding-55 {
  padding: calc(11 * calc(var(--truePX) * 5));
}

.r-padding-55 {
  padding: calc(11 * var(--unit));
}

.padding-left-55 {
  padding-left: calc(11 * calc(var(--truePX) * 5));
}

.padding-right-55 {
  padding-right: calc(11 * calc(var(--truePX) * 5));
}

.padding-top-55 {
  padding-top: calc(11 * calc(var(--truePX) * 5));
}

.padding-bottom-55 {
  padding-bottom: calc(11 * calc(var(--truePX) * 5));
}

.r-padding-left-55 {
  padding-left: calc(11 * var(--unit));
}

.r-padding-right-55 {
  padding-right: calc(11 * var(--unit));
}

.r-padding-top-55 {
  padding-top: calc(11 * var(--unit));
}

.r-padding-bottom-55 {
  padding-bottom: calc(11 * var(--unit));
}

.padding-60 {
  padding: calc(12 * calc(var(--truePX) * 5));
}

.r-padding-60 {
  padding: calc(12 * var(--unit));
}

.padding-left-60 {
  padding-left: calc(12 * calc(var(--truePX) * 5));
}

.padding-right-60 {
  padding-right: calc(12 * calc(var(--truePX) * 5));
}

.padding-top-60 {
  padding-top: calc(12 * calc(var(--truePX) * 5));
}

.padding-bottom-60 {
  padding-bottom: calc(12 * calc(var(--truePX) * 5));
}

.r-padding-left-60 {
  padding-left: calc(12 * var(--unit));
}

.r-padding-right-60 {
  padding-right: calc(12 * var(--unit));
}

.r-padding-top-60 {
  padding-top: calc(12 * var(--unit));
}

.r-padding-bottom-60 {
  padding-bottom: calc(12 * var(--unit));
}

.padding-65 {
  padding: calc(13 * calc(var(--truePX) * 5));
}

.r-padding-65 {
  padding: calc(13 * var(--unit));
}

.padding-left-65 {
  padding-left: calc(13 * calc(var(--truePX) * 5));
}

.padding-right-65 {
  padding-right: calc(13 * calc(var(--truePX) * 5));
}

.padding-top-65 {
  padding-top: calc(13 * calc(var(--truePX) * 5));
}

.padding-bottom-65 {
  padding-bottom: calc(13 * calc(var(--truePX) * 5));
}

.r-padding-left-65 {
  padding-left: calc(13 * var(--unit));
}

.r-padding-right-65 {
  padding-right: calc(13 * var(--unit));
}

.r-padding-top-65 {
  padding-top: calc(13 * var(--unit));
}

.r-padding-bottom-65 {
  padding-bottom: calc(13 * var(--unit));
}

.padding-70 {
  padding: calc(14 * calc(var(--truePX) * 5));
}

.r-padding-70 {
  padding: calc(14 * var(--unit));
}

.padding-left-70 {
  padding-left: calc(14 * calc(var(--truePX) * 5));
}

.padding-right-70 {
  padding-right: calc(14 * calc(var(--truePX) * 5));
}

.padding-top-70 {
  padding-top: calc(14 * calc(var(--truePX) * 5));
}

.padding-bottom-70 {
  padding-bottom: calc(14 * calc(var(--truePX) * 5));
}

.r-padding-left-70 {
  padding-left: calc(14 * var(--unit));
}

.r-padding-right-70 {
  padding-right: calc(14 * var(--unit));
}

.r-padding-top-70 {
  padding-top: calc(14 * var(--unit));
}

.r-padding-bottom-70 {
  padding-bottom: calc(14 * var(--unit));
}

.padding-75 {
  padding: calc(15 * calc(var(--truePX) * 5));
}

.r-padding-75 {
  padding: calc(15 * var(--unit));
}

.padding-left-75 {
  padding-left: calc(15 * calc(var(--truePX) * 5));
}

.padding-right-75 {
  padding-right: calc(15 * calc(var(--truePX) * 5));
}

.padding-top-75 {
  padding-top: calc(15 * calc(var(--truePX) * 5));
}

.padding-bottom-75 {
  padding-bottom: calc(15 * calc(var(--truePX) * 5));
}

.r-padding-left-75 {
  padding-left: calc(15 * var(--unit));
}

.r-padding-right-75 {
  padding-right: calc(15 * var(--unit));
}

.r-padding-top-75 {
  padding-top: calc(15 * var(--unit));
}

.r-padding-bottom-75 {
  padding-bottom: calc(15 * var(--unit));
}

.padding-80 {
  padding: calc(16 * calc(var(--truePX) * 5));
}

.r-padding-80 {
  padding: calc(16 * var(--unit));
}

.padding-left-80 {
  padding-left: calc(16 * calc(var(--truePX) * 5));
}

.padding-right-80 {
  padding-right: calc(16 * calc(var(--truePX) * 5));
}

.padding-top-80 {
  padding-top: calc(16 * calc(var(--truePX) * 5));
}

.padding-bottom-80 {
  padding-bottom: calc(16 * calc(var(--truePX) * 5));
}

.r-padding-left-80 {
  padding-left: calc(16 * var(--unit));
}

.r-padding-right-80 {
  padding-right: calc(16 * var(--unit));
}

.r-padding-top-80 {
  padding-top: calc(16 * var(--unit));
}

.r-padding-bottom-80 {
  padding-bottom: calc(16 * var(--unit));
}

.padding-85 {
  padding: calc(17 * calc(var(--truePX) * 5));
}

.r-padding-85 {
  padding: calc(17 * var(--unit));
}

.padding-left-85 {
  padding-left: calc(17 * calc(var(--truePX) * 5));
}

.padding-right-85 {
  padding-right: calc(17 * calc(var(--truePX) * 5));
}

.padding-top-85 {
  padding-top: calc(17 * calc(var(--truePX) * 5));
}

.padding-bottom-85 {
  padding-bottom: calc(17 * calc(var(--truePX) * 5));
}

.r-padding-left-85 {
  padding-left: calc(17 * var(--unit));
}

.r-padding-right-85 {
  padding-right: calc(17 * var(--unit));
}

.r-padding-top-85 {
  padding-top: calc(17 * var(--unit));
}

.r-padding-bottom-85 {
  padding-bottom: calc(17 * var(--unit));
}

.padding-90 {
  padding: calc(18 * calc(var(--truePX) * 5));
}

.r-padding-90 {
  padding: calc(18 * var(--unit));
}

.padding-left-90 {
  padding-left: calc(18 * calc(var(--truePX) * 5));
}

.padding-right-90 {
  padding-right: calc(18 * calc(var(--truePX) * 5));
}

.padding-top-90 {
  padding-top: calc(18 * calc(var(--truePX) * 5));
}

.padding-bottom-90 {
  padding-bottom: calc(18 * calc(var(--truePX) * 5));
}

.r-padding-left-90 {
  padding-left: calc(18 * var(--unit));
}

.r-padding-right-90 {
  padding-right: calc(18 * var(--unit));
}

.r-padding-top-90 {
  padding-top: calc(18 * var(--unit));
}

.r-padding-bottom-90 {
  padding-bottom: calc(18 * var(--unit));
}

.padding-95 {
  padding: calc(19 * calc(var(--truePX) * 5));
}

.r-padding-95 {
  padding: calc(19 * var(--unit));
}

.padding-left-95 {
  padding-left: calc(19 * calc(var(--truePX) * 5));
}

.padding-right-95 {
  padding-right: calc(19 * calc(var(--truePX) * 5));
}

.padding-top-95 {
  padding-top: calc(19 * calc(var(--truePX) * 5));
}

.padding-bottom-95 {
  padding-bottom: calc(19 * calc(var(--truePX) * 5));
}

.r-padding-left-95 {
  padding-left: calc(19 * var(--unit));
}

.r-padding-right-95 {
  padding-right: calc(19 * var(--unit));
}

.r-padding-top-95 {
  padding-top: calc(19 * var(--unit));
}

.r-padding-bottom-95 {
  padding-bottom: calc(19 * var(--unit));
}

.padding-100 {
  padding: calc(20 * calc(var(--truePX) * 5));
}

.r-padding-100 {
  padding: calc(20 * var(--unit));
}

.padding-left-100 {
  padding-left: calc(20 * calc(var(--truePX) * 5));
}

.padding-right-100 {
  padding-right: calc(20 * calc(var(--truePX) * 5));
}

.padding-top-100 {
  padding-top: calc(20 * calc(var(--truePX) * 5));
}

.padding-bottom-100 {
  padding-bottom: calc(20 * calc(var(--truePX) * 5));
}

.r-padding-left-100 {
  padding-left: calc(20 * var(--unit));
}

.r-padding-right-100 {
  padding-right: calc(20 * var(--unit));
}

.r-padding-top-100 {
  padding-top: calc(20 * var(--unit));
}

.r-padding-bottom-100 {
  padding-bottom: calc(20 * var(--unit));
}

.rounded-0 {
  border-radius: calc(0 * 5px);
}

.rounded-top-left-0 {
  border-top-left-radius: calc(0 * 5px);
}

.rounded-top-right-0 {
  border-top-right-radius: calc(0 * 5px);
}

.rounded-bottom-left-0 {
  border-bottom-left-radius: calc(0 * 5px);
}

.rounded-bottom-right-0 {
  border-bottom-right-radius: calc(0 * 5px);
}

.rounded-5 {
  border-radius: calc(1 * 5px);
}

.rounded-top-left-5 {
  border-top-left-radius: calc(1 * 5px);
}

.rounded-top-right-5 {
  border-top-right-radius: calc(1 * 5px);
}

.rounded-bottom-left-5 {
  border-bottom-left-radius: calc(1 * 5px);
}

.rounded-bottom-right-5 {
  border-bottom-right-radius: calc(1 * 5px);
}

.rounded-10 {
  border-radius: calc(2 * 5px);
}

.rounded-top-left-10 {
  border-top-left-radius: calc(2 * 5px);
}

.rounded-top-right-10 {
  border-top-right-radius: calc(2 * 5px);
}

.rounded-bottom-left-10 {
  border-bottom-left-radius: calc(2 * 5px);
}

.rounded-bottom-right-10 {
  border-bottom-right-radius: calc(2 * 5px);
}

.rounded-15 {
  border-radius: calc(3 * 5px);
}

.rounded-top-left-15 {
  border-top-left-radius: calc(3 * 5px);
}

.rounded-top-right-15 {
  border-top-right-radius: calc(3 * 5px);
}

.rounded-bottom-left-15 {
  border-bottom-left-radius: calc(3 * 5px);
}

.rounded-bottom-right-15 {
  border-bottom-right-radius: calc(3 * 5px);
}

.rounded-20 {
  border-radius: calc(4 * 5px);
}

.rounded-top-left-20 {
  border-top-left-radius: calc(4 * 5px);
}

.rounded-top-right-20 {
  border-top-right-radius: calc(4 * 5px);
}

.rounded-bottom-left-20 {
  border-bottom-left-radius: calc(4 * 5px);
}

.rounded-bottom-right-20 {
  border-bottom-right-radius: calc(4 * 5px);
}

.rounded-25 {
  border-radius: calc(5 * 5px);
}

.rounded-top-left-25 {
  border-top-left-radius: calc(5 * 5px);
}

.rounded-top-right-25 {
  border-top-right-radius: calc(5 * 5px);
}

.rounded-bottom-left-25 {
  border-bottom-left-radius: calc(5 * 5px);
}

.rounded-bottom-right-25 {
  border-bottom-right-radius: calc(5 * 5px);
}

.rounded-30 {
  border-radius: calc(6 * 5px);
}

.rounded-top-left-30 {
  border-top-left-radius: calc(6 * 5px);
}

.rounded-top-right-30 {
  border-top-right-radius: calc(6 * 5px);
}

.rounded-bottom-left-30 {
  border-bottom-left-radius: calc(6 * 5px);
}

.rounded-bottom-right-30 {
  border-bottom-right-radius: calc(6 * 5px);
}

.rounded-35 {
  border-radius: calc(7 * 5px);
}

.rounded-top-left-35 {
  border-top-left-radius: calc(7 * 5px);
}

.rounded-top-right-35 {
  border-top-right-radius: calc(7 * 5px);
}

.rounded-bottom-left-35 {
  border-bottom-left-radius: calc(7 * 5px);
}

.rounded-bottom-right-35 {
  border-bottom-right-radius: calc(7 * 5px);
}

.rounded-40 {
  border-radius: calc(8 * 5px);
}

.rounded-top-left-40 {
  border-top-left-radius: calc(8 * 5px);
}

.rounded-top-right-40 {
  border-top-right-radius: calc(8 * 5px);
}

.rounded-bottom-left-40 {
  border-bottom-left-radius: calc(8 * 5px);
}

.rounded-bottom-right-40 {
  border-bottom-right-radius: calc(8 * 5px);
}

.rounded-45 {
  border-radius: calc(9 * 5px);
}

.rounded-top-left-45 {
  border-top-left-radius: calc(9 * 5px);
}

.rounded-top-right-45 {
  border-top-right-radius: calc(9 * 5px);
}

.rounded-bottom-left-45 {
  border-bottom-left-radius: calc(9 * 5px);
}

.rounded-bottom-right-45 {
  border-bottom-right-radius: calc(9 * 5px);
}

.rounded-50 {
  border-radius: calc(10 * 5px);
}

.rounded-top-left-50 {
  border-top-left-radius: calc(10 * 5px);
}

.rounded-top-right-50 {
  border-top-right-radius: calc(10 * 5px);
}

.rounded-bottom-left-50 {
  border-bottom-left-radius: calc(10 * 5px);
}

.rounded-bottom-right-50 {
  border-bottom-right-radius: calc(10 * 5px);
}

.rounded-55 {
  border-radius: calc(11 * 5px);
}

.rounded-top-left-55 {
  border-top-left-radius: calc(11 * 5px);
}

.rounded-top-right-55 {
  border-top-right-radius: calc(11 * 5px);
}

.rounded-bottom-left-55 {
  border-bottom-left-radius: calc(11 * 5px);
}

.rounded-bottom-right-55 {
  border-bottom-right-radius: calc(11 * 5px);
}

.rounded-60 {
  border-radius: calc(12 * 5px);
}

.rounded-top-left-60 {
  border-top-left-radius: calc(12 * 5px);
}

.rounded-top-right-60 {
  border-top-right-radius: calc(12 * 5px);
}

.rounded-bottom-left-60 {
  border-bottom-left-radius: calc(12 * 5px);
}

.rounded-bottom-right-60 {
  border-bottom-right-radius: calc(12 * 5px);
}

.rounded-65 {
  border-radius: calc(13 * 5px);
}

.rounded-top-left-65 {
  border-top-left-radius: calc(13 * 5px);
}

.rounded-top-right-65 {
  border-top-right-radius: calc(13 * 5px);
}

.rounded-bottom-left-65 {
  border-bottom-left-radius: calc(13 * 5px);
}

.rounded-bottom-right-65 {
  border-bottom-right-radius: calc(13 * 5px);
}

.rounded-70 {
  border-radius: calc(14 * 5px);
}

.rounded-top-left-70 {
  border-top-left-radius: calc(14 * 5px);
}

.rounded-top-right-70 {
  border-top-right-radius: calc(14 * 5px);
}

.rounded-bottom-left-70 {
  border-bottom-left-radius: calc(14 * 5px);
}

.rounded-bottom-right-70 {
  border-bottom-right-radius: calc(14 * 5px);
}

.rounded-75 {
  border-radius: calc(15 * 5px);
}

.rounded-top-left-75 {
  border-top-left-radius: calc(15 * 5px);
}

.rounded-top-right-75 {
  border-top-right-radius: calc(15 * 5px);
}

.rounded-bottom-left-75 {
  border-bottom-left-radius: calc(15 * 5px);
}

.rounded-bottom-right-75 {
  border-bottom-right-radius: calc(15 * 5px);
}

.rounded-80 {
  border-radius: calc(16 * 5px);
}

.rounded-top-left-80 {
  border-top-left-radius: calc(16 * 5px);
}

.rounded-top-right-80 {
  border-top-right-radius: calc(16 * 5px);
}

.rounded-bottom-left-80 {
  border-bottom-left-radius: calc(16 * 5px);
}

.rounded-bottom-right-80 {
  border-bottom-right-radius: calc(16 * 5px);
}

.rounded-85 {
  border-radius: calc(17 * 5px);
}

.rounded-top-left-85 {
  border-top-left-radius: calc(17 * 5px);
}

.rounded-top-right-85 {
  border-top-right-radius: calc(17 * 5px);
}

.rounded-bottom-left-85 {
  border-bottom-left-radius: calc(17 * 5px);
}

.rounded-bottom-right-85 {
  border-bottom-right-radius: calc(17 * 5px);
}

.rounded-90 {
  border-radius: calc(18 * 5px);
}

.rounded-top-left-90 {
  border-top-left-radius: calc(18 * 5px);
}

.rounded-top-right-90 {
  border-top-right-radius: calc(18 * 5px);
}

.rounded-bottom-left-90 {
  border-bottom-left-radius: calc(18 * 5px);
}

.rounded-bottom-right-90 {
  border-bottom-right-radius: calc(18 * 5px);
}

.rounded-95 {
  border-radius: calc(19 * 5px);
}

.rounded-top-left-95 {
  border-top-left-radius: calc(19 * 5px);
}

.rounded-top-right-95 {
  border-top-right-radius: calc(19 * 5px);
}

.rounded-bottom-left-95 {
  border-bottom-left-radius: calc(19 * 5px);
}

.rounded-bottom-right-95 {
  border-bottom-right-radius: calc(19 * 5px);
}

.rounded-100 {
  border-radius: calc(20 * 5px);
}

.rounded-top-left-100 {
  border-top-left-radius: calc(20 * 5px);
}

.rounded-top-right-100 {
  border-top-right-radius: calc(20 * 5px);
}

.rounded-bottom-left-100 {
  border-bottom-left-radius: calc(20 * 5px);
}

.rounded-bottom-right-100 {
  border-bottom-right-radius: calc(20 * 5px);
}

.round {
  border-radius: 100%;
}

.btn, .plancompare_columns_column_button, .plancompare_tabs_button,
.plancompare_columns_column .btn {
  display: inline-block;
  vertical-align: middle;
  height: 45px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 45px;
  text-align: center;
  padding: 0 35px;
  background-color: #0573CB;
  border: none;
  color: #ffffff;
  border-radius: 4px;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.btn:hover, .plancompare_columns_column_button:hover, .plancompare_tabs_button:hover {
  color: #ffffff;
  background-color: #045fa8;
  text-decoration: none;
}
.btn.outline, .outline.plancompare_columns_column_button, .outline.plancompare_tabs_button {
  background: white;
  color: #0573CB !important;
  border: 2px solid #0573CB;
}
.btn.outline:hover, .outline.plancompare_columns_column_button:hover, .outline.plancompare_tabs_button:hover {
  background: #0573CB;
  color: white !important;
}
.btn.big, .big.plancompare_columns_column_button, .big.plancompare_tabs_button {
  height: 63px;
  line-height: 63px;
  font-size: 17px;
  padding: 0 100px;
}
.btn.wide, .wide.plancompare_columns_column_button, .wide.plancompare_tabs_button {
  padding: 0 60px;
}
.btn.green, .green.plancompare_columns_column_button, .green.plancompare_tabs_button {
  color: black !important;
  background-color: #B0D631 !important;
}
.btn.green:hover, .green.plancompare_columns_column_button:hover, .green.plancompare_tabs_button:hover {
  color: black !important;
  background-color: #9ec227 !important;
}
.btn.white, .white.plancompare_columns_column_button, .white.plancompare_tabs_button {
  color: #557eb6 !important;
  background-color: #ffffff !important;
}
.btn.white:hover, .white.plancompare_columns_column_button:hover, .white.plancompare_tabs_button:hover {
  color: #ffffff !important;
  background-color: #0573CB !important;
}
.btn.blue, .blue.plancompare_columns_column_button, .blue.plancompare_tabs_button {
  color: #ffffff !important;
}
.btn.blue:hover, .blue.plancompare_columns_column_button:hover, .blue.plancompare_tabs_button:hover {
  color: #ffffff !important;
}
.btn.trans, .trans.plancompare_columns_column_button, .trans.plancompare_tabs_button {
  color: #d2d2d2;
  background-color: transparent;
  border: 1px solid #d2d2d2;
}
.btn.trans:hover, .trans.plancompare_columns_column_button:hover, .trans.plancompare_tabs_button:hover {
  color: #ffffff;
  background-color: #1a2833;
}
.btn.prew, .prew.plancompare_columns_column_button, .prew.plancompare_tabs_button {
  width: 64px;
  opacity: 0.31;
  border: 1px solid #979797 !important;
  color: #979797 !important;
  border-radius: 4px;
  background-color: #ffffff !important;
  text-align: center;
}
@media (max-width: 991px) {
  .btn.prew, .prew.plancompare_columns_column_button, .prew.plancompare_tabs_button {
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
.btn.prew i, .prew.plancompare_columns_column_button i, .prew.plancompare_tabs_button i {
  color: #a3a3a3;
  font-size: 30px;
  font-weight: 500;
  text-indent: -5px;
}
.btn.prew:hover, .prew.plancompare_columns_column_button:hover, .prew.plancompare_tabs_button:hover {
  border: 1px solid #203e56 !important;
}
.btn.prew:hover i, .prew.plancompare_columns_column_button:hover i, .prew.plancompare_tabs_button:hover i {
  color: #203e56 !important;
}

.btn.disabled, .disabled.plancompare_columns_column_button, .disabled.plancompare_tabs_button, .btn[disabled], [disabled].plancompare_columns_column_button, [disabled].plancompare_tabs_button, fieldset[disabled] {
  background-color: #dddddd !important;
}

body > .main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.main-header .navbar {
  margin: 0;
}
@media (min-width: 767px) {
  .main-header .navbar .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .main-header .navbar {
    height: 60px;
    min-height: 60px;
  }
}
.main-header .header-wrapper {
  /**
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
   */
}

@media (max-width: 767px) {
  .main-header .header-wrapper {
    border: none;
  }
}
.main-header .sticky .header-wrapper {
  border: none;
}

.main-header .navbar-default {
  background-color: #102621;
  position: absolute;
  border: none;
  padding: 0;
}

.main-header .navbar-default .navbar-nav li.active a {
  color: #bcf11d;
  opacity: 1;
}

/*.main-header .navbar-default .navbar-nav li.active a:after {*/
/*    position: absolute;*/
/*    bottom: -3px;*/
/*    left: 50%;*/
/*    margin-left: -3px;*/
/*    content: "";*/
/*    display: block;*/
/*    width: 5px;*/
/*    height: 5px;*/
/*    border-radius: 50%;*/
/*    background-color: #bcf11d;*/
/*}*/
.navbar-nav > li > a:focus {
  outline: rgb(184, 199, 225) inset 3px !important;
  outline-offset: 5px !important;
  visibility: visible !important;
  opacity: 1 !important;
}

@media (max-width: 767px) {
  .main-header .navbar-default .navbar-nav li.active a:after {
    display: none;
  }
}
.main-header .navbar-default .navbar-nav li.sale:before,
.main-header .navbar-default .navbar-nav li.new:before,
.main-header .navbar-default .navbar-nav li.domains.sale:before {
  position: absolute;
  display: block;
  top: 15px;
  right: 10px;
  content: "SALE";
  width: 28px;
  color: #000000;
  font-size: 10px;
  height: 12px;
  background-color: #bcf11d;
  border-radius: 2px;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0;
  text-align: center;
}

.main-header .navbar-default .navbar-nav li.new:before {
  content: "NEW";
  background-color: #FFF;
}

.main-header .navbar-default .navbar-nav li.domains.active a {
  color: #bcf11d;
  opacity: 1;
}

/*.main-header .navbar-default .navbar-nav li.domains.active a:after {*/
/*    position: absolute;*/
/*    bottom: -3px;*/
/*    left: 50%;*/
/*    margin-left: -3px;*/
/*    content: "";*/
/*    display: block;*/
/*    width: 5px;*/
/*    height: 5px;*/
/*    border-radius: 50%;*/
/*    background-color: #bcf11d;*/
/*}*/
@media (max-width: 767px) {
  .main-header .navbar-default .navbar-nav li.domains.active a:after {
    display: none;
  }
}
.main-header .navbar-brand {
  padding: 28px 15px 0 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-header .navbar-brand {
    padding-top: 33px;
  }
}
@media (max-width: 767px) {
  .main-header .navbar-brand {
    padding-top: 20px;
    height: 60px;
  }
}
.main-header .navbar-brand .logo {
  display: inline-block;
  vertical-align: middle;
  height: 35px;
  margin-top: -1px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-header .navbar-brand .logo img {
    height: 20px;
    margin-left: 0;
    margin-top: 2px;
  }
}
@media (max-width: 767px) {
  .main-header .navbar-brand .logo img {
    height: 28px;
    margin-top: -5px;
  }
}
.main-header .navbar-brand .tel {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 400;
  padding: 3px 0 0 30px;
  color: #ffffff;
  opacity: 0.8;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-header .navbar-brand .tel {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-header .navbar-brand .tel {
    display: none;
  }
}
@media (max-width: 767px) {
  .main-header .navbar-brand .tel {
    display: none;
  }
}
.main-header .navbar-brand .tel:hover {
  opacity: 1;
}

.main-header .navbar-brand .tel i {
  font-size: 14px;
}

@media (max-width: 767px) {
  .main-header .navbar-toggle {
    margin-right: 0;
    margin-top: 22px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .main-header .navbar-collapse {
    background-color: #1a2833;
    max-height: 400px;
    text-align: center;
    border: none;
  }
}
@media (max-width: 767px) {
  .main-header .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.main-header .navbar-right {
  margin-right: 0;
}

@media (max-width: 767px) {
  .main-header .navbar-right {
    margin-left: 0;
  }
}
.main-header .navbar-default .navbar-nav > li > a {
  position: relative;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  opacity: 0.8;
  padding-left: 8px;
  padding-right: 8px;
}

@media (min-width: 980px) {
  .main-header .navbar-default .navbar-nav > li > a {
    font-size: 16px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 767px) {
  .main-header .navbar-default .navbar-nav > li > a {
    padding: 7px 12px 6px 12px;
    border-bottom: 1px solid #444;
  }
}
.main-header .navbar-default .navbar-nav > li > a:hover {
  opacity: 1;
}

.main-header .navbar-default .navbar-nav > li.selected > a {
  color: #bcf11d;
  opacity: 1;
}

/*.main-header .navbar-default .navbar-nav > li.selected > a:after {*/
/*    position: absolute;*/
/*    bottom: -3px;*/
/*    left: 50%;*/
/*    margin-left: -3px;*/
/*    content: "";*/
/*    display: block;*/
/*    width: 5px;*/
/*    height: 5px;*/
/*    border-radius: 50%;*/
/*    background-color: #bcf11d;*/
/*}*/
@media (max-width: 767px) {
  .main-header .navbar-default .navbar-nav > li.selected > a:after {
    display: none;
  }
}
.main-header .tel--mobile {
  display: none;
  padding: 1px 0 0 0;
  background-color: #57c445;
  color: #ffffff;
  margin: 0 0 1em 0;
  line-height: 40px;
  height: 40px;
  border-radius: 3px;
}

@media (max-width: 767px) {
  .main-header .tel--mobile {
    display: block;
  }
}
.main-header .navbar-default .navbar-nav > li.nav_hover > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #ffffff;
  background-color: transparent !important;
  border-radius: 0;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -10px;
}

@media (max-width: 768px) {
  .main-header .navbar-default .navbar-nav > li.nav_hover > a:after {
    display: none;
  }
}
.main-header .navbar-default .navbar-nav > li.login a {
  position: relative;
  margin: 24px 0 6px 12px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  height: 40px;
  line-height: 40px;
  padding: 0 16px 0 25px;
  opacity: 1;
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-header .navbar-default .navbar-nav > li.login a {
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .main-header .navbar-default .navbar-nav > li.login a {
    margin: 10px 0 0 0;
  }
}
.main-header .navbar-default .navbar-nav > li.login a i {
  font-size: 12px;
  padding-right: 12px;
}

.main-header .navbar-default .navbar-nav > li.login a span {
  font-size: 13px;
}

.main-header .navbar-default .navbar-nav > li.login a:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

.main-header .navbar-default .navbar-nav > li.login a:before {
  content: "\e944";
  position: absolute;
  display: block;
  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;
  left: 7px;
  top: 13px;
  font-size: 12px;
}

@media (max-width: 767px) {
  .main-header .navbar-default .navbar-nav > li.login a:before {
    left: 50%;
    margin-left: -60px;
  }
}
body > .main-header.sticky {
  position: fixed;
}

.main-header.sticky .navbar-default {
  background-color: #1a2833;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.15);
}

.main-header.sticky .header-submenu-wrapper > div .content-wrapper {
  background-color: #ffffff;
}

.main-header .header-submenu-wrapper {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
}

.main-header .header-submenu-wrapper > div {
  position: relative;
  height: 0;
  width: 0;
  overflow: hidden;
  opacity: 0;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.main-header .header-submenu-wrapper > div .content-wrapper {
  background-color: rgba(255, 255, 255, 0.95);
  display: table;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.main-header .header-submenu-wrapper > div .content-wrapper .left {
  display: table-cell;
  vertical-align: middle;
  padding: 60px 0 60px 60px;
  width: 460px;
  height: 300px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-header .header-submenu-wrapper > div .content-wrapper .left {
    height: 350px;
    width: 320px;
    padding: 50px 0 50px 50px;
  }
}
.main-header .header-submenu-wrapper > div .content-wrapper .left h2 {
  font-size: 40px;
  font-weight: 300;
  padding-bottom: 0;
  text-align: left;
}

.main-header .header-submenu-wrapper > div .content-wrapper .left p {
  padding-right: 60px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-header .header-submenu-wrapper > div .content-wrapper .left p {
    padding-right: 30px;
  }
}
.main-header .header-submenu-wrapper > div .content-wrapper .left .explainer {
  position: absolute;
  max-width: 350px;
  opacity: 0;
  top: 40px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-header .header-submenu-wrapper > div .content-wrapper .left .explainer {
    max-width: 280px;
  }
}
.main-header .header-submenu-wrapper > div .content-wrapper .left .explainer.activated {
  opacity: 1;
}

.main-header .header-submenu-wrapper > div .content-wrapper .right {
  display: table-cell;
  vertical-align: middle;
  padding: 60px 60px 50px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-header .header-submenu-wrapper > div .content-wrapper .right {
    padding: 50px 30px 50px 0;
  }
}
.main-header .header-submenu-wrapper > div .content-wrapper .right ul {
  padding-left: 60px;
  border-left: 1px solid #d2d2d2;
}

.main-header .header-submenu-wrapper > div .content-wrapper .right ul:before, .main-header .header-submenu-wrapper > div .content-wrapper .right ul:after {
  content: " ";
  display: table;
}

.main-header .header-submenu-wrapper > div .content-wrapper .right ul:after {
  clear: both;
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-header .header-submenu-wrapper > div .content-wrapper .right ul {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .main-header .header-submenu-wrapper > div .content-wrapper .right ul {
    padding: 0;
    text-align: center;
  }
}
.main-header .header-submenu-wrapper > div .content-wrapper .right ul li {
  display: inline-block;
  width: 50%;
  float: left;
  padding: 7px 0 6px 0;
}

.main-header .header-submenu-wrapper > div .content-wrapper .right ul li a {
  font-size: 16px;
  font-weight: 500;
  opacity: 0.8;
}

.main-header .header-submenu-wrapper > div .content-wrapper .right ul li a:hover {
  opacity: 1;
}

.main-header .header-submenu-wrapper > div.active {
  height: auto;
  width: auto;
  overflow: visible;
  opacity: 1;
}

@media (max-width: 767px) {
  .main-header .header-submenu-wrapper > div .content-wrapper {
    background-color: #FFF;
    border-radius: 4px;
  }
  .main-header .header-submenu-wrapper > div .content-wrapper:before {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #FFF;
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -10px;
  }
  .main-header .header-submenu-wrapper > div .content-wrapper .left {
    display: none !important;
  }
  .main-header .header-submenu-wrapper > div .content-wrapper .right {
    padding: 10px;
  }
  .main-header .header-submenu-wrapper > div .content-wrapper .right ul {
    border: none;
  }
  .main-header .header-submenu-wrapper > div .content-wrapper .right ul li {
    display: block;
    float: none;
    width: auto;
    border-bottom: 1px solid #DDD;
  }
}
@media (max-width: 767px) {
  .main-header .header-submenu-wrapper {
    left: 10px;
    right: 10px;
  }
}
.header-submenu-phone_number {
  width: 100%;
  padding: 10px 60px;
  background-color: #57c445;
}

@media (max-width: 767px) {
  .header-submenu-phone_number {
    display: none;
  }
}
.header-submenu-phone_number a {
  color: #ffffff;
  font-size: 1.5em;
  display: block;
  text-align: center;
}

.header-submenu-wrapper .tools-content {
  display: flex;
  flex-wrap: wrap;
}
.header-submenu-wrapper .tools-content > * {
  flex-basis: 50%;
}
.header-submenu-wrapper .tools-content .widget_nav_menu ul {
  border-left: none !important;
}
.header-submenu-wrapper .tools-content .widget_nav_menu ul li {
  width: auto !important;
}
@media (min-width: 768px) {
  .header-submenu-wrapper .submenu-split-heading {
    margin-bottom: 20px;
  }
}
.header-submenu-wrapper .submenu-split-heading h3 {
  text-align: center;
  font-size: 1.1em;
  font-weight: 600;
  padding-top: 16px;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .header-submenu-wrapper .submenu-split-heading h3 {
    font-size: 1.5em;
    padding-left: 30px;
    padding-top: 0px;
    margin-bottom: 0px;
    text-align: left;
    font-weight: normal;
  }
}
@media (min-width: 992px) {
  .header-submenu-wrapper .submenu-split-heading h3 {
    padding-left: 60px;
  }
}
.header-submenu-wrapper .submenu-split-heading .widget_nav_menu ul li:last-child {
  border-bottom: none !important;
}

.main-footer {
  background-color: #1a2833;
  color: #ffffff;
  padding: 90px 0 40px 0;
  margin-top: 2em;
}
@media (max-width: 767px) {
  .main-footer {
    padding: 20px 0 30px 0;
    text-align: center;
  }
}
.main-footer h2 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0;
  text-transform: uppercase;
}
.main-footer h2 > a {
  margin: 0;
  opacity: 1;
  border-bottom: 1px dotted #b3cc49;
  font-size: 17px;
}
.main-footer h2 > a:hover {
  border-bottom: 1px solid #b3cc49;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-footer h2 {
    font-size: 16px;
    min-height: 40px;
  }
}
@media (max-width: 767px) {
  .main-footer h2 {
    margin-bottom: 0;
    text-align: center;
  }
}
.main-footer a {
  transition: opacity 0.75s;
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3;
  padding: 0;
}
.main-footer a:hover {
  opacity: 1;
}
.main-footer .row.sitemap {
  opacity: 0.75;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-footer .legal {
    text-align: center;
  }
}
.main-footer .legal p {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  color: #5a646c;
}
.main-footer .legal p > span {
  color: #d1d1d1;
}
@media (max-width: 767px) {
  .main-footer .legal p {
    text-align: center;
  }
}
.main-footer .legal a {
  position: relative;
  padding-left: 15px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
@media (max-width: 767px) {
  .main-footer .legal a {
    display: block;
  }
}
.main-footer .legal a p {
  display: none;
  color: #ffffff;
  opacity: 0.3;
  font-size: 14px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.main-footer .legal a i {
  color: #ffffff;
  opacity: 0.5;
}
.main-footer .legal a:hover p {
  position: absolute;
  display: block;
  top: -115px;
  right: -170px;
  width: 300px;
  padding: 10px;
  background-color: #557eb6;
  opacity: 1;
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-footer .legal a:hover p {
    right: 0;
  }
}
@media (max-width: 767px) {
  .main-footer .legal a:hover p {
    width: 260px;
    top: -130px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.main-footer .legal a:hover i {
  color: #557eb6;
  font-size: 18px;
  opacity: 1;
}
.main-footer .links-box a {
  display: inline-block;
  margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-footer .links-box a {
    font-size: 13px;
  }
}
.main-footer .contact-box p {
  color: #ffffff;
  opacity: 0.5;
  font-size: 14px;
  line-height: 1.4;
  padding-bottom: 10px;
}
.main-footer .contact-box form {
  position: relative;
}
.main-footer .contact-box form input[type=text] {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-right: none;
  height: 34px;
  border-radius: 0;
  font-size: 14px;
  color: #ffffff;
}
.main-footer .contact-box form button {
  position: absolute;
  top: 24px;
  right: -30px;
  height: 34px;
  width: 30px;
  background-color: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-left: none;
}
@media (max-width: 991px) {
  .main-footer .contact-box form button {
    right: 0;
    border: none;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.main-footer .contact-box form button:hover {
  color: rgba(255, 255, 255, 0.6);
}
.main-footer .contact-box form i {
  position: absolute;
  top: 7px;
  right: 5px;
}
.main-footer .contact-box .social {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  gap: 2px;
  padding-top: 30px;
  width: 100%;
}
.main-footer .contact-box .social .cyber-essentials {
  display: inline-block;
  width: 60px;
  height: auto;
  opacity: 1;
  transform: translateY(2px);
  transition: opacity 0.3s;
}
.main-footer .contact-box .social .cyber-essentials img {
  max-width: 100%;
  margin: 0 !important;
}
.main-footer .contact-box .social .cyber-essentials:hover {
  opacity: 0.8;
}
@media (min-width: 766px) {
  .main-footer .contact-box .social {
    justify-content: flex-end;
  }
}
.main-footer .contact-box .social a:not(.cyber-essentials) {
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 60px;
  height: 60px;
  font-size: 35px;
  opacity: 1;
  padding: 0 6px;
  margin: 0 3px;
  border: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  position: relative;
  text-align: center;
}
.main-footer .contact-box .social a:not(.cyber-essentials) i {
  line-height: 24px;
  vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-footer .contact-box .social a:not(.cyber-essentials) {
    padding-right: 3px;
  }
}
.main-footer .contact-box .social a:not(.cyber-essentials):hover {
  opacity: 1;
  background-color: #b3cc49;
  color: #000;
  transform: translateY(-5px);
  box-shadow: 0 0 5px #000;
}
.main-footer hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-footer .logo-box {
    text-align: center;
  }
}
.main-footer .logo-box .copy {
  font-size: 15px;
  opacity: 0.3;
  padding-top: 10px;
}
.main-footer .logo-box img {
  max-width: 180px;
  height: auto;
}
.main-footer .bottom-links {
  text-align: right;
  padding-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-footer .bottom-links {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .main-footer .bottom-links {
    text-align: center;
    margin-top: 30px;
  }
}
.main-footer .bottom-links a {
  opacity: 0.75;
  display: inline;
  font-size: 14px;
  padding-right: 15px;
}
.main-footer .bottom-links a.iubenda-cs-preferences-link {
  opacity: 1;
}
.main-footer .bottom-links a.whistle {
  opacity: 1;
}
@media (max-width: 767px) {
  .main-footer .bottom-links a {
    display: inline-block;
    margin-bottom: 10px;
  }
}
.main-footer .bottom-links a:hover {
  opacity: 1;
}
.main-footer .bottom-links a:last-child {
  padding-right: 0;
}
.main-footer .textwidget .wpcf7 input[type=email] {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 34px;
  border-radius: 0;
  font-size: 14px;
  color: #ffffff;
}
.main-footer .textwidget .wpcf7 input[type=submit] {
  position: absolute;
  top: 8px;
  right: 5px;
  background-color: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.25);
}
.main-footer .textwidget .wpcf7 input[type=submit].send:after {
  content: "\e902";
  position: absolute;
  display: block;
  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;
}
.main-footer .textwidget .wpcf7 input[type=submit] .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
  margin: 0 auto !important;
}

.index .hero {
  position: relative;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.index .hero .content {
  display: table;
  width: 100%;
  position: relative;
}
.index .hero .content .wrapper {
  display: table-cell;
  vertical-align: middle;
  padding-top: 120px;
  padding-bottom: 30px;
  text-align: center;
}
.index .hero .content .wrapper .bottom {
  margin-top: 30px;
}
.index .hero .content .wrapper .search {
  display: block;
  text-align: left;
  position: relative;
  width: 100%;
  margin: 0 auto;
  border-radius: 6px;
  overflow: hidden;
}
.index .hero .content .wrapper .search input[type=text] {
  height: 75px;
  width: 100%;
  font-size: 19px;
  font-weight: 600;
  border: none;
  background-color: #ffffff;
  padding-right: 280px;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .index .hero .content .wrapper .search input[type=text] {
    height: 45px;
    padding-right: 90px;
    padding-left: 15px;
    font-size: 14px;
  }
}
.index .hero .content .wrapper .search input[type=text]::-webkit-input-placeholder {
  font-style: italic;
}
.index .hero .content .wrapper .search input[type=text]:-moz-placeholder {
  font-style: italic;
}
.index .hero .content .wrapper .search input[type=text]::-moz-placeholder {
  font-style: italic;
}
.index .hero .content .wrapper .search input[type=text]:-ms-input-placeholder {
  font-style: italic;
}
.index .hero .content .wrapper .search button {
  position: absolute;
  top: 0;
  right: 0;
  height: 75px;
  width: 240px;
  background-color: #0573CB;
  border: none;
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
@media (max-width: 767px) {
  .index .hero .content .wrapper .search button {
    height: 45px;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }
}
.index .hero .content .wrapper .search button:hover {
  background-color: #045fa8;
}
.index .hero .content .wrapper .domain-list {
  max-width: 1100px;
  margin: 40px auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index .hero .content .wrapper .domain-list {
    text-align: center;
    margin: 50px auto 10px auto;
  }
}
.index .hero .content .wrapper .domain-list li {
  display: inline-block;
  float: left;
  width: 20%;
  text-align: center;
}
@media (max-width: 767px) {
  .index .hero .content .wrapper .domain-list li {
    float: none;
    width: 102px;
  }
}
.index .hero .content .wrapper .domain-list li a {
  color: #ffffff;
}
.index .hero .content .wrapper .domain-list li a .img-wrapper {
  height: 65px;
  line-height: 65px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .index .hero .content .wrapper .domain-list li a .img-wrapper img {
    max-width: 70px;
  }
}
.index .hero .content .wrapper .domain-list li a span {
  display: block;
  font-size: 15px;
  font-weight: 500;
}
.index .hero.ssl .content {
  height: 400px;
}
.index .hero.ssl .content .wrapper {
  padding-bottom: 0;
}
.index .hero .hero-table {
  max-width: 1100px;
  width: 100%;
  margin-top: 95px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
@media (max-width: 767px) {
  .index .hero .hero-table {
    margin-top: 0;
  }
}
.index .hero .hero-table tr td {
  vertical-align: middle;
  text-align: left;
  padding: 30px 35px;
}
@media (max-width: 991px) {
  .index .hero .hero-table tr td {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .index .hero .hero-table tr td {
    width: 100%;
    display: block;
    padding: 20px 0 20px 20px;
    text-align: left;
  }
}
.index .hero .hero-table tr td img {
  display: inline-block;
  vertical-align: middle;
}
.index .hero .hero-table tr td h3 {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  padding-left: 15px;
}
@media (max-width: 1199px) {
  .index .hero .hero-table tr td h3 {
    padding-left: 0;
  }
}
.index .hero.feedback h1 {
  font-size: 64px;
  line-height: 500px;
  text-align: center;
  color: #fff;
  font-weight: 300;
}
@media (max-width: 767px) {
  .index .hero.feedback h1 {
    line-height: normal;
  }
}
.index .hero.feedback .content {
  height: 100%;
}
.index .hero.sla .wrapper {
  padding: 0;
}
.index .hero.sla .wrapper .goback {
  padding-top: 25px;
}
.index .hero.iedomain .content {
  height: auto;
}
@media (max-width: 767px) {
  .index .hero.iedomain .content {
    height: auto;
  }
}
.index .hero.iedomain .content .wrapper {
  padding-bottom: 75px;
  padding-top: 185px;
}
@media (max-width: 767px) {
  .index .hero.iedomain .content .wrapper {
    padding-bottom: 0;
    padding-top: 150px;
  }
  .index .hero.iedomain .content .wrapper h1 {
    padding-top: 50px;
  }
}
.index .hero.iedomain .content .wrapper p {
  max-width: none;
}
.index .hero.iedomain .content .wrapper .domain-list li {
  width: 33%;
  padding: 0 0 80px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .index .hero.iedomain .content .wrapper .domain-list li {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .index .hero.iedomain .content .wrapper .domain-list li {
    width: 100%;
    padding: 0;
    text-align: left;
    max-width: 300px;
    display: block;
    margin: 0 auto 25px auto;
  }
}
.index .hero.iedomain .content .wrapper .domain-list li i {
  display: inline-block;
  vertical-align: middle;
  font-size: 60px;
  color: #ffffff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .index .hero.iedomain .content .wrapper .domain-list li i {
    font-size: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .index .hero.iedomain .content .wrapper .domain-list li i {
    display: block;
  }
}
@media (max-width: 767px) {
  .index .hero.iedomain .content .wrapper .domain-list li i {
    display: block;
    text-align: center;
    font-size: 50px;
  }
}
.index .hero.iedomain .content .wrapper .domain-list li a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  padding-left: 30px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  /*&:hover{
      color:$blue;
  }*/
}
@media (min-width: 768px) and (max-width: 991px) {
  .index .hero.iedomain .content .wrapper .domain-list li a {
    padding: 10px 0 0 0;
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .index .hero.iedomain .content .wrapper .domain-list li a {
    display: block;
    padding-left: 0;
    text-align: center;
  }
}
.index .hero.iedomain .content .wrapper .domain-list li a span {
  font-size: 36px;
  font-weight: 500;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .index .hero.iedomain .content .wrapper .domain-list li a span {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .index .hero.iedomain .content .wrapper .domain-list li a span {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .index .hero.iedomain .content .wrapper .domain-list li a span {
    font-size: 26px;
  }
}
.index .hero.iedomain .content .wrapper .domain-list li a span:after {
  content: "/year";
  display: inline-block;
  font-size: 20px;
}
.index .hero.iedomain .content .wrapper .domain-list li a label {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}
.index .hero.iedomain .content .wrapper .domain-list li a i {
  font-size: 18px;
  position: relative;
  top: 0;
  right: -35px;
}
@media (max-width: 991px) {
  .index .hero.iedomain .content .wrapper .domain-list li a i {
    right: 0;
    position: initial;
  }
}
.index .hero.iedomain .content .wrapper .bottom {
  position: initial;
  padding-top: 40px;
  padding-bottom: 0;
}
.index .hero.discount {
  overflow: hidden;
  padding: 300px 0 250px 0;
}
@media (max-width: 1199px) {
  .index .hero.discount {
    padding: 300px 0 100px 0;
  }
}
.index .hero.discount h1 {
  text-align: center;
  width: 100%;
  color: #ffffff;
  font-size: 80px;
  font-weight: 400;
  -ms-transform: translate(0, -50%); /* IE 9 */
  -webkit-transform: translate(0, -50%); /* Safari */
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .index .hero.discount h1 {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .index .hero.discount .bottom a {
    display: block;
    max-width: 350px;
    margin: 0 auto;
    float: none;
  }
}
.index .hero.discount .bottom a .domain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 88px;
  height: 88px;
  color: #1a2833;
  border-radius: 50%;
}
.index .hero.discount .bottom a .domain p {
  font-size: 35px;
  text-align: center;
  color: #1a2833;
  font-weight: 600;
}
.index .hero.discount .bottom a .domain .domain-percent {
  display: table-cell;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 7px;
  padding-left: 5px;
  background-color: #B0D631;
  color: #1a2833;
  font-weight: 900;
  font-size: 12px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.index .hero.discount .bottom a .price {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 25px;
}
.index .hero.discount .bottom a .price label {
  display: block;
  opacity: 0.22;
  color: white;
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
  text-decoration: line-through;
}
.index .hero.discount .bottom a .price h2 {
  color: #ffffff;
  display: inline-block;
  font-size: 50px;
  font-weight: 300;
  line-height: 73px;
}
.index .hero.discount .bottom a .price span {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.index .hero.discount .bottom a .price p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.index .hero.discount .bottom a:hover .domain .domain-percent {
  background-color: #57c445;
  color: #ffffff;
}
.index .history-back {
  padding: 200px 0 100px 0;
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.index .form-section {
  background-color: #EEE;
  padding: 50px 0;
}
.index .form-section .row {
  margin-bottom: 70px;
}
.index .form-section h1 {
  padding: 1em 0;
  text-align: center;
  font-size: 50px;
  font-weight: 300;
  line-height: 73px;
}
.index .form-section form {
  padding: 2em;
  background-color: #ffffff;
  border-radius: 5px;
  max-width: 965px;
  box-sizing: border-box;
  margin: auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .index .form-section form {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.index .form-section form .md-input input[type=checkbox] {
  display: inline-block;
  height: auto;
  vertical-align: middle;
  margin: 0;
}
@media (max-width: 500px) {
  .index .form-section form .md-input input[type=checkbox] {
    display: block;
  }
}
.index .form-section form .md-input p {
  display: inline-block;
  max-width: 300px;
  vertical-align: middle;
  padding: 34px 0 34px 23px;
  font-size: 14px;
  line-height: 19px;
}
@media (max-width: 500px) {
  .index .form-section form .md-input p {
    display: block;
    padding-top: 15px;
    padding-left: 0;
  }
}
.index .form-section form .md-input span {
  display: inline-block;
  max-width: 300px;
  vertical-align: middle;
  padding: 34px 0 34px 23px;
  font-size: 14px;
  line-height: 19px;
}
@media (max-width: 500px) {
  .index .form-section form .md-input span {
    display: block;
    padding-top: 15px;
    padding-left: 0;
  }
}
.index .form-section form .md-input span[role=alert], .index .form-section form .md-input span.wpcf7-not-valid-tip {
  position: relative;
  top: -0.85em;
}
.index .form-section form .md-input input[type=text],
.index .form-section form .md-input input[type=email],
.index .form-section form .md-input textarea {
  padding: 8px 12px;
  background-color: #EBEBEB;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.15);
  border: 1px solid #CCD;
  height: auto;
  margin: 0 0 1em 0;
  max-width: 30em;
}
.index .form-section form .md-input input[type=text]::-webkit-input-placeholder,
.index .form-section form .md-input input[type=email]::-webkit-input-placeholder,
.index .form-section form .md-input textarea::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 500;
}
.index .form-section form .md-input input[type=text]:-moz-placeholder,
.index .form-section form .md-input input[type=email]:-moz-placeholder,
.index .form-section form .md-input textarea:-moz-placeholder { /* Firefox 18- */
  font-size: 16px;
  font-weight: 500;
}
.index .form-section form .md-input input[type=text]::-moz-placeholder,
.index .form-section form .md-input input[type=email]::-moz-placeholder,
.index .form-section form .md-input textarea::-moz-placeholder { /* Firefox 19+ */
  font-size: 16px;
  font-weight: 500;
}
.index .form-section form .md-input input[type=text]:-ms-input-placeholder,
.index .form-section form .md-input input[type=email]:-ms-input-placeholder,
.index .form-section form .md-input textarea:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 500;
}
.index .form-section form .md-input input[type=text].wpcf7-not-valid,
.index .form-section form .md-input input[type=email].wpcf7-not-valid,
.index .form-section form .md-input textarea.wpcf7-not-valid {
  border-color: red;
}
.index .form-section form .md-input textarea {
  height: 250px;
  padding: 12px;
  max-width: 100%;
}
.index .form-section form .md-input .btn, .index .form-section form .md-input .plancompare_columns_column_button, .index .form-section form .md-input .plancompare_tabs_button {
  margin-top: 23px;
  margin-bottom: 23px;
}
.index .form-section form .wpcf7-validation-errors {
  background-color: red;
  color: #FFF;
  padding: 1em;
  border: none;
  text-align: center;
}
.index .package-table {
  padding: 89px 0 46px 0;
  background-color: #e8e8e8;
}
.index .package-table h1 {
  text-align: center;
  font-size: 50px;
  font-weight: 300;
  padding-bottom: 70px;
}
.index .package-table .table-tablet {
  width: 100%;
  margin-bottom: 70px;
}
@media (min-width: 992px) {
  .index .package-table .table-tablet {
    display: table;
  }
}
@media (max-width: 991px) {
  .index .package-table .table-tablet {
    display: none;
  }
}
.index .package-table .table-tablet tr {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}
.index .package-table .table-tablet tr td {
  text-align: center;
  width: 100px;
}
.index .package-table .table-tablet tr td:first-child {
  padding: 0 35px;
  text-align: left;
  width: auto;
}
.index .package-table .table-tablet tr td:last-child {
  padding-right: 15px;
}
.index .package-table .table-tablet tr td img {
  display: inline-block;
  vertical-align: middle;
}
.index .package-table .table-tablet tr td h2 {
  display: inline-block;
  font-size: 30px;
  font-weight: 300;
  color: #ffffff;
  vertical-align: middle;
  padding-left: 28px;
}
.index .package-table .table-tablet tr td h3 {
  vertical-align: middle;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  opacity: 0.58;
}
.index .package-table .table-tablet tr td h3:after {
  content: "i";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 13px;
  font-size: 8px;
  padding-left: 4.5px;
  margin-left: 10px;
  border: 1px solid #000000;
  border-radius: 50%;
  opacity: 1;
}
.index .package-table .table-tablet tr td h4 {
  vertical-align: middle;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  opacity: 0.58;
  line-height: 95px;
}
.index .package-table .table-tablet tr td h4.purple {
  font-size: 18px;
  font-weight: 700;
  color: #7251cf;
  opacity: 1;
}
.index .package-table .table-tablet tr td h4.red {
  font-size: 18px;
  font-weight: 700;
  color: #e55d5d;
  opacity: 1;
}
.index .package-table .table-tablet tr td h4.green {
  font-size: 18px;
  font-weight: 700;
  color: #57c445;
  opacity: 1;
}
.index .package-table .table-tablet tr td h5 {
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  opacity: 0.37;
  padding-bottom: 13px;
}
.index .package-table .table-tablet tr td p {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  max-width: 450px;
  text-align: right;
}
.index .package-table .table-tablet tr:first-child {
  border: none;
}
.index .package-table .table-tablet tr:first-child td {
  height: 112px;
}
.index .package-table .table-tablet tr:first-child td:first-child {
  text-align: left;
}
.index .package-table .table-tablet tr:nth-child(2) {
  border: none;
}
.index .package-table .table-tablet tr:last-child {
  border: none;
}
.index .package-table .table-mobile {
  width: 100%;
}
@media (min-width: 992px) {
  .index .package-table .table-mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  .index .package-table .table-mobile {
    display: table;
    margin-bottom: 75px;
  }
}
.index .package-table .table-mobile thead tr td {
  text-align: center;
}
.index .package-table .table-mobile thead tr td img {
  width: auto;
  margin: 15px auto;
}
.index .package-table .table-mobile thead tr td h2 {
  font-size: 30px;
  font-weight: 300;
  color: #ffffff;
  vertical-align: middle;
}
.index .package-table .table-mobile thead tr td p {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  padding: 15px;
}
.index .package-table .table-mobile tbody tr td {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}
.index .package-table .table-mobile tbody tr td:first-child {
  text-align: left;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  opacity: 0.58;
}
.index .package-table .table-mobile tbody tr td h4 {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  opacity: 0.58;
  line-height: 95px;
}
@media (max-width: 767px) {
  .index .package-table .table-mobile tbody tr td h4 {
    line-height: normal;
    font-size: 12px;
    font-weight: 600;
    padding: 15px 0;
  }
}
.index .package-table .table-mobile tbody tr:last-child td {
  border: none;
  height: 96px;
}
@media (min-width: 992px) {
  .index .package-table.mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  .index .package-table.mobile {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .index .offer {
    padding: 50px 0 0 0;
  }
}
@media (max-width: 767px) {
  .index .offer {
    padding: 30px 0 0 0;
  }
}
.index .offer h2 {
  padding-bottom: 0;
}
.index .offer .offer-box {
  text-align: center;
  outline: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .index .offer .offer-box {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .index .offer .offer-box {
    padding-bottom: 60px;
  }
}
.index .offer .offer-box h1 {
  font-weight: 300;
  color: #0573CB;
  margin-bottom: 0.6em;
}
.index .offer .offer-box h1 a {
  width: 100%;
}
.index .offer .offer-box .img-wrapper {
  height: 170px;
  line-height: 170px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 991px) {
  .index .offer .offer-box .img-wrapper {
    height: 140px;
    line-height: 140px;
  }
}
@media (max-width: 767px) {
  .index .offer .offer-box .img-wrapper {
    height: 130px;
    line-height: 130px;
  }
}
.index .offer .offer-box p {
  margin-bottom: 10px;
}
.index .offer .offer-box li {
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #DDD;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .index .offer .offer-box li {
    font-size: 14px;
  }
}
.index .offer.opt2 h1 {
  color: #0573CB;
}
.index .offer.opt2 p {
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
}
@media (min-width: 992px) {
  .index .offer.opt2 p {
    min-height: 100px;
  }
}
.index .spam-cost {
  padding-top: 100px;
  padding-bottom: 140px;
}
.index .spam-cost h1 {
  font-size: 50px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .index .spam-cost h1 {
    text-align: center;
  }
}
.index .spam-cost p {
  padding-bottom: 90px;
  color: #2f2f2f;
  max-width: 415px;
}
@media (max-width: 991px) {
  .index .spam-cost p {
    text-align: center;
    max-width: unset;
  }
}
.index .spam-cost .costs {
  background-color: #203e56;
  border-radius: 3px;
}
.index .spam-cost .costs .cost-head {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.09);
}
.index .spam-cost .costs .cost-head h4 {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  padding: 20px 0;
  padding-left: 48px;
}
@media (max-width: 767px) {
  .index .spam-cost .costs .cost-head h4 {
    text-align: center;
    padding-left: 0;
  }
}
.index .spam-cost .costs .cost-body {
  padding: 31px 0 14px 0;
}
.index .spam-cost .costs .cost-body .cost-tab {
  text-align: center;
  display: inline-block;
  width: 32%;
}
@media (max-width: 767px) {
  .index .spam-cost .costs .cost-body .cost-tab {
    width: 49%;
  }
}
@media (max-width: 450px) {
  .index .spam-cost .costs .cost-body .cost-tab {
    display: block;
    width: 100%;
  }
}
.index .spam-cost .costs .cost-body .cost-tab h3 {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
}
.index .spam-cost .costs .cost-body .cost-tab h3 + p {
  padding-bottom: 0;
}
.index .spam-cost .costs .cost-body .cost-tab label {
  opacity: 0.48;
  color: white;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding-bottom: 34px;
}
.index .spam-cost .wrapper {
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.08);
}
@media (max-width: 991px) {
  .index .spam-cost .wrapper {
    margin-top: 100px;
  }
}
.index .spam-cost .wrapper form {
  padding: 52px 77px 55px 86px;
}
@media (max-width: 767px) {
  .index .spam-cost .wrapper form {
    padding: 50px 25px;
  }
}
.index .spam-cost .wrapper form p {
  padding-bottom: 15px;
  max-width: unset;
}
.index .spam-cost .wrapper form input {
  height: 54px;
  border: 0.5px solid #979797;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.7;
  color: #2f2f2f;
  margin-bottom: 27px;
}
.index .spam-cost .wrapper form input:focus, .index .spam-cost .wrapper form input:target {
  opacity: 1;
}
.index .spam-cost .wrapper form .border {
  border-bottom: 1px solid #979797;
  opacity: 0.63;
  margin: 36px 0 47px 0;
  position: relative;
}
.index .spam-cost .wrapper form .border:before {
  content: "30%";
  display: block;
  position: absolute;
  color: #5b5b5b;
  font-size: 16px;
  font-weight: 600;
  left: 30%;
  top: -30px;
  margin-left: -4px;
}
.index .spam-cost .wrapper form .border:after {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  left: 30%;
  width: 12px;
  height: 12px;
  background-color: white;
  border: 1px solid #bdbdbd;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}
.index .spam-cost .wrapper form a {
  width: 100%;
  height: 60px;
  line-height: 60px;
}
.index .plan {
  padding: 85px 0 125px 0;
}
.index .plan h1 {
  font-size: 50px;
  font-weight: 300;
  text-align: center;
  padding-bottom: 60px;
}
.index .plan .wrapper {
  padding: 39px 40px 38px 42px;
  position: relative;
  box-shadow: 0 14px 37px rgba(0, 0, 0, 0.15);
}
@media (max-width: 991px) {
  .index .plan .wrapper {
    margin: 25px 0;
  }
}
@media (max-width: 767px) {
  .index .plan .wrapper {
    text-align: center;
  }
}
.index .plan .wrapper h3 {
  font-size: 16px;
  font-weight: 600;
  opacity: 0.73;
}
.index .plan .wrapper h2 {
  display: inline-block;
  font-size: 45px;
  font-weight: 300;
  color: #5b5b5b;
}
.index .plan .wrapper h2 + p {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #5b5b5b;
}
.index .plan .wrapper p {
  max-width: 250px;
  font-size: 14px;
  font-weight: 300;
  color: #1d1d1d;
}
@media (max-width: 767px) {
  .index .plan .wrapper p {
    max-width: unset;
  }
}
.index .plan .wrapper .btn, .index .plan .wrapper .plancompare_columns_column_button, .index .plan .wrapper .plancompare_tabs_button {
  position: absolute;
  margin-top: 40px;
  margin-left: 70px;
  top: 40px;
  right: 40px;
}
@media (max-width: 767px) {
  .index .plan .wrapper .btn, .index .plan .wrapper .plancompare_columns_column_button, .index .plan .wrapper .plancompare_tabs_button {
    position: initial;
    margin: 25px 0;
  }
}
.index .plan .wrapper.blue h2, .index .plan .wrapper.blue h3, .index .plan .wrapper.blue p {
  color: #fff;
}
.index .plan .wrapper.blue .btn, .index .plan .wrapper.blue .plancompare_columns_column_button, .index .plan .wrapper.blue .plancompare_tabs_button {
  background-color: #ffffff;
  color: #0573CB;
}
.index .plan .wrapper.blue .btn:hover, .index .plan .wrapper.blue .plancompare_columns_column_button:hover, .index .plan .wrapper.blue .plancompare_tabs_button:hover {
  color: #ffffff;
  background-color: #3ca6fa;
}
.index .hosting-plan {
  background-color: #f9f9f9;
  padding-top: 50px;
}
.index .hosting-plan h1 {
  text-align: center;
  font-size: 54px;
  font-weight: 300;
  padding: 40px 0 100px 0;
}
.index .hosting-plan h6 {
  color: #5b5b5b;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.73;
}
.index .hosting-plan .reseller-wrapper {
  position: relative;
  padding: 90px 15px 74px 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .index .hosting-plan .reseller-wrapper {
    padding-bottom: 27px;
  }
}
@media (max-width: 991px) {
  .index .hosting-plan .reseller-wrapper {
    padding-bottom: 80px;
    margin-bottom: 100px;
  }
}
@media (max-width: 400px) {
  .index .hosting-plan .reseller-wrapper {
    padding-bottom: 27px;
  }
}
.index .hosting-plan .reseller-wrapper .plan-icon {
  position: absolute;
  display: block;
  width: 96px;
  height: 96px;
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  box-shadow: 0 15px 26px rgba(0, 0, 0, 0.08);
  top: -48px;
  left: 50%;
  margin-left: -48px;
  text-align: center;
}
.index .hosting-plan .reseller-wrapper ul li {
  position: relative;
  margin: 20px 0px;
}
.index .hosting-plan .reseller-wrapper ul li:last-child {
  margin-bottom: 40px;
}
.index .hosting-plan .reseller-wrapper ul li span {
  text-align: left;
  display: inline-block;
  width: 49%;
}
.index .hosting-plan .reseller-wrapper ul li span + span {
  text-align: right;
}
.index .hosting-plan .reseller-wrapper ul li .perc-info {
  display: block;
  width: 100%;
  height: 21px;
  background-color: #FFFFFF;
}
.index .hosting-plan .reseller-wrapper ul li .perc-info .percent {
  height: 21px;
}
.index .hosting-plan .reseller-wrapper ul.entry-list span + span {
  color: #57c445;
  font-weight: 700;
}
.index .hosting-plan .reseller-wrapper ul.standard-list span + span {
  color: #3ca6fa;
  font-weight: 700;
}
.index .hosting-plan .reseller-wrapper ul.advanced-list span + span {
  color: #e55d5d;
  font-weight: 700;
}
.index .hosting-plan .reseller-wrapper .text-center {
  position: relative;
  display: block;
}
.index .hosting-plan .reseller-wrapper .text-center h1 {
  font-weight: 300;
  display: inline-block;
}
.index .hosting-plan .reseller-wrapper .text-center p {
  display: inline-block;
  color: #5b5b5b;
  font-weight: 500;
}
.index .hosting-plan .reseller-wrapper .text-center .btn.blue, .index .hosting-plan .reseller-wrapper .text-center .blue.plancompare_columns_column_button, .index .hosting-plan .reseller-wrapper .text-center .blue.plancompare_tabs_button {
  float: left;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .index .hosting-plan .reseller-wrapper .text-center .btn.blue, .index .hosting-plan .reseller-wrapper .text-center .blue.plancompare_columns_column_button, .index .hosting-plan .reseller-wrapper .text-center .blue.plancompare_tabs_button {
    display: block;
    float: none;
    margin-bottom: 10px;
  }
}
@media (max-width: 400px) {
  .index .hosting-plan .reseller-wrapper .text-center .btn.blue, .index .hosting-plan .reseller-wrapper .text-center .blue.plancompare_columns_column_button, .index .hosting-plan .reseller-wrapper .text-center .blue.plancompare_tabs_button {
    display: block;
    float: none;
    margin-bottom: 10px;
  }
}
.index .hosting-plan .reseller-wrapper .text-center .btn.trans, .index .hosting-plan .reseller-wrapper .text-center .trans.plancompare_columns_column_button, .index .hosting-plan .reseller-wrapper .text-center .trans.plancompare_tabs_button {
  float: right;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .index .hosting-plan .reseller-wrapper .text-center .btn.trans, .index .hosting-plan .reseller-wrapper .text-center .trans.plancompare_columns_column_button, .index .hosting-plan .reseller-wrapper .text-center .trans.plancompare_tabs_button {
    display: block;
    float: none;
  }
}
@media (max-width: 400px) {
  .index .hosting-plan .reseller-wrapper .text-center .btn.trans, .index .hosting-plan .reseller-wrapper .text-center .trans.plancompare_columns_column_button, .index .hosting-plan .reseller-wrapper .text-center .trans.plancompare_tabs_button {
    display: block;
    float: none;
  }
}
.index .hosting-plan .wrapper {
  background-color: #ffffff;
  width: 100%;
}
.index .resell {
  background-color: #f9f9f9;
  padding: 50px 0;
}
.index .resell .title {
  text-align: center;
  padding: 100px 0;
}
.index .resell .tab-container {
  background-color: #ffffff;
  padding: 54px 65px 74px 74px;
}
@media (max-width: 991px) {
  .index .resell .tab-container {
    height: auto;
  }
}
@media (max-width: 767px) {
  .index .resell .tab-container {
    padding: 50px 15px;
  }
}
.index .resell .tab-container .tab-links {
  border-bottom: 1px solid #979797;
}
@media (max-width: 991px) {
  .index .resell .tab-container .tab-links {
    border-bottom: none;
  }
}
.index .resell .tab-container .tab-links li {
  display: inline-block;
  width: 24%;
  height: 62px;
  text-align: center;
}
@media (max-width: 991px) {
  .index .resell .tab-container .tab-links li {
    display: block;
    width: 100%;
    border-bottom: 1px solid;
    border-color: rgba(141, 141, 141, 0.12);
  }
}
.index .resell .tab-container .tab-links li a {
  color: #5b5b5b;
  font-weight: 600;
  line-height: 62px;
}
.index .resell .tab-container .tab-links li.active {
  border-bottom: 2px solid #0573CB;
}
.index .resell .tab-container .tab-links li.active a {
  color: #0573CB;
}
.index .resell .tab-container .tab-links li:hover {
  border-bottom: 2px solid #0573CB;
}
.index .resell .tab-container .tab-links li:hover a {
  color: #0573CB;
}
.index .resell .tab-container .tab-content {
  display: table-cell;
  vertical-align: middle;
  width: 49%;
  padding: 55px 15px 0 15px;
}
@media (max-width: 991px) {
  .index .resell .tab-container .tab-content {
    display: block;
    width: 100%;
  }
}
.index .resell .tab-container .tab-content h1 {
  padding: 23px 0 17px 0;
}
.index .resell .tab-container .tab-content p {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.33px;
}
.index .resell .tab-container .tab-content .btn, .index .resell .tab-container .tab-content .plancompare_columns_column_button, .index .resell .tab-container .tab-content .plancompare_tabs_button {
  margin-top: 62px;
}
.index .resell .tab-container .tab-list {
  display: table-cell;
  vertical-align: middle;
  width: 49%;
  padding: 55px 15px 15px 0;
}
@media (max-width: 991px) {
  .index .resell .tab-container .tab-list {
    display: block;
    width: 100%;
    margin-top: 45px;
  }
}
.index .resell .tab-container .tab-list ul {
  padding-left: 25%;
}
@media (max-width: 991px) {
  .index .resell .tab-container .tab-list ul {
    padding-left: 0;
  }
}
.index .resell .tab-container .tab-list ul li {
  height: 64px;
  padding-left: 40px;
  border: 1px solid;
  border-color: rgba(141, 141, 141, 0.12);
}
@media (max-width: 767px) {
  .index .resell .tab-container .tab-list ul li {
    height: auto;
    padding: 15px 0 15px 20px;
  }
}
.index .resell .tab-container .tab-list ul li:first-child {
  border-top: none;
}
.index .resell .tab-container .tab-list ul li:last-child {
  border-bottom: none;
  box-shadow: 0 32px 51px rgba(0, 0, 0, 0.04);
}
.index .resell .tab-container .tab-list ul li a {
  line-height: 64px;
  color: #5b5b5b;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.38px;
  cursor: default;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .index .resell .tab-container .tab-list ul li a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .index .resell .tab-container .tab-list ul li a {
    line-height: normal;
  }
}
.index .resell .tab-container .tab-list ul li a img {
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 42px;
}
.index .resell.extab {
  box-shadow: 0 32px 51px rgba(0, 0, 0, 0.04);
}
.index .resell.extab .tab-container .tab-links li {
  width: 19%;
}
.index .resell.extab .tab-container .tab-links li a {
  font-size: 14px;
  opacity: 0.43;
}
.index .resell.extab .tab-container .tab-links li a:hover {
  opacity: 1;
}
.index .resell.extab .tab-container .tab-links li.active a {
  opacity: 0.7;
}
.index .resell.extab .tab-container .tab-links li.active a:hover {
  opacity: 1;
}
@media (max-width: 991px) {
  .index .resell.extab .tab-container .tab-links li {
    width: 100%;
  }
}
.index .resell.extab .tab-container .reseller .btn i, .index .resell.extab .tab-container .reseller .plancompare_columns_column_button i, .index .resell.extab .tab-container .reseller .plancompare_tabs_button i {
  padding-left: 5px;
}
.index .resell.extab .tab-content {
  padding: 0 15px 0 15px;
}
@media (max-width: 767px) {
  .index .resell.extab .tab-content {
    padding: 15px 15px 0 15px;
  }
}
.index .resell.extab .tab-content ul li {
  position: relative;
}
.index .resell.extab .tab-content ul li:before {
  content: "";
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  left: -20px;
  bottom: 9px;
  border: 1px solid #0573CB;
  border-radius: 50%;
}
.index .why {
  padding: 90px 0;
  background-color: #f9f9f9;
  text-align: center;
}
@media (max-width: 767px) {
  .index .why {
    padding: 60px 0 0 0;
  }
}
.index .why i {
  color: #0573CB;
  -webkit-transition: color 1s;
  -moz-transition: color 1s;
  -ms-transition: color 1s;
  -o-transition: color 1s;
  transition: color 1s;
  font-size: 40px;
  line-height: 70px;
}
.index .why i:hover {
  color: #557eb6;
}
.index .why i.swing {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-animation: swinging 3.5s ease-in-out forwards infinite;
  animation: swinging 3.5s ease-in-out forwards infinite;
}
.index .why .why-box {
  text-align: center;
  height: 300px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .index .why .why-box {
    height: 350px;
  }
}
.index .why .why-box h3 {
  font-size: 26px;
  font-weight: 400;
  color: #0573CB;
}
.index .why .why-box .img-wrapper {
  height: 70px;
  line-height: 70px;
}
.index .why .why-box p {
  font-size: 18px;
  color: #5b5b5b;
  line-height: 1.5;
  padding-bottom: 70px;
  text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .index .why .why-box p {
    line-height: 1.4;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .index .why .why-box p {
    padding-left: 0;
    padding-right: 0;
    line-height: 1.4;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .index .why .why-box p {
    padding-bottom: 60px;
  }
}
.index .why .img-wrapper i {
  font-size: 55px;
}
.index .why.why-bigImgs {
  background-color: #ffffff;
  padding: 2em 0;
}
.index .why.why-bigImgs .why-box {
  height: auto;
}
.index .why.why-bigImgs .why-box .img-wrapper {
  height: 150px;
}
.index .why.why-bigImgs .why-box li {
  padding: 0.5em;
  border-bottom: 1px solid #DDD;
  text-align: left;
  font-size: 1.125em;
  padding: 0.5em 2em;
  position: relative;
}
.index .why.why-bigImgs .why-box li:before {
  content: "\f00c";
  font-family: "Fontawesome";
  color: #57c445;
  position: absolute;
  left: 0.5em;
}
@media (max-width: 992px) {
  .index .why.why-bigImgs .why-box li:before {
    left: 0;
  }
}
@media (max-width: 992px) {
  .index .why.why-bigImgs .why-box li {
    font-size: 1em;
    padding: 0.33em 0 0.33em 1.5em;
  }
}
.index .the_package_name, .index .chouse-package.vps .container .vps-packages .wrapper .package-head h4, .index .chouse-package .package-head h3, .index .chouse-package.ssl .package h4 {
  font-size: 1.75em;
  font-weight: 500;
  text-align: center;
  padding: 20px 15px 15px;
  background-color: #E5E5E5;
  margin: 0;
}
.index .the_package_price, .index .chouse-package .package-head h2, .index .chouse-package.ssl .package h2 {
  background-color: #ffffff;
  font-size: 56px;
  font-weight: 300;
  color: #000000;
  padding: 15px 0 10px 0;
  text-align: center;
}
.index .the_package_li, .index .chouse-package .package-body ul li, .index .chouse-package.ssl .package ul li, .index .chouse-package.ssl .package .wrapper, .index.vps .chouse-package .package-body {
  padding: 0.5em 1em 0.4em 1em;
  font-size: 1.125em;
  text-align: left;
  border-bottom: 1px solid #ffffff;
  background-color: #E5E5E5;
}
.index.vps .chouse-package .package-body {
  /* padding:15px 20px; */
}
.index.vps .chouse-package .package-body .wrapper span + span {
  float: right;
}
.index.vps .chouse-package .package-body .wrapper .percent {
  background-color: #FFF !important;
}
.index.vps .chouse-package .package-body .wrapper .percent .background {
  background-color: #0573CB;
  height: 10px;
}
.index.vps .chouse-package .popular .package-body .wrapper .percent .background {
  background-color: #e16868;
}
.index .package {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.index .chouse-package {
  padding: 40px 0;
  overflow: hidden;
}
.index .chouse-package h1 {
  text-align: center;
  padding-bottom: 1em;
  font-size: 3em;
  font-weight: 300;
}
@media (max-width: 767px) {
  .index .chouse-package h1 {
    font-size: 2em;
  }
}
@media (max-width: 991px) {
  .index .chouse-package .container {
    width: 100% !important;
  }
}
.index .chouse-package .title {
  font-size: 65px;
  font-weight: 300;
  text-align: center;
  padding: 150px 0;
}
@media (max-width: 767px) {
  .index .chouse-package .title {
    font-size: 40px;
    padding: 100px 0;
  }
}
.index .chouse-package .hosting-plan-table h2 {
  display: inline-block;
  font-size: 40px;
  font-weight: 300;
  color: #ffffff;
  vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 991px) {
  .index .chouse-package .hosting-plan-table h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .index .chouse-package .hosting-plan-table h2 {
    display: block;
    padding-bottom: 0;
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  .index .chouse-package .hosting-plan-table h2 {
    font-size: 22px;
  }
}
.index .chouse-package .hosting-plan-table h3 {
  display: block;
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  text-indent: 45px;
}
@media (max-width: 1199px) {
  .index .chouse-package .hosting-plan-table h3 {
    max-width: unset;
    text-align: center;
    text-indent: 0;
  }
}
@media (max-width: 991px) {
  .index .chouse-package .hosting-plan-table h3 {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .index .chouse-package .hosting-plan-table h3 {
    font-size: 10px;
  }
}
.index .chouse-package .hosting-plan-table h4 {
  color: #5b5b5b;
  font-size: 18px;
  font-weight: 400;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .index .chouse-package .hosting-plan-table h4 {
    font-size: 16px;
  }
}
.index .chouse-package .hosting-plan-table p {
  display: inline-block;
  color: #ffffff;
  vertical-align: -webkit-baseline-middle;
}
.index .chouse-package .hosting-plan-table .hosting-plan-head {
  text-align: right;
  z-index: 9;
}
@media (max-width: 767px) {
  .index .chouse-package .hosting-plan-table .hosting-plan-head {
    text-align: center;
  }
}
.index .chouse-package .hosting-plan-table .hosting-plan-head li {
  display: inline-block;
  width: 20%;
  height: 196px;
  margin-left: -2px;
  margin-right: -2px;
  padding-top: 50px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .index .chouse-package .hosting-plan-table .hosting-plan-head li {
    height: 210px;
  }
}
@media (max-width: 767px) {
  .index .chouse-package .hosting-plan-table .hosting-plan-head li {
    height: auto;
    padding-bottom: 50px;
    width: 25%;
  }
}
.index .chouse-package .hosting-plan-table .hosting-plan-head li:last-child {
  margin-right: 0;
}
.index .chouse-package .hosting-plan-table .hosting-plan-head li h2:after {
  content: "/mo";
  position: relative;
  top: 0;
  right: 0;
  color: #ffffff;
  font-size: 11px;
}
@media (max-width: 991px) {
  .index .chouse-package .hosting-plan-table .hosting-plan-head li h2:after {
    display: block;
  }
}
.index .chouse-package .hosting-plan-table .hosting-plan-head li .btn, .index .chouse-package .hosting-plan-table .hosting-plan-head li .plancompare_columns_column_button, .index .chouse-package .hosting-plan-table .hosting-plan-head li .plancompare_tabs_button {
  display: block;
  width: 80%;
  margin: 0 auto;
  background-color: #ffffff;
}
.index .chouse-package .hosting-plan-table .hosting-plan-head li .btn:hover, .index .chouse-package .hosting-plan-table .hosting-plan-head li .plancompare_columns_column_button:hover, .index .chouse-package .hosting-plan-table .hosting-plan-head li .plancompare_tabs_button:hover {
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  .index .chouse-package .hosting-plan-table .hosting-plan-head li .btn:hover, .index .chouse-package .hosting-plan-table .hosting-plan-head li .plancompare_columns_column_button:hover, .index .chouse-package .hosting-plan-table .hosting-plan-head li .plancompare_tabs_button:hover {
    color: #0573CB !important;
  }
}
@media (max-width: 767px) {
  .index .chouse-package .hosting-plan-table .hosting-plan-head li .btn, .index .chouse-package .hosting-plan-table .hosting-plan-head li .plancompare_columns_column_button, .index .chouse-package .hosting-plan-table .hosting-plan-head li .plancompare_tabs_button {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    padding: 6px 12px;
    background-color: transparent !important;
    color: #ffffff !important;
  }
}
@media (max-width: 500px) {
  .index .chouse-package .hosting-plan-table .hosting-plan-head li .btn, .index .chouse-package .hosting-plan-table .hosting-plan-head li .plancompare_columns_column_button, .index .chouse-package .hosting-plan-table .hosting-plan-head li .plancompare_tabs_button {
    padding: 0;
  }
}
.index .chouse-package .hosting-plan-table .hosting-plan-body {
  text-align: right;
}
.index .chouse-package .hosting-plan-table .hosting-plan-body ul:first-child li:first-child {
  border-top: 1px solid #dddddd;
}
.index .chouse-package .hosting-plan-table .hosting-plan-body ul li {
  display: inline-block;
  width: 20%;
  height: 80px;
  float: left;
  background-color: #ffffff;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 767px) {
  .index .chouse-package .hosting-plan-table .hosting-plan-body ul li {
    width: 25%;
    text-align: center;
  }
}
.index .chouse-package .hosting-plan-table .hosting-plan-body ul li:first-child {
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
@media (max-width: 767px) {
  .index .chouse-package .hosting-plan-table .hosting-plan-body ul li:first-child {
    border: none;
    border-bottom: 1px solid #dddddd;
    display: block;
    width: 100%;
    text-align: center;
  }
}
.index .chouse-package .hosting-plan-table .hosting-plan-body ul li:first-child h4 {
  font-weight: 300;
}
@media (max-width: 767px) {
  .index .chouse-package .hosting-plan-table .hosting-plan-body ul li:first-child h4 {
    font-weight: 600;
  }
}
.index .chouse-package .hosting-plan-table .hosting-plan-body ul li:last-child {
  border-right: 1px solid #dddddd;
}
@media (max-width: 767px) {
  .index .chouse-package .hosting-plan-table .hosting-plan-body ul li:last-child {
    border-right: none;
  }
}
.index .chouse-package .hosting-plan-table .hosting-plan-body ul li img {
  max-width: 19px;
  max-height: 19px;
  margin-top: 30px;
}
.index .chouse-package .hosting-plan-table .hosting-plan-body ul li img:last-child {
  margin-right: 15px;
}
.index .chouse-package .hosting-plan-table .hosting-plan-body ul li h4 {
  line-height: 80px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .index .chouse-package .hosting-plan-table .hosting-plan-body ul li h4 {
    padding-right: 0;
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .index .chouse-package .hosting-plan-table .hosting-plan-body ul li h4 {
    line-height: unset;
    padding-top: 27px;
    font-size: 12px;
  }
}
.index .chouse-package .hosting-plan-table .hosting-plan-body ul:last-child li {
  border-bottom: 1px solid #dddddd;
}
.index .chouse-package .hosting-plan-table .hosting-plan-body ul.security img {
  width: auto;
  height: auto;
  opacity: 0.51;
  max-height: unset;
  max-width: unset;
}
.index .chouse-package.ssl {
  padding-top: 90px;
}
.index .chouse-package.ssl .col-md-3 {
  padding-left: 5px;
  padding-right: 5px;
}
.index .chouse-package.ssl h1 {
  text-align: center;
  font-size: 50px;
  font-weight: 300;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .index .chouse-package.ssl h1 {
    font-size: 40px;
    padding: 0;
  }
}
.index .chouse-package.ssl .package-head {
  display: block;
  height: 45px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
}
@media (max-width: 767px) {
  .index .chouse-package.ssl .package-head {
    margin-top: 50px;
  }
}
.index .chouse-package.ssl .package-head p {
  font-size: 14px;
  font-weight: 600;
  line-height: 45px;
  color: #ffffff;
}
.index .chouse-package.ssl .package h2:after {
  content: "/mo";
  position: relative;
  top: 0;
  right: 0;
  font-size: 20px;
  font-weight: 300;
}
.index .chouse-package.ssl .package h3 {
  opacity: 0.4;
  color: #5b5b5b;
  font-size: 25px;
  font-weight: 300;
  text-align: center;
  padding-bottom: 50px;
}
.index .chouse-package.ssl .package h3:after {
  content: "/year";
  position: relative;
  top: 0;
  right: 0;
  font-size: 14px;
  font-weight: 600;
}
.index .chouse-package.ssl .package .wrapper span {
  display: inline-block;
  width: 49%;
  font-size: 14px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .index .chouse-package.ssl .package .wrapper span {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.index .chouse-package.ssl .package .wrapper span + span {
  text-align: right;
  font-weight: 600;
  color: #000000 !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .index .chouse-package.ssl .package .wrapper span + span {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.index .chouse-package.ssl .package .wrapper .percent {
  background-color: #FFFFFF;
  height: 10px;
}
.index .chouse-package.ssl .package .wrapper .percent .background {
  height: 10px;
  box-shadow: none !important;
}
.index .chouse-package.ssl .package ul li img {
  display: inline-block;
  width: 15px;
  height: 15px;
  opacity: 0.89;
}
.index .chouse-package.ssl .package ul li p {
  display: inline-block;
  font-size: 14px;
  padding-left: 20px;
}
.index .chouse-package.ssl .package a.btn, .index .chouse-package.ssl .package a.plancompare_columns_column_button, .index .chouse-package.ssl .package a.plancompare_tabs_button {
  width: 100%;
}
.index .chouse-package.ssl .btn.trans, .index .chouse-package.ssl .trans.plancompare_columns_column_button, .index .chouse-package.ssl .trans.plancompare_tabs_button {
  margin-top: 10px;
}
.index .chouse-package.ssl.backup .package {
  padding: 0;
  min-height: 450px;
  position: relative;
}
@media (max-width: 1199px) {
  .index .chouse-package.ssl.backup .package {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .index .chouse-package.ssl.backup .package:first-child {
    margin-bottom: 100px;
  }
}
.index .chouse-package.ssl.backup .package .package-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.index .chouse-package.ssl.backup .package .package-header h4 {
  color: #ffffff;
  opacity: 0.5;
  padding-top: 40px;
}
.index .chouse-package.ssl.backup .package .package-header h2 {
  color: #ffffff;
  padding-top: 0;
}
.index .chouse-package.ssl.backup .package .package-body {
  padding: 30px 30px;
  min-height: 200px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .index .chouse-package.ssl.backup .package .package-body {
    min-height: 240px;
  }
}
.index .chouse-package.ssl.backup .package a {
  max-width: 300px;
  margin: 0 auto;
  display: block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .index .chouse-package.ssl.backup .package a {
    max-width: 235px;
  }
}
@media (max-width: 767px) {
  .index .chouse-package.ssl.backup .package a {
    max-width: 225px;
  }
}
.index .chouse-package .package-head {
  text-align: center;
  padding: 0;
}
.index .chouse-package .package-head h2:after {
  content: "/mo";
  font-size: 14px;
  font-weight: 600;
  color: #7a7a7a;
}
.index .chouse-package .package-body {
  background-color: #E5E5E5;
}
.index .chouse-package .package-body ul li:before {
  content: "\f05d";
  font-family: "Fontawesome";
  color: #57c445;
}
.index .chouse-package .package-body ul li img {
  width: 14px;
  height: 14px;
  display: none;
  margin-right: 5px;
}
.index .chouse-package .package-body ul li p {
  display: inline-block;
  margin-bottom: 0;
}
.index .chouse-package .package-footer {
  padding: 1em;
  background-color: #E5E5E5;
}
.index .chouse-package .package-footer a {
  width: 100%;
}
.index .chouse-package.vps {
  position: relative;
  overflow: visible;
}
@media (min-width: 1500px) {
  .index .chouse-package.vps .container {
    width: 1470px;
  }
}
@media (max-width: 1199px) {
  .index .chouse-package.vps .container {
    width: 100% !important;
  }
}
.index .chouse-package.vps .container h1 {
  color: #515152;
  font-size: 50px;
  font-weight: 300;
}
.index .chouse-package.vps .container .vps-packages {
  margin-top: -200px;
  margin-bottom: 30px;
}
.index .chouse-package.vps .container .vps-packages .wrapper {
  position: relative;
  display: inline-block;
  width: 284px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .index .chouse-package.vps .container .vps-packages .wrapper {
    width: 224px;
  }
}
@media (max-width: 1199px) {
  .index .chouse-package.vps .container .vps-packages .wrapper {
    width: 49%;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .index .chouse-package.vps .container .vps-packages .wrapper {
    width: 100%;
  }
}
.index .chouse-package.vps .container .vps-packages .wrapper.popular .package-head {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.index .chouse-package.vps .container .vps-packages .wrapper.popular:before {
  content: "POPULAR VPS PLAN";
  display: block;
  position: absolute;
  top: -56px;
  left: 0;
  right: 0;
  height: 56px;
  opacity: 0.75;
  color: white;
  background-color: #bd2626;
  font-size: 14px;
  font-weight: 600;
  line-height: 56px;
  text-align: center;
}
.index .chouse-package.vps .container .vps-packages .wrapper .package-head {
  /* min-height: 238px;
  padding-left: 15px;
  padding-right: 15px; */
}
.index .chouse-package.vps .container .vps-packages .wrapper .package-head h2 {
  font-size: 48px;
}
.index .chouse-package.vps .container .vps-packages .wrapper .package-head h4 {
  font-size: 1.4em;
}
.index .chouse-package.vps .container .vps-packages .wrapper .package-head h5 {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  opacity: 1;
  padding: 1em;
}
.index .chouse-package.vps .container .vps-packages .wrapper .package-body .wrapper {
  width: 260px;
  box-shadow: none;
  padding-right: 20px;
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .index .chouse-package.vps .container .vps-packages .wrapper .package-body .wrapper {
    width: 194px;
  }
}
@media (max-width: 1199px) {
  .index .chouse-package.vps .container .vps-packages .wrapper .package-body .wrapper {
    width: 100%;
    margin-bottom: 0;
  }
}
.index .chouse-package.vps .container .vps-packages .wrapper .package-footer {
  padding-bottom: 25px;
}
.index .chouse-package.vps .container .vps-packages#newpost {
  display: none;
  margin-top: 0px;
  margin-bottom: 90px;
}
.index .chouse-package.vps .container .vps-packages#newpost .wrapper .package-head {
  min-height: 153px;
  background-color: inherit !important;
}
.index .chouse-package.vps .container .vps-packages#newpost .wrapper .package-head h2 {
  font-size: 50px;
}
.index .chouse-package #extend {
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  width: 363px;
  height: 70px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .index .chouse-package #extend {
    width: 200px;
  }
}
.index .chouse-package.hosting {
  position: relative;
  overflow: visible;
  padding-bottom: 100px;
}
.index .chouse-package.hosting h1 {
  text-align: center;
  padding-bottom: 30px;
  font-size: 50px;
  font-weight: 300;
}
.index .chouse-package.hosting .hosting-table {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .index .chouse-package.hosting .hosting-table {
    display: none;
  }
}
.index .chouse-package.hosting .hosting-table .table-full {
  width: 100%;
}
.index .chouse-package.hosting .hosting-table .table-full tr td:first-child {
  padding-left: 0;
}
.index .chouse-package.hosting .hosting-table .table-full tr td {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.index .chouse-package.hosting .hosting-table thead h2, .index .chouse-package.hosting .hosting-table thead h3 {
  color: #ffffff;
}
.index .chouse-package.hosting .hosting-table tr td {
  background-color: #ffffff;
  border: 1px solid rgba(151, 151, 151, 0.3);
  line-height: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .index .chouse-package.hosting .hosting-table tr td {
    font-size: 14px;
  }
}
.index .chouse-package.hosting .hosting-table tr td select {
  width: 80%;
  margin-left: 30px;
  background-color: rgba(151, 151, 151, 0.1);
}
@media (max-width: 767px) {
  .index .chouse-package.hosting .hosting-table tr td select {
    margin-left: 10px;
  }
}
.index .chouse-package.hosting .hosting-table tr td:first-child {
  text-align: left;
  text-indent: 30px;
}
@media (max-width: 767px) {
  .index .chouse-package.hosting .hosting-table tr td:first-child {
    text-indent: 10px;
  }
}
.index .chouse-package.hosting .hosting-table tr td img {
  width: 18px;
  height: 18px;
}
.index .chouse-package.hosting .hosting-table b {
  color: #0573CB;
}
.index .chouse-package.hosting .hosting-table .btn, .index .chouse-package.hosting .hosting-table .plancompare_columns_column_button, .index .chouse-package.hosting .hosting-table .plancompare_tabs_button {
  background-color: #ffffff;
  color: #0573CB;
}
@media (min-width: 768px) {
  .index .chouse-package.hosting .hosting-table.mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .index .chouse-package.hosting .hosting-table.mobile {
    display: table;
  }
}
.index .chouse-package.hosting .hosting-table.mobile thead {
  border-collapse: collapse;
  border-top: 25px solid #f9f9f9;
}
.index .chouse-package.hosting .hosting-table.mobile tr td {
  line-height: normal;
  text-align: center;
  padding: 10px 0;
}
.index .chouse-package.hosting .hosting-table.mobile tr td:first-child {
  line-height: normal;
  text-align: center;
  text-indent: 0;
  padding: 10px;
}
@media (max-width: 767px) {
  .index .chouse-package.hosting .hosting-table.mobile tr td select {
    width: 100%;
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .index .chouse-package.hosting #extend {
    display: block;
  }
}
@media (max-width: 767px) {
  .index .chouse-package.hosting #extend {
    display: none;
  }
}
.index .chouse-package.hosting #extendmob {
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  width: 363px;
  height: 70px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .index .chouse-package.hosting #extendmob {
    display: none;
  }
}
@media (max-width: 767px) {
  .index .chouse-package.hosting #extendmob {
    display: block;
    width: 200px;
  }
}
.index .chouse-package.bundles {
  padding: 90px 0;
}
.index .chouse-package.bundles h1 {
  font-size: 50px;
  font-weight: 300;
  padding-top: 0;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .index .chouse-package.bundles h1 {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .index .chouse-package.bundles .wrapper {
    text-align: center;
    width: 500px;
    margin: 50px auto;
  }
}
@media (max-width: 767px) {
  .index .chouse-package.bundles .wrapper {
    margin-bottom: 50px;
  }
}
.index .chouse-package.bundles .package-head h4 {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  padding-bottom: 20px;
}
.index .chouse-package.bundles .package-head h2 {
  font-size: 40px;
}
.index .chouse-package.bundles .package-body {
  padding: 40px 20px;
}
.index .chouse-package.bundles .package-body .wrapper {
  max-width: 170px;
  margin: 0 auto;
  padding: 15px 0;
  text-align: left;
}
.index .chouse-package.bundles .package-body .wrapper img {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
}
.index .chouse-package.bundles .package-body .wrapper p {
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  color: #5b5b5b;
  font-size: 14px;
  font-weight: 400;
}
.index .chouse-package.bundles .package-body .wrapper a i {
  vertical-align: middle;
  font-size: 11px;
  opacity: 0.1;
  color: #030104;
}
.index .chouse-package.bundles .package-body .wrapper span + span {
  float: right;
  font-size: 14px;
  font-weight: 700;
}
.index .chouse-package.bundles .package-body .wrapper .percent {
  height: 20px;
  background-color: rgba(151, 151, 151, 0.1);
}
.index .chouse-package.bundles .package-body .wrapper .percent > div {
  height: 20px;
}
.index .chouse-package.bundles .package-body ul li {
  max-width: 170px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .index .chouse-package.bundles .package-body ul li {
    text-align: left;
  }
}
.index .chouse-package.bundles .package-body ul li img {
  margin-right: 15px;
}
@media (max-width: 1199px) {
  .index .chouse-package.bundles .package-body ul li img {
    display: inline-block;
    margin: 0 10px 0 0;
  }
}
.index .chouse-package.bundles .package-body ul li p a i {
  vertical-align: middle;
  font-size: 11px;
  opacity: 0.1;
  color: #030104;
}
.index .chouse-package.bundles .package-footer {
  text-align: center;
}
.index .chouse-package.bundles.email .package-body .wrapper {
  max-width: 450px;
}
.index .testimonials {
  position: relative;
}
.index .testimonials .videopreviews {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 780px;
  float: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .index .testimonials .videopreviews {
    height: 460px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .index .testimonials .videopreviews {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .index .testimonials .videopreviews {
    height: 480px;
  }
}
.index .testimonials .videopreviews li {
  position: relative;
  display: inline-block;
  float: left;
  height: 780px;
  width: 0;
  text-align: left;
  vertical-align: middle;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .index .testimonials .videopreviews li {
    height: 460px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .index .testimonials .videopreviews li {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .index .testimonials .videopreviews li {
    height: 480px;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
.index .testimonials .videopreviews li .container {
  display: table;
  height: 780px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .index .testimonials .videopreviews li .container {
    height: 460px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .index .testimonials .videopreviews li .container {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .index .testimonials .videopreviews li .container {
    height: 380px;
  }
}
.index .testimonials .videopreviews li .container .testimonialplay {
  display: none;
  position: absolute;
  top: 36%;
  left: 50%;
  font-size: 100px;
  margin-left: -50px;
  margin-top: -50px;
  color: #ffffff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .index .testimonials .videopreviews li .container .testimonialplay {
    top: 25%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .index .testimonials .videopreviews li .container .testimonialplay {
    top: 25%;
    font-size: 70px;
    margin-left: -35px;
    margin-top: -35px;
  }
}
@media (max-width: 767px) {
  .index .testimonials .videopreviews li .container .testimonialplay {
    top: 20%;
    font-size: 60px;
    margin-left: -30px;
    margin-top: -30px;
  }
}
.index .testimonials .videopreviews li .container .testimonialplay.active {
  display: block;
}
.index .testimonials .videopreviews li .container .testimonialplay.active:before {
  content: "\e929";
  opacity: 0.8;
}
.index .testimonials .videopreviews li .container .testimonialplay.active:hover:before {
  opacity: 1;
}
.index .testimonials .videopreviews li .container .testimonialplay:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "";
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.index .testimonials .videopreviews li .container .wrapper {
  position: absolute;
  bottom: 200px;
  left: 0;
  right: 0;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .index .testimonials .videopreviews li .container .wrapper {
    bottom: 190px;
  }
}
@media (max-width: 767px) {
  .index .testimonials .videopreviews li .container .wrapper {
    bottom: 220px;
  }
}
.index .testimonials .videopreviews li h2 {
  font-size: 37px;
  color: #ffffff;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .index .testimonials .videopreviews li h2 {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .index .testimonials .videopreviews li h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .index .testimonials .videopreviews li h2 {
    font-size: 18px;
    white-space: normal;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.index .testimonials .videopreviews li.active {
  width: 100%;
}
.index .testimonials .videos {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
  z-index: 4;
}
.index .testimonials .videos video {
  background-color: rgba(0, 0, 0, 0.85);
  display: none;
  height: 780px;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .index .testimonials .videos video {
    height: 460px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .index .testimonials .videos video {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .index .testimonials .videos video {
    height: 380px;
  }
}
.index .testimonials .videos video.active {
  display: block;
}
.index .testimonials .bottom-wrapper {
  text-align: center;
  position: relative;
  width: 770px;
  height: 135px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .index .testimonials .bottom-wrapper {
    width: 100%;
    padding: 0;
  }
}
.index .testimonials .bottom-wrapper .avatars {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 770px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  z-index: 5;
  text-align: center;
}
@media (max-width: 767px) {
  .index .testimonials .bottom-wrapper .avatars {
    top: 0;
    width: 100%;
    margin-top: 0px;
    overflow: hidden;
    height: 200px;
  }
}
.index .testimonials .bottom-wrapper .avatars li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 125px;
  width: 125px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .index .testimonials .bottom-wrapper .avatars li {
    width: 95px;
  }
}
.index .testimonials .bottom-wrapper .avatars li img {
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  height: 60px;
  width: 60px;
  margin-top: 8px;
  border-radius: 50%;
  opacity: 0.6;
}
.index .testimonials .bottom-wrapper .avatars li.active img, .index .testimonials .bottom-wrapper .avatars li:hover img {
  height: 76px;
  width: 76px;
  margin-top: 0;
  opacity: 1;
}
.index .testimonials .bottom-wrapper .avatars li.active .text, .index .testimonials .bottom-wrapper .avatars li:hover .text {
  height: 40px;
}
.index .testimonials .bottom-wrapper .avatars li:hover .text {
  z-index: 555;
  height: 40px;
}
.index .testimonials .bottom-wrapper .avatars li .text {
  height: 0px;
  overflow: hidden;
  position: absolute;
  top: 90px;
  left: 50%;
  width: 140px;
  margin-left: -70px;
  text-align: center;
  z-index: -1;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.index .testimonials .bottom-wrapper .avatars li .text h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .index .testimonials .bottom-wrapper .avatars li .text h3 {
    font-size: 12px;
  }
}
.index .testimonials .avatars-side-icon {
  position: absolute;
  bottom: 95px;
  right: 20px;
  font-size: 150px;
  color: #919191;
  opacity: 0.15;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .index .testimonials .avatars-side-icon {
    display: none;
  }
}
.index .faq {
  padding: 50px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index .faq {
    padding: 50px 15px;
  }
}
.index .faq h1 {
  font-size: 50px;
  font-weight: 300;
  text-align: center;
  padding-bottom: 40px;
}
.index .faq .md-input {
  position: relative;
  background-color: #ffffff;
  margin-bottom: 17px;
  padding: 42px 36px;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
.index .faq .md-input:last-child {
  margin-bottom: 0;
}
.index .faq .md-input h2 {
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .index .faq .md-input h2 {
    font-size: 20px;
  }
}
.index .faq .md-input .plus-minus {
  display: inline-block;
  float: right;
  border: none;
  background-color: transparent;
  color: #515152;
  font-size: 40px;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 36px;
  top: 42px;
}
@media (max-width: 767px) {
  .index .faq .md-input .plus-minus {
    float: none;
    display: block;
  }
}
.index .faq .md-input .plus-minus span {
  display: none;
}
.index .faq .md-input .plus-minus:before {
  content: "+";
}
.index .faq .md-input .plus-minus:hover, .index .faq .md-input .plus-minus:focus, .index .faq .md-input .plus-minus:target {
  outline: none;
}
.index .faq .md-input .plus-minus.remove-bar:before {
  content: "-";
}
.index .faq .md-input .hide-show {
  padding-top: 20px;
}
.index .faq .md-input .hide-show .hiden {
  display: none;
}
.index .whois {
  height: 306px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index .whois {
    height: auto;
    padding: 45px 15px;
  }
}
.index .whois .content {
  display: table-cell;
  width: 50%;
  height: 306px;
  float: left;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .index .whois .content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .index .whois .content {
    display: block;
    height: auto;
    float: none;
    padding: 45px 15px;
  }
}
.index .whois .content h1 {
  font-size: 36px;
  color: #ffffff;
}
.index .whois .content p {
  color: #ffffff;
}
.index .whois .content .wrapper {
  position: relative;
  display: block;
  margin: 0 auto;
}
.index .whois .content .wrapper .media {
  text-align: center;
}
.index .whois .content .wrapper .media i {
  color: #ffffff;
}
.index .whois .content .wrapper .media, .index .whois .content .wrapper .text {
  display: table-cell;
  vertical-align: middle;
  height: 306px;
  width: 50%;
}
@media (max-width: 767px) {
  .index .whois .content .wrapper .media, .index .whois .content .wrapper .text {
    display: block;
    height: auto;
    width: 100%;
    float: none;
    text-align: center;
    padding-bottom: 25px;
  }
}
.index .whois .content .wrapper .media .text-content, .index .whois .content .wrapper .text .text-content {
  display: block;
  max-width: 305px;
}
@media (max-width: 1199px) {
  .index .whois .content .wrapper .media .text-content, .index .whois .content .wrapper .text .text-content {
    margin-left: 0;
    max-width: unset;
    padding-right: 15px;
  }
}
.index .whois .content .wrapper .media img, .index .whois .content .wrapper .text img {
  max-width: 85px;
  display: block;
  margin: 0 auto;
}
.index .whois .content .wrapper .call {
  position: absolute;
  bottom: 43px;
  right: 56px;
  border: none;
  background-color: transparent;
}
@media (max-width: 1199px) {
  .index .whois .content .wrapper .call {
    bottom: 15px;
    right: 15px;
  }
}
@media (max-width: 767px) {
  .index .whois .content .wrapper .call {
    bottom: 0;
  }
}
.index .whois .content .wrapper .call:hover, .index .whois .content .wrapper .call:focus, .index .whois .content .wrapper .call:target {
  outline: none;
}
.index .whois .content .wrapper .call:hover {
  opacity: 0.7;
}
.index .whois.servers {
  height: auto;
}
.index .whois.servers .col-md-4 {
  padding: 0;
}
@media (max-width: 991px) {
  .index .whois.servers .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.index .whois.servers .wrapper {
  position: relative;
  padding: 80px 0 0 40px;
  min-height: 344px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .index .whois.servers .wrapper {
    min-height: 350px;
  }
}
.index .whois.servers .wrapper i {
  color: #ffffff;
  font-size: 35px;
}
.index .whois.servers .wrapper h1 {
  color: #ffffff;
  font-weight: 300;
  font-size: 28px;
  padding: 10px 0;
}
.index .whois.servers .wrapper p {
  color: #ffffff;
  max-width: 450px;
}
.index .whois.servers .wrapper p i {
  font-size: 50px;
}
@media (max-width: 767px) {
  .index .whois.servers .wrapper p {
    padding-right: 15px;
  }
}
.index .whois.servers .wrapper a {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
.index .whois.servers .wrapper a img {
  opacity: 0.7;
}
.index .whois.servers .wrapper a:hover img {
  opacity: 1;
}
.index .whois.servers.vps {
  padding-left: 0;
  padding-right: 0;
}
.index .whois.servers.vps i {
  color: #ffffff;
  font-size: 60px;
  margin-right: 15px;
}
.index .whois.servers.vps .col-sm-12 {
  padding: 0;
}
.index .whois.iedomain {
  height: 350px;
}
@media (max-width: 991px) {
  .index .whois.iedomain {
    height: auto;
  }
}
@media (max-width: 767px) {
  .index .whois.iedomain {
    padding: 0;
  }
}
.index .whois.iedomain .col-sm-12 {
  padding: 0;
}
.index .whois.iedomain .wrapper {
  height: 350px;
}
@media (max-width: 767px) {
  .index .whois.iedomain .wrapper {
    height: auto;
    padding: 50px 15px;
  }
}
.index .whois.iedomain .wrapper .icon-wrapper {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  height: 350px;
  width: 25%;
}
@media (max-width: 767px) {
  .index .whois.iedomain .wrapper .icon-wrapper {
    display: block;
    width: 100%;
    height: auto;
  }
  .index .whois.iedomain .wrapper .icon-wrapper i {
    line-height: normal;
  }
}
.index .whois.iedomain .wrapper .icon-wrapper i {
  font-size: 80px;
}
.index .whois.iedomain .wrapper .text-wrapper {
  display: inline-block;
  vertical-align: middle;
  height: 350px;
  padding-top: 120px;
  width: 50%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .index .whois.iedomain .wrapper .text-wrapper {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .index .whois.iedomain .wrapper .text-wrapper {
    display: block;
    text-align: center;
    width: 100%;
    height: auto;
    padding-top: 25px;
  }
}
.index .whois.iedomain .wrapper .text-wrapper p {
  font-size: 18px;
  font-weight: 400;
}
.index .whois.iedomain .wrapper h1, .index .whois.iedomain .wrapper p, .index .whois.iedomain .wrapper i {
  color: #ffffff;
}
.index .whois.iedomain .wrapper i {
  font-size: 50px;
  line-height: 350px;
}
.index .terms-content {
  padding-top: 75px;
  padding-bottom: 75px;
  overflow: hidden;
}
.index .terms-content table {
  width: 100%;
}
.index .terms-content table td, .index .terms-content table th {
  vertical-align: top;
  padding: 9px 15px 7px;
  font-size: 14px;
  line-height: 1.5;
  border: 1px solid white;
}
.index .terms-content table th {
  background: #747474;
  color: white;
  font-weight: 600;
}
.index .terms-content table td {
  color: #333;
  padding: 15px;
  background: #f6f6f6;
}
.index .terms-content ol.harms li::marker,
.index .terms-content ol.vps-terms li::marker {
  color: #3b79d2;
  font-weight: bold;
}
.index .terms-content ol.harms li:before,
.index .terms-content ol.vps-terms li:before {
  content: none;
  counter-increment: none;
}
.index .terms-content ol.harms ol,
.index .terms-content ol.vps-terms ol {
  padding-left: 20px;
  list-style-type: lower-alpha;
}
.index .terms-content h1 {
  font-size: 36px;
  font-weight: 400;
  color: #505050;
  padding-top: 20px;
}
.index .terms-content h2 {
  font-size: 30px;
  font-weight: 400;
  color: #505050;
  padding-top: 20px;
}
.index .terms-content p {
  font-size: 15px;
  font-weight: 400;
  color: #505050;
  padding-top: 20px;
  line-height: 30px;
}
.index .terms-content ul {
  padding-top: 20px;
}
.index .terms-content ul li {
  font-size: 15px;
  font-weight: 400;
  color: #505050;
  padding: 5px 0;
}
.index .terms-content ul li:before {
  content: "";
  position: relative;
  top: -2px;
  margin-right: 5px;
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 2px solid #0573CB;
  border-radius: 50%;
}
.index .terms-content ol {
  padding: 20px 0 0 0;
  margin: 0;
  list-style: none;
  counter-reset: myCounter;
}
.index .terms-content ol li {
  counter-increment: item;
  padding: 5px 0;
  font-size: 15px;
  font-weight: 400;
  color: #505050;
}
.index .terms-content ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  color: white;
  border: 1px solid #0573CB;
  border-radius: 50%;
  color: #0573CB;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  line-height: 15px;
  width: 15px;
  height: 15px;
  font-size: 10px;
}
.index .terms-content ol ol {
  padding-left: 30px;
}
.index .terms-content ol ol li:before {
  content: counter(myCounter, lower-alpha);
}
.index .terms-content ol ol ol {
  padding-left: 30px;
}
.index .terms-content ol ol ol li:before {
  content: counter(myCounter, lower-roman);
}
.index .control-pannel {
  padding: 50px 0;
}
.index .control-pannel h1 {
  font-size: 50px;
  font-weight: 400;
}
.index .control-pannel h2 {
  font-size: 30px;
  font-weight: 300;
  padding-bottom: 10px;
}
.index .control-pannel p {
  font-size: 15px;
  font-weight: 400;
  color: #505050;
}
.index .control-pannel .control-content .wrapper {
  margin-bottom: 50px;
}
.index .control-pannel .control-content .wrapper .img-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .index .control-pannel .control-content .wrapper .img-wrapper {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .index .control-pannel .control-content .wrapper .img-wrapper {
    display: block;
    width: 100%;
    text-align: center;
    padding: 25px 0;
  }
}
.index .control-pannel .control-content .wrapper .img-wrapper img {
  max-width: 160px;
}
.index .control-pannel .control-content .wrapper .text-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 79%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .index .control-pannel .control-content .wrapper .text-wrapper {
    width: 69%;
  }
}
@media (max-width: 767px) {
  .index .control-pannel .control-content .wrapper .text-wrapper {
    display: block;
    width: 100%;
    padding: 0 15px;
  }
}
.index .control-pannel .control-content .wrapper.no-img .text-wrapper {
  width: 100%;
  display: block;
}
.index .control-pannel .control-pannel-text {
  padding: 0 15px 100px 15px;
}
.index .control-pannel .control-pannel-text h1 {
  font-weight: 300;
  text-align: center;
  padding: 50px 15px 20px 15px;
}
.index .contact-about {
  padding: 100px 0;
}
.index .contact-about h1 {
  font-size: 50px;
  font-weight: 300;
  text-align: center;
  padding-bottom: 83px;
}
.index .contact-about .wrapper {
  text-align: center;
  height: 330px;
  padding-top: 67px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.11);
}
@media (max-width: 991px) {
  .index .contact-about .wrapper {
    margin-bottom: 67px;
  }
}
.index .contact-about .wrapper h2 {
  font-size: 26px;
  font-weight: 400;
  color: #0573CB;
  padding: 32px 0 16px 0;
}
.index .contact-about .wrapper p {
  max-width: 237px;
  margin: 0 auto;
}
.index .map {
  height: 647px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 115px;
  margin-bottom: 400px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .index .map {
    padding-top: 50px;
    margin-bottom: 450px;
  }
}
@media (max-width: 767px) {
  .index .map {
    padding-top: 50px;
    margin-bottom: 550px;
  }
}
@media (max-width: 550px) {
  .index .map {
    margin-bottom: 650px;
  }
}
.index .map .wrapper {
  text-align: center;
}
@media (max-width: 991px) {
  .index .map .wrapper img {
    margin-top: 50px;
  }
}
.index .map .wrapper label {
  display: block;
  opacity: 0.66;
  color: #bdbebf;
  font-size: 13px;
  font-weight: 700;
  padding-top: 25px;
}
.index .map .wrapper p {
  color: white;
  font-size: 26px;
  font-weight: 500;
}
.index .map .map-form {
  display: block;
  max-width: 1020px;
  margin: 80px auto;
  padding-bottom: 50px;
  background-color: #fff;
  box-shadow: 0 32px 76px rgba(0, 0, 0, 0.11);
}
@media (min-width: 768px) and (max-width: 991px) {
  .index .map .map-form {
    max-width: 750px;
  }
}
.index .map .map-form h1 {
  font-size: 42px;
  font-weight: 300;
  padding: 68px 15px 50px 15px;
  text-align: center;
}
.index .map .map-form form {
  padding-left: 106px;
  padding-right: 127px;
}
@media (max-width: 767px) {
  .index .map .map-form form {
    padding: 0 25px;
  }
}
.index .map .map-form form .md-input:last-child {
  margin-bottom: 66px;
}
.index .map .map-form form .md-input input[type=text], .index .map .map-form form .md-input input[type=password], .index .map .map-form form .md-input input[type=email], .index .map .map-form form .md-input input[type=tel], .index .map .map-form form .md-input select {
  height: 55px;
  line-height: 55px;
  border: 0.5px solid;
  border-color: rgba(151, 151, 151, 0.5);
  border-radius: 4px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  padding-left: 33px;
}
.index .map .map-form form .md-input ::-webkit-input-placeholder {
  font-weight: 500;
  color: #a3a3a3;
}
.index .map .map-form form .md-input ::-moz-placeholder {
  font-weight: 500;
  color: #a3a3a3;
}
.index .map .map-form form .md-input :-ms-input-placeholder {
  font-weight: 500;
  color: #a3a3a3;
}
.index .map .map-form form .md-input input:-moz-placeholder {
  font-weight: 500;
  color: #a3a3a3;
}
.index .map .map-form form .md-input textarea {
  height: 184px;
  border: 0.5px solid;
  border-color: rgba(151, 151, 151, 0.5);
  border-radius: 4px;
  margin-top: 8px;
  margin-bottom: 23px;
  padding-top: 22px;
  padding-left: 33px;
  font-size: 16px;
  font-weight: 500;
}
.index .map .map-form form .md-input .btn, .index .map .map-form form .md-input .plancompare_columns_column_button, .index .map .map-form form .md-input .plancompare_tabs_button {
  width: 100%;
  height: 64px;
  line-height: 64px;
}
@media (max-width: 991px) {
  .index .map .map-form form .md-input img {
    display: block;
    margin: 0 auto;
  }
}
.index .map-footer {
  text-align: center;
  padding: 0 0 90px 0;
}
.index .map-footer h1 {
  font-size: 42px;
  font-weight: 300;
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  .index .map-footer h1 {
    padding: 0 15px 35px 15px;
  }
}
.index .map-footer p {
  display: inline-block;
}
@media (max-width: 767px) {
  .index .map-footer p {
    display: block;
  }
}
.index .map-footer a {
  font-size: 18px;
  font-weight: 300;
  color: #515152;
  border: 1px solid #979797;
}
@media (max-width: 767px) {
  .index .map-footer a {
    display: block;
    max-width: 270px;
    margin: 15px auto;
  }
}
.index .map-footer a:hover {
  color: #ffffff;
  border: 1px solid #dddddd;
  background-color: #1a2833;
}
.index .slider {
  background-color: #FFFFFF;
  padding: 90px 0;
}
.index .slider h1 {
  text-align: center;
  padding-bottom: 1em;
  font-size: 3em;
  font-weight: 300;
}
@media (max-width: 767px) {
  .index .slider h1 {
    font-size: 2em;
  }
}
.index .slider .carousel-indicators {
  bottom: -30px;
  width: 100%;
  left: 0;
  margin-left: 0;
}
.index .slider .carousel-indicators li {
  position: relative;
  border: 2px solid #0573CB;
  width: 20px;
  height: 20px;
  margin: 0 7px;
  background-color: #ffffff;
}
.index .slider .carousel-indicators li:after {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  background-color: #ffffff;
  border-radius: 50%;
  top: 8px;
  left: 8px;
  transition: all 0.2s ease-out;
}
.index .slider .carousel-indicators li.active:after {
  width: 10px;
  height: 10px;
  background-color: #0573CB;
  top: 3px;
  left: 3px;
  transition: all 0.2s ease-in;
}
.index .slider .carousel-inner .item img {
  height: 600px;
  width: auto;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .index .slider .carousel-inner .item img {
    height: auto;
    width: 100%;
  }
}
.index .slider .carousel-control {
  background: none;
  top: 50%;
  margin-top: -15px;
  opacity: 1;
  text-shadow: none;
  color: #0573CB;
}
.index .slider .carousel-control span.fa {
  font-size: 30px;
  background-color: #FFF;
  width: 30px;
  height: 30px;
  border-radius: 15px;
}
.index .slider .carousel-control span.fa.fa-angle-right:before {
  position: relative;
  top: -1px;
  left: 2px;
}
.index .slider .carousel-control span.fa.fa-angle-left:before {
  position: relative;
  top: -1px;
  left: -2px;
}
.index .cta {
  padding: 70px 0;
  background-color: #557eb6;
}
.index .cta .cta-wrapper {
  display: table;
  width: 100%;
}
@media (max-width: 767px) {
  .index .cta .cta-wrapper {
    display: block;
  }
}
.index .cta .cta-wrapper .text {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  color: #ffffff;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 300;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .index .cta .cta-wrapper .text {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .index .cta .cta-wrapper .text {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .index .cta .cta-wrapper .text {
    display: block;
    padding: 0 0 60px 0;
    text-align: center;
  }
}
.index .cta .cta-wrapper .text b {
  font-weight: 700;
}
.index .cta .cta-wrapper .button {
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 991px) {
  .index .cta .cta-wrapper .button {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .index .cta .cta-wrapper .button {
    display: block;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .index .cta .cta-wrapper .button .btn, .index .cta .cta-wrapper .button .plancompare_columns_column_button, .index .cta .cta-wrapper .button .plancompare_tabs_button {
    display: block;
    padding: 0;
  }
}
.index .cta p {
  color: #ffffff;
}
.index .cta.domain h1 {
  text-align: center;
  font-weight: 400;
  padding-bottom: 40px;
}
.index .cta.domain .search {
  display: block;
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  border-radius: 6px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .index .cta.domain .search {
    max-width: 1200px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.index .cta.domain .search input[type=text] {
  height: 75px;
  width: 100%;
  font-size: 19px;
  font-weight: 600;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  background-color: #ffffff;
  padding-right: 280px;
  padding-left: 40px;
  border-radius: 6px 6px 6px 0;
}
@media (max-width: 767px) {
  .index .cta.domain .search input[type=text] {
    height: 45px;
    padding-right: 90px;
    padding-left: 15px;
    font-size: 14px;
  }
}
.index .cta.domain .search input[type=text]::-webkit-input-placeholder {
  font-style: italic;
}
.index .cta.domain .search input[type=text]:-moz-placeholder {
  font-style: italic;
}
.index .cta.domain .search input[type=text]::-moz-placeholder {
  font-style: italic;
}
.index .cta.domain .search input[type=text]:-ms-input-placeholder {
  font-style: italic;
}
.index .cta.domain .search button {
  position: absolute;
  top: 0;
  right: 0;
  height: 75px;
  width: 240px;
  background-color: #0573CB;
  border: none;
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  border-radius: 0 6px 6px 0;
}
@media (max-width: 767px) {
  .index .cta.domain .search button {
    height: 45px;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }
}
.index .cta.domain .search button:hover {
  background-color: #045fa8;
}
.index .cta.hosting {
  text-align: center;
}
.index .cta.hosting h1 {
  color: #515152;
  font-size: 36px;
  font-weight: 300;
  padding-bottom: 25px;
}
.index .cta.hosting a {
  display: inline-block;
  height: 60px;
  vertical-align: middle;
  line-height: 60px;
  font-size: 18px;
  font-weight: 500;
}
.index .cta.hosting a.green {
  background-color: #B0D631;
  color: #fff;
}
.index .cta.hosting a i {
  font-size: 18px;
  font-weight: 600;
  padding-left: 15px;
}
.index .templates-content {
  padding: 100px 15px 200px 15px;
  text-align: center;
  background-color: #f9f9f9;
}
@media (max-width: 767px) {
  .index .templates-content {
    padding-bottom: 100px;
  }
}
.index .templates-content p:first-of-type {
  font-size: 20px;
  font-weight: 100;
  padding-bottom: 100px;
}
.index .templates-content .templates .wrapper {
  position: relative;
  display: inline-block;
  min-height: 300px;
  margin: 30px 0;
  background-color: #fff;
  text-align: center;
  width: 100%;
  padding: 30px 0;
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.08);
}
@media (max-width: 500px) {
  .index .templates-content .templates .wrapper {
    min-height: 400px;
    margin: 30px 0;
  }
}
.index .templates-content .templates .wrapper img {
  max-width: 200px;
  max-height: 150px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .index .templates-content .templates .wrapper img {
    max-width: 150px;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .index .templates-content .templates .wrapper img {
    max-width: 250px;
  }
}
@media (max-width: 500px) {
  .index .templates-content .templates .wrapper img {
    max-width: 150px;
  }
}
.index .templates-content .templates .wrapper .hover-field {
  display: none;
}
.index .templates-content .templates .wrapper .hover-field h2 {
  color: #ffffff;
  font-size: 50px;
}
.index .templates-content .templates .wrapper .hover-field h3 {
  color: #ffffff;
  font-size: 14px;
  padding-bottom: 20px;
  opacity: 0.6;
}
.index .templates-content .templates .wrapper .hover-field ul {
  position: relative;
  max-width: 160px;
  left: 50%;
  margin-left: -80px;
  text-align: left;
}
.index .templates-content .templates .wrapper .hover-field ul li {
  position: relative;
  color: #ffffff;
  padding: 15px 0;
}
.index .templates-content .templates .wrapper .hover-field ul li:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 18px;
  width: 15px;
  height: 15px;
  background-image: url("http://new1.letshost.ie/wp-content/uploads/2016/09/pricing-list-icon-white.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.index .templates-content .templates .wrapper:hover {
  background-color: #0573CB;
  box-shadow: 0 22px 40px rgba(32, 147, 238, 0.08);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.index .templates-content .templates .wrapper:hover img {
  display: none;
}
.index .templates-content .templates .wrapper:hover .hover-field {
  display: block;
}
.index .templates-content .templates .wrapper:hover .hover-field img {
  display: block;
  position: initial;
  padding-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .index .templates-content .templates .col-sm-10 {
    left: 8.33333%;
  }
}
@media (max-width: 767px) {
  .index .templates-content .templates .col-sm-10 {
    left: 0;
  }
}
.index .team {
  padding: 100px 0;
  text-align: center;
}
.index .team h1 {
  font-size: 50px;
  font-weight: 300;
  padding-bottom: 120px;
}
.index .team .btn, .index .team .plancompare_columns_column_button, .index .team .plancompare_tabs_button,
.index .team .plancompare_columns_column .btn,
.plancompare_columns_column .index .team .btn {
  margin-top: 100px;
}
.index .team .wrapper {
  position: relative;
  margin-bottom: 140px;
  z-index: 99;
}
.index .team .wrapper h2 {
  font-weight: 300;
  font-size: 24px;
  color: #515152;
  padding-top: 20px;
}
.index .team .wrapper h3 {
  opacity: 0.6;
  color: #525252;
  font-size: 14px;
  font-weight: 700;
}
.index .team .wrapper i {
  color: #0573CB;
  font-size: 55px;
}
.index .team .wrapper .user-info {
  position: absolute;
  top: -125px;
  left: 0;
  right: 0;
  padding: 15px 25px;
  background-color: rgba(32, 147, 238, 0.9);
  border-radius: 10px;
  z-index: 9999;
}
@media (max-width: 767px) {
  .index .team .wrapper .user-info {
    top: 0;
  }
}
.index .team .wrapper .user-info h2 {
  color: #ffffff;
}
.index .team .wrapper .user-info h3 {
  color: #ffffff;
}
.index .team .wrapper .user-info p {
  color: #ffffff;
}
.index .team .wrapper .user-bio.vanish {
  opacity: 0;
}
.index .team .wrapper .user-bio.vanish i, .index .team .wrapper .user-bio.vanish h2, .index .team .wrapper .user-bio.vanish h3 {
  opacity: 0;
}
.index .team #fullteam {
  display: none;
}
.index .numbers {
  text-align: center;
  padding: 150px 0 250px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .index .numbers {
    padding: 100px 0;
  }
}
.index .numbers h1 {
  color: #ffffff;
  font-size: 50px;
  font-weight: 300;
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .index .numbers h1 {
    padding-bottom: 100px;
  }
}
.index .numbers h2 {
  color: #ffffff;
  font-size: 85px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .index .numbers h2 {
    font-size: 55px;
  }
}
.index .numbers h2.percent:after {
  content: "%";
  position: relative;
  display: inline-block;
  font-size: 30px;
}
.index .numbers p {
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .index .numbers p {
    padding-bottom: 15px;
  }
}
.index .customers-saying {
  padding: 110px 0 90px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}
.index .customers-saying h1 {
  color: #515152;
  font-size: 50px;
  font-weight: 300;
  padding-bottom: 90px;
}
.index .customers-saying .autoplay .slick-slide .img-wrapper img {
  margin: 0 auto;
}
.index .customers-saying .autoplay .content {
  padding: 50px 0 65px 0;
}
.index .customers-saying .autoplay .content p {
  color: #515152;
  font-size: 24px;
  font-weight: 300;
  max-width: 650px;
  margin: 0 auto 35px auto;
}
.index .customers-saying .autoplay .content b {
  color: #515152;
  font-size: 14px;
  font-weight: 700;
}
.index .customers-saying .autoplay .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #7a7a7a;
  border-radius: 50%;
}
.index .customers-saying .autoplay .slick-dots li button:hover:before {
  border-color: #0573CB;
}
.index .customers-saying .autoplay .slick-dots li.slick-active button {
  position: relative;
  border: 1px solid #0573CB;
  border-radius: 50%;
  left: -5px;
  top: -4px;
}
.index .customers-saying .autoplay .slick-dots li.slick-active button:before {
  background-color: #0573CB;
  border: 1px solid #0573CB;
  width: 10px;
  height: 10px;
  top: 4px;
  left: 4px;
}
@media (max-width: 767px) {
  .index .customers-saying .autoplay .slick-dots li {
    margin: 0 15px;
    height: 25px;
    width: 25px;
  }
}
.index .careers-section {
  text-align: center;
  padding: 75px 0 110px 0;
}
.index .careers-section .wrapper {
  padding: 100px 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 9px 15px rgba(0, 0, 0, 0.07);
}
@media (max-width: 767px) {
  .index .careers-section .wrapper {
    padding: 100px 15px;
  }
}
.index .careers-section .wrapper h1 {
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .index .careers-section .wrapper h1 {
    padding-bottom: 20px;
  }
}
.index .careers-section .wrapper a {
  font-size: 50px;
  font-weight: 300;
  color: #0573CB;
}
@media (max-width: 767px) {
  .index .careers-section .wrapper a {
    font-size: 33px;
  }
}
.index .careers-section .wrapper a:after {
  content: "";
  display: block;
  position: relative;
  height: 3px;
  width: 380px;
  margin: 0 auto;
  background-color: #0573CB;
  bottom: 14px;
}
@media (max-width: 767px) {
  .index .careers-section .wrapper a:after {
    width: 240px;
    bottom: 8px;
  }
}
.index .careers-section.vacancies h1 {
  padding-bottom: 50px;
  color: #515152;
  font-size: 50px;
  font-weight: 300;
}
.index .careers-section.vacancies .wrapper {
  box-shadow: none;
  padding: 100px 0 0 0;
}
.index .careers-section.vacancies .wrapper .md-input {
  position: relative;
  padding: 55px 50px 50px 50px;
  text-align: left;
  border-radius: 5px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.11);
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .index .careers-section.vacancies .wrapper .md-input {
    padding: 50px 25px;
  }
}
.index .careers-section.vacancies .wrapper .md-input:last-child {
  margin-bottom: 0;
}
.index .careers-section.vacancies .wrapper .md-input h2 {
  color: #0573CB;
  font-size: 30px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .index .careers-section.vacancies .wrapper .md-input h2 {
    text-align: center;
  }
}
.index .careers-section.vacancies .wrapper .md-input p {
  color: #505050;
  font-size: 14px;
  font-weight: 400;
  padding-top: 20px;
}
.index .careers-section.vacancies .wrapper .md-input .btn, .index .careers-section.vacancies .wrapper .md-input .plancompare_columns_column_button, .index .careers-section.vacancies .wrapper .md-input .plancompare_tabs_button {
  position: absolute;
  top: 53px;
  right: 50px;
  height: 48px;
  color: rgba(91, 91, 91, 0.3);
  border: 1px solid rgba(91, 91, 91, 0.3);
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.index .careers-section.vacancies .wrapper .md-input .btn:hover, .index .careers-section.vacancies .wrapper .md-input .plancompare_columns_column_button:hover, .index .careers-section.vacancies .wrapper .md-input .plancompare_tabs_button:hover {
  color: #ffffff;
  background-color: #0573CB;
  border: 1px solid #0573CB;
}
.index .careers-section.vacancies .wrapper .md-input .btn:after, .index .careers-section.vacancies .wrapper .md-input .plancompare_columns_column_button:after, .index .careers-section.vacancies .wrapper .md-input .plancompare_tabs_button:after {
  display: none;
}
@media (max-width: 991px) {
  .index .careers-section.vacancies .wrapper .md-input .btn, .index .careers-section.vacancies .wrapper .md-input .plancompare_columns_column_button, .index .careers-section.vacancies .wrapper .md-input .plancompare_tabs_button {
    position: initial;
    margin: 0 auto;
    max-width: 150px;
    display: block;
  }
}
.index .careers-section.vacancies .wrapper .md-input .text h3 {
  padding-top: 65px;
  font-size: 24px;
  font-weight: 400;
}
.index .careers-section.vacancies .wrapper .md-input .text ul {
  padding-top: 20px;
}
.index .careers-section.vacancies .wrapper .md-input .text ul li {
  font-size: 14px;
  font-weight: 400;
  color: #5b5b5b;
  padding: 10px 0;
}
.index .careers-section.vacancies .wrapper .md-input .text ul li:before {
  content: "";
  position: relative;
  top: 0;
  margin-right: 5px;
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 2px solid #0573CB;
  border-radius: 50%;
}
.index .careers-section.vacancies .wrapper .md-input .text .btn, .index .careers-section.vacancies .wrapper .md-input .text .plancompare_columns_column_button, .index .careers-section.vacancies .wrapper .md-input .text .plancompare_tabs_button {
  position: initial;
  margin-top: 65px;
  background-color: #0573CB;
  color: #ffffff;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.index .careers-section.vacancies .wrapper .md-input .text .btn:hover, .index .careers-section.vacancies .wrapper .md-input .text .plancompare_columns_column_button:hover, .index .careers-section.vacancies .wrapper .md-input .text .plancompare_tabs_button:hover {
  background-color: #4972af;
}
@media (max-width: 767px) {
  .index .location {
    padding: 15px;
  }
}
.index .location .wrapper {
  height: 200px;
  padding-left: 37%;
  margin-left: -100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .index .location .wrapper {
    padding-left: 0;
    margin-left: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .index .location .wrapper {
    padding-left: 0;
    margin: 0 auto;
    max-width: 450px;
  }
}
@media (max-width: 767px) {
  .index .location .wrapper {
    height: auto;
    text-align: center;
    padding: 25px 0;
    margin: 0;
  }
}
.index .location .wrapper .icon-wrapper {
  display: inline-block;
  height: 200px;
}
@media (max-width: 767px) {
  .index .location .wrapper .icon-wrapper {
    display: block;
    height: 50px;
  }
}
.index .location .wrapper .icon-wrapper i {
  color: #0573CB;
  font-size: 40px;
  padding-right: 30px;
  line-height: 200px;
}
@media (max-width: 767px) {
  .index .location .wrapper .icon-wrapper i {
    line-height: normal;
    padding-right: 0;
  }
}
.index .location .wrapper .icon-wrapper p {
  color: #0573CB;
  font-size: 40px;
  padding-right: 30px;
  line-height: 200px;
}
@media (max-width: 767px) {
  .index .location .wrapper .icon-wrapper p {
    line-height: normal;
    padding-right: 0;
  }
}
.index .location .wrapper .text-wrapper {
  display: inline-block;
  max-width: 360px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .index .location .wrapper .text-wrapper {
    display: block;
    max-width: none;
  }
}
.index .location .wrapper .text-wrapper h3 {
  color: #7a7a7a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.4px;
  opacity: 0.66;
}
.index .location .wrapper .text-wrapper h2 {
  font-size: 36px;
  font-weight: 500;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .index .location .wrapper .text-wrapper h2 {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .index .location .wrapper .text-wrapper h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .index .location .wrapper .text-wrapper h2 {
    font-size: 30px;
  }
}
.index .location .wrapper .text-wrapper a {
  transition: all 0.5s ease;
}
.index .location .wrapper .text-wrapper a:hover h3, .index .location .wrapper .text-wrapper a:hover h2 {
  color: #0573CB;
}
.index .location .GoogleMap > div {
  height: 600px;
}
.index .protection {
  padding: 90px 0 150px 0;
  text-align: center;
}
.index .protection h1 {
  color: #505050;
  font-size: 50px;
  font-weight: 300;
}
.index .protection p {
  color: #505050;
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
}
.index .protection .title p {
  max-width: 800px;
  margin: 40px auto 100px auto;
}
@media (max-width: 767px) {
  .index .protection .title p {
    padding: 0 15px;
  }
}
.index .protection ul li i {
  color: #0573CB;
  font-size: 50px;
}
.index .protection ul li h2 {
  color: #0573CB;
  font-size: 26px;
  font-weight: 400;
  line-height: 33px;
  padding: 15px 0;
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .index .protection ul li h2 {
    min-height: 130px;
  }
}
@media (max-width: 767px) {
  .index .protection ul li h2 {
    min-height: unset;
  }
}
.index .protection ul li p {
  font-weight: 300;
  max-width: 400px;
  margin: 0 auto 90px auto;
}
.index.wizard .hero {
  min-height: 260px;
}
.index.wizard .domain-wizard {
  background-color: #e8e8e8;
}
@media (max-width: 991px) {
  .index.wizard .domain-wizard {
    height: auto;
  }
}
.index.wizard .domain-wizard .cell p {
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.index.wizard .domain-wizard form {
  display: block;
  position: relative;
  top: -30px;
  max-width: 1110px;
  background-color: #ffffff;
  padding: 60px 65px;
  margin: 0 auto;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .index.wizard .domain-wizard form {
    top: 0;
    padding: 60px 15px;
  }
}
.index.wizard .domain-wizard form h2 {
  display: table-caption;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .index.wizard .domain-wizard form h2 {
    display: block;
    padding: 0 15px;
    text-align: center;
  }
}
.index.wizard .domain-wizard form .qn {
  display: none;
}
.index.wizard .domain-wizard form .qn.ql2 .cell .md-input {
  display: block;
  padding: 27px 0;
}
.index.wizard .domain-wizard form .qn.ql2 .cell .md-input .text-wrapper {
  right: 80px;
}
.index.wizard .domain-wizard form .qn:first-child {
  position: relative;
  display: table;
  width: 100%;
}
.index.wizard .domain-wizard form .cell {
  display: table-cell;
  width: 49%;
  padding: 0 15px;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .index.wizard .domain-wizard form .cell {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.index.wizard .domain-wizard form .cell .md-input {
  display: block;
  padding: 21px 0;
}
@media (max-width: 991px) {
  .index.wizard .domain-wizard form .cell .md-input {
    text-align: center;
  }
}
.index.wizard .domain-wizard form .cell .md-input input[type=radio], .index.wizard .domain-wizard form .cell .md-input input[type=checkbox] {
  display: none;
}
.index.wizard .domain-wizard form .cell .md-input input[type=radio] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 17px 0 0;
  vertical-align: middle;
  background: url("http://new1.letshost.ie/wp-content/uploads/2016/08/radio-unchecked.png") left top no-repeat;
  margin-right: 17px;
  cursor: pointer;
}
.index.wizard .domain-wizard form .cell .md-input input[type=radio]:checked + label span {
  background: url("http://new1.letshost.ie/wp-content/uploads/2016/08/radio-checked.png") left top no-repeat;
}
.index.wizard .domain-wizard form .cell .md-input label {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #1a2833;
  text-indent: -35px;
}
@media (max-width: 991px) {
  .index.wizard .domain-wizard form .cell .md-input label {
    text-indent: 0;
  }
}
.index.wizard .domain-wizard form .cell .md-input .img-wrapper {
  position: absolute;
  top: 55px;
  right: 0;
  width: 450px;
  height: 322px;
  background-color: white;
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.07);
  padding-top: 55px;
  padding-left: 50px;
}
@media (max-width: 991px) {
  .index.wizard .domain-wizard form .cell .md-input .img-wrapper {
    position: initial;
    display: block;
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
  }
}
.index.wizard .domain-wizard form .cell .md-input .img-wrapper img {
  position: absolute;
  width: 341px;
  height: 211px;
  margin: 0 auto;
  z-index: 99;
}
@media (max-width: 991px) {
  .index.wizard .domain-wizard form .cell .md-input .img-wrapper img {
    position: initial;
    max-width: 341px;
    width: 100%;
  }
}
.index.wizard .domain-wizard form .cell .md-input .img-wrapper img.hide {
  display: none;
}
.index.wizard .domain-wizard form .cell .md-input .img-wrapper img.show {
  display: block !important;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
}
.index.wizard .domain-wizard form .cell .md-input .text-wrapper {
  position: absolute;
  top: 55px;
  right: 0;
  width: 412px;
  background-color: #203e56;
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.07);
}
@media (max-width: 991px) {
  .index.wizard .domain-wizard form .cell .md-input .text-wrapper {
    position: initial;
    display: block;
    max-width: 412px;
    width: 100%;
    margin: 25px auto;
  }
}
.index.wizard .domain-wizard form .cell .md-input .text-wrapper p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  padding: 40px 35px;
}
.index.wizard .domain-wizard form .cell .wrapper {
  background-color: #0573CB;
  padding-top: 57px;
  padding-left: 48px;
}
@media (max-width: 991px) {
  .index.wizard .domain-wizard form .cell .wrapper {
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.index.wizard .domain-wizard form .cell .wrapper h2 {
  color: white;
  font-size: 39px;
  font-weight: 300;
  padding-bottom: 44px;
  line-height: 47px;
}
@media (max-width: 450px) {
  .index.wizard .domain-wizard form .cell .wrapper h2 {
    font-size: 30px;
  }
}
.index.wizard .domain-wizard form .cell .wrapper .md-input {
  height: 100px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 450px) {
  .index.wizard .domain-wizard form .cell .wrapper .md-input {
    height: auto;
    padding-bottom: 20px;
  }
}
.index.wizard .domain-wizard form .cell .wrapper .md-input span {
  display: inline-block;
  max-width: 208px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  padding: 22px 0;
}
@media (max-width: 450px) {
  .index.wizard .domain-wizard form .cell .wrapper .md-input span {
    max-width: unset;
    display: block;
    font-size: 16px;
  }
}
.index.wizard .domain-wizard form .cell .wrapper .md-input a {
  display: inline-block;
  width: 20px;
  line-height: 100px;
  vertical-align: middle;
  float: right;
  padding-right: 53px;
}
@media (max-width: 450px) {
  .index.wizard .domain-wizard form .cell .wrapper .md-input a {
    display: block;
    width: 100%;
    line-height: normal;
    float: none;
  }
}
.index.wizard .domain-wizard form .cell .wrapper .md-input a i {
  color: #ffffff;
  font-size: 25px;
  font-weight: 100;
}
.index.wizard .domain-wizard form .cell .wrapper .md-input a:hover i {
  color: #4972af;
}
.index.wizard .domain-wizard form .form-bottom {
  display: table;
  width: 100%;
  padding-top: 30px;
}
.index.wizard .domain-wizard form .form-bottom p {
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  color: #a3a3a3;
}
.index.wizard .domain-wizard form .form-bottom p a {
  color: #0573CB;
}
.index.wizard .domain-wizard form .form-bottom .btn, .index.wizard .domain-wizard form .form-bottom .plancompare_columns_column_button, .index.wizard .domain-wizard form .form-bottom .plancompare_tabs_button {
  width: 300px;
  height: 64px;
  float: right;
}
@media (max-width: 991px) {
  .index.wizard .domain-wizard form .form-bottom .btn, .index.wizard .domain-wizard form .form-bottom .plancompare_columns_column_button, .index.wizard .domain-wizard form .form-bottom .plancompare_tabs_button {
    float: none;
    margin-top: 25px;
  }
}
.index.wizard .domain-wizard form.dns .cell .wrapper .md-input span {
  padding: 0;
}
.index.wizard .domain-wizard form.dns .cell .wrapper .md-input a {
  line-height: 54px;
}
.index.wizard .domain-wizard form .caldera-form-page .single h2 {
  display: block;
  padding: 0 0 15px 0;
}
@media (max-width: 1199px) {
  .index.wizard .domain-wizard form .caldera-form-page .single h2 {
    text-align: center;
  }
}
.index.wizard .domain-wizard form .caldera-form-page .single .cboxes {
  position: relative;
}
.index.wizard .domain-wizard form .caldera-form-page .single .cboxes .radio {
  position: initial !important;
}
.index.wizard .domain-wizard form .caldera-form-page .single .cboxes .radio label {
  font-size: 15px;
  font-weight: 400;
  color: #1a2833;
  padding: 21px 0;
  text-indent: -30px;
}
@media (max-width: 1199px) {
  .index.wizard .domain-wizard form .caldera-form-page .single .cboxes .radio label {
    width: 100%;
    text-align: center;
  }
}
.index.wizard .domain-wizard form .caldera-form-page .single .cboxes .radio label input[type=radio], .index.wizard .domain-wizard form .caldera-form-page .single .cboxes .radio label input[type=checkbox] {
  display: none;
}
.index.wizard .domain-wizard form .caldera-form-page .single .cboxes .radio label input[type=radio] + span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 17px 0 0;
  vertical-align: middle;
  background: url("http://new1.letshost.ie/wp-content/uploads/2016/08/radio-unchecked.png") left top no-repeat;
  margin-right: 17px;
  cursor: pointer;
}
.index.wizard .domain-wizard form .caldera-form-page .single .cboxes .radio label input[type=radio]:checked + span {
  background: url("http://new1.letshost.ie/wp-content/uploads/2016/08/radio-checked.png") left top no-repeat;
}
.index.wizard .domain-wizard form .caldera-form-page .single .cboxes .radio img {
  position: absolute;
  top: 0;
  right: 0;
  padding: 40px;
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1199px) {
  .index.wizard .domain-wizard form .caldera-form-page .single .cboxes .radio img {
    position: initial;
    display: block;
    text-align: center;
    max-width: 450px;
    max-height: 300px;
    width: 100%;
    margin: 0 auto;
  }
}
.index.wizard .domain-wizard form .caldera-form-page .form-group.cb {
  position: relative;
}
.index.wizard .domain-wizard form .caldera-form-page .form-group.cb .radio {
  position: initial;
  padding: 21px 0;
}
.index.wizard .domain-wizard form .caldera-form-page .form-group.cb .radio label {
  width: 50%;
  font-size: 15px;
  font-weight: 400;
  color: #1a2833;
}
@media (max-width: 1199px) {
  .index.wizard .domain-wizard form .caldera-form-page .form-group.cb .radio label {
    width: 100%;
    text-align: center;
  }
}
.index.wizard .domain-wizard form .caldera-form-page .form-group.cb .radio label input[type=radio], .index.wizard .domain-wizard form .caldera-form-page .form-group.cb .radio label input[type=checkbox] {
  display: none;
}
.index.wizard .domain-wizard form .caldera-form-page .form-group.cb .radio label input[type=radio] + span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 17px 0 0;
  vertical-align: middle;
  background: url("http://new1.letshost.ie/wp-content/uploads/2016/08/radio-unchecked.png") left top no-repeat;
  margin-right: 17px;
  cursor: pointer;
}
.index.wizard .domain-wizard form .caldera-form-page .form-group.cb .radio label input[type=radio]:checked + span {
  background: url("http://new1.letshost.ie/wp-content/uploads/2016/08/radio-checked.png") left top no-repeat;
}
.index.wizard .domain-wizard form .caldera-form-page .form-group.cb .radio img {
  position: absolute;
  top: 0;
  right: 0;
  padding: 40px;
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.2);
}
.index.wizard .domain-wizard form .caldera-form-page .form-group.cb .radio .text-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 412px;
  background-color: #203e56;
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.07);
}
@media (max-width: 1199px) {
  .index.wizard .domain-wizard form .caldera-form-page .form-group.cb .radio .text-wrapper {
    display: block;
    position: initial;
    margin: 20px auto;
    max-width: 400px;
    width: 100%;
  }
}
.index.wizard .domain-wizard form .caldera-form-page .form-group.cb .radio .text-wrapper p {
  color: #ffffff;
  padding: 40px 35px;
}
.index.wizard .domain-wizard form .caldera-form-page .select-text p {
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  color: #a3a3a3;
}
.index.wizard .domain-wizard form .caldera-form-page .button-wrapper .btn, .index.wizard .domain-wizard form .caldera-form-page .button-wrapper .plancompare_columns_column_button, .index.wizard .domain-wizard form .caldera-form-page .button-wrapper .plancompare_tabs_button {
  width: 300px;
  height: 64px;
  float: right;
}
@media (max-width: 991px) {
  .index.wizard .domain-wizard form .caldera-form-page .button-wrapper .btn, .index.wizard .domain-wizard form .caldera-form-page .button-wrapper .plancompare_columns_column_button, .index.wizard .domain-wizard form .caldera-form-page .button-wrapper .plancompare_tabs_button {
    float: none;
    display: block;
    margin: 50px auto;
  }
}
.index.wizard .domain-wizard form .caldera-form-page .last_row .btn.prew, .index.wizard .domain-wizard form .caldera-form-page .last_row .prew.plancompare_columns_column_button, .index.wizard .domain-wizard form .caldera-form-page .last_row .prew.plancompare_tabs_button {
  position: relative;
  font-size: 20px;
}
@media (max-width: 991px) {
  .index.wizard .domain-wizard form .caldera-form-page .last_row .btn.prew, .index.wizard .domain-wizard form .caldera-form-page .last_row .prew.plancompare_columns_column_button, .index.wizard .domain-wizard form .caldera-form-page .last_row .prew.plancompare_tabs_button {
    position: initial;
    display: block;
    margin-bottom: 25px;
  }
}
.index.wizard .domain-wizard form .caldera-form-page .last_row .btn.prew:before, .index.wizard .domain-wizard form .caldera-form-page .last_row .prew.plancompare_columns_column_button:before, .index.wizard .domain-wizard form .caldera-form-page .last_row .prew.plancompare_tabs_button:before {
  content: "\f104";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  top: 10px;
  left: 0;
}
.index.wizard .domain-wizard form .caldera-form-page .last_row .btn.prew:hover, .index.wizard .domain-wizard form .caldera-form-page .last_row .prew.plancompare_columns_column_button:hover, .index.wizard .domain-wizard form .caldera-form-page .last_row .prew.plancompare_tabs_button:hover {
  color: #ffffff !important;
  background-color: #1181da !important;
  text-decoration: none;
}
.index.wizard .domain-wizard form .caldera-form-page .last_row input[type=submit] {
  width: 80%;
  height: 64px;
  float: right;
}
@media (max-width: 991px) {
  .index.wizard .domain-wizard form .caldera-form-page .last_row input[type=submit] {
    float: none;
    display: block;
    position: initial;
    max-width: 300px;
    margin: 25px auto 0 auto;
  }
}
.index.wizard .domain-wizard form #form_page_1_pg_2 .last_row {
  padding-top: 50px;
}
.index.dns .hero {
  height: 600px;
}
@media (max-width: 767px) {
  .index.dns .hero {
    height: auto;
    padding: 150px 15px;
  }
}
.index.dns .hero h1 {
  font-size: 64px;
  color: #ffffff;
  font-weight: 300;
  text-align: center;
  line-height: 600px;
}
@media (max-width: 767px) {
  .index.dns .hero h1 {
    line-height: normal;
  }
}
.index.dns .domain-wizard {
  background-color: #e8e8e8;
  height: 591px;
}
@media (max-width: 991px) {
  .index.dns .domain-wizard {
    height: auto;
  }
}
.index.dns .domain-wizard .cell p {
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.index.dns .domain-wizard form {
  display: block;
  position: relative;
  top: -200px;
  max-width: 1110px;
  background-color: #ffffff;
  padding: 60px 65px;
  margin: 0 auto;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .index.dns .domain-wizard form {
    top: 0;
    padding: 60px 15px;
  }
}
@media (max-width: 450px) {
  .index.dns .domain-wizard form {
    padding: 60px 0;
  }
}
.index.dns .domain-wizard form h2 {
  display: table-caption;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .index.dns .domain-wizard form h2 {
    display: block;
    padding: 0 15px;
    text-align: center;
  }
}
.index.dns .domain-wizard form .qn {
  display: none;
}
.index.dns .domain-wizard form .qn.ql2 .cell .md-input {
  display: block;
  padding: 27px 0;
}
.index.dns .domain-wizard form .qn.ql2 .cell .md-input .text-wrapper {
  right: 80px;
}
.index.dns .domain-wizard form .qn:first-child {
  position: relative;
  display: table;
  width: 100%;
}
.index.dns .domain-wizard form input[type=submit] {
  display: none;
}
.index.dns .domain-wizard form .cell {
  display: table-cell;
  width: 49%;
  padding: 0 15px;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .index.dns .domain-wizard form .cell {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 450px) {
  .index.dns .domain-wizard form .cell {
    padding: 0;
  }
}
.index.dns .domain-wizard form .cell .md-input {
  display: block;
  padding: 21px 0;
}
@media (max-width: 991px) {
  .index.dns .domain-wizard form .cell .md-input {
    text-align: center;
  }
}
.index.dns .domain-wizard form .cell .md-input input[type=radio], .index.dns .domain-wizard form .cell .md-input input[type=checkbox] {
  display: none;
}
.index.dns .domain-wizard form .cell .md-input input[type=radio] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 17px 0 0;
  vertical-align: middle;
  background: url("http://new1.letshost.ie/wp-content/uploads/2016/08/radio-unchecked.png") left top no-repeat;
  margin-right: 17px;
  cursor: pointer;
}
.index.dns .domain-wizard form .cell .md-input input[type=radio]:checked + label span {
  background: url("http://new1.letshost.ie/wp-content/uploads/2016/08/radio-checked.png") left top no-repeat;
}
.index.dns .domain-wizard form .cell .md-input label {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #1a2833;
  text-indent: -35px;
}
@media (max-width: 991px) {
  .index.dns .domain-wizard form .cell .md-input label {
    text-indent: 0;
  }
}
.index.dns .domain-wizard form .cell .md-input .img-wrapper {
  position: absolute;
  top: 55px;
  right: 0;
  width: 450px;
  height: 322px;
  background-color: white;
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.07);
  padding-top: 55px;
  padding-left: 50px;
}
@media (max-width: 991px) {
  .index.dns .domain-wizard form .cell .md-input .img-wrapper {
    position: initial;
    display: block;
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
  }
}
.index.dns .domain-wizard form .cell .md-input .img-wrapper img {
  position: absolute;
  width: 341px;
  height: 211px;
  margin: 0 auto;
  z-index: 99;
}
@media (max-width: 991px) {
  .index.dns .domain-wizard form .cell .md-input .img-wrapper img {
    position: initial;
    max-width: 341px;
    width: 100%;
  }
}
.index.dns .domain-wizard form .cell .md-input .img-wrapper img.hide {
  display: none;
}
.index.dns .domain-wizard form .cell .md-input .img-wrapper img.show {
  display: block !important;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
}
.index.dns .domain-wizard form .cell .md-input .text-wrapper {
  position: absolute;
  top: 55px;
  right: 0;
  width: 412px;
  background-color: #203e56;
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.07);
}
@media (max-width: 991px) {
  .index.dns .domain-wizard form .cell .md-input .text-wrapper {
    position: initial;
    display: block;
    max-width: 412px;
    width: 100%;
    margin: 25px auto;
  }
}
.index.dns .domain-wizard form .cell .md-input .text-wrapper p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  padding: 40px 35px;
}
.index.dns .domain-wizard form .cell .wrapper {
  background-color: #0573CB;
  padding-top: 57px;
  padding-left: 48px;
}
@media (max-width: 991px) {
  .index.dns .domain-wizard form .cell .wrapper {
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.index.dns .domain-wizard form .cell .wrapper h2 {
  color: white;
  font-size: 39px;
  font-weight: 300;
  padding-bottom: 44px;
  line-height: 47px;
}
@media (max-width: 450px) {
  .index.dns .domain-wizard form .cell .wrapper h2 {
    font-size: 30px;
  }
}
.index.dns .domain-wizard form .cell .wrapper .md-input {
  height: 100px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 450px) {
  .index.dns .domain-wizard form .cell .wrapper .md-input {
    height: auto;
    padding-bottom: 20px;
  }
}
.index.dns .domain-wizard form .cell .wrapper .md-input span {
  display: inline-block;
  max-width: 208px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  padding: 22px 0;
}
@media (max-width: 450px) {
  .index.dns .domain-wizard form .cell .wrapper .md-input span {
    max-width: unset;
    display: block;
    font-size: 16px;
  }
}
.index.dns .domain-wizard form .cell .wrapper .md-input a {
  display: inline-block;
  width: 20px;
  line-height: 100px;
  vertical-align: middle;
  float: right;
  padding-right: 53px;
}
@media (max-width: 450px) {
  .index.dns .domain-wizard form .cell .wrapper .md-input a {
    display: block;
    width: 100%;
    line-height: normal !important;
    float: none;
    padding-right: 0;
    padding-top: 15px;
  }
}
.index.dns .domain-wizard form .cell .wrapper .md-input a i {
  color: #ffffff;
  font-size: 25px;
  font-weight: 100;
}
.index.dns .domain-wizard form .cell .wrapper .md-input a:hover i {
  color: #4972af;
}
.index.dns .domain-wizard form .form-bottom {
  display: table;
  width: 100%;
  padding-top: 30px;
}
.index.dns .domain-wizard form .form-bottom p {
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  color: #a3a3a3;
}
.index.dns .domain-wizard form .form-bottom p a {
  color: #0573CB;
}
.index.dns .domain-wizard form .form-bottom .btn, .index.dns .domain-wizard form .form-bottom .plancompare_columns_column_button, .index.dns .domain-wizard form .form-bottom .plancompare_tabs_button {
  width: 300px;
  height: 64px;
  float: right;
}
@media (max-width: 991px) {
  .index.dns .domain-wizard form .form-bottom .btn, .index.dns .domain-wizard form .form-bottom .plancompare_columns_column_button, .index.dns .domain-wizard form .form-bottom .plancompare_tabs_button {
    float: none;
    margin-top: 25px;
  }
}
.index.dns .domain-wizard form .form-bottom .btn.prew, .index.dns .domain-wizard form .form-bottom .prew.plancompare_columns_column_button, .index.dns .domain-wizard form .form-bottom .prew.plancompare_tabs_button {
  width: 64px;
  opacity: 0.31;
  border: 1px solid rgba(151, 151, 151, 0.5);
  border-radius: 4px;
  background-color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .index.dns .domain-wizard form .form-bottom .btn.prew, .index.dns .domain-wizard form .form-bottom .prew.plancompare_columns_column_button, .index.dns .domain-wizard form .form-bottom .prew.plancompare_tabs_button {
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
.index.dns .domain-wizard form .form-bottom .btn.prew i, .index.dns .domain-wizard form .form-bottom .prew.plancompare_columns_column_button i, .index.dns .domain-wizard form .form-bottom .prew.plancompare_tabs_button i {
  color: #a3a3a3;
  font-size: 30px;
  font-weight: 500;
  text-indent: -5px;
}
.index.dns .domain-wizard form .form-bottom .btn.prew:hover, .index.dns .domain-wizard form .form-bottom .prew.plancompare_columns_column_button:hover, .index.dns .domain-wizard form .form-bottom .prew.plancompare_tabs_button:hover {
  border: 1px solid #203e56;
}
.index.dns .domain-wizard form .form-bottom .btn.prew:hover i, .index.dns .domain-wizard form .form-bottom .prew.plancompare_columns_column_button:hover i, .index.dns .domain-wizard form .form-bottom .prew.plancompare_tabs_button:hover i {
  color: #203e56;
}
.index.dns .domain-wizard form.dns .cell .wrapper .md-input span {
  padding: 0;
}
.index.dns .domain-wizard form.dns .cell .wrapper .md-input a {
  line-height: 54px;
}
.index.pricing .domain-tier {
  padding-top: 100px;
  padding-bottom: 145px;
}
.index.pricing .domain-tier h1 {
  text-align: center;
  color: #515152;
  font-size: 50px;
  font-weight: 300;
  padding-bottom: 100px;
}
.index.pricing .domain-tier p {
  vertical-align: middle;
  font-size: 16px;
  line-height: 26px;
  color: #2d2d2d;
}
.index.pricing .domain-tier p b, .index.pricing .domain-tier p strong {
  color: #209df0;
  font-weight: 600;
}
.index.pricing .domain-tier ul li {
  position: relative;
  padding: 27px 35px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 26px;
  color: #2d2d2d;
}
.index.pricing .domain-tier ul li b, .index.pricing .domain-tier ul li strong {
  color: #209df0;
  font-weight: 600;
}
.index.pricing .domain-tier ul li:before {
  content: "";
  position: absolute;
  display: block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  left: 0;
  background-image: url("http://new1.letshost.ie/wp-content/uploads/2016/08/pricing-list-icon.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.index.pricing .domain-reg {
  padding: 120px 15px 150px 15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .index.pricing .domain-reg .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.index.pricing .domain-reg h1 {
  text-align: center;
  color: #515152;
  font-size: 50px;
  font-weight: 300;
  padding-bottom: 52px;
}
.index.pricing .domain-reg .search {
  display: block;
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  border-radius: 6px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .index.pricing .domain-reg .search {
    max-width: 1200px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.index.pricing .domain-reg .search input[type=text] {
  height: 75px;
  width: 100%;
  font-size: 19px;
  font-weight: 600;
  border: none;
  background-color: #ffffff;
  padding-right: 280px;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .index.pricing .domain-reg .search input[type=text] {
    height: 45px;
    padding-right: 90px;
    padding-left: 15px;
    font-size: 14px;
  }
}
.index.pricing .domain-reg .search input[type=text]::-webkit-input-placeholder {
  font-style: italic;
}
.index.pricing .domain-reg .search input[type=text]:-moz-placeholder {
  font-style: italic;
}
.index.pricing .domain-reg .search input[type=text]::-moz-placeholder {
  font-style: italic;
}
.index.pricing .domain-reg .search input[type=text]:-ms-input-placeholder {
  font-style: italic;
}
.index.pricing .domain-reg .search button {
  position: absolute;
  top: 0;
  right: 0;
  height: 75px;
  width: 240px;
  background-color: #0573CB;
  border: none;
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
@media (max-width: 767px) {
  .index.pricing .domain-reg .search button {
    height: 45px;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }
}
.index.pricing .domain-reg .search button:hover {
  background-color: #045fa8;
}
.index.pricing .domain-reg .container-head .domains-checkboxes_header {
  margin: -20px -20px 20px -20px;
  padding: 10px 20px;
  background-color: #7a7a7a;
  color: #ffffff;
  border-radius: 3px 3px 0 0;
}
.index.pricing .domain-reg .container-head form {
  padding: 20px;
  background: #e8e8e8;
  border-radius: 3px;
  margin-bottom: 5px;
}
.index.pricing .domain-reg .container-head form label {
  padding-right: 34px;
  cursor: pointer;
}
.index.pricing .domain-reg .container-head form label input[type=radio], .index.pricing .domain-reg .container-head form label input[type=checkbox] {
  display: none;
}
.index.pricing .domain-reg .container-head form label input[type=radio] + span:before {
  content: "\f0c8";
  font-family: FontAwesome;
  color: #ffffff;
  text-shadow: 0px 0px 1px #000;
}
.index.pricing .domain-reg .container-head form label input[type=radio]:checked + span:before {
  content: "\f14a";
  font-family: FontAwesome;
  color: #0573CB;
  text-shadow: none;
}
.index.pricing .domain-reg .container-head form label:hover input[type=radio] + span:before {
  content: "\f14a";
  color: #7a7a7a;
  text-shadow: none;
}
.index.pricing .domain-reg .container-head form label:hover input[type=radio]:checked + span:before {
  color: #0573CB;
  text-shadow: none;
}
@media (max-width: 767px) {
  .index.pricing .domain-reg .container-head .domains-checkboxes {
    display: none;
  }
}
@media (max-width: 767px) {
  .index.pricing .domain-reg .container-body {
    padding-top: 0;
  }
}
.index.pricing .domain-reg .container-body table {
  width: 100%;
}
.index.pricing .domain-reg .container-body table tbody tr:first-child td {
  background-color: #3ca6fa;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  border: none;
  border-radius: 0;
}
.index.pricing .domain-reg .container-body table tr td {
  height: 78px;
  width: 20%;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  background-color: #E2E2E2;
  color: #5b5b5b;
  font-size: 18px;
  font-weight: 400;
}
.index.pricing .domain-reg .container-body table tr td:last-child {
  border-right: 0;
}
.index.pricing .domain-reg .container-body table tr td .search input {
  border: none;
  background-color: transparent;
  height: 20px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
}
.index.pricing .domain-reg .container-body table tr td .search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 0.41;
  color: #ffffff;
}
.index.pricing .domain-reg .container-body table tr td .search input::-moz-placeholder { /* Firefox 19+ */
  opacity: 0.41;
  color: #ffffff;
}
.index.pricing .domain-reg .container-body table tr td .search input:-ms-input-placeholder { /* IE 10+ */
  opacity: 0.41;
  color: #ffffff;
}
.index.pricing .domain-reg .container-body table tr td .search input:-moz-placeholder { /* Firefox 18- */
  opacity: 0.41;
  color: #ffffff;
}
.index.pricing .domain-reg .container-body table tr td .search button {
  position: initial;
  background-color: transparent;
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.3);
}
.index.pricing .domain-reg .container-body table tr td b {
  display: block;
  color: #5b5b5b;
  font-size: 20px;
  font-weight: 500;
}
.index.pricing .domain-reg .container-body table tr td p {
  color: #5b5b5b;
  font-size: 18px;
  font-weight: 400;
}
.index.pricing .domain-reg .container-body table tr td b + p {
  color: #575757;
  font-size: 13px;
  font-weight: 300;
}
.index.pricing .domain-reg .container-body table tr td .btn, .index.pricing .domain-reg .container-body table tr td .plancompare_columns_column_button, .index.pricing .domain-reg .container-body table tr td .plancompare_tabs_button {
  height: 34px;
  line-height: 34px;
  font-weight: 400;
}
.index.pricing .domain-reg .container-body table tr td:nth-child(2) {
  color: #1a2833;
  font-size: 20px;
  font-weight: 600;
}
.index.pricing .domain-reg .container-body table tr td:nth-child(2) p {
  color: #4972af;
  font-size: 20px;
  font-weight: 500;
}
.index.pricing .domain-reg .container-body table tr td.domain-type {
  height: 29px;
  line-height: 29px;
  background-color: #edf0f5;
  color: rgba(62, 102, 168, 0.49);
  font-size: 12px;
  font-weight: 600;
  border-bottom: none;
}
.index.pricing .domain-reg .container-body table tr:first-child td {
  background-color: #E2E2E2;
  border-right: 0.3px solid #ffffff;
  border-bottom: none;
  font-size: 20px;
  font-weight: 600;
}
.index.pricing .domain-reg .container-body table tr:first-child td p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}
.index.pricing .domain-reg .container-body table tr:nth-child(even) td {
  background-color: #E9E9E9;
}
.index.pricing .domain-reg .container-body table.table-mobile {
  margin-top: 100px;
}
.index.pricing .domain-reg .container-body table.table-mobile tbody {
  border-collapse: collapse;
  border-top: 5px solid #f8f8f8;
}
.index.pricing .domain-reg .container-body table.table-mobile tr td,
.index.pricing .domain-reg .container-body table.table-mobile tr td:first-child {
  background-color: #E2E2E2;
  text-align: left;
}
.index.pricing .domain-reg .container-body table.table-mobile tr td table tr td,
.index.pricing .domain-reg .container-body table.table-mobile tr td:first-child table tr td {
  display: block;
  background-color: #E2E2E2;
  width: 100%;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
  padding-left: 15px;
  color: #5b5b5b;
  font-size: 18px;
  font-weight: 400;
  line-height: 78px;
}
@media (max-width: 767px) {
  .index.pricing .domain-reg .container-body table.table-mobile tr td table tr td,
.index.pricing .domain-reg .container-body table.table-mobile tr td:first-child table tr td {
    font-size: 16px;
  }
}
.index.pricing .domain-reg .container-body table.table-mobile tr td table tr td b,
.index.pricing .domain-reg .container-body table.table-mobile tr td:first-child table tr td b {
  display: inline-block;
}
.index.pricing .domain-reg .container-body table.table-mobile tr td table tr td p,
.index.pricing .domain-reg .container-body table.table-mobile tr td:first-child table tr td p {
  color: #5b5b5b;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .index.pricing .domain-reg .container-body table.table-mobile tr td table tr td p,
.index.pricing .domain-reg .container-body table.table-mobile tr td:first-child table tr td p {
    font-size: 16px;
  }
}
.index.pricing .domain-reg .container-body table.table-mobile tr td table tr td p.line-norm,
.index.pricing .domain-reg .container-body table.table-mobile tr td:first-child table tr td p.line-norm {
  line-height: normal;
}
.index.pricing .domain-reg .container-body table.table-mobile tr td:first-child table tr:first-child td {
  background-color: #4972af;
  border-bottom: 0.3px solid #95b7e9;
  border-right: 0.3px solid #95b7e9;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .index.pricing .domain-reg .container-body table.table-mobile tr td:first-child table tr:first-child td {
    font-size: 18px;
  }
}
.index.pricing .domain-reg .container-body table.table-mobile tr td:first-child table tr:first-child td p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .index.pricing .domain-reg .container-body table.table-mobile tr td:first-child table tr:first-child td p {
    font-size: 18px;
  }
}
.index.pricing .domain-reg .container-body table.table-mobile tr td:first-child table tr:first-child td:last-child {
  border-bottom: none;
}
@media (max-width: 767px) {
  .index.hosting .title {
    font-size: 40px;
    padding: 50px 0;
  }
}
.index.hosting .resell.extab h1 {
  color: #515152;
  font-size: 50px;
  font-weight: 300;
}
.index.hosting .resell .tab-container .tab-links li {
  width: 49%;
  height: auto;
}
@media (max-width: 991px) {
  .index.hosting .resell .tab-container .tab-links li {
    width: 100%;
    padding: 15px 0;
  }
}
.index.hosting .resell .tab-container .tab-links li a {
  color: rgba(91, 91, 91, 0.9);
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}
.index.hosting .resell .tab-container .tab-links li a:hover {
  color: #0573CB;
}
.index.hosting .resell .tab-container .tab-links li a i {
  font-size: 30px;
}
.index.hosting .resell .tab-container .tab-links li.active a {
  opacity: 1;
  color: #0573CB;
}
.index.hosting .resell .tab-container .tab-links li.active a i {
  color: #0573CB;
}
.index.hosting .resell .tab-container .tab-content h2 {
  color: #505050;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: -0.85px;
  padding-top: 54px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .index.hosting .resell .tab-container .tab-content h2 {
    font-size: 26px;
  }
}
.index.hosting .resell .tab-container .tab-content p {
  color: #5b5b5b;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.33px;
}
.index.email-hosting .plancompare_columns_column {
  width: 100%;
}
@media (min-width: 768px) {
  .index.email-hosting .plancompare_columns_column {
    width: 33%;
  }
}
.index.email-hosting .plancompare_tabs_tablink {
  width: 33%;
}
.index.email-hosting .plan_yearly_cost {
  font-size: 16px;
  color: #7a7a7a;
  padding-top: 15px;
}
.index.email-hosting .col-6-wrapped {
  padding: 2em 0;
}
.index.email-hosting .col-6-wrapped img {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .index.email-hosting .col-6-wrapped .row {
    margin-bottom: 30px;
  }
  .index.email-hosting .col-6-wrapped .row:last-child {
    margin-bottom: 0;
  }
}
.index.email-hosting .col-6-wrapped + .story h3 {
  margin-top: 10px;
}
.index.email-hosting .col-6-wrapped + .story li:before {
  content: "\f05d";
}
@media (min-width: 900px) {
  .index.email-hosting .cta.hosting h1 {
    font-size: 48px;
  }
}

.colocation .chouse-package .package-head {
  min-height: 179px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.colocation .chouse-package .package-head h4 {
  font-size: 20px;
  color: #ffffff;
}
.colocation .chouse-package .package-head h5 {
  font-size: 12px;
  color: #ffffff;
  opacity: 0.57;
}
.colocation .chouse-package .package-head h2 {
  font-size: 45px;
  font-weight: 300;
}
.colocation .chouse-package .package-body {
  padding: 40px 15px;
}
.colocation .chouse-package .package-body .wrapper {
  padding-bottom: 25px;
}
.colocation .chouse-package .package-body .wrapper span {
  display: inline-block;
  width: 49%;
  font-size: 14px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .colocation .chouse-package .package-body .wrapper span {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.colocation .chouse-package .package-body .wrapper span + span {
  text-align: right;
  font-weight: 600;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .colocation .chouse-package .package-body .wrapper span + span {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.colocation .chouse-package .package-body .wrapper .percent {
  background-color: #FFFFFF;
  height: 21px;
}
.colocation .chouse-package .package-body .wrapper .percent .background {
  height: 21px;
}
.colocation .chouse-package .col-md-3:first-child .package-head {
  padding: 30px 0 0 0;
}
@media (max-width: 991px) {
  .colocation .chouse-package .package-footer {
    padding-bottom: 150px;
  }
}

/*#endregion */
/*#region Wordpress Css */
.index.irish-dedicated-servers .hero.reseller-hosting .content .wrapper .domain-list li h3 {
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .index.data-backup .hero {
    padding: 290px 0 200px 0;
  }
  .index.data-backup .hero .content {
    height: auto;
  }
  .index.data-backup .hero .content h1 {
    font-weight: 400;
    font-size: 62px;
  }
  .index.data-backup .hero .content p {
    font-weight: 300;
    font-size: 18px;
  }
}
.index.data-backup .hero.terms .content .wrapper h1 {
  line-height: unset;
}

.index.data-backup .hero.terms .content .wrapper p {
  max-width: 700px;
}

@media (max-width: 767px) {
  .index.data-backup .hero.terms .content .wrapper {
    padding: 150px 0;
  }
  .index.data-backup .hero.terms .content .wrapper h1 {
    padding: 0;
  }
}
.index .package-table .table-tablet tr td p {
  display: inline-block;
}

.index.irish-dedicated-servers .whois.servers .wrapper h1 {
  text-align: left;
}

.index.ssl .why {
  padding-bottom: 0;
}

.index.ssl .chouse-package.ssl {
  padding-top: 0;
}

.index.data-backup .why {
  padding-bottom: 0;
}

.index.data-backup .chouse-package.ssl {
  padding-top: 0;
}

.index.feedback .form-section form .md-input span {
  display: initial;
  max-width: unset;
  padding: 0;
}

div.wpcf7-response-output {
  border: 2px solid #2093ee;
  padding: 1em;
}

@media (min-width: 1200px) {
  div.wpcf7-response-output {
    margin: 32em 0.5em 1em;
  }
}
@media (max-width: 1199px) {
  div.wpcf7-response-output {
    margin: 32em 0.5em 1em;
  }
}
.index.wizard .caldera-grid .radio label, .caldera-grid .checkbox label {
  padding-left: 0;
}

@media (max-width: 767px) {
  .index.vps .hero .content {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .index.vps .hero .content .wrapper h1 {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .index.enterprise-hosting .hero.terms .content .wrapper {
    padding: 200px 0;
  }
  .index.enterprise-hosting .hero.terms .content .wrapper h1 {
    padding: 0;
  }
}
.index.enterprise-hosting .chouse-package.ssl .package h2 {
  padding-bottom: 0;
}

.index.enterprise-hosting .chouse-package.ssl .package h3 {
  padding-bottom: 50px;
}

.index.enterprise-hosting .chouse-package.ssl .package .wrapper .percent {
  margin-bottom: 20px;
}

.index.enterprise-hosting .whois.servers.vps .wrapper p {
  padding-bottom: 0;
}

.index.enterprise-hosting .whois.servers.vps .wrapper img {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .index.enterprise-hosting .whois {
    padding: 0;
  }
}
.index.enterprise-hosting .resell.extab .tab-container .tab-links li {
  width: 49%;
}

@media (max-width: 991px) {
  .index.enterprise-hosting .resell.extab .tab-container .tab-links li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .index.business-hosting .hero.terms .content .wrapper {
    padding: 200px 0;
  }
  .index.business-hosting .hero.terms .content .wrapper h1 {
    padding: 0;
  }
}
.index.business-hosting .chouse-package.ssl .package .wrapper .percent {
  margin-bottom: 20px;
}

.index.business-hosting .whois.servers.vps .wrapper p {
  padding-bottom: 0;
}

.index.business-hosting .whois.servers.vps .wrapper img {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .index.business-hosting .whois {
    padding: 0;
  }
}
.index.business-hosting .resell.extab .tab-container .tab-links li {
  width: 49%;
}

@media (max-width: 991px) {
  .index.business-hosting .resell.extab .tab-container .tab-links li {
    width: 100%;
  }
}
.go p {
  font-size: 18px;
}

.go p i {
  color: #b0d631;
  font-size: 28px;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: middle;
}

.search p:empty {
  display: none;
}

.bulk_search,
.index p.bulk_search {
  clear: both;
  padding: 10px;
  color: #ffffff;
  background-color: rgba(0, 20, 50, 0.75);
  margin-left: 0 !important;
  text-align: left;
  font-size: 1em !important;
  border-radius: 0 0 4px 4px;
  display: inline-block;
}
.bulk_search a,
.index p.bulk_search a {
  text-decoration: underline;
}

.index .hero_testimonial_domainsearch_form p.bulk_search {
  background-color: transparent;
}

.domain.index .hero .content .wrapper .search input[type=text] {
  border-radius: 6px 6px 6px 0;
}

.domain.index .hero .content .wrapper .search button {
  border-radius: 0 6px 6px 0;
}

.index.ie-domains .heroWithProducttable,
.index.domain-name-search .heroWithProducttable {
  margin-bottom: 0;
}

.index.domain-transfers .heroWithProducttable .content,
.index.domain-name-search .heroWithProducttable .content,
.index.ie-domains .heroWithProducttable .content {
  padding-bottom: 90px;
}

.index.home .main-header .navbar .container,
.index.ie-domains .main-header .navbar .container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.index.home .channels,
.index.ie-domains .channels {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 767px) {
  .index.home .channels,
.index.ie-domains .channels {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 990px) {
  .index.home .channels,
.index.ie-domains .channels {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.index.home .channels .cols,
.index.ie-domains .channels .cols {
  gap: 20px;
}
.index.home .channels .cols > div,
.index.ie-domains .channels .cols > div {
  text-align: center;
  background: white;
  align-items: center;
  flex: 1 1 32%;
  padding: 30px 35px;
}
.index.home .channels .cols > div:last-child,
.index.ie-domains .channels .cols > div:last-child {
  padding: 30px 35px;
}
.index.home .channels .cols > div img,
.index.ie-domains .channels .cols > div img {
  height: auto;
  max-width: 100%;
  max-height: 202px;
}
.index.home .channels .cols > div h2,
.index.ie-domains .channels .cols > div h2 {
  font-size: 32px;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  line-height: 1;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 20px;
  color: #1B5548;
}
.index.home .channels .cols > div p,
.index.ie-domains .channels .cols > div p {
  font-size: 20px;
  color: #1B5548;
}
.index.home .channels .cols > div p strong,
.index.ie-domains .channels .cols > div p strong {
  font-weight: 600;
}
.index.home .channels .cols > div .btn, .index.home .channels .cols > div .plancompare_columns_column_button, .index.home .channels .cols > div .plancompare_tabs_button,
.index.ie-domains .channels .cols > div .btn,
.index.ie-domains .channels .cols > div .plancompare_columns_column_button,
.index.ie-domains .channels .cols > div .plancompare_tabs_button {
  white-space: unset;
  height: auto;
  line-height: 1;
  margin-top: 20px;
  padding: 17px 17px 15px;
}
.index.home .home-testimonials,
.index.ie-domains .home-testimonials {
  background: white;
}
.index.home .home-testimonials.bg-grey,
.index.ie-domains .home-testimonials.bg-grey {
  background: #f9f9f9;
}
.index.home .home-testimonials .home_testimonials_header,
.index.ie-domains .home-testimonials .home_testimonials_header {
  margin-bottom: 20px;
  padding-bottom: 0;
}
.index.home .home-testimonials .home_testimonials_header + img,
.index.ie-domains .home-testimonials .home_testimonials_header + img {
  margin: 0 auto;
  display: block;
}
.index.home .home-testimonials .carousel:before,
.index.home .home-testimonials .carousel:after,
.index.ie-domains .home-testimonials .carousel:before,
.index.ie-domains .home-testimonials .carousel:after {
  display: none;
}
.index.home .home-testimonials .item,
.index.ie-domains .home-testimonials .item {
  text-align: center;
}
.index.home .home-testimonials .item > *,
.index.ie-domains .home-testimonials .item > * {
  display: block;
  margin: 0 auto;
}
.index.home .home-testimonials .item > * p,
.index.ie-domains .home-testimonials .item > * p {
  font-size: 28px;
  font-weight: 300;
  color: #1B5548;
}
.index.home .home-testimonials .item > * strong,
.index.ie-domains .home-testimonials .item > * strong {
  font-size: 36px;
  font-weight: 600;
  color: #1B5548;
}
.index.home .home-testimonials .carousel-indicators li,
.index.ie-domains .home-testimonials .carousel-indicators li {
  border: none;
  background: #1B5548;
  opacity: 0.5;
}
.index.home .home-testimonials .carousel-indicators li:after,
.index.ie-domains .home-testimonials .carousel-indicators li:after {
  display: none;
}
.index.home .home-testimonials .carousel-indicators li.active,
.index.ie-domains .home-testimonials .carousel-indicators li.active {
  opacity: 1;
}

.index.ie-domains .main-header .navbar .container {
  border: none;
}
.index.ie-domains .split-promo .split-standard .row .copy p {
  font-size: 22px;
  line-height: 1.1;
}
@media (min-width: 767px) {
  .index.ie-domains .split-promo .split-standard .row .copy p {
    font-size: 28px;
  }
}
.index.ie-domains .split-promo .split-standard .row .copy form {
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .index.ie-domains .rtb.top {
    margin-top: -20px;
  }
}
@media (min-width: 767px) {
  .index.ie-domains .official {
    padding-top: 0;
  }
}
.index.ie-domains .official img {
  max-height: 224px;
}
@media (min-width: 767px) {
  .index.ie-domains .official h3 {
    font-size: 40px;
  }
}
.index.ie-domains .official .row {
  margin-bottom: 50px;
}
.index.ie-domains .faq_2 {
  margin: 0;
  padding: 40px 10px;
}
@media (min-width: 767px) {
  .index.ie-domains .faq_2 {
    padding: 80px 10px;
  }
}

.obp .hero.hero_default {
  padding: 40px 0 70px;
}
.obp .hero.hero_default .content .wrapper h1 {
  text-align: left;
}
.obp .story_column_content ul li:before {
  color: #2093EE;
}
.obp .regular {
  padding: 70px 0;
}
.obp .story {
  margin: 0 0;
}
.obp .row.wrapped-cols > div {
  margin-bottom: 40px;
}
.obp .img-grid img {
  margin-bottom: 15px;
}
.obp .img-grid h3 {
  font-size: 26px;
  margin-bottom: 10px;
}
.obp .img-grid p {
  margin-bottom: 10px;
}

.index.shared-hosting .irish-support {
  padding: 25px 0;
}
@media (min-width: 767px) {
  .index.shared-hosting .irish-support {
    padding: 60px 0;
  }
}

.domain-renewals .hero .content .wrapper h1 {
  font-size: 54px;
  margin-bottom: 10px;
  line-height: 1;
}
.domain-renewals .hero .content .wrapper p {
  font-size: 31px;
  margin-bottom: 15px;
}
.domain-renewals .hero .btn, .domain-renewals .hero .plancompare_columns_column_button, .domain-renewals .hero .plancompare_tabs_button {
  background: none;
  border: 2px solid white;
  color: white;
}
.domain-renewals .hero .btn:hover, .domain-renewals .hero .plancompare_columns_column_button:hover, .domain-renewals .hero .plancompare_tabs_button:hover {
  background: white;
  color: #5a2b77;
}
.domain-renewals .renewals-table {
  padding: 90px 0;
}
.domain-renewals .renewals-table h2 {
  line-height: 1;
  margin-bottom: 10px;
  padding: 0 0;
}
.domain-renewals .renewals-table h2 + p {
  margin-bottom: 40px;
}
.domain-renewals .renewals-table .row {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .domain-renewals .renewals-table .row {
    flex-direction: row;
  }
}
.domain-renewals .renewals-table .row > div {
  background: #E2E2E2;
  text-align: center;
  box-shadow: 2px 6px 18px rgba(0, 0, 0, 0.33);
  margin-bottom: 10px;
}
@media (min-width: 767px) {
  .domain-renewals .renewals-table .row > div {
    flex-basis: 33%;
  }
}
.domain-renewals .renewals-table .row > div h4 {
  font-size: 18px;
  font-weight: 600;
  padding: 25px 25px 10px 25px;
  color: #000;
}
@media (min-width: 1080px) {
  .domain-renewals .renewals-table .row > div h4 {
    font-size: 27px;
  }
}
.domain-renewals .renewals-table .row > div .discount {
  font-size: 30px;
  font-weight: 300;
  background: #fff;
  padding: 20px;
  color: #000;
}
@media (min-width: 1080px) {
  .domain-renewals .renewals-table .row > div .discount {
    font-size: 50px;
  }
}
.domain-renewals .renewals-table .row > div .btn-wrapper {
  padding: 25px;
}
.domain-renewals .renewals-table .row > div .btn-wrapper .btn, .domain-renewals .renewals-table .row > div .btn-wrapper .plancompare_columns_column_button, .domain-renewals .renewals-table .row > div .btn-wrapper .plancompare_tabs_button {
  width: 100%;
}
.domain-renewals .img-grid {
  padding: 90px 0;
}
.domain-renewals .img-grid img {
  width: 100%;
  margin-bottom: 20px;
  max-height: 100px;
}
@media (min-width: 767px) {
  .domain-renewals .img-grid .row {
    margin-bottom: 40px;
  }
}
.domain-renewals .story {
  padding: 90px 0;
  margin: 0;
}
.domain-renewals .story h1 {
  font-weight: 300;
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .domain-renewals .story h1 {
    font-size: 48px;
  }
}
.domain-renewals .story .tel {
  font-size: 36px;
  color: #0573CB;
}

.b2b-lead-generation .hero.hero_simpleHero {
  position: relative;
  background: rgb(21, 138, 188);
  background: linear-gradient(225deg, rgb(21, 138, 188) 0%, rgb(11, 93, 133) 100%);
}
@media (min-width: 767px) {
  .b2b-lead-generation .hero.hero_simpleHero {
    padding: 60px 0;
    margin-bottom: 0;
  }
}
.b2b-lead-generation .hero.hero_simpleHero:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../img/orb-rh-white.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.b2b-lead-generation .hero.hero_simpleHero .content .wrapper h1 {
  line-height: 1.1;
  margin-bottom: 0;
}
.b2b-lead-generation .img-grid {
  padding: 20px 0;
}
@media (min-width: 767px) {
  .b2b-lead-generation .img-grid {
    padding: 60px 0;
  }
}
@media (min-width: 990px) {
  .b2b-lead-generation .img-grid {
    padding: 80px 0;
  }
}
.b2b-lead-generation .img-grid img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 178px;
  margin: 30px auto 20px;
}
.b2b-lead-generation .story {
  padding: 20px 0;
}
.b2b-lead-generation .story p {
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .b2b-lead-generation .story {
    padding: 60px 0;
  }
}
@media (min-width: 990px) {
  .b2b-lead-generation .story {
    padding: 80px 0;
  }
}

.ie-domains .hero.iedomain .content .wrapper p {
  width: 100%;
}
@media (min-width: 767px) {
  .ie-domains .hero.iedomain .content .wrapper p {
    width: 100%;
  }
}
@media (min-width: 990px) {
  .ie-domains .hero.iedomain .content .wrapper p {
    width: 50%;
  }
}
.ie-domains .domain-promo-nov {
  margin-bottom: 0;
}
.story {
  padding: 2em 0;
  position: relative;
}

.story.negative_margin_top {
  margin-top: -150px;
}
.story.negative_margin_top .story_column_content {
  background-color: #E5E5E5;
  padding: 2em;
}

.story_column_content h3 {
  color: #0573CB;
  line-height: 1.3;
  font-size: 1.5em;
}

.story_column_content ul {
  list-style: none;
  margin-left: 1.5em;
}

.story_column_content ul li {
  padding-bottom: 0.5em;
}

.story_column_content ul li:before {
  content: "\f00c";
  font-family: "Fontawesome";
  color: #57c445;
  position: absolute;
  left: 1em;
  margin-top: -2px;
}

.about-us .negative_margin_top .story_column_content {
  min-height: 460px;
}
@media (max-width: 767px) {
  .about-us .negative_margin_top .story_column_content {
    min-height: 1px;
    margin-bottom: 2em;
  }
}

img.aboutus_acc_logo {
  width: auto;
  max-height: 100px;
  display: block;
  margin-bottom: 0.5em;
}

.table-default {
  overflow-x: scroll;
}
@media (max-width: 991px) {
  .table-default {
    padding: 0;
    border: 0;
  }
}
.table-default table {
  width: 100%;
  margin-bottom: 3em;
  border-radius: 4px;
  overflow: hidden;
}
.table-default table tr th, .table-default table tr td {
  padding: 5px;
  background-color: #EEE;
}
.table-default table tr th:first-child, .table-default table tr td:first-child {
  padding-left: 10px;
}
.table-default table tr th h3, .table-default table tr td h3 {
  margin: 0;
  padding: 5px;
  text-align: center;
}
.table-default table tr th .btn, .table-default table tr th .plancompare_columns_column_button, .table-default table tr th .plancompare_tabs_button, .table-default table tr td .btn, .table-default table tr td .plancompare_columns_column_button, .table-default table tr td .plancompare_tabs_button {
  height: 35px;
  line-height: 40px;
  padding: 0 5px;
}
.table-default table thead th {
  background-color: #0573CB;
  color: #FFF;
}
.table-default table tbody tr:nth-child(even) td, .table-default table tbody tr:nth-child(even) th {
  background-color: #DDD;
}

.table-3col-feature-type-price {
  margin-top: -7em;
  overflow: visible;
}
@media (min-width: 992px) {
  .table-3col-feature-type-price {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .table-3col-feature-type-price {
    width: 100%;
    margin-bottom: 15.75px;
    margin-top: 0;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: auto;
    min-height: 0.01%;
    padding: 0;
    border: none;
  }
}
@media (max-width: 400px) {
  .table-3col-feature-type-price {
    font-size: 12px;
  }
}

.table-3col-feature-type-price table {
  border-collapse: collapse;
  width: 100%;
}
@media (max-width: 767px) {
  .table-3col-feature-type-price table {
    margin-bottom: 0;
    max-width: 100%;
  }
}

.table-3col-feature-type-price td,
.table-3col-feature-type-price th {
  padding: 1em;
  background-color: #E8E8E8;
  border: 1px solid #ffffff;
  vertical-align: top;
  position: relative;
}
@media (max-width: 767px) {
  .table-3col-feature-type-price td,
.table-3col-feature-type-price th {
    padding: 0.25em;
  }
}

.table-3col-feature-type-price tr:nth-child(even) td {
  background-color: #EAEAEA;
}

.table-3col-feature-type-price thead th {
  background: #0573CB;
  border-color: #0573CB #239afa #0573CB #0573CB;
  color: #FFF;
}
.table-3col-feature-type-price thead th:nth-child(3) {
  border-right-color: #0573CB;
}

.table-3col-feature-type-price tbody th {
  background-color: #3ca6fa;
  color: #ffffff;
  font-weight: 400;
  border-color: #3ca6fa #6ebcfb #6ebcfb #3ca6fa;
}

.table-3col-feature-type-price li {
  margin-bottom: 0.75em;
}
.table-3col-feature-type-price li:last-child {
  margin-bottom: 0;
}

.table-3col-feature-type-price tbody tr td:last-child {
  font-style: normal;
  color: #404040;
}
.table-3col-feature-type-price tbody tr td:last-child .frequency {
  color: #999999;
  font-size: 0.75em;
}
.table-3col-feature-type-price tbody tr td:last-child em {
  font-style: normal;
  font-weight: bold;
}

.table-3col-feature-type-price td .btn, .table-3col-feature-type-price td .plancompare_columns_column_button, .table-3col-feature-type-price td .plancompare_tabs_button {
  display: block;
  max-width: 11.5em;
  margin-top: 0.5em;
}

.table-3col-feature-type-price td a.description {
  display: inline-block;
  width: 32px;
  overflow: hidden;
  position: absolute;
  right: 0;
  padding-left: 32px;
}
.table-3col-feature-type-price td a.description:before {
  content: "\f059";
  font-family: "Fontawesome";
  position: absolute;
  left: 5px;
  top: 0;
}

.table-3col-feature-type-price .tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.table-3col-feature-type-price .tooltip > .tooltip-inner {
  padding: 1em;
  background-color: #FFF;
  color: #0573CB;
  font-size: 15px;
  max-width: 320px;
  width: 80vw;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  text-align: left;
}

.table-3col-feature-type-price .tooltip.top > .tooltip-arrow {
  bottom: -6px;
  left: 50%;
  margin-left: -12px;
  border-width: 12px 8px 0;
  border-top-color: #ffffff;
}

.managed-services .hero,
.additional-services .hero {
  padding-bottom: 7em;
}

ul.step-list {
  list-style: none;
  margin-left: 0;
}
ul.step-list li {
  font-size: 20px;
}
ul.step-list li > strong {
  color: #0573CB;
}
ul.step-list li:before {
  display: none;
}

.video-content-wrapper {
  padding-right: 20px;
}

.video-wrapper.extendify {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  background: #fff;
  position: relative;
  z-index: 5;
  margin-bottom: 50px;
}
.video-wrapper.extendify:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -50px;
  right: 60px;
  width: 112px;
  height: 65px;
  background: url("/wp-content/themes/html5blank-stable/Front/assets/video/bg.svg") top no-repeat;
}
.video-wrapper.extendify video {
  padding: 0 10px;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.ico-grid {
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0 0 0 0;
}
@media (min-width: 767px) {
  .ico-grid {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 990px) {
  .ico-grid {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (min-width: 767px) {
  .ico-grid .wrapper > div {
    min-height: 340px;
  }
}
.ico-grid .wrapper > div h3 {
  font-size: 26px;
  color: #0573CB;
  margin-top: 30px;
  margin-bottom: 16px;
}
.ico-grid .wrapper > div img {
  width: auto;
  max-height: 60px;
}
.rtb {
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0 0 0 0;
  text-align: center;
}
@media (min-width: 767px) {
  .rtb {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.rtb li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-basis: 33%;
}
.rtb li h2 {
  font-size: 32px;
  color: #0573CB;
  margin-top: 20px;
  margin-bottom: 16px;
  padding-bottom: 0;
  text-align: center;
}
.rtb li img {
  width: auto;
  max-height: 73px;
}
.rtb li p {
  text-align: center;
  font-size: 16px;
}

.container {
  width: 100% !important;
  max-width: 100% !important;
}
@media (min-width: 767px) {
  .container {
    max-width: 980px !important;
  }
}
@media (min-width: 990px) {
  .container {
    max-width: 1200px !important;
  }
}
@media (min-width: 1080px) {
  .container {
    max-width: 1200px !important;
  }
}

.margin-left-auto {
  margin-left: auto;
}

.container .flex {
  display: flex;
}
.container .flex .flex-start, .container .flex.flex-start {
  align-items: flex-start !important;
}
.container .flex .align-center, .container .flex.align-center {
  align-items: center !important;
}
.container .flex .justify-center, .container .flex.justify-center {
  justify-content: center !important;
}
.container .flex .justify-start, .container .flex.justify-start {
  justify-content: flex-start !important;
}
.container .flex.wrap {
  flex-wrap: wrap;
}
@media (min-width: 767px) {
  .container .flex.wrap > :nth-child(2) {
    margin-left: auto;
    padding-left: 30px;
    padding-right: 0px;
  }
}
.container .flex.row {
  margin: 0 0 0 0;
  width: 100%;
  align-items: stretch;
}
.container .flex.row .fill {
  box-sizing: content-box;
}
.container .flex.row .col-1 {
  flex-basis: 6.4814833333%;
}
.container .flex.row .col-2 {
  flex-basis: 14.8148166667%;
}
.container .flex.row .col-3 {
  flex-basis: 23.14815%;
}
.container .flex.row .col-4 {
  flex-basis: 31.4814833333%;
}
.container .flex.row .col-5 {
  flex-basis: 39.8148166667%;
}
.container .flex.row .col-6 {
  flex-basis: 48.14815%;
}
.container .flex.row .col-7 {
  flex-basis: 56.4814833333%;
}
.container .flex.row .col-8 {
  flex-basis: 64.8148166667%;
}
.container .flex.row .col-9 {
  flex-basis: 73.14815%;
}
.container .flex.row .col-10 {
  flex-basis: 81.4814833333%;
}
.container .flex.row .col-11 {
  flex-basis: 89.8148166667%;
}
.container .flex.row .col-12 {
  flex-basis: 98.14815%;
}
.container .flex.row.col-gap-0 {
  column-gap: 0px;
}
.container .flex.row.col-gap-5 {
  column-gap: 5px;
}
.container .flex.row.col-gap-10 {
  column-gap: 10px;
}
.container .flex.row.col-gap-15 {
  column-gap: 15px;
}
.container .flex.row.col-gap-20 {
  column-gap: 20px;
}
.container .flex.row.col-gap-25 {
  column-gap: 25px;
}
.container .flex.row.col-gap-30 {
  column-gap: 30px;
}
.container .flex.row.col-gap-35 {
  column-gap: 35px;
}
.container .flex.row.col-gap-40 {
  column-gap: 40px;
}
.container .flex.row.col-gap-45 {
  column-gap: 45px;
}
.container .flex.row.col-gap-50 {
  column-gap: 50px;
}
.container .flex.row.col-gap-55 {
  column-gap: 55px;
}
.container .flex.row.col-gap-60 {
  column-gap: 60px;
}
.container .flex.row.col-gap-65 {
  column-gap: 65px;
}
.container .flex.row.col-gap-70 {
  column-gap: 70px;
}
.container .flex.row.col-gap-75 {
  column-gap: 75px;
}
.container .flex.row.col-gap-80 {
  column-gap: 80px;
}
.container .flex.row.col-gap-85 {
  column-gap: 85px;
}
.container .flex.row.col-gap-90 {
  column-gap: 90px;
}
.container .flex.row.col-gap-95 {
  column-gap: 95px;
}
.container .flex.row.col-gap-100 {
  column-gap: 100px;
}
.container .flex.row > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.container .flex.row {
  text-align: center;
  flex-direction: column;
}
@media (min-width: 767px) {
  .container .flex.row {
    text-align: left;
    flex-direction: row;
  }
}
.container .flex.reverse {
  flex-direction: column;
}
@media (min-width: 767px) {
  .container .flex.reverse {
    flex-direction: row-reverse;
  }
  .container .flex.reverse > :last-child {
    margin-right: auto;
    padding-right: 30px;
    padding-left: 0px;
  }
}

.split-content .flex.row {
  margin-bottom: 60px;
}
.split-content .flex.row:last-child {
  margin-bottom: 0;
}
.split-content .flex.row .img img {
  width: 100%;
  max-width: 100%;
  display: block;
}
@media (min-width: 767px) {
  .split-content .flex.row > div {
    padding: 0 30px;
  }
  .split-content .flex.row > div.img {
    padding: 0;
  }
}
.split-content .flex.row h3 {
  font-size: 26px;
}
@media (min-width: 767px) {
  .split-content .flex.row h3 {
    font-size: 32px;
  }
}
.split-content .flex.row p {
  font-weight: 300;
}

.domain-search {
  margin: 20px 0;
}
.domain-search .field-wrapper {
  border: 1px solid black;
  border-radius: 10px;
  display: flex;
  align-items: center;
  position: relative;
}
.domain-search .field-wrapper > * {
  margin: 0 0 0 0;
  align-items: center;
}
@media (min-width: 767px) {
  .domain-search .field-wrapper > * {
    margin: 0 15px;
  }
}
@media (min-width: 767px) {
  .domain-search .field-wrapper > * {
    margin: 0;
  }
  .domain-search .field-wrapper > *:first-child {
    -ms-grid-column: 1;
    font-size: 25px;
    margin-bottom: 0;
  }
}
.domain-search .field-wrapper input[type=text] {
  height: auto;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  flex: 1 1 auto;
  border-radius: 10px;
  padding: 14px 60px 14px 21px;
}
@media (min-width: 767px) {
  .domain-search .field-wrapper input[type=text] {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
    padding: 22px 212px 22px 21px;
  }
}
@media (min-width: 990px) {
  .domain-search .field-wrapper input[type=text] {
    padding: 22px 243px 22px 21px;
  }
}
.domain-search input[type=text] {
  font-family: "Open Sans", helvetica, sans-serif;
  background-color: transparent;
  background-size: 50px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  border: none;
  width: 100%;
  padding: 0px 20px;
  font-size: 20px;
  background: #fff;
  background-size: 55px;
  transition: all 0.1s;
}
@media (min-width: 990px) {
  .domain-search input[type=text] {
    border-right: none;
    margin: 0;
    font-size: 25px;
    background-size: 65px;
  }
}
.domain-search input[type=text]::placeholder {
  color: #e2e2e2;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -1px;
}
.domain-search input[type=text]:focus {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4) !important;
}
.domain-search button {
  position: absolute;
  right: 7px;
  border: none;
  background: #2093EE;
  font-family: "Open Sans", helvetica, sans-serif;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  max-width: 100%;
  text-indent: -99999px;
  font-size: 0;
  padding: 6px !important;
}
@media (min-width: 767px) {
  .domain-search button {
    right: 11px;
  }
}
@media (min-width: 990px) {
  .domain-search button {
    right: 9px;
  }
}
@media (min-width: 767px) {
  .domain-search button {
    padding: 11px !important;
  }
}
.domain-search button:before {
  display: block;
  width: 29px;
  height: 29px;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/html5blank-stable/img/ico-search-white.svg");
  content: "";
}
@media (min-width: 767px) {
  .domain-search button {
    text-indent: 0;
    font-size: 20px;
    padding: 13px 23px !important;
  }
  .domain-search button:before {
    display: none;
  }
}
@media (min-width: 990px) {
  .domain-search button {
    border-radius: 5px;
    padding: 10px 0px;
    font-size: 20px;
    height: 58px;
    width: 220px;
  }
}
.domain-search.small-pane form ul li.text-element input {
  padding: 14px 60px 14px 81px !important;
}
@media (min-width: 990px) {
  .domain-search.small-pane form ul li.text-element input {
    padding: 14px 60px 14px 94px !important;
  }
}
.domain-search.small-pane button {
  text-indent: -99999px;
  font-size: 0;
  width: auto;
  height: auto;
  padding: 6px !important;
}
.domain-search.small-pane button:before {
  display: block;
}

.error404 .main-header {
  display: none;
}
.error404 .error {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.error404 .error .content {
  text-align: center;
  height: 100%;
  padding-top: 100px;
}
.error404 .error .content h2 {
  text-align: center;
  color: white;
  font-size: 27px;
  font-weight: 400;
  padding-bottom: 20px;
}
.error404 .error .content .btn, .error404 .error .content .plancompare_columns_column_button, .error404 .error .content .plancompare_tabs_button {
  width: 278px;
}
.error404 .error .content .img-wrapper {
  text-align: center;
}
.error404 .error .content .img-wrapper.logo404 {
  padding-bottom: 40px;
}
.error404 .error .content .img-wrapper.layers404 img {
  width: 100%;
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––

Styles for Shared Hosting page and for the Custom Field "Shared Hosting Hero Section"
These define a Hero section, the Planpicker tool and the column comparison layout for hosting plans

––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.content-checklist {
  list-style: none;
  padding: 0;
  margin: 20px 0 10px;
}
.content-checklist li {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 500;
}
@media (min-width: 767px) {
  .content-checklist li {
    justify-content: flex-start;
  }
}
.content-checklist li:before {
  content: "\f058";
  font-family: FontAwesome;
  color: #0573CB;
  font-size: 1.1em;
  flex-shrink: 0;
  margin-top: 1px;
}

.hero-checklist {
  color: white;
}
.hero-checklist h1 {
  line-height: 0.7;
}
.hero-checklist h2 {
  margin-bottom: 20px !important;
  padding-bottom: 0;
}
.hero-checklist ul {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
}
.hero-checklist ul li {
  color: white;
  text-align: left;
  font-size: 1.2em;
  font-weight: 300;
  margin: 0 0 8px 0;
  transform: translateY(2px);
}
.hero-checklist ul li i {
  margin-right: 3px;
}
.hero-checklist .content .wrapper {
  padding: 70px 10px 30px;
}
@media (min-width: 767px) {
  .hero-checklist .content .wrapper {
    padding-top: 120px;
  }
}
.hero-checklist .content .wrapper * {
  text-align: center;
}
@media (min-width: 767px) {
  .hero-checklist .content .wrapper * {
    text-align: left;
  }
}
@media (min-width: 767px) {
  .hero-checklist .content .wrapper .heroWithProducttable_heroheader {
    width: 50%;
  }
}

.hero_simpleHero,
.heroWithProducttable,
.heroWithProducttable_plan_comparison_columns {
  font-size: 16px;
  margin-bottom: 1em;
}
@media (min-width: 1200px) {
  .hero_simpleHero,
.heroWithProducttable,
.heroWithProducttable_plan_comparison_columns {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .hero_simpleHero,
.heroWithProducttable,
.heroWithProducttable_plan_comparison_columns {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .hero_simpleHero,
.heroWithProducttable,
.heroWithProducttable_plan_comparison_columns {
    font-size: 12px;
  }
}

.hero_simpleHero_heroheader,
.heroWithProducttable_heroheader {
  width: 66.6%;
  float: left;
  box-sizing: border-box;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .hero_simpleHero_heroheader,
.heroWithProducttable_heroheader {
    padding-right: 0;
  }
}
.hero_simpleHero_heroheader p,
.heroWithProducttable_heroheader p {
  text-align: left;
}
.hero_simpleHero_heroheader h2,
.heroWithProducttable_heroheader h2 {
  font-size: 1.75em;
  font-weight: 300;
  margin: 0;
  color: #ffffff;
  text-align: left;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .hero_simpleHero_heroheader h2,
.heroWithProducttable_heroheader h2 {
    font-size: 1.33em;
  }
}

.wordpress-hosting-plan .hero {
  overflow: visible;
}

.shared-hosting .plancompare_columns_column:nth-child(1) .plancompare_columns_column_planname:after, .shared-hosting .plancompare_columns_column:nth-child(2) .plancompare_columns_column_planname:after {
  content: "only 99c**";
  position: absolute;
  top: -9px;
  right: 9px;
  background-color: #b0d631;
  color: black;
  font-size: 16px;
  padding: 16px 13px 14px;
  line-height: 0;
  border-radius: 31px;
  transition: all 0.3s;
  font-weight: 500;
  border-bottom: 1px solid #7d9f1b;
}

.email-hosting .plancompare_columns_column:first-child {
  overflow: visible !important;
}
.email-hosting .plancompare_columns_column:first-child .plancompare_columns_column_planname:after {
  content: "SALE";
  position: absolute;
  top: -9px;
  right: 9px;
  background-color: #b0d631;
  color: black;
  font-size: 16px;
  padding: 16px 13px 14px;
  line-height: 0;
  border-radius: 31px;
  transition: all 0.3s;
  font-weight: 500;
  border-bottom: 1px solid #7d9f1b;
}

.hero-usp-list,
.resellerhosting_domain_list {
  padding: 0;
  width: 33.3%;
  float: left;
  margin: 1em 0 2em 0;
  padding-left: 30px;
}
.hero-usp-list i.fa,
.resellerhosting_domain_list i.fa {
  position: absolute;
  margin-top: 3px;
  margin-left: -30px;
  color: #fff;
}
@media (max-width: 767px) {
  .hero-usp-list,
.resellerhosting_domain_list {
    width: 100%;
  }
}

.planselecthelper {
  text-align: left;
  clear: both;
  padding-top: 30px;
  margin-bottom: 0;
}

.planselecthelper_header {
  font-size: 2em;
  font-weight: 300;
  color: #fff;
  padding: 0.5em 0;
  margin-bottom: 0;
  border-top: 1px solid #919191;
}

.planselecthelper_selector {
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  color: #ffffff;
  padding: 1em 1.25em;
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  margin-bottom: 4px;
}
.planselecthelper_selector:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.3);
}
.planselecthelper_selector:active, .planselecthelper_selector.clicked {
  color: #0573CB;
  background-color: rgb(255, 255, 255);
  border-color: #0573CB;
}

.plancompare_columns {
  margin-top: -200px;
}

.plancompare_columns_column {
  box-sizing: border-box;
  width: 25%;
  background-color: #E2E2E2;
  float: left;
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.33);
  position: relative;
  padding-bottom: 30px;
  transition: transform 0.5s ease-out;
}
.plancompare_columns_column:first-child {
  z-index: 4;
}
.plancompare_columns_column:nth-child(2) {
  z-index: 3;
}
.plancompare_columns_column:nth-child(3) {
  z-index: 2;
}
.plancompare_columns_column:nth-child(4) {
  z-index: 1;
}

.plancompare_columns_column.col-sm-4 {
  width: 33.3%;
  padding: 0;
}
@media (max-width: 767px) {
  .plancompare_columns_column.col-sm-4 {
    width: 100%;
  }
}

.plancompare_columns_column.col-sm-3 {
  width: 25%;
  padding: 0;
}
@media (max-width: 767px) {
  .plancompare_columns_column.col-sm-3 {
    width: 100%;
  }
}

.plancompare_columns_column_selectedpointer {
  display: none;
}

.plancompare_columns_column.plan-selected .plancompare_columns_column_selectedpointer {
  display: block;
}

.plancompare_columns_column_planname {
  font-size: 1.5em;
  font-weight: 500;
  text-align: center;
  padding: 15px;
}

.plancompare_columns_column_planprice {
  background-color: #ffffff;
  padding: 20px;
  font-size: 2.75em;
  font-weight: 300;
  text-align: center;
  color: #000000;
  line-height: 1.2;
}

.plancompare_columns_column_planprice_freq {
  display: block;
  font-size: 0.33em;
  font-weight: 500;
  color: #7a7a7a;
}

.plancompare_columns_column_planfeaturelist li {
  padding: 0.5em 1em 0.4em 1em;
  border-bottom: 1px solid #ffffff;
}
.plancompare_columns_column_planfeaturelist li p {
  margin: 0;
}

.plancompare_columns_column_features {
  width: 100%;
}

.plancompare_columns_column_features_label, .plancompare_columns_column_features_value {
  padding: 0.5em 0 0.4em 1em;
  font-size: 1.125em;
  text-align: left;
  border-bottom: 1px solid #ffffff;
}

.plancompare_columns_column_features_value {
  padding-right: 1em;
  padding-left: 0;
  text-align: right;
  font-weight: 700;
}

.plancompare_columns_column_button, .plancompare_tabs_button,
.plancompare_columns_column .btn,
.plancompare_columns_column .plancompare_columns_column_button,
.plancompare_columns_column .plancompare_tabs_button {
  margin: 1em;
  display: block;
  /* padding: 1em 1em 0.75em 1em;
  border: 2px solid $white;
  background-color: $blue;
  color: $white;
  display: block;
  margin: 1em;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
  line-height: 1; */
}

.plancompare_columns_column_additionaltext,
.plancompare_columns_column_additionaltext p {
  text-align: center;
  padding: 0 1em;
  margin: 0;
}

.plancompare_columns_column.column_active {
  background-color: #9fd3fd;
  z-index: 5 !important;
  transform: translateY(-30px);
  transition: transform 0.5s ease-out;
}

.plancompare_tabs {
  clear: both;
  text-align: left;
  position: relative;
  top: -30px;
  z-index: 5;
}

.plancompare_tabs_tablink {
  border-top: 1px solid #0573CB;
  color: #0573CB;
  font-size: 0.9em;
  padding: 0.625em 1.25em;
  width: 25%;
  float: left;
  background-color: #E2E2E2;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.33);
  position: relative;
}
.plancompare_tabs_tablink i {
  float: right;
}
.plancompare_tabs_tablink:first-child {
  z-index: 4;
}
.plancompare_tabs_tablink:nth-child(2) {
  z-index: 3;
}
.plancompare_tabs_tablink:nth-child(3) {
  z-index: 2;
}
.plancompare_tabs_tablink:nth-child(4) {
  z-index: 1;
}

.plancompare_tabs_tablink.tablink_active {
  background-color: #9fd3fd;
  z-index: 5;
  font-weight: bold;
  color: #557eb6;
  padding: 0.625em 1.25em;
}
.plancompare_tabs_tablink.tablink_active i {
  display: none;
}

.plancompare_tabs_tab {
  clear: both;
  overflow: auto;
  background: #ffffff;
  padding: 20px;
  border: 20px solid #9fd3fd;
  display: none;
  position: relative;
}
.plancompare_tabs_tab.tab_active {
  display: block;
  z-index: 6;
}

.anchorlink_to_tabs {
  display: none;
}

.plancompare_tabs_tab_description {
  padding: 20px;
  width: 66.6%;
  float: left;
}
.plancompare_tabs_tab_description h1, .plancompare_tabs_tab_description h2, .plancompare_tabs_tab_description h3, .plancompare_tabs_tab_description h4 {
  font-size: 1.625em;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.plancompare_tabs_tab_description p {
  font-size: 1em;
}

.plancompare_tabs_button {
  margin-left: 0;
  margin-right: auto;
  display: inline-block;
}

.plancompare_tabs_tab_featurelist {
  padding: 20px;
  width: 33.3%;
  float: left;
}

.plancompare_tabs_tab_featurelist_item {
  font-size: 1em;
  padding: 10px 0;
  border-bottom: 1px solid #DDD;
}
.plancompare_tabs_tab_featurelist_item .fa {
  float: left;
  clear: left;
  position: relative;
  top: 3px;
  margin-right: 10px;
  color: #B0D631;
}
.plancompare_tabs_tab_featurelist_item p {
  margin-bottom: 0;
}

.heroWithProducttable .container {
  position: relative;
}

.index .heroWithProducttable .content {
  height: auto;
  padding-bottom: 220px;
}

.index .hero_simpleHero .content {
  height: auto;
}

.index .hero_simpleHero .content .wrapper,
.index .heroWithProducttable .content .wrapper {
  padding: 0;
  display: block;
  margin-top: 120px;
}

.index .hero_simpleHero .content .wrapper .hero_simpleHero_heroheader_head,
.index .heroWithProducttable .content .wrapper .heroWithProducttable_heroheader_head {
  text-align: left;
  font-size: 3em;
  font-weight: 600;
}

.index .hero_simpleHero .content .wrapper .hero_simpleHero_heroheader_subhead,
.index .heroWithProducttable .content .wrapper .heroWithProducttable_heroheader_subhead {
  font-size: 1.75em;
  font-weight: 300;
  text-align: left;
  max-width: 100%;
  margin: 0;
}

.index .hero_simpleHero .content .wrapper .domain-list,
.index .heroWithProducttable .content .wrapper .domain-list {
  margin: 0;
}

.index .hero_simpleHero .content .wrapper .domain-list:before,
.index .heroWithProducttable .content .wrapper .domain-list:before {
  background: transparent;
}

.index .hero_simpleHero .content .wrapper .domain-list li,
.index .heroWithProducttable .content .wrapper .domain-list li {
  float: none;
  display: block;
  width: 100%;
  text-align: left;
}

.index .hero_simpleHero .content .wrapper .domain-list li img,
.index .heroWithProducttable .content .wrapper .domain-list li img {
  position: relative;
  top: 6px;
  margin-right: 10px;
}

.index .hero_simpleHero .content .wrapper .domain-list li h3,
.index .heroWithProducttable .content .wrapper .domain-list li h3 {
  font-size: 1.33em;
  font-weight: 300;
  margin-bottom: 10px;
  color: #ffffff;
}

.index.vps .heroWithProducttable .content .wrapper .domain-list li h3 {
  font-size: 1.25em;
}

@media (max-width: 767px) {
  .index .hero_simpleHero .content .wrapper,
.index .heroWithProducttable .content .wrapper {
    margin-top: 80px;
  }
  .hero_simpleHero_heroheader,
.heroWithProducttable_heroheader,
.hero_usp_list,
.plancompare_tabs_tab_description,
.plancompare_tabs_tab_featurelist {
    float: none;
    width: 100%;
  }
  .index .hero_simpleHero .content .wrapper .heroWithProducttable_heroheader_subhead,
.index .heroWithProducttable .content .wrapper .heroWithProducttable_heroheader_subhead {
    font-size: 1.5em;
    margin-bottom: 1em;
  }
  .index .hero_simpleHero .content .wrapper .domain-list li h3,
.index .heroWithProducttable .content .wrapper .domain-list li h3 {
    font-size: 1.5em;
    margin-bottom: 0;
  }
  .planselecthelper {
    padding-top: 0;
  }
  .hero_usp_list {
    margin-bottom: 2em;
  }
  .plancompare_columns_column {
    width: 100%;
  }
  .plancompare_columns_column.column_active {
    transform: none;
  }
  .plancompare_tabs {
    top: 30px;
    clear: both;
    margin-top: 30px;
    overflow: auto;
  }
  .plancompare_tabs_tab {
    border-width: 10px;
    padding: 0;
  }
  .anchorlink_to_tabs {
    display: block;
    padding: 1em 1em 0.75em 1em;
    font-size: 1.25em;
    text-align: center;
    line-height: 1;
    margin: 1em;
    border: 2px solid #0573CB;
  }
  .plancompare_tabs_tablink {
    text-align: center;
    border: none;
    padding: 1.5em 1em 0.5em;
    min-height: 80px;
    line-height: 1.3;
  }
  .plancompare_tabs_tablink i {
    float: none;
    display: block;
  }
  .plancompare_tabs_tablink.tablink_active {
    padding: 1.5em 1em 0.5em;
  }
  .plancompare_tabs_tablink.tablink_active i {
    display: block;
    visibility: hidden;
  }
}
@media screen and (max-width: 640px) {
  .indepth_comparison_table {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .indepth_comparison_table {
    font-size: 0.8em;
  }
  .indepth_comparison_table td, .indepth_comparison_table th {
    padding: 0.5em;
  }
}
.indepth_comparison_table .toggle {
  margin: auto;
  display: block;
  max-width: 300px;
  margin-bottom: 1em;
}
.indepth_comparison_table .toggle:before {
  content: "\f055";
  font-family: "Fontawesome";
  font-weight: normal;
  padding-right: 0.5em;
}
.indepth_comparison_table .toggle.toggle-active:before {
  content: "\f056";
}
.indepth_comparison_table #hidden_content {
  display: none;
}
.indepth_comparison_table #hidden_content:target {
  display: block;
}
.indepth_comparison_table table {
  border-collapse: collapse;
  width: 100%;
}
.indepth_comparison_table td, .indepth_comparison_table th {
  padding: 1em;
  background-color: #E8E8E8;
  border: 1px solid #fff;
  vertical-align: top;
  position: relative;
  text-align: center;
  font-weight: bold;
}
.indepth_comparison_table th {
  color: #555;
}
.indepth_comparison_table tr > th:first-child {
  text-align: left;
}
.indepth_comparison_table thead th {
  background: #2093ee;
  border-color: #2093ee #67b5f3 #67b5f3 #2093ee;
  color: #FFF;
}
.indepth_comparison_table th:first-child {
  background-color: #EFEFEF;
  border-color: #FFF;
  font-weight: normal;
}
.indepth_comparison_table tr:nth-child(even) th {
  background-color: #F6F6F6;
}
.indepth_comparison_table thead th:first-child {
  background-color: #FFF;
  border-color: #FFF;
  visibility: hidden;
}
.indepth_comparison_table tr:nth-child(even) td {
  background-color: #EEE;
}

.indepth_comparison_table.indepth_comparison_table_no-side-head td {
  font-weight: normal;
}
.indepth_comparison_table.indepth_comparison_table_no-side-head thead th, .indepth_comparison_table.indepth_comparison_table_no-side-head thead th:first-child {
  background: #2093ee;
  border-color: #2093ee #67b5f3 #67b5f3 #2093ee;
  color: #FFF;
  visibility: visible;
  font-weight: bold;
  text-align: center;
}
.indepth_comparison_table.indepth_comparison_table_no-side-head thead tr.breaker th {
  background: #FFF;
  color: #7a7a7a;
  text-align: center !important;
  font-size: 1.5em;
  border: none;
}

.index.shared-hosting .chouse-package .package-head {
  padding: 0;
}

.index.vps .hero.heroWithProducttable,
.index.shared-hosting .hero.heroWithProducttable {
  height: auto !important;
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––

Styles for Reseller Hosting page and for the Custom Field "Reseller Hosting Hero Section"
These are mainly overrides of styles defined in _sharedhosting.scss
The page reuses some styles from the Shared Hosting page as it has a very similar layout.

––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.hero_resellerhosting,
.reseller_hosting_plan_comparison_columns {
  font-size: 16px;
}
@media (min-width: 1200px) {
  .hero_resellerhosting,
.reseller_hosting_plan_comparison_columns {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .hero_resellerhosting,
.reseller_hosting_plan_comparison_columns {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .hero_resellerhosting,
.reseller_hosting_plan_comparison_columns {
    font-size: 12px;
  }
}

.resellerhosting_heroheader {
  width: 66.6%;
  float: left;
  box-sizing: border-box;
}

.resellerhosting_domain_list {
  padding: 0;
  width: 33.3%;
  float: left;
  top: 20px;
  position: relative;
}

.reseller_hosting_plan_comparison_columns .plancompare_columns_column {
  width: 33.3%;
}
@media (max-width: 767px) {
  .reseller_hosting_plan_comparison_columns .plancompare_columns_column {
    width: 100%;
  }
}
.reseller_hosting_plan_comparison_columns .plancompare_tabs_tablink {
  width: 33.3%;
}

.index .hero.hero_resellerhosting {
  background-position: center top;
}

.hero_resellerhosting .container {
  position: relative;
}

.index .hero_resellerhosting .content {
  height: auto;
  padding-bottom: 260px;
}

.index .hero_resellerhosting .content .wrapper {
  padding: 0;
  display: block;
  margin-top: 120px;
}

.index .hero_resellerhosting .content .wrapper .resellerhosting_heroheader_head {
  text-align: left;
  font-size: 3em;
  font-weight: 600;
  padding-right: 60px;
}
@media (max-width: 767px) {
  .index .hero_resellerhosting .content .wrapper .resellerhosting_heroheader_head {
    padding-right: 0;
  }
}

.index .hero_resellerhosting .content .wrapper .resellerhosting_heroheader_subhead {
  font-size: 1.75em;
  font-weight: 300;
  text-align: left;
  max-width: 100%;
  padding-right: 60px;
  margin: 0;
}
@media (max-width: 767px) {
  .index .hero_resellerhosting .content .wrapper .resellerhosting_heroheader_subhead {
    padding-right: 0;
  }
}

.index .hero_resellerhosting .content .wrapper .domain-list {
  margin: 0;
}

.index .hero_resellerhosting .content .wrapper .domain-list:before {
  background: transparent;
}

.index .hero_resellerhosting .content .wrapper .domain-list li {
  float: none;
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 30px;
  box-sizing: border-box;
}

.index .hero_resellerhosting .content .wrapper .domain-list li img {
  position: relative;
  top: 6px;
  margin-right: 10px;
}

.index .hero_resellerhosting .content .wrapper .domain-list li h3 {
  font-size: 1.33em;
  font-weight: 300;
  margin-bottom: 10px;
  color: #ffffff;
}

@media (max-width: 767px) {
  .index .hero_resellerhosting .content .wrapper {
    margin-top: 80px;
  }
  .resellerhosting_heroheader,
.resellerhosting_domain_list {
    float: none;
    width: 100%;
  }
  .index .hero_resellerhosting .content .wrapper .resellerhosting_heroheader_subhead {
    font-size: 1.5em;
    margin-bottom: 1em;
  }
  .index .hero_resellerhosting .content .wrapper .domain-list li h3 {
    font-size: 1.5em;
    margin-bottom: 0;
  }
  .resellerhosting_domain_list {
    margin-bottom: 2em;
  }
}
@media (max-width: 767px) {
  .reseller-hosting .content .wrapper {
    padding-bottom: 270px;
  }
}
.reseller-hosting .content .wrapper .domain-list {
  position: relative;
}
.reseller-hosting .content .wrapper .domain-list li {
  position: relative;
  width: 33%;
  vertical-align: middle;
  z-index: 99;
}
@media (max-width: 767px) {
  .reseller-hosting .content .wrapper .domain-list li {
    width: 100%;
  }
}
.reseller-hosting .content .wrapper .domain-list li h3 {
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  vertical-align: top;
}
.reseller-hosting .content .wrapper .domain-list:before {
  content: "";
  position: absolute;
  height: 100px;
  top: -30px;
  left: 0;
  right: 0;
  background-color: #000000;
  opacity: 0.51;
  z-index: 9;
}
@media (min-width: 768px) and (max-width: 991px) {
  .reseller-hosting .content .wrapper .domain-list:before {
    height: 120px;
  }
}
@media (max-width: 767px) {
  .reseller-hosting .content .wrapper .domain-list:before {
    height: 120px;
    top: -15px;
  }
}
.reseller-hosting .content .wrapper .bottom {
  padding-bottom: 80px;
}

.faq_2 {
  margin-bottom: 2em;
  margin-top: 2em;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .faq_2 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .faq_2 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .faq_2 {
    font-size: 12px;
  }
}

.faq_header {
  font-size: 3.125em;
  font-weight: 300;
  text-align: center;
}
.faq_header h1, .faq_header h2 {
  margin-bottom: 20px;
}
.faq_header h2 {
  font-size: 28px;
}
@media (min-width: 767px) {
  .faq_header h2 {
    font-size: 48px;
  }
}

.faq_block {
  padding: 0;
  margin-bottom: 2px;
  transition: background-color 0.3s linear;
  border-bottom: 1px dotted #949494;
}
.faq_block:last-child {
  border-bottom: none;
}
.faq_block_question {
  font-size: 1.75em;
  color: #0573CB;
  font-weight: 300;
  padding: 0.7em 1.785em 0.7em 1em;
  position: relative;
  cursor: pointer;
  margin: 0;
}
.faq_block_question:after {
  content: "\f067";
  font-family: FontAwesome;
  position: absolute;
  right: 1em;
  top: 0.7em;
  font-size: 1em;
  transition: all 0.2s linear;
}

.faq_block_answer {
  max-height: 0;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
  transition: all 1s;
  padding: 0 30px 0px 30px;
  font-size: 18px;
  font-weight: 500;
}

.faq_header h1 {
  font-size: 1em;
  font-weight: 300;
  text-align: center;
}

.faq_block_question h2 {
  font-size: 1em;
  color: #0573CB;
  font-weight: 300;
  padding: 0;
  text-align: left;
}

.faq_block_answer p {
  font-size: 1em;
  font-weight: 500;
  padding: 0;
}

.faq_block.faq_block_showanswer {
  position: relative;
}
.faq_block.faq_block_showanswer .faq_block_answer {
  max-height: 1000px;
}
.faq_block.faq_block_showanswer .faq_block_question {
  color: #000000;
}
.faq_block.faq_block_showanswer .faq_block_question:after {
  transform: rotate(45deg);
  color: #000000;
}
@media (max-width: 767px) {
  .faq_block.faq_block_showanswer {
    top: 0;
    left: 0;
  }
}

.banner {
  margin: 0 auto;
  display: table;
  text-align: center;
}
@media (max-width: 767px) {
  .banner {
    display: block;
    overflow: auto;
  }
}

.banner_header {
  text-align: center;
  padding-bottom: 1em;
  font-size: 3em;
  font-weight: 300;
  margin: 0.5em auto 0 auto;
  padding: 0;
}
@media (max-width: 767px) {
  .banner_header {
    font-size: 2em;
  }
}

.banner_who_we_supply {
  display: table-row;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .banner_who_we_supply {
    display: block;
  }
}

.banner_who_we_supply_logo_container {
  display: table-cell;
  vertical-align: middle;
  max-width: 200px;
  margin: 0 auto;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .banner_who_we_supply_logo_container {
    display: block;
    width: 33.3%;
    float: left;
  }
}
@media (max-width: 480px) {
  .banner_who_we_supply_logo_container {
    width: 50%;
  }
}

.domain-promo-july {
  background-color: #0573CB;
  padding: 20px;
  color: #FFF;
  font-size: 18px;
  position: absolute;
  bottom: 10px;
  display: inline-block;
  width: calc(100% - 30px);
  text-align: center;
  z-index: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 319px) {
  .domain-promo-july {
    font-size: 14px;
    padding: 12px;
  }
}
@media screen and (orientation: portrait) and (max-height: 555px) {
  .domain-promo-july {
    position: relative;
    width: 100%;
    top: 5px;
    bottom: auto;
  }
}
@media screen and (min-width: 480px) {
  .domain-promo-july {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  .domain-promo-july {
    position: relative;
    bottom: auto;
    top: 10px;
    margin-bottom: 30px;
    width: auto;
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  .domain-promo-july {
    width: 710px;
  }
}
@media screen and (min-width: 1200px) {
  .domain-promo-july {
    font-size: 32px;
  }
}
.domain-promo-july:after {
  content: "";
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #0573CB;
  border-left-color: #0573CB;
  position: absolute;
  top: 100%;
  margin-top: -1px;
  left: 90px;
  z-index: 1;
}
@media screen and (max-width: 479px) {
  .domain-promo-july:after {
    border-width: 10px;
  }
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  .domain-promo-july:after {
    left: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .domain-promo-july:after {
    left: 33%;
  }
}

.domain-promo-july_header {
  font-size: 1em;
  color: #FFF;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #FFF;
  margin-bottom: 0.5em;
}
.domain-promo-july_header .fa {
  color: #B0D631;
}

.domain-promo-july_prices {
  font-weight: 300;
}
.domain-promo-july_prices > div {
  display: inline-block;
  position: relative;
  font-size: 1.6em;
}

.domain-promo-july_prices_oldprice:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: red;
  top: 41%;
  left: 0;
  transform: rotate(-16deg);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
}

.domain-promo-july_prices_newprice {
  font-weight: 900;
  color: #B0D631;
}

.ie-domain .hero.iedomain.domain-promo .content .wrapper {
  padding-top: 100px;
}
.ie-domain .domain-promo-july {
  position: relative;
  width: auto;
}

.icon-ie-registration {
  display: block;
  height: 350px;
  width: 100%;
  background-image: url("../../../ie-registrar.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40% auto;
}

.index .hero.hero_singleproduct {
  margin-bottom: 90px;
}

.index .hero.hero_singleproduct .content {
  height: auto;
}

.index .hero.hero_singleproduct .content .wrapper {
  padding-bottom: 0;
}

.hero_singleproduct_header {
  margin: 3em 0 60px 0;
}
@media (max-width: 767px) {
  .hero_singleproduct_header {
    margin: 0;
  }
}

.index .hero.hero_singleproduct .content .wrapper .hero_singleproduct_title {
  font-size: 3em;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.25em;
}
@media (max-width: 767px) {
  .index .hero.hero_singleproduct .content .wrapper .hero_singleproduct_title {
    font-size: 2em;
  }
}

.hero_singleproduct_subhead {
  font-size: 1.75em;
  font-weight: 300;
  margin: 0;
  color: #ffffff;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .hero_singleproduct_subhead {
    font-size: 1.33em;
  }
}

.hero_singleproduct_productbox {
  background-color: #e8e8e8;
  padding: 15px;
  overflow: visible;
  min-height: 270px;
  position: relative;
  top: 60px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.hero_singleproduct_productbox > * {
  text-align: left;
}

.index .content .wrapper .strike p {
  font-size: 34px;
  color: #333;
  text-align: center;
  position: relative;
  display: inline-block;
}
.index .content .wrapper .strike p:before {
  content: "";
  position: absolute;
  top: 21px;
  left: 1px;
  width: 100%;
  height: 3px;
  background: #B0D631;
  transform: rotate(-18deg);
}

.hero_singleproduct_productbox_cta p {
  text-align: center !important;
}

@media (max-width: 767px) {
  .hero_singleproduct_productbox_pagelinks {
    display: none;
  }
}

.hero_singleproduct_productbox_pagelinks_header,
.hero_singleproduct_productbox_featurelist h3 {
  font-weight: 700;
  font-size: 1.2em;
  margin-top: 15px;
  margin-bottom: 0.75em;
}
@media (max-width: 767px) {
  .hero_singleproduct_productbox_pagelinks_header,
.hero_singleproduct_productbox_featurelist h3 {
    text-align: center;
  }
}

.hero_singleproduct_productbox_pagelinks_linklist_link {
  display: block;
  padding: 5px 20px 5px 0;
  border-bottom: 1px solid #c2c2c2;
  position: relative;
}
.hero_singleproduct_productbox_pagelinks_linklist_link:after {
  content: "\f054";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 0.7em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}

.hero_singleproduct_productbox_logopricecta {
  text-align: center;
}

.hero_singleproduct_productbox_logo {
  display: block;
  position: relative;
  top: -105px;
  margin: 0 auto -90px auto;
}
@media (max-width: 767px) {
  .hero_singleproduct_productbox_logo {
    width: 130px;
    top: -80px;
    margin-bottom: -65px;
  }
}

.hero_singleproduct_productbox_price_euros {
  font-size: 64px;
  color: #000000;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 767px) {
  .hero_singleproduct_productbox_price_euros {
    font-size: 54px;
  }
}

.hero_singleproduct_productbox_price_cents {
  font-size: 40px;
  color: #000000;
  font-weight: 500;
  position: relative;
  top: -17px;
}
@media (max-width: 767px) {
  .hero_singleproduct_productbox_price_cents {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .hero_singleproduct_productbox_featurelist {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.hero_singleproduct_productbox_featurelist li {
  padding: 5px 0;
  border-bottom: 1px solid #c2c2c2;
}
.hero_singleproduct_productbox_featurelist li p {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: inherit !important;
  font-size: inherit !important;
}
.hero_singleproduct_productbox_featurelist li:before {
  content: "\f05d";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}

.threecolumn_layout_content .container {
  padding-bottom: 3em;
  padding-top: 3em;
  border-bottom: 1px solid #DDD;
}

.threecolumn_layout_content_image {
  width: 100%;
  max-width: 200px;
  height: auto;
  display: block;
  margin: 0 auto 1em auto;
}

.threecolumn_layout_content_headline {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .threecolumn_layout_content_headline {
    font-size: 30px;
  }
}

.threecolumn_layout_content_column > h3, .threecolumn_layout_content_column > h4 {
  margin-bottom: 0.5em;
  font-weight: bold;
}
.threecolumn_layout_content_column > h3 {
  font-size: 1em;
}
.threecolumn_layout_content_column p {
  margin-bottom: 0.5em;
}

.singleproduct_signoff {
  margin-top: 90px;
  padding-bottom: 3em;
  border-bottom: 1px solid #DDD;
}

.singleproduct_signoff_wysiwyg > h3 {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .singleproduct_signoff_wysiwyg > h3 {
    font-size: 30px;
  }
}

.singleproduct_signoff_cta {
  background-color: #eee;
  padding: 30px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  max-width: 320px;
}
@media (max-width: 767px) {
  .singleproduct_signoff_cta {
    max-width: 100%;
    width: 100%;
    margin: 8em auto 2em auto;
  }
}

.singleproduct_signoff_cta_pricefreq {
  display: block;
  font-size: 1em;
  margin-bottom: 1em;
}

.wp-hosting #essential-wordpress-tools .container {
  padding-top: 6em;
}

@media (min-width: 767px) {
  .wp-hosting.index .hero-checklist .content .wrapper .heroWithProducttable_heroheader {
    width: 60%;
  }
}
.wp-hosting.index .hero-checklist .content .wrapper .heroWithProducttable_heroheader_head,
.wp-hosting.index .hero-checklist .content .wrapper .heroWithProducttable_heroheader_subhead {
  text-align: center;
}
@media (min-width: 767px) {
  .wp-hosting.index .hero-checklist .content .wrapper .heroWithProducttable_heroheader_head,
.wp-hosting.index .hero-checklist .content .wrapper .heroWithProducttable_heroheader_subhead {
    text-align: left;
  }
}
.wp-hosting.index .hero {
  overflow: visible;
}
.wp-hosting.index .hero:before {
  display: none;
  background-image: url("/wp-content/themes/html5blank-stable/img/hosting/wp-intro.webp");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (min-width: 767px) {
  .wp-hosting.index .hero:before {
    display: block;
    background-position: 360px 100%;
  }
}
@media (min-width: 904px) {
  .wp-hosting.index .hero:before {
    background-position: right;
  }
}
.wp-hosting.index .hero .content {
  padding-bottom: 0;
}
.wp-hosting.index .sp-product-box {
  position: relative;
  z-index: 2;
  margin-bottom: -150px;
}
.wp-hosting.index .hero + section {
  padding-top: 190px;
}
@media (min-width: 767px) {
  .wp-hosting.index .hero + section {
    padding-top: 230px;
  }
}

.wp-hosting .hero-checklist ul {
  border-bottom: none;
}

.sp-product-box {
  background-color: #e8e8e8;
  padding: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  align-items: stretch !important;
  overflow: visible;
  min-height: 270px;
}
.sp-product-box * {
  color: #333 !important;
}
.sp-product-box > div {
  justify-content: flex-start !important;
  text-align: left;
}
@media (max-width: 767px) {
  .sp-product-box__links {
    display: none;
  }
}
.sp-product-box__links-header {
  font-weight: 700;
  font-size: 1.2em !important;
  margin-top: 15px;
  margin-bottom: 0.75em;
}
.sp-product-box__links-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sp-product-box__links-list a {
  color: #0573CB !important;
  text-decoration: none;
}
.sp-product-box__links-list a:hover {
  color: #045799 !important;
  text-decoration: underline;
}
.sp-product-box__links-list li {
  display: block;
  padding: 5px 20px 5px 0;
  border-bottom: 1px solid #c2c2c2;
  position: relative;
  font-size: 1em !important;
}
.sp-product-box__links-list li::after {
  content: "\f054";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 0.7em !important;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}
.sp-product-box__pricing {
  text-align: center;
  align-items: center !important;
}
.sp-product-box__logo {
  display: block;
  position: relative;
  top: -105px;
  margin: 0 auto -90px auto;
  width: 100%;
  max-width: 233px;
}
@media (max-width: 767px) {
  .sp-product-box__logo {
    max-width: 130px;
    top: -80px;
    margin-bottom: -65px;
  }
}
.sp-product-box__strike p {
  font-size: 34px !important;
  text-align: center;
  position: relative;
  display: inline-block;
}
.sp-product-box__strike p::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 1px;
  width: 100%;
  height: 3px;
  background: #B0D631;
  transform: rotate(-18deg);
}
.sp-product-box__price {
  line-height: 1;
}
.sp-product-box__price-euros {
  font-size: 64px !important;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 767px) {
  .sp-product-box__price-euros {
    font-size: 54px !important;
  }
}
.sp-product-box__price-cents {
  font-size: 40px !important;
  font-weight: 500;
  position: relative;
  top: -17px;
}
.sp-product-box__price-cents sup {
  font-size: 50% !important;
}
@media (max-width: 767px) {
  .sp-product-box__price-cents {
    font-size: 30px !important;
  }
}
.sp-product-box__price-freq {
  display: block;
  font-size: 1em !important;
  color: #7a7a7a !important;
  text-align: center;
  margin-bottom: 1em;
}
.sp-product-box__cta p {
  text-align: center;
}
.sp-product-box__cta .btn, .sp-product-box__cta .plancompare_columns_column_button, .sp-product-box__cta .plancompare_tabs_button {
  color: #fff !important;
}
@media (max-width: 767px) {
  .sp-product-box__features {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.sp-product-box__features h3 {
  font-weight: 700;
  font-size: 1.2em !important;
  margin-top: 15px;
  margin-bottom: 0.75em;
}
.sp-product-box__features li {
  padding: 5px 0;
  border-bottom: 1px solid #c2c2c2;
  font-size: 1em !important;
}
.sp-product-box__features li p {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: inherit !important;
}
.sp-product-box__features li::before {
  content: "\f05d";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit !important;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––

Styles for Contact Us Page and Contact form

––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
body.contact-us {
  background-color: #9fd3fd;
}

.hero_contact {
  font-size: 16px;
}

.hero_contact_head {
  margin: 150px 0 250px 0;
}
@media (max-width: 767px) {
  .hero_contact_head {
    margin-top: 80px;
  }
}

.hero_contact_headline {
  text-align: center;
  font-weight: 900;
  font-size: 3em;
  color: #ffffff;
}
@media (max-width: 767px) {
  .hero_contact_headline {
    font-size: 1.75em;
  }
}

.hero_contact_phone {
  text-align: center;
  font-size: 2.25em;
  color: #ffffff;
  font-weight: 300;
}
@media (max-width: 767px) {
  .hero_contact_phone {
    font-size: 1.3em;
  }
}
.hero_contact_phone a {
  color: #B0D631;
}
.hero_contact_phone:before {
  content: "\f098";
  margin-right: 10px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.contact_form {
  padding: 40px;
  background-color: #ffffff;
  width: 95%;
  max-width: 965px;
  margin: -150px auto 40px auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  position: relative;
}
@media (max-width: 767px) {
  .contact_form {
    width: 100%;
    padding: 20px;
  }
}

.contact_form_tab {
  position: absolute;
  top: -50px;
  display: inline-block;
  line-height: 50px;
  padding: 0 20px;
  background-color: #e8e8e8;
  font-size: 1.35em;
  font-weight: 100;
  width: 230px;
  text-align: center;
  border-radius: 3px 3px 0 0;
}
@media (max-width: 767px) {
  .contact_form_tab {
    width: 50%;
    font-size: 1em;
  }
}

.contact_form_tab--active {
  background-color: #ffffff;
  padding-top: 3px;
  top: -53px;
}

.contact_form_tab_sales {
  left: 0;
}

.contact_form_tab_support {
  left: 231px;
}
@media (max-width: 767px) {
  .contact_form_tab_support {
    left: 50%;
  }
}

.contact_form_content {
  display: none;
}

.contact_form_content--active {
  display: block;
}

@media (max-width: 767px) {
  .contact_form_sales_side_wrapper {
    margin-top: 2em;
  }
}

.contact_form_sales_side {
  margin-bottom: 1em;
  position: relative;
  padding-right: 20px;
  left: 25px;
}
.contact_form_sales_side > i {
  position: absolute;
  left: -25px;
  margin-top: 2px;
}

.contact_form_content h3 {
  margin-bottom: 1em;
}

.contact_form_content label {
  color: transparent;
  font-size: 0;
}
@media (max-width: 767px) {
  .contact_form_content label {
    display: block;
  }
}

.contact_form_content input[type=text],
.contact_form_content input[type=email],
.contact_form_content textarea {
  padding: 8px 12px;
  background-color: #EBEBEB;
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.15);
  border: 1px solid #CCD;
  height: auto;
  margin: 0 0 1em 0;
}

.contact_form_content_support_box {
  background-color: #EBEBEB;
  padding: 20px;
  text-align: center;
  margin-bottom: 0.5em;
}
.contact_form_content_support_box h4 {
  font-size: 1.5em;
  font-weight: 300;
  margin-bottom: 0.5em;
}
.contact_form_content_support_box p {
  margin-bottom: 0.5em;
}

.contact_form_content_support_email_alts {
  display: table;
  width: 100%;
}
.contact_form_content_support_email_alts p {
  background-color: #EBEBEB;
  display: table-cell;
  width: 50%;
  text-align: center;
  padding: 1em;
}
@media (max-width: 767px) {
  .contact_form_content_support_email_alts p {
    display: block;
    width: 100%;
  }
}
.contact_form_content_support_email_alts p a {
  display: block;
}

.contactus-recaptcha {
  margin-bottom: 1em;
}
@media (max-width: 320px) {
  .contactus-recaptcha {
    transform: scale(0.92);
    -webkit-transform: scale(0.92);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

.index .hero {
  height: auto;
  position: relative;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.index .hero .content {
  display: table;
  width: 100%;
  position: relative;
}

.index .hero .content .wrapper {
  display: table-cell;
  vertical-align: middle;
  padding-top: 120px;
  padding-bottom: 30px;
  text-align: center;
}

.search-label {
  z-index: 1000;
  color: #fff;
  font: 500 27px/40px Hind;
  letter-spacing: 0;
}

.hero_testimonial {
  font-size: 16px;
}

@media (min-width: 1200px) {
  .hero_testimonial {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .hero_testimonial {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .hero_testimonial {
    font-size: 12px;
  }
}
.index .hero.hero_testimonial .content {
  height: 80vh;
}

.index .hero.hero_testimonial .content .wrapper {
  vertical-align: top;
}

@media (max-width: 767px) {
  .index .hero.hero_testimonial .content .wrapper {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
.hero_testimonial_header {
  max-width: 582px;
  margin: 50px auto;
}

.hero_testimonial_quote {
  color: #ffffff;
  font-size: 38px;
  font-weight: 300;
  line-height: 1.3;
  padding-bottom: 1.2em;
  background: url(../img/speech_line.svg) no-repeat center bottom;
  text-align: center;
}

@media (max-width: 767px) {
  .hero_testimonial_quote {
    font-size: 2em;
    text-align: center;
    max-width: 360px;
    margin: 0 auto;
  }
}
.hero_testimonial_source {
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
}

@media (max-width: 767px) {
  .hero_testimonial_source {
    font-size: 1.3em;
    max-width: 360px;
    margin: 0 auto;
  }
}
.hero_testimonial_domainsearch {
  background-color: #001951;
  padding: 0;
  overflow: auto;
}

.hero_testimonial_domainsearch.hero_testimonial_video_domainsearch {
  background-color: transparent;
}

.hero_testimonial_domainsearch.hero_testimonial_video_domainsearch .bulk_search, .hero_testimonial_domainsearch.hero_testimonial_video_domainsearch .index p.bulk_search {
  position: relative;
}

.hero_testimonial_domainsearch_form {
  position: relative;
  width: 848px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .hero_testimonial_domainsearch_form {
    width: 100%;
    float: none;
  }
}
.hero_testimonial_domainsearch input[type=text] {
  height: 60px;
  width: 100%;
  font-size: 19px;
  font-weight: 600;
  border: none;
  background-color: #ffffff;
  padding-right: 280px;
  padding-left: 1em;
  border-radius: 0;
}

@media (max-width: 767px) {
  .hero_testimonial_domainsearch input[type=text] {
    height: 45px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 15px;
    border-radius: 4px;
    text-align: left;
  }
  ::-webkit-input-placeholder {
    text-align: center;
  }
  :-moz-placeholder { /* Firefox 18- */
    text-align: center;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    text-align: center;
  }
  :-ms-input-placeholder {
    text-align: center;
  }
}
.hero_testimonial_domainsearch button {
  position: absolute;
  top: 40px;
  right: 0;
  height: 60px;
  width: 170px;
  background-color: #2093ee;
  border: none;
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  border-radius: 0;
}

@media (max-width: 767px) {
  .hero_testimonial_domainsearch button {
    position: relative !important;
    height: 42px;
    width: 175px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
    padding-top: 5px !important;
    border-radius: 4px;
    top: 10px !important;
  }
}
.hero_testimonial_domainsearch_domains {
  width: 40%;
  float: right;
  text-align: center;
  padding-top: 0.5em;
}

.hero_testimonial_domainsearch_domains img {
  max-width: 85%;
}

@media (max-width: 991px) {
  .hero_testimonial_domainsearch_domains {
    width: 100%;
    float: none;
    margin-bottom: 1em;
  }
}
.hero_testimonial_domainsearch .domain-list {
  max-width: 1100px;
  margin: 0 auto 20px auto;
  overflow: hidden;
}

@media (max-width: 767px) {
  .hero_testimonial_domainsearch .domain-list {
    text-align: center;
    margin: 50px auto 10px auto;
  }
}
.hero_testimonial_domainsearch .domain-list li {
  display: inline-block;
  float: left;
  width: 20%;
  text-align: center;
}

@media (max-width: 767px) {
  .hero_testimonial_domainsearch .domain-list li {
    float: none;
    width: 102px;
  }
}
.hero_testimonial_domainsearch .domain-list li a {
  color: #ffffff;
}

.hero_testimonial_domainsearch .domain-list li a .img-wrapper {
  height: 35px;
  /*line-height: 65px;*/
  /*margin-bottom: 5px;*/
}

@media (max-width: 767px) {
  .hero_testimonial_domainsearch .domain-list li a .img-wrapper img {
    max-width: 70px;
  }
}
.hero_testimonial_domainsearch .domain-list li a span {
  display: block;
  font-size: 15px;
  font-weight: 500;
}

.index .wpcf7-response-output {
  margin: 0 auto !important;
}

.main-footer .textwidget .wpcf7 input[type=submit] {
  text-indent: -50px;
  background-image: url(/wp-content/uploads/2016/09/send-icon.png);
  background-position: center center;
  background-repeat: no-repeat;
  padding-right: 30px;
}

.index .package-table .table-tablet tr:first-child td {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  max-width: 450px;
  text-align: right;
}

.index .package-table .table-mobile thead tr td {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding-bottom: 15px;
}

/* @media (max-width: 767px) {
	.index .chouse-package.ssl.backup h1{
      padding-bottom:50px;
  	}
} */
.simple-content {
  padding: 40px 15px 100px 40px;
}

.simple-content h1 {
  text-align: center;
  font-size: 40px;
  font-weight: 300;
  padding-bottom: 20px;
}

.index.shared-hosting .hero .bottom .domain-list li h3 {
  vertical-align: middle;
}

.index.shared-hosting .hero .bottom .domain-list li img {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

/* .index.data-backup .chouse-package.ssl.backup .package{
	padding-bottom:30px;
}
.index.data-backup .chouse-package.ssl.backup .package .btn{
	max-width:220px;
}*/
.index.vps .hero .wrapper {
  padding-bottom: 55px;
}

@media (max-width: 767px) {
  .index.vps .hero .content {
    height: auto;
  }
  .index.vps .hero .hero-table {
    margin-top: 50px;
  }
  .index .hero .hero-table tr td img {
    width: 20px;
    height: 20px;
  }
  .index .hero .hero-table tr td h3 {
    font-size: 16px;
  }
}
.index .offer .offer-box .img-wrapper {
  background-position: center;
  background-repeat: no-repeat;
}

.index .offer .offer-box:nth-child(1) img[src$=".gif"] {
  height: 100px;
}

.index .offer .offer-box:nth-child(2) img[src$=".gif"] {
  height: 95px;
}

@media (min-width: 992px) {
  .index .offer .offer-box {
    position: relative;
  }
}
@media (min-width: 1200px) {
  .index .offer .offer-box {
    min-height: 430px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .index .offer .offer-box {
    min-height: 400px;
  }
}
@media (min-width: 992px) {
  .index .offer .offer-box a {
    margin: 0 auto;
    display: block;
    width: 150px;
  }
}
.index .testimonials .bottom-wrapper {
  width: 830px;
}

.index .testimonials .bottom-wrapper .avatars {
  width: 830px;
}

.index .testimonials .videopreviews li:nth-child(2) {
  background-position: center center;
}

.index .testimonials .videopreviews li:nth-child(6) {
  background-position: 50% 20%;
}

@media (max-width: 767px) {
  .index .testimonials .videopreviews {
    height: 550px;
  }
  .index .testimonials .videopreviews li {
    height: 550px;
  }
  .index .testimonials .bottom-wrapper {
    width: 100%;
  }
  .index .testimonials .bottom-wrapper .avatars {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    top: -75px;
  }
  .index .testimonials .videopreviews li .container .wrapper {
    bottom: 280px;
  }
}
#fbuilder .field.digits.small {
  width: 100% !important;
  text-indent: 10px;
}

#fbuilder .dfield .slider {
  margin-bottom: 5px;
  width: 100% !important;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 0px;
}

.ui-slider .ui-slider-handle {
  border-radius: 50%;
  top: -0.5em !important;
  outline: none;
}

.caldera_forms_form.cfajax-trigger._tisBound.active {
  display: none;
}

.caldera-grid .alert-success {
  text-align: center;
  padding: 50px 0;
  font-size: 30px;
}

/* .data-backup .chouse-package.ssl.backup .container .row > div{
  	width:100% !important;
	background-color:#F8F8F8;
  	left: 0;
    float: none;
}
.index.data-backup .chouse-package.ssl.backup .package{
	padding-bottom:60px;
}
.data-backup .chouse-package.ssl .package{
	background-color:#F8F8F8;
}
.data-backup .chouse-package.ssl.backup .package .package-body{
	background-color:#F8F8F8;
}
.data-backup .chouse-package.ssl.backup{
	background-color:#ffffff;
}
.data-backup .chouse-package.ssl.backup .package .package-header h4{
	padding-top:80px;
	opacity: 0.61;
	color: #7a7a7a;
	font-size: 20px;
	font-weight: 600;
}
.data-backup .chouse-package.ssl.backup .package .package-header h2{
	color:#7251cf;
  	font-size:93px;
  	font-weight:300;
  	padding-bottom:0;
}
@media (max-width: 767px) {
    .data-backup .chouse-package.ssl.backup .package .package-header h2{
        font-size:80px;
	}
}
.index .chouse-package.ssl.backup .package .package-body{
	padding:30px 100px;
}
@media (max-width: 767px) {
	.index .chouse-package.ssl.backup .package .package-body{
      padding:30px;
  }
}
.index .chouse-package.ssl .package .wrapper span{
	font-size:20px;
} */
@media (min-width: 768px) {
  .weekly-discounts .hero.discount {
    padding: 350px 0 200px 0;
  }
}
.index .testimonials .videopreviews li .container .testimonialplay:before {
  display: none;
}

.index .why .why-box .img-wrapper {
  height: 70px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

.cf-toggle-switch .btn-group-vertical > .btn, .cf-toggle-switch .btn-group-vertical > .plancompare_columns_column_button, .cf-toggle-switch .btn-group-vertical > .plancompare_tabs_button, .cf-toggle-switch .btn-group > .btn, .cf-toggle-switch .btn-group > .plancompare_columns_column_button, .cf-toggle-switch .btn-group > .plancompare_tabs_button {
  float: none !important;
  display: block;
  text-align: left;
  border: none;
}

.cf-toggle-switch .btn-group-vertical > .btn, .cf-toggle-switch .btn-group-vertical > .plancompare_columns_column_button, .cf-toggle-switch .btn-group-vertical > .plancompare_tabs_button, .cf-toggle-switch .btn-group > .btn:hover, .cf-toggle-switch .btn-group > .plancompare_columns_column_button:hover, .cf-toggle-switch .btn-group > .plancompare_tabs_button:hover {
  background-color: #fff;
  color: rgb(204, 204, 204);
  border: none;
}

.domain-search .btn.blue, .domain-search .blue.plancompare_columns_column_button, .domain-search .blue.plancompare_tabs_button {
  background-color: #1181da;
  float: right;
  padding: 12px 24px;
}

@media (max-width: 991px) {
  .domain-search .btn.blue, .domain-search .blue.plancompare_columns_column_button, .domain-search .blue.plancompare_tabs_button {
    float: none;
  }
}
@media (max-width: 991px) {
  .domain-search {
    text-align: center;
    padding-top: 25px;
  }
}
.text-wrapper .form-control {
  background-color: #203e56 !important;
  color: #fff !important;
  padding: 35px 15px 0 15px !important;
  overflow: visible;
  min-height: 200px;
}

.text-wrapper .form-control::-webkit-scrollbar {
  width: 12px;
}

.text-wrapper .form-control::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.text-wrapper .form-control::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

@media (max-width: 991px) {
  .wsm6p {
    text-align: center;
    padding: 15px;
  }
}
.index.wizard .domain-wizard form .caldera-form-page .form-group.cb .radio label {
  width: auto;
}

body.single {
  background-color: #EAEAEA;
}

.index .hero.hero_blog .content .wrapper {
  padding-bottom: 10px;
}
@media screen and (max-width: 769px) {
  .index .hero.hero_blog .content .wrapper {
    padding: 100px 0 0 0;
  }
}

.hero_blog .content {
  height: auto;
  padding-bottom: 300px;
}

.blog_heroheader_head {
  text-align: left;
  display: block;
  color: #FFF;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.3;
}
.blog_heroheader_head a {
  color: inherit;
}

.blog-post {
  font-size: 20px;
}
@media (max-width: 1200px) {
  .blog-post {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .blog-post {
    font-size: 16px;
  }
}

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

.blog-post img.size-large {
  width: calc(100% + 5em);
  max-width: calc(100% + 5em);
  height: auto;
  margin-left: -2.5em;
  margin-right: -2.5em;
}
@media (max-width: 769px) {
  .blog-post img.size-large {
    width: calc(100% + 3em);
    height: auto;
    margin-left: -1.5em;
    margin-right: -1.5em;
  }
}

.blog-roll article.post {
  padding: 1em 0;
  border-bottom: 1px solid #DDD;
}

.blog-post_article,
.blog-roll {
  width: 66.6%;
  float: left;
  box-sizing: border-box;
  padding: 2.5em;
  border-right: 1px solid #DDD;
}
@media (max-width: 769px) {
  .blog-post_article,
.blog-roll {
    width: 100%;
    float: none;
    padding: 1.5em;
  }
}
.blog-post_article .blog-post_title,
.blog-roll .blog-post_title {
  text-align: left;
  padding-bottom: 1em;
  font-size: 3em;
  font-weight: 300;
  padding-bottom: 0.5em;
  font-size: 2em;
}
@media (max-width: 767px) {
  .blog-post_article .blog-post_title,
.blog-roll .blog-post_title {
    font-size: 2em;
  }
}
.blog-post_article .blog-post_title a,
.blog-roll .blog-post_title a {
  color: inherit;
}
.blog-post_article .blog-post_meta,
.blog-roll .blog-post_meta {
  margin-bottom: 1em;
}
.blog-post_article .blog-post_meta_category,
.blog-roll .blog-post_meta_category {
  float: right;
}
@media (max-width: 640px) {
  .blog-post_article .blog-post_meta_category,
.blog-roll .blog-post_meta_category {
    display: block;
    float: none;
  }
}
.blog-post_article h1, .blog-post_article h2, .blog-post_article h3, .blog-post_article h4,
.blog-roll h1,
.blog-roll h2,
.blog-roll h3,
.blog-roll h4 {
  font-size: 1.5em;
  font-weight: 600;
  text-align: left;
  padding-bottom: 0.5em;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .blog-post_article h1, .blog-post_article h2, .blog-post_article h3, .blog-post_article h4,
.blog-roll h1,
.blog-roll h2,
.blog-roll h3,
.blog-roll h4 {
    font-size: 1.5em;
  }
}
.blog-post_article h3,
.blog-roll h3 {
  font-size: 1.25em;
}
.blog-post_article h4,
.blog-roll h4 {
  font-size: 1em;
}
.blog-post_article p,
.blog-roll p {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 1.5em;
}

.sidebar {
  width: 33.3%;
  float: left;
  box-sizing: border-box;
  padding: 2.5em;
  font-size: 0.8em;
}
@media (max-width: 769px) {
  .sidebar {
    width: 100%;
    float: none;
  }
}

.sidebar-social {
  margin-bottom: 2em;
}

.share-buttons li {
  font-size: 2em;
  display: inline-block;
  padding-right: 0.25em;
}

.share-buttons .fa-facebook-official {
  color: #3b5998;
}

.sidebar-widget > div {
  margin-bottom: 2em;
}

.sidebar-widget-header {
  font-size: 1.25em;
  font-weight: bold;
  text-align: left;
  padding-bottom: 0.5em;
}

.blog-post_content {
  background: #FFF;
  margin-top: -280px;
  position: relative;
  min-height: 62vh;
  overflow: auto;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.widget_recent_entries ul li {
  padding: 0.5em 0;
  border-bottom: 1px solid #DDD;
}

.widget_recent_entries .post-date {
  display: block;
}

.sidebar-widget select {
  border: 1px solid #DDD;
}

.index .home-testimonials {
  background-color: #f9f9f9;
}
.index .home-testimonials .carousel {
  padding: 20px 3em 40px;
}
@media (min-width: 981px) {
  .index .home-testimonials .carousel {
    padding: 20px 6em 40px;
  }
}
.index .home-testimonials .carousel .home_testimonials_quote,
.index .home-testimonials .carousel .home_testimonials_source {
  font-size: 1.25em;
}
.index .home-testimonials .carousel:before, .index .home-testimonials .carousel:after {
  content: "“";
  font-size: 6em;
  font-family: Georgia, serif;
  position: absolute;
  left: 0;
  top: 0;
  color: #0573CB;
  line-height: 0.5;
}
@media (min-width: 981px) {
  .index .home-testimonials .carousel:before, .index .home-testimonials .carousel:after {
    font-size: 10em;
  }
}
.index .home-testimonials .carousel:after {
  content: "”";
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}
.index .home-testimonials .carousel .carousel-control {
  display: none;
}
.index .home-testimonials .home_testimonial_text {
  display: table-cell;
  vertical-align: middle;
}
.index .home-testimonials .home_testimonials_link {
  clear: both;
  margin-top: 3em;
  text-align: center;
}

.index .hero.hero_testimonials {
  background-position: center bottom;
  padding-bottom: 6em;
}

.index .hero.hero_testimonials .content .wrapper {
  padding-top: 80px;
}
@media (min-width: 768px) {
  .index .hero.hero_testimonials .content .wrapper {
    padding-top: 110px;
  }
}

.testimonials_header_image {
  max-width: 250px;
  max-height: 250px;
  border: 10px solid #FFF;
  transform: rotate(4deg);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .testimonials_header_image {
    max-width: initial;
    max-height: initial;
    width: 30%;
    position: absolute;
    left: 0;
    top: 110px;
  }
}

@media (min-width: 768px) {
  .index .hero.hero_default .content .wrapper h1.testimonials_header_headline,
.index .hero .content .wrapper .testimonials_header_text {
    text-align: left;
    padding-left: 34%;
  }
}

.index .hero .content .wrapper .testimonials_header_text {
  max-width: 25em;
  margin: 0 auto;
  position: relative;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .index .hero .content .wrapper .testimonials_header_text {
    max-width: 100%;
  }
}
.index .hero .content .wrapper .testimonials_header_text p {
  margin-bottom: 1em;
}

.testimonials_all_feedback {
  padding: 1.3125em;
  padding-bottom: 0;
  background-color: #e8e8e8;
  border-radius: 6px;
  overflow: auto;
}

.testimonials_subheader {
  text-align: center;
}
.testimonials_subheader a.btn, .testimonials_subheader a.plancompare_columns_column_button, .testimonials_subheader a.plancompare_tabs_button {
  display: inline-block;
  margin-top: 1em;
}

.testimonials_all_quote {
  background-color: #9fd3fd;
  padding: 20px 20px 0 20px;
  margin-bottom: 25px;
  border: 1px solid #3ca6fa;
  border-radius: 3px;
  position: relative;
}
.testimonials_all_quote p {
  margin-bottom: 20px;
  color: #0573CB;
}
.testimonials_all_quote:before, .testimonials_all_quote:after {
  content: "";
  border: 10px solid transparent;
  border-top-color: #9fd3fd;
  border-left-color: #9fd3fd;
  position: absolute;
  top: 100%;
}
.testimonials_all_quote:before {
  border-width: 11px;
  border-top-color: #3ca6fa;
  border-left-color: #3ca6fa;
  margin-top: 1px;
  margin-left: -1px;
}

.testimonials_all_source {
  margin-bottom: 20px;
}

.index .hero.hero_bundles {
  padding-bottom: 10em;
  margin-bottom: -6em;
}

.bundles-page_comparison_bundle-one,
.bundles-page_comparison_bundle-two,
.bundles-page_comparison_bundle-three {
  border: #f9f9f9;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 1em;
  border-radius: 3px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .bundles-page_comparison_bundle-one,
.bundles-page_comparison_bundle-two,
.bundles-page_comparison_bundle-three {
    box-shadow: none;
    border: none;
  }
}

.bundles-page_comparison_header {
  text-align: center;
  padding: 20px 10px;
  margin: -15px -15px 0 -15px;
  font-size: 1.33em;
  line-height: 1;
}
@media (min-width: 992px) {
  .bundles-page_comparison_header {
    height: 2.66em;
    vertical-align: middle;
    margin: 0 -13px 0 -13px;
  }
}
.bundles-page_comparison_bundle-features .bundles-page_comparison_header {
  visibility: hidden;
}
.bundles-page_comparison_bundle-one .bundles-page_comparison_header {
  background-color: #1f4e18;
  color: #FFF;
}
.bundles-page_comparison_bundle-two .bundles-page_comparison_header {
  background-color: #557b87;
  color: #FFF;
}
.bundles-page_comparison_bundle-three .bundles-page_comparison_header {
  background-color: #a398a9;
  color: #FFF;
}

.bundles-page_comparison_bundle-features {
  display: none;
}
@media (min-width: 992px) {
  .bundles-page_comparison_bundle-features {
    display: block;
  }
}
.bundles-page_comparison_bundle-features ul.bundle_features li {
  padding-right: 1em;
}

ul.bundle_features {
  margin-bottom: 1em;
}
ul.bundle_features li {
  list-style: none;
  padding: 1em 0;
  background-color: #FFF;
  border-bottom: 1px dashed #e8e8e8;
}
@media (min-width: 992px) {
  ul.bundle_features li {
    height: 102px;
    margin: 0 -13px;
    background-color: transparent;
  }
}
ul.bundle_features li > * {
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  ul.bundle_features li.bundle_feature--available {
    border-bottom-color: #FFF;
    position: relative;
  }
  ul.bundle_features li.bundle_feature--available > * {
    visibility: hidden;
  }
  ul.bundle_features li.bundle_feature--available:before {
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 2em;
    color: #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .bundles-page_comparison_bundle-one ul.bundle_features li.bundle_feature--available {
    background-color: #9ad4be;
  }
  .bundles-page_comparison_bundle-two ul.bundle_features li.bundle_feature--available {
    background-color: #b6cee2;
  }
  .bundles-page_comparison_bundle-three ul.bundle_features li.bundle_feature--available {
    background-color: #e1b9ba;
  }
}
ul.bundle_features li.bundle_feature--unavailable {
  display: none;
}
@media (min-width: 992px) {
  ul.bundle_features li.bundle_feature--unavailable {
    display: list-item;
  }
}

.bundle_feature_icon {
  margin-right: 5px;
}

.bundle_price_for_single_items,
.bundle_price,
.bundle_savings,
.bundle_purchase_link_url {
  text-align: center;
  line-height: 1;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .bundle_price_for_single_items,
.bundle_price,
.bundle_savings,
.bundle_purchase_link_url {
    text-align: right;
  }
}

.bundle_price_for_single_items {
  text-decoration: line-through;
  color: #e8e8e8;
  font-size: 1.4em;
}

.bundle_price {
  color: #000;
  font-size: 2.75em;
  font-weight: 300;
}

.bundle_savings {
  color: #e16868;
  font-weight: bold;
  font-size: 1.2em;
}

.bundle_purchase_link_url {
  padding-top: 10px;
}

.managed-vps img,
.vps img {
  max-width: 100%;
}
.managed-vps .trailer,
.vps .trailer {
  margin-bottom: 40px !important;
}
.managed-vps .trailer-small,
.vps .trailer-small {
  margin-bottom: 30px !important;
  padding-bottom: 0 !important;
}
.managed-vps .trailer-smaller,
.vps .trailer-smaller {
  margin-bottom: 20px !important;
  padding-bottom: 0 !important;
}
.managed-vps .trailer-large,
.vps .trailer-large {
  margin-bottom: 50px !important;
}
.managed-vps .leader,
.vps .leader {
  margin-top: 40px !important;
}
.managed-vps .leader-small,
.vps .leader-small {
  margin-top: 30px !important;
}
.managed-vps .leader-large,
.vps .leader-large {
  margin-top: 50px !important;
}
.managed-vps .black,
.vps .black {
  color: black !important;
}
.managed-vps .underline,
.vps .underline {
  text-decoration: underline;
}
.managed-vps .underline:hover,
.vps .underline:hover {
  text-decoration: none;
}
.managed-vps strong.tel,
.vps strong.tel {
  font-size: 50px;
  font-weight: 500;
  color: #0573CB;
}
@media (min-width: 767px) {
  .managed-vps .container,
.vps .container {
    width: auto;
    max-width: 1170px;
  }
}
.managed-vps.index .hero:before,
.vps.index .hero:before {
  display: none;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (min-width: 767px) {
  .managed-vps.index .hero:before,
.vps.index .hero:before {
    display: block;
    background-position: 360px 100%;
  }
}
@media (min-width: 904px) {
  .managed-vps.index .hero:before,
.vps.index .hero:before {
    background-position: right;
  }
}
.managed-vps.index .hero .content,
.vps.index .hero .content {
  padding-bottom: 0;
}
@media (min-width: 1668px) {
  .managed-vps.index .hero .content,
.vps.index .hero .content {
    padding-bottom: 220px;
  }
}
.managed-vps.index .hero .content .wrapper,
.vps.index .hero .content .wrapper {
  padding: 70px 10px 30px;
}
@media (min-width: 767px) {
  .managed-vps.index .hero .content .wrapper,
.vps.index .hero .content .wrapper {
    padding-top: 120px;
  }
}
.managed-vps.index .hero .content .wrapper *,
.vps.index .hero .content .wrapper * {
  text-align: center;
}
@media (min-width: 767px) {
  .managed-vps.index .hero .content .wrapper *,
.vps.index .hero .content .wrapper * {
    text-align: left;
  }
}
.managed-vps.index .hero .content .wrapper .heroWithProducttable_heroheader,
.vps.index .hero .content .wrapper .heroWithProducttable_heroheader {
  padding-right: 0;
}
@media (min-width: 767px) {
  .managed-vps.index .hero .content .wrapper .heroWithProducttable_heroheader,
.vps.index .hero .content .wrapper .heroWithProducttable_heroheader {
    width: 50%;
  }
}
@media (min-width: 1263px) {
  .managed-vps.index .hero .content .wrapper .heroWithProducttable_heroheader,
.vps.index .hero .content .wrapper .heroWithProducttable_heroheader {
    width: 66.6%;
  }
}
.managed-vps.index .plancompare_columns,
.vps.index .plancompare_columns {
  margin-top: -30px;
}
@media (min-width: 1668px) {
  .managed-vps.index .plancompare_columns,
.vps.index .plancompare_columns {
    margin-top: -200px;
  }
}
.managed-vps .heroWithProducttable_plan_comparison_columns .plancompare_columns_column,
.vps .heroWithProducttable_plan_comparison_columns .plancompare_columns_column {
  margin-bottom: 20px;
}
.managed-vps .heroWithProducttable_plan_comparison_columns .plancompare_columns_column.on-sale,
.vps .heroWithProducttable_plan_comparison_columns .plancompare_columns_column.on-sale {
  position: relative;
}
.managed-vps .heroWithProducttable_plan_comparison_columns .plancompare_columns_column.on-sale h4:after,
.vps .heroWithProducttable_plan_comparison_columns .plancompare_columns_column.on-sale h4:after {
  content: "SALE";
  position: absolute;
  top: -9px;
  right: 9px;
  background-color: #b0d631;
  color: black;
  font-size: 16px;
  padding: 16px 13px 14px;
  line-height: 0;
  border-radius: 31px;
  transition: all 0.3s;
  font-weight: 500;
  border-bottom: 1px solid #7d9f1b;
}
.managed-vps .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planname,
.vps .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planname {
  font-size: 20px;
  font-weight: 500;
  color: black;
}
.managed-vps .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planprice,
.vps .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planprice {
  font-size: 37px;
  font-weight: 300;
}
.managed-vps .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist,
.vps .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist {
  font-size: 15px;
  color: black;
}
.managed-vps .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist li,
.vps .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist li {
  display: flex;
  flex-direction: row;
}
.managed-vps .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist li > span:first-child,
.vps .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist li > span:first-child {
  font-weight: 300;
}
.managed-vps .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist li > span:first-child a,
.vps .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist li > span:first-child a {
  display: block;
  font-size: 12px;
  text-decoration: underline;
}
.managed-vps .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist li > span:first-child a:hover,
.vps .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist li > span:first-child a:hover {
  text-decoration: none;
}
.managed-vps .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist li > span:last-child,
.vps .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist li > span:last-child {
  margin-left: auto;
  font-weight: 600;
}
.managed-vps .box-opaque,
.vps .box-opaque {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.15);
  padding: 26px !important;
  margin: 0 0.7% 20px !important;
  align-items: flex-start;
  text-align: left !important;
}
.managed-vps .box-opaque h3,
.vps .box-opaque h3 {
  margin-bottom: 0.45em;
}
.managed-vps .box-opaque ul,
.vps .box-opaque ul {
  margin-bottom: 30px;
}
.managed-vps .box-opaque ul li,
.vps .box-opaque ul li {
  font-size: 22px;
}
.managed-vps .powerful h3,
.vps .powerful h3 {
  font-size: 25px;
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .managed-vps .powerful h3,
.vps .powerful h3 {
    font-size: 40px;
  }
}
.managed-vps .powerful p,
.vps .powerful p {
  font-size: 16px;
}
.managed-vps .powerful i.fa.fa-check-circle-o,
.vps .powerful i.fa.fa-check-circle-o {
  font-size: 22px;
}
.managed-vps .powerful ul li,
.vps .powerful ul li {
  font-size: 22px;
}
.managed-vps .powerful ul li p,
.vps .powerful ul li p {
  font-size: 16px;
}
.managed-vps .powerful .trailer-large,
.vps .powerful .trailer-large {
  margin-bottom: 40px;
}
.managed-vps .powerful .reverse div:last-child,
.vps .powerful .reverse div:last-child {
  margin-left: 0;
}
.managed-vps sup,
.vps sup {
  font-size: 0.8em;
  top: -0.5em;
}
.managed-vps .offer-disclaimer,
.vps .offer-disclaimer {
  padding-top: 10px;
  padding-bottom: 10px;
}
.managed-vps .offer-disclaimer p,
.vps .offer-disclaimer p {
  font-size: 12px;
}
.managed-vps .hero,
.vps .hero {
  color: white;
}
.managed-vps .hero h1,
.vps .hero h1 {
  line-height: 0.7;
}
.managed-vps .hero h2,
.vps .hero h2 {
  margin-bottom: 20px !important;
  padding-bottom: 0;
}
.managed-vps .hero ul,
.vps .hero ul {
  margin-bottom: 30px;
}
.managed-vps .hero ul li,
.vps .hero ul li {
  color: white;
  text-align: left;
  font-size: 22px;
  font-weight: 300;
  margin: 0 0 8px 0;
  font-size: 1.2em;
  transform: translateY(2px);
}
.managed-vps .hero ul li i,
.vps .hero ul li i {
  margin-right: 3px;
}
.managed-vps .hero .btn-wrapper,
.vps .hero .btn-wrapper {
  display: flex;
  flex-direction: row;
  flex-direction: column;
  margin: 0 auto;
  max-width: 370px;
}
@media (min-width: 767px) {
  .managed-vps .hero .btn-wrapper,
.vps .hero .btn-wrapper {
    flex-direction: row;
    margin: 0;
  }
}
.managed-vps .hero .btn-wrapper a.btn, .managed-vps .hero .btn-wrapper a.plancompare_columns_column_button, .managed-vps .hero .btn-wrapper a.plancompare_tabs_button,
.vps .hero .btn-wrapper a.btn,
.vps .hero .btn-wrapper a.plancompare_columns_column_button,
.vps .hero .btn-wrapper a.plancompare_tabs_button {
  flex-basis: 50%;
  font-size: 17px;
  font-weight: 300;
  margin-right: 4px;
  text-transform: none;
  margin-bottom: 5px;
}
.managed-vps .hero .btn-wrapper a.btn.white, .managed-vps .hero .btn-wrapper a.white.plancompare_columns_column_button, .managed-vps .hero .btn-wrapper a.white.plancompare_tabs_button,
.vps .hero .btn-wrapper a.btn.white,
.vps .hero .btn-wrapper a.white.plancompare_columns_column_button,
.vps .hero .btn-wrapper a.white.plancompare_tabs_button {
  background: white;
  color: #0573CB;
}
.managed-vps .hero .btn-wrapper a.btn.white i, .managed-vps .hero .btn-wrapper a.white.plancompare_columns_column_button i, .managed-vps .hero .btn-wrapper a.white.plancompare_tabs_button i,
.vps .hero .btn-wrapper a.btn.white i,
.vps .hero .btn-wrapper a.white.plancompare_columns_column_button i,
.vps .hero .btn-wrapper a.white.plancompare_tabs_button i {
  color: #0573CB;
  margin-right: 3px;
}
.managed-vps .hero .btn-wrapper a.btn.outline, .managed-vps .hero .btn-wrapper a.outline.plancompare_columns_column_button, .managed-vps .hero .btn-wrapper a.outline.plancompare_tabs_button,
.vps .hero .btn-wrapper a.btn.outline,
.vps .hero .btn-wrapper a.outline.plancompare_columns_column_button,
.vps .hero .btn-wrapper a.outline.plancompare_tabs_button {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid white;
  color: white;
}
.managed-vps .hero .btn-wrapper a.btn.outline:hover, .managed-vps .hero .btn-wrapper a.outline.plancompare_columns_column_button:hover, .managed-vps .hero .btn-wrapper a.outline.plancompare_tabs_button:hover,
.vps .hero .btn-wrapper a.btn.outline:hover,
.vps .hero .btn-wrapper a.outline.plancompare_columns_column_button:hover,
.vps .hero .btn-wrapper a.outline.plancompare_tabs_button:hover {
  color: #0573CB;
  background: white;
}

.managed-vps.index .hero:before {
  background-image: url("../../../img/vps/managed-vps/intro.webp");
}

.vps.index .hero:before {
  background-image: url("../../../img/vps/intro.webp");
}

.managed-services .hero .content {
  padding-bottom: 0;
}

@font-face {
  font-family: Icons;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/wp-content/themes/html5blank-stable/Front/assets/lib/icons/icons.woff?v=1.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/html5blank-stable/Front/assets/lib/icons/icons.woff2) format("woff2"), url(/wp-content/themes/html5blank-stable/Front/assets/lib/icons/icons.woff?v=1.ttf) format("truetype"), url(/wp-content/themes/html5blank-stable/Front/assets/lib/icons/icons.woff?v=1.svg#Icons) format("svg");
}
.blue {
  color: #0573CB;
}

.gradient.sunrise {
  background: rgb(32, 147, 238);
  background: linear-gradient(0deg, rgb(32, 147, 238) 0%, rgb(16, 74, 119) 100%);
}
.gradient.sunrise.diagonal {
  background: rgb(52, 147, 238);
  background: linear-gradient(45deg, rgb(52, 147, 238) 0%, rgb(5, 115, 203) 100%);
}
.gradient.sunrise.diagonal-alt {
  background: rgb(11, 58, 133);
  background: linear-gradient(45deg, rgb(11, 58, 133) 0%, rgb(21, 138, 188) 100%);
}
.gradient.purple-dusk {
  background: rgb(11, 58, 133);
  background: linear-gradient(55deg, rgb(11, 58, 133) 0%, rgb(149, 21, 188) 100%);
}

.has-gradient * {
  color: white;
}

.tick:before,
.cross:before {
  font-family: "Icons";
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  line-height: 21px;
  speak: none;
  text-transform: none;
}
.tick > span,
.cross > span {
  text-indent: -999999px;
  display: block;
  height: 0;
}

.tick:before {
  content: "\e813";
}

.cross:before {
  content: "\e803";
  color: #858585;
}

.img-grid img {
  width: auto;
  max-width: 100%;
  max-height: 91px;
  margin-bottom: 10px;
}
.img-grid .row {
  margin-bottom: 20px;
}

.standard-container {
  margin: 0;
  padding: 40px 0;
}
@media (min-width: 767px) {
  .standard-container {
    padding: 80px 20px;
  }
}
.standard-container .trailer-none {
  margin-bottom: 0;
  padding-bottom: 0;
}
.standard-container h4, .standard-container h5 {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 300;
}
.standard-container h4.larger-trailer, .standard-container h5.larger-trailer {
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .standard-container h4.larger-trailer, .standard-container h5.larger-trailer {
    margin-bottom: 40px;
  }
}

.recommended {
  position: relative;
}
.recommended .recommended_badge {
  position: absolute;
  z-index: 4;
  top: -30px;
  left: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -1px;
  border: 1px solid #D0FF33;
  border-bottom: none;
  background: linear-gradient(0deg, rgb(151, 181, 55) 4%, rgb(165, 198, 60) 37%, rgb(177, 212, 65) 100%);
  color: black;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 7px 20px 6px;
  line-height: 1;
}

@media (min-width: 767px) {
  .website-builder .container,
.online-shop .container {
    width: auto;
    max-width: 1170px;
  }
}
.website-builder.index .hero:before,
.online-shop.index .hero:before {
  display: none;
  background-image: url("../../../img/website-builder/intro.webp");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (min-width: 767px) {
  .website-builder.index .hero:before,
.online-shop.index .hero:before {
    display: block;
    background-position: 360px 100%;
  }
}
@media (min-width: 904px) {
  .website-builder.index .hero:before,
.online-shop.index .hero:before {
    background-position: right;
  }
}
.website-builder.index .hero .content,
.online-shop.index .hero .content {
  padding-bottom: 0;
}
@media (min-width: 1668px) {
  .website-builder.index .hero .content,
.online-shop.index .hero .content {
    padding-bottom: 220px;
  }
}
.website-builder.index .hero .content .wrapper,
.online-shop.index .hero .content .wrapper {
  padding: 70px 10px 30px;
}
@media (min-width: 767px) {
  .website-builder.index .hero .content .wrapper,
.online-shop.index .hero .content .wrapper {
    padding-top: 120px;
  }
}
.website-builder.index .hero .content .wrapper *,
.online-shop.index .hero .content .wrapper * {
  text-align: center;
}
@media (min-width: 767px) {
  .website-builder.index .hero .content .wrapper *,
.online-shop.index .hero .content .wrapper * {
    text-align: left;
  }
}
.website-builder.index .hero .content .wrapper .heroWithProducttable_heroheader,
.online-shop.index .hero .content .wrapper .heroWithProducttable_heroheader {
  padding-right: 0;
}
@media (min-width: 767px) {
  .website-builder.index .hero .content .wrapper .heroWithProducttable_heroheader,
.online-shop.index .hero .content .wrapper .heroWithProducttable_heroheader {
    width: 50%;
  }
}
@media (min-width: 1263px) {
  .website-builder.index .hero .content .wrapper .heroWithProducttable_heroheader,
.online-shop.index .hero .content .wrapper .heroWithProducttable_heroheader {
    width: 66.6%;
  }
}
.website-builder.index .plancompare_columns,
.online-shop.index .plancompare_columns {
  margin-top: -30px;
}
@media (min-width: 1668px) {
  .website-builder.index .plancompare_columns,
.online-shop.index .plancompare_columns {
    margin-top: -200px;
  }
}
.website-builder sup,
.online-shop sup {
  font-size: 0.8em;
  top: -0.5em;
}
.website-builder .offer-disclaimer,
.online-shop .offer-disclaimer {
  padding-top: 10px;
  padding-bottom: 10px;
}
.website-builder .offer-disclaimer p,
.online-shop .offer-disclaimer p {
  font-size: 12px;
}
.website-builder .hero,
.online-shop .hero {
  color: white;
}
.website-builder .hero h1,
.online-shop .hero h1 {
  line-height: 0.7;
}
.website-builder .hero h2,
.online-shop .hero h2 {
  margin-bottom: 20px !important;
  padding-bottom: 0;
}
.website-builder .hero ul,
.online-shop .hero ul {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
}
.website-builder .hero ul li,
.online-shop .hero ul li {
  color: white;
  text-align: left;
  font-size: 22px;
  font-weight: 300;
  margin: 0 0 8px 0;
  font-size: 1.2em;
  transform: translateY(2px);
}
.website-builder .hero ul li i,
.online-shop .hero ul li i {
  margin-right: 3px;
}
.website-builder .hero .btn-wrapper,
.online-shop .hero .btn-wrapper {
  display: flex;
  flex-direction: row;
  flex-direction: column;
  margin: 0 auto;
  max-width: 370px;
}
@media (min-width: 767px) {
  .website-builder .hero .btn-wrapper,
.online-shop .hero .btn-wrapper {
    flex-direction: row;
    margin: 0;
  }
}
.website-builder .hero .btn-wrapper a.btn, .website-builder .hero .btn-wrapper a.plancompare_columns_column_button, .website-builder .hero .btn-wrapper a.plancompare_tabs_button,
.online-shop .hero .btn-wrapper a.btn,
.online-shop .hero .btn-wrapper a.plancompare_columns_column_button,
.online-shop .hero .btn-wrapper a.plancompare_tabs_button {
  flex-basis: 50%;
  font-size: 17px;
  font-weight: 300;
  margin-right: 4px;
  text-transform: none;
  margin-bottom: 5px;
}
.website-builder .hero .btn-wrapper a.btn.white, .website-builder .hero .btn-wrapper a.white.plancompare_columns_column_button, .website-builder .hero .btn-wrapper a.white.plancompare_tabs_button,
.online-shop .hero .btn-wrapper a.btn.white,
.online-shop .hero .btn-wrapper a.white.plancompare_columns_column_button,
.online-shop .hero .btn-wrapper a.white.plancompare_tabs_button {
  background: white;
  color: #0573CB;
}
.website-builder .hero .btn-wrapper a.btn.white i, .website-builder .hero .btn-wrapper a.white.plancompare_columns_column_button i, .website-builder .hero .btn-wrapper a.white.plancompare_tabs_button i,
.online-shop .hero .btn-wrapper a.btn.white i,
.online-shop .hero .btn-wrapper a.white.plancompare_columns_column_button i,
.online-shop .hero .btn-wrapper a.white.plancompare_tabs_button i {
  color: #0573CB;
  margin-right: 3px;
}
.website-builder .hero .btn-wrapper a.btn.outline, .website-builder .hero .btn-wrapper a.outline.plancompare_columns_column_button, .website-builder .hero .btn-wrapper a.outline.plancompare_tabs_button,
.online-shop .hero .btn-wrapper a.btn.outline,
.online-shop .hero .btn-wrapper a.outline.plancompare_columns_column_button,
.online-shop .hero .btn-wrapper a.outline.plancompare_tabs_button {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid white;
  color: white !important;
}
.website-builder .hero .btn-wrapper a.btn.outline:hover, .website-builder .hero .btn-wrapper a.outline.plancompare_columns_column_button:hover, .website-builder .hero .btn-wrapper a.outline.plancompare_tabs_button:hover,
.online-shop .hero .btn-wrapper a.btn.outline:hover,
.online-shop .hero .btn-wrapper a.outline.plancompare_columns_column_button:hover,
.online-shop .hero .btn-wrapper a.outline.plancompare_tabs_button:hover {
  color: #0573CB !important;
  background: white;
}
.website-builder .flex.row .img img,
.online-shop .flex.row .img img {
  width: 100%;
  max-width: 100%;
}
.website-builder .flex.row h3,
.online-shop .flex.row h3 {
  font-size: 32px;
}
.website-builder .flex.row h3.larger,
.online-shop .flex.row h3.larger {
  font-size: 32px;
  line-height: 1.1;
}
@media (min-width: 767px) {
  .website-builder .flex.row h3.larger,
.online-shop .flex.row h3.larger {
    font-size: 48px;
  }
}
.website-builder .flex.row p,
.online-shop .flex.row p {
  font-weight: 300;
}
.website-builder .templates h2,
.online-shop .templates h2 {
  padding-bottom: 0;
}
.website-builder .templates img,
.online-shop .templates img {
  width: 100%;
  max-width: 100%;
}
.website-builder .heroWithProducttable_plan_comparison_columns .plancompare_columns_column,
.online-shop .heroWithProducttable_plan_comparison_columns .plancompare_columns_column {
  margin-bottom: 20px;
}
.website-builder .heroWithProducttable_plan_comparison_columns .plancompare_columns_column.on-sale,
.online-shop .heroWithProducttable_plan_comparison_columns .plancompare_columns_column.on-sale {
  position: relative;
}
.website-builder .heroWithProducttable_plan_comparison_columns .plancompare_columns_column.on-sale h4:after,
.online-shop .heroWithProducttable_plan_comparison_columns .plancompare_columns_column.on-sale h4:after {
  content: "SALE";
  position: absolute;
  top: -9px;
  right: 9px;
  background-color: #b0d631;
  color: black;
  font-size: 16px;
  padding: 16px 13px 14px;
  line-height: 0;
  border-radius: 31px;
  transition: all 0.3s;
  font-weight: 500;
  border-bottom: 1px solid #7d9f1b;
}
.website-builder .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planname,
.online-shop .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planname {
  font-size: 20px;
  font-weight: 500;
  color: black;
}
.website-builder .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planprice,
.online-shop .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planprice {
  font-size: 37px;
  font-weight: 300;
}
.website-builder .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist,
.online-shop .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist {
  font-size: 15px;
  color: black;
}
.website-builder .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist li,
.online-shop .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist li {
  display: flex;
  flex-direction: row;
}
.website-builder .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist li > span:first-child,
.online-shop .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist li > span:first-child {
  font-weight: 300;
}
.website-builder .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist li > span:first-child a,
.online-shop .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist li > span:first-child a {
  display: block;
  font-size: 12px;
  text-decoration: underline;
}
.website-builder .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist li > span:first-child a:hover,
.online-shop .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist li > span:first-child a:hover {
  text-decoration: none;
}
.website-builder .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist li > span:last-child,
.online-shop .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist li > span:last-child {
  margin-left: auto;
  font-weight: 600;
}
.website-builder .video,
.online-shop .video {
  padding-bottom: 63.8138%;
  display: block;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.website-builder .video.bga,
.online-shop .video.bga {
  background-image: url("/wp-content/themes/html5blank-stable/img/website-builder/videobg-a.webp");
}
.website-builder .video.bgb,
.online-shop .video.bgb {
  background-image: url("/wp-content/themes/html5blank-stable/img/website-builder/videobg-b.webp");
}
.website-builder .video video,
.online-shop .video video {
  top: 14.55%;
  left: 5.3%;
  width: 89.7%;
  height: auto;
  position: absolute;
}
.website-builder .video.bgb video,
.online-shop .video.bgb video {
  top: 12.95%;
  border-radius: 8px;
  left: 8%;
  width: 84.4%;
}
.website-builder .faq_2 .faq_header h2,
.online-shop .faq_2 .faq_header h2 {
  font-size: 30px;
}
@media (min-width: 767px) {
  .website-builder .faq_2 .faq_header h2,
.online-shop .faq_2 .faq_header h2 {
    font-size: 48px;
  }
}
.website-builder .spec-table,
.online-shop .spec-table {
  overflow: hidden;
}
.website-builder .spec-table .container,
.online-shop .spec-table .container {
  padding: 0;
}
@media (min-width: 767px) {
  .website-builder .spec-table .container,
.online-shop .spec-table .container {
    padding: 0 15px;
  }
}
.website-builder .spec-table .scroll-wrap,
.online-shop .spec-table .scroll-wrap {
  overflow-x: scroll;
}
@media (min-width: 480px) {
  .website-builder .spec-table .scroll-wrap,
.online-shop .spec-table .scroll-wrap {
    overflow: hidden;
  }
}
.website-builder .spec-table table,
.online-shop .spec-table table {
  width: 100%;
}
.website-builder .spec-table table th, .website-builder .spec-table table td,
.online-shop .spec-table table th,
.online-shop .spec-table table td {
  border: 1px solid rgba(112, 112, 112, 0.3);
}
.website-builder .spec-table table thead th,
.online-shop .spec-table table thead th {
  background: #3493EE;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 10px;
  padding: 10px;
}
@media (min-width: 767px) {
  .website-builder .spec-table table thead th,
.online-shop .spec-table table thead th {
    font-size: 20px;
    padding: 20px;
  }
}
@media (min-width: 990px) {
  .website-builder .spec-table table thead th,
.online-shop .spec-table table thead th {
    padding: 25px 30px;
  }
}
.website-builder .spec-table table .table-ico,
.online-shop .spec-table table .table-ico {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.website-builder .spec-table table .table-ico span,
.online-shop .spec-table table .table-ico span {
  display: block;
  text-indent: -10000px;
  height: 0;
}
.website-builder .spec-table table .table-ico.tick:before, .website-builder .spec-table table .table-ico.cross:before,
.online-shop .spec-table table .table-ico.tick:before,
.online-shop .spec-table table .table-ico.cross:before {
  font-family: "Icons";
  font-size: 9px;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  line-height: 21px;
  speak: none;
  text-transform: none;
}
.website-builder .spec-table table .table-ico.tick:before,
.online-shop .spec-table table .table-ico.tick:before {
  content: "\e813";
}
.website-builder .spec-table table .table-ico.cross:before,
.online-shop .spec-table table .table-ico.cross:before {
  content: "\e803";
  color: #858585;
}
.website-builder .spec-table table tbody th, .website-builder .spec-table table tbody td,
.online-shop .spec-table table tbody th,
.online-shop .spec-table table tbody td {
  padding: 10px 5px;
  font-size: 10px;
}
@media (min-width: 767px) {
  .website-builder .spec-table table tbody th, .website-builder .spec-table table tbody td,
.online-shop .spec-table table tbody th,
.online-shop .spec-table table tbody td {
    padding: 20px;
    font-size: 16px;
  }
}
@media (min-width: 990px) {
  .website-builder .spec-table table tbody th, .website-builder .spec-table table tbody td,
.online-shop .spec-table table tbody th,
.online-shop .spec-table table tbody td {
    padding: 20px 30px;
  }
}
.website-builder .spec-table table tbody th,
.online-shop .spec-table table tbody th {
  color: #7a7a7a;
  font-weight: 500;
}
.website-builder .spec-table table tbody th .tooltip-inner,
.online-shop .spec-table table tbody th .tooltip-inner {
  background: #102621;
  padding: 15px;
}
.website-builder .spec-table table tbody th .tooltip-arrow,
.online-shop .spec-table table tbody th .tooltip-arrow {
  border-right-color: #102621;
}
.website-builder .spec-table table tbody th .has-tooltip,
.online-shop .spec-table table tbody th .has-tooltip {
  padding-right: 20px;
  background: url("/wp-content/themes/html5blank-stable/img/info.svg") right no-repeat;
  background-size: 16px;
}
.website-builder .spec-table table tbody td,
.online-shop .spec-table table tbody td {
  color: #000;
  text-align: center;
}
.website-builder .spec-table table tbody .divider,
.online-shop .spec-table table tbody .divider {
  background: #f9f9f9;
}
.website-builder .spec-table table tbody .divider th,
.online-shop .spec-table table tbody .divider th {
  color: #000;
  font-weight: 600;
}

.website-builder.index .plancompare_columns {
  margin-top: 20px;
}
@media (min-width: 1668px) {
  .website-builder.index .plancompare_columns {
    margin-top: -200px;
  }
}

.online-shop.index .hero:before {
  background-image: url("../../../img/website-builder/ecommerce/intro.webp");
}
@media (min-width: 767px) {
  .online-shop.index .hero .content .wrapper .heroWithProducttable_heroheader {
    width: 50%;
  }
}
@media (min-width: 1356px) {
  .online-shop.index .hero .content .wrapper .heroWithProducttable_heroheader {
    width: 66.6%;
  }
}
.online-shop .heroWithProducttable_plan_comparison_columns #tabs {
  margin-top: 50px;
}
@media (min-width: 1177px) {
  .online-shop .heroWithProducttable_plan_comparison_columns #tabs {
    margin-top: -30px;
  }
}
@media (min-width: 1668px) {
  .online-shop .heroWithProducttable_plan_comparison_columns #tabs {
    margin-top: -200px;
  }
}
.online-shop .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planname {
  font-size: 27px;
}
.online-shop .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planprice {
  font-size: 50px;
}
.online-shop .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist {
  font-size: 20px;
  color: black;
}

#templates {
  padding-top: 60px;
}
@media (min-width: 990px) {
  #templates {
    padding-top: 90px;
  }
}
#templates .intro {
  text-align: center;
  padding: 40px 0;
  margin-bottom: 30px;
}
#templates .intro * {
  color: white;
}
#templates .intro h2 {
  padding-bottom: 16px;
  line-height: 1;
}
#templates .intro p {
  font-size: 20px;
}
@media (min-width: 990px) {
  #templates .templates {
    display: grid;
    grid-template-columns: 1fr 3fr;
  }
}
#templates .templates .view-by {
  display: none;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}
@media (min-width: 990px) {
  #templates .templates .view-by {
    display: block;
    margin: 0;
  }
}
#templates .templates .nav-wrap {
  position: sticky;
  top: 50px;
  z-index: 300;
  background: #fff;
}
@media (min-width: 990px) {
  #templates .templates .nav-wrap {
    position: relative;
    margin: 0;
    z-index: 0;
    top: 20px;
  }
}
#templates .templates .nav-mobile {
  padding: 20px 0;
  font-size: 18px;
}
@media (min-width: 990px) {
  #templates .templates .nav-mobile {
    display: none;
  }
}
#templates .templates .nav-mobile span {
  color: #B0D631;
  position: relative;
}
#templates .templates .nav-mobile span:after {
  position: absolute;
  top: 42%;
  right: -15px;
  height: 0;
  width: 0;
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-width: 5px;
  border-top-color: #2b2b2b;
  content: " ";
  transition: background-color 0.8s;
}
#templates .templates .nav-type,
#templates .templates .nav-category {
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  z-index: 3;
}
@media (min-width: 990px) {
  #templates .templates .nav-type,
#templates .templates .nav-category {
    text-align: left;
  }
}
#templates .templates .nav-type hr,
#templates .templates .nav-category hr {
  border-top: 1px solid #ccc;
  height: 1px;
  margin-right: 30px;
  text-align: left;
}
#templates .templates .nav-type li,
#templates .templates .nav-category li {
  font-size: 16px;
  cursor: pointer;
  position: relative;
  padding: 3px 0;
  transition: all 0.3s ease;
  border-bottom: 1px solid #eee;
}
@media (min-width: 990px) {
  #templates .templates .nav-type li,
#templates .templates .nav-category li {
    font-size: 14px;
    background: #fff;
    border-radius: 3px;
    border: none;
  }
}
#templates .templates .nav-type li.active,
#templates .templates .nav-category li.active {
  color: #045fa8;
}
#templates .templates .nav-type li:hover,
#templates .templates .nav-category li:hover {
  color: #045fa8;
  padding-left: 5px;
}
#templates .templates .nav-type li .description,
#templates .templates .nav-category li .description {
  display: none;
}
@media (min-width: 990px) {
  #templates .templates .nav-type li.divide,
#templates .templates .nav-category li.divide {
    border-top: 1px dotted #666;
    padding-top: 10px;
    margin: 10px 60px 0 0;
  }
}
#templates .templates .nav-category {
  display: none;
}
#templates .templates .nav-category.show {
  display: block;
  background: #fff;
  width: 100%;
  height: 270px;
  overflow-y: scroll;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: 1px solid #eee;
}
#templates .templates .nav-category.show li {
  padding: 10px 0;
}
@media (min-width: 990px) {
  #templates .templates .nav-category {
    display: block;
  }
}
#templates .templates .nav-type {
  display: flex;
  justify-content: space-around;
}
@media (min-width: 990px) {
  #templates .templates .nav-type {
    align-items: flex-end;
    margin-left: auto;
  }
}
#templates .templates .nav-type li {
  font-size: 14px;
  cursor: pointer;
  background: #f1f1f1;
  border-radius: 5px;
  padding: 3px 10px;
  color: #000;
}
@media (min-width: 990px) {
  #templates .templates .nav-type li {
    margin-left: 15px;
  }
}
#templates .templates .nav-type li.active, #templates .templates .nav-type li:hover {
  background: #B0D631;
  color: #000;
  padding: 3px 10px;
}
#templates .templates .showcase {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 30px;
  grid-column-gap: 30px;
  margin: 0 0 30px;
  transition: all 0.3s ease;
  overflow: hidden;
}
@media (min-width: 767px) {
  #templates .templates .showcase {
    margin: 30px 0 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr minmax(0, 1fr);
  }
}
#templates .templates .showcase .hide-category,
#templates .templates .showcase .hide-type {
  display: none;
}
#templates .templates .showcase div {
  opacity: 1;
  transform: scale(1);
}
#templates .templates .showcase a.preview {
  position: relative;
  display: block;
}
#templates .templates .showcase a.preview .buttons {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  transition: all 0.3s ease;
}
#templates .templates .showcase a.preview .buttons .btn, #templates .templates .showcase a.preview .buttons .plancompare_columns_column_button, #templates .templates .showcase a.preview .buttons .plancompare_tabs_button {
  background: #000;
  color: #fce1aa !important;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}
#templates .templates .showcase a.preview:hover .buttons {
  opacity: 1;
}
#templates .templates .showcase .thumb {
  display: none;
  margin: 0 auto;
  height: auto;
  width: 100%;
  transition: all 0.5s ease;
  transform: scale(1);
  opacity: 0;
  box-shadow: 0 0 15px rgba(204, 204, 204, 0.6);
  border-radius: 5px;
  border: 1px solid #e6e6e6;
}
#templates .templates .showcase .thumb.active {
  display: block;
  transform: scale(1);
  opacity: 1;
}
#templates .templates .showcase .name-controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 10px 10px 0;
}
#templates .templates .showcase .name-controls .name {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
#templates .templates .showcase .name-controls .controls {
  display: flex;
  flex-direction: row;
  margin-left: auto;
}
#templates .templates .showcase .name-controls .controls img {
  height: 20px;
  margin-left: 10px;
  opacity: 0.4;
  transition: all 0.3s ease;
}
#templates .templates .showcase .name-controls .controls img:hover {
  opacity: 1;
  cursor: pointer;
}
#templates .templates .showcase .name-controls .controls .active img {
  opacity: 1;
}

@font-face {
  font-family: Icons;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/wp-content/themes/html5blank-stable/Front/assets/lib/icons/icons.woff?v=1.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/html5blank-stable/Front/assets/lib/icons/icons.woff2) format("woff2"), url(/wp-content/themes/html5blank-stable/Front/assets/lib/icons/icons.woff?v=1.ttf) format("truetype"), url(/wp-content/themes/html5blank-stable/Front/assets/lib/icons/icons.woff?v=1.svg#Icons) format("svg");
}
.blue {
  color: #0573CB;
}

.gradient.sunrise {
  background: rgb(32, 147, 238);
  background: linear-gradient(0deg, rgb(32, 147, 238) 0%, rgb(16, 74, 119) 100%);
}
.gradient.sunrise.diagonal {
  background: rgb(52, 147, 238);
  background: linear-gradient(45deg, rgb(52, 147, 238) 0%, rgb(5, 115, 203) 100%);
}
.gradient.sunrise.diagonal-alt {
  background: rgb(11, 58, 133);
  background: linear-gradient(45deg, rgb(11, 58, 133) 0%, rgb(21, 138, 188) 100%);
}
.gradient.purple-dusk {
  background: rgb(11, 58, 133);
  background: linear-gradient(55deg, rgb(11, 58, 133) 0%, rgb(149, 21, 188) 100%);
}

.has-gradient * {
  color: white;
}

.tick:before,
.cross:before {
  font-family: "Icons";
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  line-height: 21px;
  speak: none;
  text-transform: none;
}
.tick > span,
.cross > span {
  text-indent: -999999px;
  display: block;
  height: 0;
}

.tick:before {
  content: "\e813";
}

.cross:before {
  content: "\e803";
  color: #858585;
}

.img-grid img {
  width: auto;
  max-width: 100%;
  max-height: 91px;
  margin-bottom: 10px;
}
.img-grid .row {
  margin-bottom: 20px;
}

.standard-container {
  margin: 0;
  padding: 40px 0;
}
@media (min-width: 767px) {
  .standard-container {
    padding: 80px 20px;
  }
}
.standard-container .trailer-none {
  margin-bottom: 0;
  padding-bottom: 0;
}
.standard-container h4, .standard-container h5 {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 300;
}
.standard-container h4.larger-trailer, .standard-container h5.larger-trailer {
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .standard-container h4.larger-trailer, .standard-container h5.larger-trailer {
    margin-bottom: 40px;
  }
}

.recommended {
  position: relative;
}
.recommended .recommended_badge {
  position: absolute;
  z-index: 4;
  top: -30px;
  left: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -1px;
  border: 1px solid #D0FF33;
  border-bottom: none;
  background: linear-gradient(0deg, rgb(151, 181, 55) 4%, rgb(165, 198, 60) 37%, rgb(177, 212, 65) 100%);
  color: black;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 7px 20px 6px;
  line-height: 1;
}

.email-hosting img {
  max-width: 100%;
}
@media (min-width: 767px) {
  .email-hosting .container {
    width: auto;
    max-width: 1170px;
  }
}
.email-hosting.index .hero:before {
  display: none;
  background-image: url("/wp-content/themes/html5blank-stable/img/email/intro.webp");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (min-width: 767px) {
  .email-hosting.index .hero:before {
    display: block;
    background-position: 360px 100%;
  }
}
@media (min-width: 904px) {
  .email-hosting.index .hero:before {
    background-position: right;
  }
}
.email-hosting.index .hero .content {
  padding-bottom: 0;
}
@media (min-width: 1668px) {
  .email-hosting.index .hero .content {
    padding-bottom: 220px;
  }
}
.email-hosting.index .hero .content .wrapper {
  padding: 70px 10px 30px;
}
@media (min-width: 767px) {
  .email-hosting.index .hero .content .wrapper {
    padding-top: 120px;
  }
}
.email-hosting.index .hero .content .wrapper * {
  text-align: center;
}
@media (min-width: 767px) {
  .email-hosting.index .hero .content .wrapper * {
    text-align: left;
  }
}
.email-hosting.index .hero .content .wrapper .heroWithProducttable_heroheader {
  padding-right: 0;
}
@media (min-width: 767px) {
  .email-hosting.index .hero .content .wrapper .heroWithProducttable_heroheader {
    width: 50%;
  }
}
@media (min-width: 1263px) {
  .email-hosting.index .hero .content .wrapper .heroWithProducttable_heroheader {
    width: 66.6%;
  }
}
.email-hosting.index .plancompare_columns {
  margin-top: -30px;
}
@media (min-width: 1668px) {
  .email-hosting.index .plancompare_columns {
    margin-top: -200px;
  }
}
.email-hosting sup {
  font-size: 0.8em;
  top: -0.5em;
}
.email-hosting .offer-disclaimer {
  padding-top: 10px;
  padding-bottom: 10px;
}
.email-hosting .offer-disclaimer p {
  font-size: 12px;
}
.email-hosting .fresh h2.story_header {
  padding: 0;
}
.email-hosting .fresh h3 {
  font-size: 36px;
}
@media (min-width: 767px) {
  .email-hosting .pro-impression h2 {
    width: 80%;
    margin: 0 auto;
  }
}
.email-hosting .blue-ticks {
  margin: 30px 0;
}
.email-hosting .blue-ticks li {
  color: #0573CB;
  font-size: 22px;
  margin-bottom: 10px;
}
.email-hosting .blue-ticks li img {
  margin-right: 6px;
  width: 24px;
  height: 24px;
}
.email-hosting .boxes {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  gap: 1%;
}
@media (min-width: 767px) {
  .email-hosting .boxes {
    flex-direction: row;
  }
}
.email-hosting .boxes .box {
  margin-bottom: 20px;
  flex-basis: 100%;
  background: white;
  border-radius: 10px;
  padding: 20px 25px;
}
@media (min-width: 767px) {
  .email-hosting .boxes .box {
    flex-basis: 25%;
  }
}
.email-hosting .boxes .box .box-point {
  color: #0573CB;
  font-size: 20px;
  padding: 0;
}
.email-hosting .hero {
  color: white;
}
.email-hosting .hero h1 {
  line-height: 0.7;
}
.email-hosting .hero h2 {
  margin-bottom: 20px !important;
  padding-bottom: 0;
}
.email-hosting .hero ul {
  margin-bottom: 30px;
}
.email-hosting .hero ul li {
  color: white;
  text-align: left;
  font-size: 22px;
  font-weight: 300;
  margin: 0 0 8px 0;
  font-size: 1.2em;
  transform: translateY(2px);
}
.email-hosting .hero ul li i {
  margin-right: 3px;
}
.email-hosting .hero .btn-wrapper {
  display: flex;
  flex-direction: row;
  flex-direction: column;
  margin: 0 auto;
  max-width: 370px;
}
@media (min-width: 767px) {
  .email-hosting .hero .btn-wrapper {
    flex-direction: row;
    margin: 0;
  }
}
.email-hosting .hero .btn-wrapper a.btn, .email-hosting .hero .btn-wrapper a.plancompare_columns_column_button, .email-hosting .hero .btn-wrapper a.plancompare_tabs_button {
  flex-basis: 50%;
  font-size: 17px;
  font-weight: 300;
  margin-right: 4px;
  text-transform: none;
  margin-bottom: 5px;
}
.email-hosting .hero .btn-wrapper a.btn.white, .email-hosting .hero .btn-wrapper a.white.plancompare_columns_column_button, .email-hosting .hero .btn-wrapper a.white.plancompare_tabs_button {
  background: white;
  color: #0573CB;
}
.email-hosting .hero .btn-wrapper a.btn.white i, .email-hosting .hero .btn-wrapper a.white.plancompare_columns_column_button i, .email-hosting .hero .btn-wrapper a.white.plancompare_tabs_button i {
  color: #0573CB;
  margin-right: 3px;
}
.email-hosting .hero .btn-wrapper a.btn.outline, .email-hosting .hero .btn-wrapper a.outline.plancompare_columns_column_button, .email-hosting .hero .btn-wrapper a.outline.plancompare_tabs_button {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid white;
  color: white;
}
.email-hosting .hero .btn-wrapper a.btn.outline:hover, .email-hosting .hero .btn-wrapper a.outline.plancompare_columns_column_button:hover, .email-hosting .hero .btn-wrapper a.outline.plancompare_tabs_button:hover {
  color: #0573CB;
  background: white;
}
.email-hosting .flex.row .img img {
  width: 100%;
  max-width: 100%;
}
.email-hosting .flex.row h3 {
  font-size: 32px;
}
.email-hosting .flex.row h3.larger {
  font-size: 32px;
  line-height: 1.1;
}
@media (min-width: 767px) {
  .email-hosting .flex.row h3.larger {
    font-size: 48px;
  }
}
.email-hosting .flex.row p {
  font-weight: 300;
}
.email-hosting .templates h2 {
  padding-bottom: 0;
}
.email-hosting .templates img {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 767px) {
  .email-hosting .easier .row > div:first-child {
    padding-right: 50px;
  }
}
.email-hosting .heroWithProducttable_plan_comparison_columns .plancompare_columns_column {
  margin-bottom: 20px;
}
.email-hosting .heroWithProducttable_plan_comparison_columns .plancompare_columns_column.on-sale {
  position: relative;
}
.email-hosting .heroWithProducttable_plan_comparison_columns .plancompare_columns_column.on-sale h4:after {
  content: "SALE";
  position: absolute;
  top: -9px;
  right: 9px;
  background-color: #b0d631;
  color: black;
  font-size: 16px;
  padding: 16px 13px 14px;
  line-height: 0;
  border-radius: 31px;
  transition: all 0.3s;
  font-weight: 500;
  border-bottom: 1px solid #7d9f1b;
}
.email-hosting .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planname {
  font-size: 20px;
  font-weight: 500;
  color: black;
}
.email-hosting .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planprice {
  font-size: 37px;
  font-weight: 300;
}
.email-hosting .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist {
  font-size: 15px;
  color: black;
}
.email-hosting .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist li {
  display: flex;
  flex-direction: row;
}
.email-hosting .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist li > span:first-child {
  font-weight: 300;
}
.email-hosting .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist li > span:first-child a {
  display: block;
  font-size: 12px;
  text-decoration: underline;
}
.email-hosting .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist li > span:first-child a:hover {
  text-decoration: none;
}
.email-hosting .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist li > span:last-child {
  margin-left: auto;
  font-weight: 600;
}
.email-hosting .video {
  padding-bottom: 63.8138%;
  display: block;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.email-hosting .video.bga {
  background-image: url("/wp-content/themes/html5blank-stable/img/website-builder/videobg-a.webp");
}
.email-hosting .video.bgb {
  background-image: url("/wp-content/themes/html5blank-stable/img/website-builder/videobg-b.webp");
}
.email-hosting .video video {
  top: 14.55%;
  left: 5.3%;
  width: 89.7%;
  height: auto;
  position: absolute;
}
.email-hosting .video.bgb video {
  top: 12.95%;
  border-radius: 8px;
  left: 8%;
  width: 84.4%;
}
.email-hosting .faq_2 .faq_header h2 {
  font-size: 30px;
}
@media (min-width: 767px) {
  .email-hosting .faq_2 .faq_header h2 {
    font-size: 48px;
  }
}
.email-hosting .spec-table {
  overflow: hidden;
}
.email-hosting .spec-table .container {
  padding: 0;
}
@media (min-width: 767px) {
  .email-hosting .spec-table .container {
    padding: 0 15px;
  }
}
.email-hosting .spec-table .scroll-wrap {
  overflow-x: scroll;
}
@media (min-width: 480px) {
  .email-hosting .spec-table .scroll-wrap {
    overflow: hidden;
  }
}
.email-hosting .spec-table table {
  width: 100%;
}
.email-hosting .spec-table table th, .email-hosting .spec-table table td {
  border: 1px solid rgba(112, 112, 112, 0.3);
}
.email-hosting .spec-table table thead th {
  background: #3493EE;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 10px;
  padding: 10px;
}
@media (min-width: 767px) {
  .email-hosting .spec-table table thead th {
    font-size: 20px;
    padding: 20px;
  }
}
@media (min-width: 990px) {
  .email-hosting .spec-table table thead th {
    padding: 25px 30px;
  }
}
.email-hosting .spec-table table .table-ico {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.email-hosting .spec-table table .table-ico span {
  display: block;
  text-indent: -10000px;
  height: 0;
}
.email-hosting .spec-table table .table-ico.tick:before, .email-hosting .spec-table table .table-ico.cross:before {
  font-family: "Icons";
  font-size: 9px;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  line-height: 21px;
  speak: none;
  text-transform: none;
}
.email-hosting .spec-table table .table-ico.tick:before {
  content: "\e813";
}
.email-hosting .spec-table table .table-ico.cross:before {
  content: "\e803";
  color: #858585;
}
.email-hosting .spec-table table tbody th, .email-hosting .spec-table table tbody td {
  padding: 10px 5px;
  font-size: 10px;
}
@media (min-width: 767px) {
  .email-hosting .spec-table table tbody th, .email-hosting .spec-table table tbody td {
    padding: 20px;
    font-size: 16px;
  }
}
@media (min-width: 990px) {
  .email-hosting .spec-table table tbody th, .email-hosting .spec-table table tbody td {
    padding: 20px 30px;
  }
}
.email-hosting .spec-table table tbody th {
  color: #7a7a7a;
  font-weight: 500;
}
.email-hosting .spec-table table tbody th .tooltip-inner {
  background: #102621;
  padding: 15px;
}
.email-hosting .spec-table table tbody th .tooltip-arrow {
  border-right-color: #102621;
}
.email-hosting .spec-table table tbody th .has-tooltip {
  padding-right: 20px;
  background: url("/wp-content/themes/html5blank-stable/img/info.svg") right no-repeat;
  background-size: 16px;
}
.email-hosting .spec-table table tbody td {
  color: #000;
  text-align: center;
}
.email-hosting .spec-table table tbody .divider {
  background: #f9f9f9;
}
.email-hosting .spec-table table tbody .divider th {
  color: #000;
  font-weight: 600;
}

.email-hosting .plancompare_columns {
  margin-top: 20px;
}
@media (min-width: 1668px) {
  .email-hosting .plancompare_columns {
    margin-top: -200px;
  }
}

.gradient.green-fade {
  background: #6E9932;
  background: linear-gradient(180deg, rgb(110, 153, 50) 0%, rgb(29, 105, 17) 100%);
}

.gdpr-compliance .padding-none {
  padding: 0 !important;
}
@media (min-width: 767px) {
  .gdpr-compliance .width-80 {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 767px) {
  .gdpr-compliance .container {
    width: auto;
    max-width: 1170px;
  }
}
.gdpr-compliance.index .hero:before {
  display: none;
  background-image: url("/wp-content/themes/html5blank-stable/img/iubenda/intro.webp");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (min-width: 767px) {
  .gdpr-compliance.index .hero:before {
    display: block;
    background-position: 360px 100%;
  }
}
@media (min-width: 904px) {
  .gdpr-compliance.index .hero:before {
    background-position: right;
  }
}
.gdpr-compliance.index .hero .content {
  padding-bottom: 0;
}
@media (min-width: 1668px) {
  .gdpr-compliance.index .hero .content {
    padding-bottom: 220px;
  }
}
.gdpr-compliance.index .hero .content .wrapper {
  padding: 70px 10px 30px;
}
@media (min-width: 767px) {
  .gdpr-compliance.index .hero .content .wrapper {
    padding-top: 120px;
  }
}
.gdpr-compliance.index .hero .content .wrapper * {
  text-align: center;
}
@media (min-width: 767px) {
  .gdpr-compliance.index .hero .content .wrapper * {
    text-align: left;
  }
}
.gdpr-compliance.index .hero .content .wrapper .heroWithProducttable_heroheader {
  padding-right: 0;
}
@media (min-width: 767px) {
  .gdpr-compliance.index .hero .content .wrapper .heroWithProducttable_heroheader {
    width: 50%;
  }
}
@media (min-width: 1263px) {
  .gdpr-compliance.index .hero .content .wrapper .heroWithProducttable_heroheader {
    width: 66.6%;
  }
}
.gdpr-compliance.index .plancompare_columns {
  margin-top: -30px;
}
@media (min-width: 1668px) {
  .gdpr-compliance.index .plancompare_columns {
    margin-top: -200px;
  }
}
.gdpr-compliance sup {
  font-size: 0.8em;
  top: -0.5em;
}
.gdpr-compliance .offer-disclaimer {
  padding-top: 10px;
  padding-bottom: 10px;
}
.gdpr-compliance .offer-disclaimer p {
  font-size: 12px;
}
.gdpr-compliance .hero {
  color: white;
}
.gdpr-compliance .hero h1 {
  line-height: 0.7;
}
.gdpr-compliance .hero h2 {
  margin-bottom: 20px !important;
  padding-bottom: 0;
}
.gdpr-compliance .hero ul {
  margin-bottom: 30px;
}
.gdpr-compliance .hero ul li {
  color: white;
  text-align: left;
  font-size: 22px;
  font-weight: 300;
  margin: 0 0 8px 0;
  font-size: 1.2em;
  transform: translateY(2px);
}
.gdpr-compliance .hero ul li i {
  margin-right: 3px;
}
.gdpr-compliance .hero .btn-wrapper {
  display: flex;
  flex-direction: row;
  flex-direction: column;
  margin: 0 auto;
  max-width: 370px;
}
@media (min-width: 767px) {
  .gdpr-compliance .hero .btn-wrapper {
    flex-direction: row;
    margin: 0;
  }
}
.gdpr-compliance .hero .btn-wrapper a.btn, .gdpr-compliance .hero .btn-wrapper a.plancompare_columns_column_button, .gdpr-compliance .hero .btn-wrapper a.plancompare_tabs_button {
  flex-basis: 50%;
  font-size: 17px;
  font-weight: 300;
  margin-right: 4px;
  text-transform: none;
  margin-bottom: 5px;
}
.gdpr-compliance .hero .btn-wrapper a.btn.white, .gdpr-compliance .hero .btn-wrapper a.white.plancompare_columns_column_button, .gdpr-compliance .hero .btn-wrapper a.white.plancompare_tabs_button {
  background: white;
  color: #0573CB;
}
.gdpr-compliance .hero .btn-wrapper a.btn.white i, .gdpr-compliance .hero .btn-wrapper a.white.plancompare_columns_column_button i, .gdpr-compliance .hero .btn-wrapper a.white.plancompare_tabs_button i {
  color: #0573CB;
  margin-right: 3px;
}
.gdpr-compliance .hero .btn-wrapper a.btn.outline, .gdpr-compliance .hero .btn-wrapper a.outline.plancompare_columns_column_button, .gdpr-compliance .hero .btn-wrapper a.outline.plancompare_tabs_button {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid white;
  color: white;
}
.gdpr-compliance .hero .btn-wrapper a.btn.outline:hover, .gdpr-compliance .hero .btn-wrapper a.outline.plancompare_columns_column_button:hover, .gdpr-compliance .hero .btn-wrapper a.outline.plancompare_tabs_button:hover {
  color: #0573CB;
  background: white;
}
.gdpr-compliance .flex.row .img img {
  width: 100%;
  max-width: 100%;
}
.gdpr-compliance .flex.row h3 {
  font-size: 32px;
}
.gdpr-compliance .flex.row h3.larger {
  font-size: 32px;
  line-height: 1.1;
}
@media (min-width: 767px) {
  .gdpr-compliance .flex.row h3.larger {
    font-size: 48px;
  }
}
.gdpr-compliance .flex.row p {
  font-weight: 300;
}
.gdpr-compliance .templates h2 {
  padding-bottom: 0;
}
.gdpr-compliance .templates img {
  width: 100%;
  max-width: 100%;
}
.gdpr-compliance .heroWithProducttable_plan_comparison_columns .plancompare_columns_column {
  margin-bottom: 20px;
}
.gdpr-compliance .heroWithProducttable_plan_comparison_columns .plancompare_columns_column.on-sale {
  position: relative;
}
.gdpr-compliance .heroWithProducttable_plan_comparison_columns .plancompare_columns_column.on-sale h4:after {
  content: "SALE";
  position: absolute;
  top: -9px;
  right: 9px;
  background-color: #b0d631;
  color: black;
  font-size: 16px;
  padding: 16px 13px 14px;
  line-height: 0;
  border-radius: 31px;
  transition: all 0.3s;
  font-weight: 500;
  border-bottom: 1px solid #7d9f1b;
}
.gdpr-compliance .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planname {
  font-size: 20px;
  font-weight: 500;
  color: black;
}
.gdpr-compliance .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planprice {
  font-size: 37px;
  font-weight: 300;
}
.gdpr-compliance .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist {
  font-size: 15px;
  color: black;
}
.gdpr-compliance .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist li {
  display: flex;
  flex-direction: row;
}
.gdpr-compliance .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist li > span:first-child {
  font-weight: 300;
}
.gdpr-compliance .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist li > span:first-child a {
  display: block;
  font-size: 12px;
  text-decoration: underline;
}
.gdpr-compliance .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist li > span:first-child a:hover {
  text-decoration: none;
}
.gdpr-compliance .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist li > span:last-child {
  margin-left: auto;
  font-weight: 600;
}
.gdpr-compliance .video {
  padding-bottom: 63.8138%;
  display: block;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.gdpr-compliance .video.bga {
  background-image: url("/wp-content/themes/html5blank-stable/img/website-builder/videobg-a.webp");
}
.gdpr-compliance .video.bgb {
  background-image: url("/wp-content/themes/html5blank-stable/img/website-builder/videobg-b.webp");
}
.gdpr-compliance .video video {
  top: 14.55%;
  left: 5.3%;
  width: 89.7%;
  height: auto;
  position: absolute;
}
.gdpr-compliance .video.bgb video {
  top: 12.95%;
  border-radius: 8px;
  left: 8%;
  width: 84.4%;
}
.gdpr-compliance .faq_2 .faq_header h2 {
  font-size: 30px;
}
@media (min-width: 767px) {
  .gdpr-compliance .faq_2 .faq_header h2 {
    font-size: 48px;
  }
}

.website-builder.index .plancompare_columns {
  margin-top: 20px;
}
@media (min-width: 1668px) {
  .website-builder.index .plancompare_columns {
    margin-top: -200px;
  }
}

.gradient.ink-fade {
  background: #153583;
  background: linear-gradient(180deg, rgb(21, 53, 131) 0%, rgb(45, 55, 72) 100%);
}

@media (min-width: 767px) {
  .accessibility-solution .container {
    width: auto;
    max-width: 1170px;
  }
}
.accessibility-solution.index .hero:before {
  display: none;
  background-image: url("/wp-content/themes/html5blank-stable/img/accessiway/intro.webp");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (min-width: 767px) {
  .accessibility-solution.index .hero:before {
    display: block;
    background-position: 360px 100%;
  }
}
@media (min-width: 904px) {
  .accessibility-solution.index .hero:before {
    background-position: right;
  }
}
.accessibility-solution.index .hero p.smaller {
  font-size: 16px;
  font-weight: normal;
}
.accessibility-solution.index .hero .content {
  padding-bottom: 0;
}
@media (min-width: 1668px) {
  .accessibility-solution.index .hero .content {
    padding-bottom: 220px;
  }
}
.accessibility-solution.index .hero .content .wrapper {
  padding: 70px 10px 30px;
}
@media (min-width: 767px) {
  .accessibility-solution.index .hero .content .wrapper {
    padding-top: 120px;
  }
}
.accessibility-solution.index .hero .content .wrapper * {
  text-align: center;
}
@media (min-width: 767px) {
  .accessibility-solution.index .hero .content .wrapper * {
    text-align: left;
  }
}
.accessibility-solution.index .hero .content .wrapper .heroWithProducttable_heroheader {
  padding-right: 0;
}
@media (min-width: 767px) {
  .accessibility-solution.index .hero .content .wrapper .heroWithProducttable_heroheader {
    width: 50%;
  }
}
@media (min-width: 1263px) {
  .accessibility-solution.index .hero .content .wrapper .heroWithProducttable_heroheader {
    width: 66.6%;
  }
}
.accessibility-solution.index .plancompare_columns {
  margin-top: -30px;
}
@media (min-width: 1668px) {
  .accessibility-solution.index .plancompare_columns {
    margin-top: -200px;
  }
}
.accessibility-solution sup {
  font-size: 0.8em;
  top: -0.5em;
}
.accessibility-solution .offer-disclaimer {
  padding-top: 10px;
  padding-bottom: 10px;
}
.accessibility-solution .offer-disclaimer p {
  font-size: 12px;
}
.accessibility-solution .hero {
  color: white;
}
.accessibility-solution .hero h1 {
  line-height: 0.7;
}
.accessibility-solution .hero h2 {
  margin-bottom: 20px !important;
  padding-bottom: 0;
}
.accessibility-solution .hero ul {
  margin-bottom: 30px;
}
.accessibility-solution .hero ul li {
  color: white;
  text-align: left;
  font-size: 22px;
  font-weight: 300;
  margin: 0 0 8px 0;
  font-size: 1.2em;
  transform: translateY(2px);
}
.accessibility-solution .hero ul li i {
  margin-right: 3px;
}
.accessibility-solution .hero .btn-wrapper {
  display: flex;
  flex-direction: row;
  flex-direction: column;
  margin: 0 auto;
  max-width: 370px;
}
@media (min-width: 767px) {
  .accessibility-solution .hero .btn-wrapper {
    flex-direction: row;
    margin: 0;
  }
}
.accessibility-solution .hero .btn-wrapper a.btn, .accessibility-solution .hero .btn-wrapper a.plancompare_columns_column_button, .accessibility-solution .hero .btn-wrapper a.plancompare_tabs_button {
  flex-basis: 50%;
  font-size: 17px;
  font-weight: 300;
  margin-right: 4px;
  text-transform: none;
  margin-bottom: 5px;
}
.accessibility-solution .hero .btn-wrapper a.btn.white, .accessibility-solution .hero .btn-wrapper a.white.plancompare_columns_column_button, .accessibility-solution .hero .btn-wrapper a.white.plancompare_tabs_button {
  background: white;
  color: #0573CB;
}
.accessibility-solution .hero .btn-wrapper a.btn.white i, .accessibility-solution .hero .btn-wrapper a.white.plancompare_columns_column_button i, .accessibility-solution .hero .btn-wrapper a.white.plancompare_tabs_button i {
  color: #0573CB;
  margin-right: 3px;
}
.accessibility-solution .hero .btn-wrapper a.btn.outline, .accessibility-solution .hero .btn-wrapper a.outline.plancompare_columns_column_button, .accessibility-solution .hero .btn-wrapper a.outline.plancompare_tabs_button {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid white;
  color: white;
}
.accessibility-solution .hero .btn-wrapper a.btn.outline:hover, .accessibility-solution .hero .btn-wrapper a.outline.plancompare_columns_column_button:hover, .accessibility-solution .hero .btn-wrapper a.outline.plancompare_tabs_button:hover {
  color: #0573CB;
  background: white;
}
.accessibility-solution .flex.row .img img {
  width: 100%;
  max-width: 100%;
}
.accessibility-solution .flex.row h3 {
  font-size: 32px;
}
.accessibility-solution .flex.row h3.larger {
  font-size: 32px;
  line-height: 1.1;
}
@media (min-width: 767px) {
  .accessibility-solution .flex.row h3.larger {
    font-size: 48px;
  }
}
.accessibility-solution .flex.row p {
  font-weight: 300;
}
.accessibility-solution .templates h2 {
  padding-bottom: 0;
}
.accessibility-solution .templates img {
  width: 100%;
  max-width: 100%;
}
.accessibility-solution .made-simple .flex.row .in-action img {
  max-width: 293px;
  margin: 0 auto;
}
.accessibility-solution .heroWithProducttable_plan_comparison_columns .plancompare_columns_column {
  margin-bottom: 20px;
}
.accessibility-solution .heroWithProducttable_plan_comparison_columns .plancompare_columns_column.on-sale {
  position: relative;
}
.accessibility-solution .heroWithProducttable_plan_comparison_columns .plancompare_columns_column.on-sale h4:after {
  content: "SALE";
  position: absolute;
  top: -9px;
  right: 9px;
  background-color: #b0d631;
  color: black;
  font-size: 16px;
  padding: 16px 13px 14px;
  line-height: 0;
  border-radius: 31px;
  transition: all 0.3s;
  font-weight: 500;
  border-bottom: 1px solid #7d9f1b;
}
.accessibility-solution .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planname {
  font-size: 20px;
  font-weight: 500;
  color: black;
}
.accessibility-solution .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planprice {
  font-size: 37px;
  font-weight: 300;
}
.accessibility-solution .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist {
  font-size: 15px;
  color: black;
}
.accessibility-solution .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist li {
  display: flex;
  flex-direction: row;
}
.accessibility-solution .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist li > span:first-child {
  font-weight: 300;
}
.accessibility-solution .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist li > span:first-child a {
  display: block;
  font-size: 12px;
  text-decoration: underline;
}
.accessibility-solution .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist li > span:first-child a:hover {
  text-decoration: none;
}
.accessibility-solution .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist li > span:last-child {
  margin-left: auto;
  font-weight: 600;
}
.accessibility-solution .video {
  padding-bottom: 63.8138%;
  display: block;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.accessibility-solution .video.bga {
  background-image: url("/wp-content/themes/html5blank-stable/img/website-builder/videobg-a.webp");
}
.accessibility-solution .video.bgb {
  background-image: url("/wp-content/themes/html5blank-stable/img/website-builder/videobg-b.webp");
}
.accessibility-solution .video video {
  top: 14.55%;
  left: 5.3%;
  width: 89.7%;
  height: auto;
  position: absolute;
}
.accessibility-solution .video.bgb video {
  top: 12.95%;
  border-radius: 8px;
  left: 8%;
  width: 84.4%;
}
.accessibility-solution .faq_2 .faq_header h2 {
  font-size: 30px;
}
@media (min-width: 767px) {
  .accessibility-solution .faq_2 .faq_header h2 {
    font-size: 48px;
  }
}

.website-builder.index .plancompare_columns {
  margin-top: 20px;
}
@media (min-width: 1668px) {
  .website-builder.index .plancompare_columns {
    margin-top: -200px;
  }
}

@font-face {
  font-family: Icons;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/wp-content/themes/html5blank-stable/Front/assets/lib/icons/icons.woff?v=1.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/html5blank-stable/Front/assets/lib/icons/icons.woff2) format("woff2"), url(/wp-content/themes/html5blank-stable/Front/assets/lib/icons/icons.woff?v=1.ttf) format("truetype"), url(/wp-content/themes/html5blank-stable/Front/assets/lib/icons/icons.woff?v=1.svg#Icons) format("svg");
}
.blue {
  color: #0573CB;
}

.gradient.sunrise {
  background: rgb(32, 147, 238);
  background: linear-gradient(0deg, rgb(32, 147, 238) 0%, rgb(16, 74, 119) 100%);
}
.gradient.sunrise.diagonal {
  background: rgb(52, 147, 238);
  background: linear-gradient(45deg, rgb(52, 147, 238) 0%, rgb(5, 115, 203) 100%);
}
.gradient.sunrise.diagonal-alt {
  background: rgb(11, 58, 133);
  background: linear-gradient(45deg, rgb(11, 58, 133) 0%, rgb(21, 138, 188) 100%);
}
.gradient.sunrise.diagonal-frosty-morn {
  background: rgb(11, 58, 133);
  background: linear-gradient(0deg, rgb(11, 58, 133) 0%, rgb(13, 74, 144) 29%, rgb(18, 110, 169) 53%, rgb(20, 127, 181) 76%, rgb(21, 138, 188) 100%);
}
.gradient.purple-dusk {
  background: rgb(11, 58, 133);
  background: linear-gradient(55deg, rgb(11, 58, 133) 0%, rgb(149, 21, 188) 100%);
}

.has-gradient * {
  color: white;
}

.tick:before,
.cross:before {
  font-family: "Icons";
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  line-height: 21px;
  speak: none;
  text-transform: none;
}
.tick > span,
.cross > span {
  text-indent: -999999px;
  display: block;
  height: 0;
}

.tick:before {
  content: "\e813";
}

.cross:before {
  content: "\e803";
  color: #858585;
}

.img-grid img {
  width: auto;
  max-width: 100%;
  max-height: 91px;
  margin-bottom: 10px;
}
.img-grid .row {
  margin-bottom: 20px;
}

.standard-container {
  margin: 0;
  padding: 40px 0;
}
@media (min-width: 767px) {
  .standard-container {
    padding: 80px 20px;
  }
}
.standard-container .trailer-none {
  margin-bottom: 0;
  padding-bottom: 0;
}
.standard-container h4, .standard-container h5 {
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 300;
}
.standard-container h4.larger-trailer, .standard-container h5.larger-trailer {
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .standard-container h4.larger-trailer, .standard-container h5.larger-trailer {
    margin-bottom: 40px;
  }
}

.recommended {
  position: relative;
}
.recommended .recommended_badge {
  position: absolute;
  z-index: 4;
  top: -30px;
  left: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -1px;
  border: 1px solid #D0FF33;
  border-bottom: none;
  background: linear-gradient(0deg, rgb(151, 181, 55) 4%, rgb(165, 198, 60) 37%, rgb(177, 212, 65) 100%);
  color: black;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 7px 20px 6px;
  line-height: 1;
}

@media (min-width: 767px) {
  .wp-squared .container {
    width: auto;
    max-width: 1170px;
  }
}
.wp-squared.index .hero {
  overflow: hidden;
}
@media (min-width: 767px) {
  .wp-squared.index .hero {
    margin-top: 90px;
  }
}
.wp-squared.index .hero:before {
  transition: all 0.4s;
  display: none;
  background-image: url("../../../img/wp-squared/intro.webp");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (min-width: 904px) {
  .wp-squared.index .hero:before {
    display: block;
    background-position: 100% 100%;
    left: auto;
    right: -20%;
  }
}
@media (min-width: 1668px) {
  .wp-squared.index .hero:before {
    right: -17%;
  }
}
@media (min-width: 2100px) {
  .wp-squared.index .hero:before {
    right: 0%;
  }
}
.wp-squared.index .hero .content {
  padding-bottom: 0;
}
@media (min-width: 1668px) {
  .wp-squared.index .hero .content {
    padding-bottom: 220px;
  }
}
.wp-squared.index .hero .content .wrapper {
  padding: 70px 10px 30px;
}
@media (min-width: 767px) {
  .wp-squared.index .hero .content .wrapper {
    padding-top: 120px;
  }
}
.wp-squared.index .hero .content .wrapper * {
  text-align: center;
}
@media (min-width: 767px) {
  .wp-squared.index .hero .content .wrapper * {
    text-align: left;
  }
}
.wp-squared.index .hero .content .wrapper .heroWithProducttable_heroheader {
  padding-right: 0;
}
@media (min-width: 767px) {
  .wp-squared.index .hero .content .wrapper .heroWithProducttable_heroheader {
    width: 50%;
    margin-top: -80px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1263px) {
  .wp-squared.index .hero .content .wrapper .heroWithProducttable_heroheader {
    width: 66.6%;
  }
}
.wp-squared.index .plancompare_columns {
  margin-top: -30px;
}
@media (min-width: 1668px) {
  .wp-squared.index .plancompare_columns {
    margin-top: -200px;
  }
}
.wp-squared sup {
  font-size: 0.8em;
  top: -0.5em;
}
.wp-squared .offer-disclaimer {
  padding-top: 10px;
  padding-bottom: 10px;
}
.wp-squared .offer-disclaimer p {
  font-size: 12px;
}
.wp-squared .hero {
  color: white;
}
.wp-squared .hero h1 {
  line-height: 0.7;
}
.wp-squared .hero h2 {
  margin-bottom: 20px !important;
  padding-bottom: 0;
}
.wp-squared .hero ul li {
  color: white;
  text-align: left;
  font-size: 22px;
  font-weight: 300;
  margin: 0 0 8px 0;
  font-size: 1.2em;
  transform: translateY(2px);
}
.wp-squared .hero ul li i {
  margin-right: 3px;
}
.wp-squared .hero .btn-wrapper {
  display: flex;
  flex-direction: row;
  flex-direction: column;
  margin: 0 auto;
  max-width: 370px;
}
@media (min-width: 767px) {
  .wp-squared .hero .btn-wrapper {
    flex-direction: row;
    margin: 0;
  }
}
.wp-squared .hero .btn-wrapper a.btn, .wp-squared .hero .btn-wrapper a.plancompare_columns_column_button, .wp-squared .hero .btn-wrapper a.plancompare_tabs_button {
  flex-basis: 50%;
  font-size: 17px;
  font-weight: 300;
  margin-right: 4px;
  text-transform: none;
  margin-bottom: 5px;
}
.wp-squared .hero .btn-wrapper a.btn.white, .wp-squared .hero .btn-wrapper a.white.plancompare_columns_column_button, .wp-squared .hero .btn-wrapper a.white.plancompare_tabs_button {
  background: white;
  color: #0573CB;
}
.wp-squared .hero .btn-wrapper a.btn.white i, .wp-squared .hero .btn-wrapper a.white.plancompare_columns_column_button i, .wp-squared .hero .btn-wrapper a.white.plancompare_tabs_button i {
  color: #0573CB;
  margin-right: 3px;
}
.wp-squared .hero .btn-wrapper a.btn.outline, .wp-squared .hero .btn-wrapper a.outline.plancompare_columns_column_button, .wp-squared .hero .btn-wrapper a.outline.plancompare_tabs_button {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid white;
  color: white;
}
.wp-squared .hero .btn-wrapper a.btn.outline:hover, .wp-squared .hero .btn-wrapper a.outline.plancompare_columns_column_button:hover, .wp-squared .hero .btn-wrapper a.outline.plancompare_tabs_button:hover {
  color: #0573CB;
  background: white;
}
.wp-squared .flex.row .img img {
  width: 100%;
  max-width: 100%;
}
.wp-squared .flex.row h3 {
  font-size: 32px;
}
.wp-squared .flex.row h3.larger {
  font-size: 32px;
  line-height: 1.1;
}
@media (min-width: 767px) {
  .wp-squared .flex.row h3.larger {
    font-size: 48px;
  }
}
.wp-squared .flex.row p {
  font-weight: 300;
}
.wp-squared .templates h2 {
  padding-bottom: 0;
}
.wp-squared .templates img {
  width: 100%;
  max-width: 100%;
}
.wp-squared .heroWithProducttable_plan_comparison_columns .plancompare_columns_column {
  margin-bottom: 20px;
}
.wp-squared .heroWithProducttable_plan_comparison_columns .plancompare_columns_column.on-sale {
  position: relative;
}
.wp-squared .heroWithProducttable_plan_comparison_columns .plancompare_columns_column.on-sale h4:after {
  content: "SALE";
  position: absolute;
  top: -9px;
  right: 9px;
  background-color: #b0d631;
  color: black;
  font-size: 16px;
  padding: 16px 13px 14px;
  line-height: 0;
  border-radius: 31px;
  transition: all 0.3s;
  font-weight: 500;
  border-bottom: 1px solid #7d9f1b;
}
.wp-squared .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planname {
  font-size: 20px;
  font-weight: 500;
  color: black;
}
.wp-squared .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planprice {
  font-size: 37px;
  font-weight: 300;
}
.wp-squared .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist {
  font-size: 15px;
  color: black;
}
.wp-squared .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist li {
  display: flex;
  flex-direction: row;
}
.wp-squared .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist li > span:first-child {
  font-weight: 300;
}
.wp-squared .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist li > span:first-child a {
  display: block;
  font-size: 12px;
  text-decoration: underline;
}
.wp-squared .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist li > span:first-child a:hover {
  text-decoration: none;
}
.wp-squared .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist li > span:last-child {
  margin-left: auto;
  font-weight: 600;
}
.wp-squared .video {
  padding-bottom: 63.8138%;
  display: block;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.wp-squared .video.bga {
  background-image: url("/wp-content/themes/html5blank-stable/img/website-builder/videobg-a.webp");
}
.wp-squared .video.bgb {
  background-image: url("/wp-content/themes/html5blank-stable/img/website-builder/videobg-b.webp");
}
.wp-squared .video video {
  top: 14.55%;
  left: 5.3%;
  width: 89.7%;
  height: auto;
  position: absolute;
}
.wp-squared .video.bgb video {
  top: 12.95%;
  border-radius: 8px;
  left: 8%;
  width: 84.4%;
}
.wp-squared .faq_2 .faq_header h2 {
  font-size: 30px;
}
@media (min-width: 767px) {
  .wp-squared .faq_2 .faq_header h2 {
    font-size: 48px;
  }
}
.wp-squared .spec-table {
  overflow: hidden;
}
.wp-squared .spec-table .container {
  padding: 0;
}
@media (min-width: 767px) {
  .wp-squared .spec-table .container {
    padding: 0 15px;
  }
}
.wp-squared .spec-table .scroll-wrap {
  overflow-x: scroll;
}
@media (min-width: 480px) {
  .wp-squared .spec-table .scroll-wrap {
    overflow: hidden;
  }
}
.wp-squared .spec-table table {
  width: 100%;
}
.wp-squared .spec-table table th, .wp-squared .spec-table table td {
  border: 1px solid rgba(112, 112, 112, 0.3);
}
.wp-squared .spec-table table thead th {
  background: #3493EE;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 10px;
  padding: 10px;
}
@media (min-width: 767px) {
  .wp-squared .spec-table table thead th {
    font-size: 20px;
    padding: 20px;
  }
}
@media (min-width: 990px) {
  .wp-squared .spec-table table thead th {
    padding: 25px 30px;
  }
}
.wp-squared .spec-table table .table-ico {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.wp-squared .spec-table table .table-ico span {
  display: block;
  text-indent: -10000px;
  height: 0;
}
.wp-squared .spec-table table .table-ico.tick:before, .wp-squared .spec-table table .table-ico.cross:before {
  font-family: "Icons";
  font-size: 9px;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  line-height: 21px;
  speak: none;
  text-transform: none;
}
.wp-squared .spec-table table .table-ico.tick:before {
  content: "\e813";
}
.wp-squared .spec-table table .table-ico.cross:before {
  content: "\e803";
  color: #858585;
}
.wp-squared .spec-table table tbody th, .wp-squared .spec-table table tbody td {
  padding: 10px 5px;
  font-size: 10px;
}
@media (min-width: 767px) {
  .wp-squared .spec-table table tbody th, .wp-squared .spec-table table tbody td {
    padding: 20px;
    font-size: 16px;
  }
}
@media (min-width: 990px) {
  .wp-squared .spec-table table tbody th, .wp-squared .spec-table table tbody td {
    padding: 20px 30px;
  }
}
.wp-squared .spec-table table tbody th {
  color: #7a7a7a;
  font-weight: 500;
}
.wp-squared .spec-table table tbody th .tooltip-inner {
  background: #102621;
  padding: 15px;
}
.wp-squared .spec-table table tbody th .tooltip-arrow {
  border-right-color: #102621;
}
.wp-squared .spec-table table tbody th .has-tooltip {
  padding-right: 20px;
  background: url("/wp-content/themes/html5blank-stable/img/info.svg") right no-repeat;
  background-size: 16px;
}
.wp-squared .spec-table table tbody td {
  color: #000;
  text-align: center;
}
.wp-squared .spec-table table tbody .divider {
  background: #f9f9f9;
}
.wp-squared .spec-table table tbody .divider th {
  color: #000;
  font-weight: 600;
}

.website-builder.index .plancompare_columns {
  margin-top: 20px;
}
@media (min-width: 1668px) {
  .website-builder.index .plancompare_columns {
    margin-top: -200px;
  }
}

.online-shop.index .hero:before {
  background-image: url("../../../img/website-builder/ecommerce/intro.webp");
}
@media (min-width: 767px) {
  .online-shop.index .hero .content .wrapper .heroWithProducttable_heroheader {
    width: 50%;
  }
}
@media (min-width: 1356px) {
  .online-shop.index .hero .content .wrapper .heroWithProducttable_heroheader {
    width: 66.6%;
  }
}
.online-shop .heroWithProducttable_plan_comparison_columns #tabs {
  margin-top: 50px;
}
@media (min-width: 1177px) {
  .online-shop .heroWithProducttable_plan_comparison_columns #tabs {
    margin-top: -30px;
  }
}
@media (min-width: 1668px) {
  .online-shop .heroWithProducttable_plan_comparison_columns #tabs {
    margin-top: -200px;
  }
}
.online-shop .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planname {
  font-size: 27px;
}
.online-shop .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planprice {
  font-size: 50px;
}
.online-shop .heroWithProducttable_plan_comparison_columns .plancompare_columns_column_planfeaturelist {
  font-size: 20px;
  color: black;
}

#templates {
  padding-top: 60px;
}
@media (min-width: 990px) {
  #templates {
    padding-top: 90px;
  }
}
#templates .intro {
  text-align: center;
  padding: 40px 0;
  margin-bottom: 30px;
}
#templates .intro * {
  color: white;
}
#templates .intro h2 {
  padding-bottom: 16px;
  line-height: 1;
}
#templates .intro p {
  font-size: 20px;
}
@media (min-width: 990px) {
  #templates .templates {
    display: grid;
    grid-template-columns: 1fr 3fr;
  }
}
#templates .templates .view-by {
  display: none;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}
@media (min-width: 990px) {
  #templates .templates .view-by {
    display: block;
    margin: 0;
  }
}
#templates .templates .nav-wrap {
  position: sticky;
  top: 50px;
  z-index: 300;
  background: #fff;
}
@media (min-width: 990px) {
  #templates .templates .nav-wrap {
    position: relative;
    margin: 0;
    z-index: 0;
    top: 20px;
  }
}
#templates .templates .nav-mobile {
  padding: 20px 0;
  font-size: 18px;
}
@media (min-width: 990px) {
  #templates .templates .nav-mobile {
    display: none;
  }
}
#templates .templates .nav-mobile span {
  color: #B0D631;
  position: relative;
}
#templates .templates .nav-mobile span:after {
  position: absolute;
  top: 42%;
  right: -15px;
  height: 0;
  width: 0;
  border: solid transparent;
  border-color: rgba(255, 255, 255, 0);
  border-width: 5px;
  border-top-color: #2b2b2b;
  content: " ";
  transition: background-color 0.8s;
}
#templates .templates .nav-type,
#templates .templates .nav-category {
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  z-index: 3;
}
@media (min-width: 990px) {
  #templates .templates .nav-type,
#templates .templates .nav-category {
    text-align: left;
  }
}
#templates .templates .nav-type hr,
#templates .templates .nav-category hr {
  border-top: 1px solid #ccc;
  height: 1px;
  margin-right: 30px;
  text-align: left;
}
#templates .templates .nav-type li,
#templates .templates .nav-category li {
  font-size: 16px;
  cursor: pointer;
  position: relative;
  padding: 3px 0;
  transition: all 0.3s ease;
  border-bottom: 1px solid #eee;
}
@media (min-width: 990px) {
  #templates .templates .nav-type li,
#templates .templates .nav-category li {
    font-size: 14px;
    background: #fff;
    border-radius: 3px;
    border: none;
  }
}
#templates .templates .nav-type li.active,
#templates .templates .nav-category li.active {
  color: #045fa8;
}
#templates .templates .nav-type li:hover,
#templates .templates .nav-category li:hover {
  color: #045fa8;
  padding-left: 5px;
}
#templates .templates .nav-type li .description,
#templates .templates .nav-category li .description {
  display: none;
}
@media (min-width: 990px) {
  #templates .templates .nav-type li.divide,
#templates .templates .nav-category li.divide {
    border-top: 1px dotted #666;
    padding-top: 10px;
    margin: 10px 60px 0 0;
  }
}
#templates .templates .nav-category {
  display: none;
}
#templates .templates .nav-category.show {
  display: block;
  background: #fff;
  width: 100%;
  height: 270px;
  overflow-y: scroll;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: 1px solid #eee;
}
#templates .templates .nav-category.show li {
  padding: 10px 0;
}
@media (min-width: 990px) {
  #templates .templates .nav-category {
    display: block;
  }
}
#templates .templates .nav-type {
  display: flex;
  justify-content: space-around;
}
@media (min-width: 990px) {
  #templates .templates .nav-type {
    align-items: flex-end;
    margin-left: auto;
  }
}
#templates .templates .nav-type li {
  font-size: 14px;
  cursor: pointer;
  background: #f1f1f1;
  border-radius: 5px;
  padding: 3px 10px;
  color: #000;
}
@media (min-width: 990px) {
  #templates .templates .nav-type li {
    margin-left: 15px;
  }
}
#templates .templates .nav-type li.active, #templates .templates .nav-type li:hover {
  background: #B0D631;
  color: #000;
  padding: 3px 10px;
}
#templates .templates .showcase {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 30px;
  grid-column-gap: 30px;
  margin: 0 0 30px;
  transition: all 0.3s ease;
  overflow: hidden;
}
@media (min-width: 767px) {
  #templates .templates .showcase {
    margin: 30px 0 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr minmax(0, 1fr);
  }
}
#templates .templates .showcase .hide-category,
#templates .templates .showcase .hide-type {
  display: none;
}
#templates .templates .showcase div {
  opacity: 1;
  transform: scale(1);
}
#templates .templates .showcase a.preview {
  position: relative;
  display: block;
}
#templates .templates .showcase a.preview .buttons {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  transition: all 0.3s ease;
}
#templates .templates .showcase a.preview .buttons .btn, #templates .templates .showcase a.preview .buttons .plancompare_columns_column_button, #templates .templates .showcase a.preview .buttons .plancompare_tabs_button {
  background: #000;
  color: #fce1aa !important;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}
#templates .templates .showcase a.preview:hover .buttons {
  opacity: 1;
}
#templates .templates .showcase .thumb {
  display: none;
  margin: 0 auto;
  height: auto;
  width: 100%;
  transition: all 0.5s ease;
  transform: scale(1);
  opacity: 0;
  box-shadow: 0 0 15px rgba(204, 204, 204, 0.6);
  border-radius: 5px;
  border: 1px solid #e6e6e6;
}
#templates .templates .showcase .thumb.active {
  display: block;
  transform: scale(1);
  opacity: 1;
}
#templates .templates .showcase .name-controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 10px 10px 0;
}
#templates .templates .showcase .name-controls .name {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
#templates .templates .showcase .name-controls .controls {
  display: flex;
  flex-direction: row;
  margin-left: auto;
}
#templates .templates .showcase .name-controls .controls img {
  height: 20px;
  margin-left: 10px;
  opacity: 0.4;
  transition: all 0.3s ease;
}
#templates .templates .showcase .name-controls .controls img:hover {
  opacity: 1;
  cursor: pointer;
}
#templates .templates .showcase .name-controls .controls .active img {
  opacity: 1;
}

.about-us .standard-container h2 {
  line-height: 1;
  margin-bottom: 20px;
  padding-bottom: 0;
  text-align: center;
}
.about-us .trailer {
  margin-bottom: 40px !important;
}
.about-us .trailer-small {
  margin-bottom: 30px !important;
}
.about-us .trailer-large {
  margin-bottom: 50px !important;
}
.about-us .leader {
  margin-top: 40px !important;
}
.about-us .leader-small {
  margin-top: 30px !important;
}
.about-us .leader-large {
  margin-top: 50px !important;
}
.about-us .blue {
  color: #0573CB !important;
}
.about-us .txt-center {
  text-align: center !important;
}
.about-us .txt-left {
  text-align: left !important;
}
.about-us .intro {
  margin-top: 90px;
  padding: 40px 0;
  background: rgb(5, 108, 184);
  background: linear-gradient(42deg, rgb(5, 108, 184) 0%, rgb(77, 219, 208) 100%);
}
.about-us .intro * {
  color: white;
}
.about-us .intro h1 {
  font-size: 54px;
}
.about-us .intro p {
  font-size: 31px;
  font-weight: 300;
}
.about-us .intro img {
  width: 100%;
  max-width: 267px;
  margin: 0 auto;
}
.about-us .history h2 {
  text-align: center;
}
@media (min-width: 767px) {
  .about-us .history h2 {
    text-align: left;
  }
}
.about-us .history img {
  width: 100%;
  max-width: 200px;
  margin: 0 auto 20px;
}
@media (min-width: 767px) {
  .about-us .history img {
    max-width: 90%;
  }
}
.about-us .values h2 {
  text-align: center;
}
@media (min-width: 767px) {
  .about-us .values h2 {
    text-align: left;
  }
}
.about-us .values img {
  margin: 20px auto 20px;
  width: 100%;
  max-width: 200px;
}
@media (min-width: 767px) {
  .about-us .values img {
    max-width: 90%;
  }
}
.about-us .our-products .flex.row > div {
  margin-bottom: 20px;
}
.about-us .company-information .flex.row > div {
  justify-content: flex-start;
}
.about-us .company-information img {
  width: 100%;
  margin: 0 auto;
}
.about-us .company-information img.iedr {
  max-width: 151px;
}
.about-us .company-information img.nominet {
  max-width: 202px;
}

.cookie-policy h3 {
  margin: 45px 0 10px;
}
.cookie-policy table td, .cookie-policy table th {
  vertical-align: top;
  padding: 9px 15px 7px;
  font-size: 14px;
  line-height: 1.5;
  border: 1px solid white;
}
.cookie-policy table th {
  background: #747474;
  color: white;
  font-weight: 600;
}
.cookie-policy table td {
  color: #333;
  padding: 15px;
  background: #f6f6f6;
}
.cookie-policy table td:first-child {
  width: 25%;
}
.cookie-policy table td:last-child {
  width: 75%;
}
.cookie-policy table td .cookie-id {
  font-weight: 600;
  color: #000;
}
.cookie-policy table td .where {
  display: block;
  font-size: 0.9em;
}

.hero.gradient {
  position: relative;
}
.hero.gradient.purple {
  background-color: rgb(64, 34, 107);
  background: linear-gradient(0deg, rgb(64, 34, 107) 0%, rgb(142, 59, 142) 100%);
}
.hero.gradient.violet {
  background-color: rgb(131, 60, 229);
  background: linear-gradient(229deg, rgb(131, 60, 229) 0%, rgb(88, 81, 209) 100%);
}
.hero.gradient.turquoise {
  background-color: rgb(133, 238, 242);
  background: linear-gradient(230deg, rgb(133, 238, 242) 0%, rgb(50, 170, 216) 100%);
}
.hero.gradient.ocean {
  background: rgb(21, 138, 188);
  background: linear-gradient(225deg, rgb(21, 138, 188) 0%, rgb(11, 93, 133) 100%);
}
.hero.gradient.vista {
  background-color: rgb(57, 126, 139);
  background: linear-gradient(230deg, rgb(57, 126, 139) 0%, rgb(36, 34, 106) 100%);
}
.hero.gradient.quink {
  background-color: rgb(0, 79, 139);
  background: linear-gradient(230deg, rgb(0, 79, 139) 0%, rgb(0, 38, 66) 100%);
}
.hero.gradient.neptune {
  background-color: #5c2599;
  background: linear-gradient(-90deg, #8e3e5f 0%, #5c2599 100%);
}
.hero.gradient.blue-gold {
  background-color: #3E5170;
  background: linear-gradient(-90deg, #638967 0%, #3E5170 100%);
}
.hero.gradient.irish-green {
  background: #26674B;
  background: linear-gradient(52deg, #1B5636 0%, #26674B 100%);
}
.hero.gradient.purple-haze {
  background: #104C7B;
  background: linear-gradient(0deg, rgb(16, 76, 123) 0%, rgb(155, 22, 195) 100%);
}
.hero.gradient.matrix > *, .hero.gradient.orb-lh > *, .hero.gradient.bg-image > *, .hero.gradient.orb-rh > * {
  position: relative;
}
.hero.gradient.matrix:before, .hero.gradient.orb-lh:before, .hero.gradient.bg-image:before, .hero.gradient.orb-rh:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hero.gradient.matrix:before {
  background-image: url("../img/matrix-large.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.hero.gradient.orb-lh:before {
  background-image: url("../img/orb-lh.svg");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.hero.gradient.orb-rh:before {
  background-image: url("../img/orb-rh.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.hero.gradient.orb-rh.white:before {
  background-image: url("../img/orb-rh-white.svg");
}
.hero.gradient.irish-green.bg-image:before {
  background-image: url("../img/ie-intro.webp");
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media (min-width: 767px) {
  .hero.gradient.irish-green.bg-image:before {
    background: none;
  }
}
@media (min-width: 990px) {
  .hero.gradient.irish-green.bg-image:before {
    background-image: url("../img/ie-intro.webp");
    background-position: 150% 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}
@media (min-width: 1080px) {
  .hero.gradient.irish-green.bg-image:before {
    background-position: 120% 0;
  }
}
@media (min-width: 1366px) {
  .hero.gradient.irish-green.bg-image:before {
    background-position: right;
  }
}

.whois-protection .hero.hero_singleproduct {
  background-color: rgb(64, 34, 107);
  background: linear-gradient(0deg, rgb(64, 34, 107) 0%, rgb(142, 59, 142) 100%);
}
.whois-protection .hero.hero_singleproduct:before {
  background-image: url("../img/matrix-large.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.hosting-ssl .hero.heroWithProducttable,
.ssl .hero.heroWithProducttable {
  background: rgb(21, 138, 188);
  background: linear-gradient(225deg, rgb(21, 138, 188) 0%, rgb(11, 93, 133) 100%);
}
.hosting-ssl .hero.heroWithProducttable:before,
.ssl .hero.heroWithProducttable:before {
  background-image: url("../img/orb-rh.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.additional-services .hero.hero_default.terms,
.managed-services .hero.hero_default.terms,
.why-choose-a-vps .hero.hero_default.terms {
  background-color: rgb(131, 60, 229);
  background: linear-gradient(229deg, rgb(131, 60, 229) 0%, rgb(88, 81, 209) 100%);
}
.additional-services .hero.hero_default.terms:before,
.managed-services .hero.hero_default.terms:before,
.why-choose-a-vps .hero.hero_default.terms:before {
  background-image: url("../img/orb-rh.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

@media (max-width: 767px) {
  .index .hero.website-builder-sale .testimonials {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .index .hero {
    height: auto !important;
  }
}
/* uup 2366 */
.index .hero .content .wrapper {
  padding-top: 120px;
  padding-bottom: 30px;
}
.index .hero.website-builder-sale .copy-wrapper *, .index .hero.web-hosting-sale .copy-wrapper * {
  color: white;
}
.index .hero.website-builder-sale header, .index .hero.web-hosting-sale header {
  position: relative;
  padding-top: 40px;
}
.index .hero.website-builder-sale header a, .index .hero.web-hosting-sale header a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
  opacity: 0.9;
}
.index .hero.website-builder-sale header a:hover, .index .hero.web-hosting-sale header a:hover {
  opacity: 1;
}
.index .hero.website-builder-sale header a:hover img, .index .hero.web-hosting-sale header a:hover img {
  transform: scale(1.02);
}
.index .hero.website-builder-sale header a:hover h2, .index .hero.website-builder-sale header a:hover h3, .index .hero.web-hosting-sale header a:hover h2, .index .hero.web-hosting-sale header a:hover h3 {
  transform: translateX(3px);
}
.index .hero.website-builder-sale header a:hover .badge, .index .hero.web-hosting-sale header a:hover .badge {
  transform: translateY(-3px);
  box-shadow: 0px 0px 18px #648502;
}
.index .hero.website-builder-sale header .img-wrapper, .index .hero.web-hosting-sale header .img-wrapper {
  flex-basis: 20%;
  margin-right: 25px;
}
@media (max-width: 550px) {
  .index .hero.website-builder-sale header .img-wrapper, .index .hero.web-hosting-sale header .img-wrapper {
    display: none;
  }
}
.index .hero.website-builder-sale header .img-wrapper img, .index .hero.web-hosting-sale header .img-wrapper img {
  width: 100%;
  max-height: 120px;
  transition: all 0.3s;
}
.index .hero.website-builder-sale header .copy-wrapper, .index .hero.web-hosting-sale header .copy-wrapper {
  padding-left: 12px;
}
.index .hero.website-builder-sale header .copy-wrapper h2, .index .hero.website-builder-sale header .copy-wrapper h3, .index .hero.web-hosting-sale header .copy-wrapper h2, .index .hero.web-hosting-sale header .copy-wrapper h3 {
  text-align: left;
}
@media (max-width: 550px) {
  .index .hero.website-builder-sale header .copy-wrapper h2, .index .hero.website-builder-sale header .copy-wrapper h3, .index .hero.web-hosting-sale header .copy-wrapper h2, .index .hero.web-hosting-sale header .copy-wrapper h3 {
    text-align: center;
  }
}
.index .hero.website-builder-sale header .copy-wrapper h2, .index .hero.web-hosting-sale header .copy-wrapper h2 {
  transition: all 0.3s;
  font-size: 2.7em;
  font-weight: 500;
  padding-top: 12px;
  padding-bottom: 15px;
  text-align: left;
  line-height: 1;
}
@media (max-width: 720px) {
  .index .hero.website-builder-sale header .copy-wrapper h2, .index .hero.web-hosting-sale header .copy-wrapper h2 {
    font-size: 2.3em;
  }
}
.index .hero.website-builder-sale header .copy-wrapper h3, .index .hero.web-hosting-sale header .copy-wrapper h3 {
  transition: all 0.3s;
  font-weight: 300;
  text-align: left;
  line-height: 1;
}
@media (max-width: 767px) {
  .index .hero.website-builder-sale header .copy-wrapper h3, .index .hero.web-hosting-sale header .copy-wrapper h3 {
    text-align: center;
  }
}
.index .hero.website-builder-sale header .copy-wrapper h3 strong, .index .hero.web-hosting-sale header .copy-wrapper h3 strong {
  font-weight: 600;
  font-size: 40px;
}
.index .hero.website-builder-sale header .copy-wrapper h3 .oldprice.strikethrough, .index .hero.web-hosting-sale header .copy-wrapper h3 .oldprice.strikethrough {
  font-size: 28px;
}
.index .hero.website-builder-sale header .copy-wrapper .badge, .index .hero.web-hosting-sale header .copy-wrapper .badge {
  position: absolute;
  top: 15px;
  right: 200px;
  background-color: #bcf11d;
  color: black;
  font-size: 16px;
  padding: 16px 13px 14px;
  line-height: 0;
  border-radius: 31px;
  transition: all 0.3s;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .index .hero.website-builder-sale header .copy-wrapper .badge, .index .hero.web-hosting-sale header .copy-wrapper .badge {
    right: 30px;
  }
}
.index .hero.website-builder-sale header .copy-wrapper .badge strong, .index .hero.web-hosting-sale header .copy-wrapper .badge strong {
  font-weight: bold;
  color: black;
}

.hero_testimonial_domainsearch .domainsearch {
  margin-top: 0;
}
.hero_testimonial_domainsearch.hero_testimonial_video_domainsearch {
  height: auto !important;
}

strong.sale-badge {
  position: relative;
  background-color: #B0D631;
  color: black;
  font-size: 16px;
  padding: 4px 6px 0px;
  top: -3px;
  line-height: 0;
  border-radius: 7px;
  box-shadow: -1px 1px 0px #a8da16;
}

.offer .offer-box .img-wrapper {
  position: relative;
}
.offer .offer-box .img-wrapper strong.sale-badge {
  position: absolute;
  top: 20px;
  right: 50%;
  margin-right: -77.5px;
  padding: 15px 11px 12px;
}

/* website-builder index */
.shared-hosting .plancompare_columns_column {
  overflow: visible !important;
}

.email-hosting .sale-badge,
.gdpr-compliance .sale-badge,
.shared-hosting .sale-badge,
.accessibility-solution .sale-badge,
.website-builder .sale-badge {
  position: absolute;
  top: -9px;
  right: 9px;
  background-color: #b0d631;
  color: black;
  font-size: 16px;
  padding: 16px 13px 14px;
  line-height: 0;
  border-radius: 31px;
  transition: all 0.3s;
  font-weight: 500;
  border-bottom: 1px solid #7d9f1b;
}
.email-hosting .strike,
.gdpr-compliance .strike,
.shared-hosting .strike,
.accessibility-solution .strike,
.website-builder .strike {
  font-size: 0.6em;
  position: relative;
  width: auto;
  overflow: hidden;
  color: #666;
}
.email-hosting .strike:before,
.gdpr-compliance .strike:before,
.shared-hosting .strike:before,
.accessibility-solution .strike:before,
.website-builder .strike:before {
  content: " ";
  position: absolute;
  bottom: 61%;
  width: 100%;
  height: 3px;
  background: #b0d631;
  transform: rotate(10deg);
  transform-origin: top left;
}
.email-hosting .strike + span,
.gdpr-compliance .strike + span,
.shared-hosting .strike + span,
.accessibility-solution .strike + span,
.website-builder .strike + span {
  display: block;
}
@media (max-width: 1199px) {
  .email-hosting .price-wrapper,
.gdpr-compliance .price-wrapper,
.shared-hosting .price-wrapper,
.accessibility-solution .price-wrapper,
.website-builder .price-wrapper {
    display: block;
  }
}

.email-hosting .strike + span {
  display: inline-block;
}

sup {
  font-size: 0.5em;
  top: -0.8em;
}

.index.domain-name-registration .hero .content .wrapper,
.index.domain-name-search .hero .content .wrapper,
.index.domain-transfers .hero .content .wrapper,
.index .hero.iedomain .content .wrapper,
.index.domain-pricing .hero .content .wrapper {
  padding-top: 145px;
  padding-bottom: 100px;
}
.index.domain-name-registration .hero .content .wrapper .domainpage-header,
.index.domain-name-search .hero .content .wrapper .domainpage-header,
.index.domain-transfers .hero .content .wrapper .domainpage-header,
.index .hero.iedomain .content .wrapper .domainpage-header,
.index.domain-pricing .hero .content .wrapper .domainpage-header {
  margin-top: 0;
}

.index .hero .content .wrapper .domain-list {
  margin: 0;
}

.hero.domain-page .hero .content {
  padding-bottom: 75px;
}

.index.domain-pricing .hero .wrapper {
  padding-right: 120px;
  padding-left: 120px;
}
.index.domain-pricing .hero .wrapper p {
  text-align: center;
}

.birthday-banner {
  padding: 40px 0 0;
}
.birthday-banner .content {
  max-width: 782px;
  margin: 0 auto;
  padding: 25px 30px;
  border: 2px solid #B0D631;
  background: rgba(0, 0, 0, 0.15);
}
.birthday-banner .content h2 {
  font-size: 28px;
  margin-bottom: 11px;
  padding: 0;
}
@media (min-width: 767px) {
  .birthday-banner .content h2 {
    font-size: 40px;
  }
}
@media (min-width: 990px) {
  .birthday-banner .content h2 {
    font-size: 40px;
  }
}
.birthday-banner .content p {
  font-size: 22px;
  font-weight: 400;
  margin: 0;
}
@media (min-width: 767px) {
  .birthday-banner .content p {
    font-size: 28px;
  }
}
@media (min-width: 990px) {
  .birthday-banner .content p {
    font-size: 28px;
  }
}
.birthday-banner .content p .voucher {
  line-height: 1;
  background: #B0D631;
  display: inline-block;
  color: #000;
  font-weight: 600;
  padding: 6px 10px 4px;
}

.birthday-banner {
  padding: 10px !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #2093EE;
  clear: both;
  font-size: 14px;
}
.birthday-banner.rounded {
  border-radius: 10px;
  margin-top: 20px;
}
.birthday-banner.minus-top {
  transform: translateY(-20px);
}
@media (min-width: 767px) {
  .birthday-banner {
    padding: 10px 14px 17px !important;
  }
}
@media (min-width: 767px) {
  .birthday-banner {
    font-size: 24px;
  }
}
.birthday-banner p {
  margin: 0 10px;
  padding: 0;
  line-height: 1.4;
  color: white;
  text-align: center;
}
@media (min-width: 767px) {
  .birthday-banner p {
    line-height: 1;
    transform: translateY(5px);
  }
}
.birthday-banner img {
  width: 100%;
  height: auto;
  max-width: 25px;
}

/*
    TEMP
    birthday offer
*/
.birthday-offer {
  background: #B0D631;
  text-align: center;
  padding: 10px 0 6px;
  box-shadow: 0 3px 5px rgba(51, 51, 51, 0.4);
}
.birthday-offer p {
  color: black !important;
  margin: 0;
  font-weight: 300;
  font-size: 22px;
}
.birthday-offer p strong {
  font-weight: 600;
}

.dark-green {
  background-color: #1B5548;
}

/* uup 2560 - split home promo */
.index .split-promo {
  padding-top: 40px;
}
.index .split-promo > .domain-search-wrapper + .container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 767px) {
  .index .split-promo > .domain-search-wrapper + .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.index .split-promo .container > h2 {
  padding-top: 20px;
  padding-bottom: 0 !important;
}
@media (min-width: 767px) {
  .index .split-promo .container > h2 {
    padding-top: 40px;
  }
}
.index .split-promo .domain-search-wrapper {
  background-color: #102621;
  padding: 40px 20px;
}
.index .split-promo .domain-search-wrapper .container {
  padding: 0;
}
.index .split-promo .domain-search-wrapper .container > * {
  padding: 0;
}
@media (min-width: 767px) {
  .index .split-promo {
    padding-top: 70px;
  }
}
.index .split-promo .domain-search {
  padding-top: 40px;
}
.index .split-promo.xmas {
  background-color: #1B5548;
  background-image: url("../../../img/chrimbles.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.index .split-promo h1.search-label,
.index .split-promo .search-label {
  text-align: center;
}
@media (min-width: 767px) {
  .index .split-promo h1.search-label,
.index .split-promo .search-label {
    text-align: left;
  }
}
.index .split-promo .split-nested {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index .split-promo .split-nested > .main > a,
.index .split-promo .split-nested > .secondary > a {
  transition: all 0.3s;
  display: block;
}
.index .split-promo .split-nested > .main > a:hover,
.index .split-promo .split-nested > .secondary > a:hover {
  background: rgba(30, 85, 72, 0.06);
  transform: translateX(4px);
}
.index .split-promo .split-nested > .main > a:hover .btn, .index .split-promo .split-nested > .main > a:hover .plancompare_columns_column_button, .index .split-promo .split-nested > .main > a:hover .plancompare_tabs_button,
.index .split-promo .split-nested > .secondary > a:hover .btn,
.index .split-promo .split-nested > .secondary > a:hover .plancompare_columns_column_button,
.index .split-promo .split-nested > .secondary > a:hover .plancompare_tabs_button {
  background-color: #A6C734 !important;
}
.index .split-promo .split-nested > .main > a *,
.index .split-promo .split-nested > .secondary > a * {
  color: #1B5548;
}
@media (min-width: 767px) {
  .index .split-promo .split-nested {
    flex-direction: row;
  }
}
.index .split-promo .split-nested > .main {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.index .split-promo .split-nested > .main > a {
  padding: 45px 10px;
}
.index .split-promo .split-nested > .main > a > * {
  transition: all 0.4s;
}
.index .split-promo .split-nested > .main > a:hover {
  transform: translateY(-4px);
}
@media (min-width: 767px) {
  .index .split-promo .split-nested > .main {
    flex-basis: 45%;
  }
}
.index .split-promo .split-nested > .main img {
  width: auto;
  max-width: 100%;
  max-height: 222px;
  margin-bottom: 10px;
}
.index .split-promo .split-nested > .main h2 {
  margin: 0;
  padding: 0;
  font-size: 36px;
  font-weight: bold;
}
.index .split-promo .split-nested > .main p {
  font-size: 21px;
  font-weight: 500;
}
@media (min-width: 767px) {
  .index .split-promo .split-nested > .main p {
    font-size: 26px;
  }
}
.index .split-promo .split-nested > .main .btn, .index .split-promo .split-nested > .main .plancompare_columns_column_button, .index .split-promo .split-nested > .main .plancompare_tabs_button {
  transition: all 0.3s;
  background: #B0D631;
  color: #353535;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  height: auto;
  text-transform: none;
  padding: 15px 20px 11px;
}
.index .split-promo .split-nested > .secondary {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (min-width: 767px) {
  .index .split-promo .split-nested > .secondary {
    flex-basis: 55%;
  }
}
.index .split-promo .split-nested > .secondary > a {
  background: rgba(30, 85, 72, 0.06);
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 767px) {
  .index .split-promo .split-nested > .secondary > a {
    background: none;
  }
}
@media (min-width: 767px) {
  .index .split-promo .split-nested > .secondary > a {
    flex-direction: row;
  }
}
.index .split-promo .split-nested > .secondary > a .image {
  display: none;
  flex-basis: 30%;
  align-items: center;
  justify-content: center;
}
@media (min-width: 767px) {
  .index .split-promo .split-nested > .secondary > a .image {
    display: flex;
  }
}
.index .split-promo .split-nested > .secondary > a .image img {
  width: 100%;
  max-width: 100%;
  max-height: 108px;
}
.index .split-promo .split-nested > .secondary > a .copy {
  flex-basis: 70%;
  padding: 25px 10px;
}
.index .split-promo .split-nested > .secondary > a .copy * {
  text-align: center;
}
@media (min-width: 767px) {
  .index .split-promo .split-nested > .secondary > a .copy * {
    text-align: left;
  }
}
.index .split-promo .split-nested > .secondary > a .copy h2 {
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: bold;
}
.index .split-promo .split-nested > .secondary > a .copy p {
  font-size: 17px;
  font-weight: 500;
}
@media (min-width: 767px) {
  .index .split-promo .split-nested > .secondary > a .copy p {
    font-size: 22px;
  }
}
.index .split-promo .split-nested > .secondary > a .copy .btn, .index .split-promo .split-nested > .secondary > a .copy .plancompare_columns_column_button, .index .split-promo .split-nested > .secondary > a .copy .plancompare_tabs_button {
  background: #B0D631;
  color: #353535;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  height: auto;
  text-transform: none;
  padding: 15px 20px 11px;
}
.index .split-promo .split-standard {
  padding: 30px 15px 0;
}
@media (min-width: 767px) {
  .index .split-promo .split-standard {
    padding: 0px 15px;
  }
}
.index .split-promo .split-standard .row {
  align-items: center;
  justify-content: center;
}
@media (min-width: 767px) {
  .index .split-promo .split-standard .row {
    align-items: flex-end;
  }
}
@media (min-width: 767px) {
  .index .split-promo .split-standard .copy {
    padding: 30px 0;
  }
}
.index .split-promo .split-standard h2, .index .split-promo .split-standard h3 {
  text-align: center;
}
@media (min-width: 767px) {
  .index .split-promo .split-standard h2, .index .split-promo .split-standard h3 {
    text-align: left;
  }
}
.index .split-promo .split-standard h3 {
  color: white;
  font-size: 28px;
  margin-bottom: 10px;
}
.index .split-promo .split-standard h2 {
  color: #bcf11d;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
  padding: 0;
}
@media (min-width: 767px) {
  .index .split-promo .split-standard h2 {
    font-size: 60px;
  }
}
.index .split-promo .split-standard .check-list {
  margin-bottom: 15px;
  text-align: left;
}
.index .split-promo .split-standard .check-list li {
  color: white;
  font-size: 20px;
  letter-spacing: 0.5px;
  text-align: left;
}
.index .split-promo .split-standard .check-list li:before {
  font-family: "Icons";
  color: #bcf11d;
  content: "\e813";
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  line-height: 21px;
  speak: none;
  text-transform: none;
  margin-right: 8px;
}
.index .split-promo .split-standard .btn, .index .split-promo .split-standard .plancompare_columns_column_button, .index .split-promo .split-standard .plancompare_tabs_button {
  margin-bottom: 25px;
}
.index .split-promo .split-standard img {
  margin-top: auto;
  width: 100%;
  max-width: 474px;
}
.index .split-promo .split {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .index .split-promo .split {
    flex-direction: row;
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .index .split-promo .split {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
.index .split-promo .split > a {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 2%;
  transition: all 0.2s;
}
.index .split-promo .split > a:hover {
  transform: scale(1.05);
}
.index .split-promo .split > a:hover .btn, .index .split-promo .split > a:hover .plancompare_columns_column_button, .index .split-promo .split > a:hover .plancompare_tabs_button {
  background: #ADD32E;
  box-shadow: #092716 0 0 20px;
}
.index .split-promo .split > a:hover .btn.outline, .index .split-promo .split > a:hover .outline.plancompare_columns_column_button, .index .split-promo .split > a:hover .outline.plancompare_tabs_button {
  background: white;
  color: #183A26;
}
@media (min-width: 767px) {
  .index .split-promo .split > a:first-child {
    padding-right: 0;
  }
  .index .split-promo .split > a:last-child {
    padding-left: 0;
  }
}
.index .split-promo .split > a > img {
  max-height: 90px;
}
.index .split-promo .split > a h2 {
  margin: 0;
  padding: 15px 0 0 0;
  font-size: 28px;
  font-weight: 600;
}
@media (min-width: 430px) {
  .index .split-promo .split > a h2 {
    font-size: 32px;
  }
}
@media (min-width: 767px) {
  .index .split-promo .split > a h2 {
    font-size: 36px;
  }
}
.index .split-promo .split > a p {
  font-size: 22px;
  font-weight: normal;
  text-align: center;
}
@media (min-width: 430px) {
  .index .split-promo .split > a p {
    font-size: 24px;
  }
}
@media (min-width: 767px) {
  .index .split-promo .split > a p {
    font-size: 26px;
  }
}
.index .split-promo .split > a .btn, .index .split-promo .split > a .plancompare_columns_column_button, .index .split-promo .split > a .plancompare_tabs_button {
  font-size: 18px;
  display: inline-block;
  background: #B0D631;
  transition: all 0.2s;
  text-transform: none;
  padding: 14px 18px 12px;
  line-height: 1.2;
  color: #000;
}
.index .split-promo .split > a .btn:hover, .index .split-promo .split > a .plancompare_columns_column_button:hover, .index .split-promo .split > a .plancompare_tabs_button:hover {
  background: #ADD32E;
  box-shadow: #092716 0 0 20px;
}
.index .split-promo .split > a .btn.outline, .index .split-promo .split > a .outline.plancompare_columns_column_button, .index .split-promo .split > a .outline.plancompare_tabs_button {
  background: none;
  border: 2px solid white;
  padding-top: 12px;
  color: white;
}
.index .split-promo .split > a .btn.outline:hover, .index .split-promo .split > a .outline.plancompare_columns_column_button:hover, .index .split-promo .split > a .outline.plancompare_tabs_button:hover {
  background: white;
  color: #183A26;
}
.index .split-promo .hero_testimonial_video_domain-list {
  padding-top: 25px;
}

.dark h2,
.dark p,
.dark .btn,
.dark .plancompare_columns_column_button,
.dark .plancompare_tabs_button {
  color: #fff;
}

.beckett-green {
  background: #1B3D28;
  background: linear-gradient(90deg, #2C5C3E 0%, #1B3D28 100%);
}
@media (min-width: 767px) {
  .beckett-green {
    background: url("../../../img/beckett-green.jpg") top no-repeat;
    background-size: cover;
  }
}
.beckett-green .btn, .beckett-green .plancompare_columns_column_button, .beckett-green .plancompare_tabs_button {
  color: black;
}
.beckett-green .btn.outline, .beckett-green .outline.plancompare_columns_column_button, .beckett-green .outline.plancompare_tabs_button {
  color: #fff;
}

.green-gradient {
  background: rgb(34, 63, 46);
  background: linear-gradient(315deg, rgb(34, 63, 46) 0%, rgb(55, 109, 79) 100%);
}

.stripped-extensions {
  margin-top: 10px;
}
@media (min-width: 767px) {
  .stripped-extensions {
    margin-top: 0px;
  }
}
.stripped-extensions ul {
  margin-left: 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 5px;
}
@media (min-width: 767px) {
  .stripped-extensions ul {
    align-items: center;
    padding-top: 39px;
  }
}
.stripped-extensions ul * {
  color: white;
}
.stripped-extensions ul li {
  border: 1px solid #E1FF7E;
  border-radius: 5px;
  text-align: center;
  flex-basis: 20%;
  display: flex;
  flex-direction: column;
  padding: 10px 5px;
}
.stripped-extensions ul li.on-sale {
  border: 1px solid #008674;
}
@media (min-width: 1024px) {
  .stripped-extensions ul li {
    flex-basis: 33%;
  }
}
@media (min-width: 767px) {
  .stripped-extensions ul li {
    align-items: center;
    justify-content: center;
  }
}
.stripped-extensions ul li strong {
  line-height: 1;
  font-size: 21px;
  font-weight: 500;
}
@media (min-width: 767px) {
  .stripped-extensions ul li strong {
    font-size: 30px;
  }
}
.stripped-extensions ul li .price-wrapper {
  font-size: 11px;
  font-weight: 300;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 3px;
  margin-top: auto;
}
@media (min-width: 767px) {
  .stripped-extensions ul li .price-wrapper {
    font-size: 14px;
  }
}
.stripped-extensions ul li .price-wrapper .price {
  margin-top: auto;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
}
.stripped-extensions ul li.sale .strike {
  color: white;
  position: relative;
}
.stripped-extensions ul li.sale .strike:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 1px;
  width: 100%;
  height: 1px;
  background: white;
  transform: rotate(-18deg);
}
.stripped-extensions ul li.sale .price-wrapper .price {
  color: #B0D631;
}
.stripped-extensions ul li.sale .price-wrapper .price sup {
  color: #B0D631;
}
@media (min-width: 767px) {
  .stripped-extensions ul li.sale .price-wrapper .price {
    display: inline-block;
  }
}

.small-screen {
  display: none;
}

.large-screen {
  display: block;
}

@media (max-width: 767px) {
  .large-screen {
    display: none;
  }
  .small-screen {
    display: block;
    width: 100% !important;
  }
}
@media (max-width: 330px) {
  .hero_testimonial_video_domain-list .domain-list li a span {
    font-size: 12px;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .hero_testimonial_video_domain-list .domain-list li {
    display: inline-block;
    width: 33%;
    text-align: center;
  }
  .hero_testimonial_video_domain-list {
    padding-left: 0;
    padding-right: 0;
  }
}
.hero_testimonial_video_domain-list {
  background-color: transparent;
  position: relative;
  color: #FFF;
  padding-top: 45px;
  padding-bottom: 45px;
  margin-top: -1px;
}

.hero_testimonial_video_domain-list .domain-list {
  max-width: 848px;
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width: 767px) {
  .hero_testimonial_video_domain-list .domain-list {
    text-align: center;
  }
}
.hero_testimonial_video_domain-list .domain-list li {
  display: inline-block;
  float: left;
  width: 20%;
  text-align: center;
}

.hero_testimonial_video_domain-list .domain-list li a {
  color: #ffffff;
}

.hero_testimonial_video_domain-list .domain-list li a .img-wrapper {
  height: 65px;
  /*line-height: 65px;*/
  /*margin-bottom: 5px;*/
}

@media (max-width: 767px) {
  .hero_testimonial_video_domain-list .domain-list li a .img-wrapper img {
    max-width: 70px;
  }
}
.hero_testimonial_video_domain-list .domain-list li a span {
  /*display: block;*/
  font-size: 15px;
  font-weight: 500;
}

@media (max-width: 930px) {
  .domain-listitem span {
    font-size: 14px;
  }
}
@media (max-width: 820px) {
  .domain-listitem span {
    font-size: 12px;
  }
  .domain-promo-nov_prices:before {
    left: 47%;
  }
}
.domainpage-domain-list {
  position: relative;
  bottom: auto;
  margin-bottom: 0;
  width: 100%;
  font-size: 28px;
  background-color: #2093EE;
}

.domainpage-domain-list ul.domain-list {
  margin: auto;
  height: 80px;
  padding-top: 0;
  max-width: 1170px;
}

.domain-listitem {
  width: 20%;
  display: inline-block;
  float: left;
  text-align: center;
}

.img-wrapper span {
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .domainpage-domain-list ul.domain-list {
    margin: auto;
    height: 100px;
    padding-top: 0;
    max-width: 1170px;
  }
  .domainpage-comdomainlistitem .domainlistcom {
    margin-top: 40px;
    height: 15px;
  }
  .domainpage-comdomainlistitem .domainpricecom {
    line-height: 40px;
  }
  .domainpage-coukdomainlistitem .domainpricecouk {
    line-height: 40px;
  }
  .domainpage-coukdomainlistitem .domainlistcouk {
    margin-top: 20px;
  }
  .domainpage-iedomainlistitem .domainlistie {
    height: 50px;
    margin-top: 10px;
  }
  .domainpage-iedomainlistitem .domainpriceie {
    height: 50px;
    color: #b0d631;
  }
  .domain-listitem span {
    line-height: 30px;
    font-size: 13px;
    font-weight: 600;
  }
  .domainpage-comdomainlistitem {
    padding-top: 0;
  }
  .domain-listitem {
    width: 33%;
    display: inline-block;
    float: left;
    text-align: center;
  }
  .domain-list .img-wrapper {
    height: 80px !important;
    line-height: 0;
  }
  .large-screen {
    display: none;
  }
  .small-screen {
    display: block;
    width: 100% !important;
  }
  .hero_testimonial_video_domain-list .domain-list li {
    display: inline-block;
    width: 33%;
    text-align: center;
  }
  .domainpage-search {
    border-radius: 0 !important;
    text-align: center !important;
  }
  .domainpage-search button {
    position: relative !important;
    height: 42px !important;
    width: 175px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 20px !important;
    padding-top: 5px !important;
    border-radius: 4px !important;
    margin-top: 10px !important;
  }
  .domainpage-header {
    margin-top: -20px;
  }
  .hero_testimonial_video_domain-list {
    padding-left: 0;
    padding-right: 0;
  }
  .hero_testimonial_domainsearch.hero_testimonial_video_domainsearch {
    height: 300px;
  }
  .domain-promo-nov:before {
    left: 44%;
  }
  .domain-promo-nov_prices {
    font-size: 24px;
    padding: 0 10px 0 10px;
  }
  .domain-promo-nov_prices .fa-star {
    display: none;
  }
  .oldprice {
    display: none;
  }
  .normalprice {
    font-size: 14px;
  }
  .index .hero {
    height: 490px;
  }
  .domainlistcom {
    height: 20px;
    margin-top: 40px;
  }
  .domainlistie {
    height: 75px;
    margin-top: 0;
  }
  .domainlistcouk {
    height: 35px;
    margin-top: 30px;
  }
}
.offer_column {
  height: 80px;
}

.smaller-why-icon {
  height: 50px !important;
  margin-top: 10px !important;
  margin-bottom: 20px !important;
}

.domainpage-header {
  margin-top: 65px;
}

.domainpage-coukdomainlistitem {
  padding-top: 0;
}

.domainpage-comdomainlistitem {
  padding-top: 0;
}

.newprice {
  font-size: 16px;
  position: relative;
  color: #b0d631;
}

.oldprice {
  font-size: 16px;
  position: relative;
}

.domainlistcom {
  height: 20px;
}

.domainpricecom {
  color: #fff;
  font-size: 14px;
}

.domainlistcouk {
  height: 37px;
}

.domainpricecouk {
  color: #fff;
  font-size: 14px;
}

.domainlistie {
  height: 60px;
}

.domainlisteu {
  height: 30px;
}

.domainlistnet {
  height: 28px;
}

.domainlistinfo {
  height: 30px;
  margin-top: 0px;
}

.domainpriceinfo {
  font-size: 14px;
  color: #fff;
  top: 10px;
}

.domainlistbiz {
  height: 40px;
  margin-top: 0px;
}

.domainpricebiz {
  font-size: 14px;
  color: #fff;
  top: 8px;
}

.imgcoukwrapper {
  margin-top: 20px;
}

.domainpage-infodomainlistitem .domainpriceinfo {
  top: unset;
}

.domainpage-bizdomainlistitem .domainpricebiz {
  top: unset;
}

.alt-offer .domainpage-comdomainlistitem .newprice,
.alt-offer .domainpage-coukdomainlistitem .newprice,
.alt-offer .domainpage-infodomainlistitem .newprice,
.alt-offer .domainpage-bizdomainlistitem .newprice,
.alt-offer .domainpage-netdomainlistitem .newprice,
.alt-offer .domainpage-eudomainlistitem .newprice,
.alt-offer .domainpage-iedomainlistitem .newprice {
  display: block;
}

.alt-offer .domainpage-iedomainlistitem img.domainlistie {
  max-height: 35px;
}

.alt-offer .imgcomwrapper,
.alt-offer .imgcoukwrapper,
.alt-offer .imgeuwrapper,
.alt-offer .imgiewrapper {
  margin-top: 5px;
}

.domain-promo-nov {
  background-color: #2093ee;
  padding: 20px;
  color: #FFF;
  font-size: 18px;
  position: relative;
  /*bottom: 10px;*/
  top: 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  z-index: 1;
  margin-bottom: 10px;
}
.domain-promo-nov.has-arrow:before {
  content: "";
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #2093ee;
  border-left-color: #2093ee;
  position: absolute;
  top: -19px;
  margin-top: -1px;
  margin-left: -25px;
  left: 50%;
  z-index: 1;
  transform: rotate(45deg);
}
.domain-promo-nov .domain-promo-nov_prices {
  font-weight: 300;
  max-width: 848px;
  margin: auto;
}
.domain-promo-nov .domain-promo-nov_prices > div {
  display: inline-block;
  position: relative;
  font-size: 30px;
}
.domain-promo-nov .domain-promo-nov_prices .domain-promo-nov_prices_newprice {
  font-weight: 900;
  color: #b0d631;
}
.domain-promo-nov .domain-promo-nov_prices .domain-promo-nov-peryear {
  font-weight: 600;
  font-size: 16px;
}

.offer_tld {
  font-weight: 500;
}

@media (max-width: 767px) {
  .domain-promo-nov_prices {
    font-size: 24px;
    padding: 0 10px 0 10px;
  }
  .domain-promo-nov_prices .fa-star {
    display: none;
  }
}
@media screen and (max-width: 319px) {
  .domain-promo-nov {
    font-size: 14px;
    padding: 12px;
  }
}
@media screen and (orientation: portrait) and (max-height: 555px) {
  .domain-promo-nov {
    position: relative;
    width: 100%;
    top: 5px;
    bottom: auto;
  }
}
@media screen and (min-width: 480px) {
  .domain-promo-nov {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (orientation: landscape) {
  .domain-promo-nov {
    position: relative;
    bottom: auto;
    /*top: 10px;*/
    margin-bottom: 30px;
    width: 100%;
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  .domain-promo-nov {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .domain-promo-nov {
    font-size: 32px;
  }
}
.promo-bar {
  background-color: #B0D631;
  padding: 10px 13px 9px;
  color: #000;
  font-size: 18px;
  position: relative;
  /*bottom: 10px;*/
  top: 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  z-index: 1;
  margin-bottom: 10px;
}
@media (min-width: 767px) {
  .promo-bar {
    padding: 14px 13px 9px;
    font-size: 30px;
  }
}
.promo-bar > .container * {
  display: inline;
  font-size: 12px;
}
@media (min-width: 767px) {
  .promo-bar > .container * {
    font-size: 18px;
    font-size: 30px;
  }
}
.promo-bar > .container sup {
  font-size: 0.5em;
}
.promo-bar > .container p {
  font-weight: 300;
  color: #000;
  letter-spacing: 0.5px;
  line-height: 1;
}
.promo-bar > .container p strong {
  font-weight: 600;
}

.group {
  background: #fbfbfb;
  padding-top: 45px;
  text-align: center;
}
.group .semi-bold {
  font-weight: 600;
}
.group .header1, .group .header3, .group .dada {
  color: #193862;
}
.group .header1 span, .group .header3 span, .group .dada span {
  color: #17ace3;
  font-weight: 700;
}
.group .container {
  padding-top: 30px;
}
.group .grid-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 45px;
}
@media (min-width: 990px) {
  .group .grid-items {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 30px;
  }
}
.group .grid-items div {
  background: #fff;
  box-shadow: 0 0.125em 0.5rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  padding: 20px 30px;
  transition: all 0.2s ease;
}
.group .grid-items div img {
  height: 60px;
  width: auto;
  transition: all 0.2s ease;
}
.group .grid-items div:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07), 0 15px 35px rgba(0, 0, 0, 0.07);
}
.group .grid-items div:hover img {
  transform: scale(1.2);
}
.group .btn.lrg, .group .lrg.plancompare_columns_column_button, .group .lrg.plancompare_tabs_button {
  border: 1px solid #193862;
  background: #193862;
  color: #fff !important;
  transition: background 0.35s;
}
.group .btn.lrg:hover, .group .lrg.plancompare_columns_column_button:hover, .group .lrg.plancompare_tabs_button:hover {
  text-decoration: none;
  background: #142c4e;
  color: #fff !important;
}
.group .header3 {
  margin-bottom: 0;
  font-size: 20px;
}
@media (min-width: 767px) {
  .group .header3 {
    margin: 0;
  }
}
.group .logo {
  height: 17px;
  width: auto;
  margin: 0 0 -2px 3px;
  display: inline-block;
}
.group .dada {
  margin-bottom: 25px;
  font-size: 20px;
}
.group .dada img {
  margin-top: -7px;
}
.group .txt-small {
  font-size: 18px;
}

@keyframes slideInFromBottom {
  0% {
    transform: translateY(100%);
    opacity: 0.5;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInFromBottomReverse {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    opacity: 0.5;
  }
}
#cookie-popup {
  animation: 0.5s ease-out 0s 1 slideInFromBottom;
  position: fixed;
  bottom: 0;
  left: 0;
  vertical-align: middle;
  z-index: 1001;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  padding: 20px 15px;
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.2);
  text-align: left;
  z-index: 300;
}

@media only screen and (min-width: 768px) {
  #cookie-popup {
    padding: 30px 0px;
  }
}
#cookie-popup.off {
  animation: 0.25s ease-out 0s 1 forwards slideInFromBottomReverse;
}

#cookie-popup .step1,
#cookie-popup .step2 {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  #cookie-popup .step1,
#cookie-popup .step2 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    justify-content: center;
    align-items: center;
    text-align: left;
  }
  #cookie-popup .step1 div:last-child,
#cookie-popup .step2 div:last-child {
    text-align: right;
  }
}
#cookie-popup p.title {
  border-bottom: 1px solid #ebebeb;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  padding: 0 0 7px 0;
}

#cookie-popup p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 15px;
  line-height: 1.4em;
}

@media only screen and (min-width: 768px) {
  #cookie-popup p {
    font-size: 16px;
  }
}
#cookie-popup a {
  color: #0573CB;
  font-weight: normal;
  text-decoration: underline;
}
#cookie-popup a:hover {
  text-decoration: none;
}

#cookie-popup ul li {
  display: inline-block;
  margin: 0 5px;
}

#cookie-popup .btn, #cookie-popup .plancompare_columns_column_button, #cookie-popup .plancompare_tabs_button {
  background: #0573CB !important;
  border-radius: 4px;
  border: 2px solid #0573CB;
  color: #fff !important;
  display: inline-block;
  font-family: "Open Sans", helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  max-width: initial;
  overflow: hidden;
  padding: 10px 20px;
  text-align: center;
  width: 100%;
  cursor: pointer;
}
#cookie-popup .btn:hover, #cookie-popup .plancompare_columns_column_button:hover, #cookie-popup .plancompare_tabs_button:hover {
  background: #045fa8 !important;
  border: 2px solid #045fa8;
}

@media only screen and (min-width: 768px) {
  #cookie-popup .btn, #cookie-popup .plancompare_columns_column_button, #cookie-popup .plancompare_tabs_button {
    padding: 10px 20px;
  }
}
#cookie-popup .btn-outline {
  background: #fff !important;
  border: 2px solid #0573CB;
  color: #0573CB !important;
}
#cookie-popup .btn-outline:hover {
  border: 2px solid #045fa8;
  color: white !important;
}

#cookie-popup .hidden {
  display: none !important;
  visibility: hidden;
}

.covid19_banner {
  position: absolute;
  float: left;
  z-index: 200;
  top: 90px;
  width: 100%;
  background-color: rgba(26, 40, 51, 0.4);
}

@media (max-width: 767px) {
  .covid19_banner {
    top: 60px;
  }
}
/*# sourceMappingURL=style.css.map */
