@font-face {
    font-family: 'TypodermicExpresswayRgRegular';
    src: url('//cdn2.hubspot.net/hubfs/496940/Fonts/Expressway-regular/TypodermicExpresswayRgRegular.eot?t=1497936377150');
    src: url('//cdn2.hubspot.net/hubfs/496940/Fonts/Expressway-regular/TypodermicExpresswayRgRegular.eot?t=1497936377150') format('embedded-opentype'),
         url('//cdn2.hubspot.net/hubfs/496940/Fonts/Expressway-regular/TypodermicExpresswayRgRegular.woff2?t=1497936377150') format('woff2'),
         url('//cdn2.hubspot.net/hubfs/496940/Fonts/Expressway-regular/TypodermicExpresswayRgRegular.woff?t=1497936377150') format('woff'),
         url('//cdn2.hubspot.net/hubfs/496940/Fonts/Expressway-regular/TypodermicExpresswayRgRegular.ttf?t=1497936377150') format('truetype'),
         url('//cdn2.hubspot.net/hubfs/496940/Fonts/Expressway-regular/TypodermicExpresswayRgRegular.svg#TypodermicExpresswayRgRegular?t=1497936377150') format('svg');
}
@font-face {
    font-family: 'TypodermicExpresswayRgBold';
    src: url('//cdn2.hubspot.net/hubfs/496940/Fonts/Expressway-bold/TypodermicExpresswayRgBold.eot?t=1497936377150');
    src: url('//cdn2.hubspot.net/hubfs/496940/Fonts/Expressway-bold/TypodermicExpresswayRgBold.eot?t=1497936377150') format('embedded-opentype'),
         url('//cdn2.hubspot.net/hubfs/496940/Fonts/Expressway-bold/TypodermicExpresswayRgBold.woff2?t=1497936377150') format('woff2'),
         url('//cdn2.hubspot.net/hubfs/496940/Fonts/Expressway-bold/TypodermicExpresswayRgBold.woff?t=1497936377150') format('woff'),
         url('//cdn2.hubspot.net/hubfs/496940/Fonts/Expressway-bold/TypodermicExpresswayRgBold.ttf?t=1497936377150') format('truetype'),
         url('//cdn2.hubspot.net/hubfs/496940/Fonts/Expressway-bold/TypodermicExpresswayRgBold.svg#TypodermicExpresswayRgBold?t=1497936377150') format('svg');
}
.footer-section a
@font-face {
    font-family: 'ExpresswayLight';
    src: url('//cdn2.hubspot.net/hubfs/496940/Fonts/Expressway-Light/ExpresswayLight.eot?t=1497936377150');
    src: url('//cdn2.hubspot.net/hubfs/496940/Fonts/Expressway-Light/ExpresswayLight.eot?t=1497936377150') format('embedded-opentype'),
         url('//cdn2.hubspot.net/hubfs/496940/Fonts/Expressway-Light/ExpresswayLight.woff2?t=1497936377150') format('woff2'),
         url('//cdn2.hubspot.net/hubfs/496940/Fonts/Expressway-Light/ExpresswayLight.woff?t=1497936377150') format('woff'),
         url('//cdn2.hubspot.net/hubfs/496940/Fonts/Expressway-Light/ExpresswayLight.ttf?t=1497936377150') format('truetype'),
         url('//cdn2.hubspot.net/hubfs/496940/Fonts/Expressway-Light/ExpresswayLight.svg#ExpresswayLight?t=1497936377150') format('svg');
}


