.space-height {
  height: 266px;
  /* background: #d7ebff; */
  /* background: #b8dcff; */
  background: #f5f9ff;
}
.space-height .wide-container {
  width: 90%;
  height: 100%;

  margin: 0 auto;
  background: #fff;
}

.bold {
  font-weight: bold;
}
.space-top {
  background: rgb(219, 237, 255);
  width: 85%;
  /* height: 100%; */
  margin: 0 auto;
}
.space-top-container {
  background: rgb(184, 220, 255) !important;
}

.text-block-18 {
  width: 100%;
  /* height: 100%; */
  position: relative;
  background: #fff;
  background: rgb(184, 220, 255);
  background: #f5f9ff;

  color: #00324b;
}
.text-block-18 .wide-container {
  width: 90%;
  /* height: 100%; */
  margin: 0 auto;
  background: #fff;
  background: rgb(219, 237, 255);

  box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 3;
}
.text-block-18 .wide-container .img {
  height: 600px;
  background: url("/img/buildings.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.text-block-18 .container {
  height: 50px;
}
.text-block-18 .container .move-up-div {
  transform: translateY(-70px);
  background: rgb(219, 237, 255);
  height: 100px;
  margin: 0 100px;
  padding: 20px 50px;
  position: relative;
  z-index: 20;
}

.text-block-18 .container .move-up-div-container {
  background: rgb(219, 237, 255);
  /* background: #fff; */
}

.text-block-18 .container .title {
  font-size: 30px;
  color: #00324b;
  margin-bottom: 20px;
}
.text-block-18 .container .button {
  width: 200px;
  height: 50px;
  background: rgb(122, 191, 255);
  border: 2px solid rgb(122, 191, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border-radius: 10px;
  color: #fff;
  margin-bottom: 10px;
  transition: 0.5s ease all;
}
.text-block-18 .container .button:hover {
  text-decoration: none;
  background: transparent;
  color: rgb(122, 191, 255);
  /* box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.12); */
}
.text-block-18 .container .button:hover i {
  margin-right: 18px;
}

.text-block-18 .container .button i {
  margin-right: 15px;
  font-size: 15px;
  transition: 0.5s ease all;
}

.text-block-18 .content-row {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 80px;
  background: rgb(219, 237, 255);
}
.text-block-18 .content-row .content-icon {
  display: flex;
  flex-direction: row;
  font-weight: bold;
  color: #555;
}
.text-block-18 .content-row .content-icon div {
  margin: 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.text-block-18 .content-row .content-icon .icon {
  font-size: 30px;
  color: rgb(122, 191, 255);
}

/* smaller screen */
@media screen and (min-width: 769px) and (max-width: 1100px) {
}
/* Small screen */
@media only screen and (max-width: 768px) {
  .text-block-18 .wide-container .img {
    height: 500px;
  }
  .text-block-18 .title {
    font-size: 30px;
  }
  .text-block-18 .wide-container {
    width: 100%;
    /* padding: 0 20px; */
    /* padding-top: 60px; */
  }
  .text-block-18 .shadow-wide-container {
    width: 100%;
  }
  .text-block-18 .container .move-up-div {
    transform: translateY(-70px);
    background: #fff;
    background: rgb(219, 237, 255);

    height: 70px;
    margin: 0 5px;
    padding: 20px 10px;
  }

  .text-block-18 .container .button {
    transform: scale(0.85);
  }
  .text-block-18 .text {
    font-size: 14px;
  }
}
/* End */

/* Super small */
@media only screen and (max-width: 400px) {
  .text-block-18 .content-row {
    height: 100px;
  }
  .text-block-18 .content-row .content-icon {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }

  .text-block-18 .content-row .content-icon .icon {
    font-size: 30px;
    color: rgb(122, 191, 255);
    margin-bottom: 5px;
  }
  .content-row .content-icon {
    margin-top: 0px !important;
  }
  .content-row .content-icon .text {
    font-size: 13px;
  }
}

/******************  End -  *******************/

.text-block-19 {
  width: 100%;
  /* height: 100%; */
  /* padding: 80px 0; */
  /* padding-top: 80px; */
  /* background: #fff; */
  background: rgb(184, 220, 255);
  background: #f5f9ff;

  position: relative;
  z-index: 1;
}

.text-block-19 .text {
  font-size: 32px;
  line-height: 45px;
  color: #00324b;
  font-weight: 100;

  /* font-family: "Montserrat", sans-serif; */
}
.text-block-19 p {
  font-size: 17px;
  line-height: 1.5em;
  color: #555;
}

.text-block-19 .wide-container {
  width: 90%;
  /* height: 100%; */
  margin: 0 auto;
  background: #fff;

  /* box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.12); */
  position: relative;
  z-index: 1;
  padding-top: 60px;
}

.text-block-19 .shadow-wide-container {
  width: 85%;
  height: 80px;
  margin: 0 auto;
  background: transparent;
  background: #fff;

  box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.12);
  z-index: 2;
  position: relative;
}
/* Small screen */
@media only screen and (max-width: 768px) {
  .text-block-19 .shadow-wide-container {
    width: 100%;
  }
  .text-block-19 .text {
    font-size: 25px;
    line-height: 45px;
  }
  .text-block-19 p {
    font-size: 14px;
  }
  .text-block-19 .wide-container {
    width: 100%;
    padding: 0 0px;
    padding-top: 60px;
  }
}
/* End */

/* My card */
.my-card {
  background: rgb(220, 234, 247);
  padding: 20px;
  background: linear-gradient(to right, rgb(238, 247, 255) 10%, rgb(246, 249, 255) 50%);
  border-radius: 10px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.my-card-link:hover {
  text-decoration: none;
}
.my-card div {
  margin-bottom: 20px;
}
.my-card .button {
  background: #7abfff;
  color: #fff;
  padding: 10px 30px;
  border-radius: 10px;
}
.my-card .button:hover {
  text-decoration: none;
}
.normal-container {
  /* height: 500px; */
  width: 100%;
  /* transform: translateY(-50px); */
  transform: translateY(0px) translatex(-50px);
}

.container-rotate {
  position: relative;
  width: 75%;
  margin-top: 89px;
  background: rgba(0, 0, 0, 0);
  transform: rotate(-30deg) skew(25deg) scale(0.8);
  transition: 0.5s;
}
.container-rotate img {
  position: absolute;
  width: 50%;
  transition: 0.5s;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.12);
}
.container-rotate:hover img:nth-child(4) {
  transform: translate(160px, -160px);
  opacity: 1;
}
.container-rotate:hover img:nth-child(3) {
  transform: translate(120px, -120px);
  opacity: 0.8;
}
.container-rotate:hover img:nth-child(2) {
  transform: translate(80px, -80px);
  opacity: 0.6;
}
.container-rotate:hover img:nth-child(1) {
  transform: translate(40px, -40px);
  opacity: 0.4;
}
@media only screen and (max-width: 1650px) {
  .container-rotate img {
    width: 45%;
  }
}
@media only screen and (max-width: 1200px) {
  .normal-container {
    transform: translateY(50px);
  }
  .container-rotate img {
    width: 50%;
  }
}
@media only screen and (max-width: 992px) {
  .normal-container {
    height: 300px;
    transform: translateY(-50px);
  }
  .container-rotate img {
    width: 40%;
  }
}

@media only screen and (max-width: 768px) {
  .text-block-19 {
    overflow-x: hidden;
  }
  .normal-container {
    height: 100px;
    transform: translateY(0px);
  }
  .container-rotate img {
    width: 50%;
  }
  .normal-container {
    height: 300px;
  }
}

@media only screen and (max-width: 500px) {
  .normal-container {
    height: 300px;
    transform: translateY(0px) translateX(-50px);
  }
  .container-rotate img {
    width: 40%;
  }
  .container-rotate {
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  .normal-container {
    height: 200px;
    transform: translateY(-50px) translateX(-50px);
  }
  .container-rotate img {
    width: 40%;
  }
}
@media only screen and (max-width: 360px) {
  .normal-container {
    height: 200px;
    transform: translateY(-50px) translateX(-30px);
  }
  .container-rotate img {
    width: 40%;
  }
}

.text-block-22 {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 80px 0;
  background: #fff;
}

.text-block-22 .img {
  height: 500px;
  background: url("img/frontpage_1.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
  width: 100%;
  padding: 0 80px;
  position: relative;
  background: rgb(220, 234, 247);
}
.text-block-22 .img:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  border-radius: 20px;
}

.text-block-22 .content {
  width: 40%;
  height: 70%;
  bottom: 0;
  left: 80px;
  position: absolute;
  z-index: 1;
}

.text-block-22 .container .title {
  font-size: 35px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: bold;
}
.text-block-22 .container .text {
  font-size: 15px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: bold;
}
.text-block-22 .container .button {
  width: 200px;
  height: 50px;
  background: rgb(122, 191, 255);
  /* border: 2px solid rgb(122, 191, 255); */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border-radius: 10px;
  color: #fff;
  margin-bottom: 20px;
  transition: 0.5s ease all;
}
.text-block-22 .container .button:hover {
  text-decoration: none;
  background: #fff;
  background: rgb(80, 136, 189);
  /* box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.12); */
}
.text-block-22 .container .button:hover i {
  margin-right: 18px;
}

.text-block-22 .container .button i {
  margin-right: 15px;
  font-size: 15px;
  transition: 0.5s ease all;
}

.text-block-22 .content-row .content-icon .icon {
  font-size: 30px;
  color: rgb(122, 191, 255);
}
/* smaller screen */
@media screen and (min-width: 769px) and (max-width: 1100px) {
}
/* Small screen */
@media only screen and (max-width: 768px) {
  .text-block-22 .title {
    font-size: 30px;
  }
  .text-block-22 .content {
    width: 80%;
    height: 80%;
    bottom: 10px;
    left: 40px;
    position: absolute;
    z-index: 1;
  }
  .text-block-22 .container .button {
    transform: scale(0.8) translateX(-20px);
  }
}
/* End */

/* Super small */
@media only screen and (max-width: 359px) {
  .text-block-22 .content {
    width: 90%;
    height: 80%;
    bottom: 50px;
    left: 15px;
    position: absolute;
    z-index: 1;
  }
  .text-block-22 .container .button {
    transform: scale(0.8) translateX(-20px);
  }
}
/******************  End -  *******************/

.particles2 {
  width: 100%;
  height: 327px;
  /* padding: 50px 0; */
  position: relative;
  text-align: center;
  /* background: #fff; */
  background: #dbedff !important;

  /* background: rgb(45, 48, 52); */
  /* background: #fbdada; */
  overflow: hidden;
}
.particles2 .particles {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.12);
}
.particles2 .content {
  width: 40%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  /* background: red; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.particles2 .title {
  font-size: 25px;
  color: #0d2d6e;
  /* color: #fff; */
  font-weight: bold;
  font-family: "Hind", sans-serif;
  text-transform: uppercase;
  margin-bottom: 70px;
  position: relative;
  letter-spacing: 2px;
}
.particles2 .title:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background: #0ba9f1e6;
  /* background: #fff; */
  /* background: #e2f5ffe6; */
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
}
.particles2 .text {
  font-size: 15px;
  margin-bottom: 20px;
  color: #0d2d6e;
  /* color: #fff; */
  font-family: "Hind", sans-serif;
}

/* Decoration block 1 */
.decoration-block1 {
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 60%;
  height: 100px;
  background: #fff;
  /* border: 20px solid #fff; */
  border-left: 0px;
  z-index: 3;
}
.decoration-block1:after {
  position: absolute;
  content: "";
  left: -100px;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 100px solid #fff;
  border-left: 100px solid transparent;
  z-index: 2;
}
.decoration-block1 .content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: row;
}
.decoration-block1 .content .part1,
.decoration-block1 .content .part2 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: row;
  width: 100%;
  height: 100%;
  color: #444;
}

