/*html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,500,700,900');

html,
body {
    background-color: #ffffff;
	font-size: 16px;
	line-height: 24px;
    color: #565656;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
	overflow-x: hidden;
}

a, a:hover, a:focus, a:visited {
	text-decoration: none;
	outline: 0;
}

.h1 
{
font-size: 40px;
font-weight: 400;	
}

.h2 
{
font-size: 28px;
}

.h3 
{
font-size: 18px;
font-weight: 300;	
}

.h4
{
font-size: 14px;
}

.p
{
font-size: 13px;	
}


/* navbar section */
.menu-scroll {
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    top: 0; 
	left: 0; 
	right: 0; 
	z-index: 300;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-color: #fff;
	color:#ffd600;
	height:80px;
	
}

.main_menu_bg{
	margin-top:0px;
	background:#fff;
	/*height:80px;*/
}
.main_menu_bg .navbar-default {
    background-color: transparent; 
    border-color: transparent; 
	transition:.6s;
	/*margin-top: 17px;*/
}

.main_menu_bg .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
	color:#58b947;
	background-color:transparent;
}
 
.menu-scroll.main_menu_bg .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
	color:#58b947;
	background-color:transparent;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #58b947;
    background-color: transparent;
}

.main_menu_bg .navbar {
    margin-bottom:0px;
}


.main_menu_bg .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
	border-radius:5px;
	/*font-family: 'big_johnregular';*/
	font-size:18px;
}
.dropdown-menu>li>a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 180px;
    padding:0px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #ff5e3a;
}
/* CSS Document */

.navbar-brand {
	height: auto;
}

.navbar-right {
	/* margin: 30px 0;   /*previously  */
	margin: 0px 0 30px;
}

.home{
    background: url(../images/Banner1.png) no-repeat top center;
    /* overflow: hidden; */
    background-size: cover;
    padding: 105px 0px 0 0;
    color: #fff;
	margin-top: 102px;
}

.home h1 {
	/* color: #262262; */
	font-size: 50px;
}

.gray {
	/* color: #363636; */
}

.purple {
	color: #662c91;
}

.home h3 {
	font-weight: 400;
	font-size: 28px;
	margin: 10px 0 0 0;
}

.margin-top-30 {
	margin-top: 30px !important;
}

.margin-top-50 {
	margin-top: 50px !important;
}

.searchBySpecialityDiv {
	background: #662c91;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	width: 40%;
	margin: 0 auto;
}

.searchBySpecialityDiv h3 {
	color: #fff;
	padding: 15px;
    margin: 200px 0 0 0;
}

a.videoConsult,
a.videoConsult:hover {
	background: #662c91 !important;
	color: #fff !important;
	border-radius: 5px;
}

.specialityTypeDiv {
	background: #662c91;
	padding: 50px 0;;
}

ul.specialityType {
	margin: 0;
	padding: 0;
	width: 100%;
	display: table;
	table-layout: fixed;
}

ul.specialityType li {
	list-style-type: none;
	text-align: center;
	padding: 10px;
	display: table-cell;
}

ul.specialityType li a {
	color: #fff;
}

ul.specialityType li.active {
	background: #58b947;
	border-radius: 5px;
}

ul.specialityType li a p {
	margin: 10px 0 0 0;
}

.carouselDiv,.howWeWorkDiv {
	padding: 30px;
}

.carouselDiv h3, .howWeWorkDiv h3 {
	color: #662c91;
	margin: 10px 0;
}

.carouselDiv p {
	font-size: 18px;
}

.border-top {
	background: #58b947;
	height: 2px;
	width: 85%;
	margin: 0 auto;
}

.howWeWorkDiv {
	background: #f2f2f2;
}

/* footer section */
.footerwidget{
	background:#dadada;
	padding: 0 0 40px 0px;
}

.footerwidget h3 {
	color: #662c91;
	margin: 10px 0;
}

.footerwidget ul {
	margin: 0;
	padding: 0;
}

.footerwidget ul li {
	list-style-type: none;
	padding: 5px 0;
}

.footerwidget li a {
	color: #474647;
}

.footer {
	background: #662c91;
    color: #fff;
	padding: 15px 0;
}

.footer p {
	margin: 0 0 0 0;
}

.doctorsOnBoard {
	background: #662c91;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    width: 60%;
    position: absolute;
    top: 50%;
    /* margin: 0 auto; */
    left:50%;
	transform: translate(-50%, -50%);
}

.doctorsOnBoard p {
	margin: 0 0 0 0;
}

.footerLinks {
	padding: 65px 0 0 0;
}



.scrollup{
	width: 30px;
	height: 30px;
	border-radius: 15px;
	opacity: .3;
	position: fixed;
	bottom: 10px;
	right: 25px;
	color: #fff;
	cursor: pointer;
	background-color: #000;
	z-index: 1000;
	transition: opacity .5s, background-color .5s;
	-moz-transition: opacity .5s, background-color .5s;
	-webkit-transition: opacity .5s, background-color .5s;
}

.scrollup:hover {
	background: #222;
	opacity: 1;
}

.scrollup i {
	font-size: 14px;
	position: absolute;
	opacity: 1;
	color: #fff;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	margin-left: -6px;
	text-decoration: none;

}

span.rollover {
	opacity: 1;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	background:url(../images/mag.png) center center no-repeat #000;
	cursor: pointer;
	height: 97%;
	width: 93%;
	position: absolute;
	z-index: 10;
	opacity: 0;
}

span.rollover:hover {
	opacity: .7;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition: -webkit-transform 1s;
	-webkit-box-shadow: 0px 0px 4px #000;
	-moz-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
}

.product-image-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	z-index: 9999;
	display: none;
}

.product-image-overlay .product-image-overlay-close {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #eee;
	line-height: 35px;
	font-size: 20px;
	color: #eee;
	text-align: center;
	cursor: pointer;
}

.product-image-overlay img {
	/*width: auto;
	max-width: 80%;*/
	max-height: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/************************************************ jssor end **************************************/