.office1-help-section {
  padding: 110px 0 80px;
}
.section-heading h2 {
  font-weight: 400;
  line-height: 1.3;
  position: relative;
  margin: 0 0 12px;
  text-align: center;
  font-size: 58px;
}
.section-heading h2::after {
  width: 84px;
  height: 6px;
  background: #31404c;
  content: "";
  display: block;
  margin: 50px auto;
}
.two-column-container .image-text-left-right-block {
  margin-bottom:50px;
}
.two-column-container .image-text-left-right-block > .row-fluid-wrapper > .row-fluid {
  display: flex;
  align-items: center;
}
.two-column-container .image-text-left-right-block > .row-fluid-wrapper > .row-fluid:before, 
.two-column-container .image-text-left-right-block > .row-fluid-wrapper > .row-fluid:after {
  display:none;	
}
.two-column-container .image-text-left-right-block .text-section {
  flex: 1 0 55%;
  width: auto;
  padding-right: 10px;
}
.two-column-container .image-text-left-right-block .image-section {
  flex: 1 1 45%;
  width: auto;
  padding-left: 20px;
  margin: 0;
  text-align: center;
}
.two-column-container .image-text-left-right-block .image-section .right-side-image {
  max-width: 400px;
  display: inline-block;
  width: 100%;
  float: none;
}
.two-column-container .image-text-left-right-block .text-section p {
  font-size: 28px;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.2;
}
.two-column-container .image-text-left-right-block .text-section p strong {
  font-weight:500;
}
.two-column-container .image-text-left-right-block .text-section p:last-child {
  margin-bottom:0;
}
.two-column-container .image-text-left-right-block #hs_cos_wrapper_module_1532967207264254 {
  margin-top:0 !important;
}
.two-column-container .image-text-left-right-block.left-side-image-block .image-section {
  padding-right: 20px;
  padding-left: 0;
  flex: 1 0;
}
.two-column-container .image-text-left-right-block.left-side-image-block .text-section {
  flex: 1 0;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 0;
}
.image-text-left-right-block.left-side-image-block .image-section .left-side-image  {
  max-width: 500px;
  display: inline-block;
  width: 100%;
  float: none;
}

.approach-container {
  background-size: cover !important;
  background-position: center !important;
  align-items: center;
  padding: 130px 0 168px;
  justify-content: center;
  text-align: center;
}
.approach-container .section-heading h2 {
  color: #fff;
}
.approach-container .section-heading h2:after {
  background-color:#fff;
}
.approach-container .approach-list-text > div {
  text-align:center;
}
.approach-container .approach-list-text {
  margin: 0 0 40px;
}
.approach-container .approach-list-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.approach-container .approach-list-text ul li {
  color: #ffb100;
  font-weight: 400;
  font-size: 42px;
  display: flex;
  align-items: center;
  margin: 0 0 40px;
  text-align:left;
}
.approach-container .approach-list-text ul li.boost-productivity {
  color:#ff8c00;
} 
.approach-container .approach-list-text ul li.work-efficietly {
  color:#e0703d;
} 
.approach-container .approach-list-text ul li:before {
  display:none;
}
.approach-container .approach-list-text ul li .image-icon {
  width: 95px;
  padding-right: 20px;
}
.approach-container .approach-list-text ul li img {
  max-width:57px;
}
.approach-container .approach-bottom-text {
  text-align:center
}
.approach-container .approach-bottom-text > div {
  display: inline-block;
  max-width: 780px;
  text-align: center;
}
.approach-container .approach-bottom-text p {
  font-size: 28px;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
}
.approach-container .approach-bottom-text p:last-child {
  margin-bottom:0;
}

/* 17-09-19 */


.option-set{
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding:0px 20px;
}
.option-set li {
  margin-right: 28px;
  margin-bottom: 17px;
}
.option-set li:last-child{
  margin-right: 0px;
}

