@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Mono:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i');
html {
  scroll-behavior: smooth;
}

body {
  font-family: source sans pro, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f5f5f9 !important;
  overflow-x: hidden;
}

p {
  font-weight: 400;
  color: #000;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: .57px;
}

a {
  text-decoration: none;
  color: #0069ff;
  font-weight: 700;
}

/* ================================================================================================ */

/* start menu */

/* ================================================================================================ */

header {
  background: #000;
  width: 100%;
  height: 76px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  margin: 0 auto;
}

#logo {
  margin: 20px;
  float: left;
  width: 250px;
  height: 30px;
  background: url(../images/logo13.png) no-repeat center;
  display: block;
}

nav {
  float: right;
  width: 75%;
}

#menu-icon {
  display: hidden;
  width: 40px;
  height: 30px;
  background: #4C8FEC url(../images/rmenu.png) center;
}

a:hover#menu-icon {
  background-color: #444;
  border-radius: 4px 4px 0 0;
}

ul {
  list-style: none;
}

li {
  display: inline-block;
  float: left;
  padding: 10px;
  padding-left: 25px;
}

ul a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: .57px;
  color: #fff;
  height: 100%;
}

ul a:hover {
  color: #0069ff;
}

.signin-button {
  border: 1px solid #fff;
  padding: 10px 28px 10px 48px;
  font-weight: 400;
  font-size: 14px;
  background-image: url('../images/password-small-white.svg');
  background-repeat: no-repeat;
  background-position: left 28px center;
  line-height: 20px;
  margin-left: 25px;
}

.signin-button:hover {
  color: #ffffff;
  color: #0069ff;
}

.register-button {
  /* border: 1px solid #7b00fc; */
  border: 1px solid #0000ff;
  padding: 10px 28px 10px 48px;
  font-weight: 400;
  font-size: 14px;
  background-image: url('../images/user-small-white.svg');
  background-repeat: no-repeat;
  background-position: left 28px center;
  line-height: 20px;
  margin-left: 25px;
  /* background-color: #7b00fc; */
  background-color: #0000ff;
  color: #fff;
  -webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
}

.register-button:hover {
  background-color: #000;
}

.lighttext {
  font-weight: 400;
  font-size: 14px;
}

/* ================================================================================================ */

/* end menu */

/* ================================================================================================ */

.topcontainer {
  height: 650px;
  background: linear-gradient(-180deg, #000000 70%, #0e005f);
  /* background: url('../images/bg-3.png'), linear-gradient(-180deg, #0c0f38 70%, #0e005f); */
  background-position-x: 50%;
  background-position-y: 100%;
  background-repeat: no-repeat;
  padding-bottom: 50px;
  /* animation: 1s ease-out 0s 1 slideInFromLeft; */
}

.topcontainer-inner {
  margin: 0 auto;
  text-align: center;
  padding-top: 100px;
}

.topcontainer-inner-top h1 {
  color: #fff;
  font-weight: 300;
  font-size: 70px;
  letter-spacing: .55px;
  line-height: 110px;
  margin-bottom: 15px;
}

.topcontainer-inner-top h1 strong {
  font-weight: 400;
}

.topcontainer-inner-bottom h2 {
  color: #fff;
  font-weight: 600;
  font-size: 30px;
}

.topcontainer-inner-bottom .txt-rotate {
  font-family: 'IBM Plex Mono';
  font-weight: 300;
}

.topcontainer-inner-bottom .wrapper {
  text-align: center;
  max-width: 650px;
  overflow: hidden;
  margin: 0 auto;
}

.wrapper div {
  padding: 0;
}

#one {
  float: left;
  text-align: center;
  margin-right: 15px;
}

#one h1 {
  color: #fff;
  font-weight: 600;
  font-size: 34px;
}

#two {
  overflow: hidden;
  text-align: left;
}

#two h2 {
  color: #fff;
  font-weight: 300;
  font-size: 30px;
}

.topthreebottom {
  position: relative;
  background: url('../images/bg-4.svg');
  background-repeat: no-repeat;
  height: 400px;
  background-position-x: 50%;
}

.maincontainer {
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}

.maincontainer-inner-intro {
  margin: 0 auto;
  max-width: 750px;
}

.maincontainer-inner-intro a:hover {
  color: #000;
}

.maincontainer-inner-intro h1 {
  color: rgb(3, 27, 78);
  font-weight: 400;
  font-size: 50px;
  letter-spacing: .02em;
}

.maincontainer-inner-intro h3 {
  color: rgb(3, 27, 78, 0.4);
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.maincontainer-inner-intro p {
  font-weight: 400;
  color: #000;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: .57px;
}

.maincontainer-inner-intro i {
  font-size: 10px;
  margin-left: 5px;
}

.container {
  margin: 0 auto;
  display: flex;
  margin-top: 80px;
  max-width: 1120px;
}

.section {
  flex: 1;
  margin-right: 20px;
  background-color: #fff;
  border-radius: 3px;
}

.section h3 {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: .57px;
  line-height: 27px;
  margin-bottom: 10px;
}

.section h3 img {
  margin-right: 20px;
  top: 10px;
  position: relative;
}

.section p {
  text-align: left;
  padding: 0px 20px 0px 20px;
}

.section a {
  font-size: 15px;
  font-weight: 400;
}

.section a>i {
  font-size: 8px;
  margin-left: 5px;
}

.buynow {
  background-color: #000;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-bottom: 80px;
}

.buynow-inner {
  margin: 0 auto;
  max-width: 1200px;
}

.buynow-inner .container .section {
  background-color: #000;
  color: #fff;
}

.buynow-inner .container .section h1 {
  font-weight: 200;
  font-size: 100px;
  letter-spacing: .57px;
  line-height: 110px;
  display: block;
}

.buynow-inner .container .section h1 strong {
  font-weight: 400;
}

.buynow-inner .container .section h1 sup {
  font-weight: 400;
  font-size: 12px;
  color: #444;
}

.buynow-inner .container .section a {
  padding: 20px 50px 20px 50px;
  color: #fff;
  font-size: 20px;
  background: #1e13f3;
}

.buynow-inner .container .section a:hover {
  background: rgb(85, 2, 81);
}

.buynow-inner .container .section .explore1 {
  margin-top: -15px;
}

.buynow-inner .container .section .explore1 i {
  font-size: 15px;
}

.tcustomers {
  text-align: center;
  padding-top: 80px;
  background: #fff;
  position: relative;
  z-index: 5;
}

.tcustomers h1 {
  color: rgb(3, 27, 78);
  font-weight: 400;
  font-size: 50px;
  letter-spacing: .02em;
}

.tcustomers p {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.slider {
  margin-top: -100px;
  height: 550px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
}

.slider__nav {
  width: 12px;
  height: 12px;
  margin: 10px;
  border-radius: 50%;
  z-index: 10;
  outline: 6px solid #ccc;
  outline-offset: -6px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slider__nav:checked {
  -webkit-animation: check 0.4s linear forwards;
  animation: check 0.4s linear forwards;
}

.slider__nav:checked:nth-of-type(1)~.slider__inner {
  left: 0%;
}

.slider__nav:checked:nth-of-type(2)~.slider__inner {
  left: -100%;
}

.slider__nav:checked:nth-of-type(3)~.slider__inner {
  left: -200%;
}

.slider__nav:checked:nth-of-type(4)~.slider__inner {
  left: -300%;
}

.slider__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 400%;
  height: 100%;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.slider__contents {
  height: 100%;
  padding: 2rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 40px;
}

.slider__image {
  font-size: 2.7rem;
  color: #2196F3;
}

.slider__caption {
  font-weight: 500;
  margin: 2rem 0 1rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}

.slider__caption a {
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}

.slider__caption a i {
  font-size: 10px;
}

.slider__txt {
  color: #000;
  margin-bottom: 3rem;
  max-width: 300px;
}

@-webkit-keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 3px #333, 0 0 0 5px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}

@keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 3px #333, 0 0 0 5px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}

.explore-customers {
  padding-top: 30px;
  text-align: center;
  background: #fff;
  padding-bottom: 100px;
}

.explore-customers a {
  padding: 10px 50px 10px 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  background: #1e13f3;
}

.explore-customers a:hover {
  background: rgb(85, 2, 81);
}

.explore-customers a i {
  font-size: 12px;
}

.footer {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  margin-top: 100px;
}

.autowide {
  margin: 0 auto;
  width: 100%;
}

.autowide img {
  margin: 0 .75rem 0 0;
}

.autowide .module {
  margin-bottom: 4rem;
  line-height: 3.5rem;
}

.autowide .module a {
  color: #313a4d;
  text-decoration: none;
  font-size: .95rem;
  font-weight: 500;
  font-family: 'IBM Plex Mono';
  line-height: 2.5rem;
}

.autowide .module a:hover {
  color: #0000ff;
}

.linkgg11 img {
  width: 25px;
}

.linkgg11 img:hover {
  opacity: 0.7;
}

.autowide .module .gg1 {
  font-family: 'IBM Plex Mono';
}

.autowide .module .gg1 a {
  color: #0000ff;
}

.autowide .module .gg1 a:hover {
  color: #22eaaa;
}

.autowide .module .gg2 a {
  color: #0000ff;
}

.autowide .module .gg2 a:hover {
  color: #22eaaa;
}

.linkgg1 {
  color: #22eaaa;
}

.linkgg2 {
  color: #1634ff;
}

.gg1 {
  line-height: 22px;
  margin-top: -15px;
  font-size: .9rem;
  color: #313a4d;
}

.gg2 {
  line-height: 20px;
  margin-top: 20px;
}

.autowide .module p {
  padding: .25rem .75rem;
}

@media only screen and (min-width: 600px) {
  .footer {
    padding-left: 20px;
  }
  .autowide .module {
    float: left;
    margin-right: 2.564102564102564%;
    width: 48.717948717948715%;
  }
  .autowide .module:nth-child(2n+0) {
    margin-right: 0;
  }
}

/* 3 columns: 768px */

@media only screen and (min-width: 768px) {
  .footer {
    padding-left: 20px;
  }
  .autowide .module {
    width: 31.623931623931625%;
  }
  .autowide .module:nth-child(2n+0) {
    margin-right: 2.564102564102564%;
  }
  .autowide .module:nth-child(3n+0) {
    margin-right: 0;
  }
}

/* 4 columns: 992px and up */

@media only screen and (min-width: 992px) {
  .footer {
    padding-left: 20px;
  }
  .autowide .module {
    width: 23.076923076923077%;
  }
  .autowide .module:nth-child(3n+0) {
    margin-right: 2.564102564102564%;
  }
  .autowide .module:nth-child(4n+0) {
    margin-right: 0;
  }
}

@media screen and (max-width: 600px) {
  .footer {
    text-align: center;
    padding-left: 20px;
  }
}

.topcontainer-pricing {
  height: 500px;
  background: url('../images/cable-art-community.svg'), linear-gradient(90deg, #fff 70%, #fff);
  background-position-x: 100%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  padding-bottom: 50px;
  /* animation: 1s ease-out 0s 1 slideInFromLeft; */
  /* 352111-PAR7RQ-73.svg */
}

.testi-topcontainer-pricing {
  height: 650px;
  background: url('../images/testi-banner.jpg'), linear-gradient(90deg, #fff 70%, #fff);
  background-size: cover;
  background-repeat: no-repeat;
  /* animation: 1s ease-out 0s 1 slideInFromLeft; */
  /* 352111-PAR7RQ-73.svg */
}

.testi-topcontainer-pricing .testi-topcontainer-pricing-inner {
  max-width: 800px;
  margin: 0 auto;
}

.testi-topcontainer-pricing .testi-topcontainer-pricing-inner .testi-topcontainer-pricing-inner-title {
  padding-top: 50px;
  right: 20%;
  position: relative;
}

.testi-topcontainer-pricing .testi-topcontainer-pricing-inner .testi-topcontainer-pricing-inner-title h1 {
  font-weight: 500;
  font-size: 80px;
  letter-spacing: .55px;
  color: #fff;
  position: relative;
  top: 80px;
}

.testi-topcontainer-pricing .testi-topcontainer-pricing-inner .testi-topcontainer-pricing-inner-title h2 {
  color: #000;
  font-weight: 400;
  color: rgb(219, 219, 219);
  font-size: 20px;
  line-height: 27px;
  letter-spacing: .57px;
  position: relative;
  top: 30px;
}

.testi-topcontainer-pricing .testi-topcontainer-pricing-inner .testi-topcontainer-pricing-inner-title a {
  position: relative;
  top: 80px;
  color: #000;
  background: #fff;
  padding: 10px 30px 10px 30px;
}

.testi-wrapper {
  max-width: 80%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.testi-wrapper div {
  margin: 0 auto;
}

#testi-one {
  padding: 20px;
  float: left;
  width: 40%;
  background: #fff;
}

#testi-one h1 {
  font-size: 20px;
  margin-bottom: 30px;
}

#testi-two h1 {
  font-size: 20px;
  margin-bottom: 30px;
}

#testi-two a, #testi-one a {
  color: #fff;
  background: #000;
  padding: 10px;
  font-weight: 400;
  border-radius: 3px;
  position: relative;
  top: 10px;
}

#testi-two a:hover, #testi-one a:hover, .button134 a:hover {
  background: rgb(59, 59, 59);
}

#testi-two {
  padding: 20px;
  overflow: hidden;
  width: 40%;
  background: #fff;
}

