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; */
}
.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;
}
.link {
  color: #070d25;
  text-decoration: none;
}
.link:hover{
  color: #0a58ca;
}
.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: 500;
  margin-bottom: 15px;
}

.para {
  font-size: 18px;
}
.head {
  max-width: 75%;
  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;
  }
  .inner_sec_2 .svg_button {
    margin: 50px auto;
  }
}
/* common styles ends  */

/* inner_sec_1 */
.inner_sec_1 {
  position: relative;
  z-index: 1;
  padding: 200px 0 30px !important;
}
.inner_sec_1 p {
  max-width: 100%;
}
.inner_sec_1 span{
    font-weight: 600;
    font-size:  18px;
color: #717;
}
.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%;
}
.main-banner-list.blue li::before {
    background: #2c67d1;
}
.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_28 .svg_button,
.inner_sec_21 .svg_button {
  margin: 20px auto;
}
.inner_sec_31 .svg_button svg,
.inner_sec_31 .svg_button {
  width: 300px;
}
.inner_sec_22 .svg_button,
.inner_sec_22 .svg_button svg {
  width: 280px;
}
/* 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: 2000px;
}
@keyframes rightslide {
  0%{
    transform: translateX(0%);
  }
  100%{
    transform: translateX(100%);
  }
}
/* portfolio_slider ends */
@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 .svg_button {
    margin:auto
  }
  .inner_sec_1::before{
    background: none;
  }
}
@media (max-width: 767px) {
  .inner_sec_1 .banimg {
    display: none;
  }
  .inner_sec_1 .svg_button {
    margin: 50px auto 0;
  }
 
}
@media (max-width: 575px) {
  .inner_sec_1 {
    padding: 145px 0 30px !important;
  }
}
/* inner_sec_1 ends  */

.inner_sec_2 {
  padding: 30px 0;
}
.inner_sec_2 .box ul{
  padding-left:23px;
}
.inner_sec_2 .box li{
  padding-bottom: 20px;
}
.inner_sec_2 span{
  font-weight: 600;
  font-size:  24px ;
color: #1e2237;
}
@media (max-width: 991px) {
  .inner_sec_2  {
   text-align: center;
  }
  .inner_sec_2 .svg_button {
    text-align: center;
    margin: auto;
   }
   .inner_sec_2 .box li{
    text-align: left;
   }
}
@media (max-width: 767px) {
  .inner_sec_2 img {
    /* margin-bottom: 15px; */
  }
}
/* inner_sec_2 ends  */


/* 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: 90%;
  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;
}
.violet-style h5 {
  background: #6d0c8d;
}
.orange-style h5 {
  background: #cfac1b;
}
.green-style p {
  background: #ccf7e8;
}
.pink-style p {
  background: #ffd9e4;
}
.blue-style p {
  background: #c4d9ff;
}
.violet-style p {
  background: #ebafff;
}
.orange-style p {
  background: #ffec9b;
} */
.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;
  }
}




/* 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% 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_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/white-label-cryptocurrency-exchange-software-2023/banner5.webp) no-repeat scroll center top;
  min-height: 506px;
  margin-bottom: 40px;
  display: flex; 
  justify-content: flex-end; 
  align-items: center;
  margin: 0 auto;
  flex-wrap: wrap;
}
.newCenterImage .img-overlay-text{
  background: url(../images/white-label-cryptocurrency-exchange-software-2023/banner3.webp) no-repeat scroll center top;
  min-height: 636px;
  margin-bottom: 30px;
}
.img-overlay-text >div{
  width: 50%;
}
.iot-card {
  background: #dedede;
  padding: 20px 30px;
  border-radius: 20px;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  width: fit-content;
  margin-left: auto;
  margin-right: 200px;
}
.iot-card h5{
  color: #000;
}
.img-overlay-text >div:nth-child(even) .iot-card{
  margin-left: 200px;
  margin-right: initial;
}
.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;
}
.ylw_curve .bgimg{
    width: fit-content;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.ylw_curve .bgimg::before{
    content: "";
    position: absolute;
    background: url("../images/trust-wallet-clone-script-2023/features_bg1.webp") no-repeat center;
    width: 387px;
    height: 325px;
    left: -110px;
    bottom: 0;
    top: 0;
    margin: auto 0;
    z-index: -1;
}
.ylw_curve .bgimg::after{
    content: "";
    position: absolute;
    background: url("../images/trust-wallet-clone-script-2023/features_bg2.webp") no-repeat center;
    width: 570px;
    height: 297px;
    right: -120px;
    top: 15px;
    z-index: -1;
    right: 0;
}
@media (max-width: 991px){
  .newCenterImage .img-overlay-text{
    background-image: none;
    min-height: auto;
  }
  .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:last-child{
    margin-bottom: 0;
  }
  .iot-card:nth-child(even){
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

/* inner_sec_26 ends  */
.blue_box{
    padding: 30px 0;
}
.blue_box .bg{
    background: #c4d9ff;
    border-radius: 50px;
    padding: 50px 20px;
    position: relative;
}
.blue_box .bg::before{
    content: "";
    position: absolute;
    background: url("../images/trust-wallet-clone-script-2023/box_curve1.webp") no-repeat center;
    left: -13px;
    bottom: -10px;
    width: 220px;
    height: 320px;
}
.blue_box .bg::after{
    content: "";
    position: absolute;
    background: url("../images/trust-wallet-clone-script-2023/box_curve2.webp") no-repeat center;
    right: -49px;
    top: -26px;
    width: 313px;
    height: 340px;
    background-size: contain;
}
@media (max-width:991px) {
  .blue_box .bg::after,
  .blue_box .bg::before{
    display: none;
  }
}


