.swal2-label {
  padding-left: 0.2em;
}

.slogans {
  padding: 48px 15px;
}

.slogans > .rw {
  align-items: center;
  padding: 48px 0;
}

.slogans .text h2,
.slogans .text h3,
.slogans .text h4,
.slogans .text h5 {
  font-size: 32px;
  color: #00104b;
  font-weight: 600;
}

.slogans .text h2 strong,
.slogans .text h3 strong,
.slogans .text h4 strong,
.slogans .text h5 strong {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400 !important;
  color: #00b57f;
  padding-bottom: 4px;
}

.slogans .text > p {
  padding-top: 16px;
  font-size: 16px;
  line-height: 2;
  max-width: 1024px;
  margin: 0 auto;
}

.slogans .text ul li {
  padding-top: 32px;
  line-height: 24px;
}

.slogans .text ul li i {
  display: block;
  font-size: 32px;
  background: linear-gradient(255.4deg, #7ce497 1.6%, #00bed1 98.62%);
  -webkit-background-clip: text;
  line-height: 1;
  -webkit-text-fill-color: transparent;
}

.slogans .text ul li strong {
  display: block;
  padding: 16px 0;
  font-size: 20px;
  line-height: 24px;
  color: #00104b;
  font-weight: 400 !important;
}

.slogans .text > .obtn {
  margin-top: 40px;
}

.slogans .img img {
  margin: 0 auto;
  display: block;
}

.faq {
  padding: 120px 0 96px;
  border-top: 1px solid rgba(102, 112, 147, 0.2);
}

.faq h5 {
  text-align: center !important;
  font-size: 32px;
  color: #00104b;
  font-weight: 500;
}

.faq p {
  font-size: 18px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center !important;
  padding: 8px 0 36px;
}

.faq > div {
  max-width: 901px;
}

.faq > div ul li {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  border: 1px #e9e9e9 solid;
}

.faq > div ul li > strong {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 1.33;
  font-weight: 400;
  padding: 24px 72px 24px 24px;
  cursor: pointer;
}

.faq > div ul li > strong i {
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 0;
  width: 72px;
  font-size: 24px;
  text-align: center !important;
}

.faq > div ul li div {
  display: none;
  padding: 0 24px 24px;
  font-size: 14px;
  line-height: 24px;
}

.faq > div ul li div.open {
  display: block;
}

.faq > div ul li.active {
  background: rgba(102, 112, 147, 0.05);
}

.faq > div ul li.active > strong {
  color: #00104b;
}

.faq > div ul li:last-child {
  border-bottom: none;
}

.seperatorContent {
  text-align: center !important;
  padding-top: 80px;
}

.seperatorContent > div > i {
  display: block;
  font-size: 40px;
  color: #00104b;
}

.seperatorContent > div h2,
.seperatorContent > div h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.44;
  padding: 16px 0;
}

.seperatorContent > div h2 strong,
.seperatorContent > div h3 strong {
  display: block;
  color: #00104b;
  font-weight: 500;
}

.seperatorContent > div p {
  font-size: 18px;
  max-width: 1030px;
  margin: 0 auto;
  padding-bottom: 32px;
}

.seperatorContent.bg {
  padding: 120px 0;
  margin-top: 120px;
  background: #f9fbff;
  border-top: 1px solid rgba(102, 112, 147, 0.2);
  border-bottom: 1px solid rgba(102, 112, 147, 0.2);
}

.seperatorContent.bg > div h3 {
  padding-top: 0;
}

.domainItem {
  position: relative;
}

.domainItem > strong {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  display: block;
  text-align: center !important;
  font-size: 12px;
  padding: 5px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.08em;
  background: linear-gradient(255.4deg, #7ce497 1.6%, #00bed1 98.62%);
  border-radius: 4px 4px 0 0;
}

.domainItem > strong + a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.domainItem a {
  position: relative;
  display: block;
  border: 1px solid rgba(102, 112, 147, 0.2);
  border-radius: 4px;
  padding: 16px;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.domainItem a > span {
  display: block;
  position: relative;
  padding-right: 56px;
}

.domainItem a > span > span {
  display: block;
  background: #fff;
  border-radius: 4px;
  width: 80px;
  padding: 0 8px;
}

.domainItem a > span > span img {
  margin: 0 auto;
  height: 40px;
  max-width: 100%;
  object-fit: contain;
  display: block;
}

.domainItem a > span > strong {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 40px;
  width: 40px;
  display: block;
  text-align: center !important;
  font-weight: 600;
  font-size: 12px;
  color: #00b57f;
  border-radius: 4px;
  background: rgba(0, 181, 127, 0.1);
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.domainItem a > b {
  position: relative;
  display: block;
  padding-top: 16px;
  margin-top: 16px;
  padding-right: 20px;
  border-top: 1px solid rgba(102, 112, 147, 0.2);
}

.domainItem a > b > span {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #667093;
  font-weight: 500;
  padding-bottom: 4px;
}

.domainItem a > b > span em {
  font-style: normal;
  text-decoration: line-through;
}

.domainItem a > b strong {
  font-size: 18px;
  font-weight: 600;
  color: #081131;
  line-height: 20px;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.domainItem a > b i {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 24px;
  color: #081131;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.domainItem a:hover {
  background: #fff;
  border-color: #fff;
  box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
}

.domainItem a:hover > span strong {
  color: #fff;
  background: #00b57f;
}

.domainItem a:hover b i,
.domainItem a:hover b strong {
  color: #00b57f;
}

.domain {
  /* background:#f9fbff; */
  /* padding:120px 0; */
  /* border-top:1px solid rgba(102,112,147,.2); */
  /* border-bottom:1px solid rgba(102,112,147,.2); */
}

.domain .container > div {
  text-align: center !important;
  max-width: 820px;
  margin: 0 auto;
}

.domain .container > div p {
  font-size: 18px;
  line-height: 32px;
  padding: 16px 0 32px;
}

.domain .container > div form {
  position: relative;
  background: #fff;
  box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
}

.domain .container > div form i {
  position: absolute;
  left: 28px;
  top: 50%;
  line-height: 0;
  font-size: 24px;
}

.domain .container > div form input {
  position: relative;
  z-index: 3;
  background: 0 0;
  border: none;
  padding: 28px 174px 28px 68px;
  width: 100%;
  font-size: 18px;
  border: 1px #e5e4e4 solid;
  line-height: 24px;
  color: #081131;
}

.domain .container > div form input::-webkit-input-placeholder {
  color: #667093;
}

.domain .container > div form input:-ms-input-placeholder {
  color: #667093;
}

.domain .container > div form input::placeholder {
  color: #667093;
}

.domain .container > div form button {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 14px 16px;
}

.domain .container > div form button span span {
  padding-right: 0;
}

.domain .container > ul {
  font-size: 0;
  text-align: center !important;
  padding-top: 30px;
}

.domain .container > ul li {
  position: relative;
  display: inline-block;
  padding: 10px 0;
}

.domain .container > ul li a {
  display: block;
  position: relative;
  font-size: 16px;
  padding: 0 40px 0 68px;
}

.domain .container > ul li a i {
  position: absolute;
  left: 40px;
  top: 50%;
  line-height: 0;
  font-size: 24px;
}

.domain .container > ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 1px;
  height: 20px;
  opacity: 0.2;
  margin-top: -10px;
  background: #667093;
}

.domain .container > ul li:first-child:before {
  display: none;
}

.domain .container > ol {
  padding-top: 30px;
}

.domain .container > ol li {
  padding: 30px 15px 0;
}

.domain .container > section {
  padding-top: 50px;
}

.domain .container > section .item {
  padding-top: 28px;
}

.domain .container > section .owl-nav {
  text-align: center !important;
  padding-top: 32px;
  margin-bottom: -24px;
}

.domain .container > section .owl-nav button {
  background: #fff;
  box-shadow: 0 10px 48px rgba(0, 0, 0, 0.08);
  border-color: #fff !important;
}

.packageFeatures {
  padding-top: 90px;
}

.packageFeatures .seperatorContent {
  padding-top: 0;
  padding-bottom: 10px;
}

.packageFeatures ul li {
  padding-top: 30px;
}

.packageFeatures ul li > div {
  position: relative;
  padding: 0 20px 24px;
  text-align: center !important;
  height: 100%;
}

.packageFeatures ul li > div strong {
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #00104b;
  font-weight: 400 !important;
}

.packageFeatures ul li > div p {
  font-size: 14px;
  line-height: 24px;
  padding-top: 8px;
}

.packageFeatures ul li > div:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 80px;
  right: 0;
  bottom: 0;
  background: #f9fbff;
  border-radius: 12px;
}

.packageFeatures > div > .b {
  padding-top: 40px;
  text-align: center !important;
}

.checkbox {
  margin: 0;
}

.checkbox label {
  position: relative;
  font-size: 14px;
  padding-left: 32px;
  line-height: 24px;
}

.checkbox label i {
  position: absolute;
  left: 0;
  width: 24px;
  text-align: center !important;
  border: 1px solid rgba(102, 112, 147, 0.2);
  font-size: 22px;
  color: #fff;
}

.checkbox label i:before {
  position: relative;
  z-index: 2;
  opacity: 0;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.checkbox label i:after {
  position: absolute;
  content: "";
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  background: linear-gradient(255.4deg, #7ce497 1.6%, #00bed1 98.62%);
  opacity: 0;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.checkbox input {
  display: none;
}

.checkbox input:checked + label i:after,
.checkbox input:checked + label i:before {
  opacity: 1;
}

.rangeInput > div {
  background: rgba(102, 112, 147, 0.2);
  border: none !important;
  height: 4px;
  margin: 6px 0;
}

.rangeInput > div > div {
  background: linear-gradient(
    255.4deg,
    #7ce497 1.6%,
    #00bed1 98.62%
  ) !important;
}

.rangeInput > div > span {
  display: block;
  top: -6px !important;
  width: 16px !important;
  height: 16px !important;
  border-radius: 100% !important;
  border: 3px solid #fff !important;
  background: linear-gradient(
    255.4deg,
    #7ce497 1.6%,
    #00bed1 98.62%
  ) !important;
}

.rangeInput ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin: 0 -8.3333%;
}

.rangeInput ul > * {
  padding: 0 15px;
}

.rangeInput ul li {
  flex: 1 0 0;
  padding: 0;
  text-align: center !important;
  font-size: 14px;
  font-weight: 500;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.rangeInput ul li.active {
  color: #00104b;
}

.preference {
  background: #f9fbff;
  padding-top: 80px;
  border-bottom: 1px solid #dcdfe9;
}

.preference .container > div {
  max-width: 600px;
  margin: 0 auto;
  text-align: center !important;
}

.preference .container > div p {
  font-size: 18px;
  line-height: 32px;
  padding: 16px 0 40px;
}

.preference .container ul {
  display: table;
  table-layout: fixed;
  margin-bottom: -1px;
  width: 100%;
}

.preference .container ul li {
  position: relative;
  display: table-cell;
  font-size: 16px;
  border-left: 1px solid #dcdfe9;
  border-bottom: 1px solid #dcdfe9;
  padding: 0 10px 80px;
  text-align: center !important;
}

.preference .container ul li p {
  display: inline-block;
  text-align: left !important;
  position: relative;
  padding-left: 88px;
}

.preference .container ul li p strong {
  display: block;
  font-size: 32px;
  line-height: 40px;
  padding-bottom: 5px;
  color: #081131;
}

.preference .container ul li p i {
  position: absolute;
  left: 0;
  top: 4px;
  width: 64px;
  display: block;
  line-height: 64px;
  background: #fff;
  box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
  text-align: center !important;
  font-size: 32px;
  color: #00b57f;
}

.preference .container ul li:first-child {
  border-left: none;
}

.select2-container {
  position: absolute;
  background: #fff;
  box-shadow: 0 10px 48px rgba(0, 0, 0, 0.08);
}

.select2-container .select2-dropdown {
  border: 1px solid rgba(102, 112, 147, 0.2);
  border-radius: 8px;
  margin-top: 5px;
}

.select2-container .select2-dropdown .select2-search {
  padding: 5px 4px;
}

.select2-container .select2-dropdown .select2-search input {
  border: 1px solid rgba(102, 112, 147, 0.2);
  border-radius: 8px;
  position: relative;
  z-index: 2;
  appearance: none;
  width: 100%;
  font-size: 16px;
  padding: 5px 16px;
}

.select2-container .select2-dropdown ul li {
  padding: 6px 20px;
}

.form-groups {
  margin-bottom: 0;
  padding-bottom: 16px;
}

.form-groups > label {
  font-size: 14px;
  padding-bottom: 5px;
  font-weight: 500;
}

.form-groups > div {
  position: relative;
  background: #fff;
  border: 1px solid rgba(102, 112, 147, 0.2);
  border-radius: 8px;
}

.form-groups > div input,
.form-groups > div select,
.form-groups > div textarea {
  position: relative;
  z-index: 2;
  appearance: none;
  width: 100%;
  border: none;
  background: 0 0;
  font-size: 16px;
  padding: 11px 16px;
}

.form-groups > div textarea {
  resize: vertical;
}

.form-groups > div i {
  position: absolute;
  top: 12px;
  line-height: 1;
  right: 24px;
  font-size: 24px;
}

.form-groups > div i + input,
.form-groups > div i + select,
.form-groups > div i + textarea {
  padding-right: 60px;
}

.form-groups .select2-hidden-accessible {
  display: none;
}

.form-groups .select2-container {
  position: unset !important;
  width: 100% !important;
  border: none;
  box-shadow: none;
  display: block;
}

.form-groups .select2-container .select2-selection {
  position: relative;
  height: auto !important;
  border: none;
}

.form-groups
  .select2-container
  .select2-selection
  .select2-selection__rendered {
  display: block;
  width: 100% !important;
  background: #fff;
  border: 1px solid rgba(102, 112, 147, 0.2);
  border-radius: 8px;
  font-size: 16px;
  padding: 9px 60px 9px 16px;
}

.form-groups .select2-container .select2-selection .select2-selection__arrow {
  right: 24px;
  height: 46px;
}

.form-groups
  .select2-container
  .select2-selection
  .select2-selection__arrow:before {
  content: "\ea4e";
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 46px;
}

.form-groups .select2-container .select2-selection .select2-selection__arrow b {
  display: none;
}

#mmenu {
  z-index: 10;
}

#mmenu .subBox {
  padding: 12px 12px 0;
}

#mmenu .subBox a {
  display: block;
  position: relative;
  background: #f7f9fd;
  border-radius: 8px;
  padding: 12px 12px 12px 80px;
  font-size: 12px;
  line-height: 16px !important;
  white-space: normal;
  min-height: 80px;
}

#mmenu .subBox a i {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 56px;
  line-height: 56px;
  text-align: center !important;
  background: #fff;
  font-size: 32px;
  color: #667093;
  box-shadow: 0 10px 64px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  overflow: hidden;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#mmenu .subBox a i:before {
  position: relative;
  z-index: 1;
}

#mmenu .subBox a i:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(255.4deg, #7ce497 1.6%, #00bed1 98.62%);
  opacity: 0;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#mmenu .subBox a strong {
  display: block;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  padding-bottom: 8px;
  color: #00104b;
}

