html {
  box-sizing: border-box;
}
@media (min-width: 1400px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: "Lato", sans-serif;
}

main {
  min-height: 70vh;
  background-color: snow;
}

*, *:before, *:after {
  box-sizing: inherit;
}

ol, ul {
  list-style: none;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.ddmg-sig {
  background-color: #000;
}
.ddmg-sig small,
.ddmg-sig a {
  font-size: 12px;
  color: #c9c9c9;
}
.ddmg-sig img {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .mini-sections > div {
    flex: 0 0 50%;
  }
}
.half-container {
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
}
@media screen and (min-width: 576px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 768px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .half-container {
    max-width: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .half-container {
    max-width: 570px;
  }
}
@media screen and (min-width: 1400px) {
  .half-container {
    max-width: 810px;
  }
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: opacity 0.8s, transform 0.8s;
}
.reveal_visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Image banner */
.img-banner {
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media screen and (min-width: 1024px) {
  .img-banner {
    padding: 55px 0 65px 0;
  }
}
@media screen and (min-width: 1200px) {
  .img-banner {
    padding: 80px 0 80px 0;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.img-banner h1 {
  color: #fff;
  font-size: 31px;
  text-align: left;
  margin-bottom: 0px;
  text-align: center;
  text-shadow: 0 0 5px #000;
}
@media (min-width: 1200px) {
  .img-banner h1 {
    font-size: 41px;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.bgOne {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/interiorbanners/img_banner1.jpg);
  background-position: right;
}
@media screen and (min-width: 768px) {
  .bgOne {
    background-position: -335px;
  }
}
@media screen and (min-width: 1024px) {
  .bgOne {
    background-position: inherit;
  }
}

.bgTwo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner2.jpg);
  background-position: bottom;
}
@media screen and (min-width: 768px) {
  .bgTwo {
    background-position: bottom;
  }
}

.bgThree {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner3.jpg);
  background-position: 1770px;
}
@media screen and (min-width: 768px) {
  .bgThree {
    background-position: bottom;
  }
}

.bgFour {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner4.jpg);
  background-position: center;
}
@media screen and (min-width: 768px) {
  .bgFour {
    background-position: bottom;
  }
}

.bgFive {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner5.jpg);
  background-position: bottom;
}
@media (min-width: 768px) {
  .bgFive {
    background-position: bottom;
  }
}

.bgSix {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner6.jpg);
  background-position: bottom;
}
@media (min-width: 768px) {
  .bgSix {
    background-position: bottom;
  }
}

.overlay-title {
  position: absolute;
  background: rgba(0, 0, 0, 0.58);
  padding: 30px 0 40px 0;
}
@media (min-width: 768px) {
  .overlay-title {
    padding: 30px 0 40px 0;
  }
}
@media (min-width: 1024px) {
  .overlay-title {
    padding: 40px 0 40px 0;
  }
}
@media (min-width: 1200px) {
  .overlay-title {
    padding: 97px 0 40px 0;
  }
}

.overlay-title h1 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .overlay-title h1 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .overlay-title h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .overlay-title h1 {
    font-size: 37px;
  }
}

main.faq-bg {
  background: url("../../images/faq-bg.jpg") no-repeat left;
  background-position: center;
  background-size: cover;
}

main.logo-bg {
  background: url("../../images/logo-watermark.png") no-repeat left;
  background-position: left bottom;
  background-color: snow;
}
@media (min-width: 768px) {
  main.logo-bg {
    background-size: 65%;
  }
}
@media (min-width: 1200px) {
  main.logo-bg {
    background-size: 34%;
  }
}

.submit-btn, .link-pdf, .return-btn, .btn-main2, .btn-main {
  padding: 0.4rem;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}
.submit-btn:focus, .link-pdf:focus, .return-btn:focus, .btn-main2:focus, .btn-main:focus {
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .submit-btn, .link-pdf, .return-btn, .btn-main2, .btn-main {
    font-size: 13px;
  }
}

