.custom-popup-form-warpper {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(61,61,61,.9);
  left: 0;
  top: 0;
  overflow-x: scroll;
  z-index: 16777271;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s,visibility 0s 0.5s;
  transition: opacity 0.5s,visibility 0s 0.5s;
  padding-bottom: 32px;
}
.custom-popup-form-warpper.open{
  opacity: 1;
  visibility: visible;
/*   -webkit-transition: opacity 0.5s ;
  transition: opacity 0.5s; */
-webkit-transition: opacity 0.5s,visibility 0s;
  transition: opacity 0.5s,visibility 0s;
  background-color: rgb(5, 155, 154);
  color: rgb(255, 255, 255);
}
.custom-popup-form-warpper-inner{
  -webkit-perspective: 1200px;
  perspective: 1200px;
  background-color: transparent;
  opacity: .4;
  -webkit-transform: translateY(-25%) rotateX(35deg);
  transform: translateY(-25%) rotateX(35deg);
  -webkit-transition: -webkit-transform 0.5s,opacity 0.5s;
  transition: transform 0.5s,opacity 0.5s;
}
.custom-popup-form-warpper.open .custom-popup-form-warpper-inner{
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.custom-popup-form-section{
  width: 60% !important;
  max-width: 60% !important;
}
.custom-popup-form-columns{
  margin-bottom: 2.75%;
}
.al-close-icon {
  display: block;
  background: #0a4958;
  width: 46px;
  height: 46px;
  position: relative;
  border-radius: 50%;
}
.al-close-icon:after {
  content: '\23';
  font-family: ETmodules;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 25px;
  text-align: center;
  line-height: 47.5px;
}
.custom-popup-form-columns h4{
  font-weight: 700;
  font-size: 40px;
  color: #ffffff;
  letter-spacing: 1px;
  text-align: left;
}
.custom-popup-form-columns p {
  line-height: 1.2em;
  padding-bottom: 0;
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 24px;
}
.custom-popup-form form {
  background: transparent !important;
  border: 0 !important;
  max-width: 100% !important;
}

.custom-popup-form form fieldset {
  max-width: 100%;
}
.custom-popup-form {
  margin-top: -10px;
}
.custom-popup-form select {
  height: 58px;
}
.custom-popup-form form .hs_industry_dropdown.hs-form-field {
  margin-top: 12px;
}

.custom-popup-form form fieldset.form-columns-2 {
  max-width: initial;
  margin: 0 -35px;
  display: block;
}

.custom-popup-form form fieldset.form-columns-2 > div {
  display: block;
  margin-top: 30px;
  width: 50% !important;
  margin-bottom: 0;
  float: left !important;
  padding: 0 35px;
}

.custom-popup-form form .hs-form-field {
  margin-top: 30px;
}

.custom-popup-form form div.input {
  margin: 0 !important;
}
.custom-popup-form .hs-form-required {
  color: #fff;
  margin-left: 3px;
}
.custom-popup-form form .hs_country.hs-form-field {
  margin-top: 12px;
}

.custom-popup-form form label {
  font-size: 15px;
  color: #fff;
  margin: 0;
  line-height: inherit;
}

.custom-popup-form .hs-form-field .hs-input {
  display: block;
  width: 100%;
  border: none !important;
  border-bottom: 1px solid #fff!important;
  background: none !important;
  color: #fff!important;
  font-size: 28px!important;
  border-radius: 0 !important;
  padding: 10px 0 !important;
  min-height: auto !important;
  height: auto !important;
}

.custom-popup-form .hs_message.hs-message.hs-fieldtype-textarea.field.hs-form-field {
  margin-top: 12px;
}
.custom-popup-form .hs-form-field textarea.hs-input {
  min-height: 90px !important;
}
.custom-popup-form .hs-form-field li.hs-form-booleancheckbox input {
  float: left !important;
  margin: 5px;
  margin-left: 2px;
}

.custom-popup-form .hs_i_d_like_to_receive_marketing_communications_from_alphalake_ai_regarding_industry_news_our_services.hs-i_d_like_to_receive_marketing_communications_from_alphalake_ai_regarding_industry_news_our_services.hs-fieldtype-booleancheckbox.field.hs-form-field {
  margin-top: 8px;
  margin-bottom: -2px;
}
.custom-popup-form .legal-consent-container p {
  font-size: 20px;
  margin-bottom: 40px;
  color: rgb(255, 255, 255);
  line-height: 1.6em;
  padding-bottom: 0;
}
.custom-popup-form .legal-consent-container a {
  color: #0a4958;
  font-weight: 600;
  text-decoration: underline;
}
.custom-popup-form .hs-button {
  background: #0a4958 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 10px 20px !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  font-size: 20px !important;
  line-height: normal !important;
  font-weight: normal !important;
}
.custom-popup-form form .hs-form-booleancheckbox-display span {
  overflow: hidden;
  width: auto;
  display: block;
}
.custom-popup-form form label {
  font-size: 15px;
  color: #fff;
  margin: 0;
  line-height: inherit;
}

.custom-popup-form .hs-error-msgs label {
  color: #bade50 !important;
  margin-top: 10px !important;
  line-height: 1 !important;
}
@media only screen and (max-width: 980px) {
  .custom-popup-form-columns h4 {
    font-size: 32px;
  }
  .custom-popup-form-columns p {
    font-size: 18px;
  }
  .custom-popup-form-columns {
    margin-bottom: 30px;
  }
  .custom-popup-form form fieldset.form-columns-2 {
    margin: 0 -15px;
  }
  .custom-popup-form form fieldset.form-columns-2>div {
    padding: 0 15px;
  }
}
@media only screen and (max-width:767px) {
  .custom-popup-form-columns h4 {
    font-size: 22px;
  }
  .custom-popup-form-columns p {
    font-size: 14px;
  }
  .custom-popup-form .legal-consent-container p {
    line-height: 1.4;
  }

}
@media only screen and (max-width: 600px) {
  .custom-popup-form form fieldset.form-columns-2>div {
    width: 100% !important;
    float: none !important;
  }
}
