body{
	display: inline;
	font-family: 'roboto', sans-serif;
	font-size: 18px;
}
body .page-content p{
	text-align:justify;
}
.cunsult-doctor {
	background-color: #73b504;
	padding: 5px 0;
	margin: 15px 0;
}

.cunsult-doctor .form-group{
	margin-bottom: 2px;
}
.cunsult-doctor h3{
	margin: 0px;
}
.cunsult-doctor button{
	padding:5px 0;
	background-color: #fe7f00;
	color: #fff;
    border: none;
}
.cunsult-doctor button:hover{
	background-color: #73b504;
}
.headerCallUs, .headerBook, .whatsappCall {
    border-top: 2px solid #73b504;
    border-left: 2px solid #73b504;
    border-right: 2px solid #73b504;
}
.modal-content{
	margin-top: 150px;
	border: 5px solid #73b504;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #73b504;
}
.dropdown ul{
	margin-top: -10px;
	border-left: 2px solid #73b504;
	border-bottom: 2px solid #73b504;
	border-right: 2px solid #73b504;
	
}
.dropdown ul li a{
	padding: 10px;
}
.dropdown ul li a:hover{
	background-color: #73b504;
	color: #fff;
}
.affix {
      top: 0;
      width: 100%;
      z-index: 9999 !important;
  }

.affix + .container-fluid {
      padding-top: 70px;
  }
  
.page-content{
	border-left: 2px groove lightgray;
	border-right: 2px groove lightgray;
	padding: 10px;
}
.appointment-form{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.appointment-form-head{
	background-color: #73b504; 
	padding: 10px 0; 
	margin-bottom: 20px;
	color: #fff;
}

.testimonials{
	margin-top: 20px;
	border: 1px solid gray;
	border-radius: 5px;
	padding: 24px;
}

.footer-col-content ul li{
	text-decoration: none;
}
	ul{
		display:inline;
	}
	.top-footer ul li{
		color:white;
font-size: 14px;		
	}
	.top-footer ul li span{
		color: #fe7f00;
	}
	.top-footer ul li a{
		text-decoration: none;
		color: white;
	}
	.top-footer ul li a:hover{
		color: #fe7f00;
	}
img.aligncenter{
	width: 50%;
	border: 2px solid maroon;
	float: right;
	margin: 5px;
}
.page-content ul li{
	margin-left: 15px;
}
table.after-hair-tb {
	font-size: 12px;
}
table.after-hair-tb tr td{
	padding: 0 5px;
	border: 1px solid gray;
}
table.after-hair-tb tr th{
	border: 2px solid gray;
}
.blue-cr{
	background-color: lightblue;
}
.blue-cr:first-child{
	background-color: #73b504;
	padding: 5px;
}
.top-banner img {
    width: 100%;
    height: 350px;
}
@media (max-width: 768px){
	.top-banner img {
    width: 100%;
    height: 160px;
}
}