/**
* Template Name: Medicio
* Updated: Mar 10 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/medicio-free-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
    color: #04B39F;
    text-decoration: none;
}

a:hover {
    color: #EF7816;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #04B39F;
    border-top-color: #ecf8f9;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #04B39F;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
    background: rgb(4, 77, 69);
    color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #04B39F;
    color: #fffacd;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    z-index: 996;
    transition: all 0.5s;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar i {
  padding-right: 6px;
  line-height: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-salcea .field-name-image-media .name {
    display: none;
}

.header-salcea .widget-body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-salcea .field-name-image-media {
    width: 100%;
}

.header-salcea .field-name-image-media img {
    width: inherit;
    height: auto;

}

#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    padding: 20px 0;
    top: 40px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
  #header {
    padding: 15px 0;
  }
}

@media (max-width: 770px) {
    .header-salcea {
        margin-top: 70px;
    }
}

#header.header-scrolled {
  top: 0;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#header .logo a {
  color: #555555;
}

#header .logo img {
  max-height: 50px;
}

/**
* Appointment Button
*/
.appointment-btn {
  margin-left: 25px;
  background: #3fbbc0;
  color: #fff;
  border-radius: 4px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.appointment-btn:hover {
  background: #65c9cd;
  color: #fff;
}

@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 15px 0 0;
    padding: 6px 15px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
    flex-direction: row;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    color: #04B39F;
    white-space: nowrap;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: 500;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
    color: #c72918;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  /* min-width: 200px; */
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
    color: #c72918;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #04B39F;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(60, 60, 60, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 8px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    align-items: center;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #04B39F;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
    color: #c72918;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  /* min-width: 200px; */
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
    color: #c72918;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
  background-color: rgba(60, 60, 60, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-start;
    align-items: start;
}

#hero .container {
    text-align: left;
    background: rgba(255, 255, 255, 0.6);
    margin: 45vh 10vh 0 10vh;
    padding: 20px;
    /* border-top: 4px solid #ef7816; */
    width: 80vh;
}

@media (max-width: 1200px) {
  #hero .container {
    margin-left: 50px;
    margin-right: 50px;
  }
}

#hero h2 {
    color: #2f2f2f;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

#hero h1 {
    margin: 0 auto 30px auto;
    color: #555555;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: lightgrey;
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
    background: #ef7816;
    color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
    opacity: 1;
    background: #ef7816;
}

#hero .btn-get-started {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    margin: 5px;
    border-radius: 4px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    background: #ef7816;
}

#hero .btn-get-started:hover {
    background: #a34d07;
}

@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }

  /* #hero .container { */
  /*   margin-top: 100px; */
  /* } */
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 160vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

section.header-salcea {
    padding: 5px 0;
}

article.salcea-news {
    padding: 20vh 10% 10vh;
}

article.salcea-news section.flow {
    padding: 0 0 5vh 0;
}
/* article.salcea-news header h1 { */
/*     padding: 20vh 0 5vh; */
/* } */

article.salcea-news p, article.salcea-news ol, article.salcea-news ul {
    color: #555555;
}

.salcea-news header {
    padding-bottom: 50px; 
}

/* .page header { */
/*     padding: 20vh 10% 0; */
/* } */

.page {
    padding: 20vh 10% 0;
}

.page section.flow {
    padding: 5vh 1vh;
}

.page .field-name-image-media img {
    width: 100%;
}

article.salcea-news h3 {
    padding: 5vh 0 2vh 0;
}

article.salcea-news section.flow .field-name-image-caption {
    display: none;
}

section.flow .field-name-html-widget-content {
    color: #222222;
}

