/**
SCSS for Our Doctors Component
**/
/**
*********************
* 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
********************
**/
.container-carousel-wrap .owl-stage,
.view-aster-carousel-doctors .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .container-carousel-wrap .owl-stage,
  .view-aster-carousel-doctors .owl-stage {
    right: -1.5625rem;
  }
}

@media only screen and (min-width: 1024px) {
  .container-carousel-wrap .owl-stage,
  .view-aster-carousel-doctors .owl-stage {
    right: -1.875rem;
  }
}

@media only screen and (min-width: 1200px) {
  .container-carousel-wrap .owl-stage,
  .view-aster-carousel-doctors .owl-stage {
    right: -1.875rem;
  }
}

@media only screen and (min-width: 1280px) {
  .container-carousel-wrap .owl-stage,
  .view-aster-carousel-doctors .owl-stage {
    right: -4.375rem;
  }
}

@media only screen and (min-width: 1440px) {
  .container-carousel-wrap .owl-stage,
  .view-aster-carousel-doctors .owl-stage {
    right: -9.375rem;
  }
}

.container-carousel-wrap .owl-stage .views-row,
.view-aster-carousel-doctors .owl-stage .views-row {
  height: 100%;
}

.container-carousel-wrap .owl-stage .views-row .views-field.views-field-rendered-entity,
.view-aster-carousel-doctors .owl-stage .views-row .views-field.views-field-rendered-entity {
  height: 100%;
}

.container-carousel-wrap .owl-stage article,
.view-aster-carousel-doctors .owl-stage article {
  height: 100%;
}

.container-carousel-wrap .owl-stage .node__content,
.view-aster-carousel-doctors .owl-stage .node__content {
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .news--events--blog--wrap .owl-stage {
    right: 0;
  }
}

.our--doctors--wrap--outer {
  padding: 3.3125rem 0 3.9375rem 1.25rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .our--doctors--wrap--outer {
    padding: 3.3125rem 0 3.9375rem;
  }
}

@media only screen and (min-width: 1024px) {
  .our--doctors--wrap--outer {
    padding: 3rem 0 3.5rem;
  }
}

@media only screen and (max-width: 768px) {
  .our--doctors--wrap--outer {
    padding: 3.3125rem 1.25rem 3.9375rem 1.25rem;
  }
}

.our--doctors--wrap--outer h2 {
  color: #164D92;
  font-size: 1.875rem;
  font-weight: 600 !important;
}

@media only screen and (min-width: 1024px) {
  .our--doctors--wrap--outer h2 {
    font-size: 2.875rem;
  }
}

@media only screen and (min-width: 768px) {
  .our--doctors--wrap--outer .owl-carousel .owl-stage-outer {
    padding: 1.5rem 0 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .our--doctors--wrap--outer .owl-carousel .owl-dots {
    margin-left: 0;
    margin-right: 0;
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .our--doctors--wrap--outer .owl-carousel .owl-nav.disabled {
    padding: 1.5rem 0 0;
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .our--doctors--wrap--outer .container {
    max-width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .px-md-down-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
  }
}

.more-link a {
  color: #164D92;
  height: 100%;
}

.more-link a::after {
  content: '';
  background: url(../../../images/next-arrow-green.svg);
  width: 24px;
  height: 12px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: 0.75rem;
}

.aster--card {
  height: 100%;
}

.aster--card .aster--card--inner {
  display: block;
  -webkit-transition: 600ms ease transform;
  -o-transition: 600ms ease transform;
  transition: 600ms ease transform;
  height: 100%;
  overflow: hidden;
}

@media only screen and (min-width: 576px) {
  .aster--card .aster--card--inner:hover {
    -webkit-transform: scaleX(1.1) scaleY(1.1);
        -ms-transform: scaleX(1.1) scaleY(1.1);
            transform: scaleX(1.1) scaleY(1.1);
  }
}

.doctor--card--details {
  padding: 1rem 1.1875rem;
  color: #164D92;
  font-size: 0.875rem;
  height: 100%;
}

@media only screen and (min-width: 576px) {
  .doctor--card--details {
    padding: 1rem 1.1875rem;
  }
}

@media only screen and (min-width: 1200px) {
  .doctor--card--details {
    padding: 0.5rem 1.1875rem;
  }
}

@media only screen and (min-width: 1440px) {
  .doctor--card--details {
    padding: 1rem 1.1875rem;
  }
}

.doctor--name {
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: -0.03938rem;
  line-height: 2rem;
}

.doctor--qualification {
  font-weight: 600;
}

@media only screen and (min-width: 1200px) {
  .doctor--profile--picture img {
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/*# sourceMappingURL=our--doctors.css.map */
