/*
Theme Name: Broadway
Theme URI: https://wordpress.org/themes/twentytwenty/
Template: twentytwenty
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog,one-column,custom-background,custom-colors,custom-logo,custom-menu,editor-style,featured-images,footer-widgets,full-width-template,rtl-language-support,sticky-post,theme-options,threaded-comments,translation-ready,block-patterns,block-styles,wide-blocks,accessibility-ready
Version: 1.9.1651871253
Updated: 2022-05-06 21:07:33

*/




@font-face {
    font-family: 'Saira';
    src: url('/wp-content/themes/broadway/fonts/Saira-Light.woff2') format('woff2'),
        url('/wp-content/themes/broadway/fonts/Saira-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Saira';
    src: url('/wp-content/themes/broadway/fonts/Saira-Regular.woff2') format('woff2'),
        url('/wp-content/themes/broadway/fonts/Saira-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Saira';
    src: url('/wp-content/themes/broadway/fonts/Saira-Medium.woff2') format('woff2'),
        url('/wp-content/themes/broadway/fonts/Saira-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Saira';
    src: url('/wp-content/themes/broadway/fonts/Saira-SemiBold.woff2') format('woff2'),
        url('/wp-content/themes/broadway/fonts/Saira-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Saira';
    src: url('/wp-content/themes/broadway/fonts/Saira-Bold.woff2') format('woff2'),
        url('/wp-content/themes/broadway/fonts/Saira-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Saira';
    src: url('/wp-content/themes/broadway/fonts/Saira-SemiBoldItalic.woff2') format('woff2'),
        url('/wp-content/themes/broadway/fonts/Saira-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nedilan Script';
    src: url('/wp-content/themes/broadway/fonts/NedilanScript.woff2') format('woff2'),
        url('/wp-content/themes/broadway/fonts/NedilanScript.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.animated.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.animatable {
    visibility: hidden;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.animated {
    visibility: visible;

    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;

    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;

    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

body,
li,
p {
    font-family: 'Saira';
    font-weight: normal;
    letter-spacing: normal;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: normal;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

header#site-header {
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1825105042016807) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1825105042016807) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1825105042016807) 100%);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.header-titles .site-logo {
    margin: 0;
}

.home-section-1 {
    display: table;
    width: 100%;
    background-size: cover !important;
    background-position: top center !important;
    padding: 12em 0 25em;
    background-repeat: no-repeat !important;
    position: relative;
}

.home-section-1:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 60%;
    background: rgb(21, 180, 235);
    background: -moz-linear-gradient(0deg, rgba(21, 180, 235, 1) 0%, rgba(0, 0, 0, 0.19371498599439774) 50%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(21, 180, 235, 1) 0%, rgba(0, 0, 0, 0.19371498599439774) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(21, 180, 235, 1) 0%, rgba(0, 0, 0, 0.19371498599439774) 50%, rgba(0, 0, 0, 0) 100%);
}

.site-logo img {
    width: 219px !important;
    height: auto !important;
    max-height: initial;
}

.section-1-content {
    position: relative;
}

.footer-widgets.grid-item .widget {
    margin-top: 0;
}

.section-1-content h1 span {
    font-family: 'Nedilan Script';
    line-height: 1;
    position: relative;
    word-spacing: -15px;
    font-weight: normal;
    left: 6px;
    font-size: 58px;
}

.section-1-content h1 {
    font-size: 50px;
    color: #fff;
    letter-spacing: initial;
    line-height: 1.4;
    margin: 3px 0 10px;
}

.home-section-2 {
    position: relative;
    margin-top: -14em;
    z-index: 1;
    display: table;
    width: 100%;
    z-index: 11;
}

.section-1-content p {
    color: #fff;
    font-size: 21px;
}

.section-inner {
    width: 100% !important;
    max-width: 100%;
}

.wp-custom-logo .header-titles {
    margin: 0;
}

.primary-menu>li>a {
    color: #fff !important;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 16px;
    font-weight: normal;
}

.primary-menu li {
    margin-left: 8px;
    margin-right: 8px;
}

.primary-menu li a:hover {
    text-decoration: none;
}

.primary-menu li.current-menu-item a {
    text-decoration: none;
    font-weight: bold;
}

.primary-menu li.current-menu-item a:before,
.primary-menu li a:hover:before {
    content: '';
    width: 100%;
    display: table;
    background: #15B4EB;
    height: 7px;
    position: absolute;
    bottom: 3px;
    z-index: -1;
    left: 0;
    right: 0;
}

.section-2-content {
    display: flex;
    width: 67%;
    margin-left: auto;
    background-color: #092e3a;
    border-top-left-radius: 149px;
    border-bottom-left-radius: 149px;
    padding: 3em 0 3em 6em;
    justify-content: space-between;
    background-position: center right;
    background-size: contain;
    filter: drop-shadow(0px 17px 25px rgba(0, 0, 0, 0.11));
    background-repeat-x: no-repeat;
}

.section-2-content-grid {
    width: 25%;
    border-left: 2px solid #15B4EB;
    padding-left: 20px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-2-content-grid h5 {
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding: 8px 0 4px;
    letter-spacing: initial;
}

.section-2-content-grid p {
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0;
}

.section-2-content-grid img {
    height: 29px;
    object-fit: contain;
}

.section-2-content-grid:first-child {
    border: 0;
    padding-left: 0;
}

.footer-widgets {
    margin: 0;
}

.footer-widgets-wrapper {
    margin: 0;
    width: 100%;
}

aside.footer-widgets-outer-wrapper {
    border: 0;
}

.footer-widgets-outer-wrapper {
    background-image: url(/wp-content/uploads/2022/05/Mask-Group-91.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 0;
    margin-top: 0;
    display: table;
    width: 100%;
}

.footer-nav-widgets-wrapper.header-footer-group {
    margin: 0;
    position: relative;
    border: 0;
}

.widget .widget-title {
    margin: 10px 0 30px 0;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0;
}

.footer_logo img {
    width: 312px;
}

.textwidget ul {
    margin: 0;
}

.textwidget li {
    list-style: none;
    margin: 0;
    padding-bottom: 15px;
    line-height: 1;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0;
}

footer#site-footer {
    padding: 10px 0;
    background: #184453;
    color: #fff;
    position: relative;
}

.company-address li a {
    display: flex;
    line-height: 1.1;
}

.our-services span a {
    padding-top: 10px;
    display: table;
    border-bottom: 1px solid #fff;
}

.textwidget li a {
    color: #fff;
    text-decoration: none;
}

.company-address li span img {
    height: 25px;
    margin-right: 11px;
    object-fit: contain;
    width: 20px;
}

.company-address li span {
    font-size: 16px;
}

a.to-the-top {
    display: none;
}

footer#site-footer:after {
    width: 100%;
    content: '';
    position: absolute;
    top: 50%;
    background: #FFFFFF;
    transform: translate(0, 50%);
    height: 1px;
    left: 0;
}

#site-footer .section-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    max-width: 88%;
}

.footer-credits p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin: 0 2px;
    display: block;
}

.footer-credits {
    background: #184453;
    position: relative;
    z-index: 1;
    padding: 10px 5px;
}

.cws-logo {
    z-index: 1;
    position: relative;
    background: #184453;
    padding: 5px 10px;
}


#custom_html-4 p {
    font-family: 'Saira';
    font-weight: normal;
    line-height: 1;
    color: #fff;
    font-size: 16px;
}

ul.social-media-icon li {
    display: inline-block;
    padding-right: 5px;
}

ul.social-media-icon li img {
    width: 23px;
}

.section-3-content .bg-section {
    width: 54%;
}

.section-3-content .col-md-6 {
    width: 46%;
}

.section-3-content .col-md-6 img {
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-3-content {
    display: flex;
    flex-wrap: wrap;
    max-width: calc(50vw + 590px);
    margin-left: calc(50vw - 590px);
}

.home-section-3 {
    position: relative;
    margin-top: -6em;
}

.home-section-3-content h1 {
    margin: 0;
    font-size: 38px;
    letter-spacing: initial !important;
    color: #184453;
    position: relative;
    margin-bottom: .7em;
    z-index: 1;
}

.home-section-3-content h1:after {
    display: table;
    content: '';
    height: 12px;
    width: 300px;
    background: #15B4EB;
    opacity: .38;
    position: absolute;
    left: -5px;
    right: 0;
    bottom: 37%;
    z-index: -1;
}

.home-section-3-content {
    background: #fff;
    padding-left: 3em;
    padding-top: 8em;
    box-shadow: -15em 0px 0px 0px #fff;
    padding-bottom: 6em;
}

.home-section-3-content p {
    padding-right: 2em;
    margin-bottom: 15px;
    font-size: 18px;
}

.home-section-3-content ul li:before {
    background-image: url(/wp-content/uploads/2022/05/Icon-ionic-md-checkmark-circle-outline.svg);
    width: 31px;
    content: '';
    height: 22px;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    top: 5px;
}

.home-section-3-content ul {
    margin-left: 0;
    margin-bottom: 10px;
}

.home-section-3-content .p1 {
    color: #15b4eb;
    font-weight: 600;
    margin-bottom: 10px;
}

.home-section-3-content ul li {
    list-style: none;
    position: relative;
    margin: 0;
    padding-bottom: 12px;
    line-height: 1;
    font-weight: 600;
    font-size: 18px;
}

.home-section-3-content a,
.home-section-5-content a,
.careers_section-4-title-sec a {
    color: #15B4EB;
    font-weight: 500;
    text-decoration: initial;
    background: rgb(21 180 235 / 12%);
    font-size: 18px;
    padding: 18px 22px;
    border-radius: 36px;
    margin-top: 10px;
    line-height: 1;
    align-items: center;
    display: inline-flex;
}

.home-section-3-content a svg,
.home-section-5-content a svg,
.careers_section-4-title-sec a svg {
    padding-left: 10px;
    width: 32px;
}

.home-section-3-content p.p2 {
    color: #15b4eb;
    font-weight: 600;
    font-style: italic;
}

.home-section-3-content a:hover,
.home-section-5-content a:hover,
.careers_section-4-title-sec a:hover {
    background: #15b4eb;
    color: #fff;
    box-shadow: 6px 0px 0px 0px rgb(21 180 235),
        -6px 0 0px 0px rgb(21 180 235),
        0px -1px 0px 0px rgb(21 180 235),
        0px 1px 0px 0px rgb(21 180 235);
}

.home-section-3-content a:hover svg path,
.home-section-5-content a:hover svg path,
.careers_section-4-title-sec a:hover svg path {
    fill: #fff;
}

.home-section-4 {
    background: #15b4eb;
    margin-top: -3em;
    position: relative;
    padding-bottom: 1em;
}

.home-section-4 h2 {
    margin: 15px 0 20px;
    color: #fff;
    font-size: 38px;
    letter-spacing: 0;
    line-height: .8;
    position: relative;
}

.home-section-4 h5,
.home-section-5-content h5,
.home-section-6-title-sec h5 {
    font-size: 19px;
    margin: 0;
    color: #fff;
    letter-spacing: initial;
    font-weight: 600;
    text-transform: uppercase;
}

.home-section-4 p {
    color: #fff;
    font-size: 15.1px;
}

.home-section-4 p strong {
    display: table;
    padding-top: 15px;
    font-weight: 600;
}

.section-4-content {
    display: flex;
    width: 100%;
}

.section-4-content .content-section {
    width: 62%;
    padding-left: 4em;
    padding-top: 5em;
}

.section-4-content .bg-section {
    width: 38%;
}

.section-4-content-grid {
    display: flex;
    padding: 5px 0 20px;
    position: relative;
    left: -10px;
}

.section-4-content-left img {
    width: 100%;
    height: auto;
}

.section-4-content-left {
    width: 77px;
}

.section-4-content-right {
    width: calc(100% - 77px);
    padding-left: 20px;
    padding-top: 3px;
}

.section-3-content .bg-section {
    width: 54%;
}

.sectionimg-section img {
    width: 100%;
}

.sectionimg-section {
    padding-top: 3em;
    width: 92%;
}

.home-section-4 h2 span {
    font-family: 'Nedilan Script';
    line-height: 1;
    font-weight: normal;
    font-size: 53px;
    position: relative;
    left: 4px;
}

.home-section-4 .section-4-content-right h5 {
    font-size: 23px;
    padding-bottom: 10px;
    font-weight: 600;
}

.section-4-content-right p {
    font-size: 14px;
}

.home-section-4 h2:after {
    display: table;
    content: '';
    height: 12px;
    width: 71%;
    background: #ffffff38;
    position: absolute;
    left: -10px;
    right: 0;
    bottom: 1px;
}

.home-section-5 {
    display: flex;
    background-image: url(/wp-content/uploads/2022/05/Group-4376-e1652351904217.png);
    background-size: cover;
    flex-wrap: wrap;
    padding-top: 4em;
    background-position: center right;
    width: 100%;
}

.home-section-5 .sectionimg {
    width: 50%;
    margin-bottom: -5em;
}

.home-section-5-content {
    width: 50%;
    color: #fff;
    padding-left: 5em;
    padding-top: 3em;
}

.home-section-5 .dfbfdbf {
    display: flex;
    margin-bottom: -1em;
}

.home-section-5 .sectionimg img {
    border-bottom-right-radius: 150px;
    border-top-right-radius: 150px;
    width: 100%;
}

.home-section-5-content h2 {
    margin: 15px 0 20px;
    color: #fff;
    font-size: 38px;
    letter-spacing: 0;
    line-height: .8;
    position: relative;
    width: 468px;
    z-index: 1;
}

.home-section-5-content h2 span {
    font-family: 'Nedilan Script';
    line-height: 1;
    font-weight: normal;
    font-size: 52px;
    position: relative;
    left: 16px;
    padding-top: 10px;
    display: inline-block;
}

.home-section-5-content h2:after {
    display: table;
    content: '';
    height: 13px;
    width: 70%;
    background: #15b4eba8;
    position: absolute;
    left: -10px;
    right: 0;
    bottom: 4px;
    z-index: -1;
}

.home-section-5-content a,
.careers_section-4-title-sec a {
    background: #5f828e;
    color: #fff;
    padding: 18px 30px;
}

.home-section-5-content a svg path,
.careers_section-4-title-sec a svg path {
    fill: #fff;
}

p.bottom_text {
    font-family: 'Nedilan Script';
    line-height: 1;
    font-weight: normal;
    font-size: 38px;
    position: relative;
    padding-top: 0;
    display: inline-block;
    color: #184453;
    z-index: 1;
    left: 5px;
    margin-bottom: 2em;
}

p.bottom_text:after {
    display: table;
    content: '';
    height: 17px;
    width: 110%;
    background: #15b4ebe3;
    position: absolute;
    left: -15px;
    right: 0;
    bottom: -3px;
    z-index: -1;
    opacity: .34;
}

.home-section-6-title-sec {
    text-align: center;
}

.home-section-6 {
    margin-top: 7em;
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: 351px 0;
    background-color: #fff;
    padding: 1em 0 0;
}

.home-section-6-title-sec h5 {
    color: #15B4EB;
}

.home-section-6-title-sec h2 {
    margin: 15px 0 20px;
    color: #184453;
    font-size: 38px;
    letter-spacing: 0;
    line-height: .8;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.home-section-6-title-sec h2:after {
    display: table;
    content: '';
    height: 17px;
    width: 102%;
    background: #15b4ebe3;
    position: absolute;
    right: 0;
    bottom: -3px;
    z-index: -1;
    opacity: .34;
    left: -4px;
}

.home-section-6-title-sec p {
    font-size: 18px;
}

.section-6-content {
    display: flex;
    flex-wrap: wrap;
    align-items: self-end;
}

.section-6-content-grid {
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}

.section-6-content-grid .content-left {
    width: 90px;
    text-align: center;
    position: relative;
}

.section-6-content-grid .content-right {
    width: calc(100% - 100px);
    padding-left: 35px;
    padding-top: 10px;
}

.section-6-content-grid .content-right h5 {
    margin: 0;
    letter-spacing: initial;
    color: #184453;
}

.section-6-content .col-md-4 {
    width: 40%;
    padding-top: 3em;
}

.section-6-content .col-md-8 {
    width: 60%;
}

.section-6-content .sectionimg-section {
    padding-top: 0;
}

.section-6-content-grid .content-right p {
    font-size: 14px;
    width: 243px;
    padding-top: 5px;
    color: #184453;
}

.home-section-6-inner {
    padding-left: 4em;
}

.section-6-content-grid .content-left img {
    box-shadow: 0px 0px 0px 3px #15b4eb;
    border: 3px solid #fff;
    border-radius: 50%;
    z-index: 1;
    position: relative;
}

.section-6-content-grid .content-left:after {
    content: '';
    position: absolute;
    height: 100px;
    background: #15b4eb;
    bottom: -54px;
    left: 0;
    right: 0;
    width: 3px;
    display: table;
    margin: 0 auto;
}

.section-6-content-grid:last-child .content-left:after {
    display: none;
}

.number {
    text-align: center;
    z-index: 1;
    position: relative;
    font-size: 14px;
    background: #184453;
    margin: 0 auto;
    width: 23px;
    height: 23px;
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -8px;
}

#gform_wrapper_1,
#gform_confirmation_wrapper_1 {
    background-image: url(/wp-content/uploads/2022/05/footer-bg-e1652398337227.png);
    width: 65%;
    margin: 0 0 0 auto;
    background-size: contain;
    background-position: right;
    display: flex;
    padding: 2em 6em;
    background-color: #082e3a;
    align-items: center;
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
    background-repeat: repeat-y;
    filter: drop-shadow(0px 20px 95px #0404043d);
    flex-wrap: wrap;
    position: relative;
}


#gform_wrapper_1 h3.gform_title {
    margin: 0;
    color: #fff;
    font-size: 23px;
}

.footer-newletter {
    position: absolute;
    top: -53px;
    left: 0;
    right: 0;
    z-index: 1;
}

#gform_wrapper_1 .gform_heading {
    width: 40%;
    margin: 0;
}

#gform_1 {
    width: 60%;
    border-bottom: 1px solid #738a92;
    display: flex;
    padding-bottom: 5px;
    align-items: flex-end;
}

#gform_wrapper_1 .gform_footer {
    background: #ffffff26;
    font-size: 14px;
    border-radius: 38px;
    padding: 8px 15px !important;
    font-family: 'Saira';
    text-transform: capitalize;
    margin: 0 !important;
    text-align: center;
    width: 112px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

#gform_wrapper_2 .gform_footer {
    background: #15b4eb38;
    font-size: 14px;
    border-radius: 38px;
    padding: 8px 15px !important;
    font-family: 'Saira';
    text-transform: capitalize;
    margin: 30px auto !important;
    text-align: center;
    width: 152px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

li#field_1_1 {
    margin: 0;
}

