

/* new sprint work 27.03.24 */
.ew_banner_new.ew_banner h6 {
    max-width: 900px;
}

.case_new_ewb .case_stdy_new_hdng h2 {
    max-width: 500px;
}

.case_new_ewb .case_stdy_new_hdng p {
    max-width: 453px;
}

.trustrated_newb .trustrated_inr_itm h6 {
    max-width: 112px;
}

.abt_video_section .video_new img {
    width: 100%;
}

.sticky_red_box {
    padding: 40px 38px 30px;
    background-color: var(--red);
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.20);
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 0;
    bottom: 50px;
    max-width: 276px;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    transition: all 300ms ease-in-out;
}

.sticky_hdr .sticky_red_box {
    opacity: 1;
    visibility: visible;
}

.sticky_red_box>*:not(:last-child) {
    margin-bottom: 20px;
}

.sticky_red_box .ewp_icon {
    text-align: center;
}

.sticky_red_box h5 {
    font-family: var(--poppins);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: var(--white);
}

.sticky_red_box p {
    color: var(--white);
}

.sticky_red_box .learn_btn {
    padding: 10px 20px;
    border: 1px solid var(--white);
    font-family: var(--poppins);
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: var(--white);
}

.sticky_red_box .learn_btn:hover {
    box-shadow: 0px 0px 0px 5px var(--gray-new);
}

.sticky_red_box .learn_btn i {
    margin-left: 10px;
}

.redbox_close {
    position: absolute;
    top: 4px;
    right: 7px;
    margin: 0px;
    cursor: pointer;
    display: none;
}

.redbox_close img {
    max-width: 20px;
}

/* sticky red box */


.top_strip {
    padding: 20px 0px;
    background-color: var(--sky);
    position: relative;
    z-index: 1;
}

.top_strip_inner {
    display: flex;
    align-items: center;
}

.top_cent_cont {
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.top_cent_cont .top_icon {
    margin-right: 30px;
}

.top_cont_wrp .top_msg {
    margin-right: 30px;
}

.top_icon img {
    max-width: 48px;
}

.top_cont_wrp {
    display: flex;
    align-items: center;
}

.top_msg h4 {
    font-family: var(--poppins);
    font-weight: 700;
    color: var(--blue);
    font-size: 16px;
    line-height: 24px;
}

.top_msg h5 {
    font-family: var(--poppins);
    font-weight: 400;
    color: var(--blue);
    line-height: 27px;
    font-size: 15px;
}

.top_close {
    margin-left: auto;
    flex: 0 0 auto;
}

.top_close span {
    cursor: pointer;
}

.find_btn {
    display: inline-flex;
    font-family: var(--poppins);
    font-size: 14px;
    color: var(--blue);
    font-weight: 500;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    border: solid 1px var(--blue);
    background-color: transparent;
}

.find_btn:hover {
    box-shadow: 0px 0px 0px 5px var(--blue_btn_shadow);
}

.find_btn i {
    margin-left: 10px;
}

.blue_btn {
    font-family: var(--industry);
    min-width: 214px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    background-color: #1000e8;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.blue_btn:hover {
    box-shadow: 0px 0px 0px 5px rgb(16 0 232 / 32%);
}

/* new sprint work 27.03.24 */

.dev_counter.new_dev_counter {
    justify-content: center;
}

.new_dev_counter .sub_sec_para {
    font-size: 15px;
    line-height: 24px;
    margin: 0 auto;
    max-width: 226px;
}

ul.new_dev_counter.dev_counter li {
    width: 25%;
    text-align: center;
    margin-bottom: 45px;
}

.new_dev_counter.dev_counter {
    margin-bottom: -50px;
    margin-top: 35px;
}

.new_dev_counter li:nth-child(5n+5) .dev_num,
.new_dev_counter li:nth-child(5n+6) .dev_num,
.new_dev_counter li:nth-child(5n+7) .dev_num,
.new_dev_counter li:nth-child(5n+8) .dev_num {
    color: #6bddfb;
}

.nw_ss_cont.ss_cont .sub_sec_para {
    font-family: var(--gibson);
    font-weight: 500;
    font-size: 18px;
}

.bae_list {
    margin-top: 50px;
    margin-bottom: 50px;
}

.bae_list h2 {
    font-family: var(--gibson);
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    color: #000;
}

.bae_list ul {
    margin: 0px -15px;
    display: flex;
    flex-wrap: wrap;
}

.bae_list ul li {
    padding: 0px 15px;
    margin-top: 50px;
    width: 50%;
    display: flex;
    align-items: flex-start;
}

.bae_list ul li .bae_li_icon {
    padding-right: 20px;
    flex: 0 0 auto;
}

.bae_list ul li h3 {
    font-family: var(--gibson);
    font-weight: 500;
    font-size: 18px;
    color: #000;
    line-height: 25px;
    margin-bottom: 5px;
}

.bae_list ul li p {
    font-weight: 300;
    font-size: 14px;
    color: #4d5969;
    line-height: 22px;
    max-width: 308px;
}

/* new add */
.vid_cont {
    padding: 25px 20px;
    margin-bottom: 50px;
    background-color: #f7f8fb;
}

.vid_cont h3 {
    margin-bottom: 10px;
    font-family: var(--industry);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #000;
    text-transform: uppercase;
}

.vid_cont h4 {
    margin-bottom: 10px;
    font-family: var(--gibson);
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
}

.opt_workflow {
    margin-bottom: 50px;
}

.opt_workflow h2 {
    font-family: var(--gibson);
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    color: #000;
    margin-bottom: 30px;
}

.opt_workflow p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
    max-width: 724px;
}

