.menu ul li,
.support-box:hover,
a,
button {
    cursor: pointer
}

h1,
h2 {
    margin-bottom: 15px
}

button,
input {
    border: 0;
    outline: 0
}

.header-top ul li a,
.sticky .header-top ul li a {
    font-size: 14px;
    font-weight: 400;
    display: inline-block
}

.header-top ul li a,
body,
p {
    font-weight: 400
}

#inner,
.blog-title a,
.footer-top a,
.header-bottom,
.header-top,
.header-top ul,
.header-top ul li,
.header-top ul li a,
.how-to li,
.logo,
.menu ul li,
.menu ul li a,
section {
    display: inline-block
}

.js-open-right-menu,
.logo img,
.mob-show,
.more-content {
    display: none
}

.logo,
.sticky .logo {
    padding: 10px 0 0;
    width: auto
}

.how-to li img,
.sticky,
:hover,
header {
    transition: .5s
}

.join-today-section h2,
body {
    font-family: 'Open Sans', sans-serif !important
}

* {
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    line-height: 24px;
    color: #181818;
    font-size: 1rem
}

a {
    text-decoration: none !important
}

p {
    font-size: 1em;
    margin-bottom: 10px;
    line-height: 26px
}

h1 {
    font-size: 48px;
    font-weight: 600;
    line-height: 60px
}

a {
    color: #04a3b8
}

.pusha-active,
.pusha-active body {
    overflow: hidden
}

.pusha-wrapper {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.pusha-wrapper {
    position: relative;
    z-index: 200;
    height: 100%;
    background-color: inherit
}

.pusha-panel {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    will-change: transform
}

.pusha-panel--right {
    width: 260px;
    height: 100%;
    background-color: #05a3b7;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 999;
    -webkit-transition: visibility 0s linear .3s, opacity 50ms linear .3s, -webkit-transform .3s ease;
    transition: visibility 0s linear .3s, opacity 50ms linear .3s, -webkit-transform .3s ease;
    transition: visibility 0s linear .3s, opacity 50ms linear .3s, transform .3s ease;
    transition: visibility 0s linear .3s, opacity 50ms linear .3s, transform .3s ease, -webkit-transform .3s ease
}

.pusha-panel--right.pusha-panel--active~.pusha-wrapper {
    -webkit-transform: translateX(-260px);
    transform: translateX(-260px)
}

.pusha-panel--right.pusha-panel--active {
    -webkit-transition: opacity 50ms, -webkit-transform .3s ease;
    transition: opacity 50ms, -webkit-transform .3s ease;
    transition: opacity 50ms, transform .3s ease;
    transition: opacity 50ms, transform .3s ease, -webkit-transform .3s ease
}

.pusha-panel--top {
    width: 100%;
    height: 260px;
    background-color: #fff;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 220;
    -webkit-transition: visibility 0s linear .3s, opacity 50ms linear .3s, -webkit-transform .3s ease;
    transition: visibility 0s linear .3s, opacity 50ms linear .3s, -webkit-transform .3s ease;
    transition: visibility 0s linear .3s, opacity 50ms linear .3s, transform .3s ease;
    transition: visibility 0s linear .3s, opacity 50ms linear .3s, transform .3s ease, -webkit-transform .3s ease
}

.pusha-panel--top.pusha-panel--active {
    -webkit-transition: opacity 50ms, -webkit-transform .3s ease;
    transition: opacity 50ms, -webkit-transform .3s ease;
    transition: opacity 50ms, transform .3s ease;
    transition: opacity 50ms, transform .3s ease, -webkit-transform .3s ease
}

.pusha-panel--bottom {
    width: 100%;
    height: 260px;
    background-color: #fff;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 220;
    -webkit-transition: visibility 0s linear .3s, opacity 50ms linear .3s, -webkit-transform .3s ease;
    transition: visibility 0s linear .3s, opacity 50ms linear .3s, -webkit-transform .3s ease;
    transition: visibility 0s linear .3s, opacity 50ms linear .3s, transform .3s ease;
    transition: visibility 0s linear .3s, opacity 50ms linear .3s, transform .3s ease, -webkit-transform .3s ease
}

.pusha-panel--bottom.pusha-panel--active {
    -webkit-transition: opacity 50ms, -webkit-transform .3s ease;
    transition: opacity 50ms, -webkit-transform .3s ease;
    transition: opacity 50ms, transform .3s ease;
    transition: opacity 50ms, transform .3s ease, -webkit-transform .3s ease
}

.pusha-panel--active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none !important;
    transform: none !important
}

