.main-content {
    padding-top: 100px;
    padding-bottom: 100px;
}

.card-header {
    /* background: white;
    border: 0px; */
}

.card {
    border: 0px;
}

.card .card-header .btn:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;

}

.card .card-header .btn {
    color: #000;
    border: none;
}


.card .card-header .btn:not(.collapsed) {
    border: 0px !important;

    /* background-color: #ffffff; */
    box-shadow: inset 0 0px 0 rgb(0 0 0 / 13%);
}

.card .card-header .btn.collapsed:after {
    content: "\f106";
}

.btn:focus {
    box-shadow: none;
    border: none;
    outline: none;
}

/* .card .card-body {
        margin-top: 15px;
        padding: 25px;
        margin-left: 5%;
        margin-right: 5%;
        background: #fff;
        border-radius: 5px;
        box-shadow: 0 2px 25px -3px rgba(0, 0, 0, 0.1);
        margin-bottom: 10px;
    } */

.accordion .card-header:after {
    display: none;
}

/* .flex-center {
	align-items: center;
}
.accordion-button{
	margin-bottom: 10px;
}
.accordion-body {
	margin-top: 15px;
	padding: 25px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 25px -3px rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
} */


.circle-icon {
    height: 36px;
    width: 36px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #198754;
    border: 2px solid #198754;
    color: #fff;
    margin-left: -20px;
    margin-right: 10px;
    font-size: 14px;
    transform: scale(1.2);
    color: white;
}

.accordion-item {
    /* border: 0px !important; */
}

.accordion-button:not(.collapsed) {
    border: 0px !important;
    color: #198754;
    background-color: #ffffff;
    box-shadow: inset 0 0px 0 rgb(0 0 0 / 13%);
}

p {
    line-height: normal !important;
}

.circle-icon i {
    color: white;
}

.find-carer {
    padding: 2% !important;
}

.quote {
    text-align: center;
    font-size: 18px;
    margin: auto;
    padding: 15px;
    border: 1px solid #299f0c47;
    max-width: 70%;
    position: relative;

}

blockquote {
    color: black;

    font-style: italic;
    position: relative;
    z-index: 20;
}

.left {
    position: absolute;
    top: -30px;
    left: -30px;
    width: 50px;
    text-align: left;
    height: 150px;
    z-index: 10;
    font-size: 5rem;
    color: #1eab36;
    background-color: #fff;
    line-height: 200px;
}

.right {
    position: absolute;
    bottom: -25px;
    right: -20px;
    width: 50px;
    text-align: right;
    z-index: 10;
    font-size: 5rem;
    color: #1eab36;
    background-color: #fff;
    line-height: 150px;
}

small {
    font-size: 1.7rem;
    color: #336699;
    position: relative;
    z-index: 20;

    &:before {
        content: "\2014 \0020";
        width: 5px;
    }
}

#ffq {
    width: 100% !important;
}

@media only screen and (max-width: 500px) {
    .circle-icon {
        padding: 10px;
        min-width: 35px !important;
        min-height: 10px !important;
        font-size: 14px;
    }

    .left {
        font-size: 2rem;
        left: -10px;

    }

    .right {
        font-size: 2rem;
        right: -10px;
    }

    .enquiry-call {
        margin-top: 10% !important;
        flex-direction: column;
    }

    .get-started-btn {
        width: 90%;
    }

    .get-started-btn button {
        border-radius: 20px !important;
    }
}

@media only screen and (max-width: 1500px) {
    .header-top-text {
        font-size: 30px !important;
    }

    .h-h2 {
        font-size: 24px;

    }

    .h-h3 {
        font-size: 18px;

    }

    .h-h3 p {
        line-height: normal;
    }

}

@media only screen and (max-width: 500px) {
    .m-btns {
        margin-top: -1% !important;
    }

    /* body{
        color:red;
       } */
}

.custom-text {
  text-align: justify;
  
  font-size: 28px; /* Default font size for non-mobile devices */
}

/* Media query for mobile devices (max-width: 768px) */
@media only screen and (max-width: 768px) {
  .custom-text {
    padding-top: 20px; 
    font-size: 19px; /* Font size for mobile devices */
  }
}






.header-container {
    padding: 0 60px;
}

.header-container h1,
.header-container h6 {
    font-family: "Inter", Sans-serif;
}

.header-container h1 {
    font-size: 42px;
    padding-top: 5px;
}

.header-container h6 {
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
    padding-top: 20px;
}

.inner-part {
    padding-right: 50px;
}