.mch_marg_remov.mch_mrc_new {
    margin-top: 0px;
}

.add_on.extra_cnct .ss_cont h3 {
    font-family: var(--industry);
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    text-transform: uppercase;
}

.btn_no_bg.global_btn {
    padding: 10px 20px;
    border: solid 1px #ff3e39;
    background-color: #fff;
    height: auto;
    min-width: auto;
    margin-top: 20px;
}

.new_vid .vdo_wrp {
    max-width: 100%;
}

.new_abt_vid .ew_cont_wrp {
    margin-top: 0px;
}

.bnr_video.new_vid {
    margin-top: -172px;
}

.ftr_logo img {
    width: 165px;
}

.hdr_logo svg {
    width: 150px;
}

/* new add */







.book_demo_cnct {
    position: fixed;
    left: 0px;
    z-index: 9;
    bottom: 50px;
}

.book_demo_cnct .bookdemo {
    padding: 20px 30px;
    max-width: 288px;
    display: block;
    border: 1px solid var(--blue);
    background-color: #fff;
    box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
}

.book_demo_cnct .bookdemo span {
    position: absolute;
    font-family: var(--poppins);
    font-weight: 500;
    font-size: 11px;
    line-height: 17px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 100px;
    border: solid 1px #1000e8;
    color: var(--blue);
    background-color: #e8e6fd;
    top: 0px;
    left: 30px;
    transform: translateY(-50%);
    margin: 0px;
}

.book_demo_cnct .bookdemo p {
    max-width: 228px;
    color: var(--black);
    font-family: var(--poppins);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 10px;
}

.book_demo_cnct .bookdemo a {
    color: var(--blue);
    text-decoration: underline;
    font-family: var(--poppins);
    font-size: 14px;
    font-weight: 500;
}

.extra_cnct {
    padding: 25px 20px;
    background-color: #f7f8fb;
    margin-top: 30px;
}

.extra_cnct .ss_cont {
    margin-top: 0px;
}

.extra_cnct .ss_cont h2 {
    font-family: var(--gibson);
    font-size: 20px;
    line-height: 30px;
    color: var(--black);
    margin-bottom: 10px;
}

.extra_cnct .ss_cont p {
    font-family: var(--poppins);
    font-size: 14px;
    line-height: 26px;
    color: var(--black);
    margin-bottom: 10px;
    margin-top: 0px;
    max-width: 684px;
}

.extra_cnct .extra_cnct_btn a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background-color: #ff3e39;
    font-family: var(--poppins);
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.extra_cnct .extra_cnct_btn a:hover {
    box-shadow: 0px 0px 0px 5px var(--button-shadow);
}

.extra_cnct .extra_cnct_btn a span {
    margin-left: 10px;
}

/* 29.03.24 start */



.page_not_found h1 {
    padding-bottom: 25px;
}

.case_item_img img {
    min-height: 315px;
    object-fit: cover;
}

/* 404 code start  */
.page_not_found {
    padding: 100px 0;
    text-align: center;
}

