/* Moduleswise.com 09.09.2021 */
/* reset */
@import url("https://cdn.jsdelivr.net/npm/segoe-fonts@1.0.1/segoe-fonts.min.css");
* {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
}

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

body {
  font-family: 'Segoe UI', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  background-color: #F6F6F6;
}

.container {
  width: 1170px;
  height: auto;
  margin: 0 auto;
}

.top-bar {
  width: 100%;
  height: 65px;
  background-color: #5f0ab9;
  -webkit-box-shadow: 0px 2px 5px rgba(207, 207, 207, 0.8);
          box-shadow: 0px 2px 5px rgba(207, 207, 207, 0.8);
}

@media (max-width: 1175px) {
  .top-bar .container {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .top-bar .container .left a {
    font-size: 13px !important;
  }
  .top-bar .container .right {
    display: none !important;
  }
}

.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;
  height: 100%;
}

.top-bar .container .left {
  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 .left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

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

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

.top-bar .container .right .currency-switch {
  width: 72px;
  height: 30px;
  border-radius: 30px;
  background-color: #fff;
  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: 2px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 0px 3px #6400bb;
          box-shadow: 0px 0px 0px 3px #6400bb;
}

.top-bar .container .right .currency-switch.checked span:first-child {
  background-color: #F3F3F3;
  color: #6400bb;
}

.top-bar .container .right .currency-switch.checked span + span {
  background-color: #65AE1D;
  color: #fff;
}

.top-bar .container .right .currency-switch span {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #F3F3F3;
  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: #6400bb;
}

.top-bar .container .right .currency-switch span.active {
  background-color: #65AE1D;
  color: #fff;
}

.top-bar .container .right .lang {
  position: relative;
  padding-bottom: 0px;
}

.top-bar .container .right .lang:hover .lang-a {
  background: #1673C4;
}

.top-bar .container .right .lang:hover .lang-drop {
  opacity: 1;
  pointer-events: all;
}

.top-bar .container .right .lang .lang-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 15px;
  margin-left: 20px;
  padding: 0 5px;
  border-radius: 3px;
  height: 38px;
}

.top-bar .container .right .lang .lang-a:hover {
  background: #1673C4;
}

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

.top-bar .container .right .lang .lang-a .fa-chevron-down {
  margin-left: 5px;
}

.top-bar .container .right .lang .lang-drop {
  position: absolute;
  top: 100%;
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  margin-top: 0px;
  width: 117px;
  -webkit-transition: .2s all;
  transition: .2s all;
  padding: 5px 10px;
  opacity: 0;
  pointer-events: none;
  z-index: 999;
}

.top-bar .container .right .lang .lang-drop a {
  background: none;
  padding: 0 5px;
  color: #6400bb;
  font-size: 12px;
  margin: 0;
}

.top-bar .container .right .lang .lang-drop a:hover {
  background: #eee;
}

.top-bar .container .right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  height: 38px;
  border-radius: 3px;
  padding: 0 5px;
}

.top-bar .container .right a:hover {
  background: #1673C4;
}

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

.top-bar .container .right a:last-child {
  background-color: #8641e1;
  height: 38px;
  border-radius: 5px;
  padding: 0 12px;
}

header {
  width: 100%;
  height: 102px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.16);
}

