/* Variables */
body.single-doctor .entry-content .kt-row-column-wrap {
  padding-top: var(--global-kb-row-default-top, var(--global-kb-spacing-sm, 1.5rem));
  padding-bottom: var(--global-kb-row-default-bottom, var(--global-kb-spacing-sm, 1.5rem));
  grid-template-columns: repeat(2, minmax(0, 1fr)); }
  @media (max-width: 767px) {
    body.single-doctor .entry-content .kt-row-column-wrap {
      grid-template-columns: minmax(0, 1fr); } }
body.single-doctor .doctor-nav {
  margin-top: -30px;
  position: relative; }
  body.single-doctor .doctor-nav a[rel="prev"] {
    border: none;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    text-transform: none;
    float: left; }
    body.single-doctor .doctor-nav a[rel="prev"]:before {
      content: "\f177";
      display: inline-block;
      font-family: 'Font Awesome 5 Pro';
      font-size: 22px;
      font-weight: 200;
      line-height: 30px;
      padding-bottom: 2px;
      padding-right: 8px;
      position: static;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      transform: translateX(0px);
      transition: transform 0.2s, color 0.2s;
      vertical-align: middle; }
    body.single-doctor .doctor-nav a[rel="prev"]:hover:before, body.single-doctor .doctor-nav a[rel="prev"]:focus:before {
      transform: translateX(-5px); }
  body.single-doctor .doctor-nav a[rel="next"] {
    background-color: transparent;
    border: none;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    text-transform: none;
    float: right; }
    body.single-doctor .doctor-nav a[rel="next"]:after {
      content: "\f178";
      display: inline-block;
      font-family: 'Font Awesome 5 Pro';
      font-size: 22px;
      font-weight: 200;
      line-height: 30px;
      padding-bottom: 2px;
      padding-left: 8px;
      position: static;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      transform: translateX(0px);
      transition: transform 0.2s, color 0.2s;
      vertical-align: middle; }
    body.single-doctor .doctor-nav a[rel="next"]:hover:after, body.single-doctor .doctor-nav a[rel="next"]:focus:after {
      transform: translateX(5px); }
body.single-doctor .allied {
  border-top: solid 1px #ddd;
  margin-top: 40px; }
body.single-doctor .locations,
body.single-doctor .languages {
  border-top: solid 1px #ddd;
  margin-top: 40px;
  padding-top: 40px; }
  body.single-doctor .locations h2,
  body.single-doctor .languages h2 {
    float: left;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 15px;
    margin-right: 20px;
    margin-top: 0; }
  body.single-doctor .locations a,
  body.single-doctor .languages a {
    margin-bottom: 10px; }

/*# sourceMappingURL=doctor.css.map */
