/*FONTS CSS*/
@import url('font-icons.css');

@font-face {
  font-family: GothamMedium;
  src: url('../fonts/GOTHAM-MEDIUM.OTF');
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  color: #000000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  font-family: GothamMedium;
  font-weight: normal;
}

:focus {
  outline: none;
}

body {
  font-size: 5%;
  font-family: 'GothamMedium';
  color: #000000;
  font-weight: normal;
  background-color: #8db634;
  margin-top: 20px;
  background: url(../images/mobile_bg.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-text-size-adjust: none;
  height: 100%;
}

.que {
  width: 100%;
  float: left;
  margin: 10% 0 0;
}

.rowcondition {
  width: 80%;
  margin-left: 5%;
}

.column3 {
  float: left;
  width: 100%;
  padding: 10px 0 5px;
  text-align: initial;
}

.column {
  float: left;
  width: 50%;
  padding: 10px 0;
  padding-left: 10%;
  text-align: initial;
}


.footer {
  position: fixed;
  bottom: 0;
  z-index: -1; /* Change this from 0 to -1 to make sure the footer is behind other elements */
}


.footer span {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
}



.logo {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  padding: 0rem 0px;
}


.logo img {
  width: 230px;
  margin: 0px auto;
  display: table;
}

.column1 {
  float: left;
  width: 15%;
  padding: 10px 0;
}

.termcolumn1 {
  float: left;
}

.termcolumn2 {
  width: 85%;
  padding: 7px 0;
  text-align: initial;
  margin-left: 10%;
}

.column2 {
  float: left;
  width: 85%;
  padding: 10px 0;
}

.half {
  width: 60% !important;
  float: inherit;
}

.landingbg {
  font-size: 5%;
  font-family: 'GothamMedium';
  color: #000000;
  font-weight: normal;
  background-color: #8db634;
  margin-top: 20px;
  background: url(../images/body-bg.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-text-size-adjust: none;
  height: 100%;
}

a {
  text-decoration: none;
  outline: none;
  color: #000000;
  outline: none;
  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: 18px;
  color: #000000;
  font-weight: normal;
  margin: 0;
  padding: 0;
  display: block;
}

.condition {
  line-height: normal;
  font-size: 25px;
  color: #000000;
  font-weight: normal;
  margin: 0;
  padding: 0;
  display: block;
  margin-left: -10%;
}

label {
  font-size: 25px;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

h1 {
  font-size: 1.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: center;
  margin: 0;
  padding: 0;
  display: block;
  color: #7a4c1d;
}

h2 {
  font-size: 16px;
}

ul,
ul li,
ol,
ol li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.form-group {
  text-align: center;
  float: left;
  width: 100%;
  margin-bottom: 1.7vmin;
  position: relative;
  font-family: 'GothamMedium';
  font-size: 1.5rem;
  z-index: 1;
}

.input-group {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  font-family: 'GothamMedium';
  font-size: 1.1rem;
}

.form-control {
  width: 50%;
  font-size: 1rem;
  outline: 1px solid #f6be5f;
  height: 50px;
  color: #000000;
  border: 0;
  border: 0.22vmin solid #1e1e1c;
  line-height: 4.8vmin;
  padding: 10px;
  transition: all 0.4s ease 0s;
}

.form-control1 {
  width: 100%;
  font-size: 1rem;
  outline: 1px solid #f6be5f;
  height: 50px;
  color: #fff;
  border: 0;
  line-height: 4.8vmin;
  padding: 10px;
  transition: all 0.4s ease 0s;
}

.form-control:focus {
  outline: none;
  transition: all 0.3s ease 0s;
}

.input-label {
  float: left;
  width: 100%;
  margin-bottom: .4vmin;
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
  font-size: 1.6vmin;
}

/*Checkbox and Radio Box Css*/
.check-label {
  float: left;
  flex: 1;
  color: #000000;
  font-size: 1.8vmin;
  font-weight: 400;
  padding-left: 1vmin;
}

.check-label a {
  color: #000000;
}

.radio-group-btn {
  display: flex;
  align-items: center;
}

input[type=radio] {
  -webkit-appearance: none;
  align-items: center;
  justify-content: center;
  background: #fff !important;
  margin: 5% 3% 0% 0;
  height: 3vmin;
  width: 3vmin;
  border-radius: 50%;
  outline: none;
  border: 2px solid #845a2f;
}

input[type='radio']:before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}

input[type="radio"]:checked:before {
  background: #845a2f;

}

input[type="radio"]:checked {
  border-color: #845a2f;
}

.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: #000000;
  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: #000000;
  z-index: 2;
}

.logodisplay {
  width: 25%;
}

/*NORMAL CSS*/
::selection {
  background: #8db634;
  color: #000000;
}

::-moz-selection {
  background: #0067ab;
  color: #000000;
}

.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;
}

