/*----------------about-us.html----------------------*/

.doctors-single {
  margin-bottom: 60px;
}
.doctors-single h1.entry-title {
  font-size: 30px;
  line-height: 36px;
}
.doctors-single .entry-meta {
  background-color: #fff;
  margin-bottom: 40px;
}
.doctors-single .entry-meta figure {
  margin: 0;
  margin-bottom: 25px;
}
.doctors-single .entry-meta h5 {
  margin: 0 25px 10px 25px;
}
.doctors-single .entry-meta div.doctor-departments {
  margin: 0 25px 30px;
}
.doctors-single .doc-schedule {
  background-color: #f8fbfc;
  padding: 30px 25px 10px;
  border-top: 1px solid #eff2f3;
}
.doctors-single .doc-schedule p {
  margin-bottom: 25px;
  color: #3a3c41;
  display: block;
}
/*.doctors-single .doc-schedule p strong {*/
/*  margin-right: 5%;*/
/*  color: #3a3c41;*/
/*  min-width: 25%;*/
/*  display: inline-block;*/
/*}*/
.doctors-single .doc-schedule p span {
  overflow: hidden;
  width: 70%;
}
.doctors-single .social-icon {
  border-top: 1px solid #eff2f3;
  padding: 20px 0;
  margin: 0;
  background-color: #f8fbfc;
}
.doctors-single .social-icon .doc-social-nav {
  margin: 0 25px;
  text-align: left;
}
.doctors-single .side-content {
  border-bottom: 1px solid #dcdee4;
}
.doctors-single .side-content h3 {
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 30px;
}
.doctors-single .side-content h3 span {
  font-size: 24px;
}
/*.doctors-single .side-content strong {*/
/*  font-size: 14px;*/
/*  font-weight: 700;*/
/*  margin-right: 15px;*/
/*  display: inline-block;*/
/*  float: left;*/
/*  line-height: 24px;*/
/*}*/
/*.doctors-single .side-content .content strong {*/
/*  width: 13%;*/
/*}*/
.doctors-single .side-content .content p {
  width: 85%;
  float: right;
}
.doctors-single .top-area {
  border-bottom: 2px solid #dcdee4;
  margin-bottom: 25px;
}

figure{
  display: block;
}

figure {
  margin: 0;
}

.swipebox img {
  max-width: 100%;
  height: auto;
}

.doctors-single h5,
.doctors-single h6
{
  display: block;
  /*font-size: 0.83em;*/
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  /*font-weight: bold;*/
}

/*.entry-content ol,*/
.entry-content ul {
  /*list-style: disc;*/
  /*padding-left: 25px;*/
  margin-bottom: 25px;
}

.teacher-area {
  background-color: #f0f5f7
}


/*-------------------------quiz.html----------------------------------*/
/*------------------------------------------------------*/
/* Services page Styles
/*------------------------------------------------------*/
.services-page {
  padding: 40px 0 80px;
}
/* For one column services page */
.one-col-service {
  background-color: #fff;
  margin-bottom: 40px;
}
.one-col-service figure {
  margin: 0 auto 0 -15px;
}
/* For two columns services page */
.two-col-service {
  background-color: #fff;
  margin-bottom: 30px;
}
.two-col-service .contents {
  padding: 25px 25px 25px;
}
.two-col-service .contents h3 {
  margin: 0 0 25px;
}
/* For three columns services page */
.three-col-service {
  background-color: #fff;
  margin-bottom: 30px;
}
.three-col-service .contents {
  padding: 20px;
}
.three-col-service .contents h4 {
  margin: 0 0 20px;
}
.three-col-service .contents p {
  margin: 0 0 20px;
}
/* For four columns services page */
.four-col-service {
  background-color: #fff;
  margin-bottom: 30px;
}
.four-col-service .contents {
  padding: 20px;
}
.four-col-service .contents h4 {
  font-size: 16px;
  margin: 0;
  text-align: center;
  font-weight: 600;
}

article.hentry {
  line-height: 24px;
  font-size: 14px;
}
article.hentry p {
  margin-bottom: 25px;
}
article.hentry h1.entry-title {
  margin: 0 0 20px 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

.services-page figure img {
  width: 100%;
}


.read-more {
  font-size: 14px;
  font-weight: 700;
  background-color: #67c9e0;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 1px;
}
.read-more:hover {
  color: #fff;
  background-color: #f15b5a;
  text-decoration: none;
}
.read-more.black {
  background-color: #3a3c41;
}
.read-more.black:hover {
  background-color: #f15b5a;
}
.read-more.red {
  background-color: #f15b5a;
}
.read-more.red:hover {
  background-color: #e15251;
}
.read-more.orange {
  background-color: #ffa13c;
}
.read-more.orange:hover {
  background-color: #e19132;
}
.read-more.yellow {
  background-color: #ffd543;
}
.read-more.yellow:hover {
  background-color: #e1b63f;
}
.read-more.green {
  background-color: #6dc068;
}
.read-more.green:hover {
  background-color: #65b760;
}

.course-area {
  background-color: #f0f5f7
}