.decoration-block1 .content .number {
  font-size: 65px;
  margin: 5px;
  width: 20%;
  /* font-family: "Kanit", sans-serif; */
  font-family: "Passion One", cursive;
  color: inherit;
}
.decoration-block1 .content .text {
  width: 50%;
  font-size: 25px;
  text-align: left;
  font-weight: 700;
  margin: 5px;
  /* font-family: "Kanit", sans-serif; */
  font-family: "Passion One", cursive;
  color: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* End */

/* smaller screen */
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .particles2 .content {
    width: 50%;
    margin: 0 auto;
  }
}
/* Small screen */
@media only screen and (max-width: 768px) {
  .particles2 .content {
    width: 90%;
    margin: 0 auto;
  }
}
/* End */

/* Super small */
@media only screen and (max-width: 359px) {
  .particles2 .content {
    width: 90%;
    margin: 0 auto;
  }
}
/******************  End -  *******************/

.title-stripe:before,
.title-stripe:after {
  content: "";
  height: 1px;
  width: 350px;
  background: rgb(224, 224, 224);
  color: #ddd;
}
.title-stripe:before {
  position: absolute;
  left: 200px;
  top: 15px;
}
.title-stripe:after {
  position: absolute;
  right: 200px;
  top: 15px;
}
.title-stripe {
  position: relative;
  color: rgb(82, 79, 79);
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 1650px) {
  .title-stripe:before,
  .title-stripe:after {
    width: 280px;
  }
}
@media screen and (max-width: 1450px) {
  .title-stripe:before,
  .title-stripe:after {
    width: 240px;
  }
  .title-stripe:before {
    left: 150px;
  }
  .title-stripe:after {
    right: 150px;
  }
}
@media screen and (max-width: 1250px) {
  .title-stripe:before,
  .title-stripe:after {
    width: 200px;
  }
  .title-stripe:before {
    left: 100px;
  }
  .title-stripe:after {
    right: 100px;
  }
}
@media screen and (max-width: 1250px) {
  .title-stripe:before,
  .title-stripe:after {
    width: 200px;
  }
}
/* Small screen */
@media only screen and (max-width: 1050px) {
  .title-stripe:before {
    left: 70px;
  }
  .title-stripe:after {
    right: 70px;
  }
  .title-stripe:before,
  .title-stripe:after {
    width: 150px;
  }
}
@media only screen and (max-width: 850px) {
  .title-stripe:before {
    left: 20px;
  }
  .title-stripe:after {
    right: 20px;
  }
  .title-stripe:before,
  .title-stripe:after {
    width: 150px;
  }
}
@media only screen and (max-width: 660px) {
  .title-stripe:before {
    left: 20px;
  }
  .title-stripe:after {
    right: 20px;
  }
  .title-stripe:before,
  .title-stripe:after {
    width: 180px;
    top: 10px;
  }
  .title-stripe {
    font-size: 14px;
  }
}
@media only screen and (max-width: 550px) {
  .title-stripe:before,
  .title-stripe:after {
    width: 100px;
  }
}
@media only screen and (max-width: 450px) {
  .title-stripe:before,
  .title-stripe:after {
    width: 70px;
  }
}