#gform_wrapper_1 .gform_footer:after {
    content: '';
    background-image: url(/wp-content/uploads/2022/05/Icon-ionic-ios-arrow-dropright-circle0w.svg);
    display: table;
    width: 17px;
    position: relative;
    height: 16px;
    background-position: center;
    margin-left: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}

#gform_wrapper_2 .gform_footer:after {
    content: '';
    background-image: url(/wp-content/uploads/2022/05/Icon-ionic-ios-arrow-dropright-circle.svg);
    display: table;
    width: 23px;
    position: relative;
    height: 23px;
    background-position: center;
    margin-left: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}

input#gform_submit_button_1,
input#gform_submit_button_2 {
    background: transparent;
    margin: 0 !important;
    padding: 0;
    text-transform: capitalize;
    font-family: 'Saira';
    font-weight: 500;
    letter-spacing: 0;
}

form#gform_1 .gform_body.gform-body {
    width: 75%;
}

input#input_1_1 {
    margin: 0;
    border: 0;
    background: transparent;
    color: #ffffff66;
    padding: 0 10px;
    line-height: 1;
    outline: 0;
}

#field_1_1 .ginput_container.ginput_container_email {
    margin: 0;
}

input#input_1_1::placeholder {
    color: #ffffff66;
}

#gform_wrapper_2 .gform_footer input {
    padding-left: 0;
    padding-right: 0;
    color: #15B4EB;
    font-size: 16px;
    margin-right: 7px !important;
}

.apply-section-1 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 11em 0;
    border-bottom-right-radius: 315px;
    position: relative;
}

.apply-section-1-content h1 {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 48px;
}

.apply-section-1-outer {
    padding-bottom: 2em;
    background: #15B4EB;
}


.apply_section-2-title-sec {
    text-align: center;
}

.apply_section-2-title-sec h2 {
    z-index: 1;
    font-size: 35px;
    line-height: 1.2;
    color: #184453;
    position: relative;
    display: inline-block;
}

.apply_section-2-title-sec h2 span:after {
    display: table;
    content: '';
    height: 12px;
    background: #e1e6e8;
    position: absolute;
    right: 0;
    bottom: 9px;
    z-index: -1;
    left: -25px;
    margin: 0 auto;
    width: calc(100% + 60px);
}

.apply_section-2-title-sec h2 span {
    color: #15B4EB;
    position: relative;
}

.apply-section-1-outer img {
    position: absolute;
    right: 35px;
    width: 130px;
    bottom: -22%;
    transform: rotate(63deg);
    z-index: 11;
}


.apply_section-2-title-sec p {
    font-size: 25px;
    font-weight: bold;
    color: #184453;
    padding: 40px 0;
    margin: 0;
}


.apply_section-2-content {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    position: relative;
}

.apply-section-2-grid {
    width: 33%;
    padding-bottom: 4em;
    z-index: 1;
}

.apply-section-2-grid img {
    box-shadow: 0px 0px 0px 3px #15b4eb;
    border: 3px solid #fff;
    border-radius: 50%;
    z-index: 1;
    position: relative;
    width: 104px;
    margin: 0 auto;
}

.apply_section-2-inner {
    width: 88%;
    margin: 0 auto;
    text-align: center;
}

.apply_section-2-content:after {
    content: '';
    position: absolute;
    height: 3px;
    background: #15b4eb;
    left: 0;
    right: 0;
    display: table;
    margin: 0 auto;
    top: 57px;
    width: 75%;
}

.apply-section-2-grid h5 {
    margin: 5px 0 0;
    font-size: 27px;
    font-weight: bold;
    color: #184453;
}

.apply-section-2-grid p {
    font-size: 14px;
    width: 200px;
    margin: 10px auto;
    color: #184453;
}

.apply_section-2 {
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}


.contact-section-1:before {
    width: 100%;
    height: 285px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}



.contact-section-1-content p {
    font-size: 50px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding-top: 2em;
    position: relative;
    margin: 0;
    padding-bottom: 2em;
}

.contact-section-1-content h1 {
    text-align: center;
    color: #000;
    font-size: 38px;
    margin-top: 0;
}

.contact-section-1-content h1 span {
    font-family: 'Nedilan Script';
    line-height: 1;
    top: -12px;
    position: relative;
    font-weight: normal;
    color: #15B4EB;
    font-size: 60px;
}

#gform_wrapper_2 {
    width: 55%;
    margin: 0 auto;
}


