@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.0/font/bootstrap-icons.css");
body {
  font-size: 1rem;
}

.font-thin {
  font-weight: 100;
}

.font-extralight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

body, .font-regular, .testimonials-section .box h6 span, footer .box a span {
  font-weight: 400;
}

.font-medium, .testimonials-section .box h6, .mobile-menu a {
  font-weight: 500;
}

.font-semibold, .title-tags, footer .box a, .btm-fix > * {
  font-weight: 600;
}

.font-bold, .appointment-section .box h6, h1, h2, header .navbar-brand, footer .footer-bottom h4, footer .footer-bottom h6 {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #07003B;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "Poppins", sans-serif;
  line-height: 28px;
}

.text-primary {
  color: #0D4488 !important;
}

.text-success {
  color: #0D4488 !important;
}

.text-secondary {
  color: #0D6EFD !important;
}

.text-regular {
  color: #07003B !important;
}

.text-orange {
  color: #EF720C !important;
}

.text-black {
  color: #000 !important;
}

.text-green {
  color: #00a46c;
}

.text-info {
  color: #507392 !important;
}

.green-bg {
  background-color: rgba(32, 201, 151, 0.1);
}

.section {
  padding: 100px 0;
}

@media (max-width: 767.98px) {
  .section {
    padding: 60px 0;
  }
}

.box {
  border: 1px solid #E5E3E3;
  border-radius: 8px;
  padding: 25px 25px;
}

.treatments-section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #507392;
  position: relative;
}

.treatments-section .box i {
  font-size: 42px;
  margin-bottom: 1rem;
  color: #07003B;
}

.treatments-section .box img {
  margin-bottom: 1rem;
  height: 42px;
  width: 42px;
}

.treatments-section .box:hover {
  background-color: #EBF2F3;
}

.about-section {
  background-color: #EF720C;
  color: #fff;
}

.video-section .box {
  padding: 0;
  border: none;
  overflow: hidden;
  position: relative;
}

.video-section .box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.video-section .box .caption {
  height: 100%;
  width: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all ease-in .24s;
  transition: all ease-in .24s;
}

.video-section .box .caption i {
  color: #fff;
  font-size: 42px;
}

.video-section .box:hover .caption {
  left: 0;
  background-color: rgba(13, 110, 253, 0.5);
}

.testimonials-section .box {
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.06);
  border: none;
  border-radius: 0;
  position: relative;
  height: 100%;
}

.testimonials-section .box::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 70px;
  left: 0;
  top: 25px;
  background-color: #EF720C;
}

.testimonials-section .box p {
  color: #507392;
  line-height: 28px;
}

.testimonials-section .box h6 span {
  display: block;
  color: #507392;
  font-size: 16px;
  margin-top: 5px;
}

.socail-icons a {
  border: 1px solid #EBF2F3;
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  color: #07003B;
  -webkit-transition: all ease-in .24s;
  transition: all ease-in .24s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.socail-icons a:hover {
  background-color: #EBF2F3;
}

.appointment-section {
  background-color: #FCF7FF;
  padding-top: 150px;
  padding-bottom: 50px;
  min-height: 100vh;
}

.appointment-section .box {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.06);
  border: none;
}

.appointment-section h2 {
  line-height: 4rem;
}

@media (max-width: 768px) {
  .appointment-section {
    padding-top: 90px;
  }
}

#testimonials li {
  padding: 20px calc(var(--bs-gutter-x) * .5);
  height: 100%;
}

.ab-bg {
  background-color: rgba(13, 110, 253, 0.1);
}

.ab-bg h2 {
  line-height: 3.8rem;
}

.list {
  padding: 0;
  list-style-type: none;
}

.list li {
  padding-left: 30px;
  position: relative;
}

.list li::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #00a46c;
  left: 0;
  top: 8px;
}

.list li + li {
  margin-top: 15px;
}

.contact-section .box {
  height: 100%;
}

.m-10 {
  margin: 10px;
}

.m-15 {
  margin: 15px;
}

.m-20 {
  margin: 20px;
}

.m-25 {
  margin: 25px;
}

.m-30 {
  margin: 30px;
}

.m-35 {
  margin: 35px;
}

.m-40 {
  margin: 40px;
}

.m-45 {
  margin: 45px;
}

