<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.btn {
	color: #fff;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    padding: 12px 20px;
    border-radius: 5px;
	transition: 0.5s;
	margin-top: 10px;
	background: #134E98;
}
.btn-blue {
	background: #007bff;
}
.btn:hover {
	background: #666464;
	color: #fff;
}
.services form label {
	font-weight: 600;
	text-transform: uppercase;
	color: #C34F85;
	margin: 0 0 3px;
}
.bg-gray {
  margin: 30px 10px 10px;
  /*background: #e3e3e3;*/
  padding: 10px 0px 10px 10px;
}
.bg-gray h3 {
    font-family: Heebo;
    font-size: 24px;
    color: #C34F85;
    font-weight: 400;
    line-height: 1.38;
}
.mt-2 {
	margin-top: 20px
}
.wrapper-nav {
	width: 90%;
	display: inline-block;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	padding: 5px;
	height: 50px;
}
.list {
	position: absolute;
	left: 0px;
	top: 0px;
	min-width: 3500px;
	margin-top: 0px;
}
.list li {
	display: table-cell;
	position: relative;
	text-align: center;
	cursor: grab;
	cursor: -webkit-grab;
	color: #efefef;
	vertical-align: middle;
}
.scroller {
	text-align: center;
	cursor: pointer;
	display: inline-block !important;
	padding: 7px;
	padding-top: 13px;
	white-space: no-wrap;
	vertical-align: middle;
	background-color: #fff;
}
section#about {
	margin-bottom: 40px;
}
.not-available {
	background: #f00;
	color: #fff;
	display: block;
	padding: 10px
}
.time {
	background: #e3e3e3;
	padding: 10px;
	text-decoration: none;
	color: #000;
	border: 1px solid #333
}
.hide {
	display: none;
}
p {
	font-weight: bold;
}
h1.doc-name {
	font-size: 30px;
}
h2.doc-qual {
	font-size: 20px;
}
h3.doc-speciality {
	font-size: 16px;
	color: #666;
}
.col-md-3 img {
	width: 100%;
}
.form-control-25 {
	width: 25%;
	display: inline-block;
}
.services form #div1, .services form #div2 {
	margin:15px 0 0;
}
.patient_inform span {
  margin: 0 20px 0 0;
  display: inline-block;
}
.existing .btn {
  margin: 0px 0 0;
}
.otp_modal .modal-body a {
  text-decoration:none;		
}
.otp_modal .modal-body .btn {
  text-align: center;
  margin: 20px auto 0;
  display: block;
}
.thankss {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.thankss .app_id {
  font-size: 27px;
  margin: 50px 0 0;
}
.thankss .app_id strong {
  font-weight: 600;
  font-size: 31px;
  margin: 20px 0 0;
  display: block;
}
.thankss .doc_imag img {
  margin: 40px 0 0;
}
#fetchexitingdata{
margin-top:20px;	
}
@media only screen and (max-width: 767px) {
	.existing .btn {
  margin: 20px 0 0;
}
.doc_dtl {
  text-align: center;
  margin: 20px 0 0;
}
.bg-gray h3 {
  font-size: 18px;
  text-align: center;
}
.form-control-25 {
  width: 75%;
  margin: 4px 10px 4px 0;
}
.services form label {
  font-size: 14px;
}
.thankss .app_id {
  font-size: 21px;
  padding: 0 0 30px;
}
.thankss .app_id strong {
  font-size: 25px;
}
.filtertimeslot input, .filtertimeslot select, .filtertimeslot button {
    margin-top: 10px !important;
}
.apppoint-time{
    font-size: 14px;
    }
}

@media only screen and (max-width: 600px) {
button.doc-btn.btn {
	width: 100%;
}

}
.timebtn{
	background: #C34F85;
    color: #fff;
	border-radius: 5px;
	padding: 5px 10px;
	border:0;
}
.apppoint-time{
    font-size: 16px;
    color: #666;
    font-weight: 600;
}
.appoint-detils{
    color: #000;
    font-weight: 600;
}
.form-control {
    color: #7a7e83 !important;
    border: unset;
    border-bottom: 1px solid #000;
    box-shadow: unset;
	font-size: 14px !important;
}</pre></body></html>