section.flow .widget-body .flow {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.flow .widget-body .contentpart-image {
    background-image: url('../img/upload.png');
    background-position: left;
    background-size: 35px;
    background-repeat: no-repeat;
}

.page section.flow .widget-body { background-image: none; }

section.flow a {
    background-color: rgba(242, 233, 222, .4);
    border-radius: 20px;
    border: 3px solid rgb(218, 210, 200);
    padding: 18px 18px 18px 40px;
    transition: .2s linear;
    display: flex;
    width: auto;
    height: auto;
}

section.flow p a {
    background-color:transparent;
    border-radius: 0;
    border: none;
    padding: 0;
    display: inline-flex;
}

section.flow p a:hover {
    background-color: transparent;
    border-radius: 0;
    border: none;
}

section.flow a:hover {
    background-color: rgba(243, 209, 185, 0.55);
    border: 3px solid rgba(243, 209, 185, 0.9);
}

i.fa-file-pdf {
    font-size: 1.8rem;
    padding: 20px 10px;
    color: #D10442;
    position: absolute;
}

section.flow .field-name-image-media .name {
    display: none;
}

.section-bg {
    background-color: #f7fcfc;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #3fbbc0;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

@media (max-width: 700px) {
    section.flow {
        padding: 20% 5% 6% 5%;
    }

    section.flow a {
        display: flex;
        width: auto;
        height: auto;
    }

    i.fa-file-pdf {
        padding: 20px 10px;
    }
}

@media (min-width: 700px) and (max-width: 1225px) {
    section.flow {
        padding: 10% 5% 6% 5%;
    }

    section.flow a {
        display: flex;
        width: auto;
        height: auto;
    }

    i.fa-file-pdf {
        padding: 20px 10px;
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #ecf8f9;
  min-height: 40px;
  margin-top: 120px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 70px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Intro Contacts
--------------------------------------------------------------*/

#intro-contact .icon-intro-contacts {
    color: #04B29E;
    font-size: 2.5rem;
}

article.primaria-salcea header h1 {
    color: #838B91;
    letter-spacing: 1px;
    font-size: 24px;
    margin: -20px 50px;
    text-shadow: 2px 2px 5px lightgray;
}
/*--------------------------------------------------------------
# Details Boxes / Cards
--------------------------------------------------------------*/
#intro-boxes table {
    color: white;
}

#button-details {
    color: rgba(194, 5, 63, 1);
    border-color: rgba(194, 5, 63, 1) !important;
    letter-spacing: 1px;
    transition: .2s ease-in;
}

#button-details:hover {
    background-color: rgba(194, 5, 63, 1);
    color: rgba(255, 255, 255, 1);
}

#intro-boxes .detail-card {
    min-width: 200px;
}

#intro-boxes .detail-card .card-body .card-title {
    letter-spacing: 1px;
}

#intro-boxes .detail-card .card-body .card-text {
    text-align: justify;
}

.card-footer {
    background-color: transparent !important;
    border-top: none !important;
    padding: 20px !important;
}

tr {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .title-section {
    letter-spacing: 2px;
    color: #3065b5;
    font-size: 36px;
    font-weight: 300
}

.featured-services .subheading-text {
    letter-spacing: 2px;
    color: #747474;
    font-size: 20px;
    font-weight: 300
}

.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.1s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.featured-services .icon-box:hover {
    box-shadow: 0 0 10px 5px rgba(68, 88, 144, 0.3);
}

.featured-services .service-icon {
    margin-bottom: 15px;
}

.featured-services .service-icon i {
    line-height: 1;
    color: #ef7816;
    font-size: 4rem;
}

.featured-services .title {
    font-size: 22px;
    font-weight: normal;
}

.featured-services .title a {
    cursor: text;
    pointer-events: none;
}

.featured-services .description {
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
}

/*--------------------------------------------------------------
# Categories / Medical Specializations
--------------------------------------------------------------*/

#button-details-cat {
    background-color: #ef7816;
    color: white;
    border-radius: 0.5rem;
    letter-spacing: 1px;
    transition: .2s ease-in;
}

#button-details-cat:hover {
    color: #fff;
    background-color: #914303;
}

