html{
    height: 100%;
}
body{
    font-family: 'Roboto', sans-serif;
    height: 100%;
    font-size: 1rem;
    color: #000;
    font-weight: 400;
}
.p-t-100{
    padding-top: 100px;
}
.p-t-80{
    padding-top: 80px;
}
.p-t-50{
    padding-top: 50px;
}
.p-t-25{
    padding-top: 25px;
}
.p-t-20{
    padding-top: 20px;
}
.p-t-10{
    padding-top: 10px;
}

.p-b-100{
    padding-bottom: 100px;
}
.p-b-50{
    padding-bottom: 50px;
}
.p-t-25{
    padding-bottom: 25px;
}
.p-b-20{
    padding-bottom: 20px;
}
.p-b-10{
    padding-bottom: 10px;
}
.m-t-100{
    margin-top: 100px;
}
h1{
    font-size: 3.4rem;
    font-weight: 500;
}
button:active {
    outline: none;
    border: none;
    }
    
    button:focus {outline:0;}
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
.navbar-start{
    background-color: transparent;
    color: #fff;
    transition: 0.3s;
}
.navbar-inner-start{
    background-color: rgb(46,180,186,0.95);
    color: #fff;
    transition: 0.3s;
}
.navbar-start a{
    color: #fff;
}
.navbar-scrolled{
    background-color:rgb(46,180,186,0.95);
    transition: 0.3s;
    color: #fff;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.15);
  }
.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
}
.navbar-light .navbar-toggler {
    color: #22acb4;
    border-color: transparent;
    background-color: transparent;
}
.navbar-toggler {
    padding: .05rem .15rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    color: #fff !important;
    border-radius: 0px !important;
}
.navbar-toggler-icon{
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}
.header-banner {
    height: 100vh;
    background:url('../img/banner.jpg') no-repeat center center scroll;
    padding-top: 10rem;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
.banner-content{
    color: #fff;
    
}
.banner-content p{
    padding: 20px 0 0 0;
}
.banner-content a{
    padding: 20px 0 0 0;
}

.what-is-tb-container{
    color: #000;

}
.ip-top-section{
    color: #000;
    padding-top: 150px;
}
.ip-top-section h2{
    color: #22acb4;
    text-align: center;
}
.ip-top-section h4{
    color: #22acb4;

}
.what-is-tb-container h1{
        color: #22acb4;
        text-align: center;
        
}
.what-is-tb-content{
    margin-top: 85px;
}

.how-it-works{
    text-align: left;
}
.how-it-works h1{
    color: #22acb4;
    text-align: left;
}
.how-it-works span{
    font-weight: 600;
}
.step{
    padding-top: 50px;
}
.how-it-work-container{
    display: block;
    position: relative;
    
}
.scroll-container{
    position: relative;
}

#features{
    background: url("../img/ftr-bg.png") no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
}
#features h2{
    color: #22acb4;
}
#features p{
    padding-top: 30px;
}
.tab-container{
    margin-bottom: 50px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.tab-container-inner ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.tab-container-inner ul li{
    display: inline-block;
}
.tab-container-inner ul li a{
    display: inline-block;
    padding: 15px 40px;
    color: #7c7c7c;
    text-decoration: none;
    font-size:14px ;
    
}
.tab-container-inner ul li a:hover{
    display: inline-block;
    padding: 15px 40px;
    color: #22acb4;
    background-color: #eaeaea;
    font-size:14px ;
}
.tab-container-inner ul li a.active{
    display: inline-block;
    padding: 15px 40px;
    color: #22acb4;
    background-color: #eaeaea;
    font-size:14px ;
}
.tab-container-inner ul li i{
    
    display: block;
}

nav > .nav.nav-tabs{

      color:#fff;
      border-radius:0;
  
  }
  nav > div a.nav-item.nav-link
  {
    border: none;
      padding: 18px 25px;
      color: #7c7c7c;
      background:#fff;
      border-radius:0;
  }
  nav > div a.nav-item.nav-link.active
  {
    border: none;
      padding: 18px 25px;
      color: #22acb4;
      background-color: #eaeaea;
      border-radius:0;
  }
  
  nav > div a.nav-item.nav-link.active:after
   {
    content: "";
    position: relative;
    color: #22acb4;
    background-color: #eaeaea;
    /* bottom: -60px;
    left: -10%;
    border: 15px solid transparent;
    border-top-color: #e74c3c ; */
  }
  .tab-content{
      background: transparent;
  }
  
  nav > div a.nav-item.nav-link:hover,
  nav > div a.nav-item.nav-link:focus
  {
    border: none;
      background: #eaeaea;
      color:#22acb4;
      border-radius:0;
      transition:background 0.20s linear;
  }




  
#faq{
    margin-top: 100px;
}
.faq-content{
    background-color: #22acb4;
    padding: 50px 40px;;
}
.faq-content h1{
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 20px;
  }
  
  .panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
  }
  
  .panel-title {
    font-size: 16px;
    color: #22acb4;
    margin-bottom: 0px;
  }
  
  .panel-title>a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #22acb4;
  }
  .panel-title i {
    color: #22acb4 !important;
  }
  .more-less {
    float: right;
    color: #212121;
  }
  
  .panel-default>.panel-heading+.panel-collapse>.panel-body {
    background-color: #fff;
    padding:0 15px 15px 15px;
    font-size: 16px;
    
  }
  
  .txt-area {
    margin: 10px;
    max-width: 1070px;
  }
