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

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

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

*::-webkit-scrollbar-thumb {
  background-color: rgb(117 117 117 / 20%);
}

.h2tag {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 20px;
}
.h3tag {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}
.h5tag {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.para {
  font-size: 18px;
}
.head {
  max-width: 60%;
  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%;
  }
  .svg_button {
    display: block;
    text-align: center;
  }
  .svg_button a {
    padding: 16px 10px;
  }
  .h2tag {
    text-align: center;
  }
  .tab-row-reverse {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .svg_button {
    padding: 0 22px;
  }
  .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;
  }
  .d_m_none {
    display: none !important;
  }
}
/* common styles ends  */

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

.inner_sec_1 p {
  max-width: 90%;
}
.inner_sec_1 h5 {
  color: #070d25;
  font-size: 24px;
  font-weight: 300 !important;
  margin-bottom: 20px;
}
.main-banner-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-banner-list li {
  list-style: none;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.main-banner-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #f046b7;
  display: inline-block;
  margin-right: 15px;
  border-radius: 50%;
}
.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;
}
.link {
  color: #1468ef !important;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .inner_sec_1 p {
    max-width: 100%;
  }
  .inner_sec_1::before {
    right: 0;
  }
}
@media (max-width: 991px) {
  .inner_sec_1 h5 {
    text-align: center;
  }
  .inner_sec_1::before {
    right: 0;
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .inner_sec_1::before {
    display: none;
  }
  .inner_sec_1 .banimg {
    display: none;
  }
}
@media (max-width: 575px) {
  .main-banner-list li {
    align-items: flex-start;
    text-align: left;
  }
  .main-banner-list li::before {
    margin-top: 9px;
  }
  .d_m_none {
    display: none !important;
  }
}
/* inner_sec_2 */
.inner_sec_2 {
  padding: 40px 0;
}
.inner_sec_2.mixed-waves-2 {
  background: url(../images/leverage-and-margin-trading-exchange-development/mixed-waves-2.webp)
    no-repeat right top;
}
@media (max-width: 767px) {
  .inner_sec_2 img {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .inner_sec_2.mixed-waves-2 {
    background-image: none;
  }
}
/* 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;
}
.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;
  }
  .inner_sec_2 .svg_button {
    margin: 50px auto 30px;
  }
}
/* inner_sec_13 */
.inner_sec_13 {
  padding: 40px 0;
}
.inner_sec_13 .pink-style h5 {
  background: transparent;
}
.inner_sec_13 .blue-style h5 {
  background: transparent;
}
.inner_sec_13 .pink-style {
  background: #ffd9e4;
  border-radius: 20px;
  padding: 30px;
}
.inner_sec_13 .blue-style {
  background: #c4d9ff;
  border-radius: 20px;
  padding: 30px;
}
.inner_sec_13 .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_13 .pink-style h5 {
  color: #f046b7;
}
.inner_sec_13 .blue-style h5 {
  color: #2c67d1;
}
.inner_sec_13 .purple-style h5 {
  color: #6d0c8d;
}
.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;
  }
}
@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_14 */
.inner_sec_14 {
  padding: 40px 0;
}
.inner_sec_14 .cta-card {
  padding: 30px;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/leverage-and-margin-trading-exchange-development/cta-whatsapp.webp)
    no-repeat scroll center center;
  width: 960px;
  height: 233px;
  margin: 0 auto;
  border-radius: 20px;
}
.inner_sec_14 .cta-card img {
  margin-right: 15px;
}
.inner_sec_14 .cta-card {
  font-size: 24px;
  color: #070d25;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .inner_sec_14 .cta-card {
    background-size: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 20px;
  }
  .inner_sec_14 .cta-card img {
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .inner_sec_14 .cta-card {
    background-size: cover;
  }
  .inner_sec_14 {
    padding-bottom: 0;
    padding-top: 0;
  }
}
/* 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;
  position: relative;
  min-height: 367px;
}
.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: 80%;
  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;
  top: 80%;
  background-color: transparent;
  border-radius: 50%;
  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: 85%;
  }
  .text-slider .slick-next {
    left: auto;
    right: 50%;
    margin-right: -40px;
    top: 85%;
  }
}

/* inner_sec_16 */
.inner_sec_16 {
  padding: 40px 0;
  background: url(../images/leverage-and-margin-trading-exchange-development/mixed-waves.webp)
    no-repeat right top;
}
.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 h5 {
  color: #ffffff;
  background: #dedede;
  border-radius: 15px;
  padding: 15px;
  display: inline-block;
}
.inner_sec_16 .card:last-child {
  margin-bottom: 0;
}
.bignumber {
  min-width: 150px;
  font-size: 120px;
  display: inline-flex;
  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_16 .card.pink-card h5 {
  background-color: #f046b7;
}
.inner_sec_16 .card.blue-card h5 {
  background-color: #2c67d1;
}
.inner_sec_16 .card.yellow-card h5 {
  background-color: #cfac1b;
}
.inner_sec_16 .card.green-card h5 {
  background-color: #00d78b;
}
.inner_sec_16 .purple-card h5 {
  background-color: #6d0c8d;
}
@media (max-width: 1199px) {
  .bignumber {
    min-width: 90px;
    font-size: 72px;
  }
}
@media (max-width: 767px) {
  .bignumber {
    display: none;
  }
}
@media (max-width: 575px) {
  .inner_sec_16 {
    background-image: none;
  }
}
/* inner_sec_17 */
.inner_sec_17 {
  padding: 40px 0;
}
.inner_sec_17 .cta-card {
  padding: 30px;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/leverage-and-margin-trading-exchange-development/cta-pink.webp)
    no-repeat scroll center center;
  width: 960px;
  height: 233px;
  margin: 0 auto;
  border-radius: 20px;
}
.cta-pink-text {
  max-width: 60%;
  text-align: center;
}
.cta-pink-text h5 {
  text-align: center;
}
@media (max-width: 1199px) {
  .inner_sec_17 .cta-card {
    background-size: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .inner_sec_17 .cta-card {
    background-size: cover;
    padding: 15px;
  }
  .cta-pink-text {
    max-width: 100%;
  }
  .inner_sec_17 img {
    display: none;
  }
}
/* 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_19 */
.inner_sec_19 {
  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;
}
.iot-card {
  background: #dedede;
  max-width: 38%;
  padding: 20px 30px;
  border-radius: 20px;
}
.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;
}
@media (max-width: 767px) {
  .img-overlay-text {
    background-image: none;
  }
  .iot-card {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .iot-card:last-child {
    margin-bottom: 0;
  }
  .svg_button a {
    padding: 12px 10px !important;
  }
}

/* section2 start*/
.homesection_02 {
  background-color: #fff;
  padding-bottom: 100px;
}
.our_info_panel {
  padding: 0;
}
.our_info_panel_flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 15px;
  background: #fff6f6;
  border-radius: 16px;
  padding: 45px 0;
}
.our_info_panel label {
  font-style: normal;
  line-height: 56px;
  display: block;
  font-weight: 500;
  font-size: 40px;
  letter-spacing: -0.04em;
  color: #f3525e;
  transition: 0.5s;
}
.our_info_panel span {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.03em;
  color: #1e2237;
  border-bottom: 1px solid #f3525e;
  padding: 0 0 12px;
}
.our_info_panel_flex > div {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  cursor: default;
  gap: 20px;
}
.our_info_panel_flex > div:last-child {
  border-right: 0px;
}
@media screen and (max-width: 1399px) {
  .our_info_panel label {
    font-size: 36px;
  }
  .our_info_panel span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .our_info_panel_flex {
    flex-wrap: wrap;
    padding: 35px;
  }
  .our_info_panel_flex > div {
    width: 49%;
    flex: unset;
  }
  .our_info_panel span {
    border-bottom: none;
  }
  .our_info_panel_flex > div:hover {
    flex: unset;
  }
  .our_info_panel {
    padding: 40px 50px;
  }
}
@media screen and (max-width: 991px) {
  .our_info_panel_flex > div {
    width: 48%;
    border: 0;
  }
  .our_info_panel_flex > div:last-child {
    border-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .our_info_panel_flex > div {
    width: 100%;
  }
  .our_info_panel label {
    line-height: 40px;
    margin-bottom: 10px;
  }
  .our_info_panel {
    padding: 30px;
  }
  .homesection_02 {
    padding-bottom: 60px !important;
  }
  .our_info_panel_flex > div:last-child {
    border: 0;
  }
}
@media screen and (max-width: 575px) {
  .our_info_panel_flex {
    padding: 16px;
  }
  .our_info_panel label {
    font-size: 30px;
  }
  .our_info_panel {
    padding: 10px;
  }
}
/* section2 end*/

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

/* / spot_light / */
.spot_light {
  margin: 30px 0px;
}
.spot_light_bg {
  /* / border: 1px solid #ffcbcb; / */
  border-radius: 16px;
  padding: 60px 36px;
  background: #fff5f6
    url(../images/nft-marketplace-development-2023/rectangle_bg.webp) no-repeat
    right top;
}
.spot_light .blog_sec_3 {
  background: transparent;
}
/* .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;
  white-space: nowrap;
}
.spot_light .nav {
  flex-wrap: nowrap;
}
.spot_light li::marker {
  margin: auto;
}
.spot_light h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.spot_light .box.blue h5 {
  color: #1468ef;
}
.spot_light .box.orange h5 {
  color: #e38a06;
}
.spot_light .box.orange {
  background: #fff4e3;
}
.spot_light .box_content li {
  border: 1px solid #b1101c;
  border-radius: 8px;
  padding: 8px 16px !important;
  background: #fff;
  color: #b1101c;
}
.spot_light .blog_sec_3 {
  padding: 0 !important;
  margin: 0 !important;
}
.spot_light .blog_sec_3 button {
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 10px 18px;
  text-align: center;
  transition: 0.3s;
  color: #1e2237;
  font-weight: 500;
  font-size: 17px;
  /* / min-width: 253px; / */
  background: #ffe6e6 !important;
}
/* .spot_light .blog_sec_3 #pills-profile-tab {
  background: #ffe6e6 !important;
}
.spot_light .blog_sec_3 #pills-profile-tab.active {
  background: #b1101c !important;
  color: #fff !important;
}
.spot_light .blog_sec_3 #pills-profile-tab:hover {
  background: #ef6666 !important;
  color: #fff !important;
} */
.spot_light .blog_sec_3 .box_content button.active {
  background: #b1101c !important;
  color: #fff !important;
}
.spot_light .blog_sec_3 .box_content button:hover {
  background: #b1101c !important;
  color: #fff !important;
}

