a:focus {
  text-decoration: none !important;
}
a:focus,
a:hover {
  color: #13B2CA;
  text-decoration: none !important;
}
a,
button,
input {
  outline: medium none !important;
  color: #13B2CA;
}
*::-moz-selection {
  background: #13B2CA;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #13B2CA;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #13B2CA;
  color: #fff;
  text-shadow: none;
}
/* Transition */
a,
i,
.btn,
button,
img,
span,
.navbar-nav .nav-link:before,
.dropdown-item,
.featured-item .featured-icon:before,
.featured-item:hover .featured-icon:after,
.gallery-item .gallery-hover,
.owl-item,
.service-item,
.service-icon,
.service-description,
.featured-item .featured-icon i,
.featured-item,
.featured-icon,
.price-table,
.price-table.style-2 .price-inner,
.portfolio-filter button,
.post .post-desc,
.sidebar-links li a,
.team-images:before,
.team-description {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
/* Transform translate */
/* translate-X */
.transform-x,
.featured-item .featured-icon:after {
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
/* translate-Y */
.transform-y,
.featured-item .featured-icon:before,
.gallery-icon,
.align-center,
.clear-loader,
.widget-searchbox .search-btn,
.post-meta ul li::before,
.accordion .card-header a span {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
/*--translate-XY--*/
.clear-loader,
.accordion .card-header a span:before {
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
}
.custom-mt-10 {
  z-index: 99;
  position: relative;
  margin-top: -100px;
}
/* Custom Padding */
.custom-pb-18 {
  padding-bottom: 180px;
}
/* Box Shadow */
#header-wrap,
.header-3 #header-wrap.fixed-header,
.navbar .dropdown-menu,
.breadcrumb,
.featured-step,
.service-item,
#newslatter .form-control,
.blog-details,
.contact-main,
.team-desc,
.accordion .card,
.price-table:hover,
.box-shadow,
.team-member,
.tab.style-2 .nav-tabs,
.post {
  -webkit-box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08);
  -moz-box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08);
  box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08);
}
/* Margin */
.mt-8 {
  margin-top: 80px !important;
}
/* Pre Loader */
#ht-preloader {
  background: #ffffff;
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden !important;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.clear-loader {
  z-index: 999;
  box-sizing: border-box;
  display: inline-block;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
}
/* Row Eq Height */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.row-eq-height>[class*='col-']>div {
  height: 100%;
}
.row-eq-height .align-item-middle>div {
  height: auto;
}
/* Scroll to Top */
.scroll-top {
  position: fixed;
  bottom: 22px;
  right: 90px;
  z-index: 600;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transform: translate3d(0, 200%, 0);
  -ms-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}
.scroll-top a,
.scroll-top a:visited {
  display: block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 32px;
  color: #ffffff;
  background: #13B2CA;
}
.scroll-top a:hover,
.scroll-top a:focus {
  color: #17626d;
  background: #ffffff;
  border-radius: 0;
}
.scroll-top.scroll-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Header */
.navbar {
  padding: 0;
}
.navbar .fullwidth>ul {
  width: 100% !important;
  min-width: inherit !important;
  max-width: inherit !important;
  right: 0;
  margin: 0 !important
}
.nav-item.fullwidth {
  position: static;
}
.navbar-nav,
.navbar-nav ul,
.navbar-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}
.navbar-nav li>ul {
  display: none;
}
.navbar-nav li,
.navbar-nav a {
  position: relative;
}
.navbar-nav a {
  display: block;
}
.navbar-nav li>ul {
  position: absolute;
  background: #221b1b;
  border: none;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.navbar-nav ul li a {
  padding: 15px;
  white-space: nowrap;
  position: relative;
  background: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
.navbar-nav ul li a:hover {
  background: #13B2CA;
  color: #ffffff;
}
.navbar-nav .nav-link.highlighted,
#header-wrap.fixed-header .nav-link.highlighted {
  color: #13B2CA;
}
.navbar-nav a .sub-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: middle;
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-left: .3em solid transparent;
}
.navbar-nav li ul li a .sub-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  margin-top: -.3em;
  margin-right: 1em;
  border-top: .3em solid transparent;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}
