/* Backgrounds colors*/
/* Header Section*/
/* Footer Section*/
/* Interactive colors*/
/* Typography colors*/
/* Icons colors*/
/* Button colors*/
/* Brand colors*/
/* Common colors*/
.consultantBio {
  font-size: 14px;
}
.consultantBio .consultantBioInfo {
  padding-left: 10px;
}
.consultantBio .consultantBioInfo h1 {
  color: #1c304b;
  font-family: 'Noto Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0;
}
.consultantBio .consultantBioInfo p {
  color: #45505f;
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
  margin-top: 4px;
}
.consultantBio .consultantBioContent {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.consultantBio .consultantBioContent .consultantBioImg {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  min-width: 48px;
  min-height: 48px;
}
.consultantBio .consultantBioContent .consultantBioImg .consultantBioInitials {
  display: block;
}
.consultantBio .consultantBioContent .consultantBioImg .consultantBioInitials .consultantBioPic {
  vertical-align: middle;
  line-height: 48px;
  text-align: center;
  display: block;
  background: #ebebee;
  border-radius: 50%;
  color: #1c304b;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Noto Sans', sans-serif;
}
.consultantBio .consultantBioContent .consultantBioPic {
  display: block;
}
.consultantBio .consultantBioContent .consultantBioPic img {
  max-width: 100%;
  border-radius: 50%;
  /*border: 3px solid #fff;*/
  height: 48px;
  width: 48px;
}
.consultantBio .consultantBioDetail pre {
  border: 0px;
  background: none;
  resize: none;
  width: 100%;
  color: #45505f;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  overflow-x: auto;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 0;
  margin-top: 14px;
  word-break: keep-all;
}
.consultantBio .consultantBioDetail pre b {
  font-weight: 400;
}
.consultantBio .form-group {
  margin-bottom: 0;
  margin-top: 10px;
}
.consultantBio .modal-select {
  height: 50px;
  width: 100%;
  margin: 5px 0;
}
.consultantBio .modal-select .select2-choice {
  border: 2px solid #a6a6a6 !important;
  border-radius: 0;
  color: black;
  background: white;
  font-family: Noto Sans;
  font-size: 16px;
  font-weight: normal;
  text-indent: 15px;
  line-height: 32px;
  height: 50px;
}
.consultantBio .select2-container .select2-choice .select2-arrow {
  width: 24px;
}
.consultantBio .select2-chosen,
.consultantBio .select2-choice > span:first-child,
.consultantBio .select2-container .select2-choices .select2-search-field input {
  padding: 6px 0px;
}
.consultantBio .select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
}
.consultantBionew {
  font-size: 14px;
  background: #f7f7fa;
  border-radius: 12px;
  padding: 24px;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .consultantBionew {
    background: none;
    padding: 0;
    padding-top: 16px;
    margin-top: 0;
  }
}
.consultantBionew .consultantBioInfo {
  padding-left: 16px;
}
.consultantBionew .consultantBioInfo h1 {
  color: #1c304b;
  font-family: 'Noto Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 0;
  margin-top: 0;
}
.consultantBionew .consultantBioInfo .consultant-country {
  color: #45505f;
  font-family: 'Noto Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
  margin-top: 4px;
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.consultantBionew .consultantBioInfo .consultant-country .location-on-icon {
  margin-bottom: 3px;
}
.consultantBionew .consultantBioContent {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.consultantBionew .consultantBioContent .consultantBioImg {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  min-width: 64px;
  min-height: 64px;
}
.consultantBionew .consultantBioContent .consultantBioImg .consultantBioInitials {
  display: block;
}
.consultantBionew .consultantBioContent .consultantBioImg .consultantBioInitials .consultantBioPic {
  vertical-align: middle;
  line-height: 64px;
  text-align: center;
  display: block;
  background: #ebebee;
  border-radius: 50%;
  color: #1c304b;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Noto Sans', sans-serif;
}
.consultantBionew .consultantBioContent .consultantBioPic {
  display: block;
}
.consultantBionew .consultantBioContent .consultantBioPic img {
  max-width: 100%;
  border-radius: 50%;
  /*border: 3px solid #fff;*/
  height: 48px;
  width: 48px;
}
.consultantBionew .consultantBioDetail pre {
  border: 0px;
  background: none;
  resize: none;
  width: 100%;
  color: #45505f;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  overflow-x: auto;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 0;
  margin-top: 24px;
  word-break: keep-all;
  letter-spacing: 0.056px;
}
.consultantBionew .consultantBioDetail pre:first-child {
  margin-top: 16px;
}
.consultantBionew .consultantBioDetail pre b {
  font-weight: 400;
}
.consultantBionew .form-group {
  margin-bottom: 0;
  margin-top: 0;
}
.consultantBionew .modal-select {
  height: 50px;
  width: 100%;
  margin: 5px 0;
}
.consultantBionew .modal-select .select2-choice {
  border: 2px solid #a6a6a6 !important;
  border-radius: 0;
  color: black;
  background: white;
  font-family: Noto Sans;
  font-size: 16px;
  font-weight: normal;
  text-indent: 15px;
  line-height: 32px;
  height: 50px;
}
.consultantBionew .select2-container .select2-choice .select2-arrow {
  width: 24px;
}
.consultantBionew .select2-chosen,
.consultantBionew .select2-choice > span:first-child,
.consultantBionew .select2-container .select2-choices .select2-search-field input {
  padding: 6px 0px;
}
.consultantBionew .select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
}
