	.report-desc-box
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 0px 0px;
		background: #e4fbff;
/*		background: url('storage/rdbg.jpg');*/
/*		background-size: 100% auto;
		background-repeat: no-repeat;*/
	}
	.report-desc-box .report-desc-box-con
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
	}
	.report-desc-box .report-desc-box-con .report-left
	{
		position: relative;
		float: left;
		width: 70%;
		box-sizing: border-box;
	}
	.report-desc-box .report-desc-box-con .report-left .report-left-con
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
	}
	.report-desc-box .report-desc-box-con .report-left .report-left-con .rt-title
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
	}
	.rt-title .rt-img
	{
		position: relative;
		float: left;
		width: 15%;
		box-sizing: border-box;
		padding: 10px 0px;
	}
	.rt-title .rt-img img
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 0px 0px;
	}
	.rt-title .title
	{
		position: relative;
		float: left;
		width: 85%;
		box-sizing: border-box;
		padding: 0px 0px;
	}
	.rt-title .title h1
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 6px 0px;
		font-weight: 800;
		color: #00262e;
		line-height: 28px;
		text-align:justify;
		letter-spacing: 0.6px;
		font-size: 14pt;
	}
	.rt-title .title h2
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 0px 10px;
		font-weight: 800;
		color: #00262e;
		line-height: 28px;
		text-align:justify;
		letter-spacing: 0.6px;
		font-size: 14pt;
		padding-bottom: 20px;
	}
	.rt-title .title .ct-box
	{
		width: auto;
		box-sizing: border-box;
		float: left;
		position: relative;
		padding: 6px 0px;
	}
	.rt-title .title p
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		font-size: 9pt;
		padding: 12px 10px;
		border-collapse: collapse;
		font-weight: bold;
		border:0px solid #01b2fe;
		color: #333;
	}
	.rt-title .title p a
	{
		position: relative;
		width: auto;
		box-sizing: border-box;
		font-size: 9pt;
		font-weight: bold;
		color: #333;
		text-decoration: underline;
	}

	.rt-title .title .ct-box.req
	{
		float: right;
	}
	.rt-title .title .ct-box.req a
	{
		padding: 10px 22px;
		border:1px solid white;
		color: white;
		box-sizing: border-box;
		position: relative;
		float: left;
		border-radius: 50px;
		font-weight: 600!important;
		margin-left: 10px;
		box-shadow: inset 0 -3px 0 -1px #00262e;
	    -webkit-transition: box-shadow .25s ease-in;
	    transition: box-shadow .25s ease-in;
	    background: #00262e;
	    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	}
	.rt-title .title .ct-box.req a:hover
	{
		box-shadow: inset 0 -3px 0 40px #00262e;
    -webkit-transition: box-shadow .25s ease-in;
    transition: box-shadow .25s ease-in;
    color: white;
	}


	.report-desc-box .report-desc-box-con .report-left .report-left-con .rt-tabs
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 10px 5px;
	}
	.report-desc-box .report-desc-box-con .report-left .report-left-con .rt-tabs .data-tab
	{
		position: relative;
		float: left;
		width: auto;
		box-sizing: border-box;
		padding-right: 0px;
	}
	.report-desc-box .report-desc-box-con .report-left .report-left-con .rt-tabs .data-tab a
	{
		position: relative;
		float: left;
		width: auto;
		box-sizing: border-box;
		font-size: 10pt;
		color: white;
		padding: 10px 18px;
		background: dodgerblue;
		border-radius: 3px;
		transition: 0.5s ease;
		border:1px solid #ccc!important;

	}
	.report-desc-box .report-desc-box-con .report-left .report-left-con .rt-tabs .data-tab a:hover
	{
		background: none;
		border:1px solid #1c73f7;
		color: #1c73f7;
		font-weight: bold;
		
	}
	.report-desc-box .report-desc-box-con .report-left .report-left-con .rt-tabs .data-tab a.active
	{
		background: none;
		border:1px solid #0685ba;
		color: #0685ba;
		font-weight: bold;
		
	}
	.report-desc-box .report-desc-box-con .report-left .report-left-con .rt-data-desc
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 0px 0px;
	}
	.report-desc-box .report-desc-box-con .report-left .report-left-con .rt-data-desc .rt-data-desc-con
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 0px 0px;
		margin-top: 20px;
		
	}