/* 404 code end */

/* Single Page Start */
.single_page {
    text-align: center;
}

/* Single Page End */

/* Global Ul Li Start */
.arrow_global ul li {
    position: relative;
    list-style: none;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: var(--gray);
    padding-left: 10px;
}

.arrow_global ul li::after {
    content: '';
    position: absolute;
    top: 6px;
    left: -27px;
    /* background-image: url(../images/acco_list_arrow.svg); */
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
}

.rounded_right ul li {
    position: relative;
    color: var(--gray);
    position: relative;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    display: block;
    padding-left: 35px;
}

.rounded_right ul li a {
    text-decoration: underline;
    color: var(--blue);
}

.rounded_right ul li::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    /* background-image: url(../images/tick-circle_new.svg); */
    background-repeat: no-repeat;
    left: 0;
    top: 7px;
}

.disc_round ul li {
    font-size: 16px;
    line-height: 28px;
    color: var(--black);
    position: relative;
    list-style: disc;
    /* padding-left: 10px; */
}

.hy_arow_wrap {
    margin-top: 30px;
    margin-left: 24px;
}

.hy_tabs_bom>ul {
    margin-left: 24px;

}

.hy_arow_wrap li:not(:last-child) {
    margin-bottom: 10px;
}

.menu_wrapper.menu_wrapper_right>ul>li:not(:last-child) {
    margin-left: auto;
    margin-right: 30px;
}

.pcn_listing_content ul {
    margin-top: 30px;
    margin-left: 24px;
}

.pcn_listing_content li:not(:last-child) {
    margin-bottom: 10px;
}

.hey_stack_inr_ul ul {
    margin-top: 30px;
    margin-left: 25px;
}

.hey_stack_inr_ul ul li {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: var(--gray);
    font-family: var(--poppins);
    position: relative;
    padding-bottom: 10px;
}

.ohislist_item_clss ul {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 15px;
}

.ohislist_item_clss ul li {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 300;
    color: var(--black);
    line-height: 26px;
    padding-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.ohislist_item_clss li::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url(../images/tick-circle_new.svg);
    background-repeat: no-repeat;
    left: 0;
    top: 6px;
}

.ohislist_item_clss li:first-child {
    margin: 0;
}

.hey_stack_inr_ul li::after {
    content: '';
    position: absolute;
    top: 5px;
    left: -27px;
    background-image: url(../images/acco_list_arrow.svg);
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
}

.tabs_bom_wrap ul {
    margin-left: 24px;
}

.wfi_list_wrap ul {
    margin-top: 30px;
}

.wfi_list_wrap li {
    margin-bottom: 8px;
    padding-left: 35px;
    color: var(--gray);
    position: relative;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    display: block;
}

.wfi_list_wrap li::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url(../images/tick-circle_new.svg);
    background-repeat: no-repeat;
    left: 0;
    top: 7px;
}

.wfi_list_edsu ul {
    margin-top: 30px;
}

.wfi_list_edsu li {
    margin-bottom: 8px;
    padding-left: 35px;
    color: var(--gray);
    position: relative;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    display: block;
}

.wfi_list_edsu li::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url(../images/tick-circle_new.svg);
    background-repeat: no-repeat;
    left: 0;
    top: 7px;
}

.section_2_contents_2nd ul {
    list-style: disc;
    margin-top: 30px;
    font-size: 16px;
    line-height: 28px;
    margin-left: 24px;
}

.section_2_contents_2nd_contnt ul {
    font-size: 16px;
    line-height: 28px;
    padding-left: 20px;
    margin-top: 10px;
    margin-left: 24px;
}

.section_2_contents_2nd_contnt p+p {
    margin-top: 20px;
}

.pcn_listing_content_wrap ul {
    margin-left: 24px;
    margin-top: 0;
}

.pcn_listing_content_wrap ul li:not(:last-child) {
    margin-bottom: 10px;
}

.pcn_listing_content_wrap ul li {
    padding: 0;
    margin: 0;
    padding-left: 10px;
    position: relative;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: var(--gray);
    padding-left: 10px;
}

.pcn_listing_content_wrap ul li::after {
    content: '';
    position: absolute;
    top: 6px;
    left: -27px;
    background-image: url(../images/acco_list_arrow.svg);
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
}

