html, body {font-family: Verdana,sans-serif;}
h2, p{padding-left: 16px;}
button {
  background-color: #009FE3;
  color: white;
  padding: 14px 16px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}
button:hover, a:hover, button:focus {opacity: 0.9;}
a, a:visited{color: white;}
form {border: 3px solid #f1f1f1;}
/*dropdown*/
.dropbtn {
  background-color:#ffffff;
  color: white;
  padding: 0px;
  border: none;
  cursor: pointer;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a , .dropbtn a {
  color: black;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {background-color: #e6e6e6;}
.dropdown:hover .dropdown-content {display: block;}
.form-wrapper {
  max-width: 50%;
  padding: 50px 0px 50px 0px;
  margin: 50px auto;   
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 15px 200px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.20);
}
.form-group {
  position:relative; 
  margin-top: 16px; 
  text-align: left;
  padding: 16px;
  padding-bottom: 0px;
  padding-top: 0px;
}
.form-input {
  position: relative;
  padding: 0px 0px 4px 0px;
  margin: 8px 0px 8px 0px;
  width: 100%;
  outline: 0;
  border: 0;
  transition: box-shadow .1s ease-out;
  box-shadow: 0 1px 0 0 #009FE3;
}
.form-input:focus{
  box-shadow: 0 2px 0 0 #009FE3;
  transition: box-shadow .1s ease-in;
}
.form-input1 {
  width: 100px;
}
.help-block{
  margin-top: 5px;
  margin-bottom: 0px;
  color: red;
}
.gallery{
  pointer-events: none;
  position: absolute;
  padding-right: 20px;
  padding-bottom: 20px;
  bottom: 0px;
  right: 0px;
}
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.closebtn:hover {color: #262626;}
.closebtn1 {
  margin-left: 0px;
  margin-right: 16px;
  color: #262626;}
.closebtn1:hover{color: red;}
.icon{
  height: 24px;
  width: 24px;
}
.center{
  margin: auto;
  margin-top: 50px;
  width: 60%;
  padding: 10px;
  text-align: right;
  display: table;
  vertical-align: middle
}
.center a{color : black;}
#robot{
  pointer-events: none;
}
#error {
  padding: 10px;
  box-shadow: 0 15px 200px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.20);
}
#textbox{
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
#dropdown-group{
  float:right
}
#alert {
  pointer-events: none;
  right: 0PX;
  display: none;
  top: 20px;
  padding: 20px;
  background-color: #f44336;
  color: white;
  position: absolute;
}
#alert.success {background-color: #4CAF50; display: block; width: 100%;   pointer-events: auto;}
#alert.danger {display: block; width: 100%;   pointer-events: auto;}
#message{
  right: 0PX;
  top: 20px;
  padding: 10px;
  text-align: left !important;
  background-color: #f44336;
  color: white;
  position: absolute;
}
#lang{padding: 5px;}
/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
  background-color: #009FE3;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  position: fixed;
  bottom: 23px;
  left: 28px;
  width: 280px;
}
/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  left: 15px;
  z-index: 9;
  box-shadow: 0 15px 200px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.20);
}
/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}
/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #009FE3;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
}
/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {opacity: 0.8;}
.close {
  margin-left: 15px;
  color: #262626;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.close:hover {color: red;}
@media screen and (max-height: 750px) {
  .gallery{display: none;}
  #form-demo{display: none;}
  #demo-btn{display: none;}
}
/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 855px) {
  .form-wrapper{
    max-width: 100%;  
    width: 95%;
    min-width: 90%;
  }
  .form-input {
    border-color: #009FE3;
    border-style: solid;
    border-width: 1px;
    padding: 8px 0px 8px 0px;
     padding-left: 10px;
    box-shadow: none;
  }
  .form-input:focus{
    box-shadow: 0 0 0 0 #009FE3;
    border-color: #906d4f;
    border-width: 2px;
  }
  .gallery{display: none;}
  #robot{display: none;}
  #message{font-size: 12px;}
  #demo-btn{display: none;}
  #form-demo, #myForm{
    left:0px;
    max-width: 100%;
    width: 100%;
  }
}