/* CSS Document */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	html {
        font-size: 80%;
    }
	.navbar-toggle {
		margin-top: 35px;
	}
	.searchBySpecialityDiv {
		width: 65%;
	}
	.doctorsOnBoard {
		width: 70%;
	}
	ul.specialityType {
		text-align: center;
	}
	ul.specialityType li {
		display: inline-block;
	}
	.home h3.gray, .home h3.purple {
		font-size: 22px;
		text-align: center;
	}
	.home h1 {
		font-size: 24px;
		text-align: center;
	}
	.footerwidget li a {
		word-wrap: break-word; 
	}
	.home {
		padding: 50px 0 0 0;
	}
	.searchBySpecialityDiv h3 {
		margin: 50px 0 0 0;
		font-size: 24px;
	}
	span.rollover {
		width: 94%;
	}
	.product-image-overlay img {
		max-height: 50%;
	}
}

@media only screen and (max-width: 479px) {
	html {
        font-size: 65%;
    }
	.navbar-toggle {
		margin-top: 35px;
	}
	.footerwidget li a {
		display: inline-block;
		word-wrap: break-word; 
		word-break: break-all;
	}
	.doctorsOnBoard {
		width: 96%;
	}
	.home h3.gray, .home h3.purple {
		font-size: 18px !important;
		text-align: center;
	}
	.home h1 {
		font-size: 25px;
		text-align: center;
	}
	.home {
		padding: 50px 0 0 0;
	}
	.searchBySpecialityDiv h3 {
		margin: 50px 0 0 0;
		font-size: 20px;
	}
	.searchBySpecialityDiv {
		width: 75%;
	}
	ul.specialityType {
		text-align: center;
	}
	ul.specialityType li {
		display: inline-block;
		width: 160px;
	}
	.border-top {
		width: 50%;
	}
	.doctorsOnBoard p {
		font-size: 12px;
	}
	.home .col-xs-9 {
		width: 90%;
	}
	span.rollover {
		width: 90%;
	}
	.product-image-overlay img {
		max-height: 45%;
	}
}

@media only screen and (max-width: 320px) {

    html {
        font-size: 60.5%;
    }
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: transparent;
		background-color: rgba(255, 255, 255, 0.8);
		margin-top: 11px;
	}
	.home .col-xs-9 {
		width: 95%;
	}
	.searchBySpecialityDiv {
		width: 96%;
	}
	.searchBySpecialityDiv h3 {
		margin: 50px 0 0 0;
		font-size: 20px;
	}
	.ion-image-slider-pad a {
		width: 180px !important;
		height: 180px !important;
	}
	.ion-image-slider-pad a img {
		height: 160px;
	}
	.ion-image-slider-content {
		height: 220px !important;
	}
	
}


/* Portrait tablets and medium desktops */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    body {
        font-size: 15px;
    }
	h2 {
		font-size: 50px;
	}
    .main_menu_bg .navbar-nav>li>a {
		font-size: 16px;
	}

}

/* Portrait tablets and small desktops */
@media only screen and (min-width:768px) and (max-width: 991px) {
    html {
        font-size: 90%;
    }
	.main_menu_bg .navbar-nav>li>a {
		font-size: 14px;
	}
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
		margin-top: 35px;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in{
		display:block !important;
	}
	.home {
		padding: 50px 0 0 0;
	}
	.searchBySpecialityDiv h3 {
		margin: 50px 0 0 0;
	}
	.home h3.gray, .home h3.purple {
		font-size: 22px;
		text-align: center;
	}
	.home h1  {
		font-size: 32px;
		text-align: center;
	}
	span.rollover {
		width: 90%;
	}
	.ion-image-slider-pad a {
		width: 170px !important;
		height: 170px !important;
	}
	.ion-image-slider-pad a img {
		height: 150px;
	}
	.ion-image-slider-content {
		height: 200px !important;
	}
}

@media only screen and (max-width: 767px) {
	ul.specialityType {
		margin: 0;
		padding: 0;
		width: 100%;
		overflow-x: auto;
		white-space: nowrap;
		display: block;
	}
	ul.specialityType li {
		width: 160px;
	}
}