* {
  margin: 0;
  padding: 0;
}

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

#app {
  overflow: hidden;
}

header .header-top {
  position: relative;
  z-index: 1;
  height: 40px;
}
@media (max-width: 500px) {
  header .header-top {
    display: none !important;
  }
}
header .header-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  z-index: -2;
}
header .header-top span {
  font-size: 13px;
  color: #ecf0f1;
}
header .navbar {
  height: 80px;
  background-color: #FFF;
  z-index: 101;
}
@media (max-width: 500px) {
  header .navbar {
    height: 80px;
    background-color: #002856;
    padding: 10px;
  }
}
header .navbar .navbar-toggler {
  border-color: #FFF !important;
}
@media (max-width: 992px) {
  header .navbar .navbar-toggler {
    position: relative;
    top: -20px;
    z-index: 999;
  }
}
@media (max-width: 500px) {
  header .navbar .navbar-toggler {
    top: 0;
    border: 0;
  }
}
header .navbar .navbar-toggler .navbar-toggler-icon {
  width: 2em;
  height: 2em;
}
header .navbar .navbar-collapse {
  background: #FFF;
  transition: 200ms ease;
}
header .navbar .dropdown:hover .dropdown-menu {
  display: block !important;
}
header .navbar .dropdown-menu {
  left: -100px;
}
header .navbar .dropdown-menu .dropdown-item {
  padding: 15px 30px;
  border-bottom: 1px solid rgba(24, 81, 104, 0.1529411765);
  font-weight: 500;
  color: rgba(0, 40, 86, 0.8274509804);
}
header .navbar .navbar-collapse.show {
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  padding: 20px;
  z-index: 1;
  position: relative;
  opacity: 1;
}
@media (max-width: 500px) {
  header .navbar .navbar-collapse.show {
    top: 20px;
  }
}
header .navbar .navbar-collapse.collapsing {
  z-index: 1;
  position: relative;
  padding: 20px;
  opacity: 0;
}
header .navbar .navbar-brand {
  position: relative;
  z-index: 1;
  top: -64px;
}
@media (max-width: 500px) {
  header .navbar .navbar-brand {
    top: 0;
    padding: 0;
  }
}
header .navbar .navbar-brand img {
  max-width: 100px;
  width: 100%;
  position: relative;
  top: 37px;
  z-index: 10;
}
@media (max-width: 992px) {
  header .navbar .navbar-brand img {
    top: 15px;
  }
}
@media (max-width: 500px) {
  header .navbar .navbar-brand img {
    width: 70%;
    top: -5px;
  }
}
header .navbar .navbar-brand::before {
  content: "";
  position: absolute;
  height: 240px;
  width: 1500px;
  transform: skew(20deg, 0deg);
  right: -200px;
  bottom: -50px;
  background: #002856;
  z-index: 2;
}
@media (max-width: 992px) {
  header .navbar .navbar-brand::before {
    bottom: -30px;
  }
}
@media (max-width: 500px) {
  header .navbar .navbar-brand::before {
    display: none;
  }
}
header .navbar .navbar-nav .nav-item {
  margin-left: 10px;
}
header .navbar .navbar-nav .nav-link {
  font-size: 18px;
  font-weight: 500;
  color: #002856;
}
header .navbar .navbar-nav :last-child {
  padding-right: 0;
}

.navbar-scrolled {
  padding-top: 15px !important;
  padding-bottom: 15px;
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 99;
}
@media (max-width: 992px) {
  .navbar-scrolled {
    padding: 0 !important;
    height: 90px !important;
  }
}
@media (max-width: 992px) {
  .navbar-scrolled .navbar-toggler {
    position: relative;
    top: 0 !important;
  }
}
.navbar-scrolled .navbar-brand {
  top: -2px !important;
  position: relative;
}
.navbar-scrolled .navbar-brand img {
  width: 70px !important;
  position: relative;
  top: 0 !important;
}
.navbar-scrolled .navbar-brand::before {
  bottom: 0px !important;
}
@media (max-width: 992px) {
  .navbar-scrolled .navbar-brand::before {
    bottom: -8px !important;
  }
}

