:root {
  --primary-color: rgb(29, 135, 103);
  --secondary-color: rgb(24, 155, 111);
  --primary-text-color: rgb(255, 255, 255);
  --primary-button-color: rgb(0, 115, 76);
  /* --primary-button-color: rgb(225, 25, 49); */
  /* --primary-color: #cc263d; */
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: 100% inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

p {
  text-align: justify;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  line-height: 1;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a {
  background-color: transparent;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-family: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}

::-webkit-file-upload-button {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-family: inherit;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  height: 1px;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 5px;
  left: 5px;
  display: block;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  clip: auto !important;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}

.alignleft {
  float: left;
  display: inline;
  margin: 0 1.5em 1.5em 0;
}

.alignright {
  float: right;
  display: inline;
  margin: 0 0 1.5em 1.5em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

@media (max-width: 767px) {
  .text-right {
    text-align: left;
  }
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-accent-color {
  color: var(--primary-text-color);
}

.text-accent-color-2 {
  color: var(--primary-color);
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.row:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.fixed:after {
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  content: " ";
  clear: both;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

html {
  font-size: 10px;
}

body {
  color: #777;
  background-color: #fff;
  font: 400 15px/28px "Lato", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1a171c;
  font-family: "Poppins", sans-serif;
  word-break: break-all;
}

@media (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    word-break: initial;
  }
}

h1 {
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 45px;
  font-weight: 600;
  line-height: 48px;
}

h2 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
}

h3 {
  margin-top: 9px;
  margin-bottom: 9px;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
}

h5 {
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

h6 {
  margin-top: 4px;
  margin-bottom: 28px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

p {
  margin-bottom: 28px;
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

small {
  font-size: 90%;
}

big {
  font-size: 125%;
}

sub {
  vertical-align: sub;
  font-size: 75%;
}

sup {
  vertical-align: super;
  font-size: 75%;
}

abbr[title] {
  border-bottom: 1px dotted #777;
  cursor: help;
}

address {
  display: block;
  margin-bottom: 28px;
}

q {
  color: #1a171c;
  quotes: "\201C""\201D""\201C""\201D";
  font: italic 400 18px/30px "Georgia", "Lato", sans-serif;
}

q:before {
  content: open-quote;
}

q:after {
  content: close-quote;
}

blockquote {
  overflow: hidden;
  margin-bottom: 28px;
  color: #1a171c;
  quotes: "" "" "" "";
  font: italic 400 18px/30px "Georgia", "Lato", sans-serif;
}

blockquote:before {
  content: open-quote;
}

blockquote:after {
  content: close-quote;
}

blockquote > :last-child {
  margin-bottom: 0;
}

blockquote cite {
  display: block;
  margin-top: 14px;
  font: 400 15px/28px "Lato", sans-serif;
}

kbd,
tt,
var,
samp,
code,
pre {
  font-family: monospace;
}

pre {
  display: block;
  overflow-x: auto;
  margin-bottom: 28px;
  white-space: pre-wrap;
  background-color: #f9f9fa;
  padding: 14px;
}

mark,
ins {
  text-decoration: none;
}

s,
del {
  text-decoration: line-through;
}

fieldset {
  display: block;
}

label {
  display: block;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 42px;
  padding: 6px 14px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  margin-bottom: 28px;
  background-color: #fff;
  color: #777;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
  border-color: #949eb2;
  outline: none;
}

input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="month"]:disabled,
input[type="week"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="color"]:disabled,
textarea:disabled {
  cursor: not-allowed;
  background-color: #f9f9fa;
}

input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="date"]:invalid,
input[type="datetime"]:invalid,
input[type="datetime-local"]:invalid,
input[type="month"]:invalid,
input[type="week"]:invalid,
input[type="email"]:invalid,
input[type="number"]:invalid,
input[type="search"]:invalid,
input[type="tel"]:invalid,
input[type="time"]:invalid,
input[type="url"]:invalid,
input[type="color"]:invalid,
textarea:invalid {
  border-color: #f1b7be;
}

input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea {
  cursor: not-allowed;
  background-color: #f9f9fa;
}

textarea[rows] {
  height: auto;
}

textarea {
  max-width: 100%;
}

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 42px;
  padding: 6px 14px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  margin-bottom: 28px;
  background-color: #fff;
  color: #777;
}

select[multiple] {
  height: auto;
  padding: 14px;
  line-height: 28px;
}

select:disabled {
  cursor: not-allowed;
}

select:focus {
  border-color: #949eb2;
}

input[type="range"] {
  width: 50%;
}

input[type="file"] {
  font-size: 15px;
  height: auto;
  width: 100%;
  margin-bottom: 28px;
}

input[type="checkbox"],
input[type="radio"] {
  margin-bottom: 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-right: 14px;
  margin-bottom: 14px;
  vertical-align: baseline;
}

input[type="reset"],
input[type="submit"],
input[type="button"] {
  position: relative;
  background-clip: padding-box;
  display: inline-block;
  min-width: 110px;
  padding: 6px 24px;
  border: 1px solid var(--primary-button-color);
  border-radius: 21px;
  margin-bottom: 28px;
  background-color: var(--primary-button-color);
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  background-color: #fff;
  color: var(--primary-color);
}

input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active {
  border-color: #1a171c;
  background-color: #1a171c;
  color: #fff;
}

::-webkit-input-placeholder {
  color: #abaab2;
}

:-moz-placeholder {
  color: #abaab2;
}

::-moz-placeholder {
  color: #abaab2;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #abaab2;
}

hr {
  height: 1px;
  border: 0;
  margin: 28px 0;
  background-color: #e1e1e1;
}

ul,
ol {
  margin-bottom: 28px;
  list-style-position: inside;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 28px;
}

ul {
  list-style-type: disc;
}

ul.square,
ul.square ul {
  list-style-type: square;
}

ol {
  list-style-type: decimal;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 28px;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle;
}

table,
th,
td {
  border: 1px solid #e1e1e1;
}

table {
  width: 100%;
  border-width: 1px 0 0 1px;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 28px;
  table-layout: fixed;
}

caption,
th,
td {
  font-weight: 400;
  text-align: left;
}

caption {
  margin-bottom: 28px;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 14px;
  margin-bottom: 0.93333333em;
}

a {
  color: #364d7c;
  text-decoration: none;
  outline: 0;
}

a:focus {
  color: var(--primary-button-color);
}

a:hover {
  color: var(--primary-button-color);
}

a:active {
  color: #1a171c;
}

a.btn {
  position: relative;
  background-clip: padding-box;
  display: inline-block;
  min-width: 110px;
  padding: 6px 24px;
  border: 1px solid var(--primary-button-color);
  border-radius: 21px;
  margin-bottom: 28px;
  background-color: var(--primary-button-color);
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

a.btn:focus,
a.btn:hover {
  border-color: var(--primary-button-color);
  background-color: #fff;
  color: var(--primary-button-color);
}

a.btn:active {
  border-color: #1a171c;
  background-color: #1a171c;
  color: #fff;
}

a.btn.btn-small {
  padding: 2px 14px;
  border-radius: 18px;
}

a.btn.btn-large {
  padding: 9px 28px;
  border-radius: 24px;
}

.social-links {
  margin-bottom: 28px;
}

.social-links:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

a.social-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  margin-right: 7px;
  margin-bottom: 7px;
  text-align: center;
}

a.social-icon:last-child {
  margin-right: 0;
}

a.social-icon i {
  font-size: 15px;
  line-height: 32px;
}

a.social-icon:hover,
a.social-icon:focus {
  color: #fff;
  background-color: var(--primary-button-color);
  border-color: var(--primary-button-color);
}

a.social-icon:active {
  color: #fff;
  background-color: #1a171c;
  border-color: #1a171c;
}

.modaloverlay {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  -webkit-transition: opacity 400ms ease-in 0;
  -o-transition: opacity 400ms ease-in 0;
  transition: opacity 400ms ease-in 0;
}

.modaloverlay:target {
  display: block;
  opacity: 1;
  z-index: 99999;
}

.modaloverlay .modal {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 50%;
  width: 50%;
  margin: 0 auto;
  padding: 56px;
  background-color: #fff;
  text-align: center;
  overflow-y: auto;
}

.modaloverlay .modal .close {
  position: absolute;
  right: 28px;
  top: 14px;
  z-index: 1;
  border-radius: 50%;
  font-size: 24px;
}

.icon-box {
  position: relative;
  margin-bottom: 56px;
}

.icon-box h6 {
  margin-bottom: 0;
}

.icon-box > i {
  display: block;
  float: left;
  font-size: 42px;
  line-height: 42px;
  color: var(--primary-color);
}

.icon-box > img {
  display: block;
  float: left;
  width: 2.8em;
}

.icon-box .icon-box-content {
  margin-left: 64px;
}

.open-hours,
.open-hours p {
  text-align: center;
}

.open-hours h4 {
  position: relative;
  padding: 42px 0;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 28px;
}

.open-hours h6 {
  margin-bottom: 0;
}

.open-hours p strong {
  color: #1a171c;
}

.accordion {
  margin-bottom: 28px;
}

.accordion-item {
  position: relative;
  display: block;
  padding: 14px 42px;
  background-color: #f9f9fa;
}

.accordion-item:not(:first-child) {
  margin-top: 14px;
}

.accordion-item:after {
  float: right;
  content: "\f107";
  font-family: "FontAwesome";
}

.accordion-item.active:after {
  content: "\f106";
}

.accordion-item.active span:after {
  position: absolute;
  bottom: -1px;
  left: 42px;
  width: 84px;
  border-bottom: 1px solid var(--primary-button-color);
  content: " ";
}

.accordion-item-content {
  display: none;
  padding: 28px 42px;
  border-top: 1px solid #e1e1e1;
  background-color: #f9f9fa;
}

.accordion-item-content:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

.accordion-item-content :last-child {
  margin-bottom: 0;
}

.doctor-profile {
  margin-bottom: 56px;
  text-align: center;
}

.doctor-profile-summary {
  position: relative;
  margin-bottom: 56px;
}

.doctor-profile-summary p:last-of-type {
  margin-bottom: 0;
}

.doctor-profile-summary-details {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: none;
  overflow: auto;
  padding: 56px 28px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.doctor-profile-summary-details.shown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.doctor-profile-summary-details-trigger {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: -28px;
  min-width: 28px;
  min-height: 28px;
  padding: 14px;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: var(--primary-color);
}

.doctor-profile-summary-details-trigger,
.doctor-profile-summary-details-trigger i {
  color: #fff;
}

.doctor-profile-summary-details-trigger:hover {
  background-color: var(--primary-button-color);
  color: #fff;
}

.doctor-profile-summary-details-trigger.doctor-profile-summary-details-shown {
  background-color: #364d7c;
  color: #fff;
}

.doctor-profile h6 {
  margin-bottom: 0;
}

.doctor-profile .social-links {
  margin-bottom: 28px;
}

.doctor-profile a.social-icon {
  display: block;
  width: 25%;
  float: left;
  border: none;
  border-radius: 0;
  margin: 0;
  text-align: center;
  background-color: #1a171c;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.doctor-profile a.social-icon.facebook-icon {
  border: 1px solid #0e59a0;
}

.doctor-profile a.social-icon.twitter-icon {
  border: 1px solid #0ea4ff;
}

.doctor-profile a.social-icon.dribble-icon {
  border: 1px solid #ea73a0;
}

.doctor-profile a.social-icon.pinterest-icon {
  border: 1px solid #d73532;
}

.doctor-profile a.social-icon.googleplus-icon {
  border: 1px solid #e04006;
}

.doctor-profile a.social-icon.google-plus-icon {
  border: 1px solid #e04006;
}

.doctor-profile a.social-icon.tumblr-icon {
  border: 1px solid #586980;
}

.doctor-profile a.social-icon.instagram-icon {
  border: 1px solid #82685a;
}

.doctor-profile a.social-icon.rss-icon {
  border: 1px solid #f79638;
}

.doctor-profile a.social-icon.linkedin-icon {
  border: 1px solid #018faf;
}

.doctor-profile a.social-icon.skype-icon {
  border: 1px solid #00b0f6;
}

.doctor-profile a.social-icon.flickr-icon {
  border: 1px solid #0061db;
}

.doctor-profile a.social-icon.vimeo-icon {
  border: 1px solid #63879c;
}

.doctor-profile a.social-icon.github-icon {
  border: 1px solid #3b3b3b;
}

.doctor-profile a.social-icon.youtube-icon {
  border: 1px solid #cc181e;
}

.doctor-profile a.social-icon.windows-icon {
  border: 1px solid #6dc2e9;
}

.doctor-profile a.social-icon.dropbox-icon {
  border: 1px solid #007ee5;
}

.doctor-profile a.social-icon.xing-icon {
  border: 1px solid #026566;
}

.doctor-profile a.social-icon.adn-icon {
  border: 1px solid #1ea076;
}

.doctor-profile a.social-icon.android-icon {
  border: 1px solid #98cb02;
}

.doctor-profile a.social-icon.apple-icon {
  border: 1px solid #000;
}

.doctor-profile a.social-icon.behance-icon {
  border: 1px solid #2d9ad2;
}

.doctor-profile a.social-icon.bitbucket-icon {
  border: 1px solid #214f81;
}

.doctor-profile a.social-icon.bitcoin-icon {
  border: 1px solid #f7931b;
}

.doctor-profile a.social-icon.codepan-icon {
  border: 1px solid #000;
}

.doctor-profile a.social-icon.css3-icon {
  border: 1px solid #3289ce;
}

.doctor-profile a.social-icon.delicious-icon {
  border: 1px solid #3399fe;
}

.doctor-profile a.social-icon.deviantart-icon {
  border: 1px solid #c8da30;
}

.doctor-profile a.social-icon.digg-icon {
  border: 1px solid #0080c2;
}

.doctor-profile a.social-icon.drupal-icon {
  border: 1px solid #0077b9;
}

.doctor-profile a.social-icon.empire-icon {
  border: 1px solid #000;
}

.doctor-profile a.social-icon.foursquare-icon {
  border: 1px solid #daecb0;
}

.doctor-profile a.social-icon.git-icon {
  border: 1px solid #f34f29;
}

.doctor-profile a.social-icon.gitti-icon {
  border: 1px solid #634c3e;
}

.doctor-profile a.social-icon.hacker-news-icon {
  border: 1px solid #f18642;
}

.doctor-profile a.social-icon.html5-icon {
  border: 1px solid #e54c1f;
}

.doctor-profile a.social-icon.joomla-icon {
  border: 1px solid #016fb9;
}

.doctor-profile a.social-icon.jsfiddle-icon {
  border: 1px solid #4679a4;
}

.doctor-profile a.social-icon.linux-icon {
  border: 1px solid #fece0e;
}

.doctor-profile a.social-icon.maxcdn-icon {
  border: 1px solid #f36f20;
}

.doctor-profile a.social-icon.openid-icon {
  border: 1px solid #fe6101;
}

.doctor-profile a.social-icon.pagelines-icon {
  border: 1px solid #3783e3;
}

.doctor-profile a.social-icon.pied-piper-icon {
  border: 1px solid #0c7b48;
}

.doctor-profile a.social-icon.qq-icon {
  border: 1px solid #23286c;
}

.doctor-profile a.social-icon.rebel-icon {
  border: 1px solid #000;
}

.doctor-profile a.social-icon.reddit-icon {
  border: 1px solid #cee3f8;
}

.doctor-profile a.social-icon.renren-icon {
  border: 1px solid #0d81e4;
}

.doctor-profile a.social-icon.share-icon {
  border: 1px solid #252525;
}

.doctor-profile a.social-icon.slack-icon {
  border: 1px solid #453744;
}

.doctor-profile a.social-icon.soundcloud-icon {
  border: 1px solid #fe4e00;
}

.doctor-profile a.social-icon.spotify-icon {
  border: 1px solid #80bb41;
}

.doctor-profile a.social-icon.stack-exchange-icon {
  border: 1px solid #265a93;
}

.doctor-profile a.social-icon.stackoverflow-icon {
  border: 1px solid #fea501;
}

.doctor-profile a.social-icon.steam-icon {
  border: 1px solid #191919;
}

.doctor-profile a.social-icon.stumbleupon-icon {
  border: 1px solid #f04f23;
}

.doctor-profile a.social-icon.tencent-weibo-icon {
  border: 1px solid #0063a7;
}

.doctor-profile a.social-icon.trello-icon {
  border: 1px solid #226784;
}

.doctor-profile a.social-icon.vine-icon {
  border: 1px solid #00b081;
}

.doctor-profile a.social-icon.vk-icon {
  border: 1px solid #50769d;
}

.doctor-profile a.social-icon.wechat-icon {
  border: 1px solid #a4dc31;
}

.doctor-profile a.social-icon.weibo-icon {
  border: 1px solid #d82828;
}

.doctor-profile a.social-icon.wordpress-icon {
  border: 1px solid #454442;
}

.doctor-profile a.social-icon.yahoo-icon {
  border: 1px solid #4b04a8;
}

.doctor-profile a.social-icon.facebook-icon {
  background-color: #0e59a0;
}

.doctor-profile a.social-icon.twitter-icon {
  background-color: #0ea4ff;
}

.doctor-profile a.social-icon.dribble-icon {
  background-color: #ea73a0;
}

.doctor-profile a.social-icon.pinterest-icon {
  background-color: #d73532;
}

.doctor-profile a.social-icon.googleplus-icon {
  background-color: #e04006;
}

.doctor-profile a.social-icon.google-plus-icon {
  background-color: #e04006;
}

.doctor-profile a.social-icon.tumblr-icon {
  background-color: #586980;
}

.doctor-profile a.social-icon.instagram-icon {
  background-color: #82685a;
}

.doctor-profile a.social-icon.rss-icon {
  background-color: #f79638;
}

.doctor-profile a.social-icon.linkedin-icon {
  background-color: #018faf;
}

.doctor-profile a.social-icon.skype-icon {
  background-color: #00b0f6;
}

.doctor-profile a.social-icon.flickr-icon {
  background-color: #0061db;
}

.doctor-profile a.social-icon.vimeo-icon {
  background-color: #63879c;
}

.doctor-profile a.social-icon.github-icon {
  background-color: #3b3b3b;
}

.doctor-profile a.social-icon.youtube-icon {
  background-color: #cc181e;
}

.doctor-profile a.social-icon.windows-icon {
  background-color: #6dc2e9;
}

.doctor-profile a.social-icon.dropbox-icon {
  background-color: #007ee5;
}

.doctor-profile a.social-icon.xing-icon {
  background-color: #026566;
}

.doctor-profile a.social-icon.adn-icon {
  background-color: #1ea076;
}

.doctor-profile a.social-icon.android-icon {
  background-color: #98cb02;
}

.doctor-profile a.social-icon.apple-icon {
  background-color: #000;
}

.doctor-profile a.social-icon.behance-icon {
  background-color: #2d9ad2;
}

.doctor-profile a.social-icon.bitbucket-icon {
  background-color: #214f81;
}

.doctor-profile a.social-icon.bitcoin-icon {
  background-color: #f7931b;
}

.doctor-profile a.social-icon.codepan-icon {
  background-color: #000;
}

.doctor-profile a.social-icon.css3-icon {
  background-color: #3289ce;
}

.doctor-profile a.social-icon.delicious-icon {
  background-color: #3399fe;
}

.doctor-profile a.social-icon.deviantart-icon {
  background-color: #c8da30;
}

.doctor-profile a.social-icon.digg-icon {
  background-color: #0080c2;
}

.doctor-profile a.social-icon.drupal-icon {
  background-color: #0077b9;
}

.doctor-profile a.social-icon.empire-icon {
  background-color: #000;
}

.doctor-profile a.social-icon.foursquare-icon {
  background-color: #daecb0;
}

.doctor-profile a.social-icon.git-icon {
  background-color: #f34f29;
}

.doctor-profile a.social-icon.gitti-icon {
  background-color: #634c3e;
}

.doctor-profile a.social-icon.hacker-news-icon {
  background-color: #f18642;
}

.doctor-profile a.social-icon.html5-icon {
  background-color: #e54c1f;
}

.doctor-profile a.social-icon.joomla-icon {
  background-color: #016fb9;
}

.doctor-profile a.social-icon.jsfiddle-icon {
  background-color: #4679a4;
}

.doctor-profile a.social-icon.linux-icon {
  background-color: #fece0e;
}

.doctor-profile a.social-icon.maxcdn-icon {
  background-color: #f36f20;
}

.doctor-profile a.social-icon.openid-icon {
  background-color: #fe6101;
}

.doctor-profile a.social-icon.pagelines-icon {
  background-color: #3783e3;
}

.doctor-profile a.social-icon.pied-piper-icon {
  background-color: #0c7b48;
}

.doctor-profile a.social-icon.qq-icon {
  background-color: #23286c;
}

.doctor-profile a.social-icon.rebel-icon {
  background-color: #000;
}

.doctor-profile a.social-icon.reddit-icon {
  background-color: #cee3f8;
}

.doctor-profile a.social-icon.renren-icon {
  background-color: #0d81e4;
}

.doctor-profile a.social-icon.share-icon {
  background-color: #252525;
}

.doctor-profile a.social-icon.slack-icon {
  background-color: #453744;
}

.doctor-profile a.social-icon.soundcloud-icon {
  background-color: #fe4e00;
}

.doctor-profile a.social-icon.spotify-icon {
  background-color: #80bb41;
}

.doctor-profile a.social-icon.stack-exchange-icon {
  background-color: #265a93;
}

.doctor-profile a.social-icon.stackoverflow-icon {
  background-color: #fea501;
}

.doctor-profile a.social-icon.steam-icon {
  background-color: #191919;
}

.doctor-profile a.social-icon.stumbleupon-icon {
  background-color: #f04f23;
}

.doctor-profile a.social-icon.tencent-weibo-icon {
  background-color: #0063a7;
}

.doctor-profile a.social-icon.trello-icon {
  background-color: #226784;
}

.doctor-profile a.social-icon.vine-icon {
  background-color: #00b081;
}

.doctor-profile a.social-icon.vk-icon {
  background-color: #50769d;
}

.doctor-profile a.social-icon.wechat-icon {
  background-color: #a4dc31;
}

.doctor-profile a.social-icon.weibo-icon {
  background-color: #d82828;
}

.doctor-profile a.social-icon.wordpress-icon {
  background-color: #454442;
}

.doctor-profile a.social-icon.yahoo-icon {
  background-color: #4b04a8;
}

.doctor-profile a.social-icon:hover {
  background-color: #fff;
}

.doctor-profile a.social-icon.facebook-icon:hover {
  color: #0e59a0;
}

.doctor-profile a.social-icon.twitter-icon:hover {
  color: #0ea4ff;
}

.doctor-profile a.social-icon.dribble-icon:hover {
  color: #ea73a0;
}

.doctor-profile a.social-icon.pinterest-icon:hover {
  color: #d73532;
}

.doctor-profile a.social-icon.googleplus-icon:hover {
  color: #e04006;
}

.doctor-profile a.social-icon.google-plus-icon:hover {
  color: #e04006;
}

.doctor-profile a.social-icon.tumblr-icon:hover {
  color: #586980;
}

.doctor-profile a.social-icon.instagram-icon:hover {
  color: #82685a;
}

.doctor-profile a.social-icon.rss-icon:hover {
  color: #f79638;
}

.doctor-profile a.social-icon.linkedin-icon:hover {
  color: #018faf;
}

.doctor-profile a.social-icon.skype-icon:hover {
  color: #00b0f6;
}

.doctor-profile a.social-icon.flickr-icon:hover {
  color: #0061db;
}

.doctor-profile a.social-icon.vimeo-icon:hover {
  color: #63879c;
}

.doctor-profile a.social-icon.github-icon:hover {
  color: #3b3b3b;
}

.doctor-profile a.social-icon.youtube-icon:hover {
  color: #cc181e;
}

.doctor-profile a.social-icon.windows-icon:hover {
  color: #6dc2e9;
}

.doctor-profile a.social-icon.dropbox-icon:hover {
  color: #007ee5;
}

.doctor-profile a.social-icon.xing-icon:hover {
  color: #026566;
}

.doctor-profile a.social-icon.adn-icon:hover {
  color: #1ea076;
}

.doctor-profile a.social-icon.android-icon:hover {
  color: #98cb02;
}

.doctor-profile a.social-icon.apple-icon:hover {
  color: #000;
}

.doctor-profile a.social-icon.behance-icon:hover {
  color: #2d9ad2;
}

.doctor-profile a.social-icon.bitbucket-icon:hover {
  color: #214f81;
}

.doctor-profile a.social-icon.bitcoin-icon:hover {
  color: #f7931b;
}

.doctor-profile a.social-icon.codepan-icon:hover {
  color: #000;
}

.doctor-profile a.social-icon.css3-icon:hover {
  color: #3289ce;
}

.doctor-profile a.social-icon.delicious-icon:hover {
  color: #3399fe;
}

.doctor-profile a.social-icon.deviantart-icon:hover {
  color: #c8da30;
}

.doctor-profile a.social-icon.digg-icon:hover {
  color: #0080c2;
}

.doctor-profile a.social-icon.drupal-icon:hover {
  color: #0077b9;
}

.doctor-profile a.social-icon.empire-icon:hover {
  color: #000;
}

.doctor-profile a.social-icon.foursquare-icon:hover {
  color: #daecb0;
}

.doctor-profile a.social-icon.git-icon:hover {
  color: #f34f29;
}

.doctor-profile a.social-icon.gitti-icon:hover {
  color: #634c3e;
}

.doctor-profile a.social-icon.hacker-news-icon:hover {
  color: #f18642;
}

.doctor-profile a.social-icon.html5-icon:hover {
  color: #e54c1f;
}

.doctor-profile a.social-icon.joomla-icon:hover {
  color: #016fb9;
}

.doctor-profile a.social-icon.jsfiddle-icon:hover {
  color: #4679a4;
}

.doctor-profile a.social-icon.linux-icon:hover {
  color: #fece0e;
}

.doctor-profile a.social-icon.maxcdn-icon:hover {
  color: #f36f20;
}

.doctor-profile a.social-icon.openid-icon:hover {
  color: #fe6101;
}

.doctor-profile a.social-icon.pagelines-icon:hover {
  color: #3783e3;
}

.doctor-profile a.social-icon.pied-piper-icon:hover {
  color: #0c7b48;
}

.doctor-profile a.social-icon.qq-icon:hover {
  color: #23286c;
}

.doctor-profile a.social-icon.rebel-icon:hover {
  color: #000;
}

.doctor-profile a.social-icon.reddit-icon:hover {
  color: #cee3f8;
}

.doctor-profile a.social-icon.renren-icon:hover {
  color: #0d81e4;
}

.doctor-profile a.social-icon.share-icon:hover {
  color: #252525;
}

.doctor-profile a.social-icon.slack-icon:hover {
  color: #453744;
}

.doctor-profile a.social-icon.soundcloud-icon:hover {
  color: #fe4e00;
}

.doctor-profile a.social-icon.spotify-icon:hover {
  color: #80bb41;
}

.doctor-profile a.social-icon.stack-exchange-icon:hover {
  color: #265a93;
}

.doctor-profile a.social-icon.stackoverflow-icon:hover {
  color: #fea501;
}

.doctor-profile a.social-icon.steam-icon:hover {
  color: #191919;
}

.doctor-profile a.social-icon.stumbleupon-icon:hover {
  color: #f04f23;
}

.doctor-profile a.social-icon.tencent-weibo-icon:hover {
  color: #0063a7;
}

.doctor-profile a.social-icon.trello-icon:hover {
  color: #226784;
}

.doctor-profile a.social-icon.vine-icon:hover {
  color: #00b081;
}

.doctor-profile a.social-icon.vk-icon:hover {
  color: #50769d;
}

.doctor-profile a.social-icon.wechat-icon:hover {
  color: #a4dc31;
}

.doctor-profile a.social-icon.weibo-icon:hover {
  color: #d82828;
}

.doctor-profile a.social-icon.wordpress-icon:hover {
  color: #454442;
}

.doctor-profile a.social-icon.yahoo-icon:hover {
  color: #4b04a8;
}

.testimonial {
  position: relative;
  padding: 56px 296px 56px 98px;
  margin-bottom: 56px;
  background-color: #fff;
}

.testimonial :last-child {
  margin-bottom: 0;
}

.testimonial:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

.testimonial:before {
  position: absolute;
  left: 0;
  top: 56px;
  padding: 14px 21px;
  content: "\f10d";
  color: #fff;
  background-color: var(--primary-color);
  font: 20px/20px "FontAwesome";
}

.testimonial h6 {
  margin-bottom: 0;
}

.testimonial img {
  display: inline;
  float: right;
  margin: -56px -296px -56px 36px;
}

.testimonial blockquote cite span {
  display: block;
}

@media (max-width: 767px) {
  .testimonial {
    padding: 84px 28px 84px 56px;
  }

  .testimonial img {
    display: block;
    float: none;
    max-width: 100px;
    margin: 0 0 28px;
  }

  .testimonial:before {
    top: 0;
  }
}

@media (min-width: 767px) and (max-width: 992px) {
  .testimonial {
    padding: 56px 186px 56px 98px;
  }

  .testimonial img {
    max-width: 150px;
    margin: 0 -186px 0 36px;
  }
}

.testimonial-slider {
  background-color: #fff;
  position: relative;
  margin: 0 auto 56px;
}

.testimonial-slider .slides {
  margin-bottom: 0;
  list-style: none;
}

.testimonial-slider .testimonial {
  margin-bottom: 0;
}

.testimonial-slider .testimonial-slider-pagination {
  position: absolute;
  bottom: 0;
  right: 200px;
}

@media (max-width: 767px) {
  .testimonial-slider .testimonial-slider-pagination {
    right: auto;
    left: 56px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .testimonial-slider .testimonial-slider-pagination {
    right: auto;
    left: 98px;
  }
}

.testimonial-slider .testimonial-slider-pagination a {
  position: relative;
  display: inline-block;
  margin: 0 0 0 1px;
  color: #fff;
  background-color: #364d7c;
  width: 60px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.testimonial-slider .testimonial-slider-pagination a:hover {
  background-color: var(--primary-button-color);
}

.appointments-section .wpcf7 input:not([type="submit"]),
.appointments-section .wpcf7 textarea {
  position: relative;
  margin-bottom: 21px;
  padding-left: 42px;
}

.department-icon:after,
.doctor-icon:after,
.name-icon:after,
.email-icon:after,
.date-icon:after,
.hour-icon:after,
.message-icon:after {
  font-family: "FontAwesome";
  content: "\f107";
  position: absolute;
  top: 8px;
  left: 34px;
}

.department-icon:after {
  content: "\f0fa";
}

.doctor-icon:after {
  content: "\f0f0";
}

.name-icon:after {
  content: "\f007";
}

.email-icon:after {
  content: "\f003";
}

.date-icon:after {
  content: "\f073";
}

.hour-icon:after {
  content: "\f017";
}

.message-icon:after {
  content: "\f0e5";
}

.rooms-slider {
  position: relative;
  margin: 0 auto 56px;
}

.rooms-slider .slides {
  margin-bottom: 0;
  list-style: none;
}

.rooms-slider .rooms-slider-dots {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.rooms-slider .rooms-slider-dots .slick-dots {
  margin-bottom: 0;
  list-style: none;
}

.rooms-slider .rooms-slider-dots .slick-dots:before {
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 10px;
  z-index: 1;
  border-right: 1px solid #fff;
  content: "";
}

.rooms-slider .rooms-slider-dots .slick-dots li {
  position: relative;
  border-radius: 50%;
  padding: 5px;
  margin-bottom: 4px;
  z-index: 2;
}

@media (min-height: 768px) {
  .rooms-slider .rooms-slider-dots .slick-dots li {
    margin-bottom: 28px;
  }
}

.rooms-slider .rooms-slider-dots .slick-dots li:last-child {
  margin-bottom: 0;
}

.rooms-slider .rooms-slider-dots .slick-dots li.slick-active {
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.3);
}

.rooms-slider .rooms-slider-dots .slick-dots li button {
  display: block;
  padding: 0;
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  color: transparent;
  background-color: #fff;
  font-size: 0;
  line-height: 0;
}

.rooms-slider .rooms-slider-dots .slick-dots li.slick-active button {
  background-color: var(--primary-color);
}

.medical-specialties {
  position: relative;
  list-style: none;
  margin: 28px 0;
}

.medical-specialties:after {
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  content: " ";
  clear: both;
}

.medical-specialties li {
  position: relative;
  display: inline-block;
  margin-right: 14px;
}

.medical-specialties li:last-child {
  margin-right: 0;
}

.medical-specialties p {
  display: none;
  padding-top: 28px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.medical-specialties i {
  display: inline-block;
  min-width: 30px;
  min-height: 30px;
  padding: 14px;
  border-radius: 50%;
  border: 1px solid #e1e1e1;
  margin-bottom: 14px;
  font-size: 28px;
  line-height: 28px;
  color: var(--primary-color);
  text-align: center;
}

@media (min-width: 768px) {
  .medical-specialties {
    display: inline-block;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 182px;
  }

  .medical-specialties li.active p {
    position: absolute;
    width: 252px;
    display: block;
  }

  .medical-specialties i {
    margin-bottom: 28px;
  }

  .medical-specialties li.active i {
    border-color: var(--primary-color);
  }

  .medical-specialties li.active:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    border-top: 1px solid var(--primary-color);
  }
}

#wrap {
  position: relative;
  background-color: #fff;
}

#header {
  top: auto;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

/* #logo img {
  max-width: initial !important;
} */

@media (min-width: 992px) {
  #header.stuck {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    z-index: 9999;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  }

  .admin-bar #header.stuck {
    top: 32px;
  }
}

#content {
  padding-bottom: 70px;
}

#footer {
  padding: 70px 0;
  background-color: #364d7c;
}

#footer-bottom {
  padding: 18px 0;
  background-color: var(--primary-color);
}

.footer-copyright-menu {
  margin: 0;
  padding: 0;
}

.footer-copyright-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer-copyright-menu li {
  display: inline-block;
  margin-right: 10px;
}

.footer-copyright-menu li:last-of-type {
  margin-right: 0;
}

#logo {
  padding: 20px 0 0px;
}

/* #logo.logo-text {
  padding: 28px 0 21px;
} */

#logo a {
  display: inline-block;
  max-width: 100%;
}

