/**
SCSS for doctor detail page.
**/
/**
*********************
* 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
********************
**/
@media only screen and (min-width: 768px) {
  .doctor-details .breadcrumb {
    margin-bottom: 1.25rem;
  }
}

.doctor-details .breadcrumb li {
  color: #58595B;
}

.doctor-details .breadcrumb li a {
  color: #58595B;
}

.doctor-details .breadcrumb li::after {
  content: '';
  margin: 0;
}

.doctor-details .breadcrumb li::before {
  color: #58595B;
}

.doctor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 992px) {
  .doctor {
    padding: 0 1.25rem !important;
  }
}

@media only screen and (max-width: 576px) {
  .doctor {
    margin-top: 2.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .doctor {
    max-width: 72.5rem !important;
  }
}

.doctor > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

@media only screen and (max-width: 992px) {
  .doctor > div {
    margin-bottom: 1.875rem;
  }
}

.doctor__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 3.125rem;
}

@media only screen and (max-width: 992px) {
  .doctor__detail {
    padding: 0 1rem;
    text-align: center;
  }
}

.doctor__detail__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 21.2%;
          flex: 0 0 21.2%;
  max-width: 21.2%;
}

@media only screen and (max-width: 992px) {
  .doctor__detail__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 1rem;
  }
  .doctor__detail__image img {
    max-width: 13.625rem;
    margin: 0 auto;
  }
}

.doctor__detail__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 78.8%;
          flex: 0 0 78.8%;
  max-width: 78.8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 2.5rem;
}

@media only screen and (max-width: 992px) {
  .doctor__detail__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
}

.doctor__detail__info > div,
.doctor__detail__info h1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  font-size: 1rem;
  color: #58595B;
}

@media only screen and (max-width: 992px) {
  .doctor__detail__info > div,
  .doctor__detail__info h1 {
    font-size: 0.875rem;
  }
}

.doctor__detail__info .title {
  font-size: 2rem;
  font-weight: 600 !important;
  color: #164D92;
  line-height: 1;
  margin: 0;
}

@media only screen and (max-width: 992px) {
  .doctor__detail__info .title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.doctor__detail__info .designation h2{
  font-size: 1.375rem;
  font-weight: 500 !important;
  color: #384f7e;
  line-height: 1;
}

@media only screen and (max-width: 992px) {
  .doctor__detail__info .designation h2{
    font-size: 0.875rem;
    line-height: 1.5;
    font-weight: 500 !important;
  }
}

.doctor__detail__info .qualification {
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
}

.doctor__detail__info .doctor-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.doctor__detail__info .doctor-meta__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 1.25rem;
  line-height: 1.5rem;
}

@media only screen and (max-width: 992px) {
  .doctor__detail__info .doctor-meta__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.doctor__detail__info .doctor-meta__left > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

@media only screen and (max-width: 992px) {
  .doctor__detail__info .doctor-meta__left > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 1.875rem;
  }
}

.doctor__detail__info .doctor-meta__left > div:nth-child(odd) {
  padding-right: 1rem;
}

@media only screen and (max-width: 992px) {
  .doctor__detail__info .doctor-meta__left > div:nth-child(odd) {
    padding-right: 0;
  }
}

.doctor__detail__info .doctor-meta__left > div a {
  color: #58595B;
}

.doctor__detail__info .doctor-meta__left .speciality,
.doctor__detail__info .doctor-meta__left .experience {
  padding-bottom: 2rem;
}

.doctor__detail__info .doctor-meta__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}

@media only screen and (max-width: 992px) {
  .doctor__detail__info .doctor-meta__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 2.5rem;
  }
}

.doctor__detail__info .doctor-meta__right .video-consultation,
.doctor__detail__info .doctor-meta__right .book-appointment {
  position: relative;
}

.doctor__detail__info .doctor-meta__right .video-consultation a,
.doctor__detail__info .doctor-meta__right .book-appointment a {
  width: 21.625rem;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  color: #00B48D;
  border: 0.0875rem solid #00B48D;
  border-radius: 0.25rem;
  padding: 1.25rem 3rem 1.25rem 3rem;
  -webkit-transition: background-color 0.5s ease-in;
  -o-transition: background-color 0.5s ease-in;
  transition: background-color 0.5s ease-in;
  background-color: white;
  text-transform: uppercase;
}

