.container{
	margin-bottom: 60px;
}

.starter-template {
    padding: 20px 15px;
    text-align: center;
}
.container-1 {
    margin: 50px auto 0;
}
.container-form {
    max-width: 600px;
    margin: auto;
    margin-top: 50px;
}
.navbar-inverse {
    background-color: white;
    border-color: #ff5a5f;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    background-color: #ff5a5f;
    color: #fff;
}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    background-color: transparent;
    color: #333;
}
.navbar-inverse .navbar-brand {
    color: #ff5a5f;
}
.btn-create-bot {
  height: 30px;
  padding: 5px 15px!important;
  margin: 10px;
  border-radius: 50px;
  background-color: white;
  color: #2196f3!important;
  box-shadow: 0 0 5px 0 #2196f3;
  font-weight: bold;
  border: 0;
}
.blue {
    color: #2293da;
}
.help-container .ic {
    background-color: #ff5a5f;
    color: white;
    width: 50px;
    height: 50px;
    display: block;
    margin: auto;
    border-radius: 50px;
}
.help-container .ic i{
    font-size: 20px;
    margin-top: 13px
}
@media  only screen and (min-width: 992px) {
    .help-container .col-md-4 {
        border-right: 1px solid #ddd;
        height: 200px;
    }
    .help-container .col-md-4:last-child {
        border-right: 0;
    }
}
.faq-container {
  max-width: 767px;
}
.faq-container h1 {
  margin-bottom: 40px;
}
.faq-container ul {
  padding: 0;
}
.faq-container li {
  list-style: none;
  margin-bottom: 30px;
}
.faq-container li h4 {
  font-size: 24px;
  margin-bottom: 5px;
}
.faq-container li span {
  color: #636363;
}
.c-info {
  margin: 50px 0;
}
.footer {
  margin-bottom: 20px;
  color: #636363;
}
.mobie_ul {
    display: none;
 }
@media  only screen and (max-width: 767px) {
  .nav-home{
     width: 100%;
  }
  .desktop_ul{
     display: none;
  }
  .mobie_ul {
     display: block;
  }
  .navbar-header {
    float: left;
    width: 100%;
    margin-top: 5px;
  }
  .navbar-right {
    margin: 0;
    width: 100%;
    margin-top: 50px;
  }
  .navbar-right .dropdown {
    float: left;
  }
  .navbar-right .dropdown .divider{
    display: none;
  }
  .container-1 {
    margin-top: 150px;
  }
  .navbar-right .drop{
     display: none;
  }
  .navbar-right .create_chatbot_li{
     display: none;
  }
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
  background: transparent;
  color: #080808;
}
.video_link a {
  margin: 15px;
}
.text-align{
  text-align: center;
}
.text-align video{
  padding-bottom: 15px;
}

.download_video{
  background-color: #2E406F;height: 50px; 
  border-top-right-radius: 50px; 
  border-bottom-right-radius: 50px; padding: 12px 20px;
}

.input-url{
  height: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.navbar-right .create_chatbot{
      background-color: #fff;
      margin-top: 10px;
   }

   .navbar-right .create_chatbot a{
      color: black !important;
      padding:4px;
   }

   .navbar-right .create_chatbot a:hover{
      color: black !important;
   }
   .navbar-right .dropdown img {
      max-width: 100%;
      height: 30px;
      position: relative;
      cursor: pointer;
   }

   .navbar-right .drop{
      margin-top: 12px;
      margin-right: 2px;
   }

   .navbar-right .dropdown .dropdown-menu li a{
      color: black !important;
   }