#logo img {
  display: block;
}

#logo.logo-text a {
  font-size: 25px;
  font-weight: 600;
  line-height: 28px;
  color: #1a171c;
}

#header nav {
  text-align: right;
}

.sf-menu {
  display: inline-block;
}

.sf-menu:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media (max-width: 991px) {
  .sf-menu {
    display: none;
  }
}

.sf-menu,
.sf-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}

.sf-menu > li {
  display: inline-block;
}

.sf-menu > li > a {
  position: relative;
  display: block;
}

.sf-menu .sf-mega,
.sf-menu li.dropdown ul {
  position: absolute;
  z-index: 1025;
  top: 100%;
  left: 14px;
  display: none;
}

.sf-menu li.dropdown {
  position: relative;
}

.sf-menu li.dropdown ul ul {
  top: 0;
  left: 100%;
}

.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega,
.sf-menu li.dropdown:hover > ul,
.sf-menu li.dropdown.sfHover > ul {
  display: block;
}

.sf-menu li.dropdown ul ul.right-edge {
  top: 0;
  left: auto;
  right: 100%;
}

.sf-menu a {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #fff;
  position: relative;
}

.sf-menu li.dropdown a,
.sf-menu li.mega a {
  padding: 7px 21px;
}

.sf-menu li.dropdown ul a,
.sf-menu li.mega .sf-mega a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.sf-menu li.dropdown > a {
  border-bottom: 0;
}