.hero-scrolled {
  padding-top: 80px;
}

.hero {
  height: 100vh;
  background: url("../images/hero-1-original.jpg");
  background-size: cover;
  background-position: 300px;
  position: relative;
}
@media (max-width: 992px) {
  .hero {
    height: 60vh;
  }
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: -45%;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(90px);
          backdrop-filter: blur(90px);
  z-index: 0;
  transform: skew(20deg, 0deg);
}
.hero .content {
  display: flex;
  position: relative;
  z-index: 10;
  min-height: 85vh;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
@media (max-width: 992px) {
  .hero .content {
    min-height: 60vh;
    top: -50px;
  }
}
.hero .content h1 {
  font-size: 56px;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #2c3e50;
  font-weight: 300;
  letter-spacing: 1px;
}
@media (max-width: 992px) {
  .hero .content h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.hero .content h1 span {
  font-weight: 600;
  transition: transform 0.3s ease-out;
}
.hero .content h1 span.new-word {
  transform: translateY(100%);
}
.hero .content h1 span.active {
  transform: translateY(0);
}
.hero .content p {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 35px;
  color: #002856;
  line-height: 1.3em;
}
@media (max-width: 992px) {
  .hero .content p {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.about-cards {
  padding: 100px 0 0 0;
}
.about-cards .card {
  position: relative;
  border: 0;
  transition: all 300ms ease;
  min-height: 400px;
}
.about-cards .card:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.about-cards .card .card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-cards .card img {
  width: 100%;
}
.about-cards .card .card-title {
  font-size: 28px;
  color: #002856;
}
.about-cards .card .card-title a {
  text-decoration: none;
  color: #002856;
}
.about-cards .card .card-text {
  font-size: 16px;
  color: #767676;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.about-us {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 10%, rgb(255, 255, 255) 40%);
  position: relative;
}
.about-us .background-row {
  position: absolute;
  width: 100%;
}
@media (max-width: 992px) {
  .about-us .background-row :last-child {
    min-height: 60vh;
    background: #002856;
    display: flex;
    justify-content: end;
    background: linear-gradient(50deg, rgba(0, 40, 86, 0.89) 10%, rgba(0, 40, 86, 0.855) 90%), url("../images/close-up-glass-lens-microscope-laboratory-desk.jpg");
    background-size: auto;
  }
}
.about-us .background-row .col-lg-6 {
  padding-left: 10px;
  padding-right: 10px;
}
.about-us .background-row :first-child {
  min-height: 60vh;
  background: #002856;
  display: flex;
  justify-content: end;
  background: linear-gradient(50deg, rgba(0, 40, 86, 0.93) 10%, rgba(0, 40, 86, 0.93) 90%), url("../images/close-up-glass-lens-microscope-laboratory-desk.jpg");
  background-size: auto;
}
@media (max-width: 992px) {
  .about-us .background-row :first-child {
    background: #FFF;
  }
}
.about-us .about-content-row {
  position: relative;
}
.about-us .about-content-row .col-lg-6 {
  min-height: 60vh;
}
@media (max-width: 992px) {
  .about-us .about-content-row .col-lg-6 {
    min-height: 50vh;
  }
}
.about-us .about-content-row .timetable-col {
  display: flex;
  align-items: center;
  justify-content: start;
  min-height: 60vh;
}
@media (max-width: 992px) {
  .about-us .about-content-row .timetable-col {
    min-height: 40vh;
    justify-content: center;
  }
}
.about-us .about-content-row .timetable {
  width: 70%;
}
.about-us .about-content-row .timetable .list-group {
  background: transparent;
}
.about-us .about-content-row .timetable .first {
  margin-bottom: 40px;
}
.about-us .about-content-row .timetable .list-group-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  color: #ecf0f1;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #ecf0f1;
  border-bottom-style: dotted;
  border-width: 2px;
  font-size: 18px;
  padding: 5px 0;
  margin-bottom: 10px;
}
.about-us .about-content-row .timetable h3 {
  color: #ecf0f1;
  font-weight: 400;
}
.about-us .about-content-row .about-col {
  display: flex;
  align-items: center;
  justify-content: start;
}
@media (max-width: 992px) {
  .about-us .about-content-row .about-col {
    justify-content: center;
  }
}
.about-us .about-content-row .about-col .about {
  position: relative;
  left: -100px;
  background: #F3FBFD;
  padding: 30px;
}
@media (max-width: 992px) {
  .about-us .about-content-row .about-col .about {
    left: 0;
  }
}
.about-us .about-content-row .about-col .about h3 {
  font-weight: 400;
  color: #002856;
  margin-bottom: 40px;
}
.about-us .about-content-row .about-col .about p {
  font-size: 18px;
  font-weight: 500;
  color: rgba(44, 62, 80, 0.8);
}
.about-us .about-content-row .about-col .about p:last-child {
  margin-bottom: 20px;
}

.services {
  margin-bottom: 100px;
  padding: 0 0 100px 0;
  position: relative;
}
@media (max-width: 992px) {
  .services .col-md-6 {
    margin-bottom: 50px;
  }
}
.services .card {
  border: 0;
  border-radius: 0;
  min-height: 380px;
  background: #002856;
  border-radius: 10px;
  width: 100%;
  padding: 70px 25px 50px 25px;
  position: relative;
  overflow: hidden;
}
.services .card:hover .card-bg-image {
  opacity: 1;
}
.services .card .card-bg-image {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: auto;
  opacity: 0.3;
  transition: 600ms ease;
}
.services .card h4 {
  color: #ecf0f1;
}
.services .card p {
  color: #ecf0f1;
  opacity: 0.9;
  font-weight: 500;
}
.services .card .svg-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.2235294118);
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
.services .card .icon-img {
  width: 35px;
}

.contact {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 10%, rgb(255, 255, 255) 40%);
}
.contact .background-row {
  position: absolute;
  width: 100%;
  min-height: 60vh;
}
@media (max-width: 992px) {
  .contact .background-row :first-child {
    background: #FFF;
    min-height: 50vh;
  }
}
.contact .background-row .col-lg-6 {
  padding-left: 10px;
  padding-right: 10px;
}
.contact .background-row :last-child {
  min-height: 60vh;
  background: #002856;
  display: flex;
  justify-content: end;
  background: linear-gradient(50deg, rgba(0, 40, 86, 0.8509803922) 10%, rgba(0, 40, 86, 0.8549019608) 90%), url("../images/blur-hospital-cropp.jpg");
  background-size: auto;
}
@media (max-width: 992px) {
  .contact .background-row :last-child {
    min-height: 50vh;
  }
}
.contact .about-content-row {
  position: relative;
}
.contact .about-content-row .col-lg-6 {
  min-height: 60vh;
}
@media (max-width: 992px) {
  .contact .about-content-row .col-lg-6 {
    min-height: 50vh;
  }
}
.contact .about-content-row .timetable-col {
  display: flex;
  align-items: center;
  justify-content: end;
  min-height: 50vh;
}
@media (max-width: 992px) {
  .contact .about-content-row .timetable-col {
    justify-content: center;
  }
}
.contact .about-content-row .timetable {
  width: 70%;
}
.contact .about-content-row .timetable .list-group {
  background: transparent;
}
.contact .about-content-row .timetable .first {
  margin-bottom: 40px;
}
.contact .about-content-row .timetable .list-group-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  color: #ecf0f1;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #ecf0f1;
  border-bottom-style: dotted;
  border-width: 2px;
  font-size: 18px;
  padding: 5px 0;
  margin-bottom: 10px;
}
.contact .about-content-row .timetable h3 {
  color: #ecf0f1;
  font-weight: 400;
}
.contact .about-content-row .about-col {
  display: flex;
  align-items: center;
  justify-content: start;
}
.contact .about-content-row .about-col .about {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  position: relative;
  left: 100px;
  background: #F3FBFD;
  background: linear-gradient(50deg, rgba(0, 41, 87, 0.576) 10%, rgba(0, 41, 87, 0.571) 90%), url("../images/blur-hospital.jpg");
  min-height: 45vh;
  background-size: cover;
  border: 10px solid #F3FBFD;
}
.contact .about-content-row .about-col .about img {
  width: 100%;
}
@media (max-width: 992px) {
  .contact .about-content-row .about-col .about {
    left: 0;
  }
}
.contact .about-content-row .about-col .about h3 {
  font-weight: 500;
  color: #ecf0f1;
  font-size: 40px;
}
.contact .about-content-row .about-col .about p {
  font-size: 20px;
  font-weight: 500;
  color: rgba(44, 62, 80, 0.8);
}

