
body {
    background-color: #f6f6f8;
    font-family: "Lato";
    font-weight: 400;
    font-size: 18px;
    color: #666;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

html, body {
 width: auto !important;
 overflow-x: hidden !important;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 400;
    color: #222;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

/* Links */
a {
    color: #24d;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background: #5F84E1 url('/assets/img/front_bg.png') no-repeat center center;
  background-size: cover;
	padding-top: 300px;
  padding-bottom: 100px;

}

#headerwrap:before {
    display: block;
    content: ' ';
    width: 100%;
    height: 862px;
    background: url('assets/img/model_relaxed.png') no-repeat top right;
    opacity: 0.15;
    background-size: contain;
    position: absolute;
    top: 0;
}

#headerwrap h1 {
	margin-top: 30px;
	color: white;
  font-weight: 300;
	font-size: 55px;
}

#headerwrap h2 {
	color: white;
  position: relative;
  top: -10px;
}

#headerwrap h5 {
	color: white;
	font-weight: 700;
	text-align: left;
}

#headerwrap p {
	text-align: left;
	color: white
}

/* intro Wrap */

.page-section {
	padding-top: 30px;
}

/* Showcase Wrap */

#showcase {
	display: block;
	background-color: #34495e;
	padding-top: 50px;
	padding-bottom: 50px;
}

#showcase h1 {
	color: white;
}

#blog-footer {
  background-color: #354767;
  color: white;
  text-align: left;
}

#footerwrap {
	background-color: #e0e2e5;
	color: #111;
	padding-top: 40px;
	text-align: left;
}

#footerwrap-index {
  background-color: #dbf3fb;
  padding-top:30px;
    text-align: left;
}
#footerwrap h3 {
	font-size: 28px;
	color: #111;
}

#footerwrap p {
	color: #111;
	font-size: 18px;
}

#footer-bar {
    background-color: #808388;
    color: white;
    height: 40px;
    padding: 5px;
}

#footer-bar a {
    color: white;
}

#how {
  background-color: #DBF3FB;
  color: black;
}


#apps1 {
    background-color: #DBF3FB;
  color: black;
  padding-bottom: 40px;
}

#what-is {
  background-color: #eef;
  color: black;
  padding: 15px;
}

.usecase-text {
  color: #222;
}

#customers {
  background-color: #dbf3fb
}
/* Copyright Wrap */

#c {
	background: #222222;
	padding-top: 15px;
	text-align: right;
}

#c p {
	color: white
}

/* Navbar */

#navigation {
    background-color: #5F84E1;
    border: 0;
/*    background-color: rgba(0,0,0,0);
    border-color: rgba(0,0,0,0);*/
}

#navigation a, #navigation a:active, #navigation a:link, #navigation a:visited, #navigation a:focus {
    background-color: rgba(0,0,0,0);
    color: #ffffff;
    padding: 0;
    line-height: 70px;
}

.navbar-nav li {
  padding: 0 20px;
}

.how-row {
    display: flex;
    align-items: center;
}
.how-row img {
    padding-right: 50px;
}

.how-row .how-text {
    padding-left: 50px;
}

li.active {
    font-weight: 400;
}


.nav-btn-cta {
    display: table-cell!important;
    background-color: #fdfdfd !important;
    color: #5F84E1!important;
    font-weight: bold;
    line-height: 35px!important;
    padding: 0 20px !important;
    transform: translateY(18px);
    font-size: 18px!important;
    border-radius: 4px;
}

.signup-email {
    border: 1px;
    text-align: center;
    border-radius: 4px 0px 0px 4px;
    margin:0px;
}

.signup-submit {
    border-radius: 0px 4px 4px 0px;
    margin:0px;
}

#how-table td {
    padding: 0px;
}

.navbar-brand {
    font-size: 18px;
    font-weight: bold;
}

.customer-logo {
    width: 120px; 
    margin: 5px 5px;
    opacity: 0.9;
}

