
        @charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&family=Teko:wght@300..700&display=swap');
        :root {

            --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
            --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
            --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
        }

        *,
        ::after,
        ::before {
            box-sizing: border-box;
        }

        @media (prefers-reduced-motion:no-preference) {
            :root {
                scroll-behavior: smooth;
            }
        }

        body {
            margin: 0;
            font-family: "Poppins", sans-serif;
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.5;
            color: #212529;
            background-color: #fff;
            -webkit-text-size-adjust: 100%;
        }

        h3,
        h4,
        h5,
        h6 {
            margin-top: 0;
            margin-bottom: .5rem;
            font-weight: 500;
            line-height: 1.2;
        }

        h3 {
            font-size: calc(1.3rem + .6vw);
        }

        @media (min-width:1200px) {
            h3 {
                font-size: 1.75rem;
            }
        }

        h4 {
            font-size: calc(1.275rem + .3vw);
        }

        @media (min-width:1200px) {
            h4 {
                font-size: 1.5rem;
            }
        }

        h5 {
            font-size: 1.25rem;
        }

        h6 {
            font-size: 1rem;
        }

        p {
            margin-top: 0;
            margin-bottom: 1rem;
        }

        ul {
            padding-left: 2rem;
        }

        ul {
            margin-top: 0;
            margin-bottom: 1rem;
        }

        b {
            font-weight: bolder;
        }

        small {
            font-size: .875em;
        }

        sup {
            position: relative;
            font-size: .75em;
            line-height: 0;
            vertical-align: baseline;
        }

        sup {
            top: -.5em;
        }

        a {
            color: #0d6efd;
            text-decoration: underline;
        }

        a:not([href]):not([class]) {
            color: inherit;
            text-decoration: none;
        }

        img,
        svg {
            vertical-align: middle;
        }

        label {
            display: inline-block;
        }

        button {
            border-radius: 0;
        }

        button,
        input,
        select,
        textarea {
            margin: 0;
            font-family: inherit;
            font-size: inherit;
            line-height: inherit;
        }

        button,
        select {
            text-transform: none;
        }

        select {
            word-wrap: normal;
        }

        [type=button],
        [type=submit],
        button {
            -webkit-appearance: button;
        }

        ::-moz-focus-inner {
            padding: 0;
            border-style: none;
        }

        textarea {
            resize: vertical;
        }

        ::-webkit-datetime-edit-day-field,
        ::-webkit-datetime-edit-fields-wrapper,
        ::-webkit-datetime-edit-hour-field,
        ::-webkit-datetime-edit-minute,
        ::-webkit-datetime-edit-month-field,
        ::-webkit-datetime-edit-text,
        ::-webkit-datetime-edit-year-field {
            padding: 0;
        }

        ::-webkit-inner-spin-button {
            height: auto;
        }

        ::-webkit-search-decoration {
            -webkit-appearance: none;
        }

        ::-webkit-color-swatch-wrapper {
            padding: 0;
        }

        ::file-selector-button {
            font: inherit;
        }

        ::-webkit-file-upload-button {
            font: inherit;
            -webkit-appearance: button;
        }

        .img-fluid {
            max-width: 100%;
            height: auto;
        }

        .container {
            width: 100%;
            padding-right: var(--bs-gutter-x, .75rem);
            padding-left: var(--bs-gutter-x, .75rem);
            margin-right: auto;
            margin-left: auto;
        }

        @media (min-width:576px) {
            .container {
                max-width: 540px;
            }
        }

        @media (min-width:768px) {
            .container {
                max-width: 720px;
            }
        }

        @media (min-width:992px) {
            .container {
                max-width: 960px;
            }
        }

        @media (min-width:1200px) {
            .container {
                max-width: 1140px;
            }
        }

        @media (min-width:1400px) {
            .container {
                max-width: 1320px;
            }
        }

        .row {
            --bs-gutter-x: 1.5rem;
            --bs-gutter-y: 0;
            display: flex;
            flex-wrap: wrap;
            margin-top: calc(var(--bs-gutter-y) * -1);
            margin-right: calc(var(--bs-gutter-x) / -2);
            margin-left: calc(var(--bs-gutter-x) / -2);
        }

        .row>* {
            flex-shrink: 0;
            width: 100%;
            max-width: 100%;
            padding-right: calc(var(--bs-gutter-x) / 2);
            padding-left: calc(var(--bs-gutter-x) / 2);
            margin-top: var(--bs-gutter-y);
        }

        

        @media (min-width:576px) {
            .col-sm-12 {
                flex: 0 0 auto;
                width: 100%;
            }
        }

        @media (min-width:768px) {
            .col-md-6 {
                flex: 0 0 auto;
                width: 50%;
            }

            .col-md-12 {
                flex: 0 0 auto;
                width: 100%;
            }
        }

        @media (min-width:992px) {
            .col-lg-3 {
                flex: 0 0 auto;
                width: 25%;
            }

            .col-lg-6 {
                flex: 0 0 auto;
                width: 50%;
            }
        }

        .form-control {
            display: block;
            width: 100%;
            padding: .375rem .75rem;
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.5;
            color: #212529;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #ced4da;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border-radius: .25rem;
        }

        .form-control::-webkit-date-and-time-value {
            height: 1.5em;
        }

        .form-control::-webkit-input-placeholder {
            color: #6c757d;
            opacity: 1;
        }

        .form-control::-moz-placeholder {
            color: #6c757d;
            opacity: 1;
        }

        .form-control::-webkit-file-upload-button {
            padding: .375rem .75rem;
            margin: -.375rem -.75rem;
            -webkit-margin-end: .75rem;
            margin-inline-end: .75rem;
            color: #212529;
            background-color: #e9ecef;
            border-color: inherit;
            border-style: solid;
            border-width: 0;
            border-inline-end-width: 1px;
            border-radius: 0;
        }

        textarea.form-control {
            min-height: calc(1.5em + .75rem + 2px);
        }

        .form-floating {
            position: relative;
        }

        .btn {
            display: inline-block;
            font-weight: 400;
            line-height: 1.5;
            color: #212529;
            text-align: center;
            text-decoration: none;
            vertical-align: middle;
            background-color: transparent;
            border: 1px solid transparent;
            padding: .375rem .75rem;
            font-size: 1rem;
            border-radius: .25rem;
        }

        .btn-success {
            color: #fff;
            background-color: #198754;
            border-color: #198754;
        }

        .fade:not(.show) {
            opacity: 0;
        }

        .collapse:not(.show) {
            display: none;
        }

        .dropdown {
            position: relative;
        }

        .dropdown-toggle {
            white-space: nowrap;
        }

        .dropdown-toggle::after {
            display: inline-block;
            margin-left: .255em;
            vertical-align: .255em;
            content: "";
            border-top: .3em solid;
            border-right: .3em solid transparent;
            border-bottom: 0;
            border-left: .3em solid transparent;
        }

        .dropdown-menu {
            position: absolute;
            top: 100%;
            z-index: 1000;
            display: none;
            min-width: 10rem;
            padding: .5rem 0;
            margin: 0;
            font-size: 1rem;
            color: #212529;
            text-align: left;
            list-style: none;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid rgba(0, 0, 0, .15);
            border-radius: .25rem;
        }

        .nav {
            display: flex;
            flex-wrap: wrap;
            padding-left: 0;
            margin-bottom: 0;
            list-style: none;
        }

        .nav-link {
            display: block;
            padding: .5rem 1rem;
            text-decoration: none;
        }

        .nav-tabs {
            border-bottom: 1px solid #dee2e6;
        }

        .nav-tabs .nav-link {
            margin-bottom: -1px;
            background: 0 0;
            border: 1px solid transparent;
            border-top-left-radius: .25rem;
            border-top-right-radius: .25rem;
        }

        .nav-tabs .nav-link.active {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff;
        }

        .tab-content>.tab-pane {
            display: none;
        }

        .tab-content>.active {
            display: block;
        }

        .navbar {
            position: relative;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            padding-top: .5rem;
            padding-bottom: .5rem;
        }

        .navbar>.container {
            display: flex;
            flex-wrap: inherit;
            align-items: center;
            justify-content: space-between;
        }

        .navbar-brand {
            padding-top: .3125rem;
            padding-bottom: .3125rem;
            margin-right: 1rem;
            font-size: 1.25rem;
            text-decoration: none;
            white-space: nowrap;
        }

        .navbar-nav {
            display: flex;
            flex-direction: column;
            padding-left: 0;
            margin-bottom: 0;
            list-style: none;
        }

        .navbar-nav .nav-link {
            padding-right: 0;
            padding-left: 0;
        }

        .navbar-nav .dropdown-menu {
            position: static;
        }

        .navbar-collapse {
            flex-basis: 100%;
            flex-grow: 1;
            align-items: center;
        }

        .navbar-toggler {
            padding: .25rem .75rem;
            font-size: 1.25rem;
            line-height: 1;
            background-color: transparent;
            border: 1px solid transparent;
            border-radius: .25rem;
        }

        .navbar-toggler-icon {
            display: inline-block;
            width: 1.5em;
            height: 1.5em;
            vertical-align: middle;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 100%;
        }

        @media (min-width:992px) {
            .navbar-expand-lg {
                flex-wrap: nowrap;
                justify-content: flex-start;
            }

            .navbar-expand-lg .navbar-nav {
                flex-direction: row;
            }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }

            .navbar-expand-lg .navbar-collapse {
                display: flex !important;
                flex-basis: auto;
            }

            .navbar-expand-lg .navbar-toggler {
                display: none;
            }
        }

        .card {
            position: relative;
            display: flex;
            flex-direction: column;
            min-width: 0;
            word-wrap: break-word;
            background-color: #fff;
            background-clip: border-box;
            border: 1px solid rgba(0, 0, 0, .125);
            border-radius: .25rem;
        }

        .modal {
            position: fixed;
            top: 0;
            left: 0;
            z-index: 1050;
            display: none;
            width: 100%;
            height: 100%;
            overflow: hidden;
            outline: 0;
        }

        .modal-dialog {
            position: relative;
            width: auto;
            margin: .5rem;
        }

        .modal.fade .modal-dialog {
            transform: translate(0, -50px);
        }

        .modal-content {
            position: relative;
            display: flex;
            flex-direction: column;
            width: 100%;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid rgba(0, 0, 0, .2);
            border-radius: .3rem;
            outline: 0;
        }

        @media (min-width:576px) {
            .modal-dialog {
                max-width: 500px;
                margin: 1.75rem auto;
            }
        }

        .carousel {
            position: relative;
        }

        .carousel-inner {
            position: relative;
            width: 100%;
            overflow: hidden;
        }

        .carousel-inner::after {
            display: block;
            clear: both;
            content: "";
        }

        .carousel-item {
            position: relative;
            display: none;
            float: left;
            width: 100%;
            margin-right: -100%;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

        .carousel-item.active {
            display: block;
        }

        .carousel-indicators {
            position: absolute;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 2;
            display: flex;
            justify-content: center;
            padding: 0;
            margin-right: 15%;
            margin-bottom: 1rem;
            margin-left: 15%;
            list-style: none;
        }

        .carousel-indicators [data-bs-target] {
            box-sizing: content-box;
            flex: 0 1 auto;
            width: 30px;
            height: 3px;
            padding: 0;
            margin-right: 3px;
            margin-left: 3px;
            text-indent: -999px;
            background-color: #fff;
            background-clip: padding-box;
            border: 0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            opacity: .5;
        }

        .carousel-indicators .active {
            opacity: 1;
        }

        .d-flex {
            display: flex !important;
        }

        .d-none {
            display: none !important;
        }

        .justify-content-end {
            justify-content: flex-end !important;
        }

        .justify-content-between {
            justify-content: space-between !important;
        }

        .align-items-center {
            align-items: center !important;
        }

        .m-0 {
            margin: 0 !important;
        }

        .mx-0 {
            margin-right: 0 !important;
            margin-left: 0 !important;
        }

        .mb-0 {
            margin-bottom: 0 !important;
        }

        .mb-3 {
            margin-bottom: 1rem !important;
        }

        .px-0 {
            padding-right: 0 !important;
            padding-left: 0 !important;
        }

        @media (min-width:768px) {
            .d-md-none {
                display: none !important;
            }
        }

        @media (min-width:992px) {
            .d-lg-block {
                display: block !important;
            }

            .p-lg-0 {
                padding: 0 !important;
            }
        }

        :root {
            --swiper-theme-color: #007aff;
        }

        :host {
            position: relative;
            display: block;
            margin-left: auto;
            margin-right: auto;
            z-index: 1;
        }

        :root {
            --swiper-navigation-size: 44px;
        }

        .fa-solid {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            display: var(--fa-display, inline-block);
            font-style: normal;
            font-variant: normal;
            line-height: 1;
            text-rendering: auto;
        }

        .fa-solid {
            font-family: "Font Awesome 6 Free";
        }

        .fa-bars:before {
            content: "";
        }

        .fa-clock:before {
            content: "";
        }

        :host,
        :root {
            --fa-style-family-brands: "Font Awesome 6 Brands";
            --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
        }

        :host,
        :root {
            --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
        }

        :host,
        :root {
            --fa-style-family-classic: "Font Awesome 6 Free";
            --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
        }

        .fa-solid {
            font-weight: 900;
        }

        :root {
            --animate-duration: 1s;
            --animate-delay: 1s;
            --animate-repeat: 1;
        }

        :root {
            --color-primary: #b4fd83;
            --color-secondary: #08323d;
            --color-white: #fff;
            --color-black: #000;
            --color-dark: #282828;
            --text-primary: #b4fd83;
        }

        .btn-common {
            border-radius: 7px;
            height: 43px;
            line-height: 43px;
            line-height: 1.35;
            font-size: 1rem;
            padding: 0 14px;
            font-weight: 600;
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: fit-content;
            gap: 10px;
            position: relative;
            overflow: hidden;
        }

        .btn-common span {
            z-index: 1;
        }

        .btn-common {
            animation: button 1s cubic-bezier(.33, 0, .25, 1);
        }

        @keyframes button {
            0% {
                transform: translateY(3.125rem);
                opacity: 0;
            }

            39.1% {
                transform: translateY(2.625rem);
            }

            52.2% {
                opacity: 0;
            }

            87% {
                opacity: 1;
            }

            to {
                transform: translateY(0);
                opacity: 1;
            }
        }

        .btn-common-primary {
            color: var(--color-black);
            background-color: var(--color-primary);
            border: 1px solid #98e365;
        }

        .btn-common-primary .button-icon-container {
            background: #fff;
        }

        .btn-common::before {
            content: "";
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(120deg, transparent, rgba(255, 255, 255, .5), transparent);
        }

        .btn-common::before {
            -webkit-animation: shine 1.5s ease-in-out infinite;
            animation: shine 1.5s ease-in-out infinite;
        }

        @-webkit-keyframes shine {
            0% {
                left: -100%;
            }

            100% {
                left: 100%;
            }
        }

        @keyframes shine {
            0% {
                left: -100%;
            }

            100% {
                left: 100%;
            }
        }

        .button-icon-container {
            padding: 4px 12px;
            border-radius: .375rem;
            background: #b4fd83;
            overflow: hidden;
            gap: .75rem;
            display: flex;
            justify-content: flex-start;
            width: 3rem;
        }

        .transition-all {
            margin-left: -2rem;
            margin-right: 0;
        }

        .shrink-0 {
            flex-shrink: 0;
        }

        @media (min-width:1400px) {
            .btn--lg {
                height: 56px;
                line-height: 56px;
                padding: .875rem 1.25rem;
                font-size: 1.125rem;
            }
        }

        body {
            font-family: "Poppins";
            font-weight: 400;
            font-style: normal;
            font-size: 14px;
        }

        header nav.navbar p {
            font-weight: normal;
            font-size: 16px;
        }

        header {
            background: #fff;
            border-bottom: 1px solid #f4f4f4;
            position: relative;
        }

        header .navbar .navbar-nav .nav-link {
            font-size: 18px;
            color: inherit;
            font-weight: normal;
            line-height: 1.56;
            padding: 12px 22px;
            border-radius: 10px;
            margin-right: .5rem;
        }

        header.section-header {
            position: relative;
        }

        .menu_icon_arrow {
            width: 32px;
            height: 20px;
            background: #b4fd83;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 4px;
        }

        .col-megamenu {
            border-radius: 10px 10px 0 0;
            background-color: #fff;
            padding: calc(1rem + .5vw) calc(1rem + .5vw);
            margin-bottom: 30px;
        }

        .col-megamenu:after {
            content: "";
            position: absolute;
            bottom: -15px;
            width: 100%;
            height: 1px;
            background: #e8e8e8;
            left: 0;
        }

        .section-header .product_dropdown {
            padding: 25px 0 40px;
        }

        .menu-title .title,
        .blog_title {
            font-size: calc(1rem + .4vw);
            color: inherit;
            font-weight: 700;
        }

        .menu_icon_arrow img {
            height: 10px;
            object-fit: contain;
            padding: 0 8px;
        }

        .col-megamenu .title_description {
            color: #4d4d4d;
            margin-top: 6px;
        }

        .header_blogs .card.card--blog {
            row-gap: calc(1rem + .2vw);
            border: none;
            border: 0;
            background: transparent;
        }

        .header_blogs .info-meta {
            display: flex;
            justify-content: space-between;
            font-size: 12px;
            color: #888;
            text-transform: uppercase;
            font-weight: 500;
        }

        .header_blogs .card.card--blog h4 {
            font-size: calc(1rem + .1vw);
            font-weight: 500;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            color: inherit;
            line-height: 1.67;
        }

        .menu_type,
        h3.title_industry span {
            color: #000;
        }

        button.btn-common-plain {
            background: 0 0;
            border: 0;
            text-decoration: underline;
            text-underline-position: under;
            align-items: center;
            padding: 0;
        }

        h3.title_industry {
            color: #636363;
            font-size: calc(1rem + .5vw);
            line-height: 1.3;
        }

        .industry_menu {
            background: #fff;
            padding: calc(1rem + .2vw) calc(1rem + .5vw);
            border-radius: 10px;
        }

        .menu_type {
            font-size: 1.25rem;
            font-weight: 600;
        }

        a.apply_link {
            color: #535353;
            line-height: normal;
            text-decoration: none;
            font-weight: 500;
            position: relative;
            display: inline-block;
        }

        a.apply_link:before {
            opacity: 0;
            content: "";
            background-image: url("https://cdn-gnpmp.nitrocdn.com/zXfatNvCxdJLOJQwdBcjdAFpyWHclmaD/assets/images/optimized/rev-04c742e/www.code-brew.com/wp-content/themes/Avada-Child-Theme/media/2024/09/single-arrow.webp");
            position: absolute;
            left: -15px;
            top: 50%;
            width: 10px;
            height: 10px;
            background-size: contain;
            background-repeat: no-repeat;
            transform: translateY(-50%);
        }

        .service_menu-title {
            margin-bottom: 10px;
        }

        #header_slide .slider_item {
            padding: 13px;
            background: #f4f8fb;
            border-radius: 20px;
        }

        #header_slide .slider_content {
            margin: calc(.5rem + .5vw) 10px;
        }

        #header_slide .slide_description {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            margin-bottom: 15px;
            justify-content: space-between;
        }

        #header_slide .slide_tittle h5 {
            color: #7b7b7b;
            font-size: calc(1rem + .1vw);
            margin-bottom: calc(1rem + .5vw);
        }

        #header_slide .carousel-indicators [data-bs-target] {
            width: 45px;
            height: 6px;
            background-color: #f4f8fb;
            opacity: 1;
            border-radius: 10px;
            border: 0 !important;
        }

        .bolg-img {
            display: block;
        }

        #header_slide .carousel-indicators .active {
            background-color: #dde6ec;
        }

        #header_slide .carousel-indicators {
            bottom: -20px;
            margin-bottom: 0;
        }

        .col-megamenu {
            position: relative;
        }

        .col-megamenu a.expend_link {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
        }

        @keyframes button {
            0% {
                transform: translateY(3.125rem);
                opacity: 0;
            }

            39.1% {
                transform: translateY(2.625rem);
            }

            52.2% {
                opacity: 0;
            }

            87% {
                opacity: 1;
            }

            to {
                transform: translateY(0);
                opacity: 1;
            }
        }

        .btn-common-primary .button-icon-container {
            background: #fff;
        }

        .head_blogarea {
            background: #f4f8fb;
            padding: calc(1.2rem + 1vh) calc(2rem + 1vh);
        }

        .service_menu-title {
            text-decoration: none;
        }

        .meta__item .country {
            background: #fff;
            padding: 4px 10px;
            border-radius: 5px;
        }

        .meta__item .tag {
            background: #000;
            color: #fff;
            padding: 2px 10px;
            border-radius: 4px;
            margin-right: 10px;
            font-weight: 600;
        }

        .meta {
            display: flex;
            align-items: center;
        }

        .slide_description .arrow {
            width: 40px;
            height: 40px;
            border: 1px solid;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            transform: rotate(-45deg);
        }

        .resources_dropdown .industry_menu_link p {
            margin: 0;
        }

        .resources_dropdown {
            padding: calc(1rem + 1vw) 0;
        }

        .resources_dropdown .industry_menu .industry_menu_link {
            text-decoration: unset;
            color: #000;
            padding: calc(1rem + .2vw) calc(1rem + .5vw);
            display: block;
        }

        .resources_dropdown .industry_menu {
            padding: 0;
        }

        .card.card--entrepreneurship {
            border: none;
            border-radius: 10px;
            overflow: hidden;
            text-decoration: none;
        }

        .card.card--entrepreneurship .card__head {
            height: 160px;
        }

        .card.card--entrepreneurship .card__head img {
            width: 100%;
        }

        .card.card--entrepreneurship .card__body {
            background: #000;
            color: #fff;
            display: flex;
            align-items: center;
            padding: 13px 10px;
        }

        .card.card--entrepreneurship .card__body .arrow img {
            filter: invert(1);
            transform: rotate(-45deg);
        }

        .card.card--entrepreneurship .card__body .arrow {
            width: 30px;
            height: 30px;
            border: 1px solid;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .card.card--entrepreneurship .card__body p {
            margin: 0;
            width: calc(100% - calc(30px + 15px));
        }

        .navbar-toggler-icon {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        nav.navbar.navbar-expand-lg {
            flex-direction: column;
        }

        .card.card--blog .card-action {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
        }

        .card.card--blog .pointer {
            width: 45px;
            height: 45px;
            background: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

        .card.card--blog .card__head {
            position: relative;
        }

        @media all and (min-width:1920px) {
            .container--narrow {
                max-width: 1600px;
            }
        }

        @media all and (min-width:992px) {
            .slider_header {
                margin-top: calc(1.5rem + 1vw);
            }

            .explore_industry {
                margin-top: 25px;
            }

            header li.main_nav-item {
                padding-top: .5rem;
                padding-bottom: .5rem;
            }

            .col-megamenu .menu_icon_arrow {
                opacity: 0;
                visibility: hidden;
                position: absolute;
                right: -6rem;
            }

            .menu-title {
                position: relative;
                width: max-content;
            }

            .navbar .has-megamenu {
                position: static !important;
            }

            .navbar .megamenu {
                left: 0;
                right: 0;
                width: 100%;
                margin-top: 0;
            }

            header .dropdown-toggle::after {
                display: none;
            }

            header .dropdown .dropdown-menu {
                border-top: 1px solid #f4f4f4;
                border-width: 1px 0 0 0;
                box-shadow: rgba(37, 49, 56, .1) 0px 4px 8px -2px, rgba(37, 49, 56, .06) 0px 2px 4px -2px;
            }

            .service_menu-title {
                position: relative;
                width: max-content;
            }

            .industry_menu .menu_icon_arrow {
                opacity: 0;
                visibility: hidden;
                position: absolute;
                right: -6rem;
            }

            a.apply_link {
                line-height: 2;
            }
        }

        @media (min-width:1200px) {

            .Industries_dropdown,
            .services_dropdown {
                padding: 20px 0 45px 0;
            }

            .industries_links a.apply_link:not(:last-child):after {
                content: "";
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-40%);
                height: 13px;
                width: 1px;
                background: #535353;
            }

            .industries_links a.apply_link:not(:last-child) {
                padding-right: 5px;
                margin-right: 5px;
            }

            .card.card--blog .pointer {
                width: calc(2rem + 2vw);
                height: calc(2rem + 2vw);
                transform: translate(-50%, 50%);
                opacity: 0;
                visibility: hidden;
            }
        }

        @media (min-width:1900px) {
            .container.container--narrow {
                max-width: 1600px !important;
            }
        }

        @media (max-width:1699px) {
            .industry_menu {
                padding: calc(.5rem + .1vw) calc(.5rem + .1vw);
            }

            .col-megamenu {
                padding: calc(.5rem + .5vw);
            }

            .menu-title .title,
            .blog_title {
                font-size: calc(1rem + .5vw);
            }
        }

        @media (max-width:1399px) {
            a.apply_link {
                display: inline-block;
                font-size: 14px;
            }

            .menu_type {
                font-size: 16px;
            }

            .btn-common {
                font-size: 1rem;
                padding: 0 10px;
            }
        }

        @media (min-width:1200px) and (max-width:1399px) {
            header .navbar .navbar-nav .nav-link {
                padding: 12px 12px;
            }
        }

        @media (max-width:1199px) {
            header .navbar .navbar-nav .nav-link {
                font-size: 16px;
                line-height: 1.56;
                padding: 12px 12px;
            }

            .col-megamenu {
                padding: calc(.5rem + 0vw);
            }

            .menu-title .title,
            .blog_title {
                font-size: calc(1rem + .2vw);
            }

            .menu_icon_arrow {
                display: none;
            }

            .service_menu-title {
                margin-bottom: 5px;
            }

            header .dropdown .dropdown-menu {
                max-height: calc(100vh - calc(53px + 150px));
                overflow: scroll;
            }
        }

        @media (min-width:992) and (max-width:1199px) {
            .industry_menu {
                padding: 0;
            }
        }

        @media (max-width:991px) {
            .resources_dropdown .industry_menu .industry_menu_link p {
                display: none;
            }

            .header_btn {
                display: none;
            }

            .resources_dropdown .industry_menu .industry_menu_link {
                padding: 5px 0;
            }

            .resources_dropdown a#food_pdf {
                display: none;
            }

            header .dropdown .dropdown-menu {
                border-width: 0px 0 0 0;
            }

            header .dropdown-toggle::after {
                right: 18px;
                top: 22px;
                margin-left: auto;
                position: absolute;
            }

            header .navbar .navbar-nav .nav-link {
                background: transparent;
                border-top: 1px solid #ebeff2;
                border-radius: 0;
                padding-left: 0;
                font-weight: 600;
            }

            .col-megamenu {
                padding-left: 0;
            }

            .industry_menu {
                padding-left: 0;
                padding-top: 0;
            }

            .menu_type {
                font-size: 1.1rem;
                margin-bottom: 0;
            }

            a.apply_link {
                font-size: 14px;
                width: 100%;
                line-height: 2.3;
            }

            header .navbar-nav li.nav-item.main_nav-item>a {
                font-size: 18px;
                font-weight: 600;
            }

            .industry_menu {
                margin-bottom: 10px;
            }

            .navbar-brand img {
                height: 40px;
            }
        }

        @media (min-width:768px) and (max-width:1199px) {
            .btn-common-primary .button-icon-container {
                display: none;
            }

            header .navbar .navbar-nav .nav-link {
                font-size: 14px;
            }
        }

        @media (max-width:767px) {
            .section-header .product_dropdown {
                padding: 0;
            }
        }

        html {
            touch-action: manipulation;
        }

        section .container {
            overflow: inherit;
        }

        a {
            text-decoration: none !important;
        }

        .register-form input,
        .register-form textarea {
            box-shadow: none !important;
        }

        .animation-on-hover.btn-register-header {
            font-size: 18px;
            font-weight: 600;
            padding: 13px 20px 13px 47px;
        }

        .animation-on-hover.btn-register-header:before {
            animation: inherit;
        }

        .btn-register-header {
            display: inline-block;
            color: #fff;
            vertical-align: super;
            border-radius: 1.5px;
            border: solid 1px #b4fd83;
            background-color: #b4fd83;
            padding: 9px 20px 9px 47px;
            position: relative;
        }

        .btn-register-header:before {
            box-shadow: 0 0 0 rgba(255, 255, 255, .4);
            animation: pulso 2s infinite;
            content: "";
            width: 15px;
            height: 15px;
            border: 3px solid #fff;
            position: absolute;
            left: 15px;
            border-radius: 50%;
            top: 0;
            bottom: 0;
            margin: auto;
        }

        @keyframes pulso {
            0% {
                -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .8);
                box-shadow: 0 0 0 0 rgba(255, 255, 255, .8);
            }

            70% {
                -moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
                box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            }

            100% {
                -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
                box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            }
        }

        :focus-visible {
            outline: none !important;
        }

        @media (max-width:991px) {
            .btn-register-header {
                padding: 5px 9px 6px 35px;
            }

            .btn-register-header:before {
                left: 10px;
            }

            .animation-on-hover.btn-register-header {
                font-size: 16px;
                padding: 10px 15px 10px 38px;
            }
        }

        .form-cover h4 {
            font-size: 24px;
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            letter-spacing: normal;
            text-align: left;
            color: #2e343c;
            margin: 0px;
            line-height: 1.3;
            margin-bottom: 10px;
        }

        .register-form input {
            width: 100%;
            height: 40px;
            border: none;
            border-bottom: 1px solid #ddd;
            margin-bottom: 20px;
            padding: 0;
            color: #000;
            font-size: 16px;
            outline: none !important;
        }

        .register-form textarea {
            width: 100%;
            margin-bottom: 20px;
            border: none;
            border-bottom: 1px solid #ddd;
            color: #000;
            outline: none !important;
            font-size: 16px;
        }

        .register-form {
            margin-top: 0px;
            float: left;
            width: 100%;
            margin-bottom: 25px;
        }

        .register-form input.subscribesubmit {
            border-radius: 2px;
            background-color: #89c728;
            width: auto;
            font-size: 18px;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: #fff;
            padding: 12px 43px;
            height: auto;
            margin-top: 10px;
            border: 1px solid #89c628;
        }

        .form-cover {
            padding: 40px;
        }

        body a {
            text-decoration: none;
        }

        ul.case-study-list.royoessentials li a:before,
        ul.case-study-list.royoessentials li a:after {
            display: none !important;
        }

        .main-blog-heading {
            background-color: #1f2659;
            text-align: center;
            padding: 150px 15px;
            padding-top: 200px;
        }

        .main-blog-lister ul {
            list-style: none;
            padding: 0px;
            margin: 0px;
            display: flex;
            flex-wrap: wrap;
            margin-left: -15px;
            margin-right: -15px;
            margin-top: 50px;
        }

        .main-blog-lister ul li {
            float: left;
            width: calc(33.33% - 30px);
            margin: 15px;
            border: none;
        }

        .main-blog-lister ul li img {
            width: 100%;
            height: 210px;
            /*object-fit: contain;*/
            /*object-position: top;*/
        }

        .main-blog-lister ul li figcaption {
            padding: 20px;
        }

        .main-blog-lister ul li h4 {
            margin: 15px 0;
            font-size: 18px;
            line-height: 1.3;
            font-weight: 700;
            height: 50px;
            overflow: hidden;
            color: #000;
            margin-top: 0px;
        }

        .main-blog-lister ul li .animation-on-hover.btn-register-header {
            font-size: 16px;
            padding: 8px 20px 8px 47px;
            margin-top: 5px;
        }

        .main-blog-lister ul li figcaption h5 {
            margin: 0px;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-bottom: 15px;
        }

        .main-blog-lister ul li figcaption h5 small {
            background-color: #f9fcff;
            display: inline-block;
            padding: 6px 10px;
            border-radius: 4px;
            color: #657683;
            font-size: 13px;
        }

        .main-blog-search {
            position: relative;
            max-width: 500px;
            width: 100%;
            padding: 0px 15px;
        }

        .main-blog-search {
            position: relative;
            max-width: 1170px;
            width: 100%;
            padding: 0px;
            margin: auto;
        }

        .main-blog-search #search {
            width: 100%;
            background-color: transparent;
            border: none;
            border-bottom: 1px solid #82859f;
            font-size: 90px;
            height: 100px;
            color: #fff;
            padding-bottom: 15px;
            outline: none !important;
            font-weight: 700;
        }

        .main-blog-search #search::-webkit-input-placeholder {
            color: rgba(255, 255, 255, .4);
        }

        .main-blog-search #search:-ms-input-placeholder {
            color: rgba(255, 255, 255, .4);
        }

        .search-lense {
            width: 50px;
            height: 50px;
            position: absolute;
            right: 0px;
            top: 0px;
            bottom: 0px;
            margin: auto;
            opacity: .5;
            outline: none;
        }

        .custom-pagination {
            text-align: center;
            margin: 30px 0;
        }

        .custom-pagination a {
            display: inline-block;
            background-color: #fff;
            padding: 5px 15px;
            font-size: 15px;
            border-radius: 4px;
            margin: 5px 5px;
            border: 1px solid #eee;
            color: #000;
        }

        .custom-pagination span.page-numbers.current {
            display: inline-block;
            background-color: #70aa26;
            padding: 5px 15px;
            font-size: 15px;
            border-radius: 4px;
            margin: 5px 5px;
            border: 1px solid #eee;
            color: #fff;
        }

        ul.category-tabber {
            margin: 0px;
            margin-top: -48px;
            border: none;
            text-align: center;
        }

        ul.category-tabber li {
            width: auto !important;
            border: none;
            margin: 0px;
            float: none;
            background-color: transparent !important;
            box-shadow: none !important;
        }

        ul.category-tabber li a.active {
            background-color: #fff !important;
            color: #555;
            border-radius: 4px 4px 0 0;
        }

        ul.category-tabber li a {
            color: #fff;
            font-size: 18px;
            font-weight: 400;
            padding: 10px;
            letter-spacing: .5px;
            background-color: transparent !important;
            box-shadow: none !important;
            text-decoration: none;
        }

        ul.case-study-list li a {
            display: block;
            padding: 0px;
            border-radius: 10px;
            background-color: transparent !important;
            position: relative;
            overflow: hidden;
        }

        ul.case-study-list li a:before {
            content: "";
            position: absolute;
            top: 0px;
            bottom: 0px;
            margin: auto;
            width: 100%;
            height: 100%;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            padding: 15px;
            background-color: rgba(0, 0, 0, .7);
            color: #fff;
            font-size: 16px;
            font-weight: 400;
            opacity: 0;
        }

        ul.case-study-list li a:after {
            content: "Free Download Now !";
            position: absolute;
            background-color: #70aa26;
            color: #fff;
            font-size: 14px;
            padding: 10px 20px;
            bottom: -80px;
            border-radius: 5px;
            left: 0px;
            right: 0px;
            margin: auto;
            display: block;
            width: 190px;
            text-align: center;
        }

        ul.case-study-list li a img {
            height: auto;
        }

        ul.case-study-list li.bharatpay a {
            background-color: #3e3287;
        }

        ul.case-study-list li.sml a {
            background-color: #e3312f;
        }

        ul.case-study-list li.clikat a {
            background-color: #786b4d;
        }

        ul.case-study-list li.gradeup a {
            background-color: #138265;
        }

        ul.case-study-list li.awr a {
            background-color: #962c2a;
        }

        ul.case-study-list li.redvault a {
            background-color: #7f1815;
        }

        ul.case-study-list li.nielsen a {
            background-color: #2ca2ce;
        }

        ul.case-study-list li.grintafy a {
            background-color: #6d8e50;
        }

        .main-btn-all {
            display: block;
        }

        .main-blog-lister .tab-content>.active {
            opacity: 1;
        }

        .watchdemomodal button.close {
            position: absolute;
            z-index: 999;
            right: 0;
            top: 0;
            background: var(--color-primary);
            border: 0;
            font-size: 20px;
            font-weight: bold;
            opacity: 1;
            line-height: normal;
            padding: 1px 6px;
        }

        .main-blog-lister #EBook ul li h4 {
            height: auto;
        }

        @media (min-width:991px) {
            ul.case-study-list.royoessentials li {
                width: calc(33.33% - 30px);
            }
        }

        @media (max-width:991px) {
            .main-blog-lister ul li {
                float: left;
                width: calc(50% - 30px);
            }

            .main-blog-lister ul li h4 {
                height: auto;
                overflow: inherit;
            }
        }

        @media (max-width:768px) {
            .main-blog-lister ul {
                margin-top: 25px;
            }

            ul.category-tabber {
                margin: 0;
                border: none;
                text-align: center;
                margin-left: -15px;
                margin-right: -15px;
                width: 500px;
                justify-content: center;
            }

            ul.category-tabber li a {
                font-size: 14px;
                padding: 4px 10px;
            }

            .main-blog-lister ul li img {
                width: 100%;
                height: 200px;
                object-position: center left;
            }

            .main-blog-search #search {
                font-size: 30px;
                height: 50px;
                padding-bottom: 5px;
            }

            .search-lense {
                width: 30px;
                height: 30px;
            }

            .main-blog-heading {
                background-color: #1f2659;
                text-align: center;
                padding: 80px 15px;
                padding-top: 70px;
            }

            .main-blog-lister ul li {
                float: left;
                width: calc(100% - 30px);
            }

            ul.case-study-list li {
                width: calc(50% - 30px);
            }
        }

        @media (max-width:991px) {
            .setting-tabber-blog {
                margin-top: -47px;
                width: 100%;
                padding: 0px;
            }

            .setting-tabber-blog {
                margin-top: -47px;
            }

            .setting-tabber-blog ul {
                width: auto;
                justify-content: flex-start;
                margin: 0px;
                display: flex;
                flex-wrap: nowrap;
                overflow-x: scroll;
            }

            .setting-tabber-blog ul li {
                width: auto !important;
                float: none;
                min-width: fit-content;
                order: 2;
            }
        }

        @media (max-width:768px) {
            .setting-tabber-blog {
                margin-top: -29px;
            }

            ul.case-study-list.royoessentials li {
                width: calc(100% - 30px);
            }
        }

        .right_btn {
            opacity: 0;
        }

        .for-mi {
            display: none;
        }

        .for-us {
            display: none;
        }

        .for-uk {
            display: none;
        }

        .for-row {
            display: block;
        }

        .right_btn {
            border: none;
            font-size: 16px;
            font-weight: 600;
            position: fixed;
            right: 0;
            text-transform: capitalize;
            top: 50%;
            backface-visibility: hidden;
            z-index: 11;
            white-space: nowrap;
            background: transparent;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 0;
        }

        .right_btn .phone_icon {
            background: #3a8fdd;
            height: 40px;
            width: 40px;
            padding: 8px;
        }

        .right_btn .whatsapp_icon {
            background: #b4fd83;
            height: 40px;
            width: 40px;
            padding: 8px;
        }

        .right_btn {
            row-gap: 15px;
        }

        #myModalMeeting .modal-content {
            width: 100%;
        }

        #myModalMeeting {
            text-align: center;
        }

        #myModalMeeting .scheduleMeetingBtn {
            margin-bottom: 0px;
        }

        #myModalMeeting .form-cover h4 {
            text-align: center;
            font-size: 22px;
            font-weight: 600;
        }

        #myModalMeeting .form-cover h5 {
            margin: 0px;
            font-size: 16px;
            margin-top: 10px;
            color: #000;
            font-weight: 600;
        }

        #myModalMeeting .form-cover {
            padding: 30px 40px;
            width: 100%;
        }

        #myModalMeeting .modal-dialog {
            height: 100%;
            display: flex;
            align-items: center;
            margin: 0px auto;
        }

        form#scheduleMeeting {
            margin-top: 15px;
        }

        .exit-content h3,
        .exit-content h4 {
            font-weight: 700;
            letter-spacing: normal;
        }

        #subscribeform-exit input.exitsubmit,
        .exit-content h4 {
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            color: #fff;
        }

        #myModalMeeting button.close.pop-close {
            position: absolute;
            z-index: 1;
            right: 0;
            top: 0;
            background: #b4fd83;
            border: 0;
            font-size: 24px;
            opacity: 1;
            line-height: 24px;
            padding: 4px 6px;
            width: 30px;
            height: 30px;
        }

        #myModalMeeting .scheduleMeetingBtn {
            margin-bottom: 0;
            background: #b4fd83;
            border: 0;
            padding: 10px 20px;
            font-weight: 500;
            margin-top: 15px;
        }

        #warning {
            display: none;
            width: 100%;
            height: 100%;
            position: fixed;
            z-index: 999999990;
            background-color: rgba(255, 255, 255, .8);
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
        }

        .flexible-exit {
            width: 100%;
            height: 100%;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
        }

        .exit-content {
            width: 780px;
            box-shadow: 0 12px 34px 0 rgba(27, 26, 26, .37);
            background-image: url("../../cdn-gnpmp.nitrocdn.com/zXfatNvCxdJLOJQwdBcjdAFpyWHclmaD/assets/images/optimized/rev-04c742e/www.code-brew.com/wp-content/uploads/2019/09/background.png");
            position: relative;
            padding: 59px 60px;
            text-align: center;
            background-size: cover;
            border: 1px solid #fff;
            background-color: #000;
        }

        .exit-content.nitro-lazy {
            background-image: none !important;
        }

        .exit-content h4 {
            font-size: 18px;
            margin: 0 0 15px;
        }

        .exit-content h4 span {
            color: var(--color-primary);
        }

        .exit-content h3 {
            font-size: 36px;
            font-style: normal;
            font-stretch: normal;
            line-height: 1;
            color: #fff;
            margin: 0;
        }

        .exit-content h5 {
            margin: 25px 0 0;
            color: #fff;
            font-size: 16px;
        }

        body .exit-content .register-form {
            margin: 10px 0;
            position: relative;
        }

        .exit-hide.fitted-text {
            text-align: center;
            text-decoration: underline;
            font-size: 18px;
            font-weight: 600;
        }

        small.fitted-text {
            color: #fff;
            display: block;
            margin-bottom: 10px;
            float: left;
            width: 100%;
        }

        #subscribeform-exit input.exitsubmit {
            border-radius: 3.6px !important;
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .39);
            background-color: var(--color-primary);
            font-size: 16px;
            font-weight: 600;
            letter-spacing: 0;
            border: none;
            padding: 9px 15px;
            height: auto;
            position: static;
            width: 70%;
            margin: 16px auto;
            text-align: center;
            color: #000;
        }

        .location-wrapper .tab-content h5 a {
            color: #fff;
            line-height: 2.36;
            text-decoration: underline;
        }

        .location-wrapper .tab-content h5 {
            display: flex;
            flex-direction: column;
        }

        .location-wrapper .tab-content p {
            line-height: 1.6;
            font-size: calc(.5rem + .5vw);
        }

        a {
            text-decoration: none;
        }

        @media (min-width:1200px) {
            .rtPhoneIcon {
                position: relative;
                display: flex;
                flex-direction: column-reverse;
                align-items: center;
                margin-bottom: 5px;
            }

            .rtWhatsappIcon:before {
                content: "Chat With Us";
                position: absolute;
                height: 40px;
                color: #fff;
                background: #000;
                line-height: 40px;
                padding: 0 12px;
                padding: 0;
                font-size: 1rem;
                font-size: 0;
                transform: translatex(-50%) rotate(90deg);
                top: 50%;
                width: 0;
                left: 50%;
            }

            .rtWhatsappIcon {
                position: relative;
            }
        }

        @media (max-width:1199px) {
            .rtPhoneIcon {
                margin-bottom: 5px;
            }
        }

        @media (min-width:768px) and (max-width:1199px) {
            .location-wrapper .tab-content p {
                line-height: 1.6;
            }
        }

        @media (max-width:991px) {
            #warning {
                display: none !important;
            }

            .common-fixed-btn-footer {
                justify-content: center;
                line-height: normal;
                position: fixed;
                z-index: 9;
                width: calc(100% - 20px);
                left: 50%;
                transform: translateX(-50%);
                bottom: -50px;
                font-size: 17px;
                height: 48px;
            }
        }

        @media (max-width:767px) {
            .right_btn {
                top: 30%;
            }

            .exit-content h3 {
                font-size: 24px;
            }
        }

        #bs5popup_main .panel.panel--form {
            padding: calc(1rem + 1vw) calc(1rem + 1vw) calc(1rem + 1vw) calc(1rem + .1vw);
            box-shadow: none;
        }

        #bs5popup_main .modal-dialog {
            width: 100%;
            max-width: 850px;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            margin: 0;
        }

        .left_cover {
            height: 100%;
            background-image: url("https://cdn-gnpmp.nitrocdn.com/zXfatNvCxdJLOJQwdBcjdAFpyWHclmaD/assets/images/optimized/rev-04c742e/www.code-brew.com/wp-content/uploads/2019/07/vector-smart-object@3x-10.webp");
            background-size: cover;
            background-repeat: no-repeat;
        }

        .left_cover.nitro-lazy {
            background-image: none !important;
        }

        .row-flexible-stretch {
            display: flex;
            flex-wrap: wrap;
            align-items: stretch;
        }

        span.error-msg {
            position: absolute;
            bottom: 3px;
            color: red;
            width: 100%;
            left: 0;
            font-size: 10px;
        }

        .form_field {
            position: relative;
        }

        .form-blockchain .subscribesubmit {
            font-weight: 500;
            padding: 12px 30px;
        }

        .form_field .form-control-input {
            width: 100%;
            border: 0;
            border-bottom: 1px solid #ddd;
            margin-bottom: 20px;
            padding: .5rem .75rem;
            font-size: 16px;
            color: #000;
        }

        .form_title {
            font-weight: 400;
            margin-bottom: 1.5rem;
        }

        .sms_input input[type=checkbox],
        .whatsapp_input input[type=checkbox] {
            margin: 0 5px 0 0;
            accent-color: #a7dd4d;
        }

        .blockchain_form .sms_inputs label {
            font-size: 12px;
            color: #2f2f2f;
            align-items: center;
            display: flex;
            margin-left: 0 !important;
        }

        .blockchain_form .select-error,
        .blockchain_form p.radio-message {
            font-size: 14px;
            line-height: .86;
            letter-spacing: normal;
            text-align: left;
            color: #a9a9a9;
            display: block;
            margin-bottom: 0;
            font-weight: 400;
        }

        .validate-btn input[type=submit] {
            font-size: 18px;
            font-weight: 700;
            text-align: left;
            color: var(--color-black);
            background-color: var(--color-primary);
            border: 1px solid var(--color-primary);
            margin-bottom: 0;
            height: 50px;
            padding: 0 20px;
            border-radius: 0;
            margin-top: 1rem;
        }

        #bs5popup_main button.close {
            position: absolute;
            z-index: 999;
            right: 0;
            top: 0;
            background: #b4fd83;
            border: 0;
            font-size: 24px;
            opacity: 1;
            line-height: 24px;
            padding: 4px 6px;
            width: 30px;
            height: 30px;
        }

        .blockchain_form .select-error {
            margin-top: 1rem;
        }

        .blockchain_form .panel.panel--budget .radio {
            width: auto;
            position: relative;
            margin-bottom: 6px !important;
        }

        .blockchain_form .budget-wrapper {
            margin: 0 -10px;
            display: flex;
            flex-wrap: wrap;
        }

        .blockchain_form p.radio-message {
            margin-bottom: 10px;
        }

        .panel.panel--form .panel__foot .panel__action input[type=submit] {
            color: var(--color-black);
            background-color: var(--color-primary);
            border: 1px solid var(--color-primary);
        }

        .sms_inputs {
            width: 100%;
            margin: 20px auto 0;
            display: flex;
            flex-wrap: nowrap;
            align-items: center;
            justify-content: space-between;
        }

        .blockchain_form .panel.panel--budget .radio input[type=radio] {
            visibility: visible;
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            z-index: 999;
        }

        .blockchain_form .panel.panel--budget .radio label {
            display: inline-block;
            padding: 8px 10px;
            border-radius: 2.5px;
            background-color: #e8edf1;
            font-size: 16px;
            font-weight: 400;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: center;
            color: #657683;
            margin: 0;
            width: 100%;
        }

        .blockchain_form .panel.panel--budget .radio {
            width: auto;
            position: relative;
            max-width: calc(50% - 20px);
            flex: 0 0 calc(50% - 20px);
            margin: 10px !important;
        }

        .form_field {
            position: relative;
            display: inline-block;
            width: 100%;
        }

        .tea-cup-pop {
            position: absolute;
            width: 300px;
            left: -30px;
            bottom: 0;
            margin: auto;
            z-index: 9;
        }

        @media (max-width:991px) {
            .left_cover {
                display: none;
            }

            #bs5popup_main .modal-dialog {
                max-width: 500px;
            }

            .form_leftarea {
                display: none;
            }

            img.tea-cup-pop {
                display: none;
            }

            .blockchain_form .panel.panel--budget .radio label {
                font-size: 14px;
            }
        }

        @media (max-width:767px) {
            #bs5popup_main .modal-dialog {
                max-width: 354px;
            }
        }

        .settingup-side {
            font-size: 26px;
            font-weight: 700;
            padding-left: 10px;
            margin-top: 10px;
            margin-bottom: 25px;
            line-height: 1.3;
        }

        .outer-report-form {
            display: none;
        }

        .caseStudyFrom .form-group label {
            font-size: 12px;
            display: block;
        }

        .food-front-form {
            position: fixed;
            background-color: rgba(0, 0, 0, .7);
            width: 100%;
            z-index: 999;
            top: 0px;
            bottom: 0px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            overflow-y: auto;
        }

        .common-report-form {
            max-width: 700px;
            background-color: #fff;
            padding: 15px;
            width: 100%;
            position: relative;
        }

        .thankspopup {
            position: fixed;
            top: 0px;
            bottom: 0px;
            left: 0px;
            right: 0px;
            z-index: 99999991;
            background-color: rgba(0, 0, 0, .6);
            display: none;
        }

        .closer-common-pops {
            position: absolute;
            right: 10px;
            top: 3px;
            font-size: 25px;
            font-style: normal;
            line-height: 1;
        }

        .thankspopup .middlealign {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            height: 100%;
            color: #fff;
        }

        .thankspopup .middlealign span {
            display: block;
            border-radius: 4px;
            background-color: #fff;
            text-align: center;
            padding: 50px;
            width: 100%;
            max-width: 500px;
        }

        .thankspopup .middlealign span img {
            width: 72px;
        }

        .thankspopup .middlealign span h3 {
            font-size: 33px;
            font-weight: 700;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.03;
            letter-spacing: -.49px;
            color: #515151;
            margin: 15px 0px;
        }

        .thankspopup .middlealign span h4 {
            font-size: 18px;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.44;
            letter-spacing: normal;
            text-align: center;
            color: #515151;
            margin: 0px;
        }

        .caseStudyFrom input,
        .caseStudyFrom select {
            border: none;
            border-bottom: none;
            border-radius: 0px !important;
            font-size: 14px;
            font-weight: 400;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #000;
            margin: 0px;
            margin-bottom: 0px;
            outline: none;
            padding: 0px;
            width: 100%;
            height: 40px;
            box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .06);
            background-color: #f6f7f8;
            padding-left: 15px;
        }

        .caseStudyFrom input::-webkit-input-placeholder {
            color: #000;
        }

        .caseStudyFrom input::-moz-placeholder {
            color: #000;
        }

        .caseStudyFrom input:-ms-input-placeholder {
            color: #000;
        }

        .caseStudyFrom input:-moz-placeholder {
            color: #000;
        }

        .caseStudyFrom .form-group {
            margin-bottom: 22px;
            padding: 0px 10px;
        }

        .caseStudyFrom .submitBtn {
            border-radius: 4px !important;
            background-color: #f4ae1b;
            font-size: 16.2px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #000;
            padding: 13px 43px;
            width: auto;
            margin-top: 10px;
            border: 1px solid transparent;
            height: auto;
        }

        .caseStudyFrom .loadingGifBrew {
            position: absolute;
            right: 30px;
            bottom: 42px;
            width: 60px;
        }

        .caseStudyFrom .checkbox label {
            font-size: 15px;
            font-weight: 700;
            display: flex;
            align-items: center;
        }

        .caseStudyFrom .checkbox label input.incomplete-food {
            margin-top: 0;
            margin-right: 5px;
        }

        .caseStudyFrom input[type=checkbox] {
            box-shadow: none;
            width: 15px;
            display: block;
            padding: 0px;
            height: auto;
            margin-top: 5px;
        }

        .caseStudyFrom label sup {
            color: red;
        }

        @media (max-width:991px) {
            .settingup-side {
                font-size: 18px;
            }

            .caseStudyFrom input,
            .caseStudyFrom select {
                font-size: 13px;
            }
        }

        .watchdemomodal .modal-dialog {
            width: 100%;
            max-width: 775px;
            height: 100%;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            margin: 0px auto;
        }

        .watchdemomodal .modal-content {
            padding-left: 350px;
            background-image: url("../../cdn-gnpmp.nitrocdn.com/zXfatNvCxdJLOJQwdBcjdAFpyWHclmaD/assets/images/optimized/rev-04c742e/www.code-brew.com/wp-content/uploads/2019/07/vector-smart-object%403x-10.png");
            background-size: contain;
            background-repeat: no-repeat;
        }

        .watchdemomodal .modal-content.nitro-lazy {
            background-image: none !important;
        }

        .register-form input.watchdemosubmit {
            border-radius: 2px;
            background-color: #89c728;
            width: auto;
            font-size: 18px;
            font-weight: bold;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: #fff;
            padding: 12px 43px;
            height: auto;
            margin-top: 10px;
            border: 1px solid #89c628;
        }

        .error-msg1,
        .error-msg3,
        .error-msg4 {
            position: absolute;
            bottom: 4px;
            color: red;
            font-size: 10px;
            left: 15px;
        }

        html body .form-cover h4 {
            font-size: 18px;
            font-weight: bold;
            padding-top: 10px;
        }

        @media (max-width:991px) {
            .watchdemomodal .modal-content {
                padding-left: 0px;
                background-image: none;
            }

            .watchdemomodal .modal-dialog {
                width: 92%;
            }

            .watchdemomodal .modal-content.nitro-lazy {
                background-image: none !important;
            }
        }

        @media (max-width:420px) {
            html body .form-cover h4 {
                font-size: 16px;
            }
        }

        @media (max-width:360px) {
            html body .form-cover h4 {
                font-size: 15px;
            }
        }
