:root {
    --mha-theme-teal: #00cfd5;
    --mha-theme-teal-lite: #c7fdff;
    --mha-theme-cyan: #009da4;
    --mha-theme-pink: #fce1eb;
    --mha-theme-ghost-white: #282b25;
    --mha-theme-orange: #ffa967;
    --mha-theme-gray: #f8f8f8;
    --mha-theme-gray-dark: #c6c6c6;
    --mha-urology-main: #ffd0ac;
    --mha-urology-secondary: #ffede0;
    --mha-dermatology-main: #73edf2;
    --mha-dermatology-secondary: #c2fcff;
    --mha-gynecology-main: #ffbae4;
    --mha-gynecology-secondary: #ffe3f4;
    --mha-otolaryngology-main: #dca6ff;
    --mha-otolaryngology-secondary: #eed4ff;
    --flag-kenya: rgba(255, 55, 0, 0.26);
    --flag-rwanda: rgba(0, 255, 72, 0.26);
    --flag-uganda: rgba(97, 26, 6, 0.26);
    --flag-tanzania: rgba(0, 255, 30, 0.26);
}

body {
    color: #2b4660;
}

.text-mha-theme-teal {
    color: var(--mha-theme-teal) !important;
}

.text-mha-theme-cyan {
    color: var(--mha-theme-cyan) !important;
}

.bg-mha-theme-teal {
    background-color: var(--mha-theme-teal) !important;
    color: #fff;
}

.bg-mha-theme-gray {
    background-color: var(--mha-theme-gray) !important;
}

.bg-mha-theme-orange {
    background-color: var(--mha-theme-orange) !important;
    color: #fff !important;
}

#navbar {
    background-color: #fff;
}

.bg-mha-theme-cyan {
    background-color: var(--mha-theme-cyan) !important;
}

.text-mha-theme-orange {
    color: var(--mha-theme-orange) !important;
}

.mha-hover-bg-cyan:hover {
    background-color: var(--mha-theme-cyan);
}

.mha-hover-bg-orange:hover {
    background-color: var(--mha-theme-orange);
}

.mha-hover-text-cyan:hover {
    color: var(--mha-theme-cyan) !important;
}

.mha-hover-text-orange:hover {
    color: var(--mha-theme-orange) !important;
}

.text-white {
    color: #fff;
}

.bg-urology-main {
    background-color: var(--mha-urology-main);
}

.bg-urology-secondary {
    background-color: var(--mha-urology-secondary);
}

.bg-dermatology-main {
    background-color: var(--mha-dermatology-main);
}

.bg-dermatology-secondary {
    background-color: var(--mha-dermatology-secondary);
}

.bg-otolaryngology-main {
    background-color: var(--mha-otolaryngology-main);
}

.bg-otolaryngology-secondary {
    background-color: var(--mha-otolaryngology-secondary);
}

.bg-gynecology-main {
    background-color: var(--mha-gynecology-main);
}

.bg-gynecology-secondary {
    background-color: var(--mha-gynecology-secondary);
}

#menu-hamburger > span {
    background-color: var(--mha-theme-teal);
}

#find-specialist-by-location > div:first-of-type {
    background-color: #f4ffff;
}

#find-specialist-by-location .accordion-button {
    color: var(--mha-theme-cyan);
}

#find-specialist-by-location .accordion-body,
#find-specialist-by-location .accordion-button {
    background-color: #f4ffff;
}

footer * {
    color: #fff;
}

.bg-mha-theme-teal-lite {
    background-color: var(--mha-theme-teal-lite);
}

.mha-plain-anchor:hover {
    color: #fff;
}

.captcha-disclaimer {
    color: silver;
}

.border-mha-theme-teal {
    border-color: var(--mha-theme-teal) !important;
}

.bg-whatsapp-green {
    background-color: #29a71a;
    color: #fff;
}

.text-whatsapp-green {
    color: #29a71a !important;
}

:root {
    --mha-edge-spacing-0: 3rem;
    --mha-edge-spacing-1: 102.1px;
    --mha-edge-spacing-2: 169px;
}

main > * {
    /*padding-left: var(--mha-edge-spacing-0) !important;
    padding-right: var(--mha-edge-spacing-0) !important;*/
    padding-bottom: 2rem;
    padding-top: 1rem;
    margin-left: auto;
    margin-right: auto;
}

mha-heading {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.mha-icon {
    margin-bottom: 1rem;
    flex-shrink: 0;
}

mha-slider .slick-dots {
    margin-bottom: -45px;
}

mha-slider {
    padding-top: 1.5rem;
    margin-bottom: 1.5rem;
}

mha-slider:last-of-type {
    margin-bottom: 0;
}

#find-specialist-by-location > div {
    padding: 4rem;
}

#find-specialist-by-location .accordion {
    margin: 1rem 0;
}

#find-specialist-by-location .accordion-button {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    padding-left: 0;
}

#find-specialist-by-location .accordion-body li {
    margin-bottom: 0.5rem;
}

#find-specialist-by-location .accordion-body ul {
    padding-left: 0;
}

#find-specialist-by-location .accordion-body {
    padding-left: 0;
}

.footer-link {
    margin-bottom: 0.2rem;
}

mha-vertical-separator {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.mha-icon.icon-xsm {
    margin-bottom: 0;
    margin-right: 0.3rem;
}

@media (max-width: 768px) {
    :root {
        --mha-edge-spacing-0: 1.5rem;
    }

    #find-specialist-by-location {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #find-specialist-by-location > div:first-of-type {
        padding: 2rem 3rem;
    }

    .footer-link {
        margin-bottom: 1rem;
    }
}

@media (max-width: 300px) {
    :root {
        --mha-edge-spacing-0: 1rem;
    }
}

.search {
    background: #009da4 url("../images/search_bg.png") no-repeat right top;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    padding-bottom: 2rem;
}

