.underline-text {
    text-decoration: underline;
}

.body-no-scroll {
    overflow: hidden;
}

.modalwindow {
    /* background-color: aqua; */
    background-color: #0000009c;
    width: 100%;
    height: 100vh;
    display: flex;
    top: 0;
}

#scrollsecmodal {
    height: calc(98vh - 50.59px);
    overflow: scroll;
}

.smallimages {
    width: 10%;
    margin-right: 1%;
    margin-block: 1%;
}

.vh-98 {
    height: 98vh;
    justify-content: center;
}

.custom-pointer {
    cursor: pointer;
}

.custom-pointer:hover {
    color: gray;
}

#detailssection {

    margin-bottom: 50%;
}


@media (min-width: 785px) {
    .modalw {
        width: 80%;
        height: 96vh;
    }


    #scrollsecmodal {
        display: flex;
        flex-direction: column;
    }

    .imagesection {
        padding: 1%;
        width: 50%;
    }

    #detailssection {
        padding: 1%;
        width: 50%;
        margin-bottom: 0;

    }

    .specheadingtd {
        background-color: #e9ecef;
        width: 30%;
    }

    #scrollsecmodal {
        align-items: center;
    }

    #modalimagesec {
        overflow: scroll;
    }

    #modalimagesec img {
        width: 60%;
        margin: 2px;
    }


    #bigimgdiv,
    .imagelist {
        border: 1px solid lightgrey;
    }



}