    * {
        box-sizing: border-box;
    }

    /* what we do industries section css Start */
    .whatwedoindustriesbanner {
        background: url(../images/workwithus/careersbannerimage.webp) no-repeat center right;
        position: relative;
    }

    .headingAlignset {
        display: inline-block;
    }

    /* initial hidden state */
    .headingAlignset p {
        text-align: end;
        font-weight: 600;
        font-size: 28px;
        line-height: 120%;
        letter-spacing: 0;
        text-decoration: underline;
        margin-top: 10px;
        color: #1E4683;

        opacity: 0;
        /* start hidden */
        transform: translateY(-20px);
        /* start slightly above */
        animation: fadeDown 1s ease forwards;
        /* run animation */
        animation-delay: 0.5s;
        /* optional delay after page load */
    }

    /* keyframes for fade down */
    @keyframes fadeDown {
        to {
            opacity: 1;
            transform: translateY(0);
            /* move to original position */
        }
    }

    .productContentbox {
        background: #E3EEFF;
        padding: 45px 40px;
        position: relative;
        /* bottom: 30px; */
        width: 100%;
        max-width: 997px;
        margin: 253px 0px 69px;
    }

    .productAlign {
        display: flex;
        align-items: flex-end;

    }

    .productContentbox .alignTagline {
        font-weight: 600;
        font-size: 24px;
        line-height: 120%;
        letter-spacing: 0;
        color: #fff;
        background: #E1171F;
        padding: 7px 16px;
        position: absolute;
        top: -20px;
    }

    .productBannerHeading {
        font-weight: 600;
        font-size: 26px;
        line-height: 120%;
        letter-spacing: 0;
        padding: 10px 14px;
        color: #fff;
        background: linear-gradient(118.04deg, #1E4683 3.55%, #1A2A38 95.74%);
        display: inline-flex;

    }

    .alignText {
        display: flex;
        align-items: center;
        margin-top: 15px;
        gap: 10px;
    }

    .alignText p {
        font-weight: 400;
        font-size: 24px;
        line-height: 140%;
        letter-spacing: 0;
        color: #525252;
    }

    /* what we do industries section css End */

    /* growth section css start */
    .downloadbutton {
        font-family: "Inter", sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 120%;
        letter-spacing: 0;
        text-align: center;
        text-transform: uppercase;
        background: #E31E24;
        padding: 20px 51px;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        color: #fff;
        transition: background 0.3s;
        cursor: pointer;
    }

    .growth {
        padding: 90px 0px 0px;
        background: linear-gradient(180deg, #FFFFFF 0%, #D2E4FF 100%);
    }

    .growthAlign {
        width: 100%;
        max-width: 1432px;
        margin: auto;
    }

    .growthSlideralign {
        display: flex;
        padding: 15px 0px;
    }

    .leftInfo {
        padding: 16px;
        width: 100%;
        max-width: 997px;
        box-shadow: 0px 4px 16px 0px #0000001A;
        display: flex;
        background: url(../images/workwithus/growthleft.webp) no-repeat, center
    }

    .leftInfo h4 {
        font-weight: 600;
        font-size: 32px;
        line-height: 120%;
        letter-spacing: 0;
        color: #E1171F;
    }

    .leftInfo p {
        padding-top: 189px;
        font-weight: 400;
        font-size: 18px;
        line-height: 140%;
        letter-spacing: 0;
        color: #525252;
    }

    .leftsidedetails {
        padding: 10px 43px 10px 10px;
    }

    .textCenter {
        text-align: center;
    }

    .growthSlideralign {
        margin-top: 30px;
    }

    .rightInfo {
        box-shadow: 0px 4px 16px 0px #0000001A;
        background: linear-gradient(118.04deg, #1E4683 3.55%, #1A2A38 95.74%);
        max-width: 418px;
        width: 100%;
        padding: 20px 20px 30px;
        height: 100%;
    }

    .rightHeadingset h5 {
        font-weight: 600;
        font-size: 24px;
        line-height: 120%;
        letter-spacing: 0;
        color: #fff;
        margin-top: 20px;
    }

    .rightInfo p {
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        letter-spacing: 0;
        text-transform: capitalize;
        color: #fff;
        padding-top: 90px;
    }

    .boldSet {
        color: #1E4683;
        font-weight: 700;
    }

    .growth .owl-carousel .owl-item img {
        width: auto;
    }

    .growth .owl-theme .owl-nav {
        display: block;
        position: absolute;
        right: 10px;
        bottom: 0px;
    }

    .owl-theme .owl-dots {
        display: none;
    }

    /* growth section css end */

    /* want to stay section css start */
    .wanttostay {
        padding: 90px 0px 60px;
    }

    .staycardAlign {
        display: flex;
        gap: 16px;
        margin-top: 25px;
    }

    .staycardAlign h5 {
        font-weight: 600;
        font-size: 24px;
        line-height: 120%;
        letter-spacing: 0;
        color: #1E4683;
        margin: 27px 0px 17px 0px;
    }

    .staycardAlign p {
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        letter-spacing: 0;
        color: #525252;
    }



    /* want to stay section css end */

    /* action section css start */
    .action {
        background: #1E4683;
    }

    .actionAlign {
        display: flex;
    }

    .actionDetails {
        max-width: 828px;
        width: 100%;
        padding: 30px 40px 0px;
        background: #D2E4FF;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
    }

    .action .imageAlign img {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 15%;
    }


    .actionDetails p {
        font-weight: 400;
        font-size: 20px;
        line-height: 150%;
        letter-spacing: 0;
        color: #525252;
    }

    .boxaction {
        padding: 30px 0px 30px 90px;
        width: 100%;
        overflow: auto;
        height: 780px;
    }

    .boxaction::-webkit-scrollbar {
        width: 6px;
    }

    .actiondetailsBox {
        padding: 18px 0px 18px 30px;
        background: #fff;
        border-radius: 15px;
        margin-bottom: 14px;
    }

    .boxAlignset {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .boxAlignset h5 {
        font-weight: 600;
        font-size: 24px;
        line-height: 120%;
        letter-spacing: 0;
        color: #1E4683;
        margin-bottom: 10px;
    }

    .boxAlignset p {
        font-weight: 400;
        font-size: 20px;
        line-height: 150%;
        letter-spacing: 0%;
        color: #525252;
    }

    .hiddenInfo {
        display: none;
        opacity: 0;
        transform: scale(0.95);
        transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    }

    /* action section css End */

    /* career section css start */
    .career {
        padding: 80px 0px;
        position: relative;
        background: linear-gradient(180deg, #FFFFFF 0%, #D2E4FF 100%);

    }

    .headingDetails p {
        font-weight: 400;
        font-size: 18px;
        line-height: 140%;
        letter-spacing: 0;
        color: #525252;
    }

    .CareerDetails {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .careerCard {
        box-shadow:
            0px 6px 16px 0px #00000014,
            /* bottom shadow */
            0px -2px 8px 0px #0000000A;
        /* top shadow */
        padding: 20px;
        margin: 20px 16px;
        display: flex;
        gap: 23px;
        background: #fff;
    }

    .CareerDetails p {
        font-weight: 400;
        font-size: 20px;
        line-height: 140%;
        letter-spacing: 0;
        color: #525252;
    }

    .profiledetails {
        display: flex;
        justify-content: space-between;
        margin-top: 95px;
    }

    .profiledetails h5 {
        font-weight: 600;
        font-size: 24px;
        line-height: 120%;
        letter-spacing: 0;
        color: #1E4683;
    }

    .profiledetails h6 {
        font-weight: 600;
        font-size: 20px;
        line-height: 120%;
        letter-spacing: 0;
        text-transform: capitalize;
        color: #E1171F;
    }

    .alignImageandtext {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .alignImageandtext p {
        font-weight: 500;
        font-size: 20px;
        line-height: 120%;
        letter-spacing: 0;
        text-align: center;
        color: #1E4683;
    }

    .alignImageandtext span {
        font-weight: 700;
    }

    .careercardSlider.owl-carousel .owl-item img {
        width: auto;
    }

    .careercardSlider .careerCard .owl-theme .owl-nav {
        display: block;
        position: absolute;
        right: 10px;
        bottom: 0px;
    }

    .careercardSlider.owl-theme .owl-nav {
        /* display: flex; */
        position: absolute;
        top: -25%;
        right: 0;
    }

    /* career section css End */


    /* Positions section css start */
    .Positions {
        position: relative;
    }

    .PositionSAlign {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .positionimageAlign {
        width: 100%;
        position: relative;
    }

    .positionimageAlign img {
        width: 100%;
    }

    .openOptionDetails {
        width: 100%;
        max-width: 1430px;
        margin: auto;
        background: #F4F8FF;
        padding: 50px 80px 60px;
        position: relative;
        z-index: 11;
    }

    .openOptionDetails p {
        font-weight: 400;
        font-size: 18px;
        line-height: 140%;
        letter-spacing: 0;
        text-align: center;
    }

    .openOptionDetails h5 {
        font-weight: 600;
        font-size: 24px;
        line-height: 120%;
        letter-spacing: 0;
        text-align: center;
        color: #1E4683;
        margin-top: 40px;
    }

    .positionCard {
        display: flex;
        align-items: center;
        gap: 104px;
        background: #fff;
        padding: 18px 20px;
        margin-top: 16px;
        position: relative;
    }

    .locationSet {
        display: flex;
        gap: 24px;
        margin-top: 10px;
    }

    .colorredSet {
        background: #E1171F;
    }

    .RolesSet img {
        transform: rotate(-40deg);
        transition: transform 0.3s ease;
    }

    .RolesSet:hover img {
        transform: rotate(0deg);
    }

    .colorredSet {
        justify-content: center;
        background: #E1171F;
        width: 120px;
        height: 60px;
        display: inline-flex;
    }

    .RolesSet {
        display: flex;
        align-items: center;
        gap: 36px;
        font-weight: 600;
        font-size: 20px;
        line-height: 120%;
        letter-spacing: 0;
        position: absolute;
        right: 30px;
    }

    .RolesSet img {
        transform: rotate(-40deg);
        transition: transform 0.3s ease;
        padding: 10px;
    }

    .positiondetails p {
        font-weight: 400;
        font-size: 16px;
        line-height: 140%;
        letter-spacing: 0;
        text-align: left;
        color: #525252;
        margin-top: 5px;
    }

    .positioncardnumber {
        display: flex;
        /* align-items: center; */
        gap: 18px;
    }

    .positioncardnumber span {
        font-weight: 600;
        font-size: 18px;
        line-height: 120%;
        letter-spacing: 0;
    }

    .positiondetails h6 {
        font-weight: 600;
        font-size: 20px;
        line-height: 120%;
        letter-spacing: 0;
        color: #E1171F;
    }

    .locationBox {
        gap: 5px;
        padding: 7px 16px;
        display: flex;
        align-items: center;
        background: aliceblue;
        font-size: 16px;
    }

    .PositionSAlign .container {
        position: absolute;
        bottom: -42px;
    }

    .OverflowSet {
        height: 100%;
        max-height: 470px;
        overflow: auto;
    }



    /* Positions section css End */

    /* training section css start */
    .training {
        position: relative;
        background: #1E4683;
        padding: 120px 0px;
    }

    .training h2 {
        color: #fff;
    }

    .training p {
        color: #fff;
        word-wrap: break-word;
        word-break: break-all;
        height: 50px;
        overflow: auto;
    }

    .training h2 {
        margin-bottom: 15px;
    }

    .trainingCard {
        padding: 14px;
        border: 1px solid #FFFFFF4D;
        margin-bottom: 10px;
    }

    .trainingCard .viewProduct {
        margin-top: 22px;
    }


    .trainigHeadingset {
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 27px 0px 17px;
    }

    .trainigHeadingset span {
        font-weight: 500;
        font-size: 22.97px;
        line-height: 120%;
        letter-spacing: 0;
        color: #fff;
    }

    .alignLocations {
        display: flex;
        gap: 20px;
    }

    .trainingCard h5 {
        font-weight: 600;
        font-size: 22.97px;
        line-height: 120%;
        letter-spacing: 0;
        color: #fff;
        padding: 10px 0px 19px;
    }

    .alignLocations span {
        color: #fff;
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
        letter-spacing: 0;
    }

    .displaySet {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .trainingCardslider {
        margin-top: 42px;
    }

    .training .owl-carousel .owl-item img {
        width: auto;
    }

    .trainingCard .imgWidthalign {
        width: 100%;
        max-width: 100%;
    }

    .trainingCardslider.owl-theme .owl-nav {
        display: flex;
        position: absolute;
        top: -25%;
        right: 0;
    }

    .d-mob1 {
        display: none !important;
    }

    .d-desk1 {
        display: block !important;
    }

    .owl-theme .owl-nav [class*=owl-]:hover {
        background: none;
        color: #FFF;
        border: none;
        text-decoration: none;
    }

    .custom-dropdown {
        width: 260px;
        position: relative;
        user-select: none;
    }

    .custom-dropdown .selected {
        padding: 10px 35px 10px 10px;
        /* space for arrow */
        border: 1px solid #ccc;
        cursor: pointer;
        background: #fff;
        position: relative;
    }

    /* Arrow icon */
    .custom-dropdown .selected::after {
        content: "▼";
        /* you can replace with SVG later */
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        transition: .3s ease;
        font-size: 12px;
    }

    /* Rotate arrow when open */
    .custom-dropdown.open .selected::after {
        transform: translateY(-50%) rotate(180deg);
    }

    .custom-dropdown .options {
        display: none;
        position: absolute;
        width: 100%;
        background: #fff;
        border: 1px solid #ccc;
        border-top: none;
        list-style: none;
        padding: 0;
        margin: 0;
        z-index: 20;
    }

    .custom-dropdown.open .options {
        display: block;
    }

    .custom-dropdown .options li {
        padding: 10px;
        cursor: pointer;
    }

    .custom-dropdown .options li:hover {
        background: #f2f2f2;
    }

    .dropdown-row {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin: 16px;
    }

    .dropdown-row h6 {
        font-family: 'Inter';
        font-weight: 600;
        font-style: Semi Bold;
        font-size: 24px;
        line-height: 120%;
        letter-spacing: 0%;
        text-align: center;
        text-transform: capitalize;
        color: #1E4683;
    }

    /* responsive Css* Start*/
    @media screen and (max-width:1750px) {
        .container {
            max-width: 1420px;
        }

        .PositionSAlign .container {
            position: absolute;
            bottom: -42px;
        }

        .whatwedoindustriesbanner {
            background: url(../images/workwithus/careersbannerimage.webp) no-repeat center 20%;
        }

        .productContentbox {
            max-width: 850px;
        }

        .staycardAlign img {
            width: 100%;
        }

        .staycardset {
            width: 100%;
        }

        .staycardAlign h5 {
            font-size: 22px;
        }

        .boxaction {
            width: 100%;
        }

        .actiondetailsBox {
            padding: 15px 15px 15px 20px;
        }

        .CareerDetails p {
            font-size: 18px;
        }

        .profiledetails h5 {
            font-size: 20px;
        }

        .alignImageandtext p {
            font-size: 18px;
        }

        .careerCard {
            margin: 20px 5px;
        }

        .OverflowSet {
            max-height: 480px;
        }

        .openOptionDetails {
            max-width: 1230px;
            padding: 50px 50px 60px;
        }

        .RolesSet {
            gap: 30px;
            font-size: 18px;
        }

        .positionCard {
            gap: 50px;
        }

        .alignLocations span {
            font-size: 14px;
        }

        .alignLocations {
            gap: 15px;
        }

        .displaySet {
            gap: 5px;
        }
    }

    @media screen and (max-width: 1450px) {
        .downloadbutton {
            padding: 16px 20px 16px 20px;
        }

        .productContentbox {
            max-width: 797px;
        }

        .container {
            max-width: 1220px;
        }

        .PositionSAlign .container {
            position: absolute;
            bottom: -42px;
        }

        .staycardAlign h5 {
            font-size: 20px;
        }

        .actionDetails p {
            font-size: 18px;
        }

        .action .imageAlign img {
            left: 12%;
        }

        .boxaction {
            padding: 32px 0px 30px 40px;
            height: 715px;
        }

        .boxAlignset p {
            font-size: 18px;
        }

        .actiondetailsBox {
            padding: 10px 10px 10px 20px;
        }

        .boxAlignset h5 {
            font-size: 20px;
        }

        .careerCardimage img {
            max-width: 180px;
        }

        .openOptionDetails p {
            font-size: 16px;
        }

        .openOptionDetails p span {
            display: inline;
        }

        .positiondetails {
            width: 56%;
        }

        .openOptionDetails h5 {
            font-size: 22px;
        }

        .openOptionDetails {
            max-width: 1030px;
            padding: 50px 30px 50px;
        }

        .positionCard {
            gap: 30px;
        }

        .RolesSet {
            gap: 20px;
            font-size: 16px;
        }

        .colorredSet {
            width: 80px;
            height: 50px;
        }

        .trainingCardslider.owl-theme .owl-nav {
            top: -20%;
        }

        .trainigHeadingset span {
            font-size: 18px;
        }

        .displaySet {
            gap: 2px;
        }

        .alignLocations {
            gap: 10px;
        }

        .alignLocations span {
            font-size: 13px;
        }

        .training {
            padding: 110px 0px 100px;
        }
    }

    @media screen and (max-width:1250px) {
        .container {
            max-width: 1040px;
        }

        .boxAlignset p {
            font-size: 16px;
        }

        .actiondetailsBox {
            padding: 10px 10px 10px 20px;
        }

        .boxAlignset img {
            width: 16%;
        }

        .productContentbox {
            max-width: 697px;
        }

        .productContentbox .alignTagline {
            font-size: 20px;
        }

        .productBannerHeading {
            font-size: 22px;
        }

        .productContentbox {
            padding: 45px 30px;
        }

        .alignText {
            margin-top: 25px;
        }

        .IndustriesUse .downloadbutton {
            padding: 10px 10px 10px 10px;
        }

        .leftInfo {
            max-width: 900px;
        }

        .leftInfo p {
            padding-top: 100px;
            font-size: 18px;
        }

        .rightInfo {
            max-width: 300px;
        }

        .leftsidedetails {
            padding: 10px 15px 10px 10px;
        }

        .leftInfo h4 {
            font-size: 30px;
        }

        .rightInfo p {
            font-size: 16px;
            padding-top: 40px;
        }

        .rightHeadingset h5 {
            font-size: 22px;
        }

        .staycardAlign h5 {
            font-size: 17px;
        }

        .staycardAlign p {
            font-size: 14px;
        }

        .careerCardimage img {
            max-width: 150px;
        }

        .CareerDetails p {
            font-size: 14px;
        }

        .openOptionDetails p {
            font-size: 13px;
        }

        .openOptionDetails h5 {
            font-size: 20px;
            margin-top: 20px;
        }

        .profiledetails h6 {
            font-size: 16px;
        }

        .profiledetails h5 {
            font-size: 17px;
        }

        .OverflowSet {
            max-height: 400px;
        }

        .boxaction {
            padding: 32px 0px 30px 40px;
            height: 630px;
        }

        .profiledetails {
            margin-top: 50px;
        }
    }

    @media screen and (max-width:1050px) {
        .leftInfo h4 {
            font-size: 26px;
        }

        .openOptionDetails p {
            font-size: 12px;
        }

        .openOptionDetails {
            max-width: 950px;
        }

        .container {
            max-width: 95%;
        }

        .growth {
            padding: 60px 0px 0px;
        }

        .rightInfo {
            max-width: 250px;
        }

        .leftInfo p {
            padding-top: 100px;
            font-size: 16px;
        }

        .rightInfo p {
            padding-top: 30px;
        }

        .wanttostay {
            padding: 60px 0px 60px;
        }

        .careerCardimage img {
            max-width: 120px;
        }

        .profiledetails h5 {
            font-size: 14px;
        }

        .profiledetails {
            margin-top: 50px;
        }

        .trainingCardslider {
            margin-top: 92px;
        }
    }

    @media screen and (max-width:991px) {
        .leftInfo {
            max-width: 100%;
            flex-direction: column;
        }

        .career .imgSliderset {
            display: none;
        }

        .productBannerHeading {
            font-size: 22px;
        }

        .productContentbox .alignTagline {
            font-size: 23px;
        }

        .headingAlignset p {
            font-size: 24px;
        }

        .growthSlideralign {
            flex-direction: column;
        }

        .rightInfo {
            max-width: 100%;
        }

        .container {
            max-width: 95%;
        }

        .leftInfo p {
            padding-top: 20px;
            font-size: 18px;
            padding-bottom: 20px;
        }

        .leftInfo h4 .block {
            display: inline;
        }

        .growth .owl-theme .owl-nav {
            display: none;
        }

        .careerCard {
            flex-direction: column;
        }

        .careerCardimage {
            width: 100%;
        }

        .careerCardimage img {
            width: 100% !important;
            max-width: 100%;
        }

        .staycardset img {
            width: 100%;
            max-width: 100%;
        }

        .actionAlign {
            flex-direction: column;
        }

        .action .imageAlign img {
            position: relative;
            left: 0px;
            margin-top: -4rem;
        }

        .boxaction {
            padding: 0px 0px 40px 10px;
            height: auto;
        }

        .actionDetails {
            max-width: 100%;
            padding: 30px 40px 70px;
        }

        .action {
            padding-top: 40px;
        }

        .positionCard {
            flex-direction: column;
        }

        .positiondetails {
            width: 100%;
        }

        .RolesSet {
            justify-content: space-between;
            width: 100%;
            position: relative;
            right: 0px;
        }

        .positioncardnumber {
            border-bottom: 1px solid gray;
            padding-bottom: 20px;
        }

        .openOptionDetails p {
            font-size: 16px;
        }

        .openOptionDetails span {
            font-weight: 400;
            font-size: 14px;
            line-height: 140%;
            letter-spacing: 0;
            text-align: center;
        }

        .colorredSet {
            display: flex;
            align-items: center;
            width: auto;
            padding: 15px;
            color: #fff;
        }

        .staycardSlider {
            margin-top: 22px;
        }

        .staycardset h5 {
            font-size: 20px;
            color: #1E4683;
            line-height: 120%;
            letter-spacing: 0;
            color: #1E4683;
            margin: 27px 0px 17px 0px;
        }

        .staycardset p {
            font-weight: 400;
            font-size: 16px;
            line-height: 140%;
            letter-spacing: 0;
            color: #525252;
        }

        .PositionSAlign .container {
            position: absolute;
            bottom: -42px;
        }

        .trainingCardslider.owl-theme .owl-nav {
            top: -15%;
        }

        .positionCard {
            gap: 15px;
            align-items: normal;
        }

        .openOptionDetails {
            padding: 25px 20px 30px;
        }

        .OverflowSet {
            max-height: 330px;
        }

        .training {
            padding: 110px 0px 100px;
        }

        .whatwedoindustriesbanner {
            background: url(../images/workwithus/careersbannerimagemob.webp) no-repeat center 0%;
            position: relative;
            background-size: cover;
            margin-top: 95px;
        }

        .productContentbox {
            margin: 550px 0px 0px;
        }
    }

    @media screen and (max-width:767px) {


        .training .owl-carousel .owl-item img {
            width: 100%;
        }

        .custom-dropdown {
            width: 100%;
        }

        .dropdown-row {
            gap: 10px;
            flex-direction: column;
            align-items: flex-start;
        }

        .dropdown-row h6 {
            font-size: 20px;
        }

        .growth .owl-carousel .owl-item img {
            width: auto;
        }

        .displaySet img {
            width: auto !important;
        }

        .rightInfo p {
            padding-top: 20px;
        }

        .staycardSlider.owl-carousel .owl-item img {
            width: 100%;
        }

        .productContentbox {
            padding: 40px 20px;
            max-width: 100%;
            margin: 370px 0px 0px;
        }

        .block {
            display: inline;
        }

        .headingAlignset p {
            font-size: 22px;
        }

        .boxaction {
            padding: 0px 0px 40px 0px;
        }

        .career {
            padding: 60px 0px;
        }

        .profiledetails h5 {
            font-size: 16px;
        }

        .PositionSAlign .container {
            top: 140px;
        }

        .openOptionDetails h5 {
            font-size: 16px;
        }

        .locationBox {
            font-size: 14px;
        }

        .colorredSet {
            padding: 15px;
        }

        .positionCard {
            gap: 20px;
        }

        .PositionSAlign {
            display: initial;
        }

        .PositionSAlign .container {
            position: relative;
            top: -30px;
        }

        .OverflowSet {
            max-height: 900px;
        }

        .training {
            padding: 60px 0px 60px;
        }

        .trainingCardslider.owl-theme .owl-nav {
            display: none;
        }

        .trainingCardslider {
            margin-top: 30px;
        }

        .trainingCard {
            width: 99%;
        }

        .trainingCard {
            width: 99%;
            background: #fff;
        }

        .trainingCard h5 {
            color: #000;
        }

        .trainingCard p {
            color: #000;
        }

        .trainigHeadingset span {
            color: #000;
        }

        .alignLocations span {
            color: #000;
        }

        .alignLocations span {
            font-size: 14px;
        }

        .trainigHeadingset span {
            font-size: 16px;
        }

        .boxAlignset h5 {
            font-size: 16px;
        }

        .boxAlignset p {
            font-size: 14px;
        }

        .headingDetails p {
            font-size: 16px;
        }

        .boxAlignset img {
            width: 13%;
        }

        .actionDetails p {
            font-size: 16px;
            margin-top: 15px;
        }

        .leftInfo p {
            font-size: 16px;
        }

        .growthSlideralign {
            margin-top: 20px;
        }

        .rightHeadingset h5 {
            margin-top: 5px;
        }

        .openOptionDetails p {
            margin-top: 15px;
        }

        .d-mob1 {
            display: block !important;
        }

        .d-desk1 {
            display: none !important;
        }

        .viewProduct img {
            width: auto !important;
        }


    }


    @media screen and (max-width:500px) {
        .productBannerHeading {
            font-size: 18px;
        }

        .RolesSet img {
            width: 40%;
        }

        .RolesSet {
            gap: 5px;
            font-size: 12px;
        }

        .alignLocations span {
            font-size: 12px;
        }

        .colorredSet {
            padding: 10px 5px 10px 20px;
        }

        .openOptionDetails p {
            font-size: 14px;
        }

        .openOptionDetails span {
            font-size: 14px;
        }

        .leftInfo p {
            font-size: 14px;
        }

        .actionDetails p {
            font-size: 14px;
        }

        .rightInfo p {
            font-size: 14px;
        }

        .productContentbox {
            padding: 40px 10px;
        }

        .leftInfo h4 {
            font-size: 22px;
        }

        .headingDetails p {
            margin-top: 15px;
            font-size: 14px;
        }

        .actionDetails {
            max-width: 100%;
            padding: 20px 20px 70px;
        }


        .alignText p {
            font-size: 14px;
        }

        .alignText img {
            width: 15%;
        }

        .alignText {
            margin-top: 20px;
        }

        .headingAlignset p {
            font-size: 20px;
        }

        .productContentbox {
            padding: 40px 10px 30px;
        }

        .staycardset p {
            font-size: 14px;
        }

        .productContentbox .alignTagline {
            font-size: 20px;
        }
    }

    /* responsive Css End */