body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f2f2f2;
}

.container {
  max-width: 400px;
  margin: 40px auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
}

h1 {
  text-align: center;
}

form {
  margin-top: 20px;
}

label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
}

input[type="text"],
input[type="password"],
input[type="email"] {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 16px;
}

button {
  width: 100%;
  padding: 10px;
  background-color: #009999;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: large;
}

button:hover {
  background-color: #009999;
}

@media screen and (max-width: 480px) {
  .container {
    max-width: 300px;
    position: relative;
  }
}

/* close button */
.close-btn-container{
  margin: 10px;
  width: 100%;
  padding: auto;
  margin: 50px;
}

.close-btn {
  display: block;
  font-weight: bold;
  border-radius: 100px;
  box-shadow: 2.8285px 2.8285px 5px 0px rgba(100, 100, 100, 0.1),-2.8285px -2.8285px 5px 0px rgba(255, 255, 255, 1.0);
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
  font-size: 10px;
  padding: 8px 10px;
  border: none;
  width: auto;
  height: auto;

}
.close-btn::after {
  border-radius: 100px;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  box-shadow: 2.8285px 2.8285px 5px 0px rgba(0, 0, 0, 0.2) inset,-2.8285px -2.8285px 5px 0px rgba(255, 255, 255, 1.0) inset;
  transition: all .2s ease-in-out;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
}
.close-btn .mark {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}

@media screen and (min-width:761px) {
  .close-btn:hover {
    box-shadow: none;
  }
  .close-btn:hover::after {
    opacity: 1;
  }
}
@media screen and (max-width:761px) {
  .close-btn {
    font-size: 12px;
    padding: 5px 14px;
  }
}

button {
  cursor: pointer;
  font-family: "Gill Sans Extrabold", sans-serif !important;
}

.wpcf7-not-valid-tip {
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #fce3e3;
  border: 2px solid #ba2020;
  border-left-width: 8px;
  color: #ba2020;
  margin-top: 10px;
  padding: 10px;
  text-indent: -10px;
  font-size: small;
  display: inline-block;
  width: 100%;
}

.wpcf7-not-valid-tip::before {
  content: "";

  display: inline-block;
  margin-right: 10px;
  vertical-align: top;

  font-size: small;
}


.LSp{
  text-align: right;
}


/* contact form */
.form-group textarea {
  width: 98%;
  height: 150px;
  border: 1px solid #ccc; 
  border-radius: 4px;
  resize: vertical; 
  text-decoration: none;
  margin-bottom: 20px;
}

.MyPagefont {
  text-align: center;
}


.InqTitle {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 16px;
}

.small-font {
  font-size: smaller;
}

#search-box, #message {
  font-family: "Gill Sans Extrabold", sans-serif !important;
  font-size: 14px;
  margin-bottom: 10px;
}

#message {
  padding: 8px;
  width: 96%;
}