.sf-menu li.dropdown li > a:hover:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 140px;
  border-bottom: 1px solid #fff;
  content: " ";
}

.sf-menu li:last-child > a {
  border-bottom: none;
}

.sf-menu > li > a,
.sf-menu > li.dropdown > a {
  padding: 28px 14px;
  color: #1a171c;
}

.sf-menu > li a i {
  margin-right: 2px;
  color: var(--primary-color);
}

.sf-menu > li.current > a {
  color: var(--primary-color);
}

.sf-menu > li.sfHover > a:hover,
.sf-menu > li > a:hover {
  color: var(--primary-button-color);
}

.sf-menu li.dropdown ul {
  min-width: 200px;
  background-color: var(--primary-color);
}

.sf-mega {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 14px;
  margin-top: 0;
  background-color: var(--primary-color);
  color: #fff;
}

.sf-mega-section {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 14px;
}

.sf-mega.sf-mega-1-col .sf-mega-section {
  width: 100%;
}

.sf-mega.sf-mega-2-col .sf-mega-section {
  width: 50%;
}

.sf-mega.sf-mega-3-col .sf-mega-section {
  width: 33.3333333333%;
}

.sf-mega.sf-mega-4-col .sf-mega-section {
  width: 25%;
}

.sf-menu .dropdown > a:after,
.sf-menu .mega > a:after {
  content: "\f107";
  font-family: "FontAwesome";
  padding-left: 7px;
}

