.slider {
    position: relative;
    z-index: 1;
    padding-top: 125px;
    background-color: var(--custom-blue);
}

.slider:before {
    position: absolute;
    content: '';
    left: -150px;
    bottom: 0;
    width: 300px;
    height: 300px;
    background: #fff;
    border-radius: 100%;
    opacity: .15;
    z-index: -1
}

/* .slider:after {
    position: absolute;
    content: '';
    right: -200px;
    top: -100px;
    bottom: -200px;
    background: #ffffff;
    opacity: .3;
    max-width: 765px;
    width: 100%;
    z-index: -1;
    transform: rotate(15deg)
} */

.slider-info h1 {
    font-size: 48px;
    margin-bottom: 20px;
    color: #fff;
    line-height: 1.3;
    font-weight: 700;
}

.slider-info h1~span {
    opacity: .7;
    font-weight: 500;
    margin-bottom: 20px;
    display: block
}

.slider-info p {
    font-size: 18px;
    color: #fff;
}

.slider-info .readmore {
    line-height: 54px;
    padding: 0 48px
}

.slider figure {
    margin-bottom: -60px;
    position: relative;
    z-index: 1
}

/* .slider figure:before {
    position: absolute;
    content: "";
    border-radius: 50%;
    background: #ffffff;
    opacity: .15;
    left: 9%;
    top: 20px;
    width: 500px;
    height: 500px;
    z-index: -1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    animation: heartbeat-middle 5s infinite alternate;
    -webkit-animation: heartbeat-middle 5s infinite alternate
} */

@keyframes heartbeat-middle {
    to {
        transform: scale(.9);
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9)
    }
}

@-webkit-keyframes heartbeat-middle {
    to {
        transform: scale(.9);
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9)
    }
}

.home-page-services {
    background-color: #F4F9FC;
}

.home-page-services .sub-heading {
    color: var(--custom-red);
    font-weight: 600;
    text-align: center;
}

.home-page-services .heading {
    color: var(--custom-blue);
    font-weight: 800;
    text-align: center;
}

.home-page-services .para {
    text-align: center;
    color: #647589;
    margin: auto;
    width: 80%;
    font-size: 18px;
}

.home-page-services .services-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 20px;
    position: relative;
    padding-top: 80px;
    margin-top: 80px;
}

.home-page-services .services-card .read-more {
    color: var(--custom-red);
    text-decoration: underline;
}

.home-page-services .services-card .services-card-heading {
    color: var(--custom-blue);
    font-weight: 600;
    font-family: 18px;
    line-height: 1.4;
    min-height: calc(1.4em * 2);
    max-height: calc(1.4em * 2);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home-page-services .services-card .services-card-para {
    color: #647589;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    min-height: calc(1.4em * 5);
    max-height: calc(1.4em * 5);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}


.home-page-services .services-card .round-icon {
    background-color: var(--custom-green);
    border-radius: 50%;
    height: 100px;
    width: 100px;
    position: absolute;
    top: -50px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.home-page-services .services-card .round-icon img {
    width: 100%;
    height: 100%;
}

.challange-section {
    background-color: var(--custom-blue);
    padding: 40px 0px;
}

.challange-section .availability-para {
    color: var(--custom-green);
    font-weight: 600;
}

.challange-section .section-title {
    color: #fff;
    font-weight: 800;
}

.challange-section .section-tagline {
    color: #fff;
}

.why-choose-section {
    background-color: #fff;
    padding: 40px 0px;
}

.why-choose-section .section-para {
    color: #647589;
    font-size: 18px;
}

.why-choose-section .section-title {
    color: var(--custom-blue);
    font-weight: 800;
}

.why-choose-section .section-tagline {
    color: var(--custom-red);
    font-weight: 600;
}

.counter-item {
    transition: transform 0.3s;
}

.counter-item:hover {
    transform: translateY(-10px);
}


.counter-number {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--custom-green);
}

.counter-label {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 1px;
}

@media screen and (max-width:767px) {
    .home-page-services .para {
        width: 100%;
    }

    .counter-item {
        text-align: center;
    }
}

.appointment {
    z-index: 2;
    position: relative
}

.appointment {
    content: '';
    background-color: transparent;
    background: linear-gradient(90deg, rgba(51, 102, 193, 0.254942) 0%, rgba(51, 104, 198, 0.2) 0%, #334684 100%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.testimonial {
    background: rgba(244, 249, 252, 1);
    position: relative;
    z-index: 1
}

.testimonial-bx {
    background: #fff;
    padding: 40px;
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.testimonial-bx .rating span {
    color: var(--custom-blue)
}

.testimonial-bx figure {
    width: 70px;
    height: 70px;
    border-radius: 45px;
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 0px;
}

.testimonial-bx h3 {
    font-size: 18px
}

.testimonial-bx h3 span {
    font-size: 15px;
    opacity: .5;
    font-weight: 500;
    display: block;
    margin-top: 5px;
}

.testimonial-bx .testimonial-review-para {
    color: #647589;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    min-height: calc(1.4em * 5);
    max-height: calc(1.4em * 5);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.blogs-section {
    background-color: #F4F9FC;
}

.blogs-section .sub-heading {
    color: var(--custom-red);
    font-weight: 600;
    text-align: center;
}

.blogs-section .heading {
    color: var(--custom-blue);
    font-weight: 800;
    text-align: center;
}

.blogs-section .para {
    text-align: center;
    color: #647589;
    margin: auto;
    width: 80%;
    font-size: 18px;
}


.blog-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    position: relative;
}

.blog-card-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.blog-card-contnet {
    padding: 20px;
}

.blog-card .blog-card-contnet .read-more {
    color: var(--custom-red);
    text-decoration: underline;
}

.blog-card-heading {
    color: var(--custom-blue);
    line-height: 1.4;
    min-height: calc(1.4em * 2);
    max-height: calc(1.4em * 2);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.blog-card-para {
    color: #647589;
    line-height: 1.4;
    min-height: calc(1.4em * 4);
    max-height: calc(1.4em * 4);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.side-image {
    width: 100%;
    height: auto;
    border-radius: 12px;
}