/* Specialities page styling */
/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Colors
********************
**/
/* Brand Colors */
/** Add any additional color supplied in the style guide **/
/* Grayscale colors */
/* Accent colors. Primarily used for buttons */
/** Button & Link colors **/
/* background colors */
/* Menu and link colors */
/* Text colors */
/* Border colors */
/* Owl Carousel colors */
/**
*********************
* Variables
********************
**/
/* Typography */
/* Transitions */
/* Container & spacings */
/** Button spacing **/
/* Border */
/* Breakpoints */
/**
*********************
* Colors
********************
**/
/**
*********************
* Breakpoint mixin
********************
**/
.specialities-coe__content {
  padding-top: 2.375rem;
  padding-bottom: 5rem;
}

@media only screen and (max-width: 576px) {
  .specialities-coe__content {
    padding: 2.8125rem 1.25rem;
  }
}

.specialities-coe__content .name {
  font-size: 2.875rem;
  font-weight: 600;
  color: #164D92;
  text-transform: uppercase;
}

@media only screen and (max-width: 576px) {
  .specialities-coe__content .name {
    font-size: 1.875rem;
    margin-top: 1rem;
  }
}

.specialities-coe__content .description {
  font-size: 1rem;
  font-weight: 300;
  color: #384f7e;
}

@media only screen and (max-width: 576px) {
  .specialities-coe__content .description {
    margin-bottom: 1rem;
  }
}

.specialities-coe__header {
  position: static;
}

@media only screen and (max-width: 992px) {
  .specialities-coe__header {
    display: none;
  }
}

.specialities-coe__header.fixed {
  position: fixed;
  width: 100%;
  top: 5.375rem;
  z-index: 2;
}

.specialities-coe .name {
  font-size: 2.875rem;
  font-weight: 600;
  color: #164D92;
  text-transform: uppercase;
}

@media only screen and (max-width: 576px) {
  .specialities-coe .name {
    font-size: 1.875rem;
    margin-top: 1rem;
  }
}

.view--taxonomy-term .feed-icons {
  display: none;
}

.view--taxonomy-term > .view__content {
  display: none;
}

.view--taxonomy-term > nav {
  display: none;
}

.view--taxonomy-term > #load-more {
  display: none;
}

#speciality-coe-services .coe-card a {
  background-color: #f2f2f2;
}

@media only screen and (max-width: 992px) {
  #speciality-coe-services .coe-card a {
    background-color: #00B48D;
  }
}

#speciality-coe-services .coe-card a:hover {
  background-color: #00B48D;
}

#speciality-coe-services .coe-card .link-text::after {
  content: '';
  background: url(../../../images/next-arrow.svg);
  width: 24px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: 0.75rem;
  width: 3.125rem;
  height: 1.4375rem;
  margin-left: 0;
}

#speciality-coe-facilities .owl--cta--mobile,
#speciality-coe-faqs .owl--cta--mobile {
  bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  #speciality-coe-facilities .our--doctors--wrap--outer,
  #speciality-coe-faqs .our--doctors--wrap--outer {
    padding: 3.3125rem 1.25rem 4.9375rem 1.25rem;
  }
}

#speciality-coe-facilities .grey_component,
#speciality-coe-faqs .grey_component {
  margin-bottom: 0;
}

#speciality-coe-overview,
#speciality-coe-availablehospitals,
#speciality-coe-ourdoctors,
#speciality-coe-specialities,
#speciality-coe-sub_specialities,
#speciality-coe-services,
#speciality-coe-facilities,
#speciality-coe-faqs,
#speciality-coe-blogs,
#speciality-coe-patientstories {
  padding-top: 9.6875rem;
  margin-top: -9.6875rem;
}

.services-description {
  color: #6176a5;
  margin: 2.5rem auto;
}

@media only screen and (max-width: 576px) {
  .services-description {
    margin: 2rem auto;
  }
}

/*# sourceMappingURL=specialities-coe.css.map */
