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{

  margin: 0 auto 15px;
  text-align: center;
}

@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;
      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;
      text-align: center;
  }
}
/* common styles ends  */



/* inner_sec_1 */
.inner_sec_1 {
  position: relative;
  z-index: 1;
  padding: 100px 0 30px !important;
}
.inner_sec_1 .svg_button{
  width: 265px;
}
.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;
}

@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 {
      right: 0;
      background-size: contain;
  }
}
@media (max-width:767px) {
    .inner_sec_1 .banimg {
        display: none;
    }
}
/* inner_sec_1 ends  */



.inner_sec_2 {
  padding:30px 0
}
.inner_sec_2 .main-banner-list{
  display: flex;
  flex-wrap: wrap;
}
.inner_sec_2 .main-banner-list li{
  width: 33%;
}
@media (max-width:767px){
.inner_sec_2 img{
  margin-bottom: 15px;
}
}
/* inner_sec_2 ends  */




/* inner_sec_8 */
.inner_sec_8{
  padding: 40px 0;
  background: url("../images/crypto-market-making-bot-development-company/sec8_bgline.webp") no-repeat center;
  background-position-x:75% ;
  background-position-y:40% ;
}
.inner_sec_8 .box{
  background: #ffd9e4;
  padding: 20px;
  border-radius: 20px;
  margin-left: -45px;
}
@media (max-width:991px) {
    .inner_sec_8 {
        background-size: contain;
    }

    .inner_sec_8 .h2tag {
        text-align: center;
    }

    .inner_sec_8 .box {
        margin: 0;
        margin-top: 20px;
    }
}
/* inner_sec_8 ends  */





/* inner_sec_4  */
.inner_sec_4{
  padding: 40px 0;
  position: relative;
}
.inner_sec_4::before{
  content: "";
  position: absolute;
  background: url("../images/crypto-trading-bot-development-company/sec4_linebg.webp") no-repeat center;
  height: 633px;
  width: 100%;
  z-index: -1;
  right: 0;
}
.inner_sec_4 .boxbg{
  background: url(../images/crypto-trading-bot-development-company/sec4_bg.webp) no-repeat center #ffff9f;
  border-radius: 20px;
  border: 1px solid #ffd62c;
  padding: 40px;
  max-width: 80%;
  margin: 0 auto;
  background-size: 100% 100%; 
}
@media (max-width:991px) {
  .inner_sec_4 .boxbg{
    max-width: 100%;
    padding: 40px 20px;
  }
} 
/* inner_sec_4 ends  */





.inner_sec_7{
  padding: 40px 0;
}
.inner_sec_7 .box{
  padding: 40px;
  background: #ccf7e8;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.inner_sec_7 .box::before{
  content: "";
  position: absolute;
  background: url("../images/crypto-market-making-bot-development-company/sec7_box1bg.webp") no-repeat center;
  top: -10px;
  right: -15px;
  width: 149px;
  height: 150px;
  z-index: -1;
}
.inner_sec_7 .box p{
  margin-bottom: 0;
}
.inner_sec_7 .box.rose{
  background: #ffd9e4;
}
.inner_sec_7 .box.rose::before{ 
  background: url("../images/crypto-market-making-bot-development-company/sec7_box2bg.webp") no-repeat center;
}
.inner_sec_7 .box.blue{
  background: #c4d9ff;
}
.inner_sec_7 .box.blue::before{ 
  background: url("../images/crypto-market-making-bot-development-company/sec7_box3bg.webp") no-repeat center;
}
@media (max-width:991px) {
  .inner_sec_7 .box {
      margin-bottom: 20px;
      padding: 20px;
  }
}



.inner_sec_6 {
  padding: 40px 0;
}
.inner_sec_6 .box{
  background: #ffd9e4;
  border-radius: 20px;
  padding: 30px;
}
.inner_sec_6 .box .imgbox{
  position: relative; 
}
.inner_sec_6 .box .imgbox::before{
  content: "";
  position: absolute;
  background: url("../images/crypto-market-making-bot-development-company/work_after.webp") no-repeat center;
  background-size: contain;
  width: 20%;
  height: 30%;
  right: 0;
  top: -70px;
} 
.inner_sec_6 .box .imgbox::after{
  content: "";
  position: absolute;
  background: url("../images/crypto-market-making-bot-development-company/work_before.webp") no-repeat center;
  background-size: contain;
  width: 30%;
  height: 27%;
  bottom: -30px;
  left: -20px;
} 
 
  @media (max-width:767px){
    .inner_sec_6 .box {
      padding: 20px;
    } 
    .inner_sec_6 .box .imgbox::before{
      right: -5px;
      top: -5px;
    }
    .inner_sec_6 .box .imgbox::after{
      left: -5px;
      bottom: -5px;
    }
  }
/* inner_sec_6 ends  */




