
.trading-approach {
 background-image: url(../images/approach-bg.jpg);
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
  padding: 80px 20px 0px 20px;
  position: relative;
  overflow: hidden;
}
.trading-approach::after{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #0000008b;
}
.trading-approach .container{
    background-color: #fff;
    width: 90%;
    margin: auto;
    position: relative;
    z-index: 1;
}

.trading-approach .section-header {
  text-align: center;
  margin-bottom: 60px;
  padding-top: 20px;
  position: relative;
}

.trading-approach .section-header h1 {
  font-size:40px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  color: #000;
}
.trading-approach .section-header h1 span {

  color:#f5b800;
}
.trading-approach .section-header h6{
      font-size:20px;
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
  color: #fc2828;
}
.trading-approach .section-header h6::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    transform: translateY(-50%);
    left: calc(50% - -101px);
    margin-left: 12px;
    width: 73px;
    height: 3px;
    background-color: #ffc517;

}

.trading-approach .section-header p {
  color: #cbd5f5;
  font-size: 16px;
}
.trading-approach .mid-img img{
    width: 100%;
}
.trading-approach .AP_left{
    margin-top: 90px;
}
.trading-approach .AP_left ul li{
    color: #575757;
      font-family: "Jost", sans-serif;
      padding: 10px 0;
      text-align: justify;
      font-size: 18px;
      font-weight: 600;
      line-height: 1.5;
}
.trading-approach .AP_right ul li{
    color: #575757;
      font-family: "Jost", sans-serif;
      padding: 10px 0;
      text-align: justify;
      font-size: 18px;
      font-weight: 600;
      line-height: 1.5;

}
.trading-approach .icon-list{
  list-style: none;
  padding: 0;
  margin: 0;
}

.trading-approach .icon-list li{
  display: flex;
  align-items: flex-start;   
  gap: 10px;
  margin-bottom: 12px;
}

.trading-approach .icon-list li i{
  color: #ffbd16;           
  margin-top: 4px;           
  flex-shrink: 0; 
  border: 2px solid #ffbd16;   
  border-radius: 50%;
  padding: 5px;      
}

.trading-approach .icon-list li span{
  line-height: 1.6;
}



/********* responsive start ********/
@media (min-width:2001px) and (max-width:3000px){
.trading-approach .AP_left ul li {
    font-size: 22px !important;
}
.trading-approach .AP_right ul li{
     font-size: 22px !important; 
}
.what-willSEC .wh_willtxt p {
    font-size: 22px !important;
   line-height: 1.3;
}
.faq-section .faq-question{
  font-size: 25px !important;
}
.faq-section .faq-answer p{
  font-size: 20px !important;
}
.faq-section .faq-head p {
  font-size: 22px !important;
}
.not-join .mou {
    margin-top: 93px !important;
}
.not-join .not-card {
    margin-bottom: 41px;
}
.contact-us .social-links p{
  font-size: 22px !important;
}
}


/********* mobile responsive ********/
@media(max-width:990px){
  .trading-approach .section-header h6::after{
    display: none;
  }
  .trading-approach .section-header h1{
    font-size: 26px;
  }
  .trading-approach .section-header {
    margin-bottom: 20px;
}
.trading-approach .AP_left {
    margin-top: 0px;
}
}