﻿/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 03 2024 | 05:30:48 */
body {
  font-family: "Bai Jamjuree", sans-serif;
}

.flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: flex-start;
  background: white;
  padding-bottom: 30px;
}

.flex-container p {
  margin-bottom: 0px!important
}

.flex-item:nth-child(1) {
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
  align-items: center;
  justify-content: center;
}

.flex-item:nth-child(2) {
  order: 0;
  flex: 0 1 80%;
  align-self: center;
  margin: 10px;
}



.profile-image-thumbnail {
  display: block;
  width: 200px;
  height: 200px;
  object-fit: cover;
  object-position: top;
  border: 5px solid rgb(236, 236, 236);
  box-shadow: 0px 4px 10px 0px rgba(129, 129, 129, 0.5);
  border-radius: 50%;
  margin: 30px;
}

.profile-title {
  font-size: 36px;
  font-weight: 600;
}

.profile-dept {
  font-size: 24px;
  font-weight: 500;
}

h3.heading {
  font-size: 20px;
}

.profile-subdetail {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.profile-specialty,
.profile-language {
  flex-grow: 5;
  margin-top: 10px;
}

.profile-button {
  background-color: #00603e;
  border: none;
  width: 300px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin-top: 20px;
  cursor: pointer;
}

.profile-story-button {
  background-color: #c8a373;
  border: none;
  width: 300px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin-top: 20px;
  cursor: pointer;
}

@media screen and (max-width: 866px) {
  .flex-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start;
  }

  .flex-item:nth-child(1) {
    order: 0;
    flex: 0 1 100%;
    align-self: center;
  }

  .flex-item:nth-child(2) {
    order: 0;
    flex: 0 1 100%;
    align-self: auto;
    width: -webkit-fill-available;
  }
}


@media screen and (max-width: 768px) {
  .profile-header {
    flex-direction: column;
  }

  .profile-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .profile-info {
    align-items: center;
  }

  .profile-title {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
  }

  .profile-dept {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
  }

  .profile-subdetail {
    width: 100%;
    text-align: center;
  }

  .profile-button {
    width: 100%;
  }
}

.accordion-bral {
  min-height: 0;
  min-width: 220px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  margin: 0px !important;
  padding: 0px 0px;
}
.accordion-bral .ac-label {
  padding: 5px 20px;
  position: relative;
  display: block;
  height: auto;
  cursor: pointer;
  color: #00603e;
  font-weight: 600;
  line-height: 33px;
  font-size: 19px;
}
/*
.accordion-bral .ac-label:hover {
  background: #bbb;
}*/

.accordion-bral input + .ac-label {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.accordion-bral input:checked + .ac-label,
.accordion-bral input:checked + .ac-label:active {
  /*background-color: rgba(79, 79, 79, 0.5) !important;*/
  color: #00603e;
}
.accordion-bral input.ac-input {
  display: none;
}
.accordion-bral .article {
  overflow: hidden;
  height: 0px;
  max-height: auto;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordion-bral .article p {
  color: #777;
  line-height: 23px;
  font-size: 14px;
  padding: 10px 0 10px 0;
}
.accordion-bral input:checked ~ .article i {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.accordion-bral input:checked ~ .article.ac-content {
  height: auto;
}

.accordion-bral i {
  position: absolute;
  transform: translate(-30px, 0);
  margin-top: 16px;
  right: 0;
}
.accordion-bral input:checked ~ .ac-label i:before {
  transform: translate(2px, 0) rotate(-45deg);
}
.accordion-bral input:checked ~ .ac-label i:after {
  transform: translate(-2px, 0) rotate(45deg);
}
.accordion-bral i:before,
.accordion-bral i:after {
  content: "";
  position: absolute;
  background-color: #808080;
  width: 3px;
  height: 9px;
}
.accordion-bral i:before {
  transform: translate(-2px, 0) rotate(-45deg);
}
.accordion-bral i:after {
  transform: translate(2px, 0) rotate(45deg);
}
ul.ac-list {
  padding-left: 40px;
  list-style-type: disc;
}

table.ac-table {
  margin: 20px 0 20px 20px;
}
table.ac-table th {
  text-align: left;
}

@media (max-width: 550px) {
  .accordion-bral .ac-label {
    font-family: Arial, sans-serif;
    padding: 5px 20px;
    position: relative;
    display: block;
    height: auto;
    cursor: pointer;
    color: #00603e;
    line-height: 33px;
    font-size: 19px;
  }
  .accordion-bral i {
    position: absolute;
    transform: translate(-30px, 0);
    margin-top: 2%;
    right: 0;
  }
}
/* ---------- accordion style end --------------------------------------- */


/* Doctor Schedule */
.doctor__specialty__item {
    padding: 20px;
    background: white;
}

.doctor-heading {
  font-weight: 600;
  color: #00603e;
  padding-bottom: 10px;
}