.specialist_header {
    width: 740px;
    margin: unset 72.5px 7px 169px;
    font-size: 42px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    padding-top: 2rem;
    margin-left: var(--mha-edge-spacing-0);
}

.animation-container {
    height: 55px;
    overflow: hidden;
}

.specialist_header .search_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #ffa967;
    -webkit-animation-name: change;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-name: change;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}

.specialist_header .search_list .search_item {
    padding: 0;
    margin: 0;
    font-size: 48px;
    line-height: 50px;
}

@-webkit-keyframes change {
    0%,
    100%,
    12.66% {
        transform: translateY(0);
    }
    16.66%,
    29.32% {
        transform: translateY(-32%);
    }
    33.32%,
    45.98% {
        transform: translateY(-64%);
    }
    49.98%,
    62.64% {
        transform: translateY(-64%);
    }
    66.64%,
    79.3% {
        transform: translateY(-32%);
    }
    83.3%,
    95.96% {
        transform: translateY(0);
    }
}

@-o-keyframes change {
    0%,
    100%,
    12.66% {
        transform: translateY(0);
    }
    16.66%,
    29.32% {
        transform: translateY(-32%);
    }
    33.32%,
    45.98% {
        transform: translateY(-64%);
    }
    49.98%,
    62.64% {
        transform: translateY(-64%);
    }
    66.64%,
    79.3% {
        transform: translateY(-32%);
    }
    83.3%,
    95.96% {
        transform: translateY(0);
    }
}

@-moz-keyframes change {
    0%,
    100%,
    12.66% {
        transform: translateY(0);
    }
    16.66%,
    29.32% {
        transform: translateY(-32%);
    }
    33.32%,
    45.98% {
        transform: translateY(-64%);
    }
    49.98%,
    62.64% {
        transform: translateY(-64%);
    }
    66.64%,
    79.3% {
        transform: translateY(-32%);
    }
    83.3%,
    95.96% {
        transform: translateY(0);
    }
}

@keyframes change {
    0%,
    100%,
    12.66% {
        transform: translateY(0);
    }
    16.66%,
    29.32% {
        transform: translateY(-32%);
    }
    33.32%,
    45.98% {
        transform: translateY(-64%);
    }
    49.98%,
    62.64% {
        transform: translateY(-64%);
    }
    66.64%,
    79.3% {
        transform: translateY(-32%);
    }
    83.3%,
    95.96% {
        transform: translateY(0);
    }
}

.description {
    width: 635px;
    margin: 28px 177.5px 70px 169px;
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-left: var(--mha-edge-spacing-0);
}

.horizontal_rule {
    width: 284px;
    height: 7px;
    margin-left: var(--mha-edge-spacing-0);
    background-color: #ffa967;
}

.nav-item {
    margin-right: 10px;
    border-radius: 6px;
    padding: 0 !important;
}

.nav-item button {
    border: none !important;
    outline: 0 !important;
    cursor: pointer;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    padding: 10px 5px;
    border-radius: 5px;
    width: 8.5rem;
}

.nav-tabs .active {
    border-radius: 6px 6px 0 0;
    padding-bottom: 15px;
}

.nav-tabs .nav-link:hover {
    color: #000;
}

.nav-tabs {
    border: none !important;
    margin-left: var(--mha-edge-spacing-0);
}

.tab-content {
    padding: 0;
    border: none !important;
    margin-left: var(--mha-edge-spacing-0) !important;
}

.tab-pane {
    margin-right: var(--mha-edge-spacing-0);
}

#specialist-button {
    background-color: #00cfd5;
}

#services-button {
    background-color: #fce1eb;
}

#treatment-button {
    background-color: #e8facd;
}

#specialist-tab {
    background-color: #00cfd5;
    border-radius: 0 6px 6px 6px;
    padding: 20px;
}

#services-tab {
    background-color: #fce1eb;
    border-radius: 6px 6px 6px 6px;
    padding: 20px;
}

#treatment-tab {
    background-color: #e8facd;
    border-radius: 6px 6px 6px 6px;
    padding: 20px;
}

.icon-input-btn {
    position: relative;
    float: right;
}

.icon-input-btn input[type="submit"] {
    padding-left: 2em;
}

.icon-input-btn .icon {
    display: inline-block;
    position: absolute;
    left: 0.5em;
    top: 25%;
}

#services-form,
#spacialist-form,
#treatment-form {
    background-color: #fff;
    border-radius: 10px;
    padding: 5px;
    box-shadow: 0 3px 6px 0 #ffc0d747;
}

#services-form input[type="text"],
#spacialist-form input[type="text"],
#treatment-form input[type="text"] {
    border: none;
    outline: 0;
    box-shadow: none;
    padding: 10px 10px 10px 0;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    border-radius: 0;
}

#services-form .input-group-text,
#spacialist-form .input-group-text,
#treatment-form .input-group-text {
    border: none;
    outline: 0;
    box-shadow: none;
    background-color: #fff;
}

#services-form input[type="text"]:focus,
#spacialist-form input[type="text"]:focus,
#treatment-form input[type="text"]:focus {
    border: none;
    outline: 0;
    box-shadow: none;
    border-radius: 0;
}

#services-form .facility-group,
#services-form .location-group,
#spacialist-form .location-group,
#treatment-form .location-group {
    border-left: 1px solid var(--mha-theme-teal);
    border-radius: unset;
}

#services-form .search-button,
#spacialist-form .search-button,
#treatment-form .search-button {
    background-color: #ffa967 !important;
    float: right;
    object-fit: contain;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: #fff;
}

#services-form select {
    border: none;
    outline: 0;
    box-shadow: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #2b4660;
}

#services-form select option {
    color: #000;
    font-size: 1.1rem;
}

.icon {
    width: 20px;
    height: auto;
}