.pusha-panel__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent
}

.pusha-active .pusha-panel__content {
    overflow-y: auto
}

.pusha-panel__inner {
    width: 100%;
    display: inline-block
}

.pusha-panel__inner ul {
    padding: 0;
    margin: 0
}

.pusha-panel__inner ul li {
    display: inline-block;
    width: 100%
}

.pusha-panel__inner ul li a {
    border-bottom: #058b9c thin solid;
    display: inline-block;
    color: #fff;
    width: 100%;
    padding: 10px 15px
}

.pusha-panel__inner ul li a:hover {
    background: #058b9c
}

.pusha-panel__inner ul li a.active {
    background: #058b9c
}

.pusha-panel__close {
    padding: 10px;
    float: right;
    width: 100%;
    text-align: left
}

.width100 {
    width: 100% !important;
    float: left
}

.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3)
}

.loading:not(:required) {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 20px;
    width: 1em;
    height: 1em;
    margin-top: -.5em;
    -webkit-animation: spinner 1.5s infinite linear;
    -moz-animation: spinner 1.5s infinite linear;
    -ms-animation: spinner 1.5s infinite linear;
    -o-animation: spinner 1.5s infinite linear;
    animation: spinner 1.5s infinite linear;
    border-radius: .5em;
    -webkit-box-shadow: rgba(0, 0, 0, .75) 1.5em 0 0 0, rgba(0, 0, 0, .75) 1.1em 1.1em 0 0, rgba(0, 0, 0, .75) 0 1.5em 0 0, rgba(0, 0, 0, .75) -1.1em 1.1em 0 0, rgba(0, 0, 0, .5) -1.5em 0 0 0, rgba(0, 0, 0, .5) -1.1em -1.1em 0 0, rgba(0, 0, 0, .75) 0 -1.5em 0 0, rgba(0, 0, 0, .75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, .75) 1.5em 0 0 0, rgba(0, 0, 0, .75) 1.1em 1.1em 0 0, rgba(0, 0, 0, .75) 0 1.5em 0 0, rgba(0, 0, 0, .75) -1.1em 1.1em 0 0, rgba(0, 0, 0, .75) -1.5em 0 0 0, rgba(0, 0, 0, .75) -1.1em -1.1em 0 0, rgba(0, 0, 0, .75) 0 -1.5em 0 0, rgba(0, 0, 0, .75) 1.1em -1.1em 0 0
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.funding-p p {
    width: 100%;
    text-align: left;
    margin-top: 0;
    margin-bottom: 1rem
}

.funding-p h2 {
    text-align: left
}

.funding-p h3 {
    color: #07a2b8;
    font-weight: 700;
    font-size: 22px
}

h1.mb-80,
h2.mb-80 {
    margin-bottom: 80px
}

.text-blue {
    color: #07a2b8 !important
}

.img-section-content {
    width: calc(100% - 120px)
}

section.funding {
    padding: 50px 0
}

#myHeader.fixed-header {
    width: 100%
}

.header-top ul li .btn {
    color: #fff;
    border-radius: 40px;
    background: #05a3b7 !important;
    border: 1.5px solid #05a3b7 !important;
    padding: 5px 14px;
    gap: 5px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    box-shadow: none;
    letter-spacing: 0;
    transition: background-color .2s ease-out
}

.header-center-top .btn {
    color: #fff;
    border-radius: 40px;
    background: #05a3b7 !important;
    border: 1.5px solid #05a3b7 !important;
    padding: 5px 14px;
    gap: 5px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    box-shadow: none;
    letter-spacing: 0;
    transition: background-color .2s ease-out
}

.header-center-top ul li .btn:hover span {
    color: #fff
}

