 p {
                text-align: justify;
            }
            * {
                box-sizing: border-box;
            }
            .bold-header {
                font-weight: bold;
                font-size: larger;
            }
            .bold-subheading {
                font-weight: bold;
                font-size: medium;
            }
            .bold {
                font-weight: bold;
            }
            body {
                margin: 0;
            }

            * {
                box-sizing: border-box;
            }

            body {
                margin: 0;
                /* font-family: myriad-pro, Arial; */
                font-size: 14px;
                font-weight: 300;
                color: #000000;
            }

            html, body {
                font-family: 'Raleway', sans-serif;
            }

            .thankyou-page ._header .logo {
                max-width: 200px;
                margin: 0 auto 50px;
            }

            .thankyou-page ._header .logo img {
                width: 100%;
            }

            .thankyou-page ._header h1 {
                font-size: 65px;
                font-weight: 800;
                color: white;
                margin: 0;
            }

            .thankyou-page ._body {
                margin: -70px 0 30px;
            }

            .thankyou-page ._body ._box {
                margin: auto;
                max-width: 80%;
                padding: 50px;
                background: white;
                border-radius: 3px;
                box-shadow: 0 0 35px rgba(10, 10, 10, 0.12);
                -moz-box-shadow: 0 0 35px rgba(10, 10, 10, 0.12);
                -webkit-box-shadow: 0 0 35px rgba(10, 10, 10, 0.12);
            }

            .thankyou-page ._body ._box h2 {
                font-size: 32px;
                font-weight: 600;
                color: #0041a5;
            }

            .thankyou-page ._footer {
                text-align: center;
                padding: 50px 30px;
            }

            .thankyou-page ._footer .btn {
                background: #4ab74a;
                color: white;
                border: 0;
                font-size: 14px;
                font-weight: 600;
                border-radius: 0;
                letter-spacing: 0.8px;
                padding: 20px 33px;
                text-transform: uppercase;
            }

            .col-lg-9.color1 {
                background: #ffffff;
                font-family: 'Didact Gothic', sans-serif;
            }

            li {
                list-style: initial !important;
                text-align: justify;
                /* list-style-image: url(https://surveys.infosysapps.com/services/fileserver/api/downloadFile/gjs/right-chevron-blue.svg); */
            }

            #iufuh-2-2 {
                float: none;
                margin: 0 auto;
                padding: 0;
                font-family: myriad-pro, Arial;
            }

            #ijvb2-2-2 {
                background: #b3b3b3;
                min-height: calc(100vh-100px);
                margin-bottom: 0;
            }

            #iw63d {
                margin: 0;
                padding: 0;
            }

            #port2-first-col {
                padding: 0;
            }

            #i68e6 {
                font-weight: bold;
            }

            #ip7zq {
                font-weight: bold;
            }

            #ixuhg {
                font-weight: bold;
            }

            #ijqk4 {
                font-weight: bold;
            }

            #i2j1m {
                font-weight: bold;
            }

            #is2ow {
                margin-left: 0.25in;
            }

            #iajto {
                font-weight: bold;
            }

            #i4jy8 {
                font-weight: bold;
            }

            #i8nyi {
                font-weight: bold;
            }

            #inlmnt {
                font-weight: bold;
            }

            #iu95jg {
                font-weight: bold;
            }

            #i9fygh {
                font-weight: bold;
            }

            #ihzsdv {
                font-weight: bold;
            }

            #ib3id {
                margin-top: 0in;
                margin-right: 0in;
                margin-bottom: 9.0pt;
                margin-left: 0in;
                font-size: 25px;
                color: #003865;
                font-weight: bold;
            }

            @media (max-width: 481px) {
                .container-fluid {
                    padding:0 !important;
                }

                .color1 {
                    padding: 0 !important;
                }
            }
            :root {
                --primary-color: #296DF6;
                --primary-light: #EBF2FF;
                --text-color: #2C3E50;
                --heading-color: #1B3A6B;
                --background-color: #FFFFFF;
                --section-bg: #F8FAFC;
                --border-radius: 12px;
                --spacing-unit: 16px;
                }

                body {
                margin: 0;
                font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
                font-size: 16px;
                line-height: 1.6;
                color: var(--text-color);
                background-color: var(--background-color);
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                }

                /* Container styles */
                .container-fluid {
                max-width: 100%;
                padding: var(--spacing-unit);
                margin: 0 auto;
                }

                /* Typography */
                p {
                margin-bottom: var(--spacing-unit);
                text-align: justify;
                color: var(--text-color);
                }

                .bold-header {
                display: block;
                font-size: 1.25rem;
                font-weight: 600;
                color: var(--primary-color);
                margin: calc(var(--spacing-unit) * 1.5) 0 var(--spacing-unit);
                padding-bottom: calc(var(--spacing-unit) * 0.5);
                border-bottom: 2px solid var(--primary-light);
                }

                .bold-subheading {
                display: block;
                font-size: 1.1rem;
                font-weight: 600;
                color: var(--heading-color);
                margin: var(--spacing-unit) 0 calc(var(--spacing-unit) * 0.5);
                }

                .bold {
                font-weight: 600;
                color: var(--heading-color);
                }

                /* List styles */
                ul {
                padding-left: calc(var(--spacing-unit) * 1.5);
                margin-bottom: var(--spacing-unit);
                }

                li {
                margin-bottom: calc(var(--spacing-unit) * 0.75);
                position: relative;
                list-style: none !important;
                padding-left: var(--spacing-unit);
                }

                li::before {
                content: "";
                position: absolute;
                left: -12px;
                top: 10px;
                width: 6px;
                height: 6px;
                border-radius: 50%;
                background-color: var(--primary-color);
                }

                /* Links */
                a {
                color: var(--primary-color);
                text-decoration: none;
                border-bottom: 1px solid transparent;
                transition: border-bottom-color 0.2s ease;
                }

                a:hover, a:focus {
                border-bottom-color: var(--primary-color);
                }

                /* Content box */
                .color1 {
                background: var(--background-color);
                border-radius: var(--border-radius);
                box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
                margin: var(--spacing-unit);
                overflow: hidden;
                }

                /* Section styling */
                #about-2 {
                padding: calc(var(--spacing-unit) * 1.5) 0;
                }

                /* Mobile optimizations */
                @media (max-width: 768px) {
                :root {
                    --spacing-unit: 12px;
                }

                body {
                    font-size: 15px;
                }

                .container-fluid {
                    padding: var(--spacing-unit);
                }

                .bold-header {
                    font-size: 1.2rem;
                }

                .bold-subheading {
                    font-size: 1.05rem;
                }

                .color1 {
                    margin: calc(var(--spacing-unit) * 0.5);
                }
                }

                /* High contrast and accessibility */
                @media (prefers-color-scheme: dark) {
                :root {
                    --background-color: #FFFFFF;
                    --section-bg: #F8FAFC;
                    --text-color: #2C3E50;
                }
                }

                /* Touch targets for mobile */
                li, a {
                padding: calc(var(--spacing-unit) * 0.25) 0;
                }

                /* Smooth scrolling */
                html {
                scroll-behavior: smooth;
                }