.brand-logo-gray {
    width: 120px; 
    margin: 5px 10px;
    opacity: 0.9;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.brand-logo-gray-small {
  width: 64px !important;
}

.brand-logo-gray:hover {
    -webkit-filter: grayscale(10%);
    -moz-filter: grayscale(10%);
    -ms-filter: grayscale(10%);
    -o-filter: grayscale(10%);
    filter: grayscale(10%);
}

.integration-row {
    display: table-cell;
}

.integration-row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: middle;
}

@media all and (max-width:560px) {
    .integration-top-icon {
        display: block;
        margin: 0 auto;
        transform: rotate(90deg) scale(0.8);
    }
}

.breadcrumb-item {
  white-space: nowrap;
}

.about-row {
    display: table-cell;
}

.about-row [class*="col-"] {
    float: none;
    text-align: left;
    display: table-cell;
    vertical-align: top;
}

#signup-top {
   margin-top: 10px;
   font-weight: 600;
   background-color:  #1f46a0 !important;
   font-size: 25px;
   border: none !important;
}

#signup-bottom {
   margin-top: 20px;
   color: #fff !important;
   background-color: #5F84E1;
   border: none;
   font-size: 25px;
   font-weight: 600;
}

#top-submit {
  background-color: #3156AD !important;
  font-weight: 600;
}

#bottom-submit {
  font-weight: 600;
}

.page-start {
   padding-top: 90px;
}

.hiring {
    float: left;
    padding: 2px 15px;
    font-size: 18px;
    line-height: 20px;
}

.breadcrumbs-wrapper {
  position: absolute;
  top: 71px;
  height: 50px;
  background-color: #f1f1f1;
  border-bottom: solid 1px rgba(0,0,0,0.1);
  width: 100vw;
  margin: 0 -1px;
}

.breadcrumbs {
  list-style-type:none;
  padding-left: 0;
  margin-left: -10px;
}

.breadcrumb-item {
  display: inline-block;
  font-family: Raleway;
  line-height: 50px;
}

.breadcrumb-item:after {
  content: '»';
  width: 12px;
  height: 20px;
  margin-right: 5px;
}

.breadcrumb-item:last-child {
  font-weight: 500;

  text-shadow: 0 0 2px white;
}
.breadcrumb-item:last-child:after{
  visibility: hidden;
}
.page-start {
  padding-top: 145px !important;
}

.social-icon {
  opacity: 0.5;
}

.app-box {
    border: solid 1px rgba(0,0,0,0.1);
    border-radius: 5px;
    background-color: #fff;
    width: 150px;
    height: 100px;
    position: relative;
    margin: 10px auto;
}