.blue_curve{
    background: url("../images/trust-wallet-clone-script-2023/bgline.webp") no-repeat ;
    background-position: center right;
}



.pink_box{
    padding: 30px 0;
}
.pink_box .bg{
    background: #ffd9e4;
    border-radius: 50px;
    padding: 50px 20px;
    position: relative;
}
.pink_box .bg::after{
    content: "";
    position: absolute;
    background: url("../images/trust-wallet-clone-script-2023/pink_curve.webp") no-repeat center;
    right: -49px;
    top: -26px;
    width: 313px;
    height: 340px;
    background-size: contain;
}
@media (max-width:991px) {
  .pink_box .bg::after{
    display: none;
  }
}






.benefits{
  padding: 30px 0; 
}
.waves{
  position: relative;
  z-index: 1;
}
.waves::before{
  content: "";
  position: absolute;
  background: url("../images/trust-wallet-clone-script-2023/waves.webp") no-repeat center;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: 0px 0%;
  right: 0;
  max-width: 100%;
}
.benefits .img_box{
    background: url("../images/trust-wallet-clone-script-2023/benefit_imgbg.webp") no-repeat center;
    padding: 40px 10px;
}
.benefits .box{
    background: #f1c7ff;
    border-radius: 20px;
    padding: 20px;
    width: fit-content;
    margin: auto;
}
@media (max-width:767px) {
  .benefits .img_box{
    background-size: contain;
  }
}

/* inner_sec_35 */
.inner_sec_35{
  padding: 40px 0;
}
.background-center-card{
  /* background: url("../images/white-label-cryptocurrency-exchange-software-2023/banner4-bg.webp") no-repeat center top; */
}

/* inner_sec_29 */
.inner_sec_29 {
  padding: 20px 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;
  margin: 10px;
}
/* .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: rotate(0deg);
  top: 35px;
  margin: auto 0;
  transition: 0.5s;
}
.inner_sec_29 .accordion-header:not(.collapsed) .accordion-button::after {
  transform: rotate(90deg);
}
.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;
  text-align: left;
}
.inner_sec_29 [aria-expanded="true"] {
  border: 0;
  border-color: transparent;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 5px #0000000a;
}
.inner_sec_29 [aria-expanded="true"] + div {  
  border: 0;
  border-color: transparent;
  border-radius: 0 0 20px 20px;
  margin-bottom: 5px;
}
.inner_sec_29 #accordionExample{
  height: 580px;
  /* padding-top: 50px; */
}
.inner_sec_29 #accordionExample .mCSB_container{
  padding: 15px;
}
.accordion-header .h5tag{
  margin-bottom: 0px;
}
@media (max-width: 1199px) {

  .inner_sec_29 .accordion-body p{
    text-align: left;
  }
}
@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_35 .svg_button {
    margin-top: 10px !important;
  }
  .inner_sec_29 .h3tag{
    text-align: center;
  }
  .inner_sec_29 p{
    text-align: center;
  }
}
@media (max-width: 575px) {
  .inner_sec_29 .accordion-button {
    padding-right: 70px;
  }
  .inner_sec_35{
    display: none;
  }
  body, html {
    font-size: 16px;
}
.head-title-center p{
  font-size: 16px;
}
}

/* inner_sec_29 ends  */

