
/* popup css */

/* popup form css */

.submitted-message {
  color: #ffffff; 
}

.update .popup-content {
  align-items: stretch;
}

.popup-form__right.hide_txt .event-header.hide {
  display: none;
}
.hover__text__planing .popup-form-main {
  max-width: 940px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.hover__text__planing .popup-form__left {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 34px 20px 46px;
}
.hover__text__planing .popup-form__right {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 50px 60px 50px;
  background-color: #077A93;
}
.hover__text__planing .popup-form__left .popup-form__ebook img {
  width: 100%;
}

.hover__text__planing .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%;
}
.hover__text__planing .popup-form-main span.fade-out.main-btn-circle:hover,
.hover__text__planing .popup-form-main span.fade-out.main-btn-circle {
  -webkit-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}
.hover__text__planing .popup-form-main span.fade-out.main-btn-circle:hover {
  /*   transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg); */
  border-radius: 100%;
}

.hover__text__planing .popup-contact-form form input[type=email], 
.hover__text__planing .popup-contact-form form input[type=file], 
.hover__text__planing .popup-contact-form form input[type=number], 
.hover__text__planing .popup-contact-form form input[type=password], 
.hover__text__planing .popup-contact-form form input[type=tel],
.hover__text__planing .popup-contact-form form input[type=text], 
.hover__text__planing .popup-contact-form form select, 
.hover__text__planing .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;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body .hover__text__planing .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 .hover__text__planing .popup-contact-form form .hs_submit.hs-submit:after, 
body .hover__text__planing .popup-contact-form form .hs_submit.hs-submit:after, 
body .hover__text__planing .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;
  -webkit-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
  vertical-align: middle;
  width: 8px;
  top: -2px;
}
body .hover__text__planing .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 .hover__text__planing .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 .hover__text__planing .popup-contact-form form .hs_submit.hs-submit {
  text-align: right;
}
body .hover__text__planing .popup-contact-form form .hs_submit.hs-submit {
  position: relative;
  z-index: 1;
}
body .hover__text__planing .popup-form-main .popup-contact-form form input[type=submit]:hover {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
body .hover__text__planing .popup-contact-form form .hs_submit.hs-submit:hover:after, 
body .hover__text__planing .popup-contact-form form .hs_submit.hs-submit:hover:after, 
body .hover__text__planing .popup-contact-form form .hs_submit.hs-submit:hover:after {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
body .hover__text__planing .popup-contact-form form .actions {
  display: contents;
}
body.overflow {
  overflow: hidden;
}
.hover__text__planing .popup-contact-form form label {
  color: #fff;
}
.hover__text__planing .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;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  padding: 100px 0;
}
.hover__text__planing .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;
}

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

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

body .hover__text__planing .popup-form-main .popup-contact-form form input[type=submit]:hover:after,
body .hover__text__planing .popup-form-main .popup-contact-form form input[type=submit]:hover {
  color: var(--secondary_color) !important;
}
.hover__text__planing .popup-form-main.active .popup-content--main {
  visibility: visible;
  opacity: 1;
}

.hover__text__planing .popup-content--main::-webkit-scrollbar {
  width: 5px;
}
.hover__text__planing .popup-content--main::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.hover__text__planing .popup-content--main::-webkit-scrollbar-thumb {
  background-color: #077A93;
}

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

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


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

/* poup css */