.button134 {
  margin: 0 auto;
  max-width: 1000px;
  margin-top: 150px;
  padding: 30px;
  text-align: center;
}

.button134 a {
  display: inline-block;
  padding: 10px;
  border-radius: 3px;
  background: #000;
  color: #fff;
  margin: 5px;
}

.button134 a i {
  font-size: 12px;
}

#testi-one img, #testi-two img {
  margin-right: 5px;
}

@media screen and (max-width: 550px) {
  #testi-two a, #testi-one a {
    color: blue;
    background: none;
    padding: 0px;
    text-decoration: underline;
  }
  #testi-one {
    float: none;
    margin-right: 0;
    width: auto;
    border: 0;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 450px) {
  .testi-topcontainer-pricing .testi-topcontainer-pricing-inner .testi-topcontainer-pricing-inner-title a {
    padding: 5px;
    top: 20px;
    font-size: 13px;
  }
  .testi-topcontainer-pricing {
    height: 500px;
  }
}

@media screen and (max-width: 350px) {
  .testi-topcontainer-pricing {
    height: 650px;
  }
}

@media screen and (max-width: 1000px) {
  .testi-topcontainer-pricing {
    width: 100%;
  }
  .testi-topcontainer-pricing .testi-topcontainer-pricing-inner .testi-topcontainer-pricing-inner-title {
    right: 0px;
    width: 80%;
    margin: 0 auto;
  }
  .testi-topcontainer-pricing .testi-topcontainer-pricing-inner .testi-topcontainer-pricing-inner-title h1 {
    font-size: 55px;
    top: 20px;
  }
  .testi-topcontainer-pricing .testi-topcontainer-pricing-inner .testi-topcontainer-pricing-inner-title h2 {
    top: 20px;
  }
}

.getfreemonth {
  width: 100%;
  background: #fff;
}

.getfreemonthinner {
  margin: 0 auto;
  max-width: 1000px;
  padding: 50px;
}

.getfreemonthinner h1 {
  font-weight: 300;
  font-size: 70px;
}

.getfreemonthinner h2 {
  position: relative;
  top: -40px;
  font-size: 30px;
}

.getfreemonthinner p {
  position: relative;
  top: -40px;
}

.freem-wrapper {
  overflow: hidden;
}

.freem-wrapper div {
  margin: 0 auto;
}

#freem-one {
  float: left;
  width: 45%;
}

#freem-one p, #freem-two p {
  position: relative;
  top: 0px;
  font-weight: 600;
}

#freem-one h3, #freem-two h3 {
  font-size: 25px;
  font-weight: 300;
}

#freem-two p {
  position: relative;
  top: 0px;
}

#freem-two {
  overflow: hidden;
  width: 45%;
}

#freem-one img {
  border-bottom: 5px solid #fff;
}

#freem-one img:hover {
  border-bottom: 5px solid blue;
}

#freem-one a:hover {
  color: blue;
}

#freem-two .a123 {
  font-size: 12px;
  position: relative;
  line-height: 35px;
  color: rgb(155, 155, 155);
}

#freem-two .a1234 {
  top: -20px;
  font-size: 12px;
  line-height: 15px;
  color: rgb(155, 155, 155);
}

.cl1 {
  text-align: center;
  font-size: 100px;
  font-weight: 300;
}

@media screen and (max-width: 800px) {
  #freem-one .img112 {
    height: 40px;
  }
}

@media screen and (max-width: 550px) {
  #freem-one, #freem-two {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .cl1 {
    font-size: 50px;
  }
}

@keyframes slideInFromLeft {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
  }
}

.topcontainer-pricing .topcontainer-pricing-inner {
  max-width: 600px;
  margin: 0 auto;
}

.topcontainer-pricing .topcontainer-pricing-inner .topcontainer-pricing-inner-title {
  padding-top: 50px;
  right: 40%;
  position: relative;
}

.topcontainer-pricing .topcontainer-pricing-inner .topcontainer-pricing-inner-title h1 {
  font-weight: 300;
  font-size: 80px;
  letter-spacing: .55px;
  line-height: 100px;
  margin-bottom: 15px;
  margin-top: 100px;
}

.topcontainer-pricing .topcontainer-pricing-inner .topcontainer-pricing-inner-title h2 {
  color: #000;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: .57px;
  position: relative;
  margin-top: -100px;
}

.topcontainer-pricing .topcontainer-pricing-inner .topcontainer-pricing-inner-title a {
  /* border:1px solid rgb(13, 13, 139); */
  /* background: #7b00ff; */
  background: #000;
  position: relative;
  top: 20px;
  margin-right: 15px;
  padding: 10px 30px 10px 30px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
}

.topcontainer-pricing .topcontainer-pricing-inner .topcontainer-pricing-inner-title a:hover {
  background: rgb(41, 41, 41);
}

.pricing-upper {
  max-width: 100%;
  margin: 0 auto;
  /* margin-top:50px; */
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fff;
}

.pricing-upper .pricing-upper-inner {
  margin: 0 auto;
  max-width: 900px;
}

.pricing-upper-container {
  display: flex;
}

.pricing-upper-section {
  flex: 1;
  /*grow*/
  text-align: left;
}

.pricing-upper-section a {
  /* color: #e6891e; */
  color:blue;
}

.pricing-upper-section li a {
  color: #000;
  text-decoration: underline;
}

.pricing-upper-section li sup {
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: -3px;
  left: 5px;
  color: #fff;
  background: #000;
  border-radius: 10px;
  text-transform: uppercase;
  padding: 2px 6px 2px 6px;
  font-size: 10px;
  font-weight: 700;
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, .3); */
}

.blogosouter {
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 100px;
}

.blogosheading {
  margin: 0 auto;
  max-width: 900px;
}

.blogosheading h3 {
  font-size: 30px;
  color: #031b4e;
}

.blogos {
  margin: 0 auto;
  text-align: center;
}

.blogos img {
  margin-right: 50px;
  text-align: center;
}

@media (max-width: 768px) {
  .pricing-upper .pricing-upper-inner .pricing-upper-container .pricing-upper-section ul li {
    display: block;
    float: left;
    width: 300px;
    height: 40px;
    padding: 5px;
  }
  .pricing-upper-section {
    padding-left: 20px;
    margin-top: 20px;
  }
  .pricing-upper-container {
    flex-direction: column;
  }
}

.pricing-upper .pricing-upper-inner .pricing-upper-container .pricing-upper-section h2 {
  font-size: 40px;
  /* color: #031b4e; */
  color: #000;
}

.pricing-upper .pricing-upper-inner .pricing-upper-container .pricing-upper-section a {
  font-size: 18px;
}

.pricing-upper .pricing-upper-inner .pricing-upper-container .pricing-upper-section i {
  font-size: 12px;
}