.option-set li a{
  color: #2d404f;
  text-decoration: underline;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
.option-set li a:hover{
  color:#ff5c00
}
.fillter-section h2{
  text-align:center;
  margin:0px;
  color: #ff5c00;
  font-size:42px;
  line-height: 1.2;
  font-weight: 600;
  font-family: 'Work Sans', sans-serif;
}

.fillter-text{
  padding-bottom: 50px;
}
.fillter-section{
  padding:80px 0 100px
}


@media(max-width:1400px) {
  .section-heading h2 {
    font-size: 50px;
  }
  .approach-container .section-heading h2 {
    max-width: 950px;
    display: inline-block;
  }
}

@media(max-width:1200px) { 
  .approach-container {
    padding:100px 0;
  }
  .section-heading h2 {
    font-size: 45px;
  }
  .approach-container .approach-list-text ul li {
    font-size: 32px;
    margin:0 0 30px;
  }
  .approach-container .approach-list-text ul li .image-icon {
    width: 65px;
    padding-right: 15px;
  }
  .approach-container .approach-list-text ul li img {
    max-width: 40px;
  }
  .office1-help-section {
    padding: 70px 0 40px;
  }
  .section-heading h2::after {
    width: 84px;
    height:5px;
    margin: 40px auto;
  }
  .fillter-text {
    padding-bottom: 50px;
  }
  .fillter-section {
    padding: 60px 0;
  }
}

@media(max-width:1024px){  
  .two-column-container .image-text-left-right-block .text-section p , .approach-container .approach-bottom-text p {
    font-size: 24px;
  }
  .section-heading h2 {
    font-size: 40px;
  }
}

@media(max-width:991px){
  .fillter-section h2{
    font-size: 32px;
  }
}

@media(max-width: 767px){
  .office1-help-section {
    padding: 50px 0 0px;
  }
  .section-heading h2 {
    font-size: 35px;
    margin: 0 0 40px;
  }
  .section-heading h2::after {
    width: 60px;
    margin: 20px auto;
    height: 4px;
  }
  .two-column-container .image-text-left-right-block .text-section p, .approach-container .approach-bottom-text p {
    font-size: 20px;
    line-height: 1.3;
  }
  .two-column-container .image-text-left-right-block > .row-fluid-wrapper > .row-fluid {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
  }
  .two-column-container .image-text-left-right-block .text-section {
    flex: auto;
    padding-right: 0 !important;
    width: 100%;
    padding-left: 0 !important;
  }
  .two-column-container .image-text-left-right-block .image-section {
    flex: auto;
    width: auto;
    padding-left: 0 !important;
    margin: 0 0 30px;
    text-align: center;
    padding-right: 0 !important;
  }
  .two-column-container .image-text-left-right-block {
    margin-bottom: 50px;
  }
  .two-column-container .image-text-left-right-block.left-side-image-block > .row-fluid-wrapper > .row-fluid {
    flex-direction: column;
  }
  .approach-container {
    padding: 50px 0;
  }
  .approach-container .section-heading h2 {
    max-width: 570px;
    margin: 0 0 30px;
  }
  .approach-container .approach-list-text ul li {
    font-size: 25px;
    margin: 0 0 20px;
    text-align:left;
  }
  .approach-container .approach-list-text ul li img {
    max-width: 28px;
  }
  .approach-container .approach-list-text ul li .image-icon {
    width: 50px;
    padding-right: 10px;
  }
  .approach-container .approach-list-text {
    margin: 0 0 20px;
  }
  .fillter-text h2{
    font-size: 32px !important;
  }

}
@media(max-width: 500px){ 
  .two-col-section .two-col-section-inner .left-text-col img {
    width: 100% !important;
  }
  .section-heading h2 {
    font-size: 30px;
  }
  .approach-container .approach-list-text ul li {
    font-size: 22px;
  }
  .fillter-text h2 {
    font-size: 25px !important;
    line-height: normal;
    margin: 10px;
  }
}
@media(max-width: 450px){  
  .section-heading h2 {
    font-size: 28px;
  }
}









/* --------------------------- */




.transition (@animation: ease-in, @time: 1s) {
  transition: width @animation @time;
  -webkit-transition: width @animation @time;
  -moz-transition: width @animation @time;
  -o-transition: width @animation @time;
}
.proggress-bar{
  background-color:#ccc;
  height:0.5em;
  margin-bottom:1em;
}
.bar{
  float:left;
  height:100%;
  width:0%;
}
.proggress-bar .bar{
  background-color:#f58428;
  .transition;
  border-radius:12px;
}

.reviews-block .block-heading-img {
  max-width:240px;
  width:100%;
  margin: 0 auto 55px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.net-promoter-section .section-heading h2 {
  font-size: 72px;
  text-align: center;
  text-transform: uppercase;
  color: #303e49;
  line-height: normal;
  margin: 0;
  padding: 0;
  font-weight:400;
  margin: 0 0 70px;
}
.net-promoter-section .section-heading h2 span {
  color:#ffad01;
  font-weight:700;
}
.net-promoter-section .section-heading h2::after {
  width: 55%;
  height: 6px;
  background: #31404c;
  content: "";
  display: block;
  margin: 40px auto 0;
}
.net-promoter-section .section-text p{
  text-align: center;
  margin: 0px;
  color: #ff5c00;
  font-size: 42px;
  line-height: 1.2;
  max-width: 860px;
  margin: 0 auto;
  color:#30404d;
  font-weight: 500;
}
.net-promoter-section .reviews-block {
  width:50%;
  max-width: 400px;
  margin: 0 auto;
}
.reviews-block-container {
  display:flex;
  flex-wrap:wrap;
}
.reviews-block-container .reviews-score {
  padding: 40px 0;
  background-color: #313d49;
  text-align: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.reviews-block-container .reviews-score p {
  font-weight: bold;
  font-size: 75px;
  font-family: 'Work Sans',sans-serif;
  text-align: center;
  color: #fff;
  line-height: normal;
  padding: 25px 30px;
  margin: 0;
}
.net-promoter-section .bottom-section {
  background-color:#ffb71c;
  padding: 160px 0 0 0;
}
.net-promoter-section .bottom-section-text p {
  font-weight: normal;
  font-size: 38px;
  font-family: 'Work Sans',sans-serif;
  text-align: center;
  color: #304148;
  padding: 68px 0 95px;
  max-width: 865px;
  margin: 0 auto;
}
.reviews-block-container {
  position: absolute;
  width: 100%;
  top: -450px;
  left:0px;
}
.bottom-section .container {
  position:relative;
}
.net-promoter-section .top-section {
  padding: 130px 0 358px;
}
.net-promoter-section .proggress-bar {
  height:40px;
  background-color: #fff;
  border-radius: 12px;
  margin: -10px 0 0 0;
}
.reviews-block-container .reviews-score p{
  font-size: 48px;
}
.hs-recaptcha{
  overflow: hidden;
}

/*---------- new header style --------------*/
.new-header header.header #menu ul li.hs-menu-depth-1.filter-list:first-child > ul {
  width: 580px;
  right: auto;
  left: 0;
}
header.header #menu ul li.hs-menu-depth-1.filter-list:first-child > ul > li {
  width: 33.33%;
}
.new-header header.header #menu ul li.hs-menu-depth-1.filter-list:first-child > ul > li + li {
  padding-left: 15px;
}
.new-header header.header #menu li.hs-menu-depth-1.filter-list:first-child .hs-menu-item.hs-menu-depth-3 > a {
  white-space: normal;
}
.new-header header.header #menu li.hs-menu-depth-1.filter-list:first-child .hs-menu-item.hs-menu-depth-3 {
  margin-bottom: 5px;
}
/* .new-header header.header #menu ul li.hs-menu-depth-1 a {
  padding: 0 5px;
} */
.new-header header.header #menu ul li.hs-menu-depth-1 ul li a {
  padding-top: 7px;
  padding-bottom: 7px;
}
.new-header header.header--white #menu ul li.hs-menu-depth-1.h-button a {
  background: rgb(255,92,0);
  color: #fff;
  border-radius: 4px;
  padding: 0 10px;
  margin-left: 5px;
}
.new-header header.header--white #menu ul li.hs-menu-depth-1.h-button a:hover {
  background: rgb(255,101,0);
}
.new-header .slicknav_nav {
  max-height: -webkit-calc( 100vh - 100px);
  max-height: -moz-calc( 100vh - 100px);
  max-height: calc( 100vh - 100px);
}
.new-header .slicknav_nav li:last-child.slicknav_open {
  border-bottom: none !important;
}
/* .new-header .slicknav_nav>li:last-child a, .new-header .slicknav_nav>li:nth-last-child(2) a {
background: rgb(255,92,0);
color: #fff;
border-radius: 4px;
margin: 10px;
} */
/* .new-header .slicknav_nav>li:last-child a:hover, .new-header .slicknav_nav>li:nth-last-child(2) a:hover {
  background: rgb(255,101,0);
} */
.header--white .slicknav_nav a {
  text-align: center;
}
.new-banner-v2 .hs-cta-wrapper {
  margin: 10px;
  display: inline-block;
}
.new-header header.header #menu ul li.hs-menu-depth-1 ul li.hs-item-has-children>a:after {
  margin-left: 8px;
  font-family: FontAwesome;
  content: '\f105';
  position: absolute;
  color: #31404C;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