input {
  text-align: left;
}



/*button {
-webkit-appearance: none !important;
-moz-appearance: none !important;
appearance: none !important;
}*/


/*BUTTON CSS*/
.btn {
  display: inline-block;
  padding: 10px 20px;
  text-align: left;
  color: #7a4c1d;
  font-family: 'GothamMedium';
  width: 60%;
  font-size: 1rem;
  border-radius: 25px;
  background: #f9f9f9;
  border: 0;
  cursor: pointer;
}


.btnsmall {
  display: inline-block;
  padding: 10px 0px;
  text-align: left;
  color: #7a4c1d;
  font-family: 'GothamMedium';
  width: 30%;
  font-size: 13px;
  border-radius: 25px;
  background: #f9f9f9;
  border: 0;
  cursor: pointer;
  float: inherit;
  margin-top: 4%;
}

.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%;
}

/*Register Page CSS*/
.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 {
  /* padding: 5%;
  float: left;
  width: 100%; */

  padding: 5% 20%;
  width: 100%;
}

.btn-form {
  margin-left: 17%;
}

.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;
  font-weight: bold;
  color: #000000;
  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);
  border: 2px solid #f6be5f;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transform: scale(1.5);
  background-color: white;
  border-radius: 5px; */

  transform: scale(2);
  border: 1px solid #7c4e20;
  padding: 0.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transform: scale(1);
  background-color: white;

}

input[type='checkbox']::before {
  content: '';
  color: #fff;
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  background-color: transparent;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: scale(0);
  transform: scale(0);
  background-image: url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjQ0OCIgaGVpZ2h0PSI0NDgiIHZpZXdCb3g9IjAgMCA0NDggNDQ4Ij4KPHRpdGxlPjwvdGl0bGU+CjxnIGlkPSJpY29tb29uLWlnbm9yZSI+CjwvZz4KPHBhdGggZD0iTTQxNy43NSAxNDEuNWMwIDYuMjUtMi41IDEyLjUtNyAxN2wtMjE1IDIxNWMtNC41IDQuNS0xMC43NSA3LTE3IDdzLTEyLjUtMi41LTE3LTdsLTEyNC41LTEyNC41Yy00LjUtNC41LTctMTAuNzUtNy0xN3MyLjUtMTIuNSA3LTE3bDM0LTM0YzQuNS00LjUgMTAuNzUtNyAxNy03czEyLjUgMi41IDE3IDdsNzMuNSA3My43NSAxNjQtMTY0LjI1YzQuNS00LjUgMTAuNzUtNyAxNy03czEyLjUgMi41IDE3IDdsMzQgMzRjNC41IDQuNSA3IDEwLjc1IDcgMTd6Ij48L3BhdGg+Cjwvc3ZnPgo=");
}

input[type='checkbox']:checked::before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="tel"],
select {
  width: 90%;
  padding: 2px 5px;
  margin: 5px 5%;
  font-size: 14px;
  box-sizing: border-box;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid rgb(0, 0, 0);
  border-radius: 0%;
}

.subbtn {
  color: red;
  width: 100%;
  font-size: 2rem;
  background-color: #006939;
  margin-top: 2rem;
}

.plabel {
  font-size: 1.5rem;
  color: #ffffff;
}

.plabel1 {
  font-size: 1.3rem;
  color: #000;
}

.submitbtn {
  font-family: GothamMedium;
  margin-top: 30px;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 900;
  border: none;
  border-radius: 5px;
  background-color: #fff;
  color: red;
}

.cimg {
  height: 100px;
  width: 150px;
}

.button {
  background-color: #fff;
  /* Green */
  border: none;
  color: #000;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  font-weight: 600;
  font-family: GothamMedium;
}

.button3 {
  width: 35%;
}

