* {
  padding: 0;
  margin: 0;
}
@font-face {
  font-family: kia-light;
  src: url(fonts/KIA_Light.ttf);
}
@font-face {
  font-family: kia-medium;
  src: url(fonts/KIA_Medium.ttf);
}
@font-face {
  font-family: kia-bold;
  src: url(fonts/KIA_Bold.ttf);
}

body {
  /* background: url(imgs/bg19202.jpg) no-repeat center center fixed; */
  background: url(imgs/bgsoul.jpg) no-repeat bottom left fixed;
  /* background: url(imgs/forteBg.jpg) no-repeat center center fixed; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (max-width: 500px) {
  body:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: -10;
    background: url(imgs/bgsoul.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  label {
    font-weight: 500 !important;
  }
}
.kia-input-font {
  font-family: kia-light;
}
.kia-medium-font {
  font-family: kia-medium;
}
.header-container {
  width: 61%;
  margin: 90px auto;
}
.kia-title {
  margin-left: 15px;
  float: left;
  font-size: 62px;
  font-family: kia-light;
  color: white;
  margin-right: 40px;
}
.kia-bold {
  font-family: kia-medium;
  color: white;
  padding-top: 5px;
}
.kia-logo {
  margin-top: -5px;
  float: left;
}
.kia-clear {
  clear: both;
}
.body-container {
  width: 61%;
  margin: 25px auto;
  padding: 5px 10px 20px 10px; /*background: rgba(0,0,0,0.2);*/
  border-radius: 5px;
}
.row {
  margin-top: 20px;
}
.form-label {
  font-family: kia-medium;
  color: #182945;
  font-size: 16px;
  white-space: nowrap;
}
.form-control {
  font-size: 14px;
  font-family: kia-light;
  border-radius: 22.5px;
  border: 1px solid #bbb;
  height: 45px;
  text-align: center;
}
.custom {
  -webkit-appearance: none;
  text-align-last: center;
  font-family: kia-light;
  font-size: 14px;
  position: absolute;
  top: 41%;
  width: 70%;
  left: 15%;
  border: 1px solid transparent;
  border-radius: 0;
  outline: none;
  height: 40px;
  background: #fff;
}
.dn-btn {
  padding-top: 10px;
  background: #fff;
  color: #000;
  font-size: 14px;
  border-radius: 22px;
  height: 45px;
  border: 1px solid #000;
  width: 100%;
}
.submit-btn {
  background: #fff;
  color: #e72327;
  font-size: 14px;
  border-radius: 22px;
  height: 45px;
  border: 1px solid #e72327;
  width: 100%;
}
.submit-btn:focus {
  outline: none;
}
.agreement-text {
  margin: 15px;
  font-size: 16px;
  font-family: kia-bold;
  color: #000; /*margin-top: 5px;*/
}
.kia-bar {
  width: 1px;
  height: 65px;
  background: #fff;
  float: left;
  margin-right: 37px;
  margin-top: 15px;
}
.custom:hover {
  cursor: pointer;
}
.btn.submit-btn:hover {
  border: 1px solid #333;
}
select::-ms-expand {
  display: none;
}
i {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

@media only screen and (max-width: 1720px) {
  .header-container {
    width: 71%;
  }
  .body-container {
    width: 70%; /*background: rgba(0,0,0,0.1);*/
  }
}

@media only screen and (max-width: 1480px) {
  .header-container {
    width: 81%;
  }
  .body-container {
    width: 80%;
  }
}

@media only screen and (max-width: 1300px) {
  .header-container {
    width: 93%;
  }
  .body-container {
    width: 94%;
  }
  .custom {
    width: 65%;
    left: 18%;
  }
}

@media only screen and (max-width: 1160px) {
  .kia-title {
    font-size: 52px;
  }
  .kia-bar {
    height: 60px;
  }
  .header-container {
    margin: 60px auto;
  }
}

@media only screen and (max-width: 1160px) {
  .kia-title {
    font-size: 52px;
  }
}

@media only screen and (max-width: 1010px) {
  .kia-title {
    font-size: 48px;
  }
  .kia-logo {
  }
}

@media only screen and (max-width: 990px) {
  .kia-title {
    font-size: 40px;
  }
  .kia-logo {
    margin-top: -15px;
  }
  .kia-bar {
    margin-top: 0px;
    height: 60px;
  }
  .agreement-text {
    color: #fff;
  }
  #company-label,
  #title-label {
    margin-top: 20px;
  }
  #event-label {
    margin-top: 20px;
  }
  .custom {
    top: 54%;
  }
}

@media only screen and (max-width: 860px) {
  .kia-title {
    font-size: 35px;
  }
}

@media only screen and (max-width: 772px) {
  .kia-title {
    display: flex;
    flex-direction: column;
    font-size: 48px;
  }
  .body-container {
    margin: 25px auto;
    padding: 5px 10px 20px 20px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
  }
  .form-label {
    color: #fff;
  }
  .kia-bar {
    margin-top: 0px;
    height: 19vw;
  }
  .kia-logo {
    margin-top: 10px;
  }
  .custom {
    width: 78%;
    left: 10%;
  }
  .white-color {
    color: #fff;
  }
}
@media only screen and (max-width: 660px) {
  .kia-title {
    font-size: 6vw;
  }
  .kia-logo {
    width: calc(100px + 4vw);
  }
}
@media only screen and (max-width: 400px) {
  .kia-title {
    margin-right: 25px;
  }
  .kia-bar {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 345px) {
  .kia-logo {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .mt-20 {
    margin-top: 20px;
  }
}

#thankyouimg {
  max-width: 500px;
}
@media (max-width: 550px) {
  .kia-logo {
    margin-top: 1vw;
  }
  #thankyouimg {
    width: 90%;
  }
  .body-container {
    /* padding: 0; */
  }
  .header-container {
    margin: 20px auto;
  }
}
.modal.fade.in {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.modal-dialog {
  text-align: center;
}