/* 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: 30px;
  background: transparent;
}
.inner_sec_21 .card h5{
  color: #ffffff;
  background: #dedede;
  border-radius: 15px;
  padding: 15px;
  display: inline-block;
}
.inner_sec_21 .card p{
  margin-bottom: 0;
}
.bignumber {
  min-width: 150px;
  font-size: 120px;
  display: inline-flex;
  justify-content: flex-end;
  margin-right: 15px;
  font-weight: 300;
  text-align: center;
}
.pink-card .bignumber{
  color: #ffd9e4;
}
.blue-card .bignumber{
  color: #c4d9ff;
}
.yellow-card .bignumber{
  color: #ffe782;
}
.green-card .bignumber{
  color: #ccf7e8;
}
.purple-card .bignumber{
  color: #e9c4ff;
}
.inner_sec_21 .card.pink-card h5{
  background-color: #f046b7;
}
.inner_sec_21 .card.blue-card h5{
  background-color: #2c67d1;
}
.inner_sec_21 .card.yellow-card h5{
  background-color: #cfac1b;
}
.inner_sec_21 .card.green-card h5{
  background-color: #00d78b;
}
.inner_sec_21 .purple-card h5{
  background-color: #6d0c8d;
}
@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;
  }
}
@media (max-width:575px){
  .inner_sec_21{
    background-image: none;
  }
}
/* inner_sec_21 ends  */




.inner_sec_3 {
  padding: 30px 0 80px;
}
.inner_sec_3 .headbg{
  position: relative;
}
.inner_sec_3 .curve {
  position: relative;
}

.inner_sec_3 .headbg::before {
  content: "";
  position: absolute;
  left: -160px;
  right: 0;
  margin: 0 auto;
  bottom:  -80px;
  background: url(../images/crypto-market-making-bot-development-company/sec3_smcurv.webp) no-repeat center;
  width: 98px;
  height: 100px;
}
.inner_sec_3 .headbg img{
  position: absolute;
  right: 0;
  bottom: 90px; 
}

.inner_sec_3 .boxlow {
  margin-top: 70px;
  margin-bottom: -70px;
}

.inner_sec_3 .box {
  background: #cfadda;
  padding: 30px 40px;
  border-radius: 20px;
  margin-bottom: 28px;
}
.inner_sec_3 .box:hover {
    background: #cfaddafa;
}
/* .inner_sec_3 .box:hover{
  transform: scale(1.027);
  transition: .3s;
} */
.inner_sec_3 .box.blue {
  background: #c4d9ff;
}
.inner_sec_3 .box.blue:hover {
  background: #c4d9fff6;
}
.inner_sec_3 .box.ash {
  background: #fcd7d2;
}
.inner_sec_3 .box.ash:hover {
  background: #fcd7d2f8;
}
.inner_sec_3 .box.rose {
  background: #ffd9e4;
}
.inner_sec_3 .box.rose:hover {
  background: #ffd9e4f6;
}
.inner_sec_3 .box.green {
  background: #ccf7e8;
}
.inner_sec_3 .box.green:hover {
  background: #ccf7e8f5;
}
.inner_sec_3 .box p {
  margin-bottom: 0;
}
@media (max-width:991px) {
  .inner_sec_3 {
      padding: 30px 0;
  }

  .inner_sec_3 .col-lg-4 .box {
      margin-bottom: 20px;
  }

  .inner_sec_3 .col-lg-4:nth-last-child(1) .box {
      margin-bottom: 0;
  }

  .inner_sec_3 .boxlow {
      margin-top: 0;
      margin-bottom: 0;
  }

  .inner_sec_3 .headbg img {
      height: 100px;
  }

  .inner_sec_3 .headbg::before {
      display: none;
  }
}
@media (max-width:767px) {
  .inner_sec_3 .box {
      padding: 22px;
  }
}

/* inner_sec_3 ends  */






/* inner_sec_25 */
.inner_sec_25 {
  position: relative;
  z-index: 1;
  padding: 40px 0;
}
.inner_sec_25::before {
    content: "";
    position: absolute;
    background: url(../images/stellar-blockchain-wallet-development-services/sec25_line.webp) no-repeat right;
    width: 100%;
    height: 342px;
    right: 0;
    top: -230px;
    z-index: -1;
}
.inner_sec_25 .slider{
  overflow: hidden;
  height: 360px;
}
.inner_sec_25 .slider .slick-list{
  margin-left: -140px;
}

