.pillar-page-sections-wrapper{
  float:left;
  width:100%;
  padding:40px 0 0;
}
.pillar-page-sections-wrapper.active-nav:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0 0 0 / 13%);
    z-index: 2;
    -webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.pps-intro-sec{
  float:left;
  width:100%;
  display:flex;
  justify-content:center;
}
.pps-intro-wrap{
  float:left;
  width:100%;
  max-width:1019px;
  display:flex;
}
.pps-intro{
  float: left;
  width: 100%;
  max-width: calc(100% - 350px);
  position: relative;
  padding-right: 45px;
}
.pps-intro h3{
  float:left;
  width:100%;
}
.pps-intro h2{
  float:left;
  width:100%;
}
.pps-intro h4{
  float:left;
  width:100%;
  border-bottom:1px solid #1483f3;
  padding-top:5px;
  padding-bottom:10px;
  margin-bottom:25px;
  font-size:25px;
  font-weight:500;
}

.pps-intro-text{
  float:left;
  width:100%;  
}
.pps-intro p{
  float:left;
  width:100%;
  line-height 1.6
  font size 19px
}
.pps-intro a{
  color:#2e2e2e;
}

.pps-intro-nav {
    color: #2e2e2e;
    float: left;
    max-width: 350px;
    padding-left: 40px;
    padding-top: 100px;
    position: relative;
    width: 100%;
}
.pps-intro-nav:before {
    content: "";
    width: 1px;
    height: calc(100% - 115px);
    position: absolute;
    background: rgb(0 0 0 / 20%);
    left: 0;
    top: 100px;
}
.pps-intro-nav>ul{
  float:left;
  width:100%;
  margin:0;
  padding:0;
  list-style: none;
}
.pps-intro-nav>ul li{
  float:left;
  width:100%;
  margin-bottom:28px;
  color:#2e2e2e;
  font-size:15px;
  line-height:20px;
}
.pps-intro-nav>ul li>a {
    float: left;
    width: auto;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #2e2e2e;
    display: flex;
    align-items: center;
    text-decoration:none;
  -webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.pps-intro-nav>ul li>a span{
  float:left;
  width:auto;
  font-size:25px;
  line-height:25px;
  padding-right:18px;
}
.pps-intro-nav>ul li .hs_cos_wrapper_type_cta {
    margin-top: 20px;
    display: inline-block;
}
.pps-intro-nav ul li a:hover{
  color:#1483f3;
  -webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}

.pps-intro-nav a.cta_button {
    float: none;
    width: auto;
    background: #1483f3;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 38px;
    font-weight:500;
    border-radius: 52px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 6px 30px;
    text-decoration:none !important;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.pps-intro-nav a.cta_button:hover{
	background-color: #f0832b;
  text-decoration:none;
  color:#ffffff;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.pps-intro-nav h3 {
    float: left;
    width: 100%;
    color: #2e2e2e;
    font-size: 22px;
    line-height: 40px;
    font-weight: bold;
      margin-bottom: 20px;
}

.pps-intro-text ul{
  list-style: none; 
  float:left;
  width:100%;
  margin-bottom:16px;
}
.pps-intro-text ul li{
  padding-left:25px;
  position: relative;
  list-style:none;
  font-size:19px;
  line-height:1.6;
  padding-bottom: 5px;
  float:left;
  width:100%;
}
.pps-intro-text ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #2e2e2e;
    border-radius: 100%;  
}
.pps-intro-text ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  margin-bottom:16px;
  float:left;
  width:100%;
}
.pps-intro-text ol>li {
  counter-increment: my-awesome-counter;
  position:relative;
  float:left;
  width:100%;
  font-size:19px;
  line-height:1.6;
  padding-bottom: 5px;
}
.pps-intro-text ol>li p,
.pps-intro-text ul>li p{
  margin-bottom:0 !important;
}
.pps-intro-text ol>li ul{
  margin-bottom:0;
  padding-bottom:0;
}
.pps-intro-text ol>li::before {
  content: counter(my-awesome-counter) " . ";
  color: #2e2e2e;
  font-size:inherit;
  position: absolute;
  left: 0;
  top: 0;
  font-weight:500;
  letter-spacing: -3px;
}
.pps-intro-text blockquote {
    border-left: 5px solid rgba(20, 131, 243,1.0);
    color: #2e2e2e;
    float: left;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.54;
    margin: 25px 30px;
    padding-left: 30px;
}
.pps-intro-text blockquote p {
    margin: 0 !important;
    padding: 0 !important;
}

@media(max-width:990px){
  .pps-intro-text blockquote {
      margin: 25px 0;
      padding-left: 20px;
  }
}