.pricing-upper .pricing-upper-inner .pricing-upper-container .pricing-upper-section .greencheck {
  /* fill: #15cd72; */
  fill: rgba(3,27,78,.7);
  height: 15px;
  margin-right: 4px;
  width: 13px;
  position: relative;
  top:2px;
}

.pricing-upper .pricing-upper-inner .pricing-upper-container .pricing-upper-section ul li {
  font-weight: 700;
  /* color: rgba(3,27,78,.7); */
  color: #000;
  font-size: 16px;
}

.pricingtable-top-div {
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
}

.pricingtable-top-div .pricingtabel-top-div-inner {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 40px;
  display: flex;
}

@media (max-width: 768px) {
  /*breakpoint*/
  .pricingtable-top-div .pricingtabel-top-div-inner {
    flex-direction: column;
  }
  .pricingtable-top-div .pricingtabel-top-div-inner .pricingtable-top-div-inner-left {
    max-width: 90%;
    padding: 20px;
  }
  .pricingtable-top-div .pricingtabel-top-div-inner .pricingtable-top-div-inner-right {
    max-width: 100%;
    padding: 20px;
  }
  .pricingtable-top-div .pricingtabel-top-div-inner .pricingtable-top-div-inner-left h1 {
    text-align: center;
  }
  .pricingtable-top-div .pricingtabel-top-div-inner .pricingtable-top-div-inner-right h1 {
    text-align: center;
  }
}

.pricingtable-top-div .pricingtabel-top-div-inner .pricingtable-top-div-inner-left {
  float: left;
  width: 750px;
}

.moveright {
  width: 700px;
  position: relative;
  left: 300px;
}

.pricingtable-top-div .pricingtabel-top-div-inner .pricingtable-top-div-inner-left h1 {
  color: #000;
  font-size: 48px;
  font-weight: 400;
}

.pricingtable-top-div .pricingtabel-top-div-inner .pricingtable-top-div-inner-left p {
  max-width: 650px;
}

.pricingtable-top-div .pricingtabel-top-div-inner .pricingtable-top-div-inner-left img {
  width: 28px;
  position: relative;
  margin-right: 15px;
}

.pricingtable-top-div .pricingtabel-top-div-inner .pricingtable-top-div-inner-right {
  float: right;
  width: 250px;
  background: #fff;
  height: 150px;
  line-height: 2rem;
  margin-top: 70px;
}

.pricingtable-top-div .pricingtabel-top-div-inner .pricingtable-top-div-inner-right h1 {
  color: #031b4e;
  font-size: 18px;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 25px;
}

.pricingtable-top-div .promo {
  max-width: 1000px;
  margin: 0 auto;
}

.pricingtable-top-div .promo .promoinner {
  width: 500px;
  background: #e7e7f1;
  border-radius: 20px;
}

.pricingtable-top-div .promo .promoinner h2 {
  color: #000000;
  font-size: 16px;
  letter-spacing: .57px;
  font-weight: 400;
  line-height: 2rem;
}

.pricingtable-top-div .promo .promoinner h2 strong {
  /* color: #e6891e; */
  color:#000000;
  border-bottom: 1px solid rgb(187, 187, 187);
}

.pricingtable-top-div .promo h2 .promo-sale {
  text-align: center;
  margin: 0 auto;
  position: relative;
  margin-right: 10px;
  margin-left: 5px;
  /* color: #fff;
  background: #000; */
  color: #000;
  background: #fff;
  border-radius: 10px;
  text-transform: uppercase;
  padding: 2px 6px 2px 6px;
  font-size: 13px;
  font-weight: 700;
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, .3); */
}

.pricingtable-top-div .promo h2 strong {
  font-weight: 600;
}

.pricing-container {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 3rem;
}

.pricing-section a:hover {
  background: rgb(73, 73, 73);
}

.last {}

.topmargin {
  margin-top: 10px;
}

.lite {
  /* color: rgba(3,27,78,1); */
  color: #000;
}

.priceborder {
  border-left: 3px solid #f5f5f9;
  font-size: 20px;
}

.pricing-section {
  flex: 1;
  /*grow*/
  background: #fff;
}

.pricing-container p {
  margin: 0;
  margin-top: 10px;
  font-size: 14px;
  color: #8b8ba8;
  line-height: 20px;
}

.special-cpanel {
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: -10px;
  left: 5px;
  color: #fff;
  background: #000;
  border-radius: 10px;
  text-transform: uppercase;
  padding: 2px 6px 2px 6px;
  font-size: 10px;
  font-weight: 700;
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, .3); */
}

.pricing-container .most-popular {
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: -10px;
  left: 15px;
  color: #fff;
  background: #000;
  border-radius: 10px;
  text-transform: uppercase;
  padding: 2px 6px 2px 6px;
  font-size: 10px;
  font-weight: 700;
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, .3); */
}

.pricing-container .purple {
  background: #bc0ed3;
}

.pricing-container .description {
  line-height: 4rem;
  text-align: center;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.7);
}

.pricing-container .specs {
  text-align: center;
  font-weight: 600;
  /* font-size: 18px; */
  letter-spacing: .60px;
}

.custom1 {
  font-size: 14px;
  font-weight: 400 !important;
}

.pricing-container a {
  position: relative;
  top: 20px;
  text-align: center;
  font-weight: 600;
  border-left: 3px solid #f9f3f8;
  color: #fff;
  /* background:#2868fc; */
  background: #000;
  padding: 10px 20px 10px 20px;
  border-radius: 7px;
}

.pricing-container>.mostp {
  color: #e6891e;
}

.pricing-container>.mostp p {
  color: #e6891e;
}

.pricing-container>.mostp a {
  background-color: #ec9a3b;
}

.pricing-container>.mostp a:hover {
  background-color: #7b00ff;
}

@media (max-width: 768px) {
  /*breakpoint*/
  .pricing-container {
    flex-direction: column;
  }
}

.managed-wrap {
  text-align: center;
}

.managed-resp {
  display: inline-block;
  text-align: left;
  width: 250px;
  background: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 3px;
  margin-top:3px;
  border:1px solid #ddd;
}
.managed-special {
  padding-top:30px;
  padding-bottom:30px;
  border-color:#c4c4c4;
}
.payforyear {
  margin:0 auto;
  text-align:center;
  position:relative;
  top:-15px;
}
.payforyear p {
  font-family: 'IBM Plex Mono';
  font-size: 13px;
}
.managed-resp h3 {
  font-weight: 600;
  font-size: 20px;
  
}
.managed-resp h2 {
  font-weight: 400;
  font-size: 16px;
  color:rgb(94, 94, 94);

}
.managed-resp h1 {
  font-weight: 600;
  font-size: 60px;
  color: #031b4e;
  position: relative;
  top:-30px;
}
.managed-resp .smallp1 {
  font-size: 18px;
  font-weight: 400;
}
.managed-resp .smallp2 {
  font-size: 20px;
  position: relative;
  top:-25px;
}
.managed-resp .strikep1 {
  text-decoration: line-through;
}
.managed-resp .aslas {
  color: #031b4e;
  font-weight: 600;
  font-family: 'IBM Plex Mono';
}
.moye {
  margin:0 auto;
  position: relative;
  margin-top:-40px;
  border-bottom: 2px solid rgb(226, 226, 226);
  line-height: 50px;
}
.moye button {
  border:none;
  cursor:pointer;
  background: #000;
  color:#fff;
  padding:5px 20px;
}


.price-switcher {
  margin:0 auto;
  text-align: center;
padding:20px;
}


.switcher {
  margin:0 auto;
  display: inline-block;
  height: 30px;
  margin-top:3px;
  padding: 4px;
  background: #fff;
  border-radius: 2px;
  width: 200px;
  border-radius: 5px;
  border: solid 1px #ddd;
  position: relative;
}

.switcher__input {
  display: none;
}

.switcher__label {
  float: left;
  width: 50%;
  font-size: 12px;
  line-height: 30px;
  color: #000;
  text-align: center;
  cursor: pointer;
  position: inherit;
  z-index: 10;
  transition: color 0.2s cubic-bezier(0.4, 0.0, 0.2, 1);
  will-change: transform;
  text-transform: uppercase;
  font-weight: 600;
}

.switcher__toggle {
  position: absolute;
  float: left;
  height: 30px;
  width: 50%;
  font-size: 12px;
  line-height: 5px;
  cursor: pointer;
  /* background-color: #7b00fc; */
  background-color: #0000ff;
  border-radius: 5px;
  left: 5px;
  top: 4px;
  transition: left 0.25s cubic-bezier(0.4, 0.0, 0.2, 1);
  will-change: transform;
}

.switcher__input:checked + .switcher__label {
  color: #fff;
}

.switcher__input--yang:checked ~ .switcher__toggle {
  left: 100px;
}



.managed-specs {
  width:90%;
  margin:0 auto;
  margin-top:30px;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
}

.managed-deploy-button {
  border-top: 1px solid rgb(226, 226, 226);margin-top:20px;
}
.managed-deploy-button-inner {
  padding-top:40px;padding-bottom:30px;
}
.managed-deploy-button-inner a {
  background: #0000ff;
  color:#fff;
  padding:10px 20px;
  border-radius: 3px;
}
.managed-deploy-button-inner a:hover {
  background: rgb(10, 100, 218);
}


























.upperupgrades {
  margin: 0 auto;
  margin-top: 20px;
  max-width: 1000px;
  font-weight: 400;
}

.upgrades {
  width: 1000px;
  margin: 0 auto;
  margin-top: 20px;
  text-align: right;
}

.upgrades img {
  float: left;
  margin-right: 20px;
  max-height: 25px;
}

.upgrades a {
  color: rgb(168, 168, 168);
  border-bottom: 1px solid rgb(197, 197, 197);
  letter-spacing: .40px;
  font-weight: 400;
}
.upgrades a:hover {
  color: black;
  
}

.upgrades a:nth-child(1) {
  margin-right: 20px;
}

.divslide {
  width: 100%;
  margin-top: 70px;
}

.divslide .topslide {
  width: 50%;
  /* background:#000; */
  height: 220px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  position: relative;
}

.topslide .blogos img {
  margin-right: 15px;
}

