@import url(../fonts/stylesheet.css);
.block {
  display: block;
}
.iblock {
  display: inline-block;
}
.inline {
  display: inline;
}
.none {
  display: none;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.tcenter {
  text-align: center !important;
}
.tleft {
  text-align: left !important;
}
.tright {
  text-align: right !important;
}
.w100 {
  width: 100%;
}
a {
  text-decoration: none !important;
}
.w-light {
  font-weight: 300 !important;
}
.w-bold {
  font-weight: bold !important;
}
.w-normal {
  font-weight: normal !important;
}
.w-semi,
.w-medium {
  font-weight: 500 !important;
}
input[type="text"],
input[type="password"],
textarea {
  -webkit-appearance: none;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  outline: none;
}
input {
  -webkit-appearance: none;
}
p {
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
form {
  margin: 0;
}
.t-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: inline-block;
}
.pointer {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
.rows:before,
.rows:after {
  content: "";
  display: table;
  clear: both;
}
.rw {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.rw > * {
  padding: 0 15px;
}
.cl {
  flex: 1 0 0;
}
.cl-auto {
  flex: 0 0 auto;
  width: auto;
}
.cl-2 {
  flex: 0 0 16.666667%;
  width: 16.666667%;
}
.cl-3 {
  flex: 0 0 25%;
  width: 25%;
}
.cl-4 {
  flex: 0 0 33.333333%;
  width: 33.333333%;
}
.cl-5 {
  flex: 0 0 41.666%;
  width: 41.666%;
}
.cl-6 {
  flex: 0 0 50%;
  width: 50%;
}
.cl-7 {
  flex: 0 0 58.334%;
  width: 58.334%;
}
.cl-8 {
  flex: 0 0 66.666666%;
  width: 66.666666%;
}
.cl-9 {
  flex: 0 0 75%;
  width: 75%;
}
.cl-10 {
  flex: 0 0 83.333333%;
  width: 83.333333%;
}
.cl-11 {
  flex: 0 0 91.666667%;
  width: 91.666667%;
}
.cl-12 {
  flex: 0 0 100%;
  width: 100%;
}
a {
  color: inherit;
  -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;
}
a:hover {
  color: #081131;
}
img {
  max-width: 100%;
  object-fit: cover;
}
.container {
  width: auto;
  max-width: 1270px;
  padding: 0 15px;
}
.mm-wrapper__blocker.mm-slideout {
  background: rgba(0, 0, 0, 0.8);
  margin-right: -50px;
  z-index: 9;
}
.mm-listitem:after {
  left: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}
.btn {
  font-size: 14px;
  font-weight: normal !important;
  color: #fff;
  line-height: 20px;
  padding: 14px 30px;
  border-radius: 8px;
  background: #00104b;
  position: relative;
  border: 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;
}
.btn svg,
.btn img {
  position: absolute;
  left: 16px;
  top: 50%;
  max-height: 100%;
  transform: translateY(-50%);
}
.btn svg + span,
.btn img + span {
  padding-left: 22px;
}
.btn > i {
  position: absolute;
  left: 15px;
  top: 50%;
  font-size: 16px;
  max-height: 100%;
  transform: translateY(-50%);
}
.btn > i.icon-cpanel {
  font-size: 16px;
}
.btn > i + span {
  padding-left: 34px;
}
.btn > span {
  position: relative;
  z-index: 3;
}
.btn > span span {
  padding-right: 36px;
}
.btn > span span i {
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 0;
  font-size: 24px;
}
.btn > span span.left {
  padding: 0 0 0 36px;
}
.btn > span span.left i {
  left: 0;
  right: auto;
}
.btn.btn-sm {
  padding: 10px 24px;
}
.btn.btn-xs {
  padding: 6px 35px;
  border-radius: 4px;
}
.btn.btn-xs > span span {
  padding-right: 26px;
}
.btn.btn-xs > span span i {
  font-size: 18px;
}
.btn.btn-xs > span span.left {
  padding: 0 0 0 26px;
}
.btn.btn-md {
  font-size: 16px;
  padding: 18px 30px;
}
.btn:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(75.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;
}
.btn:hover {
  background: transparent !important;
  color: #fff;
}
.btn:hover:before {
  opacity: 1;
}
.btn:focus {
  color: #fff;
}
.btn.btn-linear {
  background: linear-gradient(
    255.4deg,
    #7ce497 1.6%,
    #00bed1 98.62%
  ) !important;
}
.btn.btn-gray {
  background: #667093;
}
.btn.btn-gray2 {
  background: #f0f1f4;
  color: #081131;
}
.btn.btn-gray2:hover {
  color: #fff;
}
.btn.btn-orange {
  background: #ff6c2c;
}
.btn.btn-green {
  background: #00b57f;
}
.btn.btn-white {
  color: #667093;
  background: #fff;
}
.btn.btn-white:hover {
  color: #fff;
}
.btn.btn-red {
  background: #ff4646;
}
.btn-outline {
  padding: 0;
  border: 1px solid rgba(102, 112, 147, 0.2);
  border-radius: 8px;
  font-size: 14px;
  line-height: 18px;
  color: #00104b;
  background: none;
  font-weight: 500;
  display: inline-block;
  padding: 14px 30px;
  -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;
}
.btn-outline > span {
  position: relative;
  z-index: 3;
}
.btn-outline > span span {
  padding-right: 36px;
}
.btn-outline > span span i {
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 0;
  font-size: 24px;
}
.btn-outline > span span.left {
  padding: 0 0 0 36px;
}
.btn-outline > span span.left i {
  left: 0;
  right: auto;
}
.btn-outline.btn-sm {
  padding: 10px 24px;
}
.btn-outline.btn-xs {
  padding: 6px 12px;
  border-radius: 4px;
}
.btn-outline.btn-xs > span span {
  padding-right: 26px;
}
.btn-outline.btn-xs > span span i {
  font-size: 18px;
}
.btn-outline.btn-xs > span span.left {
  padding: 0 0 0 26px;
}
.btn-outline:hover {
  background: #00104b;
  border-color: #00104b;
  color: #fff;
}
.btn-opacity {
  font-size: 14px;
  font-weight: normal !important;
  color: #00b57f;
  line-height: 20px;
  padding: 14px 30px;
  border-radius: 8px;
  background: rgba(0, 181, 127, 0.1);
  position: relative;
  border: 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;
}
.btn-opacity:hover {
  color: #fff;
  background: #00b57f;
}
.btn-opacity.btn-sm {
  padding: 10px 24px;
}
.btn-opacity.btn-xs {
  padding: 7px 12px;
  border-radius: 4px;
}
[data-tab-content] {
  display: none;
}
[data-tab-content].active {
  display: block;
}
[data-currency] {
  display: none;
}
[data-currency].active {
  display: block;
}
.h1 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
  color: #081131;
  margin: 0;
}
.h2 {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  color: #081131;
  padding: 4px 0 4px 40px;
  margin: 0;
}
.h2 i {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  line-height: 30px;
  text-align: center !important;
  border: 1px solid rgba(102, 112, 147, 0.2);
  border-radius: 4px;
  font-size: 20px;
}
.h3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #081131;
  margin: 0;
}
.owl-nav {
  font-size: 0;
}
.owl-nav button {
  display: inline-block;
  font-size: 24px !important;
  margin: 0 16px;
  text-align: center !important;
  border: 1px solid rgba(102, 112, 147, 0.2) !important;
  -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;
}
.owl-nav button i {
  display: block;
  line-height: 46px;
  width: 46px;
}
.owl-nav button:hover {
  color: #fff !important;
  background: #00104b !important;
  border-color: #00104b !important;
}
.sliderItem {
  padding: 85px 0;
}
.sliderItem .rw {
  align-items: center;
}
.sliderItem .text {
  overflow: hidden;
}
.sliderItem .text > strong,
.sliderItem .text > h1 {
  display: block;
  font-weight: 500;
  font-size: 36px;
  line-height: 46px;
  color: #081131;
}
.sliderItem .text > strong span,
.sliderItem .text > h1 span {
  display: block;
  font-size: 16px;
  padding-bottom: 12px;
  color: #667093;
  line-height: 20px;
}
.sliderItem .text > span {
  display: block;
  padding-top: 16px;
  font-size: 18px;
  line-height: 32px;
  color: #667093;
}
.sliderItem .text ul {
  margin: 0 -20px;
  padding-top: 8px;
}
.sliderItem .text ul li {
  padding: 24px 20px 0;
}
.sliderItem .text ul li p {
  position: relative;
  padding-left: 60px;
  color: #667093;
}
.sliderItem .text ul li p i {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 48px;
  width: 48px;
  text-align: center !important;
  font-size: 24px;
  border-radius: 4px;
  color: #20cf86;
  background: rgba(32, 207, 134, 0.1);
}
.sliderItem .text ul li p strong {
  display: block;
  font-size: 16px;
  color: #081131;
  font-weight: 500;
  padding-bottom: 3px;
}
.sliderItem .text .btn {
  margin-top: 32px;
}
.sliderItem .img img {
  width: auto;
}
.tabMenu {
  font-size: 0;
  background: rgba(102, 112, 147, 0.08);
  border-radius: 8px;
  display: table;
  table-layout: fixed;
  padding: 4px;
}
.tabMenu li {
  display: table-cell;
  padding: 4px;
  text-align: center !important;
}
.tabMenu li a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #667093;
  font-weight: 500;
  background: #ebeef5;
  border-radius: 8px;
  padding: 10px;
  white-space: nowrap;
  -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;
}
.tabMenu li a span {
  display: inline-block;
  position: relative;
  padding-left: 28px;
}
.tabMenu li a span img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border-radius: 100%;
}
.tabMenu li a.active {
  color: #00104b;
  background: #fff;
}
.tabMenu2 {
  background: #f9fbff;
  border-radius: 8px;
  display: table;
  table-layout: fixed;
  padding: 8px;
  font-size: 0;
  width: 100%;
}
.tabMenu2 li {
  display: table-cell;
  text-align: center !important;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  padding: 10px;
  -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;
}
.tabMenu2 li.active {
  background: #fff;
  color: #00b57f;
  box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
}
.frm-control {
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid rgba(102, 112, 147, 0.2);
}
.frm-control input,
.frm-control select {
  position: relative;
  width: 100%;
  z-index: 3;
  border: none;
  padding: 0;
  background: none;
  font-size: 16px;
  color: #667093;
  padding: 15px 18px;
  min-height: 54px;
  appearance: none;
}
.frm-control i {
  position: absolute;
  right: 24px;
  top: 16px;
  font-size: 24px;
  color: #00104b;
  line-height: 1;
}
.frm-control i + input,
.frm-control i + select {
  padding-right: 60px;
}
.packages {
  padding-top: 110px;
}
.packages .container h2,
.packages .container h4 {
  text-align: center !important;
  font-size: 32px;
  color: #00104b;
  font-weight: 500;
}
.packages .container > p {
  font-size: 18px;
  text-align: center !important;
  padding: 8px 0 36px;
}
.packages .container ul {
  justify-content: center;
  margin: -15px;
}
.packages .container ul li {
  padding: 15px;
}
.packages .container ul li div {
  position: relative;
  border: 1px solid rgba(102, 112, 147, 0.2);
  border-radius: 8px;
  padding: 24px;
  height: 100%;
  -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;
}
.packages .container ul li div i {
  position: absolute;
  left: 24px;
  top: 24px;
  font-size: 24px;
  line-height: 24px;
  color: #00bed1;
  background: linear-gradient(255.4deg, #7ce497 1.6%, #00bed1 98.62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.packages .container ul li div i.icon-cpanel {
  font-size: 16px;
}
.packages .container ul li div > strong {
  display: block;
  padding-left: 32px;
  color: #00104b;
  font-size: 20px;
  line-height: 24px;
  font-weight: normal !important;
}
.packages .container ul li div > span {
  display: block;
  line-height: 24px;
  padding-top: 16px;
}
.packages .container ul li div:hover {
  border-color: transparent;
  box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
}
.no-border {
  border-top: none !important;
}
.swal2-popup {
  font-size: 1.6rem !important;
}
.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: normal !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: normal !important;
}
.slogans .text > .btn {
  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: 845px;
}
.faq > div ul li {
  border-bottom: 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;
}
.faq > div ul li > strong {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 1.33;
  font-weight: 500;
  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: #ffffff;
  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: #ffffff;
  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 strong,
.domainItem a:hover b i {
  color: #00b57f;
}
.domain {
  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 .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: #ffffff;
  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: none;
  border: none;
  padding: 28px 174px 28px 68px;
  width: 100%;
  font-size: 18px;
  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: #ffffff;
  box-shadow: 0 10px 48px rgba(0, 0, 0, 0.08);
  border-color: #ffffff !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: normal !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:before,
.checkbox input:checked + label i:after {
  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: #ffffff;
  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-group {
  margin-bottom: 0;
  padding-bottom: 16px;
}
.form-group > label {
  font-size: 14px;
  padding-bottom: 5px;
  font-weight: 500;
}
.form-group > div {
  position: relative;
  background: #fff;
  border: 1px solid rgba(102, 112, 147, 0.2);
  border-radius: 8px;
}
.form-group > div input,
.form-group > div select,
.form-group > div textarea {
  position: relative;
  z-index: 2;
  appearance: none;
  width: 100%;
  border: none;
  background: none;
  font-size: 16px;
  padding: 11px 16px;
}
.form-group > div textarea {
  resize: vertical;
}
.form-group > div i {
  position: absolute;
  top: 12px;
  line-height: 1;
  right: 24px;
  font-size: 24px;
}
.form-group > div i + input,
.form-group > div i + select,
.form-group > div i + textarea {
  padding-right: 60px;
}
.form-group .select2-hidden-accessible {
  display: none;
}
.form-group .select2-container {
  position: unset !important;
  width: 100% !important;
  border: none;
  box-shadow: none;
  display: block;
}
.form-group .select2-container .select2-selection {
  position: relative;
  height: auto !important;
  border: none;
}
.form-group .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-group .select2-container .select2-selection .select2-selection__arrow {
  right: 24px;
  height: 46px;
}
.form-group
  .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-group .select2-container .select2-selection .select2-selection__arrow b {
  display: none;
}
.form-group2 {
  border: 1px solid rgba(102, 112, 147, 0.2);
  border-radius: 4px;
  overflow: hidden;
  display: table;
  width: 100%;
}
.form-group2 input {
  width: 100%;
  padding: 15px;
  border: none;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #081131;
  display: table-cell;
}
.form-group2 input::-webkit-input-placeholder {
  color: #667093;
}
.form-group2 input:-ms-input-placeholder {
  color: #667093;
}
.form-group2 input::placeholder {
  color: #667093;
}
.form-group2 strong {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  width: 10px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #00b57f;
  padding-right: 15px;
}
#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: #ffffff;
  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;
}
.align-items-center {
  align-items: center;
}
.swich {
  margin: 0;
  cursor: pointer;
}
.swich > span {
  position: relative;
  display: block;
  padding: 4px 0 4px 52px;
}
.swich > span > span {
  display: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}
.swich > span > span:first-child {
  color: #00b57f;
}
.swich > span > span:last-child {
  display: block;
}
.swich > span:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 40px;
  height: 24px;
  border-radius: 12px;
  background: rgba(102, 112, 147, 0.5);
  -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;
}
.swich > span:after {
  position: absolute;
  content: "";
  left: 5px;
  top: 5px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #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;
}
.swich input {
  display: none;
}
.swich input:checked + span > span {
  display: block;
}
.swich input:checked + span > span:last-child {
  display: none;
}
.swich input:checked + span:before {
  background: #00b57f;
}
.swich input:checked + span:after {
  left: 21px;
}
.myDataTable {
  padding-top: 24px;
}
.myDataTable > .filter {
  margin: -6px -12px;
  padding-bottom: 24px;
}
.myDataTable > .filter > div {
  padding: 6px 12px;
}
.myDataTable > .filter > div > div {
  position: relative;
  border: 1px solid rgba(102, 112, 147, 0.2);
  border-radius: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin: 0;
  align-items: center;
}
.myDataTable > .filter > div > div > * {
  padding: 0 15px;
}
.myDataTable > .filter > div > div > span {
  flex: 0 0 auto;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #081131;
  padding: 0 16px;
}
.myDataTable > .filter > div > div .form-group {
  padding: 0;
  flex: 1 0 0;
}
.myDataTable > .filter > div > div .form-group .select2-container {
  background: none;
}
.myDataTable
  > .filter
  > div
  > div
  .form-group
  .select2-container
  .select2-selection {
  background: none;
}
.myDataTable
  > .filter
  > div
  > div
  .form-group
  .select2-container
  .select2-selection
  .select2-selection__rendered {
  border: none;
  background: none;
  text-align: right !important;
  color: #081131;
  font-size: 14px;
  font-weight: 500;
  padding-right: 40px;
}
.myDataTable
  > .filter
  > div
  > div
  .form-group
  .select2-container
  .select2-selection
  .select2-selection__arrow {
  right: 20px;
}
.myDataTable > .filter > div > div .swich {
  padding: 0;
  flex: 1 0 0;
  padding: 11px 0;
}
.myDataTable > .filter > div > div > i {
  position: absolute;
  right: 15px;
  top: 50%;
  line-height: 0;
  width: 20px;
  font-size: 20px;
  color: #081131;
}
.myDataTable > .filter > div > div > input {
  width: 100%;
  border: none;
  background: none;
  position: relative;
  z-index: 2;
  font-weight: 500;
  color: #081131;
  font-size: 14px;
  line-height: 16px;
  padding: 15px 40px 15px 15px;
}
.myDataTable > .filter > div > div > input::-webkit-input-placeholder {
  color: #667093;
}
.myDataTable > .filter > div > div > input:-ms-input-placeholder {
  color: #667093;
}
.myDataTable > .filter > div > div > input::placeholder {
  color: #667093;
}
.myDataTable .dataTables_filter {
  display: none;
}
.myDataTable .dataTables_scrollHead {
  display: none;
}
.myDataTable .dataTables_length {
  display: none;
}
.myDataTable .dataTables_info {
  display: none;
}
.myDataTable .dataTables_paginate {
  display: none;
}
.myDataTable .dataTables_scrollBody {
  border-bottom: none !important;
}
.myDataTable .dataTables_scrollBody thead tr th {
  position: relative !important;
  text-align: center !important;
  white-space: nowrap;
  font-size: 0;
  padding: 10px 10px 18px !important;
  border: none !important;
  height: auto !important;
}
.myDataTable .dataTables_scrollBody thead tr th * {
  height: auto !important;
}
.myDataTable .dataTables_scrollBody thead tr th.sorting {
  background: none !important;
}
.myDataTable .dataTables_scrollBody thead tr th.sorting:after {
  display: none;
}
.myDataTable .dataTables_scrollBody thead tr th > * {
  position: relative;
  z-index: 2;
}
.myDataTable .dataTables_scrollBody thead tr th strong {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #081131;
  position: relative;
  padding-right: 26px;
}
.myDataTable .dataTables_scrollBody thead tr th strong i {
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 0;
  font-size: 15px;
  width: 18px;
  text-align: center !important;
  transform: rotate(90deg);
  display: none;
}
.myDataTable
  .dataTables_scrollBody
  thead
  tr
  th
  strong
  i.ri-arrow-left-right-fill {
  font-size: 18px;
}
.myDataTable
  .dataTables_scrollBody
  thead
  tr
  th.sorting
  strong
  .ri-arrow-left-right-fill {
  display: block;
}
.myDataTable
  .dataTables_scrollBody
  thead
  tr
  th.sorting_desc
  strong
  .ri-arrow-left-right-fill {
  display: none;
}
.myDataTable
  .dataTables_scrollBody
  thead
  tr
  th.sorting_desc
  strong
  .ri-arrow-left-fill {
  display: block;
}
.myDataTable
  .dataTables_scrollBody
  thead
  tr
  th.sorting_asc
  strong
  .ri-arrow-left-right-fill {
  display: none;
}
.myDataTable
  .dataTables_scrollBody
  thead
  tr
  th.sorting_asc
  strong
  .ri-arrow-right-fill {
  display: block;
}
.myDataTable .dataTables_scrollBody thead tr th.sorting_disabled strong {
  padding-right: 0;
}
.myDataTable .dataTables_scrollBody thead tr th:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 8px;
  background: #f9fbff;
}
.myDataTable .dataTables_scrollBody thead tr th.tleft {
  text-align: left !important;
}
.myDataTable .dataTables_scrollBody thead tr th.tright {
  text-align: right !important;
}
.myDataTable .dataTables_scrollBody thead tr th:first-child {
  padding-left: 16px !important;
}
.myDataTable .dataTables_scrollBody thead tr th:first-child:before {
  border-radius: 4px 0 0 4px;
}
.myDataTable .dataTables_scrollBody thead tr th:last-child {
  padding-right: 16px !important;
}
.myDataTable .dataTables_scrollBody thead tr th:last-child:before {
  border-radius: 0 4px 4px 0;
}
.myDataTable table {
  width: 100% !important;
  border-bottom: none !important;
  margin: 24px 0 0 !important;
}
.myDataTable table tbody tr td {
  color: #081131;
  font-size: 14px;
  line-height: 16px;
  padding: 0;
  text-align: center !important;
  padding: 24px 8px 16px;
  position: relative;
}
.myDataTable table tbody tr td > div {
  position: relative;
  z-index: 3;
}
.myDataTable table tbody tr td:before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  right: 0;
  bottom: 0;
  border-top: 1px solid rgba(102, 112, 147, 0.2);
  border-bottom: 1px solid rgba(102, 112, 147, 0.2);
}
.myDataTable table tbody tr td.tleft {
  text-align: left !important;
}
.myDataTable table tbody tr td.tright {
  text-align: right !important;
}
.myDataTable table tbody tr td .tag {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  padding: 4px;
  background-color: #ff9910;
  border-radius: 4px;
}
.myDataTable table tbody tr td .tag.success {
  background: #00b57f;
}
.myDataTable table tbody tr td .tag.danger {
  background: rgba(247, 0, 0, 0.745);
}
.myDataTable table tbody tr td .tag.waiting {
  background: #0f00f7bf;
}
.myDataTable table tbody tr td .tag.dark {
  background: #000000bf;
}
.myDataTable table tbody tr td .tag.gray {
  background: #666666bf;
}
.myDataTable table tbody tr td.action {
  width: 10px;
}
.myDataTable table tbody tr td.action > div {
  margin: -4px;
  justify-content: end;
  flex-wrap: nowrap;
}
.myDataTable table tbody tr td.action > div > div {
  padding: 4px;
}
.myDataTable table tbody tr td.action > div > div .btn {
  padding: 6px 9px;
}
.myDataTable table tbody tr td.action > div > div .btn span b {
  display: block;
}
.myDataTable table tbody tr td:first-child {
  padding-left: 16px;
}
.myDataTable table tbody tr td:first-child:before {
  border-radius: 4px 0 0 4px;
  border-left: 1px solid rgba(102, 112, 147, 0.2);
}
.myDataTable table tbody tr td:last-child {
  padding-right: 16px;
}
.myDataTable table tbody tr td:last-child:before {
  border-radius: 0 4px 4px 0;
  border-right: 1px solid rgba(102, 112, 147, 0.2);
}
.myDataTable table tbody tr.danger td:before {
  background: rgba(247, 0, 0, 0.08);
  border-color: transparent;
}
.myDataTable table tbody tr.success td:before {
  background: rgba(0, 181, 127, 0.05);
  border-color: transparent;
}
.myDataTable > .foot {
  margin: 20px 0 0;
  background: #f9fbff;
  border-radius: 4px;
  padding: 8px 12px;
}
.myDataTable > .foot > * {
  padding: 4px;
}
.myDataTable > .foot > p strong {
  font-weight: 600;
  color: #081131;
}
.myDataTable > .foot > ul {
  font-size: 0;
}
.myDataTable > .foot > ul li {
  display: inline-block;
  font-size: 18px;
  min-width: 32px;
  text-align: center !important;
}
.myDataTable > .foot > ul li button {
  padding: 0;
  font-weight: 600;
  font-size: 14px;
  background: none;
  border: none;
  min-width: 32px;
  padding: 0 4px;
  border-radius: 4px;
  color: #667093;
  line-height: 32px;
  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;
}
.myDataTable > .foot > ul li button:hover {
  color: #00b57f;
}
.myDataTable > .foot > ul li.active button {
  color: #00b57f;
  background: rgba(0, 181, 127, 0.1);
}
.myDataTable > .foot > ul li.prewNext button {
  background: #ffffff;
  padding: 0 8px;
}
.dataTableLenPanel {
  display: table;
}
.dataTableLenPanel > strong {
  display: table-cell;
  white-space: nowrap;
  width: 10px;
  vertical-align: middle;
  font-size: 14px;
  color: #081131;
  font-weight: 500;
  padding-right: 24px;
}
.dataTableLenPanel > div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.dataTableLenPanel > div i {
  position: absolute;
  right: 12px;
  top: 50%;
  font-size: 18px;
  color: #081131;
  line-height: 0;
}
.dataTableLenPanel > div select {
  appearance: none;
  background: none;
  border: 1px solid rgba(102, 112, 147, 0.2);
  border-radius: 4px;
  padding: 0;
  font-size: 14px;
  color: #081131;
  font-weight: 500;
  line-height: 22px;
  padding: 4px 12px;
  min-width: 80px;
  position: relative;
  z-index: 2;
}
.alertBox {
  background: rgba(255, 153, 16, 0.1);
  border-radius: 8px;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
  color: #081131;
}
.alertBox strong {
  color: #ff9910;
  font-weight: 500;
}
.formControl {
  padding-bottom: 16px;
}
.formControl > div {
  position: relative;
}
.formControl > div label {
  position: absolute;
  left: 0;
  top: 19px;
  max-width: 100%;
  font-size: 14px;
  font-weight: 500;
  padding: 0 16px;
  margin: 0;
  line-height: 18px;
  -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;
}
.formControl > div input,
.formControl > div select,
.formControl > div textarea {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 24px 16px 8px 16px;
  background: none;
  border: 1px solid rgba(102, 112, 147, 0.2);
  border-radius: 4px;
  font-size: 14px;
  line-height: 22px;
  color: #081131;
}
.formControl > div input:focus,
.formControl > div select:focus,
.formControl > div textarea:focus {
  border-color: #00b57f;
}
.formControl > div input:focus + label,
.formControl > div select:focus + label,
.formControl > div textarea:focus + label {
  top: 8px;
  font-size: 12px;
}
.formControl > div > i {
  position: absolute;
  z-index: 3;
  right: 16px;
  top: 18px;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  color: #081131;
}
.formControl > div > i + input,
.formControl > div > i + select,
.formControl > div > i + textarea {
  padding-right: 56px;
}
.formControl > div.filled label {
  top: 8px;
  font-size: 12px;
}
body {
  position: relative;
  padding-top: 119px;
  font-family: "Euclid Circular B";
  opacity: 1;
  font-size: 14px;
  background: #fff;
  color: #667093;
  padding-right: 0 !important;
  line-height: 1.5;
  overflow: auto !important;
  overflow-x: hidden !important;
}
body * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none !important;
  font-family: "Euclid Circular B";
}
body.active {
  opacity: 1;
}
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%);
}
body.noHeader {
  padding-top: 6px;
}
#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: normal !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: #081131;
  cursor: pointer;
  line-height: 20px;
  padding: 10px 20px 10px 44px;
}
#header .top .right ul li > * img,
#header .top .right ul li > * i {
  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: normal !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: -3px;
  right: 0;
  height: 5px;
  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);
  opacity: 0;
  visibility: 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 {
  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: #ffffff;
  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: #ffffff;
  box-shadow: 0 10px 48px rgba(0, 0, 0, 0.08);
}
#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: 8px;
}
#header .bottom > .container > ul > li > div > div > div > div ol li a {
  position: relative;
  color: #00104b;
  font-size: 16px;
  font-weight: 500;
  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 {
  opacity: 1;
  visibility: visible;
}
#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(../img/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: normal !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: normal !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: normal !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 96px;
  border-top: 1px solid rgba(102, 112, 147, 0.2);
}
#home .technology > div .item img {
  width: auto;
  margin: 0 auto;
  display: block;
}
#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(../img/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: none;
  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: 16px 16px 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: normal !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: #ffffff;
}
#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: #ffffff;
  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(../img/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: #ffffff;
  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 .btn {
  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: normal !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(../img/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: #ffffff;
  font-weight: 500;
  text-align: center !important;
  line-height: 28px;
  padding: 10px;
}
#domain .prices > div > div table thead tr th:first-child {
  background: none;
  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: none;
  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: none;
  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(../img/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(../img/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: #ffffff;
  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: none;
}
#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: none !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: none;
}
#vds .package > div .left > div > ol li a.active:before,
#vds .package > div .left > div > ol li a.active:after {
  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 .btn {
  width: 100%;
}
#dedicated .top {
  padding: 0 0 200px;
  border: none;
  background: url(../img/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: #ffffff;
  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: #ffffff;
  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 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(../img/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: normal !important;
}
#serverHosting .form .f > div > div {
  padding-top: 24px;
  display: none;
}
#serverHosting .form .f > div > div .btn {
  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: normal !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(../img/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: #ffffff;
  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 24px;
}
#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: 20px;
  line-height: 1;
  color: #00104b;
  font-weight: 500;
  padding-top: 12px;
}
#mail .package .left ul {
  padding-top: 12px;
}
#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: 16px;
  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: #ffffff;
  box-shadow: 0 10px 64px rgba(0, 0, 0, 0.04);
  border-radius: 12px 12px 0px 0px;
  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%;
}
#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: #ffffff;
  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 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(../img/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 0px 0px;
  -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: #ffffff;
  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 > .btn {
  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(../img/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;
}
#profile .top .t {
  background: url(../img/profileTop.png) no-repeat center,
    linear-gradient(255.4deg, #7ce497 1.6%, #00bed1 98.62%);
  background-size: cover;
  padding: 40px 0;
}
#profile .top .t .left > div {
  position: relative;
  padding: 5px 0 5px 104px;
}
#profile .top .t .left > div img {
  position: absolute;
  left: 0;
  top: 0;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  border: 3px solid #ffffff;
}
#profile .top .t .left > div > i {
  position: absolute;
  left: 64px;
  top: 2px;
  font-size: 20px;
  color: #20cf86;
  background: #fff;
  line-height: 24px;
  border-radius: 100%;
  width: 24px;
  text-align: center !important;
}
#profile .top .t .left > div > p {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
}
#profile .top .t .left > div > p strong {
  font-weight: 600;
}
#profile .top .t .left > div > div {
  margin: 0 -4px;
  padding-top: 8px;
}
#profile .top .t .left > div > div > div {
  padding: 8px 4px 0;
  position: relative;
}
#profile .top .t .left > div > div > div .select2-container {
  background: none;
}
#profile
  .top
  .t
  .left
  > div
  > div
  > div
  .select2-container--default
  .select2-selection--single {
  background: none;
}
#profile .top .t .left > div > div > div .form-group {
  position: relative;
  padding-bottom: 0;
}
#profile .top .t .left > div > div > div .form-group > i {
  position: absolute;
  z-index: 3;
  left: 16px;
  top: 50%;
  line-height: 0;
  font-size: 20px;
  color: #fff;
}
#profile .top .t .left > div > div > div .form-group .select2-container {
  min-width: 150px;
}
#profile
  .top
  .t
  .left
  > div
  > div
  > div
  .form-group
  .select2-container
  .select2-selection
  .select2-selection__rendered {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(24px);
  font-size: 14px;
  color: #ffffff;
  border-radius: 4px;
  font-weight: normal !important;
  padding: 7px 34px 7px 40px;
}
#profile
  .top
  .t
  .left
  > div
  > div
  > div
  .form-group
  .select2-container
  .select2-selection
  .select2-selection__arrow {
  color: #fff;
  right: 11px;
}
#profile
  .top
  .t
  .left
  > div
  > div
  > div
  .form-group
  .select2-container
  .select2-selection
  .select2-selection__arrow:before {
  font-size: 20px;
  line-height: 42px;
}
#profile .top .t .left > div > div > div .balance {
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(24px);
  border-radius: 4px;
  color: #fff;
  padding: 6px 6px 6px 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin: 0;
  white-space: nowrap;
  flex-wrap: nowrap;
}
#profile .top .t .left > div > div > div .balance > * {
  padding: 0 15px;
}
#profile .top .t .left > div > div > div .balance > i {
  position: absolute;
  z-index: 3;
  left: 16px;
  top: 50%;
  line-height: 0;
  font-size: 20px;
  color: #fff;
  padding: 0;
}
#profile .top .t .left > div > div > div .balance > strong {
  flex: 1 0 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  line-height: 30px;
  padding: 0 8px 0 0;
  vertical-align: middle;
}
#profile .top .t .left > div > div > div .balance > a {
  flex: 0 0 auto;
  vertical-align: middle;
  background: #ffffff;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #00b57f;
  padding: 7px;
}
#profile .top .t .right > div {
  background: #ffffff;
  border-radius: 4px;
  padding: 16px;
  width: 390px;
}
#profile .top .t .right > div > ul {
  margin: 16px -3px;
  font-size: 0;
}
#profile .top .t .right > div > ul li {
  padding: 0 3px;
}
#profile .top .t .right > div > ul li span {
  display: block;
  height: 8px;
  border-radius: 4px;
  background: #2a82e9;
}
#profile .top .t .right > div > ul li span.green {
  background: #00b57f;
}
#profile .top .t .right > div > ul li span.orange {
  background: #ff9910;
}
#profile .top .t .right > div > p {
  margin: 0 -4px;
}
#profile .top .t .right > div > p > span {
  padding: 4px;
}
#profile .top .t .right > div > p > span > span {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
}
#profile .top .t .right > div > p > span strong {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 1;
  color: #081131;
  font-weight: 600;
  padding: 8px 0 0 18px;
}
#profile .top .t .right > div > p > span strong:before {
  position: absolute;
  content: "";
  left: 0;
  top: 12px;
  width: 10px;
  height: 10px;
  background: #2a81e9;
  border-radius: 2px;
}
#profile .top .t .right > div > p > span strong.green:before {
  background: #00b57f;
}
#profile .top .t .right > div > p > span strong.orange:before {
  background: #ff9910;
}
#profile .top .b {
  background: #ffffff;
  border-bottom: 1px solid #e0e2e9;
}
#profile .top .b ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin: 0;
  position: relative;
}
#profile .top .b ul > * {
  padding: 0 15px;
}
#profile .top .b ul > li {
  position: relative;
  flex: 1 0 0;
  text-align: center !important;
  padding: 0;
  border-right: 1px solid #e0e2e9;
  border-bottom: 1px solid #e0e2e9;
  margin-bottom: -1px;
}
#profile .top .b ul > li > a {
  display: block;
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  padding: 16px 8px;
}
#profile .top .b ul > li > a i {
  display: block;
  font-size: 24px;
  padding-bottom: 10px;
  -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;
}
#profile .top .b ul > li > a.active {
  color: #00b57f;
}
#profile .top .b ul > li ol {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 32px 32px rgba(0, 0, 0, 0.12);
  border-radius: 0px 0px 4px 4px;
  opacity: 0;
  visibility: 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;
}
#profile .top .b ul > li ol li {
  padding: 8px;
}
#profile .top .b ul > li ol li a {
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  display: block;
  padding: 8px;
}
#profile .top .b ul > li ol:before {
  position: absolute;
  content: "";
  left: 8px;
  top: 0;
  right: 8px;
  height: 1px;
  background: rgba(102, 112, 147, 0.2);
}
#profile .top .b ul > li:hover {
  z-index: 3;
}
#profile .top .b ul > li:hover > a {
  color: #081131;
  box-shadow: 0 10px 64px rgba(0, 0, 0, 0.12);
}
#profile .top .b ul > li:hover > a i {
  color: #00b57f;
}
#profile .top .b ul > li:hover ol {
  opacity: 1;
  visibility: visible;
}
#profile .top .b ul:before {
  position: absolute;
  content: "";
  z-index: 4;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #fff;
}
#profile .bottom {
  background: #f8fafe;
  padding-top: 16px;
  overflow: hidden;
  padding-bottom: 120px;
}
#profile .bottom .headContent {
  margin: 0;
  background: #f9fbff;
  border-radius: 4px;
  padding: 16px 1px;
  margin-top: 24px;
  flex-wrap: nowrap;
}
#profile .bottom .headContent h4 {
  position: relative;
  padding: 1px 0 1px 79px;
}
#profile .bottom .headContent h4 i {
  position: absolute;
  left: 15px;
  top: 0;
  width: 48px;
  line-height: 48px;
  background: #ffffff;
  box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  text-align: center !important;
  font-size: 24px;
  color: #081131;
}
#profile .bottom .headContent h4 span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
#profile .bottom .headContent h4 strong {
  display: block;
  font-size: 16px;
  color: #081131;
  font-weight: 500;
  padding-top: 8px;
}
#profile .bottom .lastMinute li {
  padding-top: 16px;
}
#profile .bottom .lastMinute li p {
  margin: 0;
  background: rgba(255, 153, 16, 0.1);
  border-radius: 8px;
  padding: 20px 10px;
  font-size: 15px;
  line-height: 16px;
  color: #081131;
}
#profile .bottom .lastMinute li p > * {
  padding: 0 10px;
}
#profile .bottom .lastMinute li p > span > span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#profile .bottom .lastMinute li p > strong,
#profile .bottom .lastMinute li p > a {
  font-weight: 600;
  color: #ff9910;
}
#profile .bottom .info {
  margin: -16px;
  padding-top: 32px;
}
#profile .bottom .info > li {
  padding: 16px;
}
#profile .bottom .info > li > div {
  background: #ffffff;
  border-radius: 4px;
  padding: 24px;
  box-shadow: 0 10px 64px rgb(0 0 0 / 4%);
}
#profile .bottom .info > li > div .h2 b {
  position: absolute;
  right: 24px;
  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;
}
#profile .bottom .info > li > div .actions {
  margin: 0 -10px;
  padding-top: 32px;
}
#profile .bottom .info > li > div .actions > div {
  padding: 0 10px;
}
#profile .bottom .info > li > div .actions > div .btn {
  width: 100%;
  padding: 10px;
}
#profile .bottom .info > li > div .actions > div .btn > span > span {
  padding: 0 0 0 26px;
}
#profile .bottom .info > li > div .actions > div .btn > span > span i {
  right: auto;
  left: 0;
  font-size: 18px;
}
#profile .bottom .info > li > div.customer .c > strong {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #081131;
  line-height: 16px;
  padding-top: 32px;
}
#profile .bottom .info > li > div.customer table {
  width: 100%;
}
#profile .bottom .info > li > div.customer table td {
  padding-top: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  vertical-align: top;
}
#profile .bottom .info > li > div.customer table td:first-child {
  white-space: nowrap;
  padding-right: 24px;
  color: #081131;
}
#profile .bottom .info > li > div.support .c {
  padding-top: 16px;
}
#profile .bottom .info > li > div.support .c table {
  width: 100%;
}
#profile .bottom .info > li > div.support .c table thead tr th {
  position: relative;
  padding-bottom: 8px;
}
#profile .bottom .info > li > div.support .c table thead tr th span {
  display: block;
  position: relative;
  z-index: 2;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #081131;
  padding: 12px;
}
#profile .bottom .info > li > div.support .c table thead tr th:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 8px;
  background: #f9fbff;
}
#profile .bottom .info > li > div.support .c table thead tr th:first-child {
  border-radius: 4px 0 0 4px;
}
#profile .bottom .info > li > div.support .c table thead tr th:last-child {
  border-radius: 0 4px 4px 0;
}
#profile .bottom .info > li > div.support .c table tbody tr td {
  padding: 20px 12px 12px;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #081131;
  vertical-align: middle;
}
#profile .bottom .info > li > div.support .c table tbody tr td a {
  position: absolute;
  left: 0;
  top: 8px;
  right: 0;
  bottom: 0;
  z-index: 3;
}
#profile .bottom .info > li > div.support .c table tbody tr td > span {
  position: relative;
  z-index: 2;
}
#profile .bottom .info > li > div.support .c table tbody tr td > span > span {
  float: right;
  display: inline-block;
  border-radius: 4px;
  color: #fff;
  background: #667093;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  padding: 0 4px;
  text-align: center;
}
#profile
  .bottom
  .info
  > li
  > div.support
  .c
  table
  tbody
  tr
  td
  > span
  > span.open {
  background: linear-gradient(255.4deg, #7ce497 1.6%, #00bed1 98.62%);
}
#profile .bottom .info > li > div.support .c table tbody tr td:before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  right: 0;
  bottom: 0;
  border-top: 1px solid rgba(102, 112, 147, 0.2);
  border-bottom: 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;
}
#profile .bottom .info > li > div.support .c table tbody tr td:first-child {
  color: #747c86;
  white-space: nowrap;
}
#profile
  .bottom
  .info
  > li
  > div.support
  .c
  table
  tbody
  tr
  td:first-child:before {
  border-radius: 4px 0 0 4px;
  border-left: 1px solid rgba(102, 112, 147, 0.2);
}
#profile
  .bottom
  .info
  > li
  > div.support
  .c
  table
  tbody
  tr
  td:nth-child(2)
  span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#profile
  .bottom
  .info
  > li
  > div.support
  .c
  table
  tbody
  tr
  td:last-child:before {
  border-radius: 0 4px 4px 0;
  border-right: 1px solid rgba(102, 112, 147, 0.2);
}
#profile .bottom .info > li > div.support .c table tbody tr:hover td:before {
  background: rgba(0, 181, 127, 0.1);
  border-color: transparent;
}
#profile .bottom .info > li > div.support .c .actions {
  padding-top: 16px;
}
#profile .bottom .info > li > div.basket .c .null {
  padding-top: 32px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: center !important;
}
#profile .bottom .info > li > div.basket .c .null i {
  display: block;
  font-size: 40px;
  color: #20cf86;
}
#profile .bottom .info > li > div.basket .c .null strong {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #081131;
  padding: 24px 0 16px;
}
#profile .bottom .content .left > div {
  margin-top: 32px;
  padding: 24px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 10px 64px rgb(0 0 0 / 4%);
}
#profile .bottom .content .left > div .h2 {
  padding-bottom: 20px;
}
#profile .bottom .content .left .company ul li {
  padding-bottom: 16px;
}
#profile .bottom .content .left .company ul li a {
  display: block;
  background: #f9fbff;
  border-radius: 4px;
  padding: 16px;
}
#profile .bottom .content .left .company ul li a img {
  width: 100%;
  border-radius: 4px;
}
#profile .bottom .content .left .company ul li a strong {
  display: block;
  padding: 16px 0 8px;
  font-size: 16px;
  line-height: 16px;
  color: #081131;
}
#profile .bottom .content .left .company ul li a time {
  display: block;
  font-size: 14px;
  line-height: 16px;
}
#profile .bottom .content .left .social ul li {
  padding-top: 8px;
}
#profile .bottom .content .left .social ul li a {
  display: table;
  width: 100%;
  background: #f9fbff;
  border-radius: 4px;
  font-size: 16px;
  padding: 6px 12px;
}
#profile .bottom .content .left .social ul li a > * {
  display: table-cell;
  vertical-align: middle;
  text-align: left !important;
  padding: 4px;
}
#profile .bottom .content .left .social ul li a i {
  font-size: 24px;
  width: 32px;
}
#profile .bottom .content .left .social ul li a > i {
  -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;
}
#profile .bottom .content .left .social ul li a strong {
  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;
}
#profile .bottom .content .left .social ul li a span {
  text-align: right !important;
  position: relative;
  font-weight: 500;
  padding-right: 28px;
}
#profile .bottom .content .left .social ul li a span i {
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 0;
}
#profile .bottom .content .left .social ul li a:hover {
  color: #00b57f;
  background: #ffffff;
  box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
}
#profile .bottom .content .left .social ul li a:hover > i {
  color: #1da1f2;
}
#profile
  .bottom
  .content
  .left
  .social
  ul
  li
  a:hover
  > i.ri-facebook-circle-line {
  color: #1b74e4;
}
#profile .bottom .content .left .social ul li a:hover > i.ri-instagram-line {
  color: #c62d8f;
}
#profile .bottom .content .left .social ul li a:hover strong {
  color: #081131;
}
#profile .bottom .content .left .social ul li:first-child {
  padding-top: 0;
}
#profile .bottom .content .left .access ul li {
  padding-top: 8px;
}
#profile .bottom .content .left .access ul li a {
  display: table;
  width: 100%;
  font-size: 16px;
  background: #f9fbff;
  border-radius: 4px;
  padding: 6px 12px;
}
#profile .bottom .content .left .access ul li a > * {
  display: table-cell;
  vertical-align: middle;
  text-align: left !important;
  padding: 4px;
}
#profile .bottom .content .left .access ul li a i {
  font-size: 24px;
  width: 32px;
}
#profile .bottom .content .left .access ul li a i:last-child {
  color: #00104b;
  -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;
}
#profile .bottom .content .left .access ul li a.active {
  color: #081131;
  font-weight: 500;
  background: #ffffff;
  box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
}
#profile .bottom .content .left .access ul li a.active i {
  color: #00b57f;
}
#profile .bottom .content .left .access ul li a:hover {
  color: #00b57f !important;
  background: #ffffff;
  box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
}
#profile .bottom .content .left .access ul li a:hover i:last-child {
  color: #00b57f;
}
#profile .bottom .content .left .access ul li:last-child a {
  color: #081131;
}
#profile .bottom .content .left .access ul li:last-child a i {
  transform: rotateY(180deg);
}
#profile .bottom .content .left .menus ul li {
  padding-top: 8px;
}
#profile .bottom .content .left .menus ul li a {
  display: table;
  width: 100%;
  font-size: 16px;
  background: #f9fbff;
  border-radius: 4px;
  padding: 6px 12px;
}
#profile .bottom .content .left .menus ul li a > * {
  display: table-cell;
  vertical-align: middle;
  text-align: left !important;
  padding: 4px;
}
#profile .bottom .content .left .menus ul li a i {
  font-size: 24px;
  width: 32px;
}
#profile .bottom .content .left .menus ul li a i.icon-cpanel {
  font-size: 16px;
}
#profile .bottom .content .left .menus ul li a i:last-child {
  color: #00b57f;
  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;
}
#profile .bottom .content .left .menus ul li a.active {
  color: #081131;
  font-weight: 500;
  background: #ffffff;
  box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
}
#profile .bottom .content .left .menus ul li a.active i {
  color: #00b57f;
}
#profile .bottom .content .left .menus ul li a.active i:last-child {
  opacity: 1;
}
#profile .bottom .content .left .menus ul li a:hover {
  color: #00b57f !important;
  background: #ffffff;
  box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
}
#profile .bottom .content .left .menus ul li a:hover i:last-child {
  color: #00b57f;
}
#profile .bottom .content .left .menus ul li.logout a {
  color: #081131;
}
#profile .bottom .content .left .menus ul li.logout a i {
  transform: rotateY(180deg);
}
#profile .bottom .content .right .actions {
  margin: -8px;
  justify-content: end;
}
#profile .bottom .content .right .actions > div {
  padding: 8px;
  min-width: 120px;
}
#profile .bottom .content .right .actions > div button {
  width: 100%;
}
#profile .bottom .content .right .listPrf {
  padding-top: 16px;
}
#profile .bottom .content .right .listPrf li {
  padding: 8px 0 0;
}
#profile .bottom .content .right .listPrf li div {
  border: 1px solid rgba(102, 112, 147, 0.2);
  border-radius: 4px;
  padding: 16px 52px 16px 16px;
  position: relative;
}
#profile .bottom .content .right .listPrf li div > span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 10px;
}
#profile .bottom .content .right .listPrf li div > i {
  position: absolute;
  right: 16px;
  top: 16px;
  font-size: 20px;
  line-height: 1;
}
#profile .bottom .content .right .listPrf li div > strong,
#profile .bottom .content .right .listPrf li div > a {
  position: relative;
  font-size: 16px;
  line-height: 1;
  color: #081131;
  font-weight: 500;
  display: inline-block;
}
#profile .bottom .content .right .listPrf li div > strong.icon,
#profile .bottom .content .right .listPrf li div > a.icon {
  padding-right: 22px;
}
#profile .bottom .content .right .listPrf li div > strong.icon i,
#profile .bottom .content .right .listPrf li div > a.icon i {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 18px;
  line-height: 0;
  color: #667093;
  cursor: pointer;
}
#profile .bottom .content .right .listPrf li div > strong.none,
#profile .bottom .content .right .listPrf li div > a.none {
  display: none;
}
#profile .bottom .content .right .listPrf li div > strong.iblock,
#profile .bottom .content .right .listPrf li div > a.iblock {
  display: inline-block;
}
#profile .bottom .content .right .listPrf li div > button {
  position: absolute;
  right: 15px;
  top: 50%;
  line-height: 32px;
  width: 32px;
  padding: 0;
  border: none;
  text-align: center !important;
  background: #f0f1f4;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
  color: #081131;
  margin-top: -16px;
}
#profile .bottom .content .right .listPrf li div.sm > span {
  font-size: 12px;
  padding-bottom: 4px;
}
#profile .bottom .content .right .listPrf li div.sm > strong,
#profile .bottom .content .right .listPrf li div.sm > a {
  font-size: 14px;
}
#profile .bottom .content .right .listPrf.rw {
  margin: 0 -12px;
  padding-top: 0;
}
#profile .bottom .content .right .listPrf.rw li {
  padding: 24px 12px 0;
}
#profile .bottom .content .right .panel {
  margin: 32px 0 0;
  background: #ffffff;
  box-shadow: 0 10px 64px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  border: none;
  padding: 24px;
}
#profile .bottom .content .right .panel .h2 {
  display: table;
  width: 100%;
}
#profile .bottom .content .right .panel .h2 > * {
  display: table-cell;
  vertical-align: middle;
}
#profile .bottom .content .right .panel .h2 strong {
  font-weight: 500;
}
#profile .bottom .content .right .panel .h2 > span {
  text-align: right !important;
}
#profile .bottom .content .right .panel .h2 > span .btn-outline {
  margin: -3px 0;
}
#profile
  .bottom
  .content
  .right
  .services
  .myDataTable
  table
  tbody
  tr
  td
  > div
  p {
  font-size: 0;
  font-weight: 500;
  color: #667093;
  min-width: 120px;
}
#profile
  .bottom
  .content
  .right
  .services
  .myDataTable
  table
  tbody
  tr
  td
  > div
  p
  > * {
  margin-top: 5px;
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
}
#profile
  .bottom
  .content
  .right
  .services
  .myDataTable
  table
  tbody
  tr
  td
  > div
  p
  > *:first-child {
  margin-top: 0;
}
#profile
  .bottom
  .content
  .right
  .services
  .myDataTable
  table
  tbody
  tr
  td
  > div
  p
  strong {
  display: block;
  color: #081131;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
#profile
  .bottom
  .content
  .right
  .services
  .myDataTable
  table
  tbody
  tr
  td
  > div
  p
  span {
  display: block;
}
#profile
  .bottom
  .content
  .right
  .services
  .myDataTable
  table
  tbody
  tr
  td
  > div
  p
  a {
  color: #081131;
  font-weight: 500;
  font-size: 13px;
  line-height: 13px;
}
#profile
  .bottom
  .content
  .right
  .domain
  .myDataTable
  table
  tbody
  tr
  td
  > div
  p
  a {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #081131;
}
#profile
  .bottom
  .content
  .right
  .bills
  .myDataTable
  table
  tbody
  tr
  td
  > div
  p
  a {
  font-weight: 500;
  color: #081131;
}
#profile
  .bottom
  .content
  .right
  .bills
  .myDataTable
  table
  tbody
  tr
  td
  > strong.green {
  color: #00b57f;
}
#profile .bottom .content .right .changePass > .rw {
  margin: 24px -12px 0;
  justify-content: end;
}
#profile .bottom .content .right .changePass > .rw > div {
  padding: 0 12px;
}
#profile .bottom .content .right .changePass > .rw > div:last-child {
  font-size: 0;
}
#profile .bottom .content .right .changePass > .rw > div:last-child button {
  margin-left: 16px;
}
#profile
  .bottom
  .content
  .right
  .changePass
  > .rw
  > div:last-child
  button:first-child {
  margin-left: 0;
}
#profile .bottom .content .right .processContent > ul {
  margin: -8px;
  padding-top: 24px;
}
#profile .bottom .content .right .processContent > ul > li {
  padding: 8px;
}
#profile .bottom .content .right .processContent > ul > li a {
  position: relative;
  display: block;
  background: #f9fbff;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding: 16px 16px 16px 48px;
  -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;
}
#profile .bottom .content .right .processContent > ul > li a i {
  position: absolute;
  left: 16px;
  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;
}
#profile .bottom .content .right .processContent > ul > li a:hover {
  color: #081131;
  background: #fff;
  box-shadow: 0 10px 64px rgba(0, 0, 0, 0.04);
}
#profile .bottom .content .right .processContent > ul > li a:hover i {
  color: #00b57f;
}
#profile .bottom .content .right .servicesDetail .detail > div p {
  font-size: 0;
  white-space: nowrap;
}
#profile .bottom .content .right .servicesDetail .detail > div p span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  vertical-align: middle;
  padding-right: 16px;
}
#profile .bottom .content .right .servicesDetail .detail > div p b {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  padding: 3px 4px;
  color: #fff;
  background: #00b57f;
  border-radius: 4px;
  font-weight: 500;
}
#profile .bottom .content .right .servicesDetail .detail > div p b.danger {
  background: #f33939;
}
#profile .bottom .content .right .servicesDetail .detail > div p b.warning {
  background: #ff9910;
}
#profile .bottom .content .right .servicesDetail .detail > div p b.passive {
  background: #667093;
}
#profile .bottom .content .right .servicesDetail .package > ul {
  padding-top: 16px;
}
#profile .bottom .content .right .servicesDetail .package > ul li > div {
  margin-top: 8px;
}
#profile .bottom .content .right .servicesDetail .package > div {
  margin: 0 -8px;
}
#profile .bottom .content .right .servicesDetail .package > div > div {
  padding: 15px 8px 0;
}
#profile .bottom .content .right .servicesDetail .package > div > div a {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
#profile .bottom .content .right .servicesDetail .statistics > ul {
  margin: -4px;
  padding-top: 24px;
}
#profile .bottom .content .right .servicesDetail .statistics > ul li {
  padding: 4px;
}
#profile .bottom .content .right .servicesDetail .statistics > ul li > div {
  background: #f9fbff;
  border-radius: 4px;
  padding: 16px;
  text-align: center !important;
}
#profile
  .bottom
  .content
  .right
  .servicesDetail
  .statistics
  > ul
  li
  > div
  > span {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
#profile
  .bottom
  .content
  .right
  .servicesDetail
  .statistics
  > ul
  li
  > div
  > div {
  margin: 9px auto;
}
#profile
  .bottom
  .content
  .right
  .servicesDetail
  .statistics
  > ul
  li
  > div
  > strong {
  display: block;
  color: #081131;
  font-size: 14px;
  font-weight: 500;
}
#profile .bottom .content .right .servicesDetail .statistics > time {
  display: block;
  text-align: center !important;
  border-radius: 4px;
  color: #00b57f;
  font-size: 14px;
  line-height: 20px;
  padding: 10px;
  font-weight: 500;
  margin-top: 16px;
  background: rgba(0, 181, 127, 0.1);
}
#profile .bottom .content .right .servicesDetail .shortCut > div {
  overflow: hidden;
}
#profile .bottom .content .right .servicesDetail .shortCut > div > ul {
  margin: -1px;
}
#profile .bottom .content .right .servicesDetail .shortCut > div > ul li {
  position: relative;
  padding: 0;
  border-bottom: 1px solid rgba(102, 112, 147, 0.2);
}
#profile .bottom .content .right .servicesDetail .shortCut > div > ul li a {
  display: block;
  text-align: center !important;
  font-weight: 500;
  font-size: 14px;
  padding: 24px 12px;
}
#profile .bottom .content .right .servicesDetail .shortCut > div > ul li a i {
  display: block;
  font-size: 32px;
  color: #e0e0e0;
  padding-bottom: 3px;
}
#profile
  .bottom
  .content
  .right
  .servicesDetail
  .shortCut
  > div
  > ul
  li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 1px;
  height: 40px;
  background: rgba(102, 112, 147, 0.2);
  margin-top: -15px;
}
#profile .bottom .content .right .servicesDetail .createMail > div {
  margin: 0 -12px;
}
#profile .bottom .content .right .servicesDetail .createMail > div > div {
  padding: 24px 12px 0;
}
#profile .bottom .content .right .servicesDetail .createMail > div > div .btn {
  border-radius: 4px;
  width: 100%;
}
#profile .bottom .content .right .servicesDetail .ftp .password > strong i {
  color: #00b57f;
}
#profile .bottom .content .right .servicesDetail .ftp .software > a i {
  color: #081131;
}
#profile .bottom .content .right .domainDetail .detail > div p {
  font-size: 0;
  white-space: nowrap;
}
#profile .bottom .content .right .domainDetail .detail > div p span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  vertical-align: middle;
  padding-right: 16px;
}
#profile .bottom .content .right .domainDetail .detail > div p b {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  padding: 3px 4px;
  color: #fff;
  background: #00b57f;
  border-radius: 4px;
  font-weight: 500;
}
#profile .bottom .content .right .domainDetail .detail > div p b.danger {
  background: #f33939;
}
#profile .bottom .content .right .domainDetail .detail > div p b.warning {
  background: #ff9910;
}
#profile .bottom .content .right .domainDetail .detail > div p b.passive {
  background: #667093;
}
#profile .bottom .content .right .domainDetail .contact > p {
  margin-top: 24px;
}
#profile .bottom .content .right .domainDetail .contact > ul {
  margin-top: 24px;
}
#profile .bottom .content .right .domainDetail .contact form > ul {
  margin-top: 24px;
}
#profile .bottom .content .right .domainDetail .contact .form-group {
  border-radius: 4px;
  margin-top: 24px;
}
#profile .bottom .content .right .domainDetail .contact .form-group textarea {
  resize: none;
}
#profile .bottom .content .right .domainDetail .nameServer > p {
  margin: 24px 0;
}
#profile .bottom .content .right .domainDetail .nameServer .form-group {
  padding-bottom: 24px;
}
#profile
  .bottom
  .content
  .right
  .domainDetail
  .saveNameServer
  .selected
  .listPrf
  li
  div {
  border-color: #00b57f;
}
#profile
  .bottom
  .content
  .right
  .domainDetail
  .saveNameServer
  .selected
  .listPrf
  li
  div
  i {
  color: #00b57f;
}
#profile
  .bottom
  .content
  .right
  .domainDetail
  .saveNameServer
  .selected
  .alertBox {
  margin-top: 24px;
  line-height: 22px;
}
#profile .bottom .content .right .domainDetail .saveNameServer .tabMenu2 {
  margin-top: 24px;
}
#profile .bottom .content .right .domainDetail .saveNameServer .form > .rw {
  margin: 0 -12px;
}
#profile
  .bottom
  .content
  .right
  .domainDetail
  .saveNameServer
  .form
  > .rw
  > div {
  padding: 24px 12px 0;
}
#profile
  .bottom
  .content
  .right
  .domainDetail
  .saveNameServer
  .form
  > form
  > .rw
  > div {
  padding: 24px 12px 0;
}
#profile .bottom .content .right .domainDetail .saveNameServer .actions {
  padding-top: 16px;
}
#profile .bottom .content .right .domainDetail .registerLock .alertBox {
  margin-top: 24px;
}
#profile
  .bottom
  .content
  .right
  .domainDetail
  .registerLock
  .listPrf
  li:first-child
  div {
  border-color: #00b57f;
}
#profile
  .bottom
  .content
  .right
  .domainDetail
  .registerLock
  .listPrf
  li:first-child
  div
  i {
  color: #00b57f;
}
#profile
  .bottom
  .content
  .right
  .domainDetail
  .registerLock
  .listPrf
  li:last-child
  > div {
  padding-right: 272px;
}
#profile
  .bottom
  .content
  .right
  .domainDetail
  .registerLock
  .listPrf
  li:last-child
  > div
  > strong {
  color: rgba(247, 0, 0, 0.745);
}
#profile
  .bottom
  .content
  .right
  .domainDetail
  .registerLock
  .listPrf
  li:last-child
  > div
  .swich {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
#profile
  .bottom
  .content
  .right
  .domainDetail
  .registerLock
  .listPrf
  li:last-child
  > div
  .swich
  > span {
  display: flex;
  padding-left: 0;
}
#profile
  .bottom
  .content
  .right
  .domainDetail
  .registerLock
  .listPrf
  li:last-child
  > div
  .swich
  > span
  > span {
  display: inline-block;
  color: #667093;
}
#profile
  .bottom
  .content
  .right
  .domainDetail
  .registerLock
  .listPrf
  li:last-child
  > div
  .swich
  > span
  > span:last-child {
  order: -1;
  padding-right: 64px;
  color: #081131;
}
#profile
  .bottom
  .content
  .right
  .domainDetail
  .registerLock
  .listPrf
  li:last-child
  > div
  .swich
  > span:before {
  left: auto;
  right: 77px;
  background: rgba(247, 0, 0, 0.745);
}
#profile
  .bottom
  .content
  .right
  .domainDetail
  .registerLock
  .listPrf
  li:last-child
  > div
  .swich
  > span:after {
  left: auto;
  right: 98px;
}
#profile
  .bottom
  .content
  .right
  .domainDetail
  .registerLock
  .listPrf
  li:last-child
  > div
  .swich
  input:checked
  + span
  > span:first-child {
  color: #00b57f;
}
#profile
  .bottom
  .content
  .right
  .domainDetail
  .registerLock
  .listPrf
  li:last-child
  > div
  .swich
  input:checked
  + span
  > span:last-child {
  color: #667093;
}
#profile
  .bottom
  .content
  .right
  .domainDetail
  .registerLock
  .listPrf
  li:last-child
  > div
  .swich
  input:checked
  + span:before {
  background: #00b57f;
}
#profile
  .bottom
  .content
  .right
  .domainDetail
  .registerLock
  .listPrf
  li:last-child
  > div
  .swich
  input:checked
  + span:after {
  right: 82px;
}
#profile .bottom .content .right .domainDetail .registerLock .actions {
  padding-top: 24px;
}
#profile .bottom .content .right .domainDetail .eppCode .t {
  margin-top: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #081131;
}
#profile .bottom .content .right .domainDetail .eppCode .alertBox {
  margin-top: 24px;
  position: relative;
  padding-right: 56px;
}
#profile .bottom .content .right .domainDetail .eppCode .alertBox button {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -16px;
  line-height: 32px;
  width: 32px;
  text-align: center !important;
  padding: 0;
  border: none;
  background: #ffffff;
  box-shadow: 0 10px 48px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  font-size: 18px;
  color: #081131;
  cursor: pointer;
}
#profile .bottom .content:first-child {
  margin-top: -16px;
}
#basket .header {
  padding: 19px 15px;
}
#basket .header > div {
  flex-wrap: nowrap;
}
#basket .header > div > a {
  padding-right: 24px;
}
#basket .header > div > span {
  flex: 0 0 auto;
  padding: 8px 24px;
  border-left: 1px solid rgba(102, 112, 147, 0.2);
  font-size: 15px;
  line-height: 20px;
  color: #081131;
}
#basket .header > div ul {
  flex: 1 0 0;
  font-size: 0;
  display: inline-block;
  text-align: right !important;
  white-space: nowrap;
}
#basket .header > div ul li {
  display: inline-block;
  text-align: left !important;
  vertical-align: middle;
  line-height: 20px;
}
#basket .header > div ul li > * {
  display: block;
  position: relative;
  font-size: 15px;
  color: #081131;
  cursor: pointer;
  line-height: 24px;
  padding: 6px 16px 6px 44px;
}
#basket .header > div ul li > * i {
  position: absolute;
  left: 16px;
  font-size: 20px;
  top: 50%;
  line-height: 0;
}
#basket .header > div ul li > * > * {
  vertical-align: middle;
  display: inline-block;
}
#basket .header > div ul li b {
  background: #00b57f;
  border-radius: 4px;
  color: #fff;
  line-height: 24px;
  padding: 0 3px;
  text-align: center !important;
  min-width: 24px;
  margin-left: 8px;
}
#basket .header > div ul li u {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin-left: 8px;
  background: #20cf86;
}
#basket .header > div ul li:last-child > * {
  padding-right: 0;
}
#basket .top {
  text-align: center !important;
  background: #fff;
  border-top: 1px solid rgba(102, 112, 147, 0.2);
}
#basket .top > div {
  max-width: 510px;
  padding: 80px 15px;
  margin: 0 auto;
}
#basket .top > div p {
  font-size: 18px;
  line-height: 32px;
  padding-top: 16px;
}
#basket .steps {
  position: relative;
  padding: 0 15px 8px;
  background: #f9fbff;
  overflow: hidden;
}
#basket .steps ul {
  position: relative;
  z-index: 2;
  width: 1030px;
  max-width: 100%;
  margin: 0 auto;
  display: table;
}
#basket .steps ul li {
  display: table-cell;
  text-align: center !important;
  font-size: 18px;
  font-weight: 500;
  padding: 16px;
  position: relative;
  -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;
}
#basket .steps ul li:before {
  position: absolute;
  content: "";
  z-index: 2;
  left: 50%;
  bottom: -8px;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  border: 3px solid #ffffff;
  border-radius: 100%;
  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;
}
#basket .steps ul li:after {
  position: absolute;
  content: "";
  right: 50%;
  bottom: -2px;
  height: 4px;
  width: 1000000000px;
  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;
}
#basket .steps ul li.compled {
  color: #00b57f;
}
#basket .steps ul li.active {
  color: #081131;
}
#basket .steps ul li.active:before,
#basket .steps ul li.active:after {
  opacity: 1;
}
#basket .steps:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 8px;
  background: #fff;
  border-bottom: 1px solid rgba(102, 112, 147, 0.2);
  overflow: hidden;
}
#basket .bottom {
  background: #f9fbff;
  padding-bottom: 120px;
}
#basket .bottom .form-group > label {
  color: #081131;
}
#basket .bottom > div > div .vdsCustomize {
  flex: 1 0 0;
  padding: 18px 15px 0;
}
#basket .bottom > div > div .vdsCustomize > div {
  background: #ffffff;
  box-shadow: 0 10px 64px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  padding: 24px;
  margin-top: 32px;
}
#basket .bottom > div > div .vdsCustomize .radioList {
  padding-top: 24px;
}
#basket .bottom > div > div .vdsCustomize .radioList li {
  border-radius: 4px;
  overflow: hidden;
}
#basket .bottom > div > div .vdsCustomize .radioList li label {
  display: table;
  width: 100%;
  cursor: pointer;
  padding: 4px 8px;
  -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;
}
#basket .bottom > div > div .vdsCustomize .radioList li label > * {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500 !important;
  padding: 8px;
  width: 2px;
  white-space: nowrap;
  -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;
}
#basket .bottom > div > div .vdsCustomize .radioList li label > * > u {
  border-radius: 8px;
  background: #00b57f;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: normal !important;
  text-decoration: none;
  line-height: 20px;
  padding: 6px 9px;
  margin-right: 8px;
}
#basket .bottom > div > div .vdsCustomize .radioList li label > * > u.orange {
  background: #ff9910;
}
#basket
  .bottom
  > div
  > div
  .vdsCustomize
  .radioList
  li
  label
  > *
  > u:last-child {
  margin-right: 0;
}
#basket .bottom > div > div .vdsCustomize .radioList li label > b > b {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid rgba(102, 112, 147, 0.2);
}
#basket .bottom > div > div .vdsCustomize .radioList li label > b > b:before {
  position: absolute;
  content: "";
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  background: linear-gradient(255.4deg, #7ce497 1.6%, #00bed1 98.62%);
  border-radius: 100%;
  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;
}
#basket .bottom > div > div .vdsCustomize .radioList li label > b > b:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #fff;
  background: linear-gradient(255.4deg, #7ce497 1.6%, #00bed1 98.62%);
  border-radius: 100%;
  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;
}
#basket .bottom > div > div .vdsCustomize .radioList li label > i {
  font-size: 24px;
  min-width: 40px;
}
#basket .bottom > div > div .vdsCustomize .radioList li label > i img {
  display: block;
}
#basket .bottom > div > div .vdsCustomize .radioList li label > span {
  width: unset;
  white-space: normal;
  padding: 12px 8px;
}
#basket .bottom > div > div .vdsCustomize .radioList li label > strong {
  color: #081131;
}
#basket .bottom > div > div .vdsCustomize .radioList li label > u {
  text-decoration: none;
}
#basket .bottom > div > div .vdsCustomize .radioList li label:hover {
  background: #f9fbff;
}
#basket .bottom > div > div .vdsCustomize .radioList li input {
  display: none;
}
#basket .bottom > div > div .vdsCustomize .radioList li input:checked + label {
  background: #f9fbff;
}
#basket
  .bottom
  > div
  > div
  .vdsCustomize
  .radioList
  li
  input:checked
  + label
  > * {
  color: #081131;
}
#basket
  .bottom
  > div
  > div
  .vdsCustomize
  .radioList
  li
  input:checked
  + label
  > b
  b:before,