.white {
  height: 200px;
  background: #FFF;
}

footer {
  background: linear-gradient(50deg, rgba(0, 41, 87, 0.976) 10%, rgba(0, 41, 87, 0.971) 90%), url("../images/preview.jpg");
  background-repeat: repeat;
  background-size: contain;
  min-height: 500px;
  padding: 100px 0 0 0;
}
@media (max-width: 992px) {
  footer {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
  }
  footer .col-md-6 {
    margin-bottom: 20px;
  }
}
footer .footer-about-inner {
  width: 80%;
}
footer .footer-about-inner img {
  width: 150px;
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  footer .footer-about-inner {
    width: 100%;
  }
}
footer .footer-nav a {
  text-decoration: none;
  color: rgba(236, 240, 241, 0.4823529412);
}
footer h2 {
  color: #ecf0f1;
}
footer p {
  color: rgba(236, 240, 241, 0.4823529412);
  font-weight: 500;
}
footer .list-group-item {
  background-color: transparent;
  border: 0;
  color: rgba(236, 240, 241, 0.4823529412);
}
footer .phone .list-group-item {
  border-bottom: 1px solid rgba(118, 118, 118, 0.3058823529);
  padding-left: 0;
  padding-right: 0;
}
footer svg {
  color: #2CAEE2;
}
footer .phone-wrap {
  background: #0E4674;
  display: flex;
  flex-direction: column;
  padding: 40px 20px;
  border-radius: 15px;
}
footer .phone-wrap h5 {
  color: #ecf0f1;
}
footer .adress {
  padding: 0 0 20px 0;
}
footer .adress .list-group {
  display: flex;
  justify-content: end;
}
footer .adress .email {
  font-size: 20px;
}
footer .adress p, footer .adress h6 {
  margin-bottom: 0;
}
footer .adress .list-group-item {
  padding-left: 0;
  position: relative;
}
footer .adress .list-group-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  height: 0;
  border-bottom: 1px dotted rgba(118, 118, 118, 0.3058823529);
}
footer .footer-bottom {
  padding: 100px 0 10px 0;
}
footer .footer-bottom div {
  border-top: 1px solid rgba(255, 255, 255, 0.2235294118);
  padding-top: 10px;
}
footer .footer-bottom span {
  color: rgba(236, 240, 241, 0.6470588235);
}