#gform_wrapper_2 input {
    filter: drop-shadow(0px 0px 4px #0000000d);
    border-radius: 43px;
    padding: 10px 25px;
    line-height: 1;
    height: auto;
    font-size: 14px;
}

#gform_wrapper_2 input::placeholder,
div#gform_wrapper_2 textarea::placeholder {
    color: #18445366;
    font-family: 'Saira';
}

#gform_wrapper_2 textarea {
    padding: 10px 25px;
    line-height: 1;
    font-size: 14px;
    filter: drop-shadow(0px 0px 4px #0000000d);
    border-radius: 19px;
    color: #18445366;
    font-family: 'Saira';
    height: 115px;
}

.contact_section_1 {
    background-image: url(/wp-content/uploads/2022/05/service-sec-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 71%;
}





.contact_section-2-inner {
    text-align: center;
    padding: 2em 0 5em;
}

.contact-section-2-grid {
    width: 33%;
    text-align: center;
    border-right: 1px solid #18445347;
    padding-bottom: 2em;
    padding-top: 3em;
}

.contact_section-2-content {
    display: flex;
    padding-top: 2em;
}

.contact-section-2-grid img {
    margin: 0 auto;
    height: 94px;
    width: auto;
}

.contact-section-2-grid h2 {
    color: #184453;
    font-size: 22px;
    margin: 20px 0 10px;
    display: inline-block;
    position: relative;
    width: 96px;
}

.contact-section-2-grid h2:after {
    content: '';
    height: 12px;
    width: 100%;
    background: #15b4eb66;
    position: absolute;
    right: 0;
    bottom: 0px;
    z-index: -1;
}

.contact-section-2-grid p a {
    text-decoration: none;
    color: #184453;
    font-size: 16px;
}

.contact-section-2-grid p {
    line-height: 1;
}

.contact-section-2-grid:last-child {
    border-right: 1px solid #18445300;
}

.contact_section-2-title-sec p {
    font-size: 22px;
    color: #15B4EB;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
}

.contact_section-2-title-sec h2 {
    margin: 0;
    font-size: 38px;
    color: #184453;
    position: relative;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 1;
}

.contact_section-2-title-sec h2:after {
    content: '';
    height: 12px;
    width: 100%;
    background: #15b4eb66;
    position: absolute;
    right: 0;
    bottom: 6px;
    z-index: -1;
}

.careers_section-2-title-sec h2 {
    text-align: center;
    font-size: 38px;
    color: #184453;
    margin: 0;
}

.careers_section-2-title-sec h2 span {
    font-family: 'Nedilan Script';
    line-height: 1;
    position: relative;
    font-weight: normal;
    color: #15B4EB;
    font-size: 60px;
    display: inline-block;
    padding-left: 10px;
}

.careers_section-2-title-sec h2 span:after {
    content: '';
    position: absolute;
    height: 10px;
    background: #b2b3b34f;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 4px;
    width: 100%;
    line-height: 1;
}

.careers_section_2 {
    padding: 4em 0 2em;
    position: relative;
    z-index: 1;
}

.careers_section-2-content {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2em 0 4em;
}

.careers-section-2-grid {
    width: 31%;
    background: #fff;
    filter: drop-shadow(0px 0px 16px #96939317);
    border-radius: 68px;
    padding: 30px 35px 40px;
    transition: .2s;
}

.careers-section-2-grid:hover,
.careers-section-2-grid.slick-active {
    background: #184453;
}

.careers-section-2-grid:hover p,
.careers-section-2-grid.slick-active p {
    color: #fff;
}

.careers-section-2-grid:hover path.last-fill,
.careers-section-2-grid.slick-active path.last-fill {
    fill: #15B4EB;
}

.careers-section-2-grid:hover .fill-white,
.careers-section-2-grid.slick-active .fill-white {
    fill: #fff;
}

.careers-section-2-grid svg {
    margin: 0 auto;
    height: 64px;
    width: auto;
}

.careers-section-2-grid h2 {
    margin: 0;
    font-size: 20px;
    color: #15B4EB;
    padding: 15px 0;
    text-transform: uppercase;
}

.careers-section-2-grid p {
    font-size: 15px;
    color: #184453;
    margin-bottom: 0;
}

.careers_section_2:after {
    content: '';
    background: #15B4EB;
    position: absolute;
    bottom: 0;
    height: 269px;
    width: 100%;
    z-index: -1;
    border-bottom-right-radius: 245px;
}

.careers_section-2-inner {
    width: 90%;
    margin: 0 auto;
}

.careers_section-3-inner {
    display: flex;
    flex-wrap: wrap;
    padding: 3em 0 0;
}

.careers_section-3-title-sec {
    width: 50%;
    padding-top: 3.5em;
}

.careers_section-3-img-sec {
    width: 50%;
    padding-left: 2em;
}

.careers_section-3-title-sec p {
    color: #184453;
    font-size: 16px;
    width: 88%;
}

.careers_section-3-title-sec h2 {
    color: #184453;
    font-size: 38px;
    margin-bottom: 10px;
}

.careers_section_3 {
    background-size: contain;
    background-position: 100% 140px;
    background-repeat: no-repeat;
}

.careers_section-3-title-sec h2 span:after {
    content: '';
    position: absolute;
    height: 13px;
    background: #15b4eb38;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 11px;
    width: 100%;
    line-height: 1;
    z-index: -1;
}

.careers_section-3-title-sec h2 span {
    position: relative;
    z-index: 1;
}



.careers_section-4-inner {
    display: flex;
    flex-wrap: wrap;
}

.careers_section-4-img-sec {
    width: 50%;
    margin-top: -3em;
}

.careers_section-4-title-sec {
    width: 50%;
    padding-left: 2em;
    padding-top: 5em;
}

.careers_section_4 {
    background-image: url(/wp-content/uploads/2022/05/Group-4376-e1652351904217.png);
    background-size: cover;
    flex-wrap: wrap;
    background-position: 100%;
    border-top-right-radius: 200px;
    margin-top: -4em;
    position: relative;
}

.careers_section-4-img-sec img {
    border-top-right-radius: 145px;
    width: 100%;
}

.careers_section-4-title-sec p:nth-child(2) {
    font-size: 25px;
    font-weight: 500;
}

.careers_section-4-title-sec p {
    color: #fff;
    font-size: 18px;
    line-height: 1.9;
}

.page-id-204 #gform_wrapper_1,
.page-id-210 #gform_wrapper_1 {
    background-image: url(https://wordpress-765752-2719325.cloudwaysapps.com/wp-content/uploads/2022/05/Group-4552.png);
    background-color: #ffffff;
}

.page-id-204 #gform_wrapper_1 h3.gform_title,
.page-id-204 #input_1_1::placeholder,
.page-id-210 #input_1_1::placeholder,
.page-id-210 #gform_wrapper_1 h3.gform_title {
    color: #184453;
}

.page-id-204 #gform_wrapper_1 .gform_footer,
.page-id-210 #gform_wrapper_1 .gform_footer {
    background: #15b4eb36;
}

.page-id-204 input#gform_submit_button_1,
.page-id-210 input#gform_submit_button_1 {
    color: #15B4EB;
}

.page-id-204 #gform_wrapper_1 .gform_footer:after,
.page-id-210 #gform_wrapper_1 .gform_footer:after {
    background-image: url(/wp-content/uploads/2022/05/Icon-ionic-ios-arrow-dropright-circle.svg);
}

.page-id-210 .apply-section-1-outer {
    padding-bottom: 0;
    background: #ffffff;
    position: relative;
}

.about-section-1 img {
    bottom: 0;
}

.about-section-2-content {
    display: flex;
    flex-wrap: wrap;
    max-width: calc(50vw + 590px);
    margin-left: calc(50vw - 590px);
}

.about-section-2-content img {
    margin-top: -5em;
}

.about-section-2-content .col-md-6 {
    width: 50%;
    background: #fff;
}

.about-section-2-content .bg-section {
    border-radius: 11%;
    margin-top: -4em;
    background-color: #fff;
    border-bottom-right-radius: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    padding-right: 2em;
}

.about-section-2 {
    background: #15B4EB;
    position: relative;
    z-index: 1;
}