.btn-main {
  border: 1px solid #92278f;
  background: #92278f;
  color: #fff !important;
  text-shadow: none;
  white-space: normal;
}
.btn-main:hover {
  background: #D7E5FF;
  border: 1px solid #D7E5FF;
  color: #000 !important;
  text-decoration: underline;
}

.btn-main2 {
  border: 1px solid #FDB710;
  background: #FDB710;
  color: #000 !important;
  text-shadow: none;
  white-space: normal;
}
.btn-main2:hover {
  background: #603F8B;
  border: 1px solid #603F8B;
  color: #fff !important;
  text-decoration: underline;
}

.return-btn {
  border: 1px solid #FF700D;
  background: #FF700D;
  color: #000;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
}
.return-btn:hover {
  background: #D7E5FF;
  border: 1px solid #D7E5FF;
  color: #000;
  text-decoration: underline;
}

.link-pdf {
  border: 1px solid #D7E5FF;
  background: #D7E5FF;
  color: #000;
  text-shadow: none;
  white-space: normal;
}
.link-pdf:hover {
  background: #005AFE;
  border: 1px solid #005AFE;
  color: #fff;
  text-decoration: underline;
}

.submit-btn {
  border: 1px solid #FF700D;
  background: #FF700D;
  color: #fff !important;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
}
.submit-btn:hover {
  background: #D7E5FF;
  border: 1px solid #D7E5FF;
  color: #000 !important;
  text-decoration: underline;
}

.welcome-section .btn {
  background-color: #FDB710;
  padding: 4px 20px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  border-radius: 5px;
  border: 2px dashed #FDB710;
  transition: 0.4s;
}
.welcome-section .btn span:last-child {
  display: none;
}
.welcome-section .btn:hover {
  transition: 0.4s;
  border: 2px dashed #FF700D;
  background-color: #fff;
  color: #000;
}
.welcome-section .btn:active {
  background-color: #87dbd0;
}

.news-home button {
  font-size: 15px;
  padding: 0.5em 0.5em;
  font-weight: 500;
  background: #FDB710;
  color: #000;
  border: none;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  text-transform: uppercase;
  cursor: pointer;
}
.news-home .gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 0.6em;
  margin-top: -0.25em;
}
.news-home .label {
  position: relative;
  top: -1px;
}
.news-home .transition {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 500ms;
  background-color: #b9d5fd;
  border-radius: 9999px;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.news-home button:hover .transition {
  width: 14em;
  height: 14em;
}
.news-home button:active {
  transform: scale(0.97);
}

.regforms-home {
  /* From uiverse.io by @Ali-Tahmazi99 */
}
.regforms-home button {
  display: inline-block;
  padding: 3px 0.5rem 0.5rem;
  border-radius: 5px;
  border: 1px solid #03045e;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in;
  z-index: 1;
  text-transform: uppercase;
  cursor: pointer;
}
.regforms-home button::before,
.regforms-home button::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  transform: skew(15deg);
  transition: all 0.5s;
  overflow: hidden;
  z-index: -1;
}
.regforms-home button::before {
  left: -10px;
  background: #240046;
}
.regforms-home button::after {
  right: -10px;
  background: #5a189a;
}
.regforms-home button:hover::before,
.regforms-home button:hover::after {
  width: 58%;
}
.regforms-home button:hover span {
  color: #e0aaff;
  transition: 0.3s;
}
.regforms-home button span {
  color: #03045e;
  font-size: 15px;
  transition: all 0.3s ease-in;
}

.strip-block {
  background: #FDB710;
}
.strip-block .top-nav-items {
  display: flex;
  float: right;
}
.strip-block .container {
  padding: 4px 0;
}
.strip-block .nav-media i:before {
  color: #000;
}
.strip-block button {
  font-size: 16px;
}
.strip-block .modal {
  margin: 16rem auto;
}
.strip-block .modal .modal-header {
  background-color: #603F8B;
  color: #fff;
}
.strip-block .modal .modal-header span {
  color: #fff;
}
.strip-block .modal .modal-body {
  background: #FFF5DE;
}
.strip-block .modal .modal-footer {
  background: #FFF5DE;
  border-top: 1px solid #eee;
}