.header-container img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}


.header-container img {
    vertical-align: middle;
    display: inline-block;
}

.header-container img {
    height: 500px;
    object-fit: cover;
    object-position: center center;
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
    border-radius: 30px 30px 30px 30px;
}

.header-container a:not(.link) {
    border: 2px solid;
    color: var(--white);
    display: inline-block;
    padding: 12px 40px;
    border-radius: 30px;
    transition: all .3s;
    font-family: Mulish, sans-serif;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6475rem;
    letter-spacing: 0;
    text-align: center;

    fill: #ffffff;
    color: #ffffff;
    background-color: #F853A4;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #F853A4;

    min-width: 260px;
    margin-right: 45px;
}

.button-section {
    display: flex;
    text-align: center;
}

.button-wrapper {
    width: 50%;
}

#find-carer-form {
    padding: 20px;
    margin: 80px 0;
}

#find-carer-form ul {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 30px 0;
}

#find-carer-form li input {
    height: 28px;
    border-radius: 20px;
    padding: 0 10px;
}

#find-carer-form ul li {
    display: block;
    background-color: #fff;
    border-radius: 30px;
    margin-bottom: 15px;
    font-size: 18px;
    width: 260px;
    padding: 10px 20px;
    cursor: pointer;
}

#find-carer-form ul li:hover {
    background-color: #F853A4;
    color: #fff;
}

html {
    scroll-behavior: smooth;
}

button.btn.btn-back {
    font-size: 20px;
}

button.btn.btn-back:hover {
    border-radius: 20px;
    background-color: grey;
    color: #fff;
    padding: 5px 20px;
}

.home-page {
    margin-top: 140px;
}

.header-container .google-review-widget {
    /* border: 2px solid #299B68; */
    box-shadow: unset;
    width: 300px;
    height: 90px;
    border-radius: 60px;
    margin: 0 auto;
    max-width: 100%;
}

#find-carer-form h5 {
    padding-top: 20px;
    color: #202020;
}


#headerBottom {
    padding-top: 50px;
    background-color: #dbf5e9;
    padding-bottom: 25px;
    margin-bottom: 50px;
}

#headerBottom .card {
    border: 1px solid #f59797;
    border-radius: 10px;
}

#headerBottom .card .card-title {
    text-align: center;
}

#headerBottom .card .card-title svg {
    font-size: 18px;
    color: #299B68;
    padding-right: 6px;
}

@media (max-width: 767px) {
    #find-carer-form h4 {
        font-size: 24px;
    }

    .home-page {
        margin-top: 90px !important;
    }

    .header-container a:not(.link) {
        margin-right: 0;
    }

    .header-container .google-review-widget-container {
        flex-direction: column;
    }

    .header-container img {
        height: auto;
    }

    .row.header-container {
        flex-flow: column-reverse;
    }

    .header-container {
        padding: 0 20px;
    }

    .header-container h1 {
        font-size: 30px;
    }

    .inner-part {
        padding-right: 0px;
    }

    .button-section {
        flex-direction: column;
    }

    .button-wrapper {
        width: 100%;
        padding-top: 20px;
    }
}

@media (max-width: 480px) {
    #headerBottom .row {
        /* flex-direction: column; */
    }

    #headerBottom .card .card-title {
        margin: 0;
        font-size: 18px;
    }

    #headerBottom .card-body {
        padding: 10px;
    }

    #headerBottom .card .card-title svg {
        vertical-align: middle;
    }
}





main div.company-information {
    display: flex;
    position: relative;
    z-index: 5;
}

main div.company-information div.text-promo:first-of-type {
    padding-right: 20px;
}

main div.company-information div.text-promo {
    width: 50%;
}

div.text-promo {
    padding-top: 53px;
    padding-bottom: 53px;
}

div.text-promo div.inner {
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    position: relative;
    padding: 80px 60px 60px 60px;
    background-color: #fff;
}

div.text-promo div.inner div.icon {
    position: absolute;
    width: 106px;
    height: 106px;
    border-radius: 50%;
    border: 2px solid #36b28d;
    left: 50%;
    top: -53px;
    margin-left: -52px;
    text-align: center;
    padding-top: 25px;
    background-color: #fff;
}

main div.company-information div.text-promo p {
    text-align: center;
    font-size: 1.125rem;
}

#whoWeAre h3 {
    text-transform: uppercase;
    padding-bottom: 25px;
    text-align: center;
    padding-top: 15px;
}