.about-section-1:before {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 34%;
    left: 0;
    height: 22%;
    background: rgb(21, 180, 235);
    background: -moz-linear-gradient(0deg, rgba(21, 180, 235, 1) 0%, rgba(21, 180, 235, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(21, 180, 235, 1) 0%, rgba(21, 180, 235, 0) 100%);
    background: linear-gradient(0deg, rgba(21, 180, 235, 1) 0%, rgba(21, 180, 235, 0) 100%);
    z-index: 1;
}

.about-section-2-right h3 {
    margin: 0;
    color: #15B4EB;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.about-section-2-right h1 {
    font-size: 38px;
    margin: 0;
}

.about-section-2-right h1 span {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.about-section-2-right h1 span:after {
    display: table;
    content: '';
    height: 12px;
    width: 105%;
    background: #15B4EB;
    opacity: .38;
    position: absolute;
    left: -5px;
    right: 0;
    bottom: 1px;
    z-index: -1;
}

.about-section-2-right {
    padding-left: 3em;
    padding-top: 6em;
}

.about-section-2-right p {
    color: #184453;
    padding-top: 1em;
    width: 471px;
}




.about-section-3-content h1 {
    font-size: 38px;
    text-align: center;
    color: #fff;
    margin: 0;
    font-weight: 600;
    position: relative;
    z-index: 1;
    padding-bottom: 2em;
}

.about-section-3 {
    border-top: 4em solid #15b4eb;
    padding-bottom: 5em;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-section-3-content h1 span {
    font-family: 'Nedilan Script';
    line-height: 1;
    font-weight: normal;
    font-size: 53px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.about-section-3-content h1 span:after {
    display: table;
    content: '';
    height: 12px;
    width: 105%;
    background: #184453;
    opacity: .38;
    position: absolute;
    left: -5px;
    right: 0;
    bottom: 1px;
    z-index: -1;
}



.about_section_4-content {
    display: flex;
    justify-content: space-between;
}

.about_section_4-content .careers-section-2-grid {
    filter: initial;
    background: transparent;
    text-align: center;
    background-size: cover;
    border-radius: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 0%;
    transition: .5s !important;
    height: 390px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about_section_4-content .careers-section-2-grid:hover {
    background-position: center;
    background-size: 100% 100%;
}

.about_section_4-content .careers-section-2-grid img {
    margin: 0 auto;
    width: auto;
    height: 59px;
}

.about_section_4-content .careers-section-2-grid h2 {
    color: #184453;
    width: 268px;
    margin: 0 auto;
    padding-bottom: 0;
    font-size: 24px;
    text-transform: unset;
}

.about_section_4-content .careers-section-2-grid p {
    font-size: 20px;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    height: 0;
    visibility: hidden;
}

.about_section_4-content .careers-section-2-grid:hover p {
    height: auto;
    visibility: visible;
}

.about_section_4-content .careers-section-2-grid:hover h2 {
    color: #fff;
}

.about_section_4-content .careers-section-2-grid:hover svg {
    transform: rotate(-80deg);
}

.about_section_4-content .careers-section-2-grid svg {
    height: 40px;
    transition: .4s;
}

.about_section_4-title-sec h2 {
    color: #184453;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    font-size: 36px;
    position: relative;
    z-index: 1;
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 1em;
}

.about_section_4-title-sec {
    text-align: center;
}

.about_section_4-title-sec h2:after {
    display: table;
    content: '';
    height: 12px;
    width: 100%;
    background: #15B4EB;
    opacity: .38;
    position: absolute;
    right: 0;
    bottom: 6px;
    z-index: -1;
}

.about_section_4 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% -76px;
    padding: 4em 0 8em;
}

.careers_section_4.about_section_5 {
    margin-top: 0;
}

.about_section_5 h2 {
    color: #fff;
    font-size: 38px;
    margin-bottom: 15px;
}

.about_section_5 .careers_section-4-title-sec {
    padding-left: 5em;
    padding-top: 2em;
}

.about_section_5 .careers_section-4-title-sec p {
    font-size: 18px;
}

.careers_section-4-title-sec li:before {
    background-image: url(/wp-content/uploads/2022/05/Icon-ionic-md-checkmark-circle-outline.svg);
    width: 31px;
    content: '';
    height: 22px;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    top: 5px;
}

.careers_section-4-title-sec li {
    list-style: none;
    margin: 10px 0;
    color: #fff;
}


.careers_section-4-title-sec ul {
    margin-left: 0;
}

.about_section_5 h2 span:before {
    display: table;
    content: '';
    height: 12px;
    width: 108%;
    background: #15B4EB;
    opacity: .38;
    position: absolute;
    right: -7px;
    bottom: 12px;
    z-index: -1;
}

.about_section_5 h2 span {
    position: relative;
    z-index: 1;
}

.company-address a img {
    width: 17px;
    margin-right: 15px;
}

.homecare_section_2 .careers-section-2-grid {
    width: 22%;
    padding: 30px 10px 40px;
    border-radius: 40px;
    opacity: 0;
}

.homecare_section_2 .careers_section-2-inner {
    width: 100%;
    position: relative;
}

.homecare_section_2 .careers-section-2-grid p {
    padding-left: 19px;
    padding-right: 19px;
    line-height: 1.6;
}

.homecare_section_1 {
    padding-bottom: 0;
    position: relative;
    z-index: 1;
    background: transparent;
}

.homecare-section-wrapper:before {
    content: '';
    background: url(/wp-content/uploads/2022/05/Group-464601.png);
    display: table;
    height: 40.5%;
    border-bottom-left-radius: 245px;
    border-bottom-right-radius: 0;
    width: 55%;
    right: 0;
    background-size: cover;
    top: 0;
    position: absolute;
}

.homecare-section-wrapper {
    position: relative;
    background-image: url(https://wordpress-765752-2719325.cloudwaysapps.com/wp-content/uploads/2022/05/service-sec-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 53%;
}

.homecare_section_2-title-sec h2 {
    display: table;
    margin: 0 0 0 auto;
    font-family: 'Nedilan Script';
    line-height: 1;
    position: relative;
    font-weight: normal;
    color: #184453;
    font-size: 60px;
    padding-left: 10px;
}

.homecare_section_2-title-sec h2 span {
    font-family: 'Saira';
    font-size: 38px;
    font-weight: 600;
    display: table;
    margin: auto;
    padding: 10px 10px 0 5px;
    position: relative;
    z-index: 1;
}

.homecare_section_2-title-sec h2 span:after {
    content: '';
    position: absolute;
    height: 10px;
    background: #ffffff6e;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 4px;
    width: 100%;
    line-height: 1;
    z-index: -1;
}

.homecare_section_2 .careers-section-2-grid:first-child {
    margin-top: -8em;
}

.homecare_section_2 .careers-section-2-grid:nth-child(2) {
    margin-top: -4em;
}

.homecare_section_2 .careers-section-2-grid:nth-child(4) {
    margin-top: 4em;
}

.homecare_section_2 .careers_section-2-content {
    align-items: start;
    padding-bottom: 4em;
}

.homecare_section_2:after {
    display: none;
}

.careers_section-2-bottom-title h2 {
    color: #184453;
    text-align: center;
    font-size: 38px;
    margin: 0;
}

.careers_section-2-bottom-title h2 span:after {
    content: '';
    position: absolute;
    height: 12px;
    background: #15b4eb3b;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 10px;
    width: 100%;
    line-height: 1;
    z-index: -1;
}

.careers_section-2-bottom-title h2 span {
    position: relative;
}




.homecare_section_4 .container {
    display: flex;
    align-items: center;
}

.homecare_section_4-left {
    width: 55%;
    padding: 1.5em 0;
    position: relative;
    overflow: visible;
}

.homecare_section_4-right {
    width: 45%;
    z-index: 1;
}

.homecare_section_4-left h2 {
    font-family: 'Nedilan Script';
    line-height: 1;
    position: relative;
    font-weight: normal;
    color: #f9f9f9;
    font-size: 49px;
    margin: 0;
}

.homecare_section_4-left p {
    padding-left: 4px;
    font-size: 22px;
    color: #fff;
    z-index: 1;
    position: relative;
    padding-top: 10px;
    margin-bottom: 0;
}

.homecare_section_4-left h2 span {
    font-family: 'Saira';
    font-size: 38px;
    font-weight: 600;
    padding: 20px 5px 0 7px;
    position: relative;
    z-index: 1;
    display: table;
}

.homecare_section_4-left h2 span:after {
    content: '';
    position: absolute;
    height: 11px;
    background: #15b4eb3b;
    left: 4px;
    margin: 0 auto;
    bottom: 4px;
    width: 100%;
    line-height: 1;
    z-index: -1;
    padding-left: 20px;
    padding-right: 20px;
}

.homecare_section_4:before {
    content: '';
    background: url(/wp-content/uploads/2022/05/Group-4646-1.png);
    background-position: center;
    width: 85%;
    display: table;
    left: 0;
    right: 0;
    height: 100%;
    position: absolute;
    background-size: cover;
    border-top-right-radius: 200px;
    background-repeat: no-repeat;
}

.homecare_section_4 {
    position: relative;
}

.homecare_section_4-right a {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 1;
}

.homecare_section_4:after {
    content: '';
    background: url(/wp-content/uploads/2022/05/Group-4647.png);
    background-position: center;
    width: 82%;
    display: table;
    right: 0;
    height: 300px;
    position: absolute;
    background-size: cover;
    border-top-left-radius: 120px;
    background-repeat: no-repeat;
    top: -49px;
    z-index: -1;
}

.homecare_section_4-left:after {
    content: '';
    background: url(/wp-content/uploads/2022/05/Group-4479.svg);
    position: absolute;
    width: 146px;
    height: 100%;
    background-size: contain;
    top: 0;
    right: 14px;
    background-position: center right;
    background-repeat: no-repeat;
}

.homecare_section_3-grid>li {
    width: 50%;
    position: relative;
    opacity: .5;
}

.homecare_section_3-grid>li:hover {
    opacity: 1;
}

ul.homecare_section_3-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    transition: .5s;
}

.homecare_section_3-grid>li:nth-child(2),
.homecare_section_3-grid>li:nth-child(4) {
    text-align: end;
}

.homecare_section_3-grid>li:nth-child(2) p,
.homecare_section_3-grid>li:nth-child(4) p {
    margin: 0 0 0 auto;
}

.homecare_section_3-grid li .careers_section-4-title-sec li {
    color: #000;
    font-weight: 600;
    padding: 2px 0;
    width: 100%;
    transition: .5s;
    margin: 0;
}

.homecare_section_3-grid,
.homecare_section_3-grid li {
    margin: 0;
    list-style: none;
}

.homecare_section_3-grid .careers_section-4-title-sec {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 309px;
}

.homecare_section_3-grid h2 {
    margin: 0;
    color: #15B4EB;
    font-size: 28px;
    transition: .5s;
    line-height: 1;
    min-height: 35px;
}

.homecare_section_3-grid>li:hover h2 {
    font-size: 29px;
}

.homecare_section_3-grid>li:hover p {
    font-size: 19px;
}

.homecare_section_3-grid>li:hover .careers_section-4-title-sec li {
    font-size: 19px;
}

.homecare_section_3-grid p {
    font-size: 18px;
    margin: 0;
    transition: .5s;
    min-height: 90px;
}

.homecare_section_3-grid ul.careers_section-4-title-sec li:before {
    width: 27px;
    height: 20px;
    margin-right: 2px;
}

.homecare_section_3-grid>li:nth-child(2) .careers_section-4-title-sec li,
.homecare_section_3-grid>li:nth-child(4) .careers_section-4-title-sec li {
    display: flex;
    flex-direction: row-reverse;
}

.homecare_section_3-grid>li:nth-child(2) .careers_section-4-title-sec li:before,
.homecare_section_3-grid>li:nth-child(4) .careers_section-4-title-sec li:before {
    margin-right: 0;
    margin-left: 10px;
    width: 20px;
    height: 20px;
}

#gform_confirmation_message_1 {
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 18px;
}

.page-id-204 #gform_wrapper_1 input#input_1_1,
.page-id-210 #gform_wrapper_1 input#input_1_1 {
    color: #000;
}

.home-section-1-wrapper {
    background: #15b4eb;
}

.homecare_section_3-grid>li:nth-child(1) svg {
    top: 32%;
    right: 30%;
}

.homecare_section_3-grid>li:nth-child(2) svg {
    top: 32%;
    left: 30%;
}

.homecare_section_3-grid>li:nth-child(3) svg {
    top: 13%;
    right: 30%;
}

.homecare_section_3-grid>li:nth-child(4) svg {
    top: 13%;
    left: 30%;
}

.homecare_section_3-grid>li svg {
    width: 125px;
    height: auto;
    position: absolute;
    transition: .5s;
}

.homecare_section_3-grid>li:hover svg {
    width: 150px;
}

.homecare_section_3-grid>li svg path {
    fill: #184453;
    opacity: .35;
}

.homecare_section_3-grid>li:hover svg path {
    fill: #15b4eb;
    opacity: 1;
}

.homecare_section_3-grid:before,
.homecare_section_3-grid:after {
    width: 500px;
    height: 500px;
    content: '';
    position: absolute;
    margin: 0 auto;
    transform: translate(-50%, -52%);
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius: 50%;
    pointer-events: none;
    top: 42%;
    left: 50%;
    transition: 1s;
    opacity: .4;
}

.homecare_section_3-grid:after {
    width: 400px;
    height: 400px;
    transition: .3s;
    opacity: 1;
}

.Personal-care:before,
.Personal-care:after,
.homecare_section_3-grid:before,
.homecare_section_3-grid:after {
    background: url(/wp-content/uploads/2022/05/1.png);
}

.Health-care:after,
.Health-care:before {
    background: url(/wp-content/uploads/2022/05/2.png);
}

.Emotional-care:after,
.Emotional-care:before {
    background: url(/wp-content/uploads/2022/05/1.png);
}

.Household-care:after,
.Household-care:before {
    background: url(/wp-content/uploads/2022/05/2.png);
}

header#site-header:before {
    top: 0;
    content: '';
    background: #15b4eb;
    position: absolute;
    z-index: 1;
    width: 23.5%;
    height: 3px;
    left: 0;
    right: 0;
}

.site-logo a {
    position: relative;
    z-index: 1;
}

.menu-modal-inner {
    background: #15b4eb;
}

.modal-menu>li>a,
.modal-menu>li>.ancestor-wrapper>a {
    color: #fff;
    padding: 10px 20px;
}

span.toggle-text {
    display: none;
}


.header-inner .toggle svg path {
    fill: #fff;
}

.nav-toggle .toggle-icon,
.nav-toggle svg {
    height: auto;
    width: 2.6rem;
}

button.close-nav-toggle {
    padding: 14px 21px;
}

button.close-nav-toggle svg {
    height: 1.8rem;
    width: 1.8rem;
}

button.close-nav-toggle svg polygon {
    fill: #fff;
}

.about-section-3-content .show-mob,
.custom-arrow-careers,
.homecare_section_3-grid.show-mob {
    display: none;
}

.menu-modal-inner {
    padding-top: 50px;
}

.footer-newletter .gform_validation_error {
    padding-top: 10px !important;
}

.gform_validation_error li#field_1_1 {
    display: flex;
    flex-direction: column-reverse;
    background: transparent;
    border: 0;
}