.header-center-top .btn:hover span {
    color: #fff
}

.header-top ul li .btn:hover {
    background: #565656 !important;
    color: #fff;
    border: 1.5px solid #565656 !important
}

.header-center-top .btn:hover {
    background: #565656 !important;
    color: #fff;
    border: 1.5px solid #565656 !important
}

.header-center-top {
    display: none
}

body .container p {
    font-family: "Segoe UI", "Segoe UI Web", Arial, Verdana, sans-serif !important
}

.hero_section_home .tab-pane.fade.active.show,
.search_box_outerouter .tab-pane.fade.show.active {
    display: block
}

.hero_section_home img.img-fluid {
    border-radius: 25px
}

.hero_section_home {
    padding: 40px 0
}

.hero_section_home h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
    color: #000
}

.search_box_outer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #05a3b7;
    border-radius: 14px
}

.search_box_outerouter {
    width: 500px
}

.search_box_outer ul.nav.nav-tabs {
    padding: 6px 8px;
    background: #fff;
    border-radius: 130px;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 15px
}

.search_box_outer .nav-tabs .nav-link {
    padding: 8px 32px;
    background: #fff;
    border-radius: 100px;
    font-style: normal;
    font-weight: 700;
    min-width: 200px;
    font-size: 16px;
    text-transform: capitalize;
    color: #05a3b7;
    text-align: center;
    width: 100%
}

.search_box_outer input::placeholder {
    color: #6a6a6a
}

.search_box_outer input {
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

.search_box_outer .nav-tabs .nav-link.active,
.search_box_outer .nav-tabs .nav-link:hover {
    background: #05a3b7;
    color: #fff
}

.search_box_inner {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center
}

.search-btn-block {
    padding: 8px 32px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #05a3b7;
    width: 290px;
    background: #fff;
    border-radius: 100px
}

.call-text {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.1;
    margin-top: 15px
}

.search-btn-block:focus {
    outline: -webkit-focus-ring-color auto 0
}

.high-qualitysection h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #3b3b3b
}

.additional-services-section h2,
.quality-better-life h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #05a3b7
}

.box-qualites {
    height: 100%;
    padding: 15px;
    background: #f2fafb;
    border: 2px solid #f2fafb;
    border-radius: 15px
}

.box-qualites:hover {
    border: 2px solid #05a3b7
}

section.additional-services-section {
    padding-top: 0
}

.box-qualites img {
    height: 60px;
    margin-bottom: 10px
}

.box-qualites h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #18181b
}

section.high-qualitysection {
    padding-top: 40px;
    padding-bottom: 40px
}

section.quality-better-life {
    padding-top: 0;
    padding-bottom: 40px
}

.additional-services ul {
    gap: 0;
    flex-wrap: wrap;
    column-count: 2;
    padding-left: 0
}

.additional-services ul li {
    list-style: none;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 10px
}

.additional-services ul li p {
    font-weight: 600;
    margin-bottom: 0;
    line-height: normal
}

.additional-services ul li img {
    width: 20px;
    position: relative;
    top: 2px
}

.additional-services-section h3 img {
    width: 20px;
    position: relative;
    top: 2px
}

.additional-services-section li {
    list-style: none;
    margin-bottom: 15px
}

.additional-services-section ul {
    padding-left: 0
}

.additional-services-section h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #000;
    display: flex;
    align-items: baseline;
    gap: 6px
}

.additional-services-section p a {
    font-weight: 700
}

.join-free_new h2 {
    font-weight: 700
}

.join-free.join-free_new .wht-btn {
    font-weight: 700
}

.join-free_new {
    text-align: center
}

section.care.care-new-local img {
    border-radius: 20px
}

.search_box_inner {
    position: relative;
    width: 100%
}

.input-position {
    position: relative;
    width: 100%
}

.funding-p p a {
    color: #04a3b8 !important
}

.logo img,
.search-box img {
    width: auto
}

.js-open-right-menu img {
    width: auto;
    height: auto
}

.footer-bottom a img {
    width: auto;
    height: auto
}

