  
	  .left-panel
	  {
			  margin-top: 30px;
			  
	  }
	  #footer
	  {
		  margin-top: 30px;
	  }
	  .panel-default>.panel-heading 
	  {
	  background-color: #30bb64;
	  }
	 .latest_news
	  {
	 border: 1px solid;
    height: 259px;
    width: 200px;
    /*float: right;
     margin-left: -6px; */
    margin-right: 12px;
	  }
	  #pdf
	  {
	        margin-left:15px;
            
	  }
	  .well_1
	 {
	  
	  min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	 }
	 
	 .links {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
	margin-left: 29px;
}

.links li {
    display: block;
    margin: 0;
    padding: .15em 0;
}
a[href$='.pdf'] {
    display: inline-block;
    margin: 0 .5em 0 0;
    padding-left: 1.5em;
    position: relative;
}
 #pdf a  {
    color: #da2128;
    cursor: pointer;
    outline: none;
    text-decoration: none;
}
a[href$='.pdf']:before {
	background: url(https://renewpower.in/investors/images/pdf.png) no-repeat left top;
    content: '';
    height: 20px;
    left: 0;
    position: absolute;
    top: .1em;
    width: 20px;
}
a[href$='.zip'] {
    display: inline-block;
    margin: 0 .5em 0 0;
    padding-left: 1.5em;
    position: relative;
}
 #zip a  {
    color: #da2128;
    cursor: pointer;
    outline: none;
    text-decoration: none;
}
a[href$='.zip']:before {
	background: url(https://renewpower.in/wp-content/uploads/jath_spv/images/zip9.png) no-repeat left top;
    content: '';
    height: 20px;
    left: 0;
    position: absolute;
    top: .1em;
    width: 20px;
}
.short-desc {
    background-color: #FFF;
    border: 2px solid #e6e8e8;
    clear: both;
    float: none;
    margin: 0;
    position: relative;
}
.announcement.accordion dl {
    border: none;
    padding: .25em 0 .75em 6em;
}
.announcement {
    clear: both;
    float: none;
}
.accordion {
    clear: both;
    float: none;
    margin: 0;
    padding: 0;
}
.accordion .content-box {
    clear: both;
    float: none;
    margin: 0;
    padding: 0;
}
.announcement .accordion .short-desc {
    padding: .75em;
}
.accordion .short-desc {
    border-radius: 0 0 .25em .25em;
    box-shadow: none;
	}
	.announcement .accordion dl + dl {
    border: 1px dashed #e6e7e8;
    border-width: 1px 0 0 0;
    padding-top: .75em;
}
.announcement .accordion dl {
   
    padding: .25em 0 .75em 6em;
}
.announcement dt {
    background-color: #e6e7e8;
    border: 23px solid #e6e7e8;
    border-radius: 100%;
    display: block;
    font: normal 114.5%/1.2 'sakkal_majallaregular', Arial, Helvetica, sans-serif;
    height: 90px;
    margin: 0;
    padding: 0;
    left: 0;
    /*position: absolute;*/
    text-align: center;
    top: .75em;
    width: 90px;
}
.announcement .accordion dt {
        height: 80px;
    left: 24px;
    top: 108px;
    width: 80px;
}
.page-title.solid-bg
{
    display:none;
    
}
.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:0px;overflow:hidden;word-break:normal;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:0px;overflow:hidden;word-break:normal;}
.tg .tg-hjji{font-size:17px;text-align:center;vertical-align:top}
.tg .tg-2ktp{font-size:15px;vertical-align:top;text-align: justify;}
.tg .tg-yw4l{vertical-align:top}