/*  */

.text-block-24 .button {
  width: 130px;
  height: 40px;
  background: rgb(122, 191, 255);
  border: 2px solid rgb(122, 191, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border-radius: 10px;
  color: #fff;
  margin-bottom: 10px;
  transition: 0.5s ease all;
}
.text-block-24 .button:hover {
  text-decoration: none;
  background: transparent;
  color: rgb(122, 191, 255);
  /* box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.12); */
}
.text-block-24 .button:hover i {
  margin-right: 18px;
}
/* .center-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
} */

.text-block-24 .button i {
  margin-right: 15px;
  font-size: 15px;
  transition: 0.5s ease all;
}

.text-block-24 {
  width: 100%;
  /* background: rgb(184, 220, 255); */
  /* background-color: #fff; */
  /* background-color: rgb(250, 254, 255); */
  background: #f5f9ff;

  position: relative;
  z-index: 0;
}
.text-block-24 img {
  width: 80%;
}
.text-block-24 .middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.item .column-title {
  font-size: 17px;
  margin-bottom: 10px;
  color: #666;
  font-weight: bold;
}
.item .column-icon {
  font-size: 23px;
  color: #4377aa;
  margin-bottom: 10px;
}
.line {
  width: 100%;
  height: 1px;
  background: rgb(225, 225, 225);
}
.plan {
  background: #d7ebff;
  color: #333;
  height: 200px;
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
}
.plan a {
  margin: 0px 10px;
}
.plan .free-button {
  padding: 15px 20px;
  background: rgb(255, 255, 117);
  border-radius: 5px;
  transition: 0.5s ease all;
  color: #555;
}
.plan .free-button:hover {
  background: rgb(231, 231, 137);
}

/* Small screen */
@media only screen and (max-width: 768px) {
  .space-height .wide-container {
    width: 100%;
    border-radius: 0;
  }
  .plan {
    height: 130px;
    width: 95%;
  }
}

.text-block-24 .wide-container {
  width: 90%;
  margin: 0 auto;
  background: rgb(255, 255, 255);
  /* background-color: rgb(250, 254, 255); */
  box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  /* z-index: 3; */
  padding-top: 60px;
}
.text-block-24 a:hover {
  text-decoration: none;
}

.text-block-24 .title {
  font-size: 28px;
  color: #333;
  margin-bottom: 15px;
}

.text-block-24 p {
  font-size: 15px;
  line-height: 1.5em;
  color: #555;
}

.text-block-24 .shadow-wide-container {
  width: 85%;
  height: 80px;
  margin: 0 auto;
  background: rgba(244, 244, 244, 1);
  box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 1;
}

/* smaller screen */
@media screen and (min-width: 769px) and (max-width: 1100px) {
}
/* Small screen */
@media only screen and (max-width: 768px) {
  .text-block-24 .title {
    font-size: 35px;
  }
  .text-block-24 .wide-container {
    width: 100%;
    padding: 0 0px;
    padding-top: 60px;
  }

  .text-block-24 .shadow-wide-container {
    width: 100%;
  }
  .text-block-24 p {
    font-size: 14px;
  }
  .text-block-24 .button {
    width: 120px;
    height: 35px;
    font-size: 13px;
  }
}
/* End */

/******************  End -  *******************/

/******************  start -  *******************/

.text-block-25 {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 0;
  margin-top: 70px;
}
.text-block-25 .wide-container {
  width: 90%;
  margin: 0 auto;
  background: #e5f1fc;
  box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 3;
  padding-top: 60px;
  /* border-radius: 50px; */
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
}
.text-block-25 a:hover {
  text-decoration: none;
}

.text-block-25 .button:hover i {
  margin-right: 18px;
}

.text-block-25 .button i {
  margin-right: 15px;
  font-size: 15px;
  transition: 0.5s ease all;
}

.text-block-25 .title {
  font-size: 55px;
  color: rgb(52, 146, 150);
  margin-bottom: 35px;
}

.text-block-25 p {
  font-size: 17px;
  line-height: 1.5em;
  color: #555;
}

.text-block-25 .shadow-wide-container {
  width: 85%;
  height: 80px;
  margin: 0 auto;
  background: #e5f1fc;
  box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 1;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.input_email {
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  margin-top: 50px;
}
/*  .input_email input {
  height: 45px;
  border-radius: 15px;
} */
.input_email .button {
  width: 160px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border-radius: 10px;
  transition: 0.5s ease all;

  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  background: #f4f4f4;
  color: #666;
  border: none;
  border: 1px solid rgb(225, 225, 225);
}

.button:hover {
  text-decoration: none;
  background: rgb(122, 191, 255);
  color: #fff;
  /* color:; */
  /* box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.12); */
}

.form__group {
  position: relative;
  padding: 15px 0 0;
  margin-top: 10px;
  width: 500px;
}

.form__field {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #9b9b9b;
  outline: 0;
  font-size: 1.3rem;
  color: #9b9b9b;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
}
.form__field::placeholder {
  color: transparent;
}
.form__field:placeholder-shown ~ .form__label {
  font-size: 1.3rem;
  cursor: text;
  top: 20px;
}

.form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 1rem;
  color: #9b9b9b;
}

.form__field:focus {
  padding-bottom: 6px;
  font-weight: 700;
  border-width: 3px;
  border-image: linear-gradient(to right, #118099, #38a0ef);
  border-image-slice: 1;
}
.form__field:focus ~ .form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 1rem;
  color: #118099;
  font-weight: 700;
}

/* reset input */
.form__field:required,
.form__field:invalid {
  box-shadow: none;
}

/* smaller screen */
@media screen and (min-width: 769px) and (max-width: 1100px) {
}
/* Small screen */
@media only screen and (max-width: 768px) {
  .text-block-25 {
    margin-top: 0px;
  }
  .text-block-25 .title {
    font-size: 35px;
  }
  .text-block-25 .wide-container {
    width: 100%;
    padding: 0 0px;
    padding-top: 60px;
    border-radius: 0;
  }

  .text-block-25 .shadow-wide-container {
    width: 100%;
    border-radius: 0;
  }
  .text-block-25 p {
    font-size: 14px;
  }
  .text-block-25 .button {
    width: 120px;
    height: 35px;
    font-size: 13px;

    margin-left: 0px !important;
    margin-right: auto;
  }
  .form__group {
    position: relative;
    padding: 15px 0 0;
    margin-top: 10px;
    width: 300px;
  }
}
/* End */

/******************  End -  *******************/

/*  */
/*  */
/*  */
/*  */
/* tarieven */

/* nieuwe tarieven */
.tarieven {
  width: 100%;
}
.tarieven td,
.tarieven th {
  border: 1px solid #ccc;
  padding: 15px;
}
.tarieven tr.select:hover {
  background-color: rgb(245, 248, 253);
}
.tarieven tr.select:hover i {
  color: rgb(54, 179, 106);
}

.tarieven .header {
  background-color: rgb(240, 240, 240);
}

.tarieven .btn-tarieven {
  padding: 11px 19px;
  background-color: #e7516c;
  color: #fff;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.tarieven .btn-tarieven:hover {
  background-color: #e44260;
  color: #fff;
}
.red {
  color: #e7516c;
}

.tarieven .w-30 {
  width: 20%;
}

@media (max-width: 767px) {
  .tarieven .w-30 {
    min-width: 0%;
  }
  .tarieven td,
  .tarieven th {
    padding: 10px 5px;

    font-size: 11px;
  }
  .tarieven .btn-tarieven {
    padding: 7px 6px;
    font-size: 12px;
  }
}

.show-licenses i {
  font-size: 22px;
  cursor: pointer;
}

.show-licenses.show i {
  transform: rotate(180deg);
}
#dropdown-license {
  display: none;
}