.sf-menu .dropdown .dropdown > a:after {
  content: "\f105";
  font-family: "FontAwesome";
  padding-left: 7px;
  float: right;
}

#mobile-menu {
  display: none;
}

#mobile-menu:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

#mobile-menu {
  background-color: var(--primary-color);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  margin-bottom: 0;
}

#mobile-menu li {
  display: block;
  margin: 0;
}

#mobile-menu > li > ul,
#mobile-menu > li > ul > li > ul {
  display: none;
  margin-left: 0;
}

#mobile-menu .sf-mega {
  display: none;
  padding: 0;
  border: none;
  margin: 0;
}

#mobile-menu .sf-mega-section {
  float: none;
  width: 100%;
  padding: 0;
  border: none;
}

#mobile-menu .sf-mega-section ul {
  margin-left: 0;
  margin-bottom: 0;
}

#mobile-menu li a {
  position: relative;
  display: block;
  padding: 14px 21px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 15px;
  text-align: left;
  text-decoration: none;
  color: #fff;
}

#mobile-menu ul a {
  padding-left: 42px;
}

#mobile-menu ul li ul a {
  padding-left: 56px;
}

#mobile-menu li.dropdown > a {
  padding-right: 84px;
}

#mobile-menu .mobile-menu-submenu-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  font-size: 15px;
  line-height: 56px;
  text-align: center;
  cursor: pointer;
}

