/* *{
    font-family: "Poppins" !important;
} */
.accordion-button:hover {
    z-index: 2;
    background-color: #2c2e80;
    color: #fff;
}
/* When aria-expanded is true */
.accordion-button[aria-expanded="true"] {
  background-color: #e0ffe0;
  color: green;
}

/* When aria-expanded is false */
.accordion-button[aria-expanded="false"] {
      background-color: #2c2e80;
    color: #fff;
}
i.fa.fa-check-circle.text-primary {
    font-size: 25px;
}

 p {
    text-align: justify;
  }

  li {
    text-align: justify;
  }

  body .faq-accordion .accordion-item .accordion-button:not(.collapsed) {
    background: rgb(43 45 126);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    margin-bottom: 1rem;
}

 .product-css{
    border-left: 10px solid #6b6da2 !important;
    border: 2px solid #ccc;
    border-radius: 5px;
    height: 150px;
    background-color: #fff;
  }

  .w-20{
    width: 20%;
}
 .investor-flow-chart-new-flow .flow-container {
      max-width: 1200px;
      margin: auto;
      background-color: #fff;
      border: 5px solid #2c2e80;
      padding: 20px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .investor-flow-chart-new-flow h2 {
      text-align: center;
      color: #2c2e80;
      margin-bottom: 40px;
    }

    .investor-flow-chart-new-flow .columns {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .investor-flow-chart-new-flow .column {
      flex: 1;
      min-width: 240px;
      background-color: #e5f1ff;
      border: 2px solid #2c2e80;
      padding: 15px;
      border-radius: 8px;
    }

    .investor-flow-chart-new-flow .column h3 {
      background-color: #2c2e80;
      color: white;
      padding: 10px;
      text-align: center;
      border-radius: 5px;
      margin: -15px -15px 15px -15px;
      font-size: 18px;
    }

    .investor-flow-chart-new-flow .step {
      background-color: #bfddff;
      padding: 10px;
      margin-bottom: 10px;
      border-left: 5px solid #2c2e80;
    }

    .investor-flow-chart-new-flow .arrow {
      text-align: center;
      font-size: 24px;
      color: #4B007B;
      margin: 20px 0;
    }

    .investor-flow-chart-new-flow .trade-ready {
      text-align: center;
      font-weight: bold;
      background-color: #2c2e80;
      color: white;
      padding: 10px;
      margin-top: 30px;
      border-radius: 5px;
    }
      .integration-list li .single-integration:hover {
   /* -webkit-box-shadow: 0 20px 20px 0 rgba(2, 19, 79, .1);
    box-shadow: 0 20px 20px 0 rgba(2, 19, 79, .1);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);*/
    background-color: #e2e2f8 !important;
      
        /*border-left: 10px solid red;*/
}
  .index-page-css .integration-list li .single-integration {
text-align: left;
height: 150px;
border: 0px solid;
/*height: 150px;
vertical-align: center;
display: flex;
align-items: center;
*/
  }
  .integration-list {
    display: grid
;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
body .menu-small-left{
  left: 15% !important;
}
body .menu-small-left-taxation{
left: 60% !important;
}

h6, .h6 {
    font-size: 0.9rem;
}
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#3498db;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
     z-index: 999;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;

}
#scroll:hover {
    background-color:#000;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
  .row-header-clearing-corp {
   
      writing-mode: vertical-rl;
      text-orientation: mixed;
      text-align: center;
      vertical-align: middle;
      width: 50px;
      font-size: 18px;
    }
.display-8{
  font-size: 20px;
}
/*Index page css start*/

/*.index-page-css h6, .h6 {
    font-size: 1.2rem;
}*/
.index-page-css .bg-dark {
    background-color: #2c2e80 !important;
}
.index-page-css .crm-about-content-box {
    padding: 10px 32px 0px;
    height: 230px;
}
  .index-page-css .swiper-wrapper{
        box-sizing: border-box;
    }
    .index-page-css .slider{
        padding: 80px 0;
    }
.index-page-css .bg-style-4{
    background-color: #def7e9;
}
/*.testimonial-thumb:hover {
    border: 5px solid #4d51ae;
    border-radius: 50px;
    transition: 0.3;
}*/
/*.testimonial-thumb {
    border: 5px solid #dcdeff;
    border-radius: 50px;
}*/
.index-page-css .crm-about-content-box .crm-content-wrapper {
    width: 100%;
    padding: 0px 0 18px;
}
.index-page-css .ah-style {
    height: 60px;
    width: 60px;
    border-radius: 10px;
}


.index-page-css .top-bar{
background-color: #f3f2ff;
    height: 55px;
    /*text-align: center;*/
    /*padding: 5px;*/
    font-size: 24px;
    color: #363484;
    font-weight: bold;
    align-items: center;
   z-index: 99999;
    position: relative;

    /*display: flex;*/
}
.index-page-css .fpi-registration-home-page-section{
  height: 140px;
}
/* .skiptranslate.goog-te-gadget {
    width: 200px;
} */
.modal-backdrop.show {
   
    z-index: 99999;
}
div#myModal {
    z-index: 999999;
}
.navbar-light.sticky-header.affix .logo-color, .navbar-dark.sticky-header.affix .logo-color{
    display: block !important;
}

/*google translate start*/


body{
        position: relative;
    min-height: 100%;
    top: 0px !important;
}
body>.skiptranslate, .goog-logo-link, .gskiptranslate, .goog-te-gadget span, .goog-te-banner-frame, #goog-gt-tt, .goog-te-balloon-frame, div#goog-gt-tt {
  display: none !important;
}

