
/* reset */
* {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  font-family: "Encode Sans", sans-serif;
}

a {
  text-decoration: none;
}

ul {
  margin-bottom: 0;
  padding: 0;
}

p {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4 {
  margin: 0;
}

@media (min-width: 1300px) and (max-width: 1398px) {
  html {
    zoom: 0.85;
  }
}

@media (min-width: 992px) and (max-width: 1300px) {
  html {
    zoom: 0.85;
  }
  .container {
    max-width: 94%;
  }
}

html {
  font-size: 15px;
  height: 100%;
}

body {
  font-family: "Encode Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  background: #fff;
}

body.color-bg {
  background: #f9f6fa !important;
}

body.color-bg .grey-bg {
  background: #faf3fc !important;
}

.top-bar {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e0e2e9;
}

.top-bar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-bar .container .t-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-bar .container .t-left a {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #e0e2e9;
}

.top-bar .container .t-left a:last-child {
  border-right: 0;
}

.top-bar .container .t-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-bar .container .t-right a {
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #e0e2e9;
}

.top-bar .container .t-right a:first-child {
  border-left: 0;
}

.top-bar .container a {
  font-weight: 500;
  font-size: 14px;
  color: #667093;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-bar .container a:hover {
  color: var(--colormain);
}

.top-bar .container a:hover svg path {
  fill: var(--colormain);
}

.top-bar .container a span {
  background: var(--colormain);
  color: #fff;
  height: 18px;
  padding: 0 4px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 6px;
}

.top-bar .container a svg {
  margin-right: 6px;
}

header {
  background: #fff;
}

header.sticky {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.01), 0 2px 4px rgba(0, 0, 0, 0.01), 0 4px 8px rgba(0, 0, 0, 0.01), 0 8px 16px rgba(0, 0, 0, 0.01), 0 16px 32px rgba(0, 0, 0, 0.01), 0 32px 64px rgba(0, 0, 0, 0.01);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.01), 0 2px 4px rgba(0, 0, 0, 0.01), 0 4px 8px rgba(0, 0, 0, 0.01), 0 8px 16px rgba(0, 0, 0, 0.01), 0 16px 32px rgba(0, 0, 0, 0.01), 0 32px 64px rgba(0, 0, 0, 0.01);
}

header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .container .hamburger-btn {
  display: none;
}

header .container nav {
  margin-left: auto;
  border-right: 1px solid #e0e2e9;
}

header .container nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .container nav ul > li {
  margin-right: 30px;
  padding: 26px 0;
}

header .container nav ul > li > a {
  font-weight: 500;
  font-size: 16px;
  color: #372e52;
  position: relative;
}

header .container nav ul > li:hover > a {
  color: var(--colormain);
}

header .container nav ul > li:hover .mega-menu {
  opacity: 1;
  pointer-events: all;
}

header .container nav ul > li .mega-menu {
  position: fixed;
  top: 118px;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.01), 0 2px 4px rgba(0, 0, 0, 0.01), 0 4px 8px rgba(0, 0, 0, 0.01), 0 8px 16px rgba(0, 0, 0, 0.01), 0 16px 32px rgba(0, 0, 0, 0.01), 0 32px 64px rgba(0, 0, 0, 0.01);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.01), 0 2px 4px rgba(0, 0, 0, 0.01), 0 4px 8px rgba(0, 0, 0, 0.01), 0 8px 16px rgba(0, 0, 0, 0.01), 0 16px 32px rgba(0, 0, 0, 0.01), 0 32px 64px rgba(0, 0, 0, 0.01);
  width: 100%;
  padding: 24px;
  border-top: 1px solid rgba(112, 112, 112, 0.1);
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  pointer-events: none;
  z-index: 9999;
}