.award {
    background-image: url("data:image/svg+xml,%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 1937.9 107.14'%3E%3Cdefs%3E%3Cstyle%3E.c%7Bfill:%23fff;%7D.d,.e%7Bfill:%23ff9045;%7D.e%7Bopacity:.5;%7D.f%7Bclip-path:url(%23b);%7D.g%7Bopacity:.46;stroke:%23fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;%7D.g,.h%7Bfill:none;%7D.i%7Bfill:%23ffa967;stroke:%23231f20;stroke-miterlimit:10;%7D%3C/style%3E%3CclipPath id='b'%3E%3Crect class='h' width='1937.9' height='107.14'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg class='f'%3E%3Crect class='i' x='-13.45' y='-23.34' width='1954.55' height='140.91'/%3E%3Cpath class='d' d='M83.91,39.62c20.21,1.52,39.2,9.74,58.59,15.62,19.39,5.87,40.86,9.32,59.54,1.46,18.68-7.86,32.16-30.62,23.69-49.03-5.28-11.48-17.61-19.01-21.23-31.12-4.88-16.32,7.99-32.71,8.38-49.74,.56-24.24-23.56-41.61-46.54-49.37-35.6-12.03-75.83-11.8-109.99,3.85C22.19-103.07-4.94-71.3-11.81-34.36-17.04-6.26-9.63,24.25,8.21,46.62c12.4,15.55,17.28,15.4,32.4,4.98,13.04-8.99,27.34-13.18,43.29-11.98Z'/%3E%3Cpath class='d' d='M332.15,188.87c6.64-16.54,18.58-30.28,28.66-44.98,10.08-14.7,18.66-31.78,17.04-49.53-1.63-17.75-17.13-35.1-34.82-32.88-11.03,1.38-20.62,9.72-31.73,9.53-14.98-.25-25.31-15.38-39.48-20.24-20.18-6.91-41.14,8.7-53.75,25.9-19.54,26.65-30.04,60.44-25.99,93.24,4.05,32.8,23.49,63.99,52.63,79.56,22.17,11.84,49.72,13.73,73.22,4.72,16.34-6.27,17.5-10.4,12.78-25.84-4.07-13.32-3.79-26.42,1.46-39.48Z'/%3E%3Cpath class='d' d='M1676.69,82.38c-3.33-13.84,.29-30.22,11.96-38.37,15.06-10.52,36.01-3.71,51.61,6.01,15.59,9.73,30.73,22.5,49.07,23.61,16.2,.98,31.49-7.56,44.18-17.68,12.69-10.12,23.98-22.17,38.03-30.31,14.04-8.14,32.17-11.82,46.38-3.97,17.81,9.83,22.68,33.05,23.12,53.38,.42,19.25-1.97,39.92-14.46,54.56-13.87,16.27-36.76,21.21-58.06,23.13-58.99,5.31-174.3,2.54-191.84-70.37Z'/%3E%3Cpath class='e' d='M1607.62,119.97c-5.07-13.3-3.56-30.01,6.97-39.58,13.6-12.36,35.25-8.28,51.95-.62,16.7,7.66,33.35,18.4,51.69,17.16,16.2-1.1,30.27-11.51,41.57-23.17s20.96-25.05,33.85-34.92c12.89-9.87,30.4-15.82,45.5-9.86,18.91,7.47,26.71,29.89,29.74,50,2.87,19.04,3.14,39.84-7.38,55.96-11.69,17.9-33.75,25.73-54.63,30.34-57.83,12.8-172.56,24.75-199.25-45.31Z'/%3E%3Cpath class='c' d='M1659.96,117.65c-3.9-6.2-4.71-13.95-2.29-21.83,3.19-10.36,11.67-19.85,21.6-24.19,16.58-7.24,34.83-4.94,55.26-1.46,17.5,2.99,37.34,6.38,54.77-.77,15.48-6.35,26.73-20.1,37.61-33.41,12.43-15.2,25.29-30.92,44.34-34.99,20.05-4.28,39.47,5.89,58.25,15.73,19.41,10.17,39.48,20.69,59.67,14.47l.29,.96c-20.58,6.34-40.84-4.28-60.43-14.54-18.62-9.76-37.88-19.85-57.58-15.64-18.71,4-30.88,18.89-43.77,34.65-10.96,13.4-22.29,27.25-38,33.7-17.7,7.26-37.68,3.84-55.32,.83-20.26-3.46-38.36-5.74-54.69,1.39-9.67,4.23-17.93,13.48-21.04,23.57-1.65,5.37-2.62,13.37,2.18,21l-.85,.53Z'/%3E%3Cpath class='c' d='M.95,69.74l-.95-.3C6.05,50.13,21.55,33.66,40.47,26.47c18.92-7.19,41.44-5.19,58.79,5.23,6.66,4,12.97,9.29,19.07,14.4,13.11,11,25.49,21.38,41.45,20.48,15.95-.91,27.12-12.71,38.95-25.2,10.43-11.02,21.22-22.42,35.63-25.63,12.48-2.78,24.99,1.22,37.09,5.1,7.18,2.3,14.6,4.68,22.01,5.66,18.83,2.49,38.64-4.55,51.69-18.35,13.05-13.8,18.96-33.97,15.43-52.64l.98-.19c3.59,18.98-2.42,39.48-15.69,53.51-13.27,14.03-33.4,21.18-52.55,18.66-7.49-.99-14.96-3.38-22.18-5.7-12.52-4.01-24.35-7.8-36.56-5.07-14.11,3.15-24.79,14.43-35.12,25.35-11.44,12.08-23.27,24.58-39.62,25.51-16.34,.94-29.47-10.07-42.15-20.71-6.07-5.09-12.34-10.35-18.94-14.31-17.09-10.26-39.29-12.24-57.92-5.15C22.19,34.49,6.91,50.71,.95,69.74Z'/%3E%3Cpolygon class='d' points='98.81 67.92 87.82 78.91 76.83 67.92 68.21 76.54 79.2 87.53 68.21 98.52 76.83 107.14 87.82 96.15 98.81 107.14 107.43 98.52 96.44 87.53 107.43 76.54 98.81 67.92'/%3E%3Cpolygon class='g' points='1753.48 17.33 1737.7 33.11 1721.92 17.33 1709.55 29.71 1725.32 45.49 1709.55 61.26 1721.92 73.64 1737.7 57.86 1753.48 73.64 1765.85 61.26 1750.07 45.49 1765.85 29.71 1753.48 17.33'/%3E%3Cpolygon class='g' points='272.24 -2.04 256.47 13.74 240.69 -2.04 228.31 10.34 244.09 26.12 228.31 41.9 240.69 54.27 256.47 38.49 272.24 54.27 284.62 41.9 268.84 26.12 284.62 10.34 272.24 -2.04'/%3E%3C/g%3E%3C/svg%3E");
    text-align: center;
    padding: 0.5rem 0;
    background-size: cover;
    margin-top: 2rem;
}