@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(//fonts.googleapis.com/css?family=Montserrat:700,400);
body {
    margin:0;
    padding:0;
   font-family: 'TypodermicExpresswayRgRegular';
   font-size:16pt !important;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  }
 img {
     max-width:100%;
 }
 :focus , a:focus {
     outline:none !important;
 }
 h1 ,h2 ,h3 {
     font-family: 'TypodermicExpresswayRgBold';
 }
h1 {
 font-size:48pt !important;
}
h2 {
     font-size:35pt !Important;
}
h3 {
     font-size:29pt !Important;
}

.page-center {
    max-width:1080px;
    padding-left: 40px;
    padding-right: 40px;
    float:none !important;
    margin:0 auto !important;
}
.header-section .page-center , .footer-section .page-center {
    max-width:1230px;
}
.header-section {
    background: #e9ebed none repeat scroll 0 0;
    box-shadow: 0 0 8px 0 #c0c0c0;
    position: fixed;
    z-index: 999;
}
.header-section .header-logo-container {
    padding: 19px 0 ; 
}
.header-section .header-logo-container img {
   max-width:100%;
}
.header-section .header-right-side {
    text-align:right;
    padding-top:20px;
}
.header-section .header-main-menu ul {
    list-style:none;
    padding:0;
    margin:0 0;
}
.header-section .header-main-menu ul li {
    display:inline-block;
    margin-left:40px;
    position:relative;
    height:60px;
}
.header-section .header-main-menu ul li a {
    text-decoration:none;
    font-size:16px;
    color:#2B3E50;
}
.header-section .header-main-menu ul li ul {
    position:absolute;
    background: #ffffff ;
    border-bottom: 1px solid #e1e1e1;
    border-top: 3px solid #fcb813;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    left: auto !important;
    margin: 0 0 0 -12px;
    width: 220px;
    top: 57px;
    opacity:0;
    display:none;
}
.header-section .header-main-menu ul li ul li {
    background-color: #ffffff;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
    height:auto;
}
.header-section .header-main-menu ul li ul li a {
    color: #666666;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    padding: 5px 10px;
    display:block;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.header-section .header-main-menu ul li:hover ul {
    opacity:1;
    display:block;
}
.header-section .header-main-menu ul li ul li a:hover {
    background-color: #f9f9f9 !important;
    color:#FCB813;
    text-decoration: none;
}
.header-section .header-main-menu ul li ul li a:after {
    display:none;
}

.header-section .header-main-menu ul li > a:after {
    border-bottom: 5px solid transparent ;
    bottom:-10px;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    width: 100% !important;
    opacity:0;
     -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    }
.header-section .header-main-menu ul li > a:hover:after {
    opacity:1;
    bottom:0;
}
.header-section .header-main-menu ul li.active > a:after{
    opacity:1;
    bottom:0;
    border-bottom: 5px solid #FCB813;
}
.header-section .header-main-menu ul li:nth-child(1) > a:after {
    border-color:#fdb813;
}
.header-section .header-main-menu ul li:nth-child(2) > a:after {
    border-color:#35bdb2;
}
.header-section .header-main-menu ul li:nth-child(3) > a:after {
    border-color:#f89c56;
}
.header-section .header-main-menu ul li:nth-child(4) > a:after {
    border-color:#2a3e50;
}

.header-section .header-right-side .menu-right-side , .header-section .header-main-menu {
    display: inline-block;
    float: none;
    margin: 0;
    width: auto;
}
.header-section .header-right-side .contact-details a {
   color:#00B5CC;
   font-size:17px;
   text-decoration:none;
}
.header-section .header-right-side .menu-right-side {
    margin-left:50px;
}
.header-section .header-right-side .search-icon {
    margin-right:6px;
}
.header-section .header-right-side .search-icon , .header-section .header-right-side .chat-icon  {
    background: #00b5cc;
    border-radius: 5px;
    color: #ffffff;
    font-size: 23px;
    height: 43px;
    line-height: 40px;
    text-align: center;
    width: 52px;
    display: inline-block;
    cursor:pointer;
    border:2px solid #00b5cc;
}
.header-section .header-right-side .search-icon:hover , .header-section .header-right-side .chat-icon:hover {
    background:#90DDDC ;
}
.header-section .header-right-side .search-icon.clicked , .header-section .header-right-side .chat-icon.clicked {
     background:#233C4F;
     border-color:#233C4F;
}
.header-section .header-right-side .chat-icon .material-icons {
    margin: 9px 0;
    vertical-align: top;
}
.header-section .header-right-side .google-search {
    display:none;
    position: relative;
    min-height: 0;
}
.header-section .header-right-side .google-search .hs-form {
    background-color: #EBF0F1;
    border-radius: 4px !important;
    margin-top: 20px;
    opacity: 1;
    padding:0px;
    position: absolute;
    right: 60px;
    top:0px;
    width: 340px;
}
.header-section .header-right-side .google-search .hs-form .field {
    position:relative;
}
.header-section .header-right-side .google-search .hs-form .hs-input {
    background-color: #EBF0F1;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 0 0 #ffffff;
    color: #233C4F;
    height: 39px;
    margin: 0;
    padding: 10px 55px 10px 10px;
    position: relative;
    width: 100%;
    z-index: 1;
    font-size: 16px;
}
.header-section .header-right-side .google-search .hs-form .hs-button {
  background: #34bfd0 none repeat scroll 0 0;
  color: #ffffff;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  top:0;
  text-align: center;
  width: 53px;
  z-index: 9;

}
.header-section .header-right-side .google-search .hs-form .hs-button:before {
    border-bottom: 10px solid #34bfd0;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    content: "";
    height: auto;
    position: absolute;
    top: -10px;
    width: auto;
}
.header-container-wrapper .lp-header-right-content  {
    width: 45%;
    float: right;
    text-align: right;
}

.header-logo img {
    max-width: 284px;
}
.simplex-landing-page .lp-header-right-content  a {
    font-size: 30px;
}
.body-container-wrapper {
    padding-top: 91px;
}
@media (max-width: 850px){
    .header-logo {
        padding-bottom: 20px;
    }
}
.banner-section {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    position:relative;
}
.banner-text-section {
    background:rgba(0, 181, 204, 0.5)/* rgba(0, 181, 204, 0.8) none repeat scroll 0 0 */;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding:40px 0;
    /*margin-top: -10px;*/
    position:absolute;
    bottom:0;
}
.banner-text-section p {
    display: inline-block;
    margin: 0;
    max-width: 1045px;
}
.banner-text-section:after {
    border-left: 20px solid rgba(0, 0, 0, 0);
    border-right: 20px solid rgba(0, 0, 0, 0);
    border-top: 20px solid rgba(0, 181, 204, 0.5);
    bottom: -20px;
    content: "";
    height: auto;
    position: absolute;
    width: auto;
    z-index: 9;
}
.services-section {
    background:#2a3e50;
    color: #ffffff;
    padding: 90px 0;
    text-align:center;
    position: relative;
}
.services-section:after {
    border-left: 20px solid rgba(0, 0, 0, 0);
    border-right: 20px solid rgba(0, 0, 0, 0);
    border-top: 20px solid #2B3E50;
    bottom: -20px;
    content: "";
    height: auto;
    position: absolute;
    width: auto;
    z-index: 9;
}
.services-section h2 , .services-section h3 {
    font-size: 32.6667px;
    margin: 0 0 20px;
}
.services-section .main-container {
    float: left;
    padding: 0 18px;
    width: 33.33%;
    margin:0 !important;
    margin-top:40px !Important;
}
.services-section .services-container {
    background:#fff;
    border-top:15px solid #00B5CC;
    height:200px;
    width:100%!important;
    display:table;
}
.services-section .services-container:first-child {
    margin-left:0 !Important;
}
.services-section .services-container h3,
.services-section .services-container a{
    color: #00b5cc;
    font-size: 32.6667px !important;
    font-weight: normal;
    margin: 47px 0;
    padding: 0 20px;
    display:table-cell;
   vertical-align: middle;
}
.services-section .services-container .overlay {
    background:#00b5cc;
}
.services-section .services-container .overlay .vertical-text {
    display: table;
    height: 100%;
    width: 100%;
    border-bottom:15px solid transparent;
}
.services-section .services-container .overlay p {
    font-size: 22px;
    line-height: 1.3;
    margin: 0;
    padding: 0 15px;
    vertical-align: middle;
    display: table-cell;
    color: #fff;
}
.full-background-image {
   background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    height:235px;
}
.get-technology-section {
    padding:55px 0 70px;
    text-align:center;
}
.get-technology-section h2 {
    margin: 0 0 60px;
    font-size: 28px;
    font-weight: normal;
    color: #2b3e50;
}
.get-technology-section .technology-accordion .accordion_header {
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 15px;
    min-height: 55px;
    text-align:center;
}
.get-technology-section .technology-accordion .accordion_header .accordion_icon {
    font-size: 25px;
    margin-right: 17px;
}
.get-technology-section .technology-accordion  .accordion_header .accordion_icon .fa {
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.get-technology-section .technology-accordion .expanded .accordion_header .accordion_icon .fa {
    transform: rotate(90deg);
}

.get-technology-section .get-technology-container {
    margin:0;
    width:25%;
    padding:0 21px;
}
.get-technology-section .get-technology-container .widget-type-linked_image img {
    max-width:100%;
}
.get-technology-section .technology-accordion .accordion_content {
    margin-top:30px;
    font-size: 16px;
    line-height: 1.5;
}
.get-technology-section .widget-type-cta  {
    margin-top:80px;
}
.get-technology-section .find-out-more-cta , .testimonial-section .testimonial-text-container .see-more-cta {
    border-radius: 0 0 5px 5px !important;
    box-shadow: 0 3px 0 0 #0e7c92 !important;
    font-size: 20px;
    padding: 10px 17px !important;
    font-size:25pt !Important;
    font-family: 'TypodermicExpresswayRgBold' !important;
}
.get-technology-section .find-out-more-cta:hover , .testimonial-section .testimonial-text-container .see-more-cta:hover {
   background:#90DDDC !important; 
}
.get-technology-section .find-out-more-cta:visited , .testimonial-section .testimonial-text-container .see-more-cta:visited {
    background:#0E7C92 !important;
    border-radius: 5px 5px 0 0 !important;
    box-shadow: 0 -3px 1px 0 #233c4f !important;
}
.get-technology-section .find-out-more-cta:before , .testimonial-section .testimonial-text-container .see-more-cta:before {
    content:"\f013";
    font-family: fontawesome;
    font-size: 25pt;
}
.guarantee-section {
    background:#2B3E50;
    background-image:url("//cdn2.hubspot.net/hubfs/496940/guarantee-section-bg.jpg?t=1497936377150");
}
.guarantee-section .guarantee-image {
    font-size:0;
}
.guarantee-section .guarantee-image img {
    max-width:100%;
    margin: -3px 0;
    box-shadow: 0 4px 3px 0 #d5d5d5;
}
.guarantee-section .guarantee-text-container {
    color:#fff;
    text-align:center;
}
.guarantee-section .guarantee-text-container p {
    display: inline-block;
    font-size: 24px;
    margin: 55px 0 0;
    max-width: 589px;
    line-height: 1.3;
}
.testimonial-section {
    padding:65px 0;
}
.testimonial-section h3 {
    margin: 0 0 50px;
    text-align:center;
    font-size: 30px;
    font-weight:normal;
    color:#2B3E50;
}
.testimonial-section .testimonial-text-container  {
    text-align:center;
}
.testimonial-section .testimonial-text-container p {
    clear: both;
    color: #1a3440;
    display: block;
    font-size: 23.2px;
    margin: 0 auto 32px;
    max-width: 330px;
}
.testimonial-section .testimonial-text-container p .customer-name {
    font-size: 19.2px;
    color: #1a3440;
}
.testimonial-section .testimonial-text-container .see-more-cta:before , .take-look-cta:before {
    background-image: url("//cdn2.hubspot.net/hubfs/496940/images/eye-icon.png?t=1497936377150");
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    display: inline-block;
    height: 30px;
    margin: 4px 4px 0 0;
    vertical-align: middle;
    width: 30px;
}
.subscription-form-section {
    background:#E9EBED;
    padding:40px 0;
}
.subscription-form-section .subscription-form-heading{
    text-align:center;
}
.subscription-form-section .subscription-form-heading h3 {
    font-size: 28px;
    color: #2b3e50;
    margin: 0 0 40px;
    font-weight: normal;
}
.subscription-form-section  h3.form-title , .subscription-form-section .hs-form label {
    display:none;
}
.subscription-form-section .hs-form {
    float: none;
    margin: 0 auto;
    max-width: 870px;
    padding-right: 225px;
    position: relative;
}
.subscription-form-section .hs-form fieldset {
    width:100%;
    max-width: none;
}
.subscription-form-section .hs-form .hs-form-field {
    max-width:325px;
}
.subscription-form-section .hs-form .input .hs-input {
    border: 1px solid #8d9398;
    border-radius: 5px;
    font-size: 18px;
    height: 50px;
    padding: 7px;
    width: 100%;
    color: #2b3e50;
}
.subscription-form-section .hs-form fieldset.form-columns-2 .input {
  margin-right: 15px;
}
.subscription-form-section .hs-form .actions .hs-button {
    position: absolute;
    top: 0;
    right:0;
    font-size: 20.0226px;
    background:#f89c56;
    border: 0 none;
    box-shadow: 0px 3px 1px 0 #CA7840;
    color: #fff;
    font-size:20px;
    width:100%;
    max-width:170px;
    height:50px;
    cursor:pointer;
    border-radius: 0 0 5px 5px;
}
.subscription-form-section .hs-form .actions .hs-button:hover {
    background:#FFC59C;
}
.subscription-form-section .hs-form .hs-error-msgs {
    padding:0;
    list-style:none;
    margin: 5px 0 0 5px;
}
.subscription-form-section .hs-form .hs-error-msgs label {
    font-size:12px;
    color:red;
    display:block;
}

.footer-section {
    background:#2B3E50;
    color:#fff;
    padding:55px 0;
}
.footer-section h4 {
    font-size: 15.2px;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-weight: 700;
}
.footer-section p {
    font-size: 15.2px;
    margin:0 0 15px;
    /*font-family: 'ExpresswayLight';*/
}
.footer-section a {
    color:#fff;
    text-decoration:underline;
}
.footer-section h3 {
    text-align:right;
    margin:0 0 5px;
}
.footer-section h3 a {
    display: inline-block;
    font-size: 25px;
    text-transform: uppercase;
}
 .social-icons {
    list-style:none;
    text-align:right;
    margin-top:60px;
}
 .social-icons ul {
    margin-bottom:0;
    padding:0;
}
 .social-icons ul li {
    background: #00b5cc none repeat scroll 0 0;
    border-radius: 5px;
    display: inline-block;
    height: 45px;
    margin-right: 10px;
    width: 55px;
    border: 2px solid #00b5cc;
}
.social-icons ul li:last-child {
    margin:0;
}
 .social-icons ul li a {
    display: block;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    color:#fff;
}
 .social-icons ul li:hover {
   background: #90dddc none repeat scroll 0 0;
 }
.full-grey-bg-section {
    background:#E9EBED;
    padding:40px 0;
    text-align: center;
}
.full-grey-bg-section h2 {
    margin:0;
    font-size: 28px;
    font-weight:normal;
    color:#2B3E50;
}

/* mobile menu */
.mobile-menu-trigger {
    display: none;
    cursor: pointer;
    min-width: 33px;
    height: 33px;
    border: 1px solid #e1e1e1;
    position: fixed;
    z-index: 9999999999998;
    top: 38px;
    right: 40px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .7)
}
.mobile-menu-trigger:hover,
.mobile-menu-trigger:focus {
    background-color: rgba(255, 255, 255, .9);
    border: 1px solid #aaa
}
.mobile-menu-trigger>span {
    display: inline-block;
    height: 14px;
    width: 15px;
    float: right;
    margin: 9px 8px;
    line-height: 14px;
    border: 2px solid #555;
    border-width: 2px 0
}
.mobile-menu-trigger>span:before {
    display: inline-block;
    content: '';
    height: 2px;
    width: 15px;
    margin-top: 4px;
    background-color: #555;
    float: left
}
.mobile-menu-trigger:before {
    display: inline-block;
    content: 'MENU';
    float: left;
    line-height: 17px;
    margin: 9px 0 0 0;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 10px;
    color: #000;
    overflow: hidden;
    text-decoration: none;
    font-weight: 700;
    text-indent: 9px;
    width: 42px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease
}
.mobile-menu {
    padding: 0;
    overflow: auto;
    background: #222527;
    min-height: 100%;
    width: 400px;
    position: fixed;
    top: 0;
    right: -400px;
    bottom: 0;
    height: 100%!important;
    z-index: 9999
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}
.mobile-menu * {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none
}
.mobile-menu i.close-menu {
    cursor: pointer;
    width: 25px;
    height: 25px;
    float: right;
    margin: 0;
    position: relative;
    top: 10px;
    right: 14px;
    border: 2px solid #636364;
    background-color: transparent;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px
}
.mobile-menu i.close-menu:before {
    content: '';
    border: 2px solid #636364;
    border-width: 0 0 2px 2px;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 7px;
    left: 5px;
    -webkit-transform: rotateZ(-135deg);
    -moz-transform: rotateZ(-135deg);
    -o-transform: rotateZ(-135deg);
    -ms-transform: rotateZ(-135deg);
    transform: rotateZ(-135deg)
}
.mobile-menu i.close-menu:hover,
.mobile-menu i.close-menu:active,
.mobile-menu i.close-menu:focus,
.mobile-menu i.close-menu:hover:before,
.mobile-menu i.close-menu:active:before,
.mobile-menu i.close-menu:focus:before {
    border-color: #888
}
.mobile-menu ul {
    clear: both;
    list-style: none;
    padding: 16px 0 0 0;
    margin: 0;
    float: none!important
}
.mobile-menu ul li {
    padding: 0;
    position: static;
    margin: 0;
    background: none transparent;
    height: auto;
    vertical-align: middle;
    text-align: left;
    float: none!important;
    width: 100%;
    border: 0!important
}
.mobile-menu ul li:first-child {
    display: block
}
.mobile-menu ul li.last {
    background: none transparent
}
.mobile-menu ul li a {
    display: block;
    color: #aaa;
    font-size: 15px;
    line-height: 18px;
    height: auto;
    padding: 9px 1% 8px 12px;
    height: auto;
    font-weight: normal;
    text-decoration: none;
    vertical-align: middle;
    text-align: left;
    font-weight: normal!important;
    margin: 0;
    width: 100%!important;
    max-width: 100%!important;
    white-space: normal;
    border: 0!important;
    border-bottom: 1px solid #24292d!important;
    font-family: 'Open Sans', Arial, sans-serif
}
.mobile-menu ul li a:hover {
    color: #fff
}
.mobile-menu ul li.active-branch>a,
.mobile-menu ul li.active-branch>a:hover,
.mobile-menu ul li.active-branch>a:focus {
    color: #fff
}
.mobile-menu ul ul {
    padding: 0;
    margin: 0
}
.mobile-menu ul li li a {
    padding-left: 25px
}
.mobile-menu ul li li li a {
    padding-left: 40px
}
.mobile-menu ul li li li li a {
    padding-left: 55px
}
.mobile-menu ul li li li li li a {
    padding-left: 70px
}
.mobile-menu ul li li li li li li a {
    padding-left: 85px
}
.mobile-menu ul li.active-branch>a,
.mobile-menu ul li.active-branch>a:hover,
.mobile-menu ul li.hs-item-has-children:hover>a,
.mobile-menu ul li.hs-item-has-children>a,
.mobile-menu ul li.hs-item-has-children:hover>a,
.mobile-menu ul li.hs-item-has-children.active-branch>a,
.mobile-menu ul li.hs-item-has-children.active-branch:hover>a {
    background-image: none!important;
    background-color: #222527!important
}
.mobile-menu li.hs-item-has-children {
    position: relative!important
}
.mobile-menu li.hs-item-has-children>ul {
    display: none
}
.mobile-menu li.hs-item-has-children>i {
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 0;
    bottom: 0;
    width: 30px;
    text-align: center;
    line-height: 36px;
    font-weight: bold;
    font-size: 18px;
    font-style: normal;
    color: #666
}
.mobile-menu li.hs-item-has-children>i:before {
    content: '+';
    font-weight: bold;
    font-size: 18px;
    font-style: normal;
    color: #666;
    display: block
}
.mobile-menu li li.hs-item-has-children>i:before {
    font-size: 16px
}
.mobile-menu li li li.hs-item-has-children>i:before {
    font-size: 14px
}
.mobile-menu li.hs-item-has-children>i.expanded:before {
    content: '-'
}
.header-container .mobile-menu-container {
    display: none
}
.mobile-menu-content {
    margin: 20px 10px
}
.mobile-menu-content .widget-type-google_search form.hs-form input {
    background-color: #222527;
    border: 1px solid #3e3e3e;
    color: #aaa
}
.show-mobile-menu .header-container-wrapper,
.show-mobile-menu .body-container-wrapper,
.show-mobile-menu .footer-container-wrapper {
    opacity: .4
}
.show-mobile-menu1 .header-container-wrapper:after,
.show-mobile-menu1 .body-container-wrapper:after,
.show-mobile-menu1 .footer-container-wrapper:after {
    content: '';
    background-color: rgba(255, 255, 255, .7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999999
}
.show-mobile-menu .header-container-wrapper,
.show-mobile-menu .body-container-wrapper,
.show-mobile-menu .footer-container-wrapper,
.show-mobile-menu .mobile-menu,
.show-mobile-menu .mobile-menu-trigger {
    -webkit-transform: translate3d(-400px, 0, 0);
    -moz-transform: translate3d(-400px, 0, 0);
    -ms-transform: translate3d(-400px, 0, 0);
    -o-transform: translate3d(-400px, 0, 0);
    transform: translate3d(-400px, 0, 0)
}

.mobile-menu-content {
    margin: 20px 10px
}
.mobile-menu-content .widget-type-google_search form.hs-form {
    position:relative;
}
.mobile-menu-content .widget-type-google_search form.hs-form input {
    background-color: #222527;
    border: 1px solid #3e3e3e;
    color: #aaa;
    font-size: 16px;
    height: 36px;
    margin: 0 -40px 10px 0;
    max-width: 400px;
    padding: 8px 2%;
    width:100%;
}
.mobile-menu-content .widget-type-google_search form.hs-form .hs-button {
    background: #00b5cc none repeat scroll 0 0;
    color: #ffffff;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 40px;
    cursor:pointer;
}
.mobile-menu-content .widget-type-google_search form.hs-form .hs-button:hover {
    background:#009191;
}
.our-process-banner-section {
    background-size:cover;
    padding:100px 0;
}
.our-process-banner-section .banner-text {
   max-width:690px;
   float:right;
}
.our-process-banner-section .banner-text h1 {
    color: #00b5cc;
    font-size: 34px;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    max-width:660px;

}
.our-process-banner-section .banner-text p {
    color: #2b3e50;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    margin: 17px 0 0;
}
.our-process-banner-section .banner-text a {
    color: #00b5cc;
    text-decoration:none;
}
.business-diagnostic-section .half-blc {
    padding:80px 165px 40px 40px;
    padding-right:40px;
    margin:0;
    width:50%;
    min-height: 403px;
    color:#fff;
}
.business-diagnostic-section .employee-engagement-container , .business-diagnostic-section .best-practice-container {
 /*   padding-left:165px;
    padding-right:40px; */
}
.business-diagnostic-section .box-center {
    float:none;
    margin: 0 auto !important;
    max-width: 500px;
    text-align:center;
}
.business-diagnostic-section .business-strategy-container {
    background:#00B5CC;
}
.business-diagnostic-section .employee-engagement-container {
    background:#FCB813;
}

.business-diagnostic-section .total-tech-audit-container {
    background:#2B3E50;
}
.business-diagnostic-section .best-practice-container {
    background:#35BCB1; 
}
.business-diagnostic-section .employee-engagement-container .box-center , .business-diagnostic-section .best-practice-container .box-center {
    /* float:left;
    text-align:left; */
}
.business-diagnostic-section .business-diagnostic-number , .business-diagnostic-section .business-diagnostic-heading {
    width:auto;
    margin-top: 20px;
    float:none;
    display:inline-block;
    vertical-align:top;
}
.business-diagnostic-section .business-diagnostic-number h2 {
    font-size:60px;
    margin:0;
}
.business-diagnostic-section .business-diagnostic-heading h3 {
    font-size: 28px !important;
    font-weight: normal;
    margin: 0 10px 0 0;
    max-width: 140px;
    text-align: left;
    width: 100%;
}
.business-diagnostic-section .business-diagnostic-image {
    width:auto;
    display:inline-block;
    float:none;
}
.business-diagnostic-section .business-diagnostic-image img {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.business-diagnostic-section .business-diagnostic-image img:hover {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.business-diagnostic-section .business-diagnostic-text  {
    margin-top:40px;
}
.business-diagnostic-section .best-practice-text{
    margin-top:48px;
}
.business-diagnostic-section .business-diagnostic-text p {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    max-width: 412px;
    text-align: center;
}
.business-diagnostic-section .employee-engagement-heading h3 {
    max-width: 180px;
}
.business-diagnostic-section .best-practice-heading  h3 {
    max-width: 190px;
}
.people-saying-heading h2 {
    font-size: 28px;
    margin-bottom:25px;
    color:#2B3E50;
}

.take-look-cta {
    border-radius: 0 0 5px 5px !important;
    box-shadow: 0 3px 0 0 #C07A43 !important;
    font-size: 20px;
    padding: 10px 25px !important;
    font-size:25pt !important;
    font-family: 'TypodermicExpresswayRgBold' !important;
}
.take-look-cta:hover {
   background:#FFC59C !important; 
}
.take-look-cta:visited {
    background:#CA7840 !important;
    border-radius: 5px 5px 0 0 !important;
    box-shadow: 0 -3px 1px 0 #94582C !important;
}
/* .take-look-cta:before {
    content:"\f06e";
    font-family: fontawesome;
    font-size: 25px;
} */
.blog-section .lenrax-contents .overlay {
  background: rgba(0, 181, 204, 0.8) none repeat scroll 0 0 !important;
}

.about-us-section {
    background:#233C4F;
    color:#fff;
    text-align:center;
    padding:50px 0;
}
.about-us-section .about-us-heading {
  float: none !important;
  margin: 0 auto 40px !important;
  max-width: 740px;
}
.about-us-section .about-us-heading h2 {
    margin:0;
    font-family: 'TypodermicExpresswayRgBold';
    font-size: 28px;
}
.about-us-section .about-us-heading p {
    font-size: 23.2px;
   /* font-family: 'TypodermicExpresswayRgBold'; */
    margin: 12px 0 0; 
    line-height: 1.4;
}
.about-us-section .director-image img  {
    border-radius:50%;
}
.about-us-section .director-name {
    font-size: 20px;
    color:#34BFD0;
    font-family: 'TypodermicExpresswayRgBold';
    margin-top:30px;
}
.about-us-section .director-quote {
    font-size: 14px;
    color:#34BFD0;
}
.about-us-section .director-quote span {
  display: inline-block;
  max-width: 227px;
}

.about-us-section .director-text p {
    display: inline-block;
    font-size: 12.8px;
    line-height: 1.3;
    margin: 15px 0 0;
    max-width: 530px;
    text-align: unset;
}
.about-us-section .director-text p.social-link {
    clear:both;
    width:100%;
    text-align:center;
}
.about-us-section .director-text p.social-link a {
    background: #34bfd0 none repeat scroll 0 0;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-size: 21px;
    height: 28px;
    line-height: 28px;
    padding: 0 0 0 5px;
    width: 35px;
    margin-top: 15px;
}
.our-specialties-section {
    background:#EBF0F1;
    padding-top:50px;
    text-align:center;
}
.our-specialties-section .our-specialties-section-heading h2 {
    margin:0;
    font-size: 28px;
    color:#233C4F;
    font-family: 'TypodermicExpresswayRgBold';
}
.our-specialties-section .our-specialties-section-heading p {
    color: #233c4f;
    display: inline-block;
    font-size: 23.2px;
    max-width: 730px;
}
.our-specialties-section .specialities-titles .specialities-title-container {
    margin: 0;
    padding: 0 5px;
    width: 16.66%;
}
.our-specialties-section .tab-text {
    border-bottom: 10px solid #34bfd0;
    height: 155px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    position: relative;
    -webkit-transition: all 0.s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position:relative;
    z-index:9;
}
.our-specialties-section .tab-text:after {
    content:"";
    left:0;
    right:0;
    bottom:0;
    background: #ffffff none repeat scroll 0 0;
    position:absolute;
    height:0;
    -webkit-transition: all 0.s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index:-1;
}
.our-specialties-section .tab-text:hover:after {
    height:100%;
}
.our-specialties-section .tab-text a {
    bottom: 0;
    color: #34bfd0;
    display: block;
    font-family: "TypodermicExpresswayRgBold";
    font-size: 19px;
    left: 0;
    line-height: 1.1;
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 50px;
}
.our-specialties-section .integration-container .tab-text {
    border-color:#233C4F;
}
.our-specialties-section .integration-container .tab-text a {
   color:#233C4F;
  
}
.our-specialties-section .cloud-container .tab-text {
    border-color:#FFB530;
}
.our-specialties-section .cloud-container .tab-text a {
   color:#FFB530;
}
.our-specialties-section .security-container .tab-text {
    border-color:#43C5B5;
}
.our-specialties-section .security-container .tab-text a {
   color:#43C5B5;
}
.our-specialties-section .recovery-container .tab-text {
    border-color:#FF9B55;
}
.our-specialties-section .recovery-container .tab-text a {
   color:#FF9B55;
}
.our-specialties-section .help-desk-container .tab-text {
    border-color:#2AA7C7;
}
.our-specialties-section .help-desk-container .tab-text a {
   color:#2AA7C7;
}

.specialties-container {
    background:#34BFD0;
    padding:70px 20px;
}
.specialties-container h2 {
    font-size: 28px;
    font-family: "TypodermicExpresswayRgBold";
    color:#fff;
    margin: 33px 0 10px;
}
.specialties-container p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 10px;
    max-width: 520px;
}
.specialties-container  .specialties-even-image {
    float:right;
}
.specialties-even-container {
    background:#233C4F;
}
.cloud-section {
    background:#FFB530;
}
.security-section {
    background:#43C5B5;
}
.recovery-section {
    background:#FF9B55;
}
.support-section {
    background:#2AA7C7;
}
.about-us-middle-section .people-saying-heading h2 {
        font-size: 34.4px;   
        font-family: "TypodermicExpresswayRgBold";
}
/* .lets-talk-cta:before {
    content:"\f075";
} */
.testimonial-banner-section {
    background-position: center center;
    background-size: cover;
    padding: 117px 0;
    text-align:center;
}
.testimonial-banner-section h1 {
    font-size: 38.4px;
    font-family: "TypodermicExpresswayRgBold";
    color:#34BFD0;
    margin:0;
}
.testimonial-section-new .main-testimonial-text p {
    color: #092532;
    font-size: 23.2px;
    line-height: 1.3;
    margin: 0 0 20px;
    max-width: 260px;
}
.testimonial-section-new .main-testimonial-text p .employee-name {
    display: inline-block;
    font-size: 18.4px;
    line-height: normal;
    margin-top: 20px;
}
.testimonial-section-new .main-testimonial-text p .location {
    clear: left;
    display: block;
    font-size: 13.6px;
    line-height: normal;
    padding-left: 10px;
    font-style: italic;
}
.three-column-testimonial-section {
    padding:60px 0;
}
.three-column-testimonial-section .testimonial-image-new img {
    max-width:100%;
}
.three-column-testimonial-section p {
    font-size: 16px;
    color: #092532;
    line-height: 1.3;
     margin:15px 0 0;
}

.three-column-testimonial-section p .employee-name {
   font-size: 12px;
}
.three-column-testimonial-section p .location {
    clear: left;
    display: block;
    font-size: 10px;
    line-height: normal;
    padding-left: 7px;
    font-style: italic;
}
.testimonial-middle-section .people-saying-heading h2 {
    font-size: 34.4px;
     font-family: "TypodermicExpresswayRgBold";
}

.contact-banner-section {
    background-size:cover;
    background-position:center;
    padding:120px 0;
     position:relative;
}
.contact-banner-section:before {
    background:rgba(250,250,250,0.3);
    left:0;
    right:0;
    top:0;
    bottom:0;
    content:"";
    position: absolute;
}
.contact-banner-section .banner-text{
  font-size: 28px;
  color:#233C4F;
  text-align:center;
  font-weight: 600;
    position:relative;
    z-index:9;
}
.contact-banner-section .banner-text span {
    display: inline-block;
    max-width: 770px;
}
.full-blue-section , .full-orange-section {
    margin: 0 !important;
    width: 50% !important;
    padding:40px 0;
}
.full-blue-section .contact-number a , .full-orange-section .contact-email-id a {
    font-size: 28px;
    color:#fff;
    font-weight: 600;
}
.full-blue-section .contact-number a:before {
    content:"\f095";
    font-family: fontawesome;
    margin-right: 12px;
}
.full-orange-section .contact-email-id a:before {
    content:"\f1d9";
    font-family: fontawesome;
    margin-right: 12px;
}
.full-blue-section {
    background:#34BFD0;
    text-align:center;
    padding-right:0;
}
.full-orange-section {
    background:#FF9B55;
    padding-left:0;
    text-align:center;
}

.contact-form-container {
    padding:80px 0;
}
.contact-form-container h2 {
    text-align:center;
    font-size: 28px;
    color:#294254;
    margin-top:0;
}
.contact-form-container h3.form-title , .contact-form-container .hs-form .hs-form-required  {
    display:none;
}
.contact-form-container .hs-form .input .hs-input  {
    background: #ebf0f1 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    color: #415767;
    font-size: 18px;
    font-style: italic;
    height: 50px;
    padding: 10px;
    width: 100%;
}
.contact-form-container .hs-form .input select.hs-input {
    margin: 0;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    padding-right:55px;
}
.contact-form-container .hs-form .input .select-main {
    position:relative;
}
.contact-form-container .hs-form .input .select-main:after {
    content:"\f0d7";
    background: #00b5cc none repeat scroll 0 0;
    color: #ffffff;
    font-family: fontawesome;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 50px;
    border-radius: 0 5px 5px 0;
    pointer-events:none;
}

.contact-form-container .hs-form .input textarea {
    background-image: url("//cdn2.hubspot.net/hubfs/496940/images/textarea-icon.png?t=1497936377150") !important;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
    max-width: 65%;
    min-height: 190px;
    resize:none;
    border-bottom-right-radius: 18px !important;
}
.contact-form-container .hs-form fieldset {
    margin-bottom: 20px;
    max-width: none;
}
.contact-form-container .hs-form fieldset.form-columns-3 .input , .contact-form-container .hs-form fieldset.form-columns-1 .input  {
  margin-right: 15px;
}
.contact-form-container .hs-form .hs_submit {
    position:relative;
}
.contact-form-container .hs-form .actions {
    position:absolute;
    right: 137px;
    top: -85px;
    text-align: center;
}
.contact-form-container .hs-form .actions::after {
  clear: both;
  content: "we'll contact you within 24 hours";
  display: block;
  font-size: 12px;
  margin: 10px 0 0;
  color:#415767;
}
.contact-form-container .hs-form .actions .hs-button {
    background: #00b5cc none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0 0 5px 5px !important;
    box-shadow: 0 3px 0 0 #0e7c92 !important;
    color: #ffffff;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 40px !important;
}
.contact-form-container .hs-form .actions .hs-button:hover   {
   background:#90DDDC !important; 
}
.contact-form-container .hs-form .actions .hs-button:visited  {
    background:#0E7C92 !important;
    border-radius: 5px 5px 0 0 !important;
    box-shadow: 0 -3px 1px 0 #233c4f !important;
}
.contact-form-container .hs-form .hs-error-msgs {
    margin:5px 0 0;
    padding:0;
    list-style:none;
}
.contact-form-container .hs-form .hs-error-msgs label {
    font-size:12px;
    color:red;
}
.contact-form-container .thank-you-message {
    color: #35bdb2;
    font-size: 24px;
    margin: 20px 0 0;
    text-align: center;
}
.google-map-section {
    padding-bottom:100px;
}
.google-map-section .google-map-heading h2 {
    font-size: 28px;
    color:#243D50;
    font-weight: 600;
    margin-bottom: 70px;
}
.google-map-section .contact-address {
    padding-top:100px;
}
.google-map-section .contact-address .location-icon {
    color:#34BFD0;
    font-size: 30px;
}
.google-map-section .contact-address p {
    color: #243d50;
    font-size: 23.2px;
    line-height: 1.4;
    text-align: center;
    margin: 15px 0 0;
}

.faq-section {
    padding:70px 0 50px;
}
.faq-section .accordion_group {
    margin-bottom:20px;
}
.faq-section .accordion_group .accordion_header {
    border: 2px solid #00b5cc;
    border-radius: 5px;
    color: #424548;
    font-size: 20px;
    font-weight: 600;
    padding: 15px;
    position:relative;
    padding-right:80px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.faq-section .accordion_group .accordion_header:hover , .faq-section .accordion_group.expanded .accordion_header {
   background:#00b5cc;
   color:#fff;
}
.faq-section .accordion_group .accordion_header .accordion_icon {
    background: #34bfd0 none repeat scroll 0 0;
    bottom: 0;
    color: #ffffff;
    font-size: 34px;
    line-height: 54px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 70px;
    cursor:pointer;
}

.faq-section .accordion_group  .accordion_content {
    padding-right:70px;
}
.faq-section .accordion_group  .accordion_content .faq-ans {
    border: 2px solid #00b5cc;
    padding:15px;
    border-top:0 none;
    margin-top: -2px;
    font-size: 18px;
    color: #424548;
    line-height: 1.4; 
}
.faq-section .accordion_group .accordion_header  .accordion_icon .fa {
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.faq-section .accordion_group.expanded .accordion_header  .accordion_icon .fa {
    transform: rotate(180deg);
}
.faq-page-middle-section .banner-section {
    overflow:hidden;
    max-height:350px;
    height:auto;
}
.faq-page-middle-section .banner-section img {
  width: 100% !important;
}

 .specialties-group-main.fixed {
    background: #ebf0f1 none repeat scroll 0 0;
    left: 0;
    padding: 0 11px;
    position: fixed;
    right: 0;
    top:118px;
    z-index:9;
}
.specialties-group-main.fixed .specialities-titles {
    float: none;
    margin: 0 auto;
    max-width: 1000px;
}

.specialties-container .specialties-image img {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.specialties-container .specialties-image img:hover {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


/* ********************* Blog CSS ******************************************* */

a, a:hover, a:focus, a:active {
  outline: 0 none;
}
a {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.35s ease-in-out 0s;
}
.blog-topic-listing .input-box .drop-open {
    background: #00b5cc none repeat scroll 0 0;
    border-radius: 0 5px 5px 0;
    height: 42px;
    padding: 0 4px;
    position: absolute;
    right: -1px;
    top: 0;
    width:25px;
    text-align:center;
}
.blog-topic-listing .input-box .drop-open .fa {
    margin-top:13px;
    color:#fff;
}
.blog-topic-listing .input-box {
      background-color: #fff;
      height: 42px;
      line-height: 26px;
      max-width: 310px;
      position: relative;
      width: 100%;
      border-radius:5px;
      font-size: 18.4px;
}
.blog-topic-listing .input-box .select-month {
      border: 0 none;
      color: #2b3e50;
      font-size: 17px;
      height: 42px;
      padding: 0 20px 0 10px;
      width: 100%;
}
.blog-topic-listing .archive-post-filter ul {
    display:none;
}
.blog-title-section {
    background:#2B3E50;
    color:#fff;
    padding:30px 0;
}
.blog-title-section .page-center {
    max-width: 1230px;
}
.blog-title-section h1 {
    margin:0;
    font-size: 28px !Important;
    font-weight: 600;
    padding-left: 60px;
}
.blog-title-section .row-fluid [class*="span"] {
    min-height:0;
}
.blog-title-section .blog-topic-listing .archive-post-filter .block h3 {
   display:none; 
}
.blog-title-section .blog-topic-listing .archive-post-filter .input-box {
    float:right;
    overflow:hidden;
}
.blog-title-section .blog-topic-listing .widget-module {
    position:relative;
}
.blog-title-section .blog-topic-listing .widget-module ul {
    background: #f0f0f0 none repeat scroll 0 0;
    border-radius: 5px;
    list-style: outside none none;
    max-width: 310px;
    position: absolute;
    right: 0;
    top: 30px;
    width: 100%;
    padding:5px 0;
    z-index:100;
}
.blog-title-section .blog-topic-listing .widget-module ul li a {
    color: #2b3e50;
    display: block;
    font-size: 15px;
    padding: 5px 15px;
    text-transform:capitalize;
}
.blog-title-section .blog-topic-listing .widget-module ul li a:hover {
    color:#00b5cc ;
}

.lenrex_10 { width:100%; margin:0px; padding:0px;}
.lenrex_10 .lenrax-wrap { width:100%; max-width:1000px; margin:0px auto; }

/*  Part Image   */
.lenrex_10 .lenrix-group { width:100%; padding:0px; margin:0px auto; text-align:center;  }
.lenrex_10 .lenrix-group .part_1_3 { width:30.33%; float:left; margin:0 1.5%; padding-bottom:20px;}
.lenrex_10 .lenrix-group .part_1_3 .lenrax-contents img { width:100%; }
.lenrex_10 .lenrix-group .part_1_3 .lenrax-contents { position:relative; cursor:pointer; width:100%; }
.lenrex_10 .lenrix-group .part_1_3 .lenrax-contents .lenrax-img-content { background:#ebeff2; text-align:center; padding:20px 30px; border-bottom:5px solid #21b9d0; border-bottom-right-radius:10px; border-bottom-left-radius:10px; min-height:330px; }
.lenrex_10 .lenrix-group .part_1_3 .lenrax-contents .lenrax-img-content .content-header { font-size:20px;font-family: 'TypodermicExpresswayRgBold'; font-weight:500; color:#2B3E50; padding-bottom:5px;}
.lenrex_10 .lenrix-group .part_1_3 .lenrax-contents .lenrax-img-content .conttent-author  { font-size:18px;  color:#425868; padding-bottom:5px; }
.lenrex_10 .lenrix-group .part_1_3 .lenrax-contents .lenrax-img-content .conttent-date  { font-size:12px;  color:#2B3E50; padding-bottom:5px; }
.lenrex_10 .lenrix-group .part_1_3 .lenrax-contents .lenrax-img-content .conttent-desc  { font-size:12.8px;  color:#2B3E50; padding-bottom:5px;  }
.lenrex_10 .lenrix-group .part_1_3 .lenrax-contents:hover .lenrax-read-more { display:block; }
.lenrex_10 .lenrix-group .lenrax-read-more { display:none; position:absolute; }
.lenrex_10 .lenrix-group .part_1_3 .lenrax-contents .lenrax-img-content .conttent-author a {
    color:#2B3E50;
    font-weight: normal;
}
.lenrex_10 .lenrix-group .part_1_3 .lenrax-contents .lenrax-img-content .conttent-desc, 
.lenrex_10 .lenrix-group .part_1_3 .lenrax-contents .lenrax-img-content .conttent-desc span, 
.lenrex_10 .lenrix-group .part_1_3 .lenrax-contents .lenrax-img-content .conttent-desc a, 
.lenrex_10 .lenrix-group .part_1_3 .lenrax-contents .lenrax-img-content .conttent-desc h2,
.lenrex_10 .lenrix-group .part_1_3 .lenrax-contents .lenrax-img-content .conttent-desc h3,
.lenrex_10 .lenrix-group .part_1_3 .lenrax-contents .lenrax-img-content .conttent-desc h4,
.lenrex_10 .lenrix-group .part_1_3 .lenrax-contents .lenrax-img-content .conttent-desc h1{
    font-size:12.8px !important; 
    color:#2B3E50 !important;
}
.lenrex_10 .lenrix-group .part_1_3 .lenrax-contents .overlay a.expand{
    border:none;
    font-size:50px;
}
.lenrex_10 .lenrix-group .part_1_3 .lenrax-contents .overlay{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -moz-border-bottom-left-radius:10px;
    -moz-border-bottom-right-radius:10px;
}
.blog-subscription-section {
    background:#E9EBED;
    padding:40px 0;
}
.blog-subscription-section h3.form-title {
   display:none;
}
.blog-subscription-section .subscription-heading {
    width:auto;
    margin-right: 100px;
}
.blog-subscription-section .subscription-heading h2 {
    color: #3e5060;
    font-size: 28px!Important;
    font-weight: 600;
    line-height: 1.1;
    margin: 0;
    max-width: 230px;
    font-family: 'TypodermicExpresswayRgRegular';
}
.blog-subscription-section .hs-form {
    position:relative;
    padding-right: 190px;
    margin-top:10px;
}
.blog-subscription-section .hs-form label {
    display:none;
}
.blog-subscription-section .hs-form .hs-error-msgs {
    list-style:none;
    padding: 0 0 0 10px;
    margin:5px 0 0 ;
}
.blog-subscription-section .hs-form .hs-error-msgs label {
    display:block;
    font-size:12px;
    color:red;
}
.blog-subscription-section .hs-form .hs-input {
    background: #ffffff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    color: #3e5060;
    font-size: 18px;
    font-weight: normal;
    height: 50px;
    max-width: 290px;
    padding: 0 10px;
    width: 100%;
}

.blog-subscription-section .hs-form .actions .hs-button , #loadMore , #comment-form .hs-form  .actions .hs-button {
    border-radius: 0 0 5px 5px !important;
    box-shadow: 0 3px 0 0 #0e7c92 !important;
    font-size: 20px;
    padding: 10px 40px !important;
    background: #00b5cc;
    border:0 none;
    color:#fff;
    cursor:pointer;
    position:absolute;
    top:0;
    right: 0;
}
.blog-subscription-section .hs-form .actions .hs-button:hover , #loadMore:hover , #comment-form .hs-form  .actions .hs-button:hover  {
   background:#90DDDC !important; 
}
.blog-subscription-section .hs-form .actions .hs-button:visited , #loadMore:visited , #comment-form .hs-form  .actions .hs-button:visited  {
    background:#0E7C92 !important;
    border-radius: 5px 5px 0 0 !important;
    box-shadow: 0 -3px 1px 0 #233c4f !important;
}
.subscription-form h3{
    color:#35bdb2;
    font-size:25px !important;
}
.blog-content-section {
    padding-top:55px;
}
.blog-section .lenrax-contents .hs-featured-image-wrapper a {
    display:block;
}
.blog-section .lenrax-contents .hs-featured-image-wrapper {
    float:left;
    width:100%;
    height:130px;
    background:#EBEFF2;
}
.blog-section .lenrax-contents .hs-featured-image-wrapper img {
    margin: 0;
    max-width: 100%;
    width: 100%;
}
.blog-section .lenrax-contents .lenrax-img-content {
    clear:both;
    float:left;
    width:100%;
}
.load-more-button-section {
    text-align:center;
     margin-bottom:60px;
     margin-top:35px;
}
#loadMore {
    position:static;
    display:inline-block;
}

.blog-banner-section {
    height:430px;
	overflow:hidden;
	border-bottom:5px solid #FFB530;
    padding:0 !important;
}
.blog-banner-section .left-side-part {
	width:100% !important;
	max-width:57%;
	float:left !important;
	position:relative;
	background-size:cover;
	height:100%;
	background-position:center;
    margin:0!important;
}
.blog-banner-section .left-side-part img {
	width:100%;
}
.blog-banner-section .image-text {
	background:rgba(28,46,60,0.8);
	position:absolute;
	bottom:0px;
	left:0;
	right:0;
	padding:15px 0;
	color:#fff;
    z-index:99;
}
.blog-banner-section .overlay {
   background:rgba(28,46,60,0.8); 
}
.blog-banner-section .image-text h1 {
	font-size: 29.6px !important;
	font-family: 'TypodermicExpresswayRgBold';
	margin:0;
}
.blog-banner-section .image-text p {
	font-size: 12.8px;
	line-height:1.3;
	margin-bottom:0;
}
.blog-banner-section .image-text a {
    color:#fff;
    text-decoration:underline;
}
.blog-banner-section .image-text #first_blog_description {
    height: 79px;
    overflow: hidden;
    margin:0;
}
.blog-banner-section .image-text .right-side-align {
	float:right;
	max-width:665px;
	padding:0 40px;
    margin-right:5px;
}
.blog-banner-section .right-side-part {
	width:100%;
	max-width:43%;
	float:left;
}
.blog-banner-section .right-side-part .image-sec {
    height: 215px;
    margin: 0 !important;
    overflow: hidden;
    position: relative;
    width: 100% !important;
}

.blog-banner-section .image-sec .left-side-align {
	float:left;
	max-width:350px;
	padding-left:30px;
}

.blog-banner-section .right-side-part .image-sec .image-text h2 {
	margin:0;
	font-size:20px !Important;
	font-family: 'TypodermicExpresswayRgBold';
	line-height: 1.1;
}
.blog-banner-section .right-side-part .image-sec .image-text h2 span.small {
	font-size: 12.8px;
	font-weight:normal;
	line-height: 1.3;
}
.blog-post-middle-section .blog-content-section {
    padding-top:0;
}
.blog-banner-section .right-side-part .image-sec .image-text {
	bottom:0;
}
.blog-post-section .post-heading-container {
    position:relative;
}
.blog-post-section .hs-featured-image-wrapper {
    clear:both;
    height:430px;
    overflow:hidden;
}
.blog-post-section  .hs-featured-image-wrapper img {
    max-width: none;
    width: 100%;
}
.blog-post-section .post-heading-container .section.post-header {
    clear:both;
    background: rgba(28, 46, 60, 0.8) none repeat scroll 0 0;
    bottom: 0;
    color: #ffffff;
    left: 0;
    padding: 35px 0;
    position: absolute;
    right: 0;
    text-align:center;
}
.blog-post-section .post-heading-container .section.post-header h1 {
    font-family: "TypodermicExpresswayRgBold";
    font-size: 28px!Important;
    margin: 0;
}
.blog-post-section .post-heading-container .section.post-header .hubspot-editable {
    font-size: 18.4px;
    margin-top: 4px;
}
.blog-post-section .post-heading-container .section.post-header .hubspot-editable a {
    color:#fff;
}
.blog-post-section .blog-section #hubspot-topic_data {
    text-align:center;
    font-size: 20px;
    font-family: 'TypodermicExpresswayRgBold';
    color:#00b5cc ;
    margin-bottom:50px;
}
.blog-post-section .blog-section #hubspot-topic_data a {
    color:#00b5cc ;
}
.section.post-body h2 {
    color:#2a3e50;
}
.blog-post-section .section.post-body h4 {
    color: #2b3e50;
}
.blog-post-section .section.post-body p {
    font-size: 18.4px;
    color: #2b3e50;
    line-height: 1.3;
}
 .blog-post-section .section.post-body p a {
     color:#00b5cc ;
 }
  .blog-post-section .section.post-body ul li {
    font-size: 18.4px;
    color: #2b3e50;
    line-height: 1.3;
  }
 
 .blog-post-section .section.post-body p .hs-cta-wrapper {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 300px;
}
.blog-comment-section .comment-heading h2 , .blog-comment-section .social-icon-heading h2 {
    font-size: 28px !important;
    color:#00b5cc;
    font-family: 'TypodermicExpresswayRgBold';
    margin: 0 0 20px;
}
#comment-form .hs-form .input .hs-input {
    border:0 none;
    background:#EBF0F1;
    height:50px;
    width: 100%;
    font-style: italic;
    padding:10px;
    font-size: 18.4px;
    border-radius:5px;
    color: #2b3e50;
}
#comment-form .hs-form .input textarea {
    min-height:195px;
    background-image: url("//cdn2.hubspot.net/hubfs/496940/images/textarea-icon.png?t=1497936377150") !important;
    background-position: right bottom !important;
    background-repeat: no-repeat !important;
    resize: none;
    border-bottom-right-radius: 18px !important;
}
#comment-form .hs-form label .hs-form-required {
    display:none;
}
#comment-form .hs-form .hs-form-field {
    margin-bottom:20px;
}
#comment-form .hs-form fieldset {
    max-width:none;
}
#comment-form .hs-form fieldset.form-columns-2 .input {
  margin-right: 20px;
}
#comment-form .hs-form .inputs-list .hs-input {
    color: #ffffff;
    height: auto;
    width: auto;
    margin: 0 11px 0 0;
}
#comment-form .hs-form .inputs-list label {
    font-size: 18.4px;
    color: #2b3e50;
}
#comment-form .hs-form .actions {
    position:relative;
}
#comment-form .hs-form .actions .hs-button {
    font-family: 'TypodermicExpresswayRgBold';
    right: 10px;
   /* top: -57px;*/
}
#comment-form .hs-form fieldset.form-columns-1 .input {
    margin-right:20px;
}
#comment-form .hs-form .hs-error-msgs {
    list-style:none;
    margin:0;
    padding:0;
}
#comment-form .hs-form .hs-error-msgs label {
    font-size:12px;
    color:red;
}
.blog-comment-section .comment-social-sharing {
    padding-left:30px;
}
.blog-comment-section {
    padding:40px 0 60px;
}