#categories-boxes {
    position: relative;
}

#categories-boxes::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/Dental/assets/img/slide/dental-home-cat.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    filter: sepia(100%) hue-rotate(190deg) saturate(500%) brightness(0.6) opacity(0.9);
}

#categories-boxes .icon-category {
    font-size: 2rem;
    color: #3eb8d7;
    margin-right: 1.5rem;
}

#categories-boxes .title-category {
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 30px;
}

#categories-boxes .description {
    font-size: 14px;
    line-height: 20px;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    background: #007cba;
    color: #fff;
    background-size: cover;
    padding: 40px 0;
}

.cta .count-box {
    padding: 0 20px;
}

.cta .count-box span {
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    padding: 10px 0;
}

.cta .count-box p {
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/

.about-paragraphs h1 {
    font-size: 44px;
    line-height: 40px;
    font-weight: 300;
    font-style: normal;
    color: #3eb8d7;
    padding: 20px;
}

.about-paragraphs .content-description {
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
    color: #787878;
    padding: 5px 20px;
}

.about-paragraphs span {
    font-size: 30px;
    font-weight: 800;
    margin-top: 20px;
    color: #3eb8d7;
}

.middle-paragraph {
    margin: 0;
    padding: 0;
}

.middle-paragraph .title i {
    font-size: 1.5rem;
    color: #3eb8d7;
    margin: -10px 10px 0 5px;
}

.middle-paragraph .title h2 {
    font-weight: 300;
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
    color: #3eb8d7;
}

.middle-paragraph .info h6 {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}

/*--------------------------------------------------------------
# Services Page
--------------------------------------------------------------*/

.services-boxes table tr {
    color: #fff;
    font-size: 13px;
}

@media (min-width: 1480px) {
    .services-boxes .card-body {
        width: 280px;
    }
}

@media (min-width: 990px) and (max-width: 1480px) {
    .services-boxes .card-body {
        width: 200px;
    }

    .services-boxes table tr {
        font-size: 12px;
    }

    .services-boxes .card-group {
        padding: 3rem 0 0 0 !important;
        margin-left: -20px;
    }
}

/*--------------------------------------------------------------
# Results Page
--------------------------------------------------------------*/

.results-paragraphs h1,
.content-description h3,
.content-description h5 {
    color: #222222;
    padding: 10px;
}

.results-paragraphs .caption-image {
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    color: #222222;
    padding-top: 20px;
}

.results-paragraphs h1 {
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
}

.content-description h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
}

.content-description h5 {
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
}

.results-paragraphs .image-result {
    margin-top: 20px;
    height: auto;
    width: auto;
    max-height: 800px;
}

@media (max-width: 990px) {
    .results-paragraphs .image-result {
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 10px 60px;
}

.features .icon-box i {
  font-size: 48px;
  float: left;
  color: #3fbbc0;
}

.features .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.services .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  color: #3fbbc0;
  overflow: hidden;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}

.services .icon i {
  font-size: 36px;
  line-height: 0;
}

.services .icon-box:hover .icon {
  box-shadow: 0px 0 25px rgba(63, 187, 192, 0.3);
}

.services .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}

.services .title a {
  color: #444444;
  transition: 0.3s;
}

.services .title a:hover {
  color: #3fbbc0;
}

.services .title::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #3fbbc0;
  bottom: 0;
  left: calc(50% - 25px);
}

.services .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Appointments
--------------------------------------------------------------*/
.appointment .php-email-form {
  width: 100%;
}

.appointment .php-email-form .form-group {
  padding-bottom: 8px;
}

.appointment .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.appointment .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.appointment .php-email-form .error-message br+br {
  margin-top: 25px;
}

.appointment .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.appointment .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.appointment .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.appointment .php-email-form input,
.appointment .php-email-form textarea,
.appointment .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px !important;
}

.appointment .php-email-form input:focus,
.appointment .php-email-form textarea:focus,
.appointment .php-email-form select:focus {
  border-color: #3fbbc0;
}