.gform_validation_error li#field_1_1 div#validation_message_1_1 {
    color: #ed4545;
}

#gform_1_validation_container {
    text-align: center;
    border: 1px solid #d34445;
    box-shadow: 0 0 0 #ed4545;
}

#gform_1_validation_container h2 {
    color: #d34445;
}

.circle-svg img {
    transform: rotate(60deg);
}

.circle-svg img {
    width: 130px;
}

.circle-svg {
    position: absolute;
    bottom: 31%;
    left: 4%;
}

.about_section_5 .circle-svg img {
    width: 116px;
}

.careers_section_4 .circle-svg {
    top: -10%;
    bottom: inherit;
    right: 3%;
    left: initial;
}

.about_section_5 .circle-svg {
    left: 0;
    right: 0;
    margin: 0 auto;
    display: table;
    bottom: 0;
    top: initial;
}

.contact-section-1-content span.circle-svg img {
    width: 105px;
}

.contact-section-1-content span.circle-svg {
    right: 3%;
    left: inherit;
    bottom: 5%;
}

.section-6-content-grid a,
.careers_section-3-title-sec p a {
    color: #15b4eb;
    text-decoration: none;
}

#gform_wrapper_3 input {
    filter: drop-shadow(0px 0px 4px #0000000d);
    border-radius: 43px;
    padding: 10px 25px;
    line-height: 1;
    height: auto;
    font-size: 14px;
}

#gform_wrapper_3 textarea {
    padding: 10px 25px;
    line-height: 1;
    font-size: 14px;
    filter: drop-shadow(0px 0px 4px #0000000d);
    border-radius: 19px;
    color: #18445366;
    font-family: 'Saira';
    height: 115px;
}

#gform_wrapper_3 select {
    font-size: 14px;
    filter: drop-shadow(0px 0px 4px #0000000d);
    border-radius: 19px;
    color: #18445366;
    font-family: 'Saira';
    border-color: #dcd7ca;
}

#gform_wrapper_3 .gform_footer {
    background: #15b4eb38;
    font-size: 14px;
    border-radius: 38px;
    padding: 8px 15px !important;
    font-family: 'Saira';
    text-transform: capitalize;
    margin: 30px auto !important;
    text-align: center;
    width: 152px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

#gform_wrapper_3 .gform_footer input {
    padding-left: 0;
    padding-right: 0;
    color: #15B4EB;
    font-size: 16px;
    background: none;
    margin-right: 7px !important;
    margin: 0;
}

div#popmake-499 div.pum-title {
    text-align: center;
    color: #000;
    font-size: 38px;
    margin-top: 10px;
    font-weight: 500;
    margin-bottom: 40px;
}

.gform_footer.top_label::after {
    content: '';
    background-image: url(/wp-content/uploads/2022/05/Icon-ionic-ios-arrow-dropright-circle.svg);
    display: table;
    width: 23px;
    position: relative;
    height: 23px;
    background-position: center;
    margin-left: 4px;
    background-size: contain;
    background-repeat: no-repeat;
}



.coming-soon-section-2 .apply-section-1-content {
    display: flex;
    padding: 7px 0;
    align-items: center;
    width: 50%;
}

.coming-soon-section-2 h2.title {
    padding-top: 30px;
    color: #15b1e7;
    text-align: center;
    font-size: 33px;
    margin-top: 0;
}

.coming-soon-section-2 .apply-section-1-content h2 {
    margin: 0;
    font-size: 18px;
    color: #15b4eb;
}

.coming-soon-section-2 .apply-section-1-content p {
    color: #15b4eb;
    margin: 0;
    font-size: 16px;
}

.coming-soon-section-2 .apply-section-1-content a {
    text-decoration: none;
}

.coming-soon-section-2-wrapper {
    border: 2px solid #15b4eb;
    padding: 15px;
    margin-bottom: 6em;
    display: flex;
    flex-wrap: wrap;
}

.coming-soon-section-2 .apply-section-1-content .form-title {
    padding-left: 20px;
}

.coming-soon-section-2 .apply-section-1-content .col-6 {
    width: 60px;
}

.coming-soon-section-2 .apply-section-1-content .col-6:nth-child(2) {
    width: calc(100% - 65px);
}

.apply_section-2-inner a {
    color: #15B4EB;
    font-weight: 500;
    text-decoration: initial;
    background: rgb(21 180 235 / 12%);
    font-size: 18px;
    padding: 18px 22px;
    border-radius: 36px;
    margin-top: 10px;
    line-height: 1;
    align-items: center;
    display: inline-flex;
    margin: 0 auto;
    justify-content: center;
    margin-bottom: 7em;
    transition: .5s;
}

.apply_section-2-inner a svg {
    padding-left: 10px;
    width: 32px;
}

.apply_section-2-inner a:hover {
    background: #15b4eb;
    color: #fff;
}

.apply_section-2-inner a:hover svg path {
    fill: #fff;
}

.page-template-Coming-soon header#site-header {
    position: relative;
    padding: 0;
    background: #15B4EB !important;
    display: table;
    width: 100%;
    border-bottom-right-radius: 135px;
}



