.bookingForm {
  text-align: center;
}
.bookingForm h1 {
  font-size: 60px;
  color: white;
  font-weight: bold;
  margin-bottom: 3%;
}
.introImg img {
  width: 100%;
}
.bookWrapper {
  display: block;
}
.container_wrapper.bgWhite {
  background-color: white;
}
.supporters h1 {
  color: black;
}
.bookingForm {
  padding-bottom: 160px;
}
.memberQuestionWrapper h3 {
  font-size: 40px;
  color: white;
  font-weight: bold;
  margin-bottom: 3%;
  margin-top: 75px;
}
.memberQuestionOptions .group {
  display: inline;
  margin: 70px;
  font-size: 20px;
  border: solid 3px #ff00fe;
  border-radius: 200px;
  padding: 20px 40px;
}
.memberQuestionOptions .group:hover {
  background: #0000002e;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 7px 15px;
  height: 20px;
  width: 2%;
  accent-color: #ff00fe;
  transform: scale(1.5);
  cursor: pointer;
}
.memberQuestionOptions .group label {
  color: #ffffff;
  font-size: 24px;
}
.agendaDiv .row {
  border-bottom: 4px solid #c866c8;
  padding-bottom: 25px;
}
/* .bgBlueshade {
  background: linear-gradient(
    180deg,
    #01010e 0%,
    rgb(69 115 166) 35%,
    rgba(152, 211, 241, 1) 100%
  );
} */
.bgBlueshade {
  background: linear-gradient(#c440e6, #12045f);
}
.memberQuestionOptions .group:hover {
  cursor: pointer;
}
.memberQuestionOptions {
  margin-top: 100px;
}
#sessionsWrapper {
  color: white;
  text-align: left;
  padding: 30px 50px 30px 50px;
  border: solid 3px #ff00fe;
  border-radius: 30px;
  margin-top: 60px;
  background: #0000002e;
}
#sessionsWrapper div:hover {
  background-color: #7e50c2;
  /* padding: 5px 7px; */
  /* margin-right: 765px; */
  border-radius: 200px;
  /* margin-bottom: 20px; */
  cursor: pointer;
}
#sessionsWrapper div {
  width: 65%;
  padding: 10px 15px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
#sessionsWrapper input[type="checkbox"] {
  transform: scale(2.2);
}
#bookNow {
  padding: 14px 28px;
  border: 4px solid #ff00fe;
  font-weight: 700;
  border-radius: 200px;
  font-size: 22px;
  color: #ff00fe;
  transition: all 0.3s;
}
#bookNow:hover {
  background: #ff00fe;
  color: #fff;
}
#bookNowWrapper {
  padding-top: 20px;
}
.agendaBlock {
  background-color: #340f79;
}
.container_wrapper.bgBlue {
  background-image: linear-gradient(#441484, #c240e5);
  position: relative;
}
.borderTop {
  border-top: 2px dashed #ff01ff;
}
.agendaDiv .row {
  border-bottom: 4px solid #c866c8;
}
.blockSchedule h3 span {
  color: #ffffff;
}
.gentral-supporters {
  background-color: white;
}
.cisiLogo {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 180px;
}
.intro {
  position: relative;
}
.confTitle {
  text-align: center;
}
.confTitle h1 {
  position: absolute;
  top: 15px;
  color: white;
  font-weight: 400;
  width: 100%;
  font-size: 65px;
}
.confTitle h2 {
  position: absolute;
  top: 100px;
  color: white;
  font-weight: 400;
  width: 100%;
  font-size: 27px;
}
.blockSchedule {
  margin-top: 150px;
}
.speakerModalContent {
  background-color: #340f79;
}
.bookingDescription p {
  color: #fff;
  font-weight: 300;
  font-size: 28px;
  font-family: "Raleway", century gothic, sans-serif;
}
.bookingDescription p small {
  font-size: 70%;
  font-weight: 600;
}
.bookingDescription a {
  color: white;
  font-weight: 500;
}
.bookingDescription a:hover {
  text-decoration: underline;
}
@media (max-width: 1600px) {
  .memberQuestionOptions .group {
    margin: 15px;
  }
}
@media (max-width: 1024px) and (max-height: 1366px) {
  .supporters img {
    width: 110px;
  }
  .confTitle h1 {
    bottom: 26px;
    font-size: 50px;
    top: unset;
  }
  .confTitle h2 {
    bottom: 1px;
    font-size: 20px;
    top: unset;
  }
  .memberQuestionOptions .group {
    margin: 5px;
    padding: 10px 10px;
  }
  .memberQuestionOptions .group label {
    font-size: 20px;
  }
  input[type="radio"],
  input[type="checkbox"] {
    margin: 2px 5px;
    transform: unset;
  }
  #sessionsWrapper input[type="checkbox"] {
    transform: scale(3);
    margin: 2px 13px;
  }
  #sessionsWrapper {
    padding: 80px 0px 0px 170px;
  }
}
@media (max-width: 790px) {
  .supporters img {
    width: 80px;
  }
  .confTitle h1 {
    bottom: 10px;
    font-size: 46px;
  }
  .confTitle h2 {
    bottom: -5px;
    font-size: 19px;
  }
  .memberQuestionOptions .group {
    margin: 5px;
    padding: 10px 10px;
  }
  .memberQuestionOptions .group label {
    font-size: 20px;
  }
  input[type="radio"],
  input[type="checkbox"] {
    margin: 2px 5px;
    transform: unset;
  }
  #sessionsWrapper input[type="checkbox"] {
    transform: scale(3);
    margin: 2px 13px;
  }
  #sessionsWrapper {
    padding: 80px 0px 0px 85px;
  }
}
@media (max-width: 600px) {
  .introImg img {
    height: 285px;
    width: auto;
    object-fit: cover;
  }
  .cisiLogo {
    width: 75px;
    top: 20px;
    left: 20px;
  }
  .confTitle h1 {
    font-size: 30px;
  }
  .confTitle h2 {
    bottom: 0px;
    /* font-size: 19px; */
    font-size: 11px;
  }
  .blockSchedule h3 {
    font-size: 20px;
  }
  #cph_main_C004_Col00 > div:nth-child(2) > div > h3 {
    font-size: 20px;
  }
  .agendaDiv .row {
    flex-direction: column;
  }
  .agendaDiv .row .timeBlock {
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
  }
  .agendaDiv .row .detailBlock {
    margin-top: 20px;
  }
  .memberQuestionOptions {
    display: flex;
    flex-direction: column;
  }
  .memberQuestionOptions .group {
    display: flex;
    align-items: center;
    padding: 5px 5px;
  }
  input[type="radio"],
  input[type="checkbox"] {
    margin: 2px 10px;
    transform: scale(2);
  }
  #sessionsWrapper input[type="checkbox"] {
    transform: scale(5);
  }
  #sessionsWrapper div {
    width: 100%;
  }

  #sessionsWrapper {
    padding: 78px 0px 0px 10px;
  }
  #bookNowWrapper {
    padding-top: 30px;
  }
  #sessionsWrapper div:hover {
    background-color: unset;
    border-radius: unset;
  }
  .blockSchedule {
    margin-top: 50px;
  }
}
