@charset "UTF-8";
/* **************************************
 * General
 * -   Heading Font
 * -   Link
 * -   Form Field
 * -   Buttons
 * -   Form
 * Header
 * -   General
 * -   Menu
 * -   Superfish
 * -   Menu Etc
 * Section
 * Divider
 * SVG Icon
 * Icon Box
 * Heading Title
 * Footer
 * Area
 * Row
 * Slider
 * Doctor
 * Booking Form
 * Count Box
 * Button
 * Tabs
 * Step box
 * Hover Box
 * Icon Tag
 * Form
 * Blog Small
 * Testimonial
 * Page Heading
 * Layout
 * Sidebar
 * Widget Content
 * Entry Item
 * Page Number
 * Date Time Picker
 * WordPress
 * Comment
 * Progress
 * Tabs
 * Gallery
 * Pricing
 * Pricing List
 * List
 * Timeable
 * Time Slot
 * Map
 * Slidebar
 * Social Media Share
 * 404 Error
 * Responsive
 * ************************************* */
/* General */
@import url(https://fonts.googleapis.com/css?family=Lora:400,400i|Source+Sans+Pro:400,400i,600,600i,700,700i&subset=latin-ext);
/* Shadow */
.shadow, input,
select,
textarea, #header .site-header-menu .site-menu ul li ul, .iconbox:hover, .hetica-slider .slider-content:hover,
.hetica-carousel .slider-content:hover, ul.page-numbers a:hover,
ul.page-numbers span:hover,
ul.page-numbers span.current {
  -webkit-box-shadow: 0px 8px 6px -7px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 8px 6px -7px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 6px -7px rgba(0, 0, 0, 0.05); }

.noshadow {
  -webkit-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent; }

.fullshadow, .servicebox:hover, .hetica-carousel.center .slick-arrow, .booking-form, .testimonial-small-item, #sidebar .widget, .entry-item .entry-subcontent, #comment-list, #comment-form, .wpcf7-form .contact-round, .transparent-form .wpcf7-form .contact-round, .wpb_tabs .wpb_tabs_nav {
  -webkit-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.05); }

.insetshadow {
  -webkit-box-shadow: inset 0px 0px 7px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0px 0px 7px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 0px 7px 1px rgba(0, 0, 0, 0.05); }

body {
  font-family: "Source Sans Pro";
  font-size: 15px;
  line-height: 1.52;
  background-color: #fff;
  color: #666;
  overflow-x: hidden;
  font-weight: 400; }

.alt-font {
  font-family: "Lora"; }

.heading-font {
  font-family: "Lora"; }

.smooth-font, input,
select,
textarea {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6 {
  line-height: inherit;
  color: #111;
  margin: 0 0 15px;
  font-weight: 400;
  font-family: "Lora";
  line-height: 1.2; }

.bold {
  font-weight: 600; }

.thin {
  font-weight: 300; }

.normal {
  font-weight: 400; }

h1,
.as-h1 {
  font-size: 59px; }

h2,
.as-h2 {
  font-size: 37px; }

h3,
.as-h3 {
  font-size: 23px; }

h4,
.as-h4 {
  font-size: 18px; }

h5,
.as-h5 {
  font-size: 14px; }

h6,
.as-h6 {
  font-size: 12px; }

.as-p {
  line-height: 1.5;
  letter-spacing: 0; }

p {
  margin: 0 0 15px; }

/* Link */
a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #111; }

h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus,
a:focus {
  outline: 0;
  text-decoration: none;
  color: inherit; }

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
a:hover {
  color: #000;
  text-decoration: none; }

/* Form fields, general styles first. */
.button,
button,
input[type=submit] {
  border: 0;
  font-weight: bold;
  vertical-align: middle; }

input,
select,
textarea,
select {
  padding: 15px 20px;
  border: 0;
  background-color: #fbfbfb;
  border: 1px solid #f1f1f1;
  font-family: inherit;
  position: relative;
  vertical-align: middle; }

input:focus,
select:focus,
textarea:focus {
  outline: 0;
  border-color: #ccc; }

select {
  padding: 10px 15px 8px;
  position: relative;
  outline: 0;
  border: 1px solid #999; }

textarea {
  width: 100%;
  min-height: 150px;
  max-height: 15px; }

select:focus,
select option,
select option:focus {
  outline: 0; }

input[type=file] {
  padding: 8px 15px; }

form .small-size {
  max-height: 60px;
  height: 60px; }

/* Buttons */
.button,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 15px 40px;
  background: #4c8bf5;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.05em;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.button:hover,
.button:focus,
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
  background-color: #000;
  outline: none;
  cursor: pointer;
  color: #fff; }

/* Header */
#header {
  position: relative; }
  #header .site-header-info {
    padding: 10px 0;
    background-color: #4c8bf5;
    color: #fff; }
  #header .site-header-content {
    padding: 30px 0 60px; }
    #header .site-header-content .site-logo {
      float: left;
      margin: 5px 0 0; }
    #header .site-header-content .site-left-info {
      float: right; }
      #header .site-header-content .site-left-info ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        #header .site-header-content .site-left-info ul li {
          float: left;
          margin-left: 30px; }
    #header .site-header-content .info-tag .info-tag-icon {
      width: 45px;
      height: 45px;
      text-align: center;
      padding: 12px 0 0;
      margin: 5px 0 0;
      border: 1px solid rgba(0, 0, 0, 0.15);
      -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.05);
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      float: left; }
    #header .site-header-content .info-tag:hover .info-tag-icon {
      border-color: #4c8bf5;
      -webkit-box-shadow: 0px 0px 0px 5px rgba(76, 139, 245, 0.1);
      -moz-box-shadow: 0px 0px 0px 5px rgba(76, 139, 245, 0.1);
      box-shadow: 0px 0px 0px 5px rgba(76, 139, 245, 0.1); }
    #header .site-header-content .info-tag .info-tag-content {
      padding: 10px 0 0 60px; }
      #header .site-header-content .info-tag .info-tag-content span {
        display: block;
        padding: 0;
        line-height: 1.2;
        font-weight: 600; }
      #header .site-header-content .info-tag .info-tag-content .title {
        font-weight: 400;
        color: #111; }
  #header .site-header-menu {
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 3; }
    #header .site-header-menu .site-menu {
      background-color: #333;
      height: 60px;
      position: relative; }
      #header .site-header-menu .site-menu:before, #header .site-header-menu .site-menu:after {
        width: 99999px;
        height: 100%;
        background-color: #333;
        top: 0;
        content: "";
        position: absolute;
        display: none; }
      #header .site-header-menu .site-menu:before {
        left: -99999px; }
      #header .site-header-menu .site-menu:after {
        right: -99999px;
        background-color: #333; }
      #header .site-header-menu .site-menu ul li a {
        color: #fff;
        font-weight: 400;
        display: block;
        height: 60px;
        padding: 20px 30px;
        font-size: 16px;
        position: relative;
        border-right: 1px solid rgba(255, 255, 255, 0.1); }
        #header .site-header-menu .site-menu ul li a:after {
          width: 1px;
          height: 25px;
          content: "";
          background-color: rgba(255, 255, 255, 0.1);
          top: 17.5px;
          right: 0;
          position: absolute;
          opacity: 0; }
        #header .site-header-menu .site-menu ul li a:hover {
          background-color: #111;
          border-color: #111; }
        #header .site-header-menu .site-menu ul li a.active {
          background-color: #4c8bf5;
          color: #fff;
          border-color: #4c8bf5; }
          #header .site-header-menu .site-menu ul li a.active:after {
            background-color: transparent; }
      #header .site-header-menu .site-menu ul li.current-menu-item > a, #header .site-header-menu .site-menu ul li.current-menu-parent > a {
        background-color: #4c8bf5;
        color: #fff;
        border-color: #4c8bf5; }
        #header .site-header-menu .site-menu ul li.current-menu-item > a:after, #header .site-header-menu .site-menu ul li.current-menu-parent > a:after {
          background-color: transparent; }
      #header .site-header-menu .site-menu ul li ul {
        background-color: #fff;
        width: 190px; }
        #header .site-header-menu .site-menu ul li ul li {
          border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
          #header .site-header-menu .site-menu ul li ul li:last-child {
            border-bottom: 0; }
          #header .site-header-menu .site-menu ul li ul li a {
            height: auto;
            padding: 10px 30px;
            color: #333;
            border: 0;
            font-size: 15px; }
          #header .site-header-menu .site-menu ul li ul li a:hover {
            background-color: #fbfbfb;
            color: #333; }
          #header .site-header-menu .site-menu ul li ul li.current-menu-item a {
            background-color: #fbfbfb;
            color: #333;
            border-color: transparent; }
            #header .site-header-menu .site-menu ul li ul li.current-menu-item a:after {
              background-color: transparent; }
      #header .site-header-menu .site-menu ul .call-to-action {
        float: right;
        border: 0; }
        #header .site-header-menu .site-menu ul .call-to-action a {
          background-color: #333;
          position: relative; }
    #header .site-header-menu.full .site-menu:before, #header .site-header-menu.full .site-menu:after {
      display: block; }
    #header .site-header-menu.bottom {
      position: static;
      margin-top: -20px; }
      #header .site-header-menu.bottom .site-menu {
        border-top: 1px solid #f1f1f1;
        margin-top: -1px;
        background-color: transparent; }
        #header .site-header-menu.bottom .site-menu ul li a {
          color: #333; }
          #header .site-header-menu.bottom .site-menu ul li a:hover {
            background-color: transparent;
            border-color: rgba(255, 255, 255, 0.1);
            color: #4c8bf5; }
          #header .site-header-menu.bottom .site-menu ul li a.active {
            color: #4c8bf5;
            background-color: transparent;
            border-color: rgba(255, 255, 255, 0.1); }
            #header .site-header-menu.bottom .site-menu ul li a.active:after {
              background-color: transparent; }
        #header .site-header-menu.bottom .site-menu ul ul {
          background-color: #333; }
          #header .site-header-menu.bottom .site-menu ul ul li {
            border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
            #header .site-header-menu.bottom .site-menu ul ul li a {
              color: rgba(255, 255, 255, 0.9); }
              #header .site-header-menu.bottom .site-menu ul ul li a:hover {
                color: #fff;
                background-color: #393939; }
        #header .site-header-menu.bottom .site-menu ul .call-to-action a {
          background-color: transparent;
          color: #4c8bf5;
          position: relative; }
  #header.header-style-default + .page-heading.small {
    padding-top: 90px; }
  #header.header-style-default + .page-heading.medium {
    padding-top: 120px; }
  #header.header-style-default + .page-heading.large {
    padding-top: 150px; }
  #header .header-social ul {
    list-style: none;
    margin: -10px 0;
    padding: 0;
    overflow: hidden;
    border-left: 1px solid rgba(255, 255, 255, 0.1); }
    #header .header-social ul li {
      float: left; }
    #header .header-social ul a {
      color: #fff;
      display: block;
      border-right: 1px solid rgba(255, 255, 255, 0.1);
      padding: 10px 20px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    #header .header-social ul a:hover {
      background-color: #fff;
      color: #4c8bf5; }