.funding h2,
.gray h2 {
    font-weight: 700;
    font-size: 25px
}

.blog-inner h1,
.blog-inner h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px
}

.funding,
.search-box,
.sticky,
header {
    background: #fff
}

.care,
.header-top,
section {
    height: auto
}

.container {
    width: 90%;
    max-width: 1430px;
    margin: auto
}

.header-bottom,
.header-top,
.menu ul li .sub-menu li,
.sticky,
.title-div {
    width: 100%
}

.header-top {
    border-bottom: thin solid #979797
}

#myHeader {
    position: relative;
    z-index: 99
}

.header-top ul {
    width: 100%;
    margin: 0;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
}

.header-top ul li {
    list-style: none;
}

.header-top ul li a {
    color: #181818;
    padding: 6px 20px;
    border-bottom: 4px solid transparent
}

.header-top ul li:last-child a,
.menu ul li:last-child a,
.sticky .header-top ul li:last-child a {
    padding-right: 0
}

.header-top ul li a.active,
.header-top ul li a:hover {
    border-bottom: 4px solid #05a3b7;
    color: #05a3b7
}

.logo img {
    height: 40px;
    margin: 10px 0
}

.sticky {
    position: fixed;
    top: 0;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    z-index: 999
}

.sticky .menu ul li a {
    padding: 23px 27px
}

.sticky .logo img {
    height: 50px
}

.sticky .header-top ul li a {
    color: #181818;
    padding: 6px 20px
}

.blog-inner a,
.footer-top ul li a:hover,
.how-to li h3,
.menu ul li a.active,
.menu ul li a:hover,
.support h2,
.support-box:hover h4 {
    color: #05a3b7
}

.sticky .logo .sticky-logo {
    display: block
}

.sticky-logo {
    display: block !important
}

img {
    max-width: 100%
}

.menu {
    width: 78%;
    float: right
}

.menu ul {
    width: 100%;
    text-align: center;
    margin: 0
}

.blog-wrapper .blue-btn,
.footer-bottom a,
.funding h2,
.funding p,
.how-to li,
.support,
.title-div {
    text-align: center
}

.menu ul li {
    list-style: none;
    position: relative
}

.menu ul li a {
    color: #181818;
    font-size: 16px;
    font-weight: 600;
    padding: 28px 27px
}

.search-box {
    width: 90%;
    max-width: 880px;
    margin: auto;
    border-radius: 50px;
    position: relative
}

.search-box input,
.search-box input:not([type]):focus:not([readonly]),
.search-box input[type=date]:not(.browser-default):focus:not([readonly]),
.search-box input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
.search-box input[type=datetime]:not(.browser-default):focus:not([readonly]),
.search-box input[type=email]:not(.browser-default):focus:not([readonly]),
.search-box input[type=number]:not(.browser-default):focus:not([readonly]),
.search-box input[type=password]:not(.browser-default):focus:not([readonly]),
.search-box input[type=search]:not(.browser-default):focus:not([readonly]),
.search-box input[type=tel]:not(.browser-default):focus:not([readonly]),
.search-box input[type=text]:not(.browser-default):focus:not([readonly]),
.search-box input[type=time]:not(.browser-default):focus:not([readonly]),
.search-box input[type=url]:not(.browser-default):focus:not([readonly]) {
    border: none !important
}

.search-box input {
    width: 100%;
    background: 0 0;
    height: 66px !important;
    padding: 0 75px 0 40px !important;
    margin: 0 !important;
    color: #353535 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    box-sizing: border-box !important
}

.title-div p {
    font-size: 18px
}

.search-box button {
    border: none;
    background: 0 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -1px
}

section {
    width: 100%;
    padding: 80px 0
}

.title-div p {
    color: #584545
}

.gray-btn {
    background: #565656;
    border-radius: 50px;
    padding: 10px 30px;
    color: #fff;
    font-size: 16px;
    margin: auto;
    display: table
}

.blue-btn,
.blue-btn1,
.care,
.footer-top,
.footer-top ul li a,
.join-free,
.wht-btn,
footer {
    display: inline-block
}

