@font-face {
    font-family: 'Poppins';
    src: url('https://resources.enterprisetalk.com/ebook/new-edm-lp-template/plugin-new-campaign/font/Poppins-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
}

.row {
  margin: 0;
}

.parsley-errors-list {
  padding: 2px 0 0 10px;
  color: #e71b1b;
  font-weight: 600 !important;
}

.parsley-required {
  color: #e71b1b;
  margin-left: 0px;
  padding-left: 0;
  font-weight: 600 !important;
  text-align: left;
}
.parsley-type {
  color: #e71b1b;
  margin-left: 0px;
  font-weight: 600 !important;
  text-align: left;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.main-div {
  padding: 50px 75px;
}

.body-div {
  padding: 100px 0 50px;
}

.cover-image {
  border: 25px solid #fff;
  border-radius: 30px;
  margin-bottom: 50px;
  box-shadow: 0px 0px 25px -8px #000;
  text-align: center;
}

.cover-image img {
  width: 100%;
  border-radius: 15px;
}

.speaker-design img {
  max-width: 120px;
  width: 120px;
  height: fit-content;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.speaker-info {
  padding-left: 10px;
}

.speaker-info h4 {
  color: #8b8b8b;
  font-weight: 400;
  font-size: 20px;
  margin: 0 0 2px 0;
}

.speaker-info h5 {
  font-weight: 600;
}

.speaker-info p {
  margin: 0;
}

.form-control {
  border: none;
  background-color: #e9e8e8;
  padding: 15px 0 15px 22px;
  border-radius: 16px;
}

.form-select {
  padding: 18px 0 18px 22px;
  border-radius: 16px;
  border: none;
  background-color: #e9e8e8;
}

.btnSubmit {
  width: 100%;
  border-radius: 15px;
  background-color: #ffbf13;
  color: #fff;
  border: none;
  padding: 15px 0;
  font-size: 22px;
  font-weight: 600;
}

#checkBtn:hover {
  box-shadow: 0px 0px 10px -5px #000;
  background-color: #d19d12;
}

.form-card {
  border-radius: 30px;
  box-shadow: 0px 0px 25px -8px #000;
  padding: 30px 20px;
}

@media (max-width: 912px) {
  .main-div {
    padding: 30px 30px;
  }
}

@media (max-width: 767px) {
  .et-logo {
    text-align: center;
    margin-bottom: 40px;
  }
  .client-logo {
    text-align: center;
  }

  .body-div {
    padding: 40px 0;
  }
  .cover-image {
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  .main-div {
    padding: 15px 10px;
  }
  .form-card {
    padding: 20px 8px;
  }
  .cover-image {
    border: 15px solid #fff;
  }
}

@media (max-width: 375px) {
  .speaker-design img {
    height: fit-content;
  }
}
