.hub-cta-strip-2 {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.hub-cta-strip-2 .page-width {
  margin: 0 auto;
  padding: 0 20px;
}

.hub-cta-strip-2 .page-width.text-center {
  text-align: center; 
}

.hub-cta-strip-2 .tagline {
  opacity: 0.8;
  letter-spacing: 2px;
}

.hub-cta-strip-2 #cta .kore-button,
.hub-cta-strip-2 .kore-button {
  display: inline-block !important;
  font-weight: 400 !important;
  color: #fff !important;
  text-align: center !important;
  vertical-align: middle !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  border: 1px solid transparent !important;
  padding: 13px 20px !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  border-radius: 290486px !important;
  -webkit-transition: all 200ms ease !important;
  transition: all 200ms ease !important;
  letter-spacing: 1px !important;
}

.hub-cta-strip-2 #cta .kore-button:hover,
.hub-cta-strip-2 .kore-button:hover {
  -webkit-transform: translate(0px, -3px) !important;
  -ms-transform: translate(0px, -3px) !important;
  transform: translate(0px, -3px) !important;
  color: #fff !important;
}

.hub-cta-strip-2 .hs-embed-wrapper {
  max-width: 100% !important;
  max-height: 100% !important;
}

.hub-cta-strip-2 .cta-strip-details{
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  font-size: 32px;
}
.hub-cta-strip-2 .cta-strip-details .btn-wrap{
  text-align: center;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.hub-cta-strip-2 .cta-strip-details .btn-wrap a{
  color: #fff;
}
.hub-cta-strip-2 .cta-strip-details img.cta-right-img{
  position: absolute;
  right: -20px;
  top: -60px;
  width: 130px!important;
}
.hub-cta-strip-2 .cta-strip-details h2{
  color: #68B7C6;
}



.hub-cta-strip-2 .form-popup-bg {
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.hub-cta-strip-2 .form-popup-bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 90%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  overflow-y: auto;
  z-index: 10000;
}
.hub-cta-strip-2 .form-image {
  min-height: 240px;
  margin-top: 0;
  margin-bottom: 20px;
  border-radius: 5px;
  background-position: 0px 0px;
  background-size: cover;
}
.hub-cta-strip-2 .form-popup-bg.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.hub-cta-strip-2 .form-container {
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
      margin-top: 20%;
  margin-right: auto;
  position:relative;
  padding: 40px;
  color: #fff;
}
.hub-cta-strip-2 .close-button {
  background:none;
  color: #fff;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  right: 10px;
}

.hub-cta-strip-2 .form-popup-bg:before{
  content:'';
  background-color: #fff;
  opacity: .25;
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px){
  .hub-cta-strip-2 .cta-strip-details img.cta-right-img{
    display: none!important;
  }
  .hub-cta-strip-2 .cta-strip-details h2{
    font-size: 45px!important;
  }
}