#mmenu .subBox a:hover i {
  color: #fff;
}

#mmenu .subBox a:hover i:after {
  opacity: 1;
}

#mmenu .subBox:after {
  display: none;
}

body {
  position: relative;
  padding-top: 119px;
  font-family: "Euclid Circular B";
  font-size: 14px;
  background: #fff;
  color: #667093;
  padding-right: 0 !important;
  line-height: 1.5;
  overflow: auto !important;
  overflow-x: hidden !important;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

body * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: 0 !important;
  font-family: "Euclid Circular B";
}

body.no-scroll {
  overflow: hidden;
}

body:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(255.4deg, #7ce497 1.6%, #00bed1 98.62%);
}

#header {
  position: absolute;
  left: 0;
  top: 6px;
  width: 100%;
  z-index: 7;
  background: #fff;
  box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
}

#header .top .left ul {
  font-size: 0;
}

#header .top .left ul li {
  display: inline-block;
  font-size: 14px;
  border-right: 1px solid rgba(102, 112, 147, 0.2);
  vertical-align: middle;
  line-height: 20px;
}

#header .top .left ul li > * {
  position: relative;
  display: block;
  padding: 10px 24px 10px 48px;
}

#header .top .left ul li a i {
  position: absolute;
  left: 24px;
  font-size: 18px;
}

#header .top .left ul li strong {
  padding: 10px 48px 10px 24px;
  cursor: pointer;
  font-weight: 400 !important;
  display: none;
}

#header .top .left ul li strong b {
  color: #00b57f;
  font-weight: 600;
}

#header .top .left ul li strong i {
  position: absolute;
  right: 24px;
  font-size: 18px;
}

#header .top .left ul li strong.active {
  display: block;
}

#header .top .left ul li:first-child > * {
  padding-left: 24px;
}

#header .top .left ul li:first-child > * i {
  left: 0;
}

#header .top .right ul {
  font-size: 0;
  display: inline-block;
  text-align: left !important;
  border-left: 1px solid rgba(102, 112, 147, 0.2);
}

#header .top .right ul li {
  display: inline-block;
  text-align: left !important;
  vertical-align: middle;
}

#header .top .right ul li > * {
  display: block;
  position: relative;
  font-size: 14px;
  color: #6670ae;
  cursor: pointer;
  line-height: 20px;
  padding: 10px 20px 10px 44px;
}

#header .top .right ul li > * i,
#header .top .right ul li > * img {
  position: absolute;
  left: 20px;
  font-size: 18px;
  top: 50%;
  line-height: 0;
}

#header .top .right ul li > * img {
  margin-top: -8px;
  width: 16px;
}

#header .top .right ul li strong {
  padding-right: 44px;
  font-weight: 400 !important;
}

#header .top .right ul li strong i {
  left: auto;
  right: 20px;
}

#header .top .right ul li:last-child > * {
  padding-right: 0;
}

#header .bottom {
  position: relative;
  background: #fff;
  z-index: 7;
  border-top: 1px solid rgba(102, 112, 147, 0.2);
}

#header .bottom > .container {
  position: relative;
  padding: 0 175px 0 195px;
}

#header .bottom > .container > ul {
  font-size: 0;
  text-align: right !important;
}

#header .bottom > .container > ul > li {
  display: inline-block;
  vertical-align: top;
}

#header .bottom > .container > ul > li > a {
  position: relative;
  display: block;
  color: #081131;
  line-height: 24px;
  padding: 24px 20px;
}

#header .bottom > .container > ul > li > a span {
  font-size: 15px;
  vertical-align: middle;
  display: inline-block;
}

#header .bottom > .container > ul > li > a i {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  padding-left: 4px;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#header .bottom > .container > ul > li > a:before {
  position: absolute;
  content: "";
  z-index: 8;
  left: 0;
  bottom: -1px;
  right: 0;
  height: 1px;
  background: linear-gradient(255.4deg, #7ce497 1.6%, #00bed1 98.62%);
  opacity: 0;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#header .bottom > .container > ul > li > div {
  position: absolute;
  z-index: 6;
  width: 100vw;
  background: #fff;
  left: 50%;
  margin-left: -50vw;
  top: 100%;
  font-size: 14px;
  box-shadow: 0 64px 64px rgba(0, 0, 0, 0.24);
  border-top: 1px solid rgba(102, 112, 147, 0.2);
  display: none;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#header .bottom > .container > ul > li > div > div {
  text-align: left !important;
  padding: 30px 14px;
  overflow: hidden;
}

#header .bottom > .container > ul > li > div > div > div > div {
  padding: 15px;
  border-left: 1px solid rgba(102, 112, 147, 0.2);
}

#header .bottom > .container > ul > li > div > div > div > div > strong {
  display: block;
  font-weight: 500;
  color: #667093;
}

#header .bottom > .container > ul > li > div > div > div > div ul li {
  padding-top: 12px;
}

#header .bottom > .container > ul > li > div > div > div > div ul li a {
  display: block;
  position: relative;
  background: #f7f9fd;
  border-radius: 8px;
  padding: 12px 12px 12px 80px;
  font-size: 12px;
  line-height: 16px;
  min-height: 80px;
}

#header .bottom > .container > ul > li > div > div > div > div ul li a i {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 56px;
  line-height: 56px;
  text-align: center !important;
  background: #fff;
  font-size: 32px;
  color: #667093;
  box-shadow: 0 10px 64px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  overflow: hidden;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#header
  .bottom
  > .container
  > ul
  > li
  > div
  > div
  > div
  > div
  ul
  li
  a
  i:before {
  position: relative;
  z-index: 1;
}

#header .bottom > .container > ul > li > div > div > div > div ul li a i:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(255.4deg, #7ce497 1.6%, #00bed1 98.62%);
  opacity: 0;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#header .bottom > .container > ul > li > div > div > div > div ul li a strong {
  display: block;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  padding-bottom: 8px;
  color: #00104b;
}

#header .bottom > .container > ul > li > div > div > div > div ul li a:hover {
  background: #fff;
  box-shadow: 0 0 8px rgb(0 0 0 / 23%);
}

#header .bottom > .container > ul > li > div > div > div > div ul li a:hover i {
  color: #fff;
}

#header
  .bottom
  > .container
  > ul
  > li
  > div
  > div
  > div
  > div
  ul
  li
  a:hover
  i:after {
  opacity: 1;
}

#header .bottom > .container > ul > li > div > div > div > div ol {
  padding-top: 4px;
}

#header .bottom > .container > ul > li > div > div > div > div ol li {
  padding-top: 12px;
}

#header .bottom > .container > ul > li > div > div > div > div ol li a {
  position: relative;
  color: #00104b;
  font-size: 15px;
  font-weight: 400;
  padding-left: 24px;
}

#header .bottom > .container > ul > li > div > div > div > div ol li a i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  color: #00b57f;
}

#header .bottom > .container > ul > li:hover > a i {
  color: #00b57f;
  transform: rotateX(180deg);
}

#header .bottom > .container > ul > li:hover > a:before {
  opacity: 1;
}

#header .bottom > .container > ul > li:hover > div {
  display: block;
}

#header .bottom > .container > div {
  position: absolute;
  right: 15px;
  top: 0;
  border-left: 1px solid rgba(102, 112, 147, 0.2);
}

#header .bottom > .container > div > a {
  color: #081131;
  font-size: 15px;
  text-align: right !important;
  display: block;
  line-height: 72px;
  min-width: 140px;
}

#header .bottom > .container > div > a > span {
  position: relative;
  display: inline-block;
  padding: 0 32px 0 28px;
}

#header .bottom > .container > div > a > span i {
  position: absolute;
  left: 0;
  top: 50%;
  line-height: 0;
  font-size: 20px;
}

#header .bottom > .container > div > a > span b {
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 24px;
  width: 24px;
  text-align: center !important;
  margin-top: -12px;
  background: #00b57f;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
}

#header .bottom > .container .menu {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 48px;
  border-radius: 4px;
  background: #081131;
  color: #fff;
  text-align: center !important;
  font-size: 24px;
  margin-top: -24px;
  display: none;
}

#header .bottom > .container .menu i {
  display: block;
  line-height: 48px;
}

#header .bottom .logo {
  position: absolute;
  left: 15px;
  top: 0;
  display: block;
  padding: 18px 0;
}

#header .bottom .logo img {
  min-height: 36px;
}

#header.fix {
  position: fixed;
  top: -41px;
}

#home .slider {
  overflow: hidden;
}

#home .slider .owl-carousel {
  background: url(../images/home-slider.png) no-repeat center/cover;
}

#home .slider .dot {
  border-top: 1px solid rgba(102, 112, 147, 0.2);
  border-bottom: 1px solid rgba(102, 112, 147, 0.2);
}

#home .slider .dot .container {
  padding: 0;
  overflow: auto;
}

#home .slider .dot .container ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}

#home .slider .dot .container ul li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid rgba(102, 112, 147, 0.2);
  text-align: center !important;
  cursor: pointer;
  padding: 28px 14px;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#home .slider .dot .container ul li > * {
  position: relative;
  padding-left: 32px;
  font-size: 16px;
  z-index: 3;
  font-weight: 400 !important;
  display: inline-block;
  text-align: left !important;
}

#home .slider .dot .container ul li > * i {
  position: absolute;
  left: 0;
  top: 50%;
  line-height: 0;
  font-size: 24px;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#home .slider .dot .container ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(255.4deg, #7ce497 1.6%, #00bed1 98.62%);
  opacity: 0;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#home .slider .dot .container ul li:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 4px;
  bottom: 0;
  background: linear-gradient(255.4deg, #7ce497 1.6%, #00bed1 98.62%);
  opacity: 0;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#home .slider .dot .container ul li.active {
  color: #081131;
}

#home .slider .dot .container ul li.active i {
  color: #20cf86;
}

#home .slider .dot .container ul li.active:before {
  opacity: 0.08;
}

#home .slider .dot .container ul li.active:after {
  opacity: 1;
}

#home .slider .dot .container ul li:first-child {
  border-left: none;
}

#home .campaign {
  overflow: hidden;
}

#home .campaign .b {
  position: relative;
}

#home .campaign .b ul li {
  position: relative;
  padding: 80px 15px;
  text-align: center !important;
}

#home .campaign .b ul li div {
  max-width: 520px;
  margin: 0 auto;
}

#home .campaign .b ul li:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100vw;
  height: 1px;
  margin-left: -50vw;
  background: rgba(102, 112, 147, 0.2);
}

#home .campaign .b ul li strong {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #081131;
}

#home .campaign .b ul li span {
  display: block;
  font-size: 16px;
  line-height: 28px;
  padding-top: 10px;
}

#home .campaign .b ul li:nth-child(odd):before {
  display: none;
}

#home .campaign .b:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  height: 100%;
  width: 1px;
  background: rgba(102, 112, 147, 0.2);
}

#home .success {
  text-align: center !important;
  max-width: 740px;
  padding: 80px 15px;
}

#home .success p {
  font-size: 18px;
  line-height: 32px;
  padding: 16px 0 32px;
}

#home .package {
  background: #f9fbff;
  border-bottom: 1px solid #dcdfe9;
  text-align: center !important;
  padding-top: 120px;
}

#home .package > div p {
  font-size: 18px;
  line-height: 32px;
  padding: 16px 0 40px;
}

#home .package ul {
  margin: 0;
  background: #fff;
  border-radius: 8px;
  margin-bottom: -218px;
  border: 1px solid rgba(102, 112, 147, 0.2);
}

#home .package ul > li {
  padding: 24px;
  border-left: 1px solid rgba(102, 112, 147, 0.2);
}

#home .package ul > li h5 {
  font-size: 20px;
  line-height: 25px;
  padding: 12px 0;
  font-weight: 500;
  color: #00104b;
}

#home .package ul > li > strong {
  display: block;
  font-size: 16px;
  font-weight: 400 !important;
}

#home .package ul > li > b {
  display: block;
  padding: 24px 0;
  line-height: 1;
}

#home .package ul > li > b > span {
  display: block;
  font-size: 16px;
  font-weight: 400 !important;
}

#home .package ul > li > b > span em {
  font-style: normal;
  text-decoration: line-through;
}

#home .package ul > li > b strong {
  font-size: 44px;
  padding-top: 16px;
  color: #081131;
}

#home .package ul > li > b strong b {
  display: inline-block;
  vertical-align: middle;
}

#home .package ul > li > b strong span {
  font-size: 20px;
  line-height: 16px;
  vertical-align: middle;
  text-align: left !important;
  display: inline-block;
}

#home .package ul > li > b strong span span {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #6978a0;
  padding-top: 6px;
}

#home .package ul > li .btn-outline {
  width: 100%;
}

#home .package ul > li ol {
  margin-top: 24px;
  text-align: left !important;
  padding-top: 12px;
  border-top: 1px solid rgba(102, 112, 147, 0.2);
}

#home .package ul > li ol li {
  font-size: 16px;
  line-height: 24px;
  color: #081131;
  margin-top: 12px;
  padding-left: 36px;
  position: relative;
}

#home .package ul > li ol li i {
  position: absolute;
  left: 0;
  top: 50%;
  line-height: 0;
  font-size: 24px;
}

#home .package ul > li:first-child {
  border-left: none;
}

#home .customer {
  padding: 336px 15px 120px;
  text-align: center !important;
}

#home .customer > p {
  font-size: 18px;
  line-height: 32px;
  padding: 16px 15px 48px;
  max-width: 885px;
  margin: 0 auto;
}

#home .customer > strong {
  display: block;
  color: #00b57f;
  font-weight: 600;
}

#home .customer .owl-carousel {
  margin-top: 32px;
}

#home .customer .item > div {
  position: relative;
  border: 1px solid rgba(102, 112, 147, 0.2);
  padding: 24px 24px 32px;
  border-radius: 4px;
  overflow: hidden;
  text-align: left !important;
}

#home .customer .item > div p {
  font-size: 16px;
  line-height: 28px;
}

#home .customer .item > div > div {
  border-top: 1px solid rgba(102, 112, 147, 0.2);
  margin-top: 24px;
  padding: 33px 0 9px 68px;
  color: #00104b;
  position: relative;
}

#home .customer .item > div > div img {
  position: absolute;
  top: 24px;
  left: 0;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  object-fit: cover;
}

#home .customer .item > div > div strong {
  display: block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}

#home .customer .item > div > div span {
  display: block;
  font-size: 14px;
  line-height: 14px;
  padding-top: 8px;
}

#home .customer .item > div:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(255.4deg, #7ce497 1.6%, #00bed1 98.62%);
  opacity: 0;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#home .customer .item > div:hover {
  box-shadow: 0 10px 72px rgba(0, 0, 0, 0.08);
}

#home .customer .item > div:hover:before {
  opacity: 1;
}

#home .customer .owl-nav {
  padding-top: 32px;
}

#home .technology > div {
  position: relative;
  padding: 40px 100px 40px;
  border-top: 1px solid rgba(102, 112, 147, 0.2);
}

#home .technology > div .item img {
  width: auto;
  margin: 0 auto;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray;
  opacity: 0.4;
}