.hover__text__planing .hover__heading__text {
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
}
.hover__text__planing .hover__heading__text h5 {
  letter-spacing: 0.4px;
  margin: 0 auto;
  max-width: 850px;
}
.hover__text__planing .hover__heading__text h2 {
  font-weight: 300;
  margin: 0;
  line-height: 1.15;
}
.hover__text__planing .three__col__hover__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center; 
  margin-top: 64px;
  margin-bottom: 17px;
}
.hover__text__planing .split__hover__text {
  margin-right: 77px;
  margin-bottom:30px;
}
.hover__text__planing .split__hover__text:nth-child(3n+3) {
  margin-right: 0;
}
.hover__text__planing .hover__heading span{
  font-weight: 500;
  color:#fff;
}
.hover__text__planing .hover__text__container{
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.hover__text__planing .hover__heading h5 {
  font-weight: 700;
  color: #077A93;
  text-transform: uppercase;
}
.hover__text__planing .hover__heading {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .3s ease-in-out all;
  -o-transition: .3s ease-in-out all;
  transition: .3s ease-in-out all;
  position: relative;
  cursor:pointer;
  padding-right:20px;
  width: 100%;
}
.hover__text__planing .hover__heading span {
  box-shadow: 0px 5px 10px #00000029;
  width: 41px;
  height: 41px;
  background-color: #077A93;
  border-radius: 50%;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 8px;
  font-size:20px;
  -webkit-transition: .5s ease-in-out all;
  -o-transition: .5s ease-in-out all;
  transition: .5s ease-in-out all;
}
.hover__text__planing .hover__heading:hover span {
  box-shadow: unset;
}
.hover__text__planing .hover__heading h5 {
  -ms-flex-preferred-size: calc(100% - 49px);
  flex-basis: calc(100% - 49px);
  margin: 0;
  display: inline-block;
  -webkit-transition: .5s ease-in-out all;
  -o-transition: .5s ease-in-out all;
  transition: .5s ease-in-out all;
}
.hover__text__planing .hover__heading:hover {
  background-color: #077A93;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 10px #00000029;
  box-shadow: 0px 5px 10px #00000029;
}
.hover__text__planing .hover__heading:hover p {
  opacity: 1;
  visibility: visible;
}
.hover__text__planing .split__hover__text.item-3 .hover__heading p{
  padding:8px 8px 5px;
}
.hover__text__planing .hover__heading p {
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  margin: 0 0 0;
  padding: 8px 7px 5px;
  position: absolute;
  top: 40px;
  font-size: 14px;
  -webkit-box-shadow: 0px 5px 10px #00000029;
  box-shadow: 0px 5px 10px #00000029;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  -webkit-transition: .5s ease-in-out all;
  -o-transition: .5s ease-in-out all;
  transition: .5s ease-in-out all;
  font-weight: 300;
  text-align: center;
  z-index: 5;
}
.hover__text__planing .hover__heading:hover h5 {
  color:var(--white_color);
}
.hover__text__planing .analyze__image {
  max-width: 924px;
  margin: 0 auto;
}
.hover__text__planing .target__cta__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}
.mobi__image .mobile__image{
  display:none;
}
.hover__text__planing .hide_txt .popup-contact-form p {
  color: #fff;
}
.hover__text__planing .popup-form__right.hide_txt .event-header {
  display: none;
}
.hover__text__planing .hovertext__linkContent.button-fix {
  flex-basis: 180px;
}

@media(min-width:768px){
  .hover__text__planing .hover__heading__text h2 {
    font-size: 40px;
    line-height: 1.15;
    font-weight: 300;
  }
  .hover__text__planing .hover__heading h5{
    line-height:1.25;
  }
  /*   .hover__text__planing .split__hover__text {
  flex-basis: 172px;
} */
  .hover__text__planing .split__hover__text.item-1 {
    -ms-flex-preferred-size: 148px;
    flex-basis: 148px;
  }
  .hover__text__planing .split__hover__text.item-2 {
    -ms-flex-preferred-size: 156px;
    flex-basis: 156px;
  }
  .hover__text__planing .split__hover__text.item-3 {
    -ms-flex-preferred-size: 180px;
    flex-basis: 180px;
  }
  .hover__text__planing .split__hover__text.item-3 .hover__heading{
    padding-right:15px;
  }
  .hover__text__planing .hovertext__linkContent.button-fix:first-child {
    margin-right: 30px;
  }
}


@media(max-width:767px){
  .hover__text__planing .hover__heading__text h2{
    font-size:30px;
    margin-bottom: 10px;
  }
  .hover__text__planing .target__cta__links{
    margin-top:33px;
  }
  .mobi__image .analyze__image{
    display:none;
  }
  .mobi__image .mobile__image{
    display:block;
    text-align: center;
  }
  .hover__text__planing .three__col__hover__heading {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 70px;
  }
  .hover__text__planing .split__hover__text {
    -ms-flex-preferred-size: 88px;
    flex-basis: 88px;
    margin-right: 10px;
  }
  .hover__text__planing .hover__heading span {
    width: 29px;
    height: 29px;
    font-size: 13px;
    margin-right:4px;
  }
  .hover__text__planing .hover__heading h5 {
    font-size: 13px;
    -ms-flex-preferred-size: calc(100% - 33px);
    flex-basis: calc(100% - 33px);
  }
  .hover__text__planing .hover__heading p{
    top:29px;
  }
  .hover__text__planing .split__hover__text.item-1{
    -ms-flex-preferred-size:104px;
    flex-basis:104px;
  }
  .hover__text__planing .split__hover__text.item-2{
    -ms-flex-preferred-size:110px;
    flex-basis:110px;
  }
  .hover__text__planing .split__hover__text.item-3{
    -ms-flex-preferred-size:126px;
    flex-basis:126px;
  }
  .hover__text__planing .hover__heading p {
    font-size:13px;
  }
  .hover__text__planing .hover__text__container{
    text-align:center;
  }
  .hover__text__planing .hovertext__linkContent.button-fix:first-child {
    margin-right: 30px;
    margin-left: 30px;
  }
}

