        #namelist {
            background-color: white;
            list-style: none;
            width: 400px;
            /* margin-left: 20px; */
            margin: auto;
        }

        .searchStyling {
            border: 2px solid black;
            border-radius: 5px;
            padding: 10px;
            /* margin: 5px; */
            width: 100%;
        }

        .aboutHover:hover {
            color: white !important;
        }

        .predictiveText:hover {
            background-color: #a5ffcc;
            /* background-color: rgb(255, 191, 166); */
        }

        .ctaColorAml {
            background-color: #008037 !important;
        }


        /* Styling for video play button START */

        .containerV {
            position: relative;
        }

        .imgO {
            width: 600px;
            height: 405px;
            margin: 0 auto;
            border: 1px solid #f0f0f0;
            border-radius: 4px;
            /* box-shadow: 1px 1px 3px rgba(0, 0, 0, .2); */
            transition: all .5s;
        }

        /* .imgO:hover {
    box-shadow: 1px 1px 6px rgba(0, 0, 0, .2);
    opacity: .7;
} */

        .imgO::before,
        .imgO::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: 5;
        }

        .imgO::before {
            width: 48px;
            height: 48px;
            margin: -24px 0 0 -24px;
            background-color: #333;
            border-radius: 50%;
        }

        .imgO::after {
            margin: -8px 0 0 -6px;
            border-style: solid;
            border-width: 8px 0 8px 16px;
            border-color: transparent transparent transparent #fff;
        }

        /* .imgO a img {
    width: 100%;
    object-fit: cover;
    vertical-align: baseline;
} */

        .imgO img {
            width: 100%;
            object-fit: cover;
            vertical-align: baseline;
        }

        /* Styling for video play button END */

        /* Magnific Popup Styling */
        .mfp-title {
            position: absolute;
            color: #FFF;
            background: red;
        }