/* inner_sec_13 */
.inner_sec_13 {
  padding: 40px 0;
  background: #F0F5FF;
}
.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 {
  box-shadow: 0 8px 32px 0 rgba(207, 224, 255, 0.8);
background: #fff;
border-radius: 20px;
padding: 35px
}
.inner_sec_13 .blue-style {
  box-shadow: 0 8px 32px 0 rgba(207, 224, 255, 0.8);
  background: #fff;
  border-radius: 20px;
  padding: 35px
}

.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_head p{
  margin-bottom: 0px;
}
.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;
}
.inner_sec_13 .pink-style p {
  background: transparent;
  margin-bottom: 0px;
}
.inner_sec_13 .blue-style p {
  background: transparent;
  margin-bottom: 0px;
}

@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;
  }
  .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;
  
      }
      .mixed-waves-2 .h5tag{
        text-align: left;
      }
      .mixed-waves-2 .svg_button{
        margin: auto;
      }
      .inner_sec_13 .blue-style{
        padding:25px;
      }
      .inner_sec_13 .pink-style{
        padding: 25px;
      }
}
@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{
    text-align: center;
  }

 .tccb_card_head p{
    text-align: center;
  }
  .inner_sec_1_3 .tccb-card{
    height: auto !important;
  }
  .tccb_card_head h4{
    text-align: center;
  }
  .mixed-waves-2 .box ul{
    flex-direction: column;
  }
  .mixed-waves-2 .box li{
    width: 100%;
  }
}
@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: 25px;
  }
  .inner_sec_13 .pink-style{
    padding: 25px;
  }
  .text-slider{
    padding: 25px !important;
  }
  .head-title-center h3{
    max-width: 100%;
  }
  .tccb-card span {
    font-size: 19px;
  }


}

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

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

.inner_sec_box .tccb-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.inner_sec_box .tccb-card li {
  list-style: none;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  color: #070d25;
  font-size: 18px;
}
.inner_sec_box .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_box .blue-style li::before {
  background: #2c67d1;
}
.inner_sec_box .purple-style li::before {
  background: #6d0c8d;
}
.inner_sec_box .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;
    text-align: center;
  }
  .h2tag {
    text-align: center;
  }
  .inner_sec_box .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_box .svg_button {
    margin: 30px auto 10px;
  }
  .inner_sec_box h3{
    text-align: center;
    max-width: 100%;
  }
 .inner_sec_box .tccb_card_head p{
    text-align: center;
  }
  .inner_sec_box .tccb-card{
    height: auto !important;
  }
 .inner_sec_box .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_box .blue-style{
    padding: 30px 20px;
  }
  .inner_sec_box .pink-style{
    padding: 30px 20px;
  }
  .text-slider{
    padding: 25px !important;
  }
  .head-title-center h3{
    max-width: 100% !important;
  }

}
/* inner_secbg */
.inner_secbg{
    background: #C4D9FF;
  border-radius: 20px;
  padding: 46px;  
}
.inner_sec_2{
    padding-top: 0px !important;
}
/* inner_sec_bg2 */
.inner_sec_bg2{
  background: #F0F5FF;

}

