:root {
  --border-size:1px;
  --border-left-size:2px;
  --border-req-color:#d80000;
  --border-req-ok-color:#00d600;
}

* {
  box-sizing: border-box;
}

body {
  font-weight: 400;
  background-color: #EEEFF4;
}

body,
html,
.App,
.vertical-center {
  width: 100%;
  height: 100%;
}

h3.dlg-title {
  color: #f99d1e;
  font-weight: 700;
}

h5.section-title {
  color: #809796;
}

hr {
  border-style: dotted;
  color: #809796;
  margin: 0.3rem 0;
  opacity: 0.25;
}

.vertical-center {
  display: flex;
  text-align: left;
  justify-content: center;
  flex-direction: column;
}

.align-center {
  text-align: center;
}

.inner-block {
  width: 450px;
  margin: auto;
  background: #ffffff;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  padding: 40px 55px 45px 55px;
  transition: all 0.3s;
  border-radius: 20px;
}

.vertical-center .form-control:focus {
  border-color: #2554FF;
  box-shadow: none;
}

.vertical-center h3 {
  text-align: center;
  margin: 0;
  line-height: 1;
  padding-bottom: 20px;
}

.ico-2x {
  font-size: 2rem;
}
.ico-2x:hover {
  color: #f99d1e;
}

label {
  font-weight: 500;
}

