body {
  font-family: "Open Sans", sans-serif;
  background: #fff;
  padding: 0;
  margin: 0;
}

#header_menu {
  /*background-color: #f5f6f7;*/
  height: 100px;
  display: flex;
  align-items: center;
}

#header_menu img {
  /* position:absolute; */
  width: 100px;
  top: 25px;
  left: 5%;
}

#header_menu ul {
  margin: 0 auto;
}

#header_menu li {
  display: inline;
  letter-spacing: 1px;
  cursor: pointer;
}

#header_menu li:first-child {
  display: none;
}

#header_menu ul a {
  color: #1d5f89;
  font-size: 0.85em;
  font-weight: bold;
  margin-left: 2em;
  margin-right: 2em;
  padding-bottom: 5px;
  text-decoration: none;
  /*text-transform: capitalize;*/
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
}

#header_menu ul li a:hover {
  transition: all 0.3s 0s ease;
  border-color: #0078bf;
}

#header_menu li:first-child a {
  border: none;
}

#header_menu > div {
  display: flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
  font-size: 2.5rem;
}

#header_menu > div > a {
  text-decoration: none;
  color: #1d5f89;
}

h1 {
  text-align: center;
  font-size: 4.5em;
  color: #1d5f89;
  margin-top: 40px;
}

.info {
  border-top: 3px ridge grey;
  margin-top: 3%;
}

.info p,
.products p,
.s1 {
  font-family: "Open Sans", sans-serif;
  color: #666666;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  padding-bottom: 15px;
}

.m20 {
  margin-right: 20%;
  margin-left: 20%;
}

.m15 {
  margin-right: 15%;
  margin-left: 15%;
}

.mb5 {
  margin-bottom: 5%;
}

.noborder {
  border: none;
}

/****** Products display styles ******/

#prodContainer {
  margin-top: 75px;
  width: 60%;
  display: flex;
  justify-content: center;
}

.products {
  position: relative;
  float: left;
  min-width: 375px;
  width: 375px;
  text-align: justify;
}

.products:first-child {
  margin-right: 40px;
}

.products:nth-child(2) {
  border-left: 1px solid #e0e0e0;
  padding-left: 40px;
}

.products.jurivox1 {
  background: url(icons/legal.png) no-repeat top right;
}

.products.jurivox2 {
  background: url(icons/trademark.png) no-repeat top right;
}

.products.kmaction {
  background: url(icons/services.png) no-repeat top right;
}

.products h3,
.info h3 {
  font-size: 2.1em;
  text-align: center;
  color: #1d5f89;
  padding-top: 4px;
  padding-bottom: 6px;
}

.products button {
  cursor: pointer;
  border: none;
  border-radius: 3px;
  background-color: #ffa500;
  color: white;
  width: 165px;
  height: 45px;
  font-size: 19px;
  letter-spacing: 1px;
  margin: 0 auto;
  display: block;
  outline: none;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}

/************************************/

.qualities {
  margin-top: 80px;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.qualities .container {
  display: flex;
  align-items: center;
  /*text-align:center;*/
  float: left;
  margin-bottom: 30px;
  width: 210px;
  margin-left: 25px;
}

.qualities .container:last-child {
  margin-bottom: 50px;
}

.qualities .icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 2px solid #429cd6;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  margin-right: 15px;
}

.qualities .icon img {
  width: 70%;
}

.qualities span {
  color: #429cd6;
  font-size: 1.3em;
}

/************** Login Form ***************/
#login {
  width: 350px;
  height: 320px;
  margin: 0 auto;
  box-shadow: 0px 1px 2px 1px #e0e0e0;
  border-radius: 3px;
  margin-top: 10%;
  text-align: center;
  border-top: 6px solid #429cd6;
  margin-bottom: 10%;
}

#login h3 {
  padding-top: 8%;
  color: #3b8cc0;
  font-size: 1.4em;
  letter-spacing: 1px;
  margin-bottom: 5%;
}

#login input {
  width: 75%;
  margin-bottom: 6%;
  padding: 15px;
  border: none;
  background-color: #e0e0e0;
  border-radius: 2px;
  font-size: 1em;
  color: gray;
}

#login button {
  width: 75%;
  padding-top: 15px;
  padding-bottom: 15px;
  color: white;
  background-color: #429cd6;
  border: none;
  cursor: pointer;
  border-radius: 2px;
  font-weight: bold;
  font-size: 1.1em;
}

/*****************************************/