/* nieuwe tarieven */

/* login popup */
#popup-dark {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(51, 51, 51, 0.809);
  display: none;
}
#tarief-popup {
  position: fixed;
  z-index: 11000;
  left: calc(50% - 250px);
  top: calc(50% - 250px);
  width: 500px;
  min-height: 350px;
  /* background-color: #fff; */
  background: #fff;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  display: none;
}
#tarief-popup .container-popup {
  position: relative;
  padding: 30px;
  min-height: 350px;
}
#tarief-popup .container-popup .title {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: rgb(52, 79, 109);
}
#tarief-popup .container-popup .btn-dark {
  background-color: #292929;
  background: #00b4db; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #0083b0, #00b4db); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #0083b0, #00b4db); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
  height: 45px;
  border-radius: 0px;
  border: none;
}
#tarief-popup .container-popup .btn-dark:hover {
  border: none;
}
#tarief-popup .cross {
  position: absolute;
  right: 30px;
  top: 20px;
  font-size: 22px;
  cursor: pointer;
}

.center {
  text-align: center;
  align-self: center;
}
.small-text {
  font-size: 11.5px !important;
}

@media only screen and (max-width: 767px) {
  #tarief-popup {
    position: fixed;
    z-index: 11000;
    left: calc(5%);
    top: calc(5%);
    width: 90%;
    min-height: 350px;
    max-height: 90%;
    background-color: #fff;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    display: none;
  }
  .small-text {
    font-size: 10.5px !important;
  }
}
/* login popup */

