@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');

* {
  box-sizing: border-box;
}

body {
  background: #bfd9c1;
  /* min-width: 320px; */
   user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.form {
  position: fixed;
  top: 5%;
  left: 20%;
  display: none;
}

.form input[type="radio"]{
background: #fff;
height: 16px;
border-radius: 6px;
width: 17px;
}

fieldset.radio label{
top: -7px; position: relative;right: -4px;}

form input[type="checkbox"]:before, .form input[type="radio"]:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f096";
  opacity: 1 !important;
  margin-top: -25px;
  appearance: none;
  /*! background: #fff; */
}

.form input[type="checkbox"]:checked:before, .form input[type="radio"]:checked:before {
  content: "\f046";
}

.form input[type="checkbox"], .form input[type="radio"] {
  font-size: 22px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/********chechbox style*********/
.form input[type="checkbox"]:before, .form input[type="radio"]:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f096";
  opacity: 1 !important;
  margin-top: -25px;
  appearance: none;
  /* background: #fff; */
  
/*! height: 18px; */
/*! background: #b54848; */
/*! width: 17px; */
position: relative;

  top: -6px;
}

.form input[type="checkbox"]:checked:before, .form input[type="radio"]:checked:before {
  content: "\f046";
}

.form input[type="checkbox"] {
  font-size: 22px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white;
  height: 15px;
  width: 17px;
  position: relative;
  top: 8px;
  border-radius: 5px;
}
/****************************/
h2 {
  text-align: center;
  margin: 50px 0;
  color: #386c3d;
  font-size: 47px;
  font-family: 'Roboto', sans-serif;
}

h3 {
  color: #333;
  font-size: 23px;
  /*! text-shadow: 0px 2px 1px #dbdbdb; */
  font-family: 'Roboto', sans-serif;
  padding:0 10px;
  text-transform: uppercase;
  border-bottom: 2px solid #bfd9c1;
  font-weight: 600;
}

h4 {
  /*! color: white; */
  font-size: 22px;
  /*! text-shadow: 0px 2px 1px #65ad6b; */
  font-family: 'Roboto', sans-serif;
  padding:0 10px;
  font-weight: 500;
}

fieldset{border:0}

fieldset label  {
display: inline-block;
margin-bottom: 4px;
/*! color: white; */
font-size: 20px;
/*! text-shadow: 0px 2px 1px #65ad6b; */
font-family: 'Roboto', sans-serif;
cursor:pointer
}
.date input {font-size:18px;font-family: 'Roboto', sans-serif;margin:0 10px}
@media (max-width: 540px) {
  h2 {
    font-size: 28px;
    margin: 30px 0;
  }
}

form {
  padding: 0 10%;
  z-index: 2; /* Sit on top */
}
form section {
  width: calc(50% - 40px);
  padding: 20px;
  background: #e6ece7;
  margin: 20px;
  border-radius: 5px;
  margin: 20px 0 !important;
  display:none;
}

form section {
  /* float: right; */ width:100%;
}
form section .input-container {
  padding: 10px;
}
form section .input-container label {
  display: block;
  margin-bottom: 4px;
  /*! color: white; */
  font-size: 20px;
  /*! text-shadow: 0px 2px 1px #65ad6b; */
  font-family: 'Roboto', sans-serif;
}
form section .input-container input,
form section .input-container textarea {
  width: 100%;
  padding: 5px 10px;
  height: 50px;
  /*! border-radius: 5px; */
  border: none;
  background: #fff;
  box-shadow: 0 2px 0px #dbdbdb;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  /*! color: #757575; */
}
form section .input-container input:focus,
form section .input-container textarea:focus {
  outline: none;
  background: white;
}
form section .input-container textarea {
  height: 122px;
  padding: 15px 10px;
  resize: none;
}
form .send-container {
  display: flex;
  width: 100%;
  text-align: center;
  grid-gap: 10px;
  /*! margin-right: 20px; */
}






form .send-container input {
  background: #80cc87;
  border: none;
  color: white;
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
  float: initial;
  display: block;
  transition: 0.5s all;
  min-width: 180px;
  font-weight: 500;
}
form .send-container input:hover {
  background: #67bf6f;
}
form:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 992px) {
  form {
    padding: 0 5%;
  }
}
@media (max-width: 768px) {

  form {
    margin-bottom: 50px;
  }
  form section {
    width: 100%;
    margin: 0;
  }
  form section.left {
    margin-bottom: -30px;
  }
  form .send-container {
    margin-right: 0;
    margin-top: 15px;
  }
  form .send-container input {
    width: 100%;
  }
}

@media (max-width: 366px) {
	fieldset label{font-size: 18px;}
}
@media (max-width: 348px) {
	fieldset label{font-size: 16px;}
}

.sidebar {
  border: 1px solid yellow;
  background-color: gray;
  width: 25%;
}


.staticRoom {
  /* position: fixed; */
  display: none;
}

* {
  box-sizing: border-box;
}

.column {
  float: left;
  width: 24.2%;
  padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}



/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* 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.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 10px;
  border: 1px solid #888;
  width: 80%;
  border-radius: 16px;
  box-shadow: 0px 10px #888888;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* The Close Button */
.modalok {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.modalok:hover {opacity: 0.7;}


.left {
  width: 80%;
  left: 0;
}
.right {
   width: 20%;
  right: 0;
}


/* CSS */
.button-14 {
  background-image: linear-gradient(#faf7f7 ,#e7e9ec);
  border-color: #adb1b8 #a2a6ac #8d9096;
  border-style: solid;
  border-width: 3px;
  border-radius: 3px;
  box-shadow: rgba(255,255,255,.6) 0 1px 0 inset;
  box-sizing: border-box;
  color: #0f1111;
  cursor: pointer;
  display: inline-block;
  font-family: "Amazon Ember",Arial,sans-serif;
  font-weight: bold;
  font-size: 14px;
  height: 29px;
  font-size: 13px;
  outline: 0;
  overflow: hidden;
  padding: 0 11px;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  height: 35px;
}

.button-14:active {
  border-bottom-color: #a2a6ac;
}

.button-14:active:hover {
  border-bottom-color: #a2a6ac;
}

.button-14:hover {
  border-color: #a2a6ac #979aa1 #82858a;
}

.button-14:focus {
  border-color: #e77600;
  box-shadow: rgba(228, 121, 17, .5) 0 0 3px 2px;
  outline: 0;
}




.button-15 {
  background-image: linear-gradient(#ec0202 ,#d40000);
  border-color: #adb1b8 #a2a6ac #8d9096;
  border-style: solid;
  border-width: 3px;
  border-radius: 3px;
  box-shadow: rgba(255,255,255,.6) 0 1px 0 inset;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Amazon Ember",Arial,sans-serif;
  font-weight: bold;
  font-size: 14px;
  height: 29px;
  font-size: 13px;
  outline: 0;
  overflow: hidden;
  padding: 0 11px;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  height: 35px;
}

.button-15:active {
  border-bottom-color: #a2a6ac;
}

.button-15:active:hover {
  border-bottom-color: #a2a6ac;
}

.button-15:hover {
  border-color: #a2a6ac #979aa1 #82858a;
}

.button-15:focus {
  border-color: #e77600;
  box-shadow: rgba(228, 121, 17, .5) 0 0 3px 2px;
  outline: 0;
}

.goodtoknow  {
  text-align: center;
  /* margin: 50px 0; */
  color: #000000;
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
}

a[href], input[type='submit'], input[type='image'], label[for], select, button, .pointer {
  cursor: pointer;
}

[onclick] {
  cursor: pointer;
}
