

  /**********Header css**********/

  /**********Banner css**********/

  
  /**********Content css**********/

 

  body {
      background-color: #080A0D;
      font-family: 'Ubuntu', sans-serif;;
      color:#fff;
  }
 a{  text-decoration: none;}

  .cd-header {
      --header-height: 180px;
      height: 100px;
      background-color: #1A1E2A;
  }
  
.cd-faq{
  margin-bottom:100px;
}
  .cd-faq__trigger {
      font-size:14px;
      color: #FFF;
      line-height: 20px;
  }
.text-component{
  padding-bottom:20px !important;
}
.text-component ul, .text-component ol{
  padding-left: 20px;
  list-style: disc;
}
.text-component li{
  list-style: disc;
  padding:10px;
}
.text-component li li{
  list-style: disc;
  padding:5px;
}
  .cd-faq__item {
      background-color: #1A1E2A;
  }

  .cd-faq__content p, .cd-faq__content li
  {
    color: #fff;
      font-size:15px;
    line-height:25px;

  }
  .cd-faq__trigger::before, .cd-faq__trigger::after
  {
    background-color: #6ca1ff;
  }

  .cd-faq__category::before {
    background-color: #6ca1ff;
  }

  a, .link
  {
    color: #6ca1ff;
  }

  .cd-faq__category
  {
    background-color: #1A1E2A;
  }

  .text-component h1
  {
    padding-top: 60px;
  }

  .cd-faq__content--visible {

      background-color: #313748;
      padding-top: 20px;
  }

.cd-faq__item{
  margin-bottom: 20px;
  }



  /* Go Resposive */


  @media (min-width: 320px) and (max-width: 767px) {

    .cd-faq__items
    {
      background-color: #1A1E2A;

    }

    .cd-faq__content
    {
    background-color: #313748;
    padding: 20px;
    }

    .cd-faq__items--slide-in {
      background-color: #0f1219;
      z-index:100;
    }
.cd-faq__category{
  font-size:16px;
}
    .cd-faq__trigger {
    padding: 15px 15px 10px 20px;
    background:#1A1E2A;
    }

    .cd-faq{
      margin:40px 0 0 0 ;
    }

  /* Close it */
@media screen and (max-width:600px) {
  #header .container {
    padding:0 15px;
  }

#header {
    top: 20px;
}

.logo {
    padding-left: 33px;
}


.menu li {
    font-size: 13px;
    margin-left: 15px;
}
}
.cd-faq__close-panel{
  z-index:200;
  top:35px;
}
}


.brandbox
{
  padding: 33px;
}

#footer h2
{
  padding-left: 20px;
  padding-right: 20px;
}

#footer {
  font-size: 26px;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 37px;
  margin-top: 50px;
}

/* Close it */



  }