@media(max-width:480px){
  #automation__hover .target__cta__links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    /*     margin-right: -31px;
    margin-left: -31px; */
  }
  .hover__text__planing .hovertext__linkContent:first-child {
    margin-right: 10px;
  }
  /*     .hover__text__planing .hovertext__linkContent.button-fix { 
  flex-basis: 148px;
} */
  .hover__text__planing .hovertext__linkContent.button-fix:first-child {
    margin-right: 3px;
    margin-left: 0;
  }
  .hover__text__planing .hover__heading p{
    font-size: 12px;
    padding: 8px 5px 5px;
  }
}

@media(max-width:450px){
  .hover__text__planing .hover__heading{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-right:10px;
    width: unset;
  }
  .hover__text__planing .split__hover__text.item-1{ 
    -ms-flex-preferred-size:100px; 
    flex-basis:100px;
  }
  .hover__text__planing .split__hover__text.item-2{
    -ms-flex-preferred-size:100px;
    flex-basis:100px;
  }
  .hover__text__planing .split__hover__text.item-3{
    -ms-flex-preferred-size:130px;
    flex-basis:130px;
  }
}
/* @media(max-width:359px){
#automation__hover .target__cta__links {
display: block;
text-align: center;
margin-right: 0;
margin-left: 0;
}
} */
@media(max-width:413px){
  .hover__text__planing .split__hover__text{
    text-align: center;
  }
  .hover__text__planing .target__cta__links {
    display: block;
    margin-top: 20px;
    text-align: center;
  }
  .hover__text__planing .hovertext__linkContent.button-fix:first-child {
    margin-right: 0;
  }
  #automation__hover .hovertext__linkContent:first-child {
    margin-right: 3px;
  }
  #automation__hover .hovertext__linkContent a{
    font-size:14px
  }
  .hover__text__planing .hovertext__linkContent.button-fix{
    flex-basis: 155px;
  }
  .hover__text__planing .hover__text__container{
    text-align:left;
    max-width:100%;
  }
  .hover__text__planing .three__col__hover__heading{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hover__text__planing .hover__heading p {
    top: 25px;
  }
  .hover__text__planing .split__hover__text {
    margin-right: 2px;
  }
  .hover__text__planing .content-wrapper{
    padding:0 30px;
  }
  .hover__text__planing .split__hover__text.item-1{ 
    -ms-flex-preferred-size:90px; 
    flex-basis:90px;
  }
  .hover__text__planing .split__hover__text.item-2{
    -ms-flex-preferred-size:95px;
    flex-basis:95px;
  }
  .hover__text__planing .split__hover__text.item-3{
    -ms-flex-preferred-size:110px;
    flex-basis:110px;
  }
  .hover__text__planing .hover__heading span {
    width: 25px;
    height: 25px;
  }
  .hover__text__planing .hover__heading h5 {
    -ms-flex-preferred-size: calc(100% - 29px);
    flex-basis: calc(100% - 29px);
    font-size: 12px;
    line-height: 1;
  }
}

@media(min-width:319px) and (max-width:360px){
  .hover__text__planing .split__hover__text.item-1,
  .hover__text__planing .split__hover__text.item-2,
  .hover__text__planing .split__hover__text.item-3{
    -ms-flex-preferred-size:100%;
    flex-basis:33%;
    margin-right:0;
  }
  .hover__text__planing .hover__text__container {
    text-align: left;
    max-width: 100%;
  }
  .hover__text__planing .hover__heading span{
    width: 20px;
    height: 20px;
  }
  .hover__text__planing .hover__heading h5{
    flex-basis: calc(100% - 24px);
    font-size: 10px;
    padding-top: 2px;
  }
  #automation__hover .hovertext__linkContent a{
    font-size: 12px;
  }
  .hover__text__planing .hovertext__linkContent.button-fix{
    flex-basis: 135px;
  }
  .hover__text__planing .hover__heading p{
    top: 19px;
  }
}

@media(max-width:320px){
  .hover__text__planing .split__hover__text{
    flex-basis: 100% !important;
  }
}