.top-nav {
  background-color: #fff;
  padding: 15px 0;
  color: #005AFE;
}
@media (min-width: 768px) {
  .top-nav .top-btn {
    padding: 6px 10px;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .top-nav .top-btn {
    padding: 3px 10px;
    font-size: 15px;
  }
}
.top-nav .top-btn:last-child {
  margin-bottom: 0;
}
.top-nav a:hover {
  text-decoration: none;
}
.top-nav img {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .top-nav img {
    margin: 0;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .top-nav img {
    margin: 0;
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .top-nav img {
    width: 40%;
  }
}
.top-nav .phone {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .top-nav .phone {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 0;
  }
}
.top-nav .phone a {
  color: #000;
}
.top-nav .fb-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .top-nav .fb-icon {
    justify-content: center;
  }
}
.top-nav .fb-icon i {
  font-size: 30px;
  color: #603F8B;
}
.top-nav .patient-port {
  align-items: center;
  justify-content: center;
  display: flex;
}

.navbar {
  background-color: #92278f;
}
.navbar li a {
  padding: 15px 20px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .navbar li a {
    padding: 0px 10px;
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .navbar li a {
    font-size: 14px;
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  .navbar li a {
    font-size: 14px;
    padding: 0 20px;
  }
}
@media (min-width: 1500px) {
  .navbar li a {
    font-size: 16px;
    padding: 0 20px;
  }
}
@media (min-width: 1900px) {
  .navbar li a {
    font-size: 15px;
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .navbar .nav-link {
    padding: 1rem 1rem !important;
  }
}
@media (min-width: 1024px) {
  .navbar .nav-link {
    padding: 0px 0.9rem !important;
  }
}
@media (min-width: 1200px) {
  .navbar .nav-link {
    padding: 0px 1.7rem !important;
  }
}
@media (min-width: 1366px) {
  .navbar .nav-link {
    padding: 0px 1.6rem !important;
  }
}
@media (min-width: 1500px) {
  .navbar .nav-link {
    padding: 0px 1.2rem !important;
  }
}
.navbar .dropdown-menu {
  z-index: 2;
  background-color: #92278f;
  border: 0;
  border-radius: 0;
  border: 1px solid #f1f1f12e;
  margin-left: 32px;
}
.navbar .dropdown-menu a {
  color: #fff;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .navbar .dropdown-menu a {
    margin-bottom: 10px;
  }
}
.navbar .dropdown-menu a:hover {
  background-color: transparent;
}
.navbar .navbar-toggler span {
  margin-bottom: -7px;
}

.slideshow-home {
  text-align: center;
}
.slideshow-home .carousel-indicators {
  bottom: 5%;
  cursor: pointer;
}
@media (min-width: 768px) {
  .slideshow-home .carousel-indicators {
    bottom: 1%;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .carousel-indicators {
    bottom: 1%;
  }
}
@media (min-width: 1024px) {
  .slideshow-home a {
    top: 90px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home a {
    top: 0px;
  }
}
.slideshow-home .slider-text {
  position: relative;
  margin-top: 0px;
  z-index: 5;
  padding: 15px;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .slideshow-home .slider-text {
    padding-left: 75px;
    margin-top: -270px;
    text-align: left;
    width: 65%;
    position: absolute;
  }
}
@media (min-width: 1024px) {
  .slideshow-home .slider-text {
    padding-left: 125px;
    margin-top: -250px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .slider-text {
    margin-top: -390px;
    padding-left: 305px;
  }
}
@media (min-width: 1366px) {
  .slideshow-home .slider-text {
    margin-top: -280px;
    padding-left: 185px;
  }
}
@media (min-width: 1800px) {
  .slideshow-home .slider-text {
    margin-top: -350px;
    padding-left: 185px;
  }
}
.slideshow-home .slider-text h1 {
  font-weight: 700;
  font-size: 46px;
  color: #000;
  margin-bottom: 25px;
  margin-left: 0;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .slideshow-home .slider-text h1 {
    font-size: 35px;
    color: #fff;
  }
}
@media (min-width: 1024px) {
  .slideshow-home .slider-text h1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .slider-text h1 {
    font-size: 46px;
  }
}
.slideshow-home .slider-text p {
  color: #000;
  font-weight: 40;
  margin-bottom: 40px;
  margin-left: 0;
}
@media (min-width: 768px) {
  .slideshow-home .slider-text p {
    color: #fff;
  }
}
.slideshow-home .overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: none;
  z-index: 1;
  height: 148px;
}
@media (min-width: 768px) {
  .slideshow-home .overlay {
    height: 338px;
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 1024px) {
  .slideshow-home .overlay {
    height: 478px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .overlay {
    height: auto;
  }
}

.carousel-fade {
  overflow: hidden;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.8s;
  transition-property: opacity;
}
.carousel-fade .carousel-item img {
  animation: zoom 25s;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.welcome-section {
  background-color: #D7E5FF;
  padding: 60px 0;
}
@media (min-width: 768px) {
  .welcome-section {
    padding: 60px 0 0 0;
  }
}
@media (min-width: 1024px) {
  .welcome-section {
    padding: 60px 0;
  }
}
.welcome-section .shape {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}
.welcome-section .shape img {
  width: 100%;
}
.welcome-section h2 {
  font-weight: 600;
  color: #000;
  font-family: "Fira Sans", sans-serif;
}
.welcome-section p {
  font-size: 20px;
}
.welcome-section .slide:hover,
.welcome-section .slide:focus {
  box-shadow: inset 9.5em 0 0 0 #FDB710;
  color: #FF700D;
}
.welcome-section svg {
  color: #005AFE;
}
.welcome-section .rainbow {
  overflow: hidden;
  justify-content: center;
  display: flex;
}
.welcome-section .rainbow canvas {
  margin-top: -45px;
  width: 100%;
}
@media (min-width: 768px) {
  .welcome-section .rainbow canvas {
    margin-top: -45px;
    width: auto;
  }
}
@media (min-width: 1024px) {
  .welcome-section .rainbow canvas {
    margin-top: -125px;
    width: auto;
  }
}

.feature-entry-items .single-item {
  margin-bottom: 30px;
}
.feature-entry-items .single-item:nth-child(2n) .item {
  border: 1px solid #603f8b;
  padding: 47px 20px;
}
.feature-entry-items .single-item p {
  text-align: left;
}
.feature-entry-items .single-item:hover i {
  transition: 0.9s;
  transform: rotateY(180deg);
}
.feature-entry-items .single-item:hover .flaticon-pdf {
  transform: none;
}
.feature-entry-items .single-item:hover .btn-main2 {
  background: #FF700D;
  border: 1px solid #FF700D;
  color: #000 !important;
}
.feature-entry-items .item {
  padding: 47px 30px;
  border-radius: 10px;
  border: 1px solid #603f8b;
}
.feature-entry-items .item i {
  display: inline-block;
  font-size: 60px;
  margin-bottom: 10px;
  color: #603F8B;
  position: relative;
  z-index: 1;
}
.feature-entry-items .item i::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  height: 100px;
  width: 100px;
  background: linear-gradient(-62.5deg, transparent, rgba(96, 63, 139, 0.1));
  z-index: -1;
  border-radius: 50%;
}
.feature-entry-items .item h3 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 20px;
  color: #603F8B;
}
.feature-entry-items .item a {
  margin-top: 10px;
}
.feature-entry-items .item li {
  text-align: left;
  margin-bottom: 6px;
}
.feature-entry-items .item li .closed {
  background: #603F8B;
  color: #fff;
  padding: 0 15px;
  border-radius: 5px;
  font-weight: 600;
}
.feature-entry-items .item li span {
  font-weight: 600;
  color: #232323;
}
.feature-entry-items .item ul {
  margin-top: 25px;
  padding-top: 17px;
}
.feature-entry-items .gtown-box > div {
  background-color: #603F8B;
  color: #fff;
  font-weight: 600;
}
.feature-entry-items .gtown-box ul {
  background: #d0c8df;
  margin-top: 0;
  padding: 10px;
}
.feature-entry-items .lewes-box > div {
  background-color: #603F8B;
  color: #fff;
  font-weight: 600;
}
.feature-entry-items .lewes-box ul {
  background: #d0c8df;
  margin-top: 0;
  padding: 10px;
}
.feature-entry-items .hours .item {
  background: #fff;
}
.feature-entry-items .hours p {
  font-size: 15px;
}
.feature-entry-items .item {
  background: #fff;
}
@media (min-width: 768px) {
  .feature-entry-items .item {
    height: 578px;
  }
}
@media (min-width: 1024px) {
  .feature-entry-items .item {
    height: 595px;
  }
}
@media (min-width: 1080px) {
  .feature-entry-items .item {
    height: 601px;
  }
}
@media (min-width: 1194px) {
  .feature-entry-items .item {
    height: 578px;
  }
}
@media (min-width: 1200px) {
  .feature-entry-items .item {
    height: 576px;
  }
}
@media (min-width: 1280px) {
  .feature-entry-items .item {
    height: 577px;
  }
}
@media (min-width: 1366px) {
  .feature-entry-items .item {
    height: 627px;
  }
}
@media (min-width: 1500px) {
  .feature-entry-items .item {
    height: 613px;
  }
}
.feature-entry-items .forms-home .home-form-list {
  align-items: center;
  display: flex;
}
.feature-entry-items .forms-home .home-form-list i {
  color: #603F8B;
  position: relative;
  margin-bottom: 0;
  font-size: 34px;
}
.feature-entry-items .forms-home .home-form-list i::after {
  display: none;
}
.feature-entry-items .forms-home .home-form-list a {
  color: #000;
}

.feature-entry-area {
  background: #D7E5FF;
  position: relative;
  z-index: 1;
}
.feature-entry-area .shape {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}
.feature-entry-area .shape img {
  width: 100%;
}
.feature-entry-area .container-fluid {
  padding: 0 15px;
}
@media (min-width: 1024px) {
  .feature-entry-area .container-fluid {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .feature-entry-area .container-fluid {
    padding: 0 65px;
  }
}
@media (min-width: 1366px) {
  .feature-entry-area .container-fluid {
    padding: 0 55px;
  }
}
@media (min-width: 1500px) {
  .feature-entry-area .container-fluid {
    padding: 0 145px;
  }
}

.news-forms {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0.5) 100%), url(../../images/parallax.jpg);
  background-attachment: inherit;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
@media screen and (min-width: 1200px) {
  .news-forms {
    background-attachment: fixed;
    background-position: top;
  }
}
.news-forms .container {
  padding: 90px 0px;
}
.news-forms h1 {
  font-size: 2rem;
}
.news-forms .news-home .card, .news-forms .regforms-home .card {
  height: auto;
}
@media (min-width: 768px) {
  .news-forms .news-home .card, .news-forms .regforms-home .card {
    height: auto;
  }
}
@media (min-width: 1024px) {
  .news-forms .news-home .card, .news-forms .regforms-home .card {
    height: 695px;
  }
}
@media (min-width: 1200px) {
  .news-forms .news-home .card, .news-forms .regforms-home .card {
    height: 665px;
  }
}
@media (min-width: 1905px) {
  .news-forms .news-home .card, .news-forms .regforms-home .card {
    height: 690px;
  }
}
.news-forms .news-home small {
  color: #31414B;
}
.news-forms .news-home h2 {
  color: #000;
  font-size: 22px;
}
.news-forms .news-home p {
  color: #000;
  font-size: 16px;
}
.news-forms .news-home small {
  color: #603F8B;
  font-size: 15px;
}
.news-forms .card {
  background: #d0c8df;
  border-radius: 10px;
}
.news-forms .card h3 {
  font-size: 23px;
  color: #000;
}
.news-forms .news-box {
  background-color: #603F8B;
  padding: 5px;
  border-radius: 10px;
}
.news-forms .regforms-home h1 {
  color: #000;
  font-size: 34px;
}
.news-forms .regforms-home .card {
  background: rgba(221, 211, 237, 0.9);
}
.news-forms .regforms-home .home-form-list {
  align-items: center;
  display: flex;
  justify-content: center;
}
.news-forms .regforms-home .home-form-list i {
  color: #603F8B;
  position: relative;
  margin-bottom: 0;
  font-size: 34px;
}
.news-forms .regforms-home .home-form-list i::after {
  display: none;
}
.news-forms .regforms-home .home-form-list a {
  color: #000;
}
.news-forms .regforms-home .buttons {
  padding: 75px 0px;
  margin-bottom: 25px;
  background: rgba(255, 255, 255, 0.8);
  background-image: url(../../images/logo-watermark.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 60%;
}
@media (min-width: 768px) {
  .news-forms .regforms-home .buttons {
    padding: 55px 0px;
  }
}
@media (min-width: 1024px) {
  .news-forms .regforms-home .buttons {
    padding: 75px 0px;
  }
}
@media (min-width: 1200px) {
  .news-forms .regforms-home .buttons {
    padding: 75px 0px;
  }
}
.news-forms .regforms-home .buttons a:hover {
  text-decoration: none;
}
.news-forms .regforms-home .buttons .btn-main2 {
  font-size: 15px;
  padding: 8.5px;
}
.news-forms .regforms-home .buttons span:hover {
  color: #fff;
}
.news-forms .print-forms i {
  font-size: 29px;
  margin-right: 5px;
}
.news-forms .print-forms a {
  color: #603F8B;
}

.locations-home {
  background: #FFF5DE;
}
.locations-home .shape-two {
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
}
.locations-home .shape-two img {
  width: 100%;
  position: absolute;
}
.locations-home iframe {
  width: 100%;
  margin-bottom: -6px;
}
.locations-home .location-office {
  opacity: 1;
  position: absolute;
  top: 0px;
  z-index: 2;
  color: #fff;
  text-shadow: 0 0 5px #000;
}
.locations-home .lewes h2, .locations-home .georgetown h2 {
  content: "";
  background: #00000070;
  position: absolute;
  height: 81px;
  z-index: 1;
  opacity: 1;
  transition: 0.3s;
  padding-top: 10px;
}

footer {
  background: #302045;
}
footer .logo img {
  width: 60%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  footer .logo img {
    width: 50%;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  footer .logo img {
    width: 70%;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  footer .logo img {
    width: 65%;
    margin: 0 auto;
    display: block;
  }
}
footer .footer-main {
  padding: 35px 55px;
}
footer .sitemap {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  footer .sitemap {
    margin-top: 35px;
  }
}
@media (min-width: 1200px) {
  footer .sitemap {
    margin-top: 30px;
  }
}
footer .footer-nav {
  columns: 1;
  font-size: 0.8rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer .footer-nav {
    columns: 4;
    text-align: left;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  footer .footer-nav {
    columns: 3;
    text-align: left;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer-nav {
    columns: 3;
    text-align: left;
    margin-top: 0;
  }
}
footer .phone {
  font-size: 13px;
}
@media (min-width: 1400px) {
  footer .phone {
    font-size: 14px;
  }
}
footer li a {
  color: #fff;
}
footer li a:hover {
  color: #fff;
}
footer .logos {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  footer .logos {
    padding-left: 0;
    margin-top: 35px;
  }
}
footer .logos i {
  color: #fff;
  font-size: 22px;
}
footer .logos img {
  width: 27%;
  margin: 0 auto;
  object-fit: contain;
}
@media (min-width: 768px) {
  footer .logos img {
    width: 25%;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  footer .logos img {
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  footer .logos img {
    width: 39%;
  }
}
footer h2 {
  font-size: 19px;
}
@media (min-width: 768px) {
  footer h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  footer h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  footer h2 {
    font-size: 20px;
  }
}

.about-providers h2 {
  color: #603F8B;
}
.about-providers .providers-img {
  overflow: hidden;
  height: auto;
}
@media (min-width: 768px) {
  .about-providers .providers-img {
    height: 310px;
  }
}
.about-providers .providers-img img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.about-providers .staff-member {
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .about-providers .staff-member {
    height: auto;
  }
}
@media (min-width: 1200px) {
  .about-providers .staff-member {
    height: 355px;
  }
}
.about-providers .staff-member img {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.about-providers .staff-member:hover img {
  margin-top: -30%;
}
.about-providers .staff-member:hover .member-intro {
  bottom: 80px;
}
.about-providers .member-intro {
  float: left;
  width: 100%;
  background: none repeat scroll 0 0 #D7E5FF;
  padding: 24px 0;
  position: relative;
  bottom: 0;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media (min-width: 1200px) {
  .about-providers .member-intro {
    position: absolute;
  }
}
.about-providers .member-intro h3 {
  margin-bottom: 0px;
  color: #434343;
  font-family: roboto;
  font-size: 20px;
  line-height: 13px;
}
.about-providers .member-intro span {
  float: left;
  width: 100%;
  font-family: open sans;
  font-size: 12px;
  line-height: 10px;
  text-transform: uppercase;
}
.about-providers .read-more {
  text-align: center;
}

.about-detail-page img {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .about-detail-page img {
    float: right;
    width: 40%;
    margin-left: 10px;
    margin-bottom: 0px;
  }
}

.faqs-page .card-header {
  background-color: #D7E5FF;
}
.faqs-page .card-header h2 {
  font-size: 30px;
}
.faqs-page .card-body {
  background-color: #fcfcfc;
}
.faqs-page .card-body .answer {
  font-size: 15px;
}

.news-page .card {
  background: #D7E5FF;
  border-left: 4px solid #FDB710;
}
.news-page .card h2 {
  font-size: 25px;
}
.news-page .card p {
  font-size: 16px;
  color: #474747;
}

.alerts-page .card {
  background-color: #D7E5FF;
}
.alerts-page .card-header {
  background: #3B5C9A;
}
.alerts-page i {
  font-size: 32px;
  margin-bottom: 10px;
  color: #FDB710;
}
.alerts-page h2 {
  font-size: 23px;
  color: #fff;
}
.alerts-page p {
  font-size: 17px;
}

.services-page img {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .services-page img {
    width: 40%;
    float: right;
    margin-left: 10px;
    margin-bottom: 0;
  }
}
.services-page ul {
  list-style-type: disc;
  list-style-position: inside;
  padding: 1rem;
}

.insurance-page .col-12 > div {
  align-items: center;
}
.insurance-page i {
  margin-right: 10px;
  font-size: 28px;
  color: #603F8B;
}
.insurance-page h2 {
  font-size: 24px;
}

.patient-resources .card {
  background: #D7E5FF;
}
.patient-resources .cat-topic {
  text-align: center;
  margin-bottom: 10px;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.patient-resources .cat-topic a {
  color: #fff;
  background-color: #92278f;
  border: 1px solid #603F8B;
  padding: 5px;
  margin: 10px 5px 0px 5px;
  white-space: nowrap;
}
.patient-resources .cat-topic a:hover {
  text-decoration: none;
}
.patient-resources .cat-topic a.active-topic {
  background-color: #603F8B;
  border: 1px solid #603F8B;
  color: #fff;
  white-space: normal;
}
.patient-resources a {
  color: #92278f;
}
.patient-resources a i {
  margin-right: 8px;
}

.for-parents h2 {
  color: #603F8B;
}

.registration-form-page .card {
  background: #D7E5FF;
}
.registration-form-page .card i {
  color: #603F8B;
  font-size: 24px;
}
.registration-form-page .card a {
  color: #000;
}

.general-forms-page .card {
  background: #D7E5FF;
}
.general-forms-page .card i {
  color: #603F8B;
  font-size: 24px;
}
.general-forms-page .card a {
  color: #000;
}

.contact-panel {
  position: relative;
  z-index: 2;
  padding: 40px;
  border-radius: 20px;
  background-color: #D7E5FF;
  -webkit-box-shadow: 0 5px 83px 0 rgba(9, 29, 62, 0.1);
  box-shadow: 0 5px 83px 0 rgba(9, 29, 62, 0.1);
}

.contact-panel__title {
  font-size: 34px;
}

.contact-panel__desc {
  font-size: 15px;
  line-height: 25px;
}

textarea.form-control {
  min-height: 120px;
  padding-top: 16px;
}

.contact-layout1 {
  margin-top: -100px;
}
.contact-layout1 .contact-panel__info {
  background-image: url(../../images/parallax.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 55px 30px;
  border-radius: 20px;
  overflow: hidden;
}
.contact-layout1 .contact-panel__info:after {
  content: "";
  position: absolute;
  top: 55px;
  bottom: 55px;
  left: 0;
  width: 3px;
  background-color: #FDB710;
}
.contact-layout1 .contact-panel__info::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(27, 26, 26, 0.25);
  opacity: 0.75;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(19%, #FDB710), color-stop(71%, #FDB710));
  background-image: linear-gradient(180deg, #FF700D 19%, #FF700D 71%);
}
.contact-layout1 .contact-panel__info .contact-text {
  z-index: 2;
  position: relative;
}
.contact-layout1 .contact-panel__info .contact__list li {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
}
.contact-layout1 .contact-panel__info .contact__list li a {
  color: #fff;
}
.contact-layout1 .contact-panel__info .contact__list li i {
  margin-right: 8px;
}
.contact-layout1 .contact-panel__info .contact-panel__title {
  font-size: 30px;
}
.contact-layout1 .btn-main {
  font-size: 19px;
}
.contact-layout1 .select {
  color: #495057;
}

.location-page .card {
  margin-bottom: 2rem;
  overflow: hidden;
  max-height: 250px;
  border: none;
  background: transparent;
}
.location-page .card .card-wrapper {
  overflow: hidden;
  position: relative;
}
.location-page .card .card-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
  background: #232323;
  opacity: 0.4;
  z-index: 10;
  pointer-events: none;
}
.location-page .card .card-wrapper:hover .view-more {
  opacity: 1;
  line-height: 1.6;
  margin: 0;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 6px #000;
  font-weight: bold;
}
.location-page .card-box {
  position: absolute;
  overflow: hidden;
  height: fit-content;
  margin: auto;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  z-index: 100;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.location-page .card-box a:hover {
  text-decoration: none;
}
.location-page .card-box .card-title {
  line-height: 1.6;
  margin: 0;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 6px #000;
  font-weight: bold;
}
.location-page .card-box .view-more {
  opacity: 0;
  line-height: 1.6;
  margin: 0;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 6px #000;
  font-weight: bold;
  font-size: 20px;
}
.location-page .card-img {
  overflow: hidden;
  transition: transform 0.3s;
  position: relative;
}
.location-page .card-img .default-img {
  position: relative;
}

.location-detail-page .photo-map {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .location-detail-page .photo-map {
    float: right;
    width: 40%;
    margin-bottom: 0px;
  }
}
.location-detail-page iframe {
  margin-top: 15px;
}

.parallax-one {
  background-image: url("../../images/parallax.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: inherit;
  background-position: center;
  padding: 75px 0;
}
@media (min-width: 1200px) {
  .parallax-one {
    background-attachment: fixed;
    background-position: 0 155px;
  }
}

.parallax-two {
  background-image: url("../../images/parallax-two.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: inherit;
  background-position: center;
  padding: 75px 0;
}
@media (min-width: 1200px) {
  .parallax-two {
    background-attachment: fixed;
    background-position: 0 155px;
  }
}

.page-wide-photos {
  background-image: url("../../images/page-wide-photo.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .page-wide-photos {
    padding: 43px 0;
  }
}
@media (min-width: 1024px) {
  .page-wide-photos {
    padding: 57px 0;
  }
}
@media (min-width: 1200px) {
  .page-wide-photos {
    padding: 100px 0;
    background-size: cover;
  }
}

.page-wide-photos-two {
  background-image: url("../../images/page-wide-photo2.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .page-wide-photos-two {
    padding: 43px 0;
  }
}
@media (min-width: 1024px) {
  .page-wide-photos-two {
    padding: 57px 0;
  }
}
@media (min-width: 1200px) {
  .page-wide-photos-two {
    padding: 100px 0;
    background-size: cover;
  }
}

/*# sourceMappingURL=design.css.map */