.divslide .bottomslide {
  width: 250px;
  background: rgb(255, 255, 255);
  border-top: 1px solid rgb(211, 211, 211, 0.4);
  border-right: 1px solid rgb(211, 211, 211, 0.4);
  height: 40px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: relative;
  top: 2px;
  z-index: 200;
}

.divslide .bottomslide h1 {
  font-size: 16px;
  position: relative;
  left: 20px;
  font-weight: 600;
}

.divslideright {
  width: 100%;
  text-align: right;
  position: relative;
  margin: 0 auto;
  flex: 0;
  display: inline-block;
  margin-top: 150px;
}

.divslideright .topslideright {
  float: right;
  width: 45%;
  background: #000;
  height: 30px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  position: relative;
  top: -50px;
}

.divslideright .topslideright2 {
  float: left;
  width: 70%;
  background: #e2e2ee;
  height: 20px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  position: relative;
  left: 60%;
  top: -40px;
}

.divslideright .topslideright3 {
  float: left;
  width: 70%;
  background: #e2e2ee;
  height: 20px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  position: relative;
  left: 65%;
  top: -30px;
}

.divslideright .topslideright4 {
  float: left;
  width: 70%;
  background: #e2e2ee;
  height: 20px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  position: relative;
  left: 60%;
  top: -20px;
}

.divslideright .topslideright5 {
  float: right;
  width: 45%;
  background: #000;
  height: 30px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  position: relative;
  top: -10px;
}

.divslidenvme {
  width: 100%;
  margin-top: 100px;
}

.divslidenvme .topslidenvme {
  width: 100%;
  background: #000000;
  height: 50px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  position: relative;
}

.divslidenvme .middleslidenvme {
  width: 600px;
  background: #240a81;
  ;
  height: 30px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  position: relative;
  margin-top: 5px;
}

.divslidenvme .bottomslidenvme {
  width: 500px;
  background: rgb(79, 2, 109);
  height: 30px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  margin-top: 5px;
}

.animBlock {
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  -webkit-transition: all .25s ease-in;
  -moz-transition: all .25s ease-in;
  -ms-transition: all .25s ease-in;
  -o-transition: all .25s ease-in;
  transition: all .25s ease-in;
}

.animBlock[data-position="left"] {
  left: -20%;
}

.animBlock[data-position="right"] {
  right: -20%;
}

.animBlock[data-position="top"] {
  top: -20%;
}

.animBlock[data-position="bottom"] {
  bottom: -20%;
}

.animBlock[data-position="left"].viewed {
  left: 0%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.animBlock[data-position="right"].viewed {
  right: 0%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.animBlock[data-position="top"].viewed {
  top: 0%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.animBlock[data-position="bottom"].viewed {
  bottom: 0%;
  opacity: 1;
  filter: alpha(opacity=100);
}

.sidenav {
  width: 330px;
  position: fixed;
  z-index: 1;
  top: 70px;
  left: 0px;
  /* background: #2a31fc; */
  background: #000;
  border-bottom-right-radius: 5px;
  overflow-x: hidden;
  padding: 8px 0;
}

.blue {
  width: 430px !important;
  /* background:rgb(42,33,207); */
}

.sidenav a {
  padding: 6px 8px 6px 16px;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  display: block;
  float: left;
}

.sidenav a:hover {
  color: rgb(189, 189, 189);
}

.wrapper-upfaq {
  background-color: #fff;
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  margin-top: 100px;
}

.wrapper-upfaq div {
  padding: 20px;
}

#one-upfaq {
  float: left;
  margin-right: 20px;
  width: 550px;
  border-right: 1px solid rgb(216, 216, 216);
}

#two-upfaq {
  background-color: white;
  overflow: hidden;
}

.wrapper-upfaq .faqtitle {
  color: #000;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 50px;
  background: url('../images/faq.svg');
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 100%;
  background-size: 60%;
  line-height: 6rem;
  border-bottom: 1px solid rgb(230, 230, 230);
}

.wrapper-upfaq .upgradetitle {
  color: #000;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 50px;
  background: url('../images/upgrades.png');
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 0%;
  line-height: 6rem;
  border-bottom: 1px solid rgb(230, 230, 230);
}

.wrapper-upfaq .question {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

.wrapper-upfaq .question.last {
  color: #ff9921;
}

.wrapper-upfaq .answer {
  display: block;
  margin-bottom: 30px;
}

#two-upfaq p {
  border-bottom: 2px solid #f5f5f9;
}

.wrapper-upfaq .upgraderesource {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  width: 180px;
  display: inline-block;
  margin-bottom: 25px;
  margin-right: 20px;
}

.wrapper-upfaq .upgradeanswer {
  display: inline-block;
  width: 220px;
  margin-right: 20px;
}

.wrapper-black-bottom {
  overflow: hidden;
  margin: 0 auto;
}

.wrapper-black-bottom div {
  padding: 10px;
}

#one-black-bottom {
  float: left;
  margin-right: 20px;
  width: 30%;
  color: #fff;
}

#one-black-bottom img {
  position: relative;
  left: -20px;
}

#two-black-bottom {
  color: #fff;
  overflow: hidden;
}

#two-black-bottom h2 {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: .57px;
}

.k11 {
  position: relative;
  margin-top: 50px;
}

.k12 {
  position: relative;
  top: 10px;
  padding-left: 70px;
  padding-right: 70px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #7b00fc;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 3px;
  font-size: 20px;
}

.k12:hover {
  color: #000 !important;
  background: #fff;
}

.signuptodayheight {
  margin: 0 !important;
}

#two-black-bottom h1 {
  font-weight: 300;
  font-size: 100px;
  letter-spacing: .55px;
  line-height: 110px;
  position: relative;
  top: -55px;
}

#two-black-bottom p {
  color: #fff;
  position: relative;
  top: -95px;
}

#two-black-bottom a {
  font-weight: 400;
  color: #ff9921;
  text-decoration: underline;
}

.satisg {
  width: 100%;
  background: #000;
  height: 420px;
  margin-top: 100px;
}

.slaheight {
  height: 450px;
}

.signuptodayheight {
  height: 350px;
}

/* features page   */

.ft-divslide {
  width: 100%;
  margin-top: 70px;
  margin-bottom: 100px;
}

.ft-divslide .topslide {
  width: 900px;
  background: #000;
  height: 40px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: relative;
  margin-top: 5px;
}

.ft-divslide .middleslide {
  width: 800px;
  background: #000;
  height: 40px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-top: 5px;
}

.ft-divslide .bottomslide {
  width: 700px;
  background: #000;
  height: 40px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-top: 5px;
}

.feat-top {
  margin: 0 auto;
  width: 100%;
  height: 894px;
  /* background: url(../images/5.png), linear-gradient(90deg,#2b30ff,#2b30ff) ;background-repeat:no-repeat; */
  background: url(../images/5.png), linear-gradient(135deg, #2b30ff 70%, #2b30ff);
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 50%;
  /* animation: 1s ease-out 0s 1 slideInFromLeft; */
}

.feat-top .feat-topinner {
  margin: 0 auto;
  width: 700px;
  position: relative;
  top: 15%;
  right: 10%;
}

.feat-topinner h1 {
  color: #fff;
  font-weight: 200;
  font-size: 100px;
  letter-spacing: .57px;
  line-height: 100px;
  display: block;
}

.feat-topinner h2 {
  color: #fff;
  font-weight: 300;
  font-size: 50px;
  letter-spacing: .57px;
  line-height: 60px;
  display: block;
}

.feat-container {
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
  margin-top: 100px;
}

.feat-section {
  flex: 1;
  /*grow*/
  /* border: 1px solid; */
  text-align: center;
}

.feat-section h1 {
  font-weight: 700;
  font-size: 60px;
  letter-spacing: .57px;
  color: #000;
}

.feat-section h2 {
  position: relative;
  margin-top: -30px;
  color: #202020;
}

.feat-section p {
  margin: 0 auto;
  max-width: 70%;
  text-align: left;
}

@media (max-width: 768px) {
  /*breakpoint*/
  .feat-container {
    margin: 0 auto;
    width: 60%;
    flex-direction: column;
    text-align: center;
  }
}

.feat-keyfeat {
  margin: 0 auto;
  margin-top: 100px;
}

.feat-keyfeatinner {
  margin: 0 auto;
  width: 1000px;
}

.feat-keyfeatinner h1 {
  font-weight: 700;
  font-size: 100px;
  letter-spacing: .57px;
  line-height: 110px;
  display: block;
}

.docker-top {
  margin: 0 auto;
  width: 100%;
  height: 694px;
  background: url('../images/cta-cubes-right-3.svg');
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 30%;
}

.docker-topinner {
  margin: 0 auto;
  width: 700px;
  position: relative;
  top: 15%;
  right: 10%;
}

.docker-topinner h1 {
  color: rgb(14, 13, 13);
  font-weight: 200;
  font-size: 100px;
  letter-spacing: .57px;
  display: block;
}

.docker-topinner h2 {
  color: rgb(0, 0, 0);
  font-weight: 400;
  font-size: 50px;
  letter-spacing: .57px;
  display: block;
}

.docker-container {
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
  margin-top: 100px;
}

.docker-section {
  flex: 1;
  /*grow*/
  /* border: 1px solid; */
  text-align: center;
}

.docker-section h1 {
  font-weight: 700;
  font-size: 60px;
  letter-spacing: .57px;
  color: #000;
}

.docker-section h2 {
  position: relative;
  margin-top: -30px;
  color: #020202;
}

.docker-section p {
  margin: 0 auto;
  max-width: 70%;
  text-align: left;
  color: #fff;
}

@media (max-width: 768px) {
  /*breakpoint*/
  .docker-top {
    background: none;
  }
  .docker-topinner {
    width: 100%;
    padding-right: 5px;
    right: 0;
    left: 0;
  }
  .docker-topinner p, .docker-topinner h1, .docker-topinner h2, .docker-topinner h3 {
    padding: 15px;
  }
  .docker-container {
    margin: 0 auto;
    width: 60%;
    flex-direction: column;
    text-align: center;
  }
  .docker-top {
    height: 100%;
  }
  .docker-topinner h1 {
    position: relative;
    top: 70px;
  }
}

.dockermain {
  width: 100%;
  height: 550px;
  background: url('../images/cta-cubes-left-3.svg');
  background-repeat: no-repeat;
  background-position-x: 0%;
  background-position-y: 50%;
  margin-top: 100px;
}

.dockermain-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.dockermain-inner h2 {
  font-weight: 400;
  font-size: 20px;
}

.docker-wrapper {
  overflow: hidden;
}

.docker-wrapper div {
  min-height: 200px;
  padding: 10px;
}

#docker-one {
  float: left;
  width: 45%;
}

