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%);
}

.main-banner-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.main-banner-list li {
  list-style: none;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
}
.main-banner-list li::before {
  content: "";
  min-width: 10px;
  height: 10px;
  background: #f046b7;
  display: inline-block;
  margin-right: 15px;
  border-radius: 50%;
  margin-top: 9px;
}

.h2tag {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 20px;
}
.h2tag span {
  color: #f046b7;
}
.h3tag {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}
.h5tag {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

.para {
  font-size: 18px;
}
.head {
  max-width: 60%;
  margin: 0 auto 15px;
  text-align: center;
}
.dark {
  font-weight: 500;
}
.atag {
  color: #2c67d1;
  text-decoration: none !important;
}
.link {
  color: #1468ef !important;
  text-decoration: none;
}
.bgwaves {
  background: url("../images/crypto-market-making-bot-development-company/sec8_bgline.webp")
    no-repeat center;
  background-position-y: top;
  background-size: 100% 100%;
}
.text-dark {
  text-decoration: none;
}
.text-dark:hover {
  color: #2c67d1 !important;
}
@media (max-width: 1199px) {
  .para {
    font-size: 16px;
  }

  .h2tag {
    font-size: 38px;
  }

  .h3tag {
    font-size: 32px;
  }

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

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

}

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

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

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

  .h3tag {
    font-size: 28px;
  }

  .h5tag {
    font-size: 18px;
    line-height: unset;
  }

  section {
    padding: 20px 0 !important;
    
  }
}
/* common styles ends  */

/* inner_sec_1 */
.inner_sec_1 {
  position: relative;
  z-index: 1;
  padding: 40px 0 30px;
  min-height: 100vh;
}
.inner_sec_1 .svg_button {
  width: 265px;
  margin-top: 20px;
}
.inner_sec_1 p {
  max-width: 55%;
}
.main-banner-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.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;
}

  .inner_sec_1 ul{

    text-align: left !important;
  }
  .inner_sec_1 li{
    color: #1E2237; 
  font-size: 18px;
  font-style: normal;
  font-weight: 400; 
  margin-bottom: 5px;
  text-transform: capitalize;
  }
  .inner_sec_1 li::marker{
    margin:auto;
  }
@media (max-width: 1199px) {
  .inner_sec_1 p {
    max-width: 100%;
  }

  .inner_sec_1::before {
    right: 0;
  }
}

@media (max-width: 991px) {
  .inner_sec_1::before {
display: none;
  }
  .inner_sec_1{
    padding: 0px;
  }
  .inner_sec_1{
    min-height: auto !important;
    padding: 125px 0 30px !important;
  }
}
@media (max-width: 767px) {
  .inner_sec_1 .banimg {
    display: none;
  }
 
}
/* inner_sec_1 ends  */

.inner_sec_2 {
  padding: 30px 0 !important;
}
@media (max-width: 767px) {
  .inner_sec_2 img {
    margin-bottom: 15px;
  }
}
/* inner_sec_2 ends  */
/* cta_box */
.cta_box {
  padding: 30px 0;
  padding-top: 215px;
}
.cta_box .box{
  border-radius: 20px;
  background: url("../images/binance-clone-script-2023-new/cta_bg.webp") no-repeat center #bff5e2;
  position: relative;
}
.cta_box .box img{
  position: absolute;
  bottom: 0;
  left: 100px;
}
.cta_box h2{
line-height: normal;
}
.cta_box.ylw .box{
  background: url("../images/binance-clone-script-2023-new/cta_bg_ylw.webp") no-repeat center #FFE3B7;
  background-size: cover;
}
.cta_box.ylw .svg_button a{
  background: #00D68A;
  border: 2px solid #00D68A;
}
.cta_box.ylw .svg_button a:before{
  background: #abffe1;
}
.cta_box.ylw .box h2{
 font-size: 40px;
}
.cta_text .h2tag{
  font-size: 34px;
}
.cta_text .svg_button {
  margin-top: 35px !important;
}
@media (max-width:1399px) {
  .cta_box .box img{
    left: 10px;
  }
}
@media (max-width:1199px) {
  .cta_box .box{
    padding: 15px;
    text-align: center;
  }
  .cta_box .svg_button {
    margin: 0 auto;
    margin-top:20px ;
  }
  .cta_box .box img{
    display: none;
  }
  .cta_box.ylw .box h2{
    font-size: 32px;
  }
  .cta_box {
    padding-top: 60px;
  }
}