.blog-comment-section .social-icon-container .social-icons {
  text-align: left;
  margin-top:0;
}
.blog-comment-section .social-icon-container .social-icons ul {
    margin:0;
}
.blog-banner-section .overlay a.expand {
    border:0 none !Important;
}
/* ***************
****** Blog CSS End ******************************************* */

/* .blog-section .lenrax-contents .overlay a {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  margin: 0 !important;
  right: 0;
  top: 0;
  vertical-align: text-bottom;
  width: 100%;
} */
.blog-section .lenrax-contents .overlay a .fa {
  margin-top: -25px;
  position: absolute;
  top: 50%;
  left:0;
  right:0;
}
.hs-author-avatar img {
    max-width: 125px;
}






/* simplexcore landing pages */
.ty-page-header .page-center {
    padding: 0px 40px;
}
.ty-page-header .header-section .header-main-menu ul li {
    margin-left: 15px !important;
}
.ty-page-header .header-section .header-right-side {
    padding-top: 16px !important;
}
.ty-page-header .header-section .header-right-side .menu-right-side, .ty-page-header .header-section .header-main-menu {
    margin-top: -2px !important;
}
.ty-page-header .header-section .header-main-menu ul li a {
    padding-top: 15px;
}
.ty-page-header .header-main-menu .hs-menu-wrapper>ul>li>a:hover {
   color: #2b3e50 !important;
   background: none transparent;
   box-shadow:none !important;
}
.ty-page-header .header-main-menu .hs-menu-wrapper>ul>li:hover {
   border-bottom: none !important;
}


