/*.qr-box
{
    border: 1px solid #e2e2e2;  
    margin: 12px 0px;
    padding:25px 30px;		
}*/
/*.qr-box h3
{
	margin:0;
	font-size:18px;
	line-height:24px;
	margin-bottom:20px;	
	min-height:60px;
    font-weight:500;
	color:#4b4b4b;
}*/
.qr-box a
{
	
	
}
.smk_accordion {
  position: relative;
  margin: 30px 0px;
  padding: 0;
  list-style: none;
  
  font-weight: 400;
  color:#4b4b4b;
}
.smk_accordion .col-lg-6
{
	
	padding:0px 10px !important;
}
/**
 * --------------------------------------------------------------
 * Section
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in {
 
  position: relative;
  z-index: 10;overflow: hidden;
}
/**
 * --------------------------------------------------------------
 * Head
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in .acc_head {
      position: relative;
    color: inherit;
    padding: 20px 15px;
    font-size: 24px;
	font-weight:600;
    line-height: 28px;
    display: block;
    cursor: pointer;
    /*color: #6d7176;*/
   /* background-color: #d3dee5;*/
    /*margin: 6px 0px;*/
   /* font-weight: 400;
    border-radius: 50px;*/
	color:#A77BCA;

    border-bottom: 1px solid #6e7176;
}
.smk_accordion .accordion_in .acc_head .acc_icon_expand:after, .smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand:after
{
	 display: block;
     position: absolute;
     right: 25px;
	 font-family: FontAwesome;
     margin-right: 04px;
     background-color: transparent;
	 font-size: 16px; border-radius: 100%;
	 text-align:center;
	 font-weight:600;
}
.smk_accordion .accordion_in .acc_head .acc_icon_expand:after {
   
       content:"";
	   background:url(/../../images/chev-down.png) no-repeat;
	   width:17px;
	   height:18px;
	   display:inline-flex; 
	       opacity: 0.58;    
}
.smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand:after
{
      content:"";
	   background:url(/../../images/chev-up.png) no-repeat;
	   width:17px;
	   height:18px;
	   display:inline-flex; 
       opacity: 1; 
	 
}
.accordion_in.acc_active .acc_head
{
    /*background-color: #799cae;
    color: #fff;*/
	 
}
.accordion_in .acc_head
{
    padding-right: 50px !important;
}
.accordion_in.acc_active .acc_content
{
  display:block !important;
}
/**
 * --------------------------------------------------------------
 * Content
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in .acc_content {
 
  padding: 15px 28px;overflow: hidden;
  
}
}
.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 
{
 
}

/*.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 {

}






/***********************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: 20px 0px;*/
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
/**
 * --------------------------------------------------------------
 * Head
 * --------------------------------------------------------------
 */
.smk_accordion_sub .accordion_in_sub .acc_head_sub {
  position: relative;
  color:#4b4b4b;
  padding: 0px;
  font-size: 21px;
  line-height:25px;
  font-style:normal;
  font-weight:500;  
  display: block;
  cursor: pointer;
  margin: 10px;
}
/*  .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: 24px;
     height: 24px;line-height:24px;
     position: absolute;
     left: 2px;
	 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 #799cae;    
}
.accordion_in_sub.acc_active_sub .acc_head_sub
{
	    color: #799cae;
}
/**
 * --------------------------------------------------------------
 * Content
 * --------------------------------------------------------------
 */
.smk_accordion_sub .accordion_in_sub .acc_content_sub {
 
  padding: 6px 12px;
}
.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
{
 
}
/*
.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
{
  padding-left: 36px;
}
.smk_accordion_sub.acc_with_icon_sub .accordion_in_sub .acc_content_sub
{
	padding-left:52px;
}

.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 .PDF h4 {
   /* border: 1px solid #e2e2e2;
    padding: 25px 25px 30px 25px;
    min-height: 175px;font-size:18px;
	line-height:24px;*/
}
.acc_content .PDF h4 a.PDF, a.PDF {
   
    color: #6d7176 !important;
    position: relative;
    font-size: 16px;
    line-height: 22px;
    display: block;
    padding: 6px 0px 6px 26px;
    vertical-align: middle;
    font-weight: 400;margin:0px;
}
.qr-box h3
{
	padding: 0px;
    margin: 0px;
    font-size: inherit;
    color: inherit;
    font-weight: 400;
    line-height: inherit;
}
.acc_content .PDF h4 a.PDF:before, a.PDF:before
{ 	
	position: absolute;
    top: 50%;
    left: 0;
    font-family: FontAwesome;
    content: "\f1c1";    
    font-weight: 400;
    vertical-align: middle;
    margin-top: -13px;
    font-size: 14px;
    line-height: 26px;
    background-color: #a6cac0;
    color: #fff;
    width: 26px;
    height: 26px;
    text-align: center;
    border-radius: 50%;
}
.download-vd:after
{ 	
	position: absolute;
    top: 50%;
    right: 4px;
    font-family: FontAwesome;
    content: "";  
    font-weight: 400;
    vertical-align: middle;
    margin-top: -10px;
    font-size: 14px;   
    background-color: #a6cac0;
    color: #fff;   
    text-align: center;	
    background: url(../images/download.png);
	width: 20px;
    height: 18px;
   
}
.view-vd:after
{ 	
	position: absolute;
    top: 50%;
    right: 4px;
    font-family: FontAwesome;
    content: "\f06e";   
    font-weight: 400;
    vertical-align: middle;
    margin-top: -10px;
    font-size: 19px;  
    color: #97c775;   
    text-align: center;	   	
   
}
.acc_content .PDF h4 br
{
	display:none;
}
.acc_content .PDF .Title 
{
	/*min-height:40px;display:block;*/padding-left: 8px;font-weight: 400;
}
.acc_content .PDF .size, .qr-box a.download-pdf
{
	display:none;
}
.PDF.Financial.Report {   
    background-color: #d3dee5;
    padding: 18px 15px;    
    border-radius: 3px;
	margin: 10px 0px;
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) 
{
 .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;  
  padding: 10px 0 10px 3px;
  font-size: 20px;
  line-height:25px;
  
}
.qr-box h3
{
	margin:0;
	font-size:16px;
	line-height:21px;	
}
}
/* Portrait phones and smaller */
@media (max-width: 480px) 
{
.smk_accordion .accordion_in .acc_head { 
  padding: 10px 0 10px 3px;
  font-size: 18px;
  line-height:24px;  
}
.smk_accordion_sub .accordion_in_sub .acc_head_sub {
  position: relative; 
  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;	
}
.qr-box
{   
    padding:20px 12px;		
}
}
/* Portrait i phones and smaller */
@media (max-width: 320px) 
{
}
