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

.mixed-waves-2 {
  /* background: url("../images/binance-clone-script/mixed_waves.webp") no-repeat right; */
}

.link {
  color: #070d25;
  text-decoration: none;
  transition: .3s;
}
.link:hover{
  color: #1468EF !important;
}

.h2tag {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.h2tag span {
  color: #f046b7;
}

.h3tag {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}

.h5tag {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.para {
  font-size: 18px;
}

.head {
  max-width: 55%;
  margin: 0 auto 15px;
  text-align: center;
}

.grey {
  color: #717C8C;
}

.pink {
  color: #E530B2;
}
.click{
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 1399px) {
  .head {
    max-width: 65%;
  }
}
@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%;
  }
  .inner_sec_2{
    text-align: center;
  }
  .inner_sec_2 .svg_button{
    margin: auto;
  }
}

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

  .inner_sec_2 .svg_button {
    margin: 50px auto;
  }
}

/* common styles ends  */

/* inner_sec_1 */
.inner_sec_1 {
  position: relative;
  z-index: 1;
  padding: 100px 0 0px !important;
}

.inner_sec_1 p {
  /* max-width: 55%; */
}

.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: center;
  text-transform: capitalize;
}

.main-banner-list li::before {
  content: "";
  min-width: 10px;
  height: 10px;
  background: #f046b7;
  display: inline-block;
  margin-right: 15px;
  border-radius: 50%;
}

.inner_sec_28 .svg_button,
.inner_sec_21 .svg_button {
  margin: 20px auto;
}

.inner_sec_1.p-0{
  padding: 40px 0 ;
}
.inner_sec_1 .row:first-child{
  min-height: 100vh;
}
.inner_sec_1 .review {
  margin-left: -35px;
}

.inner_sec_1 p {
  /* font-weight: 500; */
}

@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;
  }
  .inner_sec_1{
    padding-top: 140px !important;
  }
  .inner_sec_2{
    padding-top: 0px !important;
  }
  .inner_sec_1 .row:first-child{
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .inner_sec_1 .banimg {
    display: none;
  }

  .inner_sec_1 .svg_button {
    margin: 50px auto 0;
  }
  .inner_sec_1 .review {
    margin-left: 0;
  }
}

/* inner_sec_1 ends  */