.banner-img-sec {
    float: left;
    width: 100%;
}
.b-image-top .banner-img-sec,
.b-image-bottom .banner-img-sec{
    max-width: inherit !important;
    text-align: center;
}

#chapter2 #chapter-banner1 h2 {
    margin-bottom: 10px;
}


.pps-sidebar-nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 7vw;
    min-width: 134px;
    z-index: 3;
    overflow: hidden;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pps-sidebar-nav.active{
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
} 
.pps-sidebar-nav.active.footer-reached{
transform: translateX(-100%);
  -webkit-transform: translateX(-100%); 
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
} 
.pps-sidebar-nav:hover{
  width:458px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.pps-sidebar-nav-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #fff;
    width: 458px;
  -webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.pps-sidebar-nav-inner {
    float: left;
    width: 100%;
    padding: 45px 0;
}
.pps-sidebar-nav-inner h3 {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    color: #2e2e2e;
    font-size: 22px;
    line-height: 40px;
    font-weight: bold;
  margin-bottom: 34px;
  padding: 0 45px;
}
.pps-sidebar-nav-inner h3 img {
    width: 28px;
    margin-right: 33px;
}
.active-nav .pps-sidebar-nav-inner h3 img {
    opacity: 0.5;
}
.pps-sidebar-nav-inner ul {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0 45px;
}
.pps-sidebar-nav-inner ul li {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #9b9b9b;
    margin-bottom: 20px;
}
.pps-sidebar-nav-inner ul li a{
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #9b9b9b;
    text-decoration:none;
  font-weight:400;
}
.pps-sidebar-nav-inner ul li a .counter{
    font-size:24px;
    line-height:40px;
  margin-right:33px;
  font-weight:400;
}

.pps-sidebar-nav-inner ul li a:hover,
.pps-sidebar-nav-inner ul li a.active{
  color:#2e2e2e;
  -webkit-transition: all 0.3s ease-in;
   -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.pps-sidebar-nav-inner ul li a:hover .counter,
.pps-sidebar-nav-inner ul li a.active .counter{
  color:#1483f3;
  -webkit-transition: all 0.3s ease-in;
   -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.pps-sidebar-nav-inner ul li:last-child {
    transform: translateX(-47px);
    opacity: 0.5;
      -webkit-transition: all 0.6s ease-in;
   -moz-transition: all 0.6s ease-in;
    -ms-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
}
.pps-sidebar-nav-inner ul li:nth-last-child(2) {
    transform: translateX(-30px);
    opacity: 0.5;
      -webkit-transition: all 0.6s ease-in;
   -moz-transition: all 0.6s ease-in;
    -ms-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
}
.pps-sidebar-nav.active .pps-sidebar-nav-inner ul li:last-child,
.pps-sidebar-nav.active .pps-sidebar-nav-inner ul li:nth-last-child(2){
  transform: translateX(0);
    opacity: 1;
    -webkit-transition: all 0.6s ease-in;
   -moz-transition: all 0.6s ease-in;
    -ms-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
} 

.sidebar--cta--wrap{
    padding: 0 !important;
    background-color:#d0e6fd;
  -webkit-transition: background 0.3s ease-in;
  -moz-transition: background 0.3s ease-in;
  -ms-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;  
}
.sidebar--cta--wrap:hover{
  background-color: #B0D5F7;
  -webkit-transition: background 0.3s ease-in;
  -moz-transition: background 0.3s ease-in;
  -ms-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
}
.sidebar--cta--wrap a#pad--btn {
    width: 30px;
    float: left;
    position: relative;
}
ul.sidebar--cta--wrap li #pad--btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    padding: 0 45px;
    z-index:0;
}
.sidebar--cta--wrap li{
    display:flex;
    align-items:center;
    column-gap:30px;
    margin:0 !important;
    padding: 20px 0 20px 80px;
}
.sidebar--cta--wrap li>span {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding-left: 28px;
}
.sidebar--cta--wrap a.cta_button {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    color: #2e2e2e !important;
    opacity: 0;
    visibility: hidden;
}
.pps-sidebar-nav:hover .sidebar--cta--wrap a.cta_button{
    opacity: 1;
    visibility: visible; 
      -webkit-transition: all 0.6s ease-in;
   -moz-transition: all 0.6s ease-in;
    -ms-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
} 

.pps-sidebar-nav span.extented-nav {
    opacity:0;
  visibility:hidden;
  font-weight:400;
      -webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.pps-sidebar-nav:hover span.extented-nav {
     opacity:1;
  visibility:visible;
    -webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}


.pps-intro-nav .drop-down {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
  text-align: left;
  display:none;
}

.pps-intro-nav .drop-down .selected a{
    background: #fff;
    display: block;
    padding-right: 20px;
    border: 1px solid #d7d7d7;
    width: 100%;
    border-radius: 2px;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    padding: 12px;
    text-align: left;
    font-weight: normal;
    cursor: pointer;
}
.pps-intro-nav .drop-down .selected a>span{
  color: #0270e0;
  display: inline-block;
  font-weight: 500;
  padding-right: 6px;
}
.pps-intro-nav .drop-down .selected {
    float: left;
    width: 100%;
    max-width: 400px;
   position:relative;
}
.pps-intro-nav .drop-down .selected:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 7px solid #2e2e2e;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    right: 10px;
    top: 44%;
}

.pps-intro-nav .drop-down .option{
  position:relative; 
}

.pps-intro-nav .drop-down .options ul{
    background: #fff none repeat scroll 0 0;
    display: none;
    list-style: none;
    padding: 0px;
    margin:0;
    position: absolute;
    left: 50%;
    top: 100%;
    width: 100%;
    border: 1px solid #d7d7d7;
    max-width: 400px;
    transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.pps-intro-nav .drop-down .options ul li {
    float: left;
    width: 100%;
    margin: 0;
   border-bottom:1px solid #eee;
}
.pps-intro-nav .drop-down .options ul li:last-child{
  border-bottom:0;
}
.pps-intro-nav .drop-down .options ul li a {
    float: left;
    width: 100%;
    font-size: 15px;
    padding: 15px 10px;
    color: #2e2e2e;
    font-weight: normal;
  text-decoration:none;
}

.pps-intro-nav .drop-down .options ul li a span {
    display: inline-block;
    font-weight: 500;
    padding-right: 6px;
    color: #0270e0;
}
.pps-intro-nav .drop-down .options ul li a:hover span {
    color: #ffffff;
}

.pps-intro-nav .drop-down .options ul li a:hover{
  background:#1483f3;
  color:#fff;
  transition:0.2s ease;
}


/*-----------------------------*/
/*  box section starts here   */
/*---------------------------*/

.pps-box-sec{
  float:left;
  width:100%;
  padding: 40px 0;
}
.pps-box-sec-title{
  float:left;
  width:100%;
  margin-bottom:20px;
}
.pps-box-sec-title h2{
  float: left;
  width: 100%;
  color: #1483f3;
  font-size: 46px;
  line-height: 1.3;
  margin-bottom: 15px;
  font-weight:bold;
}
.pps-box-sec-title h3{
  float: left;
  width: 100%;
  color: #1483f3;
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 15px;
  font-weight:bold;
}
.pps-box-sec-title h6{
  float: left;
  width: 100%;
  color: #1483f3;
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 15px;
  font-weight:bold;
}
.pps-box-row {
    float: left;
    width: 100%;
    display: flex;
    column-gap: 30px;
    row-gap: 30px;
    flex-wrap: wrap;
}
.pps--box {
    float: left;
    width: 100%;
    max-width: calc(33% - 20px);
    background: #fff;
    box-shadow: 0 11px 22px 0 rgb(11 45 78 / 12%);
    border-radius: 10px;
    padding: 30px;
      text-align: center;
}
.pps-box-row.two-box-row .pps--box {
    max-width: calc(50% - 15px);
}
.pps-box-row.one-box-row {
    column-gap: 0;
    row-gap: 20px;
}
.pps-box-row.one-box-row .pps--box {
    max-width: inherit;
}
.pps-box-row.four-box-row {
    column-gap: 10px;
}
.pps-box-row.four-box-row .pps--box {
    max-width: calc(25% - 10px);
    padding: 20px 10px;
}
.pps-box-title{
    float: left;
    width: 100%;
}
.pps-box-title h3 {
    float: left;
    width: 100%;
    font-size: 40px;
    font-weight: 700;
    color: #2e2e2e;
    line-height: 1.2;
    margin: 0 0 5px;
    font-family: Nunito,sans-serif;
}
.pps-box-text{
    float: left;
    width: 100%;
}
.pps-box-text p {
    font-family: Roboto,sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.59;
    color: #2e2e2e;
    letter-spacing: normal;
    margin: 0 0 5px;
    padding: 0;
    float: left;
    width: 100%;
}
.pps-underbox-sec {
    float: left;
    width: 100%;
    padding: 60px 0 0;
}

/*---------------------------------*/
/*  Rich text area pillar page   */
/*-----------------------------*/

.pillar-page .k2view-rich-text-wrap p {
    font-size: 19px;
    line-height: 1.6;
}
.pillar-page .k2view-rich-text-wrap a {
    color: #2e2e2e;
    font-size: 19px;
    line-height: 1.6;
}
.pillar-page .k2view-rich-text-wrap h2{
  margin-bottom:20px;
      float: left;
    width: 100%;
}
.pillar-page .k2view-rich-text-wrap h3{
  margin-bottom:10px;
      float: left;
    width: 100%;
  font-size:17px;
}

.pillar-page .k2view-rich-text-wrap h5,
.pillar-page .k2view-rich-text-wrap h6{
  margin-bottom:12px;
}
.pillar-page .k2view-rich-text-wrap h4{
  float:left;
  width:100%;
  border-bottom:1px solid #1483f3;
  color:#1483f3;
  padding-top:5px;
  padding-bottom:10px;
  margin-bottom:25px;
  font-size:25px;
  font-weight:500;
}

.pillar-page .k2view-rich-text-wrap strong{
  font-weight:500;
}
.pillar-page .k2view-rich-text-wrap ul{
  list-style: none; 
  float:left;
  width:100%;
  margin-bottom:16px;
}
.pillar-page .k2view-rich-text-wrap ul li{
  padding-left:30px;
  padding-bottom: 5px;
  position: relative;
  list-style:none;
  float:left;
  width:100%;
  font-size:19px;
  line-height:1.6;
}
.pillar-page .k2view-rich-text-wrap ul li:before {
    top: 11px;
    left: 10px;
    width: 5px;
    height: 5px;
    background: #2e2e2e;
    background-size: 5px;
    border-radius: 100%;
    position: absolute;
    content: "";  
}
.pillar-page .k2view-rich-text-wrap ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  margin-bottom:16px;
    float:left;
  width:100%;
}
.pillar-page .k2view-rich-text-wrap ol>li {
  counter-increment: my-awesome-counter;
  position:relative;
  float:left;
  width:100%;
  font-size:19px;
  line-height:1.6;
}
.pillar-page .k2view-rich-text-wrap ol>li p,
.pillar-page .k2view-rich-text-wrap ul>li p{
  margin-bottom:0 !important;
}
.pillar-page .k2view-rich-text-wrap ol>li ul{
  margin-bottom:0;
  padding-bottom:0;
}
.pillar-page .k2view-rich-text-wrap ol>li::before {
    color: #2e2e2e;
    content: counter(my-awesome-counter) " . ";
    letter-spacing: -3px;
    position: absolute;
    top: 5px;
    left: 10px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    text-decoration: none;
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;
}
/*---------------------------------*/
/*  Rich text area pillar page   */
/*-----------------------------*/



@media(max-width:1280px){
  .pps-sidebar-nav-inner {
      padding:30px 0;
  }
  .pps-sidebar-nav-inner h3,
  .pps-sidebar-nav-inner ul,
  ul.sidebar--cta--wrap li #pad--btn{
      padding:0  30px;
  }
  .pps-sidebar-nav{
    min-width: 90px;
  }
}