.border-btn:hover,
.gray-btn:hover,
.join-free,
.wht-btn:hover {
    background: #05a3b7;
    color: #fff
}

.gray {
    background: #f6f6f6
}

.how-to {
    width: 100%;
    margin: 50px -20px;
    padding-left: 0px
}

.how-to li {
    list-style: none;
    width: 25%;
    padding: 20px 30px;
    vertical-align: top;
    float: left
}

.how-to li h3 {
    font-size: 26px;
    margin: 30px 0 20px;
    font-weight: 600
}

.how-to li p {
    font-size: 14px;
    color: #333
}

.how-to li img {
    margin-top: 0
}

.how-to li:hover img {
    margin-top: -20px;
    transition: .5s
}

.blue-btn,
.blue-btn1 {
    background: #05a3b7;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    margin: 10px
}

.blue-btn,
.blue-btn1,
.care h2,
.why-us h2 {
    font-weight: 600
}

.blue-btn {
    padding: 15px 35px
}

.blue-btn1:hover,
.blue-btn:hover {
    background: #565656;
    color: #fff
}

.blue-btn1 {
    padding: 14px 35px
}

.why-us .col-sm-12 {
    border-left: thin solid #dedede;
    margin: 50px 0 0;
    padding: 10px 15px
}

.aged-care-support .support-box,
.support-box {
    margin-top: 70px;
    display: inline-block;
    height: auto
}

.why-us .col-sm-12:first-child {
    border-left: none;
    padding-left: 15px;
    padding-right: 15px
}

.why-us .col-sm-12:last-child {
    padding-right: 15px
}

.why-us h2 {
    color: #262626;
    font-size: 32px
}

.why-us p {
    margin: 0
}

