body{
font-family: "Noto Serif", serif;
}

body,html{
    overflow-x:hidden;
}


:root {
    --primary-color: #0AC2E8;
    --secondary-color:#f5f6fa;
}

.form-home.form-control placeholder{
    color:#000 !important;
}

label.error{
    transform: translateY(-13px);
    font-size: 14px;
    color: red;
    padding-top:10px;
}

.accordion::focus{
    outline:none;
}

.main-form-ban.color-minus{
    color: #000000ad;
}

.main-form-ban {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 2rem; 
    width: 320px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); 
}

@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0.5; }
  100% { opacity: 1; }
}

.blinking-button {
  background-color: #f4a900; 
  /*color: #fff !important;*/
 color: #000 !important;
  padding: 3px 8px !important;
  border-radius: 20px;
  font-weight: bold;
  animation: blink 1s infinite;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #fff; /* Border with the same color as the background */
  font-size:15px;
}




.bann-tnd {
    position: relative;
    color: #fff;
    background: var(--primary-color);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    display: block; 
    margin: 20px auto 0;
    border-radius: 30px;
    padding: 9px 29px 11px 17px;
    cursor: pointer;
    border: 0;
    text-align: center;
    width: fit-content; 
}



.main-form-ban .form-control {
    max-width: 100% !important;
    background: #fff !important;
    padding: 5px 5px 5px 20px !important;
    line-height: 30px !important;
    border: 1px solid #00000029 !important;
    border-left: 5px solid var(--primary-color);
    margin-bottom: 19px !important;
}


p{  
   font-family: "Noto Serif", serif;
    font-size: 15.5px;
    line-height: 1.6;
    color: #353434;
    font-weight: 400;
}

.service-section-one .para-pad {
    margin-bottom:24px;
}

li{
    list-style:none;
}
a{
    text-decoration:none !important;
}
img{
    height:auto;
    max-width:100%;
}

.sec-icon{
    text-align: center;
    margin: 0;
    padding: 0;
}

.services-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 50px 20px;
}

.sec-icon h4{
    font-weight: 600 !important;
    font-size: 1em;
    margin-bottom: -7px;
}


.service-item h4{
    margin-top:10px;
}

.services-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 50px 20px 0;
    flex-wrap: wrap;
}

.service-item {
    text-align: center;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 215px; /* Adjust width as needed */
    position: relative;
}

/* Add vertical line between items except the last one */
.service-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 15%;
    right: -20px;
    height: 70%;
    width: 1px;
    background-color: #ddd; 
}

/* Circle wrapper for icons */
.icon-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #007bff; 
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
}

.icon-wrapper img {
    width: 40px;
    height: 40px;
}

.service-text h3 {
    font-size: 16px;
    color: #333;
    margin: 10px 0 5px;
    font-weight: bold;
}

.service-text p {
    font-size: 14px;
    color: #666;
    margin: 0;
}


.sec-icon p{
       line-height: 1.5;
        font-size: 14px;
        margin-top: 15px;
        font-weight: 400;
}



.know-more-btn {
    display: inline-block;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 500;
    color: #666;
    background: #f1f1f1;
    border-radius: 18px;
    text-decoration: none;
    text-align: center;
    transition: transform 0.3s ease, opacity 0.3s ease;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 20px);
    opacity: 0;
    visibility: hidden;
}

/* Show the button when hovering over .service-item */
.service-item:hover .know-more-btn {
    transform: translate(-50%, 0);
    opacity: 1;
    visibility: visible;
}


.sticky{
    width:100%;
    position:fixed;
    background:#fff;
    top:0;
    left:0;
    z-index:333;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transform: translateY(0%);
    visibility: visible;
    animation: sliddown 1s;
}
.header-menus.sticky {
    transform: translateY(0%);
    visibility: visible;
    animation: sliddown 1s;
}
/*.header-logo{*/
/*    padding:1rem 0;*/
/*}*/
.header-logo img{
    /*height: 100px;*/
    /*width: 140px;*/
    object-fit: cover;
}

@keyframes sliddown{
    0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}
.section-title{
    position:relative;
}
.section-title.text-center{
         position: relative;
    margin-bottom: 3rem;
}
.small-heading-title{
    color: #000;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 10px;
    /* padding: 0 0 22px; */
    padding: 5px 10px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 4px 13px 0 #e9e9e461;
}
.big-title-heading {
    position: relative;
    color: #01284f;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    text-transform: capitalize;
    margin-bottom: 1.2rem;
}

.side-heading{
    position: relative;
    color: #01284f;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    text-transform: capitalize;
    margin-bottom: 1.2rem;
}
.secondary-heading{
    position: relative;
    color: #01284f;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4;
    text-transform: capitalize;
    margin-bottom: 1.2rem;
}

.theme_btn {
    position: relative;
    /*color: #fff;*/
    color:#000;
    background: var(--primary-color);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    border-radius: 30px;
    padding: 12px 40px 13px 20px;
    cursor: pointer;
    /*transition: all 0.4s ease-out 0s;*/
    border: 0;
}

.theme_btn:hover {
    color: #fff;
    background: var(--primary-color);
}

.theme_btn i{
    transition: all 0.4s ease-out 0s;
    font-size: 16px;
    line-height: 0;
    margin-left: 11px;
    position: absolute;
    top: 12.5px;
}
.donate{
    text-align:right;
}
.our-sserices{
    position:relative;
    padding:4rem 0 3rem;
    background:var(--secondary-color);
}
.services-box-sec{
    position:relative;
    background:#fff;
    margin-bottom: 30px;
}
.services-box-sec .services-images {
    overflow: hidden;
}

.services-box-sec:hover .services-images img {
    transform: scale(1.1);
}
.services-box-sec .services-images img {
    width: 100%;
    display: block;
    transition: all 0.4s ease-out 0s;
    height: 370px;
}

.detail-section-iofe .space-between .care-home-elder li p{
    margin-bottom:0;
}

.contuct-us .color-btn{
    color:black !important;
}

.services-buttn {
    display: flex;
    position: relative;
    margin-top: -40px;
    margin-left: 27px;
}

.services-buttn h4 {
    display: inline-block;
}

.services-box-sec:hover .services-buttn .services-tagf {
    background: var(--primary-color);
}
.services-buttn h4 .services-tagf {
    position:relative;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    background: var(--primary-color);
    font-weight: 400;
    display: inline-block;
    padding: 28px 50px;
    margin-right: 8px;
    transition: all 0.4s ease-out 0s;
}

.services-box-sec:hover .services-buttn .more_btn {
    background: var(--primary-color);
}
.services-box-sec .services-paragrph {
    padding: 25px 35px 35px 35px;
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 3;*/
    /*overflow: hidden;*/
    /*margin: 10px 0 0; */
}

.services-buttn h4 .more_btn {
    color: white;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    background: var(--primary-color);
    display: inline-block;
    padding: 30px 30px;
    transition: all 0.4s ease-out 0s;
}



