﻿@media (max-width:767px) {



.navigation {
	width: 100%;
	float: right;
	margin-top: 0px;
	background-color: rgba(180, 187, 195, 0.5);
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	padding: 5px 5px 5px 5px;
}
.navigation ul li {
	display: block;
	margin-left: 0px;
	padding-top: 0px;
	width: 100%;
	float: left;
}
.navigation ul li a {
	font-size: 20px;
	color: #fff;
	float: left;
	font-family: 'lucida_faxdemibold', Verdana, Geneva, sans-serif;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px;
	width: 100%;
}
.navigation p {
	float: left;
	color: #fff;
	text-align: center;
	display: block;
	margin-top: 10px;
	margin-bottom: 0px;
	padding:5px 0px;
	font-size:15px;
	font-family: 'lucida_faxdemibold', Verdana, Geneva, sans-serif;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left !important;
	min-width: 160px;
	padding: 5px 5px !important;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: rgba(0,0,0,0.7) !important;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
	-webkit-border-radius: 10px 10px 10px 10px !important;
	border-radius: 10px 10px 10px 10px !important;
}
.dropdown-menu > li {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.dropdown-menu > li > a {
	font-size: 13px !important;
	font-family: Verdana, Geneva, sans-serif !important;
	text-align: left !important;
}
.dropdown-menu > li > a:hover {
	opacity: 0.5 !important;
	background: none !important;
	color: #fff !important;
}
#sub-nav ul li:first-child {
	margin-left: 19px;
}
.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 0px !important;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: #fff !important;
	background-image: none;
	border: 1px solid transparent;
	border-radius:0 !important;
}
.navbar-toggle:hover {
	background-color: #fff !important;
}
.navbar-default .navbar-toggle {
	border-color: transparent !important;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #015595 !important;
}
.heading {
	width: 100%;
	float: left;
	margin-top: 0px;
}
.heading h1 {
	text-align: center;
	color: #fff;
	font-family: 'lucida_faxdemibold', Verdana, Geneva, sans-serif;
	font-size: 45px;
	background: url(../images/h1-heading.png) top left repeat-x;
	display: block;
	padding-top: 50px;
	line-height: 50px;
}
.heading h1 span {
	font-size: 28px;
	display: block;
	line-height: 40px;
}
.heading h1 span.small {
	font-size: 20px;
	display: block;
	color: #fff;
}
.heading h1 a {
	width: 250px;
	height: 70px;
	text-align: center;
	background-color: #015595;
	color: #fff;
	font-size: 28px;
	font-family: 'lucida_faxdemibold', Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	margin-top: 10px;
	display: inline-block;
	margin-bottom: 10px;
	padding-top: 10px;
}
.welcome {
	width: 100%;
	float: left;
	text-align: center;
}
.welcome h2 {
	font-size: 32px;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	font-family: 'lucida_faxdemibold', Verdana, Geneva, sans-serif;
	line-height: 30px;
}
.welcome h2 span {
	color: #787878;
	font-size: 14px;
	display: block;
}
.highlight {
	width: 100%;
	float: left;
	margin-top: 15px;
}
.highlight p {
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 19px;
	color: #828282;
	text-align: left;
	display: block;
	clear: both;
	padding-left: 0px;
	margin:10px 0px;
}
.highlight p.associat {
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 19px;
	color: #727272;
	text-transform: uppercase;
	padding: 15px 0px 0 0px;
	display: block;
	text-align: left;
	margin-top:30px;
}
.highlight p.associat img{clear:both;}
.placement ul {
	margin: 15px 0 0 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}
.map b {
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	text-align: center;
	float: right;
	padding: 5px 0px;
}
/* About Us =============== */