.award > * {
    color: #fff;
    margin: 0;
}

.facility-group-extend,
.service-location-hide {
    display: none;
}

.search-form .dropdown {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 2px #ccc;
    transition: all 0.5s ease;
    position: relative;
    font-size: 14px;
    height: 100%;
    text-align: left;
    border: none;
    box-shadow: unset;
}

.search-form .dropdown .select {
    border: none;
    outline: 0;
    box-shadow: none;
    border-radius: 0;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #2b4660;
    padding-right: 1rem;
    width: 100%;
}

.search-form .dropdown .icon {
    margin-right: 10px;
}

.search-form .dropdown .select i {
    padding-left: 8rem;
}

.search-form .dropdown .select:focus,
.search-form .dropdown .select:hover {
    border: none;
    outline: 0;
    box-shadow: none;
}

.search-form .dropdown.active:hover {
    background-color: #f8f8f8;
}

.search-form .dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 3px;
    border-radius: unset;
    display: none;
    z-index: 9;
}

.search-form .dropdown .dropdown-menu li {
    padding: 10px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    color: #2b4660;
}

.search-form .dropdown .dropdown-menu {
    padding: 0;
    list-style: none;
}

.search-form .dropdown .dropdown-menu li:hover {
    background-color: #00cfd5;
    color: #fff;
}

.search-form .dropdown .dropdown-menu li:active {
    background-color: #e2e2e2;
}

.autocomplete {
    position: relative;
}

.fuzzyResults {
    position: absolute;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 45px !important;
    left: 0 !important;
    max-height: 300px;
    overflow-y: auto;
    border-radius: 0 0 5px 5px !important;
    background-color: #fff;
    width: 100% !important;
}

.fuzzyResults .__autoitem {
    padding-left: 2.5rem;
}

.fuzzyResults .__autoitem:hover {
    background-color: #00cfd5;
    color: #fff;
    padding-left: 2.5rem;
}

.fuzzyResults .__autoitem:hover > * {
    color: #fff;
}

@media screen and (max-device-width: 767px) {
    body {
        line-height: normal;
    }

    .search {
        background: #009da4;
    }

    .specialist_header {
        width: 264px;
        object-fit: contain;
        font-size: 1.5rem;
        font-weight: 700 !important;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: left;
        color: #fff;
        margin-left: var(--mha-edge-spacing-0);
    }

    .animation-container {
        height: 25px;
        overflow: hidden;
        margin-top: 0.5rem;
    }

    .specialist_header .search_list .search_item {
        padding: 0;
        margin: 0;
        font-size: 1.5rem;
        line-height: 22px;
    }

    .description {
        display: none;
    }

    .horizontal_rule {
        display: none;
    }

    .search-form {
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        background-color: #00cfd5;
        padding: 5px 10px 10px 10px;
        margin: 3rem var(--mha-edge-spacing-0);
        object-fit: contain;
        border-radius: 6px;
    }

    #services-form,
    #spacialist-form,
    #treatment-form {
        margin: 0;
        background-color: transparent;
        width: 100%;
        padding: 0;
    }

    #services-form .select {
        position: relative;
        border-radius: 5px 5px 5px 5px;
    }

    #services-form .select .fa-chevron-down {
        position: absolute;
        right: 2rem;
        top: 14px;
    }

    .col-12 {
        width: 100% !important;
        margin-top: 17px !important;
    }

    .col-12 .search-button {
        width: 100%;
    }

    #services-form input[type="text"],
    #spacialist-form input[type="text"],
    #treatment-form input[type="text"] {
        border: none;
        outline: 0;
        box-shadow: none;
        object-fit: contain;
        font-size: 16px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.92;
        letter-spacing: normal;
        text-align: left;
        color: #2b4660;
        border-radius: 0 5px 5px 0;
        padding: 10px;
    }

    #services-form input[type="text"]:focus,
    #spacialist-form input[type="text"]:focus,
    #treatment-form input[type="text"]:focus {
        border: none;
        outline: 0;
        box-shadow: none;
        border-radius: 0 6px 6px 0;
    }

    .search-form .dropdown {
        border-radius: 5px;
    }

    .search-form .dropdown .select {
        border: none;
        outline: 0;
        box-shadow: none;
        object-fit: contain;
        font-size: 16px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.92;
        letter-spacing: normal;
        text-align: left;
        color: #2b4660;
        border-radius: 0 6px 6px 0;
        padding: 10px;
        width: 100%;
    }

    .search-form .dropdown .select i {
        padding-left: 10rem;
    }

    .search-form .dropdown .dropdown-menu {
        margin-top: unset;
    }

    #services-form select {
        border-radius: 5px;
        font-size: 16px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.92;
        letter-spacing: normal;
        text-align: left;
        color: #2b4660;
        padding: 10px;
    }

    #services-form select option {
        color: #2b4660;
        font-size: 16px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.92;
        letter-spacing: normal;
    }

    #spacialist-form .location-group,
    #treatment-form .location-group {
        border: none;
    }

    #services-button,
    #services-tab,
    #specialist-button,
    #specialist-tab,
    #treatment-button,
    #treatment-tab {
        background-color: transparent;
    }

    .nav-tabs {
        width: 100%;
        display: flex;
        padding: 5px;
        justify-content: space-between;
        margin: 0;
    }

    .nav-tabs .nav-link {
        width: 100%;
    }

    .nav-tabs .nav-link.active {
        border-bottom: 2px solid #fff !important;
        color: #fff !important;
    }

    .nav-item button {
        font-size: 13px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.79;
        letter-spacing: normal;
        text-align: left;
    }

    .tab-content {
        margin: 0 !important;
        padding: 0;
    }

    .tab-pane {
        width: 100%;
    }

    .award {
        height: 100%;
        bottom: 0;
    }

    .nav-item button {
        padding: 10px 5px;
    }

    .nav-item {
        margin-right: 0;
    }
}

