@charset "utf-8";

body
{
    color: #383636;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
	line-height:24px;
}

#sp-wrapper h5
{
	color: #3F444B;
	font-weight:600;
	padding:0;margin:0;
	font-size:28px;
}
#sp-wrapper h2
{
	font-size: 42px;
    line-height: 42px;
    font-weight: bold;
    color: #383636;
    margin: 0px 0px 0px 0px;
    display: inline-block;
}
#sp-wrapper h2 span
{
	font-size:26px;line-height:26px;
	font-weight:400;padding-right:6px;
}
#sp-wrapper h3
{
	color: #153884;margin:0px 0px 5px 0px;font-weight: 600;
}
#sp-wrapper .row.vertical-align {
   margin-top:30px;margin-bottom:20px;
}

#sp-wrapper .stockprice .priceDown div:before, #sp-wrapper .stockprice .priceUp div:before {
    content: "";
    background-size: cover;
    width: 21px;
    height: 21px;
    display: inline-block;
	margin:0px 6px;   
}
#sp-wrapper .stockprice .priceUp div:before {
    background-image: url(../images/arrowup.jpg);	
}
#sp-wrapper .stockprice .priceDown div:before {
    background-image: url(../images/arrowdown.jpg);
}
#sp-wrapper .stockprice .priceUp div
{
	color: #138601;
}
#sp-wrapper .stockprice .priceDown div
{
	color: #ec2c2c !important;
}
#sp-wrapper .stockprice div
{
	font-size: 20px;
	line-height:26px;
    font-weight: 400;
    display: inline-block;
    color: #000000;
}
#sp-wrapper .stockprice .priceDown:after, #sp-wrapper .stockprice .priceUp:after 
{
  content:"";
  display:none;
}
#sp-wrapper iframe
{
	height:220px;margin-bottom:40px;
}
#sp-wrapper .button-eod-wrapper p {
    display: inline-block;
    opacity: 0.9;
    font-size: 12px;
    line-height: 14px;
    float: right;
    letter-spacing: 1px;
    margin-top: 8px;
}
.irbutton{
    font-family: "Poppins", Sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #D36232;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    padding: 16px 35px 16px 35px;
	display:inline-block;	
}
.irbutton:hover
{
	color: #467FF7;
    background-color: #02010100;
	text-decoration:none;
}
#bursinfo-wrapper
{
	text-align:center;
}
#bursinfo-wrapper .bursa-container
{
	display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
	margin-bottom:50px;
}
#bursinfo-wrapper .bursa-box
{
	/*width:20.507%;*/
	padding: 24px 20px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #224591;
    border-radius: 5px 5px 5px 5px;
	color:#153884;text-align:center;
	max-width: 206px;
    flex: 1 1 206px;
}
#bursinfo-wrapper .bursa-box h3
{
	font-weight: 600;
    font-size: 42px;	
	margin-bottom: 20px;
    margin-top: 0px;
}
#bursinfo-wrapper .bursa-box a
{
	color: #153884 !important;
    text-align: center !important;
    display: block !important;
	font-size:14px;font-weight:400;
	line-height: 22px;text-decoration:none;
}
@media (min-width: 768px)
{
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
 } 
 .vertical-align {
    display: flex;
    align-items: center;
  }  
  #sp-wrapper .row.vertical-align .col-lg-8
 {
	text-align:right;
 }
}
@media (max-width: 768px) {
  #sp-wrapper
  {
	  text-align:center;
  }
  .button-eod-wrapper {
   display: flex;
   flex-direction: column;
   align-items: center;  
  }
  .button-eod-wrapper .irbutton {
    order: 2;margin-top:12px;
  } 
  #sp-wrapper iframe
  {
	  margin-bottom:16px;
  }
}
@media (max-width: 480px)
{
  #bursinfo-wrapper .bursa-box
  {
	  max-width:100%;
  }
  #sp-wrapper h3
  {
	  font-size:20px;margin-bottom:10px;
  }
  #sp-wrapper h2
  {
	  font-size:38px;line-height:38px;
  }
}