.app-coming:after {
    content: "Coming Soon";
    width: 90px;
    height: 25px;
    background: #f5f5f5;
    position: absolute;
    right: 0px;
    top: 0;
    text-align: center;
    line-height: 25px;
    font-size: 10px;
    font-family: Raleway, "Helvetica Neue", sans-serif;
    border-radius: 3px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.app-box img {
    max-width: 120px;
    max-height: 50px;
    opacity: 0.9;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.app-box a {
  display: block;
  height: 100%;
}

.navbar-fix {
 padding: 0;
}


.form-signup-top {
  position: relative;
  top: -30px;
}


@media (min-width: 768px) {
  .add-arrow:after {
      content: " ";
      display: inline-block;
      background: url("/assets/img/arrow-cta1.png") no-repeat top center;
      width: 80px;
      height: 80px;
      background-size: contain;
      position: absolute;
      transform: rotateZ(25deg);
      bottom: 10px;
  }
}

.col-md-3.workflow-step {
   position: relative;
}

.col-md-3.workflow-step:after {
   position: absolute;
   width: 32px;
   height: 32px;
   content: ' ';
   display: block;
   background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAQCAQAAACFdibLAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwABBa4AAQWuAdkSfeoAAAAHdElNRQfgAgEIKwv3XfB+AAAA2ElEQVQY00XIzyoEcQAA4G9+v/FnL3tzIXL0AFo5ji2vYRRF2uSEknJSXLRtrfIMEuUmk6Ozl/AAMrtrxzosuX19ScGZBZtSlREZUqdOBO+Ox13IBEuCviPnhqKEQsxvzVhVykx4khoR8+jRnBWlNcGz1CjmRA/mNfQ0UUhjDtG9RcsGmr68jJPozqyGgXX1MD4J+r+uBySCoa6WvkkXtoNEUOnYUZpy5VAaBJW2PaWatgNRFVQutZRqOvZF30apG1t6aq61xkXwZmBa1+5fEfNXnz5s/FfmB5N0RB4ZsBi4AAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTAyLTAxVDA4OjQzOjExLTA1OjAwWOORxgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0wMi0wMVQwODo0MzoxMS0wNTowMCm+KXoAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC);
   top: 20px;
   right: -10%;
   background-repeat: no-repeat;
}

@media screen and (max-width:991px) {
   .col-md-3.workflow-step {
       margin: 20px 0;
       padding: 20px 0;
   }

.col-md-3.workflow-step:after {
     transform: rotateZ(90deg);
     left:0;
     right: 10px;
     bottom: -110px;
     margin: auto;
  }
}

.col-md-3.workflow-step:last-of-type:after {
  display:none;
}

.squared, .squared-custom {
    box-sizing: content-box;
    padding: 20px 0;
    background-color: white;
    border: solid 1px rgba(0,0,0,0.1);
    margin: 0 20px;
}

.squared-custom {
    margin: 0 40px;
}

.squared h4 {
    margin-bottom: 0!important;
}

.btn-cta {
    background-color: #5F84E1 !important;
    font-size: 17px;
    border: 0;
    padding: 10px 30px;
}

.btn-plan {
  color: #5F84E1;
  background-color: #ffffff;
  border: 1px solid #5F84E1;
}

.btn-plan-main {
  color: #fff;
  background-color: #5F84E1;
  border: 1px solid #5F84E1;
}

.btn-plan-main:hover {
  color: #fff !important;
  background-color: #5F84E1;
  border: 1px solid #5F84E1;
}

.btn-plan:hover {
  background-color: #5F84E1;
  color: #fff;
  border: 1px solid #5F84E1;
}

.popular-tag {
    background-color: #5F84E1;
    left: calc(50% - 60px);
    padding: 0.22em 0.6em;
    position: absolute;
    text-transform: uppercase;
    top: 0px;
    z-index: 1000;
}

@media screen and (max-width:991px) {
    .squared-custom:first-of-type {
        margin-bottom: 20px;
    }
}

.workflow-app-small {
    opacity: 0.75;
    display: inline-block !important;
}

.workflow-app-small:hover {
  opacity: 1.0;
}

#about-bar {
    font-size: 17px;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-top: 40px;
}

#about-bar h3 {
    padding-bottom: 10px;
}

#about-bar ul {
  list-style: none;
  padding-left: 0;
}
/* Pricing table */

.plan-container {
  background-color: white;
  border-radius: 5px;
  padding: 23px;
  border: 2px solid #ddd;
  text-align: left;
  margin-bottom: 35px;
}

.plan-outer {
  padding: 15px !important;
}

.plan-outer1 {
  padding: 6px !important;
}

.plan-outer1 .plan-container {
  padding: 20px !important

}

.plan-heading {
  display: inline;
  font-family: Raleway;
}

.plan-name {
  padding: 10px 0 10px;
  border-bottom: solid 2px #d8d8d8;
}

.discount {
  font-weight: 300;
  color: #77d879;
}

.plan-price {
  padding: 0 0 20px 0;
  font-weight: 500;
  font-size: 16px;
  border-bottom: solid 2px #d8d8d8;
}
.plan-price-info {
  margin-bottom: -10px;
}

.big {
  font-size: 60px;
  font-weight: 700;
}

.dollar {
  vertical-align: top;
  display: inline;
  font-size: 24px;
  padding: 0 2px 0 0;
  position: relative;
  top: 20px;
}

.billing-cycle {
  color: #a8a8a8;
  font-size: 14px;
}