.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: 70%;
  margin: auto;
}
.inner_sec_bg2 .para{
  max-width: 78%;
  margin: auto;
}
.inner_sec_bg2 .box_content {
    max-width: 60%;
    margin: auto;
}
.inner_sec_bg2 .box_content li{
  text-align: left;
  list-style-type: none;
  box-shadow: 0 2px 35px 0 #e4e4e4;
background: #fff;
border-radius: 10px;
padding: 14px 35px;
font-size: 18px;
font-weight: 500;
  /* border-radius: 6px; */

  text-align: center;
  }
  .inner_sec_bg2 .box_content li:hover{
    color: #2c67d1;
  }
  .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: 991px) {
    .inner_sec_bg2{
      text-align: center;
    }
    .inner_sec_bg2 .box_content{
      display: flex;
      max-width: 100%;
    }
    .inner_sec_bg2 .box_content li{
  text-align: center;
    }
    .inner_sec_bg2 .box_content ul{
      margin: auto;
    
        }
        .inner_sec_bg2 .h3tag{
          max-width: 100%;
        }
        .inner_sec_bg2 .para{
          max-width: 100%;
        }
        
  }
  @media (max-width: 767px) {
    .inner_sec_bg2 .box_content ul{
      flex-direction: column;
    }
    .inner_sec_bg2 .box_content li{
      width: 100%;
    }
  
    .inner_sec_bg2 .box_content{
        max-width: 100%;
    }
  }
  @media (max-width: 575px) {
   
    .inner_sec_bg2 .box_content li{
   font-size: 16px;
    }
    .inner_secbg {
      padding: 15px;
    }
  }

  /* 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/crypto-trading-bot-development-company/banner-img-5.webp) no-repeat scroll center top;
  min-height: 641px;
  margin-bottom: 40px;
  display: flex; 
  justify-content: flex-end; 
  margin: 0 auto;
  flex-wrap: wrap;
}
.img-overlay-text >div{
  width: 50%;
}
.iot-card {
  background: #dedede;
  padding: 20px 30px;
  border-radius: 20px;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  width: fit-content;
  margin-left: auto;
  margin-right: 200px;
}
.img-overlay-text >div:nth-child(even) .iot-card{
  margin-left: 200px;
  margin-right: initial;
}
.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;
}
.tools_box {
  border: 1px solid #DCE8FF;
  border-radius: 20px;
  padding: 18px;
  margin-bottom: 20px;
}
.tools_box h3 {
  color: #4d5765;
  font-size: 20px;
  font-weight: 400;
}
.tools_box_flex {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
@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:last-child{
    margin-bottom: 0;
  }
  .iot-card:nth-child(even){
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .tools_box_flex {
    flex-wrap: wrap;
    gap: 15px;
  }
  .tools_box h3 {
    font-size: 16px;
  }
}

/* inner_sec_26 ends  */

/* blog_sec_3 */
.blog_sec_3 .category_list_head{
    font-weight: 500;
    font-size:  18px ;
  color: #1e2237 !important;
  text-decoration: none;
  }
  .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_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: #1468ef ;
  }
  
  @media (max-width: 1399px) {
    .blog_sec_3 .category_list_head {
      font-size: 16px;
    }
  
  }
  .blog_sec_3 .category_list{
      border: 1px solid #96bcf6;
  border-radius: 100px;
  padding: 12px;
  text-align: center;
  background: transparent;
  transition: .3s;
  }
  .category_flex{
      display: flex;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap;
      justify-content: center;
      width: 60%;
      margin: auto;
  }
  .blog_sec_3 .category_list:hover{
      border: 1px solid #96bcf6;
      background:#96bcf6 ;
      color: #fff ;
      transition: .3s;
  }
  .blog_sec_3 .category_list_green{
      border: 1px solid #79e6bf;
  }
  .blog_sec_3 .category_list_org{
      border: 1px solid #e8ba79;
  }
  .blog_sec_3 .category_list_pink{
      border: 1px solid #ea6fc8;
  }
  .blog_sec_3 .category_list_red{
      border: 1px solid #f78d95;;
  }
  .blog_sec_3 .category_list_vlt{
      border: 1px solid #907dec;
  }
  .blog_sec_3 .category_list_blue{
      border: 1px solid #96bcf6;
  }
  .blog_sec_3 .category_list_lytgreen{
      border: 1px solid #81ba6c;
  }
  
  .blog_sec_3 .category_list_green:hover{
      border: 1px solid #79e6bf;
      background:#79e6bf ;
      
  }
  .blog_sec_3 .category_list_org:hover{
      border: 1px solid #e8ba79;
      background:#e8ba79 ;
  }
  .blog_sec_3 .category_list_pink:hover{
      border: 1px solid #ea6fc8;
      background:#ea6fc8 ;
  }
  .blog_sec_3 .category_list_red:hover{
      border: 1px solid #f78d95;
      background:#f78d95 ;
  }
  .blog_sec_3 .category_list_vlt:hover{
      border: 1px solid #907dec;
      background:#907dec ;
  }
  .blog_sec_3 .category_list_blue:hover{
      border: 1px solid #96bcf6;
      background:#96bcf6 ;
  }
  .blog_sec_3 .category_list_lytgreen:hover{
      border: 1px solid #81ba6c;
      background:#81ba6c ;
  }
  

