  /*---Header----*/
  
   .ai-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: white;
        padding: 20px 50px;
        border: 1px solid rgba(0, 0, 0, 0.13);
        position: fixed;
        z-index: 99;
        width:100%;
        top:0;
      }
      .ai-header .header-right ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display:flex;
      }
      .ai-header .header-right li a {
        margin-right: 10px;
        color: #8F93AE;
        font-weight: 600;
        font-size: 14px;
        line-height: 29px;
      }
     .ai-header .header-left a{
        color: #8F93AE;
        font-weight: 600;
        font-size: 14px;
        line-height: 29px;
     }
     .support{
         padding-left:50px;
     }
    
     .page-template-ai-chatbot .footer-kb{
         display:none;
     }
    .page-template-ai-chatbot .recent-bar-ft{
        display:none;
    }
   .page-template-ai-chatbot .kbnav{
       display:none;
   }
   .page-template-ai-chatbot .header-banner-faq-caption.kbnewHeader{
       display:none;
   }
  .page-template-ai-chatbot .external-hdr{
         display:none;
   }
   

.page-template-ai-chatbot .sidebar {
  position: fixed;
  top: 0;
  right: -400px;
  width: 395px;
  height: 100%;
  transition: right 0.5s ease-in-out;
  border-left: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  padding-top: 71px;
  z-index: 9;
}
.page-template-ai-chatbot .sidebar.visible {
  right: 0;
  
}
.page-template-ai-chatbot  .top-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  padding: 15px 20px;
  background:#fafafa;
}
.top-content h3{
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    color: #1D202D;
}
.top-content img{
    width:14px;
    height:14px;
}
.page-template-ai-chatbot  .sidebar-list {
  margin: 0;
  padding: 30px;
  background: #fff;
  height: 80%;
  min-height: 800px;
}
.page-template-ai-chatbot .sidebar-list li{
    list-style:none;
    margin-top:10px;
}
.page-template-ai-chatbot .sidebar-list li a{
    font-weight: 700;
    font-size: 16px;
    line-height: 29px;
    color: #686868;
}
.page-template-ai-chatbot .sidebar-list span{
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: #5587E0;
    text-decoration:underline;
}


.suport-thank{
    text-align:center;
    margin-top: 24px
}
.suport-thank h2{
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    color: #000000;
}
.suport-thank p{
   font-weight: 400;
   font-size: 20px;
   line-height: 29px;
   color: #666872;
   margin-top: 10px
}
.submit-dash{
   display: flex;
   justify-content: center;
   align-items: center; 
   margin-top: 25px;
   padding-bottom:12px;
   filter: drop-shadow(0px 2px 6px rgba(78, 95, 249, 0.4));

}
.submit-dash a{
   background: #4E5FF9;
   border: 2px solid #4E5FF9;
   border-radius: 3px;
   width: 100%;
   margin-right: 10px;
   margin-left: 10px;
   font-weight: 700;
   font-size: 12px;
   line-height: 14px;
   text-align: center;
   letter-spacing: 0.1em;
   color: #FFFFFF;
   padding:14px;
}
body .ai-searchbox {
  padding-top: 60px;
  padding-bottom:60px;
    background: #fff;
}
.conver-sec{
   display:flex;
   justify-content:center;
   align-items: center;
   flex-direction:column;
   max-width:700px;
   margin:auto;
}
.conver-sec h2{
   font-weight: 400;
   font-size: 20px;
   line-height: 42px;
   color: #1D202D;
   padding-top:30px;
   text-align:center;
}


@media(max-width:600px){
       
    .support {
        padding-left: 0px;
        
    }
   
   .ai-header .header-left a{
       line-height:40px;
   }
  
.button-container .btnf{
    width:100%;
}
.button-container .btnf{
    font-size:13px;
}
.ai-searchbox {
  padding-top: 100px;
}

}