@media only screen and (max-width: 1200px) {
  .doctor__detail__info .doctor-meta__right .video-consultation a,
  .doctor__detail__info .doctor-meta__right .book-appointment a {
    width: 18.75rem;
    padding: 1.25rem 3rem 1.25rem 2rem;
  }
}

@media only screen and (max-width: 992px) {
  .doctor__detail__info .doctor-meta__right .video-consultation a,
  .doctor__detail__info .doctor-meta__right .book-appointment a {
    width: 45%;
    font-size: 1rem;
    padding: 0.875rem 2.5rem 0.875rem 1.5rem;
  }
}

@media only screen and (max-width: 576px) {
  .doctor__detail__info .doctor-meta__right .video-consultation a,
  .doctor__detail__info .doctor-meta__right .book-appointment a {
    width: 90%;
  }
}

.doctor__detail__info .doctor-meta__right .video-consultation a::after,
.doctor__detail__info .doctor-meta__right .book-appointment a::after {
  content: '';
  background-image: url(../../../images/next-arrow-green.svg);
  position: absolute;
  right: 1.875rem;
  top: 1.5625rem;
  width: 2.1875rem;
  height: 1.25rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media only screen and (max-width: 1200px) {
  .doctor__detail__info .doctor-meta__right .video-consultation a::after,
  .doctor__detail__info .doctor-meta__right .book-appointment a::after {
    right: 0.3125rem;
    top: 1.875rem;
    width: 1.3125rem;
    height: 0.6875rem;
  }
}

@media only screen and (max-width: 992px) {
  .doctor__detail__info .doctor-meta__right .video-consultation a::after,
  .doctor__detail__info .doctor-meta__right .book-appointment a::after {
    right: 12.5rem;
    top: 1.375rem;
  }
}

@media only screen and (max-width: 576px) {
  .doctor__detail__info .doctor-meta__right .video-consultation a::after,
  .doctor__detail__info .doctor-meta__right .book-appointment a::after {
    right: 2.1875rem;
  }
}

.doctor__detail__info .doctor-meta__right .video-consultation a:hover,
.doctor__detail__info .doctor-meta__right .book-appointment a:hover {
  color: white;
  background-color: #00B48D;
}

.doctor__detail__info .doctor-meta__right .video-consultation a:hover::after,
.doctor__detail__info .doctor-meta__right .book-appointment a:hover::after {
  background-image: url(../../../images/next-arrow.svg);
}

.doctor__detail__info .doctor-meta__right .video-consultation {
  margin-bottom: 1.875rem;
}

.doctor__overview, .doctor__expertise, .doctor__awards {
  font-size: 1rem;
  font-weight: 300;
  color: #58595B;
  margin-bottom: 1.875rem;
}

@media only screen and (max-width: 992px) {
  .doctor__overview, .doctor__expertise, .doctor__awards {
    font-size: 0.875rem;
    margin-bottom: 2.5rem;
  }
}

.doctor__overview .field__label, .doctor__expertise .field__label, .doctor__awards .field__label {
  font-size: 2.25rem;
  color: #164D92;
  font-weight: 600;
  line-height: 4rem;
  letter-spacing: -0.07875rem;
  padding-bottom: 0.625rem;
}

@media only screen and (max-width: 992px) {
  .doctor__overview .field__label, .doctor__expertise .field__label, .doctor__awards .field__label {
    font-size: 1.75rem;
    line-height: 2.25rem;
    letter-spacing: -0.0525rem;
  }
}

.doctor__overview ul, .doctor__expertise ul, .doctor__awards ul {
  padding-left: 1.25rem;
}

.doctor__detail__info .doctor-meta__left > div .field__label {
  text-transform: uppercase;
  color: #164D92;
  font-weight: 600;
  line-height: 1.125rem;
}

.after-content-top.doctor-details .news--events--blogs--card .news--events--blogs--type {
  display: none;
}

/*# sourceMappingURL=doctor-detail.css.map */