.m-50 {
  margin: 50px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-25 {
  margin-top: 25px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-35 {
  margin-top: 35px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-45 {
  margin-top: 45px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-t-60 {
  margin-top: 60px;
}

.m-t-75 {
  margin-top: 75px;
}

.m-t-85 {
  margin-top: 85px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-25 {
  margin-bottom: 25px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-35 {
  margin-bottom: 35px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-45 {
  margin-bottom: 45px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.m-l-10 {
  margin-left: 10px;
}

.m-l-15 {
  margin-left: 15px;
}

.m-l-20 {
  margin-left: 20px;
}

.m-l-25 {
  margin-left: 25px;
}

.m-l-30 {
  margin-left: 30px;
}

.m-l-35 {
  margin-left: 35px;
}

.m-l-40 {
  margin-left: 40px;
}

.m-l-45 {
  margin-left: 45px;
}

.m-l-50 {
  margin-left: 50px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-r-15 {
  margin-right: 15px;
}

.m-r-20 {
  margin-right: 20px;
}

.m-r-25 {
  margin-right: 25px;
}

.m-r-30 {
  margin-right: 30px;
}

.m-r-35 {
  margin-right: 35px;
}

.m-r-40 {
  margin-right: 40px;
}

.m-r-45 {
  margin-right: 45px;
}

.m-r-50 {
  margin-right: 50px;
}

.p-10 {
  padding: 10px;
}

.p-15 {
  padding: 15px;
}

.p-20 {
  padding: 20px;
}

.p-25 {
  padding: 25px;
}

.p-30 {
  padding: 30px;
}

.p-35 {
  padding: 35px;
}

.p-40 {
  padding: 40px;
}

.p-45 {
  padding: 45px;
}

.p-50 {
  padding: 50px;
}

.p-t-10 {
  padding-top: 10px;
}

.p-t-15 {
  padding-top: 15px;
}

.p-t-20 {
  padding-top: 20px;
}

.p-t-25 {
  padding-top: 25px;
}

.p-t-30 {
  padding-top: 30px;
}

.p-t-35 {
  padding-top: 35px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-t-45 {
  padding-top: 45px;
}

.p-t-50 {
  padding-top: 50px;
}

.p-b-10 {
  padding-bottom: 10px;
}

.p-b-15 {
  padding-bottom: 15px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-b-25 {
  padding-bottom: 25px;
}

.p-b-30 {
  padding-bottom: 30px;
}

.p-b-35 {
  padding-bottom: 35px;
}

.p-b-40 {
  padding-bottom: 40px;
}

.p-b-45 {
  padding-bottom: 45px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.p-l-10 {
  padding-left: 10px;
}

.p-l-15 {
  padding-left: 15px;
}

.p-l-20 {
  padding-left: 20px;
}

.p-l-25 {
  padding-left: 25px;
}

.p-l-30 {
  padding-left: 30px;
}

.p-l-35 {
  padding-left: 35px;
}

.p-l-40 {
  padding-left: 40px;
}

.p-l-45 {
  padding-left: 45px;
}

.p-l-50 {
  padding-left: 50px;
}

.p-r-10 {
  padding-right: 10px;
}

.p-r-15 {
  padding-right: 15px;
}

.p-r-20 {
  padding-right: 20px;
}

.p-r-25 {
  padding-right: 25px;
}

.p-r-30 {
  padding-right: 30px;
}

.p-r-35 {
  padding-right: 35px;
}

.p-r-40 {
  padding-right: 40px;
}

.p-r-45 {
  padding-right: 45px;
}

.p-r-50 {
  padding-right: 50px;
}

form .form-control, form .form-select {
  background-color: #fff;
  border: 1px solid #f3f0f5;
  height: 46px;
  border-radius: 8px;
}

form .form-control:focus, form .form-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #507392;
}

form .form-label {
  margin-bottom: .2rem;
  color: #507392;
  font-size: 14px;
}

.btn {
  padding: 14px 35px;
  font-weight: 500;
  font-size: 14px;
  line-height: initial;
  border-radius: 50px;
  -webkit-transition: all ease-in .24s;
  transition: all ease-in .24s;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .btn {
    padding: 14px 25px;
  }
}

.btn::after {
  content: " ";
  height: 4px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all ease-in .24s;
  transition: all ease-in .24s;
  background-color: rgba(0, 0, 0, 0.3);
}

.btn svg {
  margin-left: 12px;
  -webkit-transition: all ease-in .24s;
  transition: all ease-in .24s;
}

.btn:hover svg {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}

.btn:hover::after {
  width: 100%;
}

.btn.btn-secondary {
  background-color: #0D6EFD;
  border-color: #0D6EFD;
}

.btn.btn-orange {
  background-color: #EF720C;
  color: #fff;
}

.btn.btn-text {
  color: #07003B;
  text-decoration: underline;
}

.btn.btn-text:hover {
  color: #EF720C !important;
}

.btn.btn-text::after {
  display: none;
}

.link-1 {
  color: #07003B;
  text-decoration: none;
}

.link-1:hover {
  color: #EF720C;
}

h1 {
  font-size: 3.75rem;
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 2.75rem;
  }
}

h2 {
  font-size: 2.625rem;
}

@media (max-width: 767.98px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 1.875rem;
}

h4 {
  font-size: 1.625rem;
}

h5 {
  font-size: 1.375rem;
}

h6 {
  font-size: 1.25rem;
}

.title-tags {
  color: #0D6EFD;
}

header {
  position: absolute;
  width: 100%;
  z-index: 999;
}

header .navbar {
  background-color: transparent !important;
}

header .navbar .navbar-collapse {
  -webkit-box-flex: initial;
      -ms-flex-positive: initial;
          flex-grow: initial;
}

header .navbar .nav-link {
  font-weight: 500;
  padding-right: 0.8rem !important;
  padding-left: 0.8rem !important;
}

header .navbar-brand {
  background: #209CFF;
  background: -webkit-gradient(linear, left top, right top, from(#209CFF), to(#0FD850));
  background: linear-gradient(to right, #209CFF 0%, #0FD850 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.875rem;
}

@media (max-width: 367.98px) {
  header .navbar-brand {
    font-size: 1.675rem;
  }
}

header .menu {
  background-color: #07003B;
  height: 42px;
  width: 42px;
  color: #fff;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 25px;
}

header .menu i {
  color: #fff;
  font-size: 32px;
}

.mobile-menu {
  background: #209CFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#209CFF), to(#0FD850));
  background: linear-gradient(to bottom, #209CFF 0%, #0FD850 100%);
}

.mobile-menu a {
  color: #fff;
  font-size: 2rem;
  padding: 1.2rem 0;
}

.hero-section {
  height: 100vh;
  min-height: 768px;
  background-image: url(../images/hero.jpg);
  background-size: cover;
  position: relative;
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-section .hero-img {
  position: absolute;
  width: 50%;
  left: 0;
  bottom: 0;
  height: calc(100% - 100px);
}

.hero-section .hero-img img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  bottom: 0;
}

@media (max-width: 768px) {
  .hero-section {
    height: auto;
    min-height: 100vh;
    display: block;
    padding-top: 80px;
  }
  .hero-section .hero-img {
    position: inherit;
    width: 100%;
    margin-top: 50px;
  }
  .hero-section .hero-img img {
    position: inherit;
  }
}

.inner-hero {
  padding-top: 100px;
  background-color: rgba(32, 201, 151, 0.1);
  padding-bottom: 50px;
}

footer {
  background-color: #FCF7FF;
  padding: 75px 0 40px;
}

footer .box {
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.06);
  border: none;
  background-color: #fff;
  word-break: break-all;
}

footer .box .col-md-4 {
  position: relative;
}

footer .box .col-md-4::after {
  content: ' ';
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #EBF2F3;
  top: 0;
  right: 0;
}

footer .box .col-md-4:last-child::after {
  display: none;
}

footer .box a {
  text-decoration: none;
  color: #07003B;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .box a span {
  color: #507392;
  display: block;
  font-size: 16px;
}

footer .box a .i {
  border: 1px solid #EBF2F3;
  height: 52px;
  width: 52px;
  margin-right: 15px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all ease-in .24s;
  transition: all ease-in .24s;
}

footer .box a .i i {
  color: #0D6EFD;
  -webkit-transition: all ease-in .24s;
  transition: all ease-in .24s;
}

footer .box a:hover .i {
  background-color: #0D6EFD;
}

footer .box a:hover .i i {
  color: #fff;
}

@media (max-width: 767.98px) {
  footer .box .col-md-4::after {
    display: none;
  }
}

footer .footer-bottom {
  color: #0D4488;
  font-size: 14px;
}

footer .footer-bottom h4, footer .footer-bottom h6 {
  color: #07003B;
  height: 35px;
}

footer .footer-bottom ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

footer .footer-bottom ul li a {
  color: #507392;
  text-decoration: none;
}

footer .footer-bottom ul li a:hover {
  color: #EF720C;
}

footer .footer-bottom ul li + li {
  margin-top: 10px;
}

footer .copyrights {
  margin-top: 35px;
  color: #507392;
  text-align: center;
  font-size: 14px;
}

@media (max-width: 767.98px) {
  footer {
    padding-bottom: 80px;
  }
}

.btm-fix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0 3px 20px rgba(0, 0, 0, 0.06);
}

.btm-fix > * {
  width: 50%;
  text-align: center;
  padding: 15px 0;
  color: #07003B;
  text-decoration: none;
  font-size: 14px;
}

.btm-fix a:last-child {
  background-color: #EF720C;
  color: #fff;
}
/*# sourceMappingURL=styles.css.map */