
        .accordian-section:after,
        .accordian-section:before {
            content: "";
            display: table;
        }

        .accordian-section:after {
            clear: both;
        }
        @media screen and (min-width: 600px) {
           
        }
        .accordian-section ul:after,
        .accordian-section ul:before {
            content: "";
            display: table;
        }

        .accordian-section ul:after {
            clear: both;
        }

        .accordian-section ul li {
            list-style: none;
        }
        .accordian-section .active {
            cursor: default;

        }

        @media screen and (min-width: 600px) {
            .accordian-section .active {
                background-color: #F07E2F;
                color: #fff;


            }
        }

        .accordian-section .active+ul {
            display: block;
        }

        @media (max-width: 575.98px) {
            .accordian-section h4 {
                background-color: #fff;
                width: 100% !important;
            }

            .accordian-section .active {
                background-color: #F07E2F;
                color: #fff;
            }
        }

        .integration-sub-head {
            color: #F07E2F;
            font-family: "Arial", Sans-serif;
            font-size: 30px;
            font-weight: bold;
        }

        .accord-li-p li {
            padding: 0px 0px 12px 0px;
            color: #fff;
            letter-spacing: 0.4px;
            font-size: 15px;
        }