.navbar .container {
  display: block;
}
@media (min-width: 768px) {
  #main-menu {
    -webkit-font-smoothing: subpixel-antialiased;
  }
  /* show animation */
  #main-menu ul.show-animation {
    -webkit-animation: show-animation 0.6s;
    animation: show-animation 0.6s;
  }
  @-webkit-keyframes show-animation {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes show-animation {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  /* hide animation */
  #main-menu ul.hide-animation {
    -webkit-animation: hide-animation 0.6s;
    animation: hide-animation 0.6s;
  }
  @-webkit-keyframes hide-animation {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  @keyframes hide-animation {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
}
.navbar-brand {
  margin-right: 0;
}
.navbar-nav .nav-item {
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 0;
  margin-left: 10px;
}
.navbar-nav .nav-link {
  color: #221b1b;
  line-height: 90px;
  font-weight: 500;
  font-weight: 500;
  padding: 0 !important;
  text-transform: capitalize;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  position: relative;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-item .nav-link.active {
  color: #13B2CA;
}
.header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1200;
}
.top-bar {
  background: #ffffff;
}
.topbar-link li a {
  color: #202125
}
.topbar-link li a i {
  margin-right: 8px;
  font-weight: bold;
  color: #13B2CA;
  font-size: 18px;
  vertical-align: middle;
}
.topbar-link li a:hover,
.top-bar .top-social-list li a:hover {
  color: #13B2CA
}
#header-wrap {
  padding: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
}
#header-wrap.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999 !important;
  background: #ffffff !important;
}
.logo img {
  height: 90px;
}
#header-wrap.fixed-header .logo img {
  height: 60px;
}
.top-bar .top-social-list li a {
  color: #202125;
  height: auto;
  line-height: inherit;
  width: auto;
  border-radius: 0;
}
.top-bar ul li {
  border-right: 1px dashed #ddd;
  padding: 15px 20px;
  line-height: 10px;
  margin-right: 0 !important;
}
.top-bar ul li:last-child {
  border-right: none;
  padding-right: 0;
}
#header-wrap.fixed-header .appoint-btn {
  display: none;
}
#header-wrap.fixed-header .navbar-nav {
  margin-right: inherit !important;
}
.logo .sticky-logo {
  display: none !important;
}
/* Footer */
.primary-footer {
  padding: 80px 0;
}
.secondary-footer {
  padding: 15px 0;
  background: #191919;
  color: #ffffff;
}
.footer-logo img {
  height: 70px;
}
.primary-footer,
.primary-footer a {
  color: #202125;
}
footer h5 {
  margin-bottom: 20px;
}
.media-icon li {
  padding-left: 40px;
  position: relative;
}
.media-icon.list-inline li {
  display: inline-block;
}
.media-icon li i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  color: #13B2CA;
  font-weight: normal;
  line-height: 24px;
}
.media-icon li a:hover {
  color: #13B2CA;
}
.theme-bg .media-icon li a:hover {
  color: #202125;
}
.secondary-footer span a {
  text-decoration: underline;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}
footer.dark-bg .social-icons li a {
  color: #fff;
}
.footer-list li {
  border-bottom: 1px dashed #ddd;
  padding: 10px 0;
  text-transform: capitalize;
}
.footer-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.footer-list li a:hover {
  color: #13B2CA
}
/* Page Title */
.page-title {
  display: block;
  padding-bottom: 80px;
  padding-top: 230px;
}
.page-title h1 {
  font-size: 40px;
  color: #202125;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 800;
}
.breadcrumb {
  padding: 15px;
  background: #ffffff;
  display: inline-block;
  border-radius: 0;
  margin: 0;
  text-transform: uppercase;
  color: #202125;
  font-weight: 600;
}
.breadcrumb-item {
  display: inline-block;
}
.breadcrumb-item a {
  color: #202125
}
.breadcrumb-item.active,
.breadcrumb-item a:hover {
  color: #13B2CA;
}
/* Flat Icon */
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticond41d.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Flaticon.woff") format("woff"),
    url("../fonts/Flaticon.ttf") format("truetype"),
    url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
}
.flaticon-play-button:before {
  content: "\f102";
}
.flaticon-blood-donation:before {
  content: "\f105";
}
.flaticon-doctor-1:before {
  content: "\f10a";
}
.flaticon-doctor:before {
  content: "\f10c";
}
.flaticon-stethoscope:before {
  content: "\f10e";
}
.flaticon-email:before {
  content: "\f113";
}
.flaticon-phone-call:before {
  content: "\f114";
}
.flaticon-eye:before {
  content: "\f110";
}
.flaticon-drug:before { content: "\f10b"; }
.flaticon-paper-plane:before {
  content: "\f115";
}
@font-face {
  font-family: 'themify';
  src: url('../fonts/themify9f24.eot?-fvbane');
  src: url('../fonts/themifyd41d.eot?#iefix-fvbane') format('embedded-opentype'),
    url('../fonts/themify9f24.woff?-fvbane') format('woff'),
    url('../fonts/themify9f24.ttf?-fvbane') format('truetype'),
    url('../fonts/themify9f24.svg?-fvbane#themify') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="ti-"],
[class*=" ti-"] {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /*line-height: 1;*/
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ti-angle-down:before {
  content: "\e64b";
}