.review_box{
  border: 1px solid #80ebc4;
border-radius: 100px;
padding: 10px 20px 10px 10px;
box-shadow: 0 2px 35px 0 #bff5e2;
background: #bff5e2;
display: inline-flex;
align-items: center;
gap: 15px;
margin-top: 20px;
margin-bottom: 35px;
text-align: left;
}
.review_box .star{
  background-color: #ff9c0d;
  min-width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.review_box p{
  font-weight: 600;
font-size: 18px;
  text-align: left !important ;
  color: #1e2237;
margin-bottom: 0;
}
.review_box span{
  text-align: left !important;
  font-weight: 400;
  font-size: 16px;
  color: #18a171;
}

/* portfolio_slider starts*/
.portfolio_slider{
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  justify-content: flex-end;
  max-width: 75%;
  margin: 0 auto;
}
.portfolio_slider .anime{
  animation: rightslide 40s infinite linear;
  width: 2921px;
  min-width:2921px;
}
@keyframes rightslide {
  0%{
    transform: translateX(0%);
  }
  100%{
    transform: translateX(100%);
  }
}
/* portfolio_slider ends */


/* .inner_sec_2 {
  padding: 30px 0;
} */
.inner_sec_2{
  padding-top: 0px !important;
}
.inner_sec_2 .inner_sec_2_bg{
    background-color: #C4D9FF;
    padding: 38px 10px;
    border-radius: 20px;
  }
@media (max-width: 767px) {
  .inner_sec_2 img {
    margin-bottom: 15px;
  }
}

/* inner_sec_2 ends  */

.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_5 */
.inner_sec_5 {
  padding: 40px 0;
}

.inner_sec_5 .contact {
  width: fit-content;
  margin: 70px auto 0;
}

.inner_sec_5 .contact ul {
  margin: 0;
  list-style-type: none;
  display: flex;
  border: 2px solid #ffd62c;
  border-radius: 100px;
  justify-content: center;
  width: fit-content;
  padding: 25px 20px 20px;
}

.inner_sec_5 .contact a {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #070d25;
  color: #fff;
  text-decoration: none;
}

.inner_sec_5 .contact li {
  margin: 0 13px;
}

.inner_sec_5 .contact li:hover {
  transition: 1s;
  animation: shake 1s 3;
}

@keyframes shake {
  0% {
    transform: translate(0px, -3px);
  }

  50% {
    transform: translate(0px, 8px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

.inner_sec_5 .contact li:nth-last-child(1) {
  margin-right: 0;
}

.inner_sec_5 .contact li:nth-child(1) {
  margin-left: 0;
}

.inner_sec_5 .contact a.green {
  background: #02d087;
}

.inner_sec_5 .contact a.rose {
  background: #f046b7;
}

.inner_sec_5 .contact a.blue {
  background: #2c67d1;
}

.inner_sec_5 .contact span {
  font-size: 20px;
  background: #ffd62c;
  border-radius: 30px;
  margin: 0 auto -20px;
  padding: 2px 30px;
  display: block;
  width: fit-content;
}

@media (max-width: 991px) {
  .inner_sec_5 .contact {
    margin: 15px auto 20px;
  }
}

@media (max-width: 767px) {
  .inner_sec_5 .contact span {
    font-size: 18px;
  }

  .inner_sec_5 .contact a {
    width: 45px;
    height: 45px;
  }

  .inner_sec_5 .contact a img {
    height: 18px;
  }
}

/* inner_sec_5 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;
}

.inner_sec_20 .green-style {
  background: #ccf7e8;
  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;
}

.inner_sec_20 .green-style h5 {
  color: #00d78b;
}

.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_20 .green-style li::before {
  background: #00d78b;
}

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

.inner_sec_20_btn_center .svg_button {
  margin: 50px auto 10px;
}

@media (max-width: 991px) {
  .tccb-card {
    margin-bottom: 30px;
  }

  .inner_sec_20 .svg_button {
    margin: 30px 0;
  }

  .inner_sec_20_btn_center .svg_button {
    margin: 30px auto 10px;
  }
}

@media (max-width: 767px) {
  .inner_sec_20 .svg_button {
    margin: 30px auto;
  }
}

@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  */



/* top_feature */
.top_feature {
  padding: 30px 0;
}

.top_feature .top_featurebg {
  border-radius: 20px;
  background: #EDFFF9;
  padding: 40px;
}

.top_feature .nav {
  border-radius: 10px;
  overflow: hidden;
}

.top_feature .nav-item {
  flex: 1;
  text-align: center;
}
/* .top_feature .nav-item h4{
    margin-bottom: 0px;
} */

.top_feature .nav-item:nth-child(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.top_feature .nav-item .nav-link {
  width: 100%;
  background: #BFF5E2;
  border-radius: 0;
  border: 0;
  color: #1E2237;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px !important;
}

.top_feature .nav-item .nav-link.active {
  background: #00D68A;
  color: #fff;
}
.top_feature .nav-item .nav-link h3{
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 600;
}
.top_feature .tab-content {
  display: flex;
}

.top_feature .tab-pane {
  display: block;
  opacity: 1;
  flex: 1;
}

.top_feature .tab-pane ul {
  color: #717C8C;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  list-style-type: none;
  padding-left: 30px;
  margin-top: 40px;
}

.top_feature .tab-pane .center_ul {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.top_feature .tab-pane.active ul {
  color: #1E2237;
  font-weight: 600;
}

.top_feature .tab-pane:not(:last-child) {
  border-right: 1px solid #BFF5E2;
}

.top_feature .tab-pane li {
  margin-bottom: 20px;
  position: relative;
}

.top_feature .tab-pane li::before {
  content: "";
  position: absolute;
  background-color: #717C8C;
  width: 5px;
  height: 5px;
  left: -11px;
  top: 11px;
  border-radius: 50%;
}

.top_feature .tab-pane.active li::before {
  background-color: #1E2237;
}
@media (max-width:1199px) {
  .top_feature .tab-pane:not(.active){
    display: none;
    opacity: 0;
    flex: 1;
  }
  .top_feature .tab-pane .center_ul{
    width: unset;
    margin-left: 20px;
  }
  .top_feature .nav-item .nav-link{
    height: 100%;
  }
  .top_feature .tab-pane li{
    text-align: left !important;
  }
  .top_feature .tab-pane:not(:last-child){
    border-right: 0;
  }
}
@media (max-width:767px) {
  .top_feature .nav{
    flex-direction: column;
  }
  .top_feature .top_featurebg{
    padding: 20px;
  }
}
/* top_feature ends  */


/* spot_light */
.spot_light{
  padding: 30px 0;
}
.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;
}
.spot_light .img{
height: 583px;
width: auto;
}
@media (max-width:991px) {
  .spot_light .box{
    margin-bottom: 15px;
  }
}
/* spot_light */

/* tech_stack */
.tech_stack{
  padding: 30px 0;
}
.tech_stack .bg{
  border-radius: 20px;
  background: #FFEBF8;
  padding: 70px 40px;
}
.tech_stack ul{
  padding-left: 25px;
}
.tech_stack li{
  color: #1E2237;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: capitalize;
  text-align: left !important;
}
.tech_stack .flx{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.tech_stack .flx .box{
  text-align: center;
}
.tech_stack .box >div{
  background: #fff;
  box-shadow: -5px 2px 15px 0 #dfcad8;
  width: 125px;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  margin-bottom: 15px;
}
.tech_stack .box  p{
  color: #717C8C;
  margin-bottom: 0;
}
.tech_stack .box:hover  p{
  color: #1E2237;
}
@media (max-width:991px) {
  .tech_stack .bg{
    padding: 40px 20px;
  }
}
/* tech_stack */


/* bene_fit */
.bene_fit {
  padding: 30px 0 10px;
}
.bene_fit h3{
  color: #1E2237;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
.bene_fit .box{
  border-radius: 20px;
background: #FFF4E3;
padding: 40px;
}
.bene_fit .box p{
  margin-bottom: 0px;
  margin-top: 15px;
}
.bene_fit .box.blue{
background: #EAF1FF;
}

@media (max-width:991px) {
  .bene_fit .box{
    padding: 20px;
    text-align: center;
  }
  .bene_fit .box img{
    display: none;
  }
  .bene_fit {
    padding: 15px 0px !important;
  }
}
/* bene_fit */


/* cta_box */
.cta_box {
  padding: 30px 0;
  padding-top: 130px;
}
.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: 30px;
  /* top: -30px; */
}
.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;
}
@media (max-width:1399px) {
  .cta_box .box img{
    left: 0px;

  }
  .cta_box.ylw .h2tag{
    font-size: 40px;
  }
}
  @media (max-width:1199px) {
    .cta_box .box{
      padding: 15px;
      text-align: center !important;
    }
    .cta_box .svg_button {
      margin: 0 auto;
    }
    .cta_box .box img{
      display: none;
    }
    
    .cta_box.ylw .h2tag{
        font-size: 32px;
      }
      .cta_text{
        margin-left: 0px !important
    }
  }
  @media (max-width:991px) {
    .cta_box{
        padding-top: 40px !important;
    }
   
}

/* inner_sec_25_chg */

/* inner_sec_25_chg ends  */




/* meet_exprt */
.meet_exprt{
  padding: 30px 0;
}
.meet_exprt .bg{
 background:#FFEBCB url("../images/binance-clone-script-2023-new/meet_exprtbg.webp") no-repeat center;
 position: relative;
 border-radius: 20px;
}
.meet_exprt .expt_img{
  position: absolute;
  bottom: 0;
}
.meet_exprt .butn{
  border-radius: 100px;
background: #1468EF;
color: #FFF !important;
font-weight: 600;
display: inline-flex;
padding: 15px;
align-items: center;
gap: 10px;
text-decoration: none;
}
.meet_exprt .h3t{
  color: #1E2237;
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: 46px; 
text-transform: capitalize;
}
.meet_exprt .h3t.blue{
  color: #1468EF;
  margin-bottom: 0;
}
.meet_exprt .right{
  padding: 40px;
}
.meet_exprt p{
  color: #1E2237;
font-family: Bitter;
font-size: 18px;
font-style: italic;
font-weight: 400;
line-height: normal;
}
@media (max-width:1199px) {
  .meet_exprt .expt_img{
    width: 40%;
  }
}
@media (max-width:991px) {
  .meet_exprt .expt_img{
    display: none;
  }
  .meet_exprt .right{
    padding: 20px;
  }
}



/* modules */
.modules h5{
  color: #1E2237;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width:991px) {
  .modules{
    text-align: center;
  } 
}
/* modules */

/* bluebg  */
.bluebg {
  padding: 30px 0;
}
.bluebg .bg{
  border-radius: 20px;
background: #EAF1FF;
padding: 40px;
}
@media (max-width:991px) {
  .bluebg .bg{
    padding: 20px;
  }
  .bluebg{
    text-align: center;
  }
  .bluebg p{
    margin-top: 0px !important;
  }
}
/* bluebg ends */

/* inner_sec_15 */
.inner_sec_15 {
  padding: 40px 0;
}
.text-slider {
  background: #ffe7f7;
  background: linear-gradient(90deg, #ffe7f7 0%, rgba(255, 231, 247, 0) 100%);
  border-radius: 20px;
  border: 1px solid #ffc9ed;
  padding: 30px;
  position: relative;
  min-height: 300px;
}
.text-slider::before {
  /* content: "";
  background: url("../images/decentralized-exchange-development-company-2023/green_curve.webp")
    no-repeat scroll 0 0;
  width: 203px;
  height: 367px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0; */
}
.slider-card h3 {
  color: #E530B2;
  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: #E530B2;
}
.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: #E530B2;
}
.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:1199px) {
  .slider-card p {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .inner_sec_15 .svg_button{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .inner_sec_15{
    text-align: center;
  }
  .text-slider {
    min-height: 250px;
  }
  .text-slider::before {
    display: none;
  }
  .slider-card h3 {
    max-width: 100%;
    text-align: center;
  }
  .slider-card p {
    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: 575px) {
  .text-slider {
    min-height: auto !important;
    height: auto;
  }
  .slider-card p{
    font-size: 16px;
  }
}

/* inner_sec_16 Starts */
.inner_sec_16 {
  padding: 40px 0;
}
.inner_sec_16 .card {
  border: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  margin-bottom: 30px;
  background: transparent;
}
.inner_sec_16 .card h3 { 
  background: #dedede;
  border-radius: 15px;
  padding: 15px;
  display: inline-block;
  color: #1E2237;  
font-size: 20px;
font-style: normal;
font-weight: 600;
display: block;
text-align: center;
}
.inner_sec_16 .card:last-child {
  margin-bottom: 0;
}
.bignumber {
  min-width: 150px;
  font-size: 96px;
  display: inline-flex;
  margin-right: 15px;
  font-weight: 300;
  text-align: center;
  line-height: 102px;
}
.pink-card .bignumber {
  color: #FBD1ED;
}
.blue-card .bignumber {
  color: #CBD9F3;
}
.yellow-card .bignumber {
  color: #FFEBCB;
}
.green-card .bignumber {
  color: #BFF5E2;
}
.purple-card .bignumber {
  color: #E9D1FB;
}
.orange-card .bignumber {
  color: #FFDBCB;
}
.inner_sec_16 .card.pink-card h3 {
  background-color: #FBD1ED;
}
.inner_sec_16 .card.blue-card h3 {
  background-color: #CBD9F3;
}
.inner_sec_16 .card.yellow-card h3 {
  background-color: #FFEBCB;
}
.inner_sec_16 .card.green-card h3 {
  background-color: #BFF5E2;
}
.inner_sec_16 .purple-card h3 {
  background-color: #E9D1FB;
}
.inner_sec_16 .orange-card h3 {
  background-color: #FFDBCB;
}


.inner_sec_16 .col-lg-6:not(:nth-child(even),:nth-child(1)){
  margin-top: -100px;
}
.inner_sec_16 .col-lg-6:nth-child(even){
  margin-top: 50px;
}
.inner_sec_16 .col-lg-6:nth-child(2){
  margin-top: 100px;
}
@media (max-width: 1199px) {
  .bignumber {
    min-width: 90px;
    font-size: 72px;
  }
 
}
@media (max-width: 767px) {
  .bignumber {
    display: none;
  }
 
}
@media (max-width: 991px) {

  .inner_sec_16 .col-lg-6{
    margin-top: 20px !important;
  }
  .inner_sec_16{
    /* text-align:center ; */

  }
}
@media (max-width: 575px) {
  .inner_sec_16 {
    background-image: none;
  }
}
/* inner_sec_16 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 h3{
  background: #ffd9e4;
  border-radius: 8px;
  padding: 7px 20px;
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
}
.inner_sec_23 .box h3.yellow{
  background: #ffff9f;
}
.inner_sec_23 .box h3.blue{
  background: #c4d9ff;
}
.inner_sec_23 .box h3.rose{
  background: #f1c7ff;
} 
.inner_sec_23 .svg_button {
  margin: 50px auto 10px;
}
@media (max-width:767px) {
  .inner_sec_23 .box h3 {
      margin: 0px auto 20px;
      position: unset;
  }

  .inner_sec_23 .box {
      margin-top: 25px;
  }
}
@media (max-width:991px) {
    .inner_sec_23 .box{
   width: 100%;
    }
}
/* inner_sec_23 ends  */

.mixed-waves-2 .box li{
  text-align: left;
  list-style-type: none;
  
  box-shadow: 0 0 10px rgba(207, 224, 255, 0.5);
    border: 1px solid #cfe0ff;
  border-radius: 10px;
  padding: 12px;
  /* border-radius: 6px; */
  width: 48%;
  text-align: center;
  }
  .mixed-waves-2 .box li:hover{
    color: #2c67d1;
  }
  .mixed-waves-2 .box ul{
    margin: auto;
    padding-left: 0px !important;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    gap: 20px;
    justify-content: space-between;
  
    
      }
      @media (max-width: 1199px) {
        .mixed-waves-2 .box li {
          width: 100%;
        }

      }
      @media (max-width: 991px) {
        .mixed-waves-2{
          text-align: center;
        }
        .mixed-waves-2 .box{
          display: flex;
        }
        .mixed-waves-2 .box li{
      text-align: center;
        }
        .mixed-waves-2 .box ul{
          margin: auto;
        
            }
      }
      @media (max-width: 767px) {
        .mixed-waves-2 .box ul{
          flex-direction: column;
        }
        .mixed-waves-2 .box li{
          width: 100%;
        }
      }