@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
body {
  font-family: "Roboto", sans-serif;
}
body a {
  color: #729EFF;
}
#layout-content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
  background: #FFFFFF;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.11);
  height: auto;
  position: relative;
}
header {
  background-color: #1E0069;
  border-bottom: 2px solid #0d002b;
}
header .header-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 30px;
  gap: 10px;
}
@media only screen and (max-width: 568px) {
  header .header-wrapper a {
    margin: 0 auto;
  }
}
header .header-wrapper a img {
  height: 37px;
  align-self: center;
}
header .header-wrapper ul {
  list-style: none;
  text-align: center;
  margin-bottom: 0;
  padding: 0;
}
@media only screen and (max-width: 434px) {
  header .header-wrapper ul {
    margin: 0 auto;
  }
}
header .header-wrapper ul li {
  display: inline-block;
  margin-right: 15px;
}
header .header-wrapper ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
}
header .header-wrapper ul li .selected {
  font-weight: 500;
}
header .header-wrapper ul li:last-of-type {
  margin: 0;
}
footer {
  background-color: #131415;
}
footer .footer-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 30px;
  border-bottom: 2px solid #131415;
  gap: 10px;
}
footer .footer-wrapper img {
  height: 14px;
  align-self: center;
}
footer .footer-wrapper a {
  color: #fff;
  text-decoration: none;
}
.section-title {
  border-bottom: 1px solid #DBDBDB;
  margin: 25px 0;
}
.section-title a {
  text-decoration: none;
}
.section-title a:hover h2 {
  color: #4C64FF;
}
.section-title h2 {
  font-size: 19px;
  color: #131415;
  transition: color 0.1s;
  -webkit-transition: color 0.1s;
}
section {
  margin-bottom: 50px;
}
.person-wrapper {
  margin-top: 30px;
}
.person-wrapper .person-header h1 {
  font-size: 28px;
  color: #1E0069;
  margin: 0;
}
.person-wrapper .person-header h5 {
  font-size: 18px;
  margin: 0;
  font-weight: 400;
}
.person-wrapper .person-header p {
  margin-top: 10px;
}
.person-wrapper .person-info {
  margin: 30px 0;
}
.person-wrapper .person-info .person-photo {
  background: #FFFFFF;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.11);
  padding-bottom: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 575px) {
  .person-wrapper .person-info .person-photo {
    width: 200px;
    margin: 0 auto;
  }
}
.person-wrapper .person-info .person-photo img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media only screen and (max-width: 575px) {
  .person-wrapper .person-info .person-photo img {
    width: 200px;
  }
}
.person-wrapper .person-info .person-photo p {
  margin: 5px 0;
  padding: 0 10px;
  font-size: 14px;
  color: #131415;
}
.person-wrapper .person-info .person-contacts {
  padding: 0 10px;
}
.person-wrapper .person-info .person-contacts table {
  width: 100%;
}
.person-wrapper .person-info .person-contacts table tr {
  border-bottom: 1px solid #DBDBDB;
  height: 45px;
}
.person-wrapper .person-info .person-contacts table tr td a {
  text-decoration: none;
  color: #4C64FF;
}
.person-wrapper .person-info .person-contacts table tr td:nth-child(1) {
  width: 50%;
}
.other-people .other-photo {
  background: #FFFFFF;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.11);
  text-align: center;
  display: block;
  text-decoration: none;
  border-radius: 5px;
  height: 100%;
  position: relative;
  transition: all 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  overflow: hidden;
}
.other-people .other-photo:hover {
  transform: scale(1.02);
}
.other-people .other-photo img {
  height: 100%;
  min-height: 200px;
  max-height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: center top;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.other-people .other-photo h3 {
  font-size: 16px;
  color: #131415;
  margin: 0;
  margin-top: 5px;
}
.other-people .other-photo p {
  font-size: 14px;
  margin: 0;
  padding-bottom: 5px;
  color: #131415;
}
.directory-wrapper {
  margin-bottom: 50px;
}
.directory-wrapper .other-photo {
  background: #FFFFFF;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.11);
  text-align: center;
  display: block;
  text-decoration: none;
  border-radius: 5px;
  height: 100%;
  position: relative;
  transition: all 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
}
.directory-wrapper .other-photo-container {
  height: 100%;
}
.directory-wrapper .other-photo:hover {
  transform: scale(1.02);
}
.directory-wrapper .other-photo img {
  height: 100%;
  min-height: 200px;
  max-height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: center top;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.directory-wrapper .other-photo h3 {
  font-size: 16px;
  color: #131415;
  margin: 0;
  margin-top: 5px;
}
.directory-wrapper .other-photo p {
  font-size: 14px;
  margin: 0;
  padding-bottom: 5px;
  color: #131415;
}
.directory-wrapper .other-photo .more {
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
  right: 0;
}
@media only screen and (max-width: 575px) {
  .directory-wrapper .other-photo .more {
    background: #FFFFFF;
    box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.11);
    margin-top: 10px;
    padding: 15px 0;
  }
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #000;
  text-decoration: none;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  z-index: 2;
  color: #000;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 3;
  color: #000;
  cursor: default;
  background-color: #eee;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.breadcrumb a {
  text-decoration: none;
}
.search-element {
  position: relative;
  display: block;
  width: 100%;
  max-width: 300px;
}
@media only screen and (max-width: 434px) {
  .search-element {
    margin: 0 auto;
  }
}
.search-element .search {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 300px;
  background: #fff;
  overflow: hidden;
  border-bottom: 1px solid #fff;
  position: relative;
  background: 0;
}
.search-element .search input {
  border: 0;
  width: 90%;
  padding: 10px;
  vertical-align: middle;
  height: 41px;
  font-size: 16px;
  background: transparent;
  color: #fff;
}
.search-element .search input::placeholder {
  color: #e0e0e0;
}
.search-element .search input:focus, .search-element .search input:active {
  outline: 0;
}
.search-element .search .search-icon {
  height: 18px;
  fill: #fff;
}
.search-element .search-results {
  width: 100%;
  position: absolute;
  background: #1E0069;
  border: 2px solid #fff;
  border-radius: 2px;
  top: 0;
  margin-top: 41px;
  padding: 8px 0px;
  color: #fff;
  z-index: 1000;
}
.search-element .search-results ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
.search-element .search-results li {
  padding: 4px 15px;
  width: 100%;
}
.search-element .search-results li.yes-result:hover {
  background-color: #0d6efd;
}
.search-element .search-results li.yes-result:hover a {
  color: #fff;
}
.search-element .search-results a {
  margin: 0;
  display: flex;
  justify-content: space-between;
  color: #fff;
  text-decoration: none;
}
.under-photo {
  padding: 0 5px 5px;
}
.filters-list a {
  background: #FFFFFF;
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  text-align: center;
  padding: 10px 15px;
  text-decoration: none;
}
.states-list .flag-box {
  background: #FFFFFF;
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.05), 0 1px 3px 0 rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
}
.states-list .flag-box:hover {
  transform: scale(1.02);
}
.states-list a {
  text-decoration: none;
}
.states-list a:hover span {
  color: #0a58ca;
}
.states-list img {
  margin-bottom: 10px;
  max-width: 110px;
  border-radius: 5px;
}
@media only screen and (max-width: 1199px) {
  .states-list img {
    max-width: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .states-list img {
    max-width: 120px;
  }
}
.states-list span {
  font-size: 15px;
  color: #3B78FF;
}
.doctor-wrapper {
  margin-top: 30px;
}
.doctor-wrapper .person-header h1 {
  font-size: 28px;
  color: #000;
  margin: 0;
  font-weight: 600;
}
.doctor-wrapper .person-header p {
  margin-top: 10px;
}
.doctor-wrapper .person-header span {
  font-size: 16px;
  color: #3e00da;
  font-weight: 500;
}
.doctor-wrapper .person-info {
  margin: 30px 0;
}
.doctor-wrapper .person-info .person-photo {
  background: #FFFFFF;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.11);
  padding-bottom: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 575px) {
  .doctor-wrapper .person-info .person-photo {
    width: 200px;
    margin: 0 auto;
  }
}
.doctor-wrapper .person-info .person-photo img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media only screen and (max-width: 575px) {
  .doctor-wrapper .person-info .person-photo img {
    width: 200px;
  }
}
.doctor-wrapper .person-info .person-photo p {
  margin: 5px 0;
  padding: 0 10px;
  font-size: 14px;
  color: #131415;
}
.doctor-wrapper .person-info .section-title {
  border: 0;
  display: flex;
  gap: 10px;
}
.doctor-wrapper .person-info .section-title h2 {
  margin: 0;
}
.doctor-wrapper .person-info .section {
  margin: 25px 0;
}
.doctor-wrapper .person-info .person-table {
  padding: 0 10px;
}
.doctor-wrapper .person-info .person-table table {
  width: 100%;
  margin-top: 15px;
}
.doctor-wrapper .person-info .person-table table tr {
  height: 45px;
}
.doctor-wrapper .person-info .person-table table tr th {
  padding: 0 10px;
}
.doctor-wrapper .person-info .person-table table tr td {
  padding: 5px 10px;
}
.doctor-wrapper .person-info .person-table table tr td a {
  text-decoration: none;
  color: #4C64FF;
}
.doctor-wrapper .person-info .person-table table tr td:nth-child(1) {
  width: 50%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.doctor-wrapper .person-info .person-table table tr td:nth-child(2) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.doctor-wrapper .person-info .person-table table tr:nth-child(odd) {
  background-color: #F7F7F7;
}
.doctor-wrapper .person-info .person-table table.vertical td:nth-child(1) {
  width: auto;
}
.doctor-wrapper .sidebar h3 {
  font-size: 18px;
  color: #747474;
  margin-top: 0;
  margin-bottom: 15px;
}
.doctor-wrapper .sidebar-card {
  background: #FFFFFF;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 10px 15px;
}
.doctor-wrapper .navigation a {
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  transition: all 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
}
.doctor-wrapper .navigation a:hover {
  transform: scale(1.02);
}
.doctor-wrapper .navigation .sidebar-button {
  display: flex;
  gap: 10px;
  align-items: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  cursor: pointer;
  background: #FFFFFF;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 10px 15px;
  margin-bottom: 10px;
}
.doctor-wrapper .navigation .sidebar-button:hover {
  transform: scale(1.02);
}
.doctor-wrapper .navigation .sidebar-button img {
  height: 20px;
}
.doctor-wrapper .navigation .sidebar-button h5 {
  margin: 0;
  font-size: 16px;
  color: #131415;
  font-weight: 400;
}
.doctor-wrapper .search .search-box {
  position: relative;
}
.doctor-wrapper .search .search-box img {
  height: 18px;
  z-index: 2;
  position: absolute;
  top: 10px;
  left: 10px;
}
.doctor-wrapper .search .search-box input {
  background: #FFFFFF;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border: 0;
  width: 100%;
  outline: 0;
  padding: 10px 15px;
  padding-left: 35px;
}
.doctor-wrapper .other-specializations a {
  text-decoration: none;
  display: block;
  padding: 5px 0;
}
.doctor-wrapper .other-specializations a span {
  font-weight: 600;
}
.doctor-wrapper .similar-doctors a {
  text-decoration: none;
  display: block;
  transition: all 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
}
.doctor-wrapper .similar-doctors a:hover {
  transform: scale(1.02);
}
.doctor-wrapper .similar-doctors h4 {
  font-size: 18px;
  color: #131415;
  margin: 0;
}
.doctor-wrapper .similar-doctors span {
  font-size: 12px;
  color: #131415;
}
.doctor-wrapper .similar-doctors h5 {
  font-size: 14px;
  color: #131415;
  margin: 0;
  margin-top: 5px;
}
.names-list {
  list-style: none;
  padding: 0;
}
.names-list a {
  text-decoration: none;
}
.home-more-doctors {
  text-decoration: none;
  background: #FFFFFF;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 6px 15px;
  display: block;
  max-width: 80px;
  text-align: center;
  margin-left: auto;
  margin-right: 10px;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
