.main-menu .nav{
   float: right;
   margin-top: 11px;
   }
.header .nav li .dropdown li a{
   font-size: 12px;
   padding: 6px 15px;
}
.about-content {
   max-width: 1200px;
   padding-top: 0px;
   padding-bottom: 60px;
   padding-left: 96px;
   }
.breadcrumbs {
   background-image: url(../img/bread-bg.jpg);
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   position: relative;
   padding: 50px 0px;
   }
.doctorslist-tab {width: 100%;}
.doctorslist-tab .card {margin-bottom: 5px;}
.doctorslist-tab .card .card-body .table {margin-bottom: 0px;}
.doctorslist-tab .card .card-body .table tbody {border: solid 1px #e9ecef;}
.doctorslist-tab .card .card-body .table td, .doctorslist-tab .card .card-body .table th {padding: 8px 12px;}

label{color: #272525;}

/**/
.hospital-list-sec{
   width: 100%;
   display: table;
   margin-top: 20px;
   }
.hospital-list-sec .list-box{
   width: 100%;
   height: 152px;
   display: table;
   text-align: center;
   margin-bottom: 28px;
   border-radius: 4px;
   border: solid 1px #dadada;
   }
.hospital-list-sec .list-box img{
   max-width: 100%;
   margin: 0 auto;
   }

/**/
.header .topbar{padding: 6px 0px;}
.header .logo{
   height: 100px;
   padding: 6px 0px 4px 0px;
   }
.header .logo img{
   max-width: 100%;
   max-height: 100%;
   }

/**/
.videomodal-iframe{
   border: none;
   /*width: 500px;*/
   height: 500px;
   }

.videomodal .modal-content{
   border: none;
   background: none;
   }
.videomodal .modal-header{
   border: none;
   padding: 0px;
   }
.videomodal .close {
   float: right;
   color: #fff;
   font-size: 30px;
   font-weight: 100;
   line-height: 1;
   text-shadow: none;
   opacity: 1;
   border: none;
   outline: none;
   }






@media (min-width: 992px){
.modal-lg {
   max-width: 1000px;
   }
}

@media (max-width: 768px){
	.header .logo{height: 70px;}
	.header .logo img{max-height: 100%; max-width: 100%;}
	}
	
	
	
	