:root {
  --main-color: #673AB7;
  --color1: #9d76e0;
  --color2: #673AB7;
  --color3: rgb(243, 243, 249);
  --color4: rgb(54, 241, 248);
  --color5: rgb(29, 13, 68);
  --color6: rgb(255, 255, 255);
  --color7: rgb(0, 0, 0);

  --btn-color: #582621;
  --menu-bg: rgb(56, 56, 56);
  --lighter-language: #f5f2f1;
  --shadow-light: #0000004d;
  --shadow-light-10: #00000017;
  --body-color: #cccccc54;
  --ul-li: #fff;
  --ul-li-ul: #444;
  --ul-li-lighter: #7d7d7d;
  --white-color: #fff;
  --light-banner-back: #f0eeee;
  --mig-color: #000000;
  --left--arrow: url("../icons/left.png");
  --right-arrow: url("../icons/rights.png");
  --pro-icon: url('../icons/productbox.png');
  --cards-icon: url('../icons/cards.png');
  --packup-icon: url('../icons/pickup.png');
  --partner-icon: url('../icons/partner.png');
  --page-no-found: url(../icons/nopage.png);
  --shopping-cart: url(../icons/shopping-cart.png);
  --cart-icon: url(../icons/cart.png);
  --arrow-down: url('../icons/arrow-down.png');
  --arrow-down-menu: url(../icons/arrow-down-white.png);
  --logo-img: url(../icons/logo.png);
}

#home {
  order: 1;
}
#price {
  order: 2;
}
#serices {
  order: 3;
}#helpdesk {
  order: 4;
}
#contact {
  order: 5;
}

body {
  /* font-family: Raleway,sans-serif; */
  background: #e1e1e9;
  -webkit-animation: fadein 1s;
  animation: fadein 1s;
  font-size: 18px;
  /* font-family: 'Source Sans Pro Light', sans-serif; */
  font-family: "Work Sans Light", sans-serif;
  letter-spacing: 0.01em;
}

.text-light {
  color: #fff;
}