/* inner_sec_21 */
.inner_sec_21 {
  padding: 40px 0;
  background: url(../images/leverage-and-margin-trading-exchange-development/mixed-waves.webp)
    no-repeat right top;
}
.inner_sec_21 .card {
  border: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  margin-bottom: 50px;
  background: transparent;
}
.inner_sec_21 .card h4 {
  color: #1e2237;
  background: #dedede;
  border-radius: 15px;
  padding: 15px;
  display: inline-block;
}
.inner_sec_21 .card p {
  margin-bottom: 0;
}
.bignumber {
  min-width: 150px;
  font-size: 100px;
  display: inline-flex;
  justify-content: flex-end;
  margin-right: 15px;
  font-weight: 300;
  text-align: center;
  margin-top: -30px;
}
.pink-card .bignumber {
  color: #ffebcb;
}
.blue-card .bignumber {
  color: #bff5e2;
}
.yellow-card .bignumber {
  color: #e9d1fb;
}
.green-card .bignumber {
  color: #fbd1ed;
}
.purple-card .bignumber {
  color: #cbd9f3;
}
.sandle-card .bignumber {
  color: #ffdbcb;
}
.inner_sec_21 .card.pink-card h4 {
  background-color: #ffebcb;
  width: 100%;
  text-align: center;
}
.inner_sec_21 .card.blue-card h4 {
  background-color: #bff5e2;
  width: 100%;
  text-align: center;
}
.inner_sec_21 .card.yellow-card h4 {
  background-color: #e9d1fb;
  width: 100%;
  text-align: center;
}
.inner_sec_21 .card.sandle-card h4 {
  background-color: #ffdbcb;
  width: 100%;
  text-align: center;
}
.inner_sec_21 .card.green-card h4 {
  background-color: #fbd1ed;
  width: 100%;
  text-align: center;
}
.inner_sec_21 .purple-card h4 {
  background-color: #cbd9f3;
  width: 100%;
  text-align: center;
}
@media (max-width: 1199px) {
  .bignumber {
    min-width: 90px;
    font-size: 72px;
  }
}
@media (max-width: 991px) {
  .inner_sec_21 .card {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .bignumber {
    display: none;
  }
  .inner_sec_21 .card p {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .inner_sec_21 {
    background-image: none;
  }
  .inner_title {
    font-size: 40px !important;
  }
}
/* inner_sec_21 ends  */

/* inner_sec_25 */


/* inner_sec_25 ends  */

/* inner_sec_20 */
.inner_sec_20 {
  padding: 40px 0;
}
.inner_sec_20 .pink-style h5 {
  background: transparent;
}
.inner_sec_20 .blue-style h5 {
  background: transparent;
}
.inner_sec_20 .pink-style {
  background: #ffd9e4;
  border-radius: 20px;
  padding: 30px;
}
.inner_sec_20 .blue-style {
  background: #c4d9ff;
  border-radius: 20px;
  padding: 30px;
}
.inner_sec_20 .purple-style {
  background: #f1c7ff;
  border-radius: 20px;
  padding: 30px;
}
.tccb-card {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tccb-card h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.inner_sec_20 .pink-style h5 {
  color: #f046b7;
}
.inner_sec_20 .blue-style h5 {
  color: #2c67d1;
}
.inner_sec_20 .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;
}
.tccb-card li::before {
  content: "";
  min-width: 10px;
  height: 10px;
  background: #f046b7;
  display: inline-block;
  margin-right: 15px;
  border-radius: 50%;
  margin-top: 9px;
}
.inner_sec_20 .blue-style li::before {
  background: #2c67d1;
}
.inner_sec_20 .purple-style li::before {
  background: #6d0c8d;
}
.inner_sec_13 {
  position: relative;
  /* z-index: 1; */
}
.inner_sec_13::before {
  content: "";
  background: url(../images/crypto-market-making-bot-development-company/sec1_linebg.webp)
    no-repeat right top;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  height: 672px;
  bottom: -200px;
  margin: auto 0;
}
.inner_sec_1_3::before {
  background: transparent !important;
}

.three-column-color-box::after {
  content: "";
  background: transparent;
}
@media (max-width: 991px) {
  .tccb-card {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .three-column-color-box::before {
    width: 100%;
    background-size: 100%;
    left: 0;
  }
  .three-column-color-box::after {
    width: 100%;
    background-size: 100%;
    right: 0;
  }
}
/* inner_sec_20 ends  */

/* inner_sec_23  */

/* inner_sec_23 ends  */


/* inner_sec_24 ends  */

/* inner_sec_15 */
  

/* inner_sec_12 */
.inner_sec_12 {
  padding: 30px 0;
  background: url(../images/leverage-and-margin-trading-exchange-development/style-box-12-bg.webp)
    no-repeat center 180px;
}
.head-title-center {
  margin-bottom: 30px;
}
.head-title-center h2 {
  text-align: center;
  max-width: 70%;
  margin: 0 auto 30px;
}
.head-title-center h3{
  text-align: center;
  max-width: 70%;
  margin: 0 auto 30px;
}
.head-title-center h2 span {
  color: #f047b8;
}
.head-title-center p {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
  font-size: 18px;
}
.ftlc-card {
  display: flex;
  align-items: center;
}
.ftlc-card h5 {
  min-width: 30%;
  text-align: center;
  background: #dedede;
  border-radius: 15px;
  padding: 15px;
  font-size: 24px;
  color: #ffffff;
}
.ftlc-card p {
  margin-left: 30px;
  background: #dedede;
  border-radius: 15px;
  padding: 30px;
}
.green-style h5 {
  background: #02d087;
  background: #119f6c;
}
.pink-style h5 {
  background: #f046b7;
}
.blue-style h5 {
  background: #2c67d1;
}
.violet-style h5 {
  background: #6d0c8d;
}
.orange-style h5 {
  background: #cfac1b;
  background: #9b7d00;
}
.green-style p {
  background: #ccf7e8;
}
/* .pink-style p{
  background: #ffd9e4;
}
.blue-style p{
  background: #c4d9ff;
} */

.flex-title-left-content .svg_button {
  margin-right: calc(30% + 30px);
  margin-top: 15px;
}
@media (max-width: 1200px) {
  .head-title-center h2 {
    max-width: 100%;
  }
  .head-title-center p {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .ftlc-card {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .ftlc-card h5 {
    display: block;
    width: 100%;
  }
  .ftlc-card p {
    margin-left: 0;
  }
  .flex-title-left-content .svg_button {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
  }
}

.portfolio_slider.custom_home_slider {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.portfolio_slider img {
  margin: 10px;
}

/* inner_sec_27 */

/* inner_sec_27 ends  */

/* inner_sec_28 */
.inner_sec_28 {
  padding: 40px 0;
}
.inner_sec_28 .boxbg {
  background: url("../images/stellar-blockchain-wallet-development-services/sec_28bg.webp")
    no-repeat center #ffd9e4;
  border-radius: 20px;
  border: 1px solid #f8a9dd;
  padding-top: 20px;
  padding-right: 50px;
  max-width: 80%;
  margin: 0 auto;
  background-size: 100% 100%;
}
.inner_sec_28 h5 {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .inner_sec_28 .boxbg {
    max-width: 100%;
    padding: 15px;
    background-image: none;
  }

  .inner_sec_28 .boxbg img {
    margin-bottom: 15px;
  }
}
/* inner_sec_28 ends  */

/* inner_sec_5 */
.inner_sec_5 {
  padding: 40px 0;
}

/* inner_sec_13 */
.inner_sec_13 {
  padding: 40px 0;
}
.inner_sec_13 .pink-style h5 {
  background: transparent;
  margin-bottom: 0px;
}
.inner_sec_13 .blue-style h5 {
  background: transparent;
  margin-bottom: 0px;
}
.inner_sec_13 .green-style h5 {
  background: transparent;
}
.inner_sec_13 .pink-style {
  background: #fff4e3 !important;
  border-radius: 20px;
  padding: 40px;
}
.inner_sec_13 .blue-style {
  background: #eaf1ff !important;
  border-radius: 20px;
  padding: 40px;
}

.tccb-card {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tccb-card h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.inner_sec_13 .pink-style h5 {
  color: #1e2237;
}
.inner_sec_13 .blue-style h5 {
  color: #1e2237;
}

.tccb-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tccb-card li {
  list-style: none;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  color: #070d25;
  font-size: 18px;
}
.tccb-card li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #f046b7;
  display: inline-block;
  margin-right: 15px;
  border-radius: 50%;
  margin-top: 9px;
}


.inner_sec_13 .blue-style li::before {
  background: #2c67d1;
}
.inner_sec_13 .purple-style li::before {
  background: #6d0c8d;
}
.three-column-color-box {
  position: relative;
}
/* .three-column-color-box::before {
  content: "";
  background: url(../images/leverage-and-margin-trading-exchange-development/left-yellow-curves.webp)
    no-repeat scroll 0 0;
  position: absolute;
  left: -70px;
  bottom: -25px;
  width: 387px;
  height: 325px;
  z-index: -1;
}
.three-column-color-box::after {
  content: "";
  background: url(../images/leverage-and-margin-trading-exchange-development/right-yellow-curves.webp)
    no-repeat scroll 0 0;
  position: absolute;
  right: -50px;
  top: -30px;
  width: 570px;
  height: 294px;
  z-index: -1;
} */

@media (max-width: 991px) {
  .tccb-card {
    margin-bottom: 30px;
  }
  .h2tag {
    text-align: center;
  }
  .inner_sec_2 .para {
    text-align: center;
  }
  
  .svg_button{
    /* margin-top: 0px !important; */
  }
  .inner_sec_1 .svg_button{
    margin-top: 0px !important;
  }
}
@media (max-width: 767px) {
  .inner_sec_13 .svg_button {
    margin: 30px auto 10px;
  }
  .inner_sec_13 h3{
    text-align: center;
    max-width: 100%;
  }
 .tccb_card_head p{
    text-align: center;
  }
  .inner_sec_1_3 .tccb-card{
    height: auto !important;
  }
  .tccb_card_head h4{
    text-align: center;
  }
}
@media (max-width: 575px) {
  .three-column-color-box::before {
    width: 100%;
    background-size: 100%;
    left: 0;
  }
  .three-column-color-box::after {
    width: 100%;
    background-size: 100%;
    right: 0;
  }
  .inner_sec_13 .blue-style{
    padding: 30px 20px;
  }
  .inner_sec_13 .pink-style{
    padding: 30px 20px;
  }
  .text-slider{
    padding: 25px !important;
  }
  .head-title-center h3{
    max-width: 100%;
  }

}

/* inner_sec_18 */
.inner_sec_18 {
  padding: 40px 0;
}
.inner_sec_18 .cta-card {
  padding: 30px;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/leverage-and-margin-trading-exchange-development/cta-yellow.webp)
    no-repeat scroll center center;
  width: 960px;
  height: 233px;
  margin: 0 auto;
  border-radius: 20px;
}
.cta-yellow-text {
  max-width: 60%;
  text-align: center;
}
.cta-yellow-text h5 {
  text-align: center;
}
@media (max-width: 1199px) {
  .inner_sec_18 .cta-card {
    background-size: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .inner_sec_18 .cta-card {
    background-size: cover;
    padding: 15px;
  }
  .inner_sec_18 img {
    display: none;
  }
  .cta-yellow-text {
    max-width: 100%;
  }
}
.inner_sec_1_3 .tccb_card_head{
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
}
/* 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:not(.collapsed) {
  box-shadow: 0 0 10px 5px #00000014;
  border: 0;
  border-color: transparent;
  border-radius: 20px;
}
.inner_sec_29 .accordion-button {
  background: transparent;
  box-shadow: none !important;
  padding: 30px;
  padding-right: 90px;
  color: #000 !important;
  position: unset;
}
.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: unset;
  top: 35px;
  margin: auto 0;
  transition: 0.5s;
}
.inner_sec_29 [aria-expanded="true"] .accordion-button::after {
  transform: rotate(90deg);
}
.inner_sec_29 [aria-expanded="false"] .accordion-button::after {
  transform: rotate(0deg);
}
.inner_sec_29 .accordion-item .para span {
  font-weight: 600;
}
.inner_sec_29 .accordion-body {
  padding: 30px;
  padding-right: 90px;
  padding-top: 0px;
}
.inner_sec_29 .accordion-body p {
  margin-bottom: 0;
}
.accordion-header .h5tag{
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .inner_sec_29 img {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .inner_sec_29 .accordion-body {
    padding-right: 30px;
  }
}
/* inner_sec_29 ends  */
.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: 200px;
  height: 116px;
  margin: 20px 25px;
}
.inner_title {
  font-size: 48px;
  font-weight: 600;
  color: #070d25;
}

.inner_sec_1_3 .tccb_card_head h5 {
  font-weight: 600;
  font-size: 16px !important;
  line-height: 187%;
 text-align: center;
  color: #1e2237;
  margin-bottom: 0px;
}
.inner_sec_1_3 .tccb-card {
  border: 1px solid #d7d7d7;
  border-radius: 25px;
  padding:  20px;
  background: #fff;
  height: 174px;
}

/* inner_sec_15 */
.inner_sec_15 {
  padding: 40px 0;
}
.text-slider {
  background: #ffdae4;
background: linear-gradient(90deg, #ffdae4 0%, rgba(255, 218, 228, 0) 100%);
  border-radius: 20px;
  border: 1px solid #ffd9e4;
  padding: 30px;
  position: relative;
  min-height: 367px;
}
.slider-card h4 {
  color: #FF50BD;
  margin-bottom: 20px;
  max-width: 70%;
}
.slider-card p {
  max-width: 70%;
}
.text-slider .slick-prev {
  left: 30px;
  top: 88%;
  background-color: transparent;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  z-index: 9;
}
.text-slider .slick-prev:hover {
  background: #FF50BD;
}
.text-slider .slick-next {
  left: 75px;
  right: auto;
  top: 88%;
  background-color: transparent;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.text-slider .slick-next:hover {
  background: #FF50BD;
}
.text-slider .slick-next::before {
  content: "";
  background: url("../images/crypto-currency-exchange-development-company/pink_arrow.webp") no-repeat;
  width: 13px;
  height: 22px;
  position: absolute;
  background-size: 70%;
  top: 1px;
  left: 8px;
  transform: rotate(-178deg);
}
.text-slider .slick-prev::before {
  content: "";
  background: url("../images/crypto-currency-exchange-development-company/pink_arrow.webp") no-repeat;
  width: 13px;
  height: 22px;
  position: absolute;
  background-size: 70%;
  top: 9px;
  left: 9px;
}
.text-slider .slick-prev:hover::before,
.text-slider .slick-next:hover::before {
  filter: brightness(0) invert(1);
  color: #FF50BD;
}
.flex-title-left-content{
  max-height: 580px;
  overflow: auto;
  padding-right: 15px;
}
.simplebar-scrollbar::before{
  opacity: 1 !important;
  background: #2a69d1 !important;
}
.simplebar-track.simplebar-vertical{
  background: #e1ecff !important;
  border-radius: 5px;
}
@media (max-width: 1399px) {
  .slider-card p {
    max-width: 100%;  
  }
}
@media (max-width: 991px) {
  .inner_sec_15 .svg_button{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .text-slider {
    min-height: auto;
  }
  .text-slider::before {
    display: none;
  }
  .slider-card h4 {
    max-width: 100%;
    text-align: center;
  }
  .slider-card p {
    max-width: 100%;
    text-align: center;
  }
  .text-slider .slick-prev {
    left: 50%;
    margin-left: -40px;
    z-index: 9;
    top: 85%;
  }
  .text-slider .slick-next {
    left: auto;
    right: 50%;
    margin-right: -40px;
    top: 85%;
  }
}
@media (max-width: 767px) {
  .text-slider .slick-prev {
    top: 93%;
  }
  .text-slider .slick-next {
    top: 93%;
  }
}
@media (max-width: 567px) {
  .inner_sec_15{
    margin-top: 0px  !important;
  }
}
/* spot_light */
.spot_light{
    padding: 30px 0;
  }
  .spot_light_bg{
    position: relative;
  }
  .spot_light_bg::before{
    content: "";
    background: url(../images/otc-crytpo-exchange-development/bg_02.webp) no-repeat right top;
    width: 103%;
    position: absolute;
    z-index: -1;
    top: 100px;
    right: 0;
    height: 672px;
    bottom: 0;
    margin: auto 0;
    left: 10px;
  }
  .spot_light .box {
    border-radius: 20px;
    background: #EAF1FF;
    padding: 40px;
 
  }
  .spot_light ul{
    padding-left: 20px;
    text-align: left !important;
  }
  .spot_light li{
    color: #1E2237; 
  font-size: 18px;
  font-style: normal;
  font-weight: 400; 
  margin-bottom: 15px;
  text-transform: capitalize;
  }
  .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;
  }

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

  @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 */
  .spot_light_1_content{
    margin: auto;
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
  }
  .spot_light_1 .box{
    width: 480px;
    margin-top: 20px !important;
  
  }
  .spot_light_1 .para_1{
    font-weight: 600;
    font-size: 18px ;
text-transform: capitalize;
text-align: center;
color: #000;
margin-bottom: 0px;
  }
  .spot_light_1 .svg_button{
margin-top: 30px
   
  }
  .inner_sec_2 .inner_sec_2_bg{
    background-color: #F0F5FF;
    padding: 38px 0px;
    border-radius: 20px;
  }

  /* Clone Section New */
.clone_section_inner {
    background: url("../images/otc-crytpo-exchange-development/bg_01.webp") repeat;
    background-size: 4%;
    border-radius: 20px;
    padding: 50px;
  }
  .clone_panel {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 13px;
  }
  .clone_panel .clone_div {
    display: flex;
    align-items: center;
    gap: 13px;
    border-radius: 50px;
    padding: 20px;
    background: rgba(243, 189, 54, 0.2);
    cursor: default;
  }
  a{
    text-decoration: none;
  }
  .clone_div h3 {
    color: #222D39;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
  }
  .clone_panel .clone_div:nth-child(2) {
    background: rgba(25, 108, 191, 0.2);
  }
  .clone_panel .clone_div:nth-child(3) {
    background: rgba(135, 84, 161, 0.2);
  }
  .clone_panel .clone_div:nth-child(4) {
    background: rgba(0, 81, 255, 0.2);
  }
  .clone_panel .clone_div:nth-child(5) {
    background: rgba(35, 175, 145, 0.2);
  }
  .clone_panel .clone_div:nth-child(6) {
    background: rgba(48, 102, 240, 0.2);
  }
  .clone_panel .clone_div:nth-child(7) {
    background: rgba(48, 102, 240, 0.2);
  }
  .clone_panel .clone_div:nth-child(8) {
    background: rgba(48, 102, 240, 0.2);
  }
  @media screen and (max-width:767px) {
    .clone_section_inner {
      padding: 20px;
    }
    .clone_div h3 {
      font-size: 18px;
    }
    .clone_panel .clone_div {
      padding: 15px;
      gap: 10px;
    }
  }
  .inner_sec_29 #accordionExample {
    height: 580px;
    padding-top: 50px;
  }
  .inner_sec_29 #accordionExample .mCSB_container{
    padding: 15px;
    
  }

  .flex-title-left-content .svg_button {
    margin-left: calc(30% + 30px);
    margin-top: 15px;
  }
  @media (max-width: 1200px) {
    .head-title-center h2 {
      max-width: 100%;
    }
    .head-title-center p {
      max-width: 100%;
    }
  }
  @media (max-width: 767px) {
    .flex-title-left-content .svg_button {
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      display: block;
    }
  }