
@media (min-width: 992px) {
    .sidebar-fixed .main-panel {
        margin-left: unset;
    }
}

.sidebar-fixed .main-panel {
    width: 100%;
}

.client_wrapper .content-wrapper {
    padding: 0px 20px 0 0;
}

body{
    background-repeat: no-repeat !important;
    background-position: top !important;
    background-image: url('/assets/images/explore/explore-top-bg.png') !important;
}

.navTopBar{
    display: none;
}
.note-popover.popover.in{
    display: none;
}
.footer {
    margin: 0 0 0 0.7rem;
}
.product_div .card-title {
    font-size: 20px;
    color: #0B3078;
    font-weight: bold;
    padding-left: 0.75rem;
    padding-top: 0.5rem;
}
.modal-body .new-product-details{
    background: none;
    border: none;
}

.contact_us_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 57px !important;
    width: 209px !important;
    font-size: 18px !important;
    background: linear-gradient(0deg, #03754F 0%, #15C98C 100%)!important;
    color: #FFFFFF;
    border-radius: 10px;
    font-family: 'Poppins';
    box-shadow: #0078502e 0px 13px 14px -5px;
    margin-bottom: 20px;
    border: none;
    outline: none;
}

.contact_us_btn:hover {
    color: #FFFFFF;
    background: linear-gradient(0deg, #15C98C 0%, #069f6c 100%) !important;
}

/* .public-page .product_div {
    margin-right: -10px;
} */

.public-page .implementation-info {
    margin-right: 10px;
}

