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

                .head-container input {
                        width: 30%;
                }

                .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;
                }


                /* ===== Help content wrapper ===== */
                .help-content-main-wrapper {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        gap: 32px;
                        -webkit-box-orient: horizontal;
                        -webkit-box-direction: normal;
                        -ms-flex-direction: row;
                        flex-direction: row;
                        -webkit-box-align: start;
                        -ms-flex-align: start;
                        align-items: flex-start;
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                }

                .help-content-main-wrapper * {
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                }
                .help-aside {
                        -webkit-box-flex: 0;
                        -ms-flex: 0 0 200px;
                        flex: 0 0 200px;
                        position: sticky;
                        top: 20px;
                        height: calc(100vh - 40px);
                        overflow-y: auto;						
                }

                .help-aside-title {
                        margin: 0 0 16px;
                }

                .help-aside-nav {
                        overflow-y: auto;
                        height: calc(100% - 40px);
                }

                .help-aside-list {
                        padding: 0 !important;
                        list-style-type: none !important;
                        position: relative;
                }

                .help-aside-list::before {
                        content: "";
                        width: 1px;
                        height: 100%;
                        left: 0;
                        top: 4px;
                        display: inline-block;
                        background-color: #D9D9D9;
                        position: absolute;
                }

                .help-aside-list li {
                        list-style-type: none;
                        padding: 0 !important;
                }

                .help-aside-list li a {
                        color: inherit;
                        display: inline-block;
                        width: 100%;
                        padding: 8px 12px;
                        text-decoration: none;
                        position: relative;
                }

                .help-aside-list li a:hover {
                        color: #138cd6;
                }

                .help-aside-list li a::before {
                        content: "";
                        width: 2px;
                        height: 100%;
                        display: inline-block;
                        background: transparent;
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                        left: 0px;
                        top: 0;
                        position: absolute;
                }

                .help-aside-list li a.active {
                        border-left-color: #138cd6;
                        color: #138cd6;
                        background-color: #F4F9FF;
                }

                .help-aside-list li a.active::before {
                        background: #138cd6;
                }

                .content-section {
                        word-break: break-word;
                        display: inline-block;
                        width: 100%;
                }

                .content-section#CIFields h2 {
                        margin: 32px 0 0;
                }


                .help-aside-list li a.active {
                        background: #FEFBE6;
                        color: #000;
                }

                .help-aside-list li a.active::before {
                        background: #FBE04B;
                }

                /* ===== Media Queries ===== */

                .new-container {
                        max-width: 1400px;
                        display: block;
                }


                .rhs-cont {
                        padding: 32px 0 32px 32px;
                       
                        -webkit-box-sizing: border-box;
                        box-sizing: border-box;
                        width: 76%;
                        position: relative;
                        float: left;
                }

                .content-section-wrapper h1 {
                        color: #000;                        
                        font-size: 42px;
                        font-style: normal;
                        font-weight: 600;
                        line-height: 40px;
                        letter-spacing: -0.25px;
                        margin: 0px 0px 18px;
                }

                .content-section-wrapper h2 {
                        color: #000;
                        font-size: 30px;
                        font-style: normal;
                        font-weight: 600;
                        line-height: 34px;
                        /* 106.25% */
                        letter-spacing: -0.64px;
                        margin: 0 0 16px;
                }

                .content-section-wrapper h5 {
                        color: #000;
                        font-size: 15px;
                        font-style: normal;
                        font-weight: 600;
                        line-height: 20px;
                        margin: 0px 0px 8px;
                }

                .info-list>h5 {
                        display: flex;
                        gap: 12px;
                }

                .content-section-wrapper .content-section {
                        margin: 0px 0px 32px;
                }

                .content-section-wrapper .content-section span {
                        font-weight: 600;
                }

                .content-section-wrapper p {
                        margin: 0;
                        line-height: 28px;
                }

                .yellow-info-box {
                        background: #FEFBE6;
                        border: 1px solid #FBE04B;
                        padding: 24px;
                        border-radius: 4px;
                }

                .prerequisites-info-box .info-list {
                        margin-bottom: 24px;
                }

                .prerequisites-info-box .info-list:last-child {
                        margin-bottom: 0px;
                }

                ul.listed {
                        padding: 0px 0px 0px 30px;
                        margin-top: 24px;
                }

                ul.listed li {
                        padding: 0px !important;
                        margin-bottom: 12px;
                }

                .sub-contetn-section-wrapper {
                        margin-top: 32px;
                }

                .sub-content-section {
                        margin-bottom: 24px;
                }

                .sub-content-section h3 {
                        color: #000;
                        font-size: 24px;
                        font-weight: 500;
                        line-height: 24px;
                        letter-spacing: -0.48px;
                        margin: 0px 0px 20px;
                }

                .sub-content-section p {
                        margin-bottom: 20px;
                }

                .sub-content-section p:last-child {
                        margin-bottom: 0px;
                }

                .sub-content-section h6 {
                        font-size: 15px;
                        font-weight: 300;
                        line-height: 18px;
                        margin: 0px 0px 16px;
                }

                .code-listed {
                        padding: 0px 0 0px 15px !important;
                        margin: 0px 0px 20px;
                }

                .code-listed li {
                        list-style-type: numeric !important;
                        padding: 0px !important;
                        margin: 0px 0px 20px;
                }

                .code-listed li:last-child {
                        margin: 0px 0px 0px !important;
                }

                .code-box {
                        border-radius: 4px;
                        border: 1px solid #E4E9EF;
                        background: #F3F3F3;
                        display: inline-flex;
                        padding: 16px;
                        width: auto;
                        word-break: break-all;
                        line-height: 20px !important;
                }

                .mb-20 {
                        margin-bottom: 24px !important;
                }


                /*------ search wrap css --------*/

                .search-wrap {
                        position: relative;
                        height: unset;
                        padding: 0 !important;
                        flex-wrap: wrap;
                        transition: all 0.3s ease;
                        transition-delay: 0.3s;
                }
				.search-wrap input:focus{outline: none;}

                .search-wrap span {
                        position: absolute;
                        top: 50%;
                        transform: translateY(-50%);
                        left: 15px;
                }

                .search-wrap .form-control {
                        padding: 10px 40px;
                        display: block;
                        width: 100%;
                        font-size: 1rem;
                        line-height: 1.5;
                        color: #495057;
                        background-color: #fff;
                        background-clip: padding-box;
                        border: 1px solid #ced4da;
                        border-radius: .25rem;
                        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
                        margin: 0;
                }

                .search-wrap .form-control {
                        padding: 10px 40px;
                }


                @media only screen and (min-width: 992px) {
                        .search-wrap {
                                height: 52px;
                                padding: 0px 1rem;
                                display: flex;
                                align-items: center;
                                position: relative;
                        }
                }

				 @media only screen and (max-width: 999px) {
                        .rhs-cont{width: 68% !important;}
                }

				 @media only screen and (max-width: 759px) {
					  .rhs-cont{width: 100% !important;}
                        
                }
                /*------------- search css done --------*/

                /*---------- nav tab start css ------------*/

                ul.cat-list {
                        padding: 0 !important;
                }

                .cat-list li {
                        list-style-type: none !important;
                        padding: 0px !important;
                }

                .cat-list li a {
                        display: inline-block;
                        padding: 5px 10px;
                        border: 1px solid #AAAAAA !important;
                        margin: 0px 10px 10px 0px;
                        background: #fff;
                        cursor: pointer;
                        transition: all 0.3s ease;
                        font-size: 14px;
                        border-radius: 0 !important;
                        font-weight: 300;
                        color: #000;
                }


                .cat-list li a:hover,
                .cat-list li a.active {
                        background-color: #5DA958 !important;
                        color: #fff !important;
                        text-decoration: none;     border: 1px solid #5DA958 !important;
                }