:root {
    --font-size-h1: 2.75rem;
    --font-size-h2: 28px;
    --font-size-h3: 1.75rem;
    --font-size-h4: 1.5rem;
    --font-size-h5: 1.25rem;
    --font-size-h6: 1rem;
    --page-font-size: 0.9rem;
    --page-line-height: 2;
    --page-font-family: Montserrat, Tahoma, Verdana, sans-serif;
}

body {
    font-family: var(--page-font-family);
    font-size: var(--page-font-size);
    line-height: var(--page-line-height);
}

button {
    letter-spacing: 1px;
}

mha-heading * {
    font-weight: 700;
}

h1 {
    font-size: var(--font-size-h1);
}

h2 {
    font-size: var(--font-size-h2);
}

h3 {
    font-size: var(--font-size-h3);
}

h4 {
    font-size: var(--font-size-h4);
}

h5 {
    font-size: var(--font-size-h5);
}

h6 {
    font-size: var(--font-size-h6);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600 !important;
    letter-spacing: 1px;
}

#find-specialist-by-location .accordion-button {
    font-size: var(--font-size-h4);
    font-weight: 700;
}

.footer-link {
    font-size: small;
}

.btn,
button {
    letter-spacing: normal;
}

.mha-plain-anchor {
    text-decoration: none;
}

small {
    font-size: 0.8rem;
}

.text-justify {
    text-align: justify;
}

.captcha-disclaimer,
.captcha-disclaimer * {
    font-size: small;
    line-height: 20px !important;
}

@media (max-width: 768px) {
    :root {
        --font-size-h1: 2.25rem;
        --font-size-h2: 1.5rem;
        --font-size-h3: 1.2rem;
        --font-size-h4: 1rem;
        --font-size-h5: 0.85rem;
        --page-font-size: 14px;
    }

    #find-specialist-by-location .accordion-button {
        font-size: var(--font-size-h3);
    }
}

:root {
    --navbar-logo-height: 3rem;
}

main > * {
    width: 100%;
    /*max-width: 1800px*/
}

mha-heading-underline {
    height: 0.3rem;
    width: 7rem;
}

mha-heading {
    width: 100%;
}

.icon-md {
    width: 75px;
    height: 65px;
}

.icon-sm {
    width: 45px;
    height: 45px;
}

.icon-lg {
    min-width: 90px;
    height: 60px;
}

.mha-slider-contents {
    width: 85%;
}

.circle-md {
    width: 95px;
    height: 95px;
}

.circle-sm {
    height: 65px;
    width: 65px;
}

#find-specialist-by-location .accordion {
    width: 15rem;
}

.footer-column {
    width: 15rem;
}

#secondary-footer {
    min-height: 3rem;
}

.icon-xsm {
    width: 17px;
    height: 17px;
}

@media (max-width: 992px) {
    :root {
        --navbar-logo-height: 2rem;
    }

    .mha-slider-contents {
        width: 100%;
    }
}

@media (max-width: 768px) {
    #find-specialist-by-location .accordion {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .w-md-50 {
        width: 50% !important;
    }

    .w-md-auto {
        width: auto !important;
    }
}

:root {
    --mha-rounded-radius: 4px;
    --mha-rounded-radius-1: 8px;
    --mha-rounded-radius-2: 12px;
}

html {
    scroll-behavior: smooth;
}

.mha-rounded {
    border-radius: var(--mha-rounded-radius);
}

.mha-rounded-1 {
    border-radius: var(--mha-rounded-radius-1);
}

.mha-rounded-2 {
    border-radius: var(--mha-rounded-radius-2);
}

mha-slider {
    display: flex;
    flex-direction: row;
    border-top: 1px solid silver;
}

.mha-slider-contents {
    display: inline-block;
    justify-content: center;
    gap: 9rem;
}

.circle {
    border-radius: 50%;
}

.page-shape {
    position: absolute;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23009da4'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

#find-specialist-by-location .accordion-body ul {
    list-style-type: none;
}

.footer-column {
    display: flex;
    flex-direction: column;
}

.cursor-pointer {
    cursor: pointer;
}

.btn-clear {
    background: 0 0;
    border: none;
    outline: 0;
}

button:disabled {
    pointer-events: none;
}

.anchor__whatsapp {
    display: flex;
    gap: 0.75rem;
    flex-shrink: 0;
    align-items: center;
}