.map {
  height: 400px;
  background: url("../images/map.png");
  background-size: cover;
  background-position: center bottom;
}

@keyframes flip {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(90deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
.hero-about-us {
  min-height: 50vh;
  background: linear-gradient(50deg, rgba(0, 40, 86, 0.8509803922) 10%, rgba(0, 40, 86, 0.8549019608) 90%), url("../images/hero-1-original.jpg");
  background-position: 300px top;
  background-size: cover;
}
@media (max-width: 992px) {
  .hero-about-us {
    min-height: 30vh;
  }
}

.hero-heading {
  width: 100%;
  min-height: calc(50vh - 120px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .hero-heading {
    min-height: calc(30vh - 120px);
  }
}
.hero-heading h2 {
  display: inline;
  color: #ecf0f1;
  font-size: 50px;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .hero-heading h2 {
    font-size: 30px;
  }
}
.hero-heading .logo-line {
  display: flex;
  width: 180px;
  justify-content: space-around;
  align-items: center;
}
.hero-heading .logo-line .line {
  width: 65px;
  height: 2px;
  background: #2CAEE2;
}
.hero-heading img {
  width: 20px;
  animation: flip 2s linear infinite;
  transform-style: preserve-3d;
  display: inline;
  position: relative;
  z-index: 0;
}

.welcome {
  padding: 100px 0;
}
.welcome h1, .welcome h4 {
  color: #002856;
  margin-bottom: 20px;
}
.welcome .text {
  padding: 40px 20px;
}
.welcome .text p {
  color: rgba(44, 62, 80, 0.7921568627);
  font-weight: 500;
  font-size: 18px;
}
.welcome .card-col .card {
  width: 95%;
  border: 0;
  border-radius: 0;
  background: linear-gradient(50deg, hsla(212, 100%, 17%, 0.955) 10%, hsla(212, 100%, 17%, 0.955) 90%), url("../images/preview.jpg");
  padding: 20px;
  background-size: cover;
}
.welcome .card-col .card .card-inner {
  padding: 30px;
  border: 1px solid rgba(236, 240, 241, 0.1882352941);
}
.welcome .card-col .card .card-inner .card-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(236, 240, 241, 0.1882352941);
  padding: 15px 0 15px 0;
}
@media (max-width: 992px) {
  .welcome .card-col .card .card-inner .card-item {
    justify-content: start;
  }
}
.welcome .card-col .card .card-inner .card-item h3 {
  color: #ecf0f1;
  font-size: 24px;
  font-weight: 500;
}
.welcome .card-col .card .card-inner .card-item p {
  color: rgba(236, 240, 241, 0.831372549);
  font-weight: 400;
}
.welcome .card-col .card .card-inner .card-item svg {
  width: 40px;
  height: 40px;
  color: #2CAEE2;
}
.welcome .card-col .card .card-inner .card-item .icon {
  padding: 10px 30px 30px 0;
}

.mission {
  background: linear-gradient(50deg, hsla(212, 100%, 17%, 0.855) 10%, hsla(212, 100%, 17%, 0.855) 90%), url("../images/doctor-patient.jpg");
  background-size: cover;
  background-position: center;
  min-height: 400px;
  margin-bottom: 300px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .mission {
    padding: 70px 50px;
  }
}
.mission .content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 0 20px;
  width: 90%;
}
.mission .content h5, .mission .content p {
  color: #ecf0f1;
}
.mission .content h5 {
  margin-bottom: 20px;
}
.mission .content svg {
  width: 40px;
  height: 40px;
  color: #2CAEE2;
  margin-bottom: 20px;
}

.hero-contact {
  min-height: 50vh;
  background: linear-gradient(50deg, rgba(0, 40, 86, 0.8509803922) 10%, rgba(0, 40, 86, 0.8549019608) 90%), url("../images/hero-1-original.jpg");
  background-position: 300px top;
  background-size: cover;
}
@media (max-width: 992px) {
  .hero-contact {
    min-height: 30vh;
  }
}

.contact-details {
  padding: 100px 0;
}
@media (max-width: 500px) {
  .contact-details {
    padding: 50px 10px;
  }
}
@media (max-width: 992px) {
  .contact-details .details-col {
    margin-bottom: 30px;
  }
}
.contact-details .details-col h4 {
  color: #002856;
  font-size: 30px;
  margin-bottom: 40px;
  font-weight: 500;
}
@media (max-width: 500px) {
  .contact-details .details-col h4 {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .contact-details .info-details-wrap {
    display: flex;
  }
}
@media (max-width: 992px) {
  .contact-details .info-details-wrap {
    flex-direction: column;
  }
}
.contact-details .info-details-row {
  display: flex;
  justify-content: start;
  border-bottom: 1px solid rgba(7, 68, 116, 0.1);
  padding: 15px 0;
  width: 100%;
}
@media (max-width: 992px) {
  .contact-details .info-details-row {
    flex-direction: column;
  }
  .contact-details .info-details-row:nth-child(1) {
    flex: 1 1 auto !important;
  }
  .contact-details .info-details-row:nth-child(2) {
    flex: 2 1 auto !important;
  }
  .contact-details .info-details-row:nth-child(3) {
    flex: 0 1 auto !important;
  }
}
.contact-details .info-details-row:last-child {
  border: 0 !important;
}
.contact-details .info-details-row svg {
  width: 35px;
  height: 35px;
  color: #2CAEE2;
  margin-right: 20px;
  position: relative;
  top: 5px;
}
@media (max-width: 992px) {
  .contact-details .info-details-row svg {
    margin-bottom: 20px;
  }
}
.contact-details .info-details-row h6 {
  font-size: 24px;
  color: #002856;
}
.contact-details .info-details-row p {
  margin-bottom: 5px;
  font-weight: 400;
  color: #2c3e50;
}
.contact-details .info-details-row .info-text {
  flex: 1;
}
.contact-details .info-details-row .info-text .info .info-item {
  border-bottom: 1px dotted rgba(44, 174, 226, 0.462745098);
  padding: 10px 0;
}
.contact-details .form-col {
  display: flex;
  justify-content: end;
}
.contact-details .form-wrap {
  width: 95%;
  min-height: 600px;
  background: #FFF;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .contact-details .form-wrap {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .contact-details .form-wrap {
    padding: 0;
  }
}
.contact-details .form-wrap h3 {
  color: #002856;
  font-size: 40px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .contact-details .form-wrap h3 {
    text-align: center;
  }
}
.contact-details .form-wrap .row {
  margin-bottom: 20px;
}
.contact-details .form-wrap .row .form-control {
  border-radius: 0;
}
.contact-details .form-wrap .row .form-label {
  opacity: 0.6;
  font-weight: 500;
}

.hero-services {
  min-height: 50vh;
  background: linear-gradient(50deg, rgba(0, 40, 86, 0.8509803922) 10%, rgba(0, 40, 86, 0.8549019608) 90%), url("../images/hero-1-original.jpg");
  background-position: 300px top;
  background-size: cover;
}
.hero-services h1 {
  font-size: 50px;
  color: #ecf0f1;
}
@media (max-width: 992px) {
  .hero-services h1 {
    text-align: center;
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .hero-services {
    min-height: 30vh;
  }
}

.services-page-info {
  padding: 100px 0;
}
.services-page-info .sidebar {
  min-height: 400px;
}
.services-page-info .sidebar .list-group {
  border: 0;
}
.services-page-info .sidebar .list-group-item {
  padding: 0;
  border: 0;
}
.services-page-info .sidebar .list-group-item a {
  background: #F3F7F9;
  border: 5px solid #F3F7F9;
  padding: 13px;
  text-decoration: none;
  margin-bottom: 5px;
  transition: 300ms ease;
  color: #002856;
  width: 100%;
  display: block;
}
.services-page-info .sidebar .list-group-item a:hover {
  border-left: 5px solid #2CAEE2;
  color: #2CAEE2;
}
.services-page-info .main-info {
  min-height: 400px;
}
@media (max-width: 500px) {
  .services-page-info .main-info {
    margin-bottom: 30px;
  }
}
.services-page-info .main-info h2, .services-page-info .main-info h5 {
  color: #002856;
  margin-bottom: 30px;
}
.services-page-info .main-info ul li {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #767676;
}
.services-page-info .main-info ul li:first-child {
  margin-top: 20px;
}
.services-page-info .main-info ul li strong, .services-page-info .main-info ul li b {
  color: #000000 !important;
}

.hero-pricing, .hero-pacient-prepare {
  min-height: 50vh;
  background: linear-gradient(50deg, rgba(0, 40, 86, 0.8509803922) 10%, rgba(0, 40, 86, 0.8549019608) 90%), url("../images/hero-1-original.jpg");
  background-position: 300px top;
  background-size: cover;
}
@media (max-width: 992px) {
  .hero-pricing, .hero-pacient-prepare {
    min-height: 30vh;
  }
}
.hero-pricing h1, .hero-pacient-prepare h1 {
  font-size: 50px;
  color: #ecf0f1;
}
@media (max-width: 500px) {
  .hero-pricing h1, .hero-pacient-prepare h1 {
    font-size: 30px;
  }
}

@keyframes button-box {}
.prepare {
  background: linear-gradient(50deg, rgba(255, 255, 255, 0.49) 10%, rgba(254, 254, 254, 0.593) 90%), url("../images/19366.jpg");
  background-size: cover;
}
.prepare a {
  text-decoration: none;
}

.prepare-page-info {
  min-height: 100vh;
  padding: 100px 0;
}
.prepare-page-info .box {
  border: 0;
  border-radius: 0;
  min-height: 230px;
  background: #002856;
  border-radius: 10px;
  width: 100%;
  padding: 40px 20px 30px 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.19) 5px 10px 20px, rgba(0, 0, 0, 0.23) 5px 6px 6px;
  transition: all 300ms ease-in;
}
.prepare-page-info .box .button-box {
  padding-top: 7px;
  padding-right: 20px;
  padding-bottom: 7px;
  padding-left: 20px;
  border-radius: 5px;
  background: #074575;
  color: #ecf0f1;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  transition: all 300ms ease-in;
}
.prepare-page-info .box:hover {
  background: #012e61;
}
.prepare-page-info .box:hover .card-bg-image {
  opacity: 1;
}
.prepare-page-info .box:hover .button-box {
  background: #548cb6;
}
.prepare-page-info .box .card-bg-image {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: auto;
  opacity: 0.3;
  transition: 600ms ease;
}
.prepare-page-info .box h4 {
  color: #ecf0f1;
  margin-bottom: 20px;
  font-size: 20px;
}
.prepare-page-info .box .svg-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.2235294118);
  border-radius: 50%;
  width: 55px;
  height: 55px;
}
.prepare-page-info .box .icon-img {
  width: 30px;
}
.prepare-page-info .accordion-item {
  border-top: none;
  border-left: none;
  border-right: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.prepare-page-info .accordion-button {
  font-size: 26px;
  color: #002856;
}
.prepare-page-info .accordion-button:not(.collapsed) {
  color: #022f63;
}
.prepare-page-info .accordion-button:focus {
  box-shadow: none;
  border: none;
}
.prepare-page-info ul li {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #767676;
}
.prepare-page-info ul li:first-child {
  margin-top: 20px;
}
.prepare-page-info ul li strong {
  color: #000000 !important;
}

.pricing-page-info {
  min-height: 100vh;
  padding: 80px 0 100px 0;
}
.pricing-page-info .search-wrap {
  margin-bottom: 20px;
  padding: 12px 12px;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.pricing-page-info .search-wrap .bi-x {
  width: 26px;
  height: 26px;
}
.pricing-page-info .search-wrap .bi-x:hover {
  cursor: pointer;
}
.pricing-page-info svg {
  color: #797979;
  width: 20px;
  height: 20px;
}
.pricing-page-info .search {
  padding: 5px;
}
.pricing-page-info .search input {
  all: unset;
}
.pricing-page-info .search .search-input {
  color: #797979;
  padding: 7px;
  font-size: 20px;
  flex-grow: 1;
}
.pricing-page-info .search .search-input::-moz-placeholder {
  color: #a4a4a4;
  font-size: 20px;
}
.pricing-page-info .search .search-input::placeholder {
  color: #a4a4a4;
  font-size: 20px;
}
.pricing-page-info .sidebar {
  min-height: 100vh;
  position: relative;
}
@media (max-width: 992px) {
  .pricing-page-info .sidebar {
    min-height: 30vh;
  }
}
.pricing-page-info .sidebar .list-group {
  border: 0;
  position: sticky;
  top: 150px;
}
.pricing-page-info .sidebar .list-group-item {
  padding: 0;
  border: 0;
  background: #F3F7F9;
  border: 5px solid #F3F7F9;
  padding: 5px 13px;
  text-decoration: none;
  margin-bottom: 5px;
  transition: 300ms ease;
  color: #002856;
  width: 100%;
  display: block;
}
.pricing-page-info .sidebar .list-group-item:hover {
  border-left: 5px solid #2CAEE2;
  color: #2CAEE2;
  cursor: pointer;
}
@media (max-width: 992px) {
  .pricing-page-info .table-col {
    margin-bottom: 50px;
  }
}
.pricing-page-info .table-col .table-row {
  border: 2px solid rgba(14, 70, 116, 0.3098039216);
  border-radius: 10px;
  padding: 10px 20px;
  margin-bottom: 10px;
}
.pricing-page-info .table-col .table-row .table-header {
  display: flex;
  justify-content: space-between;
}
.pricing-page-info .table-col .table-row .table-header {
  padding: 10px;
}
.pricing-page-info .table-col .table-row .table-header span {
  font-size: 20px;
  color: #002856;
  font-weight: 500;
}
.pricing-page-info .table-col .table-row .body-data {
  display: flex;
  justify-content: space-between;
}
.pricing-page-info .table-col .table-row .category {
  font-weight: bold;
  padding: 10px 0;
  font-size: 20px;
}
.pricing-page-info .table-col .table-row .name {
  flex: 10;
}
.pricing-page-info .table-col .table-row .price {
  flex: 1;
  display: flex;
  justify-content: end;
  padding-right: 5px;
}
.pricing-page-info .table-col .table-row .currency {
  flex: 1;
}
.pricing-page-info .table-col .table-row .body-data {
  padding: 10px;
}
.pricing-page-info .table-col .table-row .body-data:nth-child(odd) {
  background: #FFFFFF;
}
.pricing-page-info .table-col .table-row .body-data:nth-child(even) {
  background: #F3F7F9;
}
.pricing-page-info .table-col .table-row .body-data span {
  color: #002856;
}

.sale {
  min-height: 50vh;
  padding: 100px 0;
}
.sale .panel-content {
  padding-left: 30px;
}
.sale .panel-content .card {
  border: none;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  margin-bottom: 20px;
}
.sale .panel-content .card:nth-child(even) .card-header {
  background: rgba(100, 100, 100, 0.327);
}
.sale .panel-content .card .card-header {
  border: none;
  padding: 15px;
  background: rgba(44, 174, 226, 0.327);
  color: #002856;
  text-align: center;
}
.sale .panel-content .card .card-body {
  padding: 20px;
  text-align: left;
}
.sale .panel-content .card .card-body p {
  color: rgba(0, 16, 33, 0.803);
  font-weight: 500;
}
.sale .sidebar {
  opacity: 0.8;
  transition: 300ms ease;
}
.sale .sidebar:hover {
  opacity: 1;
}
.sale .sidebar .card {
  position: relative;
  border: 0;
  transition: all 300ms ease;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 30px;
}
.sale .sidebar .card .card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sale .sidebar .card img {
  width: 100%;
}
.sale .sidebar .card .card-title {
  font-size: 28px;
  color: #002856;
  margin-bottom: 30px;
}
.sale .sidebar .card .card-title a {
  text-decoration: none;
  color: #002856;
}
.sale .sidebar .card .card-text {
  font-size: 16px;
  color: #767676;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.heading {
  padding: 100px 0 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.heading .section-bg-image {
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}
@media (max-width: 992px) {
  .heading .section-bg-image {
    top: 0;
    width: 170%;
  }
}
.heading h2 {
  font-size: 40px;
  text-transform: uppercase;
  color: #2c3e50;
}

.button {
  text-decoration: none;
  background: #074575;
  padding: 15px 35px;
  color: #ecf0f1;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 5px;
  width: 200px;
  display: inline-flex;
  justify-content: center;
}
.button:hover {
  color: #FFF;
}

.button-light {
  background: #FFF;
  color: #074575;
}
.button-light:hover {
  color: #074575;
  opacity: 0.9;
}

.button-small {
  padding: 10px 25px;
  width: 150px;
}

.button-arrow {
  background: transparent;
  color: #002856;
  padding: 0;
  justify-content: start;
  align-items: center;
  letter-spacing: 1px;
}
.button-arrow:hover {
  color: rgba(0, 40, 86, 0.7921568627);
}
.button-arrow svg {
  margin-left: 10px;
}/*# sourceMappingURL=style.css.map */