.pcn_listing_content_wrap li:first-child {
    margin-top: 0px;
}

.pcn_list_div {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 15px;
    margin-left: 0;
    margin-top: 30px;
}

.pcn_list_div ul {
    flex: 0 0 auto;
}

.pcn_list_div ul li {
    position: relative;
}

.pcn_list_div ul li::after {
    content: '';
    position: absolute;
    top: 6px;
    left: -27px;
    background-image: url(../images/acco_list_arrow.svg);
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
}

.wfi_list_wrap_new ul {
    margin-top: 30px;
    list-style: none;
    padding: 0 15px;
}

.wfi_list_wrap_new ul li {
    margin-bottom: 8px;
    padding-left: 35px;
    color: var(--gray);
    position: relative;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    display: block;
}

.wfi_list_wrap_new ul li::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url(../images/tick-circle_new.svg);
    background-repeat: no-repeat;
    left: 0;
    top: 7px;
}

/* Global Ul Li End */
/* Legal Page Start */
.tabs_bom_div ul {
    padding-top: 20px;
    margin-left: 24px;
}

.tabs_bom_div li:not(:last-child) {
    padding-bottom: 10px;
}

.tabs_bom_div li {
    list-style: disc;
    font-size: 16px;
}

.tabs_bom_div p {
    padding-bottom: 10px;
}

/* Legal Page End */

/* Remove Section Gap Start */
.sectionrpt {
    padding-top: 0px !important;
}

/* Remove Section Gap End */

.other_use_gap {
    padding-top: 80px;
}

.explore_hdng_pt h2 {
    padding-top: 0 !important;
}

.explore_hdng_mt {
    margin-top: 30px;
}

.cnt_hndg {
    height: 100%;
}

/* 13-10-23 */
.sdo_img_wrap .sdo_img_item {
    width: 33.33%;
    margin-bottom: 47px;
    text-align: center;
}

.sdo_img_wrap {
    margin: 0 auto;
    max-width: 885px;
}

.learnmore {
    text-decoration: none;
    color: #FF3E39;
}

.learnmore:hover {
    text-decoration: underline;
    font-weight: 500;
}

.hb_spt_bookdmo_btn {
    position: absolute;
    left: 190px;
    bottom: 30px;
    z-index: 1;
}

/* Privacy policy page table Start */
.privacy_table td,
.privacy_table th {
    border: 1px solid #dddddd;
    text-align: center;
    padding: 8px;

}

.privacy_table th:first-child {
    width: 200px;
    white-space: nowrap;
}

.privacy_table tr:nth-child(even) {
    background-color: #efefef;
}

.privacy_table .inr_table td {
    border: none;
}

.privacy_table .inr_table tr:nth-child(even) {
    background: none;
}

.privacy_table table {
    width: 100%;
}

/* Privacy policy page table End */
/* Home page case studies date start */
.case_studies_date h6 {
    font-weight: 600;
}

/* Home page case studies date end */
/* Executive Teams Page Start*/
.tab_btn span img {
    height: 36px;
    width: 36px;
    border-radius: 50%;
}

/* Executive Teams Page End*/

/* Home Page Start*/
.bt_cont p {
    font-weight: 500;
}

/* Home Page End*/
/*esdu page start*/
.esdu_acco p {
    margin-top: 0 !important;
    margin-bottom: 2px;
}

/*esdu page end*/
/*Landing page start*/
.frm_addrs p {
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 15px 0;
}

.frm_addrs ul li {
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 5px;
}

.frm_addrs {
    margin-top: 30px;
}

/*Landing page end*/
/*Case Studies Button Start*/
.case_study_new_btn {
    display: none;
}

/*Case Studies Button End*/
/*About Us Start*/
.indsty_sol_lst_wrp .indsty_sol_lst:first-child {
    border: none;
}

.about_sec .indsty_sol_lst_wrp {
    justify-content: center;
}

/*About Us End*/
/*Parts API Page Start*/
.xml_web_service_wrap {
    padding-top: 70px;
}

/*Parts API Page End*/
/* Home Page Start*/
.case_studies_date h5 a {
    padding-bottom: 20px;
}

/* Home Page End*/
.case_study_inr_btn_wrap a {
    margin: 0 5px 10px 0;
}

.legal_basic_hdng h1 {
    margin-bottom: 0;
}