.subsection {
  border-top: 2px solid lightgray;
  padding-bottom: 2%;
  clear: both;
}

.software.feature {
  overflow: hidden;
  float: left;
  margin-right: 5%;
  margin-bottom: 20px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 1.1em;
  text-align: center;
  -webkit-box-shadow: 0px 3px 9px -5px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 3px 9px -5px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 3px 9px -5px rgba(0, 0, 0, 0.6);
}

.software.feature:last-child {
  margin-bottom: 70px;
}

.software.feature h4 {
  font-size: 1.1em;
  padding: 15px 0 15px 0;
  margin: 0;
}

.software.feature ul {
  list-style-type: none;
  padding: 0px 35px 10px 35px;
  text-align: left;
}

.software.feature li {
  cursor: pointer;
  width: 250px;
  text-overflow: ellipsis;

  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
}

.software.feature li:hover {
  color: #429cd6;
}

#featureDetails {
  display: none;
  padding: 50px;
  background-color: gray;
  text-align: center;
  position: absolute;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 9px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 9px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 9px -5px rgba(0, 0, 0, 0.75);
}

#featureDetails.w1 {
  width: 500px;
}

#featureDetails h1 {
  color: white;
  font-size: 1.5em;
  padding: 0;
  margin: 0;
}

#featureDetails #content {
  max-height: 200px;
  overflow-y: auto;
  padding-right: 10px;
  margin-bottom: 15px;
  margin-top: 10px;
}

#featureDetails p {
  color: white;
  text-align: justify;
}

#featureDetails ul {
  color: white;
  text-align: justify;
  font-size: 18px;
}

#featureDetails li {
  padding-bottom: 8px;
}

#featureDetails a {
  right: 5%;
  color: white;
  position: absolute;
  cursor: pointer;
  letter-spacing: 1px;
}

.s1 {
  padding-left: 20px;
}

.s1 li {
  margin: 0;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  list-style: none;
  background-image: url("icons/check.png");
  background-repeat: no-repeat;
  background-position: left 15px;
  background-size: 20px;
}

#aboutSection p {
  text-align: justify;
}

#contactTitle {
  font-size: 1.8em;
  color: #1d5f89;
  margin-top: 5%;
  margin-bottom: 50px;
}

#contactTable {
  font-size: 18px;
  margin-left: 15%;
  float: left;
}

#contactTable td {
  vertical-align: top;
}

#maps {
  height: 420px;
  width: 510px;
  margin-left: 30px;
  margin-bottom: 5%;
}

#kmactionS1 a {
  font-size: 18px;
  border-bottom: 1px solid #347cab;
  padding-bottom: 1px;
  color: #347cab;
  cursor: pointer;
}

#kmactionS1 img {
  float: left;
  margin-bottom: 5%;
  margin-right: 5%;
}

#stats {
  clear: both;
  text-align: center;
  color: #515050;
  font-weight: bold;
  width: 100%;
  margin-bottom: 70px;
}

#stats div {
  display: inline-block;
  margin-right: 80px;
}

#stats div:last-child {
  margin-right: 0px;
}

#stats .counter {
  font-size: 2.5em;
}

#stats .category {
  font-size: 1em;
}

.subsection > div span {
  font-size: 1.7em;
}

#projsDescription {
  width: 70%;
  text-align: justify;
}

#pt table.desktop {
  display: block;
}

#pt table.mobile {
  display: none;
}

#pt table.desktop td:first-child {
  padding-right: 20px;
}

#pt table.desktop td:nth-child(2),
#pt table.mobile td {
  max-height: 150px;
  overflow-y: auto;
  scroll-behavior: smooth;
}

#pt table {
  width: 100%;
}

#pt table tr {
  padding: 30px;
  border-radius: 5px;
  color: white;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

#pt table tr:first-child {
  background-color: #e65347;
}

#pt table tr:nth-child(2) {
  background-color: #d62cbf;
}

#pt table tr:nth-child(3) {
  background-color: #fd8d27;
}

#pt table tr:nth-child(4) {
  background-color: #4ab6e5;
}

#pt table tr:nth-child(5) {
  background-color: #1ebf95;
}

#pt table tr:nth-child(6) {
  background-color: #fbc03f;
}

#pt table tr td:first-child {
  width: 50%;
  padding-bottom: 0px;
}

#pt table .first {
  font-size: 1.4em;
  padding-bottom: 15px;
}

#pt table tr td:nth-child(2) {
  width: 50%;
  color: white !important;
}

#pt table .second {
  font-size: 1.2em;
}