.rt-data-desc .rt-data-desc-con .inner-tab
{

}
.rt-data-desc .rt-data-desc-con .inner-desc
{
	border:2px solid #00262e;
	float: left;
	width: 100%;
	box-sizing: border-box;
	background: white;
	padding: 0px 10px;
	
}
.rt-data-desc .rt-data-desc-con .inner-desc img
{
	float: left;
	width: 100%;
	box-sizing: border-box;
	height: auto;
}
.rt-data-desc .rt-data-desc-con .inner-desc ul
{
	float: left;
	width: 100%;
	box-sizing: border-box;
	height: auto;
	padding-left: 20px;
}
/* Style tab links */
.tablink {
  color: #184a92;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px 0px;
  font-size: 11pt;
  width: 25%;
  text-align: center;
  font-weight: bold;
  border:0px solid #e5e5e5!important;
  margin-right: 0px;
  border-radius: 0px;
  letter-spacing: 0px;
  transition: 0.2s ease-in;
  background: white;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}



/*         .tablink {background-image: linear-gradient(to right, white 0%, white  51%, #e5f9fb  100%);}
         .tablink {
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: #00262e;            
            box-shadow: 0 0 20px #eee;
            display: block;
          }
*/
          .tablink:hover {
            color: white;
            background: #00262e;
          }
          .tablink.active {
            color: white;
            background: #00262e;
            padding: 20px 0px;
            margin: -10px 0px;
          }
         


.report_inside_form
{
	position: relative;
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	background: #e7e7e7;
}
.report_inside_form .report_inside_form_con
{
	position: relative;
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
}
.report_inside_form .report_inside_form_con .mr-forms
{
	background: white!important;
}
.report_inside_form .report_inside_form_con .mr-forms .mr-forms-con
{
	position: relative;
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	background: #e7e7e7!important;
}



.tablink.reqdisbtn
{

}

.tablink:hover {
/*  background: #9e9e9e;
  color: white!important;*/
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: black;
  display: none;
  padding: 10px 10px;
  width: 100%;
  box-sizing: border-box;
  border:0px solid #ccc;
  float: left;
  
  text-align: justify;
  font-size: 12pt;
}
.visible
{
	display: block;
}
.hidden
{
	display: none;
}





	.report-desc-box .report-desc-box-con .report-right
	{
		position: relative;
		float: left;
		width: 30%;
		box-sizing: border-box;
	}
	.report-desc-box .report-desc-box-con .report-right .report-right-con
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
	}
	.report-desc-box .report-desc-box-con .report-right .report-right-con .buy-now
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 0px 10px;
	}
	.report-desc-box .report-desc-box-con .report-right .report-right-con .buy-now .buy-now-con
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 0px 0px;
		transition: 5s ease;
	}
	.report-desc-box .report-desc-box-con .report-right .report-right-con .buy-now .buy-now-con .inner-tab
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 0px 0px;
	}
	.report-desc-box .report-desc-box-con .report-right .report-right-con .buy-now .buy-now-con .inner-desc
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 10px 0px;
	}
	.report-desc-box .report-desc-box-con .report-right .report-right-con .buy-now .buy-now-con .inner-desc .tabcontent_right
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 0px 0px;
	}
	.report-desc-box .report-desc-box-con .report-right .report-right-con .buy-now .buy-now-con .inner-desc .tabcontent_right .buy-form
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 0px 0px;
		padding: 10px;
	}
	.report-desc-box .report-desc-box-con .report-right .report-right-con .buy-now .buy-now-con .inner-desc .tabcontent_right .buy-form form
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 0px 0px;
	}
	.report-desc-box .report-desc-box-con .report-right .report-right-con .buy-now .buy-now-con .inner-desc .tabcontent_right .buy-form form .form-group
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 10px 0px;
		border:1px solid #ccc;
		margin-bottom: 15px;
		background: white;

	}
	.report-desc-box .report-desc-box-con .report-right .report-right-con .buy-now .buy-now-con .inner-desc .tabcontent_right .buy-form form .form-group .checkbox
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
	}
	.report-desc-box .report-desc-box-con .report-right .report-right-con .buy-now .buy-now-con .inner-desc .tabcontent_right .buy-form form .ad-banner
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 10px 0px;
	}
	.report-desc-box .report-desc-box-con .report-right .report-right-con .buy-now .buy-now-con .inner-desc .tabcontent_right .buy-form form .ad-banner img
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
	}
	.report-desc-box .report-desc-box-con .report-right .report-right-con .buy-now .buy-now-con .inner-desc .tabcontent_right .buy-form form .form-group .checkbox span
	{
		
		color: red;
	}
	.report-desc-box .report-desc-box-con .report-right .report-right-con .buy-now .buy-now-con .inner-desc .tabcontent_right .buy-form form .form-group .price
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
	}
	.report-desc-box .report-desc-box-con .report-right .report-right-con .buy-now .buy-now-con .inner-desc .tabcontent_right .buy-form form .form-group .price p
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 5px 16px;
		font-size: 16pt;
		
	}
	.report-desc-box .report-desc-box-con .report-right .report-right-con .buy-now .buy-now-con .inner-desc .tabcontent_right .buy-form form .form-group .price p span
	{
		font-size: 14pt;
		
		padding: 5px 10px;
	}
	.report-desc-box .report-desc-box-con .report-right .report-right-con .buy-now .buy-now-con .inner-desc .tabcontent_right .buy-form form .form-group .price p span.dis
	{
		color: red;
	}
	.report-desc-box .report-desc-box-con .report-right .report-right-con .buy-now .buy-now-con .inner-desc .tabcontent_right .buy-form form .submit
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 10px 0px;
	}
	.report-desc-box .report-desc-box-con .report-right .report-right-con .buy-now .buy-now-con .inner-desc .tabcontent_right .buy-form form .submit button
	{
		position: relative;
		float: left;
		width: 60%;
		box-sizing: border-box;
		padding: 6px 0px;
		border-radius: 50px;
		border:none;
		background:dodgerblue;
		
		color: white;
		font-size: 12pt;
		
		cursor: pointer;
	}
	.report-desc-box .report-desc-box-con .report-right .report-right-con .buy-now .buy-now-con .inner-desc .tabcontent_right .buy-form form .contact
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 10px 0px;
	}
	.report-desc-box .report-desc-box-con .report-right .report-right-con .buy-now .buy-now-con .inner-desc .tabcontent_right .buy-form form .contact p
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 10px 0px;
		font-size: 12pt;
		text-align: center;
		font-family: "Helvetica";
	}