body {
  margin-top: 5%;
  background-size: cover;
  background-color: #8db634;
  background: url(../images/body-bg.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.landingbg {
  margin-top: 5%;
  background-size: cover;
  background-color: #8db634;
  background: url(../images/body-bg.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

td {

  padding: 5px;


}

table,
th,
td {

  border-collapse: collapse;

}

table,
th,
td {

  border-collapse: collapse;
  text-align: center;
  padding: 10px;
}

/* table, th { */
/* background-color:#fff !important; */
/* border:none; */
/* border-color:#fff; */
/* } */
table {
  background-color: #fff;
  width: 50%;
  margin-left: 25%;

  border-radius: 20px;
  text-align: left;
}

th {
  padding-top: 80px;
  font-size: 35px;
}

.tbl {

  margin-top: -7%;

}

.heading {
  margin: 10% 0;
}

::placeholder {
  color: rgb(0, 0, 0);
  text-align: left;
  font-size: 12px;
}

option {
  color: rgb(0, 0, 0);
  text-align: left;
  font-size: 20px;
}

.thank {
  width: 100%;
  height: 300px;
  background-color: rgba(0, 0, 0, 0.2);
  margin-top: 10%;
  border-radius: 15px;
  text-align: center;

}

.thank p {
  padding-top: 10%;
  font-size: 14px;
  font-family: GOTHAM-MEDIUM;
  color: white;
}

.vid {
  margin-top: 0%;
  margin-left: 0%;
  width: 40%;
  /* border: 2px solid black; */
  border-radius: 30px;
  height: 80% !important;
  position: absolute;
  z-index: 0;
  /* background: red; */
}

.limg {
  width: 100%;
  height: 80%;
  border: 2px solid black;
  border-radius: 33px;
  margin-top: 0px;
  z-index: 1;
  position: relative;
  /* margin-bottom: 10px; */
  /* margin-left: 10%; */
}

input[type="date"]:before {
  color: black;
  text-align: left;
  font-size: 18px;
  content: "Date" !important;
}

.mobvideo {
  display: none;
}

.desktopvideo {
  display: block;
}

video {
  width: 70%;
  margin: auto;
}

@media (max-device-width: 1200px) {
  .tbl {

    margin-top: -10%;
  }

  th {
    padding-top: 95px;
    font-size: 35px;
  }
}


@media (max-device-width:1024px) {
  .tbl {

    margin-top: -10%;

  }

  th {
    padding-top: 75px;
    font-size: 25px;
  }
}

@media (max-device-width: 900px) {
  .tbl {

    margin-top: -10%;

  }

  th {
    padding-top: 75px;
    font-size: 35px;
  }
}

@media (max-device-width:768px) {
  .form-inner {
    padding: 10%;
    float: left;
    width: 100%;
  }

  .btn-form {
    margin: 0% 5%;
  }

  .logodisplay {
    width: 50%;
  }

  .form-control {
    width: 100%
  }

  .button3 {
    width: 100%;
  }

  .mobvideo {
    display: block;
  }

  .desktopvideo {
    display: none;
  }

  video {
    width: 100%;
    margin: auto;
  }

  .vid {
    margin-top: 0%;
    margin-left: 0%;
    width: 40%;
    /* border: 2px solid black; */
    border-radius: 30px;
    height: 80% !important;
    position: absolute;
    z-index: 0;
    /* background: red; */
  }

  .limg {
    width: 100%;
    height: 80%;
    border: 2px solid black;
    border-radius: 33px;
    margin-top: 0px;
    z-index: 1;
    position: relative;
    /* margin-bottom: 10px; */
    /* margin-left: 16%; */
  }

  .thank {
    width: 100%;
    height: 300px;
    background-color: rgba(0, 0, 0, 0.2);
    margin-top: 10%;
    border-radius: 15px;
    text-align: center;

  }

  .thank p {
    padding-top: 40%;
    font-size: 40px;
    font-family: GOTHAM-MEDIUM;
    color: white;
  }


  input[type=radio] {
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: #fff !important;
    height: 4vmin;
    width: 4vmin;
    margin: 5% 5% 0% 0;
  }

  p {
    line-height: normal;
    font-size: 15px;
    color: #000000;
    font-weight: normal;
    margin: 0;
    padding: 0;
    display: block;
  }

  .condition {
    line-height: normal;
    font-size: 15px;
    color: #000000;
    font-weight: normal;
    margin: 0;
    padding: 0;
    display: block;
  }

  label {
    font-size: 15px;
  }

  /*BUTTON CSS*/
  .btn {
    display: inline-block;
    padding: 10px 20px;
    text-align: left;
    color: #7a4c1d;
    font-family: 'GothamMedium';
    width: 100%;
    font-size: 1rem;
    border-radius: 25px;
    background: #f9f9f9;
    border: 0;
    cursor: pointer;
  }

  .btnsmall {
    display: inline-block;
    padding: 10px 0px;
    text-align: left;
    color: #7a4c1d;
    font-family: 'GothamMedium';
    width: 30%;
    font-size: 13px;
    border-radius: 25px;
    background: #f9f9f9;
    border: 0;
    cursor: pointer;
    float: inherit;
    margin-top: 4%;
  }

  .button {
    padding: 15px 32px;
  }

  td {
    width: 50%;
    padding: 5px;


  }

  table,
  th,
  td {

    border-collapse: collapse;

  }

  table {
    background-color: #fff;
    width: 100%;
    border-radius: 0.5em;

    margin-left: 0%;
  }

  th {
    padding-top: 75px;
    font-size: 35px;
  }

  .tbl {

    margin-top: -70%;

  }



  body {
    margin-top: 10%;
    background-size: cover;
    background-color: #8db634;
    background: url(../images/body-bg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .landingbg {
    margin-top: 10%;
    background-size: cover;
    background-color: #8db634;
    background:url(../images/body-bg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

@media (max-device-width:600px) {
  .form-inner {
    padding: 10%;
    float: left;
    width: 100%;
  }

  .btn-form {
    margin: 0% 5%;
  }

  .logodisplay {
    width: 50%;
  }

  .form-control {
    width: 100%
  }

  .button3 {
    width: 100%;
  }

  .button {
    padding: 15px 32px;
  }

  td {
    width: 50%;
    padding: 5px;


  }

  .tbl {

    margin-top: -20%;

  }

  table,
  th,
  td {

    border-collapse: collapse;

  }

  table {
    background-color: #fff;
    width: 100%;
    border-radius: 0.5em;

    margin-left: 0%;
  }

  th {
    padding-top: 75px;
    font-size: 35px;
  }

  body {
    margin-top: 10%;
    background-size: cover;
    background-color: #8db634;
    background: url(../images/body-bg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .landingbg {
    margin-top: 10%;
    background-size: cover;
    background-color: #8db634;
    background: url(../images/body-bg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

@media (max-device-width:480px) {
  .form-inner {
    padding: 10%;
    float: left;
    width: 100%;
  }

  .btn-form {
    margin: 0% 5%;
  }

  .logodisplay {
    width: 50%;
  }

  .form-control {
    width: 100%
  }

  .button3 {
    width: 100%;
  }

  .button {
    padding: 15px 32px;
  }

  td {
    width: 50%;
    padding: 5px;


  }

  table,
  th,
  td {

    border-collapse: collapse;

  }

  table {
    background-color: #fff;
    width: 100%;
    border-radius: 0.5em;

    margin-left: 0%;
  }

  th {
    padding-top: 50px;
    font-size: 22px;
  }

  .tbl {

    margin-top: -20%;

  }

  body {
    margin-top: 10%;
    background-size: cover;
    background-color: #8db634;
    background: url(../images/body-bg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .landingbg {
    margin-top: 10%;
    background-size: cover;
    background-color: #8db634;
    background: url(../images/body-bg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

@media (max-device-width: 320px) {
  .form-inner {
    padding: 10%;
    float: left;
    width: 100%;
  }

  .btn-form {
    margin: 0% 5%;
  }

  .logodisplay {
    width: 90%;
  }

  .form-control {
    width: 100%
  }

  .button3 {
    width: 100%;
  }

  .button {
    padding: 15px 32px;
  }

  td {
    width: 50%;
    padding: 5px;


  }

  .tbl {

    margin-top: -20%;

  }

  table,
  th,
  td {

    border-collapse: collapse;

  }

  table {
    background-color: #fff;
    width: 100%;
    border-radius: 0.5em;

    margin-left: 0%;
  }

  th {
    padding-top: 75px;
    font-size: 35px;
  }

  body {
    margin-top: 10%;
    background-size: cover;
    background-color: #8db634;
    background: url(../images/body-bg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }


  .landingbg {
    margin-top: 10%;
    background-size: cover;
    background-color: #8db634;
    background: url(../images/body-bg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}


@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {

  td {
    width: 50%;
    padding: 5px;


  }

  .tbl {

    margin-top: -20%;

  }

  table,
  th,
  td {

    border-collapse: collapse;

  }

  table {
    background-color: #fff;
    width: 100%;
    border-radius: 0.5em;

    margin-left: 0%;
  }

  th {
    padding-top: 90px;
    font-size: 25px;
  }

  .vid {
    margin-top: 0%;
    margin-left: 0%;
    width: 40%;
    /* border: 2px solid black; */
    border-radius: 30px;
    height: 80% !important;
    position: absolute;
    z-index: 0;
    /* background: red; */
  }

  .limg {
    width: 100%;
    height: 80%;
    border: 2px solid black;
    border-radius: 33px;
    margin-top: 0px;
    z-index: 1;
    position: relative;
    /* margin-bottom: 10px; */
    /* margin-left: 13%; */
  }

}

@media only screen and (max-width: 380px) {
  .vid {
    margin-top: 0%;
    margin-left: 0%;
    width: 40%;
    /* border: 2px solid black; */
    border-radius: 30px;
    height: 80% !important;
    position: absolute;
    z-index: 0;
    /* background: red; */
  }

  .limg {
    width: 100%;
    height: 80%;
    border: 2px solid black;
    border-radius: 33px;
    margin-top: 0px;
    z-index: 1;
    position: relative;
    /* margin-bottom: 10px; */
    /* margin-left: 16%; */
  }
}