#pt table a {
  font-size: 0.8em;
  border-bottom: 1px solid white;
  cursor: pointer;
  opacity: 1;
}

@media only screen and (max-width: 1345px) {
  .software.feature:nth-child(3) {
    min-height: 318px;
  }

  #kmactionS1 img {
    float: none;
    margin-left: 5%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 1250px) {
  h1 {
    font-size: 4em;
  }

  h2 {
    max-width: 75%;
    margin: 0 auto;
  }

  .products h3,
  #aboutSection h3,
  #contactTitle,
  .subsection h3 {
    font-size: 1.9em;
  }

  .qualities .icon {
    width: 70px;
    height: 70px;
  }

  #careersSection {
    margin-right: 10%;
    margin-left: 10%;
  }
}

@media only screen and (max-width: 1150px) {
  #contactTable {
    float: none;
  }

  #maps {
    margin-left: 15%;
  }
}

@media only screen and (max-width: 1050px) {
  h1 {
    font-size: 3.5em;
  }

  h2,
  .subsection > div span {
    font-size: 1.5em;
  }

  .products {
    min-width: 400px;
    width: 400px;
  }

  .products h3,
  #aboutSection h3,
  #contactTitle,
  .subsection h3 {
    font-size: 1.8em;
  }

  #header_menu img {
    width: 95px;
  }

  .qualities {
    max-width: 75%;
  }
}

@media only screen and (max-width: 900px) {
  h1 {
    font-size: 3em;
  }

  h2,
  .subsection > div span {
    font-size: 1.4em;
  }

  #prodContainer {
    display: block;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .products {
    float: none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 85px;
    min-width: 400px;
    width: 400px;
  }

  .products:first-child {
    margin-right: auto;
  }

  .products:nth-child(2) {
    border-left: none;
    padding-left: 0px;
  }

  .products button {
    width: 150px;
  }

  #header_menu ul a {
    margin-left: 1.4em;
    margin-right: 1.4em;
    font-size: 0.8em;
  }

  #header_menu img {
    width: 85px;
  }

  #careersSection {
    margin-right: 8%;
    margin-left: 8%;
  }

  #stats div > div {
    display: block;
    margin-right: 0px;
  }

  .software.feature li {
    width: 225px;
  }

  #stats .counter {
    font-size: 2.3em;
  }

  #featureDetails.w1 {
    width: 450px;
  }

  #featureDetails.w1 #content {
    max-height: 180px;
  }
}

@media only screen and (max-width: 800px) {
  h1 {
    font-size: 2.5em;
  }

  h2,
  .subsection > div span {
    font-size: 1.3em;
    max-width: 85%;
  }

  #header_menu ul a {
    margin-left: 1em;
    margin-right: 1em;
  }

  #header_menu img {
    width: 75px;
  }

  .qualities .icon {
    width: 65px;
    height: 65px;
  }

  #careersSection {
    margin-right: 5%;
    margin-left: 5%;
  }

  #kmactionS1 {
    margin-right: 10%;
    margin-left: 10%;
  }

  #kmactionS1 img {
    width: 90%;
  }

  .software.feature li {
    width: 200px;
  }

  #projsDescription {
    width: 95%;
  }

  #stats .counter {
    font-size: 2.2em;
  }

  #featureDetails.w1 {
    width: 425px;
  }

  #featureDetails.w1 #content {
    max-height: 160px;
  }
}

@media only screen and (max-width: 714px) {
  .software.feature:nth-child(3) {
    min-height: 0px;
  }

  .hide {
    display: none;
  }

  #pt table.desktop {
    display: none;
  }

  #pt table.mobile {
    display: block;
  }
}

@media only screen and (max-width: 650px) {
  h1 {
    font-size: 2.3em;
  }

  .products h3,
  #aboutSection h3,
  #careersSection h3,
  #contactTitle,
  .subsection h3 {
    font-size: 1.6em;
  }

  #header_menu ul a {
    font-size: 0.75em;
  }

  #header_menu img {
    width: 72px;
  }

  #careersSection {
    border: none !important;
  }

  #maps {
    display: block;
    margin: 0 auto;
    width: 90%;
    height: 350px;
    margin-bottom: 10%;
  }

  #projsDescription {
    width: 100%;
  }

  #stats .counter {
    font-size: 2.1em;
  }

  #featureDetails.w1 {
    width: 400px;
  }

  #featureDetails.w1 #content {
    max-height: 150px;
  }
}