.hvr_state {
    text-decoration: none !important;
}

.hvr_state:hover {
    text-decoration: underline !important;
}

.ohsis_hub_spot {
    padding-top: 50px;
}

.form_sec .hs-field-desc p {
    color: #545454;
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
}

.explore_hdng_wrp {
    padding-top: 30px;
}

.pcn_list {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.part_api_sec_inr_wrap {
    margin-left: 0;
}

.esdu_3rd p {
    margin-top: 20px;
}

.proud_partner ul li p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #1000e8;
    display: inline-flex;
    align-items: center;
}

.ohis_explore p {
    font-family: 'Poppins', sans-serif;
}

.proud_partner ul {
    display: flex;
    flex-direction: column;
}

.proud_partner ul li {
    display: inline-flex;
    align-items: center;
}

.mega_menu_sec_new .mga_mnu_itm {
    width: auto;
    max-width: 320px;
}

/* Page Bold Start */
.page_bold:hover {
    font-weight: 500;
}

/* Page Bold End */
.workbench_list_new li {
    display: flex;
}

.workbench_list_new li span img {
    min-width: 24px;
}

.workbench_list_new li span {
    margin-top: 4px;
}

.sec_gap_remve {
    padding-top: 30px !important;
}

.workbench_list_new h6 {
    font-size: 16px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 26px;
}

.indsrty_fw_slider_new .slick-list {
    width: auto !important;
}

.indsrty_fw_slider_new .slick-track {
    display: flex !important;
    width: auto !important;
    justify-content: center !important;
    transform: none !important;
}

.indsrty_fw_slider_new .sldr_itm:last-child {
    margin-right: 0;
}

.menu_wrapper_new_cls {
    display: flex;
}

.menu_wrapper_new_cls .menu_wrapper_right {
    margin-left: auto;
}

.solution_sec {
    height: auto;
}

.wrk_flw_sec {
    overflow-x: hidden;
}

.work_flow_inr_wrap {
    display: none;
}

.bom_listing li span img {
    min-width: 16px;
}

.workflow_mob_wrap {
    display: none;
}

.solution_bg {
    padding: 200px 0;
}

.sol_hme_wrap {
    margin-top: 150px;
}

.sol_hme_wrap .top_img_wrap {
    margin-bottom: 30px;
}

#ESDU_Packages_1 {
    margin-top: 0;
    padding-top: 90px;
}

.industrial {
    margin-top: 100px;
}

.bnr_video .top_img_wrap {
    padding-top: 40px;
}

.indsty_sol_lst_brdr:first-child {
    border-right: 1px solid #bbc1c8 !important;
}

.sloution_work_flow .top_img_wrap {
    margin-bottom: 30px;
}

.indsrty_fw_slider {
    padding-bottom: 50px;
}

/* .book_demo_wrap_new{
		display: none;
	} */
.disply_none {
    display: none;
}

.bnnr_cont_wrp_new_wrap_sb {
    padding-bottom: 0px;
}

.ind_con_right_wrap_new_sb {
    max-width: 100%;
    text-align: center;

}

.cross_indus_sec {
    margin-bottom: 600px;
}
.vid_cont_new_ewb h4{
    text-transform: none;
}
.blue_btn_nwb_btn:hover{
    box-shadow: none;
}

/* EWB workflow table start  */
.table_row_head,
.tab_out_row {
  display: grid;
  grid-template-columns: 117px 1fr;
  column-gap: 20px;
}

.head_right_row .tab_hedtxt,
.table_row_head .tab_hedtxt {
  font-family: var(--industry);
  font-size: 16px;
  font-weight: 600;
  color: var(--black);
  text-transform: uppercase;
  margin: 0px;
  line-height: normal;
}

.table_row_head {
  margin-bottom: 12px;
}

