/* New form css starts here */

.landingTopBlock h1 {
  margin: 0 0 30px;
  font-size: 67px;
  line-height: 1.2em;
}

.landingTopBlock * {
  text-align: left;
}

.landingTopBlock {
  padding: 180px 0 60px;
}

.page-id-100 header#masthead {
  box-shadow: none !important;
}

.landingTopBlock .yellow-btn.gb-block-button {
  text-align: left !important;
}

.formhomeBanner.homebanner h3 {
  margin: 0 0 15px;
  color: var(--bright);
  font-size: 26px;
}

.formhomeBanner.homebanner p {
  margin: 0;
  color: var(--bright);
}

.formhomeBanner .signup_wp_list {
  margin: 20px 0 25px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 1.4em 0em;
  max-width: 1080px;
}

.formhomeBanner .signup_wp_list>div {
  width: 48%;
  color: var(--bright);
}

.formhomeBanner .signup_single_field label {
  display: inline-block;
  color: var(--bright);
  margin-bottom: 8px;
  font-family: 'avenir heavy';
  font-size: 18px;
}

.formhomeBanner .signup_single_field input {
  padding: 16px 18px;
  width: 100%;
  border-radius: 25px;
  border: none !important;
  color: var(--primary);
  outline: none !important;
  font-size: 15px;
}

.formhomeBanner .signup_single_field input::placeholder {
  color: var(--primary);
}
.formhomeBanner .signup_single_field:last-child {
  width: 100%;
  padding-top: 20px;
  position: relative;
}
.formhomeBanner .signup_single_field input#gdpr_checkbox {
  width: auto;
  margin: 5px 0 0 !important;
  float: left;
}
.formhomeBanner .signup_single_field:last-child label a {
  color: var(--yellow);
}
.formhomeBanner .signup_single_field:last-child label {
  margin: 0;
  display: block;
  overflow: hidden;
  padding-left: 8px;
  font-family: 'avenir light';
  font-size: 17px;
}
.formhomeBanner .signup_single_field:last-child input.gb-button {
  width: auto;
  font-size: 20px;
  min-width: 300px;
  border-radius: 50px;
  margin-top: 30px;
}
.overlap-sd-block.topBlockPart {
  padding: 100px 0;
}


/* Popup result page css starts here */
div#popup-video .popup-inner {
  position: relative;
  padding: 30px 60px;
  max-width: 700px;
}

div#popup-video .popup-inner .button-close {
  background: url(https://quiz.learnstarr.com/wp-content/uploads/2023/03/close-light.svg) !important;
  top: 20px;
  right: 20px;
  height: 25px;
  width: 25px;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  opacity:1;
}
div#popup-video .popup-inner h3 {
  font-size: 24px;
  font-family: 'avenir heavy';
}
div#popup-video .popup-content .field-wp p {
  font-size: 20px;
  color: var(--bright);
  margin-top: 0;
}
div#popup-video .popup-inner video#myVideo {
  width: 100%;
  height: 100%;
}
div#popup-video .popup-video {
  position: relative;
  margin-bottom: 40px;
}
div#popup-video .popup-video button {
  background: transparent !important;
}
div#popup-video .popup-video:hover button i, div#popup-video .popup-video:hover button {
  opacity: 1;
  visibility: visible;
}
div#popup-video .popup-video i, div#popup-video .popup-video button {
  font-size: 0;
  background: var(--blue);
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  border: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 5px;
  margin: auto;
  padding: 0;
  cursor: pointer;
  z-index: 99;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease-in-out;
}
div#popup-video .popup-video span i {
  color: #fff;
  font-size: 45px;
}
div#popup-video .popup-video span i::before {
  margin-left: 10px;
}
div#popup-video .popup-video span i.fa.fa-play::before {
  position: static;
}
div#popup-video .popup-video span i.fa.fa-pause::before {
  font-size: 42px;
  position: relative;
  left: -5px;
  content: "\f04c";
}
div#popup-video .popup-content .field-wp {
  margin-top: 20px !important;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
div#popup-video button.gb-button {
  width: auto;
  font-size: 20px;
  padding: 21px 40px;
}
.formhomeBanner .alert.error {
  background: #ff0000c4;
}