.tab-content-layout { margin-top: -355px; margin-left: 199px; }
	.credit-rating-pane { margin-top: 100px; }
	.directors-table { width: 108%; margin-top: 76px; }
	.hidden-row, .hidden-content { display: none; }
	.accordion-section { margin-top: -8px; }
	.report-spacer { float: left; margin-left: 30px; }
	.report-list { display: block; }


	:root {
		--primary: #123c69;
		--primary-dark: #0b2a4a;
		--accent: #1b8a5a;
		--surface: #ffffff;
		--page: #f3f6f9;
		--border: #dce4ec;
		--text: #0b0d0f;
	}

	* { box-sizing: border-box; }

	body {
		margin: 0;
		background: var(--page);
		color: var(--text);
		font-family: "Segoe UI", Arial, sans-serif;
		line-height: 1.6;
	}

	.left-panel {
		min-height: 100vh;
		padding: 42px 20px;
		background: linear-gradient(135deg, #eef4f8 0%, #f8fafc 100%);
	}

	.left-box {
		max-width: 1240px;
		margin: 0 auto;
		padding: 28px;
		background: rgba(255, 255, 255, .94);
		border: 1px solid var(--border);
		border-radius: 18px;
		box-shadow: 0 14px 38px rgba(18, 60, 105, .10);
	}

	.left-box > .container {
		max-width: none;
		padding: 0;
	}

	.well_1 {
		/* float: left; */
		width: 230px;
		padding: 0 18px 0 0;
		margin: 0;
	}

	.well_1 > li { margin-bottom: 7px; }
	.well_1 > li.dropdown { position: relative; }
	.well_1 a {
		display: block;
		padding: 11px 15px;
		color: var(--primary);
		font-weight: 600;
		text-decoration: none;
		border-radius: 8px;
		transition: background .2s ease, color .2s ease;
	}
	.well_1 > li > a:hover,
	.well_1 > li.active > a,
	.well_1 .dropdown-menu a:hover {
		color: #fff;
		background: var(--primary);
	}
	.well_1 .dropdown-menu {
		position: absolute !important;
		top: 100%;
		left: 0;
		z-index: 1000;
		width: 100%;
		padding: 4px;
		margin: 2px 0 8px;
		border: 1px solid var(--border);
		border-radius: 8px;
		box-shadow: 0 6px 16px rgba(0,0,0,.06);
		background: #fff;
	}
	.well_1 .dropdown-menu a {
		padding: 8px 11px;
		font-size: .92rem;
		font-weight: 500;
	}

	.tab-content-layout {
		float: none;
		width: auto !important;
		min-height: 560px;
		margin-left: 230px;
		padding: 4px 8px 12px 30px;
	}
	.left-box .container::after { content: ""; display: table; clear: both; }
	.tab-pane {
		display: none;
		padding: 4px 0 20px;
		animation: fade-in .2s ease-in;
	}
	.tab-pane.active.show { display: block; }
	.tab-pane h3, .tab-pane h4 {
		margin: 0 0 18px;
		color: var(--primary);
		font-weight: 700;
	}
	.tab-pane h3 { font-size: 1.55rem; }
	.tab-pane h4 { font-size: 1.35rem; border-bottom: 2px solid var(--accent); padding-bottom: 9px; }
	.tab-pane p { margin-bottom: 18px; }

	.credit-rating-pane table, .directors-table {
		width: 100% !important;
		margin-top: 10px;
		border: 1px solid var(--border) !important;
		border-collapse: collapse;
		background: var(--surface);
	}
	.credit-rating-pane td, .directors-table th {
		padding: 13px 15px;
		border: 1px solid var(--border);
		vertical-align: top;
	}
	.credit-rating-pane tr:first-child { background: var(--primary); color: #fff; }
	.credit-rating-pane pre { white-space: normal; font: inherit; margin: 0; }
	.directors-table th:first-child { width: 25%; color: var(--primary); background: #f5f8fb; }
	.directors-table th { font-weight: 400; text-align: left; }

	.panel { margin-bottom: 10px; border: 1px solid var(--border); border-radius: 8px; overflow: hidden; background: #fff; }
	.panel-heading { background: #f5f8fb; }
	.panel-title a { display: block; padding: 12px 16px; color: var(--primary); text-decoration: none; font-weight: 600; }
	.panel-title a:hover { color: var(--accent); }
	.panel-body { padding: 14px 18px; }
	.links { margin: 0; padding-left: 20px; }
	.links a { color: var(--primary); font-weight: 500; }
	.links a:hover { color: var(--accent); }

	@keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }
	@media (max-width: 768px) {
		.left-panel { padding: 15px 8px; }
		.left-box { padding: 18px 12px; border-radius: 12px; }
		.well_1 { float: none; width: 100%; padding: 0; margin-bottom: 22px; }
		.tab-content-layout { margin-left: 0; padding: 0; }
		.directors-table { display: block; overflow-x: auto; }
		.directors-table th:first-child { min-width: 180px; }
		.credit-rating-pane table { font-size: .85rem; }
	}