header.header #menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.right.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children:hover ul.hs-menu-children-wrapper,
header.header #menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children:hover ul.hs-menu-children-wrapper {
  left: 168px;
  top: 0px;
  z-index: 1;
  display: block;
  opacity: 1;
  visibility: visible;
}


@media(max-width:1199px){
  .net-promoter-section .section-heading h2 {
    font-size: 45px;
  }
  .net-promoter-section .section-heading h2::after {
    width: 45%;
    height: 4px;
    margin: 22px auto 0;
  }
  .net-promoter-section .bottom-section-text p{
    font-size: 28px;
    padding: 41px 0 68px;
  }
  .net-promoter-section .top-section {
    padding: 90px 0 251px;
  }
  .reviews-block .block-heading-img{
    max-width: 170px;
    margin: 0px auto 30px;
  }
  .net-promoter-section .reviews-block{
    max-width: 350px;
    width:100%;
  }
  .net-promoter-section .bottom-section{
    padding:148px 0 0 0;
  }
  .reviews-block-container{
    top: -370px;
  }
  .net-promoter-section .section-text p{
    font-size: 32px;
  }
  .net-promoter-section .top-section {
    padding: 60px 0 251px;
  }
  .net-promoter-section .bottom-section-text p {
    padding: 40px 0 60px;
  }
/*   .new-header header.header #menu ul li.hs-menu-depth-1 a {
    font-size: 12px;
  } */
}

