
header.nps-analysis .header-menu,
header.nps-analysis.sticky-header .header-menu{
    background: #F5F5F3 !important;
}

header.nps-analysis .navbar-light #navbarTogglerDemo1.navbar-collapse > .navbar-nav > .nav-item{
    display: none !important;
}

header.nps-analysis .navbar-light .mobile-collapse #navbarTogglerDemo2.navbar-collapse > .navbar-nav > .nav-item{
    display: none !important;
}

header.nps-analysis .header-menu .navbar #navbarTogglerDemo1.navbar-collapse > ul.navbar-nav{
    margin: 0 0 0 auto !important;
}

header.nps-analysis .navbar-light #navbarTogglerDemo1.navbar-collapse .form-inline .btn-redirect .sign-up.mr-0{
    display: none;
}

/* header.nps-analysis .navbar-light #navbarTogglerDemo1.navbar-collapse .form-inline .btn-redirect .sign-up .btn-outline-secondary{
    border: 2px solid #1A5AFF;
    color: #1A5AFF;
    background-color: #ffffff;
    transition: all 0.2s ease-in-out;
}

header.nps-analysis .navbar-light #navbarTogglerDemo1.navbar-collapse .form-inline .btn-redirect .sign-up .btn-outline-secondary:hover{
    color: #ffffff;
    background-color: #1A5AFF;
    transition: all 0.2s ease-in-out;
} */
header.nps-analysis ~ #fullpage .mobile-footer-requestDemo{
   display: none !important;
}
header.nps-analysis .navbar-toggler-icon{
   background-image: url('https://www.surveysensum.com/wp-content/themes/survey/nps_analysis_assets/img/blue-nav.png') !important;
   width: 35px !important;
   height: 26px !important;
}


/* new demo CTAs color */

.btn.btn-secondary-bg[data-target="#request-demo-modal"],
.btn.btn-secondary[data-target="#request-demo-modal"],
.btn.btn-light-green[data-target="#request-demo-modal"]{
   background-color: #FF7352;
   background: #FF7352;
   border-color: #FF7352;
   box-shadow: 0 8px 12px rgba(254, 116, 84, 0.24);
}
.btn.btn-secondary-bg[data-target="#request-demo-modal"]:hover,
.btn.btn-secondary[data-target="#request-demo-modal"]:hover,
.btn.btn-light-green[data-target="#request-demo-modal"]:hover{
   background-color: rgba(255, 115, 82, 0.9);
   background: rgba(255, 115, 82, 0.9);
   border-color: rgba(255, 115, 82, 0);
   color: #ffffff;
}
.btn-success[data-target="#request-demo-modal"]{
   border-color: #FF7352 !important;
   background: #FF7352 !important;
   box-shadow: 0 8px 12px rgba(254, 116, 84, 0.24);
}
.btn-success[data-target="#request-demo-modal"]:hover{
   background: rgba(255, 115, 82, 0.9) !important;
   border-color: rgba(255, 115, 82, 0) !important;
}
.demo-type-banner .input-group, 
.demo-type-banner-bg .input-group{
   border: 2px solid #FF7352;
}
#hero .input-group{
   border: 2px solid #FF7352 !important;
}
.demo-type-banner .input-group-append .single-demo-btn, 
.demo-type-banner-bg .input-group-append .single-demo-btn{
   background: #FF7352;
   border: 2px solid #FF7352;
}
.new-request-demo .zcwf_lblLeft .formsubmit{
   background-color: #FF7352;
   background: #FF7352 !important;
   border: 2px solid #FF7352 !important;
   box-shadow: 0 8px 12px rgba(254, 116, 84, 0.24);
}
.new-request-demo .zcwf_lblLeft .formsubmit:hover{
   background-color: rgba(255, 115, 82, 0.9);
   background: rgba(255, 115, 82, 0.9) !important;
   border-color: rgba(255, 115, 82, 0) !important;
}
.btn.btn-secondary.request-btn{
   background: #FF7352;
   border-color: #FF7352;
   box-shadow: 0 8px 12px rgba(254, 116, 84, 0.24);
}
.btn.btn-secondary.request-btn:hover{
   background-color: rgba(255, 115, 82, 0.9);
   border-color: rgba(255, 115, 82, 0);
}
.btn.btn-secondary.request-btn:not(:disabled):not(.disabled):active{
   background: #FF7352;
   border-color: #FF7352;
}
@media (max-width: 991.98px) {
 header .navbar-light .navbar-collapse > .navbar-nav > .nav-item:not(:last-child) {
     margin-right: 0;
 }
}


