/* All Page Styles */
html{
  font-size: 14px;
  padding: 0;
  margin: 0;
  height: 100%;
  box-sizing: border-box;
}
body{
  background: #ffffff;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  padding-top: 95px;
  padding-bottom: 225px;
  position: relative;
  min-height: 100%;
  box-sizing: border-box;
}

p{
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.62;
}

li{
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.62;
}

a[name]{
  position: absolute;
  margin-top: -150px;
}

/* Header Styles */
.tbf-header{
  background: #ffffff;
  border-bottom: 1px solid #deecf8;
  height: 94px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: block;
}
  .tbf-logo{
    float: left;
  }
    .tbf-logo a{
      height: 64px;
      display: inline-block;
      padding-top: 30px;
      margin-left: 40px;
    }

  .tbf-header-links{
    float: right;
    padding-right: 40px;
  }
    .tbf-header-links ul{
      margin: 0;
      padding: 0;
      font-size: 0;
    }
      .tbf-header-links ul li{
        padding: 0;
        margin: 0;
        display: inline-block;
      }
        .tbf-header-links ul li a{
          font-size: 1rem;
        }

    .tbf-navigation{
      display: inline-block;
    }
      .tbf-navigation ul {}
      .tbf-navigation ul li {
        margin: 0 7px;
      }
      .tbf-navigation ul li a{
        height: 94px;
        line-height: 94px;
        display: inline-block;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 1rem;
        font-weight: 300;
        color: #232331;
        padding: 0 6px;
      }
      .tbf-navigation ul li.active a{
        color: #0d75cd;
        border-bottom: 1px solid #0d75cd;
      }

    .tbf-sign-block{
      display: inline-block;
    }
      .tbf-sign-block ul {}
      .tbf-sign-block ul li {
        border-radius: 18px;
        position: relative;
      }
      .tbf-sign-block ul li a {
        color: #ffffff;
        font-size: 1rem;
        font-weight: 300;
        text-decoration: none;
        height: 36px;
        padding: 0 15px;
        display: inline-block;
        line-height: 36px;
      }
      .tbf-sign-block ul li.tbf-sign-up{
        background-color: #06bb24;
        z-index: 2;
      }
      .tbf-sign-block ul li.tbf-sign-in{
        background-color: #0e58a6;
        margin-left: -30px;
        z-index: 1;
      }
      .tbf-sign-block ul li.tbf-sign-in a{
        padding-left: 40px;
      }

    .tbf-social-links{
      display: inline-block;
      margin-left: 5px;
    }
      .tbf-social-links ul{}
      .tbf-social-links ul li{
        margin: 0 5px;
      }

      .tbf-social-links__facebook{
        background-image: url('../images/facebook.svg');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 20px 20px;
        width: 20px;
        height: 20px;
        display: inline-block;
        text-indent: -9999px;
      }
      .tbf-social-links__twitter{
        background-image: url('../images/twitter.svg');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 18px 18px;
        width: 20px;
        height: 20px;
        display: inline-block;
        text-indent: -9999px;
      }
      .tbf-social-links__linked_in{
        background-image: url('../images/linkedin.svg');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 18px 18px;
        width: 20px;
        height: 20px;
        display: inline-block;
        text-indent: -9999px;
      }

/* Main Page Specific styles */
.tbf-header__other-page{
  opacity: 0;
}
.tbf-header__main-page{
  background: transparent;
  border: 1px solid transparent;
  z-index: 1;
}
  .tbf-header__main-page .tbf-navigation ul li a{
    color: #ffffff;
  }
  .tbf-header__main-page .tbf-social-links__facebook{
    background-image: url('../images/facebook_white.svg');
  }
  .tbf-header__main-page .tbf-social-links__twitter{
    background-image: url('../images/twitter_white.svg');
  }
  .tbf-header__main-page .tbf-social-links__linked_in{
    background-image: url('../images/linkedin_white.svg');
  }