@media (max-width: 1175px) {
  header .container {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  header .container .burger {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  header .container .logo a img {
    max-width: 150px !important;
  }
  header .container nav {
    display: none;
  }
  header .container .basket {
    margin-left: auto;
    margin-right: 10px;
  }
  header .container .basket a {
    font-size: 0px !important;
    width: auto !important;
    padding: 0 5px;
  }
  header .container .basket a span {
    font-size: 13px;
  }
}

header .container {
  height: 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;
}

header .container .burger {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  outline: none;
  height: 40px;
  width: 40px;
  background-color: #0873CF;
  border: 0px;
  padding: 0px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  z-index: 9999;
  border-radius: 5px;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .container .burger span {
  width: 25px;
  height: 2px;
  background: #fff;
  display: block;
  margin-bottom: 3px;
  margin-top: 3px;
}

header .container .burger:before, header .container .burger:after {
  content: '';
  width: 25px;
  height: 2px;
  position: absolute;
  background: #fff;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  will-change: transform;
}

header .container .burger:before {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

header .container .burger:after {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}

header .container .active.burger span {
  display: none;
}

header .container .active.burger:before {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

header .container .active.burger:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

header .container nav {
  margin-left: 100px;
}

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 {
  position: relative;
  min-width: 114px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 5px;
  padding-bottom: 30px;
  margin-top: 30px;
}

header .container nav > ul > li:hover a {
  color: #FF2DAB;
}

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

header .container nav > ul > li .badge {
  padding: 0 4px;
  height: 20px;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  position: absolute;
  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;
  bottom: 100%;
  left: 0;
  -webkit-animation: blink .5s infinite alternate;
          animation: blink .5s infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

header .container nav > ul > li .badge.pink {
  background-color: #FF2DAB;
}

header .container nav > ul > li .badge.orange {
  background-color: #F1601F;
}

header .container nav > ul > li .badge.green {
  background-color: #65AE1D;
}

header .container nav > ul > li > a {
  font-size: 16px;
  color: #6400bb;
  font-weight: 600;
}

header .container nav > ul > li > a .fa-chevron-down {
  margin-left: 5px;
}

header .container .basket {
  position: relative;
  padding-bottom: 30px;
  margin-top: 30px;
}

header .container .basket:hover .basket-box {
  opacity: 1;
  pointer-events: all;
}

header .container .basket a {
  width: 117px;
  height: 38px;
  border-radius: 5px;
  background-color: #0873CF;
  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: 14px;
}

header .container .basket a svg {
  margin-right: 5px;
}

header .container .basket a span {
  width: 24px;
  height: 24px;
  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-color: #fff;
  color: #0873CF;
  border-radius: 50%;
  margin-left: 4px;
  font-weight: bolder;
}

.company-logos {
  width: 100%;
  height: 103px;
  background-color: #881ce1;
}

.company-logos .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 103px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.company-logos .container .logo-item {
  margin: 5px 0;
  width: 148px;
  height: 69px;
  border-radius: 10px;
  background-color: #853ee9;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  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-right: 20px;
}

.company-logos .container .logo-item img {
  max-width: 90%;
  height: auto;
  max-height: 90%;
}

.newsletter {
  width: 100%;
  background-color: #F3F3F3;
  padding: 15px 0;
}

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

@media (max-width: 1175px) {
  .newsletter .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.newsletter .container span {
  font-size: 24px;
  color: #6400bb;
  margin-right: 20px;
}

@media (max-width: 1175px) {
  .newsletter .container span {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.newsletter .container .input-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 60px;
  border-radius: 60px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

@media (max-width: 1175px) {
  .newsletter .container .input-area {
    width: 100%;
  }
}

.newsletter .container .input-area input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: none;
  border: none;
  background: transparent;
  text-indent: 20px;
  font-size: 18px;
  color: #9B9B9B;
}

@media (max-width: 1175px) {
  .newsletter .container .input-area input {
    font-size: 14px;
  }
}

.newsletter .container .input-area button {
  width: 150px;
  height: 50px;
  border-radius: 50px;
  background: #881ce1;
  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: 18px;
  border: none;
  margin: 5px;
  cursor: pointer;
  -webkit-transition: .2s all;
  transition: .2s all;
}

@media (max-width: 1175px) {
  .newsletter .container .input-area button {
    width: 120px;
    font-size: 14px;
  }
}

.newsletter .container .input-area button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

footer {
  background: #881ce1;
  width: 100%;
  padding: 24px 0;
}

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

@media (max-width: 1175px) {
  footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer .container .footer-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 30px;
  color: #fff;
}

@media (max-width: 1175px) {
  footer .container .footer-col:first-child {
    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;
  }
}

@media (max-width: 1175px) {
  footer .container .footer-col {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}

footer .container .footer-col img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

footer .container .footer-col p {
  text-align: center;
  margin: 20px 0;
}

footer .container .footer-col .socials {
  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;
}

footer .container .footer-col .socials a {
  font-size: 26px;
  margin: 0 10px;
  color: #fff;
}

footer .container .footer-col .title {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 700;
  padding: 0 10px;
}

footer .container .footer-col .links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 34px;
  border-radius: 3px;
  color: #fff;
  padding: 0 10px;
}

footer .container .footer-col .links a:nth-child(odd) {
  background: rgba(199, 199, 199, 0.06);
}

footer .container .footer-col .links a:hover {
  background: #39A0F9;
}

footer .container .footer-col .links a .fa-chevron-right {
  margin-right: 7px;
}

footer .container .footer-col:last-child {
  margin-right: 0;
}

.footer-bottom {
  width: 100%;
  padding: 20px 0;
  background: #fff;
}

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

@media (max-width: 1175px) {
  .footer-bottom .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.footer-bottom .container p {
  color: #6400bb;
  font-size: 18px;
}

@media (max-width: 1175px) {
  .footer-bottom .container p {
    margin-bottom: 10px;
    font-size: 15px;
  }
}

main {
  padding: 30px 0;
}

main.mt-top {
  margin-top: -80px;
}

.login-page {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.login-page .login-box {
  width: 540px;
}

.login-page .login-box .buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.login-page .login-box .buttons a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 64px;
  background: #F1F1F1;
  border-radius: 3px 3px 0 0;
  color: #989898;
  font-size: 18px;
  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-transition: .2s all;
  transition: .2s all;
  font-weight: 600;
}

.login-page .login-box .buttons a.active {
  background: #fff;
}

.login-page .login-box .buttons a:hover {
  background: #fff;
}

.login-page .login-box .buttons a:first-child {
  margin-right: 10px;
}

.login-page .login-box .content {
  background: #fff;
  width: 100%;
  padding: 40px 80px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
}

@media (max-width: 1075px) {
  .login-page .login-box .content {
    padding: 40px 20px;
  }
}

.login-page .login-box .content .input {
  position: relative;
  margin-bottom: 20px;
}

.login-page .login-box .content .input .phone {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  font-size: 18px;
  color: #4B4B4B;
  font-weight: 600;
}

.login-page .login-box .content .input .phone img {
  margin-right: 4px;
}

.login-page .login-box .content .input small {
  text-align: center;
  color: #AEAEAE;
  font-size: 12px;
}

.login-page .login-box .content .input span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}

.login-page .login-box .content .input input {
  width: 100%;
  height: 60px;
  border-radius: 3px;
  border: 1px solid #C2C2C2;
  text-indent: 15px;
  font-size: 18px;
}

.login-page .login-box .content .input input::-webkit-input-placeholder {
  color: #B4B4B4;
}

.login-page .login-box .content .input input:-ms-input-placeholder {
  color: #B4B4B4;
}

.login-page .login-box .content .input input::-ms-input-placeholder {
  color: #B4B4B4;
}

.login-page .login-box .content .input input::placeholder {
  color: #B4B4B4;
}

.login-page .login-box .content .forget {
  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;
}

.login-page .login-box .content .forget label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #989898;
}

.login-page .login-box .content .forget label input {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  accent-color: #881ce1;
}

.login-page .login-box .content .forget a {
  color: #881ce1;
  font-size: 16px;
  font-weight: 500;
}

.login-page .login-box .content > button {
  width: 100%;
  height: 60px;
  border-radius: 60px;
  background: #881ce1;
  color: #fff;
  border: none;
  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-top: 20px;
  cursor: pointer;
  font-weight: 700;
}

.page-banner {
  width: 100%;
  height: 300px;
  background: #5b36c8;
  background-image: url(../images/world2.svg);
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 1175px) {
  .page-banner {
    height: auto;
  }
}

.page-banner.small {
  height: 220px;
}

@media (max-width: 1175px) {
  .page-banner.small {
    height: auto;
  }
}

.page-banner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 30px;
  height: 100%;
  color: #fff;
}

@media (max-width: 1175px) {
  .page-banner .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 50px 10px;
  }
}

.page-banner .container .inner {
  max-width: 890px;
}

@media (max-width: 1175px) {
  .page-banner .container .inner {
    max-width: 100%;
    margin-top: 20px;
  }
}

.page-banner .container .inner h1 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

@media (max-width: 1175px) {
  .page-banner .container .inner h1 {
    font-size: 26px;
  }
}

.page-banner .container .inner h1 span {
  background: #F1601F;
  border-radius: 3px;
  padding: 4px 7px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-banner .container .inner p {
  font-size: 24px;
  margin: 15px 0;
}

@media (max-width: 1175px) {
  .page-banner .container .inner p {
    font-size: 16px;
  }
}

.page-banner .container .inner .specs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1175px) {
  .page-banner .container .inner .specs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  .page-banner .container .inner .specs .item {
    min-width: 49%;
    max-width: 49%;
    margin-bottom: 6px;
    margin-right: 0 !important;
  }
  .page-banner .container .inner .specs .item:last-child {
    min-width: 100%;
    max-width: 100%;
  }
}

.page-banner .container .inner .specs .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 10px;
  border: 2px solid #fff;
  height: 58px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.page-banner .container .inner .specs .item:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.page-banner .container .inner .specs .item:hover img, .page-banner .container .inner .specs .item:hover svg {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.page-banner .container .inner .specs .item svg, .page-banner .container .inner .specs .item img {
  -webkit-transition: .2s all;
  transition: .2s all;
  margin-right: 6px;
}

.page-banner .container .image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
}

@media (max-width: 1175px) {
  .page-banner .container .image img {
    max-width: 100px;
  }
}

.page-wrap {
  width: 100%;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
  padding: 50px 30px;
}

@media (max-width: 1175px) {
  .page-wrap {
    padding: 30px 15px;
  }
}

.page-wrap-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 22px;
  background: #F8FDFF;
  border-radius: 12px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
}

@media (max-width: 1175px) {
  .page-wrap-heading {
    padding: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.page-wrap-heading .text {
  max-width: 810px;
}

@media (max-width: 1175px) {
  .page-wrap-heading .text {
    margin-bottom: 10px;
  }
}

.page-wrap-heading .text span {
  color: #881ce1;
  font-weight: 700;
  font-size: 36px;
}

@media (max-width: 1175px) {
  .page-wrap-heading .text span {
    font-size: 26px;
  }
}

.page-wrap-heading .text p {
  color: #4B4B4B;
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 1175px) {
  .page-wrap-heading .text p {
    font-size: 16px;
  }
}

.page-wrap-heading .action {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-wrap-heading .action .name {
  color: #6400bb;
  font-size: 18px;
  margin-bottom: 10px;
}

.switch {
  width: 72px;
  height: 30px;
  border-radius: 30px;
  background-color: #fff;
  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: 2px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 0px 3px #6400bb;
          box-shadow: 0px 0px 0px 3px #6400bb;
}

.switch span {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #F3F3F3;
  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: #6400bb;
}

.switch span.active {
  background-color: #F31930;
  color: #fff;
}

.dedicated-server {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  background: #fff;
  border: 0.2px solid #A8A8A8;
  border-radius: 6px;
  margin-bottom: 3px;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
  -webkit-transition: .2s all;
  transition: .2s all;
}

@media (max-width: 1175px) {
  .dedicated-server {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.dedicated-server:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  background: #F8FDFF;
}

.dedicated-server .server-specs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1175px) {
  .dedicated-server .server-specs {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.dedicated-server .server-specs .item {
  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-right: 16px;
}

@media (max-width: 1175px) {
  .dedicated-server .server-specs .item {
    width: 50%;
    margin-right: 0;
    min-width: 50%;
    padding: 5px;
  }
}

.dedicated-server .server-specs .item:last-child {
  margin-right: 0;
}

.dedicated-server .server-specs .item .icon {
  width: 85px;
  height: 62px;
  border-radius: 6px;
  border: 0.5px solid #881ce1;
  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-bottom: 4px;
}

@media (max-width: 1175px) {
  .dedicated-server .server-specs .item .icon {
    width: 100%;
  }
}

.dedicated-server .server-specs .item span {
  font-size: 11px;
  color: #000000;
}

.dedicated-server .server-actions {
  width: 175px;
  margin-left: auto;
}

@media (max-width: 1175px) {
  .dedicated-server .server-actions {
    width: 100%;
  }
}

.dedicated-server .server-actions .price {
  width: 100%;
  height: 40px;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dedicated-server .server-actions .price p {
  color: #4B4B4B;
  font-size: 16px;
}

.dedicated-server .server-actions .price p b {
  color: #881ce1;
  font-size: 24px;
}

.dedicated-server .server-actions a {
  width: 100%;
  height: 48px;
  border-radius: 3px;
  background: #6400bb;
  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-size: 16px;
  font-weight: 700;
}

.page-features {
  margin-top: 30px;
}

.page-features .title {
  width: 100%;
  height: 66px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
  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;
  color: #6400bb;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

.page-features .desc {
  width: 100%;
  height: 61px;
  background: #FCFCFC;
  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;
  font-size: 18px;
  color: #4B4B4B;
}

.page-features .features-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-features .features-wrap .feature {
  width: 377px;
  height: 145px;
  border-radius: 16px;
  margin-top: 20px;
  background: #FCFCFC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 20px;
  -webkit-transition: .2s all;
  transition: .2s all;
}

@media (max-width: 1175px) {
  .page-features .features-wrap .feature {
    width: 100% !important;
  }
}

.page-features .features-wrap .feature:hover {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.page-features .features-wrap .feature:hover .icon {
  background: #6400bb;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.page-features .features-wrap .feature:hover .icon svg path {
  fill: #fff;
}

.page-features .features-wrap .feature:hover .text b {
  color: #6400bb;
}

.page-features .features-wrap .feature .icon {
  width: 83px;
  height: 83px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.16);
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 18px;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.page-features .features-wrap .feature .text b {
  color: #8555e5;
  font-size: 20px;
  margin-bottom: 5px;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.page-features .features-wrap .feature .text p {
  color: #4B4B4B;
  font-size: 14px;
}

.page-features .faq-wrap {
  margin-top: 30px;
}

.page-features .faq-wrap .faq-item {
  width: 100%;
  margin-bottom: 4px;
}

.page-features .faq-wrap .faq-item .faq-head {
  width: 100%;
  height: 70px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.16);
  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: 0 20px;
  color: #8555e5;
  font-size: 24px;
  z-index: 9;
  position: relative;
  cursor: pointer;
}

.page-features .faq-wrap .faq-item .faq-content {
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
  padding: 30px;
  color: #4B4B4B;
  background: #FFFFFF;
  font-size: 18px;
  display: none;
}

.page-wrap-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-wrap-content.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-wrap-content.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vds-server {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 540px;
  min-width: 540px;
  height: auto;
  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;
  background: #fff;
  border: 0.2px solid #A8A8A8;
  border-radius: 6px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
  -webkit-transition: .2s all;
  transition: .2s all;
}

@media (max-width: 1175px) {
  .vds-server {
    max-width: 100%;
    min-width: 100%;
  }
}

.vds-server:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  background: #F8FDFF;
}

.vds-server .server-specs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 25px;
}

.vds-server .server-specs .item {
  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-right: 0;
  margin-bottom: 15px;
  width: 107px;
}

.vds-server .server-specs .item:last-child {
  margin-right: 0;
}

.vds-server .server-specs .item .icon {
  width: 85px;
  height: 62px;
  border-radius: 6px;
  border: 0.5px solid #881ce1;
  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-bottom: 4px;
}

.vds-server .server-specs .item span {
  font-size: 11px;
  color: #000000;
}

.vds-server .server-actions {
  width: 100%;
  background-color: #F6F6F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  padding: 20px;
  border-radius: 0 0 6px 6px;
}

@media (max-width: 1175px) {
  .vds-server .server-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.vds-server .server-actions .price {
  width: auto;
  padding: 0 10px;
  height: 40px;
  margin-right: 10px;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
  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;
}

@media (max-width: 1175px) {
  .vds-server .server-actions .price {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.vds-server .server-actions .price p {
  color: #4B4B4B;
  font-size: 16px;
}

.vds-server .server-actions .price p b {
  color: #881ce1;
  font-size: 18px;
}

.vds-server .server-actions a {
  width: 150px;
  height: 40px;
  border-radius: 3px;
  background: #6400bb;
  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-size: 16px;
  font-weight: 700;
  margin-left: auto;
}

@media (max-width: 1175px) {
  .vds-server .server-actions a {
    width: 100%;
  }
}

.paketler-head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  background-color: #F9F9F9;
  border-radius: 3px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

@media (max-width: 1175px) {
  .paketler-head {
    display: none;
  }
}

.paketler-head span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.vds-paket {
  width: 100%;
  margin-bottom: 4px;
}

.vds-paket .paket-head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  background-color: #fff;
  border: 0.5px solid #70707036;
  border-radius: 3px;
}

@media (max-width: 1175px) {
  .vds-paket .paket-head {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 0;
  }
  .vds-paket .paket-head span {
    min-width: 50%;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px !important;
  }
  .vds-paket .paket-head span::before {
    content: attr(data-title);
    font-size: 14px;
    margin-right: 10px;
    background-color: #eee;
    padding: 3px 6px;
    border-radius: 2px;
  }
  .vds-paket .paket-head span:last-child::before {
    display: none;
  }
}

.vds-paket .paket-head span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.vds-paket .paket-head span a {
  margin-right: 10px;
  width: 138px;
  height: 40px;
  border-radius: 6px;
  background-color: #6400bb;
  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-size: 18px;
  font-weight: 500;
}

@media (min-width: 1175px) {
  .vds-paket:hover .paket-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.vds-paket .paket-content {
  padding: 17px 25px;
  background-color: #FFFFFF;
  margin-top: 10px;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.16);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1175px) {
  .vds-paket .paket-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.vds-paket .paket-content .pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vds-paket .paket-content .pricing .col {
  margin-left: 10px;
}

@media (max-width: 1175px) {
  .vds-paket .paket-content .pricing .col {
    width: 100%;
    margin-left: 0 !important;
  }
  .vds-paket .paket-content .pricing .col:first-child {
    margin-right: 5px;
  }
}

.vds-paket .paket-content .pricing .col span {
  width: 142px;
  height: 39px;
  border-radius: 3px;
  border: 1px solid #8555e5;
  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: 17px;
  color: #000;
  margin-bottom: 4px;
}

.vds-paket .paket-content .pricing .col a {
  width: 142px;
  height: 35px;
  border-radius: 6px;
  background-color: #6400bb;
  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-size: 18px;
  font-weight: 500;
}

.vds-paket .paket-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1175px) {
  .vds-paket .paket-content ul li {
    max-width: 50%;
    min-width: 50%;
    font-size: 13px !important;
  }
}

.vds-paket .paket-content ul li {
  max-width: 33%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0;
}

.vds-paket .paket-content ul li img {
  margin-right: 10px;
  max-width: 20px;
}

.server-table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1175px) {
  .server-table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.server-table .table-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 30px;
  position: relative;
  color: #4B4B4B;
}

@media (max-width: 1175px) {
  .server-table .table-col {
    width: 100%;
  }
}

.server-table .table-col .col-head {
  background-color: #fff !important;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 245px;
  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;
  z-index: 99;
}

.server-table .table-col .eposta-select {
  width: 100%;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 20px;
}

.server-table .table-col .eposta-select .select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.server-table .table-col .eposta-select .select small {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}

.server-table .table-col .eposta-select .select select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: #fff;
  border-radius: 3px;
  padding: 0 10px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
}

.server-table .table-col .eposta-select span {
  background-color: #E8E8E8;
  border-radius: 3px;
  padding: 0 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #4B4B4B;
  font-size: 18px;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.server-table .table-col a {
  width: 100%;
  height: 60px;
  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: #fff;
  background-color: #65AE1D;
  font-size: 22px;
}

.server-table .table-col:first-child {
  background-color: #FCFCFC;
}

.server-table .table-col:last-child {
  margin-right: 0;
}

.server-table .table-col .location {
  padding: 30px;
  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;
  color: #4B4B4B;
  font-size: 24px;
}

.server-table .table-col .location img {
  margin-bottom: 15px;
}

.server-table .table-col .title {
  width: 100%;
  height: 60px;
  background-color: #F2F2F2;
  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;
  color: #4B4B4B;
  font-weight: 600;
  font-size: 24px;
}

.server-table .table-col .name {
  font-size: 32px;
  font-weight: 600;
}

.server-table .table-col .prices {
  width: 100%;
  height: 110px;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 28px;
  line-height: 1;
  border-radius: 6px;
  margin: 15px 0;
}

.server-table .table-col .prices span {
  color: #881ce1;
}

@media (max-width: 1175px) {
  .server-table .table-col ul.mobile-hide {
    display: none;
  }
}

.server-table .table-col ul.center li {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.server-table .table-col ul li {
  padding: 15px 10px 15px 30px;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1175px) {
  .server-table .table-col ul li::before {
    content: attr(data-title);
    margin-right: 10px;
    font-weight: 700;
    position: absolute;
    left: 5px;
    font-size: 13px;
  }
}

.server-tabs {
  margin: 20px 0;
}

.server-tabs .tab-buttons {
  width: 100%;
  height: 66px;
  background-color: #FCFCFC;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1175px) {
  .server-tabs .tab-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}

.server-tabs .tab-buttons a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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: 22px;
  color: #4B4B4B;
  position: relative;
}

@media (max-width: 1175px) {
  .server-tabs .tab-buttons a {
    min-height: 60px;
    width: 100% !important;
  }
}

.server-tabs .tab-buttons a::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -10px;
  display: none;
}

@media (max-width: 1175px) {
  .server-tabs .tab-buttons a::after {
    display: none !important;
  }
}

.server-tabs .tab-buttons a.active {
  background-color: #fff;
}

.server-tabs .tab-buttons a.active::after {
  display: block;
}

.server-tabs .tab-buttons a:hover {
  background-color: #fff;
}

.server-tabs .tab-buttons a:first-child {
  width: 300px;
  padding-left: 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 1175px) {
  .server-tabs .tab-buttons a:first-child {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    text-align: center;
    padding-left: 0;
  }
}

.server-tabs .tab-item {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
  margin-top: 15px;
  display: none;
}

.server-tabs .tab-item.show-tab {
  display: block;
}

.server-tabs .tab-item .tab-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}

.server-tabs .tab-item .tab-row span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  color: #4B4B4B;
  font-size: 17px;
  font-weight: 600;
}

@media (max-width: 1175px) {
  .server-tabs .tab-item .tab-row span {
    font-size: 13px;
  }
}

.server-tabs .tab-item .tab-row span:first-child {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 300px;
  padding-left: 40px;
}

@media (max-width: 1175px) {
  .server-tabs .tab-item .tab-row span:first-child {
    padding-left: 0;
    width: auto !important;
  }
}

.hero-slider {
  width: 100%;
  height: 580px;
  background: #5b36c8;
  background-image: url(../images/world1.svg);
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 1175px) {
  .hero-slider {
    height: auto !important;
  }
  .hero-slider .container .slider-item {
    height: auto !important;
    padding: 40px 0 60px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .hero-slider .container .slider-item .image img {
    max-width: 70% !important;
    margin-bottom: 20px;
  }
  .hero-slider .container .slider-item h1 {
    font-size: 30px !important;
  }
  .hero-slider .container .slider-item .specs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .hero-slider .container .slider-item .specs ul {
    max-width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hero-slider .container .slider-item .specs ul li {
    width: 50%;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 14px !important;
  }
  .hero-slider .container .slider-item .specs ul li img {
    max-width: 15px;
    margin-right: 5px !important;
  }
}

.hero-slider .container {
  height: 100%;
}

.hero-slider .container .slick-dots {
  bottom: 65px !important;
}

@media (max-width: 1175px) {
  .hero-slider .container .slick-dots {
    overflow: hidden !important;
    max-width: 50%;
    margin-left: 25%;
  }
}

.hero-slider .container .slick-dots li.slick-active button {
  border: 2px solid #8555e5 !important;
}

.hero-slider .container .slick-dots li button {
  border: 2px solid #fff !important;
  border-radius: 50%;
  background-color: transparent !important;
  width: 15px !important;
  height: 15px !important;
}

.hero-slider .container .slick-dots li button::before {
  width: 15px !important;
  height: 15px !important;
  font-size: 12px !important;
  color: #fff !important;
  content: "" !important;
}

.hero-slider .container .slider-item {
  height: 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-slider .container .slider-item .text {
  padding-left: 5px;
  max-width: 622px;
  width: 100%;
  position: relative;
}

.hero-slider .container .slider-item .text h1 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}

.hero-slider .container .slider-item .text h1 span {
  color: #8555e5;
}

.hero-slider .container .slider-item .text p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.hero-slider .container .slider-item .text .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
  width: 100%;
}

.hero-slider .container .slider-item .text .line span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 6px;
  border-radius: 6px;
  background-color: #8555e5;
}

.hero-slider .container .slider-item .text .line span:nth-child(2) {
  max-width: 30px;
  background-color: #fff;
  margin: 0 10px;
}

.hero-slider .container .slider-item .text .line span:last-child {
  max-width: 122px;
}

.hero-slider .container .slider-item .text .specs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero-slider .container .slider-item .text .specs ul {
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.hero-slider .container .slider-item .text .specs ul li {
  width: 50%;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 20px;
}

.hero-slider .container .slider-item .text .specs ul li img {
  margin-right: 10px;
}

.hero-slider .container .slider-item .text .specs .pricing {
  width: 122px;
}

.hero-slider .container .slider-item .text .specs .pricing .head {
  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: 30px;
  background-color: #6c34d5;
  border-radius: 3px;
  color: #fff;
  padding: 5px;
}

.hero-slider .container .slider-item .text .specs .pricing .head span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  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;
  cursor: pointer;
  font-size: 13px;
}

.hero-slider .container .slider-item .text .specs .pricing .head span.active {
  background-color: #fff;
  color: #6400bb;
}

.hero-slider .container .slider-item .text .specs .pricing .body {
  background-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;
  border-radius: 0 0 3px 3px;
  height: 60px;
}

.hero-slider .container .slider-item .text .specs .pricing .body b {
  color: #6400bb;
  font-size: 25px;
}

.hero-slider .container .slider-item .text a.buy {
  width: 130px;
  height: 48px;
  border-radius: 5px;
  background-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-size: 16px;
  color: #6400bb;
  font-weight: 600;
  margin-top: 20px;
  -webkit-transition: .2s all;
  transition: .2s all;
}

@media (max-width: 1175px) {
  .hero-slider .container .slider-item .text a.buy {
    position: absolute;
    right: 10px;
    bottom: 00px;
  }
}

.hero-slider .container .slider-item .text a.buy:hover {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.hero-slider .container .slider-item .image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
}

.hero-slider .container .slider-item .image img {
  max-width: 95%;
  height: auto;
}

.main-domain-search {
  margin-top: -50px;
}

@media (max-width: 1175px) {
  .main-domain-search {
    margin: -50px 10px 0 10px !important;
  }
  .main-domain-search .container {
    padding: 16px 12px !important;
  }
  .main-domain-search .container .search-input {
    height: 60px !important;
  }
  .main-domain-search .container .search-input input {
    font-size: 14px !important;
  }
  .main-domain-search .container .search-input button {
    width: 140px !important;
    font-size: 14px !important;
  }
}

.main-domain-search .container {
  background-color: #fff;
  border-radius: 15px;
  padding: 24px 42px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.main-domain-search .container .search-input {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  border-radius: 80px;
  background-color: #F8F8F8;
  border: 1px solid #FCFCFC;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.main-domain-search .container .search-input input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 80px;
  color: #9B9B9B;
  font-size: 20px;
  border: none;
  background: none;
  text-indent: 20px;
}

.main-domain-search .container .search-input button {
  width: 245px;
  border-radius: 80px;
  background: #65AE1D;
  font-size: 23px;
  color: #fff;
  font-weight: 700;
  border: none;
  cursor: pointer;
}

.main-domain-search .container .search-input button:hover {
  opacity: 0.8;
}

.main-domain-search .container .domain-slider {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

@media (max-width: 1175px) {
  .main-domain-search .container .domain-slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-domain-search .container .domain-slider button {
    display: none !important;
  }
  .main-domain-search .container .domain-slider .slider-wrap {
    width: 100% !important;
    margin-bottom: 10px !important;
  }
  .main-domain-search .container .domain-slider a {
    width: 100% !important;
    height: 60px !important;
    font-size: 15px !important;
  }
}

.main-domain-search .container .domain-slider button {
  width: 70px;
  background: none;
  border: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}

.main-domain-search .container .domain-slider a {
  width: 240px;
  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;
  height: 74px;
  border-radius: 3px;
  background: #F1601F;
  color: #fff;
  font-weight: 600;
  font-size: 19px;
}

.main-domain-search .container .domain-slider a:hover {
  opacity: 0.8;
}

.main-domain-search .container .domain-slider .slider-wrap {
  width: calc(100% - 380px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-domain-search .container .domain-slider .slider-wrap .item {
  width: 117px;
  height: 93px;
  border-radius: 5px;
  background: #F9F9F9;
  border: 1px solid #7070706c;
  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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 20px;
}

.main-domain-search .container .domain-slider .slider-wrap .item img {
  max-width: 80%;
  height: auto;
  max-height: 30px;
}

.main-domain-search .container .domain-slider .slider-wrap .item .prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #7070706c;
}

.main-domain-search .container .domain-slider .slider-wrap .item .prices small {
  color: #9B9B9B;
  text-decoration: line-through;
}

.main-domain-search .container .domain-slider .slider-wrap .item .prices span {
  color: #4B4B4B;
  margin-left: 6px;
}

.hosting-wrapper {
  margin: 50px 0;
}

.hosting-wrapper .container .heading {
  text-align: center;
}

.hosting-wrapper .container .heading h3 {
  font-size: 40px;
  color: #9B9B9B;
  font-weight: 700;
}

@media (max-width: 1175px) {
  .hosting-wrapper .container .heading h3 {
    font-size: 26px;
  }
}

.hosting-wrapper .container .heading h3 span {
  color: #6400bb;
}

.hosting-wrapper .container .heading p {
  color: #4B4B4B;
  font-size: 25px;
}

@media (max-width: 1175px) {
  .hosting-wrapper .container .heading p {
    font-size: 16px;
  }
}

.hosting-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1175px) {
  .hosting-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.hosting-list .host-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  margin-bottom: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hosting-list .host-item:hover .badge {
  background: #FF2DAB;
}

.hosting-list .host-item .badge {
  min-width: 70px;
  max-width: 70px;
  height: 390px;
  background: #881ce1;
  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;
  position: relative;
  margin-right: -5px;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.hosting-list .host-item .badge span {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  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;
  position: absolute;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 390px;
}

.hosting-list .host-item .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: auto;
  background: #fff;
  position: relative;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 8px;
}

.hosting-list .host-item .box .head {
  width: 100%;
  height: 50px;
  background: #881ce1;
  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;
  border-radius: 5px 5px 0 0;
}

.hosting-list .host-item .box .content {
  background: #FCFCFC;
  border: 1px solid #7070701a;
  border-radius: 0 0 5px 5px;
}

.hosting-list .host-item .box .content p {
  padding: 10px;
  text-align: center;
  color: #4B4B4B;
}

.hosting-list .host-item .box .content ul li {
  width: 100%;
  height: 50px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #7070701a;
}

.hosting-list .host-item .box .content ul li s
img, .hosting-list .host-item .box .content ul li svg {
  margin-right: 10px;
}

.hosting-list .host-item .box .all-features {
  width: 100%;
  margin-top: 17px;
  margin-bottom: 10px;
  height: 53px;
  background: #8641e1;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .2s all;
  transition: .2s all;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 6px 0 10px;
  color: #fff;
  font-weight: 600;
}

.hosting-list .host-item .box .all-features:hover {
  background: #5f0ab9;
}

.hosting-list .host-item .box .all-features span {
  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: 40px;
  height: 42px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 2px #2A98C2;
          box-shadow: 0px 1px 2px #2A98C2;
}

.why-we {
  width: 100%;
  height: auto;
  background: #6400bb;
  background-image: url(../images/servers.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.why-we .container {
  padding: 60px 0;
}

.why-we .container .heading {
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 1175px) {
  .why-we .container .heading {
    padding: 0 20px;
  }
}

.why-we .container .heading h3 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
}

@media (max-width: 1175px) {
  .why-we .container .heading h3 {
    font-size: 28px;
  }
}

.why-we .container .heading h3 span {
  color: #8555e5;
}

.why-we .container .heading p {
  color: #fff;
  font-size: 25px;
}

@media (max-width: 1175px) {
  .why-we .container .heading p {
    font-size: 16px;
  }
}

.why-we-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1175px) {
  .why-we-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.why-we-list .item {
  max-width: 270px;
  margin-right: 30px;
}

@media (max-width: 1175px) {
  .why-we-list .item {
    max-width: 50%;
    margin-right: 0;
    padding: 10px;
    width: 100%;
  }
}

.why-we-list .item:last-child {
  margin-right: 0;
}

.why-we-list .item .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.why-we-list .item .head svg, .why-we-list .item .head img {
  margin-right: 10px;
}

@media (max-width: 1175px) {
  .why-we-list .item .head svg, .why-we-list .item .head img {
    margin-right: 5px;
  }
}

.why-we-list .item .head p {
  color: #fff;
  font-size: 25px;
}

@media (max-width: 1175px) {
  .why-we-list .item .head p {
    font-size: 18px;
  }
}

.why-we-list .item .head p span {
  color: #8555e5;
}

.why-we-list .item .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
  width: 100%;
}

.why-we-list .item .line span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 6px;
  border-radius: 6px;
  background-color: #fff;
}

.why-we-list .item .line span:last-child {
  max-width: 30px;
  background-color: #8555e5;
  margin: 0 10px;
}

.why-we-list .item .text {
  color: #fff;
  font-size: 16px;
  text-align: center;
}

@media (max-width: 1175px) {
  .why-we-list .item .text {
    font-size: 14px;
  }
}

.testi-wrapper {
  margin: 50px 0;
}

.testi-wrapper .container .heading {
  text-align: center;
}

.testi-wrapper .container .heading h3 {
  font-size: 40px;
  color: #9B9B9B;
  font-weight: 700;
}

@media (max-width: 1175px) {
  .testi-wrapper .container .heading h3 {
    font-size: 26px;
  }
}

.testi-wrapper .container .heading h3 span {
  color: #6400bb;
}

.testi-wrapper .container .heading p {
  color: #4B4B4B;
  font-size: 25px;
}

@media (max-width: 1175px) {
  .testi-wrapper .container .heading p {
    font-size: 16px;
  }
}

.testi-wrapper .container .testi-general {
  width: 100%;
  margin: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1175px) {
  .testi-wrapper .container .testi-general {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.testi-wrapper .container .testi-general .left {
  width: 270px;
}

@media (max-width: 1175px) {
  .testi-wrapper .container .testi-general .left {
    width: 100%;
  }
}

.testi-wrapper .container .testi-general .left .banner {
  width: 270px;
  height: 208px;
  border-radius: 5px;
  background: #005DAE;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1175px) {
  .testi-wrapper .container .testi-general .left .banner {
    width: 100%;
  }
}

.testi-wrapper .container .testi-general .left .banner svg, .testi-wrapper .container .testi-general .left .banner img {
  margin-bottom: 15px;
}

.testi-wrapper .container .testi-general .left .banner p {
  color: #fff;
  text-align: center;
  font-size: 18px;
}

.testi-wrapper .container .testi-general .left .navs {
  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-top: 20px;
}

.testi-wrapper .container .testi-general .left .navs button {
  width: 52px;
  height: 33px;
  background: #8555e5;
  border: none;
  margin: 0 5px;
  color: #fff;
  cursor: pointer;
}

.testi-wrapper .container .testi-general .left .navs button:hover {
  background: #005DAE;
}

.testi-wrapper .container .testi-general .left .navs button:first-child {
  border-radius: 33px 0 0 33px;
  padding-right: 10px;
}

.testi-wrapper .container .testi-general .left .navs button:last-child {
  padding-left: 10px;
  border-radius: 0 33px 33px 0;
}

.testi-wrapper .container .testi-general .right {
  width: calc(100% - 270px);
  padding: 0 20px;
}

@media (max-width: 1175px) {
  .testi-wrapper .container .testi-general .right {
    width: 100%;
    margin-top: 20px;
  }
}

.testi-wrapper .container .testi-general .right .testi-item {
  width: 270px;
  margin-right: 20px;
}

.testi-wrapper .container .testi-general .right .testi-item .box {
  height: 208px;
  padding: 20px 10px;
  background: #fff;
  border-radius: 5px;
  color: #8F8F8F;
  -webkit-box-shadow: 0px 3px 2px #A8A8A8;
          box-shadow: 0px 3px 2px #A8A8A8;
  position: relative;
}

.testi-wrapper .container .testi-general .right .testi-item .box span {
  position: absolute;
  bottom: -24px;
  left: 30px;
}

.testi-wrapper .container .testi-general .right .testi-item .author {
  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-top: 30px;
}

.testi-wrapper .container .testi-general .right .testi-item .author img {
  margin-right: 10px;
}

.testi-wrapper .container .testi-general .right .testi-item .author .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.testi-wrapper .container .testi-general .right .testi-item .author .text b {
  color: #8641e1;
}

.testi-wrapper .container .testi-general .right .testi-item .author .text span {
  color: #A8A8A8;
  font-size: 12px;
}

.support-wrapper {
  background: #F3F7FF;
  height: 500px;
  background-image: url(../images/destek_server.png);
}

@media (max-width: 1175px) {
  .support-wrapper {
    height: auto;
  }
}

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

@media (max-width: 1175px) {
  .support-wrapper .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0;
  }
}

.support-wrapper .container .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1175px) {
  .support-wrapper .container .text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

.support-wrapper .container .text h3 {
  font-size: 40px;
  color: #005DAE;
}

.support-wrapper .container .text h3 span {
  color: #8641e1;
}

.support-wrapper .container .text p {
  color: #888888;
}

.support-wrapper .container .text .contacts {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1175px) {
  .support-wrapper .container .text .contacts {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.support-wrapper .container .text .contacts .item {
  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;
  margin-right: 45px;
  -webkit-transition: .2s all;
  transition: .2s all;
}

@media (max-width: 1175px) {
  .support-wrapper .container .text .contacts .item {
    margin-right: 0;
    width: 50%;
  }
  .support-wrapper .container .text .contacts .item a {
    width: 100%;
    word-break: break-all;
  }
  .support-wrapper .container .text .contacts .item img {
    max-width: 70px;
  }
}

.support-wrapper .container .text .contacts .item:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

.support-wrapper .container .text .contacts .item:first-child a {
  color: #52518E;
}

.support-wrapper .container .text .contacts .item:nth-child(2) a {
  color: #F1601F;
}

.support-wrapper .container .text .contacts .item:last-child {
  margin-right: 0;
}

@media (max-width: 1175px) {
  .support-wrapper .container .text .contacts .item:last-child {
    width: 100%;
    margin-top: 20px;
  }
}

.support-wrapper .container .text .contacts .item:last-child a {
  color: #65AE1D;
}

.support-wrapper .container .text .contacts .item a {
  font-size: 18px;
}

.support-wrapper .container .image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 1175px) {
  .support-wrapper .container .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 1175px) {
  .support-wrapper .container .image img {
    max-width: 90%;
    height: auto;
  }
}

.mobile-menu-bg {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  height: calc(100vh - 285px);
  background: rgba(67, 80, 92, 0.95);
  z-index: 9800;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .1s all;
  transition: .1s all;
}

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

.mobile-menu {
  width: 100%;
  padding: 30px 15px 20px 15px;
  background: #F8FAFF;
  position: fixed;
  top: 167px;
  left: 0;
  z-index: 9900;
  display: none;
}

.mobile-menu .login-actions {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #f4f4f4;
}

.mobile-menu .login-actions a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 48px;
  background: #0873CF;
  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;
  border-radius: 2px;
  font-size: 14px;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.mobile-menu .login-actions a:hover {
  background-color: #363998;
}

.mobile-menu .login-actions a img {
  margin-right: 5px;
}

.mobile-menu nav ul > li {
  padding: 20px 15px;
  border-bottom: 1px solid #f4f4f4;
}

.mobile-menu nav ul > li > a {
  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;
  width: 100%;
  font-weight: 500;
  font-size: 13px;
  color: #43505C;
}

.mobile-menu nav ul > li > a.open {
  color: #0873CF;
}

.mobile-menu nav ul > li > a.open .fa-chevron-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mobile-menu nav ul > li .dropdown {
  display: none;
}

.mobile-menu nav ul > li .dropdown a {
  display: block;
  padding-top: 13px;
  font-size: 13px;
  color: #43505C;
}

@media only screen and (max-width: 1175px) {
  .container {
    width: 100%;
    padding: 0 10px;
    height: auto;
    margin: 0 auto;
  }
}

.mega-dropdown {
  position: absolute;
  width: 580px;
  height: auto;
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.16);
  z-index: 99;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 12px 10px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.mega-dropdown.links {
  width: 216px !important;
}

.mega-dropdown.links .links {
  padding: 0 20px;
}

.mega-dropdown.links .links a {
  display: block;
  margin-bottom: 15px;
  color: #4B4B4B;
  font-size: 16px;
}

.mega-dropdown.links .links a:hover {
  color: #881ce1;
}

.mega-dropdown.small {
  width: 284px;
}

.mega-dropdown.small ul li {
  width: 100%;
}

.mega-dropdown::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: -9px;
  left: 48.5%;
}

.mega-dropdown .menu-search {
  background-color: #EEF5FC;
  padding: 16px 18px;
  border-radius: 3px;
  margin-bottom: 20px;
}

.mega-dropdown .menu-search b {
  color: #6400bb;
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
}

.mega-dropdown .menu-search .input-area {
  width: 100%;
  height: 42px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.mega-dropdown .menu-search .input-area input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  background: none;
  text-indent: 17px;
  color: #8B8B8B;
  font-size: 14px;
}

.mega-dropdown .menu-search .input-area button {
  width: 115px;
  background: #6400bb;
  border: none;
  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;
  cursor: pointer;
}

.mega-dropdown .menu-search .input-area button:hover {
  opacity: 0.8;
}

.mega-dropdown .menu-search .domains {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.mega-dropdown .menu-search .domains a {
  font-size: 16px;
  color: #8B8B8B;
  margin-right: 15px;
}

.mega-dropdown ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mega-dropdown ul li {
  width: 50%;
  padding: 0 10px 15px 0;
}

.mega-dropdown ul li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mega-dropdown ul li a:hover b {
  color: #881ce1;
}

.mega-dropdown ul li a:hover svg path {
  fill: #881ce1;
}

.mega-dropdown ul li a .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 10px;
  color: #8B8B8B;
}

.mega-dropdown ul li a .text span {
  font-size: 12px;
}

.mega-dropdown ul li a .text b {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}

.basket-box {
  position: absolute;
  width: 345px;
  height: auto;
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.16);
  z-index: 99;
  top: 100%;
  right: 0;
  padding: 12px 10px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.basket-box::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: -9px;
  right: 50px;
}

.basket-box span {
  width: 100%;
  padding: 20px;
  background: #F5F5F5;
  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: #6400bb;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.basket-box a {
  width: 196px !important;
  height: 50px !important;
  border-radius: 50px !important;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #6400bb;
  font-size: 16px !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

.basket-box a:hover {
  opacity: 0.8;
}

.polic {
  text-align: center;
  margin-top: 20px;
  color: #707070;
  font-size: 14px;
}

.polic a {
  color: #707070;
  text-decoration: underline;
}
/*# sourceMappingURL=style.css.map */