:root {
    --primary-color: #1a1a1a;
    --font-size: 16px;
    --secondary-color: #f8f8f8;
    --secondary-color-1: #fafafa;
    --secondary-color-3: #f4f5ff;
    --black-color: #202020;
    --white-color: #ffffff;
    --black-light: #777777;
    --font-family: "Inter", sans-serif;
    --text-color: #303030;
    --success-color: #3de968;
    --error-color: #e33e3e;
    --warning-color: #efcf2a;
    --dark-gray: #4d4d4d;
    --mid-gray: #1d1d1d;
    --light-gray: rgb(137, 137, 137);
    --text-dark: #000000 !important;
  }

  body{
    background:rgb(255, 255, 255) !important;
  }

  .faq-item{
    box-shadow: none !important;
    margin-bottom: none !important;
    padding: 1rem !important;
    border-radius: 7px;
  }

  .appscms-h1{
    color: #1d1d1d;
  }
.contenttool-landing-h1{
  max-width: 500px;
}
  #contenttool-line-top,#contenttool-line-left-bottom{
    display: none;
  }

  .contenttool-bg-lite{
    background: rgb(255, 255, 255) !important;
  }

  .footer-logo{
    height: 37px;
  }
  .appscms-navbar-nav img{
    margin-left: 2px;
  }

  .how-to-img-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .img-fluid{
    width: 60% !important;
  }
  .appscms-toolbar{
    background-color: #1e1e1e;
  }

  #gif3{
    filter: brightness(1.5);
  }