 
/*  ============================================================================
    # Media Queries
    ========================================================================= */

@media only screen and (min-width: 960px) and (max-width: 1279px) {



}

@media only screen and (max-width: 959px) {


}

@media only screen and (min-width: 768px) and (max-width: 959px) {

 .notshow{
		display: none !important;
	}
	.brdrlft{
	border-left: #eaeaea 0px solid !important;
}
     .profilelist td {
  color: #000;
  font-weight:normal;
  line-height:19px;
  font-size:17px;
  text-align:center;
	 display: table-cell;
    padding: 2%;
	 width:33% !important;
	 float: left !important;
}
}

@media only screen and (max-width: 767px) {
	.block1 {
   width:100% !important;
		padding: 10px 0px !important;
	}
	.block2 {
   width:100% !important;
	}
	
	.welcomerhs {
    width:100% !important;
	}
	.welcomelhs {
    width:100% !important;
	}

  #department-wrapper h4 {
    font-size: 25px !important;
	}
		#menu-wrapper	{
		border-top: #eaeaea 0px solid !important;

	}
      .bottomfoot li {
    padding: 0px 0px 10px 0px !important;
    width: 100% !important;
	}
	    .bottomfoot li:last-child {
    padding: 0px 0px 0px 0px !important;
	}
	.notshow{
		display: none !important;
	}
	.brdrlft{
	border-left: #eaeaea 0px solid !important;
}
	#logo {
    float: left;
    width: 100% !important;
	}
	#logo img {
    float: left;
    width: 70% !important;
	}
	.toplinks{
	float: right;
	padding: 0px 20px 0px 5px !important;
	}
	.contactLHS {
    width: 100% !important;
	}
	.contactRHS {
    width: 100% !important;
	}
	.innerboxlhs{
	width: 100% !important;
}
.innerboxrhs{
	width: 100% !important;
	}
	.doctorsbox{
	width: 46% !important;
	}
	.glrybox{
width: 46% !important;
	}
	.colum-one-fourth {
    width: 50% !important;
	}
	.column-three-fourth {
    width: 50% !important;
	}
	.column-three-fourth2 {
    width: 50% !important;
	}
	     .profilelist td {
  color: #000;
  font-weight:normal;
  line-height:19px;
  font-size:17px;
  text-align:center;
	 display: table-cell;
    padding: 2%;
	 width:33% !important;
	 float: left !important;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

    
}

@media only screen and (max-width: 479px) {

  .imgstylelft2{
	width: 100% !important;
	}
		.colum-one-fourth {
    width: 100% !important;
	}
	.column-three-fourth {
    width: 100% !important;
		padding-right: 0px !important;
	}
	.column-three-fourth2 {
    width: 100% !important;
		padding-right: 0px !important;
	}
	 .profilelist td {
	 display: block !important;
	}
	 .profilelist td img{
	 width: 60% !important;
	}
		 .profilelist th img{
	 width: 60% !important;
	}
	
}