/* end tarieven */
/*  */
/*  */
/*  */
/*  */
/*  */

.navigation {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 17px;
}
.navigation a,
.navigation i {
  margin-right: 5px;
}
.navigation i {
  color: #555;
}

/*  */
/*  */
/*  */
/*  */
/* shopping cart */
.cart .item-cart {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #f4f4f4;
  padding: 10px 10px;
}
.cart .item-cart:nth-of-type(even) {
  background: #fff;
}

.cart .item-cart > div {
  width: 50%;
}
.cart .item-cart p {
  width: fit-content;
}
.cart .item-cart span {
  font-size: 14px;
}
.cart .price-col {
  text-align: center;
}
.cart .price-col .price {
  font-size: 23px;
  color: #3a6785;
  /* font-weight: 500; */
}
.cart .omschrijving {
  font-size: 20px !important;
  color: #3a6785;
}
.cart .licensenum {
  font-style: italic;
  background: transparent;
  border: none;
}
.cart .licensenum:focus {
  outline: none;
}

.cart .aantal-tijd {
  color: #555;
  font-size: 15px;
}

.sum-total {
  width: 40%;
  margin-left: auto;
  margin-top: 20px;
}
.sum-total ul {
  list-style: none;
}
.sum-total ul li {
  text-align: right;
}

