.course-list{column-count:2;}
table.responsivetable-1 {border-collapse:separate; border-spacing: 0 1em;}


@media(max-width:575px){
	.pageBanner-inner .carousel-item{height:auto;}
	.course-list{column-count:1;}
}


@media (min-width: 992px)
{
	.cardrow-margin
	{
		margin-top:50px;
	}
}

@media (max-width: 558px)
{
	.cardrow-margin
	{
		margin-top:20px;
	}
}



.testimonial-section__card 
{
    padding: 20px;
	width:90%;
	float:left;
	background: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
    padding: 24px;
    border-radius: 6px;
    margin-bottom: 26px;
	margin-left:5%;
    /* min-height: 250px; */
    border: 1px solid #ccc !important;
}
	.stu-info__pic 
	{
		width: 170px;
		height: 170px;
		border-radius: 15px;
		overflow: hidden;
		margin-right: 20px;
		transition: ease 0.5s;
		border: 1px solid #ddd;
		padding:0px;
		float:left;
	}
		.stu-info__pic img 
		{
			width: 100%;
			height:100%;
			float:left;
		}
	.stu-info__pic-sub
	{
		width: 150px;
		height: 120px;
		border-radius: 15px;
		overflow: hidden;
		margin-right: 20px;
		transition: ease 0.5s;
		border: 1px solid #ddd;
		padding:0px;
		float:left;
	}
		.stu-info__pic-sub img 
		{
			width: 100%;
			height:100%;
			float:left;
		}

	.responsivetable-1
	{
		display: block !important;
   		overflow-x: auto !important;
   		width: 100% !important;
	}
	.responsivetable-1 td
	{
		width: 100%;
		float: left; width: 100%;
	}