*body{
    box-sizing: border-box;
    }

    .bgs{
         /* background-image: url("../Asset/Bgc1.webp"); */
        background-image: url("../Asset/bgimg1.jpg");
        background-repeat: no-repeat;
        background-size: 100%;
        height: 100%;
        background-position: center;
        background-size: cover;  
    }



    .navsection{
        background-color: #000;
        width: 100%;
      }
      .navbar-nav a{
      color: floralwhite;
      }
      .navbar-nav .nav-item a:hover{
        color:#ffffff;
       }
       
       .loginRegi{
           display: inline-block;
       }
       .loginRegi a:hover{
           color:#000;
       }
       .collapse{
           padding-left: 70px;
       }
       .navbar-nav .nav-item a:hover{
        color:#000;
       }
       
       .loginRegi{
           display: inline-block;
       }
       .loginRegi a:hover{
           color:#000;
       }
       .collapse{
           padding-left: 70px;
       }
       
      

/* Trading Types*/

.tradingtypes{
    width: 80%;
    height: 600px;
    margin: 0px auto;     
    
     
}


.instcthead .btngroup button{
    width: 100%;
    background-color: rgb(0, 91, 128);   
    
}



.tradingtypes .btngroup .btn a{
    
    text-decoration: none;
  }

.tradingtypes .btngroup .btn{
    
    margin-top: 20px;
    
}
/*InhouseTrading*/
.tradingtypes .btnformline1 .btn{
    width: 400px;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    background-color: #bbdcf3;
    
}

.tradinghead{  
   
    /* background:rgb(64, 101, 114); */
    background-color: rgb(0, 91, 128);
    width: 400px;
    height: 30PX;  
    font-size: 15px; 
    background-color: #2654A1; 
    color: floralwhite !important;
   
    
}

.btnformline1 a{
    color:#000000;
    font-size: 13px;
    text-transform: uppercase;
   
}


.btnformline1 .btn:hover {
    background:#2654a1;
    color: floralwhite;
    
}

.btnformline1 .btn:hover a{
   
    color: floralwhite;
}


.btnformline1 .headtitle .btn{
    background-color: rgb(0, 91, 128);
    color: #fff;
}



.tradingtypes .bracnchesinfo{
    max-width: 100%;
    max-height: max-content;    
}


.tradingtypes .roundhead{
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    

}

.instructionslist{
    margin-left: 10px;
    margin-right: 10px;
    line-height: 28px;
    text-align: justify;
}

.instructions{
    width: 75%;
    margin-left: 15%;    
    
}

.instcthead  a{
    font-size: 15px;
    font-weight: bold;
    color:#fff;
    text-transform: uppercase;
    
}



.tradingappslink .btngroup{
   display: inline;
   width: 50px;
}

.mobiletrading{
    margin-top: 70px;

}



.mobiletrading a{
    height: 50px;
}

/*Sitemap*/


* {
    box-sizing: border-box;
  }
  .ssmlsitemap{
    font-size: 12px;
    font-weight: bold;
    background-color: rgb(145, 214, 241);
  }

 
.ssmlsitemap .flex-container {
        display: flex;
        flex-direction: row;
        font-size: 12px;
        text-align: center;
        margin: 0 5px 0 5px;
      
  }
  
  .ssmlsitemap .flex-item-left {
    flex: 16%;
  }

  .ssmlsitemap .flex-item-left1 {
   width: 100px;
    flex: 6%;
    
  }

  .relative{
    position: relative;   
    
}


.absolute{
  position: absolute;  
  bottom:0;  
  left:0;
  right: 0;  
  margin:auto;
}
  
ul li{
    text-align: left;
    display: block;
}

li a{
    text-decoration: none;
}
.sitemaps{
    text-align:left; 
    
    
  }
  .sitemaps a{
    text-decoration: none;
    color:#000;
  }

  .sitemaps a:hover{
    color:#fff;
  }

.sitemaps h6{
    margin-top: 10px;
    font-weight: bold;
    font-family:  sans-serif;
    color: #0B5ED7;
    text-decoration: underline;    
}
.chq h6{
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
    font-family:  sans-serif;
    color: #0B5ED7;
    text-decoration: underline;   
}  

@media (max-width: 800px) {
    .info{
        display: none;      
    }
    .form-check-label, .form-check-input{
        display: none;
    }
    .instructions{
		width: 97%;
		margin-left:0;
	}
    .instructionslist{
		margin-left:0;
		margin-right:0;
		width: 100%;
	}
  }



.copyright{
    text-align: center; 
    height: 20px;
    background-color: rgb(68, 171, 212);
    font-size: 13px;
    color:#000;
    padding: 0;
    
}
.copyright a{
    text-decoration: none;
    color: #000;
}

