.header{
    display: block;
}
.container-fluid>div {
    margin: auto;
}
.helpHome {
    padding-top:30px;
    padding-bottom:55px;
}
.helpHome h1 {
    margin-bottom: 12px;
    color: #FFF;
}
.help-banner{
    border-radius: 0px 0px 10px 10px;
    background: url(../img/banner-up.png);
    background-blend-mode: overlay, normal;
    backdrop-filter: blur(40px);
    background-size: cover;
}
.seachInput{
    position: relative;
}
.search-badge{
    display: flex;
    padding: 0px 14px 0px 12px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    align-self: stretch;
    
    border-radius: 29px;
    border: 1px solid #2563EB;
    background: #EFF4FF;
    color: #2563EB;
    position: absolute;
    top: 9px;
    right: 13px;
}
.sureLink small{
    color: #545961;
    font-size: 12px;
    font-weight: 400;
    padding-top: 40px;
}
.explore-form {
    margin-top: 23px;
}
.explore-form .explore-btn{
    margin-top: 30px;
    border-radius: 8px;
    padding: 11px 28px;
    background: #FFF;
    color: rgba(0, 19, 122, 1);
    font-weight: 500;
    margin-left: 20px;
}
.explore-form .explore-btn span img{
    margin-bottom: -3px;
    width: 17px;
    margin-left: 5px;
}
.explore-form .explore-btn span svg{
    margin-bottom: -3px;
    margin-left: 10px;
}
.explore-form .nsure{
    color: #FFF;
}
.expl-knw{
    padding-top: 22px;
}
.leftContainr {
    padding-top: 40px;
    /*border-right: 2px solid #d6d5d6;
    padding-right: 20px;*/
}
.header_search_form_info .search{
    display: flex;
    width: 741px;
    height: 48px;
    padding: 10px 16px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    border-radius: 6px;
    border: 1px solid var(--blueGray-500, #64748B);
    background: #FFF;
}
.related-links{
    padding: 50px 80px;
}
.related-links p, .related-links a{
    color: #545961;
    font-size: 14px;
    font-weight: 400;
}
.related-links a svg{
    padding-top: 5px;
    height: 28px;
    margin-bottom: -7px;
}
.leftContainr p q{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
}
.second_scroll{
/*    margin-top: 65px;*/
    margin-bottom: 75px;
}
.justify-content-between{
    justify-content: space-between !important;
}

.col-md-6{
    width: 50%;
}
.learnForm{
    margin-top: 1px;
}
.second_scroll h2{
    color: #1E293B;
    font-size: 36px;
    font-weight: 300;
    line-height: 52px;
    letter-spacing: -0.72px;
/*    margin-top: 60px;*/
}
.explore-learn, .explore-community{
    /* position: relative; */
}
.explore-learn button{
    border-radius: 8px;
    border: 1px solid #6EC5CA;
    background: #DEFDFF;

    display: inline-flex;
    height: 48px;
    padding: 10px 28px;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;

    color: #246569;
    font-size: 14px;
    font-weight: 500;
}
.explore-community button{
    border-radius: 8px;
    border: 1px solid #A1E095;
    background: #DEFDFF;

    display: inline-flex;
    height: 48px;
    padding: 10px 28px;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;

    color: #38742D;
    font-size: 14px;
    font-weight: 500;
}
.learnBg, .communityBg{
    padding-bottom: 30px;
    /* position: relative; */
}
.learnBg img, .communityBg img{
    margin-top: 47px;   
}
.learnBg img{
    margin-left: -44px;
}
.communityBg img{
    margin-left: 25px;   
}
.learnBg{
    background: url(../img/home/Rectangle2.svg);
    background-repeat: no-repeat;
}
.communityBg{
    background: url(../img/home/Rectangle3.svg);
    background-repeat: no-repeat;
}
.learnForm button span, .communityForm button span{
    margin-top: 6px;
}
.related-links a:hover {
    color: #2563EB;
}
.related-links a svg:hover path {
    fill: #2563EB;
}
.eazydocs-search-tree{
    border: 1px solid lightgrey;
    border-radius: 8px;
    margin-top: -54px;
    background: white;
    z-index: 9999;
    position: absolute;
    width: 55.1%;
    display: none;
}
.eazydocs-search-tree.ajax-search{
    display: block;
}
.search-result-item:hover{
    background: #f7fcff;
}
.search-result-item{
    padding: 6px 15px;
    border-bottom: 1px solid lightgray;
    font-weight: 700;
    cursor: pointer;
}
.search-result-item.no-thumbnail:first-child {
    border-radius: 8px 8px 0 0;
}
.search-result-item.no-thumbnail:last-child {
    border-bottom: none;
    border-radius: 8px;
}
.search-result-item a{
    color: #141667;
}
h5.error.title {
    margin-bottom: 8px;
    color: #f5222d;
    padding: 6px 15px 0;
}
/*New Cards*/

.card{
    background: #fff;
    border-radius: 10px;
    padding: 22px;
    transition: ease 0.5s all;
    text-align:left;
}
.card img{
    max-width:30px;
    margin-bottom:10px;
}
.card h3{
    font-size: 20px;
    margin-bottom: 10px;
}
.card p{
    font-size: 14px;
    margin-bottom: 22px;
    min-height: 52px;
}
.blue {border: 1px solid #49C9FB;}
.yellow {border: 1px solid #FBD449;}
.darkblue {border: 1px solid #7B49FB;}
.card.blue:hover{
box-shadow: -1px -1px 15px 0px rgb(73 201 251 / 30%);
    -webkit-box-shadow: -1px -1px 15px 0px rgb(73 201 251 / 30%);
    -moz-box-shadow: -1px -1px 15px 0px rgba(73,201,251,0.3);
}
.card.yellow:hover{
    box-shadow: -1px -1px 15px 0px rgb(251 212 73 / 30%);
    -webkit-box-shadow: -1px -1px 15px 0px rgb(251 212 73 / 30%);
    -moz-box-shadow: -1px -1px 15px 0px rgba(251,212,73,0.3);
}
.card.darkblue:hover{
box-shadow: -1px -1px 15px 0px rgb(123 73 251 / 30%);
    -webkit-box-shadow: -1px -1px 15px 0px rgb(123 73 251 / 30%);
    -moz-box-shadow: -1px -1px 15px 0px rgba(123,73,251,0.3);
}
.link{
font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #1E4FFB;
    text-decoration: none;
    display: inline-block;
    padding: 0 0 0 0;
    transition: ease 0.5s all;
}
.section{
padding:3rem 0;}
.bg-dots{
background: #fff url("https://community.lumenore.com/wp-content/uploads/2022/12/dots.png");
}
.mt-2{margin-top:2rem;}
/*.logged-in .section.bg-dots{display:none}*/
.notify-bar{background: linear-gradient(0deg, #5EEAD4, #5EEAD4), #2DD4BF;
    padding: 0.25rem;
    color: #134E4A;
    padding-bottom: 0.5rem;
    display: flex;
   justify-content: space-evenly;
}
.notify-bar button{
  font-weight: bold;
  color:#000000;}

.notify-bar button:hover {
    font-weight: bold;
    color:#2e6ffd;}
}
.btn_wrp{
    border-radius: 6px;
    background: rgba(255, 255, 255, 1);
}
.btn_wrp .ssearch{
    color: rgba(0, 60, 231, 1);
    font-weight: 400;
    font-size: 16px;
    margin-left: 4px;
}
.search-form.bnr-search{
    margin-top: 40px;
}
.search-form.bnr-search .btn_wrp svg{
    fill: #FFF;
}
.search-form.bnr-search .search-field{
    background: rgba(0, 0, 88, 1);
    color: #FFFF;
    border: 1px solid rgba(92, 91, 157, 1);
    border-radius: 8px 0 0 8px;
    border-right: none;
}
.search-form.bnr-search .custom_btn_{
    border-radius: 0 8px 8px 0;
    border: 1px solid rgba(92, 91, 157, 1);
}
.related-blw{
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 28px;
}
.related-blw a{
    color: #FFFF;
}
.link.card-link{
    color: rgba(0, 19, 122, 1);
    background: none;
}
.link.card-link svg{
    margin-bottom: -3px;
    margin-left: 10px;
}
@media only screen and (max-device-width: 768px){
    .col-md-6,.col-md-8{
        width: 100%;
    }
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }
    .header_search_form_info .search {
        width: 100%;
        font-size: calc(.5em + 1vw);
    }
    .explore-learn, .explore-community{
        padding: 0px 70px 50px;
    }
    .second_scroll h2 {
        margin-top: 5px;
    }

    .related-links {
        padding: 50px 5px;
    }
    .leftContainr {
        border-right: 0;
        padding-right: 0;
    }
    .eazydocs-search-tree {
        margin-top: -47px;
        width: 92.1%;
    }
    .col-boot-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .related-blw {
        flex-direction: column;
        gap: 8px;
    }
    .explore-form.expl-knw{
        display: flex;
        flex-direction: column;
    }
    .expl-knw.explore-form .explore-btn{
        margin-top: 20px;
        margin-left: 0;
        width: fit-content;
    }
    .card {
        margin-bottom: 24px;
    }
}

/*Cards css*/
@media (min-width: 992px) {
    .col-boot-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
@media (min-width: 768px) {
    .col-boot-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

.row-boot {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-boot-lg-4, .col-boot-md-4, .col-boot-sm-12{
    padding-right: 15px;
    padding-left: 15px;
}