#demand-text, #first-heading {
  margin-top: 24px
}
#demand-text, #first-heading, #first-text {
  color: #fff;
  font-weight: 700
}
#recording-btn, #recording-btn:hover {
  border-style: solid;
  border-width: 2px
}
#loadingOverlay, .spinner {
  margin-left: auto;
  margin-right: auto
}
.affiliate-social .rd-navbar-transparent.rd-navbar-static .rd-navbar-main-outer .rd-navbar-main-inner {
    background: #6900ae;
    box-shadow: 0 0 20px #00000038;
}
.key {
  color: #763097
}
#first-text {
  font-size: 1.3125rem;
  line-height: 1.75rem;
  margin-top: 70px;
}
#first-heading {
  font-size: 3rem;
  letter-spacing: -1px;
  line-height: 3.5rem
}
#demand-text, #eng-text, #min-text {
  font-size: 1.125rem;
  line-height: 1.6875rem
}
#min-text {
  color: #fff
}
#eng-text {
  color: #000;
  font-style: italic
}
#recording-btn, .submit {
  background-color: #005ff7;
  color: #fff
}
#recording-btn {
  margin-top: 32px;
  border-radius: 9999px;
  display: inline-block;
  padding: .875rem 12px .875rem 24px;
  width: auto
}
#recording-btn:hover {
  background-color: #fff;
  color: #000
}
#heading-2 {
  font-weight: 700;
  margin-bottom: 16px;
  font-size: 2.25rem;
  letter-spacing: -.17px;
  line-height: 2.8125rem
}
#text-1, #text-2 {
  font-weight: 400;
  font-size: 1.3125rem;
  line-height: 1.75rem;
  margin-bottom: 16px
}
.submit {
  border-radius: 64px;
  border-width: 0;
  padding: 12px 24px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500
}
#header-banner {
    background-image: url('../images/banner_image6.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    min-height: 590px;
    width: 100%;
    top: 130px;
}
#loadingOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .8);
  z-index: 1000;
  text-align: center
}
.spinner {
  margin-top: 12%;
  border: 8px solid #f3f3f3;
  border-top: 8px solid #3498db;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: 2s linear infinite spin
}
@keyframes spin {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(360deg)
  }
}
.bimage {
  width: 128px;
  height: 128px
}
.bottom {
  padding: 50px 20px;
  border-top: 1px solid #ccc;
  margin-top: 57px
}
.flex {
  display: flex
}
.bottom .col-md-6 span.speaker_img {
    width: 140px;
    overflow: hidden;
    margin: 0 13px 0 0;
    height: 140px;
    border-radius: 50%;
}

.bottom .col-md-6 span.speaker_img img.bimage {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.bottom .col-md-6 span p {
  font-size: 17px;
  line-height: 19.5px;
  padding: 10px 0
}
.bottom .col-md-6 span p strong {
  margin: 0 0 7px;
  display: inline-block;
  width: 100%
}
.bottom .col-md-12.flex {
  flex-wrap: wrap;
  padding: 0
}
.bottom .col-md-12.flex .col-md-6.flex {
  padding: 10px 0;
  align-items: center
}
section#form-section {
  margin-top: 140px
}




@media only screen and (max-width:767px) {
  section#form-section {
    margin-top: 0
  }
  #header-banner {
    top: 47px
  }
  #first-heading {
    font-size: 29px;
    line-height: normal
  }
	
	#meetup h2 {
    font-size: 30px;
}
.vc_logo {
    max-width: 270px;
}
	
	
	
	
}