body,
html {
  background: #ffffff;
  color: #070d25;
  height: 100%;
  width: 100%;
  line-height: 1;
  position: relative;
  font: 400 18px "Poppins", sans-serif;
}

/* Custom Scrollbar */
*::-webkit-scrollbar {
  width: 6px;
  height: 5px;
}

*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
}

*::-webkit-scrollbar-thumb {
  background-color: rgb(117 117 117 / 20%);
}
.h2tag {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.h3tag {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}
.h5tag {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.h6tag {
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
  color: #1e2237;
}
.head {
  max-width: 75%;
  margin: 0 auto 15px;
  text-align: center;
}
.para {
    font-size: 18px;
  }
.link {
  color: #070d25;
  text-decoration: none;
}
.link:hover {
  color: #0a58ca;
}
@media (max-width: 1199px) {
  .h2tag {
    font-size: 38px;
  }
  .para {
    font-size: 16px;
  }

  .h3tag {
    font-size: 34px;
  }
  .h5tag {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .head {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .h2tag {
    font-size: 32px;
    padding-bottom: 0 !important;
    margin-bottom: 25px !important;
  }
  .h3tag {
    font-size: 28px;
  }
  .head {
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
  }

  .head h2 {
    margin-bottom: 10px !important;
  }

  .h5tag {
    font-size: 18px;
    line-height: unset;
  }
.h6tag{
    font-size: 18px;
    line-height: unset;
}
  section {
    padding: 20px 0 !important;
    text-align: center;
  }
  .inner_sec_2 .svg_button {
    margin: 50px auto;
  }
}
/* common styles ends  */

/* inner_sec_1 */
.inner_sec_1 {
  position: relative;
  z-index: 1;
  padding: 175px 0 30px !important;
}
.inner_sec_1 .h2tag {
font-size: 40px;
}
.inner_sec_1::before {
  /* content: "";
  background: url("../images/crypto-market-making-bot-development-company/sec1_linebg.webp")
    no-repeat right top;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 50px;
  right: 0; */
}
@media (max-width: 1199px) {
  .inner_sec_1 p {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .inner_sec_1::before {
    background-size: contain;
  }
  .inner_sec_1 .svg_button {
    margin: auto;
  }
  .inner_sec_1{
    padding: 125px 0px 30px !important;
  }
}
@media (max-width: 767px) {
  .inner_sec_1 .svg_button {
    margin: 50px auto 0;
  }
  .inner_sec_1 .h2tag{
    font-size: 32px;
  }

}
/* inner_sec_1 ends  */

.inner_sec_2 {
  padding: 40px 0 ;
  padding-top: 40px !important;
}
@media (max-width: 767px) {
  .inner_sec_2 img {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .inner_sec_2  {
  padding-top: 10px !important;
  }
}
/* inner_sec_2 ends  */

/* inner_sec_26 */
.inner_sec_26 {
  padding: 40px 0;
}
.inner_sec_26 .head {
  background: #fff8ec;
  padding: 48px;
  border-radius: 16px;
  max-width: 87% !important;
}
.box_content ul {
  margin: auto;
  padding-left: 0px !important;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 20px;
  justify-content: center;
}
.box_content li {
  text-align: left;
  list-style-type: none;
  /* box-shadow: 0 2px 35px 0 #e4e4e4; */
  background: #fff;
  border: 1px solid #e0b9ec;
  border-radius: 70px;
  padding: 16px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 23%; */
}
.box_content .category_list_green {
  border: 1px solid #79e6bf;
}
.box_content .category_list_org {
  border: 1px solid #e8ba79;
}
.box_content .category_list_pink {
  border: 1px solid #ea6fc8;
}
.box_content .category_list_red {
  border: 1px solid #f78d95;
}
.box_content .category_list_vlt {
  border: 1px solid #907dec;
}
.box_content .category_list_blue {
  border: 1px solid #96bcf6;
}
.box_content .category_list_lytgreen {
  border: 1px solid #81ba6c;
}
.inner_sec_24 {
  padding: 40px 0;
}
.inner_sec_24 .boxbg {
  background: url(../images/stellar-blockchain-wallet-development-services/sec24_bg.webp)
    no-repeat center #ffff9f;
  border-radius: 20px;
  border: 1px solid #00d78b;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  width: 1077px;
  height: 236px;
  max-width: 100%;
  display: flex;
  align-items: center;
}
.cta-text {
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.cta-img {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 193px;
  margin-left: 40px;
}
.boxbg .h5tag {
  margin-bottom: 0;
  line-height: 36px;
}
@media (max-width: 1399px) {
  .inner_sec_24 .boxbg {
    background-size: cover;
  }
  .inner_sec_26 .head {
    max-width: 90% !important;
  }
}
@media (max-width: 1199px) {
  .inner_sec_26.ylw_curve {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 991px) {
  .inner_sec_26 .head {
    max-width: 100% !important;
  }
  .inner_sec_24 .boxbg {
    max-width: 100%;
    height: unset;
    padding: 20px 10px;
    text-align: center;
  }

  .inner_sec_24 .cta-img {
    display: none;
  }

  .inner_sec_24 .cta-text {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .inner_sec_26 .box_content li {
    padding: 10px;
    font-size: 15px;
    width: 100%;
  }
  .inner_sec_26 .box_content {
    margin-top: 20px !important;
  }
  .inner_sec_26 .head {
    padding: 30px 15px;
  }
}
/* inner_sec_24 ends  */
/* inner_sec_26 ends  */

.inner_sec_36 {
  padding: 30px;
}
.inner_sec_36 .features_panel_div {
  margin-bottom: 30px;
}
.inner_sec_36 .features_panel_div .img_box {
  width: 85px;
  height: 85px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.inner_sec_36 .features_panel_div .img_box.blue {
  background: #cad8f3;
}
.inner_sec_36 .features_panel_div .img_box.green {
  background: #bef5e1;
}
.inner_sec_36 .features_panel_div .img_box.rose {
  background: #fbd0ec;
}
.inner_sec_36 .features_panel_div .img_box.ash {
  background: #ffeaca;
}

@media (max-width: 991px) {
  .inner_sec_36 .features_panel_div .img_box {
    margin: 0 auto 25px;
  }
}

/* inner_sec_35 */
.inner_title {
  font-size: 48px;
  font-weight: 600;
  color: #070d25;
}
.crypto_token_services {
  border-radius: 15px;
  position: relative;
}
.crypto_token_services_div {
  padding: 30px;
  border-radius: 15px;
  transition: 0.2s all;
  cursor: default;
  min-height: 340px;
  margin-bottom: 30px;
}
.crypto_token_services_div p {
  margin-bottom: 0;
}
.crypto_token_services_div h4 {
  font-size: 22px;
  font-weight: 700;
}
.crypto_token_services_div:hover {
  background: #fff;
}
.crypto_token_services_div:hover h4,
.crypto_token_services_div:hover p {
  color: #191d30;
}
.token_std_section {
  background-color: #ccf7e8;
  padding-top: 200px !important;
  margin-top: -200px;
}
.token_std_section_div {
  background: linear-gradient(180deg, #8fe4c6 0%, #cbf7e7 100%);
  padding: 30px;
  border-radius: 15px;
  transition: 0.2s all;
  cursor: default;
  margin-bottom: 30px;
  border: 1px solid #ffffff;
}
.token_std_section_tokens {
  grid-gap: 15px;
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.token_std_section_tokens p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  background: linear-gradient(180deg, #cbf7e7 0%, #8fe4c6 100%);
  border-radius: 15px;
  width: 87px;
  height: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  padding: 15px;
}
.token_std_section_tokens_wrapper {
  min-height: 210px;
  display: flex;
  align-items: center;
}
.token_std_section_div h4 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}
.develop_services .nav-tabs {
  border-bottom: 0;
  justify-content: space-between;
  background: #ccf7e8;
  width: 450px;
  margin: 0 auto;
  border-radius: 15px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.develop_services .nav-tabs .nav-link {
  background: transparent;
  border-radius: 15px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #191d30;
  padding: 18px 38px;
  border: none;
}
.develop_services .nav-tabs .nav-link.active {
  background: #00d78b;
  color: #fff !important;
  border-color: #2dbd96;
}
.develop_services .tab-content p {
  color: #191d30;
  text-align: center;
  max-width: 70%;
  margin: 40px auto 0;
}
.benefits_token_dev {
  margin-bottom: 0;
}
.benefits_token_dev .crypto_token_services_div {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.common-section {
  padding: 40px 0;
}
.d_d_none {
  display: none !important;
}

/* Megamenu Changes Starts */
/* Megamenu Changes Ends */

.purple-box {
  background-color: #cfadda !important;
}
.blue-box {
  background-color: #c4d9ff !important;
}
.pink-box {
  background-color: #ffd9e4 !important;
}
.ben-img-bg {
  width: 80px;
  height: 80px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.purple-box .ben-img-bg {
  background-color: #6d0c8d !important;
}
.blue-box .ben-img-bg {
  background-color: #2d67d2 !important;
}
.pink-box .ben-img-bg {
  background-color: #f146b8 !important;
}

@media screen and (max-width: 1199px) {
  .inner_title {
    font-size: 40px;
  }
  .token_std_section_tokens p {
    font-size: 18px;
    width: 70px;
    height: 70px;
  }
  .token_std_section_div h4 {
    font-size: 24px;
  }
  .develop_services .nav-tabs {
    width: 500px;
  }
  .develop_services .nav-tabs .nav-link {
    font-size: 36px;
  }
}
@media screen and (max-width: 991px) {
  .inner_title {
    font-size: 32px;
  }
  .crypto_token_services_div {
    min-height: auto;
  }
  .token_std_section_tokens_wrapper {
    min-height: auto;
    justify-content: center;
  }
  .benefits_token_dev .crypto_token_services_div {
    min-height: auto;
    margin: 0 0 30px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .d_m_none {
    display: none !important;
  }
  .d_d_none {
    display: block !important;
  }
  .inner_title {
    font-size: 32px;
  }
  .develop_services .nav-tabs .nav-link {
    font-size: 24px;
    padding: 10px 15px;
    width: 100%;
  }
  .develop_services .nav-tabs {
    width: 100%;
  }
  .develop_services .tab-content p {
    max-width: 100%;
  }

  .inner_title {
    font-size: 30px;
  }
}
.text-stack {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.tech-stack-item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin: 20px 15px;
}


/* awards_panel_1  */

.awards_panel_1 {
  background: #ffebcb !important;
}
.awards_panel_1 .awards_list img {
  box-shadow: none;
  border-radius: 0px;
}
.awards_panel_1 .awards_list{
    margin-top: -83px ;
  }
@media (max-width: 1199px) {
  .awards_panel_1 .awards_list {
    margin-top: 0px !important;
    background: #ffebcb !important;
  }
}

/* awards_panel_1 ends  */






/* blog_sec_new start */
.blog_sec_new {
  margin: 40px 0 0;
}
.blog_sec_new .box_content ul {
  margin: auto;
  padding-left: 0px !important;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 20px;

}
.blog_sec_new_clone {
  margin: 30px 0px 
}
.blog_sec_new .box_content li {
  text-align: left;
  list-style-type: none;
  /* box-shadow: 0 2px 35px 0 #e4e4e4; */
  border: 1px solid #fff4f5;
  background: #fff4f5 !important;
  border-radius: 8px;
  background: #fff;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
}

.blog_sec_new_clone .box_content ul {
  justify-content: center;
  margin-top: 25px;
}

.blog_sec_new_head {
  background-size: cover;
  border-radius: 16px;
}
.blog_sec_new .blog_sec_new_head .box_content ul {
  justify-content: center;
}
.blog_sec_new_clone .box_content li {
  border: 1px solid rgba(255, 120, 132, 0.3) !important;
  border-radius: 8px !important;
  transition: 0.3s;
  /* flex: 1; */
  /* width: 220px; */
  background: #fff !important;
}
.blog_sec_new_clone .blog_sec_new_head .box_content li:hover {
  background: #f3525e !important;
  color: #fff !important;
  transition: 0.3s;
  box-shadow: none;
}

.blog_sec_new_clone .blog_sec_new_head {
  background:#FFF2F2 url(../images/defi-yield-farming-development-2024/blue_bg.webp)
    no-repeat;
  background-size: cover;
  border-radius: 16px;
  padding: 50px;
}
@media (max-width: 767px) {
  .blog_sec_new_clone .blog_sec_new_head{
    padding: 25px;
  }
}
@media (max-width: 991px) {
  .blog_sec_new_clone .blog_sec_new_head{
    padding: 25px;
    /* background: #ecf3fe !important; */
  }
}
@media (max-width: 575px) {
  .blog_sec_new_clone .box_content li{
    width: 100%;
  }
  .blog_sec_new_clone{
    margin: 20px 0px 10px;
  }
}

/* blog_sec_new end */


.inner_sec_bg2 {
  /* background: #FFF6E9; */
  /* border-radius: 16px; */
  /* padding: 60px; */

}
.inner_bg_color{
  background: #fff6e9;
  border-radius: 16px;
  padding: 60px;
}
.inner_sec_bg2 a {
  text-decoration: none;
}
.inner_sec_bg2 a:hover {
  color: #1468ef;
}
.inner_sec_2 .inner_sec_2_bg {
  background-color: #c4d9ff;
  padding: 38px 0px;
  border-radius: 20px;
}
.inner_sec_bg2 .h3tag {
  /* max-width: 72%; */
  margin: auto;
}
.inner_sec_bg2 .para {
  /* max-width: 78%; */
  margin: auto;
}
.inner_sec_bg2 .box_content li {
  list-style-type: none;
  /* box-shadow: 0 2px 35px 0 #e4e4e4; */
  background: #e7f8f2;
  border: 1px solid #b2efda;
  border-radius: 10px;
  padding: 12px 18px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.inner_sec_bg2 .box_content li:hover {
  /* color: #ea6fc8; */
}
.inner_sec_bg2 .box_content ul {
  margin: auto;
  padding-left: 0px !important;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 1399px) {
  .inner_sec_bg2 .box_content li {
    /* font-size: 14px; */
    /* width: 24%; */
    white-space: nowrap;
  }
  .inner_sec_bg2 .h3tag {
    /* max-width: 92%; */
  }
  .inner_sec_bg2 .para {
    /* max-width: 91%; */
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .inner_sec_bg2 .box_content ul {
    gap: 10px;
  }
  .inner_sec_bg2 {
    /* padding: 20px; */
  }
  .inner_bg_color{
    /* padding: 0px; */
  }
}
@media (max-width: 991px) {
  .inner_sec_bg2 {
    text-align: center;
  }
  .inner_sec_bg2 .box_content {
    display: flex;
  }
  .inner_sec_bg2 .box_content li {
    text-align: center;
    width: 48%;
  }
  .inner_sec_bg2 .box_content ul {
    margin: auto;
  }

}
@media (max-width: 767px) {
  .inner_sec_bg2 .box_content ul {
    flex-direction: column;
    width: 100%;
  }
  .inner_sec_bg2 .box_content li {
    width: 100%;
  }
  .inner_sec_2 {
    /* padding: 0 !important;
    margin: 0 !important; */
  }
  .inner_bg_color{
    padding: 25px;
  }
}
@media (max-width: 575px) {
  .inner_sec_bg2 .box_content li {
    /* font-size: 15px; */
  }
}
.category_list {
  border-left: 3px solid #1468ef;
  padding: 16px;
  background: linear-gradient(
    90deg,
    rgba(20, 104, 239, 0.15) 0%,
    rgba(20, 104, 239, 0) 100%
  );
  margin-top: 30px;
}
.category_list a:hover {
  color: #1468ef !important;
}
.category_list_green a:hover {
  color: #00d68a !important;
}
.category_list_org a:hover {
  color: #ff9c0d !important;
}
.category_list_pink a:hover {
  color: #e530b2 !important;
}
.category_list_red a:hover {
  color: #ff6e79 !important;
}
.category_list_vlt a:hover {
  color: #8a71ff !important;
}
.category_list_blue a:hover {
  color: #2ad2ff !important;
}
.category_list_lytgreen a:hover {
  color: #85c06f !important;
}

.category_list_green {
  border-left: 3px solid #00d68a;
  background: linear-gradient(
    90deg,
    rgba(0, 214, 138, 0.15) 0%,
    rgba(0, 214, 138, 0) 100%
  );
}
.category_list_org {
  border-left: 3px solid #ff9c0d;
  background: linear-gradient(
    90deg,
    rgba(255, 156, 13, 0.15) 0%,
    rgba(255, 156, 13, 0) 100%
  );
}
.category_list_pink {
  border-left: 3px solid #e530b2;
  background: linear-gradient(
    90deg,
    rgba(229, 48, 178, 0.15) 0%,
    rgba(229, 48, 178, 0) 100%
  );
}
.category_list_red {
  border-left: 3px solid #ff6e79;
  background: linear-gradient(
    90deg,
    rgba(255, 110, 121, 0.15) 0%,
    rgba(255, 110, 121, 0) 100%
  );
}
.category_list_vlt {
  border-left: 3px solid #8a71ff;
  background: linear-gradient(
    90deg,
    rgba(138, 113, 255, 0.15) 0%,
    rgba(138, 113, 255, 0) 100%
  );
}
.category_list_blue {
  border-left: 3px solid #2ad2ff;
  background: linear-gradient(
    90deg,
    rgba(42, 210, 255, 0.15) 0%,
    rgba(42, 210, 255, 0) 100%
  );
}
.category_list_lytgreen {
  border-left: 3px solid #85c06f;
  background: linear-gradient(
    90deg,
    rgba(133, 192, 111, 0.15) 0%,
    rgba(133, 192, 111, 0) 100%
  );
}
.category_list_head {
  transition: background 0.3s ease, border 0.3s ease, color 0.3s ease,
    all 0.5s ease;
}

.category_list_head :hover {
  color: #1e2237;
}
/* inner_sec_new start */
.inner_sec_new .box {
  border: 1px solid #dce8ff;
  border-radius: 20px;
  padding: 50px 10px 10px 10px;
  height: 100%;
  transition: 0.3s;
}
.inner_sec_new img {
  margin-bottom: -27px;
}
.inner_sec_new .box ul {
  margin-top: 10px;
  list-style-type: none;
  margin: auto;
  text-align: center;
  padding-left: 0px;
}
.inner_sec_new .box {
  width: 100%;
}
.inner_sec_new .box:hover {
  border: 1px solid #1468ef;
  transition: 0.3s;
}
.inner_sec_new .box:hover span {
  color: #1468ef;
  transition: 0.3s;
}
.inner_width {
  width: 100%;
  height: 230px;
}
.inner_sec_new .box span {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: #070d25;
}
.inner_sec_new .box li {
  font-size: 17px;
}
.inner_sec_flx {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .inner_width {
    width: 30%;
  }
  .inner_sec_flx {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .inner_width {
    width: 48%;
  }
}
@media (max-width: 575px) {
  .inner_width {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .inner_sec_new .box {
    /* padding: 20px 0; */
    text-align: center;
  }
  .inner_sec_new .box ul {
    /* list-style: none; */
  }
  .inner_sec_new .box li {
    font-size: 16px !important;
    text-align: justify;
  }
}

/* Solutions_new */
.Solutions_new {
  padding: 40px 0 !important;
  background: #fcf5fc;
  margin: 40px 0 20px;
}

.Solutions_new::before {
}
.Solutions_new .box {
  border-radius: 16px;
  padding: 24px;
  /* border: 1px solid rgba(96, 68, 227, 0.1); */
  height: 100%;
}
.Solutions_new .box.pink {
  background: transparent;
  border: 1px solid #ffcff4;
  transition: .3s;
}
.Solutions_new .box.pink .h5tag{
  font-size: 18px;
}
.Solutions_new .box.pink:hover {
  background: #fff;
  transition: .3s;
}
.Solutions_new .box.pink:hover .h5tag {
  color: #e530b2;
  transition: .3s;
}

.Solutions_new ul {
  padding-left: 20px;
  text-align: left !important;
}
.Solutions_new li {
  color: #1e2237;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.Solutions_new li::marker {
  margin: auto;
}
.Solutions_new h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.Solutions_new .box .head_bg {
  width: 100% !important;
  text-align: start;
  font-weight: 600;
  border-radius: 4px;
  /* padding: 12px 0; */
}
/* .Solutions_new .box.purple .head_bg {
  color: #6044e3;
  background: rgb(138 113 255 / 14%);
}
.Solutions_new .box.orange .head_bg {
  color: #ca7f0f;
  background: rgb(255 234 204 / 100%);
}
.Solutions_new .box.blue .head_bg {
  color: #1468ef;
  background: rgb(211 229 253 / 100%);
} */

@media (max-width: 1199px) {
  .Solutions_new .box {
    /* margin-top: 45px !important; */
  }
}

@media (max-width: 991px) {
  .Solutions_new .box {
    margin-bottom: 15px;
  }
  .Solutions_new .box .head_bg {
    text-align: center;
  }
  .Solutions_new .box {
    height: auto;
    text-align: center;
  }
  
  .inner_sec_2 .inner_sec_2_bg {
    padding: 38px 15px !important;
  }
  .inner_sec_1 .box {
    margin: auto;
  }
 
  .Solutions_new{
    margin: 20px 0px ;
  }
}
@media (max-width: 575px) {

  .Solutions_new .box {
    padding: 15px;
  }
  .Solutions_new {
    margin: 25px 0px;
  }
}
/* Solutions_new */





  /* Projects Slider Section Starts */
.slider_website_wrapper {
    position: relative;
    overflow: hidden;
  }
  .slider_website_item {
    width: 200px;
    height: 120px;
    background-position: 50% 50%;
    display: inline-block;
    transition: 0.5s;
    background-size: cover;
    position: absolute;
    z-index: 1;
    top: unset;
    transform: translate(0, 0%);
    border-radius: 8px;
    bottom: 30px;
  }
  .slider_website_item:nth-child(1),
  .slider_website_item:nth-child(2) {
    left: 0;
    top: 0;
    transform: translate(0, 0);
    width: 100%;
    height: 100%;
    border-radius: 16px;
  }
  div#website_slide {
    position: relative;
    height: 700px;
    width: 100%;
    display: inline-block;
  }
  .slider_website_item:nth-child(n + 6) {
    left: calc(50% + 660px);
    opacity: 0;
  }
  .slider_website_item:nth-child(5) {
    left: calc(78% + 40px);
  }
  .slider_website_item:nth-child(4) {
    left: calc(62% + 20px);
  }
  .slider_website_item:nth-child(3) {
    left: 46%;
  }
  .slider_website_item {
    width: 17%;
  }
  .slider_website_item:nth-child(1) {
    z-index: 0;
  }
  .slider_website_item:nth-child(2) {
    z-index: 1;
  }
  .slider_website_item:nth-child(n + 6) {
    z-index: -1;
  }
  @media screen and (max-width: 1279px) {
    div#website_slide {
      height: 600px;
    }
    .slider_website_item {
      height: 100px;
      bottom: 10px;
    }
  }
  /* Projects Slider Section Ends */

  .inner_bg_green{
    border-radius: 16px;
padding: 40px 50px;
background: #FFF6E8;
  }
  @media screen and (max-width: 991px) {
 .inner_bg_green .svg_button{
margin: auto;
 }
  }
  @media screen and (max-width: 991px) {
    .inner_bg_green{
   padding: 20px;
    }
     }
  /* inner_sec_29 */
.inner_sec_29 {
  padding: 40px 0;
}
.inner_sec_29 .accordion-item {
  background: #eeeff200;
  border: 0;
  border-radius: 0px;
  margin-bottom: 0px;
  margin-top: 5px;
  transition: 0.5s;
  position: relative;
  border-bottom: 1px solid #ebecef;
}

.inner_sec_29 .accordion-item.accordion_item_active {
  box-shadow: 0 0 10px 5px #00000014;
  border: 0;
  border-color: transparent;
  border-radius: 20px;
}
/* .inner_sec_29 .accordion-item.accordion_item_active .accordion-button.h5tag {
  color: #e530b2 !important;
} */
/* .inner_sec_29 .accordion-item:not(.collapsed) .accordion-button.h5tag{
  color: #e530b2 !important;
} */
.inner_sec_29 .accordion-button {
  background: transparent;
  box-shadow: none !important;
  padding: 18px;
  padding-right: 90px;
  color: #000;
  position: unset;
}
.inner_sec_29 .accordion-item:focus-visible {
  outline: none;
}
.inner_sec_29 .accordion-button h5 {
  margin-bottom: 0;
}
.inner_sec_29 .accordion-button::after {
  background: #fff
    url("../images/stellar-blockchain-wallet-development-services/sec29_arw.webp")
    no-repeat center;
  position: absolute;
  right: 30px;
  transform: rotate(0deg);
  /* top: 35px; */
  margin: auto 0;
  transition: 0.5s;
}
/* .inner_sec_29 .accordion-item:not(.collapsed) .accordion-button::after {
  transform: rotate(90deg);
} */
.inner_sec_29 .accordion-button:not(.collapsed)::after {
  transform: rotate(90deg);
}
.inner_sec_29 .accordion-item .para span {
  font-weight: 600;
}
.inner_sec_29 .accordion-body {
  padding: 20px;
  padding-right: 90px;
  padding-top: 0px;
}
.inner_sec_29 .accordion-body p {
  margin-bottom: 0;
  text-align: left;
}
.accordion-header .h5tag {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .inner_sec_29 img {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .inner_sec_29 .accordion-body {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .inner_sec_29 {
    text-align: center;
    /* padding: 0px 0px 40px 0px; */
  }
  .inner_sec_29 .svg_button {
    text-align: center;
    margin: auto;
    margin-bottom: 15px;
  }
  .inner_sec_2 {
    text-align: center;
  }
}
/* inner_sec_29 ends  */














/* inner_sec_23  */
.inner_sec_23 {
  padding: 40px 0;
  background: #F1F8FF;
}
.inner_sec_23 .box {
  border: 1px solid #dce2eb;
  border-radius: 16px;
  padding: 32px;
  /* padding-top: 40px; */
  position: relative;
  text-align: left;
  margin-top: 35px;
  transition: .3s;
}
.inner_sec_23 p {
  margin-bottom: 0px !important;
}
/* .inner_sec_23 .box .fees_head{
  border-radius: 50px;
  padding: 3px 12px;
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 40px;
  right: 0;
  width: fit-content;
  font-size: 16px;
  background: #FFF2DD;
  color: #EB8800;
  transition: .3s;
} */
.inner_sec_23 .box h3{
  font-weight: 600;
  font-size:  20px ;
color: #1e2237;
transition: .3s;
}
/* .inner_sec_23 .box:hover .fees_head{
  background: #EB8800;
  color: #fff;
  transition: .3s;
} */
.inner_sec_23 .box:hover {
  border: 1px solid #8db5f6;
  transition: .3s;
  background: #fff;
  
}
.inner_sec_23 .box:hover h3{
    color:#1468EF;
    transition: .3s;
}

.inner_sec_23 p{
  margin-bottom: 0px !important;
}

@media (max-width:1199px) {
  .inner_sec_23 .box .fees_head {
    font-size: 15px;
  }
}
@media (max-width:991px) {

  .inner_sec_23 .box {
      width: 100%;
  }
  .inner_sec_23 .box h3{
    font-size: 18px;
  }
}
@media (max-width:767px) {
  .inner_sec_23 .box .fees_head {
      margin: 0px auto 20px;
      /* position: unset; */
      left: 0;
  }
  
  .inner_sec_23 .box {
      margin-top: 25px;
      padding: 20px;
      text-align: center;
  }
  .inner_sec_23 .box .para{
      text-align: center !important;
  }
  
}
/* inner_sec_23 ends  */





/* Solutions_new */






/* Solutions_new_pinkbg */
.Solutions_new_pinkbg {
  padding: 30px 0 40px !important;
  background: transparent;
  /* margin: 40px 0 20px; */
}

.Solutions_new_pinkbg .box {
  border-radius: 16px;
  padding: 24px;
  /* border: 1px solid rgba(96, 68, 227, 0.1); */
  height: 100%;
}
.Solutions_new_pinkbg .box.pink {
  background: #fff;
  transition: .3s;
  border :1px solid #8db5f6;
}
.Solutions_new_pinkbg .box.pink .h5tag{
  /* font-size: 18px; */
}
.Solutions_new_pinkbg ul {
  padding-left: 20px;
  text-align: left !important;
}
.Solutions_new_pinkbg li {
  color: #1e2237;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.Solutions_new_pinkbg li::marker {
  margin: auto;
}

@media (max-width: 1199px) {

}

@media (max-width: 991px) {
  .Solutions_new_pinkbg .box {
    margin-bottom: 15px;
  }
  .Solutions_new_pinkbg .box .head_bg {
    text-align: center;
  }
  .Solutions_new_pinkbg .box {
    height: auto;
    text-align: center;
  }

  .Solutions_new_pinkbg{
    /* margin: 20px 0px ; */
  }
}
@media (max-width: 575px) {
 
  .Solutions_new_pinkbg .box {
    padding: 15px;
  }
  .Solutions_new_pinkbg {
    /* margin: 25px 0px; */
  }
}
/* Solutions_new_pinkbg */

/* inner_sec_23_blue  */
.inner_sec_23_blue {
  padding: 40px 0;
  background: #F7FFFC;
}
.inner_sec_23_blue .box {
  border: 1px solid #cfe7de;
  border-radius: 16px;
  padding: 32px;
  /* padding-top: 40px; */
  position: relative;
  text-align: left;
  margin-top: 35px;
}
.inner_sec_23_blue p {
  margin-bottom: 0px !important;
}
.inner_sec_23_blue .box .fees_head{
  border-radius: 50px;
  padding: 3px 12px;
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 40px;
  right: 0;
  width: fit-content;
  font-size: 16px;
  background: #D3F6E9;
  color: #00D68A;
  transition: .3s;
}
.inner_sec_23_blue .box h3{
  font-weight: 600;
  font-size:  20px ;
color: #1e2237;
}
.inner_sec_23_blue .box:hover .fees_head{
  background: #00D68A;
  color: #fff;
  transition: .3s;
}
.inner_sec_23_blue .box:hover {
  border: 1px solid #00d68a;
  transition: .3s;
  background: #fff;
  
}
.inner_sec_23_blue  .box:hover h3{
    color:#1e2237 ;
}
.inner_sec_23_blue p{
  margin-bottom: 0px !important;
}

@media (max-width:1199px) {
  .inner_sec_23_blue .box .fees_head {
    font-size: 15px;
  }
}
@media (max-width:991px) {

  .inner_sec_23_blue .box {
      width: 100%;
  }
  .inner_sec_23_blue .box h3{
    font-size: 18px;
  }
}
@media (max-width:767px) {
  .inner_sec_23_blue .box .fees_head {
      margin: 0px auto 20px;
      /* position: unset; */
      left: 0;
  }
  
  .inner_sec_23_blue .box {
      margin-top: 25px;
      padding: 20px;
      text-align: center;
  }
  .inner_sec_23_blue .box .para{
      text-align: center !important;
  }
  
}
/* inner_sec_23_blue ends  */

/* spot_light */
.spot_light {
    /* margin: 40px 0px; */
    /* padding: 40px 0; */
    /* background: #f1f8ff; */
  }

  .spot_light ul {
    padding-left: 20px;
  }
  .spot_light li {
    color: #1e2237;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: capitalize;
    white-space: nowrap;
    text-align: left;
  }
  .spot_light .box_content li {
    /* display: block; */
    display: list-item;
  }

 
  .spot_light .nav {
    flex-wrap: nowrap;
  }

  .spot_light li::marker {
    margin: auto;
  }
  .spot_light h5 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 20px;
  }
  .spot_light .box.blue h5 {
    color: #1468ef;
  }
  .spot_light .box.orange h5 {
    color: #e38a06;
  }
  .spot_light .box.orange {
    background: #fff4e3;
  }
  .spot_light .box_content ul {
    display: block;
    list-style-type: disc;
  }
  .spot_light .box_content {
    position: relative;
  }
  .spot_light .tab-pane .box_content::before {
    content: "";
    position: absolute;
    background: rgba(20, 104, 239, 0.15) !important;
    width: 1px;
    height: 190px;
    left: -75px;
    top: 5px;
  }
  .spot_light .tab-pane .border_box_none::before {
    background: none !important;
  }
  .spot_light .box_content li {
    background: transparent;
    color: #1e2237;
    list-style-type: disc !important;
  }
  .spot_light .blog_sec_3 {
    padding: 0 !important;
    margin: 0 !important;
  }
  .spot_light .blog_sec_3 button {
    border-radius: 8px;
    padding: 10px 18px;
    text-align: center;
    background: transparent;
    transition: 0.3s;
    color: #1e2237;
    font-weight: 500;
    font-size: 17px;
    /* min-width: 253px; */
    border: 1px solid #dce2eb;
  }
  .spot_light .blog_sec_3 .nav-item button.active {
    background: #00d68a !important;
    color: #fff !important;
    border: 1px solid transparent !important;
  }
  .spot_light .blog_sec_3 .nav-item button:hover {
    background: #00d68a !important;
    color: #fff !important;
    border: 1px solid transparent !important;
  }
  
  .spot_light .nav {
    text-align: center !important;
    justify-content: center;
    gap: 15px;
  }
  @media (max-width: 1399px) {
    .spot_light .nav {
      /* overflow-x: scroll; */
      /* justify-content: start; */
    }
    .spot_light li {
      /* margin: 0px; */
    }
    .spot_light ul {
      /* margin-bottom: 20px !important; */
    }
    .spot_light .tab-pane .box_content::before {
      left: -65px;
      /* background: none !important; */
    }
    .spot_light .box_content li {
      white-space: normal !important;
    }
  }
  @media (max-width: 1299px) {
    .spot_light .tab-pane .box_content::before {
      /* left: -65px; */
      background: none !important;
    }
  }
  @media (max-width: 1199px) {
    .spot_light li {
      font-size: 16px;
    }
    .inner_sec_2.inner_sec_2_bg {
      border-radius: unset !important;
    }
    /* .spot_light .tab-pane .box_content::before {
        left: -45px;
      } */
  }
  
  @media (max-width: 991px) {
    .spot_light .box {
      margin-bottom: 15px;
    }
    .spot_light .box {
      /* margin-top: 10px !important; */
    }
    .spot_light_1_content {
      flex-direction: column;
      gap: 5px !important;
    }
    .spot_light_1 .box {
      width: 100% !important;
    }
    .inner_sec_2 .inner_sec_2_bg {
      padding: 38px 15px !important;
    }
    .inner_sec_1 .box {
      margin: auto;
    }
    .spot_light_bg::before {
      display: none;
    }
    .spot_light_bg {
      background: #fff5f6 !important;
    }
  
    .spot_light .tab-pane .box_content::before {
      left: -18px;
      height: 225px;
    }
  }
  @media (max-width: 767px) {
    .spot_light .nav {
      flex-wrap: nowrap;
      margin-bottom: 20px !important;
    }
    .spot_light ul:first-child {
      padding-left: 0 !important;
    }
    .spot_light .box {
      padding: 10px 27px !important;
    }
    .spot_light .blog_sec_3 button {
      /* min-width: 200px !important; */
    }
    .spot_light_bg {
      padding: 30px 15px;
    }
    .spot_light li {
      text-align: center;
    }
    .spot_light .tab-pane .box_content::before {
      background: none !important;
    }
    .spot_light .tab-content {
      padding: 0px;
    }
    .spot_light {
      /* margin: 20px 0px 30px 0px; */
    }
    .spot_light .box_content li {
      list-style-type: none !important;
    }
  }
  @media (max-width: 575px) {
    .spot_light .blog_sec_3 button {
      padding: 8px 12px;
      font-size: 16px;
    }
    .spot_light .nav {
        overflow-x: scroll;
        justify-content: start;
      }
  }
  /* spot_light tabcontent start */
  .spot_light {
    padding: 40px 0;
  }
  .spot_light .pink-style h5 {
    background: transparent;
  }
  .spot_light .blue-style h5 {
    background: transparent;
  }
  
  .spot_light .blue-style {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #00d68a;
    padding: 30px;
    transition: 0.3s;
  }
  /* .spot_light .blue-style:hover {
    border: 1px solid #3fa2f6;
    transition: 0.3s;
  } */
  
  /* .spot_light .pink-style h5 {
    color: #f046b7;
  }
  .spot_light .blue-style h5 {
    color: #2c67d1;
  }
  .spot_light .purple-style h5 {
    color: #6d0c8d;
  } */
  .tccb-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .tccb-card li {
    list-style: none;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    color: #070d25;
    font-size: 18px;
  }
  .three-column-color-box {
    position: relative;
    z-index: 1;
  }
  @media (max-width: 991px) {
    .tccb-card {
      margin-bottom: 20px;
    }
  }
  @media (max-width: 575px) {
    .spot_light .blue-style {
      padding: 20px;
    }
  }
  /* spot_light tab content ends  */