body{
  background: #fff;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}
.parent{
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: ;
}
header{
  width: 100%;
  height:70px;
  padding: 0;
  margin: 0;
  overflow: ;
  background: #fff;
  box-shadow: 0px 3px 8px 1px rgba(0,0,0,0.2);
}
header img{
  max-width: 3%;
  margin: 15px 3%;
}
section{
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.text_wrap{
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  background: ;
  text-align: center;
}
.text_wrap h1{
  color: #000;
  font-family: sans-serif;
  font-weight: bolder;
  font-size: 200%;
  margin-top: 35px;
}
.text_wrap p{
  color: #000;
  font-family: sans-serif;
  font-weight: lighter;
  font-size: 110%;
  margin-top: -15px;
}

section.icon_wrap{
  width: 90%;
  height: auto;
  padding: 0;
  margin: 20px 5%;
  overflow: hidden;
  background: ;
}
.left{
  width: 55%;
  height: auto;
  padding: 0;
  margin: 0;
  background: ;
  float: left;
  text-align: center;
}
.left .icons{
  width:15%;
  height: auto;
  padding: 0;
  margin: 0 18% 20px 0;
  background: ;
  float: left;
}
.right{
  width: 45%;
  height: auto;
  padding: 0;
  margin: 0;
  background: ;
  float: right;
  text-align: center;
}
.right .icons{
  width:17%;
  height: auto;
  padding: 0;
  margin: 0 22% 0 4%;
  background: ;
  float: left;
}
.group .position_absolute{
  max-width:7%;
  right: 6%;
  margin: 0 0% 0 0;
  float: right;
  position: absolute;
}

.icons img{
  max-width: 80%;
  margin: 0;
  transition: 0.7s linear;
}
.icons img:hover{
  max-width: 85%;
}
.icons p{
  color: #000;
  font-family: sans-serif;
  font-weight: bolder;
  font-size: 70%;
  margin-top: 5px;
  font-family: arial;
}
.right .icons p{
  margin-top: 10px;
}

.icons{
  cursor: pointer;
}


/* The first Modal (background) */
.modal {
  display: block; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.85); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 0 0 20px 0;
  border: 1px solid #888;
  width: 45%;
  margin-top: 10px;
  border-radius: 20px;
}



.top {
  background-color: #F3F4F6;
  margin: auto;
  padding: 7px 4%;
  width: 92%;
  border-radius: 20px 20px 0 0;
  font-size: 100%;
}
.orange_border {
  padding: 2px 3%;
  width: 86%;
  border-radius: 10px;
  font-size: 100%;
  border: 1px solid red;
  margin: 40px 3% 10px 3%;
}
.orange_border p{
  font-weight: ;
  color: red;
}
.orange_border span{
  padding: 8px 2%;
  background: #000;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
}
.last {
  padding: 20px 2%;
  width: 86%;
  border-radius: 10px;
  font-size: 100%;
  border: 1px solid #ccc;
  margin: 20px 3% 10px 3%;
}
.last img{
  max-width: 15%;
  margin:0;
}
/* The first Modal end here */




/* The secone Modal (background) */
.modal_form {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.85); /* Black w/ opacity */
}

/* Modal Content */
.form-content {
  background-color: #fefefe;
  margin: auto;
  padding: 0 0 70px 0;
  border: 1px solid #888;
  width: 45%;
  margin-top: 10px;
  border-radius: 20px;
}



.top_img {
  background-color: #F3F4F6;
  margin: auto;
  padding: 7px 4%;
  width: 92%;
  border-radius: 20px 20px 0 0;
  font-size: 100%;
}
.top_img img{
  max-width: 15%;
  margin:0;
}
.buttons {
  padding: 2px 0%;
  width: 90%;
  margin: 40px 3% 20px 3%;
}
.buttons ul{
  padding: 0;
  width: 67%;
  height: 54px;
  margin: 0px;
  border-radius: 50px;
  border: 1px solid #ccc;
  display: block;
  position: relative;
  box-shadow: 1px 3px 5px 1px rgba(0,0,0,0.3);
}
.buttons ul li{
  display: inline;
  list-style: none;
  margin: 10px 0%;
}