.simplex-ty-page .page-title-block {
    margin-top: 30px;
}
.lp-header-background {
    background: #e9ebed none repeat scroll 0 0;
    box-shadow: 0 0 8px 0 silver;
    position: fixed;
    z-index: 999;
}
.simplex-landing-page .body-container-wrapper {
    padding-top: 99px !important;
}

.listing-container {
    transition: box-shadow 0.4s ease-in-out 0s, transform 0.2s ease-in-out 0s, -moz-transform 0.2s ease-in-out 0s, -ms-transform 0.2s ease-in-out 0s;
}
.listing-container:hover {
  border: 0 none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  position: relative;
  transform: scale(1.1, 1.1) translateY(-10px);
  z-index: 1;
}
.lenrex_10 .lenrix-group .part_1_3:nth-child(3n+1) {
  clear: left;
}

@media (max-width: 767px){
    .simplex-landing-page .body-container-wrapper {
        padding-top: 145px !important;
    }
    .simplex-landing-page .lp-header-background {
        min-height: 143px;
    }
    .lp-header .header-logo {
        float: none;
        margin: 0px auto;
        text-align: center;
    }
    .header-container-wrapper .lp-header-right-content  {
        width: 100%;
        float: none;
        text-align: center;
    }
}
.ty-page-header {
    background: #e9ebed none repeat scroll 0 0;
    box-shadow: 0 0 8px 0 silver;
    position: fixed;
    z-index: 999;
}
.ty-page-header .header-right-side .row-fluid-wrapper.row-depth-1.row-number-9 {
    margin-top: -30px;
    margin-bottom: 30px;
}
.ty-page-header .header-main-menu .hs-menu-wrapper>ul>li>a:after {
    display: none !important;
}
.thankyou-page-footer .footer-section h4 {
    font-size: 15.2px;
    margin: 0 0 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
}
.thankyou-page-footer .footer-section p {
    font-size: 15.2px;
    margin: 0 0 15px;
    color: #ffffff;
}
.thankyou-page-footer .footer-section a {
    color: #ffffff;
    text-decoration: underline;
}