.cap {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cap p {
  font-family: var(--poppins);
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: var(--black);
  margin: 0px;
}

.fea_box p {
  font-family: var(--poppins);
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  color: var(--black);
  max-width: 394px;
  margin: 0px;
}

.fea_box p span {
  font-weight: 400;
}

.fea_box p a {
  font-weight: 400;
  color: var(--blue);
  text-decoration: underline;
}

.fea_box {
  flex: 1;
  padding: 20px;
}

.ewb_status,
.ewb_pro_status {
  padding: 15px;
  flex: 0 0 53px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.head_right_row,
.flow_right_row {
  display: flex;
}

.tab_out_row .head_right_row {
  display: none;
}

.head_right_row .hrtx_one {
  flex: 1;
}

.head_right_row .hrtx_two,
.head_right_row .hrtx_three {
  flex: 0 0 53px;
}

.head_right_row>*:not(:last-child),
.flow_right_row>*:not(:last-child) {
  margin-right: 20px;
}

.table_row .tab_out_row:nth-child(odd) .cap {
  background-color: var(--gray-2);
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: var(--black);
}

.table_row .tab_out_row:nth-child(odd) .flow_right .flow_right_row:first-child .fea_box,
.table_row .tab_out_row:nth-child(odd) .flow_right .flow_right_row:first-child .ewb_status,
.table_row .tab_out_row:nth-child(odd) .flow_right .flow_right_row:first-child .ewb_pro_status {
  border-top: 1px solid #000;
}

.table_row .tab_out_row:nth-child(odd) .flow_right .flow_right_row:last-child .fea_box,
.table_row .tab_out_row:nth-child(odd) .flow_right .flow_right_row:last-child .ewb_status,
.table_row .tab_out_row:nth-child(odd) .flow_right .flow_right_row:last-child .ewb_pro_status {
  border-bottom: 1px solid #000;
}

.table_row .tab_out_row:nth-child(odd) .flow_right .flow_right_row:nth-child(odd) .fea_box,
.table_row .tab_out_row:nth-child(odd) .flow_right .flow_right_row:nth-child(odd) .ewb_status,
.table_row .tab_out_row:nth-child(odd) .flow_right .flow_right_row:nth-child(odd) .ewb_pro_status {
  background-color: var(--gray-2);
}

.table_row .tab_out_row:nth-child(even) .flow_right .flow_right_row:nth-child(even) .fea_box,
.table_row .tab_out_row:nth-child(even) .flow_right .flow_right_row:nth-child(even) .ewb_status,
.table_row .tab_out_row:nth-child(even) .flow_right .flow_right_row:nth-child(even) .ewb_pro_status {
  background-color: var(--gray-2);
}
/* EWB workflow table end */

/* 04.04.23 */
.remov_pading.our_resourse{
    padding-top: 0px !important;
}
/* 04.04.23 */


/* RESPONSIVE */
@media(max-width:1199px) {}

@media(max-width:991px) {
    .top_cent_cont .top_icon {
        margin-right: 10px;
    }

    .top_cont_wrp .top_msg {
        margin-right: 10px;
    }

    /* 29.03.24 */
    ul.new_dev_counter.dev_counter li {
        width: 50%;
    }

    /* 29.03.24 */

    .ohs_partner .proud_partner_new {
        margin-top: 60px;
    }

    .acco_body p {
        padding: 0 10px;
    }

    .acco_btn {
        padding: 20px 30px;
        line-height: 26px;
    }

    .other_use_case_wrap .other_use_case_item {
        width: 50%;
        margin-bottom: 5px;
    }

    .sol_hme_wrap {
        margin-top: 60px;
    }
}

@media(max-width:767px) {
    .head_right_row .hrtx_one .tab_hedtxt{
       text-transform: capitalize;
    }
    .head_right_row .hrtx_one{
        margin-top: auto;
        margin-bottom: auto;
    }
    /* EWB Page Table start  */
    .table_row_head {
        display: none;
    }

    .table_row .cap {
        display: none;
    }

    .tab_out_row {
        grid-template-columns: 1fr;
    }

    .table_row .tab_out_row:nth-child(odd) .flow_right .flow_right_row:first-child .fea_box,
    .table_row .tab_out_row:nth-child(odd) .flow_right .flow_right_row:first-child .ewb_status,
    .table_row .tab_out_row:nth-child(odd) .flow_right .flow_right_row:first-child .ewb_pro_status,
    .table_row .tab_out_row:nth-child(odd) .flow_right .flow_right_row:last-child .fea_box,
    .table_row .tab_out_row:nth-child(odd) .flow_right .flow_right_row:last-child .ewb_status,
    .table_row .tab_out_row:nth-child(odd) .flow_right .flow_right_row:last-child .ewb_pro_status {
        border: none;
    }

    .flow_right {
        padding-top: 10px;
        border-top: 1px solid #000;
    }

    .tab_out_row .head_right_row {
        position: absolute;
        left: 0;
        right: 0;
        top: 22px;
        display: flex;
    }

    .flow_right .head_right_row .tab_hedtxt {
        text-transform: uppercase;
    }

    .tab_out_row {
        position: relative;
        padding-top: 74px;
    }

    .fea_box {
        padding: 10px 20px;
    }
    /* EWB Page Table end */
    /* 01.04.23 */
    .top_cent_cont .top_icon {
        margin-right: 15px;
    }

    .top_close {
        margin-bottom: auto;
    }

    .top_cont_wrp {
        align-items: flex-start;
        flex-direction: column;
        margin-right: 0px;
    }

    /* 
    .top_msg h4 {
        max-width: 300px;
    } */

    .top_msg h5 {
        margin: 5px 0px;
        /* line-height: 26px;
        font-size: 14px; */
    }

    /* 01.04.23 */
    /* 29.03.24 start */
    .opt_workflow h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .opt_workflow p {
        margin-bottom: 15px;
    }

    .bae_list {
        margin-top: 15px;
    }

    .bae_list h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .bae_list ul li {
        margin-top: 30px;
    }

    ul.new_dev_counter.dev_counter li {
        width: 100%;
        text-align: left;
    }

    .book_demo_cnct .bookdemo {
        padding: 15px 20px;
    }

    .book_demo_cnct .bookdemo p {
        font-size: 12px;
        line-height: 20px;
    }

    .book_demo_cnct .bookdemo a {
        font-size: 12px;
        line-height: 15px;
    }

    /* 29.03.24 end */
    .mobile_nav_btn_wrp button {
        height: 38px !important;
    }

    body {
        padding-top: 68px;
    }

    .aside_wrp .aside_tab_nav {
        padding-top: 70px !important;
    }

    .active_two a {
        color: #6bddfb !important;
    }

    .aside_tab_nav ul {
        display: flex;
    }

    .book_demo_wrap_new {
        display: block;
    }

    .book_demo_wrap_new .bookdemo {
        min-width: auto;
        padding: 5px;
        font-size: 12px;
    }

    .book_demo_wrap_new {
        margin-right: 5px;
    }

    .book_demo_wrap_new span {
        margin-right: 5px;
    }

    .book_demo_wrap_new span svg {
        max-width: 18px;
        height: 26px;
        display: inline-block;
    }

    .hdr_logo svg {
        max-width: 120px;
    }

    /* 02.11.23 start*/
    .sdo_temp_lst_wrap .indsty_sol_lst_wrp {
        margin-left: 0;
        margin-right: 0;
    }

    .sdo_temp_lst_wrap .indsty_sol_lst {
        width: 100% !important;
        border: none !important;
    }

    .sdo_temp_lst_wrap .indsty_sol_lst:first-child {
        margin-bottom: 30px;
    }

    .sdo_temp_lst_wrap .global_btn {
        max-width: 100% !important;
    }

    .sdo_temp_cnt_wrap_new_item {
        width: 100%;
        margin-bottom: 20px;
    }

    .sdo_temp_cnt_wrap_new_item:last-child {
        width: 100%;
        margin-bottom: 0;
    }

    /* 02.11.23 end*/
    .bnfts_lists>ul>li:not(:last-child) {
        margin-bottom: 28px;
    }

    .case_std_item h5 {
        padding-left: 25px;
        padding-right: 25px;
    }

    .part_api_sec_inr_wrap__new {
        padding: 0 !important;
        margin: 0 !important;
    }

    .bt_btn_wrp {
        max-width: 100%;
    }

    .home_pge_clss h6,
    .home_pge_clss h4,
    .home_pge_clss .case_study_inr_btn_wrap {
        padding-left: 25px;
        padding-right: 25px;
    }

    .workflow_mob_wrap {
        display: block;
    }

    .our_culture_sec {
        margin: 60px 0 100px;
    }
}

@media(max-width:575px) {
    .new_inte .ss_img_wrp{
        height: auto;
    }
    .new_ew_wht .ss_img_wrp{
        height: auto;
    }

    .redbox_close {
        display: block;
    }

    /* 29.03.24 */
    .btn_no_bg.global_btn {
        padding: 20px 30px;
        width: 100%;
    }

    .vid_cont h4 {
        font-size: 16px;
        line-height: 28px;
    }

    .bae_li_icon img {
        max-width: 24px;
    }

    .bae_list h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .bae_list ul li {
        margin-top: 15px;
        width: 100%;
    }

    .dev_counter.new_dev_counter {
        margin-top: 30px;
    }

    .new_dev_counter .dev_num {
        min-width: 110px;
        font-size: 40px;
    }

    /* 29.03.24 */
    .indsty_sol_lst_brdr:first-child {
        border: none !important;
    }

    .indsrty_slider_sec {
        padding-top: 60px;
    }

    .case_stdy_hdng_new {
        padding-bottom: 60px;
    }

    .news_rm_bnr .indsty_innr_bnr_cnct_wrp {
        margin-top: 0px;
    }

    .news_rm_bnr .indsty_innr_bnr_cnct_wrp {
        margin-bottom: 0;
    }

    .spot_light .indsrty_fw_slider {
        padding-bottom: 100px;
    }

    .indsty_innr_bnr_cnct_wrp {
        /*     margin-top: -200px; */
        padding: 25px 25px 0;
    }

    .pcn_list_div {
        width: 100%;
        margin-top: 0;
    }

    .pcn_list_div ul {
        margin-top: 15px;
    }

    #ESDU_Packages_1 {
        padding-top: 50px;
    }

    .about_sec .indsty_sol_lst_wrp {
        padding-top: 0;
    }

    .about_inr ul li h6 .colon_cls {
        display: none;
    }

    .sol_hme_wrap {
        margin-top: 50px;
    }

    .secondry_hdr h3 {
        padding: 15px 0;
    }

    .sdo_img_wrap .sdo_img_item {
        width: 50%;
    }

    /* 31.10.23 */
    .about_inr ul li {
        width: 100%;
        text-align: left;
        max-width: 217px;
        margin: 0 auto;
        margin-left: 40px;
        padding: 0;
    }

    .about_inr ul::after {
        right: auto;
        top: 12px;
        height: 100%;
    }

    .about_inr ul {
        background-color: #fff;
        max-width: 265px;
        margin: 0 auto;
    }

    .about_sec {
        margin-top: 0;
        padding: 20px 0 96px;
    }

    .about_bnr .ew_cont_wrp {
        padding-bottom: 0;
    }

    .about_inr ul li {
        position: relative;
        margin-top: 70px;
    }

    .about_inr ul li span {
        background-color: #1000e8;
        height: 50px;
        width: 50px;
        display: inline-flex;
        font-size: 14px;
        font-weight: 700;
        justify-content: center;
        color: #fff;
        align-items: center;
        border-radius: 50px;
        position: absolute;
        left: 0;
        margin-left: -70px;
        z-index: 2;
        margin-top: -13px;
    }

    .about_inr ul li:nth-child(even) {
        margin-top: 70px;
    }

    .about_inr ul li:first-child {
        margin-top: 0;
    }

    .about_inr ul::before {
        position: absolute;
        content: '';
        top: 12px;
        left: 0;
        background: #EEF1F6;
        height: 100%;
        width: 10px;
        margin-left: -4px;
        bottom: 0;
    }

    .about_inr_btm {
        text-align: left;
        margin-left: -12px;
        margin-right: -12px;
        background-color: #EEF1F6;
        padding: 30px 25px;
        margin-top: 10px;
    }
}

@media(max-width:480px) {
    .blue_btn.blue_btn_nwb_btn{
        min-width: 100%;
    }
    .sloution_work_flow .top_img_wrap {
        display: none;
    }

    .wfi_list_wrap ul {
        margin-top: 15px;
    }

    .home_pge_clss h6,
    .home_pge_clss h4,
    .home_pge_clss .case_study_inr_btn_wrap {
        padding-left: 15px;
        padding-right: 15px;
    }

    .case_std_item h5 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .sol_hme_wrap {
        margin-top: 30px;
    }

    .legal_basic {
        padding: 50px 0;
    }

    .Sdo_img_sec {
        margin: 50px 0 30px;
    }

    .our_culture_sec {
        margin: 40px 0 100px;
    }
}

@media(max-width:420px) {}

@media(max-width:320px) {
    .hdr_logo svg {
        max-width: 100px;
    }

}