.sum-total span {
  display: inline-block;
  padding: 0 0 0 1em;
  text-align: right;
}
.sum-total .label {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #777;
}
.sum-total .value {
  letter-spacing: -0.025em;
  width: 35%;
  font-size: 16px;
  color: #3a6785;
}

@media (max-width: 767px) {
  .sum-total {
    width: 100%;
  }
  .cart .price-col .price {
    font-size: 18px;
  }
  .cart .omschrijving {
    font-size: 16px !important;
  }
  .cart .aantal-tijd {
    font-size: 13px;
  }
  .sum-total .label {
    font-size: 14px;
  }
  .sum-total .value {
    font-size: 15px;
  }
}

.total-netto-value,
.six-month-discound,
.twelf-month-discound,
.savings {
  color: rgb(61, 157, 61) !important;
}
.total-netto-value {
  font-weight: bold;
}

/* shopping cart */
/*  */
/*  */
/*  */

.login {
  position: relative;
  z-index: 3;
  width: 600px;
  margin: 0 auto;
  background: #f9f9f9;
  padding: 40px 20px;
  margin-top: 100px;
  border-radius: 7px;
  box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.12);
}

.wave1 {
  position: absolute;
  top: 300px;
  z-index: 0;
  left: 0%;
  width: 100%;
  height: 500px;
  background: #d7ebff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.wave2 svg,
.wave1 svg {
  height: 100%;
}

.wave2 {
  /* display: none; */
  position: absolute;
  top: 400px;
  z-index: 0;
  left: 0;
  width: 100%;
  /* min-width: 100% !important; */
  height: 500px;
  background: #c3e2ff;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.fill {
  position: absolute;
  background: #b4d9fd;
  top: 800px;
  left: 0;
  height: 30%;
  width: 100%;
}

@media (max-width: 1067px) {
  .login {
    width: 400px;
  }
}

@media (max-width: 500px) {
  .login {
    width: 350px;
  }
  .wave2 {
    top: 370px;
  }
  .wave1 {
    top: 300px;
  }
}
@media (max-width: 380px) {
  .login {
    width: 300px;
  }
}