/*******header-top***********/
.header-top{
    background: linear-gradient(45deg, #6bf6d6, #2ae3c8, #26dbca, #1dcef4, #1eceec);
    display: block !important;
    padding:5px 0;
}
.header-detail ul {
    position: relative;
    padding-left: 0;
    display: flex;
    gap: 25px;
    margin-bottom: 0;
    letter-spacing: 0.2px;
    transition: all 0.3s ease-in;
}
.header-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-detail ul li {
    font-size: 1rem;
    color: #000;
    display: flex;
    align-items: center;
}

.header-detail i {
    position: relative;
    display: inline-block;
    text-align: center;
    height: 35px;
    width: 35px;
    /*background: var(--primary-color);*/
    /*color: #fff;*/
    line-height: 40px;
    border-radius: 50%;
    font-size: 1.3rem;
    margin-right: 0.5rem;
    border: 1px solid #00000066;
}
.header-detail a{
     color:#000;
}


.list-menu-header{
    display:block;
}
.nav-menu > li > a.active{
    color:#00718f;
}
.nav-menu {
    position: relative;
    gap: 17px;
    padding-left: 0;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-menu li {
    position: relative;
    cursor: pointer;
    font-size: 17px;
    line-height: 50px;
    font-weight: 400;
    letter-spacing: 0.4px;
    display: inline-block;
    margin-right: 26px;
}
.nav-menu a{
    color:#000;
}
.header-menus .theme_btn{
   margin-top: 0;
    padding: 12px 40px 13px 20px;
}

.header-menus .theme_btn:hover {
    color: #fff;
    background: linear-gradient(45deg, #6bf6d6, #2ae3c8, #26dbca, #1dcef4, #1eceec);
}



.list-menu-header .nav-menu .submenu {
    position: absolute;
    top: 119%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 300px;
    z-index: 9;
    border-top: 4px solid var(--primary-color);
    text-align: left;
    padding: 0;
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    left: -100px;
    opacity: 0;
}

.list-menu-header .nav-menu .submenu li {
    display: block;
    font-size:15px;
    margin-right: 0;
}
.list-menu-header .nav-menu li:hover .submenu {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

.list-menu-header .nav-menu li .submenu li a {
    padding: 10px 15px;
    display: block;
    margin: 0;
    border: 0;
    font-size: 16px;
}

.list-menu-header .nav-menu .submenu-lst li a{
   color: #000;
    font-size: 18px;
    line-height: 1.4;
    /* padding: 40px 0; */
    display: inline-block;
    position: relative;
    font-weight: 400;
}

.submenu .submenu-lst li{
        padding: 3px;
}

.list-menu-header .nav-menu li .submenu a:hover:before {
    height: 100%;
    top: 0;
}
.list-menu-header .nav-menu li .submenu a:before {
    position: absolute;
    content: "";
    width: 100%;
 
    height: 0;
    left: 0;
    bottom: 0;
    background: var(--primary-color);
    z-index: -1;
    transition: 0.5s;
}

.banner-section{
    position:relative;
    min-height:100%;
    background: #00000069;
    min-height: 650px;
    background-position: center bottom;
}

.faq-bg{
  background-color: white !important;
}

.space-hg{
  font-size: 16px !important;
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;
   line-height: 1.5;
    
}

.banner-section::before {
    content: "";
    position: absolute;
    background-size: cover;
    background-position: center;
    background-image: url(../images/banner/lifecare-caring-partner.webp);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.banner-centent{
    /*margin-top: 150px;*/
    position: relative;
    padding: 8rem 0;
    z-index: 3;
    text-align: left;
}

.sub-title {
    color: #000;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 30px;
    display: inline-block;
    background: #f5f6fa;
    padding: 12px 21px;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.banner-centent .banner-titles {
    position: relative;
    color: #fff;
    font-size:42px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.3px;
    margin-bottom: 17px;
    text-shadow: 2px 0 1px #14101069;
}
.banner-centent p{
    position:relative;
    color: #fff;
    font-size: 17px;
}
.banner-cares {
    position: absolute;
    right: 152px;
    top: 190px;
    animation: heartbeat infinite 3s alternate;
    display: inline-block !important;
}
.banner-shape {
    position: absolute;
    left: 0;
    bottom: -2px;
    right: 0;
    z-index: 11;
}
@keyframes heartbeat{
    100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
}

.btn-list li {
    display: inline-block;
    margin-right: 40px;
}

.btn-list {
    position:relative;
    margin-top:30px;
    padding-left: 0rem;
}
.popup-video {
        color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.251);
    border-radius: 50%;
    font-size: 37px;
    line-height: 1.7;
    display: inline-block;
    width: 56px;
    height: 56px;
    text-align: center;
    transition: all 0.4s ease-out 0s;
    top: 1rem;
    position: relative;
}


.wht-wrd-fsre{
    position:relative;
    margin-top: -80px;
}
.wht-wrd-fsre::before {
    content: "";
    background: #2e9cb90d;
    position: absolute;
    left: 0px;
    top: 80px;
    width: 100%;
    height: 352px;
}

.services-inner-back {
    position: relative;
}

.services-focus-img::before {
    content: "";
    background: #080436;
    opacity: 0.451;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.services-focus-img img {
    min-width: 100%;
}
.service-pargarph-front {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transition-property: transform;
    transition-duration: .4s;
    transition-timing-function: ease-out;
    padding: 55px 45px 55px 45px;
    z-index: 1;
    background-image: url(../images/bg/service-shape-care.webp);
    background-color: #00718f;
     width:370px;
    height: 431px;
}

.services-inner-back{
    width:370px;
    height: 431px;
}

.services-focus-img {
    position: relative;
}


.services-inner-back h5 a {
    color: #fff;
}
.services-inner-back:hover .service-pargarph-front {
    transform-origin: center top;
    -webkit-transform-origin: center top;
    transform: scaleY(1);
}
.wev-icon-care {
    border-radius: 50%;
    background-color: white;
    width: 85px;
    height: 85px;
    display: inline-block;
    text-align: center;
    line-height: 85px;
    margin-bottom: 35px;
}

.service-pargarph h5 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 400;
    color: #fff;
}
.white{
    color:#fff;
}
.mb-20 {
    margin-bottom: 20px;
}
.service-pargarph p {
    color: #fff;
    margin-bottom: 25px;
}

.wht-wrd-fsre .more_btn {
    color: white;
    font-size: 15px;
    line-height: 1;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    display: inline-block;
}
.services-inner-back:hover .services-outer-back {
    opacity: 0;
    visibility: hidden;
}
.services-outer-back {
    position: absolute;
    bottom: 35px;
    left: 30px;
    right: 30px;
    transition: all 0.4s ease-out 0s;
}


.cta-sec{
    position:relative;
    padding: 80px 0;
    height: 300px;
    background: var(--primary-color);
    overflow: hidden;
}
.cta-sec:before{
    content: "";
    position: absolute;
    right: 0;
    top: -1px;
    width: 50%;
    height: 310px;
    background-position: top;
    background-size: cover;
    clip-path: polygon(17% 0, 100% 0%, 100% 100%, 0% 100%);
    background-image: url(../images/bg/elderly-care-nursing-home-life.webp);
}
@media (min-width:1600px){
    .cta-sec:before{
        
    }
}
.cta-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cta-sec .big-title-heading{
margin-top: 1rem;
font-size: 1.9rem;
}
.cta-sec .big-title-heading span{
    color: #01284f;
    display: block;
}
.cta-shape-one::before {
    position: absolute !important;
    content: "";
    background: url(../images/bg/cta-line-caring.webp) no-repeat center;
    display: inline-block !important;
    background-size: cover;
    left: 70px;
    top: 0;
    opacity: 0.2;
    width: 405px;
    height: 126px;
    filter: brightness(0) invert(1);
}
.cta-shape-two::before{
    position: absolute !important;
    content: "";
    right: 630px;
    top: 0;
    width: 198px;
    opacity: 0.2;
    height: 146px;
    background: url(../images/bg/cta-line-another.webp) no-repeat center;
    filter: brightness(0) invert(1);
}

.cta-shape-three::before{
    position: absolute !important;
    content: "";
    background: url(../images/bg/cta-line-up.webp) no-repeat center;
    right: 70px;
    bottom: 0;
    filter: brightness(0) invert(1);
}

.cta-btn{
    position:relative;
    text-align: center !important;
    padding:2rem 0;
}

.cta-btn:hover .theme_btn.contact_btn {
    background-color: #fff !important;
    border: 2px solid white;
}
.cta-btn:hover .theme_btn.contact_btn{
    color:#000;
}
.theme_btn:hover i {
    transform: translateX(3px);
}

.theme_btn.contact_btn {
    border: 2px solid transparent;
}
.cta-btn .theme_btn{
   background-color:#000;
}

.why-choose{
    position:relative;
    padding:4rem 0 3rem;
  /*background: var(--secondary-color);*/
      /*background: #2e9cb90d;*/
}
.why-us-ser{
  position: relative;
  /*padding: 0px 13px;*/
  padding: 30px 20px;
}
.why-us-ser:hover .why-icon-number{
    animation: wdt-cus-number-blink 0.5s ease-in-out;
    -webkit-animation: wdt-cus-number-blink 0.5s ease-in-out;
}

@keyframes wdt-cus-number-blink{
    0% {
    transform: scale(1);
}

50% {
    transform: scale(1.06);
}
100% {
    transform: scale(1);
}
}

.text-end {
    text-align: left !important;
}
.why-choose-head{
    margin-bottom: 20px;
}
.why-icon-fel{
   margin-bottom: 20px;
}

.why-choose-head h4{
        font-size: 18px;
    font-weight: 700;
    margin-bottom: 1rem;
}
.why-choose-head p{
    position:relative;
    text-align:justify;
    line-height: 1.7;
}


/*.rtl .wdt-cus-service-icon-box .wdt-content-item .wdt-content-media-group:after {*/
/*    left: 0;*/
/*    right: auto;*/
/*}*/

/*.why-us-ser:after {*/
/*    content: "0" counter(my-sec-counter);*/
/*    counter-increment: my-sec-counter;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    font-size: clamp(4.375rem, 3.5817rem + 3.5256vw, 7.8125rem);*/
/*    line-height: 1;*/
/*    font-weight: 700;*/
/*    color: #000000;*/
/*    opacity: 0.025;*/
/*    transition: all 0.3s linear 0s;*/
/*    -webkit-transition: all 0.3s linear 0s;*/
/*}*/


.why-icon-fel img{
    filter: invert(25%) sepia(22%) saturate(6812%) hue-rotate(170deg) brightness(100%) contrast(105%);
}

.why-icon-number{
   position: absolute;
    top: 13px;
    right: 1rem;
    opacity: 0.1;
    font-size: 6rem;
    line-height: 1;
    letter-spacing: 0;
    /* -webkit-text-fill-color: transparent; */
    /* -webkit-text-stroke-width: 1px; */
    font-weight: 700;
    /* padding-top: 29px; */
    color: #00718f;
}

.our-key-numbaer{
    position:relative;
    padding:2rem 0 5rem;
}

.key-factor-numb{
    border-color: #f5f6fa;
    border-style: solid;
    width: 100%;
   /*height: 260px;*/
    position: relative;
    z-index: 1;
}

.key-numbaer-veir{
    position:relative;
    margin-bottom: 28px;
    align-items: center !important;
    justify-content: center !important;
    display: flex !important;
    flex-direction: column !important;   
    /*height: 200px;*/
    text-align: center;
    padding: 20px 15px;
    border-radius: 15px;
    
}

.key-factor-numb:hover .key-running{
    color:#01284f;
    width:100%;
}

.key-running {
    position:relative;
    font-weight: 500;
    font-size: 86px;
    line-height: initial;
    padding: 15px;
    letter-spacing: 0;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    line-height: 1;
    padding-top: 29px;
    color:var(--primary-color);
}


.deapm-test-frmo{
   position: relative;
    padding: 3rem 0;
    transform: translateY(-110px);
    /* top: 20px; */
    /* top: -100px; */
    margin-bottom: -110px;
}

.care-form{
    position:relative;
    background-color:#fff;
}

.input-group-meta {
    margin-bottom: 30px;
    padding: 10px 20px;
}

.form-style-one .input-group-meta input, 
.hmoe-frmn-cont select, 
.form-style-one 
.input-group-meta textarea {
    display: block;
    width: 100% !important;
    max-width: 100%;
    border: 1px solid #000;
    padding: 0 20px;
    font-size: 16px;
}


.care-nursing-from{
    position: relative;
    padding: 32px;
    background: #fff;
    border-radius: 8px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.care-nursing-from .form-control,
.care-nursing-from  select{
        font-size: 16px;
    padding: 12px 20px 10px 20px;
    color: #000;
    border-radius: 8px;
    margin-top: 20px;
    height: 55px;

    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
}
.care-nursing-from .form-control::placeholder,
.care-nursing-from  select::placeholder, .care-nursing-from textarea::placeholder{
    color:#000 !important;
}

.contact-appointt-page .form-control::placeholder,
.contact-appointt-page select::placeholder, 
.contact-appointt-page textarea::placeholder{
    color:#000 !important;
}

.contact-form .form-control::placeholder, .contact-form select::placeholder, 
.contact-form textarea::placeholder{
    color:#000 !important;
}

.form-control:focus {
    color: unset;
    background-color: unset;
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}

.care-nursing-from .theme_btn{
    width:100%;
}
.care-serice-info{
    margin-top: 20px;
    width:100%;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 10px 20px;
}
.main-testimfsd{
    position: relative;
   
    padding: 4rem 0 7rem;
    background-size: cover;
    background-attachment: fixed;
}
.main-testimfsd:before{
    position: absolute;
    content: "";
    background: linear-gradient(45deg, #6bf6d6, #2ae3c8, #26dbca, #1dcef4, #1eceec);
    height: 100%;
    width: 100%;
    opacity: 0.8;
    left:0;
    top:0;
}
.testimonial-bg{
   position: relative;
  
    max-width: 85%;
    text-align: center;
    margin: 0 auto;
}
.testimonial-content p{
    position: relative;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    margin-bottom: 2rem;
    /*margin-top: 2rem;*/
}
.testimonial-content{
    position: relative;
    /*margin-top: 62px;*/
}
.testimonal-img{
    position: relative;
    display: flex
;
    align-items: center;
    margin-bottom: 5px;
    gap: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5rem;
    justify-content: center;
}
.testimonal-img h4{
   color: #000;
    font-size: 21px;
  
    margin-bottom: 0.3rem;
}
.testimonal-img .white{
     font-size: 15px;
    font-weight: 400;
    color:#000;
}
.testimonial-bg .section-title{
    position:relative;
}
.nursing-senior-care {
    position:relative;
    background: url(../images/bg/medical-care.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 0;
}
.nursing-senior-care:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #0ac2e8;
    opacity: 0.6;
}
.subscribe-icon {
    font-size: 51px;
    height: 120px;
    line-height: 110px;
    border-radius: 50%;
    text-align: center;
    background-color: #ffffff;
    display: inline-block;
    padding: 0 33px;
    min-width: 120px;
}

.subscribe-content {
       display: flex;
    align-items: center;
    position: relative;
}

.image-overlay-2 {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #00718f;
    opacity: 0.8;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.subscribe-title h3 {
    font-size: 27px;
    font-weight: 700;
    line-height: 38px;
    padding-left: 30px;
    color: #fff;
    margin: 0;
    text-transform: capitalize;
}

.mediic-btn:hover {
    color: #fff;
}
.mediic-btn {
    position: relative;
    /*padding: 17px 42px;*/
    padding: 11px 32px;
    overflow: hidden;
    display: inline-block;
    background-color: #fff;
    color: #000;
    font-weight: 500;
    transition: 500ms;
    z-index: 1;
    border-radius: 30px;
}
.mediic-button{
text-align: right !important;
font-size: 17px;
}
.mediic-button  i{
        position: relative;
    margin-left: 1rem;
    top: 0.2rem;
}
.mediic-btn:hover .care-btn-hover {
    height: 100%;
}

.care-btn-hover:nth-child(1) {
    left: 0;
}
.care-btn-hover:nth-child(1), 
.care-btn-hover:nth-child(3), 
.care-btn-hover:nth-child(5) {
    bottom: 0;
}
.care-btn-hover:nth-child(2) {
    left: 16.66%;
}
.care-btn-hover:nth-child(2), 
.care-btn-hover:nth-child(4), 
.care-btn-hover:nth-child(6) {
    top: 0;
}
.care-btn-hover:nth-child(3) {
    left: 33.32%;
}
.care-btn-hover:nth-child(4) {
    left: 49.98%;
}
.care-btn-hover:nth-child(5) {
    left: 66.64%;
}
.care-btn-hover:nth-child(6) {
    left: 83.3%;
}
.care-btn-hover {
    background-color: var(--primary-color);
    width: 18.66%;
    height: 0;
    display: block;
    position: absolute;
    transition: all 500ms ease;
    z-index: -1;
}


/************footer-section-start*************/

.footer-section {
    position: relative;
    padding: 4rem 0 0;
    background: #01284f;
    z-index: 1;
}

.company-info-desc p {
    padding: 1rem 0 0rem;
    color: #fff;
    font-weight: 500;
    line-height: 26px;
    font-size: 14px;
}

.footer-title-head{
       font-size: 19px;
    color: #ffffff;
    font-weight: 700;
    padding: 0 0 12px;
}
.menu-quick-link-content {
    padding: 10px 0 0;
}
.footer-menu {
  padding-left: 1.35rem;
}
.footer-menu li {
    display: block;
    list-style: none;
    margin-bottom: 14px;
    position:relative;
}
.footer-menu li:before{
    font-family: flaticon_normal-icon !important;
    left: -25px;
    top: -0px;
    content: "\f10d";
    position: absolute;
    font-size: 1.1rem;
    color: #fff;
}
.footer-menu li a {
    font-weight: 500;
    color: #fff;
    display: inline-block;
    transition: 0.5s;
    font-size: 14px;
}
.footer-menu li a:hover{
    color:#0ac2e8;
}
.place-location p {
    font-size: 16px;
    font-weight: 500;
    /*padding: 10px 0 0;*/
    color: #fff;
}

.care-info-doc span {
    font-size: 17px;
    font-weight: 500;
    color: #000;
}

.care-info-doc p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom:0;
}
.care-info-doc a{
     font-size: 15px;
       color: #fff;
}

.care-hospital-mens {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 0;
    margin-top: 35px;
    display: flex;
    justify-content: center; 
    align-items: center; 
    text-align: center; 
    width: 100%; 
}




.care-hospital-mens p,
.care-hospital-mens a{
    color:#fff;
}
.care-hospital-mens p{
    margin: 17px 0;
}
.footer-thumb1 {
    position: absolute;
    bottom: 0px;
    right: -26px;
    text-align: right;
    z-index: -1;
}
.mediic-social-icon{
    display:flex;
}
.mediic-social-icon ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
}

.mediic-social-icon li{
    background: #f5f6fa;
    padding: 10px 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
}
.mediic-social-icon i{
    color:#0ac2e8;
}
.breadcrumb{
    background-image:url(../images/bg/lifecare-services-breadcrumb.webp);
    padding:5rem 0;
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 350px;
    display: grid
;
    margin: 0;
    align-items: center;
}
.breadcrumb::before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color: #000;
    opacity: 0.56;
}
.life-detal-list{
    max-width: 75%;
    max-width: fit-content;
    /*text-align:center;*/
    /*margin:0 auto;*/
    position:relative;
    max-width: 75%;
    padding:25px 30px;
  
}

.biggg-taitlr{
    font-size:35px;
    color:#fff;
    font-weight:700;
    letter-spacing:-0.3px;
    line-height:1.3;
    margin-bottom:20px;
     text-transform:capitalize;
     position:relative;
    
}
.oreder-tag{
    padding:0;
    margin:0;
}
.oreder-tag li{
    display:inline-block;
    text-transform:capitalize;
    font-size:18px;
    position:relative;
    color:#fff;
    
}
.oreder-tag li a{
    color:#fff !important;
}
.oreder-tag li a::after{
    content: "\f108";
    font-family: flaticon_normal-icon !important;
    position: relative;
    top: 4px;
    margin: 5px;
}
/*.life-detal-list::before{*/
/*    content: "";*/
/*    background: white;*/
/*    opacity: 0.278;*/
/*    position: absolute;*/
/*    left: -10px;*/
/*    top: -10px;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 1;*/
/*}*/
.detail-section-iofe{
    padding:4rem 0;
    position:relative;
}
.side-navgi-bar{
    margin:0;
    padding:0;
}



.side-navgi-bar li{
   
    font-size:17px;
    margin-bottom: 10px;
    transition: all 0.4s ease-out 0s;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    
    
}
.side-navgi-bar li a{
    color:#000;
    padding:17px 0 17px 20px;
    position:relative;
    line-height:1.3;
    text-transform:capitalize;
    font-weight:600;
    transition:all 0.4s ease-out 0s;
    display:block;
}
.side-navgi-bar li a span{
    color: #fff;
    font-size: 25px;
    line-height: 1;
    background: #0ac2e8;
    position: absolute;
    padding: 14px 18px;
    right: 0;
    top: 0;
    transition:all 0.4s ease-out 0s;
}
.side-navgi-bar li a span::before{
    content: "\f108";
    font-family: flaticon_normal-icon !important;
}
.side-navgi-bar li:hover{
    background-color:#0ac2e863;
    
    
}
.side-navgi-bar li a:hover{
    color:#000;
}
.side-navgi-bar li:hover  .peronda-care{
    background: #0ac2e8;
}
.appointmtn{
    background: #0ac2e8;
    padding: 40px;
}
.helt-care-apitmnr{
    font-size: 35px;
    line-height: 35px;
    text-align: left;
    color: #ffffff;
    padding-bottom: 0;
    margin-bottom: 0;
    text-transform:capitalize;
}
.life-crae-secondry{
    margin-bottom:40px;
}
.form-box {
    display: block;
    position: relative;
    font-size: 0;
    line-height: 1;
    margin-bottom: 20px;
}
.form-input {
    width: 100%;
    height: 60px;
    background: #ffffff;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
    color: #131830;
    border: none;
    outline: none;
    padding: 12px 30px;
    border: 1px solid #777777;
    box-shadow: none;
}
.service-appointment-form{
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
}
.opptainment-sectio{
    background-color: #fff;
    padding: 40px;
    margin-top: 50px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.form-box textarea {
    height: 137px;
    resize: none;
    padding: 18px 30px;
    margin-bottom: 0;
}
.sec-btn {
    position: relative;
    height: 60px;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 24px;
    color: #fff !important;
    background-color: #01284f;
    border-radius: 30px;
    padding: 18px 32px;
    font-weight: 500;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    border: none;
    overflow: hidden;
    transition: 0.3s;
}
.main-content-parag p{
    text-align:justify;
}
.setion-imgg img{
    width:100%;
}
.care-home-elder li:before{
   width: 16px;
    height: 16px;
    left: -25px;
    top: 5px;
    background: #fff;
    border: 1.5px solid #0ac2e8;
    border-radius: 20px;
    content: "";
    display: inline-block;
    position: absolute;
    /*margin-right: 12px;*/
}
.care-home-elder li:after{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    left: -20px;
    top: 10px;
    background: #0ac2e8;
    box-shadow: 0 10px 40px 5px rgba(0, 0, 0, .1);
    border-radius: 20px;
    transform: rotate(45deg);
}
.care-home-elder{
    /*margin-top:30px;*/
    padding: 0;
}
.care-home-elder li{
    font-size:16px;
    margin-bottom:10px;
    position:relative;
    display: block;
    margin-left: 20px;
}
.process-why-lie{
    padding:4rem 0;
    position:relative;
    background: #0ac2e8;
    background-image:url(../images/bg/pattern.webp);
}
/*.process-why-lie::before{*/
/*    content:'';*/
/*    background-image:url(../images/bg/pattern.webp);*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*}*/
.img-setio{
    height: 100px;
    width: 100px;
    line-height: 100px;
    border-radius: 100%;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    position: relative;
    color: #ffffff;
    margin-bottom: 40px;
}
.img-setio img{
    /*filter: invert(100%) sepia(6%) saturate(0%) hue-rotate(29deg) brightness(107%) contrast(105%);*/
    filter: invert(0%) sepia(9%) saturate(7464%) hue-rotate(152deg) brightness(104%) contrast(110%);
}
.lyf-helat-care .step-number{
    position: absolute;
    font-size: 48px;
    color: rgb(0 0 0 / 38%);
    right: -20px;
    bottom: -30px;
    font-weight: 700;
}
.smll-title-comrt{
    /*font-size:22px;*/
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 0.9rem;
    text-transform:capitalize;
}
.content-feature p{
    color:#fff;
}
.lyf-helat-care{
    text-align:center;
}
.process-why-lie .container{
    max-width: 1140px;
}
.why-choose-uss{
    padding:5rem 0;
    position:relative;
}
.service-whu-chose{
    position:relative;
    padding: 3rem 2rem;
    /*padding:3rem 3rem;*/
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    height: 100%;
}

.post-surgical-crae li p{
    margin-bottom: 0;
}

.service-whu-chose::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #0ac2e8;
    transform: rotate(0deg);
    z-index: -1;
    opacity: 0;
    transition: .5s;
    transition-delay: .2s;
    background-image: url(../images/bg/service-shape-line-views.webp);
}
.service-whu-chose:hover::before{
    opacity: 1;
    transform: rotate(-7deg);
}
.service-whu-chose::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, #6bf6d6, #2ae3c8, #26dbca, #1dcef4, #1eceec);
    z-index: -11;
    opacity: 0;
    transition: .5s;
    transform: scaleY(0);
}
.service-whu-chose:hover::after{
    opacity: 1;
    transform: scaleY(1);
}
.choose-icom img{
    margin-bottom:20px;
    
    
}
.whychoswee-contetn p{
    padding:0;
    margin:0;
        text-align: justify;
}
.service-whu-chose:hover  .smll-title-comrt , .service-whu-chose:hover p {
    color:#fff;
}

.service-whu-chose:hover .choose-icom img{
    filter: brightness(0) invert(1);
}

.whychoose-conttt:hover{
    background:unset;
}
.benefits-cetion{
    padding:5rem 0;
    position:relative;
    padding-bottom: 0;
    
}
.post-surgical-crae li:before{
    content:'';
    background-image:url(../images/svg/check.svg);
    height: 20px;
    width: 20px;
    position: absolute;
    left: 13px;
    top: 19px;
    background-size: cover;
    background-repeat: no-repeat;
}
.post-surgical-crae li{
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 5px 25px 0px rgba(28, 29, 34, 0.12);
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.01em;
    margin-bottom: 20px;
    padding: 15px 15px 15px 41px;
    position: relative;

}
.post-surgical-crae{
    padding:0;
    margin-top:40px;
}
.benfit-setion img{
    width:100%;
    height:auto;
}
.sub-service-tion{
    padding:5rem 0;
    background-size:cover;
    background-repeat:no-repeat;
    position: relative;
    height: 500px;
}

.sub-service-tion .section-title{
    text-align:center;
}
.sub-service-tion .mdy-about-contact{
    display:block;
}
.sub-service-tion .mdy-about-contact .mediic-btn{
    background-color:#0ac2e8;
}
.sub-service-tion::before{
   content: "";
    top: 0;
    bottom: 0;
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: 0.4;
}
.sub-service-tion p{
    max-width: 64%;
    margin: auto;
}
.sub-service-tion .mediic-button {
    text-align: center !important;
    margin-top:30px;
    
}
.post-surgival-care{
    background: #fff;
    box-shadow: 0 10px 60px rgba(0, 0, 0, .1);
    padding: 70px 70px 40px;
    margin-top: -164px;
}
.appont-why-chhose{
    position:relative;
    padding: 4rem 0;
}
.pargrhp-contetn{
    background: #fff;
     max-width: 70%; 
    padding: 10px 28px;
    position: relative;
    font-weight: 600;
    margin-bottom: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    text-align: justify;
}
.get-in-touch::before{
    content: '';
    background-color: #0ac2e8;
    opacity: 0.149;
    position: absolute;
    top: 155px;
    height: 60%;
    width: 100%;
    z-index: -1;
}
.get-in-touch::after{
    content: "";
    position: absolute;
    background: url(../images/bg/map-background.webp) no-repeat center;
    max-width: 100%;
    left: 0;
   top: 155px;
    height: 60%;
    z-index: -1;
    right: 0;
    margin: 0 auto;
}
.get-in-touch{
    position:relative;
    padding:4rem 0;
}
/*.get-in-touch .section-title {*/
/*      margin-bottom:110px;  */
/*}*/
.pargrhp-contetn::before{
    content: "";
    background: #0ac2e8;
    position: absolute;
    left: 0;
    top: 15px;
    width: 4px;
    height: 44px;
    z-index: 1;
}
.cta-section{
    margin-top:20%;
}
.contact-appointt-pa{
    background:#fff;
}
.get-in-touch .cta-section .big-title-heading{
    max-width:70%;
}
.apponit-tile .big-title-heading{
    color: #fff;
    background: #0ac2e8;
    font-size: 30px;
    text-align:center;
    line-height: 1;
    font-weight: 700;
    padding: 25px 55px;
    margin-bottom: 0;
}
.contact-appointt-page  .form-control , .contact-appointt-page select {
    border-top: 1px solid #e2e2e2 !important;
    border-right: 1px solid #e2e2e2 !important;
    border-bottom: 1px solid #e2e2e2 !important;
    background: #fff;
    position: relative;
    padding-left: 13px;
    border: 0;
    width: 100%;
    height: 56px;
    z-index: 1;
    border-radius: 0;
    border-left: 5px solid #0ac2e8;
    color: #241e5e;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    margin-top: 19px;

    }
.contact-appointt-page textarea{
    border-top: 1px solid #e2e2e2 !important;
    border-right: 1px solid #e2e2e2 !important;
    border-bottom: 1px solid #e2e2e2 !important;
    border: 0;
    width: 100%;
    /*padding: 30px 0 0 40px;*/
    padding: 10px 13px;
    height: 135px;
    border-left: 5px solid #0ac2e8;
    background: #fff;
    position: relative;
    z-index:1;
    margin:0;
    margin-top:19px;
    }
    .contact-appointt-page form{
        padding:30px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    }
    .contact-appointt-page{
        background:#fff;
    }
    .contact-appointt-page .donate {
    text-align: left;
    margin-top:25px;
}
textarea:focus{
    outline:none;
}
.header-menus{
    /*position:relative;*/
    padding:10px 0;
}
.sub-tile{
        font-size: 16px;
    font-weight: 600;
}
.post-surgival-care .care-home-elder {
   
    padding: 0;
    margin-left: 4px;
    margin-bottom: 24px;
    
}
.appontimnet{
    margin-top:10px;
}
.service-appointment-form .sec-btn{
    background: linear-gradient(45deg, #6bf6d6, #2ae3c8, #26dbca, #1dcef4, #1eceec);
}
.heltre-apitmnr{
    /*font-size: 28px;*/
    /*margin-bottom:30px;*/
    font-size: 21px;
    margin-bottom: 23px;
    text-align: center;
    line-height: 1.3;
    font-weight: 800;
    color: #01284f;
}
.setion-img-cot{
    text-align:center;
    margin-top:10px;
}
.mail-pghone-dwdg{
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 30px;
    border: 2px dashed #0ac2e8;
    padding: 30px 0;
}
.mail-pghone-dwdg a{
       font-size: 16px;
    color: #01284f;
    display: block;
    font-weight: 500;
}
.phone-numbrt{
    font-size: 21px !important;
    font-weight: 700 !important;
    line-height: 2;
}
.oreder-tag .active{
    font-weight: 700;
}
.backgpound-section::before{
    position: absolute;
    width: 32%;
    height: 567px;
    left: -18px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background:linear-gradient(45deg, #6bf6d6, #2ae3c8, #26dbca, #1dcef4, #1eceec);
    border-radius: 15px;
    z-index: -1;
}

.about-us{
    position:relative;
    padding:4rem 0;
}
.abot-shapecontet{
    position: absolute;
    top: 32%;
    left: -40px;
    animation: life 3000ms forwards infinite alternate;
    transform-origin: bottom left;
}

@keyframes life{
    0% {
    transform: rotate(10deg);
}
100% {
    transform: rotate(-10deg);
}
}
.abt-lyfcare img{
    border-radius:20px 0 20px 20px;
    width:100%;
}
.backgpound-section{
    position:relative;
    text-align: center;
    max-width: 449px;
}
.abt-experience{
    position: absolute;
    padding: 15px 10px;
    top: 17px;
    max-width: 52%;
    right: -15px;
    display: inline-block;
    background: linear-gradient(45deg, #6bf6d6, #2ae3c8, #26dbca, #1dcef4, #1eceec);
    border-radius: 15px 0 15px 15px;
}
.experi-comtt{
    text-align:left;
}
.smll-contt{
    font-size:50px;
    font-weight:700;
    margin-bottom:0;
    color:#fff;
}
.experi-comtt p{
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
    margin: 0;
}
.abt-experience::before{
    position: absolute;
    width: 35px;
    height: 20px;
    z-index: -1;
    right: 1px;
    top: -20px;
    content: "";
    background: var(--primary-color);
    clip-path: polygon(0 16%, 0% 100%, 100% 100%);
}

.hearrt-aniton{
    margin-bottom: 2px;
    margin-left:6px;
    animation: life 2500ms forwards infinite alternate;
    transform-origin: bottom left;
}
.expriecr-section .section-title p{
    position: relative;
  
    line-height: 33px;
    margin-bottom:0;
    text-align: justify;
}

.expriecr-section .care-home-elder{
    margin-top: 10px;
}
.expriecr-section{
    padding-left:1rem;
}
.hear-hand-imhh{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 21px;
    margin-top:35px;
}
.heart-image img{
    filter: invert(15%) sepia(89%) saturate(3785%) hue-rotate(354deg) brightness(96%) contrast(99%);
}
.hear-hand-imhh p{
    margin-bottom:0;
    font-weight: 700;
}
.expriecr-section .mediic-button{
    text-align:left !important;
    margin-top: 30px;
}
.expriecr-section  .mediic-btn{
    background:linear-gradient(45deg, #6bf6d6, #2ae3c8, #26dbca, #1dcef4, #1eceec);
    color:#fff;
}
.expriecr-section  .mediic-btn .care-btn-hover{
     background:#0ac2e8;
}
.miisson-viisomvale{
    background:#0ac2e8;
    padding:4rem 0;
    position:relative;
}
.miisson-viisomvale:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    background-image:url(../images/about/medicine-equipment.webp);
    
}
.missiob-vale{
    padding:25px;
    position:relative;
    border-radius:15px;
    background:rgb(255, 255, 255);
    display: flex;
    align-items: center;
    gap: 35px;
    margin: 15px 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
   
}
.collbals{
    margin-top:2rem;
}
.missib-icon{
    height: 100px;
    width: 100px;
    background: linear-gradient(45deg, #6bf6d6, #2ae3c8, #26dbca, #1dcef4, #1eceec);
    border-radius: 50%;
    flex: 0 0 auto;
    text-align: center;
    line-height: 6;
    transition: all 0.3s ease-out;
}
.value-misison p{
    text-align: justify;
    margin-bottom:0;
    font-size: 16px;
}
.missib-icon img{
    filter: invert(99%) sepia(56%) saturate(0%) hue-rotate(263deg) brightness(109%) contrast(101%);
}
.missiob-vale:hover{
    
  
}
.bg-gradiens{
    background: linear-gradient(45deg, #6bf6d6, #2ae3c8, #26dbca, #1dcef4, #1eceec);
    color: #fff;
}

.why-familt-prefer {
    position: relative;
    background: rgb(255, 255, 255);
    border-radius: 15px;
    box-shadow: 0px 0px 60px 0px rgba(34, 35, 63, 0.25);
}
.family-perferus{
    padding:4rem;
    position:relative;
}
.why-familt-prefer ul{
    padding:0;
    margin:0;
    list-style:none;
    text-align:center;
    display:grid;
    grid-template-columns:repeat(2, 1fr);
}
.gridtempl-seytoon{
    padding:50px 36px 50px 36px;
}
.why-familt-prefer ul li{
    border:1px solid #e6e6e6;
}
.why-familt-prefer ul li:nth-child(-n+2){
    border-top: none;
}
.why-familt-prefer li:nth-child(n+1){
    border-bottom: none;
}

.why-familt-prefer ul li:nth-child(n){
    border-left: none;
}
.why-familt-prefer ul li:nth-child(2n){
    border-right: none;
}
.grid-imgg img{
    filter: invert(69%) sepia(35%) saturate(3239%) hue-rotate(145deg) brightness(93%) contrast(95%);
}
.gridtempl-seytoon .smll-title-comrt{
    margin-bottom:0;
}
.grid-imgg{
    margin-bottom:20px;
}
.gamilar-icon{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
}
.gamilar-icon span{
    width:50px;
    height:50px;
    line-height:28px;
    background:#f9f9f9;
    text-align:center;
    border-radius:50%;
    display:inline-block;
}
.gamilar-icon span img{
   
}
.family-perferus .container{
    max-width:1140px;
}
.family-perferus{
    position:relative;
    padding:4rem 0;
        /*background: #0ac2e817;*/
}
.gridtempl-seytoon .smll-title-comrt{
      margin-bottom: 17px;
}
.gridtempl-seytoon p{
    text-align:justify;
    margin:0;
}
.eplore-servce{
    position:relative;
    padding:4rem 0;
    margin-bottom: 30px;
}
.service-imfage img{
    border-radius:12px;
}
.servive-dhapeicon{
    height: 85px;
    width: 85px;
    background: linear-gradient(45deg, #6bf6d6, #2ae3c8, #26dbca, #1dcef4, #1eceec);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 6;
      transition: 0.3s;
}
.servive-dhape{
    position:absolute;
    inset:20px;
    top:auto;
    
}
.service-detail{
     position:relative;
     margin-bottom:30px;
}
.servive-dhapeicon img{
    filter: invert(95%) sepia(100%) saturate(0%) hue-rotate(245deg) brightness(103%) contrast(104%);
}
.imgae-mask{
    mask-image:url(../images/svg/download.svg);
    background-color:#fff;
    padding:20px;
    margin-top:10px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    transition: 0.3s;
    mask-position: right bottom;
}
.physio-icon{
    display: inline-flex;
    align-items: center;
    text-transform: capitalize;
    gap: 11px;
    line-height: 2px;
    color: #0ac2e8;
}
.service-detail:hover .servive-dhapeicon{
    background:#fff;
}
.service-detail:hover .servive-dhapeicon img{
    filter: invert(63%) sepia(79%) saturate(1017%) hue-rotate(148deg) brightness(89%) contrast(105%);
}
.service-detail:hover .imgae-mask{
    background: linear-gradient(45deg, #6bf6d6, #2ae3c8, #26dbca, #1dcef4, #1eceec);
    color:#fff;
}
.service-detail:hover .physio-ico{
    color:#fff !important;
}
.service-detail:hover .physio-icon{
    color:#000!important;
}
.eplore-servce .swiper-button-next{
    position: absolute;
    top: 95%;
    left: 52%;
    background: linear-gradient(45deg, #6bf6d6, #2ae3c8, #26dbca, #1dcef4, #1eceec);
    border-radius: 50%;
    height: 40px;
    width: 40px;
}
.eplore-servce .swiper-button-next:after ,.eplore-servce .swiper-button-prev:after{
    font-size: 15px;
    font-weight: 700;
    color:#000;
}
.eplore-servce .swiper-button-prev{
    position: absolute;
    top: 95%;
    left: 45%;
    background: linear-gradient(45deg, #6bf6d6, #2ae3c8, #26dbca, #1dcef4, #1eceec);
    border-radius: 50%;
    height: 40px;
    width: 40px;
}
.know-lifecare{
    position:relative;
    padding:4rem 0;
    background:#0ac2e817;
}
.lifye-careicon{
    font-size: 48px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 6px;
    background-color:#fff;
}
.lifvcare-fature{
    display:flex;
    gap: 30px;
    margin:50px 0;
}
/*.lifecare-contetn .smll-title-comrt{*/
/*    margin:0;*/
/*}*/

.lifecare-contetn p{
    margin:0;
}

.lifcare-spantag{
    font-weight: 600;
    position: relative;
    top: 30px;
    font-size: 24px;
    width: 49px;
    height: 49px;
    line-height: 1;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #0ac2e8;
    color:#000;
    background-color: #fff;
    transition: 0.3s;
    display: flex;
    flex-shrink: 0;
}
.life-carecommon{
    position:relative;
}
.lyfecare-masking{
    position: relative;
    mask-repeat: no-repeat;
    mask-size: cover;
    mask-image:url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22604%22%20height%3D%22503%22%20viewBox%3D%220%200%20604%20503%22%3E%3Cimage%20width%3D%22604%22%20height%3D%22503%22%20xlink%3Ahref%3D%22data%3Aimg%2Fpng%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAAlwAAAH3CAYAAABuL4EAAAAPAklEQVR4nO3dvXZc1R3G4W2TgnTjLp3lLh2iIxVyRyqgTGVzBTZXILtLB74C7I4Ou0sqyx2dRZfOyhVk3IXKWdtrz8poPjRf552v8zxrzRJIIDN7MPz03%2FucuVUAYH8NSilnpZSTUspnpZTT9rnRA1Z1VUoZto%2B%2FlVIu2%2BMquZKCC4B9U%2BPqQQutM68OW1KD66KU8qJ9BICj9LCU8rqU8sHDY8ePd%2B3fxxP%2FqQHgWDwqpfxHZHjs4aP%2Be%2FmD8ALgkJ21SYLQ8Nj3x2jiBQAHY9CmBkLD49Ae79addn0y9RkAyDlt57S%2BssYcoEGbdP1eSvl1lX98wQXAttSzWi%2FdzoED9%2BnYDwxvvJgA7JNz22ceR%2Fj4adnfY%2B7DBUBaja0nVpkjVW%2Ba%2Bvmip2ZLEYAkscWx%2B1M7SP%2FqpicquABIqWe2%2Fm516YHRW079c95TFVwAJNSf%2BH9uB4yhD74opbyfd%2FWiM1wAJKx9vyI4YMN2nmvqjbBve1UB6Ni52KKnBvOuXLSlCECXTtq9tqCvTmZtLdpSBKBLb9sBYuizurV4r338yJYiAF15KLbgo7q1%2BHh8KUy4AOiK6Rb837UplwkXAF04E1twzbUpl%2BACoAsPrCJMeTT6hOACYFP1J%2FlvrCJMGbTpr%2BACYGNn7X8swLSPP4wILgA29bUVhLk%2B%2Fv5wlSIAm%2FI2PnCzExMuADZxIrZgofuCC4BNiC1Y7FRwAbAJ996CxWwpArAREy5Y7K7gAmATd60eLDQQXABswv23YDFbigAAaYILACBMcAEAhAkuAIAwwQUAECa4AADCBBcAQJjgAgAIE1wAAGGCCwAgTHABAIQJLgCAMMEFABAmuAAAwgQXAECY4AIACBNcAABhggsAIExwAQCECS4AgDDBBQAQJrgAAMIEFwBAmOACAAgTXAAAYYILgE2cWD1Y7JY1AmADHyweLGbCBcC6BlYOliO4AFjXqZWD5QguANYluGBJgguAdX1p5WA5gguAdZlwwZIEFwDrOHNLCFie4AJgHQ%2BsGixPcAGwjjOrBssTXACs6qHtRFiN4AJgVbYTYUWCC4BVnNlOhNV5L0UAVvHOdiKszoQLgGU5uwVrMuECYBk1tF4LLliPCRcAyzgXW7A%2BwQXAIudtOxFYky1FAG5y1rYSgQ0ILgDmqVuIb0spgzlfB5ZkSxGAWUaH5MUWdEBwATDp1BWJ0C3BBcC4b8QWdE9wATBSr0b8xTYidM%2BheQDqNOsn75EIOYILoL%2FqJOtRKeWxqRZkCS6A%2Fhm0G5meCy3YDsEF0B8mWrAjggvguJ20Kw%2B%2FdkYLdkdwARy%2B0S0cBu0eWvXP77bAcnsH2APbCK7T9vis%2FcY%2Fbf9RMM4GAHohFVz1p6oHbYwtrACAXusyuBzGBACYoYvgEloAADfYNLjOhRYAwM3WDa7T9jYQp1NfAQDgmnXevLpuH74VWwAAy1l1wvVD20IEAKDj4KpntH5xl2IAgNUtE1w1tl7bQgQAWM8ywfXaZAsAYH2LDs3%2FILYAADZz04SrXo3449RnAQBYybzgqm8y%2FW7qswAArGxecL1r0QUAwIZmneE6F1sAAN2ZDK4aWg%2BtLwBAdyaDy3QLAKBj42e4HJQHAAgYn3B9Y4EBALo3PuFyZSIAQMBownUmtgAAMkbB9cD6AgBkjE%2B4AAAIuN22Em0nAgCE1OA6tbgAADm3bScCAGTV4LprjQEAcm47vwUAkFWDa2CNAQBy6p3mP1hfAICc29YWACBLcAEAhAkuAIAwwQUAECa4AADCBBcAQJjgAgAIE1wAAGGCCwAgTHABAIQJLgCAMMEFABAmuAAAwgQXAECY4AIACBNcAABhggsAIExwAQCECS4AgDDBBQAQJrgAAMIEFwBAmOACAAgTXAAAYYILACBMcAEAhAkuAIAwwQUAECa4AADCBBcAQJjgAgAIE1wAAGGCCwAgTHABAIQJLgCAMMEFABAmuAAAwgQXAECY4AIACBNcAABhggsAIExwAQCECS4AgDDBBQAQJrgAAMIEFwBAmOACAAgTXAAAYYILACBMcAEAhAkuAIAwwQUAECa4AADCBBcAQJjgAgAIE1wAAGGCCwAgTHABAIQJLgCAMMEFABAmuAAAwgQXAECY4AIACBNcAABhggsAIExwAQCECS4AgDDBBQAQJrgAAMIEFwBAmOACAAgTXAAAYYILACBMcAEAhAkuAIAwwQUAECa4AADCBBcAQJjgAgAIE1wAAGGCCwAgTHABAIQJLgCAMMEFABAmuAAAwgQXAECY4AIACBNcAABhggsAIExwAQCECS4AgDDBBQAQJrgAAMIEFwBAmOACAAgTXAAAYYILACBMcAEAhAkuAIAwwQUAECa4AADCBBcAQJjgAgAIE1wAAGGCCwAgTHABAIQJLgCAMMEFABAmuAAAwgQXAECY4AIACBNcAABhggsAIExwAQCECS4AgDDBBQAQJrgAAMIEFwBAmOACAAgTXAAAYYILACBMcAEAhAkuAIAwwQUAECa4AADCBBcAQJjgAgAIE1wAAGGCCwAgTHABAIQJLgCAMMEFABAmuAAAwgQXAECY4AIACBNcAABhggsAIExwAQCECS4AgDDBBQAQJrgAAMIEFwBAmOACAAgTXAAAYYILACBMcAEAhAkuAIAwwQUAECa4AADCBBcAQJjgAgAIE1wAAGGCCwAgTHABAIQJLgCAMMEFABAmuAAAwgQXAECY4AIACBNcAABhggsAIExwAQCECS4AgDDBBQAQJrgAAMIEFwBAmOACAAgTXAAAYYILACBMcAEAhAkuAIAwwQUAECa4AADCBBcAQJjgAgAIE1wAAGGCCwAgTHABAIQJLgCAMMEFABAmuAAAwgQXAECY4AIACBNcAABhggsAIExwAQCECS4AgDDBBQAQJrgAAMIEFwBAmOACAAgTXAAAYYILACBMcAEAhAkuAIAwwQUAECa4AADCBBcAQJjgAgAIE1wAAGGCCwAgTHABAIQJLgCAMMEFABAmuAAAwgQXAECY4AIACBNcAABhggsAIExwAQCECS4AgDDBBQAQJrgAAMIEFwBAmOACAAgTXAAAYYILACBMcAEAhAkuAIAwwQUAECa4AADCBBcAQJjgAgAIE1wAAGGCCwAgTHABAIQJLgCAMMEFABAmuAAAwgQXAECY4AIACBNcAABhggsAIExwAQCECS4AgDDBBQAQJrgAAMIEFwBAmOACAAgTXAAAYYILACBMcAEAhAkuAIAwwQUAECa4AADCBBcAQJjgAgAIE1wAAGGCCwAgTHABAIQJLgCAMMEFABAmuAAAwgQXAECY4AIACBNcAABhggsAIExwAQCECS4AgDDBBQAQJrgAAMIEFwBAmOACAAgTXAAAYYILACBMcAEAhAkuAIAwwQUAECa4AADCBBcAQJjgAgAIE1wAAGGCCwAgTHABAIQJLgCArKHgAgDIElwAAGFXggsAIOu94AIAyLoQXAAAWZe3SikfLDIAQMwdEy4AgJwLVykCAGS9qt%2FdliIAQM49t4UAAMip24lXxVv7AADEvBh9Y1uKAADdu2rbiR%2BZcAEAdO%2Fp%2BHc04QIA6Na16VYx4QIA6Nz9yW8ouAAAuvNsdGXiOFuKAADdmNpKHDHhAgDY3HDWVuKI4AIA2Nx3s7YSRwQXAMBm6i0gXt70HQQXAMD6amw9WfR3%2F2HqMwAALKNuIz5f5i8UXAAAq6kH5L9tb069FFuKAADLq5H1%2BSqxVQQXAMBS6lTr%2B3brh7lXI85jSxEA4GYvW2ytHFojJlwAALNdtInWt5vEVjHhAgC4ZtjeD%2FHH9sedEFwAQJ%2FVqLospbxpE62VDsMvS3ABANs0bNtzw0236db0fuzXvxz74yjBBQCkjKLmVft4uY242UeCCwDo0rBtyz3rc2BNElwAQBcih82PheACADYhtJYguACAdT1vNwQVWgsILgBgVSu%2FeXPfudM8ALCKy3XevLnvBBcAsKwXLbZ2cf%2Bsgya4AIBlPC2lPLRS6xFcAMAiNbaeLPhruMGtUsqH%2BV8GAHqu3vLhcd8XYVOCCwCYZ3RAng3ZUgQAZrlqt36gA4ILAJjlqasRuyO4AIBJz9uDjjjDBQCMq1Ot%2B6Zb3TLhAgDGPRNb3TPhAgBGamjdsxrdM%2BECAEaeWokMwQUAjHhD6hDBBQCUdlWis1shggsAqF5ZhRyH5gGAYSnlTu9XIciECwB40%2FsVCBNcAIDD8mGCCwC47P0KhDnDBQDcaee4CDHhAoB%2BG4qtPMEFAP1mO3ELBBcAQJjgAoB%2Bc3f5LRBcAABhggsAIExwAQCECS4AgDDBBQAQJrgAAMIEFwBAmOACAAgTXAAAYYILACBMcAEAhAkuAIAwwQUAECa4AADCBBcAQJjgAgAIE1wAAGGCCwAgTHABAIQJLgCAsBpcVxYZAHrrvZc%2BrwbX8NifJAAwl8HLFphwAUC%2F6YAtqMH176N%2FlgDAPIJrC2pwXR79swQA5tEBW1CD6%2BLonyUAMIsG2JLRGS7jRADonzde8%2B0Y3Yfr1bE%2FUQBgignXloyC6%2BXRP1MAYNyV4NqeUXBduB8XAPSK3a0t%2BmTsl%2FpjKeXs6J8xAFD9zbBle8bfS%2FFHCw8AvfDcBXPbNT7h%2Bq8pFwD0wreGLNt1e%2BJXM%2BUCgONmurUDn0z8knXK9Xsp5atePHsA6Jehs1u7MTnhKm3K5TJRADg%2Bz0y3duPWnF%2F1pJTytpQymPoKAHCI6jDlvlduNya3FEeGthYB4GhcOSi%2FW%2FOCq%2Fq1lHKnlPLF1FcAgENSJ1v%2F8ortzk3BVf2jlHKvlHI69RUA4BB81%2F5%2Fzg7NO8M16a3oAoCD87SU8sTLtnuzrlKc5fNSyosZnwcA9tP3Ymt%2FLNpSHPeyTcTciR4A9lc9GP%2FXUsrPXqP9sUpwlXZJ6ft2kP7Tqa8CALtUr0b8Synl0quwX5Y9wzWp3qfrdfsIAOzes7aF6NYPe2jZM1yTrtrVi9%2B5Yy0A7NTohqaPxdb%2BWnVLcVIdWb5qk7I%2F22YEgK25agfjvzf82H%2FrbinOctIO1J%2FbagSAmIt2uwfve3xAugyucTW8HpZSvhRfALCxi7aj9Ny24WFKBde4k3bT1Pr4rP35QIgBwDXDsUc9svNb%2B3gpsg5cKeV%2FKVVydKXOAjEAAAAASUVORK5CYII%3D%22%2F%3E%3C%2Fsvg%3E)
}
.lyfecare-masking img{
    width:100%;
}
.lifvcare-fature:hover .lifye-careicon{
    animation: lifecare ease-in-out 0.6s 1;
}
@keyframes lifecare{
    10% {
    transform: translateY(-10px);
}
50% {
    transform: skew(15deg);
}
80% {
    transform: rotate(10deg);
}
100% {
    transform: translate(0);
}
}
.lifvcare-fature:hover .lifcare-spantag{
    background:linear-gradient(45deg, #6bf6d6, #2ae3c8, #26dbca, #1dcef4, #1eceec);
    color:#fff;
}
.contuct-us{
    position: relative;
    padding: 4rem 0;
    background: linear-gradient(45deg, #6bf6d6, #2ae3c8, #26dbca, #1dcef4, #1eceec);
    padding-bottom: 10rem;
}
.cta-calll{
    position:absolute;
    left:12%;
    bottom:100px;
    animation: spin 3000ms forwards infinite alternate;
    transform-origin: bottom left;
}

@keyframes spin{
    0% {
    transform: rotate(10deg);
}
100% {
    transform: rotate(-10deg);
}
} 
.big-title-cta{
    position: relative;
    color: #fff;
    font-size: 3.1rem;
    font-weight: 700;
    line-height: 1.4;
    text-transform: capitalize;
    margin-bottom: 1.2rem;
}
.conts-ctacontuct p{
    color:#fff;
}
.cta-biton .mediic-button:first-child .mediic-btn{
  
}
.cta-biton{
    position:relative;
}

.cta-biton {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.funtion-number{
    padding: 40px;
    text-align: center;
    border-right: 1px solid #e6e6e6;
}
.heding-funtioon{
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    color: #0ac2e8;
    margin: 0;
    margin-bottom:10px;
}
.heding-funtioon span{
    color:#01284f;
}
.housr-reached .col-md-4:last-child .funtion-number{
    border-right:none;
}
.housr-reached{
    position: relative;
    border-radius: 25px;
    margin-top: -90px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 60px 0px rgba(29, 24, 51, 0.08);
}
.funtion-number p{
    margin-bottom:0;
}
.new-testimonial{
    padding-top: 12rem !important;
    margin-top: -5rem;
    z-index: -1;
}
.new-testimonial:before{
    background:#0ac2e817 !important;
}
.comtact-box{
    padding-top: 70px;
    padding-bottom: 51px;
    background-color: #fff;
    position: relative;
    box-shadow: 0px 10px 30px 0px rgb(10 194 232 / 14%);
    height:385px;
}
.contact-uspage{
    position:relative;
    padding:4rem 0;
    background-color: #1dcef417;
}
.comtact-box::before{
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 16px;
    background-image: url(../images/svg/contact-info-bg.svg);
    /*background-repeat: no-repeat;*/
    background-position: center bottom;
}
.contact-icpm{
    width:100px;
    height:100px;
    border-radius:10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 37px;
    background:linear-gradient(45deg, #6bf6d6, #2ae3c8, #26dbca, #1dcef4, #1eceec);
}
.contact-icpm i{
    color: #fff;
    font-size: 38px;
    position: relative;
}
.contact-icpm::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, #6bf6d6, #2ae3c8, #26dbca, #1dcef4, #1eceec);
    transform: rotate(15deg);
    border-radius: 10px;
    opacity: .3;
    transition: transform 500ms;
}
.comtact-box p, .comtact-box a{
    color:#000;
    font-size:16px;
    text-align:center;
    display: block;
    margin-bottom:0;
}

.comtact-box:hover .contact-icpm::before{
    transform: rotate(195deg);
}
.contact-formimgg{
    position:relative;
    text-align:center;
}
.contact-form{
    position:relative;
    padding:4rem 0;
    background-color:#1dcef417;
}
.contact-formimgg img{
   
    height:518px;
}
.contact-form .form-control, .contact-form select{
    font-size: 16px;
    padding: 12px 20px 10px 20px;
    color: #000;
    border-radius: 8px;
    margin-top: 20px;
    height: 55px;
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    background:#fff !important;
}
.form-setiobb{
    position: relative;
    padding: 32px;
    background: #0ac2e830;
}
.google-mapp{
   position:relative;
    padding-top:4rem;
}
.side-navgi-bar > li > a.active{
    background-color:#0ac2e863;
}

.link{
    color:#0ac2e8;
    font-weight: 600;
}

.link-prime{
    color:#000;
    font-weight: 600;
}

.faq-listicon{
    padding:0;
    margin:0;
}
.faq-listicon li{
    margin-bottom:5px;
}
.faq-listicon li i{ 
    margin-right:5px;
    /*filter: invert(69%) sepia(98%) saturate(2338%) hue-rotate(144deg) brightness(94%) contrast(94%);*/
    color:#0AC2E8;
}

.sub-service-choose .care-home-elder p {
    margin:0;
}

.service-whu-chose:hover .link {
    color: black; 
}

.space-between .care-home-elder{
    margin-top:29px;
}

.mobile-menu-top, .mobile-menu-open {
    display:none;
}


.hide-robot{
display:none !important;
}

.sucess-section{
    position: relative;
    padding-top: 75px;
    padding-bottom: 130px;
}

.car-head{
    font-size: 16px;
    font-weight: 600;
    line-height:1.2 !important;
   margin-top:10px !important;
}

.service-item a {
    color: inherit;
}