.anchor__whatsapp::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.746 22.855'%3E%3Cpath data-name='whatsapp (9)' d='M19.682 3.321A11.328 11.328 0 0 0 1.857 16.987L.25 22.855l6-1.575a11.313 11.313 0 0 0 5.412 1.379 11.33 11.33 0 0 0 8.02-19.338zM11.67 20.746a9.4 9.4 0 0 1-4.791-1.312l-.344-.2-3.563.935.951-3.474-.223-.36a9.413 9.413 0 1 1 7.974 4.411zm5.163-7.05c-.283-.142-1.674-.826-1.934-.921s-.448-.141-.637.142-.731.921-.9 1.109-.33.213-.613.071a7.729 7.729 0 0 1-2.276-1.4A8.536 8.536 0 0 1 8.9 10.733c-.165-.283 0-.422.124-.578a8 8 0 0 0 .707-.968.52.52 0 0 0-.024-.5c-.071-.142-.637-1.534-.872-2.1-.23-.552-.463-.477-.637-.486s-.354-.01-.542-.01a1.039 1.039 0 0 0-.755.354 3.174 3.174 0 0 0-.99 2.361 5.5 5.5 0 0 0 1.155 2.927 12.614 12.614 0 0 0 4.834 4.273 16.2 16.2 0 0 0 1.613.6 3.879 3.879 0 0 0 1.782.112 2.915 2.915 0 0 0 1.91-1.346 2.364 2.364 0 0 0 .165-1.346c-.071-.118-.259-.189-.542-.33zm0 0' transform='translate(-.25)' style='fill:%23fff;fill-rule:evenodd'/%3E%3C/svg%3E");
    width: 1.5rem;
    height: 1.5rem;
}

.hover-pointer {
    cursor: pointer;
}

img {
    object-fit: cover;
}

[v-cloak] {
    display: none !important;
}

.icon-md {
    object-fit: contain;
}

.background-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-position: top;
}

.section-overlay {
    position: absolute;
    inset: 0;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.captcha-disclaimer {
    display: block;
    margin-top: 1rem;
}

@media screen and (min-width > 768px) {
    .hide-on-mobile {
        display: none !important;
    }
}

@media screen and (max-width < 768px) {
    .hide-on-desktop {
        display: none !important;
    }

    .anchor__whatsapp {
        width: 100%;
    }
}

.viewport-enter-animate {
    transition: 0.3s;
    transition-delay: 0.1s;
}

.fade-in-up:not(.is-displayed) {
    opacity: 0;
    transform: translateY(12px);
}

.fade-in-left {
    opacity: 0;
    transform: translateX(-120px);
}

.fade-in-right {
    opacity: 0;
    transform: translateX(120px);
}

.is-displayed {
    opacity: 1;
}

.grow {
    width: 0 !important;
    height: 0 !important;
    transition-delay: 0.4s;
}

.grow.is-displayed {
    width: unset;
    height: unset;
}

.abstract.animated {
    animation: myAnim 5s ease 0s infinite normal forwards;
}

.abstract.animated:first-of-type {
    animation-delay: 1s;
}

.abstract.animated:nth-of-type(2) {
    animation-delay: 2s;
}

.abstract.animated:nth-of-type(3) {
    animation-delay: 3s;
}

.abstract.animated:nth-of-type(4) {
    animation-delay: 4s;
}

@keyframes myAnim {
    0% {
        transform: translate(0);
    }
    20% {
        transform: translate(2px, -2px);
    }
    40% {
        transform: translate(2px, 2px);
    }
    60% {
        transform: translate(-2px, 2px);
    }
    80% {
        transform: translate(-2px, -2px);
    }
    100% {
        transform: translate(0);
    }
}

.faqs h3 {
    color: #009da4;
    font-weight: 700;
    padding-bottom: 5px;
}

.faqs .horizontal_rule {
    margin-left: 0;
    width: 158px;
    height: 7px;
    background-color: #ffa967;
    margin-bottom: 2rem;
}

.faq-accordion {
    background-color: #fff;
    color: #009da4;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    text-align: left;
    outline: 0;
    font-size: 0.85rem;
    transition: 0.4s;
    margin-bottom: 5px;
    font-weight: 700;
}

.faq-accordion.active,
.faq-accordion:hover {
    background-color: #00cfd526;
}

.faq-accordion.active {
    border-radius: 5px 5px 0 0;
    margin-bottom: 0;
    border-bottom: none;
}

.panel {
    padding: 0 15px;
    background-color: #00cfd526;
    color: #000;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin: 0;
    margin-bottom: 5px;
    border-radius: 0 0 5px 5px;
    border: none;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}

.faq-accordion::after {
    content: "+";
    font-size: 1.3rem;
    color: #009da4;
    float: right;
    margin-left: 5px;
    font-weight: 700;
}

.faq-accordion.active::after {
    content: "-";
    color: #009da4;
    font-weight: 700;
}

.faqs .img-column {
    position: relative;
    width: 100%;
}

.faqs img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.faqs .panel ul {
    position: relative;
    list-style-type: none;
    padding-left: 1em;
}

.faqs .panel ul li::before {
    content: "-";
    position: absolute;
    margin-left: -1em;
}

@media screen and (max-device-width: 767px) {
    .faqs {
        width: 100%;
    }

    .faqs .col {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .faqs .img-column {
        display: none;
    }
}

.trust {
    background-color: #eaf0ff;
    height: 75vh;
    overflow: hidden;
}

.trust .testimonials-slider {
    display: none;
}

.trust .text-content {
    position: relative;
}

.trust .yellow-background {
    opacity: 0.6;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 30px;
    right: 70px;
}

.trust .blue-background {
    opacity: 0.6;
    position: absolute;
    height: 100px;
    width: 100px;
    bottom: 170px;
    left: 50px;
}

.trust h3 {
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #009da4;
    margin-bottom: 3rem;
}

.trust p {
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #2b4660;
    margin-bottom: 3rem;
}

.trust .appointment-btn {
    padding: 10px 15px;
    background-color: #ffa967;
    border: none;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}

.trust .testimonials {
    overflow-y: scroll;
    margin-bottom: 3rem;
    padding: 10px;
    height: 60vh;
}

.testimonial {
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    background-color: #fff;
    color: #2b4660;
    margin-bottom: 1rem;
}

.testimonial:hover {
    background-color: #00cfd5;
}

.testimonial:hover p {
    color: #fff;
}

.testimonial p {
    text-align: center;
    display: inline;
}

.testimonial .avatar {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 0.5rem;
}

.profile-group p {
    font-weight: 700;
}

@media screen and (max-device-width: 767px) {
    .trust {
        height: auto;
        width: 100%;
        padding-bottom: 0;
    }

    .trust h3 {
        margin-bottom: 0.5rem;
        width: 100%;
    }

    .trust p {
        margin-bottom: 0.5rem;
        width: 100%;
    }

    .trust .appointment-btn {
        margin-bottom: 0.5rem;
    }

    .trust .testimonials {
        overflow-y: hidden;
        padding: 0;
        margin: auto;
        height: auto;
    }

    .testimonials-slider {
        display: block !important;
    }

    .trust .slick-dots {
        margin-bottom: 11px;
    }

    .testimonial {
        padding: 10px;
        border-radius: 5px;
        text-align: center;
        background-color: #fff;
        color: #2b4660;
        margin-right: 5px;
    }

    .testimonial:hover {
        background-color: #00cfd5;
    }

    .testimonial:hover p {
        color: #fff;
    }

    .testimonial p {
        text-align: center;
    }

    .testimonial .avatar {
        width: 25px;
        height: 25px;
        margin: auto;
        border-radius: 50%;
    }
}

.download {
    background-image: linear-gradient(to left, #00cfd5 96%, #00cfd5 4%);
    color: #fff;
    margin-bottom: 2rem;
    margin-top: 6rem;
}

.download .download-text {
    padding-top: 4.5rem;
}

.download h2,
.download p,
.download p small {
    color: #fff;
}

.download .playstore-logo {
    width: auto;
    height: 4rem;
}

.download .playstore-logo-mobile {
    display: none;
}

.download .playstore-logo,
.download .playstore-logo-mobile {
    border-radius: 6px;
    border: 1.75px solid #fff;
}

.download .app-image {
    width: 240px;
    margin-top: -69px;
    margin-bottom: -69px;
}

#download-app-tips-container {
    row-gap: 1.5rem;
}

.download-tip-container svg {
    border-radius: 50%;
    width: 5rem;
    aspect-ratio: 1;
}

.download-tip-container {
    margin-left: -3rem;
    display: flex;
    align-items: center;
}

.download-tip-container:not(:first-child):not(:last-child) {
    margin-left: 0;
}

.download-tip-container:not(:first-child):not(:last-child) svg {
    width: 6.5rem;
}

.download-tip-container span {
    color: #fff;
    margin-left: 0.5rem;
    font-size: 0.8rem;
}

#section__mobile-app {
    background-color: var(--mha-theme-teal-lite);
    padding-bottom: 0;
}

#section__mobile-app .section-content {
    display: flex;
    height: 100%;
}