.plan-details {
  padding: 20px 0;
  font-size: 18px;
  letter-spacing: 0.3px;
  word-spacing: 3px;
}
.plan-details strong {
  color: #1a1a1a;
  font-size: 18px;
}
.plan-details li {
  padding: 2px;
  list-style-type: none;
}
.plan-details ul {
    padding: 0;
}

.integration-top-icon {
  padding-left: 30px;
  padding-right: 30px;
}

.integration-small-icon {
  padding-left: 10px;
  padding-right:10px;
}
/* End pricing table */


/* typed  */

.typed {
  font-weight: 600;
}

.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
/* -- end typed -- */

/* --- exit popup -- */
#ouibounce-modal {
 font-family: 'Open Sans', sans-serif;
 display: none;
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 1050;
}
#ouibounce-modal .underlay {
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
 background-color: rgba(0,0,0,0.7);
 cursor: pointer;
 -webkit-animation: fadein 0.5s;
 animation: fadein 0.5s;
}
#ouibounce-modal .omodal-brand-title {
 font-family: Lato, sans-serif;
 font-weight: 900;
 color: white;
 text-transform: uppercase;
 font-size: 40px;
}
#ouibounce-modal .omodal-brand-desc {
 line-height: 28px;
 margin-bottom: 25px;
 font-size: 22px;
 font-weight: 100;
}
#ouibounce-modal .omodal {
 width: 600px;
 height: 400px;
 background-color: #62a8ea ;
 z-index: 1;
 position: absolute;
 margin: auto;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 border-radius: 4px;
 -webkit-animation: popin 0.3s;
 animation: popin 0.3s;
}
#ouibounce-modal .omodal-title {
 font-size: 24px;
 /* background-color: #252525 ; */
 color: #fff;
 padding: 30px;
 margin: 0;
 border-radius: 4px 4px 0 0;
 text-align: center;
}
#ouibounce-modal h3 {
 color: #fff;
 font-size: 1em;
 margin: 0.2em;
 text-transform: uppercase;
 font-weight: 700;
}
#ouibounce-modal .omodal-body {
 padding: 100px 35px 20px 35px;
 font-size: 0.9em;
}
#ouibounce-modal p {
 color: white;
}
#ouibounce-modal .btn-white {
 background-color: white;
 color: #62a8ea ;
 font-weight: 700;
 border: 0;
 box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
#ouibounce-modal form {
 text-align: center;
 margin-top: 35px;
}
#ouibounce-modal form input[type=text] {
 padding: 12px;
 font-size: 1.2em;
 width: 300px;
 border-radius: 4px;
 border: 1px solid #ccc;
 -webkit-font-smoothing: antialiased;
}
#ouibounce-modal form input[type=submit] {
 text-transform: uppercase;
 font-weight: bold;
 padding: 12px;
 font-size: 1.1em;
 border-radius: 4px;
 color: #fff;
 background-color: #4ab471 ;
 border: none;
 cursor: pointer;
 -webkit-font-smoothing: antialiased;
}
#ouibounce-modal form p {
 text-align: left;
 margin-left: 35px;
 opacity: 0.8;
 margin-top: 1px;
 padding-top: 1px;
 font-size: 0.9em;
}
#ouibounce-modal .omodal-footer {
 position: absolute;
 bottom: 20px;
 text-align: center;
 width: 100%;
}
#ouibounce-modal .omodal-footer p {
 text-transform: capitalize;
 cursor: pointer;
 display: inline;
 border-bottom: 1px solid #344a5f ;
}
@-webkit-keyframes fadein {
 0% {
   opacity: 0;
 }

 100% {
   opacity: 1;
 }
}
@-ms-keyframes fadein {
 0% {
   opacity: 0;
 }

 100% {
   opacity: 1;
 }
}
@keyframes fadein {
 0% {
   opacity: 0;
 }

 100% {
   opacity: 1;
 }
}
@-webkit-keyframes popin {
 0% {
   -webkit-transform: scale(0);
   transform: scale(0);
   opacity: 0;
 }

 85% {
   -webkit-transform: scale(1.05);
   transform: scale(1.05);
   opacity: 1;
 }

 100% {
   -webkit-transform: scale(1);
   transform: scale(1);
   opacity: 1;
 }
}
@-ms-keyframes popin {
 0% {
   -ms-transform: scale(0);
   transform: scale(0);
   opacity: 0;
 }

 85% {
   -ms-transform: scale(1.05);
   transform: scale(1.05);
   opacity: 1;
 }

 100% {
   -ms-transform: scale(1);
   transform: scale(1);
   opacity: 1;
 }
}
@keyframes popin {
 0% {
   -webkit-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   opacity: 0;
 }

 85% {
   -webkit-transform: scale(1.05);
   -ms-transform: scale(1.05);
   transform: scale(1.05);
   opacity: 1;
 }

 100% {
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   opacity: 1;
 }
}
/* -- End exit poup ---*/





