@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@500;800;900&amp;family=Roboto:ital,wght@0,300;0,400;0,500;1,700&amp;display=swap');

body, html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #23232b;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}

a {
  text-decoration: none !important;
  transition: all 200ms linear;
}

a:hover, a:active, a:focus {
  transition: all 200ms linear;
}


.font-Roboto-Slab {
  font-family: 'Roboto Slab', serif
}

.offset-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.color-white {
  color: #ffffff;
}

.color-blue {
  color: #6a4ed3;
}

.line-height-1-5 {
  line-height: 1.5em !important;
}

.img {
  border-radius: 11px;
}

.img-border {
  border: 10px solid #fff;
}

/**/
.header {
  padding: 9px 0px;
  color: green;background-color: #fcffd1;
}

.header h1 {
  font-size: 45px !important;
}

.header b {
  color: sienna;
}

.doctor-header {
  border-radius: 11px;
  background-color: #fbedda;
}

.doctor-header h1 {
  font-size: 34px;
}

.doctor-header img {
  border-radius: 11px;
}

.doctor-header hr {
  width: 45px;
  background-color: #000;
  float: left;
  display: block;
}

.doctor-prem-says {
  border-radius: 11px;
  padding: 25px;
  font-size: 20px;
  text-align: justify;
}

/** faq* */
.panel-heading {
  background-color: #f7fdd8;
  padding: 7px 7px 3px 16px;
  border-radius: 7px 7px 0px 0px;
}

.panel-title span {
  font-size: 18px;
  color: #34910f !important;
  cursor: pointer;
}

.panel-body {
  padding: 7px 7px 3px 16px;
  border: 1px solid #f7fdd8;
  border-radius: 0px 0px 7px 7px;
  margin-bottom: 11px;
}

/* order form timer https://codepen.io/yaphi1/pen/KpbRZL */
#clockdiv { 
  font-size: 54px;
  font-weight: 700;
  color: red;
}
/** comments **/
.facebook-comments {
  color: #1d2129;
  font-size: 14px;
  line-height: 1.358;
  display: none;
}

.facebook-comments.loaded {
  display: block;
}

.facebook-comments a[href] {
  color: #365899;
  text-decoration: none;
  border: none;
}

.facebook-comments a:hover {
  text-decoration: underline;
  color: #365899;
}

.facebook-comments a:visited {
  color: #365899;
}

.facebook-comments__title {
  border-bottom: 1px solid #e9ebee;
  line-height: 25px;
  padding: 8px 0;
  font-weight: 700;
  font-size: 20px;
}

.facebook-comments__item {
  margin-top: 24px;
}

.facebook-comments__item:after {
  content: '';
  display: table;
  clear: both;
}

.facebook-comments__item-avatar {
  width: 100px;
  float: left;
  display: block;
  text-decoration: none;
}

.facebook-comments__item-avatar img {
  display: block;
  max-width: 100%;
}

.facebook-comments__item-body {
  margin-left: 120px;
}

.facebook-comments__item-name {
  font-weight: 700;
}

.facebook-comments__item-name a {
  color: inherit;
  text-decoration: none;
}

.facebook-comments__item-text {
  margin-top: 4px;
}

.facebook-comments__item-meta {
  font-size: 12px;
  color: #b2b2b4;
  margin-top: 8px;
}

.cmnt-box {
  float: left;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background: #f1f1f1;
  padding: 18px 10px 18px 86px;
  margin: 10px 0;
}

.cmnt-box input[type="text"] {
  box-sizing: border-box;
  width: 100%;
  height: 55px;
  border: 1px solid #cdd3df;
  padding: 0 10px;
}

.cmnt-box input[type="text"]:focus::-webkit-input-placeholder {
  color: transparent;
}

.cmnt-box input[type="text"]:focus:-moz-placeholder {
  color: transparent;
}


/** spin **/
#bodyWrapper {
  max-width: 1000px;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
}

#mainWrapper {
  width: 100%;
  height: auto;
}

#wrapper {
  max-width: 1000px;
  margin: 0px auto;
}

#content {
  padding: 0px;
  text-align: left;
  width: 100%;
}

#content .padWrap {
  padding: 15px;
}

#content img {
  max-width: 100%;
  display: block;
  margin: 20px auto;
}

#content p {
  font-size: 18px;
  line-height: 29px;
}

.randdate{
  display: inline-block;
  color: #a3b0b9;
  font-weight: normal;
  font-size: 13px; 
}


@media (max-width:767px) {
  h1 {
    font-size: 30px;
  }

  .doctor-header h1 {
    font-size: 24px !important;
  }

  .doctor-header h4 {
    font-size: 18px;
  }

  .doctor-header img {
    border-radius: 0px 0px 11px 11px;
  }

}