.goog-te-gadget {
  color: transparent !important;
  font-size: 0px;
}

.goog-text-highlight {
  background: transparent !important;
  box-shadow: transparent !important;
}

#google_translate_element select {
 background: #ffffff;
    color: #000000;
    border: 2px solid #2e3192;
    font-weight: bold;
    border-radius: 3px;
    padding: 8px 12px;
    border-radius: 5px;
    width: 100%;
}


/*google translate end*/
/*index page css end*/


/*bg-dark {
    background-color: #2c2e80 !important;
}*/

.index-page-css .language select{
   font-size: 17px;
    border: 2px solid #2e3192;
    padding: 5px;
    border-radius: 5px;
}
.index-page-css .event-meta

 {
    height: 260px;
}
.index-page-css .single-up-eve img:hover

 {
  
  transform: scale(1.1);

}
.index-page-css .single-up-eve img

 {
  

  transition: 0.3s;
      height: 205px;

}


.index-page-css .single-up-eve {  

  overflow: hidden; 
}
.modal-close-icon{
        position: absolute;
    right: 30px;
  
    filter: invert(1);
    font-size: 20px;
}

.drop-title.d-flex {
    align-items:center
}
.index-page-css .event-meta .fpi-registration-flow-heading:hover {
    color: #2c2e80;
    cursor: pointer;
    font-size: 21px;
}
.index-page-css .integration-list li img.derivative-contracts{
   
    max-width: 52px;
  object-fit: cover;
   
}
.bar {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 5px;
     background: lightgrey;
     z-index: 99999;
}
 .bar--progress {
     position: absolute;
     width: 0%;
     height: 5px;
     background: #2c2e80;
     transition: 0.25s ease-in-out;
     z-index: 99999;
}
.homepage-list-wrapper.policy-making {
    left:-10px !important;
}
.dropdown-grid.width-full.homepage-dropdown.policy-four-tab-menu {
    grid-template-columns:1fr 1fr 1fr 1fr;
}
.integration-list li .single-integration{
    border: 3px solid #2c2e80;
    height: 130px;
    align-content: center;
}
/* .integration-list li .single-integration:hover{
   background-color: #2c2e80;
   color: #fff;
} */
.integration-list li .single-integration {
  color: #000;
}
.table th {
    background-color: #2b2d7e;
    color: #fff;
}
 .hover-underline {
  font-size: 2rem;
  color: #ffffff;
  position: relative;
  display: inline-block;
}
.hover-underline::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #2e3192, #aca7d5);
  bottom: -5px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease-out;
}