/* Superfish */
.sf-menu,
.sf-menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.sf-menu li {
  position: relative; }

.sf-menu li.megamenus {
  position: static; }

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99; }

.sf-menu .sf-mega ul {
  position: static;
  display: block; }

.sf-menu > li {
  float: left; }

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

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

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

.sf-menu .sf-mega {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
  width: 100%; }

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

/* Site Menu Etc */
.etc-tool-menu {
  float: right;
  margin: -10px 0; }
  .etc-tool-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1); }
    .etc-tool-menu ul li a {
      color: #fff;
      padding: 10px 20px;
      border-right: 1px solid rgba(255, 255, 255, 0.1);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .etc-tool-menu ul li a:hover {
      background-color: rgba(255, 255, 255, 0.1);
      border-color: transparent; }

/* Section */
.section {
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .section .section-content {
    position: relative;
    z-index: 3;
    width: 100%;
    height: inherit; }
  .section .background-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover; }
    .section .background-image.parralax {
      width: 120%;
      height: 120%;
      top: -15%;
      left: -15%; }
    .section .background-image img {
      display: none; }
    .section .background-image.right {
      width: 50%;
      left: auto;
      right: 0;
      background-position: left center; }
    .section .background-image.left {
      width: 50%;
      background-position: right center; }
    .section .background-image.top {
      background-position: top center;
      background-size: scroll; }
    .section .background-image.overlay:before {
      position: absolute;
      width: 100%;
      height: 100%;
      content: "";
      top: 0;
      left: 0;
      z-index: 1;
      background-color: inherit; }
  .section.rightbg {
    background-position: top left; }
  .section.top {
    z-index: 2; }
  .section.padding {
    padding: 30px; }
  .section.border {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff; }
  .section.fullheight {
    height: 100vh; }
  .section + .section {
    z-index: 2; }
  .section.visible {
    overflow: visible; }
  .section .bgoverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1; }

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

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

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

.section-inner.visible .section {
  overflow: visible; }