.formhomeBanner .alert {
  border-radius: 10px;
  padding: 15px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.formhomeBanner .signup_wp_list i#fav-spinner {
  position: relative;
  right: 30px;
  color: var(--primary);
  font-size: 15px;
  top: 0px;
}

.formhomeBanner .alert.error li:last-child {
  margin: 0;
}

.formhomeBanner .alert.error li {
  margin-bottom: 0px;
  list-style: disc;
}

.formhomeBanner .alert.error ul {
  padding-left: 15px;
}

.formhomeBanner .alert.success {
  background: #1d811d;
}



@media(max-width: 1440px){
  .landingTopBlock h1 {
    font-size: 57px;
  }
}

@media(max-width: 1280px){
  .landingTopBlock h1 {
    font-size: 47px;
    margin: 0 0 22px;
  }
  .landingTopBlock {
    padding: 140px 0 40px;
  }
}

@media(max-width: 980px){
  .landingTopBlock h1 {
    font-size: 35px;
  }
  .overlap-sd-block.topBlockPart {
    padding: 100px 0 60px;
  }
  .overlap-sd-block.bottomBlockPart {
    padding: 0 0 60px;
  }
  .formhomeBanner .signup_wp_list>div {
    width: 100%;
  }
  .formhomeBanner .signup_single_field:last-child input.gb-button {
    font-size: 18px;
    min-width: 270px;
  }
  .formhomeBanner .signup_single_field:last-child {
    padding-top: 10px;
  }
  .formhomeBanner .signup_wp_list {
    gap: 1em 0em;
  }
  .formhomeBanner .signup_single_field label {
    margin-bottom: 6px;
    font-size: 16px;
  }
  .formhomeBanner .signup_single_field input {
    padding: 14px 18px;
    font-size: 14px;
  }
  div#popup-video .popup-inner h3 {
    font-size: 20px;
  }
}

@media(max-width:768px){
  div#popup-video .popup-video span i.fa.fa-pause::before {
    font-size: 28px;
    margin-left: 8px;
  }
  div#popup-video .popup-video span i::before {
    font-size: 28px;
    left: -4px;
  }
  div#popup-video .popup-video i {
    bottom: 0px !important;
  }
  div#popup-video .popup-video i, div#popup-video .popup-video button {
    height: 70px;
    width: 70px;
    bottom: 30px;
  }
  div#popup-video .popup-video {
    margin-bottom: 30px;
  }
  div#popup-video button.gb-button {
    font-size: 18px;
    padding: 16px 30px;
  }
}

@media(max-width:580px){
  .formhomeBanner .signup_single_field:last-child label {
    font-size: 15px;
    line-height: 19px;
  }
  .formhomeBanner .signup_single_field input#gdpr_checkbox {
    margin: 3px 0 0 !important;
  }
  div#popup-video .popup-video span i.fa.fa-pause::before {
    font-size: 20px;
  }
  div#popup-video .popup-video span i {
    font-size: 22px;
  }
  div#popup-video .popup-inner {
    padding: 25px;
  }
  div#popup-video .popup-content .field-wp p {
    font-size: 17px;
    margin-bottom: 20px;
  }
  div#popup-video button.gb-button {
    font-size: 15px;
    padding: 13px 25px;
  }
  div#popup-video .popup-video {
    margin-bottom: 20px;
  }
  div#popup-video .popup-inner h3 {
    padding-right: 20px;
  }

  div#popup-video .popup-video i, div#popup-video .popup-video button {
    height: 50px;
    width: 50px;
  }

  div#popup-video .popup-inner .button-close {
    top: 14px;
    right: 14px;
    height: 20px;
    width: 20px;
  }
	
  .landingTopBlock h1 {
    font-size: 28px;
  }
  .landingTopBlock {
    padding: 100px 0 30px;
  }
  .landingTopBlock .yellow-btn.gb-block-button a {
    padding: 11px 20px;
  }
}
@media(max-width: 480px){

  .formhomeBanner .signup_wp_list i#fav-spinner {
    position: absolute;
    top: auto;
    bottom: 20px;
  }
  .overlap-sd-block.topBlockPart {
    padding: 10px 0 50px;
  }
  .formhomeBanner .signup_single_field:last-child input.gb-button {
    font-size: 16px;
    min-width: 100%;
    width: 100%;
    padding: 15px;
  }
}