#home .technology > div .item img:hover {
  opacity: 100;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  filter: none;
}

#home .technology > div .owl-nav > button {
  position: absolute;
  left: -100px;
  top: 50%;
  margin: -24px 0 0;
}

#home .technology > div .owl-nav > button:last-child {
  left: auto;
  right: -100px;
}

#home .technology > div:before {
  position: absolute;
  content: "";
  left: 50%;
  top: -2px;
  height: 3px;
  width: 240px;
  transform: translateX(-50%);
  max-width: 60%;
  background: linear-gradient(255.4deg, #7ce497 1.6%, #00bed1 98.62%);
}

#hosting .top {
  padding-bottom: 200px;
  background: url(../images/hostingTop.png) no-repeat bottom center/100% 100%;
}

#hosting .package > div {
  margin-top: -230px;
}

#hosting .package > div > div {
  padding-top: 30px;
}

#hosting .package > div > div > div > div {
  padding: 15px;
}

#hosting .package > div .item {
  border-radius: 8px;
  background: 0 0;
  padding: 1px;
}

#hosting .package > div .item > strong {
  display: block;
  text-align: center !important;
  font-size: 12px;
  padding: 5px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.08em;
}

#hosting .package > div .item > strong + div {
  border-radius: 0 0 8px 8px;
  margin-top: 0;
}

#hosting .package > div .item > div {
  background: #fff;
  border-radius: 8px;
  padding: 24px 16px;
  margin-top: 28px;
  border: 1px solid rgba(102, 112, 147, 0.1);
}

#hosting .package > div .item > div > p {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(102, 112, 147, 0.2);
}

#hosting .package > div .item > div > p strong {
  display: block;
  color: #00104b;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 40px;
  padding-bottom: 16px;
}

#hosting .package > div .item > div > p > span {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  overflow: hidden;
  background: linear-gradient(255.4deg, #7ce497 1.6%, #00bed1 98.62%);
}

#hosting .package > div .item > div > p > span span {
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  display: block;
  background: #f0f1f4;
  opacity: 0;
}

#hosting .package > div .item > div > p > span.p25 span {
  opacity: 1;
}

#hosting .package > div .item > div > p > span.p25 span:first-child {
  height: 32px;
}

#hosting .package > div .item > div > p > span.p25 span:last-child {
  left: 16px;
  top: 16px;
}

#hosting .package > div .item > div > p > span.p50 span {
  opacity: 1;
  height: 32px;
}

#hosting .package > div .item > div > p > span.p75 span {
  opacity: 1;
}

#hosting .package > div .item > div > strong {
  font-size: 0;
  text-align: center !important;
  padding-top: 8px;
  font-weight: 500;
}

#hosting .package > div .item > div > strong > strong {
  color: #00104b;
  font-size: 48px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
}

#hosting .package > div .item > div > strong > span {
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle;
  text-align: left !important;
}

#hosting .package > div .item > div > strong > span u {
  font-size: 14px;
  line-height: 16px;
  display: block;
  text-decoration: line-through;
}

#hosting .package > div .item > div > strong > span strong {
  display: block;
  color: #00104b;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}

#hosting .package > div .item > div > strong > span strong span {
  color: #667093;
  font-weight: 500;
}

#hosting .package > div .item > div > em {
  display: block;
  color: #00104b;
  line-height: 24px;
  text-align: center !important;
  font-style: normal;
  background: rgba(32, 207, 134, 0.2);
  padding: 2px 10px;
  border-radius: 8px;
  margin-bottom: 12px;
}

#hosting .package > div .item > div > span {
  display: block;
  font-size: 13px;
  padding-bottom: 16px;
  text-align: center !important;
}

#hosting .package > div .item > div .btn {
  width: 100%;
}

#hosting .package > div .item > div > div {
  margin: 16px 0;
  background: #f7f9fd;
  border-radius: 8px;
  padding: 16px;
}

#hosting .package > div .item > div > div > strong {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #00104b;
  font-weight: 500;
  padding-bottom: 6px;
}

#hosting .package > div .item > div > div ul {
  margin-bottom: -10px;
  padding: 4px 0 0;
}

#hosting .package > div .item > div > div ul li {
  position: relative;
  font-size: 16px;
  border-top: 1px solid rgba(102, 112, 147, 0.2);
  padding: 10px 0 10px 28px;
}

#hosting .package > div .item > div > div ul li i {
  position: absolute;
  left: 0;
  top: 12px;
  color: #00104b;
  font-size: 20px;
}

#hosting .package > div .item > div > div ul li img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  transform: translateY(-50%);
}

#hosting .package > div .item > div > div ul li:first-child {
  border-top: none;
}

#hosting .package > div .item > div .btn-outline {
  width: 100%;
  background: #fff;
}

#hosting .package > div .item > div .btn-outline:hover {
  background: #00104b;
}

#hosting .package > div .item.favorited {
  background: linear-gradient(255.4deg, #7ce497 1.6%, #00bed1 98.62%);
}

#hosting .features {
  margin-top: 120px;
  background: #f9fbff;
  border-top: 1px solid rgba(102, 112, 147, 0.2);
  border-bottom: 1px solid rgba(102, 112, 147, 0.2);
  padding: 120px 0;
}

#hosting .features > div > h3 {
  text-align: center !important;
  font-size: 32px;
  color: #00104b;
  font-weight: 500;
}

#hosting .features > div > p {
  font-size: 18px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center !important;
  padding: 8px 0 36px;
}

#hosting .features > div > div {
  overflow: auto;
}

#hosting .features > div > div > .rw {
  margin: 0;
  min-width: 1200px;
}

#hosting .features > div > div .t {
  align-items: center;
}

#hosting .features > div > div .t .left {
  padding: 0;
}

#hosting .features > div > div .t .left > h3 {
  font-size: 24px;
  font-weight: 500;
  color: #00104b;
}

#hosting .features > div > div .t .left > h3 strong {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400 !important;
  padding-bottom: 6px;
  padding-left: 28px;
}

#hosting .features > div > div .t .left > h3 strong i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
}

#hosting .features > div > div .t .right {
  padding: 0;
}

#hosting .features > div > div .t .right .rw {
  margin: 0;
}

#hosting .features > div > div .t .right .rw > div {
  position: relative;
  padding: 0;
}

#hosting .features > div > div .t .right .rw > div > strong {
  display: block;
  text-align: center !important;
  color: #fff;
  background: linear-gradient(255.4deg, #7ce497 1.6%, #00bed1 98.62%);
  border-radius: 8px 8px 0 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  position: absolute;
  left: 0;
  bottom: 100%;
  right: 0;
}

#hosting .features > div > div .t .right .rw > div > strong + div {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

#hosting .features > div > div .t .right .rw > div > div {
  padding: 20px 16px;
  background: #fff;
}

#hosting .features > div > div .t .right .rw > div > div > p {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(102, 112, 147, 0.2);
}

#hosting .features > div > div .t .right .rw > div > div > p strong {
  display: block;
  color: #00104b;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 32px;
  padding-bottom: 12px;
}

#hosting .features > div > div .t .right .rw > div > div > p > span {
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  overflow: hidden;
  background: linear-gradient(255.4deg, #7ce497 1.6%, #00bed1 98.62%);
}

#hosting .features > div > div .t .right .rw > div > div > p > span span {
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 12px;
  display: block;
  background: #f0f1f4;
  opacity: 0;
}

#hosting .features > div > div .t .right .rw > div > div > p > span.p25 span {
  opacity: 1;
}

#hosting
  .features
  > div
  > div
  .t
  .right
  .rw
  > div
  > div
  > p
  > span.p25
  span:first-child {
  height: 24px;
}

#hosting
  .features
  > div
  > div
  .t
  .right
  .rw
  > div
  > div
  > p
  > span.p25
  span:last-child {
  left: 12px;
  top: 12px;
}

#hosting .features > div > div .t .right .rw > div > div > p > span.p50 span {
  opacity: 1;
  height: 24px;
}

#hosting .features > div > div .t .right .rw > div > div > p > span.p75 span {
  opacity: 1;
}

#hosting .features > div > div .t .right .rw > div > div > strong {
  font-size: 0;
  text-align: center !important;
  font-weight: 500;
}

#hosting .features > div > div .t .right .rw > div > div > strong > strong {
  color: #00104b;
  font-size: 48px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
}

#hosting .features > div > div .t .right .rw > div > div > strong > span {
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle;
  text-align: left !important;
}

#hosting .features > div > div .t .right .rw > div > div > strong > span u {
  font-size: 14px;
  line-height: 16px;
  display: block;
  text-decoration: line-through;
}

#hosting
  .features
  > div
  > div
  .t
  .right
  .rw
  > div
  > div
  > strong
  > span
  strong {
  display: block;
  color: #00104b;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}

#hosting
  .features
  > div
  > div
  .t
  .right
  .rw
  > div
  > div
  > strong
  > span
  strong
  span {
  color: #667093;
  font-weight: 500;
}

#hosting .features > div > div .t .right .rw > div > div > em {
  display: block;
  color: #00104b;
  line-height: 24px;
  text-align: center !important;
  font-style: normal;
  background: rgba(32, 207, 134, 0.2);
  padding: 2px 10px;
  border-radius: 8px;
  margin-bottom: 12px;
}

#hosting .features > div > div .t .right .rw > div > div > span {
  display: block;
  font-size: 13px;
  padding-bottom: 16px;
  text-align: center !important;
}

#hosting .features > div > div .t .right .rw > div > div .btn {
  width: 100%;
}

#hosting .features > div > div .t .right .rw > div:first-child > div {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

#hosting .features > div > div .t .right .rw > div:last-child > div {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

#hosting .features > div > div .c {
  min-width: 1200px;
}

#hosting .features > div > div .c > div > strong {
  display: block;
  position: relative;
  font-size: 20px;
  line-height: 24px;
  color: #667093;
  font-weight: 500;
  padding: 18px 32px;
  border-bottom: 1px solid rgba(102, 112, 147, 0.2);
  cursor: pointer;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#hosting .features > div > div .c > div > strong i {
  position: absolute;
  left: 0;
  top: 50%;
  line-height: 0;
  font-size: 24px;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#hosting .features > div > div .c > div > strong b {
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 0;
  font-size: 24px;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#hosting .features > div > div .c > div > ul {
  display: none;
}

#hosting .features > div > div .c > div > ul > li {
  margin: 0;
  padding: 20px 0;
  align-items: center;
  border-bottom: 1px solid rgba(102, 112, 147, 0.2);
}

#hosting .features > div > div .c > div > ul > li > strong {
  color: #00104b;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  padding-left: 32px;
  position: relative;
}

#hosting .features > div > div .c > div > ul > li > strong i {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 20px;
  line-height: 0;
}

#hosting .features > div > div .c > div > ul > li > strong i.icon-cpanel {
  font-size: 14px;
  color: #ff6c2c;
}

#hosting .features > div > div .c > div > ul > li > span > span {
  align-items: center;
}

#hosting .features > div > div .c > div > ul > li > span > span > span {
  text-align: center !important;
  font-size: 16px;
  line-height: 20px;
  color: #00104b;
  font-weight: 500;
}

#hosting .features > div > div .c > div > ul > li > span > span > span.green {
  color: #00b57f;
}

#hosting .features > div > div .c > div > ul > li > span > span > span.icon {
  margin: -10px 0;
}

#hosting .features > div > div .c > div > ul > li > span > span > span.icon i {
  display: block;
  font-size: 14px;
  padding-bottom: 6px;
}

#hosting
  .features
  > div
  > div
  .c
  > div
  > ul
  > li
  > span
  > span
  > span.icon
  i.icon-cpanel {
  color: #ff6c2c;
}

#hosting .features > div > div .c > div > ul.open {
  display: block;
}

#hosting .features > div > div .c > div.active > strong {
  color: #00104b;
}

#hosting .features > div > div .c > div.active > strong i {
  color: #00b57f;
}

#hosting .features > div > div .c > div.active > strong b {
  color: #00b57f;
  transform: rotateX(180deg);
}

#hosting .features > div > div .b {
  align-items: center;
}

#hosting .features > div > div .b .right {
  padding: 0;
  background: #fff;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
}

#hosting .features > div > div .b .right .rw {
  margin: 0;
}

#hosting .features > div > div .b .right .rw > div {
  position: relative;
  padding: 0;
}

#hosting .features > div > div .b .right .rw > div > strong {
  display: block;
  text-align: center !important;
  color: #fff;
  background: linear-gradient(255.4deg, #7ce497 1.6%, #00bed1 98.62%);
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

#hosting .features > div > div .b .right .rw > div > div {
  padding: 40px 16px 20px;
  border-left: 1px solid rgba(102, 112, 147, 0.2);
}

#hosting .features > div > div .b .right .rw > div > div > span {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  overflow: hidden;
  background: linear-gradient(255.4deg, #7ce497 1.6%, #00bed1 98.62%);
}

#hosting .features > div > div .b .right .rw > div > div > span span {
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 12px;
  display: block;
  background: #f0f1f4;
  opacity: 0;
}

#hosting .features > div > div .b .right .rw > div > div > span.p25 span {
  opacity: 1;
}

#hosting
  .features
  > div
  > div
  .b
  .right
  .rw
  > div
  > div
  > span.p25
  span:first-child {
  height: 24px;
}

#hosting
  .features
  > div
  > div
  .b
  .right
  .rw
  > div
  > div
  > span.p25
  span:last-child {
  left: 12px;
  top: 12px;
}

#hosting .features > div > div .b .right .rw > div > div > span.p50 span {
  opacity: 1;
  height: 24px;
}

#hosting .features > div > div .b .right .rw > div > div > span.p75 span {
  opacity: 1;
}

#hosting .features > div > div .b .right .rw > div > div > p {
  position: relative;
  padding: 8px 0 16px;
  text-align: center !important;
}

#hosting .features > div > div .b .right .rw > div > div > p strong {
  display: block;
  color: #00104b;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

#hosting .features > div > div .b .right .rw > div > div > strong {
  font-size: 0;
  text-align: center !important;
  line-height: 1;
  font-weight: 500;
  padding-bottom: 24px;
}

#hosting .features > div > div .b .right .rw > div > div > strong > strong {
  color: #00104b;
  font-size: 48px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
}

#hosting .features > div > div .b .right .rw > div > div > strong > span {
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle;
  text-align: left !important;
}

#hosting .features > div > div .b .right .rw > div > div > strong > span u {
  font-size: 14px;
  line-height: 16px;
  display: block;
  text-decoration: line-through;
}

#hosting
  .features
  > div
  > div
  .b
  .right
  .rw
  > div
  > div
  > strong
  > span
  strong {
  display: block;
  color: #00104b;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}

#hosting
  .features
  > div
  > div
  .b
  .right
  .rw
  > div
  > div
  > strong
  > span
  strong
  span {
  color: #667093;
  font-weight: 500;
}

#hosting .features > div > div .b .right .rw > div > div > em {
  display: block;
  color: #00104b;
  line-height: 24px;
  text-align: center !important;
  font-style: normal;
  background: rgba(32, 207, 134, 0.2);
  padding: 2px 10px;
  border-radius: 8px;
  margin-bottom: 12px;
}