#section__mobile-app .section-content > div:first-child {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: auto;
}

#section__mobile-app #play-store-logo {
    width: 10rem;
    background-color: #000;
    border-radius: var(--mha-rounded-radius);
    padding: 0 3px;
    margin-bottom: 1rem;
}

#section__mobile-app .fa-star,
#section__mobile-app .fa-star-half-alt {
    color: #fed300;
}

#section__mobile-app .section-content .image-container {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='790.719' height='748.797' viewBox='0 0 790.719 748.797'%3E%3Cpath data-name='Path 7226' d='M818.127 413.246c4.413-75.493-21.32-150.7-62.447-214.161-34.905-53.862-92.969-131.326-154.527-156.525C523.292 10.7 451.294 62.88 376.241 73.2c-67.1 9.228-136.632-19.94-202.164-2.808-46.95 12.277-85.677 47.747-109.237 90.172S31.6 251.9 28.778 300.342c-5.449 93.629 14.59 188.376 56.105 272.376 20.747 41.981 49.768 74.837 75.639 112.818 26.359 38.7 44.41 71.912 92.322 88.038 42.537 14.318 91.472 8.149 129.122-16.286 33.693-21.864 57.382-56.42 90.161-79.63 60.6-42.925 141.028-38.814 209.407-60.984 87.1-28.249 131.421-114.98 136.594-203.428' transform='translate(-27.899 -32.38)' style='fill:%23ffa967'/%3E%3C/svg%3E%0A");
    background-size: contain;
    margin-bottom: -1rem;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    position: relative;
}

#img__phone {
    position: absolute;
    bottom: 1rem;
    left: 3rem;
    height: 100%;
}

@media screen and (max-device-width: 767px) {
    .download {
        background-image: unset;
        padding: 0;
        margin: 0;
        background-image: #eaf0ff;
    }

    .download .row {
        margin: 0;
        border-radius: 10px;
        background-image: linear-gradient(to left, #00cfd5 96%, #00cfd5 4%);
    }

    .download .download-text {
        padding-top: 15px;
        padding-bottom: unset;
    }

    .download .app-image {
        width: 150px;
        margin: 0;
    }

    .download .playstore-logo {
        display: none;
    }

    .download {
        margin-bottom: 0;
    }

    .download .playstore-logo-mobile {
        display: block;
        height: 40px;
        margin-top: 0;
        float: right;
        margin-bottom: 10px;
    }

    #section__mobile-app .section-content {
        flex-direction: column;
    }

    #section__mobile-app .section-content .image-container {
        margin-top: 1rem;
        margin-bottom: -2rem;
        background: 0 0;
        display: flex;
    }

    #img__phone {
        position: relative;
        height: auto;
        width: 10rem;
        bottom: 2rem;
        left: 2rem;
    }

    #section__mobile-app #play-store-logo {
        width: 8rem;
    }
}

