@font-face {
  font-family: JohnnieWalkerSans-Bold;
  src: url(fonts/JohnnieWalkerSans-Bold.otf);
}

@font-face {
  font-family: JohnnieWalkerSans-Book;
  src: url(fonts/JohnnieWalkerSans-Book.otf);
}

* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  /* font-family: gotham-bold !important; */
  letter-spacing: 0.8px;
  text-align: center;
  font-weight: 800;
}

.last {
  color: white;
  /* letter-spacing: 0.5px; */
  margin-bottom: 2%;
  float: right;
  font-size: 1.5vmin;
}

.input-group2 {
  float: left;
  width: 100%;
  position: relative;
  font-family: "Refuse Pro";
  font-size: 1.5rem;
}

:focus {
  outline: none;
}

.cam {
  font-size: 100px;
}

hr.firstcam {
  border: 0.2px solid rgb(255, 255, 255);
  width: 100%;
  margin: auto;
  margin-top: 3px;
  margin-bottom: 1%;
}

hr.secondcam {
  border: 0.2px solid rgb(255, 255, 255);
  width: 90%;
  margin: auto;
  margin-bottom: 10px;
}

video[poster] {
  height: 100%;
  width: 100%;
  margin: auto;
  padding: auto;
  margin-left: -10px;
}

.rectagle {
  margin: auto;
  width: 50%;
  height: auto;
  min-height: 400px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  margin-top: 2%;
}

body {
  font-size: 12px;
  font-family: "gotham";
  color: #ffffff;
  /* background-color: #8db634; */
  margin-top: 0px;
  background: url(../images/Desktopbg.jpg) no-repeat center center fixed;
  background-size: 100% 100%;
  height: 100%;
  background-attachment: fixed;
}