#hosting .features > div > div .b .right .rw > div > div > span {
  display: block;
  font-size: 13px;
  padding-bottom: 16px;
  text-align: center !important;
}

#hosting .features > div > div .b .right .rw > div > div .btn {
  width: 100%;
}

#hosting .features > div > div .b .right .rw > div:first-child > div {
  border-left: none;
}

#reseler .top {
  padding-bottom: 200px;
  background: url(../images/hostingTop.png) no-repeat bottom center/100% 100%;
}

#reseler .top .sliderItem {
  padding: 55px 0;
}

#reseler .configure > div {
  margin-top: -200px;
}

#reseler .configure > div > .tabMenu {
  min-width: 344px;
  max-width: 100%;
  margin-bottom: 48px;
}

#reseler .configure > div > div.active {
  display: -ms-flexbox;
  display: flex;
}

#reseler .configure h2 {
  font-size: 18px;
  color: #00104b;
  font-weight: 500;
  line-height: 1;
}

#reseler .configure p {
  font-size: 14px;
  line-height: 24px;
  padding: 8px 0 0;
}

#reseler .configure .left > div {
  background: #fff;
  border: 1px solid rgba(102, 112, 147, 0.2);
  box-shadow: 0 10px 64px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  padding: 32px;
}

#reseler .configure .left > div > div {
  padding-bottom: 32px;
}

#reseler .configure .left > div > ul {
  position: relative;
  padding-top: 22px;
}

#reseler .configure .left > div > ul li {
  position: relative;
  padding: 13px 15px 12px 43px;
  font-size: 16px;
  line-height: 20px;
}

#reseler .configure .left > div > ul li i {
  position: absolute;
  top: 13px;
  left: 15px;
  color: #00104b;
  font-size: 20px;
  line-height: 20px;
}

#reseler .configure .left > div > ul li > span {
  position: relative;
  display: inline-block;
  padding-right: 28px;
}

#reseler .configure .left > div > ul li > span a {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  line-height: 20px;
}

#reseler .configure .left > div > ul:before {
  position: absolute;
  content: "";
  left: 15px;
  top: 0;
  right: 15px;
  height: 1px;
  background: rgba(102, 112, 147, 0.2);
}

#reseler .configure .left > div > ul.active {
  display: -ms-flexbox;
  display: flex;
}

#reseler .configure .right > div {
  background: linear-gradient(255.4deg, #7ce497 1.6%, #00bed1 98.62%);
  border-radius: 8px;
  padding: 2px;
  box-shadow: 0 10px 64px rgba(0, 0, 0, 0.04);
}

#reseler .configure .right > div > div {
  padding: 30px 22px;
  background: #fff;
  border-radius: 8px;
}

#reseler .configure .right > div > div h2 {
  font-size: 24px;
}

#reseler .configure .right > div > div > div {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(102, 112, 147, 0.2);
}

#reseler .configure .right > div > div > div > div > div {
  display: none;
}

#reseler .configure .right > div > div > div > div > div > strong {
  font-size: 0;
  text-align: center !important;
  font-weight: 500;
  line-height: 1;
  padding: 20px 0 8px;
}

#reseler .configure .right > div > div > div > div > div > strong > strong {
  color: #00104b;
  font-size: 48px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
}

#reseler .configure .right > div > div > div > div > div > strong > span {
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle;
  text-align: left !important;
}

#reseler .configure .right > div > div > div > div > div > strong > span u {
  font-size: 14px;
  line-height: 16px;
  display: block;
  text-decoration: line-through;
}

#reseler
  .configure
  .right
  > div
  > div
  > div
  > div
  > div
  > strong
  > span
  strong {
  display: block;
  color: #00104b;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}

#reseler
  .configure
  .right
  > div
  > div
  > div
  > div
  > div
  > strong
  > span
  strong
  span {
  color: #667093;
  font-weight: 500;
}

#reseler .configure .right > div > div > div > div > div > span {
  display: block;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  padding-bottom: 24px;
  text-align: center !important;
  color: #00104b;
}

#reseler .configure .right > div > div > div > div > div.active {
  display: block;
}

#reseler .configure .right > div > div .form-group {
  padding-bottom: 0;
}

#reseler
  .configure
  .right
  > div
  > div
  .form-group
  .select2-container
  .select2-selection
  .select2-selection__rendered {
  padding: 13px 60px 13px 18px;
}

#reseler .configure .right > div > div .obtn {
  width: 100%;
  margin-top: 16px;
}

#reseler .features {
  background: #f9fbff;
  padding-top: 120px;
  border-top: 1px solid rgba(102, 112, 147, 0.2);
  border-bottom: 1px solid rgba(102, 112, 147, 0.2);
}

#reseler .features > div {
  overflow: hidden;
}

#reseler .features > div > h3 {
  text-align: center !important;
  font-size: 32px;
  line-height: 1;
  color: #00104b;
  font-weight: 500;
}

#reseler .features > div > p {
  font-size: 18px;
  line-height: 32px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center !important;
  padding: 20px 0 40px;
}

#reseler .features > div > div {
  margin: 0 -32px;
}

#reseler .features > div > div > div {
  border-left: 1px solid rgba(102, 112, 147, 0.2);
  padding: 16px 32px;
}

#reseler .features > div > div > div strong {
  display: block;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  color: #00104b;
}

#reseler .features > div > div > div ul {
  padding-top: 10px;
}

#reseler .features > div > div > div ul li {
  color: #667093;
  padding: 5px 0;
}

#reseler .features > div > div > div ul li span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}

#reseler .features > div > div > div ul li i {
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 24px;
  color: #00b57f;
  line-height: 1;
}

#reseler .trust {
  padding-top: 120px;
}

#reseler .trust > h3 {
  text-align: center !important;
  font-size: 32px;
  line-height: 1;
  color: #00104b;
  font-weight: 500;
}

#reseler .trust > p {
  font-size: 18px;
  line-height: 32px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center !important;
  padding: 20px 0 48px;
}

#reseler .trust ul li {
  position: relative;
}

#reseler .trust ul li > strong {
  position: relative;
  display: block;
  font-weight: 400 !important;
  cursor: pointer;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#reseler .trust ul li > strong span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  padding: 24px 60px 24px 24px;
}

#reseler .trust ul li > strong span:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 4px;
  width: 0;
  background: linear-gradient(255.4deg, #7ce497 1.6%, #00bed1 98.62%);
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#reseler .trust ul li > strong i {
  position: absolute;
  right: 24px;
  top: 50%;
  line-height: 24px;
  margin-top: -12px;
  font-size: 24px;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#reseler .trust ul li > div {
  padding: 24px;
  display: none;
}

#reseler .trust ul li > div p {
  line-height: 24px;
  padding-bottom: 24px;
}

#reseler .trust ul li > div.open {
  display: block;
}

#reseler .trust ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  background: rgba(102, 112, 147, 0.2);
}

#reseler .trust ul li.active {
  box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
  background: #fff;
}

#reseler .trust ul li.active > strong {
  color: #00104b;
}

#reseler .trust ul li.active > strong span:before {
  width: 100%;
}

#reseler .trust ul li.active > strong i {
  transform: rotate(90deg);
}

#reseler .trust ul li.active:before {
  background: #fff;
}

#domain .domain {
  padding: 80px 0 0;
  border: none;
  background: url(../images/hostingTop.png) no-repeat bottom center/100% 100%;
}

#domain .domain .sliderItem {
  padding: 55px 0;
}

#domain .packageFeatures {
  margin-top: 15px;
}

#domain .slogans {
  padding: 72px 15px;
}

#domain .prices {
  background: #f9fbff;
  padding: 120px 0;
  border-top: 1px solid rgba(102, 112, 147, 0.2);
  border-bottom: 1px solid rgba(102, 112, 147, 0.2);
}

#domain .prices > div > h3 {
  text-align: center !important;
  font-size: 32px;
  line-height: 1;
  color: #00104b;
  font-weight: 500;
}

#domain .prices > div > p {
  font-size: 18px;
  line-height: 32px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center !important;
  padding: 20px 0 40px;
}

#domain .prices > div > div {
  position: relative;
  text-align: right !important;
}

#domain .prices > div > div table {
  position: relative;
  z-index: 2;
  width: 100%;
}

#domain .prices > div > div table thead tr th {
  background: #667093;
  vertical-align: middle;
  color: #fff;
  font-weight: 500;
  text-align: center !important;
  line-height: 28px;
  padding: 10px;
}

#domain .prices > div > div table thead tr th:first-child {
  background: 0 0;
  padding: 0 32px 0 0;
  width: 424px;
}

#domain .prices > div > div table thead tr th:first-child div {
  position: relative;
  background: #fff;
}

#domain .prices > div > div table thead tr th:first-child div i {
  position: absolute;
  right: 16px;
  top: 50%;
  line-height: 0;
  font-size: 24px;
  color: #667093;
}

#domain .prices > div > div table thead tr th:first-child div input {
  position: relative;
  z-index: 3;
  padding: 0 48px 0 16px;
  background: 0 0;
  font-weight: 500;
  color: #667093;
  border: none;
  width: 100%;
  line-height: 48px;
}

#domain .prices > div > div table thead tr th:nth-child(2) {
  border-top-left-radius: 4px;
}

#domain .prices > div > div table thead tr th:last-child {
  border-top-right-radius: 4px;
}

#domain .prices > div > div table tbody {
  display: none;
}

#domain .prices > div > div table tbody tr td {
  text-align: center !important;
  padding: 15px 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #00104b;
  background: #fff;
  border-bottom: 1px solid rgba(102, 112, 147, 0.2);
}

#domain .prices > div > div table tbody tr td:first-child {
  position: relative;
  background: 0 0;
  text-align: left !important;
  font-weight: 500;
  padding-left: 30px;
  width: 424px;
}

#domain .prices > div > div table tbody tr td:first-child i {
  position: absolute;
  left: 0;
  top: 50%;
  line-height: 0;
  font-size: 20px;
}

#domain .prices > div > div table tbody.active {
  display: table-row-group;
}

#domain .prices > div > div > ul {
  padding: 22px;
  background: #fff;
  border-radius: 0 0 8px 8px;
  width: calc(100% - 424px);
  display: inline-block;
}

#domain .prices > div > div > ul li {
  padding: 2px;
  border-radius: 4px;
  display: inline-block;
}

#domain .prices > div > div > ul li .btn {
  border-radius: 4px;
  padding: 10px;
  min-width: 40px;
  box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
}

#domain .prices > div > div > ul li .btn > span span {
  padding: 0;
}

#domain .prices > div > div > ul li .btn > span i {
  display: none;
}

#domain .prices > div > div > ul li.active {
  background: linear-gradient(255.4deg, #7ce497 1.6%, #00bed1 98.62%);
}

#domain .prices > div > div > ul li.active .btn {
  color: #00b57f;
}

#domain .prices > div > div > ul li.active .btn:before {
  display: none;
}

#domain .prices > div > div > ul li.active .btn:hover {
  background: #fff !important;
}

#domain .prices > div > div > ul li:first-child .btn,
#domain .prices > div > div > ul li:last-child .btn {
  width: 110px;
}

#domain .prices > div > div:before {
  position: absolute;
  content: "";
  left: 424px;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  box-shadow: 0 10px 64px rgba(0, 0, 0, 0.04);
}

#domain .faq {
  padding: 0 0 120px;
}

#vps .top {
  padding: 0 0 155px;
  border: none;
  background: url(../images/hostingTop.png) no-repeat bottom center/100% 100%;
}

#vps .top .sliderItem {
  padding: 55px 0;
}

#vps .top .sliderItem .text ul {
  max-width: 500px;
}

#vps .package > diV {
  margin-top: -155px;
}

#vps .package > diV > div {
  margin: -15px;
}

#vps .package > diV > div > div {
  position: relative;
  padding: 15px;
}

#vps .package > diV > div > div > strong {
  position: absolute;
  left: 50%;
  top: 2px;
  min-width: 250px;
  max-width: 100%;
  transform: translateX(-50%);
  z-index: 4;
  display: block;
  text-align: center !important;
  font-size: 12px;
  padding: 5px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.08em;
  background: linear-gradient(255.4deg, #7ce497 1.6%, #00bed1 98.62%);
  border-radius: 8px;
}

#vps .package > diV > div > div > div {
  position: relative;
  padding: 2px;
  border-radius: 8px;
  overflow: hidden;
}

#vps .package > diV > div > div > div > div {
  position: relative;
  z-index: 3;
  border-radius: 8px;
  background: #fff;
  padding: 24px;
  text-align: center !important;
}

#vps .package > diV > div > div > div > div > strong {
  display: block;
  font-size: 24px;
  line-height: 1;
  color: #00104b;
  font-weight: 500;
  padding-right: 30px;
  text-align: left !important;
}

#vps .package > diV > div > div > div > div > span {
  display: block;
  line-height: 24px;
  padding-top: 8px;
  text-align: left !important;
}

#vps .package > diV > div > div > div > div > img {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 32px;
  height: 32px;
}

#vps .package > diV > div > div > div > div > b {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  overflow: hidden;
  background: linear-gradient(255.4deg, #7ce497 1.6%, #00bed1 98.62%);
}

#vps .package > diV > div > div > div > div > b b {
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  display: block;
  background: #f0f1f4;
  opacity: 0;
}

#vps .package > diV > div > div > div > div > b.p25 b {
  opacity: 1;
}

#vps .package > diV > div > div > div > div > b.p25 b:first-child {
  height: 32px;
}

#vps .package > diV > div > div > div > div > b.p25 b:last-child {
  left: 16px;
  top: 16px;
}

#vps .package > diV > div > div > div > div > b.p50 b {
  opacity: 1;
  height: 32px;
}

#vps .package > diV > div > div > div > div > b.p75 b {
  opacity: 1;
}

#vps .package > diV > div > div > div > div > .c {
  overflow: hidden;
  margin: 24px 0;
}

#vps .package > diV > div > div > div > div > .c ul li {
  text-align: center !important;
  padding: 15px 10px;
  border-left: 1px solid rgba(102, 112, 147, 0.2);
  border-bottom: 1px solid rgba(102, 112, 147, 0.2);
}

#vps .package > diV > div > div > div > div > .c ul li i {
  display: block;
  font-size: 32px;
  line-height: 1;
  color: #00104b;
}

#vps .package > diV > div > div > div > div > .c ul li strong {
  display: block;
  font-size: 18px;
  padding: 12px 0 2px;
  color: #00104b;
  font-weight: 500;
}

#vps .package > diV > div > div > div > div .b {
  display: inline-block;
}

#vps .package > diV > div > div > div > div .b > strong {
  font-size: 0;
  text-align: center !important;
  line-height: 1;
  font-weight: 500;
  padding-bottom: 16px;
}

#vps .package > diV > div > div > div > div .b > strong > strong {
  color: #00104b;
  font-size: 48px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
}

#vps .package > diV > div > div > div > div .b > strong > span {
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle;
  text-align: left !important;
}

#vps .package > diV > div > div > div > div .b > strong > span u {
  font-size: 14px;
  line-height: 16px;
  display: block;
  text-decoration: line-through;
}

#vps .package > diV > div > div > div > div .b > strong > span strong {
  display: block;
  color: #00104b;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}

