


.irbf{
	display:none;
}

.qr-box
{
    border: 1px solid #b7b7b7;  
    margin: 0 0 15px;
    padding:25px 30px;
		
}

.qr-box h3
{
	margin:0;
	font-size:18px;
	line-height:22px;
	margin-bottom:20px;	
	min-height:55px;
    font-weight:500;
}
.qr-box a
{
	
	
}


.smk_accordion {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;  
  font-weight: 400;
  color:#666;
}
/**
 * --------------------------------------------------------------
 * Section
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in {
 
  position: relative;
  z-index: 10;
  margin-top: -1px;
  overflow: hidden;
}
/**
 * --------------------------------------------------------------
 * Head
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in .acc_head {
  position: relative;
  color:inherit;
  padding: 16px 0 16px 35px;
  font-size: 24px;
  line-height:28px;  
  display: block;
  cursor: pointer;color:#000000;
  border-bottom: 1px solid #e1e1e1;
}
.smk_accordion .accordion_in .acc_head .acc_icon_expand:before, .smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand:before
{
	 display: block;
     width: 30px;
     height: 30px;line-height:30px;
     position: absolute;
     left: 5px;
	 font-family: FontAwesome;
     margin-right: 04px;
     background-color: transparent;
	 font-size: 12px; border-radius: 100%;
	 text-align:center;
	 font-weight:100;
}
.smk_accordion .accordion_in .acc_head .acc_icon_expand:before {
   
   content: "\f067";  
   border:1px solid #000000; 
}
.smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand:before
{
    content: "\f068" !important;   
	border:1px solid #15a648;    
}
.accordion_in.acc_active .acc_head
{
	    color: #15a648;
}
.accordion_in.acc_active .acc_content
{
 /* display:block !important;*/
 display:flex;
 flex-wrap:wrap;
}
/**
 * --------------------------------------------------------------
 * Content
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in .acc_content {
 
  color: #7B7E85;
  padding: 3px 10px;
}
.smk_accordion .accordion_in .acc_content h1:first-of-type,
.smk_accordion .accordion_in .acc_content h2:first-of-type,
.smk_accordion .accordion_in .acc_content h3:first-of-type,
.smk_accordion .accordion_in .acc_content h4:first-of-type,
.smk_accordion .accordion_in .acc_content h5:first-of-type,
.smk_accordion .accordion_in .acc_content h6:first-of-type {
  margin-top: 5px;
}

.smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand 
{
 background: url(../images/minus-img.png);
}

/*.smk_accordion .accordion_in.acc_active > .acc_head:hover .acc_icon_expand
{
    background: url(../images/minushover-img.png);
}*/
.smk_accordion.acc_with_icon .accordion_in .acc_head,
.smk_accordion.acc_with_icon .accordion_in .acc_content {
  padding-left: 45px;
}






/***********************sub accordioan css*********************/


.smk_accordion_sub {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0px;
}
/**
 * --------------------------------------------------------------
 * Section
 * --------------------------------------------------------------
 */
.smk_accordion_sub .accordion_in_sub {
 
  position: relative;
  z-index: 10;
  margin-top: -1px;
  overflow: hidden;
}
/**
 * --------------------------------------------------------------
 * Head
 * --------------------------------------------------------------
 */
.smk_accordion_sub .accordion_in_sub .acc_head_sub {
  position: relative;
  color:#333;
  padding: 10px 0 15px 3px;
  font-size: 23px;
  line-height:27px;
  font-style:normal;
  font-weight:500;  
  display: block;
  cursor: pointer;
}
/*  .acc_head_sub:hover span
{
  color:#1f134d;	
}*/
.smk_accordion_sub .accordion_in_sub .acc_head_sub .acc_icon_expand_sub:before, .smk_accordion_sub .accordion_in_sub.acc_active_sub > .acc_head_sub .acc_icon_expand_sub:before
{
	 display: block;
     width: 26px;
     height: 26px;line-height:26px;
     position: absolute;
     left: 5px;
	 font-family: FontAwesome;
     margin-right: 04px;
     background-color: transparent;
	 font-size: 12px; border-radius: 100%;
	 text-align:center;
	 font-weight:100;
}
.smk_accordion_sub .accordion_in_sub .acc_head_sub .acc_icon_expand_sub:before {
   
   content: "\f067";  
   border:1px solid #555; 
}
.smk_accordion_sub .accordion_in_sub.acc_active_sub > .acc_head_sub .acc_icon_expand_sub:before
{
    content: "\f068" !important;   
	border:1px solid #d58156;    
}
.accordion_in_sub.acc_active_sub .acc_head_sub
{
	    color: #15a648;
}
/**
 * --------------------------------------------------------------
 * Content
 * --------------------------------------------------------------
 */