.back-image-1 {
  background-image: url(../images/1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 60%;
  width: 100%;
  opacity: 0.5;
  height: 224px;
}

.h1-helper {
  position: relative;
  background-color: #000;
}

.head-text {
  font-family: system-ui;

  margin-bottom: 22px;

  font-size: 51px;
  font-weight: bolder;
  color: #fff;
}

.head-second-text {
  font-family: sans-serif;
  font-size: 29px;
  font-weight: 400;
  color: #fff;
}

.head-third-text {
  color: #fff;
  font-size: 19px;
}

.title-bar-outer {
  background-color: rgba(248, 249, 251, 0.82);
  overflow: hidden;
  display: table;
  width: 100%;
  z-index: 2;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.about {
  padding-bottom: 83px;
}

.title-bar {
  height: 50px;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.h1-holder {
  position: absolute;
  top: 35%;
  text-align: center;
}

.h1-holder h1 {
  color: #fff;
}

.d-none {
  display: none;
}

.d-block {
  display: block !important;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Light.ttf");
}

@font-face {
  font-family: "Source Sans Pro Light";
  src: url("../fonts/SourceSansPro-ExtraLight.ttf");
}

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-ExtraLight.ttf");
}

@font-face {
  font-family: "Work Sans Light";
  src: url("../fonts/WorkSans-Light.ttf");
}

html {
  scroll-behavior: smooth;
}

html,
body,
ul,
ol,
li,
form,
fieldset,
legend {
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 24px;
}

h5 {
  font-size: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}

h1 {
  -webkit-animation: MarginView0 1s;
  animation: MarginView0 1s;
  margin: 0px 0 80px;
  padding-bottom: 8px;

  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
}

fieldset,
img {
  border: 0;
}

li {
  list-style: none;
}

table {
  width: 100%;
  text-align: left;

  border-spacing: 0;

  padding-top: 11px;
}

table tr {
  margin: 0px;
  padding: 0;
}

.custom-hight-trial {
  display: block;
  height: 234px;
}

.table tr {
  padding: 8px 15px;
  border-bottom: 1px solid #eaeaea;

}

table tr th {
  padding: 8px 8px;
  display: table-cell;
  text-align: left;
  vertical-align: top;

}

table tr td {
  padding: 13px;

  color: #000;
}

::-moz-selection {
  color: #fff;
  background-color: var(--main-color);
}

::selection {
  color: #fff;
  background-color: var(--main-color);
}

a:-webkit-any-link {

  text-decoration: unset;
}


input[type="text"],
input[type="password"],
textarea,
select {
  width: 300px;
  background: #fff;
  border: none;
  border: 1px solid #dfe7f1;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  color: inherit;
  text-indent: 8px;
  height: 42px;
}

.spinner-border-xsm {
  width: 0.5rem !important;
  height: 0.5rem !important;
  border-width: 0.2em;
  font-size: 9px;
}

.green-msg {
  border: 1px solid #bee88d !important;
  background-color: #f3f8ba !important;
  color: #5a8520 !important;
  padding: 5px 18px 8px 18px;
  border-radius: 5px;
}

.green-msg i {
  margin-right: 10px;
}

.w-50 {
  width: 50%;
}

.alert-warning {
  border: 1px solid #e8e28d !important;
  background-color: #fff5d5 !important;
  color: #6d6806 !important;
  padding: 5px 18px 8px 18px;
  border-radius: 5px;
}

.pricing-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.order-packets-box {
  border: 1px solid #2a41af36;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 3px 4px 0 #2a41af6b;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.pricing-box .form-check {
  margin: 14px;
  min-width: 300px;
}

.save-plan {
  font-size: 25px;
}

.alart-message {
  border: 1px solid #ff8b8b;
  padding: 17px;
  background-color: #ffd5d5;
  font-weight: bold;
  font-size: 15px;
}

header {
  z-index: 9999;
  box-shadow: 0 5px 13px -4px #673AB7;
  top: 0;
  width: 100%;
  position: sticky;
  background-color: #fff;
}

.after-header {
  display: table;
  height: 59px;
  width: 100%;
}

.after-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(-116deg, #673AB7 59.6%, #ffffff 59.7%);
  transform: skewX(0deg);
  transform-origin: bottom left;
  z-index: -1;
}

.before-title-header {
  position: absolute;
  height: 100%;
  width: 50%;
  z-index: 99;
  display: table;
  top: 0px;
  /* background: linear-gradient(90deg, #ffffff 52.6%, #ffffff63 92.7%); */
}

.title-header {
  display: table-cell;
  vertical-align: middle;
  text-align: left;

  padding: 80px;


}

.logo {
  background-image: url("../icons/logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 57px;
  width: 170px;
  background-color: #fff;
  border-radius: 16px;
}

.copyright-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.setting-btn {
  width: auto;
  display: flex;
  justify-content: center;
}

.custome-logo {
  margin-bottom: 50px;
}

.shadow-text {
  text-shadow: 0 1px 1px #000;
}

.menu {
  text-align: right;
  float: right;
}

.menu ul {
  overflow: hidden;
}

.menu ul li {
  list-style: none;
  float: left;
  padding: 10px;
  margin-right: 17px;
  cursor: pointer;
  color: rgb(255 255 255);
  font-size: 19px;
  font-weight: bold;
}

.menu ul li a {
  color: #fff;
}

.menu ul li:hover {
  color: var(--color1);
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.md {
  display: table-cell;
  vertical-align: middle;
}

.video-img {
  height: 591px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-white {
  background-color: var(--color3);
}

.top-label {
  text-align: center;
  padding: 41px 0 1px 0;
}

.top-label h1 {
  padding: 0;
  margin: 10px 0 0 0;
}

.top-label p {
  padding: 0;
  margin: 13px 0 0 0;
  font-size: 20px;
}

.top-label button {
  margin-top: 28px;
  margin-bottom: 20px;
  font-size: 16px;
  margin-right: 14px;
}

.btn-light {
  background-color: rgb(252 252 255);
  color: #000;
  box-shadow: 0 2px 3px -1px #32333657;
}

.btn-light:hover {

  background-color: #fff;
}

.btn {
  transition: 250ms all ease-in-out;
  padding: 18px;
  font-size: 19px;
  border-radius: 16px;
  padding-left: 22px;
  padding-right: 22px;
  border: 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: none;
  z-index: 1;
  text-align: center;
  box-shadow: 0 10px 7px -3px #32333657;
}

.btn:hover {
  box-shadow: 0 2px 3px 0px #32333657;
  text-decoration: underline;
}

#reset_box {
  display: grid;
}

.banner {
  height: 700px;
  background-image: linear-gradient(to right, #5f2cb5, #e0ceff);
}

#grad {
  background: linear-gradient(to bottom, rgb(245 246 252), rgb(255 255 255 / 0%));
  position: absolute;
  left: 0;
  right: 0;
  height: 200px;
  top: 0;
  z-index: 1;

}

.banner2 {
  background-color: var(--color1);
  background: linear-gradient(var(--color1), var(--color2));
  height: 350px;
  text-align: center;
  padding-top: 70px;
}

.domain-h2 {
  color: #fff;
  margin-bottom: 37px;
  font-family: "Source Sans Pro Light";
}

.baner .image {}

.small-faq-tm {
  margin-left: -5px;
}

.trial-packet-style {
  text-align: right;
}

.language-box {
  background-color: #ffffff91;
  border-radius: 13px;
  position: relative;
  margin-right: 10px;
}

.language-box .flag {
  background-repeat: no-repeat;
  background-position: center;
  padding: 11px;
  padding-left: 16px;
  cursor: pointer;
}

.language-box .nl {
  background-image: url("../icons/nl.png");
}

.language-box .en {
  background-image: url("../icons/en.png");
}

.language-box ul {
  display: none;
  background-color: #fff;
  position: absolute;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.2196078431372549);
  border-top-right-radius: 0;
  z-index: 1;
  right: 0;
}

.language-box ul li {
  background-repeat: no-repeat;
  background-position: 6px;
  padding: 12px;
  padding-right: 32px;
  padding-left: 37px !important;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;

}

.language-box ul li:hover {
  background-color: var(--color1);
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.trailer-top {}

.trailer-bottom {}

.have-account-top {}

.have-account-bottom {}

.contact-link,
.helpdesk-link,
.services-link,
.price-link,
.home-link {}

.nl {
  background-image: url("../icons/nl.png");
}

.en {
  background-image: url("../icons/en.png");
}

.de {
  background-image: url("../icons/de.png");
}

.ar {
  background-image: url("../icons/ar.png");
}

.fr {
  background-image: url("../icons/fr.png");
}

.es {
  background-image: url("../icons/es.png");
}

.user-box {
  color: rgb(255 255 255);
  cursor: pointer;
  font-size: 20px;
  padding: 9px;
  position: relative;
  background-color: #ffffff91;
  border-radius: 7px;
  position: relative;
  border-left: 0 !important;
  width: 30px;
  text-align: center;

}

.user-box ul {
  display: none;
  z-index: 3;
  background-color: #fff;
  position: absolute;
  border-radius: 14px;
  box-shadow: 0 13px 25px -4px rgba(0, 0, 0, 0.2196078431372549);
  border-top-right-radius: 0;
  right: 0;
  text-align: left;
  top: 42px;
  overflow: hidden;
}

.domain-checker {
  border: 1px solid #6339af;
  background-color: #ac84f1;
  border-radius: 4px;
  justify-content: space-between;
  display: flex;
  align-items: baseline;
  border-radius: 18px;
}

.domain-checker #subdomainInput {
  width: 169px;
  min-width: 169px;
}

.user-box ul li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-repeat: no-repeat;
  background-position: 14px;
  padding: 16px;
  padding-right: 31px;
  cursor: pointer;
  color: var(--color7);
  font-size: 16px;
  min-width: 162px;
  border-top: 1px solid #673ab717;
  padding-left: 47px !important;

}

.user-box ul li i {
  margin-right: 14px;
  margin-left: -24px;
}

.user-box ul li:hover {
  background-color: var(--color1);
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cart-box {
  color: var(--color7);
  cursor: pointer;
  font-size: 20px;
  border-left: 1px solid;
  padding-left: 13px;
  position: relative;
}

.cartitems {
  background-color: rgb(255 255 255);
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  height: 27px;
  width: 27px;
  display: table;
  position: absolute;
  margin-top: -36px;
  margin-left: 31px;
  right: -25px;
  box-shadow: 0px 0px 2px 0px #00000085;
}

.cartitems artical {
  display: table-cell;
  vertical-align: middle;
}

.btn-checkout {
  transition: 250ms all ease-in-out;
  background-color: #e4e4e4;
  padding: 13px;
  color: #000;
  font-size: 15px;
  border-radius: 23px;
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid #d5d5d5;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: none;
}

.loader-holder {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.customized {
  width: 20px;
  height: 20px;
  display: inline-block;
  display: none;
  position: absolute;
  margin-left: 11px;
  margin-top: 4px;
}

.customized #loader {
  width: 18px;
  height: 18px;
}

.customized2 {
  vertical-align: middle;

  display: none;
  padding-left: 12px;
}

.customized2 #loader {
  width: 8px;
  height: 8px;
  border: 3px solid #e5e5e5;
  border-top: 3px solid var(--color1);
}

#loader {
  z-index: 1;
  margin: 0 auto;
  border: 5px solid #c6c6c6;
  border-radius: 50%;
  border-top: 5px solid var(--main-color);
  width: 25px;
  height: 25px;
  overflow: hidden;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  vertical-align: middle;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
  vertical-align: middle;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

.spinner-border-tiny {
  display: block !important;
  width: 0.5rem;
  height: 0.5rem;
  border-width: 0.15em;
}
.trailend{
  width: unset !important;
}
.trailend h5 {
  margin: 0;
}

.load2 {
  background-image: url("../icons/load.gif");
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-right: 35px;
  background-color: #fff;
  color: #ccc;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.table-amount-holder {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.30980392156862746);
  padding: 27px;
  margin-bottom: 18px;
  overflow: hidden;
}

.table-amount {
  max-width: 400px;
  float: right;
}

.table-amount tr {
  background-color: #f3f3f3;
  margin: 2px;
  display: block;
  font-size: 15px;
  font-weight: bold;
  overflow: hidden;
}

.checker-white:hover {
  background-color: #fff !important;
  color: var(--color1) !important;
  box-shadow: unset;
}

.btn-checker {
  box-shadow: unset;
  border-radius: 20px;
  padding: 12px;
  padding-left: 18px;
  padding-right: 25px;
  color: #fff;
  cursor: pointer;
  outline: 0;
  border: 1px solid;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
  -webkit-animation: fadein 1s;
  animation: fadein 1s;
  font-size: 12px;
  float: left;
}

.btn-checker:hover {
  background-color: rgba(255, 255, 255, 0.82);
  color: var(--color1);
  box-shadow: unset;
}

.btn-checker-white {
  background-color: rgba(255, 255, 255, 0.82);
  color: var(--color1);
  box-shadow: unset;
}

.btn-checker a {
  display: table-cell;
  vertical-align: middle;
}

.tab-signout {
  background-color: #673AB7 !important;
}

.res-orange {
  background-color: #ff9615 !important;
}

.cart-box-holder {
  border-left: 1px solid #eceae9;
  padding-left: 17px;
  width: 183px;
}

.vertical-middle {
  display: table-cell;
  vertical-align: middle;
}

.cart-icon {
  background-image: var(--cart-icon);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0px 8px;
  height: 45px;
  width: 32px;
  float: left;
}

.cart-price {
  margin-top: 13px;
  margin-left: 7px;
  float: left;
}

.cart-box {
  direction: rtl;
  cursor: pointer;
}

.cart-box-inner {
  width: 100%;
  direction: ltr;
  padding-right: 10px;
  overflow: hidden;
}

.cart-box .cart-list {
  display: none;
  direction: ltr;
  background-color: rgb(255 255 255 / 69%);
  position: fixed;
  z-index: 10000;
  max-width: 323px;
  margin-top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  box-shadow: 0px 3px 17px -1px rgb(0 0 0 / 43%);
  width: 285px;
  border-bottom: 1px solid rgba(86, 86, 86, 0.5019607843137255) !important;
}

.cart-list table tr:nth-child(odd) {
  background-color: #fff0;
}

.cart-list table tr {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0.05, #eaeaea),
      color-stop(1, #c9c9c9));
  background: -moz-linear-gradient(top, #eaeaea 5%, #c9c9c9 100%);
  background: -webkit-linear-gradient(top, #eaeaea 5%, #c9c9c9 100%);
  background: -o-linear-gradient(top, #eaeaea 5%, #c9c9c9 100%);
  background: -ms-linear-gradient(top, #eaeaea 5%, #c9c9c9 100%);
  background: linear-gradient(to bottom, #eaeaea 5%, #c9c9c9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9', GradientType=0);
  background-color: #c9c9c9;
  border-bottom: 1px solid #56565680;
}

.cart-box .inner-cart {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 300px;
  width: 320px;
}

.cart-box .remove i {
  font-size: 15px;
  color: #9a9a9a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cart-box .remove:hover i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ff0075;
}

.cart-box .item-table {
  cursor: pointer;
  min-width: 270px;
}

.cart-images {
  margin: 0;
  background-color: #fff;
  padding: 0px;
  min-height: 48px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 50px;
  max-width: 89px;
  cursor: pointer;
}

.cart-images img {
  margin: 0;
  background-color: #fff;
  padding: 0px;
  min-height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 30px;
  max-width: 50px;
}

.noartical {
  padding: 18px;
  color: #000;
  font-size: 22px;
  background-color: #e1e1e185;
}

.noartical div {
  display: block;
}

.noartical a {
  margin-top: 22px;
  display: flex;
}

.noartical button {
  display: block;
  margin: 0 auto;
  margin-top: 8px;
}

.cart-head {
  background-color: #a3a3a354;
  padding: 9px;
  overflow: hidden;
  color: #000;
  border-bottom: 1px solid #00000014;
  font-size: 21px;
}

.cart-head i {
  color: #918b8b;
  margin-right: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cart-head i:hover {
  color: #6a6a6a !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cart-head .left {
  float: left;
}

.cart-head .right {
  float: right;
}
.cart-head-2 .text-primary{
  color: #fff !important;
}
.cart-head-2 {
  padding: 9px;
  overflow: hidden;
  color: #ffffff;

}

.cart-head-2 i {
  color: #ededed;
  margin-right: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cart-head-2 i:hover {
  color: #6a6a6a !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cart-head-2 .left {
  float: left;
}

.cart-head-2 .right {
  float: right;
}

.noartical-2 {
  padding: 22px;
  color: #000000;
  font-size: 26px;
  background-color: #fff;
  height: 341px;
}

.noartical-2 .plan {
  background-image: url(../icons/plan.png);
  width: 64px;
  height: 64px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px;
  margin: 0 auto;
}

.cart-head-3 {
  padding: 9px;
  overflow: hidden;
  color: rgb(255, 255, 255);
  background-color: rgba(217, 217, 217, 0.47843137254901963);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5411764705882353);
}

.menu-right-group {
  display: table-cell;
  vertical-align: middle;
}

.btn-holder {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.30980392156862746);
  padding: 27px;
  margin-bottom: 18px;
  overflow: hidden;
}

.table-shopping .edit {
  padding-top: 14px;
  text-align: right;
  padding-right: 35px;
  position: relative;
  top: 27px;
}

.bold {
  font-weight: bold;
}

.price-year {
  font-size: 19px;
  font-weight: bold;
  text-align: right;
}

.price-year .amount {
  display: block;
}

.table-shopping .tr {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.30980392156862746);
  padding: 27px;
  margin-bottom: 18px;
}

.table-shopping .tr .text {
  text-align: left;
  margin: 6px;
  width: auto;
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 7px;
}

.table-custom {
  width: -webkit-fill-available;
}

.table-shopping .note {
  border: 1px solid #ffd597;
  padding: 5px;
  max-width: 376px;
  background-color: #fff5d8;
  display: block;
  border-radius: 7px;
  padding-left: 10px;
}

.table-shopping .tr p {
  margin: 0;
}

.table-shopping .packet {
  overflow: hidden;
}

.bascket-no {
  font-size: 32px;
  margin-right: 41px;
  color: #f84783;
  position: absolute;
  margin-left: -23px;
  margin-top: -11px;
  width: auto;
}

#domain_result {
  font-size: 15px;
  font-weight: bold;
}

.bascket-big {
  font-size: 44px;
  color: #82b440;
  margin-bottom: 40px;
  width: auto;
}

.domain-msg {
  border: 1px solid #d6d3d3;
  padding: 8px;
  color: #000;
  background-color: #fffbf0;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  -webkit-animation: fadein 1.5s;
  font-size: 14px;
}

.domain-msg label {
  cursor: pointer;
}

.domain-green-text {
  font-size: 15px;
  font-weight: bold;
  padding: 5px;
  display: inline-block;
}

.domain-green-text i {
  margin-right: 5px;
  color: #82b440 !important;
  text-align: center;
}

.domain-name {
  padding: 5px;
  font-size: 15px;
  font-weight: bold;
}

.domain-name a {
  display: block;
}

.message-holder {
  float: left;
  width: 100%;
  display: flex;
}

.domain-note {
  padding: 10px;
  display: block;
  background-color: #fffaeb;
  text-align: left;
  margin-top: 26px;
}

.domain-red {
  color: #db281b;
}

.domain-p {
  display: inline-block;
  margin-top: 46px;
  overflow: hidden;
}

.domain-holder {
  width: 500px;
  float: right;
}

.domain_box_holder .domain-msg {
  display: none !important;
}

.domain-box-cart {
  display: flex;
  border: 1px solid #dfe7f1;
}

.domain-box-cart button {
  border-radius: 0;
  border: 0px;
}

.domain-box-cart input[type="text"] {
  width: 100%;
  height: unset;
  border: 0px;
  margin: 0;
}

.domain-box-cart select {
  border: 0;
  width: 117px;
  background-color: #f9f9f9;
  margin: 0;
  padding: 6px;
}

.cart-head-3 {}

.cart-head-3 .left {
  float: left;
}

.cart-head-3 .right {
  float: right;
}

.insert-box {
  border: 1px dashed #82b440;
  height: 50px;
  min-width: 80px;
  background-color: #fafafa;
  margin: 6px;
  border-radius: 4px;
  cursor: pointer;
  display: table;
}

.insert-box .msg {
  display: none;
  background-color: #fff0c3;
  border: 1px solid #ffd494;
  border-radius: 9px;
  position: absolute;
  margin-top: -74px;
  margin-left: -50px;
  padding: 8px;
  font-weight: bold;
  font-size: 14px;
  box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.23921568627450981);
}

.insert-box .msg a {
  display: block;
}

.insert-box div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.msg-box {
  display: none;
  background-color: #fff0c3;
  border: 1px solid #ffd494;
  border-radius: 9px;
  position: absolute;
  margin-top: -60px;
  margin-left: -41px;
  padding: 8px;
  font-weight: bold;
  font-size: 14px;
  box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.23921568627450981);
  color: #000;
}

.msg-box a {
  display: block;
}

.btn-domain {

  float: right;
}

input.apple-switch {
  position: relative;
  -webkit-appearance: none;
  outline: none;
  width: 50px;
  height: 30px;
  background-color: #ffffff;
  border: 1px solid #d9dadc;
  border-radius: 50px;
  box-shadow: inset -20px 0 0 0 #e3e3e3;
  transition-duration: 200ms;
  cursor: pointer;
}

input.apple-switch:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 26px;
  height: 26px;
  background-color: transparent;
  border-radius: 50%;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
}

input.apple-switch:checked {
  border-color: #ff9e11;
  box-shadow: inset 20px 0 0 0 #ffa31c;
}

input.apple-switch:checked:after {
  left: 20px;
  box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.05);
}

.back-screen {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7215686274509804);
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 20px;
  z-index: 999;
  display: table;
  height: 100%;
}

.cart-close {
  cursor: pointer;
}

.packet-table {}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.packet-tr {
  background-color: white;
  margin-bottom: 16px;
  display: list-item;
  box-shadow: 0 2px 1px 0px rgba(0, 0, 0, 0.12156862745098039);
  border-radius: 6px;
  padding: 8px;
}

.carttab-title {
  padding: 17px 10px 0 10px;
}

.carttab-title h4 {
  margin: 0;
}

.carttab {
  background-color: #f9f9f9;
  margin: 5px 9px 12px 9px;
  font-weight: bold;
  padding: 14px 24px 6px 22px;
}

.table-1 {
  background-color: #f3f3f3;
  margin: 6px;
  border-radius: 7px;
}

.table-1 .remove {
  color: rgb(233, 30, 99);
  cursor: pointer;
  -webkit-animation: fadein 1s;
  animation: fadein 1s;
}

.table-1 .remove:hover {
  color: rgb(255, 150, 185);
  cursor: pointer;
  -webkit-animation: fadein 1s;
  animation: fadein 1s;
}

.table-1 .remove .msg {
  display: none;
  background-color: #fff0c3;
  border: 1px solid #ffd494;
  border-radius: 9px;
  position: absolute;
  margin-top: -50px;
  margin-left: -59px;
  padding: 8px;
  font-weight: bold;
  font-size: 14px;
  box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.23921568627450981);
  color: #000;
}