#docker-two {
  overflow: hidden;
  width: 45%;
}

@media (max-width: 1000px) {
  .dockermain {
    height: 100%;
    background: none;
  }
}

@media screen and (max-width: 800px) {
  #docker-one {
    float: none;
    margin-right: 0;
    width: auto;
    border: 0;
  }
  #docker-two {
    width: 100%;
    text-align: center;
  }
  #docker-two img {
    width: 80%;
  }
}

.appsoffer {
  width: 100%;
  background: #000;
  margin-top: 100px;
}

.appsofferinner {
  width: 900px;
  padding-top: 60px;
  padding-bottom: 90px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.appsofferinner h1, .appsofferinner h3 {
  color: #fff;
}

.appsofferinner h1 {
  font-weight: 300;
  font-size: 50px;
  font-family: "IBM Plex Mono";
}

.appsofferinner h3 {
  font-weight: 600;
  font-size: 30px;
}

.appsofferinner a {
  padding: 10px 40px;
  border-radius: 3px;
  background: #fff;
  color: #000;
  position: relative;
  top: 20px;
  display: inline-block;
}

.appsofferinner a:hover {
  background: rgb(180, 180, 180);
}

@media screen and (max-width: 800px) {
  .appsofferinner {
    width: 100%;
  }
  .appsofferinner h1 {
    font-size: 30px;
  }
  .appsofferinner a {
    position: relative;
    top: 20px;
  }
}

.cpanel-top {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: url('../images/cpanelapp.png');
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 50%;
  padding-top: 100px;
}

.cpanel-topinner {
  margin: 0 auto;
  width: 700px;
  position: relative;
  top: 15%;
  right: 10%;
}

.cpanel-topinner h1 {
  color: rgb(14, 13, 13);
  font-weight: 200;
  font-size: 100px;
  letter-spacing: .57px;
  display: block;
}

.cpanel-topinner h2 {
  color: rgb(0, 0, 0);
  font-weight: 400;
  font-size: 50px;
  letter-spacing: .57px;
  display: block;
}

.cpanel-container {
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
  margin-top: 100px;
}

.cpanel-section {
  flex: 1;
  /*grow*/
  /* border: 1px solid; */
  text-align: center;
}

.cpanel-section h1 {
  font-weight: 700;
  font-size: 60px;
  letter-spacing: .57px;
  color: #000;
}

.cpanel-section h2 {
  position: relative;
  margin-top: -30px;
  color: #020202;
}

.cpanel-section p {
  margin: 0 auto;
  max-width: 70%;
  text-align: left;
  color: #fff;
}

@media (max-width: 768px) {
  /*breakpoint*/
  .cpanel-top {
    background: none;
  }
  .cpanel-topinner {
    width: 100%;
    padding-right: 5px;
    right: 0;
    left: 0;
  }
  .cpanel-topinner p, .cpanel-topinner h1, .cpanel-topinner h2, .cpanel-topinner h3 {
    padding: 15px;
  }
  .cpanel-container {
    margin: 0 auto;
    width: 60%;
    flex-direction: column;
    text-align: center;
  }
  .cpanel-top {
    height: 100%;
  }
  .cpanel-topinner h1 {
    position: relative;
    top: 70px;
  }
}

.cpanelmain {
  width: 100%;
  height: 550px;
  margin-top: 100px;
}

.cpanelmain-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.cpanelmain-inner h2 {
  font-weight: 400;
  font-size: 20px;
}

.cpanel-wrapper {
  overflow: hidden;
}

.cpanel-wrapper div {
  min-height: 200px;
  padding: 10px;
}

#cpanel-one {
  float: left;
  width: 45%;
}

#cpanel-two {
  overflow: hidden;
  width: 45%;
}

.appsofferinner-cpanel h3.cpanelsale {
  color: #e6891e;
  font-size: 36px;
  font-weight: 400;
}

@media (max-width: 1000px) {
  .cpanelmain {
    height: 100%;
    background: none;
  }
}

@media screen and (max-width: 800px) {
  #cpanel-one {
    float: none;
    margin-right: 0;
    width: auto;
    border: 0;
  }
  #cpanel-two {
    width: 100%;
    text-align: center;
  }
  #cpanel-two img {
    width: 80%;
  }
}

.greencheck32 {
  fill: #15cd72;
  height: 15px;
  margin-right: 4px;
  width: 15px;
}

.cpanelmain {
  width: 100%;
  height: 700px;
  background: #fff;
  padding-bottom: 150px;
  padding-top: 100px;
}

.cpanelmain-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.cpanelmain-inner h2 {
  font-weight: 400;
  font-size: 28px;
}

.cpanelmain-inner h3 {
  position: relative;
  top: -15px;
}

.cpanelmain-inner ul {
  padding: 0;
}

.cpanelmain-inner p {
  line-height: 30px;
}

.cpanel-wrapper {
  overflow: hidden;
}

.cpanel-wrapper div {
  min-height: 200px;
  padding: 10px;
}

#cpanel-one {
  float: left;
  width: 45%;
}

#cpanel-two {
  overflow: hidden;
  width: 45%;
}

@media (max-width: 1000px) {
  .cpanelmain {
    height: 100%;
    background: none;
  }
}

@media screen and (max-width: 800px) {
  .cpanel-topinner h4 {
    padding: 15px;
  }
  #cpanel-one {
    float: none;
    margin-right: 0;
    width: auto;
    border: 0;
  }
  #cpanel-two {
    width: 100%;
    text-align: center;
  }
  #cpanel-two img {
    width: 80%;
  }
}

.appsoffer-cpanel {
  width: 100%;
  background: #000;
}

.appsofferinner-cpanel {
  width: 900px;
  padding-top: 60px;
  padding-bottom: 90px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.appsofferinner-cpanel h1, .appsofferinner-cpanel h3 {
  color: #fff;
}

.appsofferinner-cpanel h1 {
  font-weight: 300;
  font-size: 50px;
  font-family: "IBM Plex Mono";
}

.appsofferinner-cpanel h3 {
  font-weight: 600;
  font-size: 30px;
}

.appsofferinner-cpanel a {
  padding: 10px 40px;
  border-radius: 3px;
  background: #fff;
  color: #000;
  position: relative;
  top: 20px;
  display: inline-block;
}

.appsofferinner-cpanel a:hover {
  background: rgb(180, 180, 180);
}

@media screen and (max-width: 800px) {
  .appsofferinner-cpanel {
    width: 100%;
  }
  .appsofferinner-cpanel h1 {
    font-size: 30px;
  }
  .appsofferinner-cpanel a {
    position: relative;
    top: 20px;
  }
}

.wordpress-top {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: url('../images/wordpressapp.png');
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 50%;
  padding-top: 100px;
}

.wordpress-topinner {
  margin: 0 auto;
  width: 700px;
  position: relative;
  top: 15%;
  right: 10%;
}

.wordpress-topinner h1 {
  color: rgb(14, 13, 13);
  font-weight: 200;
  font-size: 80px;
  letter-spacing: .57px;
  display: block;
}

.wordpress-topinner h2 {
  color: rgb(0, 0, 0);
  font-weight: 400;
  font-size: 50px;
  letter-spacing: .57px;
  display: block;
}

.wordpress-container {
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
  margin-top: 100px;
}

.wordpress-section {
  flex: 1;
  /*grow*/
  /* border: 1px solid; */
  text-align: center;
}

.wordpress-section h1 {
  font-weight: 700;
  font-size: 60px;
  letter-spacing: .57px;
  color: #000;
}

.wordpress-section h2 {
  position: relative;
  margin-top: -30px;
  color: #020202;
}

.wordpress-section p {
  margin: 0 auto;
  max-width: 70%;
  text-align: left;
  color: #fff;
}

@media (max-width: 768px) {
  /*breakpoint*/
  .wordpress-top {
    background: none;
  }
  .wordpress-topinner {
    width: 100%;
    padding-right: 5px;
    right: 0;
    left: 0;
  }
  .wordpress-topinner p, .wordpress-topinner h1, .wordpress-topinner h2, .wordpress-topinner h3 {
    padding: 15px;
  }
  .wordpress-container {
    margin: 0 auto;
    width: 60%;
    flex-direction: column;
    text-align: center;
  }
  .wordpress-top {
    height: 100%;
  }
  .wordpress-topinner h1 {
    position: relative;
    top: 70px;
  }
}

.wordpressmain {
  width: 100%;
  height: 550px;
  margin-top: 100px;
}

.wordpressmain-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.wordpressmain-inner h2 {
  font-weight: 400;
  font-size: 20px;
}

.wordpress-wrapper {
  overflow: hidden;
}

.wordpress-wrapper div {
  min-height: 200px;
  padding: 10px;
}

#wordpress-one {
  float: left;
  width: 45%;
}

#wordpress-two {
  overflow: hidden;
  width: 45%;
}

.appsofferinner-wordpress h3.wordpresssale {
  color: #e6891e;
  font-size: 50px;
  font-weight: 300;
  position: relative;
  top: -20px;
}

@media (max-width: 1000px) {
  .wordpressmain {
    height: 100%;
    background: none;
  }
}

@media screen and (max-width: 800px) {
  #wordpress-one {
    float: none;
    margin-right: 0;
    width: auto;
    border: 0;
  }
  #wordpress-two {
    width: 100%;
    text-align: center;
  }
  #wordpress-two img {
    width: 80%;
  }
}

.greencheck32 {
  fill: #15cd72;
  height: 15px;
  margin-right: 4px;
  width: 15px;
}

.wordpressmain {
  width: 100%;
  height: 700px;
  background: #fff;
  padding-bottom: 150px;
  padding-top: 100px;
}