table
{
	position: relative;
	float: left;
	width: 100%;
	border-collapse: collapse;
}
table td
{
	border:1px solid #022728;
	padding: 6px 6px;
}
table tr:first-child { background: #B6DDE8; border-bottom: 3px solid #022728; }
table tr:nth-child(even){background-color: #f5f5f5;}
table.report_table_1
{
	position: relative;
	float: left;
	width: 100%;
	border-collapse: collapse;
}
table.report_table_1 td
{
	border:1px solid #022728!important;
	padding: 10px!important;
}
table.report_table_1 tr:first-child { background: #B6DDE8!important; border-bottom: 3px solid #022728!important; }
table.report_table_1 tr:nth-child(even){background-color: #f5f5f5!important;}
table.report_table_2
{
	position: relative;
	float: left;
	width: 100%;
	border-collapse: collapse;
}
table.report_table_2 td
{
	border:1px solid #45A150!important;
	padding: 10px!important;
}
table.report_table_2 tr:first-child { background: #BBE8C1!important; border-bottom: 3px solid #45A150!important; }
table.report_table_2 tr:nth-child(even){background-color: #BBE8C1!important;}





@media screen and (max-width: 1400px)
{

}

@media screen and (max-width: 1350px)
{

}

@media screen and (max-width: 1300px)
{

}
@media screen and (max-width: 1250px)
{


}
@media screen and (max-width: 1200px)
{


}
@media screen and (max-width: 1150px)
{

  
}
@media screen and (max-width: 1100px)
{

  
}
@media screen and (max-width: 1050px)
{

  
}
@media screen and (max-width: 1000px)
{

  
}
@media screen and (max-width: 900px)
{

  
}
@media screen and (max-width: 800px)
{

  
}
@media screen and (max-width: 768px)
{

	.report-desc-box .report-desc-box-con .report-left
	{
		width: 100%;
	}
	.report-desc-box .report-desc-box-con .report-right
	{
		width: 100%;
	}
  	.report-desc-box .report-desc-box-con .report-right .report-right-con .buy-now
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 0px 0px;
	}
}
.mobileshow
{
	display: none;
}
@media screen and (max-width: 468px)
{

	.rt-title .title .ct-box.req
	{
		width: 100%;
		
	}
	.rt-title .title .ct-box.req a
	{
		float: right;
		margin-top: 10px;
		
	}
	.rt-title .title .ct-box p
	{
		padding: 4px 0px!important;	
	}


	.rt-title .title h1
	{
		font-size: 11pt;
		padding: 6px 5px;
		line-height: 18px;
	}

.mobileshow
{
	display: block;
}


.tablink {
  width: 50%;
  padding: 8px;
  margin-bottom: 10px;
}
.mobilehide
{
	display: none;
}

.report-desc-box
	{
		padding: 0px 8px;
	}

	.rt-title .title .ct-box
	{
		width: 50%;
	}

	.report-desc-box .report-desc-box-con .report-left .report-left-con .rt-tabs .data-tab
	{
		width: 100%;
		padding-right: 0px;
		margin-bottom: 10px;
	}
	.report-desc-box .report-desc-box-con .report-left .report-left-con .rt-tabs .data-tab a
	{
		width: 100%;
	}

}