.table-1 .p-tr {
  font-weight: bold;
  font-size: 15px;
  border-bottom: 1px solid #e3e3e3;
}

.table-1 .p-tr .price {
  text-align: right;
}

.table-1 .remove .msg a {
  display: block;
}

.back-screen .inner {
  display: table-cell;
  vertical-align: middle;
}

.back-screen .inner-small {
  width: 350px;
  margin: 0 auto;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.4196078431372549);
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-message {
  padding: 10px 20px;
  margin-bottom: 10px;
  color: #ffffff;
  border-radius: 4px;
  display: block;
  width: auto;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.alert-success {
  background-color: #28a745;
}

.alert-error {
  background-color: #d15b67;
  /* color: #4a0909; */
}

.alert-warning {
  background-color: #ffc107;
  color: #0c5460;
}

.shop-cart {
  background-color: #fff;
}

.shop-cart .tr:hover {
  background-color: #ede3ff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.packet-remove {
  padding: 5px;
  background-color: #82b440;
  display: table-caption;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 1px 1px 0 #0000008f;
  color: #fff;
  cursor: pointer;
  width: 29px;
  margin-top: 19px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.packet-remove:hover {
  background-color: #ade069;
  box-shadow: 0 1px 1px 0 #0000008f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.packet-remove .msg {
  display: none;
  background-color: #fff0c3;
  border: 1px solid #ffd494;
  border-radius: 9px;
  position: absolute;
  margin-top: -50px;
  margin-left: -59px;
  padding: 8px;
  font-weight: bold;
  font-size: 14px;
  box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.23921568627450981);
  color: #000;
}

.packet-remove .msg a {
  display: block;
}

.packet-td {
  width: 251px;
}

.pricing-title-box {
  height: 257px;
  display: table;
  width: 100%;
  text-align: center;
}

.pricing-title-box h1 {
  vertical-align: middle;
  display: table-cell;
  font-size: 40px;
}

.pricing-title-box2 {
  height: 257px;
  display: table;
  width: 50%;
  text-align: left;
  float: right;
}

.pricing-title-box2 .div {
  vertical-align: middle;
  display: table-cell;
  font-size: 25px;
  color: #fff;
}

.pricing-title-box2 .div h3 {
  font-size: 43px;
  text-transform: uppercase;
  font-family: "Source Sans Pro Light", sans-serif;
}

.pricing-title-box2 .div em {
  font-style: normal;
  font-size: 16px;
  margin-top: 0px;
  position: absolute;
  padding: 0px;
  font-weight: normal;
}

.pricing-title-box2 .div a {
  margin-right: 21px;
  font-weight: bold;
}

.pricing-offer {
  left: 327px !important;
}

.payment-flex {
  display: flex;
}

.rays {
  margin: 13px;
  cursor: pointer;
  display: table;
  text-align: left;
}

.rays .med {
  display: table-cell;
  vertical-align: middle;
}

.label-row {
  display: block;
  border-bottom: 1px solid #eee;
}

.payment-box-holder {
  overflow: hidden;
  display: flex;
}

#amount_box {
  float: right;
  min-width: 300px;
}

.payment_box_load {
  min-height: 300px;
}

.pay-box {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.30980392156862746);
  margin-bottom: 18px;
  overflow: hidden;
  width: 100%;
  float: left;
  margin-right: 15px;
}

.payment_box_load {
  height: 100%;
  min-height: 500px;
  display: table;
  margin: 0 auto;
  width: 100%;
}