.appointment .php-email-form input,
.appointment .php-email-form select {
  height: 44px;
}

.appointment .php-email-form textarea {
  padding: 10px 12px;
}

.appointment .php-email-form button[type=submit] {
  background: #3fbbc0;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.appointment .php-email-form button[type=submit]:hover {
  background: #52c2c6;
}

/*--------------------------------------------------------------
# Departments
--------------------------------------------------------------*/
.departments .nav-tabs {
  border: 0;
}

.departments .nav-link {
  border: 0;
  padding: 20px;
  color: #555555;
  border-radius: 0;
  border-left: 5px solid #fff;
  cursor: pointer;
}

.departments .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}

.departments .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}

.departments .nav-link:hover h4 {
  color: #3fbbc0;
}

.departments .nav-link.active {
  background: #f7fcfc;
  border-color: #3fbbc0;
}

.departments .nav-link.active h4 {
  color: #3fbbc0;
}

.departments .tab-pane.active {
  animation: slide-down 0.5s ease-out;
}

.departments .tab-pane img {
  float: left;
  max-width: 300px;
  padding: 0 15px 15px 0;
}

@media (max-width: 768px) {
  .departments .tab-pane img {
    float: none;
    padding: 0 0 15px 0;
    max-width: 100%;
  }
}

.departments .tab-pane h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #3fbbc0;
}

.departments .tab-pane p {
  color: #777777;
}

.departments .tab-pane p:last-child {
  margin-bottom: 0;
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #b2e4e6;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #f0fafa;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #3fbbc0;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3fbbc0;
}

/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/
.doctors a {
    text-decoration: none;
    color: #000;
}

.doctors .link-subtitle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.doctors .link-subtitle i {
    font-size: 2rem;
    margin-right: 10px;
    color: #3eb8d7;
    margin-top: -10px;
}

.doctors .title {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    margin-top: 10px; 
}

.doctors .subtitle {
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    color: #3eb8d7;
}

.doctors .member {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(63, 187, 192, 0.1);
}

.doctors .member .member-img {
  position: relative;
  overflow: hidden;
}

