.marketing_banner_section .marketing_banner_box {
            display: flex;
            align-items: center;
        }

        .marketing_banner_box_left {
            width: 40%;
        }

        .marketing_banner_box_right {
            width: 60%;
        }

        .marketing_banner_box_right img {
            width: 100%;
        }

        .marketing_banner_box_left_info {
            background-color: #FF5500;
            color: #fff;
            min-height: 279px;
            padding: 60px;
            display: flex;
            align-items: center;
            justify-content: end;
            font-size: 38px;
            line-height: 42px;
            font-weight: 600;
            margin-right: -20px;
            position: relative;
            z-index: 9;
        }

        .marketing_banner_box_left_info .title_markting {
            max-width: 430px;
        }

        .marketing_banner_box_secound {
            display: flex;
        }

        .marketing_banner_box_secound .img_box {
            width: 40%;
            padding: 0 40px;
        }

        .marketing_banner_box_secound .img_box img {
            margin: -50px 00px 0 auto;
            display: block;
        }

        .marketing_banner_box_secound_info {
            width: 60%;
            padding: 60px 40px;
        }

        .marketing_banner_box_secound_info .info {
            font-size: 16px;
            font-weight: 400;
            color: #000;
            line-height: 22px;
            max-width: 600px;
        }

        .workflow_section {
            margin-top: 20px;
        }

        .workflow_section_title {
            font-size: 34px;
            line-height: 40px;
            font-weight: 600;
            text-align: center;
            margin-bottom: 60px;
        }

        .workflow_box_main {
            position: relative;
        }

        .workflow_box_main::before {
            content: "";
            height: calc(100% - 100px);
            width: 2px;
            background-color: #6B7280;
            position: absolute;
            transform: translatex(-50%);
            left: 50%;
            margin-top: 80px;
            z-index: 1;
        }

        .workflow_row {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 50px;
            margin-bottom: 90px;
        }

        .workflow_row:nth-child(odd) {
            flex-direction: row-reverse;
        }

        .workflow_row:nth-child(even) .workflow_first img {
            margin: 0 auto;
            display: block;
        }

        .workflow_first img {
            max-width: 300px;
        }

        .workflow_first,
        .workflow_third {
            min-width: 440px;
            max-width: 440px;
        }

        .workflow_section .workflow_row .workflow_secound .count_box {
            height: 100px;
            width: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 2px solid #6B7280;
            border-radius: 99px;
            font-size: 32px !important;
            color: #6B7280;
            font-weight: 600;
            position: relative;
            z-index: 1;
            background-color: #fff;
        }

        .workflow_third {
            font-size: 24px;
            font-weight: 500;
            line-height: 30px;
        }

        .methodology_section {
            padding: 80px 0;
            position: relative;
        }

        .methodology_section::before {
            content: "";
            position: absolute;
            width: 100%;
            background-color: #F3F4F6;
            left: -26%;
            height: 100%;
            top: 0;
        }

        .methodology_section .methodology_title {
            font-size: 34px;
            line-height: 40px;
            font-weight: 600;
            color: #000;
            margin-bottom: 34px;
        }

        .methodology_section p {
            font-size: 16px;
            color: #000000;
            line-height: 22px;
        }



        .management_information_section {
            padding: 90px 0;
        }



        .management_information_section .started_info_title {
            font-size: 50px;
            font-weight: 600;
            color: #fff;
            line-height: 50px;
            margin-bottom: 24px;
        }

        .management_information_section .started_info_title_info {
            font-size: 16px;
            font-weight: 400;
            color: #fff;
            line-height: 22px;
        }


        .management_information_section .Select_text {
            font-size: 12px;
        }




        .management_information_section .contact_from_box .form-control-label {
            font-size: 16px;
            line-height: 24px;
            color: #7A7493;
        }

        .management_information_section .contact_from_box .form-control {
            border-radius: 12px;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
            border: 1px solid rgba(0, 0, 0, 0.1);
        }

        .management_information_section .contact_from_box textarea.form-control {
            padding-top: 20px;
        }

        .management_information_section .sbmit_btn {
            width: 100%;
            background-color: #00A082;
            color: #fff;
            min-height: 45px;
            font-size: 16px;
            font-weight: 600;
            border-radius: 12px;
            border: none;
        }

        .management_information_section .sbmit_btn:focus {
            outline: none;
        }

        .management_information_section .section_title {
            color: #000000;
            font-size: 34px;
            line-height: 40px;
            font-weight: 600;
            text-align: center;
            margin-bottom: 50px;
        }

        .arabic .methodology_section::before{
            display: none;
        }
        .arabic .methodology_section::after {
            content: "";
            position: absolute;
            width: 100%;
            background-color: #F3F4F6;
            right: -26%;
            height: 100%;
            top: 0;
            z-index: -1;
        }
        .arabic .marketing_banner_box_left_info{
            margin-right: 0;
            margin-left: -20px;
        }


        @media screen and (max-width : 1400px) {
            .marketing_banner_box_left_info {
                min-height: 210px;
            }
        }

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


            .marketing_banner_box_left_info {
                min-height: 150px;
                padding: 20px;
            }

            .marketing_banner_box_secound .img_box img {
                width: 100%;
            }

            .workflow_first,
            .workflow_third {
                min-width: 380px;
                max-width: 380px;
            }

            .workflow_third {
                font-size: 18px;
            }

            .workflow_section .workflow_row .workflow_secound .count_box {
                width: 70px;
                height: 70px;
                font-size: 24px !important;
            }
            .methodology_img {
                width: 100%;
            }

        }

        @media screen and (max-width : 992px) {
            .methodology_img {
                width: initial;
            }

            .marketing_banner_box_secound .img_box img {
                margin: 0px 20px 0 auto;
                width: 100%;
            }

            .marketing_banner_box_left_info {
                font-size: 28px;
            }

            .workflow_box_main::before {
                display: none;
            }

            .workflow_row:nth-child(odd) {
                flex-direction: column;
            }

            .workflow_row {
                flex-direction: column;
                align-items: center;
                gap: 12px;
                margin-bottom: 60px;
            }

            .workflow_third {
                text-align: center;
            }

            .workflow_first img {
                margin: 0 auto;
                display: block;
                max-width: 280px;
            }

            .methodology_section::before {
                left: 0;
            }
             .arabic .methodology_section::after {
                right: 0;
            }
              .management_information_section{
                padding: 50px 0 200px 0;
            }
        }

        @media screen and (max-width : 767px) {
            .arabic .marketing_banner_box_left_info{
                margin-left: 0px;
            }
            .marketing_banner_section .marketing_banner_box {
                flex-direction: column-reverse;
            }

            .marketing_banner_box_right,
            .marketing_banner_box_left {
                width: 100%;
            }

            .marketing_banner_box_secound .img_box,
            .marketing_banner_box_secound_info {
                width: 100%;
            }

            .marketing_banner_box_secound .img_box {
                padding: 40px;
            }

            .marketing_banner_box_secound .img_box img {
                margin: 0;
            }

            .marketing_banner_box_left_info .title_markting {
                max-width: 100%;
                text-align: center;
            }

            .marketing_banner_box_secound_info {
                padding: 20px 40px;
            }

            .marketing_banner_box_left_info {
                justify-content: center;
                margin-right: 0;
            }

            .marketing_banner_box_secound {
                flex-direction: column;
            }


            .methodology_img {
                width: 100%;
            }
        }

        @media screen and (max-width : 576px) {
            .marketing_banner_box_left_info {
                padding: 20px;
                font-size: 24px;
                line-height: normal;
                min-height: 110px;
            }

            .marketing_banner_box_secound .img_box,
            .marketing_banner_box_secound_info {
                padding: 20px;
            }

            .workflow_first,
            .workflow_third {
                max-width: 100%;
                min-width: 100%;
            }

            .workflow_first img {
                max-width: 250px;
            }

            .methodology_section{
                padding: 50px 0;
            }

        }
