@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');
* {
	font-family: 'Lato', sans-serif;
}
html {
	scroll-behavior: smooth;
}
img.lgo {
    width: 14em;
    padding: 6px;
    margin: 5px 0px 0px 20px;
}
.logo-iso {
	width: 7em;
    padding: 13px 14px 14px 14px;
}
.logo-nabh {
	width: 7em;
	padding: 13px 17px 17px 17px;
}
.mail-heading {
	padding: 10px;
	margin: 16px;
}
.mail-heading-anchor1 {
	font-size: 19px;
	color: #fff;
	margin-right: 8px;
}
.mail-heading-anchor2 {
	font-size: 19px;
	color: #fff;
	margin-left: 8px;
}
nav.navbar {
	background-color: #e6d3d3;
    height: 90px;
}
.panel-default {
    border-color: #f4f4f4;
}
.block-container{
    width:100%;
	max-width: 680px;
    margin: 0 auto;
}
.doctor-selected {
    height: 150px;
    width: auto;
}
.doctor-choosen {
    margin-top: 0;
    font-size: 21px;
    font-weight: bold;
}
.doctor-name {
    font-size: 18px;
    color: #005897;
    margin-top: 15px;
}
.checkbox label, .radio label{color: #666;}
.radio input[type=radio]{
    margin-left: -24px;
    margin-top: 6px;
    width: 16px;
    height: 15px;
}
.doctor-designation {
    font-size: 18px;
    color: #666;
}
.form-customize{
	width:100%;
}
.label-controls .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
	font-size:15px;
}
.new-form-control {
	height:40px;
    border-bottom: 1px solid #ccc;
    border-radius:0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    border-right: none;
    border-left: none;
    border-top: none;
}
.new-form-control:focus {
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;

}
.online-consult-button {
    padding: 4px 60px;
    background-color: #ffab51;
    border-radius: 2px !important;
    color: #fff !important;
    font-size: 16px;
    line-height: 30px;
    background-image: linear-gradient(#ffab51,#f0872a) !important;
}
.red{color:#F00;}
.no-padding{padding:0;}
.form-group {
    margin-bottom: 28px;
}

 @media only screen and (max-width:767px) {
 nav.navbar {
    background-color: #005897;
    height: auto;
}
.navbar-header {
    margin-left: 0px !important;
}
.block-container{
	width: auto;
    margin: 0 auto;
}

/*doctor block specific - first page*/
.doctor-choosen {
    margin-top: 8px;
    font-size: 20px;
}
.doctor-name {
    font-size: 17px;
    margin-top: 15px;
}
.doctor-designation {
    font-size: 16px;
}
.mail-heading-anchor1 {
	font-size: 16px;
	color: #fff;
	margin-right: 6px;
}
.mail-heading-anchor2 {
	font-size: 16px;
	color: #fff;
	margin-left: 6px;
}	
img.lgo {
    padding: 4px;
    margin: 14px 0px 0px 0px;
    width: 185px;
}
.main-logo {
	text-align: center;
	padding:0;
}
.mail-heading {
	padding: 1px;
	margin: 2px;
}
.radio label{display: block;}
.form-group {
    margin-bottom: 18px !important;
}
.panel-doctor-pif {
    background: #f9f9f9;
}
.feedbackBlock .panel.panel-default{
    background: #f9f9f9;
}
}


.summary-doctor-choosen {
    margin-top: 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.summary-doctor-name {
    font-size: 16px;
    color: #005897;
    margin-top: 10px;
    text-align: center;
}
.summary-doctor-designation {
    font-size: 15px;
    color: #666;
    text-align: center;
}

.online-consult-button {
    padding: 4px 60px;
    border-radius: 2px !important;
    color: #fff !important;
    font-size: 16px;
    line-height: 30px;
	background-color: #ff0e0e !important;
    background-image: linear-gradient(#ff1818,#c00000) !important;
}
.summary
{
    color: #666;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px; text-align:center;
}
.summary-table{
    margin-top:25px;
}
.table-label{
    color: #a2a2a2;
    font-size: 16px;text-align:left;
}
.table-label-value{
    font-size:16px;
	text-align:left;
}
.red{color:#F00;}
.no-padding{padding:0;}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: none;
}
.country-width{width: 25%;}
.countryvalue-width{width: 35%;}
.state-width{width: 15%;}
.summary-button{
    margin-bottom: 35px;
    margin-top: 15px;
}
.table-responsive{border:none;}
    
 @media only screen and (max-width:767px) {
 nav.navbar {
    background-color: #005897;
    height: auto;
}
.navbar-header {
    margin-left: 0px !important;
}
.block-container{
    width: auto;
    margin: 0 auto;
}
.mail-heading-anchor1 {
    font-size: 16px;
    color: #fff;
    margin-right: 6px;
}
.mail-heading-anchor2 {
    font-size: 16px;
    color: #fff;
    margin-left: 6px;
}   
img.lgo {
    padding: 4px;
    margin: 14px 0px 0px 0px;
    width: 185px;
}
.main-logo {
    text-align: center;
    padding:0;
}
.mail-heading {
    padding: 1px;
    margin: 2px;
}
.no-padding-mobile{padding:0;}
.table-responsive{border:none;}
}


.imp-points{ padding:10px;}




.btn-phone{
   border: none;
   padding: 8px 8px;
   color: #fff;
   background-image: linear-gradient(#0e7fd0,#005897);
   line-height: 25px;
   font-size: 16px;
   width:55%;
   }
   .btn-hospital{
   border: none;
   padding: 8px 8px;
   color: #fff;
   background-image: linear-gradient(#ffa25e,#ee5b02);
   line-height: 25px;
   font-size: 16px;
   width:55%;
   }
   .btn-phone:hover, .btn-phone:active, .btn-phone:visited, .btn-phone:focus {background-color:#0e7fd0; text-decoration:underline; border:1px dotted #ccc;}
   .btn-hospital:hover, .btn-hospital:active, .btn-hospital:visited, .btn-hospital:focus {background-color:#ee5b02; text-decoration:underline; border:1px dotted #ccc;}
   .onphonebutton{
   text-align:right;}
   .athospitalbutton{
   text-align:left;}
   .doctor-choosen-pif{font-size:14px; margin: 2px;}
   .doctor-name-pif{font-size:14px; margin:2px;}
   .doctor-designation-pif{font-size:14px; margin: 2px;}
   .doctor-selected {
   height: 85px;
   width: auto;
   }
   .panel-default-pif{border: none;box-shadow: none;}
   .panel-doctor-pif{padding:8px;} 
   .modeofconsultation{font-size:20px; font-weight:bold; color:black; margin-bottom:20px; margin-top:6px; text-align:center;}
   @media only screen and (max-width:767px) {
   .modeofconsultation{text-align:left;}
   .onphonebutton{
   text-align:center;}
   .athospitalbutton{
   text-align:center;}
   .btn-phone{
   width:100%;
   }
   .btn-hospital{
   width:100%;
   } 
   .doctor-selected {
   height: 60px;
   width: auto;
   }
   } 
   .underline
   {
    text-decoration: underline;
    font-weight: bold;
   }

   .checkbox label, .radio label
   {
    min-height: 25px;
   }





/* related to dropdown*/

 
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}