.wordpressmain-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.wordpressmain-inner h2 {
  font-weight: 400;
  font-size: 28px;
}

.wordpressmain-inner h3 {
  position: relative;
  top: -15px;
}

.wordpressmain-inner ul {
  padding: 0;
}

.wordpressmain-inner p {
  line-height: 30px;
}

.wordpress-wrapper {
  overflow: hidden;
}

.wordpress-wrapper div {
  min-height: 200px;
  padding: 10px;
}

#wordpress-one {
  float: left;
  width: 45%;
}

#wordpress-two {
  overflow: hidden;
  width: 45%;
}

@media (max-width: 1000px) {
  .wordpressmain {
    height: 100%;
    background: none;
  }
}

@media screen and (max-width: 800px) {
  .wordpress-topinner h4 {
    padding: 15px;
  }
  #wordpress-one {
    float: none;
    margin-right: 0;
    width: auto;
    border: 0;
  }
  #wordpress-two {
    width: 100%;
    text-align: center;
  }
  #wordpress-two img {
    width: 80%;
  }
}

.appsoffer-wordpress {
  width: 100%;
  background: #000;
  margin-top: 100px;
}

.appsofferinner-wordpress {
  width: 900px;
  padding-top: 60px;
  padding-bottom: 90px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.appsofferinner-wordpress h1, .appsofferinner-wordpress h3 {
  color: #fff;
}

.appsofferinner-wordpress h1 {
  font-weight: 300;
  font-size: 50px;
  font-family: "IBM Plex Mono";
}

.appsofferinner-wordpress h3 {
  font-weight: 300;
  font-size: 18px;
  color: rgb(255, 255, 255, 0.5)
}

.appsofferinner-wordpress a {
  padding: 10px 40px;
  border-radius: 3px;
  background: #fff;
  color: #000;
  position: relative;
  top: 20px;
  display: inline-block;
}

.appsofferinner-wordpress a:hover {
  background: rgb(180, 180, 180);
}

@media screen and (max-width: 800px) {
  .appsofferinner-wordpress {
    width: 100%;
  }
  .appsofferinner-wordpress h1 {
    font-size: 30px;
  }
  .appsofferinner-wordpress a {
    position: relative;
    top: 20px;
  }
}

.plesk-top {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: url('../images/pleskapp.png');
  background-repeat: no-repeat;
  background-position-x: 120%;
  background-position-y: 50%;
  padding-top: 100px;
}

.plesk-topinner {
  margin: 0 auto;
  width: 700px;
  position: relative;
  top: 15%;
  right: 10%;
}

.plesk-topinner h1 {
  color: rgb(14, 13, 13);
  font-weight: 200;
  font-size: 80px;
  letter-spacing: .57px;
  display: block;
}

.h5special {
  color: rgb(14, 13, 13, 0.4);
  font-weight: 400;
  font-size: 20px;
  letter-spacing: .57px;
  display: block;
  position: relative;
  top: -20px;
}

.plesk-topinner h2 {
  color: rgb(0, 0, 0);
  font-weight: 400;
  font-size: 50px;
  letter-spacing: .57px;
  display: block;
}

.plesk-container {
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
  margin-top: 100px;
}

.plesk-section {
  flex: 1;
  /*grow*/
  /* border: 1px solid; */
  text-align: center;
}

.plesk-section h1 {
  font-weight: 700;
  font-size: 60px;
  letter-spacing: .57px;
  color: #000;
}

.plesk-section h2 {
  position: relative;
  margin-top: -30px;
  color: #020202;
}

.plesk-section p {
  margin: 0 auto;
  max-width: 70%;
  text-align: left;
  color: #fff;
}

@media (max-width: 1200px) {
  .plesk-top {
    background-position-x: 160%;
  }
}

@media (max-width: 768px) {
  /*breakpoint*/
  .plesk-top {
    background: none;
  }
  .plesk-topinner {
    width: 100%;
    padding-right: 5px;
    right: 0;
    left: 0;
  }
  .plesk-topinner p, .plesk-topinner h1, .plesk-topinner h2, .plesk-topinner h3 {
    padding: 15px;
  }
  .plesk-container {
    margin: 0 auto;
    width: 60%;
    flex-direction: column;
    text-align: center;
  }
  .plesk-top {
    height: 100%;
  }
  .plesk-topinner h1 {
    position: relative;
    top: 70px;
  }
}

.pleskmain {
  width: 100%;
  height: 550px;
  margin-top: 100px;
}

.pleskmain-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.pleskmain-inner h2 {
  font-weight: 400;
  font-size: 20px;
}

.plesk-wrapper {
  overflow: hidden;
}

.plesk-wrapper div {
  min-height: 200px;
  padding: 10px;
}

#plesk-one {
  float: left;
  width: 45%;
}

#plesk-two {
  overflow: hidden;
  width: 45%;
}

.appsofferinner-plesk h3.plesksale {
  color: #e6891e;
  font-size: 50px;
  font-weight: 300;
  position: relative;
  top: -20px;
}

@media (max-width: 1000px) {
  .pleskmain {
    height: 100%;
    background: none;
  }
}

@media screen and (max-width: 800px) {
  #plesk-one {
    float: none;
    margin-right: 0;
    width: auto;
    border: 0;
  }
  #plesk-two {
    width: 100%;
    text-align: center;
  }
  #plesk-two img {
    width: 80%;
  }
}

.greencheck32 {
  fill: #15cd72;
  height: 15px;
  margin-right: 4px;
  width: 15px;
}

.pleskmain {
  width: 100%;
  height: 700px;
  background: #fff;
  padding-bottom: 150px;
  padding-top: 100px;
}

.pleskmain-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.pleskmain-inner h2 {
  font-weight: 400;
  font-size: 28px;
}

.pleskmain-inner h3 {
  position: relative;
  top: -15px;
}

.pleskmain-inner ul {
  padding: 0;
}

.pleskmain-inner p {
  line-height: 30px;
}

.plesk-wrapper {
  overflow: hidden;
}

.plesk-wrapper div {
  min-height: 200px;
  padding: 10px;
}

#plesk-one {
  float: left;
  width: 45%;
}

#plesk-two {
  overflow: hidden;
  width: 45%;
}

@media (max-width: 1000px) {
  .pleskmain {
    height: 100%;
    background: none;
  }
}

@media screen and (max-width: 800px) {
  .plesk-topinner h4 {
    padding: 15px;
  }
  #plesk-one {
    float: none;
    margin-right: 0;
    width: auto;
    border: 0;
  }
  #plesk-two {
    width: 100%;
    text-align: center;
  }
  #plesk-two img {
    width: 80%;
  }
}

.appsoffer-plesk {
  width: 100%;
  background: #000;
  margin-top: 100px;
}

.appsofferinner-plesk {
  width: 900px;
  padding-top: 60px;
  padding-bottom: 90px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.appsofferinner-plesk h1, .appsofferinner-plesk h3 {
  color: #fff;
}

.appsofferinner-plesk h1 {
  font-weight: 300;
  font-size: 50px;
  font-family: "IBM Plex Mono";
}

.appsofferinner-plesk h3 {
  font-weight: 300;
  font-size: 18px;
  color: rgb(255, 255, 255, 0.5)
}

.appsofferinner-plesk a {
  padding: 10px 40px;
  border-radius: 3px;
  background: #fff;
  color: #000;
  position: relative;
  top: 20px;
  display: inline-block;
}

.appsofferinner-plesk a:hover {
  background: rgb(180, 180, 180);
}

@media screen and (max-width: 800px) {
  .appsofferinner-plesk {
    width: 100%;
  }
  .appsofferinner-plesk h1 {
    font-size: 30px;
  }
  .appsofferinner-plesk a {
    position: relative;
    top: 20px;
  }
}

.magento-top {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: url('../images/mstandard_logo_thumbnail.jpg');
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 50%;
  padding-top: 100px;
}

.magento-topinner {
  margin: 0 auto;
  width: 700px;
  position: relative;
  top: 15%;
  right: 10%;
}

.magento-topinner h1 {
  color: rgb(14, 13, 13);
  font-weight: 200;
  font-size: 80px;
  letter-spacing: .57px;
  display: block;
}

.magento-topinner h2 {
  color: rgb(0, 0, 0);
  font-weight: 400;
  font-size: 50px;
  letter-spacing: .57px;
  display: block;
}

.magento-container {
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
  margin-top: 100px;
}

.magento-section {
  flex: 1;
  /*grow*/
  /* border: 1px solid; */
  text-align: center;
}

.magento-section h1 {
  font-weight: 700;
  font-size: 60px;
  letter-spacing: .57px;
  color: #000;
}

.magento-section h2 {
  position: relative;
  margin-top: -30px;
  color: #020202;
}

.magento-section p {
  margin: 0 auto;
  max-width: 70%;
  text-align: left;
  color: #fff;
}

@media (max-width: 768px) {
  /*breakpoint*/
  .magento-top {
    background: none;
  }
  .magento-topinner {
    width: 100%;
    padding-right: 5px;
    right: 0;
    left: 0;
  }
  .magento-topinner p, .magento-topinner h1, .magento-topinner h2, .magento-topinner h3 {
    padding: 15px;
  }
  .magento-container {
    margin: 0 auto;
    width: 60%;
    flex-direction: column;
    text-align: center;
  }
  .magento-top {
    height: 100%;
  }
  .magento-topinner h1 {
    position: relative;
    top: 70px;
  }
}

.magentomain {
  width: 100%;
  height: 550px;
  margin-top: 100px;
}

.magentomain-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.magentomain-inner h2 {
  font-weight: 400;
  font-size: 20px;
}

.magento-wrapper {
  overflow: hidden;
}

.magento-wrapper div {
  min-height: 200px;
  padding: 10px;
}

#magento-one {
  float: left;
  width: 45%;
}

#magento-two {
  overflow: hidden;
  width: 45%;
}

.appsofferinner-magento h3.magentosale {
  color: #e6891e;
  font-size: 50px;
  font-weight: 300;
  position: relative;
  top: -20px;
}

@media (max-width: 1000px) {
  .magentomain {
    height: 100%;
    background: none;
  }
}