.simplex-landing-page body {
    font-family: 'TypodermicExpresswayRgRegular' !important;
    font-size: 16px !important;
    color: #2b3e50;
}
.simplex-landing-page p {
    font-family: 'TypodermicExpresswayRgRegular' !important;
    font-size: 16px !important;
    color: #2b3e50;
}
.simplex-landing-page a {
    color: #00b5cc;
    text-decoration: none;
}
.simplex-landing-page h1, .simplex-landing-page h2, .simplex-landing-page h3, .simplex-landing-page h4, .simplex-landing-page h5, .simplex-landing-page h6 {
    font-family: 'TypodermicExpresswayRgBold' !important;
}
.simplex-landing-page h1 {
    font-size: 48pt !important;
}
.simplex-landing-page .page-title-block.bleeding-color h1 {
    color: #fff;
}
.simplex-landing-page h1 {
    color:#00b5cc
}
.simplex-landing-page .page-title-block.bleeding-color h2 {
    color: #fff;
    font-size: 24px !important;
    font-weight: 600;
    text-align: center !important;
    margin-bottom: 40px;
}
.simplex-landing-page .hs_cos_wrapper_type_form h3.form-title {
    font-size: 24px !important;
    font-weight: normal;
    line-height: 1.4;
    padding: 16px 15px;
    background-color: #00b5cc;
    color: #fff;
    margin: 0!important;
}
.simplex-landing-page .page-title-block.bleeding-color {
    background-color: #00b5cc;
}
.simplex-landing-page .hs_cos_wrapper_type_form form div.input input[type="text"], .simplex-landing-page .hs_cos_wrapper_type_form form div.input input[type="email"], .simplex-landing-page .hs_cos_wrapper_type_form form div.input textarea {
    border: 1px solid #8d9398;
    border-radius: 5px;
    font-size: 18px;
    height: 50px;
    padding: 7px;
    width: 100%;
    color: #2b3e50;
    box-shadow: none;
}
.simplex-landing-page .hs_cos_wrapper_type_form form ul.inputs-list li label {
    font-size: 12px;
    color: red;
    display: block;
}
.simplex-landing-page .hs-form-required {
    display: none;
}
.simplex-landing-page .arrow-from-left .hs_cos_wrapper_type_form h3.form-title:before {
    display: block;
    width: 30px;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    border-radius: 10px 0 0 10px;
    background-color: #f89c56;
    box-shadow: -8px 0 10px -7px rgba(0,0,0,0.5);
}
.simplex-landing-page .hs_cos_wrapper_type_form form .hs-button.primary {
    font-size: 20.0226px;
    background-color: #f89c56 !important;
    border: 0 none;
    box-shadow: 0 3px 1px 0 #ca7840;
    color: #fff;
    font-size: 20px;
    width: 100%;
    max-width: 200px;
    height: 50px;
    cursor: pointer;
    border-radius: 0 0 5px 5px;
}
.simplex-landing-page .hs_cos_wrapper_type_form form .hs-button.primary:hover, .simplex-landing-page .hs_cos_wrapper_type_form form .hs-button.primary:focus {
    background: #ffc59c !important;
}
.simplex-landing-page .hs_cos_wrapper_type_rich_text {
    font-family: 'TypodermicExpresswayRgRegular' !important;
    font-size: 16px !important;
    color: #2b3e50;
}
.simplex-landing-page h4 {
        color: #00b5cc;
}
.simplex-landing-page .footer-container-wrapper {
    background-color: #2b3e50;
    color: #fff;
}
.simplex-landing-page ul li {
    font-family: 'TypodermicExpresswayRgRegular' !important;
    font-size 16px !important
}
.simplex-landing-page .large-testimonial-text h3{
    font-size: 27px !important;
}

