 .bcs-container-searchbox {
            background-color: #e5e5e5;
            border: 0px !important;
            width: 30%;
        }

        .srch-div input {
            background-color: #fff !important;
        }

        /* code*/
        .head-container label {
            float: left;
            margin: 5px 10px
        }

        .head-container input {
            width: 30%
        }

        #btmBar {
            padding: 7px 0
        }

        .bcs-host-div {
            float: left;
            width: 83%;
            background-color: #e5e5e5 !important;
            height: 25px;
        }

        .bcs-container-searchbox {
            position: relative;
            top: -7px;
        }

        .bcs-searchbox {
            width: 400px !important;
        }

        .bcs-searchbox-submit {
            position: relative;
            right: 43px;
            transform: scale(0.55);
            border-radius: 6px;
        }

        #bcs-results-div {
            background-color: #fff;
            position: relative;
        }

        .bcs-searchbox-btn {
            background-image: url(https://www.manageengine.com/images/me-sprite-new.png);
            background-position: -224px 480px;
            width: 15px;
            background-color: white;
            height: 16px;
            cursor: pointer;
            padding: 0;
            border: none;
            transform: scale(1);
            right: 30px;
            position: relative;
            vertical-align: middle;
        }

        /* APM Promotion */
        .apm-promotion {
            box-sizing: border-box;
            padding: 12px;
            background: #0f529f;
            color: #ffffff;
            position: relative;
            z-index: 10;
        }

        .apm-promotion p {
            margin: 0;
            text-align: center;
            font-size: 14px;
            padding: 0 32px;
        }

        .apm-promotion .close {
            box-sizing: border-box;
            border: 1px solid #9ac9ff;
            border-radius: 40px;
            color: #9ac9ff;
            width: 20px;
            height: 20px;
            font-size: 14px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            right: 1.5%;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
        }

        .apm-promotion a {
            text-decoration: unset;
            color: #ffd734;
            border-bottom: 1px solid #ffd734;
        }

        .full-rhs h2 {
            font-size: 25px;
            line-height: 34px;
            margin: 20px 0 20px;
            color: #333;
            font-weight: 400;
        }


        .content-section {
            padding: 10px 0
        }

        .content-section .tab-wrapper {
            display: table;
            width: 100%
        }

        .content-section .full-lhs {
            width: 230px;
            display: inline-block;
            position: sticky;
            top: 110px;
            height: 100vh;
            overflow-y: auto;
        }

        .content-section .lhs-nav li {
            list-style-type: none;
        }

        .content-section .lhs-nav li a {
            font-size: 13px;
            color: #000;
            font-weight: 300;
            padding: 8px 16px;
            display: inline-block;
            border: 1px solid #ebebeb;
            width: 100%;
            border-radius: 30px;
            padding-left: 36px;
            box-sizing: border-box;
            margin-bottom: 10px;
            box-shadow: 0 0 10px #8080801a;
            transition: .5s ease;
            cursor: pointer;
            position: relative
        }

        .content-section .lhs-nav li a:hover {
            text-decoration: none;
            border-color: #6dc278
        }

        .content-section .lhs-nav li a:before {
            content: "";
            width: 8px;
            height: 8px;
            background: #d8d8d8;
            border-radius: 100%;
            position: absolute;
            left: 20px;
            top: 42%;
            transition: .5s ease
        }

        .content-section .lhs-nav li a:hover:before {
            background: #6ec278
        }

        .content-section .lhs-nav li.active a {
            background: #6ec278;
            box-shadow: none;
            border-color: #61aa6a;
            color: #fff;
        }

        .content-section .lhs-nav li.active a:before {
            background: #ffffff;
        }

        .content-section .full-rhs {
            width: calc(100% - 250px);
            float: right;
            display: inline-block;
            box-sizing: border-box
        }


        .full-lhs::-webkit-scrollbar {
            width: 5px;
        }

        .full-lhs::-webkit-scrollbar-track {
            background-color: #ebebeb;
        }

        .full-lhs::-webkit-scrollbar-thumb {
            box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        }

        .full-lhs {
            scrollbar-color: #6969dd #e0e0e0;
            scrollbar-width: thin;
        }



        @media screen and (max-width: 767px) {
            .content-section .full-rhs {
                width: 100%;
            }

            .content-section .full-lhs {
                display: none;
            }

            .table-cover {
                margin: 0px 0px 25px;
            }

            .content-section .topics h2 {
                font-size: 18px;
            }
        }

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

            .rhs-cont {
                width: 61%;
            }
        }