.inner_sec_36{
  padding: 30px 0;
  background: #EDFFF9;
}
.inner_sec_36 .bg{
/*  
  border-radius: 50px;
  padding: 50px;
  position: relative;
  z-index: 1; */
}
.inner_sec_36 .bg::before{
  /* content: "";
  position: absolute;
  background: #fff;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  filter: blur(51px);
  z-index: -1;
  top: 0;
  max-width: 100%; */


}
.inner_sec_36 .flx{
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  /* max-width: 800px; */
  margin: 0 auto;
}
.inner_sec_36 .box{
  font-size: 12px;
  color:#070d25;
  margin-bottom: 20px;
  text-align: center;
}
.inner_sec_36 .box .img_box a{
  background: linear-gradient(0deg,#f4fffb , #ffffff);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
  border: 1px solid #d4f7ea;
}
.inner_sec_36 .box span{
  display: block;
}
.inner_sec_36 .box p a{
text-decoration: none !important;
color: #070d25 !important;
font-size: 14px;
font-weight: 500;
}
.inner_sec_36 .box p a:hover {
text-decoration: none;
color: #3068cf !important;
}
.inner_sec_36 .box:hover p a{
text-decoration: underline;
}
@media (max-width:1199px) {
.inner_sec_36 .flx{
  gap: 15px;
}  
}
@media (max-width:991px) {
.inner_sec_36 .flx{
  flex-wrap: wrap;
}  
.inner_sec_36 .bg{
  padding: 20px;
}
}
@media (max-width:575px) {
.inner_sec_36 .h2tag{
  font-size: 30px;
}

}





/* top_feature */
.top_feature {
    padding: 30px 0;
    background: #EDFFF9;
  }
  
  .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: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;
  }
  
  .top_feature .nav-item .nav-link.active {
    background: #00D68A;
    color: #fff;
  }
  
  .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  */


  /* cta_box */
.cta_box {
    padding: 30px 0;
    padding-top: 135px;
  }
  .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: 38px;
    text-align: left;
    font-weight: 600;
  }
  .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: 40px;
    }
    .cta_text .h2tag{
      text-align: center;
    }
  }
  

  /* inner_sec_25 */
