@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
:root {
  --primary-color: #0293e1;
  --secondary-color: #ffffff;
}
body, html {
  overflow-x: hidden !important;
  max-width: 100%;
  font-family: var(--font-name), sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #5f5f5f; }

.pacifico-regular {
  font-family: var(--font-name), sans-serif;
  font-weight: 400;
  font-style: normal; }

* {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

h1 {
  font-family: var(--font-name), sans-serif;
  font-weight: 400;
  margin-bottom: 20px; }

h1 {
  font-size: 4rem;
  line-height: 4rem; }

h2 {
  font-size: 2.5rem;
  line-height: 3.125rem; }

h3 {
  font-size: 2.1rem;
  line-height: 2.725rem;
  margin-bottom: 15px; }

h2, h3, h4, h5, h6, p, .tiny_text, a {
  font-family: var(--font-name), sans-serif; }

h4 {
  font-size: 1.875rem;
  line-height: 2.5rem;
  margin-bottom: 15px; }

h5 {
  font-size: 1.5rem;
  line-height: 2.125rem;
  margin-bottom: 15px; }

h6 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px; }

p {
  font-size: 16px;
  margin-bottom: 15px; }

.tiny_text {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px; }

a {
  text-decoration: none; }

.theme_color {
  color: var(--primary-color); }

.large_practice_name_line_1 {
  font-size: 30px; }

.large_practice_name_line_2 {
  font-size: 20px; }

.large_optional_tag {
  font-size: 20px; }

.large_contact_number {
  font-size: 26px; }

.medium_practice_name_line_1 {
  font-size: 24px; }

.medium_practice_name_line_2 {
  font-size: 18px; }

.medium_optional_tag {
  font-size: 18px; }

.medium_contact_number {
  font-size: 24px; }

.small_practice_name_line_1 {
  font-size: 20px; }

.small_practice_name_line_2 {
  font-size: 16px; }

.small_optional_tag {
  font-size: 16px; }

.small_contact_number {
  font-size: 20px; }

.btn {
  background: var(--primary-color);
  margin-top: 10px;
  padding: 0.8rem 2rem;
  border-radius: 2px;
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  text-transform: uppercase;
  font-weight: bold; }
  .btn:hover {
    background-color: var(--secondary-color);
    color: #ffffff; }

.black {
  color: #000000; }

.padding_tb {
  padding: 5rem 0; }

.padding_bottom {
  padding-bottom: 5rem; }

.padding_top {
  padding-top: 5rem; }

header {
  background-color: white;
  color: #5f5f5f;
  padding: 20px 0;
  border-bottom: 1px solid var(--primary-color); }
  header p {
    color: #5f5f5f; }
  header img {
    width: 80px;
    margin-right: 15px; }

.layout2 .banner_bottom {
  background-color: #ffffff; }
.layout2 .inner_box {
  max-width: 1400px;
  margin: auto;
  background-color: var(--secondary-color); }
.layout2 .links.row a {
  display: block;
  color: var(--primary-color);
  margin-bottom: 15px;
  text-align: center;
  font-weight: bold; }
  .layout2 .links.row a:hover {
    color: #999; }
.layout2 .d_block {
  background: #ffffff;
  padding: 20px;
  margin-top: 15px; }
  .layout2 .d_block a {
    display: block;
    color: #072445; }

.layout3 {
  background-color: var(--primary-color);
  color: #ffffff; }
  .layout3 .content_box h5 {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px; }
  .layout3 .content_box p {
    margin-bottom: 0; }
  .layout3 .content_box i {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    margin-right: 20px;
    color: var(--primary-color);
    font-size: 3rem;
    border: 4px solid var(--primary-color);
    outline: 2px solid #ffffff; }

.layout4 form {
  margin-top: 30px; }
  .layout4 form input, .layout4 form select, .layout4 form textarea {
    border: 1px solid var(--primary-color);
    padding: 10px; }
  .layout4 form .form-check-input[type="radio"]:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color); }
  .layout4 form .form-check-input[type="checkbox"]:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color); }
  .layout4 form input:focus, .layout4 form select:focus, .layout4 form textarea:focus {
    box-shadow: none; }

.content_block {
  background-color: var(--secondary-color); }
  .content_block .d_block {
    background: #ffffff;
    padding: 20px;
    margin-top: 15px; }
    .content_block .d_block a {
      display: block;
      color: var(--primary-color);
      font-weight: bold;
      text-align: right; }

.footer {
  background-color: var(--primary-color);
  color: #ffffff;
  padding: 40px 20px 20px; }
  .footer h2 {
    font-family: var(--font-name), sans-serif;
    margin-bottom: 10px;
    color: #ffffff; }
  .footer p.tagline {
    font-size: 1.2rem;
    color: #ffffff; }
  .footer a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    margin: 1px 6px; }
    .footer a:hover {
      text-decoration: underline; }
  .footer .links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    @media (max-width: 767px) {
      .footer .links {
        justify-content: center;
        text-align: center; } }
    .footer .links span {
      margin: 0 5px;
      color: #ffffff; }
  .footer .bottom-text {
    color: #000000;
    font-size: 0.95rem;
    padding-top: 20px;
    text-align: left; }
    @media (max-width: 767px) {
      .footer .bottom-text {
        text-align: center; } }
    .footer .bottom-text .vivio {
      font-weight: 500;
      color: #000000; }
  .footer .icon {
    width: 100px;
    height: auto; }
  @media (max-width: 767px) {
    .footer .left-col {
      text-align: center;
      margin-bottom: 20px; } }

.nav_bar {
  background-color: #ffffff;
  text-transform: uppercase; }
  .nav_bar * {
    font-size: 14px;
    color: #000000; }
  .nav_bar .navbar {
    background-color: #ffffff !important; }
  .nav_bar .dropdown-menu {
    background-color: var(--primary-color);
    border: none; }
    .nav_bar .dropdown-menu .dropdown-item {
      color: #f8f9fa; }
      .nav_bar .dropdown-menu .dropdown-item:hover {
        color: #ffffff; }
  .nav_bar .dropdown-item:focus, .nav_bar .dropdown-item:hover {
    background-color: #767676; }
  .nav_bar .dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0;
    margin-left: 0.1rem; }
  .nav_bar .dropdown-submenu:hover {
    background-color: #767676; }
  @media (min-width: 992px) {
    .nav_bar .dropdown-submenu:hover > .dropdown-menu,
    .nav_bar .dropdown:hover > .dropdown-menu {
      display: block;
      transition: all 0.3s ease; } }
  .nav_bar .navbar-toggler-icon {
    transition: transform 0.3s ease; }
  .nav_bar .navbar-toggler.collapsed .navbar-toggler-icon {
    transform: rotate(0deg); }
  .nav_bar .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    transform: rotate(90deg); }
  .nav_bar .dropdown-menu.show {
    display: block; }
  .nav_bar .navbar-nav.me-auto.mb-2.mb-lg-0 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }

@media (max-width: 992px) {
  html {
    font-size: 90%; }

  .column_reverse {
    flex-direction: column-reverse; }

  .nav_bar .navbar-nav.me-auto.mb-2.mb-lg-0 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; } }
@media (max-width: 767px) {
  html {
    font-size: 80%; } }

/*# sourceMappingURL=style.css.map */
 .layout2 .sidebar_box {
     background-color: #b8baba;
     padding: 10px;
    }
     .layout2 .sidebar_box .contact_box {
      background-color: #59a2a4;
      padding: 1rem;
      border: 5px solid #ffffff; }
      .layout2 .sidebar_box .contact_box form input, .layout2 .sidebar_box .contact_box form textarea {
        width: 100%;
        background-color: #ffffff;
        border: 1px solid lightgray;
        padding: 5px;
        margin-bottom: 5px; }
      .layout2 .sidebar_box .contact_box form input[type='submit'] {
        width: auto; }
    .layout2 .sidebar_box .below_contact_box {
      color: #ffffff; }
      .layout2 .sidebar_box .below_contact_box a {
        color: #59a2a4;
        text-decoration: underline; }
    .layout2 .sidebar_box .sidebar_bottom {
      color: #ffffff; }
      .layout2 .sidebar_box .sidebar_bottom .links a {
        display: block;
        margin-bottom: 5px;
        color: #59a2a4;
        padding-left: 15px; }
        .layout2 .sidebar_box .sidebar_bottom .links a:last-child {
          margin-bottom: 20px; }
      .layout2 .sidebar_box .sidebar_bottom p {
        margin-bottom: 5px; }

#introParagraph table {
  table-layout: fixed;
    width: 100%;
}
#introParagraph table a img {
  max-width: 100%;
  margin:0 !important;
  height: auto !important;
}
.right-content p img {
  max-width: 100% !important;
  width: 100% !important;
}
.right-content a img{
  width: auto !important;
  margin: 15px;
}
.swiper {
    height: max-content;
}
iframe {
    width: 100%;
    height: 100%;
}
.nav_bar .dropdown-submenu .dropdown-menu {
    min-height: max-content;
}
.swiper { height: max-content !important; }


@media (min-width: 1200px) {
    .services_section.row .col-md-3 { width: 21% !important; margin-right: 40px !important; margin-bottom: 30px; }
}