.highlight h3.about:before {
	content: "A";
	width: 60px;
	height: 60px;
	display: block;
	float: left;
	background-color: #015595;
	border-color: #80aaca;
	border-style: solid;
	border-width: 4px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	padding-top: 15px;
	margin-right: 30px;
	margin-top: -20px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.highlight h3.about:hover:before {
	content: "About Us";
	background-color: #fff;
	border-color: #80aaca transparent #80aaca transparent;
	text-align: center;
	color: #015595;
	border-radius: 0;
	width: 100%;
}
.highlight ul {
	margin: 10px 0 0 0px;
	padding: 0px 0 0 0px;
	list-style: none;
	clear: both;
}
.highlight h5 {
	color: #000;
	font-family: "lucida_faxdemibold", Verdana, Geneva, sans-serif;
	font-size: 16px;
	margin-top: 20px;
	text-transform: uppercase;
	margin-left: 0px;
}



.hyglyt h3.about:before {
	content: "A";
	width: 60px;
	height: 60px;
	display: block;
	float: left;
	background-color: #58068c;
	border-color: #58068c;
	border-style: solid;
	border-width: 4px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	padding-top: 15px;
	margin-right: 30px;
	margin-top: -20px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.hyglyt h3.about:hover:before {
	content: "About Us";
	background-color: #fff;
	border-color: #58068c transparent #58068c transparent;
	text-align: center;
	color: #58068c;
	border-radius: 0;
	width: 100%;
}
/* Contact Us =========== */
.club ul li label {
	text-align: center;
}
.club ul li p {
	text-align: center;
}
/* Admission-Procedure ============= */
.seral {
	margin: 10px 0px;
	text-align: center;
}
.seral > p.color_01 {
	text-align: center;
}
.seral > p {
	text-align: center;
}
.club h4 {
	text-align: left;
	font-size: 14px;
	text-transform: uppercase;
	color: #015595;
	padding: 10px 5px;
	font-family: "lucida_faxdemibold", Verdana, Geneva, sans-serif;
	margin: 5px 0px;
	line-height:25px;
}


.applid_club h4{

	color: #B7333E;
	
}

  
 .dental_club h4 {
     color:#7abf0a;
    }

    .nursing_club h4{
       color:#58068c;
       text-align:center;
    }

   .nursing_club h5{
        color:#58068c;
          font-family:"lucida_faxdemibold", Verdana, Geneva, sans-serif;
        font-size:20px;
     
    }

    .aln-cntr h4 {
        color:#58068c;
    }

    .tab_faculty {
        width:100%;
    }

        .tab_faculty tr td {
            font-size:12px;
        }

        .tab_faculty tr th {
            font-size:13px;
        }

    .tab_faculty_dental {
        overflow:scroll;
       
    }

        .tab_faculty_dental th {
            font-size:13px;
        }

        .tab_faculty_dental td {
            font-size:12px;
        }

   
      
}
@media (min-width:768px) and (max-width:1139px) {
.navigation ul li a {
	font-size: 12px;
	color: #fff;
	float: left;
	font-family: 'lucida_faxdemibold', Verdana, Geneva, sans-serif;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px;
}
.navigation {
	width: 100%;
	float: right;
	margin-top: 30px;
	background-color: rgba(180,187,195,0.50);
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	padding: 15px 0px 15px 0px;
}
.navigation ul li {
	display: block;
	margin-left: 10px;
}
.first ul li a {
	padding: 12px 10px 12px 10px;
	font-size: 13px;
}
#sub-nav ul li a {
	font-size: 12px;
	color: #fff;
	float: left;
	font-family: 'lucida_faxdemibold', Verdana, Geneva, sans-serif;
	text-align: center;
	text-decoration: none;
	padding: 5px 0px;
}
#sub-nav ul li {
	float: left;
	margin-left: 5px;
	display: block;
}
.highlight h3.about:before {
	content: "A";
	width: 60px;
	height: 60px;
	display: block;
	float: left;
	border-style: solid;
	border-width: 4px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	padding-top: 15px;
	margin-right: 30px;
	margin-top: -20px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.highlight h3.about:hover:before {
	content: "About Us";
	border-radius: 0;
	width: 25%;
}
.penal_adv{padding:5px 0px;}
}
#dd
{
	background:#8ADA09; color:#fff;
}#dd1
{
	background:#8C04E3; color:#fff;
}