@media screen and (max-width: 800px) {
  #magento-one {
    float: none;
    margin-right: 0;
    width: auto;
    border: 0;
  }
  #magento-two {
    width: 100%;
    text-align: center;
  }
  #magento-two img {
    width: 80%;
  }
}

.greencheck32 {
  fill: #15cd72;
  height: 15px;
  margin-right: 4px;
  width: 15px;
}

.magentomain {
  width: 100%;
  height: 700px;
  background: #fff;
  padding-bottom: 150px;
  padding-top: 100px;
}

.magentomain-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.magentomain-inner h2 {
  font-weight: 400;
  font-size: 28px;
}

.magentomain-inner h3 {
  position: relative;
  top: -15px;
}

.magentomain-inner ul {
  padding: 0;
}

.magentomain-inner p {
  line-height: 30px;
}

.magento-wrapper {
  overflow: hidden;
}

.magento-wrapper div {
  min-height: 200px;
  padding: 10px;
}

#magento-one {
  float: left;
  width: 45%;
}

#magento-two {
  overflow: hidden;
  width: 45%;
}

@media (max-width: 1000px) {
  .magentomain {
    height: 100%;
    background: none;
  }
}

@media screen and (max-width: 800px) {
  .magento-topinner h4 {
    padding: 15px;
  }
  #magento-one {
    float: none;
    margin-right: 0;
    width: auto;
    border: 0;
  }
  #magento-two {
    width: 100%;
    text-align: center;
  }
  #magento-two img {
    width: 80%;
  }
}

.appsoffer-magento {
  width: 100%;
  background: #000;
  margin-top: 100px;
}

.appsofferinner-magento {
  width: 900px;
  padding-top: 60px;
  padding-bottom: 90px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.appsofferinner-magento h1, .appsofferinner-magento h3 {
  color: #fff;
}

.appsofferinner-magento h1 {
  font-weight: 300;
  font-size: 50px;
  font-family: "IBM Plex Mono";
}

.appsofferinner-magento h3 {
  font-weight: 600;
  font-size: 30px;
}

.appsofferinner-magento a {
  padding: 10px 40px;
  border-radius: 3px;
  background: #fff;
  color: #000;
  position: relative;
  top: 20px;
  display: inline-block;
}

.appsofferinner-magento a:hover {
  background: rgb(180, 180, 180);
}

@media screen and (max-width: 800px) {
  .appsofferinner-magento {
    width: 100%;
  }
  .appsofferinner-magento h1 {
    font-size: 30px;
  }
  .appsofferinner-magento a {
    position: relative;
    top: 20px;
  }
}

/* vertical tabs */

.dcinfo h3 {
  font-weight: 700;
  letter-spacing: .57px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.dcinfo2 p {
  margin: 0;
}

.dcinfo2 h3 {
  font-weight: 700;
  letter-spacing: .57px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.dcinfo p {
  border-bottom: 1px solid rgb(230, 230, 230);
  max-width: 80%;
  line-height: 30px;
}

.dcinfo p span {
  font-weight: 700;
  float: right;
}

.picgallery a img {
  border: 5px solid #fff;
  border-radius: 8px;
  box-shadow: 0 0 0 1px #7f67f7, 5px 1px 0 #0051ff;
  margin: 10px;
}

.picgallery a img:hover {
  box-shadow: 0 0 0 1px #7f67f7, 5px 1px 0 #2b2b2b;
}

.vt-outer1 {
  display: inline-table;
}

.icon {
  position: relative;
  top: 2px;
  margin-right: 10px;
}

.vt-container {
  display: flex;
  max-width: 700px;
}

.vt-section {
  flex: 1;
  /*grow*/
}

.vt-section:nth-child(1) {
  margin-right: 20px;
}

.vt-section h3 {
  font-weight: 700;
  letter-spacing: .57px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.vt-section p {
  width: 90%;
}

@media (max-width: 768px) {
  /*breakpoint*/
  .vt-container {
    flex-direction: column;
  }
}

.maxwidth {
  max-width: 74rem;
  width: 100%;
  margin: 0 auto;
}

.ux-text h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: .6rem;
  color: #444;
}

.ux-text h3 {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 2rem;
  color: #a0b101;
}

.ux-text p {
  color: #666;
  line-height: 1.8rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.ux-text p:last-child {
  margin: 0;
}

.ux-vertical-tabs {
  position: relative;
  display: flex;
  background: #f3f5f9;
}

.ux-vertical-tabs .tabs {
  width: 20rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.ux-vertical-tabs .tabs button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f3f5f9;
  padding: 1.2rem;
  width: 100%;
  outline: none;
  text-align: left;
  cursor: pointer;
  border: 0;
  /* border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd; */
  border-left: 1px solid #ddd;
  font-size: .85rem;
  color: rgb(0, 0, 0);
  font-weight: 600;
  transition: background 250ms ease;
  font-family: source sans pro, sans-serif;
}

.ux-vertical-tabs .tabs button:first-child {
  /* border-top: 1px solid #ddd; */
}

.ux-vertical-tabs .tabs button h4 {
  font-weight: 700;
  letter-spacing: .57px;
  margin-bottom: 0;
  font-size: 18px;
}

.ux-vertical-tabs .tabs button p {
  margin-top: 10px;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  letter-spacing: .57px;
}

.ux-vertical-tabs .tabs button:hover {
  color: #2b30ff;
}

.ux-vertical-tabs .tabs button.active {
  background: transparent;
  border-right: 0;
  color: #2b30ff;
}

.ux-vertical-tabs .tabs button.active p {
  color: #2b30ff;
}

.ux-vertical-tabs .tabs button p {}

.ux-vertical-tabs .tabs button.active {
  border-left: 1px solid #2b30ff;
}

.ux-vertical-tabs .tabs button.empty {
  flex: 1;
  border: 0;
  /* border-right: 1px solid #ddd; */
  pointer-events: none;
}

.ux-vertical-tabs .tabs button:hover.empty {
  background: none;
}

.ux-vertical-tabs .tabs button span {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  /* border-left: 6px solid #ccc; */
  transform: translateX(1rem);
  opacity: 0;
  transition: all 350ms ease;
}

.ux-vertical-tabs .tabs button:hover span {
  transform: translateX(0);
  opacity: 1;
}

.ux-vertical-tabs .tabs button.active span {
  transform: translateX(0);
  border-left: 6px solid #2b30ff;
  opacity: 1;
}

.ux-vertical-tabs .maincontent {
  flex: 1;
  /* border: 1px solid #ddd; */
  border-left: 0;
  padding: 2rem;
  overflow: hidden;
}

.ux-vertical-tabs .maincontent .tabcontent {
  display: none;
}

.ux-vertical-tabs .maincontent .tabcontent.active {
  display: block;
  flex: 1;
  position: relative;
}

@media (max-width: 50rem) {
  .feat-keyfeatinner {
    width: 100%;
  }
  .ux-vertical-tabs {
    flex-direction: column;
    background: none;
  }
  .ux-vertical-tabs .tabs {
    width: 100%;
  }
  .ux-vertical-tabs .tabs button.empty {
    display: none;
  }
  .ux-vertical-tabs .maincontent {
    border-top: 0;
  }
  .ux-vertical-tabs .tabs button {
    padding: 1rem;
  }
  .ux-vertical-tabs .tabs button.active {}
  .ux-vertical-tabs .tabs button span {
    transform: rotate(90deg);
  }
  .ux-vertical-tabs .tabs button:hover span {
    transform: rotate(90deg);
  }
  .ux-vertical-tabs .tabs button.active span {
    transform: rotate(90deg);
  }
  .ux-vertical-tabs .maincontent {
    padding: 1rem;
  }
}

.pricematch {
  width: 100%;
  background: #fff;
  /* margin-top:70px; */
}

.pricematchinner {
  width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.pm-container {
  display: flex;
}

.pm-section {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
}

.pm-section h1 {
  font-weight: 300;
  font-size: 60px;
  letter-spacing: .57px;
  display: block;
  margin: 0;
}

.pm-section .adjust1 {
  position: relative;
  top: 20%;
}

.adjust1 a {
  color: #ff9921;
  border-bottom: 1px solid #ff9921;
  line-height: 40px;
}

.pm-section .promo .promoinner {
  width: 450px;
  background: #e7e7f1;
  border-radius: 20px;
  line-height: 2rem;
}

.pm-section .promo .promoinner h2 {
  color: #000000;
  font-size: 16px;
  letter-spacing: .57px;
  font-weight: 400;
}

.pm-section .promo .promoinner h2 strong {
  color: #e6891e;
}

.pm-section .promo h2 .promo-sale {
  text-align: center;
  margin: 0 auto;
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  color: #fff;
  background: #ff9921;
  border-radius: 10px;
  text-transform: uppercase;
  padding: 2px 6px 2px 6px;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .3);
}

.pm-section .promo h2 strong {
  font-weight: 600;
}

@media (max-width: 768px) {
  /*breakpoint*/
  .pm-section .promo .promoinner {
    width: 100%;
  }
  .pricematchinner {
    width: 100%;
  }
  .pm-container {
    flex-direction: column;
  }
}

.divslideright .topslideright-feat {
  float: right;
  width: 100%;
  position: relative;
  transform: rotate(35deg);
  left: 200px;
}

.slauptime {
  width: 100%;
  background: #000;
  height: 700px;
  margin-top: 70px;
}

.slauptimeinnter {
  width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.slauptime-container {
  display: flex;
}

.slauptime-section {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid white;
}

@media (max-width: 768px) {
  /*breakpoint*/
  .slauptime {
    width: 100%;
  }
  .slauptime-container {
    flex-direction: column;
  }
}

/* legal page */

.legalouter {
  margin: 0 auto;
  width: 100%;
}

.legalouter .legalinner {
  margin: 0 auto;
  width: 1000px;
  margin-top: 250px;
}

.legalouter .legalinner .legaltitle h1 {
  font-weight: 700;
  font-size: 100px;
  letter-spacing: .57px;
  line-height: 110px;
  color: #7b00ff;
}

.legalouter .legalinner .legaltext h2 {
  font-weight: 300;
  letter-spacing: .55px;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 20px;
}

.legalouter .legalinner .legaltext h3 {
  font-weight: 700;
  letter-spacing: .57px;
  margin-top: 50px;
}

.legalouter .legalinner .legaltext h4 {
  font-weight: 400;
  letter-spacing: .55px;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}

.legalouter .legalinner .legaltext p.tos-tldr {
  background: #fff;
  border-radius: 5px;
  padding: 30px;
}

.testi1, .button13 {
  margin: 0 auto;
  max-width: 1000px;
  padding: 30px;
}

.testi1 h1 {
  font-weight: 400;
}

.testi1 a, .button13 a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  background: rgb(3, 7, 255);
  color: #fff;
  border-radius: 3px;
}

.testi1 a:hover, .button13 a:hover {
  background: #444;
}

.kris11141 {
  height: 650px;
}

.k13 {
  position: relative;
  top: 40px;
  margin-left: 65px;
  width: 70%;
}

/* ================================================================================================ */

/* start responsive css */

/* ================================================================================================ */

@media screen and (max-width: 1500px) {
  .tlink {
    background: #fff !important;
    color: #000 !important;
  }
  .feat-top {
    background: #2b30ff url(../images/5.png) 100% 50%/40% no-repeat;
  }
  #two-black-bottom h1 {
    font-size: 95px;
  }
  .topcontainer-pricing {
    height: 650px;
    background: url('../images/cable-art-community.svg'), linear-gradient(-180deg, #fff 70%, #fff);
    background-position-x: 135%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    padding-bottom: 50px;
    animation: 1s ease-out 0s 1 slideInFromLeft;
  }
}

@media screen and (max-width: 1200px) {
  .k13 {
    position: relative;
    top: 150px !important;
  }
  .legalouter {
    display: flex;
    flex: 1;
  }
  .legalinner {
    padding: 20px;
  }
  .feat-top {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    margin-top: 70px;
  }
  .feat-topinner h1 {
    font-size: 80px;
    text-align: center;
  }
  .feat-topinner h2 {
    font-size: 30px;
    text-align: center;
  }
  #two-black-bottom h1 {
    font-size: 90px;
    line-height: 80px;
    margin-top: 50px;
  }
  .wrapper-upfaq {
    padding: 20px;
  }
  #one-upfaq {
    float: none;
    margin-right: 0;
    width: auto;
    border: 0;
  }
  .wrapper-upfaq .upgradetitle {
    background-size: 20%;
    background-position-y: 100%;
  }
  .sidenav {
    top: 0px;
    left: 0px;
  }
  .topcontainer-pricing {
    height: 650px;
    background: url('../images/cable-art-community.svg'), linear-gradient(-180deg, #fff 70%, #fff);
    background-position-x: 220%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    padding-bottom: 50px;
    animation: 1s ease-out 0s 1 slideInFromLeft;
  }
  .topcontainer-pricing .topcontainer-pricing-inner .topcontainer-pricing-inner-title {
    right: 0%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .slaheight {
    height: 550px;
  }
}

@media screen and (max-width: 800px) {
  .priceborder {
    border: 0px;
  }
  .topthreebottom {
    display: none;
  }
  .kris11141 {
    height: 830px;
  }
  .blogos {
    text-align: center;
    margin: 0 auto;
    width: 80%;
  }
  .blogos img {
    display: inline-block;
    margin: 0 auto;
    margin-top: 20px;
  }
  .button13inner a {
    display: block;
    margin-top: 20px;
  }
  .superwide h1 {
    width: 20%;
  }
  .feat-top {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    margin-top: 70px;
  }
  .feat-top .feat-topinner {
    right: 0;
    padding: 10px;
  }
  .feat-topinner h1 {
    font-size: 80px;
    text-align: center;
  }
  .feat-topinner h2 {
    font-size: 40px;
    text-align: center;
  }
  .feat-top {
    background-image: none;
  }
  #two-black-bottom h1 {
    font-size: 60px;
    line-height: 80px;
    margin-top: 50px;
  }
  #one-black-bottom {
    float: none;
    margin-right: 0;
    width: auto;
    border: 0;
  }
  .pricing-container {
    width: 80%;
  }
  .upgrades {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .wrapper-upfaq {
    padding: 0px 10px 0px 10px;
    width: 80%;
  }
  #one-upfaq {
    float: none;
    margin-right: 0;
    width: auto;
    border: 0;
  }
  .wrapper-upfaq .upgradetitle {
    background-size: 20%;
    background-position-y: 100%;
  }
  .responstable {
    width: 90%;
  }
  .topcontainer-pricing .topcontainer-pricing-inner .topcontainer-pricing-inner-title {
    right: 0%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .topcontainer-pricing {
    background-image: none;
    background: #fff;
  }
  .tcustomers p {
    padding: 20px;
  }
  .buynow-inner .container .section h1 sup {
    display: block;
  }
  .buynow-inner .container .section h1 {
    font-size: 100px;
  }
  .container {
    flex-direction: column;
  }
  .container .section {
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .maincontainer-inner-intro p, .maincontainer-inner-intro h1 {
    padding: 20px;
  }
  .topcontainer {
    background: linear-gradient(-180deg, #0c0f38 70%, #0e005f);
    height: 350px;
  }
  .topcontainer-inner {
    padding-top: 50px;
  }
  .topcontainer-inner-top h1 {
    color: #fff;
    font-weight: 300;
    font-size: 40px;
    letter-spacing: .55px;
    line-height: 70px;
    margin-bottom: 15px;
    text-align: left;
    padding: 20px;
  }
  .topcontainer-inner-bottom {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -10px;
    z-index: 10;
    position: relative;
    background-color: #161a55;
  }
  #one {
    float: none;
    margin-right: 0;
    width: auto;
    height: 100px;
  }
  #one h1 {
    text-align: left;
    padding-top: 20px;
    padding-left: 20px;
    font-size: 30px;
  }
  #two h2 {
    text-align: left;
    padding-left: 20px;
    padding-bottom: 15px;
    font-size: 25px;
    margin-top: -5px;
  }
}

@media only screen and (max-width:650px) {
  .wrapper-upfaq {
    margin-top: 50px;
    width: 90%;
    padding: 0px 10px 0px 10px;
  }
  #one-upfaq {
    float: none;
    margin-right: 0;
    width: auto;
    border: 0;
  }
  .upgrades {
    display: none;
  }
  .pricing-upper .pricing-upper-section {
    padding-left: 5px;
    margin: 0 auto;
  }
  .most-popular {
    display: none;
  }
  .pricing-container a {
    position: relative;
    left: 50px;
  }
  .pricing-container {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.5rem;
    margin-top: 40px;
    max-width: 200px;
  }
  .pricingtable-top-div .promo .promoinner h2 {
    display: none;
  }
  .sidenav {
    display: none;
  }
  .animBlock {
    display: none;
  }
  .topcontainer-pricing {
    height: 800px;
  }
  .topcontainer-pricing .topcontainer-pricing-inner .topcontainer-pricing-inner-title a {
    margin-top: 10px;
  }
  /* .topcontainer-pricing .topcontainer-pricing-inner .topcontainer-pricing-inner-title h1 {
        font-size:90px;
    } */
  #logo {
    background-size: 100%;
    width: 150px;
  }
  .buynow-inner .container .section h1 {
    font-size: 70px;
  }
  .buynow-inner .container .section a {
    padding: 10px 20px 10px 20px;
    color: #fff;
    font-size: 15px;
    background: #1e13f3;
  }
}

