﻿@charset "UTF-8";
/* CSS Document */



/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {

	.msg-txt {
		-webkit-line-clamp: revert;
		display: block;
		
	}
	.course__plan {
		zoom:50%;
	}
	.pplProfileGrid tr {
		width:inherit;
	}
	.accred>a {
		min-height:168px !important;
	}
	.small-Icons>a{
		width: 16.66666667%;
	}
	.owl-stage-outer {
	    width: 380px;
	}
	.dpt-tab1, .dpt-tab1:active, .dpt-tab1:visited {
		min-height: inherit!important;
		max-height:none!important;
	}
	.ppl-mini-info {
		display:grid;
	}
	.pplProfileGrid tr {
	    margin-left: 15px;
	    margin-right: 15px;
	}
	.carousel-item img {
	    width: 100%;
	}
	.dean-pic img {
	    width:50%;
	}

	






}