/* Divider */
.divider {
  height: 1px;
  background-color: #f1f1f1; }

/* SVG Icon */
.svg-icon object {
  width: 70px;
  height: 70px; }
  .svg-icon object svg,
  .svg-icon object path,
  .svg-icon object polygon,
  .svg-icon object rect {
    fill: #fff; }
.svg-icon.round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #4c8bf5;
  width: 60px;
  height: 60px;
  text-align: center; }
.svg-icon.small object {
  width: 40px;
  height: 40px; }

/* Service Box */
.servicebox {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 60px; }
  .servicebox .servicebox-image {
    position: relative; }
    .servicebox .servicebox-image img {
      width: 100%;
      height: auto; }
    .servicebox .servicebox-image:before {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      content: "";
      background-color: rgba(76, 139, 245, 0.88);
      opacity: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .servicebox .servicebox-image:after {
      content: "y";
      font-family: "medical-and-health";
      position: absolute;
      top: 50%;
      left: 0;
      bottom: 50%;
      width: 100%;
      text-align: center;
      color: #fff;
      font-size: 39px;
      opacity: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .servicebox .servicebox-content {
    background-color: #fff;
    padding: 50px 40px 40px;
    text-align: center;
    position: relative; }
    .servicebox .servicebox-content .servicebox-button {
      position: absolute;
      top: -20px;
      left: 0;
      width: 100%;
      z-index: 2; }
      .servicebox .servicebox-content .servicebox-button a {
        display: inline-block;
        padding: 12px 30px;
        height: 40px;
        background-color: #fff;
        color: #666;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
  .servicebox:hover .servicebox-image:after,
  .servicebox:hover .servicebox-image:before {
    opacity: 1; }
  .servicebox:hover .servicebox-button a {
    background-color: #111;
    color: #fff; }

.service-content.entry-content .service-desc {
  display: block;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dotted #f1f1f1;
  color: #999;
  font-size: 18px; }
.service-content.entry-content .entry-subcontent {
  margin: 5px 0 0; }
.service-content.entry-content .entry-content {
  padding-bottom: 0; }

.white-bg .servicebox-content {
  background-color: #fbfbfb; }

/* Icon Box */
.iconbox {
  background-color: #fbfbfb;
  padding: 40px;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .iconbox .icon {
    font-size: 40px;
    color: #333; }
  .iconbox .iconbox-content .call-to-action {
    display: inline-block;
    border-top: 1px solid #f1f1f1;
    padding-top: 20px;
    margin-top: 20px; }
  .iconbox:hover {
    background-color: #4c8bf5;
    color: #fff; }
    .iconbox:hover .icon,
    .iconbox:hover .iconbox-content h4,
    .iconbox:hover .call-to-action {
      color: #fff; }
  .iconbox .readmore {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3; }

/* Heading Title */
.heading-title {
  margin-bottom: 60px; }
  .heading-title .heading {
    margin-bottom: 0;
    font-weight: 300; }
  .heading-title .desc {
    font-size: 16px;
    color: #999; }
  .heading-title .heading-stag {
    width: 25px;
    height: 25px;
    position: relative;
    color: #4c8bf5;
    border: 2px solid #4c8bf5;
    text-align: center;
    margin-top: 40px;
    font-size: 20px;
    line-height: 1;
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
    .heading-title .heading-stag:before, .heading-title .heading-stag:after {
      width: 60px;
      height: 2px;
      top: 14px;
      left: 35px;
      content: "";
      background-color: rgba(76, 139, 245, 0.2);
      position: absolute; }
    .heading-title .heading-stag:after {
      left: auto;
      right: 35px; }
  .heading-title.small {
    margin-bottom: 30px; }
    .heading-title.small h2 {
      font-size: 22px; }
  .heading-title.white h2 {
    color: #fff; }
  .heading-title.white .desc {
    color: rgba(255, 255, 255, 0.7); }

/* Footer */
#footer {
  background-color: #333;
  color: rgba(255, 255, 255, 0.9);
  position: relative; }
  #footer .footer-widgets {
    padding: 60px 0; }
    #footer .footer-widgets .widget {
      margin-bottom: 60px; }
      #footer .footer-widgets .widget .widget-title {
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 20px;
        margin-bottom: 20px; }
      #footer .footer-widgets .widget a {
        color: #fff; }
      #footer .footer-widgets .widget ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        #footer .footer-widgets .widget ul li {
          margin-bottom: 10px; }
      #footer .footer-widgets .widget:last-child {
        margin-bottom: 0; }
  #footer .footer-credits {
    background-color: #222;
    padding: 20px 0; }
  #footer .footer-logo {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 30px; }
  #footer .footer-social {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 30px;
    padding-top: 30px; }
    #footer .footer-social ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #footer .footer-social ul li {
        display: inline-block;
        margin-right: 10px; }
        #footer .footer-social ul li a {
          display: block; }
        #footer .footer-social ul li span {
          text-transform: uppercase;
          font-weight: 800;
          font-size: 11px; }
  #footer.has-block .footer-widgets {
    padding: 240px 0 60px; }
  #footer.has-block .footer-top-block {
    position: absolute;
    width: 100%;
    left: 0;
    top: -120px;
    z-index: 999; }
  #footer.has-block .footer-block-content {
    background-color: #4c8bf5;
    padding: 60px; }

/* Area */
.full-right {
  width: 1200px;
  height: 1200px;
  background-color: #4c8bf5;
  position: absolute;
  top: -90px;
  left: 0;
  z-index: -3 !important; }

/* Row */
.row.no-margin {
  margin-left: 0;
  margin-right: 0; }
  .row.no-margin > [class*="col-"] {
    padding-left: 0;
    padding-right: 0; }
.row.border {
  margin-left: 0;
  margin-right: 0; }
  .row.border > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
    border-right: 1px solid #eee; }
    .row.border > [class*="col-"] > div {
      padding-left: 40px;
      padding-right: 40px; }
    .row.border > [class*="col-"]:last-child {
      border-right: 0; }
  .row.border.no-margin > [class*="col-"] > div {
    padding-left: 0;
    padding-right: 0; }
  .row.border.no-margin:last-child {
    border-right: 0; }
.row.equalheight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .row.equalheight > [class*="col-"] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .row.equalheight > [class*="col-"] > div {
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }

/*             > .section
 * height: 100% */
.column-content {
  position: relative;
  z-index: 4; }

.white {
  color: #fff !important; }

.justify-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex !important;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-flex-grow: 1;
  -webkit-justify-content: center;
  flex-grow: 1;
  justify-content: center;
  position: relative; }

.top-60 {
  margin-top: 60px; }

.top-30 {
  margin-top: 30px; }

.bottom-60 {
  margin-bottom: 60px; }

.bottom-30 {
  margin-bottom: 30px; }

/* Slider */
.hetica-slider img,
.hetica-carousel img {
  max-width: 100%;
  height: auto; }