.doctors .member .social {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 500px;
    opacity: 0;
    transition: ease-in-out 0.3s;
    background: rgba(0, 90, 135, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.doctors .member .social a {
    transition: color 0.3s;
    /* color: #bdc5c9; */
    margin: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.doctors .member .social i {
    line-height: 0;
    font-size: 5rem;
    margin: 0 2px;
    margin-top: 100%;
    color: #bdc5c9;
}

.doctors .member .member-info {
  padding: 25px 15px;
}

.doctors .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #555555;
}

.doctors .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.doctors .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.doctors .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/

.portfolio .portfolio-box {
    position: relative;
}

.portfolio .portfolio-box .portfolio-img {
    position: relative;
    overflow: hidden;
}

.portfolio .portfolio-box .portfolio-overlay {
    text-align: center;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-box:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio .portfolio-box .portfolio-img img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-box:hover .portfolio-img img {
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.portfolio .portfolio-box .portfolio-overlay-details {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

.portfolio .portfolio-details {
    padding: 1.5rem 0;
    text-align: center;
}

.ajax-container {
    position: relative;
    background: #FFF;
    margin: 40px auto;
    max-width: 1170px;
    padding: 30px;
}

.image-source-link {
    display: none;
}

.mfp-preloader {
    font-size: 13px
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace
}

.mfp-close:focus, .mfp-close:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow .mfp-a, .mfp-arrow .mfp-b, .mfp-arrow:after, .mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent
}

.mfp-arrow .mfp-a, .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow .mfp-b, .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left .mfp-a, .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left .mfp-b, .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right .mfp-a, .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right .mfp-b, .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation:landscape),screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

/*--------------------------------------------------------------
# Medical Newspaper
--------------------------------------------------------------*/

.newspaper-page-title {
    font-size: 26px;
    font-weight: 800;
    font-style: normal;
    color: #3eb8d7;
    padding-top: 8rem; 
}

.newspaper-boxes a h4 {
    font-size: 15px;
    line-height: 32px;
    font-weight: 600;
    font-style: normal;
    color: #222222;
    padding: 2rem;
}

.newspaper-boxes a h4:hover {
    color: #EC7F1D;
    transition: .6s linear;
}

.newspaper-boxes .icon-box {
    padding: 30px 5px;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.25);
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
/* .pricing .box { */
/*     padding: 20px; */
/*     background: #fff; */
/*     text-align: center; */
/*     box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12); */
/*     border-radius: 4px; */
/*     position: relative; */
/*     overflow: hidden; */
/* } */
/* */
/* .pricing h3 { */
/* font-weight: 400; */
/* margin: -20px -20px 20px -20px; */
/* padding: 20px 15px; */
/* font-size: 16px; */
/* font-weight: 600; */
/* color: #777777; */
/* background: #f8f8f8; */
/* } */
/* */
/* .pricing h4 { */
/* font-size: 36px; */
/* color: #3fbbc0; */
/* font-weight: 600; */
/* font-family: "Poppins", sans-serif; */
/* margin-bottom: 20px; */
/* } */
/* */
/* .pricing h4 sup { */
/*     font-size: 20px; */
/*     top: -15px; */
/*     left: -3px; */
/* } */
/* */
/* .pricing h4 span { */
/*     color: #bababa; */
/*     font-size: 16px; */
/*     font-weight: 300; */
/* } */
/* */
/* .pricing ul { */
/* padding: 0; */
/* list-style: none; */
/* color: #444444; */
/* text-align: center; */
/* line-height: 20px; */
/* font-size: 14px; */
/* } */
/* */
/* .pricing ul li { */
/*     padding-bottom: 16px; */
/* } */
/* */
/* .pricing ul i { */
/*     color: #3fbbc0; */
/*     font-size: 18px; */
/*     padding-right: 4px; */
/* } */
/* */
/* .pricing ul .na { */
/*     color: #ccc; */
/*     text-decoration: line-through; */
/* } */
/* */
/* .pricing .btn-wrap { */
/* margin: 20px -20px -20px -20px; */
/* padding: 20px 15px; */
/* background: #f8f8f8; */
/* text-align: center; */
/* } */
/* */
/* .pricing .btn-buy { */
/* background: #3fbbc0; */
/* display: inline-block; */
/* padding: 8px 35px 10px 35px; */
/* border-radius: 4px; */
/* color: #fff; */
/* transition: none; */
/* font-size: 14px; */
/* font-weight: 400; */
/* font-family: "Roboto", sans-serif; */
/* font-weight: 600; */
/* transition: 0.3s; */
/* } */
/* */
/* .pricing .btn-buy:hover { */
/*     background: #65c9cd; */
/* } */
/* */
/* .pricing .featured h3 { */
/* color: #fff; */
/* background: #3fbbc0; */
/* } */
/* */
/* .pricing .advanced { */
/* width: 200px; */
/* position: absolute; */
/* top: 18px; */
/* right: -68px; */
/* transform: rotate(45deg); */
/* z-index: 1; */
/* font-size: 14px; */
/* padding: 1px 0 3px 0; */
/* background: #3fbbc0; */
/* color: #fff; */
/* } */

/*--------------------------------------------------------------
# Frequently Asked Questioins
--------------------------------------------------------------*/
.faq {
padding: 60px 0;
}

.faq .faq-list {
padding: 0;
list-style: none;
}

.faq .faq-list li {
border-bottom: 1px solid #d9f1f2;
margin-bottom: 20px;
padding-bottom: 20px;
}

.faq .faq-list .question {
display: block;
position: relative;
font-family: #3fbbc0;
font-size: 18px;
line-height: 24px;
font-weight: 400;
padding-left: 25px;
cursor: pointer;
color: #32969a;
transition: 0.3s;
}

.faq .faq-list i {
font-size: 16px;
position: absolute;
left: 0;
top: -2px;
}

.faq .faq-list p {
margin-bottom: 0;
padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
display: none;
}

.faq .faq-list .collapsed {
color: black;
}

.faq .faq-list .collapsed:hover {
    color: #3fbbc0;
}

.faq .faq-list .collapsed .icon-show {
    display: inline-block;
    transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
    display: none;
    transition: 0.6s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .contact-faq {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #3eb8d7;
}

.contact .header-questions {
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    color: #232323;
}

.contact .card-header {
    padding: 0 !important;
}

.contact .question-row {
    background-color: transparent;
    /* transition: 1.5s ease-in-out; */
}

.contact .question-row:hover > h5 button {
    /* background-color: lightblue; */
    /* width: 100%; */
    color: #222222 !important;
    text-shadow: 2px 2px 2px rgba(239, 120, 22, .6);
    transition: .5s ease-in-out;
}

.contact .question-row .question-button {
    text-decoration: none;
}

.contact .question-answer {
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
}

.contact .contact-map {
    margin-top: 70px;
}

.contact .contact-map iframe {
    border: 0;
    width: 100%;
    height: 350px;
    box-shadow: 0 5px 15px 2px lightblue;
}

.contact table tr {
    color: #fff;
    font-size: 14px;
}

.contact .title-column {
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    margin-left: 3rem;
}

.contact .contact-us {
    margin-left: 1rem !important;
}

.contact .contact-page-btn {
    padding: 0.3rem 1.5rem;
    border-radius: 2.2rem;
    border: 0.4rem solid #a34d07;
    background-color: #ED7818;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}

.contact .contact-page-btn:hover {
    background-color: #a34d07;
    transition: .4s ease-in-out;
}

/*--------------------------------------------------------------
# Profile - List of doctors
--------------------------------------------------------------*/
.content-item .taxonomy {
    width: 60%;
    padding: 5% 0;
    align-items: center;
    justify-content: center;
}

.taxonomy .taxonomy-dental-profile-list-team {
    margin: 0 auto;
}

ul .term .term-profile .term-dental-profile-list-team .list-group {
    text-decoration: none;
    display: flex;
    flex-direction: row;
}

.content-dental-profile-list-team {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.content-dental-profile-list-team header h2:before {
    content: 'Profiles \A';
    color: #222222;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    display: block;
}

.content-dental-profile-list-team header h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
}

.content-dental-profile-list-team header h2 a {
    transition: .2s ease-in;
}

.field-name-image-part-file {
    padding: 20px;
}

.field-name-image-part-file .name {
    /* visibility: hidden; */
    display: none;
}

.field-name-image-part-file img {
    width: 300px;
    height: 380px;
    border: 5px solid rgba(220, 224, 230, 0.2);
    box-shadow: 2px 5px 10px rgba(220, 224, 230, 0.7);
}

.dental-profile-list-team header {
    display: none;
}

.dental-profile-list-team .contentpart-image-part {
    display: none;
}

.dental-profile-list-team .list-group-item {
    padding: 0;
    border: none;
}

.dental-profile-list-team #hero {
    width: inherit;
    min-width: 400px;
    height: 600px;
    background-color: transparent;
    border: 5px solid rgba(220, 224, 230, 0.2);
    box-shadow: 2px 5px 10px rgba(220, 224, 230, 0.7);
    margin: 0 auto;
    margin-bottom: 50px;
}

.dental-profile-list-team .next-member a,
.dental-profile-list-team .next-member i {
    color: #787878;
}

.dental-profile-list-team .next-member a {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    /* border: 2px solid rgba(211, 211, 211, 0.69); */
    /* box-shadow: 2px 2px 5px rgba(211, 211, 211, 0.69); */
    /* border-radius: 10px; */
    /* padding: 10px 20px; */
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
}

.dental-profile-list-team .next-member a i {
    font-size: 1.5rem;
    border: 2px solid rgba(211, 211, 211, 0.69);
    box-shadow: 2px 2px 5px rgba(211, 211, 211, 0.69);
    border-radius: 10px;
    padding: 0.8rem 1rem;
}

/* .dental-profile-list-team .next-member a:hover { */
/*     color: #fff; */
/*     border: 2px solid #3065b5; */
/*     background-color: #3065b5; */
/*     box-shadow: 0 0 5px 2px rgba(32, 32, 98, 0.8); */
/*     transition: .2s ease-in-out; */
/* } */

.dental-profile-list-team .next-member a i:hover {
    color: #fff;
    border: 2px solid #3065b5;
    background-color: #3065b5;
    box-shadow: 0 0 5px 2px rgba(32, 32, 98, 0.8);
    transition: .2s ease-in-out;
}

.profiles #hero {
    width: 250px;
    height: 300px;
    margin: 0 auto;
    background-color: transparent;
    border: 5px solid rgba(220, 224, 230, 0.2);
    box-shadow: 2px 5px 10px rgba(220, 224, 230, 0.7);
    overflow: hidden;
    position: relative;
}

.profiles .link-member h1:hover {
    color: #EF7C1C;
    transition: .3s linear;
}

.profiles .profile-image #hero:hover {
    box-shadow: 2px 8px 15px -5px rgba(49, 72, 92, 0.65), -2px -5px 8px -2px rgba(220, 224, 230, .8);
    transition: .3s ease-in-out;
    cursor: pointer;
}

.profile-member-header {
    padding: 60px 0 20px 0;
    margin-top: 70px;
    background-color: #3EB8D7;
    box-shadow: 0 5px 8px 2px #cccccc;
    align-items: center;
    justify-content: center;
}

.profile-member-header h1 {
    padding-top: 2rem;
    color: #fff;
    font-size: 28px;
    line-height: 34px;
    font-weight: normal;
}

.profile-member-header h5 {
    padding-top: 10px;
    color: #f7feff;
    /* color: #ffdab0; */
    /* text-shadow: 1px 2px 4px #222222; */
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.profile-member-info-page .profile-team-box h4 {
    color: #222222;
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
}

.profile-member-info-page .profile-team-box table tr {
    color: #787878;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    border-bottom-color: rgba(220, 224, 230, 0.7);
}

.profile-member-info-page .card-body {
    width: auto;
}

@media (max-width: 998px) {
    .dental-profile-list-team #hero {
        padding-bottom: 50px;
    }
}

@media (max-width: 712px) {
    .content-item .taxonomy {
        width: 100%;
    }

    .list-group li:first-child {
        margin-left: -6%;
    }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/* #footer { */
/*     background: rgb(207, 209, 209); */
/*     padding: 0 0 30px 0; */
/*     color: rgb(2, 78, 68); */
/*     font-size: 14px; */
/* } */
/* */
/* #footer .footer-top { */
/*     background: rgb(207, 209, 209); */
/*     padding: 60px 0 30px 0; */
/* } */
/* */
/* #footer .footer-top blockquote { */
/* font-size: 20px; */
/* line-height: 34px; */
/* font-weight: normal; */
/* font-style: normal; */
/* padding: 20px 0; */
/* } */
/* */
/* #footer .footer-top .footer-info { */
/* margin-bottom: 60px; */
/* } */
/* */
/* #footer .footer-top .footer-info h3 { */
/*     font-size: 24px; */
/*     margin: 0 0 20px 0; */
/*     padding: 2px 0 2px 0; */
/*     line-height: 1; */
/*     font-weight: 700; */
/* } */
/* */
/* #footer .footer-top .footer-info p { */
/*     font-size: 14px; */
/*     line-height: 24px; */
/*     margin-bottom: 0; */
/*     font-family: "Roboto", sans-serif; */
/* } */
/* */
/* #footer .footer-top h4 { */
/*     font-size: 16px; */
/*     font-weight: 600; */
/*     position: relative; */
/*     padding-bottom: 12px; */
/* } */
/* */
/* #footer .footer-top .footer-links { */
/*     margin-bottom: 20px; */
/*     text-align: center; */
/*     align-items: center; */
/*     justify-content: center; */
/* } */
/* */
/* #footer .footer-top .footer-links ul { */
/* list-style: none; */
/* padding: 0; */
/* margin: 0; */
/* text-align: center; */
/* align-items: center; */
/* justify-content: center; */
/* } */
/* */
/* #footer .footer-top .footer-links ul li { */
/*     padding: 10px; */
/*     display: inline-flex; */
/*     text-align: center; */
/*     align-items: center; */
/*     justify-content: center; */
/* } */
/* */
/* #footer .footer-top .footer-links ul li:first-child { */
/*     padding-top: 0; */
/* } */
/* */
/* #footer .footer-top .footer-links ul a { */
/*     color: #788585; */
/*     transition: 0.3s; */
/*     display: inline-block; */
/*     line-height: 1; */
/*     font-size: 14px; */
/*     line-height: 26px; */
/*     font-weight: 600; */
/*     font-style: normal; */
/*     text-transform: none; */
/* } */
/* */
/* #footer .footer-top .footer-links ul a:hover { */
/*     color: #fff; */
/* } */
/* */
/* */
/* #footer .copyright { */
/*     text-align: center; */
/*     padding-top: 30px; */
/* } */
/* */
/* #footer .credits { */
/*     padding-top: 10px; */
/*     text-align: center; */
/*     font-size: 13px; */
/* } */
/* */
/* #footer .footer-top .container { */
/*     width: 50%; */
/* } */
/* */
/* @media (max-width: 998px) { */
/*     #footer .footer-top .container { */
/*         width: 100%; */
/*     } */
/* } */

ul {
    margin: 0px;
    padding: 0px;
}

.footer-section {
    background: #dbdbdb;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #a09f9f;
}

.single-cta i {
    color: #04B39F;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #626262;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-content {
position: relative;
z-index: 2;
}

.footer-pattern img {
position: absolute;
top: 0;
left: 0;
height: 330px;
background-size: cover;
background-position: 100% 100%;
}

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

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
margin-bottom: 14px;
font-size: 14px;
color: #7e7e7e;
line-height: 28px;
}

.footer-social-icon span {
color: #fff;
display: block;
font-size: 20px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
margin-bottom: 20px;
}

.footer-social-icon a {
color: #fff;
font-size: 16px;
margin-right: 15px;
}

.footer-social-icon i {
height: 40px;
width: 40px;
text-align: center;
line-height: 38px;
border-radius: 50%;
}

.facebook-bg {
background: #3B5998;
}

.twitter-bg {
background: #55ACEE;
}

.google-bg {
background: #DD4B39;
}

.footer-widget-heading h3 {
color: #fff;
font-size: 20px;
font-weight: 600;
margin-bottom: 40px;
position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ff5e14;
}

.footer-widget ul li {
display: inline-block;
float: left;
width: 50%;
margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #ff5e14;
}

.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
}

.subscribe-form {
position: relative;
overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: #a9aaaa;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #626262;
}

.copyright-text p a {
    color: #ff5e14;
}

.footer-menu li {
display: inline-block;
margin-left: 20px;
}

.footer-menu li:hover a {
    color: #ff5e14;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

article.taxonomy {
    padding: 18vh 10% 8vh;
}

article.category {
    padding: 18vh;
}

article.category .list-group-item {
    border: none;
}

.sidebar-menu a.sidebar-link:hover {
    color: #A31C39 !important;
    transition: .2s linear;
}