.two_row_image_text .content-wrapper{
  max-width: 1180px;
}
.two_row_image_text .heading-txt h2{
  font-size: 40px;
  line-height: 1.4;
  font-weight: 300;
  margin-bottom: 15px;
}
.two_row_image_text .heading-txt p{
  font-size: 14px;
  line-height: 1.8;
}
.two_row_image_text .image-block{
  max-width: 410px;
  margin: 0px auto;
}
.two_row_image_text .image-block img{
  width: 100%;
}
.two_row_image_text .txt-contain{
  margin-bottom: 52px;
  margin-top: 20px;
}
.two_row_image_text .txt-contain h4{
  margin-bottom: 5px;
  font-weight: 400;
  line-height: 1.5;
}
.two_row_image_text .cta-popup a{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media(max-width:767px){
  .two_row_image_text .content-wrapper{
    padding:0px 15px;
  }
  .two_row_image_text .image-block {
    max-width: 342px;
  }
  .two_row_image_text .heading-txt h2{
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 1.2;
  }
  .two_row_image_text .txt-contain h4{
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 15px;

  }
  .two_row_image_text .txt-contain{
    margin-bottom: 65px;
    margin-top: 20px;
    padding:0px 15px;
  }
}


/* popup css */

/* popup form css */

.two_row_image_text .popup-form-main {
  max-width: 940px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.two_row_image_text .popup-form__left {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 34px 20px 46px;
}
.two_row_image_text .popup-form__right {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 50px 60px 50px;
  background-color: #077A93;
}

.two_row_image_text .popup-form__right .event-header {
    text-align: left;
}

.two_row_image_text .popup-form-main span.fade-out.main-btn-circle {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 8px;
  cursor: pointer;
  width: 38px;
  height: 38px;
  padding: 10px 10px 10px;
  /*   transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg); */
  border-radius: 100%;
}
.two_row_image_text .popup-form-main span.fade-out.main-btn-circle:hover,
.two_row_image_text .popup-form-main span.fade-out.main-btn-circle {
  -webkit-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}
.two_row_image_text .popup-form-main span.fade-out.main-btn-circle:hover {
  /*   transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg); */
  border-radius: 100%;
}

.two_row_image_text .popup-contact-form form input[type=email], 
.two_row_image_text .popup-contact-form form input[type=file], 
.two_row_image_text .popup-contact-form form input[type=number], 
.two_row_image_text .popup-contact-form form input[type=password], 
.two_row_image_text .popup-contact-form form input[type=tel],
.two_row_image_text .popup-contact-form form input[type=text], 
.two_row_image_text .popup-contact-form form select, 
.two_row_image_text .popup-contact-formform textarea {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  outline: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  padding: 15px 0px;
  text-decoration: none;
  width: 100%!important;
  box-shadow: none;
}
body .two_row_image_text .popup-form-main .popup-contact-form form input[type=submit] {
  background-color: transparent;
  border: none !important;
  color: #FFFFFF !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  padding: 10px 5px 0px 0px !important;
  text-transform: capitalize !important;
}
body .two_row_image_text .popup-contact-form form .hs_submit.hs-submit:after, 
body .two_row_image_text .popup-contact-form form .hs_submit.hs-submit:after, 
body .two_row_image_text .popup-contact-form form .hs_submit.hs-submit:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 14px;
  left: 5px;
  position: relative;
  transition: all 0.9s;
  vertical-align: middle;
  width: 8px;
  top: -2px;
}
body .two_row_image_text .popup-contact-form form .hs_submit.hs-submit:after {
  background-image: url(//8097603.fs1.hubspotusercontent-na1.net/hubfs/8097603/raw_assets/public/nextpathway_2023/images/module-icons/arrowOriginalWhite.svg);
}
body .two_row_image_text .popup-contact-form form .hs_submit.hs-submit:hover:after{
  background-image: url(//8097603.fs1.hubspotusercontent-na1.net/hubfs/8097603/raw_assets/public/nextpathway_2023/images/module-icons/arrowOriginalYellow.svg);
}
body .two_row_image_text .popup-contact-form form .hs_submit.hs-submit {
  text-align: right;
}
body .two_row_image_text .popup-contact-form form .hs_submit.hs-submit {
  position: relative;
  z-index: 1;
}
body .two_row_image_text .popup-form-main .popup-contact-form form input[type=submit]:hover {
  background-color: transparent !important;
  box-shadow: none !important;
}
body .two_row_image_text .popup-contact-form form .hs_submit.hs-submit:hover:after, 
body .two_row_image_text .popup-contact-form form .hs_submit.hs-submit:hover:after, 
body .two_row_image_text .popup-contact-form form .hs_submit.hs-submit:hover:after {
  transform: translateX(5px);
}
body .two_row_image_text .popup-contact-form form .actions {
  display: contents;
}
body.overflow {
  overflow: hidden;
}
.two_row_image_text .popup-contact-form form label {
  color: #fff;
  text-align: left;
}
.two_row_image_text .popup-form-main{
  /*   position: fixed;
  top: 100%;
  height: 100%;
  z-index: -111;
  left: 0;
  right: 0;
  width: 100%;
  min-width: 100%; */
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 99999;
  -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;
  padding: 100px 0;
}
.two_row_image_text .popup-form-main.active{
  top:0;
  background-color: rgb(3 3 3 / 16%);
  -webkit-transition: background-color .6s ,opacity .6s;
  -o-transition: background-color .6s ,opacity .6s;
  transition: background-color .6s ,opacity .6s;
  z-index: 10001;
  opacity: 1;
  visibility: visible;
}

/* .two_row_image_text .popup-form-main .popup-content--main{
transform:unset;
margin-left: auto;
margin-right: auto;
position: relative;
left: unset;
top: unset;
} */

.two_row_image_text .popup-form-main.active .popup-content--main{
  margin-top: 0px;
}
.two_row_image_text .popup-form-main .fade-out{
  text-align: center;
  font-size: 15px;
  font-weight: 800;
}

body .two_row_image_text .popup-form-main .popup-contact-form form input[type=submit]:hover:after,
body .two_row_image_text .popup-form-main .popup-contact-form form input[type=submit]:hover {
  color: var(--secondary_color) !important;
}
.two_row_image_text .popup-form-main.active .popup-content--main {
  visibility: visible;
  opacity: 1;
}
.two_row_image_text .hide_txt .popup-contact-form p {
  color: #fff;
}
.two_row_image_text .popup-form__right.hide_txt .event-header {
  display: none;
}
.two_row_image_text .popup-content--main::-webkit-scrollbar {
  width: 5px;
}
.two_row_image_text .popup-content--main::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.two_row_image_text .popup-content--main::-webkit-scrollbar-thumb {
  background-color: #077A93;
}

@media(min-width: 768px){
  .two_row_image_text .popup-form__right .event-header p,
  .two_row_image_text .event-header h5 {
    margin-bottom: 33px;
  }
  .two_row_image_text .popup-form-main .popup-content--main{
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
  }
  .two_row_image_text .popup-form-main span.fade-out.main-btn-circle {
    color: var(--white_color);
  }
  .two_row_image_text .popup-form-main span.fade-out.main-btn-circle:hover {
    background-color: var(--secondary_color);
  }
}

@media(max-width:767px){
  .two_row_image_text .popup-form__right {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 25px 25px 50px;
    background-color: #077A93;
  }
  body .two_row_image_text .popup-form-main .popup-content--main {
    max-width: 425px !important;
  }
  .two_row_image_text .popup-form-main span.fade-out.main-btn-circle {
    color: var(--secondary_color);
  }
  .two_row_image_text .popup-form-main span.fade-out.main-btn-circle:hover {
    color: var(--white_color);
  }
  .two_row_image_text .popup-form-main span.fade-out.main-btn-circle:hover {
    background-color: var(--secondary_color);
  }
  .two_row_image_text .popup-form__left {
    padding: 55px 20px 40px;
  }
  .two_row_image_text .event-header p,
  .two_row_image_text .event-header h5 {
    margin-bottom: 25px;
  }
  .two_row_image_text .popup-form-main.active .popup-content--main {
    margin-top: 22px;
  }
  .two_row_image_text .fgs__right-box {
    padding-top: 20px;
  }
  .two_row_image_text .popup-form__right .event-header h4 {
    margin-bottom: 9px;
  }
  .two_row_image_text .popup-form__right .event-header {
    text-align: center;
  }
  .two_row_image_text .popup-form__right .event-header p,
  .two_row_image_text .popup-form__right .event-header h5 {
    font-size: 22px;
    font-weight: 300;
  }
  .two_row_image_text  .fgs__left--download--btn {
    display: none;
  }
}


@media(max-width:480px){
  body.overflow .two_row_image_text .popup-content--main{
    overflow-y: scroll;
    height: 550px;
    max-width: 350px !important;
  }
  .two_row_image_text .popup-form__left{
    padding: 40px 20px 25px;
    text-align: center;
  }
  .two_row_image_text .popup-form__left .popup-form__ebook img{
    width: 80%;
  }
  .two_row_image_text .popup-form__right .event-header h4{
    font-size: 20px;
  }
  .two_row_image_text .popup-form__right .event-header p {
    font-size: 16px;
  }
}
/* popupform css */

/* poup css */