#basket
  .bottom
  > div
  > div
  .vdsCustomize
  .radioList
  li
  input:checked
  + label
  > b
  b:after {
  opacity: 1;
}
#basket .bottom > div > div .vdsCustomize .product h2 {
  font-size: 14px;
  align-items: center;
}
#basket .bottom > div > div .vdsCustomize .product h2 > span > strong {
  display: block;
  color: #081131;
  font-size: 18px;
  font-weight: 500;
  padding-top: 4px;
}
#basket .bottom > div > div .vdsCustomize .product h2 > span:last-child span {
  display: inline-block;
  color: #081131;
  line-height: 20px;
  padding: 4px 8px;
  background: rgba(255, 153, 16, 0.2);
  border-radius: 8px;
}
#basket .bottom > div > div .vdsCustomize .product .radioList li label {
  padding: 6px 8px;
}
#basket
  .bottom
  > div
  > div
  .vdsCustomize
  .product
  .radioList
  li
  label
  > strong {
  color: #667093;
}
#basket
  .bottom
  > div
  > div
  .vdsCustomize
  .product
  .radioList
  li
  label
  > strong
  strong {
  padding-right: 16px;
  text-decoration: line-through;
  vertical-align: middle;
}
#basket
  .bottom
  > div
  > div
  .vdsCustomize
  .product
  .radioList
  li
  label
  > strong
  strong
  b {
  font-size: 24px;
  font-weight: 500;
  vertical-align: bottom;
  line-height: 1;
}
#basket
  .bottom
  > div
  > div
  .vdsCustomize
  .product
  .radioList
  li
  label
  > strong
  strong
  > span {
  vertical-align: bottom;
  font-size: 16px;
  line-height: 1;
}
#basket
  .bottom
  > div
  > div
  .vdsCustomize
  .product
  .radioList
  li
  label
  > strong
  strong
  > span
  span {
  vertical-align: middle;
  font-size: 14px;
  line-height: 1;
}
#basket
  .bottom
  > div
  > div
  .vdsCustomize
  .product
  .radioList
  li
  label
  > strong
  strong:last-child {
  padding-right: 0;
  text-decoration: none;
  color: #081131;
}
#basket
  .bottom
  > div
  > div
  .vdsCustomize
  .product
  .radioList
  li
  label
  > strong
  strong:last-child
  b {
  font-size: 32px;
  font-weight: 600;
  color: #081131;
}
#basket
  .bottom
  > div
  > div
  .vdsCustomize
  .product
  .radioList
  li
  label
  > strong
  strong:last-child
  > span
  span {
  color: #667093;
}
#basket .bottom > div > div .vdsCustomize .serverSettings .rw {
  padding-top: 8px;
}
#basket .bottom > div > div .vdsCustomize .serverSettings .rw > div {
  padding-top: 16px;
}
#basket .bottom > div > div .card {
  flex: 1 0 0;
  padding: 18px 15px 0;
}
#basket .bottom > div > div .card > div {
  background: #ffffff;
  box-shadow: 0 10px 64px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  padding: 24px;
  margin-top: 32px;
}
#basket .bottom > div > div .card .bills > ul > li {
  background: #f9fbff;
  border-radius: 4px;
  padding: 16px 1px;
  margin: 24px 0 0;
}
#basket .bottom > div > div .card .bills > ul > li > div > strong {
  display: block;
  font-size: 16px;
  color: #081131;
  font-weight: 500;
}
#basket .bottom > div > div .card .bills > ul > li > div table tr td {
  font-weight: 500 !important;
  padding: 12px 0 0 20px;
}
#basket .bottom > div > div .card .bills > ul > li > div table tr td strong {
  font-weight: 500 !important;
  color: #081131;
}
#basket
  .bottom
  > div
  > div
  .card
  .bills
  > ul
  > li
  > div
  table
  tr
  td:first-child {
  padding-left: 0;
  width: 10px;
  white-space: nowrap;
}
#basket
  .bottom
  > div
  > div
  .card
  .bills
  > ul
  > li
  > div
  table
  tr
  td:first-child:last-child {
  width: auto;
  white-space: unset;
}
#basket .bottom > div > div .card .bills > ul > li > div > span {
  display: block;
  position: relative;
  font-weight: 500 !important;
  color: #081131;
  padding-left: 26px;
  line-height: 18px;
  margin-top: 16px;
}
#basket .bottom > div > div .card .bills > ul > li > div > span i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  color: #00b57f;
}
#basket .bottom > div > div .card .bills > ul > li > ul {
  width: 275px;
}
#basket .bottom > div > div .card .bills > ul > li > ul li {
  padding-top: 16px;
}
#basket .bottom > div > div .card .bills > ul > li > ul li button {
  width: 100%;
  font-weight: 500 !important;
}
#basket .bottom > div > div .card .bills > ul > li > ul li button > span span {
  min-width: 96px;
  display: inline-block;
  text-align: left !important;
}
#basket .bottom > div > div .card .bills > ul > li > ul li button.edit {
  color: #081131;
}
#basket .bottom > div > div .card .bills > ul > li > ul li button.edit:hover {
  color: #fff;
}
#basket .bottom > div > div .card .bills > ul > li > ul li button.new {
  color: #00b57f;
  background: rgba(0, 181, 127, 0.1);
}
#basket .bottom > div > div .card .bills > ul > li > ul li button.new:hover {
  color: #fff;
}
#basket .bottom > div > div .card .bills > ul > li > ul li:first-child {
  padding-top: 0;
}
#basket .bottom > div > div .card .methods .tabMenu2 {
  display: block;
  font-size: 0;
  margin-top: 24px;
}
#basket .bottom > div > div .card .methods .tabMenu2 li {
  display: inline-block;
  width: 180px;
  max-width: 50%;
}
#basket .bottom > div > div .card .methods .checkbox {
  padding-bottom: 16px;
  margin-top: 0 !important;
}
#basket .bottom > div > div .card .methods .checkbox label {
  line-height: 20px;
  padding-left: 28px;
}
#basket .bottom > div > div .card .methods .checkbox label i {
  line-height: 18px;
  width: 20px;
  font-size: 18px;
  border-radius: 4px;
}
#basket .bottom > div > div .card .methods .checkbox label i:after {
  background: #00b57f;
  border-radius: 4px;
}
#basket .bottom > div > div .card .methods .checkbox label strong {
  color: #081131;
  font-weight: 500;
}
#basket .bottom > div > div .card .methods .checkbox label a {
  color: #00b57f;
}
#basket .bottom > div > div .card .methods .creditCard {
  padding-top: 24px;
}
#basket
  .bottom
  > div
  > div
  .card
  .methods
  .creditCard
  > div
  > div
  .formControl
  > div
  input,