/* Footer styles */
.tbf-footer{
  background-color: #232331;
  padding-top: 45px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
  .tbf-footer__content{
    max-width: 1430px;
    width: 100%;
    margin: auto;
  }
  .tbf-footer__right-side{
    float: right;
  }
  .tbf-footer__left-side{
    float: left;
  }
  .tbf-footer__logo{
    margin-bottom: 40px;
  }
  .tbf-footer__navigation{
    padding-bottom: 25px;
  }
  .tbf-footer__navigation ul{
    padding: 0;
    margin: 0;
    font-size: 0;
  }
    .tbf-footer__navigation ul li{
      padding: 0;
      margin: 0;
      list-style: none;
      display: inline-block;
      padding: 0 14px;
    }
      .tbf-footer__navigation ul li:first-child{
        padding-left: 0;
      }
      .tbf-footer__navigation ul li:last-child{
        padding-right: 0;
      }
      .tbf-footer__navigation ul li a{
        color: #ffffff;
        font-weight: 300;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 1rem;
      }
  .tbf-footer__social_links{

  }
    .tbf-footer__social_links ul{
      padding: 0;
      margin: 0;
      font-size: 0;
    }
      .tbf-footer__social_links ul li{
        padding: 0;
        margin: 0;
        display: inline-block;
        list-style: none;
      }
        .tbf-footer__social_links ul li a{
          width: 40px;
          height: 40px;
          display: block;
          background-color: #ffffff;
          border-radius: 20px;
          line-height: 40px;
          text-align: center;
          text-decoration: none;
          color: #ffffff;
          margin: 0 10px;
        }
        .tbf-footer__social_links ul li a.tbf-social-links__facebook{
          background-color: #3b5998;
          background-size: 25px 25px;
          background-image: url('../images/facebook_white.svg');
          margin-left: 0;
        }
        .tbf-footer__social_links ul li a.tbf-social-links__twitter{
          background-color: #1da1f2;
          background-size: 20px 20px;
          background-image: url('../images/twitter_white.svg');
          margin: 0;
        }
        .tbf-footer__social_links ul li a.tbf-social-links__linked_in{
          background-color: #0077b5;
          background-size: 20px 20px;
          background-image: url('../images/linkedin_white.svg');
          margin-right: 0;
        }
  .tbf-footer__output_information{
    clear: both;
    background-color: #1d1d29;
    height: 62px;
    line-height: 62px;
  }
    .tbf-footer__copyright{
      float: left;
      width: 60%;
      color: #b1b1e3;
      font-weight: 300;
    }
    .tbf-footer__law_links{
      float: right;
      width: 40%;
      text-align: right;
    }
      .tbf-footer__law_links a{
        color: #b1b1e3;
        text-decoration: none;
        font-weight: 300;
      }
      .tbf-footer__law_links ul{
        margin: 0;
        padding: 0;
      }
      .tbf-footer__law_links ul li:last-child {
        margin-right: 0;
      }
      .tbf-footer__law_links ul li{
        display: inline-block;
        list-style: none;
        padding: 0;
        margin: 0 5px;
      }
      .tbf-footer__law_links a:hover{
        text-decoration: underline;
      }
  .tbf-footer__dropdown{
    position: relative;
    margin: 27px 0 25px;
  }
  .tbf-footer__dropdown__open .tbf-footer__dropdown-backdrop{
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 1;
  }
  .tbf-footer__dropdown-button{
    background-color: #e5e5e5;
    border: none;
    border-radius: 15px;
    color:#404040;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 15px;
    position: relative;
    line-height: 1.62;
    z-index: 2;
    width: 144px;
  }
  .tbf-footer__dropdown-button::before{
    background: url('../images/earth-icon.svg');
    content: ' ';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
  }
  .tbf-footer__dropdown-button::after{
    background: url('../images/sort-down-icon.svg');
    content: ' ';
    display: inline-block;
    width: 8px;
    height: 14px;
    margin-left: 8px;
  }
  .tbf-footer__dropdown-button:focus{
    outline: none;
  }
  .tbf-footer__dropdown-menu{
    background-color: #e5e5e5;
    border-top: none;
    border-radius: 15px;
    box-sizing: border-box;
    list-style: none;
    position: absolute;
    bottom: 7px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 1px 20px;
    margin: 0;
    height: 0;
    max-height: 0;
    width: 144px;
    opacity: 1;
    overflow: hidden;
    z-index: 1;
  }
  .tbf-footer__dropdown__open .tbf-footer__dropdown-menu{
    height: auto;
    max-height: 500px;
    transition: all 1000ms ease 100ms;
  }
  .tbf-footer__dropdown-item{
    cursor: pointer;
  }
  .tbf-footer__dropdown-link{
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    line-height: 1.62;
    padding: 5px 20px;
  }


/* Main Page Styles */
.tbf-parallax{
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
}
  .tbf-parallax li{
    display: block;
    position: absolute;
    top: -20px;
    bottom: -20px;
    left: -20px;
    right: -20px;
  }

  .tbf-parallax li.tbf-main-layer-1{
    /* Laptop */
    background-image: url('../images/main-1.svg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 45%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .tbf-parallax li.tbf-main-layer-2{
    /* Road */
    background-image: url('../images/main-2.svg');
    background-position: center bottom;
    background-repeat: repeat-x;
  }
  .tbf-parallax li.tbf-main-layer-3{
    /* Skyscraper */
    background-image: url('../images/main-3.svg');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 17%;
  }
  .tbf-parallax li.tbf-main-layer-4{
    /* Clouds */
    background-image: url('../images/main-4.svg');
    background-position: center center;
    background-repeat: repeat-x;
  }
  .tbf-parallax li.tbf-main-layer-5{
    /* Town */
    background-image: url('../images/main-5.svg');
    background-position: center bottom;
    background-repeat: repeat-x;
  }

.tbf-main-bg{
  background-color: #2482d1;
  height: 100vh;
  width: 100%;
  margin-top: -170px;
}
.tbf-main{
  position: absolute;
  box-sizing: border-box;
  height: 100vh;
  width: 100%;
  padding: 170px 5% 0;
  top: 0;
  text-align: center;
}
  .tbf-main h1{
    color: #ffffff;
    font-weight: 100;
    font-size: 1.714rem;
    margin: 0;
    margin-bottom: 45px;
    line-height: 1.62;
  }
  .tbf-main p.tbf-small{
    font-size: 3.428rem;
    font-weight: 300;
    color: #ffffff;
    margin: 0 0 20px 0;
  }
  .tbf-main__links{
    font-size: 0;
  }
    .tbf-main .tbf-main__sign-up,
    .tbf-main .tbf-main__features{
      border-radius: 24px;
      width: 190px;
      padding: 0 24px;
      height: 48px;
      line-height: 48px;
      text-decoration: none;
      display: inline-block;
      font-size: 1.285rem;
      font-weight: 300;
      margin: 0 18px 20px;
    }
    .tbf-main .tbf-main__sign-up{
      background-color: #06bb24;
      color: #ffffff;
    }
    .tbf-main .tbf-main__features{
      background-color: #ffffff;
      color: #0d75cd;
    }

.tbf-content-start{
  padding-top: 12rem;
}

.tbf-content-start h1:first-child{
  margin: 0 0 6rem;
}

.tbf-page{
  width: 100%;
  max-width: 1430px;
  margin: auto;
  display: block;
}
  .tbf-page h1{
    text-align: center;
    font-size: 3.428rem;
    font-weight: 300;
    color: #232331;
    padding: 0 5%;
  }
  .tbf-page p.tbf-small{
    text-align: center;
    font-size: 1.714rem;
    font-weight: 300;
    color: #939ea8;
    padding: 0 5%;
  }

/* Comparision Table */
.tbf-comparision-table{
  margin-bottom: 110px;
}

.tbf-comparision-table__note{
  color: #232331;
  font-size: 1rem;
  margin: 40px auto 0;
  max-width: 1180px;
  width: 100%;
}

.tbf-comparision-table table{
  max-width: 1180px;
  width: 100%;
  margin: auto;
  border-collapse: collapse;
}
  .tbf-comparision-table table thead tr th{
    height: 90px;
  }
  .tbf-comparision-table table thead tr th span{
    bottom: 0;
    color: rgba(0,0,0,0.5);
    display: inline-block;
    font-size: 1.142rem;
    white-space: nowrap;
  }

  .tbf-comparision-table table thead tr th span + span{
    bottom: 0;
    width: 100%;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    white-space: nowrap;
  }

  .tbf-comparision-table table thead tr th:nth-child(2){
    position: relative;
    color: #fff;
  }
  .tbf-comparision-table.tbf-competitors table thead tr th:nth-child(2):after{
    background-color: #0d75cd;
    background-image: url('../images/table_logo.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70%;
    content: "";
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    height: 92px;
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
  }
  .tbf-comparision-table table tr td{
    border-bottom: 1px solid rgba(11, 97, 183, 0.1);
    color: #939ea8;
    font-size: 1.142rem;
    height: 50px;
    line-height: 1.62;
    text-align: center;
    padding: 0;
  }
  .tbf-comparision-table table tr td:nth-child(1){
    color: #232331;
    text-align: left;
  }
  .tbf-comparision-table.tbf-competitors table tr td:nth-child(2){
    border-bottom: none;
    position: relative;
  }
  .tbf-comparision-table.tbf-competitors table tr td:nth-child(2):before{
    content: "";
    height: 51px;
    width: 2px;
    background: #0d75cd;
    position: absolute;
    top: 0;
    left: 10px;
  }
  .tbf-comparision-table.tbf-competitors table tr td:nth-child(2):after{
    content: "";
    height: 51px;
    width: 2px;
    background: #0d75cd;
    position: absolute;
    top: 0;
    right: 10px;
  }
  .tbf-comparision-table table tr:last-child td{
    border: none;
  }
  .tbf-comparision-table table tr:last-child td:nth-child(2):before{
    display: none;
  }
  .tbf-comparision-table table tr:last-child td:nth-child(2):after{
    background: transparent;
    border: 2px solid #0d75cd;
    border-top: none;
    height: 50px;
    left: 10px;
    right: 10px;
    width: auto;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
  }
  .tbf-comparision-table table tr td span{
    font-weight: 500;
  }
  .tbf-comparision-table table tr td:nth-child(2) span{
    color: #06bb24;
  }

/* Features */
.tbf-features-list{
}
.tbf-feature{
  height: 600px;
  overflow: hidden;
}
  .tbf-feature:before{
    content: "";
    clear: both;
  }
  .tbf-feature:after{
    content: "";
    clear: both;
  }
  .tbf-feature__image{
    width: 45%;
    height: 600px;
    position: relative;
    float: left;
  }
  .tbf-feature__image img{
    max-width: 100%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
  }
  .tbf-feature__content{
    width: 45%;
    float: right;
    height: 600px;
  }
    .tbf-feature__content-wrapper{
      margin-top: 300px;
      transform: translateY(-50%);
    }
    .tbf-feature__content .tbf-section-title{
      font-size: 1.285rem;
      font-weight: 100;
      color: #939ea8;
    }
    .tbf-feature__content h2{
      font-size: 2.571rem;
      font-weight: 300;
      color: #232331;
    }
    .tbf-feature__content h2 a{
      color: #232331;
      text-decoration: none;
    }
    .tbf-feature__content h2 a:visited,
    .tbf-feature__content h2 a:active{
      color: #232331;
    }
    .tbf-feature__content p{
      font-size: 1.142rem;
      font-weight: 300;
      color: #232331;
      line-height: 1.62;
    }
    .tbf-feature__content ul{
      padding: 0;
      margin: 0;
      list-style: none;
    }
    .tbf-feature__content li{
      font-size: 1.142rem;
      font-weight: 300;
      color: #232331;
      line-height: 1.62;
    }
.tbf-feature:nth-child(even) .tbf-feature__image{
  float: right;
  text-align: right;
}
.tbf-feature:nth-child(even) .tbf-feature__image img{
  right: 0;
}
.tbf-feature:nth-child(even) .tbf-feature__content{
  float: left;
}


/* Testimonials styles */
.tbf-testimonials-block{
  background-color: #f9fbfd;
  padding-top: 48px;
  padding-bottom: 195px;
  overflow: hidden;
}
  .tbf-testimonials-block h1{
    margin-bottom: 15px;
  }
  .tbf-testimonials-block__from-partner h1{
    margin-bottom: 65px;
  }
  .tbf-testimonials-block p.tbf-small{
    margin-top: 0;
    margin-bottom: 65px;
  }
  .tbf-testimonials{
    margin: auto;
    position: relative;
    max-width: 850px;
    width: 80%;
  }
    .tbf-testimonials__list,
    .tbf-testimonials__content,
    .tbf-testimonials__element{
      max-width: 850px;
      width: 100%;
    }
    .tbf-testimonials__left-arrow{
      position: absolute;
      left: -37px;
      top: 45%;
      width: 20px;
      height: 20px;
      border-top: 2px solid #d1e3f4;
      border-left: 2px solid #d1e3f4;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      cursor: pointer;
    }
    .tbf-testimonials__right-arrow{
      position: absolute;
      right: -37px;
      top: 45%;
      width: 20px;
      height: 20px;
      border-top: 2px solid #d1e3f4;
      border-right: 2px solid #d1e3f4;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      cursor: pointer;
    }

  .tbf-testimonials__list{
    border: 3px solid #79b6ec;
    border-bottom: 18px solid #79b6ec;
    border-radius: 9px;
    background-color: #ffffff;
    position: relative;
    text-align: center;
    z-index: 1;
  }
  .tbf-testimonials__list:before{
    position: absolute;
    top: -27px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    display: block;
    content: "";
    background-image: url(../images/quote.svg);
    background-position: center center;
    background-repeat: no-repeat;
  }
  .tbf-testimonials__list:after{
    position: absolute;
    bottom: -9px;
    left: 0;
    content: "";
    display: block;
    height: 20px;
    width: 100%;
    border-radius: 9px;
    background-color: #ffffff;
    z-index: 9;
  }
  .tbf-testimonials__content{
    display: inline-block;
    position: relative;
    font-size: 0;
    white-space: nowrap;
  }
  .tbf-testimonials__element{
    display: inline-block;
    opacity: 0;
    transition: opacity .5s;
    z-index: 10;
    padding: 30px 60px;
    pointer-events: none;
    position: relative;
    box-sizing: border-box;
    vertical-align: middle;
    height: 100%;
    z-index: 1;
  }
  .tbf-testimonials__element:nth-child(1){
    left: 0;
  }
  .tbf-testimonials__element:nth-child(3){
    left: -100%;
  }
  .tbf-testimonials__element:nth-child(5){
    left: -200%;
  }
  .tbf-testimonials__element.active{
    opacity: 1;
    transition: opacity .5s;
    pointer-events: all;
  }
  .tbf-testimonials__element.active+.tbf-testimonials__author-wrapper {
    opacity: 1;
    transition: opacity .5s;
    pointer-events: all;
  }
  .tbf-testimonials__element .tbf-testimonials__text p{
    color: #232331;
    font-size: 1.142rem;
    font-weight: 300;
    line-height: 1.62;
    padding: 0;
    margin: 0;
  }
  .tbf-testimonials__element .tbf-testimonials__text strong{
    font-weight: 400;
    font-size: 1.5em;
  }
  .tbf-testimonials__text{
    white-space: normal;
  }
  .tbf-testimonials__author-wrapper{
    opacity: 0;
    transition: opacity .5s;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -14%);
    z-index: 10;
  }
  .tbf-testimonials__author-photo{
    width: 100px;
    height: 100px;
    border: 5px solid #ffffff;
    border-radius: 50px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    box-sizing: border-box;
    margin: auto;
  }
    .tbf-testimonials__author-photo img{
      max-width: 100%;
    }
  .tbf-testimonials__author{
    font-size: 1.142rem;
    font-weight: bold;
    color: #232331;
    margin-top: 15px;
  }
    .tbf-testimonials__author span{
      display: block;
      font-weight: 300;
      font-size: 1rem;
      color: #939ea8;
    }

  .tbf-testimonials__play{
    color: #0d75cd;
    text-decoration: none;
    background-image: url('../images/play-button.svg');
    background-repeat: no-repeat;
    background-size: 13px 13px;
    background-position: left center;
    padding-left: 20px;
  }

  .tbf-testimonials__external-link{
    color: #0d75cd;
    text-decoration: none;
    background-image: url('../images/external-link.svg');
    background-repeat: no-repeat;
    background-size: 13px 13px;
    background-position: left center;
    padding-left: 20px;
  }

  .tbf-testimonials__link-to-partner{
    text-decoration: none;
    font-weight: 300;
    font-size: 1rem;
    color: #939ea8;
  }
  /*.tbf-testimonials__play{
    width: 100px;
    height: 100px;
    background-color: transparent;
    background-image: url('../images/play-button.svg');
    background-position: 28px 25px;
    background-size: 50px 50px;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    margin-top: -100px;
    z-index: 10;
    border-radius: 50px;
    opacity: 0.1;
    cursor: pointer;
    transition: opacity 0.3s;
  }
  .tbf-testimonials__play:hover{
    opacity: 0.7;
    transition: opacity 0.3s;
  }*/

/* Pricing */
.tbf-pricing-block{
  padding: 80px 0;
}
.tbf-plan-list{
  font-size: 0;
  text-align: center;
}
  .tbf-plan{
    width: 100%;
    font-size: 1.2rem;
    font-weight: 300;
    border: 1px solid #d8e3ee;
    border-radius: 9px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    line-height: 1.62;
  }
  .tbf-plan__pro{
    background-color: #f9fbfd;
  }
  .tbf-plan__marketing{
    background-color: #f9fbfd;
  }
  .tbf-plan strong{
    font-weight: 400;
  }
  .tbf-plan h2{
    height: 70px;
    line-height: 70px;
    color: #232331;
    font-size: 1.714rem;
    font-weight: 400;
    margin-top: 0;
  }
  .tbf-plan img{
    width: 190px;
    margin: auto;
    display: block;
    margin-bottom: 20px;
  }
  .tbf-plan__features-list{
    list-style: none;
    padding: 0;
    margin: 0;
    background: #ffffff;
    border-top: 1px solid #d8e3ee;
    margin-top: 30px;
    padding: 30px;
    text-align: left;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
  }
  .tbf-plan__marketing .tbf-plan__features-list li{
    background-image: url(../images/small-green-check.svg);
  }
    .tbf-plan__features-list li{
      background-image: url(../images/small-blue-check.svg);
      background-position: left center;
      background-repeat: no-repeat;
      padding-left: 20px;
      margin-left: 0px;
      color: #232331;
      font-size: 1.142rem;
      line-height: 1.62;
    }
  .tbf-plan__price{
    font-size: 2.571rem;
    font-weight: 300;
  }
  .tbf-plan__price strong{
    font-weight: 400;
  }
  .tbf-plan__action{
    height: 78px;
    border-top: 1px solid #d8e3ee;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
    .tbf-plan a{
      height: 36px;
      width: 165px;
      line-height: 36px;
      background-color: #0d75cd;
      border-radius: 18px;
      color: #ffffff;
      text-decoration: none;
      display: inline-block;
      margin-top: 23px;
    }
    .tbf-plan.tbf-plan__marketing a{
      background-color: #06bb24;
    }

/* Get Start Block */
.tbf-get-start__block{
  background-color: #2482d1;
  color: #ffffff;
  padding-top: 125px;
  padding-bottom: 75px;
  overflow: hidden;
}
.tbf-get-start__block__contact-us{
  padding-top: 75px;
}
  .tbf-get-start__block h1{
    color: #ffffff;
    text-align: left;
    margin: 0;
    margin-bottom: 16px;
    line-height: 1.62;
    padding: 0;
  }
.tbf-get-start__content{
  position: relative;
  z-index: 2;
}
  .tbf-get-start__content .tbf-get-start__inscription{
    font-size: 1.285rem;
    font-weight: 300;
    line-height: 1.62;
    margin: 0;
    position: absolute;
    opacity: 0;
    transition: all 500ms ease;
  }
  .tbf-get-start__content .tbf-get-start__inscription.messageSent{
    opacity: 1;
  }
  .tbf-get-start__content form{
    padding-top: 30px;
  }
  .tbf-get-start__content button{
    width: 270px;
    height: 48px;
    border: none;
    background: #06bb24;
    cursor: pointer;
    line-height: 48px;
    border-radius: 24px;
    color: #ffffff;
    font-size: 1.285rem;
    font-weight: 100;
  }
  .tbf-get-start__content button:focus{
    outline: none;
  }
  .tbf-get-start__content button:disabled{
    opacity: .6;
  }
  .tbf-get-start__form{
    opacity: 1;
    transition: opacity 500ms ease;
  }
  .tbf-get-start__form.messageSent{
    opacity: 0;
  }
  .tbf-get-start__form-input__big{
    margin-bottom: 20px;
    margin-top: 16px;
    height: 30px;
    position: relative;
    text-align: left;
  }
  .tbf-get-start__form-textarea__big{
    margin-bottom: 20px;
    margin-top: 16px;
    position: relative;
    text-align: left;
  }
  .tbf-get-start__form-input__big label,
  .tbf-get-start__form-textarea__big label{
    display: block;
    position: absolute;
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: 100;
    left: 0;
    top: 0;
    transition: all 0.15s;
    pointer-events: none;
  }
  .tbf-get-start__form-input__big input,
  .tbf-get-start__form-textarea__big textarea{
    background: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    max-width: 415px;
    width: 100%;
    color: #ffffff;
    font-size: 1.2rem;
    height: auto;
    line-height: 1.4rem;
    font-weight: 100;
    padding: 0;
  }
  .tbf-get-start__form-textarea__big textarea{
    resize: none;
    overflow: hidden;
  }
  .tbf-get-start__form-input__big input:focus,
  .tbf-get-start__form-textarea__big textarea:focus{
    outline: none;
  }
  .tbf-get-start__form-input__big input:focus + label,
  .tbf-get-start__form-input__big input.dirty + label,
  .tbf-get-start__form-textarea__big textarea:focus + label,
  .tbf-get-start__form-textarea__big textarea.dirty + label{
    font-size: 1.1rem;
    top: -23px;
  }

  .tbf-get-start__form-input__big input.in-valid,
  .tbf-get-start__form-textarea__big textarea.in-valid{
    border-bottom: 1px solid #f45959;
  }

/* Question block */
.tbf-questions__block{
  padding-top: 75px;
  padding-bottom: 56px;
}
  .tbf-questions__block h1{
    font-size: 2.142rem;
    margin-bottom: 64px;
  }
  .tbf-questions__list{
    width: 100%;
    max-width: 1140px;
    margin: auto;
    font-size: 0;
  }
    .tbf-questions__element{
      box-sizing: border-box;
      display: inline-block;
      vertical-align: top;
      font-size: 1rem;
      text-align: center;
      padding: 0 7.2%;
      width: 31%;
    }
    .tbf-questions__element:first-child{
      padding-left: 0;
    }
    .tbf-questions__element:last-child{
      padding-right: 0;
    }
    .tbf-questions__element:nth-child(2){
      width: 38%;
    }
    .tbf-questions__element:nth-child(1) img{
      margin-top: 7px;
      margin-bottom: 47px;
    }
    .tbf-questions__element:nth-child(2) img{
      margin-top: 9px;
      margin-bottom: 48px;
    }
    .tbf-questions__element img{
      display: block;
      margin-bottom: 40px;
    }
    .tbf-questions__element a{
      color: #0d75cd;
      text-decoration: none;
      font-size: 1.714rem;
    }
    .tbf-questions__element p{
      color: #232331;
      font-weight: 300;
      line-height: 1.62;
    }

    .tbf-blog-icon{
      width: 85px;
      margin: auto;
    }
    .tbf-faq-icon{
      width: 104px;
      margin: auto;
      margin-top: -2px;
    }
    .tbf-feedback-icon{
      width: 82px;
      margin: auto;
    }


/* FAQ page */
.tbf-faq-page{
  max-width: 1280px;
  width: 100%;
  margin: auto;
}
  .tbf-faq-page h1{
    text-align: left;
    font-size: 3.428rem;
    font-weight: 300;
    color: #232331;
    padding: 0 5%;
  }
  .tbf-faq-search{
    display: none;
    box-sizing: border-box;
    border: none;
    padding: 5px 0;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #deecf8;
    color: #0d75cd;
    font-size: 1.285rem;
    font-weight: 300;
  }
  .tbf-faq-search::-webkit-input-placeholder {color:#0d75cd;}
  .tbf-faq-search::-moz-placeholder          {color:#0d75cd;}/* Firefox 19+ */
  .tbf-faq-search:-moz-placeholder           {color:#0d75cd;}/* Firefox 18- */
  .tbf-faq-search:-ms-input-placeholder      {color:#0d75cd;}
  .tbf-faq-search:focus{
    outline: none;
  }

  .tbf-faq-block{
    position: relative;
    width: 100%;
  }
  .tbf-faq-navigation-container{
    position: absolute;
    top: 0;
    left: 0;
  }
  .tbf-faq-navigation-container.fixed{
    position: fixed;
    top: 145px;
    left: 0;
  }
  .tbf-faq-navigation{
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 4px;
  }
  .tbf-faq-navigation li{
    height: 28px;
    line-height: 28px;
    padding-left: 20px;
  }
  .tbf-faq-navigation li.active{
    border-left: 2px solid #2482d1;
    padding-left: 18px;
  }
  .tbf-faq-navigation li.active a{
    color: #2482d1;
  }
  .tbf-faq-navigation li a{
    color: #232331;
    font-size: 1.142rem;
    text-decoration: none;
  }

  .tbf-faq-answers{
    margin-left: auto;
    width: 82.8%;
  }
  .tbf-faq-answers h2{
    font-size: 1.714rem;
    font-weight: 300;
    color: #232331;
    margin: 0 0 25px 0;
    padding: 0;
  }

  .tbf-faq-list{
    margin: 0 0 57px 0;
    padding: 0;
    list-style: none;
  }
    .tbf-faq-element{
      max-height: 59px;
      overflow: hidden;
      transition: all 0.4s;
    }
    .tbf-faq-element:last-child{
      border-bottom: 1px solid #deecf8;
    }
    .tbf-faq-question{
      height: 58px;
      line-height: 58px;
      color: #0d75cd;
      font-size: 1.142rem;
      padding: 0 30px;
      border: 1px solid #deecf8;
      border-bottom: none;
      position: relative;
      cursor: pointer;
    }
      .tbf-faq-question:after{
        display: block;
        width: 5px;
        height: 5px;
        content: "";
        position: absolute;
        right: 20px;
        top: 24px;
        border-bottom: 1px solid #0d75cd;
        border-right: 1px solid #0d75cd;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transition: all 0.3s;
      }
      .tbf-faq-question p{
        display: inline-block;
        padding: 0;
        margin: 0;
        line-height: 1.62;
        font-weight: 500;
        vertical-align: middle;
      }

    .tbf-faq-answer{
      background: #f9fbfd;
      border: 1px solid #deecf8;
      border-bottom: none;
      padding: 30px;
      color: #232331;
      line-height: 1.62;
      font-size: 1.142rem;
      font-weight: 300;
      transition: all 0.3s;
    }
    .tbf-faq-answer *:first-child{
      margin-top: 0;
    }
    .tbf-faq-answer *:last-child{
      margin-bottom: 0;
    }
  .tbf-faq-element.tbf-faq-element__openned{
    max-height: 1000px;
    transition: all 1.2s;
  }
  .tbf-faq-element.tbf-faq-element__openned .tbf-faq-answer{
    display: block;
    transition: all 0.3s;
  }
  .tbf-faq-element.tbf-faq-element__openned .tbf-faq-question:after{
    transform: rotate(-135deg);
    top: 28px;
    transition: all 0.3s;
  }

  .tbf-faq-header{
    margin-bottom: 70px;
  }


.tbf-about-us__block{
  padding-top: 27px;
  padding-bottom: 80px;
  position: relative;
}
  .tbf-about-us__block h1{
    text-align: left;
    margin-bottom: 74px;
    padding: 0;
  }
  .tbf-about-us__block p{
    font-size: 1.142rem;
    color: #232331;
    line-height: 1.62;
  }
  .tbf-about-us__block p.tbf-hero-text{
    font-size: 2.142rem;
    font-weight: 300;
    color: #47535d;
    line-height: 1.62;
    margin-bottom: 47px;
  }
  .tbf-about-us__block p.tbf-hero-text strong{
    color: #232331;
    font-weight: 400;
  }
  .tbf-about-us__cover{
    height: 100%;
    position: absolute;
    background-image: url(../images/features-pms.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
  }

.tbf-founder__block{
  background-color: #f9fbfd;
  padding-top: 80px;
}

  .tbf-founder__block .row{
    position: relative;
  }
  .tbf-founder__block h2{
    color: #232331;
    font-size: 2.142rem;
    font-weight: 300;
  }
  .tbf-founder__block p{
    font-size: 1.142rem;
    font-weight: 300;
    color: #232331;
    line-height: 1.5;
    margin-bottom: 25px;
  }
  .tbf-founder__block p strong{
    font-weight: 400;
  }
  .tbf-founder__block p a{
    color: #0d75cd;
    text-decoration: none;
    font-weight: 400;
  }
  .tbf-founder__block p a:hover{
    text-decoration: underline;
  }

  .tbf-founder__content{
    padding-bottom: 0;
  }

  /* .tbf-founder__photo{
    position: absolute;
    height: 100%;
    background-image: url('../images/founder.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  .tbf-founder__photo img{
    display: block;
  } */

  .tbf-founder__caption{
    text-align: center;
  }
  .tbf-founder__img-wrapper{
    display: block;
    text-align: center;
    font-size: 0;
    width: 100%;
  }
  .tbf-founder__img{
    max-width: 50%;
  }


.tbf-rocket{
  position: relative;
  background-color: rgba(255,255,255,0.3);
  bottom: -75px;
  z-index: 1;
}
.tbf-rocket img{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.tbf-static-text-page{
  margin-bottom: 100px;
}


#drift-widget{
  bottom: 64px !important;
}

#map{
  height: 410px;
}


.tbf-contacts-page h1{
  text-align: left;
}
.tbf-contacts-page h2{
  font-weight: 300;
}
.tbf-contacts-page a{
  color: #0d75cd;
  text-decoration: none;
  font-weight: 400;
}
.tbf-contacts-page a.phone-link{
  color: #232331;
  background-image: url(../images/phone.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  padding-left: 20px;
}
.tbf-contacts-page p strong{
  font-weight: 400;
}

.tbf-contacts-page{
  margin-bottom: 70px;
}

.tbf-contacts-page__content{
  padding-bottom: 350px;
}

.tbf-contacts-map{
  position: absolute !important;
  bottom: 231px;
  left: 0;
  width: 100%;
}


.tbf-testimonial__video{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255,255,255,0.8);
  z-index: 100;
  display: none;
}
.tbf-testimonial__video.active{
  display: block;
}
.tbf-testimonial__video-content{
  width: 560px;
  height: 315px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -280px;
  margin-top: -157px;
}

.tbf-mobile-toggle{
  display: none;
}

.tbf-close-menu{
  display: none;
}

#fixer{
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100px;
}

.tbf-white-label-start{
  background: #2478D1;
  color: #ffffff;
  background-image: url('../images/wlp-start.svg');
  background-repeat: no-repeat;
  background-position: 20% 196px;
}
.wlp-features{
  margin: 100px 8.33%;
  padding: 0;
}
.wlp-feature{
  padding: 10px;
}
.wlp-feature-content{
  height: 240px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(140,148,149,0.25);
  -moz-box-shadow: 0px 0px 60px 0px rgba(140,148,149,0.25);
  box-shadow: 0px 0px 60px 0px rgba(140,148,149,0.25);
  position: relative;
}
.wlp-feature-icon{
  width: 40%;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wlp-feature-icon img{
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.wlp-feature-text{
  width: 60%;
  left: 40%;
  position: absolute;
  box-sizing: border-box;
  padding: 10px 100px 10px 10px;
  top: 50%;
  transform: translateY(-50%);
}
.wlp-feature-text strong{
  font-size: 24px;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}

.tbf-white-label-hero{
  min-height: 700px;
  padding-top: 120px;
  box-sizing: border-box;
  background-image: url('../images/wlp-hero.svg');
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 37% 56%;
}

.tbf-white-label-hero h1{
  text-align: left;
  padding: 0;
}
.tbf-white-label-hero p.tbf-white-label-hero-description{
  font-size: 30px;
  margin-top: -0.67em;
}
.tbf-white-label-hero p{
  font-size: 1.15rem;
}
.tbf-white-label-hero p:last-child{
  margin-bottom: 0;
}
.tbf-white-label-hero p a{
  color: #0D75CD;
  text-decoration: none;
}
.tbf-white-label-hero p a:hover{
  text-decoration: underline;
}
.tbf-white-label-hero-links{
  margin-top: 120px;
  margin-bottom: 90px;
}
.tbf-white-label-hero-links a{
  color: #0D75CD;
  font-size: 1.15em;
  text-decoration: none;
  line-height: 48px;
  margin: 0 23px;
  display: inline-block;
}
.tbf-white-label-hero-links a:first-child{
  margin-left: 0;
}
.tbf-white-label-hero-links a:last-child{
  margin-right: 0;
}

.tbf-white-label-hero-links a.tbf-white-label-hero-got-it-link{
  height: 48px;
  line-height: 48px;
  padding: 0 83px;
  background-color: #06BB24;
  color: #ffffff;
  border-radius: 24px;
}

.tbf-white-label-start-content{
  margin-top: 170px;
  margin-bottom: 180px;
}

.tbf-white-label-start-content h2{
  font-size: 32px;
  font-weight: 300;
}
.tbf-white-label-start-content h2 strong{
  font-weight: 500;
}
.tbf-white-label-start-content p{
  font-size: 1.15em;
  margin-bottom: 1.15em;
}



/* Sliders */
input[type=range] {
  -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
  width: 100%; /* Specific width is required for Firefox. */
  background: transparent; /* Otherwise white in Chrome */
  margin: 54px 0 70px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]:focus {
  outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;

  /* Hides the slider so custom styles can be added */
  background: transparent; 
  border-color: transparent;
  color: transparent;
}


/* Special styling for WebKit/Blink */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #0B83DB;
  height: 58px;
  width: 58px;
  border-radius: 5px;
  background: #0B83DB;
  background-image: url('../images/slider-bg.svg');
  background-repeat: no-repeat;
  background-position: center 46px;
  cursor: pointer;
  margin-top: -28px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
}

/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
  border: 1px solid #0B83DB;
  height: 58px;
  width: 58px;
  border-radius: 5px;
  background: #0B83DB;
  background-image: url('../images/slider-bg.svg');
  background-repeat: no-repeat;
  background-position: center 46px;
  cursor: pointer;
}

/* All the same stuff for IE */
input[type=range]::-ms-thumb {
  border: 1px solid #0B83DB;
  height: 58px;
  width: 58px;
  border-radius: 5px;
  background: #0B83DB;
  background-image: url('../images/slider-bg.svg');
  background-repeat: no-repeat;
  background-position: center 46px;
  cursor: pointer;
}


input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: rgba(147, 158, 168, 0.3);
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #939EA8;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: rgba(147, 158, 168, 0.3);
}

input[type=range]::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 2px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: rgba(147, 158, 168, 0.3);
}
input[type=range]:focus::-ms-fill-lower {
  background: rgba(147, 158, 168, 0.3);
}
input[type=range]::-ms-fill-upper {
  background: rgba(147, 158, 168, 0.3);
}
input[type=range]:focus::-ms-fill-upper {
  background: rgba(147, 158, 168, 0.3);
}

.tbf-white-label-faq{
  margin-top: 100px;
}

.tbf-white-label-faq ul{
  margin: 0;
  padding: 0;
}
.tbf-white-label-faq ul li{
  list-style: none;
  margin-bottom: 100px;
  position: relative;
}
.tbf-white-label-faq ul li:before{
  width: 40px;
  height: 1px;
  content: ' ';
  position: absolute;
  top: 24px;
  left: -83px;
  background: #0B83DB;
}
.tbf-white-label-faq ul li p.question{
  font-size: 2.14em;
  color: #232331;
}
.tbf-white-label-faq ul li p{
  font-size: 1.14em;
  font-weight: 300;
}
.tbf-white-label-faq ul li p strong{
  font-weight: 400;
}

.tbf-google-form iframe{
  min-height: 1280px;
  border: none;
  margin-bottom: 120px;
}

.mobile-only{
  display: none !important;
}


.tbf-plan-list{
  font-size: 0;
}
.tbf-plan-list .tbf-plan{
  max-width: 270px;
  margin: 0 10px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 50px;
  position: relative;
  overflow: visible;
}
.tbf-plan-description{
  font-size: 1em;
  margin-top: -15px;
  color: #939EA8;
  height: 60px;
}
.tbf-plan h2{
  margin-bottom: 0;;
}
.tbf-plan__price small{
  font-size: 1rem;
  font-weight: 300;
}

.tbf-plan-info{
  background: #F9FBFD;
  border: 1px solid #D8E3EE;
  border-radius: 10px;
  height: 150px;
  margin-left: -1px;
  margin-right: -1px;
  margin-bottom: -1px;
  padding: 25px 20px;
  box-sizing: border-box;
  /* position: absolute;
  margin-top: -15px; */
}
.tbf-plan-info p{
  margin: 0;
}
.tbf-plan a{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%,50%,0);
}
.tbf-plan__price{
  font-size: 0;
}
.tbf-plan__price strong{
  font-size: 2.571rem;
}

.tbf-plan-all-in-one a{
  background-color: #06BB24;
}
.tbf-plan-all-in-one:before{
  content: "";
  display: block;
  position: absolute;
  background-image: url('../images/featured.svg');
  width: 32px;
  height: 55px;
  top: -3px;
  right: 21px;
}

.tbf-hero-description,
.tbf-info-description{
  text-align: center;
  color: #939EA8;
  font-size: 1.42em;
  margin-top: -15px;
  padding: 0 5%;
}
.tbf-prices{
  position: relative;
}

.tbf-price-input-group{
  text-align: center;
  font-size: 1.42rem;
  margin: 40px 0 50px;
}

.tbf-plan-price.contact-us small {
  display: none;
}

.tbf-price-input-group input{
  background: #fff;
  border: 1px solid #d8e3ee;
  border-radius: 10px;
  color: #939ea8;
  text-align: center;
  font-size: 1.142rem;
  height: 36px;
  width: 55px;
}

.tbf-price-input-group input:focus{
  outline: none;
}

.tbf-price-input-group label{
  color: #232331;
  font-weight: 400;
  margin-right: 15px;
}

.tbf-prices .tbf-plan__desktop-only {
  opacity: 1;
  height: auto;
}

.tbf-prices .tbf-plan__mobile-only {
  opacity: 0;
  height: 0;
}

.tbf-prices .tbf-plan-image-list,
.tbf-prices .tbf-plan-info-list {
  display: block;
  position: relative;
  white-space: nowrap;
  width: 528px;
}

.tbf-prices .tbf-plan-img:first-child {
  margin-left: 0;
}

.tbf-prices .tbf-plan-info-new:first-child {
  margin-left: 0;
}

.tbf-prices .tbf-plan-img:last-child {
  margin-right: 0;
}

.tbf-prices .tbf-plan-info-new:last-child {
  margin-right: 0;
}

.tbf-prices .tbf-plan-info-wrapper:nth-child(3) {
  transform: translateX(0);
}

.tbf-prices .tbf-plan-info-wrapper:nth-child(4) {
  transform: translateX(274px);
}

.tbf-prices .tbf-plan-list-content-new h2 {
  height: 60px;
  line-height: 60px;
  margin: 0;
  color: #232331;
  font-size: 1.714rem;
  font-weight: 400;
}

.tbf-prices .tbf-plan-list-content-new p {
  font-weight: 300;
}

.tbf-prices .tbf-plan-list-content-new  .tbf-plan-description {
  white-space: normal;
  margin-top: -10px;
  height: 60px;
}

.tbf-prices .tbf-plan-img img {
  max-width: 100%;
  width: auto;
  margin: 0 auto 20px;
}

.tbf-prices .tbf-plan-price {
  display: block;
  font-weight: 300;
  text-align: center;
  padding-bottom: 7px;
}

.tbf-prices .tbf-plan-price strong {
  font-weight: 400;
  font-size: 2.571rem;
}

.tbf-prices .tbf-plan-price small {
  font-size: 1rem;
  font-weight: 300;
}

.tbf-prices-footer{
  background: #fff;
  border: 1px solid #d8e3ee;
  border-radius: 10px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 40px 0 0;
  padding: 25px 20px;
  max-width: 83.3%;
}

.tbf-prices-footer h2{
  line-height: 1.62;
  color: #232331;
  display: block;
  float: left;
  font-size: 1.714rem;
  font-weight: 400;
  margin-top: 0;
  width: 60%;
}

.tbf-prices-footer span{
  display: block;
  text-align: right;
  float: right;
  width: 40%;
}

.tbf-prices-footer span::after{
  content: '';
  clear: both;
}

.tbf-prices-footer span strong{
  font-size: 1.714rem;
  font-weight: 400;
}

.tbf-prices-footer span small{
  font-size: 1rem;
  font-weight: 300;
}

.tbf-prices-footer p{
  color: #939ea8;
  font-size: 1.142rem;
  margin: -15px 0 0;
  line-height: 1.62;
  clear: both;
  text-align: center;
}

.tbf-features-table{
  position: relative;
  margin-top: 110px;
}
.tbf-features-titles{
  width: 30%;
  float: left;
}
.tbf-features-titles h2{
  height: 72px;
  line-height: 72px;
  margin: 0;
  position: relative;
}
.tbf-features-titles h2 span{
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.tbf-features-titles ul{
  padding: 0;
  margin: 0;
}
.tbf-features-titles ul li{
  line-height: 60px;
  color: #232331;
  font-weight: 400;
  font-size: 1.14em;
  list-style: none;
}
.tbf-features-titles ul li:after{
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #D1E1F2;
  position: absolute;
}
.tbf-features-titles ul li:last-child:after{
  display: none;
}
.tbf-features-blocks{
  width: 70%;
  float: left;
}
.tbf-features-block{
  width: 47%;
  margin: 0 0 0 3%;
  float: left;
  border: 1px solid #D8E3EE;
  border-radius: 10px;
  box-sizing: border-box;
}
.tbf-features-block-checks{
  background-color: #F9FBFD;
  border: 1px solid #D8E3EE;
  border-radius: 10px;
  margin-left: -1px;
  margin-left: -1px;
  margin-bottom: -1px;
  width: 100%;
}

.tbf-features-block-title{
  height: 72px;
  line-height: 72px;
  text-align: center;
  font-weight: 500;
  font-size: 1.28em;
}

.tbf-features-block-checks{
  line-height: 60px;
  text-align: center;
}

/* TBF navtab start */

.tbf-navtab{
  border-bottom: 1px solid #deecf8;
}

.tbf-navtab ul{
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

.tbf-navtab ul li{
  display: inline-block;
  padding: 35px 20px;
}

.tbf-navtab ul li a{
  align-items: center;
  display: flex;
  color: #232331;
  text-decoration: none;
  opacity: .7;
  font-size: 14px;
  line-height: 1;
}

.tbf-navtab ul li a.active{
  color: #1c7dd0;
}

.tbf-navtab-icon{
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 6px;
  height: 17px;
  width: 21px;
}

.tbf-navtab-icon__property-management-system{
  background-image: url("../images/feature-icon-property-management-system.svg");
}

.tbf-navtab-icon__channel-manager{
  background-image: url("../images/feature-icon-channel-manager.svg");
}

.tbf-navtab-icon__direct-booking-engine{
  background-image: url("../images/feature-icon-direct-booking-engine.svg");
}

.tbf-navtab-icon__website-builder{
  background-image: url("../images/feature-icon-website-builder.svg");
}

.tbf-navtab-icon__automation{
  background-image: url("../images/feature-icon-automation.svg");
}

/* TBF navtab end */

/* TBF Features section start */

/* Common styles  start */

.tbf-channel-manager-info,
.tbf-booking-engine-info,
.tbf-automation-info{
  background-color: #0a6ac2;
  color: #fff;
  font-size: 0;
  text-align: center;
  padding-top: 6.928rem;
}

.tbf-property-management-system-info h1,
.tbf-channel-manager-info h1,
.tbf-booking-engine-info h1,
.tbf-automation-info h1{
  font-size: 3.428rem;
  font-weight: 300;
  margin: 0 0 2rem;
  padding: 0 5%;
}

.tbf-property-management-system-info p,
.tbf-channel-manager-info p,
.tbf-booking-engine-info p,
.tbf-website-builder-info p,
.tbf-automation-info p{
  line-height: 1.62;
  font-size: 1.428rem;
  font-weight: 300;
  margin: 0 0 3.857rem;
  padding: 0 5%;
}

h2.tbf-title{
  color: #232331;
  line-height: 1;
  font-size: 3.428rem;
  font-weight: 300;
  text-align: center;
  margin: 0 0 2rem;
  padding: 0 5%;
}

p.tbf-subtitle{
  color: #939ea8;
  line-height: 1.62;
  font-size: 1.428rem;
  font-weight: 300;
  text-align: center;
  margin: 0 0 3.857rem;
  padding: 0 5%;
}

span.badge{
  position: relative;
}

span.badge::before{
  color: #0d75cd;
  content: attr(data-content);
  font-size: .786rem;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-65%, -100%);
}

span.badge.badge__new::before{
  color: #f51212;
}

/* Common styles  end */

/* TBF Property Management System page start */

.tbf-property-management-system-info{
  padding-top: 5.071rem;
  text-align: center;
  font-size: 0;
}

.tbf-property-management-system-info h1{
  color: #232331;
}

.tbf-property-management-system-info p{
  color: #939ea8;
}

.tbf-img{
  max-width: 100%;
  height: auto;
}

.tbf-property-management-system-booking-manager{
  color: #232331;
  height: 550px;
  width: 1430px;
  padding: 6.357rem 0 3.357rem;
  margin: auto;
  display: block;
}

.tbf-property-management-system-booking-manager h2{
  font-size: 2.57rem;
  font-weight: 300;
  margin: 0 0 1.85rem;
  white-space: nowrap;
}

.tbf-property-management-system-booking-manager p{
  font-size: 1.14rem;
  font-weight: 300;
}

.tbf-property-management-system-booking-manager .tbf-property-management-system-booking-manager__image{
  display: inline-block;
  position: relative;
  width: 65%;
  height: 550px;
  float: right;
  z-index: 1;
}

.tbf-property-management-system-booking-manager .tbf-property-management-system-booking-manager__image img{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.tbf-property-management-system-booking-manager .tbf-property-management-system-booking-manager__content{
  background-color: #FFF;
  display: inline-block;
  position: relative;
  width: 34%;
  height: 550px;
  float: left;
  z-index: 3;
}

.tbf-property-management-system-booking-manager__content-wrapper{
  width: 70%;
  margin-left: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.tbf-property-management-system-mobile{
  background-color: #2478D1;
  text-align: center;
  padding-top: 6.786rem;
  font-size: 0;
}

.tbf-property-management-system-mobile h2.tbf-title{
  color: #fff;
}

.tbf-property-management-system-mobile p.tbf-subtitle{
  color: #fff;
}

.tbf-property-management-system-properties{
  padding: 10.571rem 0 7.357rem;
}

.tbf-property{
  position: relative;
  height: 186px;
  width: 100%;
  max-width: 873px;
  padding: 50px 0;
  margin: auto;
}

.tbf-property:nth-child(even) .tbf-property__image{
  float: left;
}
.tbf-property:nth-child(even) .tbf-property__image img{
  left: 0;
  transform: translate(0, -50%);
}

.tbf-property:nth-child(even) .tbf-property__contant{
  float: right;
}

.tbf-property:nth-child(odd) .tbf-property__image{
  float: right;
}
.tbf-property:nth-child(odd) .tbf-property__image img{
  left: 100%;
  transform: translate(-100%, -50%);
}

.tbf-property:nth-child(odd) .tbf-property__contant{
  float: left;
}

.tbf-property__image{
  display: inline-block;
  width: 37%;
  height: 186px;
}

.tbf-property__image img{
  position: relative;
  top: 50%;
}

.tbf-property__contant{
  display: inline-block;
  height: 186px;
  width: 62%;
}

.tbf-property__contant-wrapper{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.tbf-property__contant h2{
  color: #232331;
  font-size: 2.57rem;
  font-weight: 300;
  margin: 0 0 2.57rem 0;
}

.tbf-property__contant p{
  color: #232331;
  font-size: 1.14rem;
  font-weight: 300;
}

.clear{
  clear: both;
}

.tbf-modules{
  background-color: #F9FBFD;
  padding-top: 7rem;
  position: relative;
}

.tbf-modules ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
  /* width: 100%; */
}

.tbf-modules ul li{
  display: inline-block;
}

.tbf-modules-nav{
  margin-bottom: 1px;
  position: relative;
  width: 80vw;
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
}

.tbf-modules-navbar{
  position: relative;
  font-size: 0;
}

.tbf-modules-nav li{
  padding: 0 22.5px;
}

.tbf-modules-nav ul li button{
  background: transparent;
  border: 0;
  cursor: pointer;
  color: #232331;
  display: block;
  text-decoration: none;
  font-size: 1.14rem;
  font-weight: 400;
  outline: 0;
  padding: 18px 0;
}

.tbf-modules-nav ul li button:hover,
.tbf-modules-nav ul li button.active{
  position: relative;
  color: #0D75CD;
  outline: 0;
}

.tbf-modules-line{
  background-color: #0D75CD;
  content: '';
  display: block;
  height: 1px;
  width: 0;
  padding: 0 !important;
  position: absolute;
  top: 100%;
  left: 0;
  transition: all 500ms ease;
}

.tbf-modules-browser{
 position: relative;
}

.tbf-browser-arrow{
  position: absolute;
  top: 50%;
  width: 20px;
  height: 0;
  border-top: 2px solid #0d75cd;
  cursor: pointer;
  opacity: 0;
}

.tbf-browser-arrow__left{
  left: 7px;
  border-left: 2px solid #0d75cd;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.tbf-browser-arrow__right{
  right: 7px;
  border-right: 2px solid #0d75cd;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.tbf-browser-header{
  align-items: center;
  background-color: #fff;
  border: 1px solid #D2E5F4;
  box-sizing: border-box;
  display: flex;
  padding: 0 20px;
  height: 40px;
  width: 80vw;
  max-width: 1240px;
  margin: auto;
}

.tbf-browser-header .tbf-browser-circle,
.tbf-browser-header .tbf-browser-path-input{
  border: 1px solid #D2E5F4;
  border-radius: 20px;
  margin-left: 3px;
  height: 15px;
  width: 15px;
}

.tbf-browser-header .tbf-browser-path-input{
  margin-left: 15px;
  width: 90%;
}

.tbf-browser-content{
  background-color: #fff;
  border-left: 1px solid #D2E5F4;
  border-right: 1px solid #D2E5F4;
  overflow-x: hidden;
  height: auto;
  font-size: 0;
  position: relative;
}

.tbf-browser-content,
.tbf-module{
  width: 80vw;
  max-width: 1240px;
  margin: auto;
  box-sizing: border-box;
  overflow: hidden;
}

.tbf-modules-list{
  display: inline-block;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  transition: left 500ms ease;
  position: relative;
  left: 0;
  height: auto;
  font-size: 0;
  overflow: hidden;
}

.tbf-module{
  background-size: auto 75%;
  background-position: center bottom;
  background-repeat: no-repeat;
  border-bottom: 0;
  display: inline-block;
  position: relative;
  text-align: center;
  transition: all 500ms ease;
  vertical-align: bottom;
  margin-bottom: -1px;
}

.tbf-module h3{
  color: #232331;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 2.571rem 0 1.714rem;
}

.tbf-module p{
  text-align: center;
  font-size: 1.14rem;
  color: #232331;
  line-height: 1.2;
  white-space: normal;
  margin: 0 0 2.857rem;
}

.tbf-module-image__wrapper{
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
  width: 100%;
  height: 32vw;
  max-height: 458px;
}

.tbf-module-image__wrapper .tbf-module-img{
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 100%;
  transform: translateY(-100%);
}

.tbf-module-image__wrapper .tbf-module-img.tbf-module-img__center{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.tbf-module-image__wrapper .tbf-module-img.tbf-module-img__fullWidth{
  max-height: none;
  height: auto;
}

/* TBF Property Management System page end */

/* TBF Channel Manager page start */

.tbf-channel-manager-connection{
  font-size: 0;
  padding-top: 10.321rem;
  padding-bottom: 6.464rem;
}

.tbf-channel-manager-connection h2.tbf-title{
  margin-bottom: 2.5rem;
}

.tbf-channel-manager-connection p.tbf-subtitle{
  margin-bottom: 5.607rem;
}

.tbf-plan-list-new {
  display: block;
  position: relative;
  white-space: nowrap;
  text-align: center;
  font-size: 0;
}

.tbf-plan-list-content-new {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  white-space: nowrap;
  padding-bottom: 86px;
}

.tbf-plan-img {
  border: 1px solid #d8e3ee;
  border-radius: 9px;
  text-align: center;
  margin: 0 10px;
  padding-bottom: 15px;
}

.tbf-plan-img img{
  max-width: 100%;
  width: auto;
  margin: 43px auto 39px;
}

.tbf-channel-manager-connection .tbf-plan-image-list,
.tbf-channel-manager-connection .tbf-plan-info-list {
  display: block;
  position: relative;
  white-space: nowrap;
  width: 1096px;
}

.tbf-plan-info-list {
  margin-top: -15px;
}

.tbf-plan-info-new {
  padding-top: 30px;
  padding-bottom: 37px;
  margin: 0 10px;
  white-space: normal;
  text-align: center;
  vertical-align: top;
  position: relative;
  z-index: 2;
}

.tbf-plan-info-wrapper {
  background: #f9fbfd;
  border: 1px solid #d8e3ee;
  border-radius: 10px;
  line-height: 100%;
  height: 100%;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.tbf-plan-img,
.tbf-plan-info-new,
.tbf-plan-info-wrapper {
  box-sizing: border-box;
  display: inline-block;
  width: 254px;
  padding-right: 20px;
  padding-left:  20px;
}

.tbf-plan-info-wrapper:nth-child(5) {
  transform: translateX(10px);
}

.tbf-plan-info-wrapper:nth-child(6) {
  transform: translateX(284px);
}

.tbf-plan-info-wrapper:nth-child(7) {
  transform: translateX(558px);
}

.tbf-plan-info-wrapper:nth-child(8) {
  transform: translateX(832px);
}

.tbf-plan-info-new h2 {
  font-size: 1.429rem;
  font-weight: 500;
  height: initial;
  line-height: 1;
  margin: 0 0 10px;
}

.tbf-plan-list-content-new .tbf-plan-description {
  margin: 0 0 15px;
  color: #939EA8;
  height: auto;
}

.tbf-plan-list-content-new p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.62;
  margin: 0;
}

.tbf-plan-list-content-new a {
  background-color: #0d75cd;
  border-radius: 18px;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  display: block;
  height: 36px;
  min-width: 173px;
  width: auto;
  padding: 0 18px;
  text-decoration: none;
  text-align: center;
  transform: translate(-50%, 50%);
  position: absolute;
  left: 50%;
  line-height: 36px;
  font-size: 1rem;
  font-weight: 500;
}

.tbf-plan-indicators {
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -100%);
  text-align: center;
  width: 100%;
  z-index: 2;
  opacity: 0;
  line-height: 0;
  height: 0;
}

.tbf-plan-indicator {
  background-color: rgba(128,128,128,0.4);;
  border-radius: 999px;
  cursor: pointer;
  display: inline-block;
  margin: 0 3px;
  width: 6px;
  height: 6px;
  vertical-align: middle;
}

.tbf-plan-indicator.active {
  background-color:  #0d75cd;
}

.tbf-plan-indicators .tbf-plan-arrow[data-direction="to-left"],
.tbf-plan-indicators .tbf-plan-arrow[data-direction="to-right"] {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-top: 2px solid #0d75cd;
  cursor: pointer;
  opacity: 1;
  vertical-align: middle;
}

.tbf-plan-indicators .tbf-plan-arrow[data-direction="to-left"] {
  left: 0;
  border-left: 2px solid #0d75cd;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-right: 37px;
}

.tbf-plan-indicators .tbf-plan-arrow[data-direction="to-right"] {
  right: 0;
  border-right: 2px solid #0d75cd;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 37px;
}

.tbf-channel-manager-properties{
  background-color: #f9fbfd;
  padding: 7.071rem 0 4.571rem;
  width: 100%;
}

.tbf-carousel{
  overflow: hidden;
  position: relative;
  height: 598px;
  width: 100%;
}

.tbf-carousel-content{
  width: 100%;
  overflow: hidden;
  position: relative;
}

.tbf-carousel__arrow-left,
.tbf-carousel__arrow-right{
  position: absolute;
  top: 253px;
  transform: translateY(-50%);
  width: 20px;
  height: 0;
  border-top: 2px solid #0d75cd;
  cursor: pointer;
  opacity: 0;
}

.tbf-carousel-indicators__arrow-left,
.tbf-carousel-indicators__arrow-right{
  display: inline-block;
  width: 20px;
  height: 20px;
  border-top: 2px solid #0d75cd;
  cursor: pointer;
  opacity: 1;
  vertical-align: middle;
}

.tbf-carousel__arrow-left,
.tbf-carousel-indicators__arrow-left{
  left: 37px;
  border-left: 2px solid #0d75cd;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.tbf-carousel-indicators__arrow-left{
  left: 0;
  margin-right: 37px;
}

.tbf-carousel__arrow-right,
.tbf-carousel-indicators__arrow-right{
  right: 37px;
  border-right: 2px solid #0d75cd;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.tbf-carousel-indicators__arrow-right{
  right: 0;
  margin-left: 37px;
}

.tbf-cards-list{
  display: inline-block;
  font-size: 0;
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow-y: hidden;
}

.tbf-cards-list .tbf-card{
  display: inline-block;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(140, 148, 149, 0.15);
  box-sizing: border-box;
  text-align: center;
  vertical-align: top;
  margin: 12px;
  overflow: hidden;
  padding: 69px 44px 42px;
  height: 505px;
  width: 340px;
}

.tbf-card h3{
  color: #232331;
  line-height: 1.2;
  font-size: 1.714rem;
  font-weight: 500;
  margin: 0 0 21px;
  white-space: normal;
}

.tbf-card p{
  color: #232331;
  line-height: 1.2;
  font-size: 1.357rem;
  font-weight: 300;
  margin: 0;
  white-space: normal;
}

.tbf-cards-list .tbf-card img{
  margin: auto;
  margin-bottom: 52px;
}

.tbf-carousel-indicators{
  display: inline-block;
  line-height: 50px;
  height: 50px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -100%);
  text-align: center;
  width: 100%;
}

.tbf-carousel-indicator{
  background-color: #cbd1d7;
  border-radius: 999px;
  cursor: pointer;
  display: inline-block;
  margin: 0 3px;
  width: 6px;
  height: 6px;
  vertical-align: middle;
}

.tbf-carousel-indicator.active{
  background-color: #0d75cd;
}
/* TBF Channel Manager page end */

/* TBF Booking Engine page start */

.tbf-booking-engine-info{
  padding-top: 6.5rem;
}

.tbf-booking-engine-manual{
  background-color: #f9fbfd;
  padding: 7.57rem 0 6.857rem;
  width: 100%;
}

.tbf-booking-engine-manual h2{
  margin-bottom: 5.643rem;
}

.tbf-steps-list{
  position: relative;
  width: 100%;
}

.tbf-step{
  border-left: 2px solid transparent;
  box-sizing: border-box;
  padding: 0 2.143rem;
  margin-bottom: 2.857rem;
  margin-left: auto;
  width: 39%;
}

.tbf-step.active{
  border-left: 2px solid #1c7dd0;
}

.tbf-step:last-child{
  margin-bottom: 0;
}

.tbf-step__content{
  cursor: pointer;
  margin-right: auto;
  width: 100%;
  max-width: 325px;
}

.tbf-step__image-wrapper{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  transition: opacity 500ms ease;
}

.tbf-step.active .tbf-step__image-wrapper{
  opacity: 1;
}

.tbf-step__image-wrapper img{
  float: right;
}

.tbf-step h3{
  color: #232331;
  font-size: 1.286rem;
  font-weight: 500;
  margin: 0 0 1.643rem;
}

.tbf-step.active h3{
  color: #0d75cd;
}

.tbf-step p{
  color: #232331;
  line-height: 23px;
  font-size: 1.143rem;
  font-weight: 300;
  margin: 0;
}

.tbf-booking-engine-properties{
  padding: 6.857rem 0 10.571rem;
}

.tbf-booking-engine-properties .tbf-property,
.tbf-booking-engine-properties .tbf-property__image,
.tbf-booking-engine-properties .tbf-property__contant{
  height: 525px;
}

.tbf-booking-engine-properties .tbf-property:last-child,
.tbf-booking-engine-properties .tbf-property:last-child .tbf-property__image,
.tbf-booking-engine-properties .tbf-property:last-child .tbf-property__contant{
  margin: -18px auto;
}

.tbf-booking-engine-properties .tbf-property{
  max-width: 1220px;
}

.tbf-booking-engine-properties .tbf-property__image{
  display: block;
  position: relative;
  width: 49%;
}

.tbf-booking-engine-properties .tbf-property__logos{
  position: relative;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  max-width: 495px;
  max-height: 328px;
  width: 100%;
  height: 100%;
}

.tbf-booking-engine-properties .tbf-property__contant{
  display: block;
  width: 50%;
}

.tbf-booking-engine-properties .tbf-property__contant-wrapper{
  margin: auto;
  width: 100%;
  max-width: 446px;
}

.tbf-booking-engine-properties .tbf-property__contant-wrapper p{
  padding-right: 1.429rem;
  font-size: 1.286rem;
}

.tbf-booking-engine-properties .tbf-property:nth-child(even) .tbf-property__image img.tbf-property-logos,
.tbf-booking-engine-properties .tbf-property:nth-child(odd) .tbf-property__image img.tbf-property-logos{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: auto;
  z-index: 999;
}

.tbf-booking-engine-properties .tbf-property__image .tbf-property__logo-wrapper:nth-child(1),
.tbf-booking-engine-properties .tbf-property__image .tbf-property__logo-wrapper:nth-child(2){
  float: right;
  margin-left: 67px;
}

.tbf-booking-engine-properties .tbf-property__image .tbf-property__logo-wrapper:nth-child(3),
.tbf-booking-engine-properties .tbf-property__image .tbf-property__logo-wrapper:nth-child(4){
  float: left;
  margin-right: 67px;
  margin-top: 12px;
}

.tbf-booking-engine-properties .tbf-property__image .tbf-property__logo-wrapper:nth-child(3) img.tbf-property-logos{
  max-width: 65%;
}

.tbf-booking-engine-properties .tbf-property__image .tbf-property__logo-wrapper:nth-child(2) img.tbf-property-logos{
  max-width: 120%;
  width: auto;
}

.tbf-booking-engine-properties .tbf-property__image .tbf-property__logo-wrapper:nth-child(4) img.tbf-property-logos{
  top: 53%;
}

.tbf-property__logo-wrapper{
  background-color: rgba(233, 242, 250, .5);
  border-radius: 99px;
  display: inline-block;
  position: relative;
  height: 158px;
  width: 158px;
  z-index: 1;
}

.tbf-modules-nav button{
  border-top: 1px solid transparent;
}

.tbf-modules-nav .tbf-module-moreMenu{
  padding: 0;
  position: relative;
  min-width: 115px;
  z-index: 1000;
}

.tbf-module-moreMenu .tbf-module-moreMenuToggle{
  color: #939ea8;
  line-height: 1;
  transition: all 500ms ease;
  text-align: left;
  padding: 22.5px;
  position: relative;
  width: 100%;
  z-index: 1000;
}

.tbf-module-moreMenu .tbf-module-moreMenuToggle .tbf-module-dot{
  background-color: #939ea8;
  border-radius: 100px;
  display: inline-block;
  margin-left: 3px;
  height: 4px;
  width: 4px;
  vertical-align: middle;
}

.tbf-module-moreMenu .tbf-module-moreMenuToggle .tbf-module-dot:first-child{
  margin-left: 8px;
}

.tbf-module-moreMenu .tbf-module-moreMenu-body{
  background-color: #fff;
  border: 1px solid #d2e5f4;
  box-sizing: border-box;
  white-space: nowrap;
  opacity: 0;
  position: absolute;
  padding-top: 46%;
  top: 0;
  transition: opacity 500ms ease;
  left: 0;
  display: block;
  z-index: 1;
  overflow: hidden;
}

.tbf-module-moreMenu.open .tbf-module-moreMenu-body{
  opacity: 1;
}

.tbf-module-moreMenu .tbf-module-moreMenu-body li{
  display: block;
}

.tbf-website-builder-info{
  padding: 5.929rem 0 6.357rem;
}

.tbf-website-builder-info h1{
  font-size: 3.428rem;
  margin: 0 0 2rem;
  padding: 0 5%;
}

.tbf-website-builder-info p.tbf-small{
  font-size: 1.429rem;
  margin: 0 0 7.286rem;
}

.tbf-images-list{
 text-align: center;
}

.tbf-images-list .tbf-image__item{
  display: inline-block;
  margin: 0 50px;
}

.tbf-images-list .tbf-image__item p{
  font-size: 1.143rem;
}

/* TBF Booking Engine page start */

/* TBF Website Builder page start */

.tbf-website-builder-info h1{
  color: #232331;
  font-weight: 300;
  font-size: 3.429rem;
  text-align: center;
}

.tbf-website-builder-info p{
  color: #939EA8;
  font-weight: 300;
  font-size: 1.429rem;
  text-align: center;
}

.tbf-website-builder-templates{
  background-color: #f2f9ff;
  padding: 6.286rem 0 8.643rem;
}

.tbf-website-builder-templates .tbf-browser{
  margin: 10px;
  height: 360px;
  width: 100%;
  max-width: 440px;
}
.tbf-website-builder-templates  .tbf-browser-header{
  border-bottom: 0;
  padding-left: 4px;
  padding-right: 10px;
  height: 19px;
  width: 100%;
}

.tbf-website-builder-templates .tbf-browser-header .tbf-browser-circle {
  margin-left: 2px;
  height: 7px;
  width: 7px;
}

.tbf-website-builder-templates .tbf-browser-header .tbf-browser-path-input {
  margin-left: 5px;
  height: 7px;
  width: 90%;
}

.tbf-website-builder-templates .tbf-browser-content{
  width: 100%;
}

.tbf-browser-footer{
  background-color: #fff;
  border: 1px solid #d2e5f4;
  border-top: 0;
  padding-left: 21px;
  padding-right: 19px;
  height: 69px;
}

.tbf-browser-footer h3,
.tbf-browser-footer p{
  line-height: 69px;
  vertical-align: middle;
  margin: 0;
}

.tbf-browser-footer h3{
  color: #232331;
  float: left;
  font-weight: 300;
  font-size: 1.714rem;
}

.tbf-browser-footer p{
  color: #9fa9b3;
  float: right;
  font-size: .856rem;
  font-weight: 500;
}

.tbf-browser-footer::after{
  content: '';
  clear: both;
}

.tbf-templates-list{
  width: 100%;
  max-width: 925px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.tbf-template{
  display: inline-block;
}

.tbf-website-builder-properties{
  padding: 11.571rem 0 7.921rem;
}

.tbf-website-builder-properties .tbf-properties-list .tbf-property:first-child{
  padding-top: 0;
}

.tbf-website-builder-properties .tbf-properties-list .tbf-property:last-child{
  padding-left: 0;
}

.tbf-website-builder-properties .tbf-property{
  padding: 57px 0;
}

/* TBF Website Builder page end */

/* TBF Automatio page start */

.tbf-automation-info{
  padding-top: 4.786rem;
}

.tbf-automation-info p{
  margin-bottom: 12rem;
}

.tbf-automation-properties{
  position: relative;
}

.tbf-automation-properties .tbf-property,
.tbf-automation-properties .tbf-property__contant,
.tbf-automation-properties .tbf-property__image{
  height: 620px;
}

.tbf-automation-properties .tbf-property{
  padding: 0;
  max-width: 1076px;
}

.tbf-automation-properties .tbf-property__contant,
.tbf-automation-properties .tbf-property__image{
  width: 46%;
}

.tbf-automation-properties .tbf-property__contant h2{
  font-size: 3.429rem;
}

.tbf-automation-properties .tbf-property__contant p{
  font-size: 1.286rem;
}

.tbf-automation-properties .tbf-properties-list::after{
  background-color: #f2f9ff;
  position: absolute;
  bottom: 0;
  content: '';
  left: 0;
  height: 50%;
  width: 100%;
  z-index: -1;
}

.tbf-property ul{
  list-style-type: none;
  margin: 20px 0;
  padding: 0;
}

.tbf-property ul li{
 font-size: 1.143rem;
 font-weight: 500;
 margin: .857rem 0;
 padding-left: 16px;
}

.tbf-property__marker{
  display: inline-block;
  position: relative;
  line-height: 1.62;
}

.tbf-property__marker::before{
  background-color: #0d75cd;
  border-radius: 99px;
  content: '';
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 8px;
  height: 8px;
  width: 8px;
}

.tbf-automation-cards{
  padding: 7.929rem 0 8.214rem;
  position: relative;
  text-align: center;
}

.tbf-automation-cards .tbf-cards-list{
  position: relative;
  white-space: normal;
}

.tbf-automation-cards .tbf-cards-list .tbf-card{
  height: 430px;
  margin: 25px;
}

.tbf-automation-cards .tbf-cards-list .tbf-card img {
  margin-bottom: 74px;
}

.tbf-automation-properties__zapier .tbf-property:nth-child(odd) .tbf-property__contant {
  float: right;
}

.tbf-automation-properties__zapier .tbf-property:nth-child(odd) .tbf-property__image {
  float: left;
}

.tbf-automation-properties__zapier.tbf-automation-properties .tbf-properties-list::after{
  height: 100%;
}
/* TBF Automatio page end */

/* TBF Features section end */

.tbf-enterprise-plan-block{
  display: block;
  pointer-events: none;
  top: 90px;
  position: absolute;
  left: 0px;
  right: 0;
  padding: 2px;
  background: rgba(255,255,255,0.8);
  bottom: -17px;
  opacity: 0;
  transition: opacity .5s;
}
.tbf-enterprise-plan-block.visible{
  opacity: 1;
  display: block;
  pointer-events: all;
  transition: opacity .5s;
}
.tbf-plan-list .tbf-plan.tbf-plan-enterprise{
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(140,148,149,0.25);
  -moz-box-shadow: 0px 0px 60px 0px rgba(140,148,149,0.25);
  box-shadow: 0px 0px 60px 0px rgba(140,148,149,0.25);
  max-width: 350px;
}
.tbf-plan-list .tbf-plan.tbf-plan-enterprise .tbf-plan-info{
  padding-top: 45px;
}