.payment_box_load .pay-load {
  vertical-align: middle;
  display: table-cell;
}

.ideal-box {
  max-width: 392px;
  background-color: #f6f6f6;
  padding: 10px;
  margin: 12px;
  padding-bottom: 30px;
}

.rays .img {
  width: 60px;
  height: 37px;
  margin-right: 10px;
  display: table-cell;
  vertical-align: middle;
}

.invoice-img {
  background-image: url(../images/billing.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 88%;
}

.icon-loading {
  background-image: url(../icons/loading.gif);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 6px 4px;
  top: 4px;
  height: 21px;
  width: 22px;
  display: inline-block;
  position: relative;
  display: none;
}

.invoice-box {
  background-color: #fff;
  padding: 25px;
}

.invoice-box .price {
  text-align: right;
  font-weight: bold;
  font-size: 15px;
}

.invoice-box .small-gap {
  padding: 2px;
}

.invoice-box table th {
  border-bottom: 1px solid #c8c8c8;
  background-color: #f6f6f6;
  font-size: 12px;
}

.invoice-box table tr {
  border-bottom: 1px solid #c8c8c8;
  font-size: 12px;
}

.invoice-box table tr:last-child {
  border-bottom: 0;
}

.invoice-box table tr:first-child {
  border-top: 1px solid #c8c8c8;
}

.invoice-box table tr .image {
  width: 70px;
}

.invoice-box table tr .name {
  width: 140px;
  font-size: 12px;
}

.invoice-box table tr .domain {
  width: 220px;
  font-size: 12px;
}

.invoice-box table tr .note {
  background-color: hsl(45, 100%, 93%);
  padding: 6px;
  display: block;
  border-radius: 6px;
  border: 1px solid hsl(45, 100%, 78%);
  text-align: left;
  font-size: 12px;
}

.invoice-box .total-title {
  text-align: right;
  font-weight: bold;
}

.invoice-box .packet {
  overflow: hidden;
  background-color: #f8f8f8;
  padding: 10px;
}

.invoice-box .tr {
  border: 1px solid #c0c0c0;
  margin-bottom: 12px;
}

@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
    url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
    url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
    url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-info:before {
  content: "\f129";
}

.fa-list:before {
  content: "\f03a";
}

.fa-key:before {
  content: "\f084";
}

.fa-lock:before {
  content: "\f023";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-heart:before {
  content: "\f004";
}

.fa-print:before {
  content: "\f02f";
}

.fa-check:before {
  content: "\f00c";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-home:before {
  content: "\f015";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-search:before {
  content: "\f002";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-star:before {
  content: "\f005";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.menu-view {
  padding: 10px;
  margin: 10px;
  margin-left: 0;
  height: 22px;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  background-color: var(--color2);
  border-radius: 6px;
  font-size: 18px;
  display: none;
  width: 30px;
}

.tb-20 {
  padding-bottom: 20px;
  padding-top: 20px;
}

section {
  min-height: 500px;
}

.white-bg {
  background-color: #fff;
}

box-2 {
  float: left;
  width: 50%;
}

box-3 {
  float: left;
  width: 33.3333333%;
}

box-4 {
  float: left;
  width: 25%;
}

box-5 {
  float: left;
  width: 20%;
}

box-6 {
  float: left;
  width: 16.66666%;
}

.min-gap {
  overflow: hidden;
  width: min(100%, 1831px);
  margin: 0 auto;
}

.section-gap {
  text-align: center;
  padding-top: 100px;
}

faq {
  display: block;
  border: 1px solid var(--color2);
  border-radius: 10px;
  text-align: left;
  overflow: hidden;
  box-shadow: 0 1px 17px 2px rgb(48 71 179 / 18%);
  cursor: pointer;
  margin-bottom: 15px;
}

faq quastion {
  display: block;
  padding: 22px;
  font-weight: 700;
  background: #f7f7f7;
  position: relative;

}

faq quastion::after {
  content: attr(data-content);
  position: absolute;
  right: 19px;
  color: var(--color2);
}

faq answer {

  padding: 22px;
  background-color: #ebecf1;
  border-top: 1px solid var(--color2);
  display: none;
}

.faq-holder {
  margin-bottom: 72px;
}

.faq-items {

  background-color: #fff;
  margin: 9px;
  padding: 21px;
  border-radius: 9px;
  box-shadow: 0 1px 17px 2px rgb(48 71 179 / 18%);
}

.layout-section {
  background-color: var(--color5);
  color: #fff;
}

.var-layouts {
  border-radius: 4px;
  background-color: var(--color5);
  border: 1px solid var(--color4);
  height: 120px;
  margin: 15px;
}

.box-15 {
  padding: 15px;
  margin: 15px;
}

.tab-1 {
  border-radius: 23px;
  background-color: #fff;
  text-align: center;
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12156862745098039);
  min-height: 152px;
}

.static {
  color: #fff;
  background-image: linear-gradient(to right, var(--color2), var(--color1));
  overflow: hidden;
  min-height: auto;
}

.static {
  color: #fff;
  background-color: #1d0d44;
  overflow: hidden;
  min-height: auto;
}




input[type="button"],
button {
  background-color: var(--color2);
  color: #fff;
  transition: 250ms all ease-in-out;
  padding: 14px;
  font-size: 15px;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 30px;
  box-shadow: 0 10px 7px -3px #32333657;
  border: 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: none;
  border-radius: 13px;
  padding-left: 22px;
  padding-right: 22px;
  margin-right: 4px;

}



input[type="button"]:hover,
button:hover {
  background: var(--color2);
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-big {
  font-size: 18px;

}

.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
  float: left;
}

.col-sm-12 {
  width: 100%;
}

.col-sm-11 {
  width: 91.66666667%;
}

.col-sm-10 {
  width: 83.33333333%;
}

.col-sm-9 {
  width: 75%;
}

.col-sm-8 {
  width: 66.66666667%;
}

.col-sm-7 {
  width: 58.33333333%;
}

.col-sm-6 {
  width: 50%;
}

.col-sm-5 {
  width: 41.66666667%;
}

.col-sm-4 {
  width: 33.33333333%;
}

.col-sm-3 {
  width: 25%;
}

.col-sm-2 {
  width: 16.66666667%;
}

.col-sm-1 {
  width: 8.33333333%;
}

.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9 {
  float: left;
}

.col-md-12 {
  width: 100%;
}

.col-md-11 {
  width: 91.66666667%;
}

.col-md-10 {
  width: 83.33333333%;
}

.col-md-9 {
  width: 75%;
}

.col-md-8 {
  width: 66.66666667%;
}

.col-md-7 {
  width: 58.33333333%;
}

.col-md-6 {
  width: 50%;
}

.col-md-5 {
  width: 41.66666667%;
}

.col-md-4 {
  width: 33.33333333%;
}

.col-md-3 {
  width: 25%;
}

.col-md-2 {
  width: 16.66666667%;
}

.col-md-1 {
  width: 8.33333333%;
}

.size-37 {
  font-size: 37px;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.before-tablet {
  width: 100%;
  float: right;
  display: flex;
  margin-bottom: 138px;
}

.tablet-holder {
  width: 50%;
  position: relative;
}

.content-h {

  padding: 41px;
  border-radius: 5px;

  margin: 56px;
}

.tablet {
  width: 100%;
  position: absolute;
  left: -20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-self: flex-start;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.d-block {
  display: block;
}

.text-left {
  text-align: left;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.img-1 {
  background-image: url("../icons/icon-01.png");
}

.img-2 {
  background-image: url("../icons/icon-02.png");
}

.img-3 {
  background-image: url("../icons/icon-03.png");
}

.easy {
  background-image: url("../icons/easy.png");
}

.printer {
  background-image: url("../icons/printer.png");
}

.invoice-status {
  background-image: url("../icons/invoice-status.png");
}

.tax {
  background-image: url("../icons/tax.png");
}

.brand-icon {
  background-image: url("../icons/brands.png");
}

.custom {
  background-image: url("../icons/custom.png");
}

.generate {
  background-image: url("../icons/generate.png");
}

.online {
  background-image: url("../icons/online.png");
}

.share {
  background-image: url("../icons/share.png");
}

.sync {
  background-image: url("../icons/sync.png");
}

.img {
  background-repeat: no-repeat;
  background-position: center;
  width: 93px;
  height: 50px;
  filter: grayscale(1);
}

.custom-h1 {
  margin: 0px 0 28px;
  padding: 0 17px 0 17px;
  font-family: system-ui;
  margin-bottom: 22px;
  font-size: 65px;
  font-weight: bolder;
}

.custom-h3 {
  margin-bottom: 78px;
}

.d-flex {
  display: flex;
}

.d-grid {
  display: grid;
}

.align-center {
  align-content: center;
  align-items: center;
}

.tablet-ul {
  width: 50%;

  height: 100%;
}

.gray {
  background-color: #bfc2cd;
}

.video-holder {
  overflow: hidden;
  width: 84%;
  border: 16px solid #000;
  border-radius: 26px;
  padding: 0px;
  display: flex;
  max-height: 607px;
  align-items: center;
  left: 0;
}

#myVideo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tablet-ul ul {

  max-width: 522px;
  padding: 34px;
  height: 100%;
}

.tablet-ul li {
  margin-bottom: 30px;
}

.flex-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.market .items {}

.split-color {
  width: 100%;
  align-items: center;
  background: linear-gradient(66deg, #673AB7 49.99%, white 50.1%);

}

.rtl-box {
  direction: rtl;
  text-align: right !important;
  filter: invert(1);
}

.ipad {
  background-image: url("../images/report.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 555px;
  width: 100%;
}

.report {
  display: flex;
}

.brands {
  background-image: url(../images/brands.webp);
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  height: 488px;
  width: 100%;
}

.invoices {
  background-image: url(../images/invoices.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 724px;
  width: 100%;
}

.im-view {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 437px;
  width: 688px;
  box-shadow: 0 0 5px 7px rgba(169, 150, 202, 0.41);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.float-right {
  float: right;
}

.float-none {
  float: none !important;
}

.img-50 {
  height: 50px !important;
  width: 50px !important;
  min-width: 50px;
  min-height: 50px;
}

.offers {
  overflow: hidden;
  width: 33.3333333%;
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.25098039215686274);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
  float: left;
  text-align: center;
  background-color: var(--color1);
}

.offers-header {
  margin: 13px;
  font-size: 31px;
  padding-top: 21px;

  color: #fff;
  position: relative;
}

.offer:before {
  content: " ";
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  z-index: -1;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
}

.text-gold {
  color: #ffe500;

}

.btn-gold {
  padding-left: 45px;
  background-position: right;
  background-image: -webkit-linear-gradient(331deg, #FEDB37 -1%, #FDB931 5%, #9f7928 25%, #8A6E2F 25%, white 26%);
  background-repeat: no-repeat;
  border: none;
  color: #000;
  font-size: 16px;
  cursor: pointer;
  transition: background-image 0.9s, color 0.3s;
}

.btn-gold:hover {
  background-image: -webkit-linear-gradient(339deg, #FEDB37 -5%, #FDB931 -2%, #9f7928 13%, #8A6E2F 19%, #132f75 26%);
  color: white;
  transition: background-image 0.9s, color 0.3s;
}

.btn-silver {
  padding-left: 45px;
  background-position: right;
  background-image: -webkit-linear-gradient(331deg, #878683 -10%, #919191 12%, #b5b5b5 26%, #8d8d8d 27%, #e3e3e3 36%);
  background-repeat: no-repeat;
  border: none;
  color: #000;
  font-size: 16px;
  cursor: pointer;
  transition: background-image 0.9s, color 0.3s;
}

.btn-silver:hover {
  background-image: -webkit-linear-gradient(331deg, #878683 -10%, #7a7c87 12%, #9ca0ad 26%, #828287 27%, #8d8d97 36%);
  color: white;
  transition: background-image 0.9s, color 0.3s;
}

.price-section {
  position: relative;
}

.justify-content-right {
  justify-content: right;
}

.offer {
  margin: 10px;
  padding: 24px;
  color: #222;
  text-align: center;
  top: 0;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  width: 154px;
  height: 154px;
  line-height: 30px;
  display: table;
  z-index: 1;
  position: absolute;
}

.offer-year {
  top: 174px;
  right: 217px;
  opacity: 1;
}

.offer-month {
  top: 29px;
  right: 70px;
  opacity: 1;
  padding: 40px;
}

.offer a {
  color: #000 !important;
}

.offer .div {
  vertical-align: middle;
  display: table-cell;
}

.offer strong {
  font-size: 45px;

  line-height: 1;
  display: block;
}

.offer em {
  font-size: 18px;
  position: relative;
  top: -15px !important;
  font-style: normal;
  left: -10px;
}

.offer-small:before {
  content: " ";
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  z-index: -1;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

.offer-small {
  margin: 10px;
  padding: 15px;
  color: #222;
  text-align: center;
  top: 0;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  width: 128px;
  height: 128px;
  line-height: 30px;
  display: table;
  z-index: 1;
  position: absolute;
  left: -143px;
}

.offer-small a {
  color: #000 !important;
  font-size: 13px !important;
  font-size: 13px !important;
}

.offer-small .div {
  vertical-align: middle;
  display: table-cell;
}

.offer-small strong {
  font-size: 22px;
  line-height: 1;
  display: block;
}

.price {
  margin: 20px;
  padding: 15px;
}

.euro {
  font-size: 30px;
  position: absolute;
  margin-left: -26px;
  margin-top: 2px;
}

.price-size {
  font-size: 54px;
  font-weight: bold;
}

.decimal {
  position: relative;
  top: -28px;
}

.offers-big {
  box-shadow: 0 2px 19px 4px #00000040;
  z-index: 1;
  margin-top: -47px;
}

.pm {
  margin-left: -23px;
}

.after-offers {
  background-image: linear-gradient(to top, var(--color2), var(--color1));
  margin-top: -13px;
  color: var(--color7);
}

.populer-price-title {
  padding-bottom: 57px;
}

.act2 {
  padding: 50px 0;
  text-align: -webkit-center;
  margin-top: -85px;
}

.failed {
  background-image: url(../icons/failed.png);
  width: 64px;
  height: 64px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px;
  margin: 0 auto;
}

.payment-failed {
  background-image: url(../icons/paymentfailed.png);
  width: 64px;
  height: 64px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px;
  margin: 0 auto;
}

.act2 .panel-group-div div {
  display: table-cell;
  vertical-align: middle;
}

.trusted {
  background-image: url("../icons/trust.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
  width: 40px;
  padding-right: 20px;
}

.option-btn {
  background-color: #2a41af;
  border-radius: 4px;
  padding: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  box-shadow: 0 2px 1px 0px rgba(0, 0, 0, 0.23921568627450981);
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-flex;
}

.option-btn:hover {
  background-color: #a181f0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ul-before {
  position: absolute;
  z-index: 999;
}

.m-2 {
  margin: 0.5rem !important;
}

.form-check .form-check-label {
  cursor: pointer;
}

.form-check-label {
  border: 1px solid #d7c1ffba;
  padding: 52px;
  display: block;
  border-radius: 25px;
  overflow: hidden;
  transition: all 0.5s;
  background-color: #ffffff40;
  box-shadow: 0 6px 13px 3px #1e10374a;
}

.form-check-label:hover {
  background-color: #f0f0f02e;
  transition: all 0.5s;
}

.form-check-input:checked~.form-check-label {
  background-color: #F0F0F0;
  transition: all 0.5s;
  color: #000;
}

.form-check-label h3 {
  margin: 0;
}

.form-check-selected {
  background-color: #FF9800;
  transition: all 0.5s;
  color: #000;
}

.shadow {
  box-shadow: 0 3px 7px -2px #00000085;
}

.form-check .small {
  padding: 6px;
}

.form-check .price-tab {
  margin-top: 17px;
}

.pay_menu {}

.formenu {}

.custom-box-check {
  margin-bottom: 47px;
}
.custom-box-check .w-50{
  width: unset !important;
}
.ul {
  display: none;
  text-align: left;
  color: #000;
  background-color: #fff;
  position: absolute;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.2196078431372549);
  border-top-right-radius: 0;
  z-index: 1;
  right: 0px;
  min-width: 244px;
  top: 0px;
}

.ul li {
  background-repeat: no-repeat;
  background-position: 6px;
  background-size: 30px;
  padding: 12px;
  padding-right: 15px;
  padding-left: 47px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
  border-top: 1px solid #eee;
}

.ul li:hover {
  background-color: var(--color1);
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.re-box {
  padding-bottom: 44px;
}

.window {
  padding-bottom: 100px;
  padding-top: 100px;
}

.panel-group-div h2 {
  font-size: 25px;
}

.head-string-color {
  color: #fff;
}

.section-inner {
  text-align: center;
  padding: 80px 0 100px;
  padding: 0;

}

.section-inner .title .custom-h3 {
  padding: 0 15px 0 15px;
  font-weight: lighter;
}

.tags-2 {}

.tags-2 .inner {
  background-repeat: no-repeat;
  height: 184px;
  background-position: center 24px;
  background-size: 78px;
  padding: 15px;
  padding-top: 129px;
  overflow: hidden;
  text-align: center;
  margin: 15px;
  box-shadow: -5px 10px 19px -7px #673ab74f;
}

.tags-2 .inner tx {
  color: #000;
}

.cpanel {
  box-shadow: 0 1px 19px 7px #00000059;
}

.iphone {
  background-image: url(../images/iphone.png);
  height: 581px;
  width: 505px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  margin: 0 auto;

  margin-bottom: 100px;
  float: left;
}

.iphone-text {
  float: left;
  margin-top: 76px;
  text-align: left;
}

.iphone-text p {
  line-height: 39px;
  font-size: 17px;
  max-width: 300px;
  width: 300px;
}

.iphone-text-right {
  float: right;

  text-align: right;
}

.container-800 {
  width: 1105px;
  overflow: hidden;
  margin: 0 auto;
}

.btn-banner {
  width: auto !important;
}

.simple-slider {
  width: 100%;
}

.menu-close {
  padding: 9px;
  background-color: var(--color2);
  color: #fff;
  display: none;
  margin: 14px;
  border-radius: 6px;
  width: 16px;
  text-align: center;
  cursor: pointer;
}

.menu-close:hover {
  background-color: var(--color5);
}

footer {
  background-color: #321a5d;
  color: #fff;
  overflow: hidden;
  padding-bottom: 70px;
  padding-top: 70px;
}

footer ul {
  margin-bottom: 15px;
}

footer .div {
  margin: 15px;
}

footer ul li {
  cursor: pointer;
  font-size: 13px;
}

footer ul li:hover {
  text-decoration: underline;
}

footer ul li a {
  color: white !important;
}

footer h4 {}

.socialmedia {
  background-color: var(--color1);
  text-align: center;
  width: 36px;

  padding: 5px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-right: 10px;
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  float: left;
}

.socialmedia:hover {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background-color: var(--color2);
  box-shadow: 0 0px 2px 1px var(--color1);
}

.payments {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 35px;
  width: 36px;
  margin: 5px;
  margin-bottom: 7px;
  border-radius: 4px;
  float: left;
  margin-right: 12px;
}

.d-table-caption {
  display: table-caption !important;
}

.payment-row {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}

.mr-2 {
  margin: right 0.5em !important;
}

.mt-3 {
  margin-top: 1.5rem !important;
}

.table-checkout td {
  padding: 0px
}

.payment-box {
  text-align: left;
}

.payment-box .form-check-label {
  width: 165px;
  align-items: center;
  padding: 7px;
  display: flex;
  min-height: 63px;
}

.copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 auto;
  text-align: center;
  background-color: rgb(32 15 61);
  color: rgb(255 255 255);
  font-size: 16px;
  overflow: hidden;
}

.square {
  visibility: hidden;
}

.slideUp {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  visibility: visible !important;
}

.small-boxes {
  background-image: linear-gradient(to right, var(--color2), var(--color1));
  text-align: center;
}

.rating-viewer {
  display: none;
}

.rating-bold {
  background-color: #7b59d0 !important;
  padding: 6px;
  text-shadow: unset;
  box-shadow: unset;
  color: #fff;
  border-radius: 4px;
  font-size: 7px;
  margin-right: 4px;
}

.rating-viewer i {
  background-color: #cdc2e8;
  padding: 6px;
  text-shadow: unset;
  box-shadow: unset;
  color: #fff;
  border-radius: 4px;
  font-size: 7px;
  margin-right: 4px;
}

.cookie {
  background-color: #090e12;
  color: #fff;
  font-size: 16px;
}

.cookie .link {
  color: #fff;
}

.btn-cookie {
  border: 0;
  box-shadow: unset;
  border-radius: 1px;
  margin: 13px;
  padding: 9px;
  padding-left: 20px;
  padding-right: 20px;
}

.arrow-right {
  background-image: url("../icons/arrow-right.png");
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-right: 35px;
}

.flags {
  background-position: center;
  height: 18px;
  width: 18px;
  background-repeat: no-repeat;
  float: left;
  margin-right: 7px;
  background-size: contain;
}

@keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}

@-webkit-keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}

.copyright p {
  padding-top: 13px;
  margin-left: 12px;
}

.copyright a {
  color: white;
}

.float-left {
  float: left;
}

.password-strength-container {
  width: 100%;
  margin-top: -15px;
}

.password-strength-text {
  position: absolute;
  font-size: 10px;
  background-color: #ffffff29;
  border-radius: 11px;
  padding: 3px 10px 3px 10px;
  margin-left: 14px;
}

.password-strength-bar {
  height: 5px;
  width: 0%;
  background-color: red;
  transition: width 0.3s ease;
}

input[type="text"],
input[type="password"],
input[type="search"],
textarea,

select {
  width: 300px;
  background: #fff;
  border: none;
  border: 1px solid #673AB7;
  border-radius: 16px;
  box-shadow: none;
  outline: none;
  color: inherit;
  text-indent: 17px;
  height: 50px;
  color: #000;
}

.passtrengthMeter>input {
  margin-bottom: 12px;
}

.btn2 {
  background-color: var(--color1);
  padding: 10px;
  color: #fff;
  font-size: 14px;
  border-radius: 23px;
  padding-left: 24px;
  padding-right: 24px;
  box-shadow: 0 0px 14px 2px #a98af763;
  border: 1px solid #9371e8;
}

.socialsharing_product button {
  padding: 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  display: block;
  margin: 5px;
}

.tb-20-2 {
  padding: 15px;
}

.left-menu {}

.invoice-holder {
  margin-bottom: 18px;
  margin-top: 57px;
}

.checkout-bar {
  padding: 15px;
  background-color: #fff;
  margin-bottom: 20px;
}

.big-bottom {
  padding: 25px;
  background-color: #fff;
  margin-bottom: 20px;
}

#msg_thanks {
  margin-bottom: 26px;
}

.align-start {
  align-items: start;
}

.tag-purchases {
  width: 100%;
  text-align: left;
  flex: 1 1;
  border-radius: 16px;
  overflow: hidden;
}

.tag-purchases .title-order {
  font-size: 15px;
  margin-top: 6px;
  font-weight: bold;
}

.tag-purchases .tab2 {
  background-color: #f6f6f6;
  padding: 15px;
  text-align: left;
  margin-bottom: 10px;
}

.order-box {
  width: 100%;
  text-align: left;
}

.order-box a {
  display: block;
  text-align: left;
  font-size: 15px;
  font-weight: bold;
}

.order-box .order-table {
  margin-bottom: 20px;
}

.order-box .order-table td {
  padding: 0;
}

.order-box .invoice-box .tr {
  border: 1px solid #eeeeee;
}

.order-box .order-table .successpaid {
  font-size: 14px;
}

.order-box .order-table .successpaid i {
  color: #82b440;
}

.order-box .order-table .unsuccess {
  font-size: 14px;
}

.order-box .order-table .unsuccess i {
  color: #f26c1f;
}

.order-box .invoice-box {
  padding: 0;
}

.order-box .invoice-box table tr:first-child {
  border-top: 1px solid #ebebeb;
}

.order-box .invoice-box table tr {
  border-top: 1px solid #ebebeb;
  border-bottom: 0;
}

.order-box .amount {
  text-align: right;
}

.order-box .image img {
  width: 70px;
  max-height: 60px;
}

.order-box .invoice-box .price {
  font-size: inherit;
  padding: 8px 8px;
  margin: unset;
}

.order-box .invoice-box table tr .domain {
  font-weight: bold;
}

.order-box .invoice-box table tr .name a {
  font-size: 12px;
}

.order-box .checkout-bar {
  background-color: #eee;
}

.btn-print {
  padding: 9px;
  padding-left: 17px;
  padding-right: 17px;
}

.order-box .big-bottom {
  padding: 0;
  margin: 0;
}

.tabs-holder {
  width: 100%;
  overflow: hidden;
}

.top-tabs {
  background-color: #ffffff30;
  overflow: hidden;
  border-radius: 16px;
}

.tabs-holder .tabs {
  float: left;
  padding: 13px;
  padding-left: 20px;
  padding-right: 20px;

  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tabs-holder .tabs:hover {
  background-color: #ffffff5c;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tabs-holder .tab-box {
  background-color: #f9f9f9a8;
  padding: 20px;
  display: none;
  min-height: 509px;
}

.tabs-holder .tab-active {
  background-color: #ffffff4d;
  color: #422577;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 800;
}

.pager {
  overflow: hidden;
  display: table;
  width: 100%;
}

.pager .page-btn-holder {
  float: right;
}

.pager .page-info {
  display: table-cell;
  vertical-align: middle;
}

.pager .page {
  float: left;
  padding: 10px;
  padding-right: 17px;
  padding-left: 17px;
  background-color: #eee;
  cursor: pointer;
}

.pager .page:hover {
  background-color: #ffc775;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pager .number {
  float: left;
  padding: 10px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #eee;
  cursor: pointer;
  margin-left: 1px;
  margin-right: 1px;
}

.domains {
  display: table;
  width: 100%;
  overflow: auto;
  min-height: 364px;
}

.domains table tr {

  border-bottom: 1px solid #e8e8e8;
}

.extenal {
  color: #ff9800;
  font-size: 14px;
  display: inline;
  font-weight: bold;
}

.extenal-domain {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 364px;
}

.extenal-domain table tr {

  border-bottom: 1px solid #e8e8e8;
}

.extenal-domain .field {
  padding: 7px;
}

.extenal-domain .domain {
  width: 488px !important;
}

.extenal-domain .extension {
  width: 100% !important;
}

.extenal-domain .ip-address {
  width: 100% !important;
}

.extenal-domain .field a {
  display: block;
}

.extenal-domain .info {
  margin-top: 23px;
  margin-bottom: 27px;
  padding: 8px;
}

.domain-section {
  background-color: #fff;
  min-height: 400px;
  margin-bottom: 55px;
  display: table;
  width: 100%;
}

.domain-section .box {
  height: 300px;
  max-width: 911px;
}

.domain-section .box .inner {
  width: 80%;
  margin: 0 auto;
  padding: 19px;
  background-color: rgba(0, 0, 0, 0.12941176470588237);
  overflow: hidden;
  border-radius: 8px;
}

.domain-section .domain-holder {
  width: 100%;
}

domains-section {}

.slider1 {
  margin: 0 auto;
  height: 100vh;
  display: table;
  width: 100%;
  position: relative;
  overflow: hidden;
  -ms-scroll-limit: 0 0 0 0;
}

.slider1:hover .sliders {
  opacity: 1;
}

.slider-left {
  left: 0;
}

.slider-right {
  right: 0;
}

.slider1 .div {
  vertical-align: middle;
  display: table-cell;
  width: 100%;
  overflow: hidden !important;
}

.slider1 .div .big {
  font-size: 31px;
  display: block;
  margin: 20px;
}

.slider1 .div .mid {
  font-size: 24px;
  display: block;
  margin: 20px;
}

.slider1 .div .small-text {
  font-size: 18px;
  display: block;
  margin: 20px;
  margin-top: 20px;
}

.slider1 .img {
  opacity: 0.01;
  position: absolute;
  top: 26%;
  height: 289px;
  width: 500px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.slider1 .icon {
  opacity: 0.01;
  position: absolute;
  top: 26%;
  height: 289px;
  width: 500px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: -500px;
}

.sliders {
  opacity: 0;
  width: 45px;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.32941176470588235);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  position: absolute;
}

.slider1 .banner-text {
  width: 50%;
  background-color: rgba(218, 218, 218, 0.2196078431372549);
  position: absolute;
  top: 29%;
  right: -641px;
  opacity: 0.1;
  color: #fff;
  height: auto;
}

.sliders i {
  font-size: 20px;
  text-align: center;
  width: 100%;
  padding-bottom: 10px;
  padding-top: 12px;
  color: #fff;
}

.review-box {
  text-align: left;
  background-color: #eeeeee;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  margin-bottom: 17px;
}

.review-box .image {
  background-position: center;
  background-repeat: no-repeat;
  height: 65px;
  width: 103px;
  background-size: contain;
  border: 1px solid #d5d5d5;
}

.review-box .title {
  font-weight: bold;
  margin-top: 10px;
  font-size: 14px;
}

.review-box .name {
  font-weight: bold;
  padding-top: 9px;
  font-size: 12px;
}

.review-box .date {
  color: #000000;
  font-size: 14px;
  margin-bottom: 7px;
  display: block;
}

.review-box .yellow {
  color: #ffac33;
}

.review-box .stars {
  font-size: 11px;
  color: #484848;
  margin-bottom: 9px;
}

.review-box .stars i {
  background-color: #cdc2e8;
  padding: 6px;
  text-shadow: unset;
  box-shadow: unset;
  color: #fff;
  border-radius: 4px;
  font-size: 7px;
  margin-right: 4px;
}

.review-box .details {
  padding-top: 15px;
  padding-bottom: 11px;
  font-weight: normal;
  font-size: 15px;
}

.wishlist-box {
  text-align: left;
  background-color: #eeeeee;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  margin-bottom: 17px;
  display: table;
  cursor: pointer;
}

.wishlist-box .div {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.wishlist-box .image {
  background-position: center;
  background-repeat: no-repeat;
  height: 65px;
  width: 103px;
  background-size: contain;
  border: 1px solid #d5d5d5;
  margin-right: 20px;
}

.wishlist-box .title {
  font-weight: bold;
  margin-top: 10px;
  font-size: 14px;
}

.wishlist-box .name {
  font-weight: bold;
  padding-top: 9px;
  font-size: 12px;
}

.wishlist-box .date {
  color: #000000;
  font-size: 14px;
  margin-bottom: 7px;
  display: block;
}

.wishlist-box .yellow {
  color: #ffac33;
}

.wishlist-box .stars {
  font-size: 11px;
  color: #ccc;
  margin-bottom: 9px;
}

.wishlist-box .stars i {
  margin: 1px;
}

.wishlist-box .details {
  padding-top: 15px;
  padding-bottom: 11px;
  font-weight: normal;
  font-size: 15px;
}

.wishlist-box .remove {
  background: #ffa31c;
  border-radius: 4px;
  box-shadow: unset;
  border: 0;
  width: 25px;
  height: 25px;
  padding: 3px;
  text-align: center;
  margin: 0 auto;
}

.head-title-h1 {
  margin: 0px 0 58px;
  line-height: 15px;
}

.pay {
  text-align: right !important;
  background-position: center !important;
  background-repeat: no-repeat;
  height: 67px !important;
  width: 129px !important;
  border-radius: 5px;
  border: 1px solid #ededed;
  background-size: 53%;
  margin: 5px;
  display: inline-block;
  cursor: pointer;
}

.pay .div {
  display: table;
  text-align: center;
  width: auto;
  margin: 0 auto;
}

.pay tx {
  font-size: 19px;
}

.pay p {
  font-size: 19px;
}

.pay a {
  display: block;
}

.rabobank {
  background-image: url(../images/rabobank.png);
  background-color: #f4f4f4;
}

.mollie {
  background-image: url(../images/mollie.png);
  background-color: #2196f3;
}

.payment-icons-holder {
  margin: 0 auto;
  display: table;
}

.max-800 {
  max-width: 800px;
  margin: 0 auto !important;
  padding-bottom: 70px;
  font-size: 18px;
}

.top-200 {
  padding-top: 194px;
}

.dashboard-holder {
  background-color: #f9f9f959;
  padding: 20px;
  min-height: 363px;
}

.dashboard-holder .tab {
  float: left;
  width: 50%;
}

.dashboard-box {
  background-color: #ffffff8c;
  min-height: 100px;
  margin: 10px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  border-radius: 16px;
}

.dashboard-box .div {
  display: table;
  width: 100%;
  height: 145px;
}

.dashboard-box a {
  display: table-cell;
  vertical-align: middle;
}

.user-title {
  padding: 12px;
  text-align: center;
  font-size: 21px;
  color: #fff;
}

.build-holder {
  height: 100%;
  display: table;
  width: 100%;
}

.build-holder .div {
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.build-holder .under-constract {
  background-image: url(../icons/constracting.png);
  width: 100px;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}

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

.domain_box_holder {
  background-color: #fff;
  width: 800px;
  height: 100px;
  display: table;
  margin: 0 auto;

  position: relative;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 1px 2px 8px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.domain_box_holder .h1-holder {
  position: unset;
  top: unset;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  margin: 0 auto;
  width: 100%;
}

.domain_box_holder .domain-holder {
  width: 100%;
  float: right;
  margin: 0 auto;
  vertical-align: middle;
  display: table-cell;
}

.check-green {
  color: #67db6c;
}

.check-orange {
  color: #ff8d00;
}

.check-red {
  color: #de0606;
}

.domain_title3 {
  font-size: 20px;
  margin-bottom: 29px;
}

@media (max-width: 1270px) {
  .container {
    width: 100%;
  }

  body {
    color: #3c4b57;

  }

  .tb-20 {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .btn-big {
    font-size: inherit;
  }

  .logo {
    width: 179px !important;
  }

  .head-third-text {
    padding: 0 27px;
  }

  .invoice-img {
    background-size: 32%;
    background-position: bottom;
  }

  .banner {
    background-image: linear-gradient(to right, #5f2cb5, #9266dd);
  }

  h1 {
    font-size: 35px;
    margin: 0px 0 22px;
  }

  .panel-group-div h2 {
    font-size: 22px;
  }

  h2 {
    font-size: 23px;
  }

  .section-gap {
    padding-top: 42px;
  }

  .act2 {
    margin-top: -41px;
  }

  section {
    min-height: 353px;
  }

  .iphone-text p {
    line-height: 19px;
    font-size: 18px;
    padding: 16px;
  }

  .iphone {
    background-size: 133%;
    width: 33.333333%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .iphone-text {
    width: 33.333333%;
    margin-top: 144px;
  }

  .container-800 {
    width: 100%;
  }

  .price {
    margin: 15px;
    padding: 5px;
  }

  table tr td {
    padding: 12px;
    padding-left: 12px;
    color: #000;
  }

  .price-size {
    font-size: 45px;
  }

  .decimal {
    top: -19px;
  }

  .media-fit {
    width: 100%;
  }

  .offers-header {
    margin: 0;
    font-size: 31px;
    padding-top: 32px;
  }

  .banner {
    height: 100%;
  }

  .offer a {
    margin: 0 !important;
    margin-top: 11px !important;
    font-size: 16px !important;
  }

  .menu ul li {
    padding: 8px;
  }

  .section-inner {
    padding: 0;
  }

  .square {
    margin-top: 20px;
  }

  .before-title-header {
    position: unset;
    height: 100%;
    width: 100%;
    display: grid;
    margin-left: unset;

  }

  .content-h {
    padding: 41px 0 !important;
    width: 100%;
    text-align: center;
    margin: unset;
  }

  .top-label h1 {
    padding: 0 10px;
    margin: 10px 0 0 0;
  }
}

@media (max-width: 1024px) {
  .pricing-offer {
    left: 50% !important;
    top: 114px;
    padding: 7px;
  }

  .pricing-title-box2 {
    width: auto;
    height: auto;
    float: unset;
  }

  .media-fit {
    padding: 0 26px 0 26px;
    display: contents;
  }

  .pricing-title-box2 .div h3 {
    font-size: 25px;
  }

  .pricing-title-box2 .div {
    font-size: 18px;
  }

  .tablet-holder {
    margin: 0 auto;
    position: unset;
  }

  .before-tablet {
    float: unset;
    display: block;
    margin-bottom: unset;
  }

  .tablet {
    position: unset;
    display: block;
  }

  .tablet-ul {
    width: auto;

  }

  .left-side-invoice {
    filter: invert(1);
    color: #000;
  }

  .split-color {
    width: 100%;
    align-items: center;
    background: linear-gradient(33deg, #673AB7 49.99%, white 50.1%);
  }

  .video-holder {
    width: 100%;
  }

  .video-img {
    height: 385px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .tablet-ul ul {
    max-width: unset;
    padding-top: 74px;
    margin-top: 0px;
  }

  .about {
    padding: 0 31px 35px 30px;
  }

  .brands {
    height: 357px;
    background-position: center;
  }



  .split-color .d-flex {
    display: block;
  }

  .tablet-ul .d-flex {
    display: flex;
  }

  .rtl-box {
    direction: ltr;
    text-align: left !important;
    filter: unset;
  }

  .split-color .col-md-8 {
    width: 100%;
  }

  .invoices {
    height: 395px;
  }

  .offer-month {
    top: 29px;
    left: 285px;
    padding: 40px;
    right: unset;

  }

  .offer-year {
    top: 10px;
    left: 120px;
    right: unset;
  }

  .pricing-text {
    padding-top: 0px;
  }

  .title-header {
    padding: 17px;
  }

  .vidoe-sector {
    padding-top: 58px;
    margin-top: 33px;
  }

  .custom-hight-trial {
    height: auto;
  }
}

@media only screen and (max-width: 1000px) {
  .slider1 .div .big {
    font-size: 27px;
  }

  .slider1 .div .mid {
    font-size: 19px;
  }

  .slider1 .div .small-text {
    font-size: 15px;
  }
}

@media (min-width: 768px) {
  box-4 {
    width: 25%;
  }

}

@media (max-width: 900px) {
  .domain_box_holder {
    width: auto;
  }

  .img {
    width: 62px;
    height: 44px;
  }

  .tablet-ul ul {
    padding: 17px;
  }

  .box-15 {
    padding: 5px;
    margin: 10px;
  }

  .pricing-box {
    display: block;
  }

  .domain-box-cart select {
    min-width: 77px;
  }

  .menu ul li {
    font-size: 16px;
  }

  .before-title-header {
    position: unset;
    height: auto;
    width: 100%;
    display: block;
    margin-left: 0;

  }

  .content-h {
    box-shadow: unset;
    margin: 0px;
  }

  .top-label {
    padding: 25px 19px 23px 19px;
  }
}

@media (max-width: 768px) {
  .domain-checker {
    display: block;
    padding: 6px;
    width: unset;
  }

  .domain-checker #subdomainInput {
    width: 100% !important;
    padding: 0;
    border: 1px solid var(--color1);

  }

  .domain-checker .domain-suffix {
    display: block;
    padding: 8px;
  }

  .domain-checker button {
    width: 100% !important;
  }

  .cart-head-2 {
    width: unset;
  }

  .pricing-title-box2 .div {
    font-size: 26px;
  }

  .domains table {
    font-size: 13px;
  }

  .domain-slider .img {
    width: 100% !important;
    top: 228px;
    left: 0px;
  }

  .col-sm-10 {
    width: auto;
    float: unset;
  }

  .ipad {

    height: 344px;
    width: 306px;
    margin: 0 auto;
  }

  box-4 {
    width: 100%;
  }

  box-6 {
    width: 50%;
  }

  .offers {
    width: 100%;
    float: none;
    margin-top: 20px;
  }

  box-3 {
    width: 100%;
  }

  .menu {
    display: none;
    position: fixed;
    background-color: var(--color2);
    width: 100%;
    left: 0;
    box-shadow: 0 2px 7px 1px #0000003b;
    top: 0;
    z-index: 99999;
    bottom: 0;
  }

  .menu ul li {
    padding: 26px;
    margin-right: 100%;
    border-bottom: 1px solid rgb(255 255 255 / 19%);
    float: unset;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 19px;
    display: flex;
  }

  .menu ul li a {
    color: #fff;
  }

  .menu ul li:hover {
    background-color: var(--color2);
    padding-left: 33px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .menu-close {
    display: inherit;
  }

  .menu-view {
    display: block;
  }

  .im-view {
    width: 385px;
    height: 238px;
  }

  .iphone {
    background-size: contain;
    width: 100%;
  }

  .iphone-text {
    width: 100%;
    margin-top: 32px;
    float: unset;
    text-align: center;
  }

  .iphone-text-right {
    float: unset;
    text-align: center;
  }

  .language-box {
    padding: 10px;
    text-align: center;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    background-color: var(--color2);
    border-radius: 6px;
    font-size: 18px;
    height: 22px;
  }

  .language-box .flag {
    background-size: auto;
  }

  .user-box {
    padding: 10px;
    text-align: center;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    background-color: var(--color2);
    border-radius: 6px;
    font-size: 18px;
    height: 22px;
    margin: 10px;
    border: 0px;
  }

  .cart-box {
    padding: 10px;
    text-align: center;
    color: var(--color7);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    background-color: var(--color1);
    border-radius: 6px;
    font-size: 18px;
    height: 22px;
    border: 0px;
  }

  .language-box ul {
    display: none;
    background-color: var(--color1);
    position: absolute;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0px #00000038;
    border-top-left-radius: 0;
    z-index: 999;
    left: 0;
    top: 46px;
    right: 0;
    bottom: 0px;
  }

  .language-box ul li {
    background-repeat: no-repeat;
    background-position: 11px;
    padding: 19px;
    padding-right: 41px;
    padding-left: 44px !important;
    cursor: pointer;
    font-size: 16px;
    border-bottom: 1px solid var(--color2);
    float: unset;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: left;
    background-size: 23px;

  }

  .language-box ul li:hover {
    background-color: var(--color2);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-position: 21px;
    padding-left: 55px;
  }

  .user-box ul {
    display: none;
    background-color: var(--color2);
    position: fixed;
    border-radius: 0;
    box-shadow: 0 4px 8px 0px #00000038;
    border-top-right-radius: 0;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
  }

  .user-box ul li {
    background-repeat: no-repeat;
    background-position: 11px;
    padding: 19px;
    padding-right: 0;
    padding-left: 18px;
    cursor: pointer;
    font-size: 16px;
    border-bottom: 1px solid #ffffff3d;
    float: unset;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: left;
    color: white;
  }

  .user-box ul li:hover {
    background-color: var(--color2);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-left: 33px;
  }

  .logo {
    width: 100%;
    margin-top: 10px;
  }

  .after-header {
    display: table;
  }

  .offer {
    padding: 0px;
  }

  .offer strong {
    font-size: 32px;
    line-height: 0.5;
  }

  .offer a {
    margin: -13px !important;
    margin-top: 4px !important;
  }

  .offer em {
    font-size: 13px !important;
    position: relative;
    top: -4px !important;
    font-style: normal;
  }

  .left-menu {
    display: table-caption;
    width: 100%;
  }

  .menu-right-group {
    display: flex;
    width: 100%;
    justify-content: end;
  }

  box-2 {
    width: auto;
  }

  .tags-2 .inner {
    height: auto !important;
  }

  .max-800 {
    padding-right: 23px;
    padding-left: 23px;

    font-size: 15px;
  }

  .iphone-text p {
    max-width: unset;
    line-height: 1px;
    font-size: 18px;
    padding: 3px;
  }

  .cartitems {
    background-color: #ffa434;

    font-size: 13px;
    height: 23px;
    width: 23px;

    margin-top: -45px;
    margin-right: -20px;
  }

  h1 {
    font-size: 28px;
  }

  .flex-box {
    display: unset;
  }

  .textbox-box {
    display: grid;
  }

  .section-inner input[type="text"],
  input[type="password"],
  textarea,
  select {
    width: auto !important;
  }

  .reg-tab2 {
    width: unset !important;
  }

  .side-box {
    min-width: unset !important;
    max-width: unset !important;
    margin-right: unset !important;
    margin-bottom: 17px;
  }

  .dashboard-holder {
    padding: 0;
  }

  .text-holder {
    float: unset !important;
  }

  .reg-tab3 {
    background-color: rgba(238, 238, 238, 0) !important;
    padding: 0px !important;
    margin-top: 1px !important;
  }

  .tabs-holder .tab-box {
    padding: 9px;
  }

  .extenal-domain .field {
    padding: 7px;
    width: auto;
    display: grid;
    float: unset !important;
  }

  .pager .page-info {
    font-size: 16px;
  }

  .section-inner {
    padding: 31px 0 100px !important;
  }

  .btn3 {
    margin-bottom: 31px;
  }

  .section-gap .custom-h3 {
    padding: 0 24px 0 24px;
    font-weight: lighter;
  }

  .box-15 {
    padding: 5px;
    margin: 6px;
  }

  .box-15 p {
    margin: 0;
  }

  .message-holder {
    float: unset;
    display: none;
  }

  .order-packets-box {
    display: block;
    margin-bottom: 20px;
  }

  .order-packets-box div {
    margin-top: 10px;
  }

  .setting-btn {
    width: unset;
  }

  .head-third-text {
    padding: 0 27px;
  }
  .report{
    display: block;
  }
  .report .tablet-ul{
    display: contents;
  }

}

@media only screen and (max-width: 680px) {
  .slider1 .div .big {
    font-size: 18px;
  }

  .dashboard-holder .tab {
    width: auto;
  }

  .slider1 .div .mid {
    font-size: 14px;
  }

  h1 {
    line-height: 1.4 !important;
  }

  .slider1 .div .small-text {
    font-size: 12px;
  }

  box-5 {
    float: left;
    width: 100%;
  }

  .iphone-text p {
    width: auto;
  }

  .tabs-holder .tabs {
    float: none;
  }

  .domains {
    display: grid;
    width: auto;
    overflow: auto;
    min-height: 364px;
  }

  footer ul li {
    font-size: 16px;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
  }

  .head-text {
    font-size: 49px;
    margin: 0px;
    margin-bottom: 20px;
  }

  .custom-h1 {
    font-size: 40px;
  }

  .head-second-text {
    font-size: 26px;
    padding: 20px;
  }

  .invoice-img {
    background-size: 50%;
    background-position: bottom;
  }

  .tablet-holder {
    width: 83%;
  }

  .video-holder {
    border: 7px solid #000;
  }

  .tablet-ul ul {
    padding: 15px;
    font-stretch: semi-condensed;
  }

  .pricing-text {
    padding: 20px;

  }

  footer .div {
    margin: 0;
  }

  .offer-month {
    left: 244px;
  }

  .offer-year {
    left: 52px;
  }

  .content-h {
    padding: 19px;
    width: 100%;
    text-align: center;
  }

  h1 {
    font-size: 19px;
  }

  .top-label p {
    font-size: 17px
  }

  h3 {
    font-size: 30px;
    font-stretch: expanded;
  }

  .copyright-inner {
    display: block;
  }

  .copyright-inner .logo {
    margin: 0 auto;
  }

  .btn-cookie {
    margin: 14px auto;
    display: block;
  }

  .cookies-box {
    margin-top: 7px;
  }

  .w-50 {
    width: unset;
  }
}