#mobile-menu .mobile-menu-submenu-arrow:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

#mobile-menu-trigger {
  display: none;
  padding: 28px 0;
}

@media (max-width: 991px) {
  #mobile-menu-trigger {
    display: inline-block;
  }
}

#mobile-menu-trigger i {
  font-size: 1.7em;
  color: var(--primary-color);
}

#custom-search {
  position: relative;
  display: inline-block;
}

#custom-search-button {
  display: inline-block;
  padding: 28px 14px;
  color: var(--primary-color);
}

#custom-search-button i {
  font-size: 17px;
}

@media (max-width: 991px) {
  #custom-search-button {
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  #custom-search-button {
    padding-right: 0;
  }
}

#custom-search-form {
  position: absolute;
  z-index: 1030;
  top: 84px;
  right: 2px;
  display: none;
}

@media (min-width: 992px) {
  #custom-search-form {
    right: -12px;
  }
}

#custom-search-form:before {
  position: absolute;
  z-index: 1;
  top: -9px;
  right: 10px;
  width: 0;
  height: 0;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #e1e1e1;
  border-left: 7px solid transparent;
  content: "";
}

#custom-search-form:after {
  position: absolute;
  z-index: 2;
  top: -7px;
  right: 10px;
  width: 0;
  height: 0;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 7px solid transparent;
  content: "";
}

#custom-search-submit {
  display: none;
}

#custom-search-form #s {
  width: 230px;
  max-width: 290px;
  position: relative;
}

#custom-search-form #s:focus {
  border-color: #e1e1e1;
}

#page-header {
  padding: 98px 0;
  margin-bottom: 70px;
  background-color: #f9f9fa;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#page-header p {
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 0;
}

#page-header p:before {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 70px;
  border-top: 1px solid var(--primary-color);
  content: "";
}

#back-to-top {
  position: fixed;
  z-index: 1010;
  right: -40px;
  bottom: 14px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #1a171c;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: all 0.4s ease 0;
  -o-transition: all 0.4s ease 0;
  transition: all 0.4s ease 0;
}

#back-to-top i {
  -webkit-transition: all 0.4s ease 0;
  -o-transition: all 0.4s ease 0;
  transition: all 0.4s ease 0;
}

#back-to-top:hover {
  background-color: #364d7c;
}

#back-to-top:hover i {
  color: #fff;
}

#back-to-top.visible {
  right: 14px;
}

#back-to-top.gone {
  right: -40px;
}

@media (min-width: 992px) {
  .home #header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }

  .home #header.stuck {
    position: fixed;
  }
}

.home #content {
  padding-bottom: 0;
}

.intro-section {
  background-color: #f9f9fa;
  background-repeat: no-repeat;
  background-position: 86% center;
  background-size: cover;
  padding: 112px 0;
  border-bottom: 3px solid var(--primary-color);
}

@media (min-width: 768px) {
  .intro-section {
    padding: 180px 0 42px;
  }
}

.content-section {
  padding: 70px 0 42px;
}

.about-section {
  background-color: #fff;
  padding: 70px 0 42px;
}

.about-row-margin {
  margin: 30px 0;
}

.appointments-section {
  background-color: #f9f9fa;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 70px 0 42px;
}

@media (max-width: 767px) {
  .appointments-section {
    background-image: none !important;
  }
}

@media (min-width: 1600px) {
  .appointments-section {
    background-position: right bottom;
  }
}

.specialities-section {
  background-color: #fff;
  padding: 70px 0 14px;
}

.open-hours-section {
  background-color: #364d7c;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
}

.open-hours-section .open-hours {
  background-color: var(--primary-color);
}

.open-hours-section .open-hours a {
  color: #fff;
}

.open-hours-section .open-hours-section-info {
  padding-top: 122px;
}

@media (min-width: 768px) {
  .open-hours-section {
    background-position: left center;
  }

  .open-hours-section .open-hours-section-info {
    padding-top: 122px;
  }
}

.why-us-section {
  background-color: #fff;
  padding: 70px 0 42px;
  background-repeat: no-repeat;
  background-position: right bottom;
}

@media (max-width: 767px) {
  .why-us-section {
    background-image: none !important;
  }
}

.our-doctors-section {
  background-color: #f9f9fa;
  padding: 70px 0 42px;
}

.explore-hospital-section {
  background-color: #364d7c;
}

.explore-hospital-section-info {
  padding: 56px 15px 28px;
}

#explore-hospital-section .rooms-slider {
  margin: 0 -15px;
}

@media (min-width: 768px) {
  .explore-hospital-section-info {
    padding: 80px 28px 28px;
  }
}

@media (min-width: 992px) {
  .explore-hospital-section-info {
    padding: 80px 28px;
  }

  .explore-hospital-section .rooms-slider {
    margin: 80px 0 0 80px;
  }

  .explore-hospital-section .rooms-slider .rooms-slider-dots {
    left: -11px;
  }
}

@media (min-width: 1201px) {
  .explore-hospital-section-info {
    padding: 56px 56px 0 0;
    width: 350px;
    float: right;
  }

  .explore-hospital-section .rooms-slider {
    margin: 0 -15px 0 0;
  }
}

@media (min-width: 1600px) {
  .explore-hospital-section-info {
    padding: 84px 56px 0 0;
  }
}

.involvement-section {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 70px 0 42px;
}

@media (max-width: 767px) {
  .involvement-section {
    background-image: none !important;
  }
}

.testimonials-section {
  background-color: #f9f9fa;
  padding: 70px 0 14px;
}

.post {
  position: relative;
}

.post + .post {
  margin-top: 42px;
}

.post-thumbnail {
  display: block;
  margin-bottom: 28px;
}

.post-thumbnail img {
  display: block;
}

.post-header:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.post-content:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.post-content iframe {
  max-width: 100%;
}

.more-link {
  display: block;
}

.more-link:after {
  position: relative;
  padding-left: 6px;
  content: "\f105";
  font-family: "FontAwesome";
  font-weight: 400;
  white-space: nowrap;
}

.post-meta {
  padding: 20px 0 28px;
  border-top: 1px solid #e1e1e1;
  position: relative;
}

.post-meta:last-child {
  padding-bottom: 0;
}

.post-meta:before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 112px;
  border-top: 1px solid var(--primary-color);
  content: "";
}

.posted-on {
  padding: 0 6px;
}

.posted-on:first-child {
  padding-left: 0;
}

.byline {
  padding: 0 6px;
}

.byline:first-child {
  padding-left: 0;
}

.edit-link {
  padding: 0 6px;
}

.edit-link:first-child {
  padding-left: 0;
}

.edit-link:before {
  font-family: "FontAwesome";
  content: "\f044";
  padding-right: 3px;
}

.comments-link {
  padding: 0 6px;
}

.comments-link:first-child {
  padding-left: 0;
}

.comments-link:before {
  font-family: "FontAwesome";
  content: "\f0e5";
  padding-right: 3px;
}

.cat-links {
  margin-bottom: 18px;
}

.cat-links a {
  display: inline-block;
  margin: 4px 8px 4px 0;
  font-size: 12px;
  text-transform: uppercase;
}

.tags-links {
  margin: 28px 0;
}

