/* Extracted Inline Styles */
.br-theme-bars-square .br-widget {
        height: 15px;
        white-space: nowrap;
    }

    .br-theme-bars-square .br-widget a {
        display: block;
        width: 46px;
        height: 30px;
        float: left;
        border: 0px solid #fbedd9;
        background-color: #fbedd9;
        margin: 2px;
        text-decoration: none;
        font-size: 14px;
        font-weight: 400;
        line-height: 2;
        text-align: center;
        color: #e17523;
        font-weight: 600;
        border-radius: 2px;
    }

    .br-theme-bars-square .br-widget a.br-active,
    .br-theme-bars-square .br-widget a.br-selected {
        border: 0px solid #4278F5;
        background-color: #e17523;
        color: #fff;
    }

    .br-theme-bars-square .br-widget .br-current-rating {
        clear: both;
        width: 330px;
        text-align: center;
        font-weight: 600;
        display: block;
        padding: .5em 0;
        color: #646464;
    }

    .br-theme-bars-square .br-readonly a {
        cursor: default;
    }

    .br-theme-bars-square .br-readonly a.br-active,
    .br-theme-bars-square .br-readonly a.br-selected {
        border: 2px solid #729bf8;
        color: #729bf8;
    }

    @media print {
        .br-theme-bars-square .br-widget a {
            border: 2px solid #b3b3b3;
            color: #b3b3b3;
        }

        .br-theme-bars-square .br-widget a.br-active,
        .br-theme-bars-square .br-widget a.br-selected {
            border: 2px solid black;
            color: black;
        }
    }









    .box-example-1to10 .br-wrapper {
        width: 210px;
        position: absolute;
        margin: 0px 0 0 -105px;
        left: 50%
    }

    .box-example-movie .br-wrapper {
        width: 250px;
        position: absolute;
        margin: 0px 0 0 -125px;
        left: 50%
    }

    .box-example-square .br-wrapper {
        /* width: 190px; */
        position: absolute;
        margin: 0px 0 0 0px;
        left: 0%
    }

    .box-example-pill .br-wrapper {
        width: 232px;
        position: absolute;
        margin: 0px 0 0 -116px;
        left: 50%
    }

    .box-example-reversed .br-wrapper {
        padding-top: 1.3em;
        width: 356px;
        position: absolute;
        margin: 0px 0 0 -178px;
        left: 50%
    }

    .box-example-horizontal .br-wrapper {
        width: 120px;
        position: absolute;
        margin: 0px 0 0 -60px;
        left: 50%
    }

    .star-ratings h1 {
        font-size: 1.5em;
        line-height: 2;
        margin-top: 3em;
        color: #757575
    }

    .star-ratings p {
        margin-bottom: 3em;
        line-height: 1.2
    }

    .star-ratings h1,
    .star-ratings p {
        text-align: center
    }

    .star-ratings .stars {
        width: 120px;
        text-align: center;
        margin: auto;
        padding: 0 95px
    }

    .star-ratings .stars .title {
        font-size: 14px;
        color: #cccccc;
        line-height: 3
    }

    .star-ratings .stars select {
        width: 120px;
        font-size: 16px
    }

    .star-ratings .stars-example-fontawesome,
    .star-ratings .stars-example-css,
    .star-ratings .stars-example-bootstrap {
        float: left
    }

    .star-ratings .stars-example-fontawesome-o {
        width: 200px
    }

    .star-ratings .stars-example-fontawesome-o select {
        width: 200px
    }

    .start-ratings-main {
        margin-bottom: 3em
    }

    .box {
        width: 100%;
        float: left;
        margin: 4px 0 1rem;
    }

    .box .box-header {
        text-align: center;
        font-weight: 400;
        padding: .5em 0
    }

    .box .box-body {
        /* padding-top: 2em; */
        height: 48px;
        position: relative
    }

    .box select {
        /* width: 120px; */
        margin: 10px auto 0 auto;
        display: block;
        font-size: 16px
    }

    .box-large .box-body {
        padding-top: 2em;
        height: 120px
    }

    .box-orange .box-header {
        background-color: #edb867;
        color: white
    }

    .box-orange .box-body {
        background-color: white;
        border: 2px solid #f5d8ab;
        border-top: 0
    }

    .box-green .box-header {
        background-color: #50e3c2;
        color: white
    }

    .box-green .box-body {
        background-color: white;
        border: 2px solid #92eed9;
        border-top: 0
    }

    .box-blue .box-header {
        background-color: #4278f5;
        color: white
    }

    .box-blue .box-body {
        /* background-color: white;
        border: 2px solid #8bacf9;
        border-top: 0 */
    }

    @media print {
        .star-ratings h1 {
            color: black
        }

        .star-ratings .stars .title {
            color: black
        }

        .box-orange .box-header,
        .box-green .box-header,
        .box-blue .box-header {
            background-color: transparent;
            color: black
        }

        .box-orange .box-body,
        .box-green .box-body,
        .box-blue .box-body {
            background-color: transparent;
            border: none
        }
    }