@media (min-width:1700px) {

    .apply_section-2-inner a {
        font-size: 24px;
        padding: 21px 40px;
    }

    .contact-section-1-content span.circle-svg img {
        width: 153px;
    }

    .contact-section-1-content span.circle-svg {
        right: 2%;
    }

    .careers_section_4 .circle-svg img {
        width: 135px;
    }

    .circle-svg img {
        width: 200px;
    }

    .about_section_5 .circle-svg {
        bottom: 5%;
    }

    header#site-header:before {
        height: 4px;
        width: 24%;
    }

    .site-logo img {
        width: 255px !important;
    }

    .home-section-3-content {
        padding-top: 9em;
        padding-bottom: 7em;
    }

    .homecare_section_2-title-sec h2 {
        font-size: 80px;
    }

    .homecare_section_4-left {
        padding: 3em 0;
    }

    .homecare_section_4-left h2 {
        font-size: 70px;
    }

    .homecare_section_4-left p {
        font-size: 30px;
    }

    .homecare_section_4-right a {
        font-size: 45px;
    }

    #gform_confirmation_message_1 {
        font-size: 24px;
    }

    .container {
        max-width: 1580px;
    }

    .footer-newletter {
        top: -85px;
    }

    .section-1-content h1,
    .home-section-4 h2 span,
    .home-section-5-content h2 span,
    .apply-section-1-content h1 {
        font-size: 70px;
    }

    .section-1-content h1 span {
        font-size: 88px;
    }

    .home-section-4 h5,
    .home-section-5-content h5,
    .home-section-6-title-sec h5 {
        font-size: 25px;
    }

    .home-section-1 {
        padding: 16em 0 33em;
    }

    .section-3-content {
        max-width: calc(50vw + 780px);
        margin-left: calc(50vw - 780px);
    }

    .section-2-content-grid h5 {
        font-size: 20px;
    }

    .section-2-content-grid img {
        height: 32px;
    }

    .section-2-content-grid p {
        font-size: 15px;
    }

    .section-2-content {
        width: 66%;
        padding: 3em 0 3em 7em
    }

    .section-2-content-grid {
        padding-left: 35px;
        padding-right: 5px;
    }

    .home-section-3-content h1:after {
        width: 371px;
        height: 15px;
    }

    .home-section-3-content p {
        padding-right: 3em;
        font-size: 24px;
    }

    .home-section-3-content ul li {
        padding-bottom: 20px;
        font-size: 25px;
    }

    .home-section-3-content ul li:before {
        width: 44px;
        height: 28px;
        position: relative;
        top: 5px;
    }

    .home-section-3-content a {
        font-size: 24px;
        padding: 21px 28px;
    }

    .home-section-3-content a svg,
    .home-section-5-content a svg,
    .careers_section-4-title-sec a svg {
        width: 37px;
    }

    .footer_logo img {
        width: 418px;
    }

    .widget .widget-title {
        font-size: 23px;
        margin: 30px 0 45px 0;
    }

    .company-address li span,
    #custom_html-4 p {
        font-size: 20px;
    }

    .company-address li span img {
        height: 26px;
        margin-right: 15px;
        width: 26px;
    }

    .textwidget li {
        padding-bottom: 25px;
        font-size: 20px;
    }

    ul.social-media-icon li img {
        width: 30px;
        height: 30px;
    }

    #site-footer .section-inner {
        max-width: 87%;
    }

    .primary-menu>li>a {
        font-size: 20px;
    }

    .section-4-content .content-section {
        padding-top: 7em;
    }

    .home-section-4 p {
        font-size: 20px;
        padding-top: 10px;
    }

    .section-4-content-right {
        width: calc(100% - 97px);
        padding-left: 30px;
    }

    .section-4-content-left {
        width: 97px;
    }

    .home-section-4 .section-4-content-right h5 {
        font-size: 30px;
        padding-bottom: 5px;
        text-transform: inherit;
    }

    .section-4-content-right p {
        font-size: 18px;
    }

    .home-section-4 {
        padding-bottom: 2em;
    }

    .home-section-5-content h2 {
        font-size: 50px;
        width: 616px;
    }

    .home-section-5-content h2:after {
        height: 13px;
        width: 72%;
        left: -10px;
        bottom: 5px;
    }

    .home-section-5-content p {
        font-size: 24px;
        padding-top: 12px;
    }

    .home-section-5-content a,
    .careers_section-4-title-sec a {
        font-size: 24px;
        padding: 21px 40px;
    }

    .home-section-6-title-sec h2 {
        margin: 20px 0 25px;
        font-size: 50px;
    }

    .home-section-6-title-sec p {
        font-size: 25px;
    }

    .section-6-content-grid .content-right h5 {
        font-size: 35px;
    }

    .section-6-content-grid .content-right p {
        font-size: 18px;
        width: 307px;
        letter-spacing: -.18px;
    }

    .section-6-content-grid .content-right {
        width: calc(100% - 118px);
        padding-left: 45px;
    }

    .section-6-content-grid .content-left {
        width: 118px;
    }

    .section-6-content-grid .content-left img {
        box-shadow: 0px 0px 0px 4px #15b4eb;
        border: 4px solid #fff;
    }

    .section-6-content-grid {
        padding-bottom: 40px;
    }

    .section-6-content-grid .content-left:after {
        width: 4px;
    }

    .section-6-content .col-md-4 {
        width: 37%;
    }

    .home-section-6-inner .sectionimg-section {
        width: 84%;
    }

    .home-section-6 {
        background-position: 416px 0;
    }

    #gform_wrapper_1,
    #gform_confirmation_wrapper_1 {
        width: 65%;
        padding: 3em 8em;
    }

    #gform_wrapper_1 h3.gform_title {
        font-size: 35px;
    }

    #gform_wrapper_1 .gform_heading {
        width: 42%;
    }

    #gform_1 {
        width: 58%;
    }

    input#gform_submit_button_1 {
        font-size: 20px;
    }

    .gform_footer {
        width: 122px !important;
    }

    #gform_wrapper_1 .gform_footer:after {
        width: 32px;
        height: 32px;
    }

    .apply-section-1 {
        padding: 17em 0;
        border-bottom-right-radius: 534px;
    }

    .apply-section-1-outer {
        padding-bottom: 3em;
    }

    .apply-section-1-outer img {
        right: 51px;
        width: 180px;
        bottom: -20%;
    }

    .apply_section-2-title-sec h2 {
        font-size: 50px;
        margin-top: 2em;
    }

    .apply_section-2-title-sec p {
        font-size: 35px;
        padding: 1em 0 1.4em;
    }

    .apply-section-2-grid img {
        box-shadow: 0px 0px 0px 5px #15b4eb;
        border: 5px solid #fff;
        width: 140px;
    }

    .apply-section-2-grid h5 {
        margin: 10px 0 0;
        font-size: 35px;
    }

    .number {
        font-size: 16px;
        width: 28px;
        height: 28px;
    }

    .apply-section-2-grid p {
        font-size: 20px;
        width: 285px;
    }

    .apply-section-2-grid {
        padding-bottom: 4em;
    }

    .contact-section-1-content p {
        font-size: 70px;
    }

    .contact-section-1:before {
        height: 379px;
    }

    .contact-section-1-content h1 span {
        font-size: 80px;
    }

    #gform_wrapper_2 input,
    #gform_wrapper_2 textarea {
        padding: 15px 25px;
        font-size: 18px;
    }

    #gform_wrapper_2 textarea {
        height: 140px;
    }

    #gform_wrapper_2 .gform_footer input {
        font-size: 24px;
        margin-right: 10px !important;
    }

    #gform_wrapper_2 .gform_footer {
        width: 210px !important;
        margin: 40px auto !important;
    }

    #gform_wrapper_2 .gform_footer:after {
        width: 30px;
        height: 30px;
    }

    .contact_section-2-title-sec p {
        font-size: 25px;
    }

    .contact_section-2-title-sec h2 {
        font-size: 50px;
        padding-top: 10px;
    }

    .contact-section-2-grid {
        padding-bottom: 5em;
        padding-top: 4em;
    }

    .contact_section-2-content {
        padding-top: 4em;
    }

    .contact_section-2-inner {
        padding: 2em 0 4em;
    }

    .contact-section-2-grid h2 {
        font-size: 35px;
        margin: 25px 0 20px;
        width: 150px;
    }

    .contact-section-2-grid img {
        height: 138px;
    }

    .contact-section-2-grid p a {
        font-size: 25px;
        line-height: 1.4;
    }

    #gform_wrapper_1 .gform_footer {
        width: 122px !important;
    }

    .contact-section-2-grid h2:after {
        bottom: 6px;
    }

    .contact_section_1 {
        background-position: 100% 67%;
    }

    .careers_section_2 {
        padding: 6em 0 5em;
    }

    .careers-section-2-grid svg {
        height: 95px;
    }

    .careers_section-2-title-sec h2 span {
        font-size: 80px;
    }

    .careers-section-2-grid h2 {
        font-size: 25px;
        padding: 20px 0;
    }

    .careers-section-2-grid p {
        font-size: 20px;
        line-height: 1.8;
    }

    .careers-section-2-grid {
        padding: 40px 35px 50px;
    }

    .careers_section_2:after {
        height: 391px;
    }

    .careers_section-3-title-sec h2 {
        font-size: 50px;
        margin-bottom: 15px;
    }

    .careers_section-3-title-sec p {
        font-size: 24px;
        width: 100%;
    }

    .careers_section-3-img-sec {
        padding-left: 5em;
    }

    .careers_section-4-title-sec p {
        font-size: 25px;
    }

    .careers_section-4-title-sec p:nth-child(2) {
        font-size: 35px;
        margin-bottom: 15px;
    }

    .careers_section-4-img-sec {
        margin-top: -4em;
    }

    .careers_section-4-title-sec {
        padding-top: 8em;
        padding-left: 4em;
    }

    .about-section-2-content {
        max-width: calc(50vw + 784px);
        margin-left: calc(50vw - 784px);
    }

    .about-section-2-right h3 {
        font-size: 25px;
    }

    .homecare_section_4-left h2 span,
    .homecare_section_2-title-sec h2 span,
    .home-section-3-content h1,
    .home-section-4 h2,
    .home-section-4 h2,
    p.bottom_text,
    .contact-section-1-content h1,
    .careers_section-2-title-sec h2,
    .about-section-2-right h1,
    .about-section-3-content h1,
    .about_section_4-title-sec h2,
    .about_section_5 h2,
    .careers_section-2-bottom-title h2 {
        font-size: 50px;
    }

    .about-section-2-right p {
        padding-top: 1.5em;
        width: 654px;
        font-size: 25px;
    }

    .about-section-2-content .bg-section {
        margin-top: -7em;
    }

    .about-section-2-content img {
        margin-top: -6em;
    }

    .about-section-3-content h1 span {
        font-size: 70px;
        padding-top: 15px;
    }

    .about-section-3 {
        border-top: 5em solid #15b4eb;
        padding-bottom: 7em;
    }

    .about_section_4-content .careers-section-2-grid h2 {
        width: 405px;
        font-size: 35px;
    }

    .about_section_4-content .careers-section-2-grid img {
        height: 85px;
    }

    .about_section_4 {
        background-position: 100% -121px;
        padding: 4em 0 12em;
    }

    .about_section_5 .careers_section-4-title-sec {
        padding-left: 8em;
        padding-top: 3em;
    }

    .about_section_5 .careers_section-4-title-sec p {
        font-size: 25px;
        margin-bottom: 25px;
        margin-top: 25px;
    }

    .careers_section-4-title-sec li:before,
    .homecare_section_3-grid ul.careers_section-4-title-sec li:before {
        width: 44px;
        height: 31px;
        top: 8px;
    }

    .homecare_section_3-grid>li:nth-child(2) .careers_section-4-title-sec li:before,
    .homecare_section_3-grid>li:nth-child(4) .careers_section-4-title-sec li:before {
        margin-left: 15px;
        width: 44px;
        height: 31px;
        top: 6px;
    }

    .homecare_section_3-grid:before {
        width: 650px;
        height: 650px;
    }

    .homecare_section_3-grid:after {
        width: 500px;
        height: 500px;
    }

    .homecare_section_3-grid>li svg {
        width: 150px;
    }

    .homecare_section_3-grid>li:hover svg {
        width: 170px;
    }

    .careers_section-4-title-sec li {
        list-style: none;
        margin: 16px 0;
        color: #fff;
        font-size: 25px;
    }

    .about_section_5 h2 span:before {
        height: 21px;
    }

    .about-section-1 img {
        bottom: 55px;
    }

    .company-address a img {
        width: 25px;
    }

    .homecare_section_1 {
        padding-bottom: 0;
    }

    .careers_section_2.homecare_section_2 {
        padding: 4em 0 5em;
    }

    .homecare_section_2 .careers-section-2-grid p {
        padding-left: 28px;
        padding-right: 28px;
    }

    .homecare_section_2 .careers_section-2-bottom-title h2 span:after {
        content: '';
        position: absolute;
        height: 18px;
        background: #15b4eb7d;
    }

    .homecare_section_3-grid p {
        font-size: 25px;
        min-height: 131px;
    }

    .homecare_section_3-grid h2 {
        font-size: 43px;
        min-height: 60px;
    }

    .homecare_section_3-grid li .careers_section-4-title-sec li {
        font-size: 25px;
    }

    .homecare_section_3-grid>li:hover h2 {
        font-size: 48px;
    }

    .homecare_section_3-grid>li:hover p {
        font-size: 28px;
    }

    .homecare_section_3-grid>li:hover .careers_section-4-title-sec li {
        font-size: 28px;
    }

    .homecare_section_3-grid .careers_section-4-title-sec {
        min-height: 410px;
    }

    .apply_section-2-content:after {
        top: 68px;
        height: 5px;
    }

    .about_section_4-content .careers-section-2-grid p {
        font-size: 25px;
        width: 335px;
    }

    .about_section_4-content .careers-section-2-grid {
        height: 464px;
    }
}


@media (max-width: 992px) {
    .about-section-2-content {
        max-width: 100%;
        margin-left: 0;
    }

    .about-section-2-content .bg-section {
        display: flex;
        align-items: flex-end;
    }
}

@media (max-width: 900px) {

    #gform_wrapper_1,
    #gform_confirmation_wrapper_1 {
        padding: 2em 2em;
    }

    .section-2-content {
        width: 95%;
    }
}