#vps .package > diV > div > div > div > div .b > strong > span strong span {
  color: #667093;
  font-weight: 500;
}

#vps .package > diV > div > div > div > div .b > em {
  display: block;
  color: #00104b;
  line-height: 24px;
  text-align: center !important;
  font-style: normal;
  background: rgba(32, 207, 134, 0.2);
  padding: 2px 10px;
  border-radius: 8px;
  margin-bottom: 12px;
}

#vps .package > diV > div > div > div > div .b > span {
  display: block;
  font-size: 13px;
  padding-bottom: 16px;
  text-align: center !important;
}

#vps .package > diV > div > div > div:before {
  position: absolute;
  content: "";
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  border: 1px solid rgba(102, 112, 147, 0.2);
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#vps .package > diV > div > div > div:after {
  position: absolute;
  content: "";
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  background: linear-gradient(255.4deg, #7ce497 1.6%, #00bed1 98.62%);
  opacity: 0;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#vps .package > diV > div > div.favorited > div:before {
  opacity: 1;
}

#vps .package > diV > div > div.favorited > div:after {
  opacity: 1;
}

#vps .slogans {
  padding: 72px 15px;
}

#vds .top {
  padding: 0 0 155px;
  border: none;
  background: url(../images/hostingTop.png) no-repeat bottom center/100% 100%;
}

#vds .top .sliderItem {
  padding: 55px 0;
}

#vds .top .sliderItem .text ul {
  max-width: 500px;
}

#vds .package > div {
  margin-top: -155px;
}

#vds .package > div > .rw.active {
  display: -ms-flexbox;
  display: flex;
}

#vds .package > div .tabMenu {
  width: 344px;
  max-width: 100%;
}

#vds .package > div h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #00104b;
}

#vds .package > div p {
  line-height: 24px;
  padding-top: 16px;
  max-width: 470px;
}

#vds .package > div .left {
  padding-top: 24px;
}

#vds .package > div .left > div {
  position: relative;
  padding: 32px;
  background: #fff;
  border: 1px solid rgba(102, 112, 147, 0.2);
  box-shadow: 0 10px 64px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
}

#vds .package > div .left > div [data-tab-content] {
  overflow: hidden;
  margin: 24px 0;
}

#vds .package > div .left > div [data-tab-content] ul {
  border-top: 1px solid rgba(102, 112, 147, 0.2);
}

#vds .package > div .left > div [data-tab-content] ul li {
  text-align: center !important;
  padding: 24px 10px;
  border-left: 1px solid rgba(102, 112, 147, 0.2);
  border-bottom: 1px solid rgba(102, 112, 147, 0.2);
}

#vds .package > div .left > div [data-tab-content] ul li i {
  display: block;
  font-size: 32px;
  line-height: 1;
  color: #00104b;
}

#vds .package > div .left > div [data-tab-content] ul li strong {
  display: block;
  font-size: 18px;
  padding: 12px 0 2px;
  color: #00104b;
  font-weight: 500;
}

#vds .package > div .left > div .b {
  position: relative;
}

#vds .package > div .left > div .b .rangeInput {
  overflow: hidden;
  padding: 6px 0;
  border-radius: 18px;
}

#vds .package > div .left > div .b .rangeInput > div {
  width: 85%;
  margin: 0 auto;
  height: 12px;
  background: 0 0;
}

#vds .package > div .left > div .b .rangeInput > div > div {
  display: none;
}

#vds .package > div .left > div .b .rangeInput > div span {
  border: none !important;
  height: 24px !important;
  width: 24px !important;
  margin-left: -12px !important;
  background: 0 0 !important;
}

#vds .package > div .left > div .b .rangeInput > div span:before {
  position: absolute;
  content: "";
  right: 50%;
  top: 50%;
  height: 12px;
  margin-top: -6px;
  bottom: 0;
  width: 100000px;
  background: linear-gradient(255.4deg, #7ce497 1.6%, #00bed1 98.62%);
  z-index: -1;
}

#vds .package > div .left > div .b .rangeInput > div span:after {
  position: absolute;
  content: "";
  z-index: 5;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  background: linear-gradient(255.4deg, #7ce497 1.6%, #00bed1 98.62%);
}

#vds .package > div .left > div .b .rangeInput:before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  right: 0;
  bottom: 6px;
  background: #e4e6ef;
}

#vds .package > div .left > div > ol {
  margin: -9px;
  padding-top: 16px;
}

#vds .package > div .left > div > ol li {
  padding: 9px;
}

#vds .package > div .left > div > ol li a {
  position: relative;
  display: block;
  z-index: 2;
  background: #f7f9fd;
  border-radius: 8px;
  text-align: center !important;
  line-height: 1;
  padding: 17px 10px;
  overflow: hidden;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#vds .package > div .left > div > ol li a strong {
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 8px;
}

#vds .package > div .left > div > ol li a:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(255.4deg, #7ce497 1.6%, #00bed1 98.62%);
  opacity: 0;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#vds .package > div .left > div > ol li a:after {
  position: absolute;
  content: "";
  z-index: -1;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 8px;
  background: #fff;
  opacity: 0;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#vds .package > div .left > div > ol li a.active {
  background: 0 0;
}

#vds .package > div .left > div > ol li a.active:after,
#vds .package > div .left > div > ol li a.active:before {
  opacity: 1;
}

#vds .package > div .right {
  padding-top: 24px;
}

#vds .package > div .right > div {
  background: linear-gradient(255.4deg, #7ce497 1.6%, #00bed1 98.62%);
  overflow: hidden;
  height: 100%;
  padding: 2px;
  border: 1px solid rgba(102, 112, 147, 0.2);
  box-shadow: 0 10px 64px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
}

#vds .package > div .right > div > div {
  background: #fff;
  padding: 30px 22px;
  border-radius: 8px;
  height: 100%;
}

#vds .package > div .right > div > div .tabMenu {
  width: 100%;
  margin: 24px 0;
}

#vds .package > div .right > div > div .p {
  padding: 24px 0 16px;
  border-top: 1px solid rgba(102, 112, 147, 0.2);
}

#vds .package > div .right > div > div .p > div {
  width: 100%;
  background: #f7f9fd;
  border-radius: 4px;
  padding: 4px 8px;
}

#vds .package > div .right > div > div .p > div > span {
  display: table-cell;
  background: #f7f9fd;
  border-radius: 8px;
  line-height: 1;
  padding: 8px;
  vertical-align: middle;
  overflow: hidden;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#vds .package > div .right > div > div .p > div > span strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 8px;
  background: -webkit-linear-gradient(255.4deg, #7ce497 1.6%, #00bed1 98.62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#vds .package > div .right > div > div .p > div > strong {
  text-align: right !important;
  padding: 8px;
  vertical-align: middle;
  display: table-cell;
}

#vds .package > div .right > div > div .p > div > strong > strong {
  font-size: 0;
  text-align: left !important;
  line-height: 1;
  font-weight: 500;
}

#vds .package > div .right > div > div .p > div > strong > strong > strong {
  color: #00104b;
  font-size: 48px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
}

#vds .package > div .right > div > div .p > div > strong > strong > span {
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle;
  text-align: left !important;
}

#vds .package > div .right > div > div .p > div > strong > strong > span u {
  font-size: 14px;
  line-height: 16px;
  display: block;
  text-decoration: line-through;
}

#vds
  .package
  > div
  .right
  > div
  > div
  .p
  > div
  > strong
  > strong
  > span
  strong {
  display: block;
  color: #00104b;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}

#vds
  .package
  > div
  .right
  > div
  > div
  .p
  > div
  > strong
  > strong
  > span
  strong
  span {
  color: #667093;
  font-weight: 500;
}

#vds .package > div .right > div > div .p > div > strong > strong.active {
  display: inline-block;
}

#vds .package > div .right > div > div .p > div.active {
  display: table;
}

#vds .package > div .right > div > div .b .obtn {
  width: 100%;
  text-align: center;
}

#dedicated .top {
  padding: 0 0 200px;
  border: none;
  background: url(../images/hostingTop.png) no-repeat bottom center/100% 100%;
}

#dedicated .top .sliderItem {
  padding: 55px 0;
}

#dedicated .top .sliderItem .text ul {
  max-width: 500px;
}

#dedicated .package > div {
  margin-top: -200px;
}

#dedicated .package .t > div {
  padding: 0 15px 24px;
}

#dedicated .package .t > div > div {
  background: #fff;
  box-shadow: 0 10px 64px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  padding: 14px 24px;
  height: 100%;
}

#dedicated .package .t > div > div strong {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #081131;
  font-weight: 500;
  padding-bottom: 12px;
}

#dedicated .package .t > div > div > ul {
  margin: -8px;
}

#dedicated .package .t > div > div > ul li {
  padding: 8px;
}

#dedicated .package .b > ul > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin: 0;
}

#dedicated .package .b > ul > li > * {
  padding: 0 15px;
}

#dedicated .package .b > ul > li.head {
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  background: rgba(102, 112, 147, 0.1);
}

#dedicated .package .b > ul > li.head > span {
  flex: 1 0 0;
  padding: 10px 15px;
  text-align: center !important;
}

#dedicated .package .b > ul > li.head > span.server {
  flex: 0 0 180px;
  width: 180px;
}

#dedicated .package .b > ul > li.head > span.price {
  flex: 0 0 210px;
  width: 210px;
}

#dedicated .package .b > ul > li.head > span.features > span {
  display: table;
  width: 100%;
}

#dedicated .package .b > ul > li.head > span.features > span > span {
  display: table-cell;
  width: 160px;
}

#dedicated
  .package
  .b
  > ul
  > li.head
  > span.features
  > span
  > span:first-child {
  width: auto;
}

#dedicated
  .package
  .b
  > ul
  > li.head
  > span.features
  > span
  > span:nth-child(2) {
  width: 130px;
}

#dedicated .package .b > ul > li.head > span.features > span > span:last-child {
  width: 130px;
}

#dedicated .package .b > ul > li.head > span.button {
  flex: 0 0 170px;
  width: 170px;
}

#dedicated .package .b > ul > li.item {
  margin-top: 12px;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(102, 112, 147, 0.2);
  border-radius: 8px;
}

#dedicated .package .b > ul > li.item > div {
  flex: 0 0 auto;
  padding: 12px 15px;
}

#dedicated .package .b > ul > li.item .server {
  text-align: center !important;
  flex: 0 0 180px;
  width: 180px;
}

#dedicated .package .b > ul > li.item .server strong {
  display: block;
}

#dedicated .package .b > ul > li.item .server strong span {
  position: relative;
  padding-left: 28px;
  line-height: 24px;
  font-weight: 500;
}

#dedicated .package .b > ul > li.item .server strong span i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  color: #007db8;
}

#dedicated .package .b > ul > li.item .server strong span img svg {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  color: #007db8;
}

#dedicated .package .b > ul > li.item .server img {
  margin: 8px 0 5px;
}

#dedicated .package .b > ul > li.item .server div a {
  font-size: 12px;
  font-weight: 500;
  color: #00b57f;
}

#dedicated .package .b > ul > li.item .server div a span {
  display: none;
}

#dedicated .package .b > ul > li.item .server div a span:first-child {
  display: block;
}

#dedicated .package .b > ul > li.item .features {
  flex: 1 0 0;
}

#dedicated .package .b > ul > li.item .features ul {
  display: table;
  width: 100%;
  align-items: center;
}

#dedicated .package .b > ul > li.item .features ul li {
  position: relative;
  display: table-cell;
  padding: 0 15px;
  height: 74px;
  vertical-align: middle;
  width: 160px;
  text-align: center !important;
}

#dedicated .package .b > ul > li.item .features ul li p {
  text-align: left !important;
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 1;
  padding-left: 40px;
}

#dedicated .package .b > ul > li.item .features ul li p i {
  position: absolute;
  left: 0;
  top: 50%;
  line-height: 0;
  font-size: 32px;
}

#dedicated .package .b > ul > li.item .features ul li p strong {
  display: block;
  color: #00104b;
  font-size: 13px;
  font-weight: 500;
  padding-bottom: 4px;
}

#dedicated .package .b > ul > li.item .features ul li:first-child {
  width: auto;
}

#dedicated .package .b > ul > li.item .features ul li:nth-child(2) {
  width: 130px;
}

#dedicated .package .b > ul > li.item .features ul li:last-child {
  width: 130px;
}

#dedicated .package .b > ul > li.item .price {
  text-align: center !important;
  flex: 0 0 210px;
  width: 210px;
}

#dedicated .package .b > ul > li.item .price > strong {
  font-size: 0;
  text-align: center !important;
  line-height: 1;
  font-weight: 500;
}

#dedicated .package .b > ul > li.item .price > strong > strong {
  color: #00104b;
  font-size: 48px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
}

#dedicated .package .b > ul > li.item .price > strong > span {
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle;
  text-align: left !important;
}

#dedicated .package .b > ul > li.item .price > strong > span u {
  font-size: 14px;
  line-height: 16px;
  display: block;
  text-decoration: line-through;
}

#dedicated .package .b > ul > li.item .price > strong > span strong {
  display: block;
  color: #00104b;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}

#dedicated .package .b > ul > li.item .price > strong > span strong span {
  color: #667093;
  font-weight: 500;
}

#dedicated .package .b > ul > li.item .button {
  flex: 0 0 170px;
  width: 170px;
}

#dedicated .package .b > ul > li.item .button button {
  width: 100%;
  padding: 14px;
}

#dedicated .package .b > ul > li.item .sub {
  flex: 0 0 100%;
  width: 100%;
  padding-top: 0;
  display: none;
}

#dedicated .package .b > ul > li.item .sub div {
  border-top: 1px solid rgba(102, 112, 147, 0.2);
}

#dedicated .package .b > ul > li.item .sub ol {
  padding-top: 16px;
  margin: -10px -15px;
}

#dedicated .package .b > ul > li.item .sub ol li {
  position: relative;
  padding: 10px 15px 10px 43px;
  color: #00104b;
  line-height: 20px;
  font-weight: 500;
}

#dedicated .package .b > ul > li.item .sub ol li i {
  position: absolute;
  left: 15px;
  top: 10px;
  font-size: 20px;
  color: #00b57f;
}

#dedicated .package .b > ul > li.item.open {
  border-color: #7ce497;
}

#dedicated .package .b > ul > li.item.open .server div a span:first-child {
  display: none;
}

#dedicated .package .b > ul > li.item.open .server div a span:last-child {
  display: block;
}

#dedicated .solutions {
  padding-top: 80px;
  border-bottom: 1px solid rgba(102, 112, 147, 0.2);
}

#dedicated .solutions > div {
  overflow: hidden;
}

#dedicated .solutions .rw {
  margin: 0 -30px;
}

#dedicated .solutions .rw > div {
  padding: 15px 30px 75px;
  border-left: 1px solid rgba(102, 112, 147, 0.2);
}

#dedicated .solutions .rw > div h3 {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  color: #00104b;
}

#dedicated .solutions .rw > div ul {
  padding-top: 10px;
}

#dedicated .solutions .rw > div ul li {
  position: relative;
  line-height: 20px;
  padding: 5px 0 5px 30px;
}