.care {
    width: 100%;
    background: url(https://webupdatecenter.com/ndis-provider-melbourne/img/bg02.webp) center top/cover no-repeat
}

.care.care-new-local {
    width: 100%;
    background: url(https://webupdatecenter.com/ndis-provider-melbourne/img/bg-registerbg.jpg) center top/cover no-repeat
}

.care h2 {
    font-style: italic
}

.support p {
    width: 100%;
    max-width: 712px;
    margin: auto;
    font-size: 16px;
    font-weight: 300
}

.support .col-sm-6 {
    padding: 0 40px
}

.support-box {
    width: 100%;
    border: 2px solid #ececec;
    border-radius: 24px;
    padding: 60px 15px
}

.aged-care-support .support-box {
    width: 65%;
    border: 2px solid #ececec;
    border-radius: 24px;
    padding: 50px 15px 40px
}

.support-box h3,
.support-box h4 {
    color: #181818;
    font-size: 20px;
    font-weight: 300;
    margin: 15px 0
}

.support-box:hover {
    border: 2px solid #05a3b7
}

.join-free {
    font-size: 16px;
    font-weight: 300;
    padding: 50px 0
}

.footer-top h4,
.wht-btn {
    color: #05a3b7;
    font-weight: 600
}

.wht-btn {
    background: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 10px 35px;
    font-size: 16px;
    margin: 20px 10px 0
}

.wht-btn:hover {
    border: 2px solid #fff
}

.join-free h3 {
    font-size: 45px;
    font-weight: 600;
    margin: 0
}

footer {
    background: #d6d6d6;
    width: 100%
}

.footer-top {
    width: 100%;
    padding: 50px 0
}

.footer-top h4 {
    font-size: 21px;
    margin: 10px 0 20px
}

.footer-top ul {
    padding: 0;
    margin: 0
}

.footer-top ul li {
    list-style: none;
    display: block;
    width: 100%
}

.footer-top ul li a {
    color: #181818;
    font-size: 16px;
    padding: 8px 0;
    font-weight: 400;
    word-break: break-all
}

.footer-top h5 {
    color: #181818;
    font-size: 16px;
    padding: 10px;
    background: #d6d6d6;
    margin: auto auto -18px;
    display: table
}

.footer-bottom,
.footer-bottom a {
    display: inline-block
}

.footer-bottom {
    width: 100%;
    background: #b9b9b9;
    padding: 15px 0
}

.footer-bottom .col-sm-12:last-child {
    text-align: right;
    color: #fff;
    line-height: 40px;
    font-size: 20px
}

.footer-bottom a {
    background: 0 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 36px;
    padding: 4px 0
}

.facebook:hover {
    background: #3a559f;
    border-radius: 50%
}

.linkedIn:hover {
    background: #0678b6;
    border-radius: 50%
}

#inner {
    width: 100%;
    padding: 0
}

.login-form {
    background: #fff;
    padding: 30px 50px;
    max-width: 640px;
    margin: 50px auto
}

.login-form input:not([type]):focus:not([readonly])+label,
.login-form input[type=date]:not(.browser-default):focus:not([readonly])+label,
.login-form input[type=datetime-local]:not(.browser-default):focus:not([readonly])+label,
.login-form input[type=datetime]:not(.browser-default):focus:not([readonly])+label,
.login-form input[type=email]:not(.browser-default):focus:not([readonly])+label,
.login-form input[type=number]:not(.browser-default):focus:not([readonly])+label,
.login-form input[type=password]:not(.browser-default):focus:not([readonly])+label,
.login-form input[type=search]:not(.browser-default):focus:not([readonly])+label,
.login-form input[type=tel]:not(.browser-default):focus:not([readonly])+label,
.login-form input[type=text]:not(.browser-default):focus:not([readonly])+label,
.login-form input[type=time]:not(.browser-default):focus:not([readonly])+label,
.login-form input[type=url]:not(.browser-default):focus:not([readonly])+label {
    color: #04a3b8;
    width: auto;
    padding: 0 5px;
    background: #f7f7f7;
    top: 4px
}

.border-btn {
    background: #fff;
    display: inline-block
}

.border-btn {
    border-radius: 50px;
    border: 2px solid #05a3b7;
    padding: 8px 35px;
    color: #05a3b7;
    font-size: 14px;
    margin: 10px;
    font-weight: 600
}

.join-today-section {
    background: #f9fafc
}

.join-today-section .row {
    align-items: center
}

.join-today-img-block {
    padding-right: 55px
}

.join-today-section img {
    border-radius: 25px;
    box-shadow: #ccc 0 0 2px
}

.join-today-section h2 {
    color: #585858;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 35px
}

.join-today-section p {
    font-size: 15px;
    overflow-wrap: break-word;
    padding-right: 15px;
    font-weight: 600;
    margin-bottom: 45px
}

.join-today-section a {
    color: #03a4b8
}

.join-today-section a.join_btn {
    width: 197px;
    height: 57px;
    background: #03a4b8;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px
}

.join-today-section a.join_btn:hover {
    background: #545454
}

.funding h2 {
    color: #07a2b8
}

.funding p {
    font-size: 16px;
    color: #181818;
    margin: 15px auto 0;
    display: block;
    width: 81%
}

.menu ul li .sub-menu {
    position: absolute;
    right: -80;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    transition: opacity .2s ease-in;
    min-width: 200px;
    text-align: left;
    flex-wrap: wrap;
    background: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, .25);
    border-radius: 10px;
    padding-top: 8px;
    padding-bottom: 8px
}

.sub-menu p {
    font-size: 14px;
    font-weight: 600;
    padding: 7px 20px;
    line-height: 19px;
    text-indent: 0;
    height: auto;
    margin-bottom: 0
}

.menu ul li .sub-menu.support_services_menu {
    width: 1100px;
    display: flex;
    flex-wrap: nowrap !important;
    right: -200px !important
}

.pusha-panel__inner ul li .sub-menu li .sub-dropdown-outter a {
    border-bottom: 0 !important
}

.menu ul li .sub-menu.find_support_workers_menu {
    width: 700px;
    display: flex;
    flex-wrap: nowrap !important;
    right: -320px !important
}

.menu-inner_first {
    flex: 1
}

.menu-inner_first.doubleuladd ul {
    column-count: 2
}

.sub-menu.find_support_workers_menu .menu-inner_first h2 a {
    padding: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #05a3b7
}

.sub-menu h2 {
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #05a3b7;
    margin-bottom: 6px
}