header .container nav ul > li .mega-menu .mega-menu-banner {
  width: 100%;
  padding: 10px 20px;
  border-radius: 10px;
  background: -webkit-gradient(linear, right top, left top, from(var(--colormain);), to(#372e52));
  background: linear-gradient(to left, var(--colormain), #372e52);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

header .container nav ul > li .mega-menu .mega-menu-banner p {
  margin-bottom: 0 !important;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

header .container nav ul > li .mega-menu .mega-menu-banner a {
  background: #fff;
  width: 160px;
  color: var(--colormain);
}

header .container nav ul > li .mega-menu .mega-menu-banner a:hover {
  color: #fff;
}

header .container nav ul > li .mega-menu .row {
  width: 100%;
}

header .container nav ul > li .mega-menu a {
  width: 100%;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  border-radius: 10px;
  border: 1px solid var(--colormain);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

header .container nav ul > li .mega-menu a:hover {
  background: var(--colormain);
}

header .container nav ul > li .mega-menu a:hover .title strong {
  color: #fff;
}

header .container nav ul > li .mega-menu a:hover .title .icon {
  background: #fff;
  color: var(--colormain);
}

header .container nav ul > li .mega-menu a:hover span {
  background: #fff;
  color: var(--colormain);
}

header .container nav ul > li .mega-menu a:hover p {
  color: #fff;
}

header .container nav ul > li .mega-menu a .title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
}

header .container nav ul > li .mega-menu a .title strong {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #0d1c38;
}

header .container nav ul > li .mega-menu a .title .icon {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: var(--colormain);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 24px;
}

header .container nav ul > li .mega-menu a span {
  padding: 0 10px;
  height: 30px;
  background: var(--colormain);
  color: #fff;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .container nav ul > li .mega-menu a p {
  color: #707070;
  text-align: center;
  line-height: 1.6;
}

header .container .actions {
  padding-left: 30px;
}

header .container .actions a {
  font-weight: 500;
  font-size: 16px;
  color: #372e52;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

header .container .actions a:hover {
  color: var(--colormain);
  letter-spacing: 0.2px;
}

.c-badge {
  position: absolute;
  top: -16px;
  left: 0;
  height: 14px;
  padding: 0 4px;
  border-radius: 2px;
  background: #5fc55d;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 9px;
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

.c-badge.red {
  background: #c55d88;
}

@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

.announce {
  background: var(--colormain);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 10px 0;
  color: #fff;
}

.announce p {
  font-weight: 500;
  font-size: 14px;
}

.hero-wrapper {
  width: 100%;
}

.hero-wrapper.min-hero .hero-item {
  height: 425px;
}

.hero-wrapper .hero-item {
  width: 100%;
  height: 550px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.hero-wrapper .hero-item .overlay {
  width: 100%;
  height: 100%;
  background: linear-gradient(89.46deg, #eae2eb 44.11%, rgba(234, 226, 235, 0) 128.6%);
}

.hero-wrapper .hero-item .overlay .container {
  height: 100%;
}

.hero-wrapper .hero-item .overlay .container .text {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 570px;
}

.hero-wrapper .hero-item .overlay .container .text .breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.hero-wrapper .hero-item .overlay .container .text .breadcrumbs svg {
  margin: 5px 5px 0 5px;
}

.hero-wrapper .hero-item .overlay .container .text .breadcrumbs li a {
  font-weight: 400;
  font-size: 13px;
  color: #667093;
}

.hero-wrapper .hero-item .overlay .container .text .specs {
  -webkit-column-count: 2;
          column-count: 2;
}

.hero-wrapper .hero-item .overlay .container .text .specs li {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 14px;
  color: #667093;
}

.hero-wrapper .hero-item .overlay .container .text .specs li:hover span {
  background: var(--colormain);
}

.hero-wrapper .hero-item .overlay .container .text .specs li:hover span svg path {
  stroke: #fff;
}

.hero-wrapper .hero-item .overlay .container .text .specs li span {
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #edeff3;
  border-radius: 3px;
  margin-right: 15px;
}

.hero-wrapper .hero-item .overlay .container .text.centered {
  max-width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.hero-wrapper .hero-item .overlay .container .text.centered .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.hero-wrapper .hero-item .overlay .container .text.centered .links a {
  font-weight: 500;
  font-size: 15px;
  color: #667093;
  margin-right: 20px;
  display: inline-block;
}

.hero-wrapper .hero-item .overlay .container .text.centered .links a.active, .hero-wrapper .hero-item .overlay .container .text.centered .links a:hover {
  color: #372e52;
}

.hero-wrapper .hero-item .overlay .container .text.centered h1 {
  font-weight: 700;
  font-size: 35px;
  line-height: 44px;
}

.hero-wrapper .hero-item .overlay .container .text h1 {
  font-weight: 700;
  font-size: 45px;
  line-height: 65px;
  color: #372e52;
}

.hero-wrapper .hero-item .overlay .container .text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  color: #5b5574;
  margin: 25px 0;
}

.hero-wrapper .hero-item .overlay .container .text > a {
  width: 200px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: var(--colormain);
  border-radius: 5px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.hero-wrapper .hero-item .overlay .container .text > a:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  background: #0d1c38;
}

.domain-box-wrapper .container .domain-box {
  position: relative;
  z-index: 99;
  margin-top: -20px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #c0fafb;
  border-radius: 5px;
  padding: 28px 20px;
}

.domain-box-wrapper .container .domain-box .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.domain-box-wrapper .container .domain-box .links a {
  font-weight: 500;
  font-size: 15px;
  color: #667093;
  margin-right: 20px;
  display: inline-block;
}

.domain-box-wrapper .container .domain-box .links a.active, .domain-box-wrapper .container .domain-box .links a:hover {
  color: #372e52;
}

.domain-box-wrapper .container .domain-box .dom-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.domain-box-wrapper .container .domain-box .dom-slider .item {
  padding: 0 18px;
  border-left: 1px solid #c0fafb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 150px;
}

.domain-box-wrapper .container .domain-box .dom-slider .item .icon {
  width: 60px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f9f7fa;
  border-radius: 3px;
  margin-right: 10px;
}

.domain-box-wrapper .container .domain-box .dom-slider .item span {
  background: #ebe3ec;
  border-radius: 3px;
  width: 39px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 12px;
  color: #667093;
}

.domain-box-wrapper .container .domain-box .dom-slider .item .price {
  width: 100%;
  height: 30px;
  background: #f9f7fa;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 13px;
  margin-top: 10px;
  color: #667093;
}

.search-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f9f7fa;
  border: 1px solid #c0fafb;
  border-radius: 3px;
  height: 45px;
}

.search-box span {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.search-box input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
  font-size: 15px;
  color: #667093;
  background: none;
  border: none;
}

.search-box button {
  width: 33.43px;
  height: 30px;
  border-radius: 3px;
  background: var(--colormain);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  margin: auto;
  margin-right: 10px !important;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.search-box button:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  background: #0d1c38;
}

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 50px;
}

.section-title .c-line {
  margin: 0px auto;
  width: 80px;
  height: 5px;
  border-radius: 5px;
  background: -webkit-gradient(linear, right top, left top, from(var(--colormain);), to(#372e52));
  background: linear-gradient(to left, var(--colormain), #372e52);
}

.section-title .title {
  font-weight: 600;
  font-size: 25px;
  line-height: 31px;
  color: #372e52;
  margin-bottom: 15px;
}

.section-title .desc {
  font-weight: 400;
  font-size: 18px;
  color: #5b5574;
}

.packs-wrapper {
  padding: 60px 0;
}

.h-tab-buttons {
  min-width: 570px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 17px;
  background: #f9f7fa;
  border-radius: 5px;
  margin-bottom: 50px;
}

.h-tab-buttons button {
  background: #f7f9fd;
  border-radius: 3px;
  min-width: 100px;
  height: 36px;
  padding: 0 8px;
  margin-right: 25px;
  font-weight: 500;
  font-size: 14px;
  color: #667093;
  border: none;
}

.h-tab-buttons button.active, .h-tab-buttons button:hover {
  background: #fff;
  color: #372e52;
}

.h-tab-buttons button:last-child {
  margin-right: 0;
}

.pack-item {
  width: 100%;
  background: #ffffff;
  border: 1px solid #c0fafb;
  border-radius: 5px;
  padding: 30px;
}

.pack-item:hover .icon {
  background: var(--colormain);
}

.pack-item:hover .icon svg path {
  fill: #fff;
}

.pack-item .icon {
  background: #f9f7fa;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  margin-bottom: 25px;
}

.pack-item strong {
  font-weight: 600;
  font-size: 20px;
  display: block;
  color: #372e52;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c0fafb;
}

.pack-item ul li {
  font-weight: 500;
  font-size: 15px;
  color: #183b56;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.pack-item ul li.sub {
  font-weight: 500;
  font-size: 14px;
  color: #667093;
}

.pack-item ul li img {
  margin-right: 10px;
}
.pack-item ul li svg {
  margin-right: 10px;
}

.pack-item .pricing {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-top: 1px solid #c0fafb;
  border-bottom: 1px solid #c0fafb;
}

.pack-item .pricing .old {
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  color: #667093;
}

.pack-item .pricing .current {
  font-weight: 500;
  font-size: 13px;
  color: #183b56;
}

.pack-item .pricing .current b {
  font-weight: 600;
  font-size: 20px;
}

.pack-item a {
  width: 100%;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3px;
  background: var(--colormain);
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.pack-item a:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  background: #0d1c38;
}

.pack-item a svg {
  margin-left: 20px;
}

.grey-bg {
  background: #fafbfe !important;
}

.server-wrapper {
  padding: 60px 0;
}

.server-table table {
  width: 100%;
  border-collapse: collapse;
}

.server-table table thead tr th {
  padding: 25px;
  background: #f9f7fa;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #667093;
}

.server-table table thead tr th:first-child {
  border-radius: 3px 0 0 0;
}

.server-table table thead tr th:last-child {
  border-radius: 0 3px 0 0;
}

.server-table table thead tr th svg {
  margin-right: 6px;
}

.server-table table tbody tr {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.server-table table tbody tr:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.server-table table tbody tr:hover td {
  background: rgba(148, 133, 228, 0.05);
}

.server-table table tbody tr:last-child td {
  border-bottom: 0;
}

.server-table table tbody tr td {
  padding: 25px;
  background: #fff;
  border-bottom: 1px solid #c0fafb;
  text-align: center;
}

.server-table table tbody tr td strong {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  color: #372e52;
}

.server-table table tbody tr td span {
  font-weight: 400;
  font-size: 14px;
  color: #5b5574;
}

.server-table table tbody tr td a {
  width: 100%;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3px;
  background: var(--colormain);
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.server-table table tbody tr td a:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  background: #0d1c38;
}

.server-table table tbody tr td a svg {
  margin-left: 10px;
}

.numbers-wrapper {
  width: 100%;
  padding: 60px 0;
  background-image: url(../images/mabg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.numbers-wrapper .n-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.numbers-wrapper .n-item:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.numbers-wrapper .n-item .icon {
  background: var(--colormain);
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  margin-bottom: 28px;
}

.numbers-wrapper .n-item b {
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0.2px;
}

.numbers-wrapper .n-item span {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #5b5574;
}

.blogs-wrapper {
  padding: 60px 0;
}

.blog-item {
  width: 95%;
}

.blog-item .img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 3px 3px 0 0;
}

.blog-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-item .cont {
  padding: 25px;
  background: #fff;
  border-radius: 0 0 3px 3px;
}

.blog-item .cont a h3 {
  font-weight: 500;
  font-size: 17px;
  color: #183b56;
  margin-bottom: 25px;
}

.blog-item .cont .btnn {
  border-radius: 3px;
  height: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--colormain);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  margin: 0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.blog-item .cont .btnn:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  background: #0d1c38;
}

.blog-item .cont p {
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #7d94a7;
  margin-bottom: 25px;
}

.brands-wrapper {
  padding: 60px 0;
}

.brands-wrapper .container {
  position: relative;
}

.brands-wrapper .container button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  background: none;
  border: none;
  z-index: 99;
  color: #8c98a4;
}

.brands-wrapper .container button.b-right {
  right: 0;
}

.brands-wrapper .container button.b-left {
  left: 0;
}

.brands-wrapper .container .brand-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer {
  background: #5b5574;
}

footer .container .footer-about {
  padding: 40px 0;
  border-right: 1px solid #676084;
}

footer .container .footer-about .footer-contact {
  border-top: 1px solid #676084;
  padding-top: 40px;
  margin-top: 40px;
  padding-right: 30px;
}

footer .container .footer-about .footer-contact > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #9790b4;
  margin-bottom: 30px;
}

footer .container .footer-about .footer-contact > a:hover {
  color: #fff;
}

footer .container .footer-about .footer-contact > a:hover svg path {
  fill: #fff;
}

footer .container .footer-about .footer-contact > a svg {
  margin-right: 10px;
}

footer .container .footer-about .footer-contact .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .container .footer-about .footer-contact .socials a {
  color: #fff;
  margin-right: 15px;
  font-size: 20px;
}

footer .container .footer-links {
  padding: 40px 0 40px 40px;
}

footer .container .footer-links strong {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  display: block;
  color: #ffffff;
  margin-bottom: 30px;
}

footer .container .footer-links a {
  display: block;
  font-weight: 500;
  font-size: 17px;
  color: #9790b4;
  margin-bottom: 30px;
}

footer .container .footer-links a:last-child {
  margin-bottom: 0;
}

footer .container .footer-links a:hover {
  color: #fff;
}

footer .footer-bottom {
  width: 100%;
  padding: 21px 0;
  background: #56506f;
}

footer .footer-bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer-bottom .container p {
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
}

footer .footer-bottom .container .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-bottom .container .links a {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  margin-left: 20px;
}

.features-wrapper {
  padding: 60px 0;
}

.features-wrapper .feature-item {
  width: 100%;
  background: #fff;
  margin-bottom: 30px;
  border-radius: 3px;
  padding: 30px;
}

.features-wrapper .feature-item .icon {
  margin-bottom: 30px;
}

.features-wrapper .feature-item strong {
  font-weight: 600;
  font-size: 19px;
  color: #372e52;
  margin-bottom: 20px;
  display: block;
}

.features-wrapper .feature-item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #5b5574;
  opacity: 0.7;
}

.domain-pricing {
  padding: 60px 0;
}

.domain-pricing .dp-table {
  background: #fff;
  padding: 40px;
  border-radius: 3px;
}

.domain-pricing .dp-table table {
  width: 100%;
  border-collapse: collapse;
}

.domain-pricing .dp-table table thead tr th {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #183b56;
  padding-bottom: 30px;
  border-bottom: 1px solid #c0fafb;
}

.domain-pricing .dp-table table thead tr th:first-child {
  text-align: start;
}

.domain-pricing .dp-table table tbody tr:last-child td {
  padding-bottom: 0;
  border-bottom: 0;
}

.domain-pricing .dp-table table tbody tr td {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: #183b56;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #c0fafb;
}

.domain-pricing .dp-table table tbody tr td:first-child {
  text-align: start;
}

.info-wrapper {
  padding: 60px 0;
}

.info-wrapper .h-tab-buttons {
  background: #f6f1f7;
  width: 100%;
}

.info-wrapper .h-tab-buttons button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: none;
}

.info-wrapper .h-tab-buttons button.active {
  background: #fff;
}

.info-wrapper .h-tab h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #372e52;
  margin-bottom: 30px;
}

.info-wrapper .h-tab p {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #5b5574;
}

.faq-wrapper {
  padding: 60px 0;
}

.faq-wrapper .faq-item {
  background: #f6f1f7;
  mix-blend-mode: normal;
  border-radius: 8px;
  margin-bottom: 20px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.faq-wrapper .faq-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.faq-wrapper .faq-item.opened {
  border: 1px solid #c0fafb;
  background: #fff;
}

.faq-wrapper .faq-item.opened .faq-head h3 {
  color: #372e52;
}

.faq-wrapper .faq-item .faq-head {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

.faq-wrapper .faq-item .faq-head h3 {
  color: #667093;
  font-weight: 500;
  font-size: 17px;
}

.faq-wrapper .faq-item .faq-head span {
  color: #667093;
  font-weight: 500;
  font-size: 17px;
}

.faq-wrapper .faq-item .faq-body {
  padding: 0 24px 24px 24px;
  display: none;
}

.faq-wrapper .faq-item .faq-body p {
  color: #5b5574;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}

.pack-table-wrapper {
  padding: 60px 0;
}

.pack-table-wrapper .pt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pack-table-wrapper .pt-wrap .pt-side {
  max-width: 255px;
  width: 100%;
  margin-top: 65px;
}

.pack-table-wrapper .pt-wrap .pt-side span {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 55px;
  background: #f6f1f7;
  font-weight: 500;
  font-size: 15px;
  color: #667093;
  padding-left: 30px;
}

.pack-table-wrapper .pt-wrap .pt-side span:hover, .pack-table-wrapper .pt-wrap .pt-side span.active {
  background: var(--colormain);
  color: #fff;
}

.pack-table-wrapper .pt-wrap .pt-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 3px;
}

.pack-table-wrapper .pt-wrap .pt-main .pt-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.pack-table-wrapper .pt-wrap .pt-main .pt-col:hover .head {
  color: var(--colormain);
  border-color: var(--colormain);
}

.pack-table-wrapper .pt-wrap .pt-main .pt-col .head {
  border-bottom: 1px solid #c0fafb;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 15px;
  color: #372e52;
}

.pack-table-wrapper .pt-wrap .pt-main .pt-col span {
  border-bottom: 1px solid #c0fafb;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  font-size: 14px;
  color: #43505c;
}

.pack-table-wrapper .pt-wrap .pt-main .pt-col span:last-child {
  border-bottom: 0;
}

.s-page-wrapper {
  padding: 60px 0;
}

.s-page-wrapper .s-img {
  width: 100%;
  margin-bottom: 30px;
}

.s-page-wrapper .s-img img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}

.s-page-wrapper .demo-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.s-page-wrapper .demo-buttons a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 60px;
  background: #5b5574;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}

.s-page-wrapper .demo-buttons a svg {
  margin-right: 10px;
}

.s-page-wrapper .demo-buttons a:first-child {
  margin-right: 28px;
}

.s-detail {
  background: #ffffff;
  border-radius: 3px;
  padding: 30px;
  margin-bottom: 30px;
}

.s-detail .title {
  font-weight: 500;
  font-size: 15px;
  color: #667093;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c0fafb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.s-detail .title .arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.s-detail .title .arrows button {
  background: none;
  padding: 0 10px;
  border: none;
  cursor: pointer;
  color: #667093;
}

.s-detail p {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #5b5574;
}

.s-detail ul li {
  font-weight: 500;
  font-size: 15px;
  color: #183b56;
  margin-bottom: 20px;
}

.s-detail ul li:last-child {
  margin-bottom: 0;
}

.s-detail ul li img {
  margin-right: 10px;
}

.s-detail .scripts-slider .img {
  width: 100%;
  height: 180px;
  overflow: hidden;
  border-radius: 3px;
  margin-bottom: 30px;
}

.s-detail .scripts-slider .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.s-detail .scripts-slider .detail a {
  height: auto;
  background: none;
  font-weight: 600;
  font-size: 17px;
  color: #372e52;
  display: block;
  margin-bottom: 10px;
}

.s-detail .scripts-slider .detail p {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #667093;
}

.s-detail .scripts-slider .name {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #c0fafb;
}

.s-detail .scripts-slider .name strong {
  font-weight: 600;
  font-size: 17px;
  color: #372e52;
}

.s-detail .scripts-slider .name span {
  font-weight: 400;
  font-size: 14px;
  color: #667093;
}

.s-detail .scripts-slider .name span b {
  font-size: 15px;
  font-weight: 600;
}

.s-detail .scripts-slider a {
  width: 100%;
  height: 45px;
  background: var(--colormain);
  border-radius: 3px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 15px;
  margin-top: 30px;
}

.s-detail .scripts-slider a svg {
  margin-left: 10px;
}

.s-about {
  width: 100%;
  border-radius: 3px;
  background: var(--colormain);
  margin-bottom: 30px;
}

.s-about .prices {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 10px;
  background: #8270df;
  color: #fff;
  font-size: 20px;
}

.s-about .title {
  padding: 30px;
  border-bottom: 1px solid #9081dc;
  font-weight: 500;
  font-size: 15px;
  color: #ffffff;
}

.s-about ul {
  padding: 30px;
}

.s-about ul li {
  font-weight: 500;
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 20px;
}

.s-about ul li:last-child {
  margin-bottom: 0;
}

.s-about ul li img {
  margin-right: 10px;
}

.s-about a {
  width: 100%;
  height: 55px;
  border-radius: 0 0 3px 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  background: #8d7eda;
}

.s-about a svg {
  margin-right: 10px;
}

.related-wrapper {
  padding: 60px 0;
}

.related-wrapper .container .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

.related-wrapper .container .heading .title {
  font-weight: 600;
  font-size: 25px;
  color: #372e52;
}

.related-wrapper .container .heading .r-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.related-wrapper .container .heading .r-arrows button {
  background: none;
  margin-left: 10px;
  border: none;
  cursor: pointer;
  width: 38px;
  height: 38px;
  background: #ffffff;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #667093;
}

.related-wrapper .container .r-slider .item {
  width: 370px;
  padding: 25px 30px;
  border-radius: 3px;
  background: #fff;
  margin: 0 10px;
}

.related-wrapper .container .r-slider .item .img {
  width: 100%;
  height: 150px;
  border-radius: 3px;
  overflow: hidden;
}

.related-wrapper .container .r-slider .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.related-wrapper .container .r-slider .item strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 20px 0;
  font-weight: 600;
  font-size: 16px;
  color: #372e52;
}

.related-wrapper .container .r-slider .item .price {
  text-align: center;
  font-weight: 500;
  font-size: 13px;
  color: #183b56;
  padding: 15px 0;
  border-top: 1px solid #c0fafb;
  border-bottom: 1px solid #c0fafb;
}

.related-wrapper .container .r-slider .item .price b {
  font-weight: 600;
  font-size: 20px;
  color: #183b56;
}

.related-wrapper .container .r-slider .item a {
  width: 100%;
  height: 45px;
  background: var(--colormain);
  border-radius: 3px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 15px;
  margin-top: 20px;
}

.related-wrapper .container .r-slider .item a svg {
  margin-left: 10px;
}


.main-a {
  width: 100%;
  height: 45px;
  background: var(--colormain);
  border-radius: 3px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  font-size: 15px;
  margin-top: 20px;
}

.main-a svg {
  margin-left: 10px;
}
.main-a:hover{
  color:white;
}

.input-yeni{
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid rgba(148, 133, 228, 0.5);
  border-radius: 3px;
  background: #fff;
  padding: 12px 12px;
}


table td input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid rgba(148, 133, 228, 0.5);
  border-radius: 3px;
  background: #fff;
  padding: 12px 12px;
}


form input,select,textarea{
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid rgba(148, 133, 228, 0.5);
  border-radius: 3px;
  background: #fff;
  padding: 12px 12px;
}

.alanadisorgu input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid rgba(148, 133, 228, 0.5);
  border-radius: 3px;
  background: #fff;
  padding: 12px 12px;
}


.setup-wrapper {
  padding: 60px 0;
}

.setup-wrapper img {
  height: 70px;
}

.setup-wrapper .s-item {
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 24px;
  background: #fff;
  border-radius: 3px;
  font-weight: 600;
  font-size: 17px;
  color: #372e52;
}

.setup-wrapper .s-item svg {
  margin-right: 20px;
}

.setup-wrapper .s-item span {
  font-weight: 600;
  font-size: 25px;
  margin-left: auto;
  -webkit-text-stroke: 1px rgba(102, 112, 147, 0.2);
  -webkit-text-fill-color: white;
}

.panel-header {
  width: 100%;
  height: 120px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/panel-bg.png);
  margin-bottom: 30px;
}

.panel-header .overlay {
  width: 100%;
  height: 100%;
  background: linear-gradient(89.46deg, #5b5574 44.11%, rgba(91, 85, 116, 0) 128.6%);
}

.panel-header .overlay .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.panel-header .overlay .container .infos {
  color: #fff;
}

.panel-header .overlay .container .infos p {
  font-weight: 400;
  font-size: 16px;
}

.panel-header .overlay .container .infos strong {
  font-weight: 500;
  font-size: 18px;
}

.panel-header .overlay .container .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.panel-header .overlay .container .buttons a {
  width: 170px;
  height: 47px;
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  background: var(--colormain);
  border-radius: 3px;
}

.panel-header .overlay .container .buttons a:first-child {
  background: #8bc34a;
}

.panel-header .overlay .container .buttons a svg {
  margin-right: 10px;
}

.panel-stats .stat-box {
  width: 100%;
  padding: 20px;
  border-radius: 3px;
  background: #8bc34a;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.panel-stats .stat-box:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.panel-stats .stat-box.b2 {
  background: #2196f3;
}

.panel-stats .stat-box.b2 .head {
  border-bottom: 1px solid rgba(29, 131, 212, 0.5);
}

.panel-stats .stat-box.b2 .head .icon {
  background: #1d83d4;
}

.panel-stats .stat-box.b2 .head a {
  background: rgba(29, 131, 212, 0.5);
}

.panel-stats .stat-box.b3 {
  background: #f44336;
}

.panel-stats .stat-box.b3 .head {
  border-bottom: 1px solid rgba(212, 58, 47, 0.5);
}

.panel-stats .stat-box.b3 .head .icon {
  background: #d43a2f;
}

.panel-stats .stat-box.b3 .head a {
  background: rgba(212, 58, 47, 0.5);
}

.panel-stats .stat-box.b4 {
  background: #607d8b;
}

.panel-stats .stat-box.b4 .head {
  border-bottom: 1px solid rgba(84, 109, 121, 0.5);
}

.panel-stats .stat-box.b4 .head .icon {
  background: #546d79;
}

.panel-stats .stat-box.b4 .head a {
  background: rgba(84, 109, 121, 0.5);
}

.panel-stats .stat-box .head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(121, 170, 64, 0.5);
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}

.panel-stats .stat-box .head .icon {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #79aa40;
  border-radius: 3px;
  margin-right: 12px;
}

.panel-stats .stat-box .head a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  width: 61px;
  height: 30px;
  background: rgba(121, 170, 64, 0.5);
  border-radius: 3px 0px 0px 3px;
  margin-right: -20px;
}

.panel-stats .stat-box .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}

.panel-stats .stat-box .bottom b {
  font-weight: 500;
  font-size: 16px;
}

.panel-stats .stat-box .bottom span {
  font-weight: 400;
  font-size: 15px;
}

.alert-box {
  margin: 50px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  background: rgba(244, 67, 54, 0.1);
  border-radius: 10px;
}

.alert-box span {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #f44336;
  display: block;
  margin-bottom: 10px;
}

.alert-box p {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #667093;
}

.alert-box a {
  margin-left: auto;
  width: 95px;
  height: 29px;
  background: #f44336;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

.page-sidebar {
  width: 100%;
  background: #fff;
  border-radius: 3px;
  margin-bottom: 30px;
}

.page-sidebar .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: var(--colormain);
  font-weight: 500;
  font-size: 18px;
  border-radius: 3px 3px 0 0;
  padding: 25px;
}

.page-sidebar .title svg {
  margin-right: 15px;
}

.page-sidebar .cont {
  padding: 20px;
}

.page-sidebar a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
  font-weight: 500;
  font-size: 18px;
  color: #183b56;
}
#clientAreaMenus-2 li {
  border-bottom: 1px solid #c0fafb;

}