.smk_accordion_sub .accordion_in_sub .acc_content_sub {
 
  color: #7B7E85;
  padding: 3px 10px;
}
.smk_accordion_sub .accordion_in_sub .acc_content_sub h1:first-of-type,
.smk_accordion_sub .accordion_in_sub .acc_content_sub h2:first-of-type,
.smk_accordion_sub .accordion_in_sub .acc_content_sub h3:first-of-type,
.smk_accordion_sub .accordion_in_sub .acc_content_sub h4:first-of-type,
.smk_accordion_sub .accordion_in_sub .acc_content_sub h5:first-of-type,
.smk_accordion_sub .accordion_in_sub .acc_content_sub h6:first-of-type {
  margin-top: 5px;
}

.smk_accordion_sub .accordion_in_sub.acc_active_sub > .acc_head_sub .acc_icon_expand_sub
{
 background: url(../images/minus-img.png);
}
/*
.smk_accordion_sub .accordion_in_sub.acc_active_sub > .acc_head_sub:hover .acc_icon_expand_sub
{
    background: url(../images/minushover-img.png);
}*/
.smk_accordion_sub.acc_with_icon_sub .accordion_in_sub .acc_head_sub,
.smk_accordion_sub.acc_with_icon_sub .accordion_in_sub .acc_content_sub {
  padding-left: 38px;
}


.acc_content_sub  {
    list-style-type: none;
    margin: 0;
    padding: 20px 0;
}
.accordion_in_sub  .accrod-container:nth-child(2n+3)
{
	content: ""; 
    display: block;   
    clear: both;  
	
}




/***************Financial Statements css**************/

 .acc_content > [class="col-lg-6 col-md-6 col-sm-6"]{
	 padding-left:0;
 }






.acc_content .PDF h4 {
    
	border-radius:12px;
	display:flex;
	width:100%;
		transition: all .4s ease;
	box-shadow: 0 3px 7px rgba(0,0,0,0.15);
	background:#F0FBEC;
	height:100%;
  
}
.acc_content .PDF h4 a.PDF{
   display:flex;
    color: #000000 !important;
	text-decoration:none;
	letter-spacing:normal;
	  padding: 25px;
	  align-items:center;
	  width:100%;
	  position:relative;
}

.acc_content .PDF h4:hover {
		border:2px solid #15a648;
	/*transition: all .4s ease;*/
	transform: translateY(-10px);
	letter-spacing:normal;
	box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.PDF .Title{
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	display:flex;
	align-items:center;
	width:95%;
}
.PDF .Title:after {
    content: "";
    display: inline-flex;
    right: 5px;
 
    background-color: transparent;
    font-size: 32px;
	position:absolute;
	right:25px;
	display: inline-flex;
    margin-left: 10px;
    background: url(../images/arrow-green.png) no-repeat;
	background-position:center center;
	background-size:cover;
    width: 24px;
    height: 11px;
	   transition: transform 0.3s ease;
	 transform: translateX(-5px);
    
}

.acc_content .PDF h4:hover .Title:after{
	   transition: transform 0.3s ease;
	 transform: translateX(5px);
}


.acc_content .PDF h4 .size{
	display:none;
}

.acc_content .PDF .Title 
{
	 
}
.PDF.Financial.Report {
    margin-top: 12px;
	display:flex;
	height:100%;
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	
.accordion_in.acc_active .acc_content {
    /* display: block !important; */
    display: flex;
    flex-wrap: wrap;
	gap:30px;
}	
	
	
 .smk_accordion .accordion_in .acc_head {
 
  padding: 10px 0 10px 3px;
  font-size: 25px;
  line-height:30px;  
}
.smk_accordion_sub .accordion_in_sub .acc_head_sub {
  position: relative;
  color:#333;
  padding: 10px 0 10px 3px;
  font-size: 20px;
  line-height:25px;
  
}
.qr-box h3
{
	margin:0;
	font-size:16px;
	line-height:21px;	
}

 .acc_content > [class="col-lg-6 col-md-6 col-sm-6"]{
	 padding-left:0;
	 width:100%;
 }

}
/* Portrait phones and smaller */
@media (max-width: 480px) 
{
	
	.smk_accordion .accordion_in .acc_head {
 
  padding: 10px 0 10px 3px;
  font-size: 22px;
  line-height:26px;  
}
.smk_accordion_sub .accordion_in_sub .acc_head_sub {
  position: relative;
  color:#333;
  padding: 10px 0 10px 3px;
  font-size: 17px;
  line-height:22px;
  
}
.qr-box h3
{
	margin:0;
	font-size:15px;
	line-height:18px;
	margin-bottom:20px;	
}
}
/* Portrait i phones and smaller */
@media (max-width: 320px) 
{
}