.buttons ul li a{
  font-weight: bolder;
  color:  grey;
  padding: 18px 6%;
  border-radius: 50px;
  margin:0px 0;
  position: absolute;
  cursor: pointer;
}
.buttons ul li a:active, .buttons ul li a:hover{
  color:  #fff;
  background:#3069F8;
}
a.phrase{
  left: 0;
}
a.kstore{
  left: 30%;
}
a.pkey{
  right: 0;
}

hr{
  width: 93%;
  border: 1px solid rgba(0,0,0,0.1);
}
.input_field {
  padding: 20px 0%;
  width: 88%;
  margin: 10px 4% 10px 4%;
}
.input_field input{
  padding: 12px 2%;
  width: 100%;
  margin: 0 0 20px 0;
  color: #222;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 5px;
  clear: both;
  font-size: 90%;
  font-weight: ;
  transition: 0.5s linear;
  font-family: arial;
}
.input_field input:focus{
  outline-color: #3B82F6;
}

.input_field textarea{
  padding: 12px 2%;
  width: 100%;
  margin: 0 0 20px 0;
  color: #222;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 5px;
  clear: both;
  font-size: 110%;
  font-weight: ;
  transition: 0.5s linear;
  font-family: arial;
}
.input_field textarea:focus{
  outline-color: #3B82F6;
}
.input_field label{
  color: rgba(0,0,0,0.4);
  font-weight: bold;
  font-size: 90%;
}
.input_field button{
  padding: 18px 0%;
  width: 49.5%;
  margin: 20px 0 10px 0;
  border-radius: 5px;
  font-size: 100%;
  border: 0px;
  cursor: pointer;
}
button#loading{
  position: absolute;
  width:20%;
  right: 30.8%;
}
#keystore, #pkey, #loading{
  display: none;
}

footer{
  width: 100%;
  height: auto;
  padding:0;
  margin: 0;
  text-align: center;
}

footer p{
  color: #000;
  font-weight: lighter;
  font-size: 80%;
  margin: 0;
}
footer .icon{
  width: 50%;
  height: auto;
  text-align: center;
  margin: 10px 25% 30px 25%;
  clear: both;
  background: ;
}
footer .icon i{
  color: #000;
  font-weight: lighter;
  font-size: 80%;
  margin: 0 1%;
}
footer a{
  text-decoration: none;
}

@media (min-width:0px) and (max-width:480px) {
  header img{
    max-width: 10%;
    margin: 15px 5%;
  }
}
@media (min-width:481px) and (max-width:768px) {
  header img{
    max-width: 6%;
    margin: 15px 5%;
  }
}
@media (min-width:0px) and (max-width:768px) {
  .text_wrap{
    width: 80%;
    margin: 0 10%;
  }
  .icons p{
    font-size: 65%;
    margin-top: 5px;
  }
  .left{
    width: 100%;
    background: ;
    float: ;
    clear: both;
    margin: 10px 0;
  }
  .left .icons{
    width:15%;
    height: auto;
    padding: 0;
    margin: 0 8%;
    background: ;
    float: left;
  }
  .right{
    width: 100%;
    background: ;
    float: ;
    clear: both;
    margin: 10px 0;
  }
  .right .icons{
    width:15%;
    height: auto;
    padding: 0;
    margin: 0 8%;
    background: ;
    float: left;
  }
  .group .position_absolute{
    max-width:14%;
    right: -10%;
    margin: 0 0% 0 0;
    float: ;
    position: relative;
  }

  /* Modal Content */
  .modal-content, .form-content {
    padding: 0 0 80px 0;
    width: 95%;
    margin-top: -50px;
  }
  .buttons ul{
    width: 100%;
  }

  button#loading{
    position: absolute;
    width:42%;
    right: 10%;
  }
}