.simplex-landing-page .page-title-block h2 { 
    font-size: 24px !important;
    font-weight: 600;
    text-align: center !important;
    margin-bottom: 40px;
}



/* zoom hover effect  */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.latest-thought-leadership-container {
   padding:60px 0;
   border-top:2px solid #e9ebed;
}
.latest-thought-leadership-container .latest-thought-leadership-heading {
    text-align: center;
	padding-bottom: 40px;
	
}
.latest-thought-leadership-container .latest-thought-leadership-heading h1 {
    font-size: 40px !important;
	font-weight: 300 !important;
	color: #2b3e50;
	text-align: center;
	margin: 0 0 10px;
	display: inline-block;
	width: 100%;
}
.latest-thought-leadership-container .latest-thought-leadership-heading p {
    margin: 0 0 15px;
	max-width: 730px;
	display: inline-block;
	width: 100%;
	line-height: 1.5;
}
.latest-thought-leadership-container .listing-container {
    float: left;
	width: 22.7%;
	margin-left: 3%;
    border:1px solid #ccc;
}
.latest-thought-leadership-container .listing-container:nth-child(4n+1) {
    margin-left: 0;
}
.latest-thought-leadership-container .listing-container .feature-img {
    font-size:0;
    float:left;
}
.latest-thought-leadership-container .listing-container .feature-img img {
    height: 160px;
	width: 100%;
}
.latest-thought-leadership-container .listing-container .topic-list {
    background: #2b3e50;
	color: #fff;
	font-size: 16px;
	padding: 15px 10px;
	text-transform: uppercase;
	font-weight: 600;
	float: left;
	border-bottom: 10px solid #00b5cc;
	letter-spacing: 2px;
    height:130px;
    overflow:hidden;
}
.latest-thought-leadership-container .listing-container .topic-list p {
    margin:0;
}
.latest-thought-leadership-container .listing-container .listing-details {
    float: left;
	padding: 30px 15px;
}
.latest-thought-leadership-container .listing-container .listing-details h3 {
    margin: 0;
	color: #00b5cc;
	font-size: 16px !important;
	margin: 0 0 10px;
	line-height: 1.4;
    height:125px;
    overflow:hidden;
}
.latest-thought-leadership-container .listing-container .listing-details h3 a {
    color: inherit;
	font-size: inherit;
	line-height: inherit;
}
.latest-thought-leadership-container .listing-container .listing-details p:empty {
    display:none;
}
.latest-thought-leadership-container .listing-container .listing-details p,
.latest-thought-leadership-container .listing-container .listing-details p u,
.latest-thought-leadership-container .listing-container .listing-details p a,
.latest-thought-leadership-container .listing-container .listing-details p span{
    margin: 0 0 10px;
	font-size: 14px !important;
	line-height: 1.5 !important;
    height:110px;
}

.latest-thought-leadership-container .listing-container .listing-details a {
    color: #00B5CC;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
}
.latest-thought-leadership-container .listing-container .listing-details a:hover {
    color:#90DDDC;
}

/* Calculate Cost Section Css */

.calculate-cost-section {
    position:relative;
    padding:55px 0;
}
.calculate-cost-section:before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#fff;
    opacity:0.81;
}

.calculate-cost-section .page-center {
    position:relative;
    z-index:99;
}
.calculate-cost-section .calculate-section-heading h2 {
  color: #2b3e50;
  font-size: 30px !important;
  font-weight: 700;
  text-align: center;
  margin:0 0 40px;
}
.calculate-cost-bock-container {
/*   background:#fff; */
}

.calculate-cost-section .left-side-part {
    float:left;
    width: -webkit-calc(100% - 139px);
    width: -moz-calc(100% - 139px);
    width: calc(100% - 139px);
    background:#fff;
    padding:35px;
}
.calculate-cost-section .left-side-part .summary {
  margin-bottom: 71px;
}
.calculate-cost-section .left-side-part .summary h2 {
    font-size: 22px !important;
    font-weight: 300;
    margin: 0 0 5px;
    color:#293D50;
}
.calculate-cost-section .left-side-part .summary p {
    margin:0;
    font-size: 13px;
}
.calculate-cost-section .left-side-part .summary .output-range {
    display:none;
}
.calculate-cost-section .left-side-part .summary input[type="range"] {
    margin:20px 0 0;
}
.calculate-cost-section .left-side-part .last-summary {
   margin-bottom:0; 
}
.calculate-cost-section .value-container {
    float:left;
}

.calculate-cost-section .value-container .staff-val-container , .calculate-cost-section .value-container .employee-cost-val-container , .calculate-cost-section .value-container .no-users-val-container {
  height: 139px;
  text-align: center;
  width: 139px;
  display:table;
  padding:10px;
}
.calculate-cost-section .value-container {
    max-width:139px;
}
.calculate-cost-section .value-container .staff-val-container {
  background: #01b5cc none repeat scroll 0 0;
}
.calculate-cost-section .value-container .employee-cost-val-container {
    background:#F89C57;
}
.calculate-cost-section .value-container .no-users-val-container {
    background:#35BDB1;
}
.calculate-cost-section .value-container h3 {
  border-bottom: 2px solid #fff;
  color: #fff;
  display: inline-block;
  line-height: normal;
  margin: 0 0 10px;
  padding: 0 8px 5px;
  font-size: 25px!important;
  overflow-wrap: break-word;
}
.calculate-cost-section .value-container p {
  color: #fff;
  font-weight: 300;
  margin: 0;
  text-transform: uppercase;
  font-size:14px;
}
.calculate-cost-section .value-container .value-grp {
    display:table-cell;
    vertical-align:middle;
}
.calculate-cost-section .left-side-part-value-container-group {
    box-shadow: 0 13px 13px -2px #c2c0c1;
    float:left;
    width:75%;
}
.calculate-cost-section .calculation-third-container {
    float:left;
    width:25%;
}
.calculate-cost-section .calculation-third-container .top-section-third-container {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 13px 13px -2px #c2c0c1;
    margin-top: 0;
    height: 417px;
    padding: 50px 20px;
    text-align: center;
    display: table;
    width: 100%;
}
.calculate-cost-section .calculation-third-container .top-section-third-container h2 , .calculate-cost-section .calculation-third-container .top-section-third-container h4 {
    font-size: 28px !important;
    margin: 0;
    color: #293d50;
    line-height:1.3;
    overflow-wrap: break-word;
}
.calculate-cost-section .calculation-third-container .bottom-section-third-container {
    text-align:center;
    padding:20px;
    float:left;
    width:100%;
    margin-top:5px;
}
.calculate-cost-section .calculation-third-container .bottom-section-third-container  a.contac-us-btn {
    display:inline-block;
    font-size:12px;
}
.calculate-cost-section .calculation-third-container .top-section-third-container .vs-text {
    color:#3BC1D5;
    margin:20px 0;
    font-size:22px;
    font-weight:bold;
}
.calculate-cost-section .value-container.mobile-display {
  display: none;
}



.calculate-cost-section .left-side-part .summary input[type="range"] {
	-webkit-appearance: none;
	-moz-apperance: none;
	border-radius: 6px;
	height: 6px;
	border: 0 none;
	cursor: pointer;
	background-image: -moz-linear-gradient(left top,  right top,  color-stop(0.15, #00B4CC),  color-stop(0.15, #C5C5C5)); /* FF3.6-15 */
	background-image: -webkit-gradient( linear,  left top,  right top,  color-stop(0.15, #00B4CC),  color-stop(0.15, #C5C5C5)); /* Chrome10-25,Safari5.1-6 */
	background-image: linear-gradient( linear,  left top,  right top,  color-stop(0.15, #00B4CC),  color-stop(0.15, #C5C5C5)); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background: -webkit-linear-gradient(left top,  right top,  color-stop(0.15, #00B4CC),  color-stop(0.15, #C5C5C5));
}
.calculate-cost-section .left-side-part .summary  input[type="range"]::-moz-range-progress {
 background-color: #00B4CC;
 height:6px;
}
.calculate-cost-section .left-side-part .summary  input[type="range"]::-moz-range-track {
 background-color: #D7DADD;
 height:6px;
}
.calculate-cost-section .left-side-part .summary input[type='range']::-webkit-slider-thumb {
 -webkit-appearance: none !important;
 background-color: #00B4CC;
 height: 20px;
 width: 20px;
 border-radius:50%;
  border:0 none;
}
.calculate-cost-section .left-side-part .summary  input[type='range']::-moz-range-thumb {
 -webkit-appearance: none !important;
 background-color: #00B4CC;
 height: 20px;
 width: 20px;
 border-radius:50%;
 border:0 none;
}



/* -------------- second slider --------------------- */

.calculate-cost-section .left-side-part .summary  input#operatingCost[type="range"]::-moz-range-progress {
 background-color: #F89C57;
}

.calculate-cost-section .left-side-part .summary input#operatingCost[type='range']::-webkit-slider-thumb {
 background-color: #F89C57;
}
.calculate-cost-section .left-side-part .summary  input#operatingCost[type='range']::-moz-range-thumb {
 background-color: #F89C57;
}


/* --------------  Third slider --------------------- */

.calculate-cost-section .left-side-part .summary  input#noUsers[type="range"]::-moz-range-progress {
 background-color:#35BDB1;
}

.calculate-cost-section .left-side-part .summary input#noUsers[type='range']::-webkit-slider-thumb {
 background-color: #35BDB1;
}
.calculate-cost-section .left-side-part .summary  input#noUsers[type='range']::-moz-range-thumb {
 background-color: #35BDB1;
}

