@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Asap&display=swap');
.about-doctor-container{

	position:relative;
width:100%;top:120px;

margin:10px 0 10px 0;
}
.about-doctor-container img{float:right;width:320px; height:auto;margin-top:28px;}

hr.new1 {
	height:1px;
	border-width:0;color:#8E8E8E;
	background-color:#8E8E8E;
width:100%;opacity:.5;
position:absolute;}

hr.new2 {height:1px;
	border-width:0;color:#8E8E8E;
	background-color:#8E8E8E;
	width:82%;opacity:.5;
position:absolute;top:83px;
left:7.9%;z-index:-1;
}
hr.new3 {height:2px;
	border-width:0;color:#939393;
	background-color:#C05A15;;
	width:13%;
position:absolute;
left:4%;
}


.about-doctor{
	position:absolute;
	font-size: calc(22px + .3968vw);
	color:black;font-family: 'Asap', sans-serif;
	margin-left:4%;}
.about-doctor-content{margin-left:4%;
	line-height: calc(18px + .6588vw);
	font-family: 'Asap', sans-serif;
	text-align:justify;
font-size:calc(14px + .3068vw);
		color:#514C4D;
	width:75%;
}

.know-more-button {
  background-color: #D96500; /* Green */
  border: none;
  color: white;
  padding: 13px 13px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: calc(12px + .2928vw);
  margin: 4px 2px;
  cursor: pointer;
  border-radius:5px;
	margin-left:4%;
	margin-top:4%;
	
	
}
.know-more-button a{
text-decoration:none;
color: white;
cursor:pointer;}

@media only screen and (max-width: 1200px) {
	.about-doctor-container img{float:none;margin:2px 0 5px 35%;width:260px;height:auto;}
	
	.about-doctor-content{
		width:90%;
		margin:3px 5% 0 5%;}
	.know-more-button{padding:12px;margin-top:45px;}
}
	
@media screen and (max-width: 550px) {
	.about-doctor-container img{right:60px !important;}}