.inner_sec_25 .box{
  padding: 50px;
  box-shadow: 0 0 10px 5px #f4f4f6;
  border-radius: 20px;
  margin: 10px;
  position: relative;
  height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

.inner_sec_25 .slider .box::before {
  content: "";
  position: absolute;
  color: #00d78b;
  font-size: 200px;
  opacity: .1; 
  text-align: center;
  z-index: -1;
}
.inner_sec_25 .slider .one .box::before{
  content: "01";
}
.inner_sec_25 .slider .two .box::before{
  content: "02";
}
.inner_sec_25 .slider .three .box::before{
  content: "03";
}
.inner_sec_25 .slider .four .box::before{
  content: "04";
}
.inner_sec_25 .slider .five .box::before{
  content: "05";
}
.inner_sec_25 .slider .six .box::before{
  content: "06";
}
.inner_sec_25 .slick-active.slick-center{
  width: 540px !important;
}
.inner_sec_25 .slick-active.slick-center .box{
  background: #c4d9ff;
}
.inner_sec_25 .slick-active.slick-center .box::before{
  color: #2c67d1;
  z-index: 1;
  opacity: .1;
}
.inner_sec_25 .slick-prev{
  left: 26.7%;
  z-index: 2;
  top: 50%;
}
.inner_sec_25 .slick-next{
  right: 29.8%; 
  top: 50%;
}
.inner_sec_25 .slick-prev,
.inner_sec_25 .slick-next{
  background: #fff !important;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.inner_sec_25 .slick-prev:hover,
.inner_sec_25 .slick-next:hover{
  background: #fff !important;
}
.inner_sec_25 .slick-prev::before{
  background: url("../images/stellar-blockchain-wallet-development-services/slick_arw.webp") no-repeat center;
  width: 10px;
  height: 16px;
  display: block;
  position: relative;
  font-size: 0;
  opacity: 1;
}

.inner_sec_25 .slick-next::before{
  background: url("../images/stellar-blockchain-wallet-development-services/slick_arw.webp") no-repeat center;
  width: 10px;
  height: 16px;
  display: block;
  position: relative;
  font-size: 0;
  transform: rotate(180deg);
}
.inner_sec_25 .box .para{
  margin-bottom: 0;
}
@media (max-width:1399px) {
    .inner_sec_25 .slick-prev {
        left: 25.7%;
    }

    .inner_sec_25 .slick-next {
        right: 23.8%;
    }

    .inner_sec_25 .slider {
        height: 430px;
    }

    .inner_sec_25 .box {
        height: 400px;
    }
}
@media (max-width:1199px) {
  .inner_sec_25::before {
      background-size: 40%;
  }

  .inner_sec_25 .slick-next {
      right: 15.8%;
  }

  .inner_sec_25 .slick-prev {
      left: 24.2%;
  }
}

@media (max-width:991px) {
  .inner_sec_25 .slider {
      overflow: visible;
      margin-top: 60px;
  }

  .inner_sec_25 .slider .slick-list {
      margin-left: 0px;
  }

  .inner_sec_25 .slick-prev {
      left: -55px;
      right: 0;
      margin: 0 auto;
  }

  .inner_sec_25 .slick-next {
      left: 0px;
      right: -55px;
      margin: 0 auto;
  }

  .inner_sec_25 .slick-prev,
  .inner_sec_25 .slick-next {
      top: -20px;
      box-shadow: 0 0 10px 0 #00000033;
  }

  .inner_sec_25 .slider {
      height: unset;
  }

  .inner_sec_25 .box {
      height: unset;
  }
}
/* 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;
}
.three-column-color-box{
  position: relative;
  z-index: 1;
}
.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;
}
}
@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 {
  padding: 40px 0;
}
.inner_sec_23 .box {
  border: 1px solid #e3e4e5;
  border-radius: 16px;
  padding: 40px;
  padding-top: 40px;
  position: relative;
  text-align: center;
  margin-top: 45px;
}
.inner_sec_23 .box:hover {
  /* border-color: transparent;   */
  box-shadow: 0 0 20px -10px #5a617e;
}
.inner_sec_23 .box h5{
  background: #ffd9e4;
  border-radius: 50px;
  padding: 7px 20px;
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
}
.inner_sec_23 .box h5.yellow{
  background: #ffff9f;
}
.inner_sec_23 .box h5.blue{
  background: #c4d9ff;
}
.inner_sec_23 .box h5.rose{
  background: #f1c7ff;
} 

@media (max-width:767px) {
  .inner_sec_23 .box h5 {
      margin: 0px auto 20px;
      position: unset;
  }

  .inner_sec_23 .box {
      margin-top: 25px;
  }
}
/* inner_sec_23 ends  */



.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;
}
.inner_sec_24 .cta-text 
.inner_sec_24 h5{
  text-align: center;
  line-height: 36px;
}
.inner_sec_24 .h5tag{
  text-align: center;
  line-height: 36px;
  margin-bottom: 0;
}