/* Extracted Inline Styles */
section.form-feedback {
        margin-top: -24rem;
        z-index: 99;
        display: block;
        position: relative;
    }

    form {
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
        border-radius: 24px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
        padding: 2.5rem;
        border: 1px solid rgba(255, 255, 255, 0.3);
    }

    input#name,
    input#email {
        width: calc(100% - 10px);
        padding: 16px;
        margin: 5px;
        border-radius: 50px;
        border: 1px solid #ccc;
        font: 16px / 1 'Open Sans';
        outline: none;
        display: inline-block;
        box-sizing: border-box;
    }

    .subbtn {
        font: 16px / 1 'Open Sans';
        cursor: pointer;
        margin-top: 15px;
        background-color: #e17523;
        border: 1px solid #e17523;
        border-radius: 50px;
        color: #fff;
        font-size: 18px;
        width: 100%;
        max-width: 200px;
        padding: 14px 0rem;
        align-self: center;
    }

    .location-card {
        border: 0px;
        border-bottom: 1px solid #ccc;
        border-radius: 0px;
        padding: 30px 0px 30px 30px;
        justify-content: space-between;
    }

    .career-banner-bg::after {
        display: none !important;
    }

    .pt100px {
        padding-top: 100px;
    }

    .pt50px {
        padding-top: 50px;
    }

    #Connect {
        align-content: center;
        padding-top: 8rem;
        height: 520px;
    }

    header.formidium-banner-fundadimn {
        padding-top: 14rem;
    }

    header.formidium-banner-fundadimn {
        height: 508px;
    }

    header.formidium-banner-fundadimn.career-banner-bg {
        background: url(../img/jan-design/new-background.svg?v=202507111002);
        background-size: 100% 200%;
        background-position: 100% 68%;
    }

    @media(min-width:992px) and (max-width:1399.9px) {
        #Connect .socailicons-img a img {
            width: 40px;
        }

        #Connect .socailicons-img a img.youtube-blac {
            width: 44px !important;
        }

        .socailicons-img a {
            margin-right: 26px;
        }

        #Connect h2 {
            font-size: 38px;
        }

        header.formidium-banner-fundadimn.career-banner-bg {
            background-size: 100% 200%;
            padding-top: 10rem;
            background-position: 100% 60%;
        }

        .box .box-body {
            height: 66px;
        }
    }

    @media(min-width:1200.9px) {
        header.formidium-banner-fundadimn p {
            color: #000;
            font-size: 18px;
            padding-top: 0;
            padding-bottom: 0;
            margin-right: 4rem;
        }
    }

    @media(min-width:991.9px) and (max-width:1199.9px) {
        header.formidium-banner-fundadimn.career-banner-bg {
            background-size: cover;
            padding-top: 9rem;
            background-position: 100% 47%;
        }
    }

    @media(max-width:991.9px) {
        .joinus-box {
            min-height: 270px;
            text-align: center;
            display: block;
        }

        header.formidium-banner-fundadimn {
            height: auto;
        }

        .location-card {
            border: 0px;
            border-bottom: 1px solid #ccc;
            border-radius: 0px;
            padding: 14px 0 14px 0;
        }
    }

    @media(min-width:576px) and (max-width:991.9px) {
        section.form-feedback {
            margin-top: 0px;
        }

        header.formidium-banner-fundadimn.career-banner-bg {
            background-size: cover;
            padding-top: 8rem;
            height: auto !important;
            background-position: center;
        }

        .box .box-body {
            height: 70px;
        }
    }

    @media(max-width:575.9px) {
        .br-theme-bars-square .br-widget a {
            width: 24px;
            height: auto;
            font-size: 10px;
            /* border-radius: 50%; */
        }


        section.form-feedback {
            margin-top: 0px;
        }

        form {
            padding: 12px;
        }

        header.formidium-banner-fundadimn.career-banner-bg {
            background-size: cover;
            padding-top: 8rem;
            /* height: 231px !important; */
            background-position: center;
        }

        .box .box-body {
            height: 40px;
            /* margin-top: 1rem; */
        }

        .box {
            /* width: 100%; */
            float: left;
            margin: 14px 0 1rem;
        }

        .submit-btn-cls {
            text-align: center;
        }
    }

/* Extracted Inline Styles */
.like-not-like {
                                display: flex;
                                place-content: space-between;
                                font-weight: 500;
                            }

                            .like-not-like p {
                                margin-bottom: 0;
                            }