.hover-underline::before {
  top: -1px;
  transform-origin: left;
}

.hover-underline:hover::before {
  transform: scaleX(1);
}

.market-participants.dropdown-menu{
    left: 50% !important;
}
.fts-12{
  font-size: 12px;
}
.fpi-catagories-section-height{
  height: 700px;
}
.fpi-registration-flow-steps{
  height: 405px;
}
@media only screen and (max-width: 767px) {
.fpi-registration-flow-steps{
  height: 375px;
}
}

.bg-blue-light{
background-color: #b6e4ff;
}
.bg-orange-light{
background-color: #f8d1ff;
}









 /* .index-page-css .slider{
        padding: 50px 0 200px;
    }
    .index-page-css .sc-hero-section {
    background: linear-gradient(101.61deg, #2f2e71 3.52%, #2c2e80 97.73%);
    padding: 150px 0 200px 0;
}

.index-page-css .slider-one {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden; 
  
}


 .index-page-css .slider-one {
  animation: scale 40s linear infinite;
}
  
@keyframes scale {
  50% {
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
  }
} */





   .index-page-css #searchBox {     width: 100%;
    padding: 3px 5px;
    font-size: 16px;
    border: 2px solid #2e3192;
    border-radius: 5px; }
    #results {    list-style: none;
    padding: 0px 15px;
    background-color: #fff;
    width: 430px;
    position: absolute;
    margin-top: 10px;
        box-shadow: 0px 0px 2px #989898;
        max-height: 400px;
        overflow: auto;
            right: 118px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, .1); } */
    }
    .index-page-css #results li { margin: 10px 0; border-bottom: 1px solid #ccc; padding-bottom: 5px; }
    .index-page-css #results a { text-decoration: none; font-weight: bold; color: #0056b3; }
    .index-page-css #results p { margin: 4px 0 0; font-size: 14px; color: #333; }
    .index-page-css .index-page-css.search-result-font-size{
        font-size: 12px;
    }





     :root {
    --maincolor: #fff;
}

/* .index-page-css .color-change-func span {
    width: 20px;
    height: 15px;
    margin: 5px;
    display: inline-block;
    cursor: pointer;
    
} */

body {
    background-color: var(--maincolor);
}


.fpi-registartion-section-explore-button{
position: absolute;
bottom: 20px;
}








@media only screen and (max-width: 600px) {
  .banner-image-size-adjust{
    width: 80%;
  }
  .index-page-css .top-bar{
    font-size: 13px;
    padding-top: 16px;
  }
  .navbar-toggler{
    position: fixed;
    right: 15px;
    top: 20px;
  }
      .index-page-css .sticky-header.affix {
        padding: 10px 10px !important;
    }
    .index-page-css .top-bar{
        z-index: 10;
    }
    .homepage-list-wrapper.policy-making {
    left:0px !important;
}
.market-participants.dropdown-menu {
    left: 0% !important;
}
.index-page-css .integration-list li .single-integration {
    text-align: center;
 
}

}
@media only screen and (max-width: 767px) {
  .button-size{
    font-size: 10px;
    --bs-btn-padding-x: 0.2rem;
  }
.top-bar h1{
  font-size: 13px;
}
.fpi-catagories-section-height {
    height: auto;
}
.action-btns {
    display: none;
}
}

.sitemap-box-1 {
    height: 340px;
}
.sitemap-box-2 {
    height: 465px;
}
.sitemap-box-3 {
    height: 235px;
}

.feature-box-1 {
    height: 390px;
}

.feature-box-2 {
    height: 360px;
}