/* --- Integrations and Bots pages --*/

  /**
     * css class to make bootstrap cols of equal height
     */
  .row-eq-height{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    justify-content: center;
    margin: 0 20px;
  }
  .row-eq-height > [class*='col-'] {
    display: flex;
    flex-direction: column;
    background-color: white;
    border: solid 1px rgba(0, 0, 0, 0.1);
    margin: 15px;
  }
  .row-eq-height > [class*='col-']:first-of-type {
        margin-left: 0;
    }
    .row-eq-height > [class*='col-']:last-of-type {
        margin-right: 0;
    }
    
    .integration-row >.btn-holder{
      position: relative;
    }
  .squared-custom2 {
    box-sizing: content-box;
    padding: 20px;
    font-size: 19px;
    margin-bottom:20px;
  }
  .squared-custom3{
    background-color: white;
    border: solid 1px rgba(0, 0, 0, 0.1);
  }
  .squared-custom3 > .centered.btn-holder {
    position: relative !important;
    bottom: 0px !important;
  }
  .squared-custom2 > .centered.btn-holder {
      width: 100%;
      position: absolute;
      bottom: 20px;
      left: 0;
      text-align: center;
  }
  .squared-custom2 > .centered .btn-box {
    padding: 6px 12px;
      font-size: 14px;
  }    

  .btn-box {
    padding: 10px 30px;
    font-size: 17px;
    color: #ffffff;
      background-color: #5F84E1;
      border: 1px solid #5F84E1;
  }
  .btn-box:hover,.btn-box:focus{
    color: #ffffff;
  }

  .col-md-4.workflow-step {
    position: relative;
  }

  .col-md-4.workflow-step:after {
    position: absolute;
    width: 32px;
    height: 32px;
    content: ' ';
    display: block;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAQCAQAAACFdibLAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAJcEhZcwABBa4AAQWuAdkSfeoAAAAHdElNRQfgAgEIKwv3XfB+AAAA2ElEQVQY00XIzyoEcQAA4G9+v/FnL3tzIXL0AFo5ji2vYRRF2uSEknJSXLRtrfIMEuUmk6Ozl/AAMrtrxzosuX19ScGZBZtSlREZUqdOBO+Ox13IBEuCviPnhqKEQsxvzVhVykx4khoR8+jRnBWlNcGz1CjmRA/mNfQ0UUhjDtG9RcsGmr68jJPozqyGgXX1MD4J+r+uBySCoa6WvkkXtoNEUOnYUZpy5VAaBJW2PaWatgNRFVQutZRqOvZF30apG1t6aq61xkXwZmBa1+5fEfNXnz5s/FfmB5N0RB4ZsBi4AAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTAyLTAxVDA4OjQzOjExLTA1OjAwWOORxgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0wMi0wMVQwODo0MzoxMS0wNTowMCm+KXoAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC);
    top: 20px;
    right: -10%;
    background-repeat: no-repeat;
  }

  .col-md-4.workflow-step:last-child:after {
    content: '';
    background: none;
  }

  
  @media screen and (max-width: 991px){
    .integration-row {
      display: block;
    }
    .integration-row [class*="col-"] {
      display: block;
    }
    .integration-top-icon{
      display: block;
      margin: 0 auto;
      transform: rotate(90deg) scale(0.8);
      margin-bottom: 25px;
    }
    .col-md-4.workflow-step:after {
      transform: rotateZ(90deg);
      left: 0;
      right: 10px;
      bottom: -110px;
      margin: auto;
    }
    .col-md-4.workflow-step {
      margin: 20px 0;
      padding: 20px 0;
    }
    .row-eq-height{
      display: block;
      margin: 0 20px;
    }
    .row-eq-height > [class*='col-'], .row-eq-height > [class*='col-']:first-of-type, .row-eq-height > [class*='col-']:last-of-type {
        margin-left: 0;
        margin-right: 0;
    }

    .integration-breadcrumbs{
                 font-size: 16px;
                 display: flex;
             }
             .bot-page-squareCustom{
                 margin-right: 0;
                 margin-left: 0;
             }
  }
  /** Bot Page Styles **/
  .bot-page .bot-page-title{
    font-size: 30px; 
  }
  .bot-page .trigger-action-info{
    padding:0 10px;
  }

  .brand-logo-gray-small {
      height: 64px;
  }

  .scrollable-vertical {
      display: block;
      height: 300px;
      overflow-y: scroll;
  }
  .bot-page-appBox{
    margin-top: 20px;
  }
  .bot-page ul{
    padding-left: 20px;
  }
  .bot-page li{
    list-style: none;
  }
  .bot-page li:before{

    content:'\2022';
    display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
    left: -20px;
    top: -0px;
    color: #666;
    font-size: 20px;
  }
  .bot-page-howItWorks{
    padding-top: 30px;
  }

  .trigger-action-info a {
    font-weight: 400;
    color: #666;
  }

   .trigger-action-info a:hover {
    font-weight: 400;
    color: #333;
  }