a {
  text-decoration: underline;
  outline: white;
  color: #ffffff;
  cursor: pointer;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

.btn:hover,
.btn:focus,
.btn.focus {
  outline: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
  outline: none;
  box-shadow: none;
}

img {
  padding: 0;
  margin: 0;
  max-width: 100%;
  border: none;
}

p {
  line-height: normal;
  font-size: 50%;
  color: #b8974c;
  text-align: left;
  margin: 0;
  padding: 0;
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #ffffff;
}

h1 {
  font-size: 25px;

  /* letter-spacing: 0.5px; */
}

h2 {
  margin-bottom: 10%;
  font-size: 40px;
  text-align: center;
}

.cam {
  font-size: 50px;
}

hr.first {
  border: 0.2px solid rgb(255, 255, 255);
  width: 80%;
  margin: auto;
  margin-top: 3px;
  margin-bottom: 5px;
}

hr.second {
  border: 0.2px solid rgb(255, 255, 255);
  width: 75%;
  margin: auto;
  margin-bottom: 10px;
}

ul,
ul li,
ol,
ol li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.wrapper {
  width: 100%;
  /* min-height: 700px; */
  /* margin-top: 2%; */
}

.form-group {
  float: left;
  width: 100%;
  margin-bottom: 1.7vmin;
  position: relative;
  font-family: JohnnieWalkerSans-Book;
  font-size: 1.5rem;
}

.input-group {
  float: left;
  width: 100%;
  font-family: JohnnieWalkerSans-Book;
  font-size: 1.5rem;
}

.input-group2 {
  float: left;
  width: 100%;
  position: relative;
  font-family: "gotham";
  font-size: 1.5rem;
  border-radius: 20px;
}

select,
select option {
  width: 100%;
  box-sizing: border-box;
  color: #ab262b;
  background-color: white;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  font-family: JohnnieWalkerSans-Book;
}

.form-control {
  float: left;
  width: 100%;
  font-size: 3vmin;
  outline: medium none;
  height: 8vmin;
  color: #b8974c;
  border: 0;
  border: 0.22vmin solid #1e1e1c;
  background: transparent;
  line-height: 4.8vmin;
  padding: 0 1vmin;
  transition: all 0.4s ease 0s;
  border-radius: 0;
  font-size: 1.1rem;
}

.form-control:focus {
  outline-color: #fddf91;
  transition: all 0.3s ease 0s;
}

.input-label {
  float: left;
  width: 100%;
  margin-bottom: 0.4vmin;
  text-transform: uppercase;

  color: white;
  font-size: 1.6vmin;
}

.check-label {
  float: left;
  flex: 1;
  color: white;
  font-size: 1.8vmin;

  padding-left: 1vmin;
}

.check-label a {
  color: #ffffff;
}

.radio-group-btn {
  display: flex;
  align-items: center;
}

input[type="radio"] {
  -webkit-appearance: none;
  height: 2.5vmin;
  width: 2.5vmin;
  border-radius: 50%;
  outline: none;
  background: white;
  border: 1.5px solid #b8974c;
}

input[type="radio"]:before {
  content: "";
  display: block;
  width: 60%;
  height: 60%;
  margin: 20% auto;
  border-radius: 50%;
}

input[type="radio"]:checked:before {
  background: #b8974c;
}

input[type="radio"]:checked {
  border-color: #b8974c;
  height: 2.5vmin;
  width: 2.5vmin;
}

.radio-group-btn .input-label {
  margin-bottom: 0;
  width: auto;
  margin-right: 20px;
}

.radio-group-btn .input-group {
  text-align: center;
  font-size: 1.8vmin;
  color: white;
  width: auto;
  margin-right: 2.5vmin;
}

.select-group:after {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  right: 1.5vmin;
  content: "\e9bd";
  font-family: "icon";
  pointer-events: none;
  font-size: 1.8vmin;
  color: white;
  z-index: 2;
}

.logodisplay {
  width: 15%;
  margin-top: 30px;
  margin-left: 0%;
}

.custom-select {
  display: inline-block;
  position: relative;
  cursor: pointer;
  position: relative;
  width: 100%;
}

.select-span {
  float: left;
  width: 100%;
  font-size: 16px;
  outline: medium none;
  height: 48px;
  color: white;
  border: 0;
  border: 2px solid #818e96;
  background: transparent;
  line-height: 44px;
  padding: 0 10px;
  transition: all 0.4s ease 0s;
  font-family: "MyriadPro-Bold";
  border-radius: 4px;
  position: relative;
}

.custom-select select {
  border: 0;
  font-size: 14px;
  padding: 0 30px 0 6px;
  height: 100%;
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: rgba(0, 0, 0, 0);
}

.custom-select .select-span {
  padding-right: 14px;
  padding-top: 3px;
}

.custom-select .is-filled + .select-span {
  border-color: #041d2d;
}

.custom-select select option {
  color: #ab262b;
  text-align: left;
}

.custom-select:after {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  right: 12px;
  content: "\e9bd";
  font-family: "icon";
  pointer-events: none;
  font-size: 14px;
  color: white;
  padding-top: 2px;
}

.invalid-code .select-span {
  border-color: #b8974c;
}

.invalid-code .custom-select:after {
  right: 42px;
}

::selection {
  background: #8db634;
  color: white;
}

::-moz-selection {
  background: #0067ab;
  color: white;
}

.container {
  margin: 0 auto;
  width: 100%;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.event-none {
  pointer-events: none;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.btn {
  display: inline-block;
  padding: 10px 14px;
  text-align: center;
  color: white;
  font-family: "gotham";

  font-size: 1.3rem;
  border-radius: 0;
  background: #f9f9f9;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border: 0;
  cursor: pointer;
}

.primary-btn {
  background: #1e1e1c;
  color: #fff;
  width: 100%;
}

.secondry-btn {
  background: #8935c0;
  color: #fff;
  width: 100%;
}

.icon {
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
}

.block {
  float: left;
  width: 100%;
}

.form-container {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-wrap {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
}

.register-content .form-inner {
  margin-top: 2rem;
}

.form-inner {
  float: left;
  /* width: 100%; */
  max-width: 70vmin;
  margin-top: 2rem;
  padding: 0 2% 0 2%;
  /* text-align: center; */
}

.form-title {
  float: left;
  width: 100%;
  margin-bottom: 2rem;
  text-align: center;
}

.form-title-label {
  float: left;
  width: 100%;
  font-size: 3rem;
  text-transform: uppercase;

  color: white;
  line-height: 1em;
}

::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: #dddddd;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.53);
}

/* input[type=checkbox] {
  transform: scale(2);
  padding: 0.4em;
  transform: scale(1);
  background-color: white;font-family: gotham;
  outline: 1px solid #b8974c;
} */
/* 
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transform: scale(2);
  padding: 0.4em;
  appearance: none;
  border: 1px solid #b8974c;
  background-color: white;
  height: 6px;
  width: 6px;
  position: relative;
  padding: 3px;
} */

/* input[type="checkbox"]:checked:before {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  content: "\2713";
  transform: scale(1);
  font-size: 5px;
  align-items: center;
  position: absolute;
  height: 6px;
  width: 6px;
  top: 2%;
  left: 1%;
  justify-content: center;
  color: #654909;
  font-weight: bold;
} */

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"] {
  border: 0px;
  border-radius: 10px;
  background-color: white;
  border: 1px solid #b8974c;
  color: #654909;
  font-size: 20px;
  height: 40px;
  font-family: JohnnieWalkerSans-Book;
  font-weight: 700;
}

.mainhead1 {
  font-size: 3.2rem;
  color: white;
  margin-top: 0.5rem;
  -ms-transform: rotate(1.5deg);
  transform: rotate(1.5deg);
}

.subbtn {
  color: #b8974c;
  width: 100%;
  font-size: 2rem;
  background-color: #006939;
  margin-top: 2rem;
}

.marginbtm-10 {
  margin-bottom: 10%;
}

.button-bar {
  float: left;
  width: 100%;
  padding: 8px;
}

.button-container {
  margin: 0 -4px;
}

.button-bar-outer {
  float: left;
  width: 100%;
  display: flex;
}

.full-btn-bar .button-bar-outer {
  flex-wrap: wrap;
}

.full-btn-bar .button-bar-outer .col {
  width: 100%;
  flex: inherit;
  margin-bottom: 8px;
}

.full-btn-bar .button-bar-outer .col:last-child {
  margin-bottom: 0;
}

.button-bar-outer .col {
  flex: 1;
  padding: 0 4px;
}

.button-bar-outer .btn {
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-bar.full-btn {
  padding-left: 0;
  padding-right: 0;
}

.full-btn .button-bar-outer .col {
  padding: 0;
}

.upibtn {
  width: 30%;
  padding: auto;
  text-align: center;
  float: right;
  height: 5vmin;
  background-color: #99711b;
  background-size: cover;
  background-repeat: no-repeat;
  /* border: 2px solid #ffffff; */
  border-radius: 10px;
}

.upibtn P {
  margin-top: 10%;
}

.upibtn1 {
  width: 45%;
  padding: auto;
  text-align: center;
  float: left;
  height: 7vmin;
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
  border: 2px solid #ffffff;
  border-radius: 20px;
}

.upibtn2 {
  width: 45%;
  padding: auto;
  text-align: center;
  float: right;
  height: 7vmin;
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
  border: 2px solid #ffffff;
  border-radius: 20px;
}

.regbtn {
  width: 40%;
  margin-left: 30%;
  margin-right: auto;
  text-align: center;
  padding: 10px;
  background-color: #ffffff;
  font-size: 200%;

  margin-bottom: 10px;
  margin-top: 25px;
  border-radius: 20px;
  color: #b43129 !important;
  background-color: white;
  font-family: JohnnieWalkerSans-Book;
}

.regbtn1 {
  width: 40%;
  height: 25%;
  margin-left: 30%;
  margin-right: auto;
  text-align: center;
  background-color: #ffffff;
  font-size: 170%;
  margin-bottom: 20px;
  margin-top: 15px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  color: #494747 !important;
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
}

.regbtncam {
  width: 60%;
  height: 35%;
  margin-left: 22%;
  margin-right: auto;
  text-align: center;
  background-color: #ffffff;
  font-size: 170%;
  margin-bottom: 20px;
  margin-top: 15px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  color: #494747 !important;
  padding: 5%;
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
}

.cambtn {
  font-size: 2rem;

  color: #494747;
  margin-top: 0px;
}

.regbtnrem {
  width: 40%;
  height: 25%;
  margin-left: 30%;
  margin-right: auto;
  text-align: center;
  background-color: #ffffff;
  font-size: 170%;
  margin-bottom: 0;
  margin-top: 15px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  color: #494747 !important;
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
}

.regbtn2 {
  width: 70%;
  height: auto;
  padding: 15px;
  margin-left: 30%;
  margin-left: 11%;
  margin-right: auto;
  text-align: center;
  background-color: #ffffff;
  font-size: 170%;
  margin-bottom: 20px;
  margin-top: 15px;
  border-radius: 5px;
  border: 2px solid #ffffff;
  color: #494747 !important;
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
}

.regbtn4 {
  width: 70%;
  height: auto;
  text-align: center;
  margin-top: 15px;
  padding: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-left: 15%;
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
}

.nostylebtn {
  padding: 0;
  cursor: pointer;
  width: 30%;
  margin-right: auto;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
  margin-top: 2%;
  border-radius: 10px;
  color: #fff !important;
  background-color: #99711b;
  font-family: JohnnieWalkerSans-Book;
  font-size: 20px;
  border: 0px;
}

.nostylebtn2 {
  width: 70%;
  height: auto;
  padding: 15px;
  /* margin-left: 13%; */
  margin-right: auto;
  font-size: 170%;
  margin-bottom: 20px;
  margin-top: -5px;
  border-radius: 15px;
  border-radius: 10px;
  color: #fff !important;
  background-color: #b8974c;
  border: 0px;
}

.nostylebtn3 {
  width: 80%;
  height: auto;
  padding: 35px 25px;
  margin-bottom: 20px;
  margin-top: 15px;
  border-radius: 15px;
  color: #fff !important;
  background-color: #b8974c;
  font-family: JohnnieWalkerSans-Book;
  font-size: 24px;
  border: 4px solid #592d26;
}

.nostylebtncam {
  width: 60%;
  height: 35%;
  margin-left: 22%;
  margin-right: auto;
  text-align: center;
  background-color: #ffffff;
  font-size: 170%;
  margin-bottom: 20px;
  margin-top: 15px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  color: #494747 !important;
  padding: 5%;
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
}

.plabel {
  font-size: 1.3rem;
  color: #ffffff;
}

.plabel1 {
  font-size: 2rem;
  color: #000;
}

.ticket {
  width: 100%;
  text-align: center;
  float: right;
  padding: 1rem 0.2rem;
  height: 38vmin;
  background-image: url("../images/ticket.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.ticket1 {
  width: 100%;
  text-align: center;
  float: right;
  padding: 1.2rem 1rem;
  height: 8%;
  background-color: white;
  margin-top: 20px;
}

.textdiv {
  margin-left: 20%;
  margin-top: 8%;
  padding: 5px;
}

.tablesmall {
  margin: auto;
}

.column1 {
  float: left;
  width: 7%;
  padding: 0px;
  height: auto;
  margin-top: -2%;
}

.column2 {
  float: left;
  width: 90%;
  padding: 0px;
  padding-left: 1%;
  /* padding-top: 10px; */
  height: auto;
  text-align: left;
}

.terms {
  color: white;
  float: left;
  font-size: 1.2rem;
  padding-top: 1%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.upl {
  font-size: 30px;
}

.sel {
  padding: 0 0.3rem;
  height: 5.5vmin;
  font-size: 15px;
  border: none;
  border-radius: 10px;
  color: white;
  text-align: left;
  font-weight: 700;
  color: #3a2a09;
  text-align: left;
  border: 1px solid #b8974c;
  background-color: #fff;
  font-family: JohnnieWalkerSans-Book;
}

.sel2 {
  padding: 0 0.3rem;
  height: 5.5vmin;
  line-height: 9.8vmin;
  /* padding: 0.5rem 0.5rem; */
  font-size: 1.2rem;
  border: none;
  color: white;
  text-align: left;
}

.form-control::placeholder {
  font-family: JohnnieWalkerSans-Book;
  color: #3a2a09;
  text-align: left;
  font-weight: 900;
  font-size: 13px;
  padding-bottom: 5px;
}

.spanfirst {
  /* margin-left: 30%; */
  font-size: 3vmin;
}

.fifthp {
  font-size: 3.2vmin;
  color: white;
  text-align: center;
  margin: 0% 3% 0 3%;
  /* font-weight: 600; */
  /* letter-spacing: 0.5px; */
}

.fifthptwo {
  font-size: 1.1rem;
  color: white;
  text-align: center;
  margin: 0 10% 0 10%;
}

.formbox {
  margin: 15% 0 15% 0;
}

.border {
  width: 100%;
  min-height: 1200px;
}

.footer {
  width: 100%;
  height: 50px;
  float: left;
  position: relative;
}

.footer p {
  position: absolute;
  /* top: 105px; */
  right: 20px;
  color: white;
  /* letter-spacing: 0.5px; */
  margin-bottom: 2%;
  float: right;
  font-size: 2vmin;
}

.waitstaff {
  font-size: 6.5vmin;
  color: #fac695;
  text-align: center;
  margin-bottom: 3%;
}

.coltwo {
  font-size: 10vmin;
  margin-top: 5%;
}

.fa {
  font-size: 42px;
}

.formdiv {
  margin: 10% 0 10% 0;
}

.cong {
  font-size: 10vmin;
  color: #fac695;
  text-align: center;
  margin-bottom: 45%;
}

.logoutbtn {
  float: right;
  width: 10%;
  margin-right: 30px;
  margin-top: 10px;
}

.terms1 {
  width: 100%;
  color: #b8974c;
  font-size: 11px;
  text-align: left;
  /* text-transform: uppercase; */
  word-wrap: break-word;
  font-weight: 600;
}

.row {
  margin-bottom: 2%;
}

.thank {
  width: 90%;
  height: auto;
  background-color: transparent;
  margin: auto;
  margin-top: 25%;
  border-radius: 15px;
  padding: 10%;
  text-align: center;
  font-family: JohnnieWalkerSans-Book;
  border: 2px solid #99711b;
}

@media (max-device-width: 1159px) and (orientation: portrait) {
  p {
    line-height: normal;
    font-size: 50%;
    color: #b8974c;

    margin: 0;
    padding: 0;

    display: block;
  }

  .logodisplay {
    width: 70%;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 50%;
  }

  h1 {
    font-size: 0.9rem;

    /* letter-spacing: 0.5px; */
  }

  h2 {
    margin-bottom: 10%;
    font-size: 25px;
    text-align: center;
  }

  .cam {
    font-size: 35px;
  }

  .terms {
    color: white;
    font-size: 1rem;
    float: left;
    padding-top: 2%;
  }

  .plabel1 {
    font-size: 1.5rem;
    color: #000;
  }

  .cambtn {
    font-size: 1.3rem;

    color: #494747;
    margin-top: 0px;
  }

  .upl {
    font-size: 25px;
  }

  .hidedesktop {
    display: block;
  }

  .hidemobile {
    display: none;
  }

  body {
    margin-top: 20px;
    background: url(../images/bfg.jpg) no-repeat center center fixed;
    background-size: 100% 100%;
    height: 100%;
    background-position: center;
    background-attachment: fixed;
  }
  

  .sel {
    height: 10vmin;
    line-height: 9.8vmin;
    padding: 0.1rem 0.8rem;
    font-size: 13px;
    border: none;
    border-radius: 20px;
    color: white;
    font-weight: 700;
    text-align: left;
    font-family: JohnnieWalkerSans-Book;
  }

  .sel2 {
    height: 10vmin;
    line-height: 9.8vmin;
    padding: 0.1rem 0.5rem;
    font-size: 1.2rem;
    border: none;
    color: white;
    text-align: left;
  }

  .rectagle {
    margin: auto;
    width: 85%;
    height: auto;
    min-height: 400px;
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
    border-radius: 20px;
  }

  .nostylebtn {
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    width: 40%;
    margin-left: 0%;
    margin-right: auto;
    text-align: center;
    padding: 10px;
    font-size: 200%;
    margin-bottom: 10px;
    margin-top: 2%;
    border-radius: 30px;
    color: #b43129 !important;
    background-color: #99711b;
    font-family: JohnnieWalkerSans-Book;
    border: 0px;
  }

  .nostylebtn2 {
    width: 70%;
    height: auto;
    padding: 15px;
    margin-left: 0;
    margin-right: auto;
    font-size: 170%;
    margin-bottom: 20px;
    margin-top: -5px;
    border-radius: 15px;
    border: 0px;
  }

  .column2 {
    float: left;
    width: 90%;
    padding: 0px;
    padding-left: 4%;
    /* padding-top: 10px; */
    height: auto;
  }

  .spanfirst {
    margin: 0;
    font-size: 4vmin;
  }

  .fifthp {
    font-size: 4.5vmin;
    color: white;
    text-align: center;
    margin: 0% 3% 0 3%;
    /* font-weight: 600; */
    /* letter-spacing: 0.5px; */
  }

  .fifthptwo {
    font-size: 0.9rem;
    color: white;
    text-align: center;
    margin: 0 10% 0 10%;
  }

  .formbox {
    margin: 15% 0 15% 0;
  }

  .border {
    width: 100%;
    min-height: 700px;
  }

  .last {
    color: white;
    /* letter-spacing: 0.5px; */
    margin-bottom: 2%;
    float: right;
    font-size: 1.5vmin;
  }

  .footer {
    width: 100%;
    height: 50px;
    float: left;
    position: relative;
  }

  .footer p {
    position: absolute;
    /* top: 105px; */
    right: 20px;
    color: white;
    /* letter-spacing: 0.5px; */
    margin-bottom: 2%;
    float: right;
    font-size: 2vmin;
  }

  .waitstaff {
    font-size: 8.2vmin;
    color: #fac695;
    text-align: center;
    margin-bottom: 3%;
  }

  .coltwo {
    font-size: 13.5vmin;
    margin-top: 5%;
  }

  .fa {
    font-size: 30px;
  }

  .formdiv {
    margin: 10% 0 5% 0;
  }

  .cong {
    font-size: 12vmin;
    color: #fac695;
    text-align: center;
    margin-bottom: 45%;
  }

  .cong {
    font-size: 12vmin;
    color: #fac695;
    text-align: center;
    margin-bottom: 45%;
  }

  .column1 {
    float: left;
    width: 7%;
    padding: 0px;
    height: auto;
    margin-top: -1%;
  }
}

@media (max-device-width: 799px) and (orientation: portrait) {
  p {
    line-height: normal;
    font-size: 50%;
    color: #b8974c;

    margin: 0;
    padding: 0;

    display: block;
  }

  .upl {
    font-size: 25px;
  }

  .wrapper {
    width: 100%;
    /* min-height: 700px; */
    /* margin-top: 15%; */
  }

  .logodisplay {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 50%;
  }

  .plabel1 {
    font-size: 1.3rem;
    color: #000;
  }

  .cambtn {
    font-size: 1.5rem;

    color: #494747;
    margin-top: 0px;
  }

  h1 {
    font-size: 0.9rem;
    /* letter-spacing: 0.5px; */
  }

  h2 {
    margin-bottom: 10%;
    font-size: 25px;
    text-align: center;
  }

  .cam {
    font-size: 35px;
  }

  .terms {
    color: white;
    font-size: 1rem;
    float: left;
    padding-top: 2%;
  }

  .rectagle {
    margin: auto;
    width: 85%;
    height: auto;
    min-height: 400px;
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
    border-radius: 20px;
  }

  body {
    margin-top: 20px;
    /* background-size: cover; */
    /* background-color: #8db634; */
    /* background: url(../images/bg.jpg) no-repeat; */
    background-size: 100% 100%;
    /* min-height: 1050px; */
    background-position: center;
    background-attachment: fixed;
  }

  .form-inner {
    margin-top: 0rem;
  }

  .form-container {
    align-items: flex-start;
  }

  .thankyoupage-form-title {
    margin: 2rem 0 2rem 0;
  }

  .hidedesktop {
    display: block;
  }

  .hidemobile {
    display: none;
  }

  .sel {
    height: 10vmin;
    line-height: 9.8vmin;
    padding: 0.1rem 0.8rem;
    font-size: 13px;
    border: none;
    border-radius: 20px;
    color: white;
    font-weight: 700;
    text-align: left;
    font-family: JohnnieWalkerSans-Book;
  }

  .sel2 {
    height: 10vmin;
    line-height: 9.8vmin;
    padding: 0.1rem 0.5rem;
    font-size: 1.1rem;
    border: none;
    color: white;
    text-align: left;
  }

  .subbtn {
    color: yellow;
    font-size: 2rem;
    background-color: gold;
    margin-top: 2rem;
  }

  .upibtn {
    width: 34%;
    padding: auto;
    padding-top: 6px;
    text-align: center;
    float: right;
    height: 11vmin;
    background-color: #99711b;
    background-size: cover;
    background-repeat: no-repeat;
    /* border: 2px solid #ffffff; */
    border-radius: 10px;
  }

  .upibtn P {
    margin-top: 6%;
  }

  .upibtn1 {
    width: 45%;
    padding: auto;
    text-align: center;
    float: left;
    height: 7vmin;
    background-color: white;
    background-size: cover;
    background-repeat: no-repeat;
    border: 2px solid #ffffff;
    border-radius: 20px;
  }

  .nostylebtn2 {
    width: 70%;
    height: auto;
    padding: 15px;
    margin-left: 0;
    margin-right: auto;
    font-size: 170%;
    margin-bottom: 20px;
    margin-top: -5px;
    border-radius: 15px;
    border: 0px;
  }

  .upibtn2 {
    width: 45%;
    padding: auto;
    text-align: center;
    float: right;
    height: 7vmin;
    background-color: white;
    background-size: cover;
    background-repeat: no-repeat;
    border: 2px solid #ffffff;
    border-radius: 20px;
  }

  .ticket {
    width: 100%;
    text-align: center;
    float: right;
    padding: 0.4rem 0.2rem;
    height: 45vmin;
    background-image: url("../images/ticket.png");
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 20px;
  }

  .textdiv {
    margin-left: 20%;
    margin-top: 8%;
    padding: 5px;
  }

  .ticket1 {
    width: 100%;
    text-align: center;
    float: right;
    padding: 1rem 0.2rem;

    background-color: white;
    margin-top: 20px;
  }

  input[type="radio"] {
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: #fff !important;
    height: 4.2vmin;
    width: 4.2vmin;
  }

  input[type="radio"]:checked {
    border-radius: 50%;
    background: #b8974c;
    content: "";
    height: 4.2vmin;
    width: 4.2vmin;
    margin: auto auto;
    right: 0;
    bottom: 0;
  }

  .nostylebtn {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;

    width: 40%;
    margin-left: 0%;
    margin-right: auto;
    text-align: center;
    padding: 10px;
    font-size: 200%;
    /* */
    margin-bottom: 10px;
    margin-top: 2%;
    border-radius: 30px;
    color: #b43129 !important;
    background-color: #99711b;
    font-family: JohnnieWalkerSans-Book;
  }

  .column2 {
    float: left;
    width: 90%;
    padding: 0px;
    padding-left: 4%;
    /* padding-top: 10px; */
    height: auto;
  }

  .spanfirst {
    margin: 0;
    font-size: 4vmin;
  }

  .fifthp {
    font-size: 4.5vmin;
    color: white;
    text-align: center;
    margin: 0% 3% 0 3%;
    /* font-weight: 600; */
    /* letter-spacing: 0.5px; */
  }

  .fifthptwo {
    font-size: 0.9rem;
    color: white;
    text-align: center;
    margin: 0 10% 0 10%;
  }

  .formbox {
    margin: 15% 0 15% 0;
  }

  .border {
    width: 100%;
    min-height: 700px;
  }

  .last {
    color: white;
    /* letter-spacing: 0.5px; */
    margin-bottom: 2%;
    float: right;
    font-size: 1.5vmin;
  }

  .footer {
    width: 100%;
    height: 50px;
    float: left;
    position: relative;
  }

  .footer p {
    position: absolute;
    /* top: 105px; */
    right: 20px;
    color: white;
    /* letter-spacing: 0.5px; */
    margin-bottom: 2%;
    float: right;
    font-size: 2vmin;
  }

  .waitstaff {
    font-size: 8.2vmin;
    color: #fac695;
    text-align: center;
    margin-bottom: 3%;
  }

  .coltwo {
    font-size: 13.5vmin;
    margin-top: 5%;
  }

  .fa {
    font-size: 30px;
  }

  .formdiv {
    margin: 10% 0 5% 0;
  }

  .cong {
    font-size: 12vmin;
    color: #fac695;
    text-align: center;
    margin-bottom: 45%;
  }

  .cong {
    font-size: 12vmin;
    color: #fac695;
    text-align: center;
    margin-bottom: 45%;
  }

  .column1 {
    float: left;
    width: 7%;
    padding: 0px;
    height: auto;
    margin-top: -1%;
  }
}

@media (max-device-width: 767px) and (orientation: portrait) {
  p {
    line-height: normal;
    font-size: 50%;
    color: #b8974c;
    margin: 0;
    padding: 0;
    margin-top: 1px;
    display: block;
  }

  .row {
    margin-bottom: 0%;
  }

  .upl {
    font-size: 25px;
  }

  .logodisplay {
    width: 40%;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 50%;
  }

  .plabel1 {
    font-size: 1.3rem;
    color: #000;
  }

  .sel {
    height: 10vmin;
    line-height: 9.8vmin;
    padding: 0.1rem 0.8rem;
    font-size: 13px;
    border: none;
    border-radius: 20px;
    color: white;
    text-align: left;
    font-weight: 700;
    font-family: JohnnieWalkerSans-Book;
  }

  .sel2 {
    height: 10vmin;
    line-height: 9.8vmin;
    padding: 0.1rem 0.5rem;
    font-size: 1.1rem;
    border: none;
    color: white;
    text-align: left;
  }

  .cambtn {
    font-size: 1.5rem;
    color: #494747;
    margin-top: 0px;
  }

  .rectagle {
    margin: auto;
    width: 85%;
    height: auto;
    min-height: 400px;
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
    border-radius: 20px;
  }

  h1 {
    font-size: 0.9rem;
  }

  h2 {
    margin-bottom: 10%;
    font-size: 25px;
    text-align: center;
  }

  .cam {
    font-size: 35px;
  }

  .terms1 {
    width: 100%;
    color: #b8974c;
    font-size: 8px;
    text-align: left;
    /* text-transform: uppercase; */
    word-wrap: break-word;
    font-weight: 600;
  }

  .btn-bar .btn {
    height: 12vmin;
    max-width: 74vmin;
    font-size: 5vmin;
  }

  .btn-bar {
    margin-top: 6vmin;
  }

  .form-inner {
    max-width: 100%;
    padding: 0 5vmin;
    /* padding-bottom: 50px; */
    margin-bottom: 10%;
  }

  .form-title-label {
    font-size: 2.5rem;
    color: white;
  }

  .mainhead1 {
    font-size: 3rem;
    color: white;
    margin-top: 0.5rem;
    -ms-transform: rotate(1.5deg);
    transform: rotate(1.5deg);
  }

  .form-control {
    height: 14vmin;
    line-height: 9.8vmin;
    padding: 1rem;
    font-size: 1.1rem;
    border: none;
    border-radius: 7px;
  }

  .form-control::placeholder {
    font-family: JohnnieWalkerSans-Book;
    color: #3a2a09;
    text-align: left;
    font-weight: 900;
    font-size: 13px;
    padding-bottom: 5px;
  }

  .select-group:after {
    font-size: 3.8vmin;
    right: 3vmin;
  }

  .input-label {
    font-size: 3.2vmin;
  }

  .button-bar-outer .btn {
    height: 12vmin;
  }

  .checkbox label {
    height: 5vmin;
    width: 5vmin;
  }

  .nostylebtn2 {
    width: 86%;
    height: auto;
    padding: 15px;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: -5px;
    border-radius: 10px;
    color: #fff !important;
    background-color: #b8974c;
    border: 0px;
  }

  .checkbox input:checked + label:after,
  .checkbox label.active:after {
    font-size: 2.6vmin;
  }

  .check-label {
    font-size: 1.5rem;
  }

  .form-group {
    margin-bottom: 4vmin;
  }

  .form-container .form-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .congrats-content .container {
    width: 90vmin;
  }

  .title-label {
    font-size: 8vmin;
  }

  .title-pre {
    font-size: 5vmin;
  }

  .thankyoupage-form-title {
    margin: 5.5rem 0 5.5rem 0;
  }

  .thank {
    width: 90%;
    height: auto;
    background-color: transparent;
    margin: auto;
    margin-top: 20%;
    padding: 10%;
    border-radius: 15px;
    text-align: center;
    font-family: JohnnieWalkerSans-Book;
    border: 2px solid #99711b;
  }



  .thankMsg {  
    background-color: transparent;
    margin: auto;
    border-radius: 15px;
    text-align: center;
    font-family: JohnnieWalkerSans-Book;
    border: 2px solid #99711b;
  }

  .hidedesktop {
    display: block;
  }

  .hidemobile {
    display: none;
  }

  .subbtn {
    color: yellow;
    font-size: 2rem;
    background-color: #006939;
    margin-top: 2rem;
  }

  .upibtn {
    width: 33%;
    padding: auto;
    padding-top: 6px;
    text-align: center;
    float: right;
    height: 10.5vmin;
    background-color: #B55F17;
    background-size: cover;
    background-repeat: no-repeat;
    /* border: 2px solid #ffffff; */
    border-radius: 10px;
  }

  .upibtn P {
    margin-top: 6%;
  }

  .upibtn1 {
    width: 45%;
    padding: auto;
    padding-top: 6px;
    text-align: center;
    float: left;
    height: 12vmin;
    background-color: white;
    background-size: cover;
    background-repeat: no-repeat;
    border: 2px solid #ffffff;
    border-radius: 20px;
  }

  .upibtn2 {
    width: 45%;
    padding: auto;
    padding-top: 6px;
    text-align: center;
    float: right;
    height: 12vmin;
    background-color: white;
    background-size: cover;
    background-repeat: no-repeat;
    border: 2px solid #ffffff;
    border-radius: 20px;
  }

  .ticket {
    width: 100%;
    text-align: center;
    float: right;
    padding: 0.4rem 0.2rem;
    height: 45vmin;
    background-image: url("../images/ticket.png");
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 20px;
  }

  .textdiv {
    margin-left: 17%;
    margin-top: 8%;
    padding: 10px;
  }

  .ticket1 {
    width: 100%;
    text-align: center;
    float: right;
    padding: 1.3rem 0.2rem;
    background-color: white;
    margin-top: 20px;
  }

  input[type="radio"] {
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: #fff !important;
    height: 4.2vmin;
    width: 4.2vmin;
  }

  input[type="radio"]:checked {
    border-radius: 50%;
    background: #b8974c;
    content: "";
    height: 4.2vmin;
    width: 4.2vmin;
    margin: auto auto;
    right: 0;
    bottom: 0;
  }

  .nostylebtn {
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    width: 40%;
    margin-left: 0%;
    margin-right: auto;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 2%;
    border-radius: 10px;
    color: #fff !important;
    background-color: #99711b;
    font-family: JohnnieWalkerSans-Book;
    font-size: 16px;
  }

  .column2 {
    float: left;
    width: 90%;
    padding: 0px;
    padding-left: 4%;
    /* padding-top: 10px; */
    height: auto;
    margin-top: 8px;
  }

  .spanfirst {
    margin: 0;
    font-size: 4vmin;
  }

  .fifthp {
    font-size: 4.5vmin;
    color: white;
    text-align: center;
    margin: 0% 3% 0 3%;
    /* font-weight: 600; */
    /* letter-spacing: 0.5px; */
  }

  .fifthptwo {
    font-size: 0.9rem;
    color: white;
    text-align: center;
    margin: 0 10% 0 10%;
  }

  .formbox {
    margin: 15% 0 15% 0;
  }

  .border {
    width: 100%;
    min-height: 700px;
  }

  .last {
    color: white;
    /* letter-spacing: 0.5px; */
    margin-bottom: 2%;
    float: right;
    font-size: 1.5vmin;
  }

  .footer {
    width: 100%;
    height: 50px;
    float: left;
    position: relative;
  }

  .footer p {
    position: absolute;
    /* top: 105px; */
    right: 20px;
    color: white;
    /* letter-spacing: 0.5px; */
    margin-bottom: 2%;
    float: right;
    font-size: 2vmin;
  }

  .waitstaff {
    font-size: 8.2vmin;
    color: #fac695;
    text-align: center;
    margin-bottom: 3%;
  }

  .coltwo {
    font-size: 13.5vmin;
    margin-top: 5%;
  }

  .fa {
    font-size: 30px;
  }

  .formdiv {
    margin: 10% 0 5% 0;
  }

  .cong {
    font-size: 12vmin;
    color: #fac695;
    text-align: center;
    margin-bottom: 45%;
  }

  .logoutbtn {
    float: right;
    width: 15%;
    margin-right: 30px;
    margin-top: 10px;
  }

  .column1 {
    float: left;
    width: 7%;
    padding: 0px;
    height: auto;
    margin-top: -1%;
  }
}

@media (max-device-width: 390px) and (orientation: portrait) {
  input[type="date"],
  input[type="time"] {
    color: #b8974c;
    text-align: left;
    border: 1px solid #b8974c;
    background-color: #fff;
    border-radius: 10px;
  }

  .upl {
    font-size: 25px;
  }

  .logodisplay {
    width: 40%;
    margin-top: 40px;
    margin-bottom: 20px;
    margin-left: 50%;
  }

  .plabel1 {
    font-size: 1.5rem;
    color: #000;
  }

  .cambtn {
    font-size: 1.5rem;

    color: #494747;
    margin-top: 0px;
  }

  h1 {
    font-size: 0.9rem;

    /* letter-spacing: 0.5px; */
  }

  h2 {
    margin-bottom: 10%;
    font-size: 23px;
    text-align: center;
  }

  .cam {
    font-size: 35px;
  }

  .terms {
    color: white;
    font-size: 1rem;
    float: left;
    padding-top: 2%;
  }

  .sel {
    height: 10vmin;
    line-height: 9.8vmin;
    padding: 0.1rem 0.8rem;
    font-size: 13px;
    border: none;
    border-radius: 20px;
    color: white;
    font-weight: 700;
    text-align: left;
    font-family: JohnnieWalkerSans-Book;
  }

  .sel2 {
    height: 10vmin;
    line-height: 9.8vmin;
    padding: 0.1rem 0.5rem;
    font-size: 1.1rem;
    border: none;
    color: white;
    text-align: left;
  }

  .form-container {
    margin-top: 10px;
  }

  .rectagle {
    margin: auto;
    width: 85%;
    height: auto;
    min-height: 400px;
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
    border-radius: 20px;
  }

  .nostylebtn2 {
    width: 80%;
    height: auto;
    padding: 15px;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: -5px;
    border-radius: 15px;
    border: 0px;
  }

  .full-screen-wrap {
    position: static;
  }

  .thankyoupage-form-title {
    margin: 3rem 0 3rem 0;
  }

  .hidedesktop {
    display: block;
  }

  .hidemobile {
    display: none;
  }

  .subbtn {
    color: yellow;
    font-size: 1.4rem;
    background-color: #006939;
    margin-top: 2rem;
  }

  .ticket {
    width: 100%;
    text-align: center;
    float: right;
    padding: 0.4rem 0.2rem;
    height: 38vmin;
    background-image: url("../images/ticket.png");
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 20px;
  }

  .textdiv {
    margin-left: 17%;
    margin-top: 4%;
    padding: 8px;
  }

  .ticket1 {
    width: 100%;
    text-align: center;
    float: right;
    padding: 1rem 0.2rem;
    background-color: white;
    margin-top: 20px;
  }

  .tablesmall {
    margin: auto;
    display: flex;
    justify-content: center;
  }

  .nostylebtn {
    cursor: pointer;
    outline: inherit;
    width: 40%;
    margin-left: 0%;
    margin-right: auto;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 2%;
    border-radius: 10px;
    color: #fff !important;
    background-color: #B55F17;
    font-family: JohnnieWalkerSans-Book;
    font-size: 16px;
    border: 0px;
  }

  .column2 {
    float: left;
    width: 90%;
    padding: 0px;
    padding-left: 4%;
    /* padding-top: 10px; */
    height: auto;
  }

  .spanfirst {
    margin: 0;
    font-size: 4vmin;
  }

  .fifthp {
    font-size: 4.5vmin;
    color: white;
    text-align: center;
    margin: 0% 3% 0 3%;
    /* font-weight: 600; */
    /* letter-spacing: 0.5px; */
  }

  .fifthptwo {
    font-size: 0.9rem;
    color: white;
    text-align: center;
    margin: 0 10% 0 10%;
  }

  .formbox {
    margin: 15% 0 15% 0;
  }

  .border {
    width: 100%;
    min-height: 700px;
  }

  .last {
    color: white;
    /* letter-spacing: 0.5px; */
    margin-bottom: 2%;
    float: right;
    font-size: 1.5vmin;
  }

  .footer {
    width: 100%;
    height: 50px;
    float: left;
    position: relative;
  }

  .footer p {
    position: absolute;
    /* top: 105px; */
    right: 20px;
    color: white;
    /* letter-spacing: 0.5px; */
    margin-bottom: 2%;
    float: right;
    font-size: 2vmin;
  }

  .waitstaff {
    font-size: 8.2vmin;
    color: #fac695;
    text-align: center;
    margin-bottom: 3%;
  }

  .coltwo {
    font-size: 13.5vmin;
    margin-top: 5%;
  }

  .fa {
    font-size: 30px;
  }

  .formdiv {
    margin: 10% 0 5% 0;
  }

  .cong {
    font-size: 12vmin;
    color: #fac695;
    text-align: center;
    margin-bottom: 45%;
  }

  input[type="date"],
  input[type="time"] {
    color: #b8974c;
    text-align: left;
    border: 1px solid #b8974c;
    background-color: #fff;
    border-radius: 10px;
    font-size: 15px;
  }

  input[type="date"]::before {
    color: #b8974c;
    content: attr(placeholder) ": ";
  }

  input[type="date"]:focus::before {
    content: "" !important;
  }

  input[type="time"]::before {
    color: #b8974c;
    content: attr(placeholder) ": ";
  }

  input[type="time"]:focus::before {
    content: "" !important;
  }

  .column1 {
    float: left;
    width: 7%;
    padding: 0px;
    height: auto;
    margin-top: -1%;
  }
}

@media (max-device-width: 812px) and (orientation: landscape) {
  .upl {
    font-size: 25px;
  }

  .form-container {
    margin-top: inherit;
    height: 200px;
  }

  .plabel1 {
    font-size: 1.5rem;
    color: #000;
  }

  .cambtn {
    font-size: 1.5rem;

    color: #494747;
    margin-top: 0px;
  }

  h1 {
    font-size: 0.9rem;

    /* letter-spacing: 0.5px; */
  }

  h2 {
    margin-bottom: 10%;
    font-size: 25px;
    text-align: center;
  }

  .cam {
    font-size: 35px;
  }

  .terms {
    color: white;
    font-size: 1rem;
    float: left;
    padding-top: 2%;
  }

  .column1 {
    float: left;
    width: 7%;
    padding: 0px;
    height: auto;
    margin-top: -1%;
  }

  .column2 {
    float: left;
    width: 90%;
    padding: 0px;
    padding-left: 4%;
    /* padding-top: 10px; */
    height: auto;
  }

  .rectagle {
    margin: auto;
    width: 85%;
    height: auto;
    min-height: 400px;
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
    border-radius: 20px;
  }

  .full-screen-wrap {
    position: static;
  }

  .form-container .form-wrap {
    padding: 6vmin 0;
  }

  .sel {
    height: 10vmin;
    line-height: 9.8vmin;
    padding: 0.1rem 0.8rem;
    font-size: 13px;
    border: none;
    border-radius: 20px;
    color: white;
    font-weight: 700;
    text-align: left;
    font-family: JohnnieWalkerSans-Book;
  }

  .sel2 {
    height: 10vmin;
    line-height: 9.8vmin;
    padding: 0.1rem 0.5rem;
    font-size: 1.1rem;
    border: none;
    color: white;
    text-align: left;
  }

  .hidedesktop {
    display: block;
  }

  .hidemobile {
    display: none;
  }

  .subbtn {
    color: yellow;
    font-size: 1.5rem;
    background-color: #006939;
    margin-top: 2rem;
  }

  .nostylebtn {
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    width: 40%;
    margin-left: 0%;
    margin-right: auto;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 2%;
    border-radius: 10px;
    color: #fff !important;
    background-color: #99711b;
    font-family: JohnnieWalkerSans-Book;
    font-size: 24px;
    border: 0px;
  }

  .nostylebtn2 {
    width: 70%;
    height: auto;
    padding: 15px;
    margin-left: 0;
    margin-right: auto;
    font-size: 170%;
    margin-bottom: 20px;
    margin-top: -5px;
    border-radius: 15px;
    border: 0px;
  }

  .spanfirst {
    margin: 0;
    font-size: 4vmin;
  }

  .fifthp {
    font-size: 4.5vmin;
    color: white;
    text-align: center;
    margin: 0% 3% 0 3%;
    /* font-weight: 600; */
    /* letter-spacing: 0.5px; */
  }

  .fifthptwo {
    font-size: 0.9rem;
    color: white;
    text-align: center;
    margin: 0 10% 0 10%;
  }

  .formbox {
    margin: 15% 0 15% 0;
  }

  .border {
    width: 100%;
    min-height: 700px;
  }

  .last {
    color: white;
    /* letter-spacing: 0.5px; */
    margin-bottom: 2%;
    float: right;
    font-size: 1.5vmin;
  }

  .footer {
    width: 100%;
    height: 50px;
    float: left;
    position: relative;
  }

  .footer p {
    position: absolute;
    /* top: 105px; */
    right: 20px;
    color: white;
    /* letter-spacing: 0.5px; */
    margin-bottom: 2%;
    float: right;
    font-size: 2vmin;
  }

  .waitstaff {
    font-size: 8.2vmin;
    color: #fac695;
    text-align: center;
    margin-bottom: 3%;
  }

  .coltwo {
    font-size: 13.5vmin;
    margin-top: 5%;
  }

  .fa {
    font-size: 30px;
  }

  .formdiv {
    margin: 10% 0 5% 0;
  }

  .cong {
    font-size: 12vmin;
    color: #fac695;
    text-align: center;
    margin-bottom: 45%;
  }

  input[type="date"],
  input[type="time"] {
    color: #b8974c;
    text-align: left;
    border: 1px solid #b8974c;
    background-color: #fff;
    border-radius: 10px;
  }

  .column1 {
    float: left;
    width: 7%;
    padding: 0px;
    height: auto;
    margin-top: -1%;
  }
}

@media (max-device-width: 414px) {
  .sel {
    height: 10vmin;
    line-height: 9.8vmin;
    padding: 0.1rem 0.8rem;
    font-size: 13px;
    border: none;
    font-weight: 700;
    border-radius: 20px;
    color: white;
    text-align: left;
    font-family: JohnnieWalkerSans-Book;
  }

  .sel2 {
    height: 10vmin;
    line-height: 9.8vmin;
    padding: 0.1rem 0.5rem;
    font-size: 1.1rem;
    border: none;
    color: white;
    text-align: left;
  }

  .last {
    color: white;
    /* letter-spacing: 0.5px; */
    margin-bottom: 2%;
    float: right;
    font-size: 1.5vmin;
  }

  .footer {
    width: 100%;
    height: 50px;
    float: left;
    position: relative;
  }

  .footer p {
    position: absolute;
    /* top: 105px; */
    right: 20px;
    color: white;
    /* letter-spacing: 0.5px; */
    margin-bottom: 2%;
    float: right;
    font-size: 2vmin;
  }

  .waitstaff {
    font-size: 8.2vmin;
    color: #fac695;
    text-align: center;
    margin-bottom: 3%;
  }

  .coltwo {
    font-size: 13.5vmin;
    margin-top: 5%;
  }

  .fa {
    font-size: 30px;
  }

  .formdiv {
    margin: 10% 0 5% 0;
  }

  .cong {
    font-size: 12vmin;
    color: #fac695;
    text-align: center;
    margin-bottom: 45%;
  }

  input[type="date"],
  input[type="time"] {
    color: #b8974c;
    text-align: left;
    border: 1px solid #b8974c;
    background-color: #fff;
    border-radius: 10px;
  }

  .column1 {
    float: left;
    width: 7%;
    padding: 0px;
    height: auto;
    margin-top: -1%;
  }
}

@media (max-device-width: 430px) {
  .sel {
    height: 10vmin;
    line-height: 9.8vmin;
    padding: 0.1rem 0.8rem;
    font-size: 13px;
    border: none;
    border-radius: 10px;
    color: #3a2a09;
    font-weight: 700;
    text-align: left;
    border: 1px solid #b8974c;
    background-color: #fff;
    font-family: JohnnieWalkerSans-Book;
  }

  .column1 {
    float: left;
    width: 7%;
    padding: 0px;
    height: auto;
    margin-top: -1%;
  }

  .sel2 {
    height: 10vmin;
    line-height: 9.8vmin;
    padding: 0.1rem 0.5rem;
    font-size: 1.1rem;
    border: none;
    color: white;
    text-align: left;
  }

  .fifthp {
    font-size: 4.5vmin;
    color: white;
    text-align: center;
    margin: 0% 3% 0 3%;
    /* font-weight: 600; */
    /* letter-spacing: 0.5px; */
  }

  .fifthptwo {
    font-size: 0.9rem;
    color: white;
    text-align: center;
    margin: 0 10% 0 10%;
  }

  .last {
    color: white;
    /* letter-spacing: 0.5px; */
    margin-bottom: 2%;
    float: right;
    font-size: 1.5vmin;
  }

  .footer {
    width: 100%;
    height: 50px;
    float: left;
    position: relative;
  }

  .footer p {
    position: absolute;
    /* top: 105px; */
    right: 20px;
    color: white;
    /* letter-spacing: 0.5px; */
    margin-bottom: 2%;
    float: right;
    font-size: 2vmin;
  }

  .waitstaff {
    font-size: 8.2vmin;
    color: #fac695;
    text-align: center;
    margin-bottom: 3%;
  }

  .coltwo {
    font-size: 13.5vmin;
    margin-top: 5%;
  }

  .fa {
    font-size: 30px;
  }

  .formdiv {
    margin: 10% 0 5% 0;
  }

  .cong {
    font-size: 12vmin;
    color: #fac695;
    text-align: center;
    margin-bottom: 45%;
  }

  input[type="date"],
  input[type="time"] {
    color: #b8974c;
    text-align: left;
    border: 1px solid #b8974c;
    background-color: #fff;
    border-radius: 10px;
  }
}

@media (max-device-width: 390px) and (orientation: portrait) {
  .column1 {
    float: left;
    width: 7%;
    padding: 0px;
    height: auto;
    margin-top: -1%;
  }
}