/* Beginning of webinar css  */

.cx-webinar-banner,
.cx-live-webinar-banner{
   /* background: #071939; */
   color: #ffffff;
   padding: 10px 0;
   background-image: url('<?php echo get_template_directory_uri() ?>/assets/img/webinar-banner-background.png');
   background-repeat: no-repeat;
   background-size: 100% 100%;
   background-color: #710f88;
}

.cx-webinar-banner .upper-text{
   font-size: 12px;
   padding-bottom: 6px;
   color: #FFAB00;
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.cx-webinar-banner .middle-text,
.cx-live-webinar-banner .middle-text{
   /* font-size: 20px; */
   font-size: 18px;
   font-weight: 700;
}

.cx-webinar-banner .live-blinker{
   width: 10px;
   height: 10px;
   display: inline-block;
   border-radius: 5px;
   background-color: #DE350B;
   animation-name: liveBlinker;
   animation-iteration-count: infinite;
   animation-duration: 0.4s;
   animation-direction: alternate;
   margin-right: 5px;
}

.cx-webinar-banner .lower-text{
   font-size: 16px;
   padding-top: 2px;
}

.cx-webinar-banner .timer-and-cta,
.cx-live-webinar-banner .timer-and-cta{
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.cx-webinar-banner .timer-and-cta .webinar-btn .btn{
   transform: none;
   min-width: 170px;
}
.cx-webinar-banner .timer-and-cta .webinar-btn .btn:hover{
   background: rgba(255, 86, 48, 0.9) !important;
}

@media (min-width: 992px) and (max-width: 1199.98px){
   .cx-webinar-banner .timer-and-cta .webinar-btn .btn{
      font-size: 14px !important;
      padding: 0.4rem 12px;
      min-width: 130px;
   }
}

.cx-webinar-banner .timer.for-mobile{
   display: none;
   position: static
}

.cx-webinar-banner .timer.for-web{
   display: flex;
}

@media (max-width: 991.98px){
   .cx-webinar-banner .timer-and-cta{
      display: block;
   }
   .cx-live-webinar-banner .timer-and-cta{
      display: block;
      padding-top: 20px;
   }
   .cx-webinar-banner .timer.for-mobile{
      display: flex;
   }

   .cx-webinar-banner .timer.for-web{
      display: none;
   }
}

@media (min-width: 768px) and (max-width: 991.98px){
   .cx-webinar-banner .timer{
      padding: 20px 0;
   }
   .cx-webinar-banner .webinar-btn .btn,
   .cx-live-webinar-banner .webinar-btn .btn{
      height: 40px;
      font-size: 14px !important;
   }
}

.cx-webinar-banner .timer .days,
.cx-webinar-banner .timer .hours,
.cx-webinar-banner .timer .minutes{
   padding-right: 8px;
   margin-right: 8px;
   border-right: 1.5px solid #ffffff;
}

@media (min-width: 992px) and (max-width: 1199.98px){
   .cx-webinar-banner .timer .days,
   .cx-webinar-banner .timer .hours,
   .cx-webinar-banner .timer .minutes{
      padding-right: 10px;
      margin-right: 10px;
   }
}

@media (max-width: 367.98px){
   .cx-webinar-banner .timer .days,
   .cx-webinar-banner .timer .hours,
   .cx-webinar-banner .timer .minutes{
      padding-right: 4px;
      margin-right: 4px;
   }
}

.cx-webinar .timer .seconds{
   padding-right: 20px;
}

.cx-webinar-banner .timer .days .days-number,
.cx-webinar-banner .timer .hours .hours-number,
.cx-webinar-banner .timer .minutes .minutes-number,
.cx-webinar-banner .timer .seconds .seconds-number{
   font-size: 20px;
   font-weight: 500;
   text-align: center;
   min-width: 25px;
}

@media (min-width: 992px) and (max-width: 1199.98px){
   .cx-webinar-banner .timer .days .days-number,
   .cx-webinar-banner .timer .hours .hours-number,
   .cx-webinar-banner .timer .minutes .minutes-number,
   .cx-webinar-banner .timer .seconds .seconds-number{
      font-size: 20px;
   }
}

.cx-webinar-banner .timer .days .days-text,
.cx-webinar-banner .timer .hours .hours-text,
.cx-webinar-banner .timer .minutes .minutes-text,
.cx-webinar-banner .timer .seconds .seconds-text{
   font-size: 13px;
   text-align: center;
}

@media (min-width: 992px) and (max-width: 1199.98px){
   .cx-webinar-banner .timer .days .days-text,
   .cx-webinar-banner .timer .hours .hours-text,
   .cx-webinar-banner .timer .minutes .minutes-text,
   .cx-webinar-banner .timer .seconds .seconds-text{
      font-size: 12px;
   }
}

.cx-webinar-banner .timer-and-cta .webinar-date-time{
   padding: 0 10px;
}

.cx-webinar-banner .timer-and-cta .webinar-date-time .full-time{
   /* font-size: 20px; */
   font-size: 14px;
   font-weight: 700;
   color: #FFAB00;
}

.cx-webinar-banner .timer-and-cta .webinar-date-time .full-time.live-text{
   font-size: 20px;
}

@media (min-width: 992px) and (max-width: 1199.98px){
   .cx-webinar-banner .timer-and-cta .webinar-date-time .full-date{
      font-size: 14px;
   }

   .cx-webinar-banner .timer-and-cta .webinar-date-time .full-time{
      /* font-size: 18px; */
      font-size: 12px;
   }
   .cx-webinar-banner .timer-and-cta .webinar-date-time .full-time.live-text{
      font-size: 18px;
   }
}

@keyframes liveBlinker {
   from {
     opacity: 1;
   }
   to {
     opacity: 0;
   }
}

.with-cx-banner{
   padding-top: 100px;
}

.cx-live-webinar-banner-added{
   padding-top: 100px;
}

.cx-webinar-banner .img-text-part{
   display: flex;
   align-items: center;
}

.cx-webinar-banner .img-text-part img{
   width: 80px;
   border-radius: 50%;
   margin-right: 10px;
}

@media (max-width: 991.98px){
   .cx-webinar-banner .timer{
      flex-wrap: wrap;
   }
   .cx-live-webinar-banner-added .cx-webinar-banner .lower-text{
      /* width: calc(100% - 96px); */
      width: 100%;
   }
   .cx-webinar-banner .lower-text{
      font-size: 14px;
   }
   .cx-webinar-banner .timer{
      position: absolute;
      right: 0;
      padding: 0;
      color: #FFAB00;
   }
   .cx-webinar-banner .img-text-part img{
      width: 60px;
   }
   .cx-webinar-banner .timer .days,
   .cx-webinar-banner .timer .hours, 
   .cx-webinar-banner .timer .minutes{
      /* padding-right: 8px; */
      /* margin-right: 8px; */
      padding-right: 2px;
      margin-right: 2px;
      display: flex;
      align-items: center;
      border-right: none;
   }
   .cx-webinar-banner .timer .seconds{
      display: flex;
   }
   .cx-webinar-banner .timer-and-cta .webinar-date-time{
      padding: 10px 0 0 0;
   }
   .cx-live-webinar-banner-added .cx-webinar-banner .timer-and-cta .webinar-date-time{
      /* min-height: 48px; */
      min-height: auto;
      display: flex;
      align-items: center;
   }
   .cx-webinar-banner .timer-and-cta .webinar-date-time .full-time{
      line-height: 20px;
      width: calc(100% - 160px);
   }
   .cx-webinar-banner .timer-and-cta .webinar-date-time .full-time.live-text{
      width: 100%;
   }
   .cx-webinar-banner .timer-and-cta .webinar-btn{
      position: absolute;
      bottom: 2px;
      right: 12px;
   }
   .cx-webinar-banner .webinar-btn .btn,
   .cx-live-webinar-banner .webinar-btn .btn{
      height: 28px;
      font-size: 12px !important;
   }
   .cx-webinar-banner .img-text-part{
      display: block;
   }
   .cx-webinar-banner .img-text-part img{
      display: none;
   }
   .cx-webinar-banner .text-part{
      text-align: center;
      width: 100% !important;
   }
   .cx-webinar-banner .upper-text{
      padding-bottom: 4px;
      display: block;
   }
   .cx-webinar-banner .timer.for-mobile{
      display: none;
   }
   .cx-webinar-banner .timer.for-web{
      display: flex;
      justify-content: center;
      /* border: 1.5px solid #FFAB00; */
      border-radius: 5px;
      /* padding: 4px; */
      /* margin-top: 5px; */
      position: static;
      justify-content: space-evenly;
      border: 1.5px solid #FFF;
      color: #ffffff;
      width: 90%;
      margin: 10px auto 0 auto;
      padding: 8px 4px;
   }
   .cx-webinar-banner .timer-and-cta .webinar-date-time{
      text-align: center;
      padding-bottom: 8px;
   }
   .cx-webinar-banner .timer-and-cta .webinar-date-time .full-date,
   .cx-webinar-banner .timer-and-cta .webinar-date-time .full-time{
      width: 100% !important;
   }
   .cx-webinar-banner .timer-and-cta .webinar-btn{
      text-align: center;
      position: static;
   }
   .cx-webinar-banner{
      background-image: url('<?php echo get_template_directory_uri() ?>/assets/img/webinar-banner-background-mobile.png');
   }
}

@media (max-width: 410px){
   .cx-webinar-banner .webinar-btn .btn, 
   .cx-live-webinar-banner .webinar-btn .btn {
      padding: 0.4rem 10px;
   }
}

@media (max-width: 767.98px){
   .cx-webinar-banner .timer-and-cta .webinar-btn .btn{
      min-width: auto;
   }
}

@media (min-width: 410px) and (max-width: 991.98px){
   .cx-webinar-banner .text-part{
      width: calc(100% - 80px);
   }
   .cx-webinar-banner .img-text-part img{
      width: 60px;
   }
   .cx-webinar-banner .middle-text,
   .cx-live-webinar-banner .middle-text{
      /* font-size: 18px; */
      font-size: 16px;
   }
   .cx-webinar-banner .timer{
      top: -78px;
   }
}

@media (min-width: 368px) and (max-width: 409.98px){
   .cx-webinar-banner .middle-text,
   .cx-live-webinar-banner .middle-text{
      font-size: 16px;
   }
   .cx-webinar-banner .timer{
      top: -74px;
   }
}

@media (min-width: 368px) and (max-width: 991.98px){
   .cx-webinar-banner .timer .days .days-number,
   .cx-webinar-banner .timer .hours .hours-number, 
   .cx-webinar-banner .timer .minutes .minutes-number, 
   .cx-webinar-banner .timer .seconds .seconds-number{
      /* font-size: 16px; */
      font-size: 12px;
   }
   .cx-webinar-banner .timer .days .days-text, 
   .cx-webinar-banner .timer .hours .hours-text, 
   .cx-webinar-banner .timer .minutes .minutes-text, 
   .cx-webinar-banner .timer .seconds .seconds-text{
      /* font-size: 16px; */
      font-size: 12px;
   }
   .cx-webinar-banner .timer-and-cta .webinar-date-time .full-date{
      font-size: 14px;
   }
   .cx-webinar-banner .timer-and-cta .webinar-date-time .full-time{
      /* font-size: 16px; */
      font-size: 12px;
   }
   .cx-webinar-banner .timer-and-cta .webinar-date-time .full-time.live-text{
      font-size: 16px;
   }
}

@media (max-width: 367.98px){
   .cx-webinar-banner .middle-text,
   .cx-live-webinar-banner .middle-text{
      font-size: 14px;
   }
   .cx-webinar-banner .lower-text{
      font-size: 12px;
   }
   .cx-webinar-banner .timer{
      top: -68px;
   }
   .cx-webinar-banner .timer .days .days-number,
   .cx-webinar-banner .timer .hours .hours-number, 
   .cx-webinar-banner .timer .minutes .minutes-number, 
   .cx-webinar-banner .timer .seconds .seconds-number{
      font-size: 12px;
   }
   .cx-webinar-banner .timer .days .days-text, 
   .cx-webinar-banner .timer .hours .hours-text, 
   .cx-webinar-banner .timer .minutes .minutes-text, 
   .cx-webinar-banner .timer .seconds .seconds-text{
      font-size: 12px;
   }
   .cx-webinar-banner .timer-and-cta .webinar-date-time .full-date{
      width: calc(100% - 122px);
      font-size: 12px;
   }
   .cx-webinar-banner .timer-and-cta .webinar-date-time .full-time{
      /* font-size: 14px; */
      font-size: 12px;
   }
   .cx-webinar-banner .timer-and-cta .webinar-date-time .full-time.live-text{
      font-size: 14px;
   }
}

@media (max-width: 322.98px){
   .cx-webinar-banner .timer{
      top: -87px;
   }
   .cx-webinar-banner .timer .days,
   .cx-webinar-banner .timer .hours, 
   .cx-webinar-banner .timer .minutes{
      padding-right: 4px;
      margin-right: 4px;
   }
}

@media (max-width: 310.98px){
   .cx-webinar-banner .timer-and-cta .webinar-date-time .full-date{
      width: calc(100% - 110px);
   }
   .cx-webinar-banner .webinar-btn .btn, 
   .cx-live-webinar-banner .webinar-btn .btn{
     font-size: 12px !important;
   }
}

@media (max-width: 305.98px){
   .cx-webinar-banner .timer .days .days-number,
   .cx-webinar-banner .timer .hours .hours-number, 
   .cx-webinar-banner .timer .minutes .minutes-number, 
   .cx-webinar-banner .timer .seconds .seconds-number{
      min-width: 20px;
   }
}

@media (min-width: 992px) and (max-width: 1199.98px){
   .cx-webinar-banner .middle-text,
   .cx-live-webinar-banner .middle-text {
      /* font-size: 18px; */
      /* font-size: 16px; */
      font-size: 14px;
   }

   .cx-webinar-banner .lower-text{
      font-size: 12px;
   }

   .cx-webinar-banner .img-text-part img{
      width: 60px;
   }
}

@media (min-width: 1300px){
   .cx-webinar-banner .middle-text,
   .cx-live-webinar-banner .middle-text {
      font-size: 22px;
      /* font-size: 18px; */
   }
   .cx-webinar-banner .timer-and-cta .webinar-date-time{
      padding: 0 10px 0 30px;
   }
}

@media (max-width: 991.98px){
   .cx-live-webinar-banner-added{
      /* padding-top: 148px; */
      padding-top: 200px;
   }
   .cx-live-webinar-banner-added.download-report-active .header-menu,
   .with-cx-banner.download-report-active .header-menu{
      margin-top: 196px !important;
   }
   .cx-live-webinar-banner-added header.sticky-header .download-report,
   .with-cx-banner header.sticky-header .download-report{
      top: -232px !important;
   }
   .cx-webinar-banner .free-webinar-text{
      display: none;
   }
}

@media (min-width: 768px) and (max-width: 991.98px){
   .cx-live-webinar-banner-added.download-report-active .wrapper,
   .with-cx-banner.download-report-active .wrapper{
      padding-top: 52px !important;
   }
}

@media (min-width: 496px) and (max-width: 991.98px){
   .with-cx-banner{
     /* padding-top: 146px; */
     padding-top: 220px;
   }
}

@media (min-width: 434px) and (max-width: 495.98px){
   .with-cx-banner{
     /* padding-top: 166px; */
     padding-top: 220px;
   }
}

@media (max-width: 433.98px){
   .with-cx-banner{
     /* padding-top: 208px; */
     padding-top: 228px;
   }
}

@media (min-width: 299px) and (max-width: 322.98px){
   .with-cx-banner{
     /* padding-top: 154px; */
     /* padding-top: 228px; */
     padding-top: 290px;
   }
   .cx-live-webinar-banner-added{
      /* padding-top: 183px; */
      padding-top: 242px;
   }
}
@media (min-width: 323px) and (max-width: 335.98px){
   .cx-live-webinar-banner-added.download-report-active .header-menu,
   .with-cx-banner.download-report-active .header-menu{
      margin-top: 216px !important;
   }
   .cx-live-webinar-banner-added header.sticky-header .download-report, 
   .with-cx-banner header.sticky-header .download-report{
      margin-top: -216px !important;
   }
}
@media (max-width: 322.98px){
   .cx-live-webinar-banner-added.download-report-active .header-menu,
   .with-cx-banner.download-report-active .header-menu{
      margin-top: 256px !important;
   }
   .cx-live-webinar-banner-added header.sticky-header .download-report, 
   .with-cx-banner header.sticky-header .download-report{
      margin-top: -256px !important;
   }
}
@media (max-width: 298.98px){
   .with-cx-banner{
     /* padding-top: 172px; */
     /* padding-top: 268px; */
     padding-top: 290px;
   }
   .cx-live-webinar-banner-added{
      /* padding-top: 183px; */
      padding-top: 242px;
   }
}

/* end od webinar banner css  */
.new-request-demo .zcwf_lblLeft .zcwf_privacy{
   display: flex;
}

/* new hero banner css */
.section-hero{
   padding: 40px 0;
   background: rgba(142, 187, 255, 0.1);
   margin-bottom: 70px;
}

.section-hero .ellipse-one{
   position: absolute;
   left: 0;
   bottom: 40px;
   z-index: -1;
}

.section-hero .ellipse-two{
   position: absolute;
   top: 40px;
   right: 0;
   z-index: -1;
}

.section-hero .text-part h1{
   /* font-size: 50px; */
   color: #02193B;
   /* font-weight: 700; */
   font-size: 70px;
   font-weight: 500;
}

.section-hero .text-part{
   text-align: center;
}

.section-hero #product-tour-video{
   max-width: 80%;
   margin: 0 auto;
}

.section-hero .btns-wrapper .btn.how-it-works{
   /* background-color: #1E0FCE;
   border: 2px solid #1E0FCE;
   color: #fff; */
   margin-right: 1rem;
   /* box-shadow: 0 8px 12px rgba(30, 15, 206, 0.24); */
   background: #CCE0FF !important;
    color: #2e384d !important;
    box-shadow: none !important;
}

.section-hero .btns-wrapper{
   display: flex;
   align-items: center;
   margin-top: 36px;
   justify-content: center;
}

.section-hero .text-part .main-wrapper{
   display: flex;
   align-items: center;
   justify-content: center;
   /* margin-bottom: 20px; */
   transform: scale(0.7);
   margin-bottom: 0;
}

.section-hero .text-part .main-wrapper .star-icon-wrapper{
   display: flex;
   align-items: center;
   margin-right: 20px;
   color: #0052CC;
   font-weight: 500;
   font-size: 22px;
}

.section-hero .text-part .main-wrapper .star-icon-wrapper img{
   position: relative;
   top: -20px;
}

.section-hero .text-part .main-wrapper .greater-roi{
   border: 1px solid #99C2FF;
   border-radius: 50px;
   padding: 10px 24px;
   background: linear-gradient(45deg, #C7DDFF, #E4DFFF);
   font-size: 18px;
   font-weight: 500;
}

.section-hero .text-part h1 span{
   /* background: linear-gradient(90deg, #0059cd, #01b5cc);
   -webkit-background-clip: text;
   background-clip: text;
   -webkit-text-fill-color: transparent; */
   color: #3385FF;
}

.section-hero .text-part h1 .h1-sub-text{
   font-size: 48px;
}

.section-hero .text-part h1 .h1-sub-text span{
   color: #02193B;
   position: relative;
}

.section-hero .text-part h1 .h1-sub-text span{
   color: #02193B;
   position: relative;
}

.section-hero .text-part h1 .h1-sub-text span:after{
   content: '';
   background-image: url('https://www.surveysensum.com/wp-content/themes/survey/nps-software-assets/img/orange-line.svg');
   height: 6px;
   width: 107px;
   display: inline-block;
   position: absolute;
   bottom: -10px;
   /* left: -10px; */
   left: auto;
   right: 0;
}

.section-hero .text-part .sub-text{
   color: #02193B;
   /* font-size: 18px; */
   font-size: 20px;
   margin-top: 24px;
}

.section-hero .image-part{
   /* position: relative;
   left: 40px;
   background-image: url('https://www.surveysensum.com/wp-content/themes/survey/nps-software-assets/img/bg-grid.svg');
   background-size: 100% 100%;
   background-repeat: no-repeat;
   background-size: cover; */
   /* margin-top: 40px; */
   position: relative;
   max-width: 90%;
   margin: 80px auto 0 auto;
}

.section-hero .image-part .see-tour{
   display: flex;
   flex-direction: column;
   align-items: center;
   position: absolute;
   top: -120px;
   left: -90px;
}

.section-hero .image-part .see-tour img:last-child{
   position: relative;
   left: 38px;
   top: -20px;
}

.section-hero .certified-logos img{
   width: 36%;
}

@media only screen and (max-width: 1199.98px){
   .section-hero .image-part .see-tour{
       display: none;
   }
}

@media (min-width: 992px) and (max-width: 1199.98px){
   .section-hero .certified-logos img{
      width: 44%;
   }
}

@media (max-width: 991.98px){
   .section-hero .certified-logos img{
      width: 100%;
   }
   .section-hero .btns-wrapper .btn.how-it-works{
       margin-right: 0;
   }
   .section-hero .btns-wrapper{
       flex-direction: column;
       margin-top: 24px;
   }
   .section-hero #product-tour-video,
   .section-hero .image-part{
       max-width: 100%;
   }
  .section-hero .image-part{
      margin-top: 40px;
  }
   /* .new-nps-software .section-one .certified-logos img{
       width: 200px;
   } */
   .section-hero .text-part h1 .h1-sub-text span:after{
       left: auto;
       right: 0;
   }
   .section-hero .text-part .main-wrapper{
       flex-direction: column;
   }
   .section-hero .text-part .main-wrapper .star-icon-wrapper{
       font-size: 14px;
       margin-right: 0;
       margin-bottom: 20px;
   }
   .section-hero .text-part .main-wrapper .star-icon-wrapper img{
       width: 16px;
   }
   .section-hero .text-part .main-wrapper .greater-roi{
       font-size: 14px;
   }
   .section-hero .text-part h1 .h1-sub-text{
       font-size: 24px;
   }
   .section-hero .text-part{
       text-align: center;
   }
   .section-hero .text-part h1{
       font-size: 24px;
   }
   .section-hero .text-part .sub-text{
       font-size: 14px;
       text-align: center;
   }
   .section-hero .text-part .btn.btn-secondary-bg{
       margin-top: 24px;
   }
}

.product-tour .navbar-nav .nav-item:nth-child(3) .nav-link{
   white-space: nowrap;
}

.navbar-nav .nav-item:nth-child(3) .nav-link{
   white-space: nowrap !important;
}

.product-tour .sign-up,
.header-menu .sign-up{
   display: flex;
   align-items: center;
}

.no-product-tour .sign-up .for-product-tour{
   display: none !important;
}

.product-tour .sign-up .for-product-tour{
   display: inline-flex !important;
   /* box-shadow: 0px 8px 12px rgba(42, 157, 187, 0.24); */
   border-width: 1.5px !important;
   color: #2e384d !important;
   background: #CCE0FF !important;
   border-color: transparent !important;
   padding: 8px 12px;
   margin-left: 18px !important;
   margin-right: 0 !important;
}

.product-tour .sign-up .for-product-tour:hover{
   color: #2e384d !important;
}

header .for-product-tour{
    display: none !important;
    margin-left: 18px;
    margin-right: 0 !important;
    height: 40px !important;
    font-size: 14px !important;
}

.product-tour .sign-up .btn[data-target='#request-demo-modal']{
   padding: 0.4rem 12px !important;
   font-size: 14px !important;
   height: 40px !important;
}

.navbar-light .navbar-brand{
   margin-right: 24px;
   padding-top: 0;
}

.navbar-light .navbar-brand img{
   width: 140px;
}

.navbar-expand-lg .navbar-collapse{
   justify-content: space-between;
}

header .navbar-light .navbar-collapse > .navbar-nav > .nav-item{
   margin-right: 18px !important;
}

.header-menu .sign-up .nav-item .navlink{
   padding: 0;
   font-size: 14px;
   color: #091e42;
}

header .navbar-light .navbar-collapse > .navbar-nav > .nav-item .nav-link{
   font-size: 14px !important;
}

.header-menu .btn.btn-secondary-bg[data-target="#request-demo-modal"]{
   margin-left: 18px !important;
}

/* Define the animation */
@keyframes imgSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.rotate-star{
   animation: imgSpin 2s linear infinite;
}

header .header-menu{
   transform: scale(1.05);
}