#dedicated .solutions .rw > div ul li i {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 24px;
  color: #00b57f;
}

#dedicated .preference .container > div {
  max-width: 100%;
}

#serverHosting .top {
  padding: 0 0 60px;
  border: none;
  background: url(../images/hostingTop.png) no-repeat bottom center/100% 100%;
}

#serverHosting .top .sliderItem {
  padding: 55px 0;
}

#serverHosting .top .sliderItem .text ul {
  max-width: 500px;
}

#serverHosting .form > div {
  margin-top: -60px;
}

#serverHosting .form > div > div {
  background: #fff;
  border-radius: 8px;
}

#serverHosting .form .seperatorContent p {
  max-width: 820px;
}

#serverHosting .form .f {
  border-radius: 8px;
  background: #f9fbff;
  padding: 50px;
  margin-top: 60px;
}

#serverHosting .form .f > div {
  position: relative;
  max-width: 1030px;
  margin: 0 auto;
}

#serverHosting .form .f > div h2 {
  font-size: 18px;
  color: #00104b;
  font-weight: 500;
  padding: 0 70px 16px 0;
  border-bottom: 1px solid rgba(102, 112, 147, 0.2);
}

#serverHosting .form .f > div > strong {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  color: #00104b;
  font-weight: 400 !important;
}

#serverHosting .form .f > div > div {
  padding-top: 24px;
  display: none;
}

#serverHosting .form .f > div > div .obtn {
  width: 100%;
  margin-top: 8px;
}

#serverHosting .form .f > div > div .btn.btn-gray {
  width: auto;
}

#serverHosting .form .f > div > div .rw {
  justify-content: center;
}

#serverHosting .form .f > div > div.step2 .rw {
  justify-content: space-between;
}

#serverHosting .form .f > div > div.active {
  display: block;
}

#serverHosting .software {
  padding-top: 80px;
  border-bottom: 1px solid rgba(102, 112, 147, 0.2);
}

#serverHosting .software > div {
  overflow: hidden;
}

#serverHosting .software h3 {
  text-align: center !important;
  font-size: 32px;
  line-height: 1;
  color: #00104b;
  font-weight: 500;
}

#serverHosting .software p {
  font-size: 18px;
  line-height: 32px;
  text-align: center !important;
  padding-top: 20px;
}

#serverHosting .software .rw {
  padding-top: 80px;
  margin: 0 -30px;
}

#serverHosting .software .rw > div {
  padding: 15px 30px 75px;
  border-left: 1px solid rgba(102, 112, 147, 0.2);
}

#serverHosting .software .rw > div ul li {
  position: relative;
  line-height: 20px;
  padding: 5px 0 5px 30px;
}

#serverHosting .software .rw > div ul li i {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 24px;
  color: #00b57f;
}

#serverHosting .infrastructure {
  padding: 120px 0;
  background: #f9fbff;
  border-bottom: 1px solid rgba(102, 112, 147, 0.2);
}

#serverHosting .infrastructure > div > h3 {
  text-align: center !important;
  font-size: 32px;
  line-height: 1;
  color: #00104b;
  font-weight: 500;
}

#serverHosting .infrastructure > div > p {
  font-size: 18px;
  line-height: 32px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center !important;
  padding: 20px 0 48px;
}

#serverHosting .infrastructure ul li {
  position: relative;
}

#serverHosting .infrastructure ul li > strong {
  position: relative;
  display: block;
  font-weight: 400 !important;
  cursor: pointer;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#serverHosting .infrastructure ul li > strong span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  padding: 24px 60px 24px 24px;
}

#serverHosting .infrastructure ul li > strong span:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 4px;
  width: 0;
  background: linear-gradient(255.4deg, #7ce497 1.6%, #00bed1 98.62%);
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#serverHosting .infrastructure ul li > strong i {
  position: absolute;
  right: 24px;
  top: 50%;
  line-height: 24px;
  margin-top: -12px;
  font-size: 24px;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#serverHosting .infrastructure ul li > div {
  padding: 0 24px 24px;
  display: none;
}

#serverHosting .infrastructure ul li > div p {
  line-height: 24px;
}

#serverHosting .infrastructure ul li > div.open {
  display: block;
}

#serverHosting .infrastructure ul li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  background: rgba(102, 112, 147, 0.2);
}

#serverHosting .infrastructure ul li.active {
  box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
  background: #fff;
}

#serverHosting .infrastructure ul li.active > strong {
  color: #00104b;
}

#serverHosting .infrastructure ul li.active > strong span:before {
  width: 100%;
}

#serverHosting .infrastructure ul li.active > strong i {
  transform: rotate(90deg);
}

#serverHosting .infrastructure ul li.active:before {
  background: #fff;
}

#mail .top {
  padding: 0 0 140px;
  border: none;
  background: url(../images/hostingTop.png) no-repeat bottom center/100% 100%;
}

#mail .top .sliderItem {
  padding: 55px 0;
}

#mail .top .sliderItem .text ul {
  max-width: 580px;
}

#mail .package > div {
  margin-top: -140px;
}

#mail .package .left {
  flex: 0 0 315px;
  width: 315px;
}

#mail .package .left > div {
  background: #fff;
  padding: 30px 16px;
  box-shadow: 0 10px 64px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
}

#mail .package .left > div > h2 {
  font-size: 24px;
  line-height: 1;
  color: #00104b;
  font-weight: 500;
}

#mail .package .left > div > p {
  line-height: 24px;
  display: block;
  padding: 16px 0 12px;
}

#mail .package .left > div > div {
  padding-top: 24px;
  border-top: 1px solid rgba(102, 112, 147, 0.2);
}

#mail .package .left > div > div span {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  color: #00104b;
  padding-left: 28px;
}

#mail .package .left > div > div span i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  color: #00b57f;
}

#mail .package .left > div > div h2 {
  font-size: 18px;
  line-height: 1;
  color: #00104b;
  font-weight: 500;
  padding-top: 14px;
}

#mail .package .left ul {
  padding-top: 14px;
}

#mail .package .left ul li {
  position: relative;
  display: table;
  width: 100%;
}

#mail .package .left ul li > span {
  position: relative;
  padding: 0 20px 0 30px;
  display: table-cell;
  vertical-align: middle;
  height: 60px;
  font-size: 15px;
  line-height: 20px;
  color: #00104b;
  font-weight: 500;
}

#mail .package .left ul li > span i {
  position: absolute;
  left: 0;
  top: 50%;
  line-height: 0;
  font-size: 20px;
}

#mail .package .left ul li > span span {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 20px;
  color: #667093;
  margin-top: -10px;
  cursor: pointer;
}

#mail .package .left ul li:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: -30px;
  height: 1px;
  background: rgba(102, 112, 147, 0.2);
}

#mail .package .left ul li.sub {
  display: none;
}

#mail .package .left ul li:last-child > span {
  padding: 0;
}

#mail .package .left ul li:last-child > span a {
  color: #00b57f;
}

#mail .package .left ul li:last-child > span a b {
  display: none;
  font-weight: 500;
}

#mail .package .left ul li:last-child > span a b:first-child {
  display: block;
}

#mail .package .left ul.open li.sub {
  display: table;
}

#mail .package .left ul.open li:last-child b:first-child {
  display: none;
}

#mail .package .left ul.open li:last-child b:last-child {
  display: block;
}

#mail .package .right {
  flex: 1 0 0;
}

#mail .package .right > div {
  background: #fff;
  box-shadow: 0 10px 64px rgba(0, 0, 0, 0.04);
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}

#mail .package .right > div > .rw {
  margin: 0 -1px;
}

#mail .package .right > div > .rw > div {
  padding: 0;
  border-left: 1px solid rgba(102, 112, 147, 0.2);
  text-align: center !important;
}

#mail .package .right > div > .rw > div > div {
  position: relative;
  padding: 24px;
}

#mail .package .right > div > .rw > div > div h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #3b4767;
  text-align: left !important;
  padding: 0 30px 16px 0;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(102, 112, 147, 0.2);
}

#mail .package .right > div > .rw > div > div > b {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  overflow: hidden;
  background: linear-gradient(255.4deg, #7ce497 1.6%, #00bed1 98.62%);
}

#mail .package .right > div > .rw > div > div > b b {
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 12px;
  display: block;
  background: #f0f1f4;
  opacity: 0;
}

#mail .package .right > div > .rw > div > div > b.p25 b {
  opacity: 1;
}

#mail .package .right > div > .rw > div > div > b.p25 b:first-child {
  height: 24px;
}

#mail .package .right > div > .rw > div > div > b.p25 b:last-child {
  left: 12px;
  top: 12px;
}

#mail .package .right > div > .rw > div > div > b.p50 b {
  opacity: 1;
  height: 24px;
}

#mail .package .right > div > .rw > div > div > b.p75 b {
  opacity: 1;
}

#mail .package .right > div > .rw > div > div img {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 24px;
}

#mail .package .right > div > .rw > div > div > strong {
  font-size: 0;
  text-align: center !important;
  line-height: 1;
  font-weight: 500;
}

#mail .package .right > div > .rw > div > div > strong > strong {
  color: #00104b;
  font-size: 48px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
}

#mail .package .right > div > .rw > div > div > strong > span {
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle;
  text-align: left !important;
}

#mail .package .right > div > .rw > div > div > strong > span u {
  font-size: 14px;
  line-height: 16px;
  display: block;
  text-decoration: line-through;
}

#mail .package .right > div > .rw > div > div > strong > span strong {
  display: block;
  color: #00104b;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}

#mail .package .right > div > .rw > div > div > strong > span strong span {
  color: #667093;
  font-weight: 500;
}

#mail .package .right > div > .rw > div > div > span {
  display: block;
  border: 1px solid rgba(102, 112, 147, 0.2);
  border-radius: 8px;
  margin: 16px 0;
}

#mail .package .right > div > .rw > div > div > span span {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  color: #00104b;
  line-height: 26px;
}

#mail .package .right > div > .rw > div > div > span span img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 100%;
}

#mail .package .right > div > .rw > div > div .btn {
  width: 100%;
}

#mail .package .right > div > .rw > div ul li {
  position: relative;
  display: table;
  width: 100%;
  height: 37px;
}

#mail .package .right > div > .rw > div ul li > span {
  height: 60px;
  vertical-align: middle;
  display: table-cell;
  font-size: 16px;
  line-height: 20px;
  color: #00104b;
}

#mail .package .right > div > .rw > div ul li > span strong {
  font-weight: 500;
  display: block;
}

#mail .package .right > div > .rw > div ul li > span strong span {
  vertical-align: middle;
  color: #667093;
  font-size: 20px;
  line-height: 1;
  margin-left: 6px;
  cursor: pointer;
}

#mail .package .right > div > .rw > div ul li > span > span {
  padding-bottom: 5px;
  display: none;
}

#mail .package .right > div > .rw > div ul li > span > i {
  display: block;
  font-size: 20px;
  line-height: 1;
  color: #00b57f;
}

#mail .package .right > div > .rw > div ul li > span > a {
  color: #00b57f;
}

#mail .package .right > div > .rw > div ul li > span > a b {
  display: none;
  font-weight: 500;
}

#mail .package .right > div > .rw > div ul li > span > a b:first-child {
  display: block;
}

#mail .package .right > div > .rw > div ul li.sub {
  display: none;
}

#mail .package .right > div > .rw > div ul li:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background: rgba(102, 112, 147, 0.2);
}

#mail .package .right > div > .rw > div ul.open li.sub {
  display: table;
}

#mail .package .right > div > .rw > div ul.open li:last-child b:first-child {
  display: none;
}

#mail .package .right > div > .rw > div ul.open li:last-child b:last-child {
  display: block;
}

#mail .software {
  padding-top: 80px;
  border-bottom: 1px solid rgba(102, 112, 147, 0.2);
}

#mail .software > div {
  overflow: hidden;
}

#mail .software h4 {
  text-align: center !important;
  font-size: 32px;
  line-height: 1;
  color: #00104b;
  font-weight: 500;
}

#mail .software p {
  font-size: 18px;
  line-height: 32px;
  text-align: center !important;
  padding-top: 20px;
}

#mail .software .rw {
  padding-top: 80px;
  margin: 0 -30px;
}

#mail .software .rw > div {
  padding: 15px 30px 75px;
  border-left: 1px solid rgba(102, 112, 147, 0.2);
}

#mail .software .rw > div ul li {
  position: relative;
  line-height: 20px;
  padding: 5px 0 5px 30px;
}

#mail .software .rw > div ul li i {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 24px;
  color: #00b57f;
}

#mail .steps {
  padding: 80px 15px;
}

#mail .steps h4 {
  text-align: center !important;
  font-size: 32px;
  line-height: 1;
  color: #00104b;
  font-weight: 500;
}

#mail .steps .rw {
  margin: -30px -15px;
  padding-top: 40px;
}

#mail .steps .rw > div {
  padding: 30px 15px;
  text-align: center !important;
  line-height: 24px;
}

#mail .steps .rw > div strong {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #00104b;
  padding: 15px 0 8px;
}

#mail .description {
  background: #f9fbff;
  padding: 120px 0;
  border-top: 1px solid rgba(102, 112, 147, 0.2);
  border-bottom: 1px solid rgba(102, 112, 147, 0.2);
}

#mail .description .t {
  text-align: center !important;
  overflow: auto;
}

#mail .description .t > div {
  display: inline-block;
}

#mail .description .t ul {
  background: rgba(102, 112, 147, 0.05);
  border-radius: 8px;
  padding: 8px 12px;
  margin: 0;
}

#mail .description .t ul li {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  border-radius: 8px;
  padding: 10px 12px 10px 40px;
  color: #667093;
  white-space: nowrap;
  text-align: left !important;
  cursor: pointer;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#mail .description .t ul li i {
  position: absolute;
  left: 12px;
  top: 10px;
  font-size: 20px;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#mail .description .t ul li.active {
  background: #fff;
  color: #00104b;
}

#mail .description .t ul li.active i {
  color: #00b57f;
}

#mail .description .b {
  padding-top: 48px;
}

#mail .description .b .rw {
  align-items: center;
  margin: -15px;
}

#mail .description .b .rw > div {
  padding: 15px;
}

#mail .description .b .text {
  font-size: 16px;
  line-height: 2;
}

#mail .description .b .text h5 {
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
  color: #00104b;
  padding-bottom: 16px;
}

#mail .description .b .img {
  text-align: center !important;
}

#mail .services h6 {
  font-size: 32px;
  line-height: 1;
  font-weight: 500;
  text-align: center !important;
  color: #00104b;
}

#mail .services > p {
  text-align: center !important;
  font-size: 18px;
  line-height: 1;
  padding: 20px 0 40px;
}

#mail .services ul {
  margin: -15px;
}

#mail .services ul li {
  padding: 15px;
}

#mail .services ul li div {
  border: 1px solid rgba(102, 112, 147, 0.2);
  border-radius: 8px;
  padding: 24px;
  line-height: 24px;
  height: 100%;
}

#mail .services ul li div i {
  display: block;
  font-size: 24px;
  line-height: 1;
  color: #00bed1;
  background: linear-gradient(255.4deg, #7ce497 1.6%, #00bed1 98.62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#mail .services ul li div:hover {
  border-color: transparent;
  box-shadow: 0 10px 48px rgb(0 0 0 / 15%);
}