.tags-links a {
  display: inline-block;
  padding: 0 8px;
  border: 1px solid #e1e1e1;
  border-radius: 14px;
  margin: 0 4px 9px 0;
  color: #777;
  -webkit-transition: background-color 250ms cubic-bezier(0.075, 0.82, 0.165, 1) 0;
  -o-transition: background-color 250ms cubic-bezier(0.075, 0.82, 0.165, 1) 0;
  transition: background-color 250ms cubic-bezier(0.075, 0.82, 0.165, 1) 0;
}

.tags-links a:hover {
  border-color: var(--primary-button-color);
  background-color: var(--primary-button-color);
  color: #fff;
}

.post-format {
  padding: 0 6px;
  color: #1a171c;
}

.post-format:first-child {
  padding-left: 0;
}

.format-aside .post-format:before {
  font-family: "FontAwesome";
  content: "\f10c";
}

.format-image .post-format:before {
  font-family: "FontAwesome";
  content: "\f03e";
}

.format-video .post-format:before {
  font-family: "FontAwesome";
  content: "\f1c8";
}

.format-quote .post-format:before {
  font-family: "FontAwesome";
  content: "\f10e";
}

.format-gallery .post-format:before {
  font-family: "FontAwesome";
  content: "\f009";
}

.format-status .post-format:before {
  font-family: "FontAwesome";
  content: "\f044";
}

.format-link .post-format:before {
  font-family: "FontAwesome";
  content: "\f0c1";
}

.format-audio .post-format:before {
  font-family: "FontAwesome";
  content: "\f027";
}

.format-chat .post-format:before {
  font-family: "FontAwesome";
  content: "\f18d";
}

.post-footer:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.pagination {
  margin: 56px 0 28px;
}

.pagination:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.pagination .nav-links {
  text-align: center;
}

.pagination .page-numbers {
  display: inline-block;
  margin-right: 28px;
  text-align: center;
}

.pagination .page-numbers:last-child {
  margin-right: 0;
}

.pagination .page-numbers.current {
  min-width: 30px;
  min-height: 30px;
  padding: 5px;
  border-radius: 50%;
  background-color: #364d7c;
  color: #fff;
}

@media (max-width: 767px) {
  .pagination .page-numbers {
    display: none;
  }

  .pagination .page-numbers.prev,
  .pagination .page-numbers.next,
  .pagination .page-numbers.current {
    display: inline-block;
  }

  .page-numbers.prev .screen-reader-text,
  .page-numbers.next .screen-reader-text {
    clip: auto;
    height: auto;
    overflow: auto;
    position: relative !important;
    width: auto;
  }
}

.page-links {
  margin: 28px 0;
}

.page-links .page-number {
  padding: 4px;
}

.page-links {
  color: #1a171c;
}

.post-navigation {
  margin: 28px 0;
}

.post-navigation:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media (min-width: 768px) {
  .post-navigation .nav-previous {
    float: left;
    width: 50%;
  }

  .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .post-navigation .nav-previous {
    margin-bottom: 28px;
  }
}

.post-navigation .nav-subtitle {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #1a171c;
  margin-bottom: 7px;
}

.author-bio {
  position: relative;
  padding: 28px;
  border: 1px solid #e1e1e1;
  margin-bottom: 28px;
}

.author-bio:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media (max-width: 479px) {
  .author-bio-avatar {
    margin-bottom: 28px;
  }
}

@media (min-width: 480px) {
  .author-bio-avatar {
    float: left;
  }

  .author-bio-avatar + .author-bio-info {
    padding-left: 108px;
  }
}

.author-bio-info :last-child {
  margin-bottom: 0;
}

.author-bio-info h6 {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 14px;
}

@media (max-width: 767px) {
  .author-bio-info h6 {
    border-bottom: none;
  }
}

.author-bio-info h6 .post-author span {
  display: inline-block;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--primary-color);
  margin-bottom: -1px;
}

@media (max-width: 767px) {
  .author-bio-info h6 .post-author {
    display: block;
    border-bottom: 1px solid #e1e1e1;
  }
}

.author-bio-social {
  float: right;
}

@media (max-width: 767px) {
  .author-bio-social {
    display: block;
    float: none;
    padding-top: 14px;
  }
}

.author-bio-social a {
  display: inline-block;
  margin-left: 4px;
  font-size: 13px;
}

.comments-wrap {
  background-color: #f9f9fa;
  padding: 56px 0;
  margin: 28px 0 -70px;
}

.comments-area:after,
.comment-list:after .comment:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.comments-area {
  margin-bottom: 56px;
}

.comment-list,
.comment-list .children {
  list-style: none;
}

.comment-list {
  margin: 28px 0;
}

@media (max-width: 480px) {
  .comment-list .children {
    margin-left: 7px;
  }
}

.no-comments,
.comment-awaiting-moderation {
  color: #1a171c;
}

.comment-meta {
  margin: 14px 0;
}

.comment-author {
  position: relative;
  z-index: 2;
}

.comment-author .avatar {
  position: absolute;
  left: -84px;
  top: -14px;
  height: 64px;
  width: 64px;
}

@media (max-width: 480px) {
  .comment-author .avatar {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    height: 48px;
    width: 48px;
    margin-bottom: 28px;
  }
}

.comment-author .says {
  display: none;
}

.comment-metadata > a {
  color: #777;
}

.comment .comment-body {
  position: relative;
  padding: 28px 0 28px 84px;
  border-top: 1px solid #e1e1e1;
}

.comment-list > li:first-child > .comment-body {
  padding-top: 7px;
  border-top: 0;
}

@media (max-width: 480px) {
  .comment .comment-body {
    padding-left: 0;
  }
}

.comment .comment-body :last-child {
  margin-bottom: 0;
}

.reply {
  margin: 14px 0 28px;
}

.comment-reply-link {
  position: relative;
}

.comment-navigation {
  padding-top: 28px;
  margin-bottom: 28px;
}

.comment-navigation:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

#comment-nav-above {
  padding-bottom: 28px;
  border-bottom: 1px solid #e1e1e1;
}

#comment-nav-below {
  border-top: 1px solid #e1e1e1;
}

.comment-navigation .nav-next a:after {
  font-family: "FontAwesome";
  content: "\f105";
  padding-left: 4px;
}

.comment-navigation .nav-previous a:before {
  font-family: "FontAwesome";
  content: "\f104";
  padding-right: 4px;
}

.comment-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.comment-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-respond:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.comment-reply-title {
  margin-bottom: 0;
}

.comment-form {
  margin: 0 -15px;
}

.comment-form:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.comment-form p:not(.comment-notes):not(.logged-in-as) {
  margin-bottom: 0;
}

.comment-form .logged-in-as,
.comment-form .comment-notes,
.comment-form .comment-form-comment,
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url,
.comment-form .form-submit {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    width: 33.33333333%;
    float: left;
  }
}

.widget {
  margin-bottom: 42px;
}

#footer-bottom [class*="col"]:last-child .widget:last-child,
#footer [class*="col"]:last-child .widget:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .widget:last-child {
    margin-bottom: 0;
  }
}

.widget > :last-child {
  margin-bottom: 0;
}

.widget-title {
  margin-bottom: 24px;
}

.widget_archive ul {
  list-style: none;
}

.widget_archive li {
  margin-bottom: 2px;
}

.widget_archive li:last-child {
  margin-bottom: 0;
}

.widget_archive li span {
  float: right;
}

.widget_archive li a:before {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  content: "\f105";
  color: var(--primary-color);
  font-family: "FontAwesome";
  -webkit-transition: padding 250ms cubic-bezier(0.075, 0.82, 0.165, 1) 0;
  -o-transition: padding 250ms cubic-bezier(0.075, 0.82, 0.165, 1) 0;
  transition: padding 250ms cubic-bezier(0.075, 0.82, 0.165, 1) 0;
}

.widget_archive li a:hover:before {
  padding-left: 4px;
}

.widget_archive select {
  margin-bottom: 0;
}

#calendar_wrap table {
  position: relative;
  border-collapse: separate;
  border-spacing: 3px;
}

#calendar_wrap table,
#calendar_wrap th,
#calendar_wrap td {
  border: 0;
  padding: 0;
  text-align: center;
}

#wp-calendar caption {
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  background-color: #364d7c;
  color: #fff;
  line-height: 48px;
}

#wp-calendar th {
  color: #1a171c;
  line-height: 56px;
}

#wp-calendar tbody td:not(.pad) {
  border: 1px solid #e1e1e1;
  line-height: 42px;
}

#wp-calendar tbody td a {
  display: block;
  margin: 0;
  background-color: #364d7c;
  color: #fff;
  line-height: 42px;
  text-align: center;
}

#wp-calendar tbody td a:hover {
  background-color: var(--primary-button-color);
}

#wp-calendar tfoot {
  height: 0;
  float: left;
}

#wp-calendar #prev a {
  position: absolute;
  top: 0;
  left: 5px;
  display: inline-block;
  width: 46px;
  line-height: 48px;
  font-size: 0;
}

#wp-calendar #prev a:before {
  position: relative;
  display: inline-block;
  color: #fff;
  content: "\f104 ";
  text-align: center;
  font: 18px/48px "FontAwesome";
}

#wp-calendar #prev a:hover:before {
  color: var(--primary-button-color);
}

#wp-calendar #next a {
  position: absolute;
  top: 0;
  right: 5px;
  display: inline-block;
  width: 46px;
  line-height: 48px;
  font-size: 0;
}