@media(max-width:1024px){
  .pps-intro-wrap {
      max-width: inherit;
      flex-wrap: wrap;
  }
  .pps-sidebar-nav {
      display: none;
  }
  .pps-intro {
      max-width: inherit;
    padding-bottom: 10px;
    padding-right: 0;
  }
  .pps-intro-sec {
      margin-bottom: 40px;
  }
  .pps-intro-text br {
      display: none;
  }
  .pps-intro-nav:before{
    display:none;
  }
  .pps-intro-nav {
      padding: 30px 30px 40px;
      max-width: inherit;
      margin-bottom: 0;
      text-align: center;
      background: #d7eafd;
      width:100%;
      position: relative;
      z-index: 3;
  }
  .pps-intro-nav .drop-down{
    display:flex;
  }
  .pps-intro-nav>ul{
    display:none;
  }
  .pps-intro-nav h3 {
      margin-bottom: 10px;
  }
  .pps-box-title h3 {
      font-size: 24px;
  }
}

@media(max-width:768px){

  .banner-img-sec {
      max-width: inherit !important;
      text-align: center;
        padding-top: 0 !important;
  }
  .pps--box,
  .pps-box-row.four-box-row .pps--box,
  .pps-box-row.two-box-row .pps--box{
      max-width: calc(50% - 10px);
  }
  .pps-box-row,
  .pps-box-row.four-box-row,
  .pps-box-row.two-box-row{
      column-gap: 20px;
      row-gap: 20px;
  }
}

@media(max-width:600px){
  .pps-intro h2 {
      font-size: 30px;
      line-height: 36px;
  }
  .pps-intro p {
      font-size: 16px;
      line-height: 26px;
  }
  .pillar-page-banner-content span.hs-cta-wrapper {
      padding: 0;
      margin-bottom: 20px;
      display: inline-block;
  }
  .pps--box,
  .pps-box-row.four-box-row .pps--box,
  .pps-box-row.two-box-row .pps--box{
      max-width: inherit;
  }
  .pps-box-row,
  .pps-box-row.four-box-row,
  .pps-box-row.two-box-row{
      column-gap: 0;
  }
}