#mail .services ul li div strong {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #00104b;
  padding: 12px 0;
}

#mail .move {
  padding: 120px 15px;
}

#mail .move h6 {
  text-align: center !important;
  font-size: 32px;
  line-height: 1;
  color: #00104b;
  font-weight: 500;
}

#mail .move > p {
  font-size: 18px;
  line-height: 32px;
  text-align: center !important;
  padding: 20px 0 40px;
}

#mail .move .rw {
  margin: -15px;
  align-items: center;
}

#mail .move .rw > div {
  padding: 15px;
}

#mail .move .text {
  font-size: 16px;
  line-height: 32px;
}

#mail .move .img {
  text-align: center !important;
}

#ssl .top {
  padding: 0 0 200px;
  border: none;
  background: url(../images/hostingTop.png) no-repeat bottom center/100% 100%;
}

#ssl .top .sliderItem {
  padding: 55px 0;
}

#ssl .top .sliderItem .text ul {
  max-width: 580px;
}

#ssl .package > div {
  margin-top: -200px;
}

#ssl .package > div > ul {
  margin: 0;
  padding: 8px 12px 0;
  background: rgba(102, 112, 147, 0.08);
  border-radius: 8px;
}

#ssl .package > div > ul li {
  position: relative;
  cursor: pointer;
  text-align: center !important;
  font-size: 20px;
  font-weight: 500;
  padding: 17px;
  border-radius: 8px 8px 0 0;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#ssl .package > div > ul li:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  height: 8px;
  background: linear-gradient(255.4deg, #7ce497 1.6%, #00bed1 98.62%);
  opacity: 0;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#ssl .package > div > ul li.active {
  background: #fff;
  color: #00104b;
}

#ssl .package > div > ul li.active:before {
  opacity: 1;
}

#ssl .package > div > div {
  margin: -15px;
  padding-top: 24px;
}

#ssl .package > div > div > div {
  padding: 15px;
}

#ssl .package > div > div > div > div {
  background: #fff;
  border: 1px solid rgba(102, 112, 147, 0.1);
  border-radius: 8px;
  padding: 24px 16px 16px;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#ssl .package > div > div > div > div > p {
  display: table;
  width: 100%;
  border-bottom: 1px solid rgba(102, 112, 147, 0.2);
  padding-bottom: 24px;
}

#ssl .package > div > div > div > div > p > span {
  display: table-cell;
  font-size: 14px;
  line-height: 1;
}

#ssl .package > div > div > div > div > p > span strong {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #00104b;
  padding-bottom: 12px;
}

#ssl .package > div > div > div > div > p > span img {
  float: right;
}

#ssl .package > div > div > div > div > strong {
  font-size: 0;
  text-align: center !important;
  line-height: 1;
  font-weight: 500;
  padding: 24px 0 16px;
}

#ssl .package > div > div > div > div > strong > strong {
  color: #00104b;
  font-size: 48px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
}

#ssl .package > div > div > div > div > strong > span {
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle;
  text-align: left !important;
}

#ssl .package > div > div > div > div > strong > span u {
  font-size: 14px;
  line-height: 16px;
  display: block;
  text-decoration: line-through;
}

#ssl .package > div > div > div > div > strong > span strong {
  display: block;
  color: #00104b;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}

#ssl .package > div > div > div > div > strong > span strong span {
  color: #667093;
  font-weight: 500;
}

#ssl .package > div > div > div > div > span {
  display: block;
  color: #00104b;
  line-height: 24px;
  text-align: center !important;
  padding: 2px 8px;
  background: rgba(32, 207, 134, 0.2);
  border-radius: 8px;
}

#ssl .package > div > div > div > div > .obtn {
  margin: 16px 0;
  width: 100%;
}

#ssl .package > div > div > div > div > div {
  background: #f7f9fd;
  border-radius: 8px;
  padding: 16px 16px 6px;
}

#ssl .package > div > div > div > div > div > strong {
  display: block;
  color: #00104b;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

#ssl .package > div > div > div > div > div ul li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  border-top: 1px solid rgba(102, 112, 147, 0.2);
  padding: 10px 0 10px 28px;
}

#ssl .package > div > div > div > div > div ul li i {
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 20px;
  color: #00104b;
}

#ssl .package > div > div > div > div > div ul li i.ri-lock-fill {
  color: #00b57f;
}

#ssl .package > div > div > div > div > div ul li:first-child {
  border-top: none;
}

#ssl .package > div > div > div > div:hover {
  border-color: #00b57f;
}

#ssl .package > div > div.active {
  display: -ms-flexbox;
  display: flex;
}

#page .top {
  background: url(../images/hostingTop.png) no-repeat top center;
  text-align: center !important;
  padding: 70px 0 80px;
}

#page .top ul {
  font-size: 0;
  padding-bottom: 3px;
}

#page .top ul li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  padding: 9px 18px;
  color: #00b57f;
}

#page .top ul li a {
  color: #667093;
}

#page .top ul li i {
  position: absolute;
  right: -18px;
  top: 9px;
  font-size: 20px;
  width: 36px;
  text-align: center !important;
}

#page .menu {
  border-top: 1px solid rgba(102, 112, 147, 0.2);
  border-bottom: 1px solid rgba(102, 112, 147, 0.2);
}

#page .menu > div {
  padding: 0;
}

#page .menu ul {
  display: table;
  width: 100%;
}

#page .menu ul li {
  display: table-cell;
  text-align: center !important;
  border-left: 1px solid rgba(102, 112, 147, 0.2);
}

#page .menu ul li a {
  position: relative;
  display: block;
  font-size: 20px;
  padding: 25px 15px;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#page .menu ul li a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(255.4deg, #7ce497 1.6%, #00bed1 98.62%);
  opacity: 0;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#page .menu ul li a.active {
  color: #00b57f;
  background: rgba(0, 181, 127, 0.1);
}

#page .menu ul li a.active:before {
  opacity: 1;
}

#page .menu ul li:first-child {
  border-left: none;
}

#page .b {
  padding: 80px 15px 120px;
  font-size: 18px;
}

#page .b > * {
  margin-top: 16px;
}

#page .b > :first-child {
  margin-top: 0;
}

#page .b hr {
  margin: 48px 0;
  border-color: rgba(102, 112, 147, 0.2);
}

#page .b hr:first-child {
  margin-top: 0;
}

#page .b hr:last-child {
  margin-bottom: 0;
}

#page .b h1,
#page .b h2,
#page .b h3,
#page .b h4,
#page .b h5,
#page .b h6 {
  font-size: 28px;
  color: #00104b;
  font-weight: 500;
}

#page .b h1 strong,
#page .b h2 strong,
#page .b h3 strong,
#page .b h4 strong,
#page .b h5 strong,
#page .b h6 strong {
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #00b57f;
  font-weight: 500;
  padding-bottom: 8px;
}

#footer {
  position: relative;
  background: #151b2c;
  padding-top: 8px;
}

#footer .top {
  padding: 64px 0;
  text-align: center !important;
}

#footer .top > strong {
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

#footer .top p {
  font-size: 16px;
  line-height: 1;
  color: #888fa8;
  padding: 16px 0 40px;
}

#footer .top > div {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  padding-right: 210px;
}

#footer .top > div input {
  width: 100%;
  background: #232a40;
  border-radius: 8px;
  padding: 18px 24px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
}

#footer .top > div input::-webkit-input-placeholder {
  color: #888fa8;
}

#footer .top > div input:-ms-input-placeholder {
  color: #888fa8;
}

#footer .top > div input::placeholder {
  color: #888fa8;
}

#footer .top > div button {
  position: absolute;
  right: 0;
  top: 0;
  width: 180px;
}

#footer .center {
  border-top: 1px solid rgba(136, 143, 168, 0.2);
  border-bottom: 1px solid rgba(136, 143, 168, 0.2);
  padding: 28px 0;
}

#footer .center .left {
  flex: 0 0 330px;
  width: 330px;
  padding: 40px 15px;
}

#footer .center .left > div {
  background: rgba(102, 112, 147, 0.1);
  border-radius: 4px;
  padding: 40px 24px;
}

#footer .center .left > div p {
  font-size: 12px;
  color: #888fa8;
  font-weight: 500;
}

#footer .center .left > div p strong {
  display: block;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

#footer .center .left > div ul li {
  position: relative;
  padding: 7px 0;
}

#footer .center .left > div ul li hr {
  margin: 16px 0;
  border-color: rgba(136, 143, 168, 0.2);
}

#footer .center .left > div ul li > a,
#footer .center .left > div ul li > span {
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  color: #888fa8;
  font-weight: 500;
  padding-right: 20px;
  display: inline-block;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#footer .center .left > div ul li > a span,
#footer .center .left > div ul li > span span {
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#footer .center .left > div ul li > a i,
#footer .center .left > div ul li > span i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  line-height: 1;
}

#footer .center .left > div ul li > a:hover,
#footer .center .left > div ul li > span:hover {
  color: #fff;
}

#footer .center .left > div ul li > a:hover span,
#footer .center .left > div ul li > span:hover span {
  color: #20cf86;
}

#footer .center .left > div ul li > span {
  padding-right: 0;
  font-size: 14px;
  line-height: 24px;
}

#footer .center .left > div ul li > span:hover {
  color: #888fa8;
}

#footer .center .left > div ul li > i {
  position: absolute;
  right: 0;
  top: 50%;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  margin-top: -10px;
}

#footer .center .right {
  padding-left: 65px;
}

#footer .center .right .rw > div {
  padding: 40px 15px;
}

#footer .center .right .rw > div strong {
  position: relative;
  display: block;
  font-size: 14px;
  color: #888fa8;
  font-weight: 500;
}

#footer .center .right .rw > div strong i {
  position: absolute;
  right: 14px;
  top: 50%;
  line-height: 0;
  font-size: 20px;
  display: none;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#footer .center .right .rw > div ul {
  padding: 4px 0;
}

#footer .center .right .rw > div ul li {
  padding: 4px 0;
}

#footer .center .right .rw > div ul li a {
  font-size: 14px;
  color: #fff;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#footer .center .right .rw > div ul li a:hover {
  color: #888fa8;
}

#footer .bottom {
  text-align: center !important;
  padding: 64px 0 54px;
}

#footer .bottom p {
  font-size: 15px;
  color: #888fa8;
  padding: 16px 0 14px;
}

#footer .bottom ul {
  font-size: 0;
}

#footer .bottom ul li {
  display: inline-block;
}

#footer .bottom ul li a {
  display: block;
  color: #fff;
  font-size: 28px;
  padding: 10px;
}

#footer .bottom ul li a:hover {
  color: #888fa8;
}

#footer .copyright {
  padding: 20px 0;
  overflow: hidden;
  border-top: 1px solid rgba(136, 143, 168, 0.2);
}

#footer .copyright > div {
  margin: 0 -20px;
  align-items: center;
}

#footer .copyright > div p {
  padding: 10px 20px;
  color: #fff;
}

#footer .copyright > div ul {
  font-size: 0;
  padding: 0;
}

#footer .copyright > div ul li {
  display: inline-block;
}

#footer .copyright > div ul li a {
  display: block;
  color: #888fa8;
  font-size: 14px;
  padding: 10px 20px;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#footer .copyright > div ul li a:hover {
  color: #fff;
}

#footer:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  height: 8px;
  background: linear-gradient(255.4deg, #7ce497 1.6%, #00bed1 98.62%);
}

@media (max-width: 1270px) {
  .cl-lg-4 {
    flex: 0 0 33.333%;
    width: 33.33%;
  }

  .cl-lg-5 {
    flex: 0 0 41.666%;
    width: 41.666%;
  }

  .cl-lg-6 {
    flex: 0 0 50%;
    width: 50%;
  }

  .cl-lg-7 {
    flex: 0 0 58.333%;
    width: 58.333%;
  }

  .sliderItem .img {
    max-width: 400px;
  }

  .preference .container ul li {
    padding: 0 32px 80px;
  }

  .preference .container ul li p {
    padding-left: 0;
    text-align: center !important;
  }

  .preference .container ul li p i {
    display: block;
    position: unset;
    margin: 0 auto 5px;
  }

  #header .bottom .container {
    padding-right: 145px;
  }

  #header .bottom .container > ul > li > a {
    padding: 24px 10px;
  }

  #header .bottom .container > div > a {
    min-width: 120px;
  }

  #home .customer {
    padding: 336px 0 120px;
  }

  #home .customer .h1 {
    padding: 0 15px;
  }

  #home .customer > strong {
    padding: 0 15px;
  }

  #home .customer .item > div {
    width: 290px;
    max-width: 80vw;
  }

  #home .technology > div {
    padding: 40px 70px 96px;
  }

  #home .technology > div .owl-nav > button {
    left: -70px;
  }

  #home .technology > div .owl-nav > button:last-child {
    right: -70px;
  }

  #reseler .configure .left > div > div .tab {
    flex: 0 0 284px;
    width: 284px;
  }

  #domain .prices > div > div table tbody tr td:first-child,
  #domain .prices > div > div table thead tr th:first-child {
    width: 324px;
  }

  #domain .prices > div > div > ul {
    width: calc(100% - 324px);
  }

  #domain .prices > div > div:before {
    left: 324px;
  }

  #vds .package > div .left > div .b {
    display: none;
  }

  #dedicated .package .b > ul > li.head {
    display: none;
  }

  #dedicated .package .b > ul > li.item .server {
    flex: 0 0 100%;
    width: 100%;
    padding-bottom: 0;
  }

  #dedicated .package .b > ul > li.item .features ul li {
    height: auto;
    width: auto !important;
  }
}