.cust-img img {
 width:150px;
}

#customers {
    background-color: #eeeef3;
    padding: 30px;
}

.integrations-box-container {
        display: flex;
        justify-content: center;
        flex-flow: row wrap;
      }
      
      .integrations-box {
        width: 24%;
        margin: 10px 5px;
        padding: 20px;
        background: white;
        border: 1px solid rgba(0, 0, 0, 0.1);
      }
      
      .integrations-box .centered {
        display: flex;
        flex-direction: row;
        justify-content: center;
      }
      
      .integrations-box .centered:first-child {
        height: 3rem;
        margin: 10px;
      }
      
      .integrations-box .centered:nth-child(2) {
        height: calc(100% - 7.6rem);
      }
      
      .integrations-box .centered:last-child {
        height: 3.4rem;
      }
      
      .integration-box-btn,
      .integration-box-btn:hover,
      .integration-box-btn:focus {
        color: #ffffff;
        background-color: #5F84E1;
        border: 1px solid #5F84E1;
      }
      
      .app-premium:after {
        content: "Premium";
        width: 90px;
        height: 20px;
        background: #fb3;
        position: absolute;
        right: 0px;
        top: 0;
        text-align: center;
        line-height: 20px;
        font-size: 11px;
        font-family: Lato, "Helvetica Neue", sans-serif;
        border-top-right-radius: 5px;
        font-weight: 700;
        letter-spacing: 0.1px;
        color: white;
        border-bottom-left-radius: 5px;
      }
      
      .app-coming:after {
        content: "Coming Soon";
        width: 90px;
        height: 20px;
        background: #b5b5b5;
        position: absolute;
        right: 0px;
        top: 0;
        text-align: center;
        line-height: 20px;
        font-size: 11px;
        font-family: Lato, "Helvetica Neue", sans-serif;
        border-top-right-radius: 5px;
        font-weight: 700;
        letter-spacing: 0.1px;
        color: white;
        border-bottom-left-radius: 5px;
      }
      .integrations-box-container .integrations-box .centered .integration-small-icon{
        height:16px;
        padding:0 10px;
        margin-top:8px;
        margin-bottom:6px;
      }
      @media only screen and (max-width : 768px) {
        .integrations-box-container {
          flex-flow: column;
        }
        .integrations-box {
          width: 100%;
          margin: 10px 0;
        }
      }

