::-webkit-input-placeholder {
  /* Edge */
  color: #4DC8E2 !important;
}
@font-face {
  font-family: "FZDaHei-B02S";
  src: url("../fonts/futureforceshalfital.ttf");
}
@font-face {
  font-family: "FZYaoTi";
  src: url("../fonts/Montserrat-Medium.otf");
}
@font-face {
  font-family: "Montserrat-semiBold";
  src: url("../fonts/Montserrat-SemiBold.otf");
}
.fonts-1 {
  font-family: "FZDaHei-B02S" !important;
}
.fonts-2 {
  font-family: "Montserrat-semiBold" !important;
}
.fonts-3 {
  font-family: "FZYaoTi" !important;
}

body {
  font-family: "FZYaoTi" !important;
}
#hero {
  width: 100vw;
  height: 100vh;
  background: url("../images/Background.jpg") top center;
  background-size: cover;
  position: relative;
}

#hero .container {
  /* position: relative; */
  text-align: center;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
    width:100vw;
    height:100vh;
  }
}
.custom-input {
  background-color: rgb(189, 233, 245) !important;
  width: 25% !important;
  padding: 9px;
  border-color: transparent;
  color: #4DC8E2;
}

.calander-btn {
  width: 25%;
  font-size: 2vh;
  padding: 9px;
  background-color: #fee101;
  border-radius: 5px;
}

.hide {
  visibility: hidden !important;
}

@media only screen and (max-width: 600px) {
  #hero {
    background: url("../images/Background.jpg") top center;
    background-size: cover;
    width:100vw;
    height:100vh;
  }
  .custom-btn {
    width: 50% !important;
  }
  .input-container {
    width: 50% !important;
  }
  .custom-img {
    width: 40% !important;
  }
}

@media only screen and (min-width: 200px) {
  .custom-btn {
    width: 100% !important;
  }
  .input-container {
    width: 100% !important;
  }
  .custom-img {
    width: 85% !important;
  }
}

@media only screen and (min-width: 992px) {
  .custom-btn {
    width: 35% !important;
  }
  .input-container {
    width: 35% !important;
  }
  .custom-img {
    width: 55% !important;
  }

}

.input-container {
  
  margin: 0 auto;
  font-size: 2vh;
  padding: 0 50px;
  text-align: center;
  margin-bottom: 20px;
}

.custom-input {

  border-radius: 25px;
  width: 100%!important;
}

.custom-btn {
  color: white;
  width: 100% !important ;
  font-size: 2vh;
  padding: 9px;
  background-image: linear-gradient(to right, #06BAC5 ,#92CA66);
  border-radius: 5px;
  border-color: white;
}

.disclaimer{
text-align:justify;
font-size:5px;
}
.disclaimer2{
  text-align:justify;
  font-size:7px;
 }

select {
  background-image:
    linear-gradient(45deg, transparent 50%, #00B9C9),
    linear-gradient(135deg, #00B9C9, transparent 50%) !important;
  background-position:
    calc(100% - 30px) 14px,
    calc(100% - 20px) 14px,
    100% 0;
  background-size:
    10px 10px,
    10px 10px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}