.cta-img{
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 193px;
  margin-left: 40px;
}
@media (max-width:1399px) {
  .inner_sec_24 .boxbg {
      background-size: cover;
  }
}
@media (max-width:991px) {
  .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;
  }
}
/* inner_sec_24 ends  */


  

 
/* inner_sec_26 */
.inner_sec_26{
  padding: 40px 0;
}
.inner_sec_26.mixed-waves-2 .bgimg{
  background: url("../images/stellar-blockchain-wallet-development-services/sec19_bg.webp") no-repeat center;
  background-size: 100%;
}
.inner_sec_26{
  padding: 40px 0;
}
.img-overlay-text {
  background: url(../images/leverage-and-margin-trading-exchange-development/banner-img-5.webp)
    no-repeat scroll center top;
  min-height: 641px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 50px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.flex-card {
  display: flex;
  gap: 10px;
}
.iot-card {
  background: #dedede;
  width: 35%;
  padding: 20px 30px;
  border-radius: 20px;
  margin: 15px 0;
}
.iot-card a {
  color: #070d25;
  text-decoration: none;
}
.iot-card:nth-child(even) {
  margin-left: auto;
}
.iotc-green{
  background-color: #ccf7e8;
}
.iotc-orange{
  background-color: #ffb6ad;
}
.iotc-purple{
  background-color: #f1c7ff;
}
.iotc-pink{
  background-color: #ffd9e4;
}
.iotc-blue{
  background-color: #c4d9ff;
}
.iotc-ash{
  background-color: #ffdad6;
}
.inner_sec_26 .head{
  max-width: 85%;
}
@media (max-width: 991px){
  .img-overlay-text >div{
    width: 100%;
  }
  .img-overlay-text >div:nth-child(even) .iot-card{
    margin-left:0 ;
  }
  .img-overlay-text{
   background-image: none;
   min-height: unset;
  }
  .iot-card{
    max-width: 100%;
    margin-bottom: 30px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .iot-card:nth-child(even){
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .flex-card{
    flex-direction: column;
  }
  .flex-card:last-child .iot-card:last-child{
    margin-bottom: 0;
  }
}
/* inner_sec_26 ends  */

 


/* inner_sec_15 */
.inner_sec_15{
  padding: 40px 0;
}
.text-slider{
  background: rgb(255,217,228);
  background: linear-gradient(90deg, rgba(255,217,228,1) 0%, rgba(255,255,255,1) 85%); 
  border-radius: 20px;
  border: 1px solid #ffe8ef;
  padding: 30px;
  padding-bottom: 60px;
  position: relative;
  min-height: 367px;
}
.inner_sec_15 .main-banner-list{
  display: flex;
  flex-wrap: wrap;
}
.inner_sec_15 .main-banner-list li{
  width: 50%;
}
.text-slider::before{
  content: "";
  background: url(../images/leverage-and-margin-trading-exchange-development/right-pink-curves.webp) no-repeat scroll 0 0;
  width: 203px;
  height: 367px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.slider-card h5{
  color: #f046b7;
  margin-bottom: 20px;
  max-width: 60%;
}
.slider-card p{
  max-width: 60%;
}
.text-slider .slick-prev {
  left: 30px;
  top: auto;
  bottom: 10px;
  background-color: transparent;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.text-slider .slick-prev:hover{
  background: #f046b7;
}
.text-slider .slick-next {
  left: 75px;
  right: auto;
  bottom: 10px;
  background-color: transparent;
  border-radius: 50%;
  top: auto;
  width: 32px;
  height: 32px;
}
.text-slider .slick-next:hover{
  background: #f046b7;
}
.text-slider .slick-next::before{
  content: "";
  background: url("../images/icons/next_icon.webp") no-repeat;
  width: 13px;
  height: 22px;
  position: absolute;
  background-size: 70%;
  top: 9px;
  left: 13px;
}
.text-slider .slick-prev::before{
  content: "";
  background: url("../images/icons/prev_icon.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);
}
@media (max-width: 991px){
  .text-slider{
    min-height: auto;
  }
  .text-slider::before {
    display: none;
  }
  .slider-card h5{
    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: auto;
    bottom: 5px;
  }
  .text-slider .slick-next{
    left: auto;
    right: 50%;
    margin-right: -40px;
    top: auto;
    bottom: 5px;
  }
}
@media (max-width: 767px){
  .svg_button{
    margin: 30px auto 30px !important;
  }
  .inner_sec_15 .main-banner-list li{
    width: 100%;
  }
}
@media (max-width: 575px){
  .text-slider {
    padding-bottom: 60px;
  }
.text-slider .slick-prev,.text-slider .slick-next {
  top: 92%;
}}

 


/* 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 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;
}
.pink-style h5{
  background: #f046b7;
}
.blue-style h5{
  background: #2c67d1;
}
.green-style p{
  background: #ccf7e8;
}
.pink-style p{
  background: #ffd9e4;
}
.blue-style p{
  background: #c4d9ff;
}
.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){
.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;
}
}