@media (max-width: 768px) {
    #gform_1_validation_container {
        display: none;
    }

    .gform_validation_error li#field_1_1 div#validation_message_1_1 {
        padding: 0;
        font-size: 12px;
        width: 207px;
    }

    .footer-newletter .gform_validation_error .gform_heading {
        padding-bottom: 0 !important;
    }

    .coming-soon-section-2 .apply-section-1-content {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .coming-soon-section-2 .apply-section-1-content h2 {
        font-size: 20px;
    }

    .coming-soon-section-2-wrapper {
        padding: 15px;
    }

    .coming-soon-section-2 .apply-section-1-content .form-title {
        padding-left: 10px;
    }

    .contact-section-1-content span.circle-svg img {
        width: 69px;
    }

    .home-section-1 {
        background-image: url(/wp-content/uploads/2022/05/home-mob-banner.png) !important;
        padding: 10em 0 16em;
    }

    .section-1-content h1 {
        text-align: center;
        line-height: 1.3;
        font-size: 44px;
    }

    .home-section-4 h2 br,
    .section-1-content h1 br,
    .section-1-content p br,
    .section-2-content-grid p br,
    .home-section-4 p br,
    .company-address li a br,
    span.toggle-text,
    .about_section_5 .careers_section-4-title-sec p br,
    .apply_section-2-title-sec h2 br,
    .apply-section-2-grid:last-child .apply-section-2-left:after,
    .apply_section-2-content:after,
    .contact-section-2-grid p br,
    .about_section_4-content .careers-section-2-grid svg {
        display: none;
    }

    .section-1-content h1 span {
        display: inline-block;
        text-align: center;
        top: 0;
        word-spacing: -10px;
        left: 0;
        font-size: 50px;
        padding-top: 15px;
    }

    .section-1-content p {
        text-align: center;
        font-size: 16px;
        padding: 55px 0 10px;
        margin: 0 auto;
        font-weight: normal;
        line-height: 1.5;
        width: 297px;
    }

    .section-2-content {
        flex-wrap: wrap;
        padding: 4em 2em 5em 2em;
        flex-direction: column;
        border-radius: 180px;
        width: 80%;
        margin: 0 auto;
        background-size: cover;
        background-position: top;
    }

    .section-2-content-grid {
        text-align: center;
        border-top: 2px solid #15B4EB;
        border-left: 0;
        width: 179px;
        padding: 35px 0;
        margin: 0 auto;
    }

    .section-2-content-grid img {
        margin: 0 auto;
    }

    .section-2-content-grid h5 {
        font-size: 22px;
        padding: 20px 0 10px;
    }

    .section-2-content-grid p {
        font-size: 15px;
    }

    .section-3-content {
        max-width: 100%;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .section-3-content .bg-section,
    .section-3-content .col-md-6,
    .section-4-content .bg-section {
        width: 100%;
    }

    .section-4-content {
        flex-direction: column-reverse;
    }

    .home-section-3-content {
        padding-left: 15px;
        padding-top: 2em;
        padding-right: 15px;
        text-align: center;
        padding-bottom: 3em;
    }

    .home-section-3-content h1 {
        font-size: 26px;
    }

    .home-section-3-content h1:after {
        display: table;
        width: 197px;
        margin: 0 auto;
    }

    .home-section-3-content .p1,
    .home-section-3-content p.p2 {
        padding-right: 0;
        width: 294px;
        margin-left: auto;
        margin-right: auto;
    }

    .section-3-content .col-md-6 img {
        border-radius: 80px;
    }

    .home-section-3:before {
        content: '';
        background: #15b4eb;
        height: 23%;
        width: 100%;
        position: absolute;
        top: 0;
    }

    .home-section-3 {
        margin: 0;
        padding-top: 3em;
        background: #fff;
    }

    .home-section-3-content .p1 {
        font-size: 21px;
    }

    .home-section-3-content p {
        padding-right: 0;
        font-size: 16px;
    }

    .home-section-3-content a,
    .careers_section-4-title-sec a {
        padding: 20px 20px;
        font-size: 20px;
    }

    .section-4-content .content-section {
        width: 100%;
        padding-left: 0;
        padding-top: 3em;
        text-align: center;
    }

    .sectionimg-section {
        padding-top: 3em;
        width: 100%;
    }

    .home-section-4 h2 {
        margin: 15px 0 20px;
        font-size: 26px;
        line-height: 1.4;
    }

    .home-section-4 h2:after {
        height: 12px;
        width: 85%;
        bottom: 50px;
        margin: 0 auto;
        left: 0;
    }

    .home-section-4 h5,
    .home-section-5-content h5,
    .home-section-6-title-sec h5 {
        font-size: 16px;
    }

    .home-section-4 h2 span {
        font-size: 40px;
        left: 0;
    }

    .home-section-4 p {
        font-size: 16px;
        width: 334px;
        margin-left: auto;
        margin-right: auto;
    }

    .home-section-3-content ul li {
        font-size: 16px;
    }

    .home-section-3-content ul li:before {
        width: 23px;
        height: 18px;
        top: 4px;
    }

    .home-section-4 p strong {
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 2em;
    }

    .section-4-content-left,
    .section-4-content-right {
        width: 100%;
        padding-left: 0;
    }

    .section-4-content-grid {
        left: 0;
        flex-direction: column;
    }

    .section-4-content-left img {
        width: 74px;
        margin-left: auto;
        margin-right: auto;
    }

    .home-section-4 .section-4-content-right h5 {
        font-size: 20px;
        padding-bottom: 10px;
        padding-top: 15px;
        text-transform: capitalize;
    }

    .section-4-content-right p {
        width: 306px;
    }

    .section-4-content-grid:nth-last-child(2) .section-4-content-right p br {
        display: block;
    }

    .section-4-content-grid:last-child .section-4-content-right p {
        width: 319px;
    }

    .home-section-4 {
        margin-top: 0;
        padding-bottom: 0;
    }

    .home-section-5 {
        flex-direction: column;
        padding-bottom: 5em;
        padding-top: 2.5em;
        border-bottom-right-radius: 150px;
    }

    .home-section-5 .sectionimg,
    .home-section-5-content {
        width: 100%;
        margin-bottom: 0;
    }

    .home-section-5-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .home-section-5-content h2 {
        font-size: 25px;
        width: 87%;
    }

    .home-section-5-content h2 span {
        display: inline;
        font-size: 33px;
        left: 0;
    }

    .home-section-5-content h2:after {
        left: 0;
        width: 100%;
        bottom: 0px;
        height: 10px;
    }

    .home-section-5-content p br {
        display: none;
    }

    .home-section-5-content p {
        font-size: 16px;
        padding-top: 10px;
    }

    .home-section-5-content a {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 20px;
    }

    .home-section-5 .sectionimg img {
        border-bottom-right-radius: 70px;
        border-top-right-radius: 70px;
        width: 90%;
    }

    .home-section-6-inner {
        padding-left: 0;
    }

    .home-section-6 {
        margin-top: 2em;
        background-size: contain;
        background-position: center 84%;
    }

    .home-section-6-title-sec h2 {
        font-size: 26px;
        width: 277px;
        line-height: 1.4;
    }

    .home-section-6-title-sec h2:after {
        width: 100px;
        bottom: 0;
        left: 0;
        margin: 0 auto;
    }

    .home-section-6-title-sec p {
        width: 314px;
        font-size: 16px;
        margin-left: auto;
        margin-right: auto;
    }

    .section-6-content .col-md-4 {
        width: 100%;
        padding-top: 3em;
    }

    .section-6-content-grid .content-right p {
        font-size: 14px;
        width: 194px;
    }

    .section-6-content-grid .content-left,
    .apply-section-2-left {
        width: 115px;
    }

    .section-6-content-grid .content-right,
    .apply-section-2-right {
        width: calc(100% - 115px);
        padding-left: 25px;
        padding-top: 0;
    }

    .section-6-content-grid {
        align-items: center;
    }

    p.bottom_text {
        font-size: 45px;
        display: table;
        left: 0;
        text-align: center;
        margin: 0 auto;
    }

    .section-6-content .col-md-8 {
        width: 75%;
        margin: 4em auto 2em;
    }

    #gform_wrapper_1,
    #gform_confirmation_wrapper_1 {
        width: 90%;
        padding: 2em 0 2em;
        display: table;
    }

    #gform_wrapper_1 .gform_heading {
        width: 100%;
        text-align: right;
        padding-right: 15px;
        padding-bottom: 15px;
    }

    #gform_1 {
        width: 77%;
        padding-bottom: 5px;
        margin: 0 0 0 auto !important;
        padding-right: 15px;
    }

    #gform_wrapper_1 h3.gform_title {
        font-size: 21px;
    }

    input#input_1_1::placeholder {
        font-size: 15px;
    }

    #gform_wrapper_1 .gform_footer {
        font-size: 13px;
        padding: 4px 9px !important;
        width: 78px !important;
    }

    input#input_1_1 {
        padding: 0 5px;
    }

    .footer-widgets-outer-wrapper {
        padding: 6.5em 0 1em;
        background-size: 59em;
        background-color: #18b4ea;
        background-position: bottom left;
    }

    .footer_logo img {
        width: 275px;
        z-index: 1;
        position: relative;
    }

    .footer-newletter {
        top: -75px;
    }

    #gform_wrapper_1 .gform_footer:after {
        width: 24px;
        height: 24px;
    }

    .footer-widgets-wrapper {
        padding-top: 1.5em;
    }

    .widget .widget-title {
        margin: 10px 0 20px 0;
        font-size: 16px;
    }

    .company-address a img {
        margin-right: 11px;
    }

    .footer-widgets-wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-widgets-wrapper .footer-widgets.grid-item {
        width: 100%;
        border-bottom: 1px solid rgb(255 255 255 / 41%);
        padding-bottom: 20px;
    }

    .footer-widgets-wrapper .footer-widgets.column-two.grid-item {
        width: 50%;
    }

    .footer-widgets-wrapper .footer-widgets:last-child {
        width: 100% !important;
        border-bottom: 0;
        padding-bottom: 0;
    }

    #site-footer .section-inner {
        flex-direction: column;
        max-width: 100%;
    }

    .footer-credits {
        text-align: center;
        display: inline-flex;
        padding-left: 0;
        padding-right: 0;
    }

    footer#site-footer:after {
        width: 100%;
        top: 73%;
    }

    .footer-credits p {
        font-size: 13px;
    }

    .careers_section-4-inner {
        flex-direction: column-reverse;
    }

    .about_section_5 h2 {
        font-size: 30px;
    }

    .about-section-1:before {
        width: 43%;
    }

    .careers_section-4-title-sec,
    .careers_section-4-img-sec {
        width: 100%;
        margin: 0;
    }

    .about_section_5 .careers_section-4-title-sec {
        padding-left: 15px;
        padding-bottom: 15px;
    }

    .careers_section-4-title-sec li {
        font-size: 16px;
        margin: 15px 0;
    }

    .careers_section-4-title-sec li:before {
        height: 18px;
    }

    .careers_section-4-img-sec img {
        width: 95%;
        border-top-right-radius: 160px;
        height: 367px;
        object-fit: cover;
    }

    .about-section-2-content {
        max-width: 100%;
        margin-left: auto;
        flex-direction: column;
        z-index: 1;
        position: relative;
        margin-top: -3em;
    }

    .about-section-2-content .col-md-6 {
        width: 100%;
        margin-top: 0;
    }

    .about-section-2-content .bg-section {
        margin-left: 2em;
        width: 68%;
        padding-right: 0;
    }

    .about-section-2:before {
        content: '';
        background: #15B4EB;
        width: 50%;
        height: 92%;
        position: absolute;
        bottom: 0;
    }

    .apply-section-1-outer img {
        bottom: -74px;
        width: 73px;
        right: 21px;
    }

    .about-section-1 img {
        bottom: -32%;
        width: 110px;
    }

    .about-section-2-right p {
        width: 318px;
        font-size: 16px;
        margin-left: auto;
        margin-right: auto;
    }

    .about-section-2-right {
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
        padding-bottom: 2em;
    }

    .about-section-2-right h1 {
        font-size: 30px;
    }

    .about-section-2 {
        background: transparent;
    }

    .about-section-3-content .show-mob,
    .homecare_section_3-grid.show-mob {
        display: block;
    }

    .about-section-3-content .hide-mob,
    .homecare_section_3-grid.hide-mob,
    .Personal-care:before,
    .Personal-care:after,
    .homecare_section_3-grid:before,
    .homecare_section_3-grid:after {
        display: none;
    }

    .about-section-3-content h1 {
        font-size: 30px;
    }

    .about-section-3-content h1 span {
        font-size: 38px;
        padding-left: 0;
        padding-top: 20px;
        padding-right: 0;
    }

    .about-section-3-content h1 span:after {
        background: #ffffff;
    }

    .about_section_5 .careers_section-4-title-sec p {
        font-size: 16px;
        width: 320px;
    }

    .apply-section-1-content h1,
    .contact-section-1-content p {
        font-size: 35px;
    }

    .apply_section-2-title-sec h2 {
        font-size: 26px;
    }

    .apply_section-2-inner {
        width: 100%;
    }

    .apply_section-2-title-sec h2 br:first-child {
        display: block;
    }

    .apply_section-2-title-sec h2 span:last-child:after {
        display: none;
    }

    .apply_section-2-title-sec p {
        font-size: 22px;
        padding: 15px 0 30px;
    }

    .apply_section-2-content {
        flex-direction: column;
        padding-bottom: 4em;
    }

    .apply-section-2-left {
        position: relative;
    }

    .apply-section-2-left:after {
        content: '';
        position: absolute;
        height: 100px;
        background: #15b4eb;
        bottom: -54px;
        left: 0;
        right: 0;
        width: 3px;
        display: table;
        margin: 0 auto;
    }

    .apply-section-2-grid h5 {
        font-size: 21px;
    }

    .apply-section-2-grid {
        width: 100%;
        display: flex;
        padding-bottom: 1.5em;
        text-align: left;
        align-items: center;
    }

    .apply-section-2-grid img {
        width: 100%;
    }

    .contact-section-1-content p {
        font-size: 35px;
        padding-top: 3em;
        padding-bottom: 3em;
    }

    .contact-section-1-content h1 span {
        top: -3px;
        font-size: 47px;
    }

    .contact-section-1-content h1 {
        margin-bottom: 1em;
        font-size: 30px;
    }

    #gform_wrapper_2 {
        width: 100%;
    }

    #gform_wrapper_2 input,
    #gform_wrapper_2 textarea {
        padding: 13px 25px;
        font-size: 18px;
    }

    .contact_section-2-content,
    .careers_section-3-inner {
        flex-direction: column;
    }

    .contact-section-2-grid p {
        margin-bottom: 0;
    }

    .contact-section-2-grid {
        width: 100%;
        text-align: center;
        border-right: 0;
        padding-bottom: 1.5em;
        padding-top: 1.5em;
        border-bottom: 1px solid #1844538c;
    }

    .contact-section-2-grid:last-child {
        border-right: 0;
        border-bottom: 0;
    }

    .contact_section_1 {
        background-size: 52em;
        background-position: 50% 84%;
    }

    #gform_wrapper_2 .gform_footer {
        padding: 6px 15px !important;
        width: 140px !important;
    }

    #gform_wrapper_2 .gform_footer input {
        margin-right: 5px !important;
    }

    .contact_section-2-inner {
        padding: 1em 0 5em;
    }

    .careers_section-4-title-sec {
        padding-left: 15px;
        padding-top: 4em;
    }

    .careers_section-4-title-sec p:nth-child(2) {
        font-size: 22px;
        padding-top: 10px;
    }

    .careers_section-4-title-sec p {
        font-size: 16px;
    }

    .careers_section_4 {
        border-top-right-radius: 120px;
        margin-top: 0;
    }

    .careers_section_4 a {
        margin-bottom: 2.5em;
        font-size: 16px;
        padding: 17px 24px;
    }

    .careers_section-3-title-sec {
        width: 100%;
        padding-top: 0;
        text-align: center;
    }

    .careers_section-3-img-sec {
        width: 100%;
        padding-left: 0;
    }

    .careers_section-3-title-sec h2 {
        font-size: 25px;
        margin-bottom: 25px;
    }

    .careers_section-3-title-sec p {
        font-size: 16px;
        width: 307px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    .careers_section_3 {
        background-size: 71em;
        background-position: bottom center;
        background-repeat: no-repeat;
        margin-bottom: -2em;
    }

    .careers_section_3 .careers_section-3-title-sec h2 span {
        display: table;
        margin: auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    .careers_section-3-title-sec h2 span:after {
        height: 11px;
        bottom: 3px;
    }

    .careers_section-2-title-sec h2 {
        font-size: 25px;
    }

    .careers_section-2-title-sec h2 span {
        font-size: 40px;
        padding-left: 10px;
        padding-right: 5px;
    }

    .careers_section-2-title-sec h2 span:after {
        height: 12px;
        bottom: 1px;
    }

    header#site-header {
        z-index: 11;
    }

    .homecare_section_2-title-sec h2 {
        font-size: 40px;
        padding-left: 0;
        margin: 0 auto;
    }

    .homecare_section_2-title-sec h2 span {
        font-size: 26px;
    }

    .homecare_section_2 .careers-section-2-grid:first-child,
    .homecare_section_2 .careers-section-2-grid:nth-child(2),
    .homecare_section_2 .careers-section-2-grid:nth-child(4) {
        margin-top: 0;
    }

    .homecare-section-wrapper:before {
        height: 44em;
        border-bottom-left-radius: 70px;
        width: 100%;
    }

    .homecare_section_2 .careers_section-2-bottom-title h2 {
        font-size: 20px;
        width: 306px;
        margin-left: auto;
        margin-right: auto;
    }

    .careers_section-2-bottom-title h2 span {
        text-decoration: underline solid #54c8f0 5px;
    }

    .homecare_section_4-left h2 {
        font-size: 34px;
    }

    .homecare_section_4-left p {
        padding-left: 8px;
        font-size: 16px;
        padding-bottom: 2em;
    }

    .homecare_section_4-left h2 span {
        padding: 20px 5px 0 5px;
        font-size: 28px;
    }

    .homecare_section_4 .container {
        flex-direction: column;
        padding-bottom: 5em;
        padding-top: 3em;
    }

    .homecare_section_4-left,
    .homecare_section_4-right {
        width: 100%;
    }

    .homecare_section_4:before {
        width: 95%;
        border-top-right-radius: 120px;
        background: url(/wp-content/uploads/2022/06/h-carservices.png);
    }

    .homecare_section_4-right a {
        font-size: 23px;
        padding-bottom: 2em;
        display: table;
    }

    .homecare_section_4-right {
        width: 78%;
        margin-left: auto;
    }

    .homecare_section_4-left:after {
        width: 106px;
        top: initial;
        right: initial;
        background-position: center;
        left: -35px;
        bottom: -6.4em;
    }

    .homecare_section_4:after {
        width: 95%;
        display: table;
        right: 0;
        height: calc(100% + 70px);
        border-top-left-radius: 100px;
        top: -70px;
    }

    .careers-section-2-grid,
    .careers_section-2-inner,
    .homecare_section_2 .careers-section-2-grid,
    .homecare_section_3-grid>li {
        width: 100%;
    }

    .careers_section-2-content,
    .custom-arrow-careers {
        display: block;
    }

    .careers-section-2-grid {
        margin: 0 10px;
        padding: 30px 30px 40px;
    }

    .careers_section_2 .container {
        padding-left: 0;
        padding-right: 0;
    }

    .slick-list {
        margin: 0 -10px;
    }

    button.nn1.slick-arrow,
    button.pp1.slick-arrow,
    button.nn2.slick-arrow,
    button.pp2.slick-arrow,
    button.nn0.slick-arrow,
    button.pp0.slick-arrow {
        background: rgb(17 50 61 / 57%);
        padding: 16px 10px;
        border-radius: 10px;
    }

    button.nn1.slick-arrow:hover,
    button.pp1.slick-arrow:hover,
    button.nn2.slick-arrow:hover,
    button.pp2.slick-arrow:hover,
    button.nn0.slick-arrow:hover,
    button.pp0.slick-arrow:hover {
        background: #15B4EB;
    }

    button.nn1.slick-arrow:hover path,
    button.pp1.slick-arrow:hover path,
    button.nn2.slick-arrow:hover path,
    button.pp2.slick-arrow:hover path button.nn0.slick-arrow:hover path,
    button.pp0.slick-arrow:hover path {
        fill: #11323D;
    }

    .careers_section-2-content {
        padding-bottom: 0em;
    }

    .careers_section_2 {
        padding: 3.5em 0 0;
    }

    .careers_section_2:after {
        border-bottom-right-radius: 0;
        bottom: 4.5em;
    }

    .custom-arrow-careers {
        text-align: center;
        padding-top: 2em;
    }

    .careers_section-2-content ul.slick-dots {
        bottom: -9em;
    }

    .careers_section-2-content .slick-dots li button,
    .homecare-slide-2 .slick-dots li button,
    .about_section_4-content .slick-dots li button {
        padding: 0;
        width: 100%;
        height: auto;
    }

    .careers_section-2-content .slick-dots li button:before,
    .homecare-slide-2 .slick-dots li button:before,
    .about_section_4-content .slick-dots li button:before {
        padding-left: 0;
        padding-right: 0;
        background: #11323D;
        width: 100%;
        height: auto;
        line-height: 1;
        color: #11323D;
        opacity: 1;
        font-size: 3px;
    }

    .careers_section-2-content .slick-dots li,
    .homecare-slide-2 .slick-dots li,
    .about_section_4-content .slick-dots li {
        width: 50px;
        height: 3px;
    }

    .careers_section-2-content .slick-dots li.slick-active button:before,
    .homecare-slide-2 .slick-dots li.slick-active button:before,
    .about_section_4-content .slick-dots li.slick-active button:before {
        opacity: 1;
        background: #15b4eb;
        color: #15b4eb;
    }

    .homecare-slide {
        width: 88%;
        margin-left: auto;
    }

    .homecare_section_2 .careers-section-2-grid p {
        padding-left: 5px;
        padding-right: 5px;
    }

    .careers_section-2-bottom-title {
        padding-top: 5em;
    }

    .careers_section-2-content.homecare-slide ul.slick-dots {
        bottom: -7em;
        left: -7%;
    }

    .homecare_section_2 .careers_section-2-content {
        padding-bottom: 0em;
        margin-bottom: 0 !important;
    }

    .homecare-section-wrapper {
        background-size: 105em;
        background-position: -32em center;
    }

    .homecare_section_3-grid .careers_section-4-title-sec {
        min-height: auto;
        text-align: center;
    }

    .homecare_section_3-grid>li:nth-child(2) p,
    .homecare_section_3-grid>li:nth-child(4) p {
        margin: 0 auto;
        text-align: center;
        min-height: auto;
        color: #fff;
        font-size: 14px;
    }

    .homecare_section_3-grid h2 {
        text-align: center;
        font-size: 20px;
        color: #fff;
    }

    .homecare_section_3-grid.homecare-slide-2 li.slick-slide>div {
        height: 330px;
        border-radius: 50%;
        width: 330px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 2em auto 0;
        background-color: #eee;
        background-size: cover;
    }

    .homecare_section_3-grid>li:nth-child(2) .careers_section-4-title-sec li,
    .homecare_section_3-grid>li:nth-child(4) .careers_section-4-title-sec li {
        flex-direction: initial;
        justify-content: center;
        color: #f9f8f8;
    }

    .homecare_section_3-grid p {
        font-size: 13px;
        min-height: auto;
        text-align: center;
        color: #fff;
    }

    .homecare_section_3-grid li .careers_section-4-title-sec li {
        font-size: 14px;
        color: #fff;
        line-height: 1;
    }

    .homecare_section_3-grid ul.careers_section-4-title-sec li:before {
        width: 17px;
        height: 16px;
        margin-right: 3px;
    }

    .homecare_section_3-grid.homecare-slide-2 li.slick-slide>div:before {
        background: #ffffff;
        position: absolute;
        left: 0;
        right: 0;
        display: table;
        bottom: 0;
        top: 0;
        content: '';
        width: 100%;
        height: 100%;
        border-radius: 50%;
        opacity: .5;
    }

    .homecare_section_3-grid.homecare-slide-2 li.slick-slide>div .innerdiv-homecare:before {
        background: rgb(17 50 61 / 67%);
        position: absolute;
        left: 0;
        right: 0;
        display: table;
        bottom: 0;
        top: 0;
        content: '';
        width: 100%;
        height: 100%;
        border-radius: 50%;
        opacity: .5;
        z-index: -1;
    }

    .innerdiv-homecare.aos-init.aos-animate {
        border-radius: 50%;
        width: 82%;
        height: 82%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-size: cover;
        background-position: center;
    }

    .homecare_section_3 {
        padding-bottom: 8em;
    }

    .homecare_section_3 .custom-arrow-careers {
        text-align: center;
        padding-top: .5em;
    }

    .homecare-slide-2 ul.slick-dots {
        bottom: -7em;
    }

    .about_section_4-content .careers-section-2-grid {
        height: auto;
        padding: 40px 0;
        background-size: cover;
    }

    .about_section_4-content .careers-section-2-grid h2 {
        color: #ffffff;
        width: 201px;
        padding-bottom: 5px;
        font-size: 16px;
        text-transform: none;
        line-height: 1.6;
    }

    .about_section_4-content .careers-section-2-grid p {
        font-size: 14px;
        font-weight: 500;
        width: 187px;
        margin-left: auto;
        margin-right: auto;
        color: #fff;
        height: auto;
        visibility: visible;
    }

    .about_section_4 .container {
        padding-right: 0;
    }

    .about_section_4 {
        background-position: bottom center;
        padding: 1.5em 0 1.5em;
    }

    .about-section-3 {
        background-repeat: repeat;
    }

    .about_section_4-title-sec h2 {
        font-size: 28px;
        margin-bottom: 1.5em;
    }

    .about_section_4-title-sec {
        padding-right: 15px;
    }

    .page-template-Coming-soon header#site-header {
        border-bottom-right-radius: 80px;
    }

}

@media (max-width: 320px) {
    .homecare_section_4-left h2 {
        font-size: 30px;
    }

    .homecare_section_4-left:after {
        width: 92px;
    }
}

.corporateComplianceSec .contact-section-1:before {
    background-image: url('assets/images/contact-banner.png');
    content: '';
}

.corporateComplianceSec .corporateComplianceContent{
    max-width: 980px;
    padding-bottom: 120px;
}

.corporateComplianceSec .corporateComplianceContent a{
    color: #15B4EB;
}

.corporateComplianceSec .corporateComplianceContent ul{
    margin-bottom: 20px;
}