#viewMoreBtn {
    background-color: #5DA958 !important;
    color: #fff !important;
    text-decoration: none;
    border: 1px solid #5DA958 !important;
}	

                .cat-list {
                        display: flex;
                        flex-wrap: wrap;
                        justify-content: center;
                        margin: 0 auto;
                        padding-top: 30px;
                        border: none !important;
                }

                /*---------- nav tab end css -----------*/

                /*--------- card ui design start css ----------*/
                .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
                position: relative;
                width: 100%;
                min-height: 1px;
                padding-right: 15px;
                padding-left: 15px;
                }
                .row {
                        display: -ms-flexbox;
                        display: flex;
                        -ms-flex-wrap: wrap;
                        flex-wrap: wrap;
                        margin-right: -15px;
                        margin-left: -15px;
                        }

                .tools-main-section .col {max-width: 100%;}
                .tool-category-section {
												display: none;
                        border: 1px solid #eee;
                        margin-bottom: 30px;
                        background: rgb(250 250 250 / 80%);
                        padding: 15px; border-radius: 4px;
                }

            

                .align-items-start {
                        -ms-flex-align: start !important;
                        align-items: flex-start !important;
                }

                .d-flex {
                        display: -ms-flexbox !important;
                        display: flex !important;
                }

                h2.card-group-title {
                        font-size: 16px;
                        position: relative;
                        display: inline-block;                        
                        margin-bottom: 15px;
                        font-weight: 500 !important;
                        letter-spacing: -0.36px;
                        color: #1b2329;
                }

                h2.card-group-title:before {
                        position: absolute;
                        content: '';
                        width: 70%;
                        height: 2px;
                        bottom: 0;
                        left: 0;
                        background: #089949;
                }

               a.card-link {
                        margin-right: 10px !important;
			display: inline-block;
			margin-bottom: 10px;
			width: calc(100% - 53.3%);
		}

                a.card-link:hover{text-decoration: none;}

                .tool-category-section .card {
                        border-radius: 0;
                        transition: all 0.3s ease;                  
                        position: relative;
                        border: 1px solid rgb(250 250 250 / 80%);
                }

                .card {
                        position: relative;
                        display: -ms-flexbox;
                        display: flex;
                        -ms-flex-direction: column;
                        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;
                }

                .tool-category-section .card-body {padding: 8px !important;border: none;}
                .tool-category-section .card .plus-icon,
                .inner-tab-pane .plus-icon {
                        position: absolute;
                        right: 10px;
                        max-width: 15px;
                        top: 50%;
                        transform: translateY(-50%);
                }
                .plus-icon svg {  width: 10px;}
                .tool-card-header { font-size: 15px !important;
                                        line-height: 24px !important;
                                        margin: 0 !important;
                                        max-width: calc(100% - 10px);
                                        font-weight: 400 !important;
                                        letter-spacing: normal;
                                        }

                        .vendor-btn {text-align: center;margin: 24px 0px 0px;}                                                
                        .help-vendor-btn {
                                border: 0;
                                border-radius: 4px;
                                font-weight: 400;
                                font-size: 14px;
                                line-height: 1.5;
                                cursor: pointer;
                                text-align: center;
                                padding: 10px 20px;
                                display: -webkit-inline-box;
                                display: -ms-inline-flexbox;
                                display: inline-flex;
                                -webkit-box-align: center;
                                -ms-flex-align: center;
                                align-items: center;
                                justify-content: center;
                                font-family: inherit;
                                -webkit-box-pack: center;
                                -ms-flex-pack: center;
                                }                                            
                                .btn-primary {
                                background-color: #5DA958;
                                color: #fff;
                                }
                                .help-vendor-btn:hover{text-decoration: none;}
                                .hidden-items {display: none;}

				@media only screen and (max-width: 600px) {
							a.card-link{width: calc(100% - 0%);}
						}
	



                /*--------- card ui design end css ----------*/

  /*------------- Vendor details list css start ----------------*/

 .help-content-main-wrapper table, tr, td, th {word-break: unset;}

                .fw-600 {
                        font-weight: 500 !important;
                }

                .vendor-sensor-info p {
                        margin-bottom: 16px;
                        line-height: 24px;
                }

                .vendor-notes p {
                        border: 1px solid #FBE04B;
                        background: #FEFBE6;
                        padding: 14px 16px;
                        display: flex;
                        gap: 6px;
                        margin-top: 24px;
                        align-items: center;
                        line-height: 24px; border-radius:4px;
                }

                .vendor-info-section>div {
                        margin-bottom: 24px;
                }

                .vendor-notes .info-icon {
                        display: inline-flex;
                }

                .vendor-hardware-info h3 {
                        margin: 0 0 16px;
                }

                .vendor-info-section .vendor-title {
                        font-size: 24px;
                        font-weight: 400;
                }

                .vendor-hardware-info .vendor-title,
                .vendor-sensor-info .vendor-title {
                        font-size: 18px;
                        font-weight: 400;
                        margin: 0px 0px 16px;
                        line-height: 24px;
                }

                .vendor-details-table table thead th,
                .vendor-details-table table tbody td {
                        padding: 8px 16px;
                        border: 1px solid #E3E3E3;
                }

                .vendor-details-table table thead th {
                        font-weight: 500;
                        text-align: left;
                        background: #F3F3F3;
                }

                .vendor-details-table {
                        margin-left: 16px;
                }

                .search-wrap.vendor-detail-page-search {
                        margin-bottom: 24px;
                }

                .vendor-detail-page-search .form-control {
                        padding: 8px 16px 8px 40px;
                }