.calculate-form .hs-form .calculate-cost-bock-container {
    margin-left:0;
}
.calculate-form .hs-form .hs_email.hs-form-field {
    background: #fff none repeat scroll 0 0;
    float: left;
    padding: 35px;
    width:75%;
}
.calculate-form .hs-form .hs_email.hs-form-field .input {
    width: -webkit-calc(100% - 139px);
    width: -moz-calc(100% - 139px);
    width: calc(100% - 139px);
}
.calculate-form .hs-form .hs-form-field {
    clear:both;
}
.calculate-form .hs-form .hs-error-msgs {
    margin:0;
    list-style:none;
    padding:0;
}
.calculate-form .hs-form .hs-error-msgs li label {
    font-size:12px;
    color:red;
}
.calculate-form h3.form-title {
    display:none;
}
.calculate-form .hs-form .hs-form-field > label {
color: #293d50;
font-size: 22px;
font-weight: 300;
margin: 0 0 10px;
font-family: "TypodermicExpresswayRgBold";
display: block;
}
.calculate-form .hs-form .hs-form-field .hs-input {
  border: 1px solid #d7dadd;
  height: 40px;
  width: 98%;
  padding:0 10px;
}
.calculate-form .hs-form .hs_submit {
    clear:both;
    background: #fff none repeat scroll 0 0;
    float: left;
    padding: 35px;
    width:75%;
    box-shadow: 0 13px 13px -2px #c2c0c1;
}
.calculate-form .hs-form .hs_submit .hs-button  {
    background: #f89c56 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 3px 1px 0 #ca7840;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    height: 50px;
    max-width: 170px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.calculate-form .hs-form .hs_submit .hs-button:hover {
  background: #ffc59c none repeat scroll 0 0;
}
.calculate-cost-section .calculation-third-container .top-section-third-container .vc-container {
    display:table-cell;
    vertical-align:middle;
}




@media only screen and (max-width: 1270px) {
    /* .business-diagnostic-section .half-blc {
        padding-right: 125px;
    }
    .business-diagnostic-section .employee-engagement-container, .business-diagnostic-section .best-practice-container {
        padding-left: 125px;
    } */
}
@media only screen and (max-width: 1200px) {
    /*  .business-diagnostic-section .half-blc {
        padding-right: 40px;
    }
    .business-diagnostic-section .employee-engagement-container, .business-diagnostic-section .best-practice-container {
        padding-left: 40px;
    } 
  .business-diagnostic-section .box-center {
        float: left;
       max-width:440px;
    } 
    .business-diagnostic-section .employee-engagement-container .box-center, .business-diagnostic-section .best-practice-container .box-center {
     float: right;
    } */
    .listing-container:hover{
        box-shadow: none;
        transform: none;
        
    }
    .latest-thought-leadership-container .listing-container .topic-list {
        height:auto;
    }
    .latest-thought-leadership-container .listing-container .listing-details h3 {
        height:auto;
    }
    .latest-thought-leadership-container .listing-container .listing-details p {
        height:auto;
    }
}

@media only screen and (max-width: 1110px) {
    .blog-banner-section .image-text h1 {
        font-size: 27.6px !important;
    }
}
@media only screen and (max-width: 1050px) {
    .header-section .header-main-menu ul li {
        display: inline-block;
        margin-left: 30px;
    }
    .header-section .header-right-side .menu-right-side {
        margin-left: 40px;
    }
    .banner-section {
        height: 400px;
    }
    .services-section .services-container h3 {
        font-size: 28.667px !important;
    }
    .services-section .services-container .overlay p {
        font-size: 20px;
        padding: 15px;
    }
     .blog-banner-section .image-text h1 {
        font-size: 24px !Important;
    }
    .blog-post-section .hs-featured-image-wrapper {
        height: 420px;
    }
    .business-diagnostic-section .best-practice-heading h3 , .business-diagnostic-section .business-diagnostic-heading h3 {
     max-width: 160px;
    }
    .business-diagnostic-section .business-diagnostic-heading h3 {
        font-size: 25px!important;
    }
    .contact-form-container .hs-form .actions {
        right: 100px;
    }
    .our-process-banner-section {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
        padding: 50px 0;
    }
    .our-process-banner-section .banner-text {
        max-width: none;
    }
    
}

@media only screen and (max-width: 970px) {
    .header-section .header-right-side .menu-right-side {
        margin-left: 20px;
    }
    .header-section .header-main-menu ul li {
        margin-left: 20px;
    }
    .banner-section {
        height:350px;
    }
    .services-section .services-container h3 {
        font-size: 24.667px !important;
    }
    .services-section .services-container .overlay p {
        font-size: 18px;
    }
    .guarantee-section .guarantee-text-container p {
        font-size: 20px;
        margin: 40px 0 0;
    }
    .blog-subscription-section .subscription-heading {
        margin-right: 0;
    }
    .blog-subscription-section .subscription-form {
        width:auto;
        float: right;    
    }
    .blog-post-section .hs-featured-image-wrapper {
        height: 386px;
    }
    #comment-form .hs-form .inputs-list label {
        font-size: 16.4px;
    }
    .blog-comment-section .comment-social-sharing {
        padding-left: 0;
    }
    .business-diagnostic-section .business-diagnostic-image {
        text-align: center;
        width: 100%;
        margin: 20px 0 0;
    }
    .business-diagnostic-section .box-center {
        text-align:center !Important;
    }
    .business-diagnostic-section .half-blc {
        padding-top: 40px;
        min-height: 440px;
    }
    .our-specialties-section .tab-text a {
        font-size: 16px;
    }
    .google-map-section .google-map iframe {
        max-width: 600px !important;
        width: 100% !important;
    }
    
}

@media (max-width: 940px) {
    .calculate-cost-section .calculation-third-container .bottom-section-third-container {
    padding: 15px;
    }
     .calculate-cost-section .calculation-third-container .bottom-section-third-container .cta_button {
         padding:10px !important;
     }
     .calculate-cost-section .calculation-third-container .top-section-third-container {
         padding:30px 15px;
     }
    .calculate-cost-section .calculation-third-container .top-section-third-container h2, .calculate-cost-section .calculation-third-container .top-section-third-container h4 {
    font-size: 25px!important;
    }
}

@media (max-width: 890px) {
    .lenrex_10 .lenrix-group  { max-width:350px; margin:0px auto; }
	.lenrex_10 .lenrix-group .part_1_3:first-child { margin-left:0px; margin-right:0;}
  .lenrex_10 .lenrix-group .part_1_3:last-child { margin-right:0; margin-left:0;}
  .lenrex_10 .lenrix-group .part_1_3 { width:100%; margin:0px auto; margin-bottom:20px;}
    .blog-post-section .hs-featured-image-wrapper {
        height: 370px;
    }
    .contact-form-container .hs-form .actions {
        right: 50px;
    }
    
}

@media only screen and (max-width: 880px) {
    .header-section .header-main-menu ul li {
        margin-left: 10px;
    }
    .header-section .header-right-side .menu-right-side {
        margin-left: 15px;
    }
    .guarantee-section .guarantee-text-container p {
        font-size: 19px;
        margin: 30px 0 0;
        max-width: 600px;
    }
    #comment-form .hs-form .actions .hs-button {
        position: static;
    }
    .full-orange-section {
        padding-left: 60px;
    }
    .full-blue-section {
        padding-right: 60px;
    }
}
@media(max-width:850px) {
    .mobile-menu-trigger {
        display: block
    }
    .header-section .header-right-side {
        display:none;
    }
    .body-container-wrapper {
        padding-top: 0;
    }
    .header-section {
        position:static;
        width:100%;
    }
    .blog-post-section .hs-featured-image-wrapper {
        height: 350px;
    }
    .blog-post-section .post-heading-container .section.post-header h1 {
        font-size: 27px!Important;
    }
    .latest-thought-leadership-container .listing-container .listing-details {
        float: left;
        padding: 20px 10px;
    }
    .latest-thought-leadership-container .listing-container .listing-details a {
        font-size: 14px;
    }
    .calculate-cost-section .left-side-part {
        padding:25px;
        width: -webkit-calc(100% - 128px);
        width: -moz-calc(100% - 128px);
        width: calc(100% - 128px);
    }
    .calculate-cost-section .left-side-part .summary h2 , .calculate-form .hs-form .hs-form-field > label {
        font-size:19px !important;
    }
    .calculate-cost-section .value-container .staff-val-container, .calculate-cost-section .value-container .employee-cost-val-container, .calculate-cost-section .value-container .no-users-val-container {
    height: 128px;
    width: 128px;
    }
    .calculate-cost-section .calculation-third-container {
    width: 25%;
    }
    .calculate-cost-section .calculation-third-container .top-section-third-container h2, .calculate-cost-section .calculation-third-container .top-section-third-container h4 {
    color: #293d50;
    font-size: 20px!important;
    line-height: 1.3;
    margin: 0;
    }
    .calculate-cost-section .value-container {
    max-width: 128px;
    }
    .calculate-cost-section .value-container h3 {
    font-size: 21px !important;
    }
    .calculate-cost-section .left-side-part-value-container-group {
    width: 75%;
    }
    .calculate-cost-section .calculation-third-container .top-section-third-container {
        height: 385px;
    }
    .calculate-form .hs-form .hs_email.hs-form-field , .calculate-form .hs-form .hs_submit {
        padding:25px;
    }
    .calculate-form .hs-form .hs_email.hs-form-field .input {
    width: -webkit-calc(100% - 128px);
    width: -moz-calc(100% - 128px);
    width: calc(100% - 128px);
}
    
}
@media only screen and (max-width: 810px) {
     .banner-section {
        height: 300px;
    }
    .guarantee-section .guarantee-text-container p {
        font-size: 17px;
        margin: 46px 0 0;
    }
    .blog-post-section .hs-featured-image-wrapper {
        height: 330px;
    }
    .blog-comment-section .comment-heading h2, .blog-comment-section .social-icon-heading h2 {
        font-size: 26px;
    }
    .business-diagnostic-section .half-blc {
        min-height: 460px;
    }
    .our-specialties-section .tab-text a {
        font-size: 15px;
    }
}
@media only screen and (max-width: 767px) {
h1 {
    font-size:40pt !important;
}
h2 {
    font-size:28pt !Important;
}
h3 {
    font-size:21pt !Important;
}
    .page-center {
        padding-left: 20px;
        padding-right: 20px;
    } 
    .banner-section {
        height: 290px;
    }
    .banner-text-section p {
        font-size: 23px;
    }
    .services-section {
        background: #2b3e50 none repeat scroll 0 0;
        color: #ffffff;
        padding: 40px 0 ;
        text-align: center;
    }
    .services-section h2 , .services-section h3 {
        font-size: 25.667px;
        margin: 0;
    }
    .services-section .main-container {
        max-width: 330px!important;
        width: 100%!important;
        clear: both;
        margin-left: auto!important;
        margin-right: auto!important;
        float: none!important;
        display: inline-block;
    }
    .get-technology-section .get-technology-container {
        margin: 0 0 40px;
        padding: 0 21px;
        width: 100%;
    }
    .get-technology-section .widget-type-cta {
     margin-top: 20px;
    }
    .guarantee-section {
        text-align:center;
        padding: 40px 0;
    }
     .guarantee-section .guarantee-image img {
         max-width: 250px;
         margin: 0;
     }
     
    .testimonial-section {
        padding: 40px 0;
        text-align: center;
    }
    .testimonial-section h3 {
        margin: 0 0 30px;
    }
    .testimonial-section .testimonial-image-container {
        margin-bottom:20px;
    }
    .testimonial-section .testimonial-text-container p:last-child {
        margin-bottom:0;
    }
    .subscription-form-section .hs-form {
        padding-right: 0;
    }
    .subscription-form-section .hs-form .hs-form-field {
        max-width: none;
        width: 100%!important;
        margin: 0 0 20px;
    }
    .subscription-form-section .hs-form .actions {
        text-align:center;
    }
    .subscription-form-section .hs-form .actions .hs-button {
        position: static;
    }
    .footer-section h3 {
        text-align: left;
        margin: 0 0 5px;
    }
    .footer-section .social-icons {
        text-align:left;
        margin-top: 30px;
    }
    .footer-section h3 a {
        max-width: none;
    }
    
    .mobile-menu-trigger {
     right: 20px
    }
    .header-section .header-logo-container img {
        max-width: 210px;
        width: 100%;
    }
    .blog-banner-section .right-side-part {
        max-width:none;
    }
    .blog-banner-section .left-side-part {
        height:350px;
        max-width:none;
    }
    .blog-banner-section {
        height:auto;
    }
    .blog-banner-section .image-text .right-side-align {
        padding: 0 20px;
        max-width:none;
        margin-right:0;
    }
    .blog-banner-section .image-sec .left-side-align {
        padding-left: 20px;
    }
    .blog-subscription-section .subscription-heading h2 {
        max-width: none;
        text-align: center;
    }
    .blog-subscription-section .subscription-form {
        float: none;
        width: auto;
    }
    .blog-subscription-section .hs-form .hs-input {
        max-width:none;
    }
    .blog-subscription-section .hs-form {
        margin: 30px auto 0;
        max-width: 520px;
    }
    .blog-post-section .hs-featured-image-wrapper {
        height: 240px;
    }
    .blog-post-section .post-heading-container .section.post-header h1 {
        font-size: 22px!Important;
    }
    .blog-post-section .post-heading-container .section.post-header .hubspot-editable {
        font-size: 16.4px;
    }
    .blog-post-section .post-heading-container .section.post-header {
        padding: 25px 0;
    }
    .blog-post-section .blog-section #hubspot-topic_data {
        margin-bottom: 30px;
    }
    .blog-post-section .section.post-body p {
        font-size: 17.4px;
    }
    .blog-comment-section .comment-social-sharing {
        margin-top: 30px;
        padding-left: 0;
    }
    .blog-comment-section .comment-heading h2, .blog-comment-section .social-icon-heading h2 {
        font-size: 25px;
    }
    .our-process-banner-section .banner-text h1 {
        font-size: 30px;
        line-height: 57px;
    }
    .our-process-banner-section .banner-text p {
        font-size: 20px;
        line-height: 1.4;
        margin: 15px 0 0;
    }
    .business-diagnostic-section .half-blc {
        height: auto !important;
        min-height: 0;
        padding: 30px 20px !important;
        width: 100%;
    }
    .business-diagnostic-section .box-center {
        max-width: none !important;
        text-align: center !important;
        width: 100%;
    }
    .business-diagnostic-section .business-diagnostic-number, .business-diagnostic-section .business-diagnostic-heading {
        margin-top: 0;
    }
    .business-diagnostic-section .business-diagnostic-text {
        margin-top: 20px;
    }
    .business-diagnostic-section .business-diagnostic-number h2 {
        font-size: 50px !important;
    }
    .business-diagnostic-section .business-diagnostic-heading h3 {
        margin: 23px 0 0 10px;
        max-width: none;
    }
    .blog-title-section {
        text-align: center;
    }
    .blog-title-section .blog-topic-listing .archive-post-filter {
        margin: 20px auto;
        max-width: 300px; 
    }
    .blog-title-section h1 {
        padding-left:0;
    }
    .about-us-section .about-us-heading p {
        font-size: 20px;
    }
    .about-us-section .about-us-heading h2 {
        font-size: 25px;
    }
    .our-specialties-section .our-specialties-section-heading p {
        font-size: 20px;
    }
    .our-specialties-section .specialities-titles .specialities-title-container {
        padding: 0 ;
        width: 100%;
    }
    .our-specialties-section .tab-text {
        display: block;
        height: 100px;
    }
    .our-specialties-section .tab-text a {
        font-size: 18px;
        padding-top: 33px;
    }
    .our-specialties-section .specialities-titles {
        margin-bottom:40px;
    }
    .specialties-container {
        text-align: center;
       padding: 40px 0;
    }
    .specialties-container p {
        display: inline-block;
    }
    .specialties-container h2 {
        margin: 25px 0 15px;
    }
    .specialties-container .specialties-even-image {
        float: none !important;
    }
    .about-us-middle-section .people-saying-heading h2 {
        font-size: 30.4px;
    }
    .testimonial-section-new .main-testimonial-text p {
        max-width: none;
        font-size: 20.2px;
    }
    .testimonial-section-new .main-testimonial-text p .employee-name {
        margin-top: 0;
    }
    .main-testimonial-image {
        margin-top:40px;
    }
    .three-column-testimonial-section .testimonial-small-container {
        margin-bottom:40px !important;
    }
     .three-column-testimonial-section .testimonial-small-container:last-child {
        margin-bottom:0 !important;
    }
    .testimonial-middle-section .people-saying-heading h2 {
        font-size: 25.4px;
    }
    .testimonial-banner-section {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
        padding: 50px 0;
    }
    .testimonial-banner-section h1 {
        font-size: 32.4px;
    }
    .full-blue-section, .full-orange-section {
        margin: 0 !important;
        padding: 30px 0 !important;
        text-align: center !important;
        width: 100% !important;
    }
    .contact-form-container .hs-form .actions {
        margin-top: 20px;
        position: static;
    }
    .contact-form-container .hs-form .input textarea {
        max-width: 100%;
    }
    .contact-form-container .hs-form .hs-form-field {
        width:100%!important;
        margin-bottom:20px;
    }
    .contact-form-container .hs-form fieldset {
        margin-bottom: 0;
    }
    .contact-form-container .hs-form fieldset.form-columns-3 .input, .contact-form-container .hs-form fieldset.form-columns-1 .input {
         margin-right: 0;
    }
    .contact-form-container {
        padding: 50px 0;
    }
    .google-map-section .contact-address {
        padding-top: 50px;
    }
    .google-map-section {
        padding-bottom: 50px;
    }
    .contact-banner-section .banner-text {
        font-size: 24px;
    }
    .contact-banner-section {
        padding: 70px 0;
    }
    .contact-form-container .hs-form .input .hs-input {
        width:100% !Important;
    }
    .faq-section {
        padding: 50px 0 30px;
    }
    .faq-section .accordion_group .accordion_header {
        font-size: 17px;
    }
    .faq-section .accordion_group .accordion_content .faq-ans {
        font-size: 16px;
    }
     .google-map-section .google-map iframe {
        max-width: 600px !important;
        width: 100% !important;
    }
    .get-technology-section h2 {
        font-size: 28px !important;
    }
    .specialties-group-main.fixed {
        padding: 0;
        position: static;
    }
    .latest-thought-leadership-container .listing-container {
        width: 100%;
        clear: both;
        max-width: 300px;
        margin: 0 auto 30px !important;
        float: none;
        display: block;
        text-align:center;
    }
    .latest-thought-leadership-container .listing-container .feature-img , .latest-thought-leadership-container .listing-container .listing-details , .latest-thought-leadership-container .listing-container .topic-list  {
    float: none;
    }
    
    .latest-thought-leadership-container .listing-container .feature-img img {
        height: auto;
    }
    .latest-thought-leadership-container .listing-container:last-child {
        margin-bottom: 0 !important;
    }
    .latest-thought-leadership-container {
        padding-bottom: 40px;
        margin-top:20px;
    }
    .latest-thought-leadership-container .latest-thought-leadership-heading h1 {
    font-size: 30px !important;
    }
    .latest-thought-leadership-container .latest-thought-leadership-heading p {
    font-size: 16px;
    }
    .latest-thought-leadership-container .latest-thought-leadership-heading {
        padding-bottom: 20px;
    }
    
    .calculate-cost-section .calculation-third-container {
    width: 100%;
    position: relative;
    margin-top:30px;
    background:#fff;
    }
    .calculate-cost-section .calculation-third-container .top-section-third-container {
    padding: 20px 15px 20px;
    margin-top:0;
    float:left;
    width:100%;
    box-shadow:none;
    }
    .calculate-cost-section .calculation-third-container .bottom-section-third-container {
        padding: 20px 15px;
    }
    .calculate-cost-section .calculation-third-container .top-section-third-container .inhouse-result , .calculate-cost-section .calculation-third-container .top-section-third-container .vs-text ,
    .calculate-cost-section .calculation-third-container .top-section-third-container .outsourced-result {
        vertical-align: middle;
        width: 33.33%;
        float: left;
        margin: 0;
    }
    .calculate-cost-section .calculation-third-container .top-section-third-container .vs-text {
       padding:15px 10px;
    }
    .calculate-cost-section .calculation-third-container .top-section-third-container h2, .calculate-cost-section .calculation-third-container .top-section-third-container h4 {
        font-size: 22px!important;
    }
    .calculate-cost-section .calculation-third-container {
        margin-top:10px;
       /* box-shadow: 0 13px 13px -2px #c2c0c1; */
    }
    .calculate-cost-section .left-side-part {
        width: -webkit-calc(100% - 128px);
        width: -moz-calc(100% - 128px);
        width: calc(100% - 128px);
    }
    .calculate-cost-section .calculate-section-heading h2 {
    font-size: 25px !important;
    }
    .calculate-cost-section {
        padding-bottom: 40px;
    }
    .calculate-cost-section .left-side-part-value-container-group {
    width: 100%;
    }
    .calculate-form .hs-form .hs_email.hs-form-field {
        width: -webkit-calc(100% - 128px);
        width: -moz-calc(100% - 128px);
        width: calc(100% - 128px);
    }
    .calculate-cost-section .calculation-third-container .top-section-third-container {
        height:auto;
    }
    .calculate-form .hs-form .hs_submit {
        width:100%;
       
    }
    .calculate-cost-section .calculation-third-container .top-section-third-container {
        box-shadow:none !important;
    }
    .calculate-form .hs-form .hs_submit {
        margin-top:10px;
    }
    .calculate-form .hs-form .hs_email.hs-form-field .input {
        width: 100%;
    }
}

