  .career-banner{
        position: relative;
    }
    /* .career-banner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background:rgb(0 0 0 / 38%);
        z-index: 1;
} */
    .succssMsg{
        color: #fff;
        background-color: #12b012;
        padding: 10px;
        border-radius: 5px;
        margin-top: 15px;
    }
        .careerheading h1{
            color:#fff;
             font-size: 80px;
        }
       .careerheading {
            position: absolute;
            bottom: 6rem;
            color: #fff;
            z-index: 1;
            left: 6rem;
           
        }
        .designation a:hover{
                color: #020aff;
        }
         .moving-image {
            position: relative;
            animation: leftRight 2s ease-in-out infinite;
            }

            @keyframes leftRight {
            0%   { transform: translateX(0); }
            50%  { transform: translateX(10px); }
            100% { transform: translateX(0); }
            }

            .designation_details ul li{
                list-style: disc;
                margin: 10px 0;
            }


          .cbutton {
                display: inline-block;
                padding: 0.75rem 1.25rem;
                border-radius: 10rem;
                color: #000;
                text-transform: uppercase;
                font-size: 1rem;
                letter-spacing: 0.15rem;
                transition: all 0.3s;
                position: relative;
                overflow: hidden;
                z-index: 1;
                font-weight: 600;
            }
            .cbutton:after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: #94c7f9;
                border-radius: 10rem;
                z-index: -2;
            }
            .cbutton:before {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 0%;
                height: 100%;
                background-color: #010bff;
                transition: all 0.3s;
                border-radius: 10rem;
                z-index: -1;
            }
            .cbutton:hover {
                color: #fff;
            }
            .cbutton:hover:before {
                width: 100%;
            }

          
            .Cmodal-content {
                background-color: #94c7f9;
            }

            .resumeSubmitBtn{
                color: #000;
                border: 1px solid #000;
                box-shadow: none;
                outline: 0;
            }

         @media(max-width:767px){
                .careerheading {
                    bottom: 2rem;
                    left: 1rem;
                    font-size: 20px;
                }
                .careerheading h1 {
                    font-size: 30px;
                }
                .h2boldfont {
                    font-size: 18px;
                }
                .succssMsg{
                    font-size: 16px;
                }
            }
        @media(min-width:768px){
            .careerheading h1 {
                    font-size: 55px;
                }
        }
           @media(min-width:1600px){
            .careerheading h1 {
                    font-size: 80px;
                }
        }