@media(max-width:970px){
  .homepage_new .hero-banner {
    margin-top: 102px;
  }
  .header-cta {
    text-align: center;
  }
}

@media(max-width:767px){
  .reviews-block-container{
    flex-direction: column;
    position: static;
  }
  .net-promoter-section .bottom-section {
    padding: 67px 0 0 0;
  }
  .net-promoter-section .reviews-block{
    margin-bottom: 70px;
  }
  .net-promoter-section .bottom-section-text p {
    font-size: 20px;
  }
  .net-promoter-section .top-section {
    padding: 40px 0;
  }
  .net-promoter-section .section-text p{
    font-size: 28px;
  }
  .net-promoter-section .section-heading h2 {
    font-size: 30px;
    margin: 0 0 30px;
  }
  .net-promoter-section .proggress-bar{
    margin: -15px 0 0 0;
    height: 27px;
  }
  .reviews-block .block-heading-img {
    max-width: 140px;
    margin:0px auto 20px;
  }
  .net-promoter-section .reviews-block:last-child{
    margin-bottom: 0;
  }
  .header-container-wrapper .new-header header.header {
    position: fixed;
  }
  .new-header .header--white .slicknav_nav a {font-size: 20px;}
  .homepage_new .hero-banner {
    margin-top: 102px;
  }
}

@media(max-width:630px){
  .homepage_new .hero-banner {
    margin-top: 112px;
    padding: 0 20px;
  }
  .new-header .quick-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {margin: 0 1px;}
}

@media(max-width:480px){
  .net-promoter-section .bottom-section {
    padding: 40px 0 0 0;
  }
  .reviews-block-container .reviews-score p {
    font-size: 38px;
  }
  .reviews-block-container .reviews-score
  {
    padding:25px 0;
  }
  .net-promoter-section .reviews-block {
    margin-bottom: 40px;
  }
  .net-promoter-section .bottom-section-text p {
    font-size: 16px;
    padding: 41px 0 40px;
  }
  .net-promoter-section .section-text p {
    font-size: 24px;
  }
  .net-promoter-section .section-heading h2 {
    font-size: 28px;
  }
  .new-header .quick-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {margin: 0;}
  .new-header .quick-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a {
    font-size: 11px;
  }
  .new-header .quick-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 a {
    padding: 7px 3px 0px;
  }
  .hero-banner .hero-banner-wrap h1{font-size: 40px;}
  .hero-banner .hero-banner-wrap h3{font-size: 22px;}
}