.spot_light .nav {
  text-align: center !important;
  justify-content: center;
  gap: 15px;
}
.box_content ul {
  margin: auto;
  padding-left: 0px !important;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 20px;
  justify-content: center;
  list-style: none;
}
.spot_light .h3tag,
.spot_light .para {
  max-width: 85%;
  margin: 0 auto 30px;
}
@media (max-width: 1399px) {
  .spot_light .nav {
    /* / overflow-x: scroll; / */
    justify-content: center;
  }
  .spot_light li {
    margin: 0px;
  }
  .spot_light ul {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 1199px) {
  .spot_light li {
    font-size: 16px;
  }
  .inner_sec_2.inner_sec_2_bg {
    border-radius: unset !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_bg {
    background: #fff5f6 !important;
  }
  .spot_light .box_content {
    display: block;
  }
  .spot_light .nav {
    justify-content: start;
  }
}
@media (max-width: 767px) {
  .spot_light .nav {
    flex-wrap: nowrap;
    margin-bottom: 20px !important;
  }
  .spot_light ul:first-child {
    padding-left: 0 !important;
  }
  .spot_light .box {
    padding: 10px 27px !important;
  }
  .spot_light .blog_sec_3 button {
    /* / min-width: 200px !important; / */
  }
  .spot_light_bg {
    padding: 30px 15px;
  }
}
/* / spot_light / */

/* Inner Sec 20 Starts */
.inner_sec_20 {
  padding: 50px 0;
  background: #fafafa;
}
.flex_img {
  border-radius: 8px;
  padding: 36px;
  background: #fff;
  transition: 0.3s;
  cursor: default;
  margin-bottom: 18px;
}
.flex_img:hover {
  background: #efeaff;
}
.flex_img p {
  margin-bottom: 0px;
  text-align: left;
}
.flex_img:hover .h5tag,
.flex_img:hover p,
.flex_img:hover li {
  color: #5433b6;
  transition: 0.3s;
}
.sticky_col {
  position: sticky;
  top: 100px;
  z-index: 1;
}

/* Inner Sec 20 Ends */

/* Inner Sec 21 Starts */

/* inner_sec_13 */
.inner_sec_21 {
  padding: 60px 0 40px;
}
.inner_sec_21 .pink-style span {
  background: transparent;
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 20px;
  color: #1e2237;
}
/* .inner_sec_21 .blue-style h5 {
    background: transparent;
    margin-bottom: 0px;
  }
  .inner_sec_21 .green-style h5 {
    background: transparent;
  } */
.inner_sec_21 .pink-style {
  border: 1px solid #c6daff;
  border-radius: 16px;
  padding: 32px;
  transition: 0.3s;
  cursor: default;
}
.inner_sec_21 .pink-style p {
  margin-bottom: 0px;
  background: transparent !important;
}
.inner_sec_21 .pink-style:hover {
  box-shadow: 0 4px 8px 0 rgba(7, 116, 249, 0.2),
    0 15px 15px 0 rgba(7, 116, 249, 0.17), 0 35px 21px 0 rgba(7, 116, 249, 0.1),
    0 62px 25px 0 rgba(7, 116, 249, 0.03), 0 96px 27px 0 rgba(7, 116, 249, 0);
  background: #fff;
}
.inner_sec_21 .pink-style:hover span {
  color: #e530b2 !important;
}
.inner_sec_21 .three-column-color-box::before,
.inner_sec_21 .three-column-color-box::after {
  display: none;
}
/* Inner Sec 21 Ends */
