#scroll {
    display: block;
}

.heading-menu {
    display: none;
}

.opm-main-wrapper *,
.opm-main-wrapper *::before,
.opm-main-wrapper *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.opm-main-wrapper .opm-banner {
    padding: 74px 0;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF0BC), to(rgba(255, 248, 224, 0.76))), url("https://www.manageengine.com/network-monitoring/images/opm-main-menu-banner-bg-pattern.svg");
    background: linear-gradient(180deg, #FFF0BC 0%, rgba(255, 248, 224, 0.76) 100%), url("https://www.manageengine.com/network-monitoring/images/opm-main-menu-banner-bg-pattern.svg");
}

.opm-main-wrapper .opm-banner-content h1 {
    margin-bottom: 8px;
}

.opm-main-wrapper h1 {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.5px;
    margin: 0 0 8px;
    color: #000000;
}

.opm-main-wrapper .opm-banner-content p {
    font-size: 18px;
    margin-bottom: 0;
}

.formcontent form strong {
    font-weight: 300;
}

.formcontent {
    margin: 0 auto;
}


.main-wrapper .testimonial-section {
    background: #f5f5f5;
}

.main-wrapper .testimonial-section h2 {
    font-size: 2.5rem;
    font-weight: 800;
    font-family: 'ZohoPuvi';
}

/*-------- banner css end -------*/
.form-sec select {
    background: #fff;
    height: 40px;
    border-radius: 0px !important;
    width: 87% !important;
}

.options_holder {
    max-height: 300px;
    overflow: auto;
    position: absolute;
    background: white;
    z-index: 99;
    box-shadow: lightgrey 0px 0px 10px 0px;
    width: 87%;
    display: block;
}

.inputfouces #addon_select {
    border-top: 0px !important
}

#addon_select {
    outline: none
}

.selected_options {
    display: none
}

.selected_options.focus.availItems,
.selected_options.availItems {
    display: block;
    border-bottom: none;
}

.hidden {
    display: none !important
}

.selectbox_container {
    width: 86%
}

.selbox_btn input {
    width: 93% !important;
}

.selected_options {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0px 10px;
    border: 1px solid lightgray;
    border-bottom: 0px;
    padding-top: 10px;
    width: 93%;
    border-radius: 0px;
}

.selected_options.focus {
    border: 1px solid #2a79bb;
    border-bottom: 0px;
    border-radius: 0px;
}

.selected_item {
    display: inline-block;
    padding: 0px 5px;
    /* background-color: whitesmoke; */
    border-radius: 35px;
    margin: 1px;
    color: #333;
    min-width: 60px;
    text-align: left;
    border: 1px solid lightgrey;
    /* box-shadow: 0px 0px 3px 0px lightgrey; */
    padding-left: 9px;
    font-size: 11px;
    padding-right: 26px;
    position: relative;
    width: fit-content;
}

button.item_close_btn.close {
    background: transparent;
    border: 0px;
    float: right;
    color: antiquewhite;
    cursor: pointer;
    color: dimgrey;
    position: absolute;
    right: 3px;
    top: 50%;
    margin-top: -10px;
    font-size: 12px;
    font-family: inherit;
    display: inline-block;
}

div#optionlist_inner {
    width: 94%;
}

#selbox_btn {
    position: relative
}

#selbox_btn.focus:after {
    border-color: transparent transparent #000 transparent;
    border-bottom: 6px solid #333;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    top: 12px;
}

#selbox_btn:after {
    position: absolute;
    content: "";
    top: 16px;
    right: 4px;
    width: 0;
    height: 0;
    border-top: 6px solid #333;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-color: #000 transparent transparent transparent;
}

.listItem_item.selected {
    background-color: whitesmoke;
    color: #333;
    border: 1px solid lightgray;
    display: none;

}

.listItem_item.filteredunMatched {
    display: none;
}

input.sel_options_inp {
    cursor: auto;
}

.listItem_item {
    padding: 0px 5px;
    color: #333;
    cursor: pointer;
    font-size: 13px;
    width: 100%;
}

.listItem_item:first-child {
    margin-top: -20px;
}

.listItem_item:hover {
    background: whitesmoke;
}

.modulebox {
    display: none
}

.license-mdl,
.info-hover {
    display: inline-block;
    position: relative
}

.license-mdl input {
    vertical-align: inherit !important;
    cursor: pointer
}

.info-icon {
    background: url(https://www.manageengine.com/network-monitoring/images/info-icn.png)no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: 85%;
    position: relative;
    top: 6px;
    cursor: pointer
}

.info-msg {
    display: none;
    position: absolute;
    top: 31px;
    left: -9px;
    padding: 5px 10px;
    box-sizing: border-box;
    z-index: 9999;
    background-color: #efefef;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    width: 300px;
    font-weight: normal
}

.info-msg::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: #efefef;
    left: 7px;
    top: -9px;
    transform: rotate(-45deg);
    border-top: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0
}

.info-msg span {
    display: block
}

.trainingad-strip {
    background: #f9fafb;
    text-align: center;
}

.dwn-priv {
    margin: 0 0 10px 0;
    color: #333
}

.btn-hover {
    cursor: pointer
}

#formCTAgdpr {
    line-height: 20px !important;
    margin: 10px auto 0;
}

.cta-btn {
    margin: 15px 30px !important
}

.cta-btn {
    background: #5CA728;
    border: 1px solid #5CA728 !important;
    margin-right: 20px;
    color: #fff !important
}

.form-sec {
    border: 1px solid #ddd;
    padding: 10px 30px;
}

.form-sec td {
    width: 50%
}

.formcontent {
    width: 70%
}

.form-sec {
    margin-top: 20px
}

.form-sec input[type="text"],
.form-sec input[type="email"],
.form-sec input[type="phone"],
.form-sec input[type="number"],
.form-sec select,
.form-sec textarea {
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 14px;
    width: 80%;
    vertical-align: middle
}

.form-sec td {
    padding: 10px 0
}

.form-sec td td {
    padding: 0
}

.form-sec label {
    vertical-align: middle
}

.form-sec input[type="submit"],
.form-sec input[type="reset"] {
    border: 1px solid #ccc;
    padding: 10px 20px;
    font-size: 14px
}

#survey {
    display: none !important
}

@media screen and (max-width: 760px) {
    .btmBar {
        display: none !important
    }
}