.hetica-slider button,
.hetica-carousel button {
  padding: 0;
  background-color: transparent;
  color: #000; }
.hetica-slider .slick-arrow,
.hetica-carousel .slick-arrow {
  position: absolute;
  width: auto;
  height: 50px;
  text-align: center;
  display: block;
  font-size: 30px;
  z-index: 999;
  display: block;
  top: 50%;
  bottom: 50%;
  margin-top: -25px;
  font-family: "FontAwesome";
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .hetica-slider .slick-arrow.fusion-prev,
  .hetica-carousel .slick-arrow.fusion-prev {
    left: 100px; }
  .hetica-slider .slick-arrow.fusion-next,
  .hetica-carousel .slick-arrow.fusion-next {
    right: 100px; }
.hetica-slider .slick-dots,
.hetica-carousel .slick-dots {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  text-align: center; }
  .hetica-slider .slick-dots li,
  .hetica-carousel .slick-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #f1f1f1;
    margin: 0 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
    .hetica-slider .slick-dots li button,
    .hetica-carousel .slick-dots li button {
      text-indent: -99999px;
      display: block; }
    .hetica-slider .slick-dots li.slick-active,
    .hetica-carousel .slick-dots li.slick-active {
      background-color: #4c8bf5; }
    .hetica-slider .slick-dots li:hover,
    .hetica-carousel .slick-dots li:hover {
      cursor: pointer; }
.hetica-slider .slider-content,
.hetica-carousel .slider-content {
  overflow: hidden; }
.hetica-slider.black .slick-arrow.fusion-prev:before, .hetica-slider.black .slick-arrow.fusion-prev:after, .hetica-slider.black .slick-arrow.fusion-next:before, .hetica-slider.black .slick-arrow.fusion-next:after,
.hetica-carousel.black .slick-arrow.fusion-prev:before,
.hetica-carousel.black .slick-arrow.fusion-prev:after,
.hetica-carousel.black .slick-arrow.fusion-next:before,
.hetica-carousel.black .slick-arrow.fusion-next:after {
  color: #999; }
.hetica-slider .carousel-item,
.hetica-carousel .carousel-item {
  position: relative; }
  .hetica-slider .carousel-item .carousel-content,
  .hetica-carousel .carousel-item .carousel-content {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .hetica-slider .carousel-item .carousel-content .carousel-content-detail,
    .hetica-carousel .carousel-item .carousel-content .carousel-content-detail {
      padding: 0 160px;
      color: #fff; }
      .hetica-slider .carousel-item .carousel-content .carousel-content-detail .subheading,
      .hetica-carousel .carousel-item .carousel-content .carousel-content-detail .subheading {
        font-size: 11px;
        text-transform: uppercase;
        font-weight: 800;
        letter-spacing: 0.05em;
        display: block;
        margin-bottom: 30px; }
      .hetica-slider .carousel-item .carousel-content .carousel-content-detail h2,
      .hetica-carousel .carousel-item .carousel-content .carousel-content-detail h2 {
        font-weight: 300;
        font-size: 49px;
        line-height: 1;
        letter-spacing: 0; }
      .hetica-slider .carousel-item .carousel-content .carousel-content-detail a,
      .hetica-carousel .carousel-item .carousel-content .carousel-content-detail a {
        color: #fff; }

.hetica-carousel {
  margin-left: -15px;
  margin-right: -15px; }
  .hetica-carousel .slick-slide {
    padding-left: 15px;
    padding-right: 15px; }
  .hetica-carousel.center {
    margin-left: -30%;
    margin-right: -30%; }
    .hetica-carousel.center .slick-slide {
      pointer-events: none;
      padding-left: 0;
      padding-right: 0;
      position: relative; }
      .hetica-carousel.center .slick-slide:before {
        width: 100%;
        height: 100%;
        position: absolute;
        content: "";
        background-color: rgba(0, 0, 0, 0.6);
        top: 0;
        left: 0;
        z-index: 1;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .hetica-carousel.center .slick-slide.slick-center {
        opacity: 1;
        pointer-events: all; }
        .hetica-carousel.center .slick-slide.slick-center .carousel-content {
          opacity: 1; }
        .hetica-carousel.center .slick-slide.slick-center:before {
          background-color: rgba(0, 0, 0, 0.9); }
    .hetica-carousel.center .slick-arrow {
      width: 50px;
      height: 50px;
      background-color: rgba(255, 255, 255, 0.9);
      text-align: center;
      font-size: 22px;
      padding: 9px 0 0; }
      .hetica-carousel.center .slick-arrow.fusion-prev {
        left: 25%; }
      .hetica-carousel.center .slick-arrow.fusion-next {
        right: 25%; }
      .hetica-carousel.center .slick-arrow:hover {
        cursor: pointer;
        background-color: #4c8bf5;
        color: #fff; }

/* Doctor Item */
.doctor-member {
  position: relative;
  margin-bottom: 30px; }
  .doctor-member .doctor-avatar {
    position: relative; }
    .doctor-member .doctor-avatar img {
      width: 100%;
      height: auto; }
    .doctor-member .doctor-avatar .button-area {
      position: absolute;
      top: 50%;
      left: 0;
      bottom: 50%;
      width: 100%;
      margin-top: -15px;
      height: auto;
      text-align: center;
      opacity: 0;
      z-index: 2;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .doctor-member .doctor-avatar:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      z-index: 1;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      opacity: 0;
      background-color: rgba(76, 139, 245, 0.8); }
  .doctor-member .doctor-content {
    padding: 20px 40px 0; }
    .doctor-member .doctor-content h4 {
      margin-bottom: 0; }
    .doctor-member .doctor-content .desc {
      color: #4c8bf5;
      font-size: 13px;
      font-weight: 600; }
    .doctor-member .doctor-content .doctor-desc {
      border-top: 1px solid #f1f1f1;
      margin-top: 20px;
      padding-top: 20px; }
  .doctor-member .doctor-social ul {
    list-style: none;
    margin: 20px 0;
    padding: 0; }
    .doctor-member .doctor-social ul li {
      display: inline-block; }
      .doctor-member .doctor-social ul li a {
        display: block;
        width: 20px;
        height: 20px;
        background-color: #f1f1f1;
        text-align: center;
        padding: 3px 0 0;
        margin-right: 5px;
        font-size: 11px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
        .doctor-member .doctor-social ul li a:hover {
          background-color: #333;
          color: #fff; }
  .doctor-member:hover .doctor-avatar:after,
  .doctor-member:hover .doctor-avatar .button-area {
    opacity: 1; }

/* Booking Form */
.booking-form {
  padding: 60px 60px 30px;
  margin: 0 40px;
  background-color: #fff;
  border: 1px solid #f1f1f1; }
  .booking-form .heading-title {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 60px; }

/* Count Box */
.countbox {
  position: relative; }
  .countbox h4 {
    font-size: 49px;
    line-height: 1;
    margin-bottom: 0; }

/* Button */
.button.round {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }
.button.white {
  background-color: #fff;
  color: #333; }
.button.border {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff; }
.button.border-strong {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px; }
.button.border-style {
  background-color: transparent;
  border: 2px solid #4c8bf5;
  color: #4c8bf5;
  padding-top: 14px;
  padding-bottom: 10px; }

/* Tabs */
.hetica-tabs .hetica-tab {
  border-bottom: 1px solid #f1f1f1;
  padding: 30px 0; }
  .hetica-tabs .hetica-tab ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .hetica-tabs .hetica-tab ul li {
      display: inline-block; }
      .hetica-tabs .hetica-tab ul li a {
        display: block; }
      .hetica-tabs .hetica-tab ul li h4 {
        margin-bottom: 0; }
      .hetica-tabs .hetica-tab ul li i {
        font-size: 49px; }
      .hetica-tabs .hetica-tab ul li.active i {
        color: #4c8bf5; }
.hetica-tabs .hetica-tab-content .tab-pane {
  display: none;
  padding-top: 60px;
  padding-bottom: 60px; }
  .hetica-tabs .hetica-tab-content .tab-pane.active {
    display: block; }
.hetica-tabs .tabcontent {
  margin-top: 60px;
  text-align: center; }
.hetica-tabs .tab-title {
  text-align: center;
  margin-bottom: 40px; }
.hetica-tabs .button-action {
  margin-top: 60px; }

/* Step Box */
.stepbox {
  text-align: center;
  position: relative; }
  .stepbox .stepbox-icon {
    font-size: 49px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .stepbox .stepbox-icon:before {
      width: 50%;
      height: 1px;
      border-bottom: 3px dotted #f1f1f1;
      position: absolute;
      content: "";
      top: 50%;
      bottom: 50%;
      margin-top: -1px;
      right: -25%; }
  .stepbox .stepbox-content h4 {
    margin-bottom: 0; }
  .stepbox .stepbox-number {
    margin-bottom: 20px; }
    .stepbox .stepbox-number span {
      display: inline-block;
      width: 30px;
      height: 30px;
      padding: 3px 0 0;
      border: 2px solid #f1f1f1;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
  .stepbox:hover .stepbox-icon {
    color: #4c8bf5; }

.row .section-inner:last-child .stepbox .stepbox-icon:before {
  display: none; }

/* Hover Box */
.hoverbox {
  position: relative; }
  .hoverbox .hover-media {
    position: relative; }
    .hoverbox .hover-media:after {
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7);
      top: 0;
      left: 0;
      z-index: 1;
      content: "";
      position: absolute;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .hoverbox .hover-media img {
      width: 100%;
      height: auto; }
  .hoverbox .hover-content {
    position: absolute;
    width: 100%;
    padding: 40px;
    height: auto;
    top: 0;
    left: 0;
    z-index: 2;
    color: #fff; }
    .hoverbox .hover-content h4 {
      color: #fff;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      padding-bottom: 20px;
      margin-bottom: 20px; }
  .hoverbox .hover-action {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 40px;
    z-index: 2; }
    .hoverbox .hover-action a {
      color: #fff;
      text-transform: uppercase;
      font-size: 11px;
      font-weight: 800; }
  .hoverbox:hover .hover-media:after {
    background-color: rgba(76, 139, 245, 0.96); }

/* Icon Tag */
.icontag {
  color: #4c8bf5; }
  .icontag.medium {
    font-size: 49px; }

/* Form */
.hetica-form .field {
  margin-bottom: 20px; }
  .hetica-form .field input,
  .hetica-form .field textarea {
    width: 100%;
    height: auto;
    background-color: transparent;
    border: 1px solid #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1;
    padding-top: 20px;
    color: #fff; }

/* Blog Small */
.blog-small-item {
  padding: 60px;
  border: 1px solid #f1f1f1;
  background-color: #fff;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .blog-small-item .entry-media {
    margin: -61px -61px 30px;
    position: relative; }
    .blog-small-item .entry-media img {
      width: 100%;
      height: auto; }
    .blog-small-item .entry-media:after {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(76, 139, 245, 0);
      z-index: 1;
      content: "";
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .blog-small-item .entry-title-area {
    margin-top: 40px; }
    .blog-small-item .entry-title-area .category {
      color: #4c8bf5;
      margin-bottom: 10px;
      display: block; }
      .blog-small-item .entry-title-area .category a {
        color: inherit; }
  .blog-small-item .entry-info {
    border-top: 1px solid #f1f1f1;
    padding-top: 30px;
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600; }
    .blog-small-item .entry-info span,
    .blog-small-item .entry-info time {
      margin-right: 20px; }
      .blog-small-item .entry-info span:last-child,
      .blog-small-item .entry-info time:last-child {
        margin-right: 0; }
    .blog-small-item .entry-info .sticky {
      display: inline-block; }
  .blog-small-item .entry-avatar {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 2;
    bottom: -20px;
    left: 60px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
    .blog-small-item .entry-avatar img {
      width: 100%;
      height: auto; }
  .blog-small-item:hover {
    -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.05); }
    .blog-small-item:hover .entry-media:after {
      background-color: rgba(0, 0, 0, 0.6); }

/* Testimonial Item */
.testimonial-small-item {
  background-color: #fff;
  padding: 60px; }
  .testimonial-small-item .testimonial-main-content {
    padding: 0; }
  .testimonial-small-item .testimonial-small-info {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f1f1f1; }
    .testimonial-small-item .testimonial-small-info span {
      display: block; }
    .testimonial-small-item .testimonial-small-info .avatar {
      width: 40px;
      float: left;
      margin: 3px 0 0; }
      .testimonial-small-item .testimonial-small-info .avatar img {
        width: 100%;
        height: auto;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
    .testimonial-small-item .testimonial-small-info .name {
      color: #111;
      font-size: 16px;
      font-weight: 600;
      line-height: 1; }
    .testimonial-small-item .testimonial-small-info .desc {
      color: #999;
      font-size: 14px; }
    .testimonial-small-item .testimonial-small-info .name,
    .testimonial-small-item .testimonial-small-info .desc {
      padding-left: 60px; }

/* Page Heading */
.page-heading {
  padding: 60px 0;
  background-color: #f1f1f1; }
  .page-heading h4 {
    font-size: 32px;
    margin-bottom: 0;
    font-weight: 300; }
  .page-heading span.desc {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.05em; }
    .page-heading span.desc time,
    .page-heading span.desc span {
      margin-right: 10px; }
  .page-heading i {
    font-style: normal;
    text-decoration: none; }
  .page-heading .sticky {
    display: inline-block; }
  .page-heading.size-small {
    padding: 60px 0; }
  .page-heading.size-medium {
    padding: 90px 0; }
  .page-heading.size-large {
    padding: 120px 0; }

/* Layout */
.content-wrap {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px; }

#sidebar-content #content {
  float: right; }

#content-sidebar #sidebar {
  margin-left: 8.33333%; }

/* Sidebar */
#sidebar .widget {
  border: 1px solid #f1f1f1;
  margin-bottom: 60px;
  padding: 20px 40px; }
  #sidebar .widget:last-child {
    margin-bottom: 0; }
  #sidebar .widget .widget-title {
    background-color: #fbfbfb;
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    padding: 30px 40px 20px;
    margin: -20px -40px 20px; }
  #sidebar .widget ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #sidebar .widget ul li {
      border-bottom: 1px solid #f1f1f1;
      padding: 0 40px 10px;
      margin: 0 -40px 10px;
      position: relative; }
      #sidebar .widget ul li:last-child {
        border-bottom: 0;
        margin-bottom: 0; }
      #sidebar .widget ul li a {
        position: relative; }
        #sidebar .widget ul li a:hover {
          color: #4c8bf5; }
          #sidebar .widget ul li a:hover:after {
            color: #ccc; }
      #sidebar .widget ul li:after {
        content: "";
        font-family: "FontAwesome";
        position: absolute;
        top: 0;
        right: 40px;
        color: #eee; }
    #sidebar .widget ul ul {
      border-top: 1px solid #f1f1f1;
      padding-top: 10px;
      margin-top: 10px;
      padding-left: 10px; }
      #sidebar .widget ul ul li:last-child {
        padding-bottom: 0;
        margin-bottom: 0; }
#sidebar .widget.hetica_promo_box {
  background-color: rgba(76, 139, 245, 0.9);
  color: #fff; }
  #sidebar .widget.hetica_promo_box .widget-title {
    background-color: #4c8bf5;
    border-bottom: 0;
    color: #fff; }

/* Widget Content */
.widget-content img {
  max-width: 100%;
  height: auto; }
.widget-content table {
  width: 100%;
  text-align: center; }
  .widget-content table caption,
  .widget-content table thead tr th {
    text-align: inherit; }
.widget-content select {
  width: 100%; }
.widget-content .search-form label,
.widget-content .search-form input {
  width: 100%; }
.widget-content .search-form .search-field {
  margin-bottom: 10px; }

.widget.latest-tweet ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 0 20px 40px;
  margin-bottom: 20px;
  position: relative; }
  .widget.latest-tweet ul li span {
    display: block; }
  .widget.latest-tweet ul li:after {
    content: "";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 22px;
    color: #fff; }
  .widget.latest-tweet ul li:last-child {
    padding-bottom: 0;
    border-bottom: 0; }

.widget-flickr .widget-title {
  border-bottom: 0; }
.widget-flickr .flickr-widget {
  margin: -21px -5px 0; }
.widget-flickr .flickr_badge_image {
  float: left;
  width: 25%;
  padding: 0 2.5px 5px; }
  .widget-flickr .flickr_badge_image img {
    width: 100%;
    height: auto; }

/* Entry Item */
.entry-item {
  position: relative;
  margin-bottom: 60px; }
  .entry-item .entry-media {
    position: relative; }
    .entry-item .entry-media img {
      width: 100%;
      height: auto; }
    .entry-item .entry-media:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      background-color: rgba(0, 0, 0, 0.6);
      opacity: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .entry-item .entry-media .entry-link {
      position: absolute;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      top: 50%;
      bottom: 50%;
      left: 50%;
      right: 50%;
      text-align: center;
      padding: 14px 0 0;
      border: 2px solid #fff;
      margin: -25px 0 0 -25px;
      color: #fff;
      display: block;
      -moz-transform: scale(0.5);
      -webkit-transform: scale(0.5);
      -o-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5);
      opacity: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .entry-item .entry-media .entry-link:hover {
        background-color: rgba(76, 139, 245, 0.1);
        border-color: #4c8bf5;
        color: #4c8bf5; }
    .entry-item .entry-media .entry-quotes {
      padding: 80px 80px 100px;
      background-color: #333;
      font-size: 20px;
      color: #fff; }
      .entry-item .entry-media .entry-quotes a {
        color: inherit; }
    .entry-item .entry-media:hover:before {
      opacity: 1; }
    .entry-item .entry-media:hover .entry-link {
      opacity: 1;
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .entry-item .entry-subcontent {
    margin: -40px 40px 0;
    padding: 40px;
    background-color: #fff;
    position: relative;
    z-index: 2;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1; }
    .entry-item .entry-subcontent:before {
      position: absolute;
      width: 100%;
      height: 5px;
      top: -5px;
      left: 0;
      content: "";
      background-color: #4c8bf5; }
    .entry-item .entry-subcontent .entry-media {
      margin: -40px -40px -60px; }
  .entry-item .entry-title-area {
    margin: 0 -40px 30px;
    padding: 0 40px 30px;
    border-bottom: 1px solid #f1f1f1; }
    .entry-item .entry-title-area .entry-title {
      margin-bottom: 0; }
  .entry-item .entry-summary {
    margin-bottom: 30px; }
  .entry-item .entry-info {
    padding: 15px 40px 10px;
    background-color: #f1f1f1;
    margin: 0 -40px -40px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold; }
    .entry-item .entry-info span {
      margin-right: 30px; }
    .entry-item .entry-info .sticky {
      display: inline-block; }
    .entry-item .entry-info i {
      font-style: normal;
      text-decoration: none; }
    .entry-item .entry-info .tags a {
      display: inline-block;
      margin: 0 5px; }
  .entry-item .entry-no-media {
    padding: 40px 0;
    background-color: #fbfbfb; }
  .entry-item .entry-content {
    padding-bottom: 60px; }
    .entry-item .entry-content img,
    .entry-item .entry-content figure {
      max-width: 100%;
      height: auto; }
  .entry-item.format-quote .entry-media:before, .entry-item.format-gallery .entry-media:before {
    display: none; }
  .entry-item.type-doctor .entry-content {
    padding-bottom: 0; }

.doctor-avatar {
  position: relative; }
  .doctor-avatar .doctor-social {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
    text-align: center; }
    .doctor-avatar .doctor-social ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .doctor-avatar .doctor-social ul li {
        display: inline-block;
        margin: 0 2.5px; }
        .doctor-avatar .doctor-social ul li a {
          display: block;
          width: 40px;
          height: 40px;
          background-color: rgba(255, 255, 255, 0.8);
          padding: 10px 0 0;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%; }
        .doctor-avatar .doctor-social ul li a:hover {
          background-color: #4c8bf5;
          color: #fff;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }

/* mptt-theme-mode-event */
p.mptt-theme-mode-event {
  padding: 30px;
  background-color: #fbfbfb; }
  p.mptt-theme-mode-event img {
    margin-bottom: 0; }

/* Page Number */
ul.page-numbers {
  list-style: none;
  margin: 0;
  padding: 30px 0;
  border-top: 1px solid #f1f1f1; }
  ul.page-numbers li {
    display: inline-block; }
    ul.page-numbers li a,
    ul.page-numbers li span {
      display: block;
      line-height: 1;
      color: #333;
      padding: 15px 25px;
      position: relative;
      text-transform: uppercase;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
  ul.page-numbers a:hover,
  ul.page-numbers span:hover,
  ul.page-numbers span.current {
    color: #fff;
    background-color: #4c8bf5; }
  ul.page-numbers a:hover,
  ul.page-numbers span:hover {
    color: #4c8bf5;
    background-color: #f1f1f1; }

/* Date Time Picker */
.bootstrap-datetimepicker-widget table {
  color: #888; }

/* WordPress */
.screen-reader-text {
  display: none; }

.sticky,
.bypostauthor {
  display: block; }

embed,
iframe,
object,
video {
  margin-bottom: 1.75em;
  max-width: 100%;
  vertical-align: middle; }

p > embed,
p > iframe,
p > object,
p > video {
  margin-bottom: 0; }

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
  box-shadow: none; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
  margin-top: 0;
  margin-bottom: 1.75em; }

.wp-playlist.wp-audio-playlist {
  padding-bottom: 0; }

.wp-playlist .wp-playlist-tracks {
  margin-top: 0; }

.wp-playlist-item .wp-playlist-caption {
  border-bottom: 0;
  padding: 0.71429em 0; }

.wp-playlist-item .wp-playlist-item-length {
  top: 0.71429em; }

.wp-caption {
  margin-bottom: 1.75em;
  max-width: 100%;
  text-align: center; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
  overflow: hidden; }

.wp-caption .wp-caption-text {
  color: #999;
  display: block;
  font-size: 14px;
  font-style: normal;
  padding-top: 0.53846em;
  font-family: "Poppins";
  font-style: normal; }

.gallery {
  margin: 0 -1.16667% 1.75em; }

.gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.14007% 2.28013%;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-1 .gallery-item {
  max-width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.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 {
  color: #999;
  display: block;
  font-size: 14px;
  font-style: normal;
  padding-top: 0.53846em; }

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none; }

.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0; }

.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em; }

blockquote.alignleft {
  margin: 0.31579em 1.47368em 1.47368em 0; }

blockquote.alignright {
  margin: 0.31579em 0 1.47368em 1.47368em; }

blockquote.aligncenter {
  margin-bottom: 1.47368em; }

/* Format Content */
.format-content strong,
.entry-content strong {
  color: #333; }
.format-content table,
.entry-content table {
  width: 100%;
  margin-bottom: 60px;
  text-align: left; }
  .format-content table tr,
  .entry-content table tr {
    border-bottom: 1px solid #f1f1f1; }
    .format-content table tr td,
    .format-content table tr th,
    .entry-content table tr td,
    .entry-content table tr th {
      padding: 10px 0; }
    .format-content table tr th,
    .entry-content table tr th {
      color: #333; }
.format-content dl dt,
.entry-content dl dt {
  color: #333; }
.format-content dl dd,
.entry-content dl dd {
  margin-bottom: 20px; }
.format-content pre,
.entry-content pre {
  border: 0;
  border-radius: 0;
  padding: 40px; }
.format-content blockquote,
.entry-content blockquote {
  font-family: "Poppins";
  border: 0;
  padding: 60px;
  color: #333;
  position: relative;
  overflow: hidden;
  font-size: 16px/22;
  font-weight: 400;
  margin: 40px 0; }
  .format-content blockquote:before,
  .entry-content blockquote:before {
    content: '"';
    position: absolute;
    top: 0;
    left: 50px;
    font-size: 128px;
    line-height: 1;
    color: #f1f1f1; }

/* Comments */
#comment-list {
  padding: 40px 0;
  margin: 0 40px;
  border: 1px solid #f1f1f1; }
  #comment-list .comment-nav {
    padding: 0 40px 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #f1f1f1; }
    #comment-list .comment-nav h3 {
      margin-bottom: 0;
      float: left; }
    #comment-list .comment-nav span {
      float: right; }
      #comment-list .comment-nav span a {
        color: #999; }

ul.commentlist {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.commentlist li.comment {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 30px;
    margin-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px; }
    ul.commentlist li.comment ul.children {
      margin: 30px 0;
      padding: 30px 0 0 10px;
      list-style: none; }
      ul.commentlist li.comment ul.children ul:last-child {
        margin-bottom: 0; }
    ul.commentlist li.comment .avatar {
      float: left;
      width: 40px; }
      ul.commentlist li.comment .avatar img {
        width: 100%;
        height: auto; }
    ul.commentlist li.comment .comment-text {
      background: #fff;
      position: relative;
      margin: 0 0 0 60px; }
    ul.commentlist li.comment:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: 0; }
  ul.commentlist ul.children {
    border-top: 1px solid #f1f1f1;
    padding-top: 30px;
    margin-top: 30px; }
    ul.commentlist ul.children:last-child {
      margin-bottom: 0;
      padding-bottom: 0; }
  ul.commentlist > li.comment:last-child .comment-text {
    border-bottom-width: 0;
    padding-bottom: 0; }

.comment .comment-text .author {
  margin-bottom: 5px;
  margin-top: 1px; }
  .comment .comment-text .author span {
    display: block;
    line-height: 1;
    font-size: 14px;
    color: #111;
    margin-bottom: 0; }
  .comment .comment-text .author time,
  .comment .comment-text .author time a {
    font-size: 13px;
    color: #999;
    font-style: normal; }
  .comment .comment-text .author time a:before {
    content: "•";
    color: #bebebe !important;
    margin: 0 5px; }
  .comment .comment-text .author a.url {
    color: #333; }
  .comment .comment-text .author a:hover {
    color: #666; }

.comment-notes,
.logged-in-as {
  margin-bottom: 30px; }

.comment-respond .field input {
  width: 100%; }

#comment-form {
  padding: 40px;
  margin: 60px 40px 0;
  background-color: #fbfbfb;
  border: 1px solid #f1f1f1; }
  #comment-form input,
  #comment-form textarea {
    background-color: #fff; }
  #comment-form .submit {
    background-color: #4c8bf5; }

pre,
blockquote {
  border: 0;
  padding: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/* Contact Form 7 */
.wpcf7-form {
  position: relative; }
  .wpcf7-form .field {
    margin-bottom: 30px; }
    .wpcf7-form .field label {
      color: #111;
      display: block; }
    .wpcf7-form .field input,
    .wpcf7-form .field textarea {
      width: 100%;
      background-color: #f1f1f1; }
      .wpcf7-form .field input:focus,
      .wpcf7-form .field textarea:focus {
        background-color: rgba(76, 139, 245, 0.1); }
    .wpcf7-form .field input[type="submit"] {
      display: inline-block;
      background-color: #4c8bf5;
      width: auto; }
    .wpcf7-form .field .wpcf7-not-valid {
      background-color: rgba(255, 0, 0, 0.1); }
  .wpcf7-form .field:last-child {
    margin-bottom: 0; }
  .wpcf7-form .wpcf7-not-valid-tip {
    display: none; }
  .wpcf7-form .wpcf7-response-output {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 10px 60px;
    border: 0; }
    .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
      background-color: red;
      color: #fff; }
  .wpcf7-form .contact-round {
    background-color: #fff;
    padding: 60px;
    position: relative; }

.transparent-form .wpcf7-form .contact-round {
  background-color: transparent; }

.contact-simple {
  -moz-placeholder-color: #fff;
  -ms-input-placeholder-color: #fff; }
  .contact-simple .field input,
  .contact-simple .field textarea {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff; }
  .contact-simple .field input[type="submit"] {
    background-color: #fff;
    color: #111; }
  .contact-simple ::-webkit-input-placeholder {
    color: #fff; }
  .contact-simple ::-moz-placeholder {
    color: #fff; }

/* Progress */
.progress-area ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .progress-area ul .progress-item {
    margin-bottom: 30px;
    position: relative; }
  .progress-area ul .progress-bar {
    width: 100%;
    height: 5px;
    background-color: #999;
    position: relative;
    overflow: hidden; }
    .progress-area ul .progress-bar .progress-bar-value {
      position: absolute;
      height: 100%;
      min-width: 0;
      top: 0;
      left: 0;
      background-color: #3C55F4;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
  .progress-area ul .progress-content {
    margin-top: 0; }
    .progress-area ul .progress-content h4 {
      font-size: 14.6px; }
    .progress-area ul .progress-content span {
      position: absolute;
      top: 0;
      left: 0;
      background-color: #333;
      color: #fff;
      font-size: 11px;
      line-height: 1;
      padding: 5px 10px;
      margin: 0 0 0 -15px;
      display: inline-block;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      .progress-area ul .progress-content span:before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0 0;
        border-color: #333 transparent transparent transparent;
        position: absolute;
        content: "";
        bottom: -5px;
        left: 10px; }
.progress-area.white .progress-content h4 {
  color: #fff; }
.progress-area.white ul .progress-bar {
  background-color: #fff; }

.big-quotes {
  font-size: 28px;
  font-weight: 300; }

/* Tabs */
.wpb_tabs .wpb_tabs_nav {
  width: 220px;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #f1f1f1; }
  .wpb_tabs .wpb_tabs_nav li {
    border-bottom: 1px solid #fbfbfb; }
    .wpb_tabs .wpb_tabs_nav li a {
      padding: 10px 25px;
      display: block;
      color: #111;
      font-size: 16px; }
    .wpb_tabs .wpb_tabs_nav li.ui-state-active a {
      background-color: #fbfbfb;
      color: #4c8bf5; }
.wpb_tabs .wpb_tab {
  padding: 0 0 0 250px; }

/* Gallery */
.layout-grid .gallery-overlay-item {
  margin-bottom: 30px; }

.layout-grid .no-margin .gallery-overlay-item {
  margin-bottom: 0; }

.masonry-layout.row.normal .masonry-item {
  margin-bottom: 30px; }

.gallery-overlay-item {
  position: relative; }

.layout-grid .gallery-overlay-item {
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: 0 0 6px 0 rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0 0 6px 0 rgba(50, 50, 50, 0.1);
  box-shadow: 0 0 6px 0 rgba(50, 50, 50, 0.1); }

.gallery-overlay-item:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(59, 84, 243, 0.9);
  content: "";
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.gallery-overlay-item:hover:before {
  opacity: 1; }

.gallery-overlay-item .gallery-media {
  position: relative; }

.gallery-overlay-item .gallery-media img {
  width: 100%;
  height: auto; }

.gallery-overlay-item .gallery-content {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  z-index: 3;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.gallery-overlay-item:hover .gallery-content {
  opacity: 1; }

.gallery-overlay-item .gallery-content h4 {
  margin-bottom: 0;
  color: inherit; }

.gallery-overlay-item .gallery-content span {
  font-size: 14px;
  line-height: 1.4; }

.gallery-overlay-item .gallery-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3; }

/* Pricing */
.pricing-plan-normal {
  position: relative;
  background-color: rgba(50, 50, 50, 0.02);
  padding: 40px;
  margin-bottom: 5px;
  margin-top: 5px;
  border-top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .pricing-plan-normal:before {
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #999;
    left: 0;
    top: -5px;
    content: ""; }
  .pricing-plan-normal.active, .pricing-plan-normal:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.09);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.09);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.09); }
    .pricing-plan-normal.active:before, .pricing-plan-normal:hover:before {
      background-color: #3c55f4; }
    .pricing-plan-normal.active .pricing-plan-action a, .pricing-plan-normal:hover .pricing-plan-action a {
      background-color: #3c55f4;
      border-color: #3c55f4; }
  .pricing-plan-normal .pricing-plan-title {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f6f6f6; }
  .pricing-plan-normal .pricing-plan-desc {
    font-size: 14px;
    line-height: 1.4;
    border-bottom: 2px solid #f6f6f6;
    display: block;
    font-weight: 700;
    padding-bottom: 40px;
    margin-top: 20px;
    font-style: normal; }
  .pricing-plan-normal .pricing-plan-price {
    font-size: 49px;
    line-height: 1;
    font-weight: 700;
    color: #000;
    position: relative; }
  .pricing-plan-normal .pricing-plan-content {
    padding: 0 0 30px; }
    .pricing-plan-normal .pricing-plan-content ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .pricing-plan-normal .pricing-plan-content ul li {
        border-bottom: 1px solid #f1f1f1;
        padding-bottom: 10px;
        margin-bottom: 10px; }
    .pricing-plan-normal .pricing-plan-content strong {
      color: #000;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
  .pricing-plan-normal .pricing-plan-action {
    text-align: center; }
    .pricing-plan-normal .pricing-plan-action a {
      display: block;
      padding: 12px 20px 8px;
      border: 2px solid #999;
      background-color: #999;
      color: #fff;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 600; }
  .pricing-plan-normal .pricing-plan-inner {
    position: relative;
    z-index: 2; }
  .pricing-plan-normal .currency {
    position: absolute;
    font-size: 10px;
    width: 15px;
    height: 15px;
    padding: 3px 0 0;
    top: 4px;
    left: -18px;
    text-align: center;
    background-color: #eaeaea;
    color: #333;
    line-height: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }

/* Price Lists */
.pricelists .item {
  overflow: hidden;
  border-bottom: 1px dotted #f1f1f1;
  padding-top: 10px;
  padding-bottom: 10px; }
  .pricelists .item .title {
    float: left;
    color: #111; }
  .pricelists .item .price {
    float: right; }

/* List */
.list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 10px;
  margin-top: 10px; }
  .list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 10px;
    padding-bottom: 10px; }

/* Timeable */
.mptt-shortcode-wrapper .mptt-menu.mptt-navigation-tabs {
  list-style: none;
  margin: 0 0 40px;
  padding: 0; }
  .mptt-shortcode-wrapper .mptt-menu.mptt-navigation-tabs li {
    margin-right: 30px; }
    .mptt-shortcode-wrapper .mptt-menu.mptt-navigation-tabs li a {
      font-size: 16px; }
    .mptt-shortcode-wrapper .mptt-menu.mptt-navigation-tabs li.active a {
      color: #4c8bf5; }
.mptt-shortcode-wrapper .mptt-shortcode-table {
  border-top: 5px solid #4c8bf5; }
  .mptt-shortcode-wrapper .mptt-shortcode-table thead tr.mptt-shortcode-row th {
    padding: 20px 0;
    background-color: transparent; }

/* Time Slot */
.mp-event-item .timeslots-title {
  margin-bottom: 30px; }
.mp-event-item p.timeslot {
  background-color: #fbfbfb;
  padding: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .mp-event-item p.timeslot br {
    display: none; }
  .mp-event-item p.timeslot .timeslot-link {
    font-size: 18px;
    display: block; }
  .mp-event-item p.timeslot .timeslot-subtitle {
    border-top: 1px solid #fff;
    padding-top: 20px;
    margin-top: 20px;
    display: block; }
  .mp-event-item p.timeslot .timeslot-user img {
    display: none; }
  .mp-event-item p.timeslot:hover {
    background-color: rgba(76, 139, 245, 0.05); }
.mp-event-item .entry-info {
  display: none; }
.mp-event-item .entry-content {
  padding-bottom: 0; }

/* Map */
.map-block #map {
  width: 100%;
  height: 550px; }

/* Slidebar */
.navigation-slidebar ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .navigation-slidebar ul li {
    padding: 10px 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative; }
  .navigation-slidebar ul ul {
    padding: 0;
    margin-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
    .navigation-slidebar ul ul li {
      padding: 10px 0; }
    .navigation-slidebar ul ul li:before {
      content: "-";
      display: inline-block;
      color: #fff;
      margin-right: 10px; }
    .navigation-slidebar ul ul li:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; }
  .navigation-slidebar ul a {
    color: #fff;
    font-weight: 600; }
    .navigation-slidebar ul a .submenu {
      margin-left: 10px;
      display: inline-block;
      color: #fff;
      float: right; }
    .navigation-slidebar ul a:hover {
      cursor: pointer; }
  .navigation-slidebar ul.over span i:before {
    content: ""; }

.site-sidebar {
  overflow: hidden;
  padding-bottom: 60px;
  background-color: #333; }

.site-sidebar .slidebar-content {
  height: 100%;
  overflow: auto;
  margin: 15px -300px 15px 15px;
  padding: 0 300px 0 0; }

/* Social Media Share */
.social-mini-share ul {
  list-style: none;
  margin: 0;
  padding: 0; }
.social-mini-share li {
  display: inline-block;
  margin-right: 10px; }
.social-mini-share li:last-child {
  margin-right: 0; }
.social-mini-share a {
  font-size: 14px; }

/* 404 Error */
.page-404-content {
  background-color: #f1f1f1;
  padding: 90px 0 60px;
  margin: -60px 0; }
  .page-404-content .fof-page h2, .page-404-content .fof-page h4 {
    text-transform: uppercase; }
  .page-404-content .fof-page h2 {
    font-size: 48px;
    line-height: 1; }
  .page-404-content .fof-page input,
  .page-404-content .fof-page label {
    width: 100%;
    display: block; }
  .page-404-content .fof-page .search-submit {
    padding-top: 17px;
    padding-bottom: 18px;
    margin-top: 1px; }

@media (min-width: 992px) and (max-width: 1199px) {
  .hetica-slider .carousel-item .carousel-content .carousel-content-detail,
  .hetica-carousel .carousel-item .carousel-content .carousel-content-detail {
    padding: 0 30px; }
    .hetica-slider .carousel-item .carousel-content .carousel-content-detail h2,
    .hetica-carousel .carousel-item .carousel-content .carousel-content-detail h2 {
      font-size: 28px; }

  #header .site-header-menu .site-menu ul li a {
    padding-left: 15px;
    padding-right: 15px; }
  #header .site-header-menu .site-menu ul li ul li a {
    padding-left: 15px;
    padding-right: 15px; }

  .full-right {
    top: 0;
    width: 100%; } }
@media (min-width: 768px) and (max-width: 991px) {
  .full-right {
    top: 0;
    width: 100%; }

  .hetica-slider .carousel-item .carousel-content .carousel-content-detail,
  .hetica-carousel .carousel-item .carousel-content .carousel-content-detail {
    padding: 40px 15px; }
    .hetica-slider .carousel-item .carousel-content .carousel-content-detail h2,
    .hetica-carousel .carousel-item .carousel-content .carousel-content-detail h2 {
      font-size: 22px; }

  #header .call-to-action {
    width: 70%;
    text-align: center; }
  #header .sidebar-trigger {
    width: 30%;
    text-align: center;
    float: right;
    color: #fff; }

  #sidebar-content #content {
    float: none; }

  #sidebar {
    margin-top: 60px; }

  .wpb_tabs .wpb_tabs_nav {
    width: 100%;
    float: none;
    margin-bottom: 60px; }
  .wpb_tabs .wpb_tab {
    padding: 0; } }
@media (max-width: 767px) {
  .full-right {
    top: 0;
    width: 100%; }

  .hetica-slider .carousel-item .carousel-content .carousel-content-detail,
  .hetica-carousel .carousel-item .carousel-content .carousel-content-detail {
    padding: 40px 30%; }
    .hetica-slider .carousel-item .carousel-content .carousel-content-detail h2,
    .hetica-carousel .carousel-item .carousel-content .carousel-content-detail h2 {
      font-size: 22px; }

  .hetica-tabs .hetica-tab ul li a {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    display: block; }
  .hetica-tabs .hetica-tab ul li i {
    font-size: 26px; }
  .hetica-tabs .hetica-tab ul li h4 {
    font-size: 14px; }

  .blog-small-item {
    margin-bottom: 30px; }

  .row > [class*="col-"] {
    margin-bottom: 30px; }
  .row > [class*="col-"]:last-child, .row.no-bottom > [class*="col-"], .row.no-margin > [class*="col-"] {
    margin-bottom: 0; }

  #header .call-to-action {
    width: 70%;
    text-align: center; }
  #header .sidebar-trigger {
    width: 30%;
    text-align: center;
    float: right;
    color: #fff; }

  #sidebar-content #content {
    float: none; }

  #content-sidebar #sidebar {
    margin: 0; }

  #sidebar {
    margin-top: 60px; }

  .wpb_tabs .wpb_tabs_nav {
    width: 100%;
    float: none;
    margin-bottom: 60px; }
  .wpb_tabs .wpb_tab {
    padding: 0; }

  ul.commentlist li.comment ul.children {
    padding-left: 0; }
    ul.commentlist li.comment ul.children li.comment {
      padding-left: 5px;
      padding-right: 5px; } }

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