html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #333;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
}

a {
    color: #ed6371;
    text-decoration: none;
}

h1 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 44px;
}

h2 {
    color: #000;
    margin-top: 0;
    margin-bottom: 30px;
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
}

h3 {
    color: #333;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
}

p {
    color: #000;
    margin-bottom: 30px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}

a:active,
a:hover {
    outline: 0;
}

div#navbarNav {
    gap: 20px;
}

.navbar-toggler {
    border: 0;
    padding: 0;
}


.main-menu {
    gap: 10px;
}

.main-menu .nav-link {
    color: #001a56;
    white-space: nowrap;
    flex: 1;
    padding: 0 14px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-decoration: none;
}

a.bulk-billing {
    position: absolute;
    left: 10px;
    width: 320px;
}

/* .main-menu .dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0;

} */

.nested-menu-parent-active {
    background-color: #ffffff !important; /* White background */
    color: #333 !important; /* Adjust text color if needed for contrast */
    /* You might want to add other styles like padding, border-radius, etc. */
}

.dropdown-menu .dropdown-menu {
    background-color: #ddd; /* Light gray background for nested menus */
}

.main-menu .dropend {
    padding-left: 0;
    padding-right: 0;
    top: 0;
}


li.dropdown-item.dropend a {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 5px;
    font-size: 14px;
    color: #fff;

}

.main-menu .dropdown-item {
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
}

.main-menu .dropdown-item:hover {
    background-color: #fff !important;
}

.main-menu .dropdown-item:active,
.main-menu .dropdown-item:focus {
    background-color: #20284e;
}

.main-menu .dropdown-menu li:hover>a {
    color: #20284e;
}

.main-menu .dropdown-menu li:hover>a:after {
    border-color: #20284e;
}


li.dropdown-item.dropend>a::after {
    content: "";
    display: inline-block;
    width: 8px;
    /* Adjust size */
    height: 8px;
    /* Adjust size */
    border-right: 0.15em solid currentColor;
    /* Adjust thickness and color */
    border-bottom: 0.15em solid currentColor;
    /* Adjust thickness and color */
    transform: rotate(45deg);
    /* For a right-facing chevron */
    margin-left: 5px;
    vertical-align: middle;
    box-sizing: border-box;
    /* Important for consistent sizing */
    border-left: 0;
    border-top: 0;
    margin-top: 3px;
    border-color: #fff;
}

li.dropdown-item:hover .dropend>a::after {
    border-color: #001a56;
}

.main-menu .dropdown-menu {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background-color: #20284e;
    transition: 0.4s ease-in-out;

}

/* For nested dropdowns (e.g., under "Another action") */
.main-menu .dropend > .dropdown-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    margin-top: 0;
    padding-left: 0px;
    padding-right: 0;
}

.main-parent.dropdown-toggle::after {
    content: '';
    border: 0;
    width: 18px;
    height: 18px;
    background: url(../images/arrow-down-ahc-menu.svg);
    top: 3px;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    right: -3px;
}

.main-parent {
    margin-right: 10px;
}

.main-menu .nav-link:hover:not(.nav-item.dropdown) {
    color: #e52134;
}

strong {
    font-weight: bold;
}

img {
    vertical-align: middle;
    max-width: 100%;
    display: inline-block;
}

.cta-add-acn {
    justify-content: center;
    align-items: center;
    width: 20px;
    max-width: 20px;
    height: 20px;
    max-height: 20px;
    margin-right: 10px;
    padding-top: 0;
    display: flex;
}