/* ================================================================================================ */

/* start responsive menu */

/* ================================================================================================ */

@media only screen and (max-width: 1200px) {
  .maincontainer {
    margin-top: 50px;
  }
  header {
    position: absolute;
  }
  #menu-icon {
    display: inline-block;
  }
  nav {
    padding: 20px;
    width: 50px;
  }
  nav ul, nav:active ul {
    z-index: 20;
    position: relative;
    display: none;
    position: absolute;
    padding: 20px;
    background-color: #444;
    right: 20px;
    top: 60px;
    width: 85%;
    border-radius: 4px 0 4px 4px;
  }
  nav li {
    text-align: center;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    color: #fff;
    text-align: left;
  }
  nav a {
    font-weight: 300;
    font-size: 30px;
  }
  nav:hover ul {
    display: block;
  }
  .register-button {
    border: 1px solid #fff;
    padding: 10px 28px 10px 48px;
    font-weight: 400;
    font-size: 14px;
    background-image: url('../images/password-small-white.svg');
    background-repeat: no-repeat;
    background-position: left 28px center;
    width: 50px;
    margin-top: 20px;
  }
  .signin-button {
    border: 1px solid #7b00fc;
    padding: 10px 28px 10px 48px;
    font-weight: 400;
    background-image: url('../images/user-small-white.svg');
    background-repeat: no-repeat;
    background-position: left 28px center;
    width: 50px;
    margin-top: 20px;
  }
  /* ================================================================================================ */
  /* end responsive menu */
  /* ================================================================================================ */
}

/* top menu */

/* .topmenu {
    width: 100%;
    position: fixed;
    overflow: hidden;
    height: 80px;
    background: #000;
    top:0;
}
.topmenu .topmenuinner {
    text-align: center;
}
.topmenu .topmenuinner .logo {
    position: absolute;
    text-align: left;
    top: 20;
    left:20;
}

.topmenu .topmenuinner a:nth-child(n+2) {
    position: relative;
    top: 25;
    margin-left:20px;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: .57px;
    color: #fff;
    height: 100%;
}
.topmenu .topmenuinner a:nth-last-child(-n+2) {
    border:1px solid #fff;
    padding: 10px 28px 10px 48px;
    font-weight: 400;
    font-size:14px;
    background-image: url('../images/user-small-white.svg');
    background-repeat: no-repeat;
    background-position: left 28px center;
    line-height: 20px;
}
.topmenu .topmenuinner a:last-child {
    border:1px solid #fff;
    padding: 10px 28px 10px 48px;
    font-weight: 400;
    font-size:14px;
    background-image: url('../images/password-small-white.svg');
    background-repeat: no-repeat;
    background-position: left 28px center;
    line-height: 20px;
} */