/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {}


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.widget {
		margin-bottom: 0px;
	}

	.menuzord-brand {
		margin: 4px 10px 0 0;
	}

	.mt-40 {
		margin-top: 5px !important;
	}

	.widget h5 {
		margin-left: 15px;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.list-inline {
		text-align: center;
	}

	.row.logo-nav {
		display: block;

	}

	.paytm {
		display: grid;
	}

	.paytm-a {
		text-align: center;
		margin-bottom: 0px;
	}

	.widget .btn-lg {
		/*margin-left: 14%;*/
	}

	section>.container,
	section>.container-fluid {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	h2,
	.h2 {
		font-size: 20px;
	}

	.pb-sm-70 {
		padding-bottom: 10px !important
	}

	.card p {
		text-align: justify;
	}

	.footer .widget ul li {
		font-size: 15px;
		font-weight: 600;
	}

	.text-right {
		text-align: center;
	}

	.pt-sm-80 {
		padding-top: 20px !important;
	}

	.facilities {
		height: auto;
	}

	.facilities img {
		margin-top: 10px;
	}

	.student {
		padding: 0px 25px;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 360px) {}

/* Custom, iPhone Retina */
@media only screen and (max-width : 319px) {}