	.single_report-box.homepage
	{
		position: relative;
		float: left;
		width: 50%;
		box-sizing: border-box;
		padding: 3px 3px;
	}
	.single_report-box.homepage.md
	{
		width: 50%;
	}
	.single_report-box.homepage .single_report-box-con
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 10px;
	}
	.single_report-box.homepage .single_report-box-con .report-desc
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 0px 0px!important;
	}
	.single_report-box.homepage .single_report-box-con .report-desc .report-desc-con
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 10px 10px;
		border-radius: 0px;
		transition: 0.5s ease;
		border: 0px solid #22005F;
		border-radius: 10px;
		background: #e9e9e9;
		transition: 0.5s ease;
		box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
/*		background: url('../../assets/bgvector/06-01.png');
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: bottom;
*/	}
	.single_report-box.homepage .single_report-box-con .report-desc .report-desc-con:hover
	{
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;		
	}


	.single_report-box.homepage .single_report-box-con .report-desc:hover .report-desc-con
	{
		/*box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);*/
	}

	.single_report-box.homepage .single_report-box-con .report-desc .report-desc-con .title
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 0px 0px;
	}
	.single_report-box.homepage .single_report-box-con .report-desc .report-desc-con .title h2
	{
		position: relative;
		float: left;
		width: auto;
		box-sizing: border-box;
		padding: 2px 0px;
		font-size: 11pt!important;
		font-family: 'Montserrat',sans-serif;
		color: #171e86;
		font-weight: 600;
		padding-bottom: 6px;
		transition: .5s all  ease;
		text-align: justify-all;
		line-height: 24px;

	}
	.single_report-box.homepage .single_report-box-con .report-desc .report-desc-con .title img
	{
    height: auto;
    width: 40px;
    float: left;
    padding:  8px;
    filter: hue-rotate(32deg);
 	}


	.single_report-box.homepage .single_report-box-con .report-desc .report-desc-con .title p.shortdesc
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 10px 0px;
		font-size: 10pt;
		color: #171e86;
		font-family: 'Montserrat',sans-serif;
		line-height: 22px;
		font-weight: normal;
		padding-bottom: 6px;
		transition: .5s all  ease;
		text-align: left;

	}
	.single_report-box.homepage .single_report-box-con .report-desc .report-desc-con .title p.pinfo
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 12px 0px;
		font-size: 10pt;
		color: #171e86;
		font-family: 'Poppins' sans-serif;
		line-height: 20px;
		font-weight: normal;
		padding-bottom: 6px;
		transition: .5s all  ease;
		text-align: left;

	}
	.single_report-box.homepage .single_report-box-con .report-desc .report-desc-con .title p.pinfo a
{
	color: dodgerblue;
	padding: 5px 10px;
	font-weight: bold;
}



	.single_report-box.homepage .single_report-box-con .report-desc .report-desc-con:hover .title h2
	{
		text-decoration: underline;
		transition: .5s all  ease;
		font-weight: bold;
	}
	.single_report-box.homepage .single_report-box-con .report-desc .report-desc-con:hover .title p.shortdesc, p.pinfo
	{
	}
	.single_report-box.homepage .single_report-box-con .report-desc .report-desc-con:hover .title p.pinfo
	{
	}
	.single_report-box.homepage.homepage
	{

	}

	.single_report-box.homepage.homepage .single_report-box-con .report-desc .report-desc-con .price
	{
	}



  .view-all-report
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
  }
  .view-all-report a
  {1
    position: relative;
    float: right;
    width: auto;
    box-sizing: border-box;
    border: 2px solid #ccc;
    padding: 10px 20px;
    border-radius: 5px;
    font-family: 'Montserrat',sans-serif;
    color: gray;
    font-weight: bold;
    transition: 0.5s ease;
    background: white;
  }
  .view-all-report a:hover
  {
    background: #ccc;
    color: white;
  }


	.single_report-box.homepage .single_report-box-con .report-desc .report-desc-con .price
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		bottom: 0px;
	}
	.single_report-box.homepage .single_report-box-con .price .link
	{
		position: relative;
		float: right;
		width: auto;
		box-sizing: border-box;
		padding: 10px 0px;
	}
	.single_report-box.homepage .single_report-box-con .price .link a
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 6px 30px;
		text-align: center;
		font-size: 10pt!important;
		font-weight: 600;
		letter-spacing: 0.8px;
		background: none;
		color: #171e86;
		border: 2px solid #171e86;
		border-radius: 50px;
		font-family: 'Montserrat',sans-serif;

	}
	.single_report-box.homepage .single_report-box-con .price .link.buy
	{
		display: none;
	}

	.single_report-box.homepage .single_report-box-con .price .link a.buy
	{
		color: white;
		background: #333;
		border-radius: 2px;
		float: right;
		border:1px solid #333;
	}
	.single_report-box.homepage .single_report-box-con .price .link a.buy:hover
	{
		
	}
	.single_report-box.homepage .single_report-box-con .price .link a:hover
	{
		
	}

	.single_report-box.homepage .single_report-box-con .report-desc .report-desc-con .rid-dtl
	{
		position: relative;
		float: left;
		width: 30%;
		box-sizing: border-box;
		padding: 30px 0px;
	}
	.single_report-box.homepage .single_report-box-con .report-desc .report-desc-con .rid-dtl .rdtl
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 2px;
	}
	.single_report-box.homepage .single_report-box-con .report-desc .report-desc-con .rid-dtl .rdtl.price
	{
		width: 100%;
	}
	.single_report-box.homepage .single_report-box-con .report-desc .report-desc-con .rid-dtl .rdtl.price span
	{
		width: 50%;
		padding: 0px 0px;
		font-size: 16pt;
		font-weight: bold;
		color: black;
		text-align: center;
		font-family: 'Montserrat',sans-serif;
	}
	.single_report-box.homepage .single_report-box-con .report-desc .report-desc-con .rid-dtl .rdtl.price p
	{
		width: 50%;
		font-size: 16pt;
		font-weight: bold;
		color: #9e9e9e;
		text-align: center;
	}
	.single_report-box.homepage .single_report-box-con .report-desc .report-desc-con .rid-dtl .rdtl.pages
	{
		width: 50%;
		display: none;
	}
	.single_report-box.homepage .single_report-box-con .report-desc .report-desc-con .rid-dtl .rdtl.date
	{
		width: 50%;
		display: none;
	}

	.single_report-box.homepage .single_report-box-con .report-desc .report-desc-con .rid-dtl .rdtl span
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		font-size: 11pt;
		color: black;
		font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Poppins, Oxygen-Sans, Ubuntu, Cantarell, "Montserrat", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	}
	.single_report-box.homepage .single_report-box-con .report-desc .report-desc-con .rid-dtl .rdtl p
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		font-size: 10pt;
		color: gray;
		font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Poppins, Oxygen-Sans, Ubuntu, Cantarell, "Montserrat", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	}


@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)
{

  





}
@media screen and (max-width: 468px)
{





	.single_report-box.homepage
	{
		width: 100%;
	}
	.single_report-box.homepage.md
	{
		width: 100%;
	}


	.single_report-box.homepage .single_report-box-con .report-desc .report-desc-con .title h2
	{
		padding: 2px 0px;
		font-size: 10.5pt;
		padding-bottom: 6px;

	}

.single_report-box.homepage .single_report-box-con .report-desc .report-desc-con .title p.shortdesc
{
	font-size: 9.5pt;
}


	.single_report-box.homepage .single_report-box-con .price .link
	{
		width: 50%;
		padding: 6px 6px;
		padding-right: 6px;
	}
	.single_report-box.homepage .single_report-box-con .price .link a
	{
		padding: 6px 10px;
	}

.vi-repo a
{
	width: 100%!important;
}

}