#testimonial-title{
    margin-top: 100px;
}

.test-title h1{
    color: #fff;
    display: inline;
    background-color: black;
    padding: 10px 20px;
}
.section-border{
    background-color: black;
    height: 3px;
    margin-top: 10px;
}
#testimonial{
    padding: 150px 0;
    background: url("../img/testimonial-bg.jpg") no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
}
.testimonial-box{
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.8) ;
    -webkit-border-radius: 20px;
    -moz-border-radiust: 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 40px;
}
.test-mid-box-space{
    height: 145px;
}
.quote-img{
    text-align: left;
}
.testimonial-box p{
    padding: 30px 0 0 0;
    color: #22acb4;
}
footer{
    background: #151b20;
}
.footer-top{
    padding-top: 80px;
}
.footer-top-content{
    color: #fff;
    padding: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -moz-border-radius-bottomright: 100px;
    border-bottom-right-radius: 100px;
    background: #5ad0d0; /* Old browsers */
    background: -moz-linear-gradient(left,  #5ad0d0 0%, #288ac4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #5ad0d0 0%,#288ac4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #5ad0d0 0%,#288ac4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ad0d0', endColorstr='#288ac4',GradientType=1 ); /* IE6-9 */
}
.footer-logo{
    padding-top: 80px;
    position: relative;
    
}
.footer-logo-img{
    position: relative;
    z-index: 999;
    
}
.footer-logo-img img{
    background-color: #151b20;
}
.footer-logo-line{
    position: relative;
    background-color: #2d3237;
    height: 1px;
    z-index: 99;
    top: -50px;
}
.footer-content{
    color: #66717A;
    font-size: 14px;
    padding:0 0 50px 0;
}
.menu-footer-items{
    margin: 0;
    padding:30px 0 0 0;
}
.menu-footer-items li{
    display: inline;
    padding: 0 10px;
}
.menu-footer-items li a {
    color: #fff;
}
ul.social-buttons {
    margin: 50px 0;
}

ul.social-buttons li a {
    display: block;
    width: 50px;
    height: 50px;
    transition: all .3s;
    outline: 0;
    border: 1px solid #2d3237;
}
ul.social-buttons li a:hover {
    display: block;
    width: 50px;
    height: 50px;
    transition: all .3s;
    background-color: #fff;
    outline: 0;
    border: 1px solid #fff;
}
.footer-content span{
    color: #fff;
}
.footer-copyrights{
    border-top: #2d3237 1px solid;
    padding: 20px 0;
    color: #66717A;
    font-size: 14px;
}
@media (max-width: 575px) {
    .header-banner {
        padding-top: 7rem;
      } 
    h1{
        font-size: 2rem;
        font-weight: 500;
    }
    .test-title h1{
        font-size: 1.5rem;
    }
    .navbar-nav{
        background-color: #22acb4;
        padding: 5px 15px;
    }
    .footer-top-content{
        color: #fff;
        padding: 20px;

    }
    #testimonial{
        padding: 50px 0;
    }
    nav > div a.nav-item.nav-link,
    nav > div a.nav-item.nav-link.active
    {
      border: none;
      padding: 18px 0px;
      
      border-radius:0;
      max-width:110px;
      min-width:110px;
    }
 }
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .header-banner {
        padding-top: 7rem;
      } 
    h1{
        font-size: 2rem;
        font-weight: 500;
    }
     nav > div a.nav-item.nav-link,
    nav > div a.nav-item.nav-link.active
    {
      border: none;
      padding: 18px 0px;
      
      border-radius:0;
      max-width:126px;
      min-width:126px;
    }
 }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .header-banner {
        padding-top: 8rem;
      } 
    h1{
        font-size: 2.5rem;
        font-weight: 500;
    }
    nav > div a.nav-item.nav-link,
    nav > div a.nav-item.nav-link.active
    {
      border: none;
      padding: 18px 0px;
      
      border-radius:0;
      max-width:138px;
      min-width:138px;
    }
 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .header-banner {
        padding-top: 10rem;
      } 
    h1{
        font-size: 3rem;
        font-weight: 500;
    }
    nav > div a.nav-item.nav-link,
    nav > div a.nav-item.nav-link.active
    {
      border: none;
      padding: 18px 0px;
      
      border-radius:0;
      max-width:116px;
      min-width:116px;
    }
 }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .header-banner {
        padding-top: 10rem;
      } 
    h1{
        font-size: 3.4rem;
        font-weight: 500;
    }
    nav > div a.nav-item.nav-link,
    nav > div a.nav-item.nav-link.active
    {
      border: none;
      padding: 18px 0px;
      
      border-radius:0;
      max-width:138px;
      min-width:138px;
    }
 }