@media (max-width: 300px) {
    #section__mobile-app .section-content > div:first-child {
        padding-bottom: 0 !important;
    }

    #section__mobile-app .section-content .image-container {
        flex-direction: column;
        margin-top: 0;
        row-gap: 2rem;
    }
}

:root {
    --menu-horizontal-padding: 1rem;
}

#navbar {
    padding: 0.5rem var(--mha-edge-spacing-0);
    z-index: 1032;
    font-weight: 500;
}

#navbar-logo {
    height: var(--navbar-logo-height);
}

#navbar-phone-icon {
    width: 28px;
    height: 28px;
}

#menu-hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 0.3rem;
    width: 2rem;
}

#mha-menu {
    position: absolute;
    overflow: hidden;
    transition: 0.3s;
    top: 0;
    left: 0;
    z-index: 3;
    width: 80vw;
    height: 90vh;
    background-color: var(--mha-theme-cyan);
    margin-left: -90vw;
    overflow-y: auto;
}

.menu-link.active {
    border-left: 5px solid var(--mha-theme-teal);
}

.menu-link:last-of-type {
    border-bottom: 1px solid #fff;
}

#menu-overlay {
    opacity: 0.3;
    display: none;
    z-index: 2;
}

#mha-menu.shown + #menu-overlay {
    display: block;
}

#menu-hamburger > span {
    height: 2px;
    width: 100%;
}

#menu-hamburger > span:nth-child(2) {
    width: 75%;
}

#menu-hamburger > span:nth-child(3) {
    width: 50%;
}

.menu-link {
    padding: 1.5rem 2rem;
    font-size: var(--font-size-h3);
    border-top: 1px solid #fff;
}

#mha-menu.shown {
    margin-left: 0;
}

#navbar.bg-mha-theme-teal #menu-hamburger > span {
    background-color: #fff;
}

#mha-menu * {
    color: #fff;
}

#menu-toggler > span {
    display: none;
}

button[data-dismiss="menu"] path {
    fill: #fff;
}

#menu-links-container {
    display: flex;
    flex-direction: column;
}

#menu-drawer-header {
    padding: 1rem var(--menu-horizontal-padding);
}

#menu-options-container {
    display: none;
}

#omp-nav .nav-link {
    color: #242424;
}

@media (min-width: 1000px) {
    #menu-hamburger > span {
        width: 100% !important;
        background-color: #fff;
    }

    #menu-toggler span {
        display: inline-block;
    }

    #menu-toggler {
        display: flex;
        align-items: center;
        column-gap: 0.7rem;
        background-color: var(--mha-theme-teal);
        margin-top: auto;
        margin-bottom: auto;
        padding: 0.3rem 1rem;
        border-radius: var(--mha-rounded-radius);
        margin-left: 1rem;
    }

    #menu-toggler * {
        color: #fff;
    }

    #menu-hamburger {
        width: 1.5rem;
    }

    #mha-menu {
        width: 22rem;
        right: 0;
        left: unset;
        height: 100vh;
        background-color: #fff;
        margin-left: unset;
        margin-right: -25rem;
    }

    #mha-menu.shown {
        margin-right: 0;
        margin-left: unset;
    }

    .menu-drawer-logo {
        height: 2rem;
    }

    #mha-menu * {
        color: #242424 !important;
    }

    .menu-link {
        font-size: unset;
        padding: 0.5rem 1rem;
        border-radius: var(--mha-rounded-radius);
        margin-bottom: 0.5rem;
    }

    button[data-dismiss="menu"] path {
        fill: var(--mha-theme-teal);
    }

    #menu-drawer-header {
        border-bottom: 1px solid var(--mha-theme-gray-dark);
    }

    #menu-links-container {
        padding: 1rem var(--menu-horizontal-padding);
    }

    .menu-link.active {
        border-left: none;
        background-color: var(--mha-theme-teal-lite);
    }

    .menu-link:hover {
        background-color: var(--mha-theme-teal-lite);
        text-decoration: none;
    }

    #menu-options-container {
        display: flex;
        flex-direction: column;
        row-gap: 1rem;
        margin-top: auto;
        padding: 0 var(--menu-horizontal-padding);
        margin-bottom: 2rem;
    }

    #menu-options-container select {
        background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2232.657%22%20viewBox%3D%220%200%2024%2032.657%22%3E%0A%20%20%3Cg%20id%3D%22Group_4177%22%20data-name%3D%22Group%204177%22%20transform%3D%22translate(-1828%20-757.171)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22angle-left_1_%22%20data-name%3D%22angle-left%20(1)%22%20d%3D%22M16.041%2C24%2C6.534%2C14.48a3.507%2C3.507%2C0%2C0%2C1%2C0-4.948L16.052%2C0%2C18.17%2C2.121%2C8.652%2C11.652a.5.5%2C0%2C0%2C0%2C0%2C.707l9.506%2C9.52Z%22%20transform%3D%22translate(1852%20751.659)%20rotate(90)%22%20fill%3D%22%23cfcfcf%22%2F%3E%0A%20%20%20%20%3Cpath%20id%3D%22angle-left_1_2%22%20data-name%3D%22angle-left%20(1)%22%20d%3D%22M16.041%2C24%2C6.534%2C14.48a3.507%2C3.507%2C0%2C0%2C1%2C0-4.948L16.052%2C0%2C18.17%2C2.121%2C8.652%2C11.652a.5.5%2C0%2C0%2C0%2C0%2C.707l9.506%2C9.52Z%22%20transform%3D%22translate(1828%20795.341)%20rotate(-90)%22%20fill%3D%22%23cfcfcf%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
    }
}