@media only screen and (max-width: 600px) {
  h1 {
    font-size: 2em;
  }

  #prodContainer {
    width: 375px;
  }

  .products {
    min-width: 375px;
    width: 375px;
  }

  .products p,
  .info p,
  #contactTable,
  #kmactionS1 a,
  .s1 {
    font-size: 17px;
  }

  #stats .counter {
    font-size: 2em;
  }

  #stats .category {
    font-size: 0.9em;
  }

  .products button {
    font-size: 18px;
    width: 140px;
    height: 43px;
  }

  #header_menu ul {
    margin: 0;
    position: absolute;
    top: 45px;
    right: 0%;
    text-align: right;
    width: 100%;
  }

  #header_menu li {
    padding-bottom: 10px;
    display: none;
    background-color: white;
    padding-right: 5%;
  }

  #header_menu li:first-child {
    display: block;
    background-color: transparent;
    margin-bottom: 5px;
  }

  .qualities span {
    font-size: 1.2em;
  }

  #contactTitle {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }

  #contactTable {
    margin-left: 10%;
  }

  #kmactionS1 {
    margin-right: 5%;
    margin-left: 5%;
  }

  h2 {
    max-width: 95%;
  }

  #pt table .first {
    font-size: 1.3em;
  }

  #pt table .second {
    font-size: 1.1em;
  }

  #pt table a {
    opacity: 0;
  }

  #featureDetails.w1 {
    width: 390px;
  }

  #featureDetails.w1 #content {
    max-height: 140px;
  }
}

@media only screen and (max-width: 500px) {
  h1 {
    font-size: 1.8em;
  }

  h2,
  .subsection > div span {
    font-size: 1.2em;
  }

  .products h3,
  #aboutSection h3,
  #contactTitle,
  .subsection h3 {
    font-size: 1.5em;
  }

  .products p,
  .info p,
  #contactTable,
  #kmactionS1 a,
  .s1 {
    font-size: 16px;
  }

  .software.feature,
  .software.feature h4 {
    font-size: 1em;
  }

  .products button {
    font-size: 17px;
    width: 130px;
    height: 40px;
  }

  #header_menu ul a {
    font-size: 0.7em;
  }

  .qualities {
    margin-top: 50px;
  }

  #pt table .first {
    font-size: 1.2em;
  }

  #stats .counter {
    font-size: 1.9em;
  }

  #featureDetails.w1 {
    width: 80%;
  }

  #featureDetails.w1 #content {
    max-height: 130px;
  }
}

@media only screen and (max-width: 450px) {
  h1 {
    font-size: 1.6em;
  }

  h2,
  .subsection > div span {
    font-size: 1.1em;
  }

  #prodContainer {
    width: 325px;
  }

  .products {
    min-width: 325px;
    width: 325px;
  }

  .products h3,
  #aboutSection h3,
  #contactTitle,
  .subsection h3 {
    font-size: 1.4em;
  }

  .products p,
  .info p,
  #contactTable,
  #kmactionS1 a,
  .s1 {
    font-size: 15px;
  }

  #stats .counter {
    font-size: 1.8em;
  }

  #stats .category {
    font-size: 0.8em;
  }

  .products button {
    font-size: 16px;
    width: 125px;
    font-weight: bold;
  }

  .qualities .icon {
    width: 60px;
    height: 60px;
  }

  #login {
    width: 85%;
  }

  #pt table .first {
    font-size: 1.1em;
  }

  #pt table .second {
    font-size: 1em;
  }
}

@media only screen and (max-width: 400px) {
  h1 {
    font-size: 1.4em;
  }

  h2,
  .subsection > div span {
    font-size: 1em;
  }

  #prodContainer {
    width: 300px;
  }

  .products {
    min-width: 300px;
    width: 300px;
  }

  .products h3,
  #aboutSection h3,
  #contactTitle,
  .subsection h3 {
    font-size: 1.3em;
  }

  #contactTable {
    margin-left: 5%;
    margin-right: 5%;
  }

  #stats div {
    margin-right: 30px;
  }

  .s1 li {
    background-size: 18px;
  }

  #stats .counter {
    font-size: 1.7em;
  }
}

@media only screen and (max-width: 350px) {
  h1 {
    font-size: 1.2em;
  }

  #prodContainer {
    width: 275px;
  }

  .products {
    min-width: 275px;
    width: 275px;
  }

  #aboutSection h3 {
    font-size: 1.2em;
  }

  #login {
    width: 90%;
  }

  #stats .counter {
    font-size: 1.6em;
  }
}