#basket
  .bottom
  > div
  > div
  .card
  .methods
  .creditCard
  > div
  > div
  .formControl
  > div
  select,
#basket
  .bottom
  > div
  > div
  .card
  .methods
  .creditCard
  > div
  > div
  .formControl
  > div
  textarea {
  font-weight: 600;
}
#basket
  .bottom
  > div
  > div
  .card
  .methods
  .creditCard
  > div
  > div
  .form-group
  > div
  input,
#basket
  .bottom
  > div
  > div
  .card
  .methods
  .creditCard
  > div
  > div
  .form-group
  > div
  select,
#basket
  .bottom
  > div
  > div
  .card
  .methods
  .creditCard
  > div
  > div
  .form-group
  > div
  textarea {
  font-size: 14px;
  font-weight: 600;
  color: #081131;
  line-height: 24px;
  padding: 15px 36px 15px 16px;
}
#basket
  .bottom
  > div
  > div
  .card
  .methods
  .creditCard
  > div
  > div
  .form-group
  > div
  i {
  right: 10px;
  top: 50%;
  line-height: 0;
  font-size: 18px;
  color: #081131;
}
#basket .bottom > div > div .card .methods .creditCard > div > div .dateCvv {
  margin: 0 -12px;
}
#basket
  .bottom
  > div
  > div
  .card
  .methods
  .creditCard
  > div
  > div
  .dateCvv
  > div {
  padding: 0 12px;
}
#basket
  .bottom
  > div
  > div
  .card
  .methods
  .creditCard
  > div
  > div
  .dateCvv
  > div
  > span {
  display: block;
  font-weight: 500 !important;
  line-height: 1;
  padding-bottom: 16px;
}
#basket
  .bottom
  > div
  > div
  .card
  .methods
  .creditCard
  > div
  > div
  .dateCvv
  > div
  > .rw {
  margin: 0 -4px;
}
#basket
  .bottom
  > div
  > div
  .card
  .methods
  .creditCard
  > div
  > div
  .dateCvv
  > div
  > .rw
  > div {
  padding: 0 4px;
}
#basket .bottom > div > div .card .methods .creditCard > div > div.img {
  padding-bottom: 16px;
}
#basket .bottom > div > div .card .eft {
  padding-top: 16px;
}
#basket .bottom > div > div .card .eft > p {
  background: #f9fbff;
  border-radius: 4px;
  padding: 16px;
  line-height: 24px;
}
#basket .bottom > div > div .card .eft > p strong {
  font-weight: 500;
  color: #081131;
}
#basket .bottom > div > div .card .eft > .h3 {
  margin-top: 24px;
}
#basket .bottom > div > div .card .eft table {
  width: 100%;
  margin: 8px 0;
}
#basket .bottom > div > div .card .eft table thead tr th {
  font-size: 14px;
  line-height: 24px;
  font-weight: normal !important;
  padding: 16px 16px 16px 0;
}
#basket .bottom > div > div .card .eft table thead tr th:last-child {
  text-align: center !important;
  padding-right: 0;
}
#basket .bottom > div > div .card .eft table tbody tr td {
  font-size: 14px;
  line-height: 24px;
  color: #081131;
  font-weight: 500 !important;
  padding: 16px 16px 16px 0;
  border-top: 1px solid rgba(102, 112, 147, 0.2);
}
#basket .bottom > div > div .card .eft table tbody tr td span {
  display: none;
}
#basket .bottom > div > div .card .eft table tbody tr td:last-child {
  text-align: center !important;
  padding-right: 0;
}
#basket .bottom > div > div .card .eft > button {
  min-width: 50%;
}
#basket .bottom > div > div > .right {
  flex: 0 0 420px;
  width: 420px;
  padding: 18px 15px 0;
}
#basket .bottom > div > div > .right > div {
  background: #ffffff;
  padding: 24px;
  box-shadow: 0 10px 64px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  margin-top: 32px;
}
#basket .bottom > div > div > .right > div.summary > strong {
  display: block;
  font-size: 18px;
  line-height: 18px;
  color: #081131;
  font-weight: 500;
}
#basket .bottom > div > div > .right > div.summary .dayPayment {
  padding-top: 12px;
}
#basket .bottom > div > div > .right > div.summary .dayPayment li {
  background: #f9fbff;
  border-radius: 4px;
  margin-top: 12px;
  padding: 16px;
  font-size: 14px;
  line-height: 14px;
}
#basket .bottom > div > div > .right > div.summary .dayPayment li strong {
  display: block;
  color: #081131;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 8px;
}
#basket .bottom > div > div > .right > div.summary .productInfo {
  padding-top: 24px;
}
#basket .bottom > div > div > .right > div.summary .productInfo > span {
  font-weight: 500;
}
#basket .bottom > div > div > .right > div.summary .productInfo > ul > li {
  padding-top: 16px;
}
#basket .bottom > div > div > .right > div.summary .productInfo > ul > li > p {
  display: block;
  color: #081131;
  font-weight: 500;
}
#basket
  .bottom
  > div
  > div
  > .right
  > div.summary
  .productInfo
  > ul
  > li
  > p
  > strong {
  font-size: 18px;
  display: block;
  padding-bottom: 4px;
}
#basket .bottom > div > div > .right > div.summary .productInfo > ul > li > ul {
  padding-top: 12px;
}
#basket
  .bottom
  > div
  > div
  > .right
  > div.summary
  .productInfo
  > ul
  > li
  > ul
  > li {
  margin-top: 12px;
  border: 1px solid rgba(102, 112, 147, 0.2);
  border-radius: 4px;
}
#basket
  .bottom
  > div
  > div
  > .right
  > div.summary
  .productInfo
  > ul
  > li
  > ul
  > li
  > strong {
  position: relative;
  display: block;
  font-size: 16px;
  color: #081131;
  padding: 16px;
  font-weight: 500;
  cursor: pointer;
}
#basket
  .bottom
  > div
  > div
  > .right
  > div.summary
  .productInfo
  > ul
  > li
  > ul
  > li
  > strong
  i {
  position: absolute;
  right: 16px;
  top: 50%;
  font-size: 24px;
  color: #667093;
  line-height: 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;
}
#basket
  .bottom
  > div
  > div
  > .right
  > div.summary
  .productInfo
  > ul
  > li
  > ul
  > li
  > ul {
  padding: 0 16px 16px;
  display: none;
}
#basket
  .bottom
  > div
  > div
  > .right
  > div.summary
  .productInfo
  > ul
  > li
  > ul
  > li
  > ul
  li {
  display: table;
  width: 100%;
  padding: 5px 0;
  color: #081131;
}
#basket
  .bottom
  > div
  > div
  > .right
  > div.summary
  .productInfo
  > ul
  > li
  > ul
  > li
  > ul
  li
  > * {
  display: table-cell;
  vertical-align: middle;
  font-weight: 500;
}
#basket
  .bottom
  > div
  > div
  > .right
  > div.summary
  .productInfo
  > ul
  > li
  > ul
  > li
  > ul
  li
  > strong {
  position: relative;
}
#basket
  .bottom
  > div
  > div
  > .right
  > div.summary
  .productInfo
  > ul
  > li
  > ul
  > li
  > ul
  li
  > strong
  > i {
  position: absolute;
  left: 0;
  top: 50%;
  line-height: 0;
}
#basket
  .bottom
  > div
  > div
  > .right
  > div.summary
  .productInfo
  > ul
  > li
  > ul
  > li
  > ul
  li
  > strong
  > span {
  padding-left: 18px;
}
#basket
  .bottom
  > div
  > div
  > .right
  > div.summary
  .productInfo
  > ul
  > li
  > ul
  > li
  > ul
  li
  > strong
  > span:first-child {
  padding-left: 0;
}
#basket
  .bottom
  > div
  > div
  > .right
  > div.summary
  .productInfo
  > ul
  > li
  > ul
  > li
  > ul
  li
  b {
  text-align: right !important;
}
#basket
  .bottom
  > div
  > div
  > .right
  > div.summary
  .productInfo
  > ul
  > li
  > ul
  > li
  > ul
  li
  b.green {
  color: #00b57f;
}
#basket
  .bottom
  > div
  > div
  > .right
  > div.summary
  .productInfo
  > ul
  > li
  > ul
  > li
  > ul
  li.passive {
  color: #667093;
}
#basket
  .bottom
  > div
  > div
  > .right
  > div.summary
  .productInfo
  > ul
  > li
  > ul
  > li.open
  > strong
  i {
  transform: rotateX(180deg);
}
#basket
  .bottom
  > div
  > div
  > .right
  > div.summary
  .productInfo
  > ul
  > li
  > ul
  > li.open
  > ul {
  display: block;
}
#basket .bottom > div > div > .right > div.summary .price {
  padding-top: 8px;
}
#basket .bottom > div > div > .right > div.summary .price li {
  display: table;
  font-size: 16px;
  color: #081131;
  width: 100%;
  padding: 16px 0;
  border-top: 1px solid rgba(102, 112, 147, 0.2);
}
#basket .bottom > div > div > .right > div.summary .price li strong {
  display: table-cell;
  vertical-align: middle;
  font-weight: 500;
}
#basket .bottom > div > div > .right > div.summary .price li b {
  display: table-cell;
  text-align: right !important;
  vertical-align: middle;
  font-weight: 500;
}
#basket .bottom > div > div > .right > div.summary .price li b.green {
  color: #00b57f;
}
#basket .bottom > div > div > .right > div.summary .price li:first-child {
  border-top: none;
}
#basket .bottom > div > div > .right > div.summary > button {
  width: 100%;
  margin-top: 8px;
}
#basket .bottom .summary {
  max-width: 1060px;
  margin: 0 auto;
  padding: 48px 15px 0;
}
#basket .bottom .summary > div > div {
  padding-top: 32px;
}
#basket .bottom .summary > div > div > div {
  background: #ffffff;
  border-radius: 4px;
  padding: 24px;
}
#basket .bottom .summary > div > div > div.product table {
  width: 100%;
}
#basket .bottom .summary > div > div > div.product table thead tr th {
  position: relative;
  z-index: 2;
  font-weight: 500;
  line-height: 16px;
  padding: 20px;
  text-align: center !important;
}
#basket .bottom .summary > div > div > div.product table thead tr th strong {
  font-weight: 500;
  color: #081131;
}
#basket .bottom .summary > div > div > div.product table thead tr th:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #f9fbff;
  z-index: -1;
}
#basket
  .bottom
  .summary
  > div
  > div
  > div.product
  table
  thead
  tr
  th:first-child {
  text-align: left !important;
}
#basket
  .bottom
  .summary
  > div
  > div
  > div.product
  table
  thead
  tr
  th:first-child:before {
  border-radius: 4px 0 0 4px;
}
#basket
  .bottom
  .summary
  > div
  > div
  > div.product
  table
  thead
  tr
  th:last-child {
  text-align: right !important;
}
#basket
  .bottom
  .summary
  > div
  > div
  > div.product
  table
  thead
  tr
  th:last-child:before {
  border-radius: 0 4px 4px 0;
}
#basket .bottom .summary > div > div > div.product table tbody tr.list td {
  padding: 32px 16px;
  font-size: 16px;
  border-top: 1px solid rgba(102, 112, 147, 0.2);
  text-align: center !important;
}
#basket
  .bottom
  .summary
  > div
  > div
  > div.product
  table
  tbody
  tr.list
  td:first-child
  > p {
  font-size: 12px;
  font-weight: 500;
  text-align: left !important;
}
#basket
  .bottom
  .summary
  > div
  > div
  > div.product
  table
  tbody
  tr.list
  td:first-child
  > p
  strong {
  display: block;
  color: #081131;
  font-size: 18px;
  font-weight: 500;
}
#basket
  .bottom
  .summary
  > div
  > div
  > div.product
  table
  tbody
  tr.list
  td:first-child
  > p
  span {
  display: block;
  font-size: 14px;
  color: #081131;
  padding: 1px 0;
}
#basket
  .bottom
  .summary
  > div
  > div
  > div.product
  table
  tbody
  tr.list
  td.process
  ul {
  font-size: 0;
  white-space: nowrap;
}
#basket
  .bottom
  .summary
  > div
  > div
  > div.product
  table
  tbody
  tr.list
  td.process
  ul
  li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}