.menu ul li .sub-menu ul {
    text-align: left;
    padding-left: 0px;
}

.menu ul li .sub-menu li {
    width: 100%
}

.menu ul li {
    position: relative;
    cursor: pointer
}

.menu ul li:hover .sub-menu {
    visibility: visible;
    opacity: 1
}

.menu ul li .other_menesadd {
    margin-bottom: 14px
}

.menu ul li .sub-menu li a {
    display: block;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
    border: 0;
    padding: 7px 20px;
    line-height: 19px;
    text-indent: 0;
    height: auto
}

span.menu-arrow {
    position: absolute;
    top: 26px
}

span.menu-arrow::after {
    height: 8px;
    width: 8px;
    transform: translateY(100%) translateX(100%) rotate(45deg);
    border-right: 2px solid #3b3b3b;
    border-bottom: 2px solid #3b3b3b;
    transition: all .5s ease-out;
    border-top: 0;
    border-left: 0;
    content: "";
    position: absolute;
    font-weight: 300;
    margin: auto;
    left: 0;
    right: 13px
}

.menu ul li a:hover span.menu-arrow::after {
    border-right: 2px solid #05a3b7;
    border-bottom: 2px solid #05a3b7
}

span.menu-arrow {
    position: absolute;
    top: 26px
}

span.menu-arrow::after {
    height: 8px;
    width: 8px;
    transform: translateY(100%) translateX(100%) rotate(45deg);
    border-right: 2px solid #3b3b3b;
    border-bottom: 2px solid #3b3b3b;
    transition: .5s ease-out;
    border-top: 0;
    border-left: 0;
    content: "";
    position: absolute;
    font-weight: 300;
    margin: auto;
    left: 0;
    right: 13px
}

.menu ul li a:hover span.menu-arrow::after {
    border-right: 2px solid #05a3b7;
    border-bottom: 2px solid #05a3b7
}

.search-box ::-webkit-input-placeholder {
    color: #333
}

.search-box ::-moz-placeholder {
    color: #333
}

.search-box :-ms-input-placeholder {
    color: #333
}

.search-box :-moz-placeholder {
    color: #333
}

.blog-title {
    font-weight: 700
}

.search-box button:focus {
    outline: 0
}

.blog-header,
.blog-img {
    border-radius: 8px
}

.blog-wrapper {
    padding: 40px 0
}

.blog-header {
    margin-bottom: 20px;
    overflow: hidden
}

.blog-title {
    font-size: 20px;
    margin-bottom: 2px;
    line-height: 32px
}

.blog-title a {
    color: #000
}

.blog-text {
    font-size: 14px;
    margin-top: 20px;
    line-height: 26px
}

.blog-wrapper .blue-btn {
    margin: 20px 0 0
}

#myHeader {
    transition: all .5s ease-in-out
}

#myHeader.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    transition: all .5s ease-in-out;
    background: #fff;
    border-bottom: 1px solid #ccc
}

.blog-inner h1,
.blog-inner h2 {
    font-weight: 700;
    margin-bottom: .5rem;
    line-height: 1.1;
    font-size: 20px
}

.home-today-img-block p,
.home-today-img-block p span {
    font-size: 1em !important;
    margin-bottom: 10px !important;
    line-height: 26px !important;
    color: #181818 !important;
    font-family: 'Open Sans', sans-serif !important
}

.gray .funding-p ul li {
    list-style-type: disc;
    margin-bottom: 10px;
    color: #181818
}

.funding-p ul {
    padding-left: 20px !important
}
.inner_page_content {
    padding: 20px 0px 40px;
}
.inner_page_content h2,
.inner_page_content h3,
.inner_page_content h4,
.inner_page_content h5,
.inner_page_content h6{
    font-weight: bold;
    color: #05a3b7;
    margin-bottom: 10px;
}
.inner_page_content h2 {
    font-size: 25px;
}
.inner_page_content h3{
    font-size: 20px;
}
.inner_page_content ul,
.inner_page_content ol{
    padding-left: 20px;
}
html.no-js.pusha-active.pusha-animated {
    padding-right: 0px !important;
}