#wp-calendar #next a:before {
  position: relative;
  display: inline-block;
  color: #fff;
  content: " \f105";
  text-align: center;
  font: 18px/48px "FontAwesome";
}

#wp-calendar #next a:hover:before {
  color: var(--primary-button-color);
}

.widget_categories ul {
  list-style: none;
}

.widget_categories li {
  margin-bottom: 2px;
}

.widget_categories li:last-child {
  margin-bottom: 0;
}

.widget_categories li span {
  float: right;
}

.widget_categories li a:before {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  content: "\f105";
  color: var(--primary-color);
  font-family: "FontAwesome";
  -webkit-transition: padding 250ms cubic-bezier(0.075, 0.82, 0.165, 1) 0;
  -o-transition: padding 250ms cubic-bezier(0.075, 0.82, 0.165, 1) 0;
  transition: padding 250ms cubic-bezier(0.075, 0.82, 0.165, 1) 0;
}

.widget_categories li a:hover:before {
  padding-left: 4px;
}

.widget_categories select {
  margin-bottom: 0;
}

.widget_pages ul {
  list-style: none;
}

.widget_pages li {
  margin-bottom: 2px;
}

.widget_pages li:last-child {
  margin-bottom: 0;
}

.widget_pages li a:before {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  content: "\f105";
  color: var(--primary-color);
  font-family: "FontAwesome";
  -webkit-transition: padding 250ms cubic-bezier(0.075, 0.82, 0.165, 1) 0;
  -o-transition: padding 250ms cubic-bezier(0.075, 0.82, 0.165, 1) 0;
  transition: padding 250ms cubic-bezier(0.075, 0.82, 0.165, 1) 0;
}

.widget_pages li a:hover:before {
  padding-left: 4px;
}

.widget_meta ul {
  list-style: none;
}

.widget_meta li {
  margin-bottom: 2px;
}

.widget_meta li:last-child {
  margin-bottom: 0;
}

.widget_meta li a:before {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  content: "\f105";
  color: var(--primary-color);
  font-family: "FontAwesome";
  -webkit-transition: padding 250ms cubic-bezier(0.075, 0.82, 0.165, 1) 0;
  -o-transition: padding 250ms cubic-bezier(0.075, 0.82, 0.165, 1) 0;
  transition: padding 250ms cubic-bezier(0.075, 0.82, 0.165, 1) 0;
}

.widget_meta li a:hover:before {
  padding-left: 4px;
}

.widget_recent_comments ul {
  list-style: none;
}

.widget_recent_comments li {
  margin-bottom: 2px;
  word-break: break-all;
}

.widget_recent_comments li:last-child {
  margin-bottom: 0;
}

.widget_recent_entries ul {
  list-style: none;
}

.widget_recent_entries ul li {
  position: relative;
  padding-bottom: 14px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 14px;
}

.widget_recent_entries ul li a {
  display: block;
}

.widget_recent_entries ul li a:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 84px;
  border-bottom: 1px solid var(--primary-color);
  content: "";
}

.widget_recent_entries ul li a:hover:after {
  width: 100%;
  -webkit-transition: width 250ms cubic-bezier(0.075, 0.82, 0.165, 1) 0;
  -o-transition: width 250ms cubic-bezier(0.075, 0.82, 0.165, 1) 0;
  transition: width 250ms cubic-bezier(0.075, 0.82, 0.165, 1) 0;
}

.widget_recent_entries ul li .post-date {
  display: block;
}

.widget_rss ul {
  margin: 0;
  list-style: none;
}

.widget_rss li {
  margin-bottom: 28px;
}

.widget_rss ul:last-child,
.widget_rss li:last-child {
  margin-bottom: 0;
}

.widget_rss ul li a.rsswidget {
  margin-top: 4px;
  margin-bottom: 28px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.widget_rss .rsswidget img {
  margin-top: -4px;
}

.widget_rss .rss-date,
.widget_rss cite {
  display: block;
  padding: 14px 0;
}

.widget_rss cite {
  color: #1a171c;
}

.search-form {
  position: relative;
}

.widget_search .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 4px 4px 0;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  text-align: center;
}

.widget_search .search-submit:hover,
.widget_search .search-submit:focus {
  background-color: var(--primary-button-color);
  border-color: var(--primary-button-color);
  color: #fff;
}

.widget_search .search-submit:active {
  background-color: #1a171c;
  border-color: #1a171c;
  color: #fff;
}

.textwidget > :last-child {
  margin-bottom: 0;
}

.widget_tag_cloud a {
  display: inline-block;
  margin: 0 4px 9px 0;
  padding: 0 8px;
  border: 1px solid #e1e1e1;
  border-radius: 14px;
  color: #777;
  -webkit-transition: background-color 250ms cubic-bezier(0.075, 0.82, 0.165, 1) 0;
  -o-transition: background-color 250ms cubic-bezier(0.075, 0.82, 0.165, 1) 0;
  transition: background-color 250ms cubic-bezier(0.075, 0.82, 0.165, 1) 0;
}

.widget_tag_cloud a:hover {
  background-color: var(--primary-button-color);
  color: #fff;
  border-color: var(--primary-button-color);
}

.widget_nav_menu ul {
  list-style: none;
}

.widget_nav_menu li {
  margin-bottom: 2px;
}

.widget_nav_menu li:last-child {
  margin-bottom: 0;
}

.widget_nav_menu li a {
  display: inline-block;
}

.widget_nav_menu li a:before {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  content: "\f105";
  color: var(--primary-color);
  font-family: "FontAwesome";
  -webkit-transition: padding 250ms cubic-bezier(0.075, 0.82, 0.165, 1) 0;
  -o-transition: padding 250ms cubic-bezier(0.075, 0.82, 0.165, 1) 0;
  transition: padding 250ms cubic-bezier(0.075, 0.82, 0.165, 1) 0;
}

.widget_nav_menu li a:hover:before {
  padding-left: 4px;
}

.mt_widget_recent_entries ul {
  list-style: none;
}

.mt_widget_recent_entries ul li {
  position: relative;
  padding-bottom: 28px;
}

.mt_widget_recent_entries ul li:last-child {
  padding-bottom: 0;
}

.mt_widget_recent_entries ul li:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.mt_widget_recent_entries ul li a {
  display: block;
}

.mt_widget_recent_entries ul li .post-date {
  display: block;
}

.mt_widget_recent_entries ul li img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 3.73333333em;
}

.mt_widget_recent_entries ul li div:not(:only-child) {
  padding-left: 70px;
}

.mt_widget_contact_info ul li:not(:last-child) {
  margin-bottom: 28px;
}

.mt-doctor {
  padding: 28px;
  border: 1px solid #e1e1e1;
  border-bottom: 3px solid var(--primary-color);
  background-color: #fff;
}

.mt-doctor.mt-doctor-portrait {
  padding: 21px 14px 21px 158px;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 140px;
}

@media (max-width: 991px) {
  .mt-doctor.mt-doctor-portrait {
    padding-left: 28px;
    background-image: none !important;
  }
}

@media (min-width: 991px) and (max-width: 1199px) {
  .mt-doctor.mt-doctor-portrait {
    background-size: 100px;
    padding-left: 118px;
  }
}

.mt-doctor:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.mt-doctor-info {
  font-size: 12px;
  line-height: 20px;
}

.mt-doctor-info > :last-child {
  margin-bottom: 0;
}

.mt-doctor-info h6 {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 14px;
}

.mt-doctor-info h6 span {
  display: inline-block;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--primary-color);
  margin-bottom: -1px;
  font-size: 12px;
  font-weight: 300;
}

.mt-doctor-info > p {
  margin-bottom: 14px;
}

.mt_featured_post:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.mt-post {
  position: relative;
  padding: 28px;
  border: 1px solid #e1e1e1;
  border-bottom: 3px solid var(--primary-color);
  background-color: #fff;
}