#basket
  .bottom
  .summary
  > div
  > div
  > div.product
  table
  tbody
  tr.list
  td.process
  ul
  li:first-child {
  margin-left: 0;
}
#basket
  .bottom
  .summary
  > div
  > div
  > div.product
  table
  tbody
  tr.list
  td
  .form-group {
  display: inline-block;
  padding-bottom: 0;
  vertical-align: middle;
}
#basket
  .bottom
  .summary
  > div
  > div
  > div.product
  table
  tbody
  tr.list
  td
  .form-group
  .select2-container
  .select2-selection
  .select2-selection__rendered {
  font-size: 14px;
  color: #081131;
  padding: 1px 34px 1px 8px;
  text-align: left !important;
  border-radius: 4px;
}
#basket
  .bottom
  .summary
  > div
  > div
  > div.product
  table
  tbody
  tr.list
  td
  .form-group
  .select2-container
  .select2-selection
  .select2-selection__arrow {
  height: 30px;
  right: 10px;
}
#basket
  .bottom
  .summary
  > div
  > div
  > div.product
  table
  tbody
  tr.list
  td
  .form-group
  .select2-container
  .select2-selection
  .select2-selection__arrow:before {
  font-size: 16px;
  line-height: 30px;
}
#basket
  .bottom
  .summary
  > div
  > div
  > div.product
  table
  tbody
  tr.list
  td
  > span {
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  display: none;
}
#basket
  .bottom
  .summary
  > div
  > div
  > div.product
  table
  tbody
  tr.list
  td
  > strong {
  font-size: 16px;
  color: #081131;
  font-weight: 500;
}
#basket
  .bottom
  .summary
  > div
  > div
  > div.product
  table
  tbody
  tr.list
  td:last-child {
  text-align: right !important;
}
#basket
  .bottom
  .summary
  > div
  > div
  > div.product
  table
  tbody
  tr.list
  td:last-child
  > div
  u {
  text-decoration: line-through;
  font-weight: 500;
  font-size: 14px;
}
#basket
  .bottom
  .summary
  > div
  > div
  > div.product
  table
  tbody
  tr.list
  td:last-child
  > div
  strong {
  display: block;
  font-size: 16px;
  color: #081131;
  font-weight: 500;
}
#basket
  .bottom
  .summary
  > div
  > div
  > div.product
  table
  tbody
  tr.list
  td:last-child
  > div
  span {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  padding: 2px 4px;
  border-radius: 8px;
  background: #00b57f;
}
#basket .bottom .summary > div > div > div.product table tbody tr.detail td {
  padding: 0 16px 32px;
}
#basket
  .bottom
  .summary
  > div
  > div
  > div.product
  table
  tbody
  tr.detail
  td
  > div {
  margin-top: -16px;
  border: 1px solid rgba(102, 112, 147, 0.2);
  border-radius: 4px;
  max-width: 410px;
}
#basket
  .bottom
  .summary
  > div
  > div
  > div.product
  table
  tbody
  tr.detail
  td
  > div
  > strong {
  position: relative;
  display: block;
  font-size: 16px;
  color: #081131;
  padding: 16px;
  font-weight: 500;
  cursor: pointer;
}
#basket
  .bottom
  .summary
  > div
  > div
  > div.product
  table
  tbody
  tr.detail
  td
  > div
  > strong
  i {
  position: absolute;
  right: 16px;
  top: 50%;
  font-size: 24px;
  color: #667093;
  line-height: 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;
}
#basket
  .bottom
  .summary
  > div
  > div
  > div.product
  table
  tbody
  tr.detail
  td
  > div
  > ul {
  padding: 0 16px 16px;
  display: none;
}
#basket
  .bottom
  .summary
  > div
  > div
  > div.product
  table
  tbody
  tr.detail
  td
  > div
  > ul
  li {
  display: table;
  width: 100%;
  color: #081131;
}
#basket
  .bottom
  .summary
  > div
  > div
  > div.product
  table
  tbody
  tr.detail
  td
  > div
  > ul
  li
  > * {
  display: table-cell;
  vertical-align: middle;
  font-weight: 500;
  padding: 5px 0;
}
#basket
  .bottom
  .summary
  > div
  > div
  > div.product
  table
  tbody
  tr.detail
  td
  > div
  > ul
  li
  > strong {
  position: relative;
}
#basket
  .bottom
  .summary
  > div
  > div
  > div.product
  table
  tbody
  tr.detail
  td
  > div
  > ul
  li
  > strong
  > i {
  position: absolute;
  left: 0;
  top: 50%;
  line-height: 0;
}
#basket
  .bottom
  .summary
  > div
  > div
  > div.product
  table
  tbody
  tr.detail
  td
  > div
  > ul
  li
  > strong
  > span {
  padding-left: 18px;
}
#basket
  .bottom
  .summary
  > div
  > div
  > div.product
  table
  tbody
  tr.detail
  td
  > div
  > ul
  li
  > strong
  > span:first-child {
  padding-left: 0;
}
#basket
  .bottom
  .summary
  > div
  > div
  > div.product
  table
  tbody
  tr.detail
  td
  > div
  > ul
  li
  b {
  text-align: right !important;
}
#basket
  .bottom
  .summary
  > div
  > div
  > div.product
  table
  tbody
  tr.detail
  td
  > div
  > ul
  li
  b.green {
  color: #00b57f;
}
#basket
  .bottom
  .summary
  > div
  > div
  > div.product
  table
  tbody
  tr.detail
  td
  > div
  > ul
  li.passive {
  color: #667093;
}
#basket
  .bottom
  .summary
  > div
  > div
  > div.product
  table
  tbody
  tr.detail
  td
  > div.open
  > strong
  i {
  transform: rotateX(180deg);
}
#basket
  .bottom
  .summary
  > div
  > div
  > div.product
  table
  tbody
  tr.detail
  td
  > div.open
  > ul {
  display: block;
}
#basket
  .bottom
  .summary
  > div
  > div
  > div.product
  table
  tbody
  tr:first-child.list
  td {
  border-top: none;
}
#basket .bottom .summary .discount .swich {
  position: relative;
}
#basket .bottom .summary .discount .swich > span {
  display: flex;
  padding-left: 0;
}
#basket .bottom .summary .discount .swich > span > span {
  display: inline-block;
  color: #667093;
}
#basket .bottom .summary .discount .swich > span > span:last-child {
  order: -1;
  padding-right: 64px;
  color: #081131;
}
#basket .bottom .summary .discount .swich > span:before {
  left: auto;
  right: 40px;
  background: rgba(247, 0, 0, 0.745);
}
#basket .bottom .summary .discount .swich > span:after {
  left: auto;
  right: 61px;
}
#basket
  .bottom
  .summary
  .discount
  .swich
  input:checked
  + span
  > span:first-child {
  color: #00b57f;
}
#basket
  .bottom
  .summary
  .discount
  .swich
  input:checked
  + span
  > span:last-child {
  color: #667093;
}
#basket .bottom .summary .discount .swich input:checked + span:before {
  background: #00b57f;
}
#basket .bottom .summary .discount .swich input:checked + span:after {
  right: 45px;
}
#basket .bottom .summary .discount .form-group {
  padding-bottom: 0;
  padding-top: 24px;
}
#basket .bottom .summary .discount .form-group > div {
  padding: 0 8px 0 0;
}
#basket .bottom .summary .discount .form-group > div .rw {
  margin: 0;
}
#basket .bottom .summary .discount .form-group > div .rw > div {
  padding: 0;
}
#basket .bottom .summary .discount .form-group > div input {
  padding: 15px 20px;
}
#basket .bottom .summary .discount .form-group > div .btn {
  border-radius: 4px;
}
#basket .bottom .summary .price {
  padding-top: 8px;
}
#basket .bottom .summary .price ul li {
  display: table;
  width: 100%;
  border-bottom: 1px solid rgba(102, 112, 147, 0.2);
}
#basket .bottom .summary .price ul li strong {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  font-weight: normal !important;
  color: #081131;
  padding: 16px 0;
}
#basket .bottom .summary .price ul li strong:last-child {
  text-align: right !important;
  padding-left: 16px;
}
#basket .bottom .summary .price ul li:last-child {
  border-bottom: none;
}
#basket .bottom .summary .price ul li:last-child strong {
  font-weight: 500 !important;
}
#basket .bottom .summary .price button {
  width: 100%;
  margin-top: 8px;
}
#basket .bottom .domains {
  max-width: 1060px;
  padding: 35px 15px 0;
  margin: 0 auto;
}
#basket .bottom .domains > div {
  background: #ffffff;
  padding: 24px;
  box-shadow: 0 10px 64px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  margin-top: 40px;
}
#basket .bottom .domains > div .h3 {
  font-size: 24px;
}
#basket .bottom .domains > div > p {
  font-size: 16px;
  padding: 12px 0 28px;
}
#basket .bottom .domains > div .form,
#basket .bottom .domains > div form {
  padding-top: 32px;
  border-top: 1px solid rgba(102, 112, 147, 0.2);
}
#basket .bottom .domains > div .form .rw,
#basket .bottom .domains > div form .rw {
  margin: -12px;
}
#basket .bottom .domains > div .form .rw > div,
#basket .bottom .domains > div form .rw > div {
  padding: 12px;
}
#basket .bottom .domains > div .form .form-group,
#basket .bottom .domains > div form .form-group {
  padding: 0;
}
#basket .bottom .domains > div .form .form-group > div i,
#basket .bottom .domains > div form .form-group > div i {
  right: auto;
  left: 16px;
  top: 50%;
  line-height: 0;
}
#basket .bottom .domains > div .form .form-group > div input,
#basket .bottom .domains > div form .form-group > div input {
  padding: 15px 16px 15px 56px;
}
#basket .bottom .domains > div .form .btn,
#basket .bottom .domains > div form .btn {
  padding: 18px 15px;
  min-width: 160px;
}
#basket .bottom .domains > div > ul li {
  align-items: center;
}
#basket .bottom .domains > div > ul li > * {
  padding-top: 16px;
}
#basket .bottom .domains > div > ul li p {
  font-size: 0;
}
#basket .bottom .domains > div > ul li p strong {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #00b57f;
}
#basket .bottom .domains > div > ul li p span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 28px;
  color: #081131;
  font-weight: 500;
  padding: 8px 16px 0 0;
}
#basket .bottom .domains > div > ul li p b {
  display: inline-block;
  vertical-align: middle;
  margin-top: 8px;
  background: rgba(32, 207, 134, 0.2);
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
  padding: 4px 8px;
  color: #081131;
  font-weight: normal !important;
}
#basket .bottom .domains > div > ul li .btn {
  padding: 18px 15px;
  min-width: 160px;
  width: 100%;
}
#basket .bottom .domains > div > ul li.danger p strong {
  color: rgba(247, 0, 0, 0.745);
}
#basket .bottom .domains > div > ul li.danger p b {
  color: #fff;
  background: rgba(247, 0, 0, 0.745);
}
#login {
  position: relative;
  z-index: 5;
  margin-top: -6px;
  background: #fff;
  padding: 0 15px;
}
#login > div {
  position: relative;
  z-index: 2;
  width: 1270px;
  display: table;
  max-width: 100%;
  margin: 0 auto;
  table-layout: fixed;
  min-height: 100vh;
}
#login > div > div {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 0 15px 32px;
}
#login > div > div.left {
  position: relative;
  padding: 120px 32px 120px 0;
}
#login > div > div.left .header {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  margin: 0;
  flex-wrap: nowrap;
  align-items: center;
}
#login > div > div.left .header > a {
  padding: 0;
  margin-right: 32px;
}
#login > div > div.left .header > span {
  flex: 0 0 auto;
  padding: 8px 24px;
  border-left: 1px solid rgba(102, 112, 147, 0.2);
  font-size: 15px;
  line-height: 20px;
  color: #081131;
}
#login > div > div.left .header ul {
  flex: 0 0 auto;
  font-size: 0;
  padding: 0 0 0 16px;
  display: inline-block;
  text-align: right !important;
  white-space: nowrap;
  border-left: 1px solid rgba(102, 112, 147, 0.2);
}
#login > div > div.left .header ul li {
  display: inline-block;
  text-align: left !important;
  vertical-align: middle;
  line-height: 20px;
}
#login > div > div.left .header ul li > * {
  display: block;
  position: relative;
  font-size: 15px;
  color: #081131;
  cursor: pointer;
  line-height: 24px;
  padding: 6px 16px 6px 44px;
}
#login > div > div.left .header ul li > * i {
  position: absolute;
  left: 16px;
  font-size: 20px;
  top: 50%;
  line-height: 0;
}
#login > div > div.left .header ul li > * > * {
  vertical-align: middle;
  display: inline-block;
}
#login > div > div.left .header ul li u {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin-left: 8px;
  background: #20cf86;
}
#login > div > div.left .header ul li:last-child > * {
  padding-right: 0;
}
#login > div > div.left .content > h1 {
  font-size: 24px;
  color: #081131;
  font-weight: 500;
}
#login > div > div.left .content > p {
  font-size: 16px;
  font-weight: 500;
  display: block;
  padding-top: 6px;
}
#login > div > div.left .content > p a {
  color: #00b57f;
}
#login > div > div.left .content > ul {
  margin: -8px -8px -24px;
  padding-top: 32px;
}
#login > div > div.left .content > ul li {
  padding: 8px;
}
#login > div > div.left .content > ul li a {
  display: block;
  text-align: center !important;
  background: rgba(102, 112, 147, 0.05);
  border: 1px solid rgba(102, 112, 147, 0.2);
  border-radius: 4px;
  font-weight: 600;
  line-height: 22px;
  padding: 12px;
  -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;
}
#login > div > div.left .content > ul li a.active {
  color: #fff;
  border-color: #00b57f;
  background: #00b57f;
}
#login > div > div.left .content form,
#login > div > div.left .content .form {
  padding-top: 32px;
}
#login > div > div.left .content form .checkbox label,
#login > div > div.left .content .form .checkbox label {
  line-height: 20px;
  padding-left: 28px;
}
#login > div > div.left .content form .checkbox label i,
#login > div > div.left .content .form .checkbox label i {
  line-height: 18px;
  width: 20px;
  font-size: 18px;
  border-radius: 4px;
}
#login > div > div.left .content form .checkbox label i:after,
#login > div > div.left .content .form .checkbox label i:after {
  background: #00b57f;
  border-radius: 4px;
}
#login > div > div.left .content form .checkbox label strong,
#login > div > div.left .content .form .checkbox label strong {
  color: #081131;
  font-weight: 500;
}
#login > div > div.left .content form > button,
#login > div > div.left .content .form > button {
  width: 100%;
}
#login > div > div.left .content.login .foot {
  align-items: center;
  padding: 16px 0 32px;
}
#login > div > div.left .content.login .foot a {
  color: #00b57f;
  font-weight: 500;
}
#login > div > div.left .content.register .password section {
  display: none;
}
#login > div > div.left .content.register .password section > div {
  display: none;
}
#login > div > div.left .content.register .password section > div > div p {
  position: relative;
  flex: 1 0 0;
  padding: 16px 16px 0 40px !important;
  color: #081131;
  line-height: 20px;
}
#login > div > div.left .content.register .password section > div > div p i {
  position: absolute;
  left: 16px;
  top: 16px;
  font-size: 20px;
  color: #ff4646;
}
#login > div > div.left .content.register .password section > div > div > div {
  flex: 0 0 auto;
  font-size: 0;
  padding-top: 16px !important;
}
#login
  > div
  > div.left
  .content.register
  .password
  section
  > div
  > div
  > div
  ul {
  display: inline-block;
  padding-right: 4px;
  vertical-align: middle;
}
#login
  > div
  > div.left
  .content.register
  .password
  section
  > div
  > div
  > div
  ul
  li {
  display: inline-block;
  width: 24px;
  height: 4px;
  background: rgba(102, 112, 147, 0.3);
  margin-right: 4px;
}
#login
  > div
  > div.left
  .content.register
  .password
  section
  > div
  > div
  > div
  ul
  li.active {
  background: #00b57f;
}
#login
  > div
  > div.left
  .content.register
  .password
  section
  > div
  > div
  > div
  span {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #00b57f;
  font-weight: 500;
  vertical-align: middle;
}
#login > div > div.left .content.register .password section > div:first-child {
  display: block;
}
#login > div > div.left .content.register .password section.active {
  display: block;
}
#login
  > div
  > div.left
  .content.register
  .password
  section.sort
  > div:first-child {
  display: none;
}
#login
  > div
  > div.left
  .content.register
  .password
  section.sort
  > div:last-child {
  display: block;
}
#login > div > div.left .content.register form > .rw,
#login > div > div.left .content.register .form > .rw {
  margin: 0 -8px;
}
#login > div > div.left .content.register form > .rw > div,
#login > div > div.left .content.register .form > .rw > div {
  padding: 0 8px;
}
#login > div > div.left .content.register .foot {
  padding-bottom: 32px;
}
#login > div > div.left .content.register .foot .checkbox {
  padding-top: 16px;
}
#login > div > div.right .item {
  text-align: center !important;
}
#login > div > div.right .item > strong {
  font-size: 24px;
  color: #081131;
  font-weight: 500;
  display: block;
  padding-top: 16px;
}
#login > div > div.right .item > p {
  font-size: 16px;
  line-height: 32px;
  padding-top: 4px;
  max-width: 540px;
  margin: 0 auto;
}
#login > div > div.right .owl-nav {
  text-align: center !important;
  padding-top: 32px;
}
#login > div > div.right .owl-nav button {
  margin: 0 8px;
  border: none !important;
  box-shadow: 0 10px 48px rgba(0, 0, 0, 0.08);
  background: #fff;
  border-radius: 4px;
  color: #081131;
}
#login > div > div.right .owl-nav button i {
  line-height: 32px;
  width: 32px;
}
#login > div > div.right .owl-nav button:hover {
  background: #fff !important;
  color: #00b57f !important;
}
#login:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  background: #f9fbff;
}
#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: #ffffff;
}
#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 {
    flex: 1 0 0;
  }
  .cl-lg-auto {
    flex: 0 0 auto;
    width: unset;
  }
  .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%;
  }
  .cl-lg-12 {
    flex: 0 0 100%;
    width: 100%;
  }
  .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 thead tr th:first-child,
  #domain .prices > div > div table tbody tr td: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;
  }
  #profile .top .b .container {
    padding: 0;
  }
  #profile .top .b ul > li {
    flex: 0 0 25%;
    width: 25%;
  }
  #basket .header > div > span {
    display: none;
  }
  #basket
    .bottom
    > div
    > div
    .card
    .methods
    .creditCard
    > div
    > div.checkbox.tcenter {
    text-align: left !important;
  }
  #basket .bottom > div > div > .right {
    flex: 0 0 340px;
    width: 340px;
  }
  #login > div > div.left .header > a {
    margin-right: 16px;
  }
  #login > div > div.left .header ul {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cl-md {
    flex: 1 0 0;
  }
  .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-8 {
    flex: 0 0 66.666%;
    width: 66.666%;
  }
  .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 thead tr th:first-child,
  #domain .prices > div > div table tbody tr td: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;
  }
  #profile .top .t .right {
    margin-top: 16px;
  }
  #profile .top .t .right > div {
    max-width: 100%;
  }
  #profile .bottom .content .left {
    order: 2;
  }
  #basket .header > div ul li a {
    padding: 0;
    width: 40px;
    text-align: center !important;
    display: block;
  }
  #basket .header > div ul li a > * {
    display: none;
  }
  #basket .header > div ul li a i {
    position: unset;
    line-height: 40px;
    display: block;
  }
  #basket .header > div ul li a b {
    display: block;
    position: absolute;
    right: 3px;
    top: 3px;
    font-size: 12px;
    line-height: 16px;
    min-width: 16px;
  }
  #basket .header > div ul li a u {
    display: block;
    position: absolute;
    right: 6px;
    top: 6px;
  }
  #basket .header > div ul li a:first-child {
    padding-left: 0;
  }
  #basket .bottom > div > div .vdsCustomize {
    flex: 0 0 100%;
    width: 100%;
  }
  #basket .bottom > div > div .vdsCustomize > div {
    margin-top: 24px;
  }
  #basket .bottom > div > div > .right {
    flex: 0 0 100%;
    width: 100%;
    padding-top: 0;
  }
  #basket .bottom > div > div > .right > div {
    margin-top: 24px;
  }
  #basket .bottom .summary > div > div > div.product {
    padding: 12px 24px;
  }
  #basket .bottom .summary > div > div > div.product table {
    display: block;
  }
  #basket .bottom .summary > div > div > div.product table thead {
    display: none;
  }
  #basket .bottom .summary > div > div > div.product table tbody {
    display: block;
  }
  #basket .bottom .summary > div > div > div.product table tbody tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin: 0 -6px;
    padding: 6px 0;
    align-items: center;
  }
  #basket .bottom .summary > div > div > div.product table tbody tr > * {
    padding: 0 15px;
  }
  #basket .bottom .summary > div > div > div.product table tbody tr.list {
    position: relative;
  }
  #basket .bottom .summary > div > div > div.product table tbody tr.list td {
    padding: 6px;
    flex: 0 0 auto;
    border-top: none;
  }
  #basket
    .bottom
    .summary
    > div
    > div
    > div.product
    table
    tbody
    tr.list
    td:first-child {
    flex: 1 0 0;
  }
  #basket
    .bottom
    .summary
    > div
    > div
    > div.product
    table
    tbody
    tr.list
    td.description {
    display: none;
  }
  #basket
    .bottom
    .summary
    > div
    > div
    > div.product
    table
    tbody
    tr.list:before {
    position: absolute;
    content: "";
    left: 6px;
    top: 0;
    right: 6px;
    background: rgba(102, 112, 147, 0.2);
    height: 1px;
  }
  #basket
    .bottom
    .summary
    > div
    > div
    > div.product
    table
    tbody
    tr.list:first-child:before {
    display: none;
  }
  #basket .bottom .summary > div > div > div.product table tbody tr.detail td {
    padding: 0 6px 6px;
    flex: 0 0 100%;
    width: 100%;
  }
  #basket
    .bottom
    .summary
    > div
    > div
    > div.product
    table
    tbody
    tr.detail
    td
    > div {
    margin: 0 auto;
  }
  #login {
    padding: 0;
  }
  #login > div {
    display: block;
  }
  #login > div > div {
    display: block;
  }
  #login > div > div.left {
    margin: 0 auto;
    max-width: 560px;
    padding: 120px 15px 60px;
  }
  #login > div > div.right {
    background: #f9fbff;
    padding: 60px 15px;
  }
  #login > div > div.right section {
    max-width: 530px;
    margin: 0 auto;
  }
  #login:before {
    display: none;
  }
  #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-5 {
    flex: 0 0 41.666%;
    width: 41.666%;
  }
  .cl-sm-6 {
    flex: 0 0 50%;
    width: 50%;
  }
  .cl-sm-7 {
    flex: 0 0 58.333%;
    width: 58.333%;
  }
  .cl-sm-11 {
    flex: 0 0 91.666667%;
    width: 91.666667%;
  }
  .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;
  }
  .myDataTable table {
    display: block;
  }
  .myDataTable table thead {
    display: none;
  }
  .myDataTable table tbody {
    display: block;
  }
  .myDataTable table tbody tr {
    display: block;
    border: 1px solid rgba(102, 112, 147, 0.2);
    border-radius: 4px;
    margin-top: 8px;
    padding: 12px;
    text-align: center !important;
    font-size: 0;
  }
  .myDataTable table tbody tr td {
    display: block;
    text-align: center !important;
    padding: 4px;
    vertical-align: middle;
    box-sizing: border-box;
  }
  .myDataTable table tbody tr td:before {
    display: none;
  }
  .myDataTable table tbody tr td.action {
    width: 100%;
  }
  .myDataTable table tbody tr td.action > div {
    justify-content: center;
  }
  .myDataTable table tbody tr td.tleft {
    text-align: center !important;
  }
  .myDataTable table tbody tr td:first-child {
    padding-left: 4px;
  }
  .myDataTable table tbody tr td:last-child {
    padding-right: 4px;
  }
  .myDataTable table tbody tr:first-child {
    margin-top: 0;
  }
  .myDataTable > .foot {
    text-align: center !important;
  }
  #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 > * img,
  #header .top .right ul li > * i {
    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 .btn-outline {
    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 thead tr th:first-child,
  #domain .prices > div > div table tbody tr td: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: none;
    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;
  }
  #profile .bottom {
    padding-bottom: 60px;
  }
  #profile .bottom .headContent h4 {
    padding: 0 0 0 63px;
  }
  #profile .bottom .headContent h4 i {
    line-height: 32px;
    width: 32px;
    font-size: 16px;
  }
  #profile .bottom .headContent h4 span {
    font-size: 11px;
  }
  #profile .bottom .headContent h4 strong {
    font-size: 14px;
    padding-top: 0;
  }
  #profile .bottom .info {
    margin: -8px;
  }
  #profile .bottom .info > li {
    padding: 8px;
  }
  #profile .bottom .info > li > div .h2 {
    cursor: pointer;
    margin: -24px;
    padding: 28px 44px 28px 64px;
  }
  #profile .bottom .info > li > div .h2 i {
    left: 24px;
    top: 24px;
  }
  #profile .bottom .info > li > div .h2 b {
    display: block;
  }
  #profile .bottom .info > li > div .c {
    display: none;
  }
  #profile .bottom .info > li > div .c .actions {
    margin: 0 -4px;
  }
  #profile .bottom .info > li > div .c .actions > div {
    padding: 0 4px;
  }
  #profile .bottom .info > li > div.open .h2 b {
    transform: rotateX(180deg);
  }
  #profile .bottom .info > li > div.open .c {
    display: block;
  }
  #profile .bottom .content .right .panel .h2 > span {
    display: none;
  }
  #profile
    .bottom
    .content
    .right
    .panel.services
    .myDataTable
    table
    tbody
    tr
    td {
    display: inline-block;
    vertical-align: middle;
  }
  #profile
    .bottom
    .content
    .right
    .panel.services
    .myDataTable
    table
    tbody
    tr
    td:first-child {
    display: block;
  }
  #profile
    .bottom
    .content
    .right
    .panel.services
    .myDataTable
    table
    tbody
    tr
    td:first-child
    p {
    text-align: center !important;
  }
  #profile
    .bottom
    .content
    .right
    .panel.services
    .myDataTable
    table
    tbody
    tr
    td:nth-child(4),
  #profile
    .bottom
    .content
    .right
    .panel.services
    .myDataTable
    table
    tbody
    tr
    td:last-child {
    display: block;
  }
  #profile
    .bottom
    .content
    .right
    .panel.domain
    .myDataTable
    table
    tbody
    tr
    td {
    display: inline-block;
    vertical-align: middle;
  }
  #profile
    .bottom
    .content
    .right
    .panel.domain
    .myDataTable
    table
    tbody
    tr
    td:first-child {
    display: block;
  }
  #profile
    .bottom
    .content
    .right
    .panel.domain
    .myDataTable
    table
    tbody
    tr
    td:first-child
    p {
    text-align: center !important;
  }
  #profile
    .bottom
    .content
    .right
    .panel.domain
    .myDataTable
    table
    tbody
    tr
    td:nth-child(4),
  #profile
    .bottom
    .content
    .right
    .panel.domain
    .myDataTable
    table
    tbody
    tr
    td:last-child {
    display: block;
  }
  #profile .bottom .content .right .panel.bills .myDataTable table tbody tr td {
    display: inline-block;
    vertical-align: middle;
  }
  #profile
    .bottom
    .content
    .right
    .panel.bills
    .myDataTable
    table
    tbody
    tr
    td:first-child {
    display: block;
  }
  #profile
    .bottom
    .content
    .right
    .panel.bills
    .myDataTable
    table
    tbody
    tr
    td:first-child
    p {
    text-align: center !important;
  }
  #profile
    .bottom
    .content
    .right
    .panel.bills
    .myDataTable
    table
    tbody
    tr
    td:nth-child(4) {
    display: block;
  }
  #profile
    .bottom
    .content
    .right
    .panel.bills
    .myDataTable
    table
    tbody
    tr
    td:last-child {
    width: auto !important;
  }
  #profile .bottom .content .right .servicesDetail .detail > div p span {
    display: none;
  }
  #profile
    .bottom
    .content
    .right
    .servicesDetail
    .panel.bills
    .myDataTable
    table
    tbody
    tr
    td:nth-child(3) {
    display: block;
  }
  #profile
    .bottom
    .content
    .right
    .servicesDetail
    .panel.bills
    .myDataTable
    table
    tbody
    tr
    td:nth-child(4) {
    display: inline-block;
  }
  #profile
    .bottom
    .content
    .right
    .servicesDetail
    .panel.bills
    .myDataTable
    table
    tbody
    tr
    td:last-child {
    display: block;
  }
  #profile .bottom .content .right .domainDetail .detail > div p span {
    display: none;
  }
  #basket .top > div {
    padding: 60px 15px;
  }
  #basket .steps ul li span {
    display: none;
  }
  #basket .steps ul li.active span {
    display: inline;
  }
  #basket .bottom {
    padding-bottom: 60px;
  }
  #basket .bottom > div > div .vdsCustomize {
    padding-top: 0;
  }
  #basket .bottom > div > div .vdsCustomize .radioList li label {
    display: block;
    position: relative;
    padding-left: 44px !important;
  }
  #basket .bottom > div > div .vdsCustomize .radioList li label > * {
    display: block;
    padding: 6px 8px !important;
  }
  #basket .bottom > div > div .vdsCustomize .radioList li label > b {
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -18px;
    width: 36px;
  }
  #basket .bottom > div > div .vdsCustomize .radioList li label > i {
    position: absolute;
    left: 44px;
    top: 4px;
    line-height: 24px;
  }
  #basket .bottom > div > div .vdsCustomize .radioList li label > i + span {
    padding-left: 40px !important;
  }
  #basket .bottom > div > div .vdsCustomize h2 > span:last-child span {
    white-space: normal;
  }
  #basket
    .bottom
    > div
    > div
    .vdsCustomize
    .product
    .radioList
    li
    label
    > strong
    strong {
    display: none;
  }
  #basket
    .bottom
    > div
    > div
    .vdsCustomize
    .product
    .radioList
    li
    label
    > strong
    strong:last-child {
    display: block;
  }
  #basket .bottom > div > div .card {
    padding-top: 0;
  }
  #basket .bottom > div > div .card > div {
    margin-top: 24px;
  }
  #basket .bottom > div > div .card .bills > ul > li > ul {
    width: 175px;
  }
  #basket .bottom > div > div .card .methods .creditCard > div > div.img {
    order: -1;
  }
  #basket .bottom > div > div .card .eft table {
    display: block;
  }
  #basket .bottom > div > div .card .eft table thead {
    display: none;
  }
  #basket .bottom > div > div .card .eft table tbody {
    display: block;
  }
  #basket .bottom > div > div .card .eft table tbody tr {
    display: block;
    padding: 8px 0;
    border-top: 1px solid rgba(102, 112, 147, 0.2);
  }
  #basket .bottom > div > div .card .eft table tbody tr td {
    display: block;
    padding: 0;
    border-top: none;
  }
  #basket .bottom > div > div .card .eft table tbody tr td span {
    display: inline;
  }
  #basket .bottom > div > div .card .eft table tbody tr td:last-child {
    display: none;
  }
  #basket .bottom > div > div .card .eft table tbody tr:first-child {
    border-top: none;
  }
  #basket .bottom > div > div .card .eft > button {
    width: 100%;
  }
  #basket .bottom .summary {
    padding-top: 16px;
  }
  #basket .bottom .summary > div > div {
    padding-top: 24px;
  }
  #basket .bottom .summary > div > div > div.product table tbody tr {
    justify-content: center;
  }
  #basket
    .bottom
    .summary
    > div
    > div
    > div.product
    table
    tbody
    tr.list
    td
    > span {
    display: block;
  }
  #basket
    .bottom
    .summary
    > div
    > div
    > div.product
    table
    tbody
    tr.list
    td:first-child {
    flex: 0 0 100%;
    width: 100%;
  }
  #basket
    .bottom
    .summary
    > div
    > div
    > div.product
    table
    tbody
    tr.list
    td:first-child
    p {
    text-align: center !important;
  }
  #basket
    .bottom
    .summary
    > div
    > div
    > div.product
    table
    tbody
    tr.list
    td.process,
  #basket
    .bottom
    .summary
    > div
    > div
    > div.product
    table
    tbody
    tr.list
    td.period {
    flex: 0 0 100%;
    width: 100%;
  }
  #basket
    .bottom
    .summary
    > div
    > div
    > div.product
    table
    tbody
    tr.list
    td:last-child {
    text-align: center !important;
    flex: 0 0 100%;
    width: 100%;
  }
  #basket .bottom .domains {
    padding-top: 12px;
  }
  #basket .bottom .domains > div {
    margin-top: 24px;
  }
  #basket .bottom .domains > div .h3 {
    font-size: 20px;
  }
  #basket .bottom .domains > div > p {
    padding-bottom: 20px;
  }
  #basket .bottom .domains > div form,
  #basket .bottom .domains > div .form {
    padding-top: 24px;
  }
  #basket .bottom .domains > div form .rw,
  #basket .bottom .domains > div .form .rw {
    margin: -6px -12px;
  }
  #basket .bottom .domains > div form .rw > div,
  #basket .bottom .domains > div .form .rw > div {
    padding: 6px 12px;
  }
  #basket .bottom .domains > div form .btn,
  #basket .bottom .domains > div .form .btn {
    width: 100%;
  }
  #basket .bottom .domains > div > ul li {
    justify-content: center;
  }
  #basket .bottom .domains > div > ul li p {
    text-align: center !important;
  }
  #login > div > div.left {
    padding-top: 80px;
  }
  #login > div > div.left .header {
    padding: 0 15px;
    top: 20px;
  }
  #login > div > div.left .header ul {
    border-left: none;
    flex: 1 0 0;
    text-align: right !important;
  }
  #login > div > div.left .header ul li a {
    padding: 0;
    width: 40px;
    text-align: center !important;
    display: block;
  }
  #login > div > div.left .header ul li a > * {
    display: none;
  }
  #login > div > div.left .header ul li a i {
    position: unset;
    line-height: 40px;
    display: block;
  }
  #login > div > div.left .header ul li a u {
    display: block;
    position: absolute;
    right: 6px;
    top: 6px;
  }
  #login > div > div.left .header ul li a:first-child {
    padding-left: 0;
  }
  #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-auto {
    flex: 0 0 auto;
    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;
  }
  .myDataTable > .foot > ul li.prewNext {
    display: none;
  }
  #header .top .left ul li a {
    width: 36px;
  }
  #header .top .right ul li > * {
    width: 36px;
  }
  #page .menu ul li {
    min-width: 50%;
  }
  #profile .top .b ul > li {
    flex: 0 0 50%;
    width: 50%;
  }
  #profile .bottom .content .right .changePass > .rw > div:last-child button {
    margin: 8px 0 0;
    width: 100%;
  }
  #profile
    .bottom
    .content
    .right
    .changePass
    > .rw
    > div:last-child
    button:first-child {
    margin-top: 0;
  }
  #profile .bottom .content .right .domainDetail .contact > ul {
    display: block;
  }
  #profile .bottom .content .right .domainDetail .contact form > ul {
    display: block;
  }
  #profile .bottom .content .right .domainDetail .contact > ul li {
    display: inline-block;
    width: 50%;
  }
  #profile .bottom .content .right .domainDetail .contact form > ul li {
    display: inline-block;
    width: 50%;
  }
  #profile .bottom .content .right .domainDetail .saveNameServer > .tabMenu2 {
    display: block;
  }
  #profile
    .bottom
    .content
    .right
    .domainDetail
    .saveNameServer
    > .tabMenu2
    li {
    display: block;
  }
  #profile
    .bottom
    .content
    .right
    .domainDetail
    .registerLock
    .listPrf
    li:last-child
    > div {
    padding-right: 72px;
  }
  #profile
    .bottom
    .content
    .right
    .domainDetail
    .registerLock
    .listPrf
    li:last-child
    > div
    .swich {
    right: 16px;
  }
  #profile
    .bottom
    .content
    .right
    .domainDetail
    .registerLock
    .listPrf
    li:last-child
    > div
    .swich
    > span {
    height: 24px;
    width: 40px;
  }
  #profile
    .bottom
    .content
    .right
    .domainDetail
    .registerLock
    .listPrf
    li:last-child
    > div
    .swich
    > span
    > span {
    display: none;
  }
  #profile
    .bottom
    .content
    .right
    .domainDetail
    .registerLock
    .listPrf
    li:last-child
    > div
    .swich
    > span:before {
    right: 0;
  }
  #profile
    .bottom
    .content
    .right
    .domainDetail
    .registerLock
    .listPrf
    li:last-child
    > div
    .swich
    > span:after {
    right: 5px;
  }
  #profile
    .bottom
    .content
    .right
    .domainDetail
    .registerLock
    .listPrf
    li:last-child
    > div
    .swich
    input:checked
    + span:after {
    right: 21px;
  }
  #basket .header > div ul li a {
    width: 30px;
  }
  #basket .header > div ul li a u {
    right: 0;
  }
  #basket .header > div ul li a b {
    right: -3px;
  }
  #basket .bottom > div > div .card .bills > ul > li > ul {
    width: 100%;
    padding-top: 16px;
  }
  #basket .bottom .summary .discount {
    text-align: center !important;
  }
  #basket .bottom .summary .discount > .rw {
    justify-content: center;
  }
  #basket .bottom .summary .discount .swich {
    margin-top: 6px;
  }
  #basket .bottom .summary .discount .form-group > div {
    padding-right: 0;
  }
  #basket .bottom .summary .discount .form-group button {
    width: 100%;
  }
  #basket .bottom .domains > div > ul li p span {
    display: block;
    padding-right: 0;
  }
}
.servicesDetail .tag {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  padding: 4px;
  background-color: #ff9910 !important;
  border-radius: 4px;
}
.servicesDetail .tag.success {
  background: #00b57f !important;
}
.servicesDetail .tag.danger {
  background: rgba(247, 0, 0, 0.745) !important;
}
.servicesDetail .tag.waiting {
  background: #0f00f7bf !important;
}
.servicesDetail .tag.dark {
  background: #000000bf !important;
}
.servicesDetail .tag.gray {
  background: #666666bf !important;
}
.modal-content {
  border: 0;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  background: linear-gradient(255.4deg, #7ce497 1.6%, #00bed1 98.62%);
  border: 0;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.alert-flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}
#profile .bottom .content .left .menus ul a {
  display: table;
  width: 100%;
  font-size: 16px;
  background: #f9fbff;
  border-radius: 4px;
  padding: 6px 12px;
  margin-top: 8px;
}
#profile .bottom .content .left .menus ul a.active {
  color: #081131;
  font-weight: 500;
  background: #fff;
  box-shadow: 0 10px 48px rgb(0 0 0 / 4%);
}
#profile .bottom .content .left .menus ul a > * {
  display: table-cell;
  vertical-align: middle;
  text-align: left !important;
  padding: 4px;
}
#profile .bottom .content .left .menus ul a i {
  font-size: 24px;
  width: 32px;
}
#profile .bottom .content .left .menus ul a.active i {
  color: #00b57f;
}
.changePass .alert {
  font-size: 14px;
  margin-bottom: 0;
}
.ml-16 {
  margin-left: 16px;
}
@media screen and (max-width: 576px) {
  .btn-mb-full {
    width: 100%;
  }
  .btn-mb-mb-8 {
    margin-bottom: 8px;
  }
  .ml-mb-0 {
    margin-left: 0;
  }
}
.sidebar-ow ul a .rightIcon {
  opacity: 0;
}
.sidebar-ow ul a.active i {
  opacity: 1;
}
.clear-child-mb div {
  margin-bottom: 0;
}
.mt-16 {
  margin-top: 16px;
}
.mt-32 {
  margin-top: 32px;
}
.justify-content-center {
  justify-content: center;
}
.mt-24 {
  margin-top: 24px;
}
.custom-radio {
  display: inline-block;
}
.custom-radio label {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-radio label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #00b57f;
  border-radius: 50%;
}
.custom-radio label input:checked ~ .checkmark {
  background: #fff;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.custom-radio label input:checked ~ .checkmark:after {
  display: block;
}
.custom-radio label .checkmark:after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(255.4deg, #7ce497 1.6%, #00bed1 98.62%);
  border: 1px solid #fff;
}
#footer p {
  margin-bottom: 10px;
}
.mb-0 {
  margin-bottom: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-0-imp {
  padding-bottom: 0 !important;
}
.pt-0-imp {
  padding-top: 0 !important;
}
.fs-14 {
  font-size: 14px;
}
.fs-12 {
  font-size: 12px;
}
.fw-400 {
  font-weight: 400;
}
.sidebar-ow .icon-cpanel {
  font-size: 16px !important;
}
.sidebar-ow {
  box-shadow: 0 10px 64px rgb(0 0 0 / 4%);
}
#profile .bottom .content .left .menus ul a[menuitemname]:hover {
  color: #00b57f !important;
  background: #ffffff;
  box-shadow: 0 10px 48px rgb(0 0 0 / 4%);
}
.odeaweb-popover {
  border: 1px solid #dcdfe9;
  border-radius: 0;
  box-shadow: 0 10px 48px rgb(0 0 0 / 10%);
}
.odeaweb-popover-btn .odeaweb-popover-content {
  display: none;
}
.odeaweb-popover-content .odeaweb-popover-title {
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #dcdfe9;
  background: #f9fbff;
  color: #00104b;
  font-weight: 500;
  font-size: 16px;
}
.odeaweb-pop-arrow {
  position: relative;
}
.odeaweb-pop-arrow-tc {
  height: 1rem;
  width: 1rem;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  border-left: 1px solid #dcdfe9;
  border-top: 1px solid #dcdfe9;
  transform: translate(-50%, -50%) rotate(45deg);
}
.alert-soft {
  color: #081131;
  background-color: #f9fbff;
  border-color: #dcdfe9;
}
#product_renew_form input {
  -webkit-appearance: radio;
}
.badge-menu,
.badge-menu-alt {
  color: #fff;
  position: absolute;
}
.badge-menu {
  left: 20px;
  line-height: 18px;
  top: 4px;
  background-color: #00bed1;
  padding: 1px 4px !important;
  display: inline-block;
  border-radius: 4px;
  font-size: 11px !important;
  pointer-events: none;
  animation: 2s linear infinite blinker;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.badge-menu-alt {
  background-color: #7ce497;
  padding: 4px;
  text-align: center;
  font-weight: 500;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  font-size: 13px;
  bottom: 0;
  left: 0;
  width: 100%;
}
#header
  .bottom
  > .container
  > ul
  > li
  > div
  > div
  > div
  > div
  ul
  li
  a:is(.has-badge) {
  padding-bottom: 36px !important;
}
.mobile-menu-opacity {
  display: none;
  position: absolute;
  left: 0;
  top: -120px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  width: 20%;
  min-width: calc(100% - 240px);
  max-width: calc(100% - 440px);
  z-index: 9;
}
#mmenu .subBox a.has-badge {
  padding-bottom: 36px !important;
}
.ow-cookie {
  background-color: #fff;
  border: 1px solid #e5e8ed;
  box-shadow: 0 1px 10px 0 rgba(141, 153, 176, 0.1);
  border-radius: 8px;
  padding: 24px;
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 400px;
  max-width: calc(100% - 20px);
  z-index: 15;
}
.ow-cookie .title {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 500;
  color: #202331;
}
.ow-cookie p {
  margin-bottom: 18px;
  font-size: 13px;
}
.ow-cookie .btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 12px;
  white-space: nowrap;
}
.ow-cookie .btns .obtn {
  padding: 10px;
  font-size: 13px;
}
.ow-cookie .obtn.cancel {
  background-color: #f2f2f2;
  color: #667093;
}
.ow-cookie .obtn.cancel::before {
  display: none;
}
.ow-cookie .obtn.cancel:hover {
  background-color: #e3e3e3 !important;
  color: #667093;
}
@media (max-width: 576px) {
  .ow-cookie {
    bottom: 95px;
    left: 10px;
    padding: 16px;
  }
}
.obtn {
  font-size: 14px;
  font-weight: 400 !important;
  color: #fff;
  line-height: 20px;
  padding: 14px 30px;
  border-radius: 8px;
  background: #00104b;
  position: relative;
  border: 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;
}
.obtn img,
.obtn svg {
  position: absolute;
  left: 16px;
  top: 50%;
  max-height: 100%;
  transform: translateY(-50%);
}
.obtn img + span,
.obtn svg + span {
  padding-left: 22px;
}
.obtn > i {
  position: absolute;
  left: 30px;
  top: 50%;
  font-size: 24px;
  max-height: 100%;
  transform: translateY(-50%);
}
.obtn > i.icon-cpanel {
  font-size: 16px;
}
.obtn > i + span {
  padding-left: 34px;
}
.obtn > span {
  position: relative;
  z-index: 3;
}
.obtn > span span {
  padding-right: 36px;
}
.obtn > span span i {
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 0;
  font-size: 24px;
}
.obtn.btn-sm {
  padding: 10px 24px;
}
.obtn.btn-md {
  font-size: 16px;
  padding: 18px 30px;
}
.obtn:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(75.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;
}
.obtn:hover {
  background: 0 0 !important;
  color: #fff;
  border-radius: 8px;
}
.obtn:hover:before {
  opacity: 1;
  border-radius: 8px;
}
.obtn:focus {
  color: #fff;
}
.obtn.btn-linear {
  background: linear-gradient(
    255.4deg,
    #7ce497 1.6%,
    #00bed1 98.62%
  ) !important;
  border-radius: 8px;
}
.obtn.btn-gray {
  background: #667093;
  width: 100%;
}
.obtn.btn-orange {
  background: #ff6c2c;
}
.obtn.btn-white {
  color: #667093;
  background: #fff;
}
.obtn.btn-white:hover {
  color: #fff;
}
.obtn-outline {
  padding: 0;
  border: 1px solid rgba(102, 112, 147, 0.2);
  border-radius: 8px;
  font-size: 14px;
  line-height: 18px;
  width: 100%;
  background-color: #fff;
  color: #00104b;
  font-weight: 500;
  display: inline-block;
  padding: 14px 30px;
  -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;
}
.obtn-outline:hover {
  background: #00104b;
  border-color: #00104b;
  color: #fff;
}
.rw .cl-6 a {
  background-color: #f0f0f0; /* Pasif sekme rengi */
  color: black; /* Pasif sekme yazı rengi */
  padding: 10px 20px;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #ddd;
  margin-right: 2px; /* Eğer sekmeler arasında boşluk olmasını istiyorsanız */
}

.rw .cl-6 a.active {
  background-color: #4CAF50; /* Aktif sekme rengi */
  color: white; /* Aktif sekme yazı rengi */
  border-color: #4CAF50; /* Aktif sekme kenarlık rengi */
}
