.middle-apply {
    margin: 50px 0;
}

.main-default-services {
    margin: 0 0 80px 0;
}

.main-default-services .title {
    margin: 20px 0;
    text-align: left;
    color: #000;
}

.main-default-services .left-side .one img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}

.main-default-services p {
    text-align: left;
}

.main-default-services .right-side .card {
    position: relative;
}

.main-default-services .service-des h6 {
    font-weight: 600;

}

.main-default-services .service-des .button-86 {
    margin: 0 auto;
}

.main-default-services .right-side .card::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg,
            hsla(0, 0%, 0%, 0) 0%,
            hsla(0, 0%, 0%, 0.3) 10%,
            hsl(0, 0%, 0%) 100%);
    width: 100%;
    height: 80%;
}

.main-default-services .right-side .card:hover.card::after {
    background: linear-gradient(180deg,
            hsla(0, 0%, 0%, 0) 0%,
            hsla(0, 0%, 0%, 0.3) 10%,
            hsl(0, 0%, 0%) 100%);
    transition: .3s ease;
    cursor: pointer;
}

.main-default-services .right-side .card figure {
    overflow: hidden;
}

.main-default-services .right-side .card:hover img {
    transform: scale(1.4);
    transition: .4s ease-in-out;

}

.main-default-services .related-srvices .details {
    position: absolute;
    bottom: 0;
    padding: 40px;
    color: aliceblue;
    left: 0;
    z-index: 10;
}

.main-default-services .related-srvices h6 {
    position: relative;
    margin: 0 0 20px 0;
}

.main-default-services .related-srvices .details h6::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -7px;
    background: red;
    z-index: 100;
    width: 0%;
    height: 2px;
}

.main-default-services .right-side .card:hover h6::after {
    width: 50%;
    transition: .3s ease;
    cursor: pointer;
}

.main-default-services .related-srvices .details p {
    color: aliceblue;
    font-size: 14px;
}

.main-default-services .related-srvices img {
    height: 300px;
    object-fit: cover;
}

.main-default-services .related-srvices .box {
    margin: 0 0 20px 0;
}

.main-default-services .bg-title {
    background: #143F80;
    margin: 20px 0;
    width: 20%;
    padding: 10px;
    color: #FFF;
    font-size: 16px;
}

.main-default-services .service-des span {
    border: 1px solid #143F80;
    padding: 5px;
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    left: 0;
    background: #143f8024;
    top: -5px;

}

.main-default-services .types-of-hearing p {
    padding-left: 50px;
}

.main-default-services .types-of-hearing h6 {
    padding-left: 50px;
}


@media (max-width:720px) {
    .main-default-services .bg-title {
        width: 75%;
    }

    .main-default-services .related-srvices img {
        width: 100%;
    }
}