* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  font-family: "Open Sans", sans-serif;
}

body {
  width: 1080px;
  margin: auto;
}

.countdown {
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 700;
}
.countdown span {
  color: #0693f6;
  font-size: 1.5em;
  font-weight: 800;
}
.pleaseWait-text,
.manualDownload-text {
  font-size: 1.1rem;
  font-weight: 600;
  display: none;
  
}
.manualDownload-link {
  text-decoration: none;
  color: #0693f6;
  font-weight: 800;
}
.modal {
  display: none;
  position: fixed;
  z-index: 8;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  margin: 50px auto;
  /* border: 1px solid #999; */
  width: 50%;
}
h2,
p {
  margin: 0 0 20px;
  font-weight: 400;
  color: #999;
}
span {
  color: #666;
  display: block;
  padding: 0 0 5px;
}
form {
  padding: 25px;
  margin: 25px;
  box-shadow: 0 2px 5px #f5f5f5;
  background: #eee;
}
input,
textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #1c87c9;
  outline: none;
}
.contact-form button {

  width: 100%;
  padding: 10px;
  border: none;
  background: #1c87c9;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
button:hover {
  background: #2371a0;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
button.button {
  background: #ff8300;
  border: 1px solid #ff8300;
  color: white;
  padding:10px;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
}
button.button:hover {

  color: #ffffff;
}
.header {
  min-height: 85px;
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.logo-1 {
  margin: 12px 0px 16px 60px;
}

.logo-2 {
  margin-top: -45px;
 
}

.logo-divider {
  width: 1px;
  border: 1px solid #000;
  background-color: #000;
  margin: 15px 5px;
  height: 60px;
}

.banner {
  width: 100%;
}

.banner-img {
  width: 100%;
  height: 100%;
}

.shadow-divider-img {
  width: 100%;
}

.content {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.col-1 {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding-right: 120px;
  position: relative;
}

.shape-img {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 80%;
}

.col-1-text {
  text-align: left;
  width: 100%;
  color: #646569;
}

.col-1 h2 {
  color: #0f3250;
  font-weight: 600;
}

.col-1-text p {
  margin: 10px 0px;
  font-size: 14px;
}

.col-1-text p span {
  color: #e300e6;
}

.btn-download {
  width: 200px;
  height: 30px;
  background-color: #ff8300;
  color: #fff;
  font-weight: bolder;
  border-radius: 50px;
  border: none;
  outline: none;
  margin: 20px 0px;
}

.col-2 {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 0px 0px 0px 0px;
  margin-top: -10px;
}

.col-2 img {
  height: 100%;
}

.col-2-header {
  padding: 0px 38px;
}

.divider {
  width: 100%;
}

.divider img {
  width: 100%;
}

.footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
  background-color: #f6f6f6;
  font-size: 14px;
  color: #7a7a7a;
}

.footer img {
  height: 20px;
}

.footer a {
  line-height: 40px;
}

.footer-content {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}

.links {
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: auto 61px;
}

.links * {
  margin: 0px 10px;
}

.links a {
  text-decoration: none;
  color: #7a7a7a;
  font-size: 14px;
}

.tm {
  display: flex;
  margin: auto 61px;
  height: auto;
}

@media (max-width: 1000px) {
  .content {
    display: flex;
    flex-direction: column;
    margin: auto;
    min-width: 455px;
    justify-content: center;
    align-items: center;
  }

  .col-1 {
    width: 461;
    padding: 0px;
    min-width: 455px;
  }

  .col-2 {
    width: 50%;
    margin: auto;
    padding: 0px;
    margin-top: 50px;
    min-width: 455px;
  }

  .col-1-text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .btn-download {
    margin: 20px auto;
  }

  .shape-img {
    display: none;
  }

  .footer {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .footer-content {
    height: auto;
    flex-direction: column;
  }

  .links {
    height: auto;
  }

  .tm p {
    text-align: center;
    width: 100%;
  }

  body {
    width: 100%;
  }

  .checkboxes {
    justify-content: center;
    align-items: center;
  }

  .tm {
    text-align: center;
  }
}

@media (max-width:767px) {
  .header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .image{

    display:none;
  }
  .modal-content{

    width: 300px;
  }

  .logo-1 {
    margin: auto;
  }

  .logo-divider {
    display: none;
  }

  .content {
    width: 100%;
    min-width: 0 !important;
    margin: 0px;
    padding: 0px;
  }

  .registration-form {
    width: 100%;
    margin: 0px;
  }

  .registration-form h1 {
    width: 90%;
    margin: auto;
    text-align: center;
  }

  .cols {
    flex-direction: column;
  }

  .col-1 {
    min-width: auto;
    width: 90%;
    margin: auto;
  }

  .col-1-text {
    width: 100%;
  }

  .form-col1,
  .form-col2 {
    width: 100%;
  }

  .col-2 {
    width: 90%;
    min-width: auto;
    margin: auto;
  }

  .input {
    width: 100%;
  }

  .links {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