.address-box {
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.cta-address {
    color: #1b2d70;
    border-right: 2px solid #1b2d70;
    justify-content: flex-start;
    align-items: center;
    margin-right: 10px;
    padding: 0 20px 0 0;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    display: flex;
}

.cta-phone {
    color: #1b2d70;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding: 5px 0;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    display: flex;
}


.top-navigation {
    background-color: #e4e4e469;
    border-bottom: 1px solid #00000024;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    overflow: clip;
    min-height: 80px;
    display: flex;
    align-items: center;

}

.tagline-box {
    color: #1b2d70;
    background-image: url(../images/tagline-svg.svg);
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: flex-start;
    align-items: center;
    width: 17%;
    height: 40px;
    font-family: Oswald, sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    display: flex;
}

.bba-box {
    width: 50%;
    margin-top: 10px;
}

.flex-wrapper {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
}

.flex-wrapper.right-flex.top {
    justify-content: space-between;
    align-items: center;
}

.flex-wrapper.right-flex {
    justify-content: space-between;
    align-items: center;
}

.bulk-bill {
    width: 380px;
    position: relative;
}

/* Header */
.brand.w--current {
    width: 200px;
    height: auto;
}

.cta-icon-box {
    color: #1b2d70;
    background-color: #fff;
    border-radius: 100px;
    width: 35px;
    min-width: 35px;
    height: 35px;
    min-height: 35px;
    margin-left: 0;
    margin-right: 10px;
    display: flex;
}

a.link {
    transition: 0.1s ease-in-out;
}

a.link:hover {
    text-decoration: underline;
}

/* Footer */
.footer-wrapper.new.bg {
    background-color: #20284e;
    background-image: none;
    padding-top: 60px;
    padding-bottom: 30px;
    display: flex;
}

.bottom-bar-wrapper {
    background-color: #f2f5f8;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-info-flex {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
}

.footer-flex-box {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    margin-bottom: 30px;
    padding-top: 0;
    display: flex;
}

.footer-list-info-box {
    flex-flow: row;
    flex: 0 auto;
    width: 100%;
    display: flex;
}

.footer-brand-box {
    width: 48%;
    margin-right: 20px;
}

.footer-info-box.logo-brandng {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.footer-info-box.site-map {
    justify-content: flex-start;
    align-items: center;
    width: 17%;
    margin-right: 0;
    display: flex;
}

.container.sub-container {
    width: 90%;
}

.footer-info-par {
    color: #fff;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    line-height: 23px;
}

.hide,
.w-form-done {
    display: none !important;
}

.form-block-2.show {
    display: none;
}

.footer-heading.show {
    display: none;
}
div#wpcf7-f188-o2 form p {
    margin: 0;
    display: flex;
    background-color: #fff;
    border-radius: 5px;
    justify-content: flex-start;
    align-items: center;
    padding: 7px 8px;
    box-shadow: 0 2px 5px #0003;
    position: relative;
}

div#wpcf7-f188-o1 form p {
    position: relative;
}

div#wpcf7-f188-o2 .wpcf7-spinner, div#wpcf7-f188-o1 .wpcf7-spinner  {
    position: absolute;
    right: -10px;
}

span.wpcf7-spinner {
    position: absolute;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border-color: red;
}

.footer-link-box-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
}

.footer-box-link {
    flex-flow: column;
    margin-right: 0;
    display: flex;
}

.footer-box-link a:hover {
    text-decoration: underline;
}

.footer-links {
    color: #fff;
    margin-bottom: 15px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    line-height: 22px;
    text-decoration: none;
}

.footer-info-flex-hour {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding-top: 0;
    display: flex;
}

.footer-content-box {
    flex-flow: column;
    width: 83%;
    display: flex;
}

.footer-heading {
    color: #fff;
    margin-bottom: 20px;
    font-size: 30px;
}

.footer-info-box {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 30%;
    display: flex;
}

.form-block-2 {
    width: 100%;
    margin-bottom: 0;
    font-weight: 600;
}