@media (max-width: 767px) {
    main div.company-information div.text-promo {
        width: auto;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    div.text-promo div.inner {
        padding: 80px 20px 20px 20px;
    }

    .company-information {
        flex-direction: column;
    }
}




#testimonial {
    font-family: 'Lato', sans-serif;
}

#testimonial h2 {
    position: relative;
}

#testimonial.bg-info {
    background-color: #9dcdb7 !important;
    padding-bottom: 0;
}

#testimonial .border {
    border: 1px solid #ed1199 !important;
}

#testimonial .text-warning {
    color: #ff65d0 !important;
}

#testimonial h2::after {
    content: "";
    width: 160px;
    position: absolute;
    margin: 0 auto;
    height: 3px;
    background: #299B68;
    left: 0;
    right: 0;
    bottom: -10px;
}

#testimonial p.text-white {
    font-size: 18px;
}

.carousel-item {
    height: 26rem;
}

.carousel-inner .carousel-item .img-box {
    width: 100px;
    height: 100px;
}

.carousel-control-prev {
    left: -100px;
}

.carousel-control-next {
    right: -100px;
}

.carousel-indicators {
    top: 320px;
}

.carousel {
    margin-bottom: 5px;
}


svg.fa-quote-left,
svg.fa-quote-right {
    font-size: 50px;
    color: hotpink;
}

.why svg.svg-inline--fa.fa-check {
    margin-right: 10px;
    color: #fff;
    border: 2px solid;
    border-radius: 40px;
    width: 14px;
    height: 14px;
    padding: 5px;
    vertical-align: middle;
    background-color: #299B68;
}



.flex-container p {
    font-size: 28px;
}


@media (min-width: 320px) and (max-width: 640px) {
    .carousel-inner .carousel-item p {
        font-size: 14px;
    }

    .carousel-control-prev {
        left: -40px;
    }

    .carousel-control-next {
        right: -40px;
    }

    /* .carousel-indicators {
            top: 400px;
        } */
}

@media (max-width: 480px) {
    .carousel-indicators {
        top: 508px !important;
    }

    .carousel-item {
        height: 35rem;
    }
}

.video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 100px 0 20px;
    border-radius: 5px;
    box-shadow: 0 1px 25px rgba(0, 0, 0, .4);
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    width: 100%;
    height: 100%;
}

.video-container iframe {
    aspect-ratio: 16 / 9;
    width: 100% !important;
    box-shadow: 0 1px 25px rgba(0, 0, 0, .4);
}


.parent-inner-right .svg-inline--fa {
    color: #F853A4;
    padding-right: 3px;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}






body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.parent {
    margin-top: 10%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100vw;
    gap: 20px
}

.accordion-button:not(.collapsed) {
    color: #299B68;
    background-color: #d6f9e6;
}

.parent-inner-left {}

.parent-inner-right {
    display: flex;
    flex-direction: column;
}

.care-properties {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100vw;
    gap: 20px;
}

.section.section {
    /* margin: 0px;
    padding: 0px */
}

.care-item {
    flex: 1;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 2%;
}

.care-btns {}

.btn {
    /* padding: 0; */
}

.btn h5 {
    border: 2px solid #299B68;
    margin: 5px;
    color: #299B68;
    padding: 0px;
    border-radius: 30px;
    padding: 5px 10px 5px 10px
}

.btn a {
    color: #299B68;
}

.card {
    border: 2px solid #efefef;
}

.faq {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    width: 100vw;
    margin-bottom: 10px;
}

.accordion-button {
    color: #299B68;
    font-weight: bold;
}

#accordionFlushExample {
    width: 80vw;
    margin-top: 2%;
    border: 1px solid #efefef;
    margin-bottom: 1%;
}

.home-page {
    /* margin: 0px !important;
    padding-top: 0px !important; */
    /* background-image:url('../images/banner_mobile.png') */
}

@media (max-width: 512px) {
    .parent {
        flex-direction: column;
        padding: 10px
    }

    #accordionFlushExample {
        margin-bottom: 0px;
    }

    .faqs {
        max-width: 80vw;
        align-items: center;
        text-align: center;
    }

    .top-img {
        height: 400px;
    }

    .altr {
        text-align: center;
    }

    .care-btns {
        text-align: center;
    }

    .banner {
        /* display: none; */
    }
}

#headerBottom .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

#headerBottom .card-title {
    margin-bottom: .75rem;
}


@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1140px;
    }
}

@media (max-width: 480px) {
    #tiktokFeed {
        min-height: 860px !important;
    }
}