.inner_sec_25 {
    position: relative;
    z-index: 1;
    padding: 40px 0px 0;
  }

  .inner_sec_25 .slider_center{
    overflow: hidden;
    height: 450px;
  }
  .inner_sec_25 .slider_center .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: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    z-index: 1;
  }
  
  .inner_sec_25 .slider_center .box::before {
    content: "";
    position: absolute;
    color: #00d78b;
    font-size: 200px;
    opacity: .1; 
    text-align: center;
    z-index: -1;
  }
  .inner_sec_25 .slider_center .one .box::before{
    content: "01";
  }
  .inner_sec_25 .slider_center .two .box::before{
    content: "02";
  }
  .inner_sec_25 .slider_center .three .box::before{
    content: "03";
  }
  .inner_sec_25 .slider_center .four .box::before{
    content: "04";
  }
  .inner_sec_25 .slider_center .five .box::before{
    content: "05";
  }
  .inner_sec_25 .slider_center .six .box::before{
    content: "06";
  }
  .inner_sec_25 .slider_center .seven .box::before{
    content: "07";
  }
  .inner_sec_25 .slider_center .eight .box::before{
    content: "08";
  }
  .inner_sec_25 .slider_center .nine .box::before{
    content: "09";
  }
  .inner_sec_25 .slider_center .ten .box::before{
    content: "10";
  }
  .inner_sec_25 .slick-active.slick-center{
    width: 560px !important;
  }
  .inner_sec_25 .slick-active.slick-center .box{
    background: #c4d9ff;
    
  }
  .inner_sec_25 .slick-active.slick-center .box .h5tag{
    color: #2c67d1; 
  }
  .inner_sec_25 .slick-active.slick-center .box::before{
    color: #2c67d1; 
    opacity: .1;
  }
  .inner_sec_25 .slick-prev{
    left: 26.7%;
    z-index: 2;
    top: 35%;
  }
  .inner_sec_25 .slick-next{
    right: 28.8%; 
    top: 35%;
  }
  .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 (min-width: 992px){
      .inner_sec_25 .container{
        max-width: 960px !important;
      }
      }
      @media (min-width: 1200px){
        .inner_sec_25 .container{
          max-width: 1140px !important;
        }
        }
        @media (min-width: 1400px){
          .inner_sec_25 .container{
            max-width: 1320px !important;
          }
          }
  @media (max-width:1399px) {
      .inner_sec_25 .slick-prev {
          left: 25.7%;
      }
  
      .inner_sec_25 .slick-next {
        right: 21.8%;
    }
      .inner_sec_25 .slider_center {
          /* height: 430px; */
      }
  
      .inner_sec_25 .box {
          /* height: 560px; */
      }
      .inner_sec_25 .slider_center { 
        /* height: 580px; */
    }
  }
  @media (max-width:1199px) {
   
    .inner_sec_25 .slider_center .slick-list {
      margin-left: -180px;
  }
    .inner_sec_25 .slick-next {
        right: 17.8%;
    }
  
    .inner_sec_25 .slick-prev {
        left: 20.2%;
    }
    .inner_sec_25 .box {
      /* height: 600px; */
  }
  .inner_sec_25 .slider_center { 
    /* height: 620px; */
  }
  }
  
  @media (max-width:991px) {
    .inner_sec_25 .slider_center {
        overflow: visible;
        margin-top: 60px;
    }
  
    .inner_sec_25 .slider_center .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_center {
        height: unset;
    }
  
    .inner_sec_25 .box {
        height: 230px;
        padding: 25px;
    }
    .inner_sec_25 .slider_center .box::before {
        font-size: 140px;
    }
    .inner_sec_2 .desktop_none{
        display: block !important;
      }
  }
  @media (max-width:575px) {
    .inner_sec_25 .box {
        height: unset;
        /* padding: 25px; */
    }
    .inner_sec_25 .slider_center .box::before {
      font-size: 100px;
    }
    
}
  /* inner_sec_25 ends  */
  .inner_app_dev{
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .inner_app_dev p{
    font-weight: 600;
    font-size:  24px;
text-transform: capitalize;
text-align: center;
color: #1e2237;
margin-bottom: 0px;
  }
 .inner_sec_2 .inner2_span{
    font-weight: 600;
    font-size:  24px;
text-transform: capitalize;
text-align: center;
color: #717c8c;
  }

  .inner_sec_2 .desktop_none{
    display: none;
  }
  @media (max-width:991px) {
    .inner_app_dev{
        justify-content: center;
    }
}
@media (max-width:767px) {
  .inner_sec_2 .inner2_span{font-size: 18px;}
  .inner_app_dev p{
    font-size: 18px;
  }
  .inner_app_dev img{
    width: 50px;
  }
}
  /* inner_sec_23  */
  .inner_sec_23 {
    padding: 40px 0;
  }
  .inner_sec_23 .box {
    border: 1px solid #c6daff;
    border-radius: 16px;
    padding: 24px;
    /* padding-top: 40px; */
    position: relative;
    text-align: left;
    margin-top: 45px;
    
  }
  .inner_sec_23 .box:hover {
    /* border-color: transparent;   */
    /* box-shadow: 0 0 20px -10px #5a617e; */
  }
  .inner_sec_23 .box{
   
  }
  .inner_sec_23 .box .fees_head{
    /* background: #ffd9e4; */
    border-radius: 50px;
    padding: 3px 12px;
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 40px;
    right: 0;
    /* margin: 0 auto; */
    width: fit-content;
    font-size: 16px;
    background: #C6DAFF;
    color: #1468EF;
    transition: .3s;
  }
  .inner_sec_23 .box span{
    font-weight: 500;
    font-size:  20px ;
color: #1e2237;
  }
  .inner_sec_23 .box:hover .fees_head{
    background: #1468EF;
    color: #fff;
    transition: .3s;
  }
  .inner_sec_23 .box:hover {
    border: 1px solid #1468EF;
    transition: .3s;
  }
  .inner_sec_23 .box .fees_head.yellow{
    background: #ffff9f;
  }
  .inner_sec_23 .box .fees_head.blue{
    background: #c4d9ff;
  }
  .inner_sec_23 .box .fees_head.rose{
    background: #f1c7ff;
  } 
  .inner_sec_23 .svg_button {
    margin: 50px auto 10px;
  }
  .inner_sec_23 p{
    margin-bottom: 0px !important;
  }
  .awards_panel_1{
    background: #FFEBCB !important;
  }
  .awards_panel_1 .awards_list img{
box-shadow: none;
border-radius: 0px;
  }
  @media (max-width:1199px) {
    .inner_sec_23 .box .fees_head {
      font-size: 15px;
    }
    .awards_panel_1 .awards_list {
        margin-top: 0px !important;
        background: #FFEBCB !important;
    }
  }
  @media (max-width:991px) {
  
    .inner_sec_23 .box {
        width: 100%;
    }
    .inner_sec_23 .box .para{
        text-align: left ;
    }
  }
  @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  */

  .protofolio_head .h3tag{
    margin-bottom: -50px;
  }
  @media (max-width:991px) {
    .protofolio_head .h3tag{
      margin-bottom: -5px;
    }
  }
  @media (max-width:767px) {
    .mobile_none{
     display: none;
    }
   }