body {
    font-family: roboto, sans-serif;
    padding: 10px 8%;
    /* background: linear-gradient(to right, #66ffff 0%, #ffccff 100%); */
    background: #ffccf6;
    color: #000;
  }
  .btn-group-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .loadmore {
    margin: 1.5rem 0 2.5rem;
    align-self: center;
  }
  .loadmore,
  .copybutton {
    background-color: #000;
    color: #fff;
    font-weight: 700;
    border-color: #000;
  }
  /* .loadmore:hover,
  .loadmore:after {
    background-color: #f9fd02;
    border-color: #f9fd02;
  } */
  .mb-3 > .form-control {
    background-color: #fff;
    text-align: center;
    border-color: #000;
    font-size: larger;
    color: #000;
  }
  .footer-link a {
    color: #000;
  }
  td,
  th {
    border-bottom: 1px solid #fc2222;
    text-align: center;
    padding: 5px;
  }
  .btbutton {
    text-align: center;
  }
  .button {
    background-color: #fbfdfb;
    border: none;
    color: #0a0a0a;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 4px 2px;
    cursor: pointer;
    font-weight: 700;
  }
  .button1 {
    background-image: linear-gradient(
      90deg,
      #00c0ff 0%,
      #ffcf00 49%,
      #fc4f4f 80%,
      #00c0ff 100%
    );
    animation: slidebg 5s linear infinite;
  }
  .button2 {
    background-image: linear-gradient(
      90deg,
      #00c0ff 0%,
      #ffcf00 49%,
      #fc4f4f 80%,
      #00c0ff 100%
    );
    animation: slidebg 5s linear infinite;
  }
  .button3 {
    background-image: linear-gradient(
      90deg,
      #00c0ff 0%,
      #ffcf00 49%,
      #fc4f4f 80%,
      #00c0ff 100%
    );
    animation: slidebg 5s linear infinite;
  }
  .button4 {
    background-image: linear-gradient(
      90deg,
      #00c0ff 0%,
      #ffcf00 49%,
      #fc4f4f 80%,
      #00c0ff 100%
    );
    animation: slidebg 5s linear infinite;
  }
  @keyframes slidebg {
    to {
      background-position: 20vw;
    }
  }
  .button5 {
    background-color: #fff;
    color: #000;
    border: 2px solid #555;
  }
  .blogstyle {
    color: #000;
    text-align: center;
  }
  .blogbody {
    padding: 10px 5% 15px;
    text-align: justify;
  }
  .listyle {
    color: #000;
  }
  .litext {
    color: #000;
  }
  .form-control:focus {
    border-color: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #inputText {
    margin-top: 5px;
    background-color: #fff !important;
    color: #000;
    border-color: #000;
  }
  .sticky {
    position: fixed;
    width: 84%;
    top: 0;
    z-index: 9999;
    margin-top: 0 !important;
  }
  header.theme-menu-wrapper {
    padding-top: 10px;
  }
  .clearfix {
    padding-bottom: 10px;
  }
  textarea {
    height: 120px;
  }
  img.logo {
    width: 28%;
  }
  .textstyle {
    color: #fff;
    border: 1px solid #fff;
    background: #e91e63;
    text-decoration: none;
    padding: 8px 0;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 700;
    align-self: center;
    width: 350px;
  }
  .textstyle:hover {
    cursor: pointer;
  }
  .textstyle a {
    color: #fff;
  }
  .accordion {
    background-color: #fcd9d9;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  }
  .active1,
  .accordion:hover {
    background-color: #ccc;
  }
  .accordion:after {
    content: "\002B";
    color: #777;
    font-weight: 700;
    float: right;
    margin-left: 5px;
  }
  .active1:after {
    content: "\2212";
  }
  .panel {
    padding: 1px 18px;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  * {
    box-sizing: border-box;
  }
  .column {
    float: left;
    width: 25%;
    padding: 0 10px;
  }
  .row {
    margin: 0 -5px;
  }
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  @media screen and (max-width: 600px) {
    .column {
      width: 100%;
      display: block;
      margin-bottom: 20px;
    }
    .nav-wrap.active {
      transform: scaleY(1);
    }
    .loadmore,
    .textstyle {
      margin: 10px 0;
      align-self: center;
      padding: 10px;
    }
    .loadmore {
      width: 150px;
    }
    .textstyle {
      width: 325px;
    }
  }
  @media (max-width: 992px) {
    body {
      padding: 10px 5%;
    }
    .sticky {
      width: 90%;
    }
    img.logo {
      width: 75%;
    }
  }
  .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    text-align: center;
    background-color: #f1f1f1;
  }
  .key_features {
    width: 70%;
    margin: 50px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5%;
  }
  .features_box {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .features_box img {
    margin-bottom: 24px;
  }
  .features_box .litext {
    color: #28cc57;
    font-weight: 600;
    margin-bottom: 4px;
  }
  .features_box .features_pera {
    color: #5f5f5f;
  }
  @media screen and (max-width: 768px) {
    .key_features {
      flex-direction: column;
      gap: 15%;
    }
    .features_box {
      margin-bottom: 24px;
    }
    .features_box img {
      margin-bottom: 10px;
    }
  }
  