.page-sidebar a span {

}

.page-sidebar a:hover, .page-sidebar a.active {
  color: var(--colormain);
}

.page-sidebar a:hover svg path, .page-sidebar a.active svg path {
  stroke: var(--colormain);
}

.page-sidebar a:last-child {
  border-bottom: 0;
  padding-bottom: 5px;
}

.page-sidebar a svg {
  margin-right: 15px;
}

.panel-table {
  width: 100%;
  background: #fff;
  border-radius: 13px;
  margin-bottom: 30px;
}

.panel-table .head {
  padding: 30px;
  border-radius: 13px 13px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.panel-table .head h3 {
  font-weight: 500;
  font-size: 18px;
  color: #183b56;
}

.panel-table .head a {
  width: 93px;
  height: 30px;
  color: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--colormain);
}

.panel-table table {
  width: 100%;
  border-collapse: collapse;
}

.panel-table table thead {
  background: #f6f1f7;
}

.panel-table table thead tr th {
  padding: 20px 30px;
  font-weight: 400;
  font-size: 14px;
  color: #667093;
  text-align: center;
}

.panel-table table thead tr th:first-child {
  text-align: start;
}

.panel-table table tbody tr {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.panel-table table tbody tr:hover {
  background: #e2eef750;
}

.panel-table table tbody tr:last-child td {
  border-bottom: 0;
}

.panel-table table tbody tr td {
  padding: 20px 30px;
  text-align: center;
  border-bottom: 1px solid #c0fafb;
}

.panel-table table tbody tr td:first-child {
  text-align: start;
}

.panel-table table tbody tr td strong {
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #372e52;
}

.panel-table table tbody tr td p {
  color: #667093;
  font-weight: 400;
  font-size: 14px;
}

.panel-table table tbody tr td .status {
  width: 93px;
  height: 30px;
  background: rgba(152, 186, 142, 0.2);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #98ba8e;
  font-weight: 500;
  font-size: 13px;
  margin: 0 auto;
}

.panel-table table tbody tr td .status.purple {
  background: rgba(146, 170, 232, 0.2);
  color: #92aae8;
}

.panel-table table tbody tr td .status.pink {
  background: rgba(220, 112, 144, 0.2);
  color: #dc7090;
}

.panel-table table tbody tr td a {
  width: 35px;
  height: 35px;
  background: #f6f1f7;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #7d94a7;
  font-weight: 500;
  font-size: 13px;
  margin: 0 auto;
}

.panel-table table tbody tr td a:hover {
  background: var(--colormain);
}

.panel-table table tbody tr td a:hover svg path {
  fill: #fff;
}

.mobile-menu-bg {
  width: 100%;
  height: 100vh;
  z-index: 99995;
  background: rgba(24, 59, 86, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0;
  pointer-events: none;
}

.mobile-menu-bg.show {
  opacity: 1;
  pointer-events: all;
}

.mobile-menu {
  width: 294px;
  height: 100vh;
  position: fixed;
  top: 0 !important;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 99999;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 40px;
}

.mobile-menu .buttons {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-menu .buttons a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 45px;
  border-radius: 5px;
  background: var(--colormain);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px 5px;
  font-size: 13px;
}

.mobile-menu .buttons a svg {
  margin-right: 5px;
}

.mobile-menu .buttons a svg path {
  fill: #fff;
}

.mobile-menu .socials {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobile-menu .socials a {
  color: #0d1c38;
  font-size: 20px;
  margin: 0 10px;
}

.mobile-menu .c-badge {
  top: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 40px;
  width: auto;
  left: auto;
}

.mobile-menu.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.mobile-menu .title {
  width: 100%;
  background: -webkit-gradient(linear, right top, left top, from(var(--colormain);), to(#372e52));
  background: linear-gradient(to left, var(--colormain), #372e52);
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 25px;
  font-weight: 400;
  font-size: 13px;
  color: #5a7184;
}

.mobile-menu .title .close-menu {
  font-size: 20px;
  margin-right: 20px;
  padding: 5px;
  color: #fff;
}

.mobile-menu ul {
  padding: 25px 12px;
}

.mobile-menu ul > li {
  border-bottom: 1px solid #e5f2fa;
  position: relative;
}

.mobile-menu ul > li:hover > a {
  background: var(--colormain);
  color: #fff;
}

.mobile-menu ul > li:hover > a .fa-chevron-circle-down {
  color: #fff;
}

.mobile-menu ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 15px;
  padding: 14px 10px;
  border-radius: 3px;
  color: #183b56;
}

.mobile-menu ul > li > a .fa-chevron-circle-down {
  margin-left: auto;
  color: var(--colormain);
}

.mobile-menu ul > li .drop-menu {
  border-top: 1px solid #e5f2fa;
  margin-top: 10px;
  display: none;
}

.mobile-menu ul > li .drop-menu a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 12px;
}

.mobile-menu ul > li .drop-menu a strong {
  font-weight: 500;
  font-size: 14px;
  display: block;
  color: #183b56;
  margin-bottom: 5px;
}

.mobile-menu ul > li .drop-menu a span {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #5a7184;
}

.period-wrapper {
  padding: 60px 0;
}

.period-wrapper .container .p-box {
  width: 100%;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border: 1px solid var(--colormain);
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  background: rgba(148, 133, 228, 0.1);
}

.period-wrapper .container .p-box:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.period-wrapper .container .p-box.selected  {
  background: -webkit-gradient(linear, right top, left bottom, from(var(--colormain);), to(#372e52));
  background: linear-gradient(to left bottom, var(--colormain), #372e52);
}

.period-wrapper .container .p-box.selected > b,
.period-wrapper .container .p-box.selected .old,
.period-wrapper .container .p-box.selected .current {
  color: #fff;
}



.period-wrapper .container .p-box > b {
  font-size: 28px;
  color: #0d1c38;
  display: block;
  margin-bottom: 20px;
}

.period-wrapper .container .p-box .periodselectbox {

  font-size: 24px;
  margin-top: 15px;
  color: #fff;
}

.period-wrapper .container .p-box .old {
  text-decoration: line-through;
  color: #5a7184;
  font-weight: 600;
}

.period-wrapper .container .p-box .current {
  font-size: 24px;
  color: #183b56;
  font-weight: 700;
}

.period-wrapper .container .p-box .sale {
  margin-top: 15px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.period-wrapper .container .p-box .sale span {
  background-color: #00bc29;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 5px;
  border-radius: 5px 5px 0 0;
}

.period-wrapper .container .p-box .sale strong {
  background-color: var(--colormain);
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  padding: 5px 0;
  width: 80%;
  border-radius: 5px;
  display: block;
}

.server-conf-box {
  background: #fff;
  border-radius: 3px;
  padding: 12px;
}

.server-conf-box .title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: var(--colormain);
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #c0fafb;
}

.server-conf-box .conf-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 14px;
  border-bottom: 1px solid #c0fafb;
}

.server-conf-box .conf-row span {
  color: #0d1c38;
  font-size: 16px;
  font-weight: 600;
}

.server-conf-box .conf-row select {
  height: 42px;
  width: 220px;
  border: none;
  background: rgba(148, 133, 228, 0.2);
  border-radius: 3px;
  color: #0d1c38;
  font-weight: 600;
  padding-left: 10px;
}

.server-conf-box .conf-row:nth-child(odd) {
  background: rgba(148, 133, 228, 0.05);
}

.server-conf-box .conf-row:last-child {
  border-bottom: 0;
}

.summary-wrap {
  height: 100%;
  position: relative;
}

.summary-wrap .summary-box {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  width: 100%;
  border: 1px solid var(--colormain);
  background: #fff;
  border-radius: 3px;
}

.summary-wrap .summary-box .title {
  font-size: 16px;
  font-weight: 600;
  color: #0d1c38;
  border-bottom: 1px solid var(--colormain);
  margin: 12px;
  padding-bottom: 12px;
  margin-bottom: 10px !important;
}

.summary-wrap .summary-box ul {
  padding: 12px;
}

.summary-wrap .summary-box ul li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.summary-wrap .summary-box ul li span {
  font-size: 13px;
  font-weight: 600;
  color: #43505c;
}

.summary-wrap .summary-box .price {
  width: 100%;
  background: var(--colormain);
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
}

.summary-wrap .summary-box .price span {
  font-weight: 500;
}

.summary-wrap .summary-box .price b {
  font-size: 26px;
  font-weight: 700;
}

.summary-wrap .summary-box a {
  margin: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--colormain);
  height: 44px;
  border-radius: 3px;
  color: #fff;
  font-weight: 600;
}

.dom-choose {
  padding: 60px 0;
}

.dom-choose .domain-choose-box {
  width: 100%;
  padding: 20px;
  background: #fff;
  border-radius: 3px;
  margin-bottom: 30px;
}

.dom-choose .domain-choose-box.active {
  border: 1px solid var(--colormain);
}

.dom-choose .domain-choose-box .title {
  cursor: pointer;
}

.dom-choose .domain-choose-box .title strong {
  color: #0d1c38;
  font-size: 20px;
}

.dom-choose .domain-choose-box .title p {
  color: #183b56;
}

.dom-choose .domain-choose-box .cont {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.dom-choose .domain-choose-box .cont input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid rgba(148, 133, 228, 0.5);
  border-radius: 3px;
  background: #fff;
  padding: 0 12px;
}

.dom-choose .domain-choose-box .cont select {
  height: 44px;
  width: 140px;
  border: none;
  background: rgba(148, 133, 228, 0.2);
  border-radius: 3px;
  color: #0d1c38;
  font-weight: 600;
  padding-left: 10px;
  margin: 0 12px;
}

.dom-choose .domain-choose-box .cont button {
  padding: 0 30px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3px;
  color: #fff;
  font-weight: 600;
  border: none;
  background: -webkit-gradient(linear, right top, left top, from(var(--colormain);), to(#372e52));
  background: linear-gradient(to left, var(--colormain), #372e52);
}

.dom-choose .domain-choose-box .cont .abtnn {
  padding: 0 30px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 3px;
  color: #fff;
  font-weight: 600;
  border: none;
  background: -webkit-gradient(linear, right top, left top, from(var(--colormain);), to(#372e52));
  background: linear-gradient(to left, var(--colormain), #372e52);
  margin-left: 1%;
}

.host-choose-wrap {
  padding: 60px 0;
}

.host-choose-wrap .hc-box {
  width: 100%;
  border-radius: 3px;
  background: #fff;
  height: 100%;
}

.host-choose-wrap .hc-box .title {
  padding: 14px;
  background: var(--colormain);
  color: #fff;
  font-weight: 700;
  border-radius: 3px 3px 0 0;
}

.host-choose-wrap .hc-box .cont {
  padding: 20px;
}

.host-choose-wrap .hc-box .cont > button {
  margin-top: 20px;
  height: 44px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 44px;
  color: #fff;
  font-weight: 600;
  border: none;
  background: -webkit-gradient(linear, right top, left top, from(var(--colormain);), to(#372e52));
  background: linear-gradient(to left, var(--colormain), #372e52);
}


.abtn {
  margin-top: 20px;
  height: 44px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 44px;
  color: #fff;
  font-weight: 600;
  border: none;
  background: -webkit-gradient(linear, right top, left top, from(var(--colormain);), to(#372e52));
  background: linear-gradient(to left, var(--colormain), #372e52);
}
.abtn:hover {
  color: white;
  background: #4caf50;
}

.host-choose-wrap .hc-box .cont .host-select {
  width: 100%;
  padding: 5px;
  border-radius: 45px;
  border: 1px solid var(--colormain);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.host-choose-wrap .hc-box .cont .host-select select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0 15px;
  color: #0d1c38;
  font-weight: 600;
}

.host-choose-wrap .hc-box .cont .host-select a {
  padding: 0 50px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 44px;
  color: #fff;
  font-weight: 600;
  border: none;
  background: -webkit-gradient(linear, right top, left top, from(var(--colormain);), to(#372e52));
  background: linear-gradient(to left, var(--colormain), #372e52);
}

.host-choose-wrap .hc-box .cont p {
  margin-top: 30px;
  font-size: 14px;
  color: #43505c;
}

.ek-hizmetler {
  padding: 60px 0;
}

.ek-hizmetler .ek-hizmet-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.01), 0 2px 4px rgba(0, 0, 0, 0.01), 0 4px 8px rgba(0, 0, 0, 0.01), 0 8px 16px rgba(0, 0, 0, 0.01), 0 16px 32px rgba(0, 0, 0, 0.01), 0 32px 64px rgba(0, 0, 0, 0.01);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.01), 0 2px 4px rgba(0, 0, 0, 0.01), 0 4px 8px rgba(0, 0, 0, 0.01), 0 8px 16px rgba(0, 0, 0, 0.01), 0 16px 32px rgba(0, 0, 0, 0.01), 0 32px 64px rgba(0, 0, 0, 0.01);
  padding: 20px;
  margin-bottom: 30px;
}

.ek-hizmetler .ek-hizmet-item .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--colormain);
  color: #fff;
  font-size: 26px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(148, 133, 228, 0.3);
          box-shadow: 0px 0px 0px 5px rgba(148, 133, 228, 0.3);
  margin-right: 20px;
}

.ek-hizmetler .ek-hizmet-item .text {
  -webkit-box-flex: 1.3;
      -ms-flex: 1.3;
          flex: 1.3;
}

.ek-hizmetler .ek-hizmet-item .text strong {
  color: #0d1c38;
  font-size: 18px;
}

.ek-hizmetler .ek-hizmet-item .text p {
  color: #43505c;
}

.ek-hizmetler .ek-hizmet-item .c-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px solid #eee;
  padding: 10px 30px;
}

.ek-hizmetler .ek-hizmet-item .c-form-item select {
  height: 44px;
  width: 100%;
  border: none;
  background: rgba(148, 133, 228, 0.2);
  border-radius: 3px;
  color: #0d1c38;
  font-weight: 600;
  padding-left: 10px;
  margin: 0 12px;
}

.ek-hizmetler .ek-hizmet-item .c-form-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0d1c38;
  font-weight: 600;
}

.ek-hizmetler .ek-hizmet-item .c-form-item input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  accent-color: var(--colormain);
}

.ek-hizmetler .ek-hizmet-item .c-form-item input[type="radio"] {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  accent-color: var(--colormain);
}

.ek-hizmetler .ek-hizmet-item span {
  padding: 0 30px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;

  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3px;
  color: #fff;
  font-weight: 600;
  border: none;
  background: -webkit-gradient(linear, right top, left top, from(var(--colormain);), to(#372e52));
  background: linear-gradient(to left, var(--colormain), #372e52);
}



.results-wrapper .container .result-text {
  width: 100%;
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  color: #8bc34a;
  margin-bottom: 30px;
}

.results-wrapper .container .result-text.red {
  color: #d43a2f;
}

.results-wrapper .container .result-table {
  width: 100%;
}

.results-wrapper .container .result-table .t-head {
  padding: 25px 30px;
  background: #f6f1f7;
  border-radius: 3px 3px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.results-wrapper .container .result-table .t-head span {
  font-weight: 500;
  font-size: 16px;
  color: #667093;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.results-wrapper .container .result-table .t-head span:first-child {
  -webkit-box-flex: 2.5;
      -ms-flex: 2.5;
          flex: 2.5;
  text-align: start;
}

.results-wrapper .container .result-table .t-head span:last-child {
  text-align: end;
}

.results-wrapper .container .result-table .t-body {
  background: #fff;
  padding: 0 30px 10px 30px;
}

.results-wrapper .container .result-table .t-body .t-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
  border-bottom: 1px solid #c0fafb;
}

.results-wrapper .container .result-table .t-body .t-row .cell {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  /* The container */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

.results-wrapper .container .result-table .t-body .t-row .cell strong {
  font-weight: 500;
  font-size: 16px;
  color: #183b56;
}

.results-wrapper .container .result-table .t-body .t-row .cell span {
  color: #8bc34a;
  font-weight: 500;
  font-size: 16px;
}

.results-wrapper .container .result-table .t-body .t-row .cell span.red {
  color: #d43a2f;
}

.results-wrapper .container .result-table .t-body .t-row .cell select {
  width: 180px;
  height: 40px;
  background: #f9f7fa;
  border-radius: 3px;
  font-weight: 500;
  font-size: 16px;
  color: #183b56;
  padding: 0 10px;
  border: none;
}

.results-wrapper .container .result-table .t-body .t-row .cell .check-container {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 40px;
}

.results-wrapper .container .result-table .t-body .t-row .cell .check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.results-wrapper .container .result-table .t-body .t-row .cell .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  background-color: #eee;
}

.results-wrapper .container .result-table .t-body .t-row .cell .check-container:hover input ~ .checkmark {
  background-color: #ccc;
}

.results-wrapper .container .result-table .t-body .t-row .cell .check-container input:checked ~ .checkmark {
  background-color: var(--colormain);
}

.results-wrapper .container .result-table .t-body .t-row .cell .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.results-wrapper .container .result-table .t-body .t-row .cell .check-container input:checked ~ .checkmark:after {
  display: block;
}

.results-wrapper .container .result-table .t-body .t-row .cell .check-container .checkmark:after {
  left: 16px;
  top: 7px;
  width: 10px;
  height: 20px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.results-wrapper .container .result-table .t-body .t-row .cell a {
  width: 70px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f9f7fa;
  border-radius: 3px;
  font-weight: 500;
  font-size: 13px;
  color: #667093;
  margin-left: 10px;
}

.results-wrapper .container .result-table .t-body .t-row .cell a:hover {
  background: var(--colormain);
  color: #fff;
}

.results-wrapper .container .result-table .t-body .t-row .cell:first-child {
  -webkit-box-flex: 2.5;
      -ms-flex: 2.5;
          flex: 2.5;
  text-align: start;
}

.results-wrapper .container .result-table .t-body .t-row .cell:last-child {
  text-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.results-wrapper .container .result-table .t-body > a {
  width: 100%;
  background: var(--colormain);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  height: 45px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 15px;
  margin: 20px 0;
}

.results-wrapper .container .result-table .t-body > a svg {
  margin-left: 20px;
}

.stick-wrap {
  height: 100%;
  position: relative;
}

.stick-wrap .stick-wrap-box {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

/* RESPONSIVE */
/* RESPONSIVE */
/* RESPONSIVE */
/* RESPONSIVE */
/* RESPONSIVE */
/* RESPONSIVE */
/* RESPONSIVE */
@media (max-width: 1024px) {
  .top-bar {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e0e2e9;
  }
  .top-bar .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-bar .container .t-left {
    display: none;
  }
  .top-bar .container .t-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-bar .container .t-right a {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #e0e2e9;
  }
  .top-bar .container .t-right a:first-child {
    border-left: 0;
  }
  header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 70px;
  }
  header .container .hamburger-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 42px;
    height: 42px;
    border: none;
    background: var(--colormain);
    border-radius: 3px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-size: 20px;
    margin-left: 20px;
  }
  header .container nav {
    display: none;
  }
  header .container .actions {
    padding-left: 0px;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .container .actions a {
    font-weight: 500;
    font-size: 13px;
    color: #372e52;
  }
  .hero-wrapper {
    width: 100%;
  }
  .hero-wrapper.min-hero .hero-item {
    height: 425px;
  }
  .hero-wrapper .hero-item {
    width: 100%;
    height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .hero-wrapper .hero-item .overlay {
    width: 100%;
    height: 100%;
    background: linear-gradient(89.46deg, #eae2eb 44.11%, rgba(234, 226, 235, 0) 128.6%);
  }
  .hero-wrapper .hero-item .overlay .container {
    height: 100%;
  }
  .hero-wrapper .hero-item .overlay .container .text {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 570px;
  }
  .hero-wrapper .hero-item .overlay .container .text .breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
  .hero-wrapper .hero-item .overlay .container .text .breadcrumbs svg {
    margin: 5px 5px 0 5px;
  }
  .hero-wrapper .hero-item .overlay .container .text .breadcrumbs li a {
    font-weight: 400;
    font-size: 13px;
    color: #667093;
  }
  .hero-wrapper .hero-item .overlay .container .text .specs {
    -webkit-column-count: 2;
            column-count: 2;
  }
  .hero-wrapper .hero-item .overlay .container .text .specs li {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500;
    font-size: 14px;
    color: #667093;
  }
  .hero-wrapper .hero-item .overlay .container .text .specs li:hover span {
    background: var(--colormain);
  }
  .hero-wrapper .hero-item .overlay .container .text .specs li:hover span svg path {
    stroke: #fff;
  }
  .hero-wrapper .hero-item .overlay .container .text .specs li span {
    width: 38px;
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #edeff3;
    border-radius: 3px;
    margin-right: 15px;
  }
  .hero-wrapper .hero-item .overlay .container .text.centered {
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .hero-wrapper .hero-item .overlay .container .text.centered .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  .hero-wrapper .hero-item .overlay .container .text.centered .links a {
    font-weight: 500;
    font-size: 15px;
    color: #667093;
    margin-right: 20px;
    display: inline-block;
  }
  .hero-wrapper .hero-item .overlay .container .text.centered .links a.active, .hero-wrapper .hero-item .overlay .container .text.centered .links a:hover {
    color: #372e52;
  }
  .hero-wrapper .hero-item .overlay .container .text.centered h1 {
    font-weight: 700;
    font-size: 34px;
    line-height: 1.6;
  }
  .hero-wrapper .hero-item .overlay .container .text h1 {
    font-weight: 700;
    font-size: 34px;
    line-height: 1.5;
    color: #372e52;
  }
  .hero-wrapper .hero-item .overlay .container .text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #5b5574;
    margin: 25px 0;
  }
  .hero-wrapper .hero-item .overlay .container .text > a {
    width: 200px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    background: var(--colormain);
    border-radius: 5px;
  }
  .domain-box-wrapper .container .domain-box {
    position: relative;
    z-index: 99;
    margin-top: -20px;
    width: 100%;
    background: #ffffff;
    border: 1px solid #c0fafb;
    border-radius: 5px;
    padding: 28px 20px;
  }
  .domain-box-wrapper .container .domain-box .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  .domain-box-wrapper .container .domain-box .links a {
    font-weight: 500;
    font-size: 13px;
    color: #667093;
    margin-right: 10px;
    display: inline-block;
  }
  .domain-box-wrapper .container .domain-box .links a.active, .domain-box-wrapper .container .domain-box .links a:hover {
    color: #372e52;
  }
  .domain-box-wrapper .container .domain-box .dom-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 20px;
  }
  .section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-bottom: 35px;
  }
  .section-title .desc {
    font-weight: 400;
    font-size: 16px;
    color: #5b5574;
  }
  .packs-wrapper {
    padding: 60px 0;
  }
  .h-tab-buttons {
    max-width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 17px;
    background: #f9f7fa;
    border-radius: 5px;
    margin-bottom: 50px;
  }
  .h-tab-buttons button {
    background: #f7f9fd;
    border-radius: 3px;
    min-width: 100px;
    padding: 0 8px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 36px;
    margin-right: 25px;
    font-weight: 500;
    font-size: 13px;
    color: #667093;
    border: none;
  }
  .h-tab-buttons button.active, .h-tab-buttons button:hover {
    background: #fff;
    color: #372e52;
  }
  .h-tab-buttons button:last-child {
    margin-right: 0;
  }
  .pack-item {
    margin-bottom: 25px;
  }
  .server-table table {
    width: 100%;
    border-collapse: collapse;
    width: 100%;
  }
  .server-table table thead {
    width: 100%;
    display: none;
  }
  .server-table table thead tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-width: 95vw;
  }
  .server-table table thead tr th {
    width: 50% !important;
    min-width: 50% !important;
    padding: 25px;
    background: #f9f7fa;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #667093;
  }
  .server-table table thead tr th:first-child {
    border-radius: 3px 0 0 0;
  }
  .server-table table thead tr th:last-child {
    border-radius: 0 3px 0 0;
  }
  .server-table table thead tr th svg {
    margin-right: 6px;
  }
  .server-table table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 1px solid #c0fafb !important;
    margin-bottom: 30px;
  }
  .server-table table tbody tr:hover td {
    background: rgba(148, 133, 228, 0.05);
  }
  .server-table table tbody tr:last-child td {
    border-bottom: 1px solid #c0fafb;
  }
  .server-table table tbody tr td {
    width: 50% !important;
    min-width: 50% !important;
    padding: 25px;
    background: #fff;
    border-bottom: 1px solid #c0fafb;
    text-align: center;
  }
  .server-table table tbody tr td strong {
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    color: #372e52;
  }
  .server-table table tbody tr td span {
    font-weight: 400;
    font-size: 14px;
    color: #5b5574;
  }
  .server-table table tbody tr td a {
    width: 100%;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 3px;
    background: var(--colormain);
    font-weight: 600;
    font-size: 15px;
    color: #fff;
  }
  .server-table table tbody tr td a svg {
    margin-left: 10px;
  }
  .n-item {
    margin-bottom: 30px;
  }
  .blog-item {
    margin-left: 2.5% !important;
  }
  footer {
    background: #5b5574;
  }
  footer .container .footer-links {
    padding: 12px;
    border: 2px solid #676084;
    margin-bottom: 20px;
    border-radius: 3px;
  }
  footer .container .footer-links strong {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #ffffff;
    margin-bottom: 0px;
  }
  footer .container .footer-links .links-wrap {
    margin-top: 20px;
    display: none;
  }
  footer .container .footer-links a {
    display: block;
    font-weight: 500;
    font-size: 17px;
    color: #9790b4;
    margin-bottom: 30px;
  }
  footer .container .footer-links a:last-child {
    margin-bottom: 0;
  }
  footer .container .footer-links a:hover {
    color: #fff;
  }
  footer .footer-bottom {
    width: 100%;
    padding: 21px 0;
    background: #56506f;
  }
  footer .footer-bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer-bottom .container p {
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
  }
  footer .footer-bottom .container .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
  footer .footer-bottom .container .links a {
    font-weight: 500;
    font-size: 11px;
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
  }
  .domain-pricing {
    padding: 60px 0;
  }
  .domain-pricing .dp-table {
    background: #fff;
    padding: 40px;
    border-radius: 3px;
  }
  .domain-pricing .dp-table table {
    width: 100%;
    border-collapse: collapse;
  }
  .domain-pricing .dp-table table thead tr th {
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    color: #183b56;
    padding-bottom: 20px;
    border-bottom: 1px solid #c0fafb;
  }
  .domain-pricing .dp-table table thead tr th:first-child {
    text-align: start;
  }
  .domain-pricing .dp-table table tbody tr:last-child td {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .domain-pricing .dp-table table tbody tr td {
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    color: #183b56;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c0fafb;
  }
  .domain-pricing .dp-table table tbody tr td:first-child {
    text-align: start;
  }
  .info-wrapper {
    padding: 60px 0;
  }
  .info-wrapper img {
    width: 100%;
    height: auto;
  }
  .info-wrapper .h-tab-buttons {
    background: #f6f1f7;
    width: 100%;
    margin-top: 20px;
  }
  .info-wrapper .h-tab-buttons button {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: none;
  }
  .info-wrapper .h-tab-buttons button.active {
    background: #fff;
  }
  .info-wrapper .h-tab h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #372e52;
    margin-bottom: 30px;
  }
  .info-wrapper .h-tab p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #5b5574;
  }
  .pack-table-wrapper {
    padding: 60px 0;
  }
  .pack-table-wrapper .pt-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pack-table-wrapper .pt-wrap .pt-side {
    max-width: 100px;
    width: 100%;
    margin-top: 65px;
  }
  .pack-table-wrapper .pt-wrap .pt-side span {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 55px;
    background: #f6f1f7;
    font-weight: 500;
    font-size: 12px;
    color: #667093;
    padding-left: 10px;
  }
  .pack-table-wrapper .pt-wrap .pt-side span:hover, .pack-table-wrapper .pt-wrap .pt-side span.active {
    background: var(--colormain);
    color: #fff;
  }
  .pack-table-wrapper .pt-wrap .pt-main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border-radius: 3px;
  }
  .pack-table-wrapper .pt-wrap .pt-main .pt-col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pack-table-wrapper .pt-wrap .pt-main .pt-col:hover .head {
    color: var(--colormain);
    border-color: var(--colormain);
  }
  .pack-table-wrapper .pt-wrap .pt-main .pt-col .head {
    border-bottom: 1px solid #c0fafb;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 500;
    font-size: 12px;
    color: #372e52;
  }
  .pack-table-wrapper .pt-wrap .pt-main .pt-col span {
    border-bottom: 1px solid #c0fafb;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 400;
    font-size: 12px;
    color: #43505c;
  }
  .pack-table-wrapper .pt-wrap .pt-main .pt-col span:last-child {
    border-bottom: 0;
  }
  .panel-header {
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/panel-bg.png);
    margin-bottom: 30px;
  }
  .panel-header .overlay .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 10px;
  }
  .panel-header .overlay .container .infos {
    color: #fff;
  }
  .panel-header .overlay .container .infos p {
    font-weight: 400;
    font-size: 16px;
  }
  .panel-header .overlay .container .infos strong {
    font-weight: 500;
    font-size: 18px;
  }
  .panel-header .overlay .container .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 15px;
  }
  .panel-header .overlay .container .buttons a {
    width: 140px;
    height: 47px;
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    background: var(--colormain);
    border-radius: 3px;
  }
  .panel-header .overlay .container .buttons a:first-child {
    background: #8bc34a;
  }
  .panel-header .overlay .container .buttons a svg {
    margin-right: 10px;
  }
  .panel-stats .stat-box {
    margin-bottom: 15px;
  }
  .alert-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .alert-box a {
    width: 100%;
    margin-top: 20px;
  }
  .panel-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .panel-table tr td,
  .panel-table tr th {
    text-align: center !important;
  }
  body {
    overflow-x: hidden !important;
  }
  .period-wrapper {
    padding: 60px 0;
  }
  .period-wrapper .container .p-box {
    width: 100%;
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    border: 1px solid var(--colormain);
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 20px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    background: rgba(148, 133, 228, 0.1);
  }
  .period-wrapper .container .p-box:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .period-wrapper .container .p-box.selected {
    background: -webkit-gradient(linear, right top, left bottom, from(var(--colormain);), to(#372e52));
    background: linear-gradient(to left bottom, var(--colormain), #372e52);
  }
  .period-wrapper .container .p-box.selected > b,
  .period-wrapper .container .p-box.selected .old,
  .period-wrapper .container .p-box.selected .current {
    color: #fff;
  }
  .period-wrapper .container .p-box.selected .check {
    display: block;
  }
  .period-wrapper .container .p-box > b {
    font-size: 20px;
    color: #0d1c38;
    display: block;
    margin-bottom: 10px;
  }
  .period-wrapper .container .p-box .check {
    display: none;
    font-size: 20px;
    margin-top: 10px;
    color: #fff;
  }
  .period-wrapper .container .p-box .old {
    text-decoration: line-through;
    color: #5a7184;
    font-weight: 600;
  }
  .period-wrapper .container .p-box .current {
    font-size: 18px;
    color: #183b56;
    font-weight: 700;
  }
  .period-wrapper .container .p-box .sale {
    margin-top: 10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .period-wrapper .container .p-box .sale span {
    background-color: #00bc29;
    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
    padding: 3px 5px;
    border-radius: 5px 5px 0 0;
  }
  .period-wrapper .container .p-box .sale strong {
    background-color: var(--colormain);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 0;
    width: 100%;
    border-radius: 5px;
    display: block;
  }
  .server-conf-box .conf-row span {
    color: #0d1c38;
    font-size: 14px;
    font-weight: 600;
  }
  .server-conf-box .conf-row select {
    height: 42px;
    width: 180px;
    border: none;
    background: rgba(148, 133, 228, 0.2);
    border-radius: 3px;
    color: #0d1c38;
    font-weight: 600;
    padding-left: 10px;
  }
  .summary-wrap {
    margin-top: 20px;
  }
  .dom-choose {
    padding: 60px 0;
  }
  .dom-choose .domain-choose-box {
    width: 100%;
    padding: 20px;
    background: #fff;
    border-radius: 3px;
    margin-bottom: 30px;
  }
  .dom-choose .domain-choose-box.active {
    border: 1px solid var(--colormain);
  }
  .dom-choose .domain-choose-box .title {
    cursor: pointer;
  }
  .dom-choose .domain-choose-box .title strong {
    color: #0d1c38;
    font-size: 20px;
  }
  .dom-choose .domain-choose-box .title p {
    color: #183b56;
  }
  .dom-choose .domain-choose-box .cont {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .dom-choose .domain-choose-box .cont input {
    padding: 12px;
    width: 100%;
    min-width: 100%;
    margin: 5px 0 !important;
  }
  .dom-choose .domain-choose-box .cont select {
    height: 44px;
    width: 100%;
    border: none;
    background: rgba(148, 133, 228, 0.2);
    border-radius: 3px;
    color: #0d1c38;
    font-weight: 600;
    padding-left: 10px;
    margin: 10px 0;
  }
  .dom-choose .domain-choose-box .cont .abtnn {
    padding: 0 30px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    border: none;
    background: -webkit-gradient(linear, right top, left top, from(var(--colormain);), to(#372e52));
    background: linear-gradient(to left, var(--colormain), #372e52);
  }
  .host-choose-wrap {
    padding: 60px 0;
  }
  .host-choose-wrap .hc-box {
    margin-bottom: 20px;
  }
  .ek-hizmetler {
    padding: 60px 0;
  }
  .ek-hizmetler .ek-hizmet-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.01), 0 2px 4px rgba(0, 0, 0, 0.01), 0 4px 8px rgba(0, 0, 0, 0.01), 0 8px 16px rgba(0, 0, 0, 0.01), 0 16px 32px rgba(0, 0, 0, 0.01), 0 32px 64px rgba(0, 0, 0, 0.01);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.01), 0 2px 4px rgba(0, 0, 0, 0.01), 0 4px 8px rgba(0, 0, 0, 0.01), 0 8px 16px rgba(0, 0, 0, 0.01), 0 16px 32px rgba(0, 0, 0, 0.01), 0 32px 64px rgba(0, 0, 0, 0.01);
    padding: 20px;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .ek-hizmetler .ek-hizmet-item .icon {
    margin-right: 0px;
  }
  .ek-hizmetler .ek-hizmet-item .text {
    -webkit-box-flex: 1.3;
        -ms-flex: 1.3;
            flex: 1.3;
    margin: 20px 0;
  }
  .ek-hizmetler .ek-hizmet-item .text strong {
    color: #0d1c38;
    font-size: 18px;
  }
  .ek-hizmetler .ek-hizmet-item .text p {
    color: #43505c;
  }
  .ek-hizmetler .ek-hizmet-item .c-form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-left: 0px solid #eee;
    padding: 10px 0px;
    width: 100%;
    margin-bottom: 20px;
  }
  .ek-hizmetler .ek-hizmet-item .c-form-item select {
    height: 44px;
    width: 100%;
    border: none;
    background: rgba(148, 133, 228, 0.2);
    border-radius: 3px;
    color: #0d1c38;
    font-weight: 600;
    padding-left: 10px;
    margin: 0 12px;
  }
  .ek-hizmetler .ek-hizmet-item .c-form-item label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #0d1c38;
    font-weight: 600;
  }
  .orderperiodblock-con{
    margin-left:1%;
  }
  .ek-hizmetler .ek-hizmet-item .c-form-item input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    accent-color: var(--colormain);
  }
  .ek-hizmetler .ek-hizmet-item .c-form-item input[type="radio"] {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    accent-color: var(--colormain);
  }
  .ek-hizmetler .ek-hizmet-item span {
    padding: 0 30px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    border: none;
    background: -webkit-gradient(linear, right top, left top, from(var(--colormain);), to(#372e52));
    background: linear-gradient(to left, var(--colormain), #372e52);
  }
  .announce {
    padding: 10px !important;
  }
  .panel-table table thead {
    display: none !important;
  }
  .panel-page .container .row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .results-wrapper .container .result-text {
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    color: #8bc34a;
    margin-bottom: 30px;
  }
  .results-wrapper .container .result-text.red {
    color: #d43a2f;
  }
  .results-wrapper .container .result-table {
    width: 100%;
  }
  .results-wrapper .container .result-table .t-head {
    display: none;
  }
  .results-wrapper .container .result-table .t-body {
    background: #fff;
    padding: 0 30px 10px 30px;
  }
  .results-wrapper .container .result-table .t-body .t-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0;
    border-bottom: 1px solid #c0fafb;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: inherit;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center !important;
  }
  .results-wrapper .container .result-table .t-body .t-row .cell {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    /* The container */
    /* Hide the browser's default checkbox */
    /* Create a custom checkbox */
    /* On mouse-over, add a grey background color */
    /* When the checkbox is checked, add a blue background */
    /* Create the checkmark/indicator (hidden when not checked) */
    /* Show the checkmark when checked */
    /* Style the checkmark/indicator */
  }
  .results-wrapper .container .result-table .t-body .t-row .cell > * {
    margin: 10px 0;
  }
  .results-wrapper .container .result-table .t-body .t-row .cell strong {
    font-weight: 500;
    font-size: 16px;
    color: #183b56;
  }
  .results-wrapper .container .result-table .t-body .t-row .cell span {
    color: #8bc34a;
    font-weight: 500;
    font-size: 16px;
  }
  .results-wrapper .container .result-table .t-body .t-row .cell span.red {
    color: #d43a2f;
  }
  .results-wrapper .container .result-table .t-body .t-row .cell select {
    width: 180px;
    height: 40px;
    background: #f9f7fa;
    border-radius: 3px;
    font-weight: 500;
    font-size: 16px;
    color: #183b56;
    padding: 0 10px;
    border: none;
  }
  .results-wrapper .container .result-table .t-body .t-row .cell .check-container {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 40px;
  }
  .results-wrapper .container .result-table .t-body .t-row .cell .check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .results-wrapper .container .result-table .t-body .t-row .cell .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    background-color: #eee;
  }
  .results-wrapper .container .result-table .t-body .t-row .cell .check-container:hover input ~ .checkmark {
    background-color: #ccc;
  }
  .results-wrapper .container .result-table .t-body .t-row .cell .check-container input:checked ~ .checkmark {
    background-color: var(--colormain);
  }
  .results-wrapper .container .result-table .t-body .t-row .cell .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .results-wrapper .container .result-table .t-body .t-row .cell .check-container input:checked ~ .checkmark:after {
    display: block;
  }
  .results-wrapper .container .result-table .t-body .t-row .cell .check-container .checkmark:after {
    left: 16px;
    top: 7px;
    width: 10px;
    height: 20px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .results-wrapper .container .result-table .t-body .t-row .cell a {
    width: 70px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #f9f7fa;
    border-radius: 3px;
    font-weight: 500;
    font-size: 13px;
    color: #667093;
    margin-left: 10px;
  }
  .results-wrapper .container .result-table .t-body .t-row .cell a:hover {
    background: var(--colormain);
    color: #fff;
  }
  .results-wrapper .container .result-table .t-body .t-row .cell:first-child {
    -webkit-box-flex: 2.5;
        -ms-flex: 2.5;
            flex: 2.5;
    text-align: start;
  }
  .results-wrapper .container .result-table .t-body .t-row .cell:last-child {
    text-align: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .results-wrapper .container .result-table .t-body > a {
    width: 100%;
    background: var(--colormain);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    height: 45px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 15px;
    margin: 20px 0;
  }
  .results-wrapper .container .result-table .t-body > a svg {
    margin-left: 20px;
  }
}
/*# sourceMappingURL=style.css.map */


.sepet {
  float: left;
  width: 100%;
  margin-bottom: 60px;
  margin-top: 2%;
}
.sepetbaslik{
  border-radius: 2px !important;
}

.sepet .fa-close {

  font-size: 17px;
  border-radius: 4px;
  border: 2px solid;
  padding: 5px;
}
.pack-item .icon .fa{
  color:var(--colormain);
}
.pack-item:hover .fa{
  color:white;
}
.menusvg{
  fill:var(--colormain);
}
.announce u {
  text-decoration: underline;
}