span.wpcf7-spinner {
  display: none;
}
a:hover {
  color: initial;
  text-decoration: initial;
}

.terms-condition p a {
  color: #000;
}
.top-full.sticky {
  background: #f0f0f0;
}
.container-vertical {
  display: flex;
  /* height: 400px; */
  overflow: hidden;
  border-radius: 10px;
  float: right;
  font-family: "Inter", sans-serif;
}
.api-development li p,
.industries-serve li p {
  line-height: 26px;
}

.panel {
  position: relative;
  width: 120px;
  background: #121212;
  transition: width 0.5s ease;
  cursor: pointer;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  /* writing-mode: vertical-rl; */
  text-align: left;
  margin: 0px;
  list-style: none;
  border-radius: 8px;
  height: 400px;
  margin-left: 30px;
  margin-right: 10px;
  margin-top: 15px;
  padding: 20px 10px;
}

/* ===================== Custom css ===================== */
.panel h3 {
  font-size: 36px;
  margin: 0;
  color: #00e0ff;
  font-family: "Inter", sans-serif;
  font-size: 23px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  font-style: italic;
  margin-bottom: 10px;
  text-align: center;
}
.panel h3 a {
  color: #fff;
}
.panel h4 {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  margin: 15px 0px 0px 0px;
  width: max-content;
  writing-mode: vertical-rl;
  padding-left: 35px;
}

.panel p {
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.6;
}

.panel a {
  color: #fff;
}

.panel.active {
  width: 360px;
  writing-mode: horizontal-tb;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 30px;
}

.panel.active h3 {
  font-size: 67px;
  line-height: 90px;
  font-weight: 700;
  color: #fff;
  font-style: italic;
  text-align: left;
}
.panel.active h3 a {
  color: #fff;
}

.panel.active h4 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  width: auto;
  position: relative;
  writing-mode: unset;
  padding-left: 0px;
  margin: 0px;
}

.panel.active p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0px;
}

.panel.active a {
  color: #00e0ff;
  text-decoration: none;
  font-weight: bold;
}

.panel:not(.active):hover {
  background-color: #333;
}

@media (max-width: 1200px) {
  .container-vertical {
    display: block;
    float: none;
  }
  .panel.active {
    width: 100%;
    height: auto;
  }
  .panel {
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-right: 0px;
  }
  .panel h4 {
    margin: auto;
    width: max-content;
    writing-mode: horizontal-tb;
    text-align: center;
  }
  .panel.active h4 {
    text-align: left;
  }
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Start 404 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

.blank-page {
  width: 100%;
  padding: 80px 0px;
  float: left;
  position: relative;
  text-align: center;
}

.blank-page img {
  width: auto;
  height: 487px;
}

.blank-page h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: rgb(51, 51, 51);
  margin-bottom: 5px;
}
.blank-page h2 a {
  color: rgb(51, 51, 51);
}

.blank-page p {
  font-size: 16px;
  font-weight: 400;
  color: rgb(51, 51, 51);
  line-height: 24px;
  margin-bottom: 25px;
}
.blank-page p a {
  color: rgb(51, 51, 51);
}

.blank-page .btn-primary {
  width: auto;
  padding: 5px 22px;
  background: #2e5947;
  box-shadow: rgba(50, 71, 92, 0.42) 0px 4px 8px -4px;
  height: auto;
  border: 0;
  border-radius: 6px;
  font-family: "Public Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  margin: 0px 0px 20px;
}

.blank-page .btn-primary:hover {
  background: #619e85;
  color: #fff;
  box-shadow: rgba(50, 71, 92, 0.42) 0px 4px 8px -4px;
}
.blank-page .btn-primary:not(:disabled):not(.disabled):active {
  background: #619e85;
  color: #fff;
  border: 0px;
  box-shadow: rgba(50, 71, 92, 0.42) 0px 4px 8px -4px;
}
.blank-page .btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: rgba(50, 71, 92, 0.42) 0px 4px 8px -4px;
}

@media (max-width: 767px) {
  .contact-block {
    padding: 40px 0px 20px;
  }
  .index-header-title h3,
  .expert-btn {
    text-align: center;
  }
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> End 404 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

    .collapse-content {
      display: none;
      transition: 0.5s ease-out;
    }

    .collapse-content.show {
      display: block;
      transition: 0.5s ease-in;
    }

    .learn-more-btn {
        margin-top: 10px;
        cursor: pointer;
        color: #18181b;
        border-bottom: 2px solid #18181b;
        padding-bottom: 5px;
    }

    .content-box  {
      font-size: 18px;
    }

   .content-box p {
      margin-top: 10px;
    }