.mt-post.has-post-thumbnail {
  border: 0;
  border-bottom: 2px solid var(--primary-color);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.mt-post .post-date {
  display: block;
}

.mt-post.has-post-thumbnail a,
.mt-post.has-post-thumbnail .post-date {
  color: #fff;
}

.mt-post.has-post-thumbnail a:hover,
.mt-post.has-post-thumbnail a:focus {
  color: var(--primary-button-color);
}

.mt-post.has-post-thumbnail a:active {
  color: #1a171c;
}

embed,
iframe,
object,
video {
  margin-bottom: 1.75em;
  max-width: 100%;
  vertical-align: middle;
}

.wp-caption {
  margin-bottom: 28px;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
}

.wp-caption .wp-caption-text {
  padding: 14px 0;
}

.gallery {
  margin-bottom: 28px;
}

.gallery-item {
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  display: block;
  padding: 10px 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.contrast {
  color: #d1d5de;
}

.contrast h1,
.contrast h2,
.contrast h3,
.contrast h4,
.contrast h5,
.contrast h6 {
  color: #fff;
}

.contrast abbr[title] {
  border-bottom: 1px dotted #d1d5de;
}

.contrast q,
.contrast blockquote {
  color: #fff;
}

.contrast pre {
  color: #777;
  background-color: #fff;
}

.contrast input[type="reset"],
.contrast input[type="submit"],
.contrast input[type="button"] {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

.contrast input[type="reset"]:hover,
.contrast input[type="submit"]:hover,
.contrast input[type="button"]:hover,
.contrast input[type="reset"]:focus,
.contrast input[type="submit"]:focus,
.contrast input[type="button"]:focus {
  background-color: #fff;
  border-color: #fff;
  color: var(--primary-button-color);
}

.contrast input[type="reset"]:active,
.contrast input[type="submit"]:active,
.contrast input[type="button"]:active {
  border-color: #1a171c;
  background-color: #1a171c;
  color: #fff;
}

.contrast hr {
  background-color: rgba(255, 255, 255, 0.3);
}

.contrast table,
.contrast th,
.contrast td {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.contrast a {
  color: #ededef;
}

.contrast a:focus {
  color: var(--primary-button-color);
}

.contrast a:hover {
  color: var(--primary-button-color);
}

#footer-bottom.contrast a:focus {
  color: #fff;
}

#footer-bottom.contrast a:hover {
  color: #fff;
}

.contrast a:active {
  color: #1a171c;
}

.contrast a.btn {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

.contrast a.btn:focus,
.contrast a.btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: var(--primary-button-color);
}

.contrast a.btn:active {
  border-color: #1a171c;
  background-color: #1a171c;
  color: #fff;
}

.contrast a.social-icon {
  border-color: rgba(255, 255, 255, 0.3);
}

.contrast a.social-icon:hover {
  color: #fff;
}

.contrast #wp-calendar th {
  color: #fff;
}

.contrast #wp-calendar tbody td a {
  background-color: var(--primary-color);
}

.contrast #wp-calendar tbody td:not(.pad) {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.contrast .widget_rss cite {
  color: #fff;
}

.contrast .widget_tag_cloud a {
  color: #fff;
}

.contrast .widget_tag_cloud a:hover {
  color: #fff;
}

.contrast .widget_search .search-submit {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

#footer-bottom.contrast .widget_search .search-submit {
  background-color: #364d7c;
  border-color: #364d7c;
}

.contrast .widget_search .search-submit:hover,
.contrast .widget_search .search-submit:focus {
  background-color: var(--primary-button-color);
  border-color: var(--primary-button-color);
  color: #fff;
}

.contrast .widget_search .search-submit:active {
  background-color: #1a171c;
  border-color: #1a171c;
  color: #fff;
}

.contrast .open-hours h4 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.contrast .mt-doctor {
  border: 0;
  border-bottom: 3px solid var(--primary-color);
}

.contrast .mt-doctor-info {
  color: #777;
}

.contrast .mt-doctor-info h6 {
  border-bottom: 1px solid #e1e1e1;
  color: #1a171c;
}

.contrast .mt-doctor-info a.btn:active {
  border-color: #1a171c;
  background-color: #1a171c;
}

.contrast .mt-post {
  border: 0;
  border-bottom: 3px solid var(--primary-color);
}

.contrast .mt-post a {
  color: #364d7c;
}

.contrast .mt-post a:hover,
.contrast .mt-post a:focus {
  color: var(--primary-button-color);
}

.contrast .mt-post a:active {
  color: #1a171c;
}

.contrast .mt-post .post-date {
  color: #777;
}

.contrast .mt-post.has-post-thumbnail a,
.contrast .mt-post.has-post-thumbnail .post-date {
  color: #fff;
}

.contrast .mt-post.has-post-thumbnail a:focus {
  color: var(--primary-button-color);
}

.contrast .mt-post.has-post-thumbnail a:hover {
  color: var(--primary-button-color);
}

.contrast .mt-post.has-post-thumbnail a:active {
  color: #1a171c;
}

.contrast .accordion {
  color: #777;
}

.contrast .accordion a {
  color: #364d7c;
}

.contrast .accordion a:focus {
  color: var(--primary-button-color);
}

.contrast .accordion a:hover {
  color: var(--primary-button-color);
}

.contrast .accordion a:active {
  color: #1a171c;
}

.contrast .accordion-item {
  background-color: #fff;
}

.contrast .accordion-item-content {
  background-color: #fff;
}

.contrast .icon-box > i {
  color: #fff;
}

.contrast .doctor-profile {
  background-color: #fff;
}

.contrast .doctor-profile h6 {
  color: #1a171c;
}

.contrast .mt-doctor-info a.btn:hover,
.contrast .mt-doctor-info a.btn:focus {
  border: 1px solid var(--primary-button-color);
}

.contrast .mt-doctor-info a.btn:active {
  border: 1px solid #1a171c;
}

.contrast .medical-specialties {
  border-color: rgba(255, 255, 255, 0.3);
}

.contrast .medical-specialties i {
  background-color: #fff;
}

.contrast .testimonial {
  color: #777;
}

.contrast .testimonial h6 {
  color: #1a171c;
}

.contrast .testimonial-slider .testimonial-slider-pagination a {
  background-color: #364d7c;
  color: #fff;
}

.contrast .testimonial-slider .testimonial-slider-pagination a:hover {
  background-color: var(--primary-button-color);
}

.careprc-slider {
  position: relative;
  overflow: hidden;
  margin: 0 auto 75px;
}

.careprc-slider .slides {
  margin-bottom: 0;
  list-style: none;
}

.careprc-slider .slides li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 50px 15px;
  min-height: 250px;
}

@media (min-width: 768px) {
  .careprc-slider .slides li {
    padding: 75px 15px;
  }
}

@media (min-width: 992px) {
  .careprc-slider .slides li {
    padding: 75px 20px;
  }
}

@media (min-width: 1200px) {
  .careprc-slider .slides li {
    padding: 100px 30px;
  }
}

.careprc-slider .slides li .careprc-slider-slide-content {
  position: relative;
}

@media (min-width: 768px) {
  .careprc-slider .slides li .careprc-slider-slide-content {
    width: 730px;
    min-height: 350px;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .careprc-slider .slides li .careprc-slider-slide-content {
    width: 940px;
    min-height: 400px;
  }
}

@media (min-width: 1200px) {
  .careprc-slider .slides li .careprc-slider-slide-content {
    width: 1140px;
    min-height: 500px;
  }
}

@media (min-width: 768px) {
  .careprc-slider-slide-content-align-center {
    text-align: center;
  }

  .careprc-slider-slide-content-align-right {
    text-align: right;
  }
}

.careprc-slider .careprc-slider-slide-content-wrap :last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .careprc-slider-slide-content-valign-middle
    .careprc-slider-slide-content-wrap {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .careprc-slider-slide-content-valign-bottom
    .careprc-slider-slide-content-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}

.careprc-slider .careprc-slider-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 768px) {
  .careprc-slider .careprc-slider-dots {
    left: 50%;
    bottom: 10px;
    padding: 15px 0;
    width: 730px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (min-width: 992px) {
  .careprc-slider .careprc-slider-dots {
    width: 940px;
    bottom: 15px;
  }
}

@media (min-width: 1200px) {
  .careprc-slider .careprc-slider-dots {
    width: 1140px;
  }
}

@media (min-width: 1400px) {
  .careprc-slider .careprc-slider-dots {
    bottom: 25px;
  }
}

.careprc-slider .careprc-slider-dots .slick-dots {
  list-style: none;
  margin-bottom: 0;
}

.careprc-slider .careprc-slider-dots .slick-dots:after {
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  content: " ";
  clear: both;
}

.careprc-slider
  .careprc-slider-dots.careprc-slider-dots-align-left
  .slick-dots {
  text-align: left;
}

.careprc-slider
  .careprc-slider-dots.careprc-slider-dots-align-center
  .slick-dots {
  text-align: center;
}

.careprc-slider
  .careprc-slider-dots.careprc-slider-dots-align-right
  .slick-dots {
  text-align: right;
}

.careprc-slider .careprc-slider-dots .slick-dots li {
  position: relative;
  z-index: 2;
  display: inline-block;
  border-radius: 50%;
  padding: 5px;
  margin-right: 4px;
}

.careprc-slider .careprc-slider-dots .slick-dots li:last-child {
  margin-right: 0;
}

.careprc-slider .careprc-slider-dots .slick-dots li.slick-active {
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.3);
}

.careprc-slider .careprc-slider-dots .slick-dots li button {
  display: block;
  padding: 0;
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  color: transparent;
  background-color: #fff;
  font-size: 0;
  line-height: 0;
}

.careprc-slider .careprc-slider-dots .slick-dots li.slick-active button {
  background-color: var(--primary-color);
}

.careprc-slider .careprc-slider-arrows a {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 18px;
}

.careprc-slider .careprc-slider-arrows a:hover {
  color: var(--primary-color);
}

.careprc-slider .careprc-slider-arrows .slick-prev {
  left: 5px;
}

.careprc-slider .careprc-slider-arrows .slick-next {
  right: 5px;
}

@media (min-width: 767px) {
  .careprc-slider .careprc-slider-arrows a {
    font-size: 30px;
  }
}

@media (min-width: 992px) {
  .careprc-slider .careprc-slider-arrows .slick-prev {
    left: 15px;
  }

  .careprc-slider .careprc-slider-arrows .slick-next {
    right: 15px;
  }
}

@media (min-width: 1200px) {
  .careprc-slider .careprc-slider-arrows .slick-prev {
    left: 25px;
  }

  .careprc-slider .careprc-slider-arrows .slick-next {
    right: 25px;
  }
}
