body{
	background: #e9e9e9;
    font-size: 14px;
}
.nav-tabs li{
	font-size: 16px;
}
h2{font-size: 25px;}
.img-container{
  position: relative;
  text-align: center;
  color: white;
}
/* Centered text */
.centered {
background: #023f44;
padding: 2px 10px;
}
.logo img{
max-height: 60px;
}
.navmenumain{
	background: #023f44;/*green #472615 textbrown*/
}
.navbar{
padding:0;
}
.nav-link.active{
	background: #574831; /*brown #8c623a*/
}

#speciality .container{
	background: #574831;
	padding: 0;
}
.nav-tabs .nav-link.active{
	color: #fff;
    background-color: #023f44;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .nav-link{
	color: #fff;
	background: #023f44;
    margin: 6px;
}
.docx{
	background: #023f44; 
	padding-top: 20px; 
	padding-bottom: 20px;
}
.thumbnail img{
	border: 5px solid #574831;
	border-radius: 50%;
	max-height: 200px;
}
.thumbnail{
	padding-bottom: 20px;
}
.thumbnail img:hover{
	transform: scale(1.1,1.1);
	transition: all 300ms;
}
.patient-service{
	background: url(../img/patient.jpg) center center no-repeat;
	background-size: cover; 
	padding: 2px 20px;
}
.tt-logo{
	width: 150px;
}
.patient-service-detail .container{
	background: #fff;
	padding:20px;
}
.patient-service-detail h4{
	color:#0b4c52;
}
.cat-section{
	padding: 20px;
}
.about-apollo{
	background: #ffd8b9;
	padding: 20px;
}
.readmore{
	color:#fff;
	border:none;
	outline: none!important;
}
.btn:focus {outline:0!important;
box-shadow: none!important;}
.readmore button:active{outline: 0!important;}
/*Media Query*/
@media(min-width:992px){
	body{
		font-size: 1rem;
	}
	.section-title{
		font-size: 3.5rem;
	}
	.patient-service-detail .container{
	margin-top: -50px;
}
	.patient-service{
		padding: 100px 0px;
	}
	.centered{
		padding: 10px 30px 60px;
	}
.centered h2{
font-size: 45px;
}
	#speciality .container{
	position: relative;
	margin-top: -50px;
	margin-bottom: -50px;
		z-index: 11;
}
.px-100{
	padding-left: 100px;
	padding-right: 100px;
}
.tt-logo{
	width: auto;
}
}
@media(min-width: 768px){
	#about{
		padding-bottom:180px; 
	}
}
/*Media Query 996*/
.call-section{
	height: 100%;
	display: flex;
	align-items: center;
	align-content: center;
	vertical-align: middle;
float: right;
}
.contact-form .col-md-10{
  background: #023f44 !important;
  padding-top: 5px;
  border-radius: 25px;
}
.contact-form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-form h3{
    font-size: 20px;
    font-weight: 500;
}
form ul li>input[type="file"] {
    border: none;
    cursor: pointer;
    width: 180px;
    height: 34px;
    overflow: hidden;
    display: none;
}
form ul li label {
    display: inline-block;
    text-align: right;
    padding: 5px 15px;
    background: #85acaf ;
    color: #000;
    border-radius: 20px;
    text-align: center;
}
.button-w{
	width: 250px;
}
.fa-phone {
    background: #00a1f0;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 25px;
    height: 25px;
       padding-left: 5px;
}
.fa-whatsapp {
    background: #37b34a;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 25px;
    height: 25px;

}
.fa {
    line-height: 25px!important;
    font-size: 14px;
}
.fab {
    line-height: 25px!important;
    font-size: 30px;
}
.scroll-top {
  z-index: 999999;
      width: 50px;
    height: 50px;
    position: fixed;
    bottom: 53px;
    border-radius: 50%;
    right: 20px;
  display: none;
}
.scroll-top i {
  display: inline-block;
  color: #fff;
}
#pilltab .nav-link{
	color: #fff;
	    color: #fff;
    background: #574831;
    margin: 6px;
}
#pilltab .nav-link.active{
border:2px solid #fff;
color: #fff;
background: #574831;
}
.justifiedlist{
  list-style: disc inside;
}
  .navvdox{
   display: flex;
  flex-direction: column;
  justify-content: center;
  
}
  @media (max-width: 768px) {
.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: auto;
    width: 100%;}
 
}