@media(max-width:568px) {
    .show-mobile-menu .mobile-menu {
        width: 290px;
        right: -290px
    }
    .show-mobile-menu .header-container-wrapper,
    .show-mobile-menu .body-container-wrapper,
    .show-mobile-menu .footer-container-wrapper,
    .show-mobile-menu .mobile-menu,
    .show-mobile-menu .mobile-menu-trigger {
        -webkit-transform: translate3d(-290px, 0, 0);
        -moz-transform: translate3d(-290px, 0, 0);
        -ms-transform: translate3d(-290px, 0, 0);
        -o-transform: translate3d(-290px, 0, 0);
        transform: translate3d(-290px, 0, 0)
    }
    .blog-post-section .hs-featured-image-wrapper {
        height: 210px;
    }
    .faq-section .accordion_group .accordion_header .accordion_icon {
        font-size: 30px;
        width: 40px;
    }
    .faq-section .accordion_group .accordion_content {
        padding-right: 1px;
    }
    .banner-text-section {
        padding: 20px 0;
    }
    .banner-text-section p {
        font-size: 20px;
    }
}
@media(max-width:530px) {
    .calculate-cost-section .left-side-part {
        width: -webkit-calc(100% - 128px);
        width: -moz-calc(100% - 128px);
        width: calc(100% - 128px);
        padding:20px;
    }  
    .calculate-cost-section .left-side-part .summary h2 , .calculate-form .hs-form .hs-form-field > label {
        font-size: 16px!important;
    }
    .calculate-cost-section .left-side-part .summary p {
        font-size: 12px;
    }
    .calculate-cost-section .value-container .staff-val-container, .calculate-cost-section .value-container .employee-cost-val-container, .calculate-cost-section .value-container .no-users-val-container {
        height: 122px;
        width: 122px;
    }
    .calculate-cost-section .value-container h3 {
        font-size: 20px !important;
        margin: 0 0 8px;
        padding: 0 6px 5px;
    }
    .calculate-cost-section .value-container p {
        font-size:13px;
    }
    .calculate-form .hs-form .hs_email.hs-form-field, .calculate-form .hs-form .hs_submit {
    padding: 20px;
    }
    
}
@media(max-width:500px) {
    .blog-subscription-section .hs-form .actions .hs-button {
        position:static;
    }
    .blog-subscription-section .hs-form {
        padding-right: 0;
    }
    .blog-subscription-section .hs-form .actions {
        text-align:center;
        padding:20px 0 0;
    }
    .blog-post-section .post-heading-container .section.post-header {
        position: static;
    }
    .blog-post-section .hs-featured-image-wrapper {
        height: auto;
        font-size: 0;
    }
    .business-diagnostic-section .business-diagnostic-number, .business-diagnostic-section .business-diagnostic-heading {
        display: block;
    }
    .business-diagnostic-section .business-diagnostic-heading h3 {
        text-align: center;
        margin: 5px 0;
    }
    .banner-text-section p {
        font-size: 18px;
    }
}

@media(max-width:480px) {
    .calculate-cost-section .value-container.mobile-display {
    display: block;
    width:100%;
    float: none;
    }
    .calculate-cost-section .value-container.mobile-hide {
    display: none;
    }
    .calculate-cost-section .left-side-part {
    width: 100%;
    -webkit-width: 100%;
    }
    .calculate-cost-section .value-container .staff-val-container, .calculate-cost-section .value-container .employee-cost-val-container, .calculate-cost-section .value-container .no-users-val-container {
    height: auto;
    width: 100%;
    padding: 15px 0;
    } 
    .calculate-cost-section .left-side-part .summary input[type="range"] {
    margin-bottom: 20px;
    }
    .calculate-cost-section .left-side-part .summary {
    margin-bottom: 30px;
    }
    .calculate-cost-section .left-side-part .summary p {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    }
    .calculate-cost-section .value-container h3 {
    border-bottom: 0 none;
    border-left: 2px solid #fff;
    display: inline-block;
    font-size: 22px !important;
    line-height: 24px;
    padding: 0 15px;
    vertical-align: middle;
    height:24px;
    margin: -2px 0 0 15px;
    }
    .calculate-cost-section .left-side-part .last-summary {
    margin-bottom: 0;
    }
    .calculate-cost-section .calculation-third-container .top-section-third-container h2, .calculate-cost-section .calculation-third-container .top-section-third-container h4 {
    font-size: 18px !important;
    }
    .calculate-cost-section .calculation-third-container .bottom-section-third-container .cta_button {
    font-size: 16px!important;
    }
    a#cta_button_496940_a422353c-5fa4-4012-a9ca-4af3af2994eb .fa {
    font-size: 20px;
    }
    .calculate-cost-section .calculation-third-container .top-section-third-container .vs-text {
        font-size: 20px;
        padding: 11px 8px;
    }
    .calculate-cost-section .calculate-section-heading h2 {
    font-size: 23px!important;
    line-height: 1.4;
    }
    .calculate-cost-section .value-container {
    max-width: none;
    }
    .calculate-form .hs-form .hs_email.hs-form-field {
        width:100% !important;
    }
    .calculate-form .hs-form .hs_email.hs-form-field, .calculate-form .hs-form .hs_submit {
        text-align:center;
    }
}
@media(max-width:400px) {
    .header-section .header-logo-container img {
        max-width: 190px;
    }
    .mobile-menu-trigger {
        top: 35px;
    }
    .calculate-cost-section .calculation-third-container .top-section-third-container h2, .calculate-cost-section .calculation-third-container .top-section-third-container h4 {
    font-size: 17px !important;
    }
    
}