.footer-line {
    background-color: #ffffff59;
    width: 100%;
    height: 2px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.email-subscription {
    background-color: #fff;
    border-radius: 5px;
    justify-content: flex-start;
    align-items: center;
    padding: 7px 8px;
    display: flex;
    box-shadow: 0 2px 5px #0003;
}

.book-online-wrapper.footer {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    display: none;
}

.bottom-bar-wrapper {
    background-color: #f2f5f8;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-par {
    color: #fff;
    width: 100%;
    margin-bottom: 0;
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    line-height: 23px;
}

.socmed-logo {
    color: #fff;
    width: 35px;
    min-width: 35px;
    height: 35px;
    min-height: 35px;
    margin-right: 10px;
}

.socmed-logo-box {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
    display: flex;
}

.avail-icon-bx {
    width: 30px;
    max-width: 30px;
    height: 30px;
    max-height: 30px;
    margin-left: 10px;
    margin-right: 10px;
}

.button.sub-button-whi {
    color: #252122;
    background-color: #fff;
    border-radius: 100px;
    justify-content: flex-start;
    align-items: center;
    width: 158px;
    margin-right: 10px;
    padding: 8px 0 8px 20px;
    font-weight: 800;
    line-height: 16px;
    text-decoration: none;
    display: flex;
    box-shadow: 0 2px 5px #00000080;
}

.cta-button.button-blue-about {
    background-color: #1b2d70;
    border-color: #1b2d70;
    justify-content: space-between;
    width: 300px;
    margin-right: 20px;
    padding-right: 0;
    box-shadow: 1px 8px 0 -2px #0003;
}

.cta-button.button-blue-privacy {
    background-color: #1b2d70;
    border-color: #1b2d70;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 300px;
    margin-top: 20px;
    padding-right: 0;
    font-size: 17px;
    box-shadow: 1px 8px 0 -2px #0003;
}

.footer-partner-logo.mater {
    z-index: 9999999;
    background-color: #fff;
    border-radius: 5px;
    width: 90px;
    margin-left: 0;
    margin-right: 10px;
    padding: 12px;
    position: relative;
}

.footer-paragraph-box {
    border-width: 2px;
    border-color: #ffffff59;
    border-radius: 5px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 49%;
    height: auto;
    margin-top: 0;
    margin-right: 0;
    padding: 0;
    display: flex;
}

.text-field-2 {
    border: 0 !important;
    margin-bottom: 0;
    padding-left: 23px;
    font-size: 18px !important;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0 !important;
}

.w-input,
.w-select {
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    height: 38px;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    display: block;
}

.bottom-bar-brand-logo {
    background-image: url(../images/agpl-logo.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: flex-end;
    align-items: flex-start;
    min-width: 140px;
    min-height: 54px;
    margin-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
}

.footer-logo-brand.w--current {
    background-position: 50%;
    background-size: cover;
    width: 170px;
    min-height: auto;
}

.button-wrapper.footer {
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
    display: flex;
}

.button-wrapper {
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 20px;
}

.submit-button.button-blue {
    background-color: #e52134;
    border-radius: 6px;
    transform: none !important;
}

.submit-button {
    color: #fff;
    white-space: nowrap;
    background-color: #ed6371;
    border-radius: 100px;
    padding: 10px 30px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-decoration: none;
    border: 0;
}

input.w-button {
    -webkit-appearance: button;
}

.disclaimer-info {
    background-color: #ffffff12;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 10px 0;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    line-height: 18px;
}

.copywrigh-box-wrapper {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
}

.copywright-afterhour-clinic {
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 5px;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
}

.footer-link {
    color: #000;
    text-underline-offset: 2px;
    text-underline-position: under;
    margin-right: 20px;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    -webkit-text-decoration: underline #72727270;
    text-decoration: underline #72727270;
}

.content-wrapper {
    flex-flow: column;
    padding-top: 60px;
    padding-bottom: 60px;
}

.flex-wrapper.flex-right,
.flex-wrapper.flex-right.right,
.flex-wrapper.flex-left {
    justify-content: space-between;
    align-items: stretch;
}

.w-list-unstyled {
    padding-left: 0;
    list-style: none;
}

/* Buttons */
.cta-button.button-blue:hover {
    color: #fff;
}

.cta-button {
    color: #fff;
    background-color: #e52134;
    border: 1px solid #e52134;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    padding: 10px 20px 10px 30px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-decoration: none;
    display: flex;
    box-shadow: -4px 4px #0003;
}

.cta-button.blue {
    background-color: #1b2d70;
    border-color: #1b2d70;
    padding-left: 30px;
    padding-right: 30px;
}

.cta-button.button-blue {
    background-color: #1b2d70;
    border-color: #1b2d70;
    padding-right: 30px;
    box-shadow: 1px 8px 0 -2px #0003;
}

.cta-button.blue {
    box-shadow: none;
    border: 1px solid #1b2d70;
    border-radius: 100px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    padding: 8px 20px 8px 10px;
    font-size: 16px;
    line-height: 20px;
    transition: none;
}


.book-online-wrapper {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    display: flex;
}

.icon-box.white {
    color: #fff;
}

.icon-box {
    color: #392a1f;
    width: 25px;
    min-width: 25px;
    height: 25px;
    min-height: 25px;
    margin-left: 10px;
    margin-right: 5px;
    font-size: 18px;
}

.white {
    color: #fff;
}

.content-wrapper._0tpadding {
    padding-top: 0;
    display: flex;
}

/* Inner Pages */
.hero-banner {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    min-height: 300px;
    display: flex;
}

.hero-banner.inside {
    background-image: linear-gradient(104deg, #20284e, #20284ec2);
    justify-content: center;
    align-items: stretch;
    min-height: 30vh;
}

.content-box.full {
    width: 100%;
    margin-right: 0;
}

.book-now-links {
    color: #c71a2c;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.red-line.feed-back-line {
    width: 100%;
    position: static;
}

.red-line {
    z-index: 9999;
    background-color: #e52134;
    height: 2px;
    margin-bottom: 20px;
    position: relative;
}

.feed-back-content-box {
    width: 100%;
    padding-top: 0;
}

.feed-box {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
}

.feed-box-info {
    width: 47%;
}

.contact-info {
    color: #333;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 28px;
    text-decoration: none;
    display: flex;
}

.icon-box.phone {
    color: #20284e;
    width: 25px;
    min-width: 25px;
    height: 25px;
    min-height: 25px;
    margin-left: 0;
    margin-right: 10px;
}

.icon-box.email {
    color: #20284e;
    margin-left: 0;
    margin-right: 10px;
    display: flex;
}

.circle.service {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    margin-left: 10px;
    padding: 8px 2px 6px;
}

.w-list-unstyled {
    padding-left: 0;
    list-style: none;
}


/* Accordion Style */
.services-accordion .accordion-item {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 7px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    transition: none;
    overflow: visible;
    box-shadow: -5px 6px 4px -2px #0000000a;
    min-width: 100%;
    max-width: 100%;
}

.services-accordion .accordion-item:focus,
.services-accordion .accordion-button:focus {
    box-shadow: none;
}

.services-accordion .accordion-button {
    min-height: 73px;
    background-color: transparent;
    color: #000000b5 !important;
    gap: 10px;
    font-size: 20px;
    padding-left: 30px;
    font-family: Roboto, sans-serif;
    line-height: 1.3;
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 100px;
}

p.brix---paragraph-default-2 {
    margin-bottom: 0;
}

.accordion-button:focus,
.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

.accordion-button::after {
    background-image: url(../images/accordion-arro-icon.svg);
    box-shadow: 0 2px 12px 0 #14142b14;
    color: #fff;
    transform-style: preserve-3d;
    background-color: #20284e;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    margin-right: 4px;
    padding: 4px;
    font-size: 22px;
    text-decoration: none;
    transition: transform .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center center;
}

.services-accordion .accordion-item:not(:last-child) {
    margin-bottom: 10px;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(90deg) !important;
    background-image: url(../images/accordion-arro-icon.svg);
}

.blog-accordion .accordion-button {
    align-items: start;
}

.blog-accordion .accordion-button::after {
    content: "" !important;
    display: inline-block !important;
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg fill='%23FFFFFF' height='18px' width='18px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 455 455' xml:space='preserve'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E %3Cpolygon points='455,212.5 242.5,212.5 242.5,0 212.5,0 212.5,212.5 0,212.5 0,242.5 212.5,242.5 212.5,455 242.5,455 242.5,242.5 455,242.5 '%3E%3C/polygon%3E %3C/g%3E%3C/svg%3E") !important;
    background-size: 15px 15px;
    background-position: center center;
    background-repeat: no-repeat;
    transform-origin: center;
    transition: transform 0.3s ease;
    /* Set default rotation to 0 degrees */
    border: 2px solid #eff0f6;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 2px 12px 0 #14142b14;
    filter: brightness(100%);

}

.blog-accordion .accordion-button:not(.collapsed)::after {
    content: "" !important;
    display: inline-block !important;
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg fill='%23FFFFFF' height='18px' width='18px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 455 455' xml:space='preserve'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E %3Cpolygon points='455,212.5 242.5,212.5 242.5,0 212.5,0 212.5,212.5 0,212.5 0,242.5 212.5,242.5 212.5,455 242.5,455 242.5,242.5 455,242.5 '%3E%3C/polygon%3E %3C/g%3E%3C/svg%3E") !important;
    background-size: 18px 18px;
    background-position: center center;
    background-repeat: no-repeat;
    transform-origin: center;
    transition: transform 0.3s ease;
    transform: rotate(45deg) !important;
    /* Set default rotation to 0 degrees */
    border: 2px solid #eff0f6;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 2px 12px 0 #14142b14;
}


.services-accordion .accordion-body {
    opacity: 0;
    transform: translate3d(0px, 20px, 0px) scale3d(0.96, 0.96, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    width: 1200.5px;
    height: 0px;
}

.services-accordion .accordion-body {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 25px;
}

.blog-accordion .accordion-button .with-subtitle {
    flex-direction: column;
    align-items: start;
}

.blog-sub-par {
    margin-bottom: 0;
    padding-top: 10px;
    padding-right: 33px;
}

.brix---accordion-title {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.accordion-body {
    transition: 0.2s cubic-bezier(0.23, 1, 0.320, 1);
    max-width: 100%;
}

.show .accordion-body {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: auto;
}

.blog-accordion .accordion-item:not(:last-child) {
    margin-bottom: 20px;
}

.blog-accordion {
    margin-bottom: 20px;
}

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

.bullet-sub-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.warning-list {
    background-image: url(../images/warning-icon.svg);
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 20px;
    margin-left: 0;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}