.health-hub-title a {
    color: inherit;
    text-decoration: none;
}

#blogs .card {
    max-width: 24.1875rem !important;
}

.dropdown-toggle {
    width: 16.45rem !important;
}

.card-category {
    background-color: rgba(8, 36, 83, 0.8);
    /* max-width: 6.25rem; */
}

.custom-padding {
    /* padding: 60px; */

    padding-left: clamp(1.25rem, -3.8846rem + 13.6923vw, 12.375rem);
    padding-right: clamp(1.25rem, -3.8846rem + 13.6923vw, 12.375rem);
}

.custom-padding-2 {

    padding-left: clamp(0.625rem, -30.875rem + 36vw, 7.375rem);
    padding-right: clamp(0.625rem, -30.875rem + 36vw, 7.375rem);
}

#recent-blogs .card {
    max-height: 9.625rem;
    height: 9.4rem;
}

#recent-blogs .card img {

    height: 9.4rem;
}

#recent-blogs .card-title {
    max-width: 100%;
}

.card-text.blog-para {
    max-height: 80px;
    /* Adjust this value as needed */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* Number of lines to show */
}

.card-text.blog-para::after {
    content: '...';
}


#podcast .swiper-slide {
    max-width: 24.8125rem !important;
}

#podcast .card {
    max-width: 24.8125rem !important;
}

.custom-podcast {
    padding-left: clamp(0.2rem, -7.55rem + 24.8vw, 6.4rem);
    padding-right: clamp(0.2rem, -7.55rem + 24.8vw, 6.4rem);
}

/* !form */


/* Styles for the input container */
.input-container-new {
    position: relative;

    max-width: 33.25rem;
    /* Adjust width as needed */
}

/* Styles for the input field */
.input-field-new {
    width: 100%;
    padding: 10px;
    border: 1px solid #082453;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

/* Styles for focus effect */
.input-field-new:focus {
    outline: none;
    border-color: var(--tertiary-color);
}

/* Placeholder text styles */
.input-field-new::placeholder {
    color: #082453;
}

.input-label-new {
    position: absolute;
    top: 0;
    left: 10px;
    transform: translateY(-50%);
    background-color: #fff;
    padding: 0 5px;
    color: #082453;
    transition: font-size 0.3s ease, color 0.3s ease;
}

/* Styles for the input label when input is focused */
.input-field-new:focus+.input-label-new,
.input-field-new:not(:placeholder-shown)+.input-label-new {
    color: var(--tertiary-color);
    /* Adjust label color when input is focused or has value */
}



.bg-danger {
    background-color: #D81F25;
    color: white;
}

#form .docimg {
    max-width: 30.5rem;
    top: -20%;
}

.input-field-new.error {
    border: 1px solid red;
}

.error {
    color: red;

}

.error-field-new {
    color: red;
}

.input-label-new.error {
    color: red !important;
}

.success-heart {
    max-width: 20.5rem;
}

.success-form-new {
    transition: all 1s eac;
    display: none;
}

.success-form-new .active {
    display: block !important;
}

.submit-field-new {
    max-width: 33.25rem;
}

/* !form end */

.swiper-pagination {
    height: 10%;
    width: 30%;
    position: absolute;
    left: 77%;
    top: 90% !important;
    z-index: 2;
    display: flex;
    justify-content: center;
    gap: 5px;
    padding: 10px;
    margin: 0;
    /* Resetting margins */

}

.swiper-pagination-bullet {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 12px;
    height: 12px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    opacity: 1;
    transition: opacity .6s ease
}

.swiper-pagination-bullet-active {
    opacity: 1;
    width: 70px;
    height: 12px;
    background-color: var(--primary-color);
    border: 3px solid var(--primary-color);
    border-radius: 10px;
    animation-name: active;
    animation-duration: 0.3s;
    animation-timing-function: linear;
}
.pod-card{
    height: 29vh;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
@media (max-width:1380px) {
    #recent-blogs .card img {
        width: 190px;
        height: 9.4rem;
    }

    .custom-padding {
        /* padding: 60px; */
        padding-left: 10px;
        padding-right: 10px;
    }
}

/*! form end */
@media (max-width:587px) {
    .pod-card{
        padding: 10px;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    #recent-blogs .card img {
        width: 190px;
        height: 9.4rem;
    }

    .success-heart {
        width: 10.5rem;
    }

    #form .docimg {

        width: 20rem;
        top: -20%;
        /* top: 70% !important; */
    }
}



@media only screen and (min-width:1454px) and (max-width:1566px) {
    #form .docimg {
        max-width: 28rem;
        top: -10%;
    }
}


@media only screen and (min-width:1334px) and (max-width:1453px) {
    #form .docimg {
        max-width: 25rem;
        top: 2%;
        left: 52px;
    }
}

@media only screen and (min-width:1200px) and (max-width:1333px) {
    #form .docimg {
        max-width: 22rem;
        top: 13%;
        left: 52px;
    }
}