.top-header-split {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  justify-content: space-around;
}
.top-header-split > div {
  background-color: #fff;
  flex-grow: 1;
  min-width: 300px;
  min-height: 100px;
  margin: 0;
  margin-top: 0rem;
  padding: 1rem;
  box-shadow: 19px 19px 39px #cccccc, -19px -19px 39px #f4f4f4;
}
.top-header-split > div h1 {
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
.top-header-split.prn-landing > div:first-child {
  background-image: url("../images/young-asian-female-dentist-white-coat-posing-clinic-equipment-flipped.jpg");
  background-size: cover;
  background-position: center;
}
.top-header-split.prn-landing > div:last-child {
  background-image: url("../images/portrait-successful-mid-adult-doctor-with-crossed-arms-right.jpg");
  background-size: cover;
  background-position: top center;
}

.about-picture {
  border-radius: 50%;
}

.dlg-frame {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  justify-content: space-around;
}
.dlg-frame > div {
  background-color: #fafafa;
  border-radius: 0.5rem;
  flex-grow: 1;
  min-width: 300px;
  min-height: 300px;
  margin: 0;
  margin-top: 1rem;
  padding: 1rem;
  box-shadow: 19px 19px 39px #cccccc, -19px -19px 39px #f4f4f4;
}
.dlg-frame > div h1 {
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.frosted-glass-holder {
  border-radius: 0.25rem;
  height: 100%;
  min-height: 300px;
}
.frosted-glass-holder .content {
  padding: 0.5rem;
}

.form-row {
  padding-bottom: 1rem;
}
.form-row label {
  display: block;
  font-size: 0.9rem;
}
.form-row input, .form-row select, .form-row input[type=password] {
  font-size: 1.3rem;
  font-weight: 700;
  min-width: 100%;
  width: 100%;
  min-height: 2.2rem;
  height: 2.2rem;
  max-height: 2.2rem;
  border: 1px solid #809796;
}
.form-row textarea {
  font-size: 1.3rem;
  font-weight: 700;
  min-width: 100%;
}

.btn-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.m-l-s {
  margin-left: 1rem;
}

.m-l-m {
  margin-left: 2rem;
}

.m-l-l {
  margin-left: 3rem;
}

.m-r-s {
  margin-right: 1rem;
}

.m-r-m {
  margin-right: 2rem;
}

.m-r-l {
  margin-right: 3rem;
}

.m-b-s {
  margin-bottom: 1rem;
}

.m-b-m {
  margin-bottom: 2rem;
}

.m-b-l {
  margin-bottom: 3rem;
}

.m-s {
  margin: 1rem;
}

.m-m {
  margin: 2rem;
}

.m-l {
  margin: 3rem;
}

.p-0 {
  padding: 0;
}

.vh100 {
  height: 100vh;
}

.w-pct-100 {
  width: 100%;
}

.navbar {
  box-shadow: 0 0px 20px 5px #b5b5b5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
.navbar a.navbar-brand {
  margin-right: 80px;
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
.navbar a.navbar-brand img {
  width: 153px;
}
.navbar .nav-item {
  border-bottom: 3px solid transparent;
  border-right: 1px dotted #f99d1e;
  min-width: 5rem;
  text-align: center;
}
.navbar .nav-item:first-child {
  border-left: 1px dotted #f99d1e;
}
.navbar .nav-item.selected {
  border-bottom: 3px solid #f99d1e;
}
.navbar .dlg-title {
  flex-grow: 1;
  padding-right: 2rem;
  text-align: right;
}

main {
  margin: 0 auto;
  padding: 20px;
  padding-top: 90px;
}

.narrow-paragraphs {
  margin: 0 auto;
  width: 100%;
}

.big-paragraphs p, .big-paragraphs li {
  font-size: 1.4rem;
  margin-bottom: 3rem;
}

.big-paragraphs-2 p {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.big-paragraphs-2 li {
  font-size: 1.2rem;
  margin-bottom: 0.1rem;
}

.big-portrait {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 300px;
  height: 300px;
}

.about-content {
  display: flex;
  flex-wrap: wrap;
}
.about-content div:first-child {
  max-width: 600px;
  margin-right: 2rem;
}

.footer-padding {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-top: 2px dotted #f99d1e;
  margin: 2.5rem auto;
}

.panel-holder ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  justify-content: space-between;
}
.panel-holder ul li {
  background-color: #fff;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 300px;
  max-height: 400px;
  margin: 1rem;
  margin-top: 2rem;
  padding: 1rem;
  box-shadow: 19px 19px 39px #cccccc, -19px -19px 39px #f4f4f4;
  max-width:30rem;
}
.panel-holder ul li h2 {
  flex-grow: 1;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
.panel-holder ul li .btn-row {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1rem;
}
.panel-holder ul li .btn-row button {
  margin-right: 2rem;
}
.panel-holder ul > li:first-child {
  background-image: url("../images/young-asian-female-dentist-white-coat-posing-clinic-equipment-flipped.jpg");
  background-size: cover;
  background-position: center;
}
.panel-holder ul > li:last-child {
  background-image: url("../images/portrait-successful-mid-adult-doctor-with-crossed-arms-right.jpg");
  background-size: cover;
  background-position: top center;
}

.btn-primary {
  color: #FFF;
  background-color: #f99d1e;
  border-color: #f99d1e;
  border-radius: 7px;
  background: linear-gradient(145deg, #e08d1b, #ffa820);
  box-shadow: 6px 6px 11px #ddd, -6px -6px 11px #eee;
  min-width: 8rem;
}

.btn-primary:hover {
  color: #FFF;
  background-color: #de8306;
  border-color: #ac6605;
  background: linear-gradient(145deg, #ffa820, #e08d1b);
  box-shadow: 6px 6px 11px #ccc, -6px -6px 11px #ddd;
}

.btn-outline-primary {
  border-color: #f99d1e;
  border-radius: 7px;
  color: #f99d1e;
  min-width: 8rem;
}

.btn-outline-primary:hover {
  background-color: #f99d1e;
  color: #FFF;
  border-color: #ac6605;
  background: linear-gradient(145deg, #ffa820, #e08d1b);
  box-shadow: 6px 6px 11px #ccc, -6px -6px 11px #ddd;
}

input[type=text].reqBorder,
input[type=text].reqBorder,
.reqBorder {
  border-width: var(--border-size);
  border-left: var(--border-left-size) solid #d80000 !important;
  background: snow !important;
}

input[type=text].reqBorderOK,
input[type=text].reqBorderOK,
.reqBorderOK {
  border-width: var(--border-size);
  border-left: var(--border-left-size) solid #00d600 !important;
  background: #FFF !important;
}

.reqBorderRounded,
.reqBorderRounded {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  --border-size: 2px;
}

.msg-box {
  background-color: #FFEBD6;
  border: 1px solid #FF9124;
  display: flex;
  margin-bottom: 1rem;
  padding: 0 0.6rem;
}
.msg-box i {
  color: #FF9124;
  font-size: 2rem;
}
.msg-box div {
  flex-grow: 1;
  padding: 0.3rem 0.6rem;
}
.msg-box div p {
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
}
.msg-box a {
  color: #FF9124;
  font-weight: 700;
}
.msg-box a:hover {
  border-bottom: 3px dotted #FF9124;
}

.pg-dialog {
  padding: 4rem 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  /*centers items on the line (the x-axis by default)*/
  align-items: center;
  /*centers items on the cross-axis (y by default)*/
  overflow: hidden;
}

.z-nav-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.z-nav-top .container {
  background-color: orange;
}

.hide {
  display: none !important;
}

.bold {
  font-weight: 700 !important;
}

/*Login Form*/
form.login, form.Signup {
  height: 520px;
  width: 400px;
  max-width: 90%;
  background-color: rgba(5, 5, 5, 0.33);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 40px rgba(8, 7, 16, 0.6);
  padding: 50px 35px;
}
form.login div.form-group, form.Signup div.form-group {
  padding: 1rem 0;
}
form.login div.form-group label, form.Signup div.form-group label {
  font-style: italic;
  font-variant: small-caps;
}
form.login div.form-group input[type=text],
form.login div.form-group input[type=email],
form.login div.form-group input[type=password], form.Signup div.form-group input[type=text],
form.Signup div.form-group input[type=email],
form.Signup div.form-group input[type=password] {
  font-weight: bold;
}

form * {
  font-family: "Poppins", sans-serif;
  color: #222;
  letter-spacing: 0.5px;
  outline: none;
  border: none;
}

.animated-item {
  color: #f99d1e;
}

.heroText {
  bottom: 0;
}
.heroText h4 {
  color: #809796;
}

.section-padding {
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  border-bottom: 2px dotted #f99d1e;
  margin-bottom: 2.5rem;
}

dl#FAQ dt::before {
  color: #809796;
  content: "Q: ";
  font-size: 2rem;
}
dl#FAQ dd::before {
  color: #809796;
  content: "A: ";
  font-size: 2rem;
  font-weight: bold;
}

div#CardHolder {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
div#CardHolder div {
  background-color: #FFF;
  border: 1px solid #809796;
  border-radius: 1rem;
  margin-bottom: 2rem;
  padding: 1rem;
  width: 300px;
  box-shadow: 19px 19px 39px #cccccc, -19px -19px 39px #f4f4f4;
}
div#CardHolder div p:first-child {
  color: #000;
  font-style: italic;
  font-weight: 400;
}
div#CardHolder div p:last-child {
  color: #f99d1e;
  text-align: right;
}

.accordion .accordion-item {
  background-color: #FFF;
}
.accordion .accordion-item .accordion-button {
  background-color: #809796;
  font-size: 1.5rem;
  font-weight: 700;
}
.accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #809796;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.13);
}

#mailto label {
  width: 100%;
}
#mailto input[type=text],
#mailto textarea {
  width: 100%;
}

/********************
*  Mobile Styles  *
********************/
/*For Base Style and Mobile*/
/*For Tablets*/
/*For Desktop*/
@media only screen and (min-width: 851px) {
  .dlg-frame > div {
    margin: 1rem;
    margin-top: 3rem;
  }

  .top-header-split > div {
    margin: 1rem;
    margin-top: 3rem;
  }

  .form-row input, .form-row select {
    min-width: 20rem;
  }
  .form-row textarea {
    font-size: 1.3rem;
    font-weight: 700;
    min-width: 20rem;
  }
}/*# sourceMappingURL=main.css.map */