@media (max-width: 992px) {
  .cl-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .cl-md-4 {
    flex: 0 0 33.333%;
    width: 33.33%;
  }

  .cl-md-6 {
    flex: 0 0 50%;
    width: 50%;
  }

  .cl-md-12 {
    flex: 0 0 100%;
    width: 100%;
  }

  .sliderItem .img {
    display: none;
  }

  #header .top .left ul li a {
    padding: 0;
    width: 40px;
    text-align: center !important;
    display: block;
  }

  #header .top .left ul li a i {
    position: unset;
    line-height: 40px;
    display: block;
  }

  #header .top .left ul li a span {
    display: none;
  }

  #header .top .left ul li a:first-child {
    padding-left: 0;
  }

  #header .bottom .logo {
    position: unset;
    display: inline-block;
  }

  #header .bottom .container {
    padding-left: 15px;
  }

  #header .bottom .container > ul {
    display: none;
  }

  #header .bottom .container > div {
    right: 87px;
    border-right: 1px solid rgba(102, 112, 147, 0.2);
  }

  #header .bottom .container > div > a {
    padding: 0 20px;
  }

  #header .bottom .container .menu {
    display: block;
  }

  #home .package ul > li {
    border-top: 1px solid rgba(102, 112, 147, 0.2);
  }

  #home .package ul > li:nth-child(odd) {
    border-left: none;
  }

  #home .package ul > li:first-child,
  #home .package ul > li:nth-child(2) {
    border-top: none;
  }

  #reseler .configure .left > div {
    padding: 32px 24px;
  }

  #reseler .configure .right {
    padding-top: 24px;
  }

  #domain .prices > div > div table tbody tr td:first-child,
  #domain .prices > div > div table thead tr th:first-child {
    width: 284px;
  }

  #domain .prices > div > div > ul {
    width: calc(100% - 284px);
  }

  #domain .prices > div > div:before {
    left: 284px;
  }

  #dedicated .package .b > ul > li.item {
    justify-content: center;
  }

  #dedicated .solutions {
    text-align: center !important;
    padding-bottom: 40px;
  }

  #dedicated .solutions .rw {
    display: inline-block;
    padding-top: 25px;
  }

  #dedicated .solutions .rw > div {
    padding: 15px;
    border-left: none;
  }

  #dedicated .solutions .rw > div ul li {
    text-align: left !important;
  }

  #serverHosting .software {
    text-align: center !important;
    padding-bottom: 75px;
  }

  #serverHosting .software .rw {
    display: inline-block;
    padding-top: 25px;
  }

  #serverHosting .software .rw > div {
    padding: 0 15px;
    border-left: none;
  }

  #serverHosting .software .rw > div ul li {
    text-align: left !important;
  }

  #mail .package .left {
    display: none;
  }

  #mail .package .right > div > .rw > div ul li > span > span {
    display: block;
  }

  #mail .package .right > div > .rw > div ul li:last-child:before {
    display: none;
  }

  #mail .software {
    text-align: center !important;
    padding-bottom: 75px;
  }

  #mail .software .rw {
    display: inline-block;
    padding-top: 25px;
  }

  #mail .software .rw > div {
    padding: 0 15px;
    border-left: none;
  }

  #mail .software .rw > div ul li {
    text-align: left !important;
  }

  #mail .description .t ul li {
    padding: 10px 12px;
    text-align: center !important;
    white-space: normal;
  }

  #mail .description .t ul li i {
    position: unset;
    display: block;
    padding-bottom: 5px;
  }

  #mail .description .b .rw > div {
    text-align: center !important;
  }

  #page .menu ul li a {
    font-size: 16px;
    padding: 15px;
  }

  #footer .center .right {
    padding: 30px 15px;
  }

  #footer .center .right .rw > div {
    flex: 0 0 100%;
    width: 100%;
    padding: 10px 15px;
  }

  #footer .center .right .rw > div > div {
    border: 1px solid rgba(136, 143, 168, 0.2);
    border-radius: 4px;
  }

  #footer .center .right .rw > div > div.open > strong i {
    transform: rotateX(180deg);
  }

  #footer .center .right .rw > div > div.open ul {
    display: block;
  }

  #footer .center .right .rw > div strong {
    padding: 14px 48px 14px 14px;
  }

  #footer .center .right .rw > div strong i {
    display: block;
  }

  #footer .center .right .rw > div ul {
    display: none;
    padding: 10px 14px;
    border-top: 1px solid rgba(136, 143, 168, 0.2);
  }
}

@media (max-width: 768px) {
  .cl-sm {
    flex: 1 0 0;
    width: unset;
  }

  .cl-sm-auto {
    width: auto;
    flex: 0 0 auto;
  }

  .cl-sm-6 {
    flex: 0 0 50%;
    width: 50%;
  }

  .cl-sm-12 {
    flex: 0 0 100%;
    width: 100%;
  }

  .packages {
    padding-top: 60px;
  }

  .slogans {
    padding: 24px 15px;
  }

  .slogans > .rw {
    padding: 24px 0;
  }

  .slogans .text {
    text-align: center !important;
  }

  .slogans .img {
    text-align: center !important;
    order: 3;
    padding-top: 24px;
  }

  .tabMenu li a {
    white-space: normal;
  }

  .faq {
    padding: 60px 0 48px;
  }

  .faq > div ul li > strong {
    padding-right: 36px;
  }

  .faq > div ul li > strong i {
    width: 36px;
  }

  .domain {
    padding: 60px 0;
  }

  .domain .container > ul li {
    max-width: 33.33%;
  }

  .domain .container > ul li a {
    padding: 0 20px;
  }

  .domain .container > ul li a i {
    position: unset;
    line-height: normal;
    display: block;
  }

  .domain .container > section {
    width: 100vw;
    padding-top: 10px;
    margin-left: -15px;
  }

  .domain .container > section .item .domainItem {
    width: 180px;
  }

  .packageFeatures {
    padding-top: 30px;
  }

  .packageFeatures > div > .b {
    padding-top: 20px;
  }

  .preference {
    padding-top: 60px;
  }

  .preference .container ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin: 0 auto -1px;
  }

  .preference .container ul > * {
    padding: 0 15px;
  }

  .preference .container ul li {
    flex: 0 0 50%;
    width: 50px;
    padding: 32px;
  }

  .preference .container ul li:nth-child(odd) {
    border-left: none;
  }

  #header .top .rw {
    justify-content: center;
  }

  #header .top .left {
    padding: 0;
    flex: 0 0 auto;
  }

  #header .top .left ul li strong {
    padding: 10px 30px 10px 10px;
  }

  #header .top .left ul li strong i {
    right: 7px;
  }

  #header .top .right {
    padding: 0;
  }

  #header .top .right ul {
    border-left: none;
  }

  #header .top .right ul li {
    border-left: 1px solid rgba(102, 112, 147, 0.2);
  }

  #header .top .right ul li > * {
    padding: 0;
    width: 40px;
    height: 40px;
    text-align: center !important;
  }

  #header .top .right ul li > * i,
  #header .top .right ul li > * img {
    position: unset;
    line-height: 40px;
  }

  #header .top .right ul li > * img {
    margin-top: 12px;
  }

  #header .top .right ul li > * span {
    display: none;
  }

  #header .top .right ul li strong {
    padding-right: 0;
  }

  #header .top .right ul li strong .ri-arrow-down-s-line {
    display: none;
  }

  #header .top .right ul li:first-child {
    border-left: none;
  }

  #header .bottom .container {
    padding-right: 130px;
  }

  #header .bottom .container > div {
    border: none;
    right: 76px;
  }

  #header .bottom .container > div > a {
    padding: 0;
    min-width: auto;
    display: block;
  }

  #header .bottom .container > div > a > span {
    text-align: center !important;
    padding: 0 12px;
    display: block;
  }

  #header .bottom .container > div > a > span span {
    display: none;
  }

  #header .bottom .container > div > a > span i {
    position: unset;
    font-size: 32px;
    line-height: 72px;
    display: block;
  }

  #header .bottom .container > div > a > span b {
    position: absolute;
    right: 0;
    top: 24px;
  }

  #home .slider .dot {
    border-top: none;
  }

  #home .slider .dot .container ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin: 0;
  }

  #home .slider .dot .container ul > * {
    padding: 0 15px;
  }

  #home .slider .dot .container ul li {
    flex: 0 0 50%;
    width: 50%;
    border-top: 1px solid rgba(102, 112, 147, 0.2);
  }

  #home .campaign .b ul li {
    padding: 40px 15px 0;
  }

  #home .campaign .b ul li:before {
    display: none;
  }

  #home .campaign .b:before {
    display: none;
  }

  #home .success {
    margin-top: 60px;
    padding: 60px 15px;
    border-top: 1px solid rgba(102, 112, 147, 0.2);
  }

  #home .package {
    padding-top: 60px;
  }

  #home .package ul > li {
    border-left: none;
  }

  #home .package ul > li:nth-child(2) {
    border-top: 1px solid rgba(102, 112, 147, 0.2);
  }

  #home .customer {
    padding: 276px 0 60px;
  }

  #home .technology {
    padding: 0;
  }

  #home .technology > div {
    padding: 40px 0 96px;
  }

  #home .technology > div .item img {
    min-width: 148px;
  }

  #home .technology > div .owl-nav {
    padding-top: 16px;
    text-align: center !important;
  }

  #home .technology > div .owl-nav > button {
    position: unset;
    margin: 0 16px;
  }

  #hosting .package > div .item > div > div {
    margin-bottom: 0;
  }

  #hosting .package > div .item > div .obtn-outline {
    display: none;
  }

  .features {
    /* display:none */
  }

  #hosting .linux {
    padding-top: 40px;
  }

  #hosting .features > div > div .t .left {
    flex: 0 0 50vw;
    width: 50vw;
  }

  #hosting .features > div > div .t .right {
    flex: 1 0 0;
    width: auto;
  }

  #hosting .features > div > div .c > div > span {
    flex: 1 0 0;
    width: auto;
  }

  #hosting .features > div > div .c > div > ul > li > strong {
    flex: 0 0 50vw;
    width: 50vw;
  }

  #hosting .features > div > div .c > div > ul > li > span {
    flex: 1 0 0;
    width: auto;
  }

  #reseler .package > div .item > div > div {
    margin-bottom: 0;
  }

  #reseler .package > div .item > div .btn-outline {
    display: none;
  }

  #reseler .configure .left > div > div .tab {
    flex: 0 0 370px;
    max-width: 100%;
    margin-top: 16px;
  }

  #reseler .linux {
    padding-top: 40px;
  }

  #reseler .trust {
    padding-top: 60px;
  }

  #domain .slogans {
    padding: 12px 15px;
  }

  #domain .prices {
    padding: 60px 0;
  }

  #domain .prices > div > div {
    padding-top: 60px;
  }

  #domain .prices > div > div table tbody tr td:first-child,
  #domain .prices > div > div table thead tr th:first-child {
    width: 25%;
  }

  #domain .prices > div > div table thead tr th {
    padding: 5px;
  }

  #domain .prices > div > div table thead tr th span {
    display: none;
  }

  #domain .prices > div > div table thead tr th:nth-child(2) {
    border-top-left-radius: 0;
  }

  #domain .prices > div > div table thead tr th:first-child {
    background: #667093;
    border-top-left-radius: 4px;
  }

  #domain .prices > div > div table thead tr th:first-child > div {
    position: absolute;
    left: 0;
    top: -60px;
    width: 100%;
  }

  #domain .prices > div > div table tbody tr td {
    padding: 10px 5px;
    font-size: 14px;
  }

  #domain .prices > div > div table tbody tr td:first-child {
    background: #fff;
    padding-left: 40px;
  }

  #domain .prices > div > div table tbody tr td:first-child i {
    left: 10px;
  }

  #domain .prices > div > div > ul {
    width: 100%;
    padding: 8px;
    white-space: nowrap;
    overflow: auto;
    text-align: center !important;
  }

  #domain .prices > div > div > ul li .btn > span > span {
    display: none;
  }

  #domain .prices > div > div > ul li .btn > span i {
    display: block;
    font-size: 20px;
  }

  #domain .prices > div > div > ul li:first-child .btn,
  #domain .prices > div > div > ul li:last-child .btn {
    width: unset;
  }

  #domain .prices > div > div:before {
    left: 0;
  }

  #domain .faq {
    padding: 0 0 60px;
  }

  #vps .seperatorContent.bg {
    margin-top: 60px;
    padding: 60px 0;
  }

  #vps .slogans {
    padding: 12px 15px;
  }

  #dedicated .package .b > ul > li.item .features {
    flex: 0 0 100%;
    width: 100%;
    padding-bottom: 0;
    border-bottom: 1px solid rgba(102, 112, 147, 0.2);
  }

  #dedicated .package .b > ul > li.item .features ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    width: auto;
    align-items: unset;
  }

  #dedicated .package .b > ul > li.item .features ul > * {
    padding: 0 15px;
  }

  #dedicated .package .b > ul > li.item .features ul li {
    flex: 0 0 50%;
    width: 50%;
    padding: 10px;
    border-top: 1px solid rgba(102, 112, 147, 0.2);
    border-left: 1px solid rgba(102, 112, 147, 0.2);
  }

  #dedicated .package .b > ul > li.item .features ul li p {
    padding: 0;
    text-align: center !important;
  }

  #dedicated .package .b > ul > li.item .features ul li p i {
    position: unset;
    line-height: normal;
    padding-bottom: 5px;
    display: block;
  }

  #dedicated .package .b > ul > li.item .features ul li:nth-child(odd) {
    border-left: none;
  }

  #serverHosting .form .f {
    padding: 50px 24px;
  }

  #serverHosting .software {
    padding: 40px 0 35px;
  }

  #serverHosting .infrastructure {
    padding: 60px 0;
  }

  #mail .package .right > div {
    background: 0 0;
    box-shadow: none;
  }

  #mail .package .right > div > div > div {
    margin-bottom: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 64px rgba(0, 0, 0, 0.04);
  }

  #mail .software {
    padding: 40px 0 35px;
  }

  #mail .description {
    padding: 60px 0;
  }

  #mail .move {
    padding: 60px 15px;
  }

  #page .top {
    padding: 30px 0 40px;
  }

  #page .menu {
    border-bottom: none;
  }

  #page .menu ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin: 0;
  }

  #page .menu ul > * {
    padding: 0 15px;
  }

  #page .menu ul li {
    padding: 0;
    flex: 1 0 0;
    min-width: 33.33%;
    white-space: nowrap;
    border-bottom: 1px solid rgba(102, 112, 147, 0.2);
  }

  #page .b {
    padding: 40px 15px 60px;
  }

  #footer .center .left {
    flex: 0 0 100%;
    width: 100%;
    order: 2;
    padding-top: 0;
  }

  #footer .copyright {
    text-align: center !important;
  }
}

@media (max-width: 576px) {
  .cl-xs {
    flex: 1 0 0;
    width: auto;
  }

  .cl-xs-6 {
    flex: 0 0 50%;
    width: 50%;
  }

  .cl-xs-12 {
    flex: 0 0 100%;
    width: 100%;
  }

  .domain .container > div form input {
    padding-right: 110px;
  }

  .domain .container > div form button span span {
    display: none;
  }

  .preference .container ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin: 0 auto -1px;
  }

  .preference .container ul > * {
    padding: 0 15px;
  }

  .preference .container ul li {
    flex: 0 0 100%;
    width: 100px;
    border-left: none;
  }

  #header .top .left ul li a {
    width: 36px;
  }

  #header .top .right ul li > * {
    width: 36px;
  }

  #page .menu ul li {
    min-width: 50%;
  }
}

.knowledgebody a {
  font-weight: 600;
  font-size: 16px;
}

.client-panel .panel-title {
  margin-top: 14px;
  margin-bottom: 0;
  color: #333;
}

.client-panel .panel-title i {
  font-size: 25px;
  line-height: 21px;
  float: left;
  margin-right: 5px;
  color: #17c5c6;
}

.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../img/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.adminlogged {
  position: fixed;
  right: 10px;
  bottom: 10px;
  color: #ffffff;
  font-size: 12px;
  background: #f44336;
  padding: 5px;
  border-radius: 2px;
  z-index: 999999;
}

.adminlogged:hover,
.adminlogged:focus,
.adminlogged:active {
  color: #ffffff;
  background: #d9534f;
  text-decoration: none;
}

.news-bar {
  position: relative;
  padding: 8px 0;
  background: #0887fd;
}

.news-bar .news-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  color: #fff;
}

.news-bar .news-content a {
  font-size: 19px;
}

/*My create CSS*/
