.branded-landing-page {
    background-color: #000000;
}
#global5g .font-22{
    font-size: 22px !important;
}
#global5g{
    font-size: 16px !important;
    background-color: #000000;
    max-width:1304px;
    overflow:hidden;
    
}
#global5g .font-18{
    font-size: 18px !important;
}
#global5g .font-14{
    font-size: 14px !important;
}
#global5g .color-grey{
    color: #777777 !important;
}
#global5g .color-white{
    color: white !important;
}

#global5g .header{
    margin-top: 2rem !important;
}
#global5g .header .header-heading{
    margin-bottom: 0.5rem !important;
}
#global5g .d-flex{
    display: flex !important;
}
.text-transform-upper{
    text-transform: uppercase !important;
}
#global5g .loadMore-btn-style,#global5g .loadLess-btn-style{
    background: #26890D;
    color: #ffffff;
    border:none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px !important;
}
#global5g .justify-content-center{
    justify-content: center !important;
}
#global5g .bd-example {
    padding: 1.5rem !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    border-width: 1px !important;
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
    border: 1px solid #c4c4c4 !important;
    margin-top: 2rem !important;
    padding-bottom: calc(1.5rem - 10px) !important;
}

#global5g .bd-example div.badge{
    border: 1px solid #26890D !important;
    background: #26890D !important;
    padding: 10px 25px !important;
    position: relative !important;
    margin-right: 50px !important;
    margin-bottom: 10px !important;
    padding-right: 40px !important;
}
#global5g .bd-example div.badge img{
    filter: invert(1);
}
#global5g .bd-example div.badge:last-child{
    margin-right: 0px;
}
#global5g .bd-example div.badge::after{
    content: '';
    background-image: url(../assets/plus.svg);
    width: 16px;
    height: 16px;
    position: absolute;
    right: -35px;
    filter: invert(1);
}
#global5g .bd-example div.badge:last-child::after{
    display: none;
}
#global5g .closeBtn{
    border: none;
    background-color: transparent;
    /* transform: translateX(15px); */
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

#global5g #myTab{
    background-color: #444444  !important;
    border: none;
    display: flex;
    margin-bottom: 1rem;
}
#global5g .nav-tabs .nav-item{
    margin-bottom: 0 !important;
}
#global5g .nav-tabs .nav-item.show .nav-link, 
#global5g .nav-tabs .nav-link.active {
    background: #26890D !important;
    color: #ffffff !important;
    border-radius: 0 !important;
    border: none !important;
}
#global5g .nav-tabs .nav-link{
    margin-bottom: 0px !important;
    border: none;
    padding: 0.5rem 1rem !important;
    background:transparent !important;
    border: none !important;
    font-size: 1rem !important;
}
#global5g .nav-tabs .nav-link:focus, 
#global5g .nav-tabs .nav-link:hover{
    border: none;
}

#global5g #myTabContent{
    position: relative;
}


#global5g #myTabContent .tab-pane{
    position: absolute;
    width: 100%;
    top:-1rem;
}

#global5g #myTabContent .tab-pane.active{
    z-index: 3;
}

#global5g #myTabContent .tab-pane ul{
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    grid-template-rows: 30px 30px 30px;
    grid-auto-flow: column;
    padding: 15px;
    list-style: none;
    background: #26890D !important;
    color: #fff !important;
}

#global5g .listCheckbox{
    position: relative;
    padding-left: 25px;
    /* display: flex; */
    /* align-items: center; */
}
#global5g .listCheckbox label{
    color: #ffffff !important;
}
#global5g .listCheckbox > *{
    cursor: pointer;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
#global5g #listTag{
    display: flex;
    flex-wrap: wrap;
}
#global5g #listTag .rounded-pill{
    border-radius: 50rem !important;
}
#global5g #listTag .badge span{
    font-size: 14px !important;
}
#global5g .listCheckbox input[type=checkbox] {
    position: absolute;
    top: 4px;
    left: 0;
    z-index: 9999;
    opacity: 0;
    width: 100%;
    height: 100%;
}
.checkbox {
    height: 17px;
    width: 17px;
    border: 1px solid #ffffff;
    display: inline-block;
    position: absolute;
    left: -2px;
    top: 3px;
}
#global5g [type=checkbox]:checked + .checkbox:before {
    content: '\2713';
    position: absolute;
    top: -5px;
    left: 1px;
    transform: rotate(5deg);
    color: #ffffff !important;
}

#global5g #cardContainer{
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    min-height: 500px;
}
#global5g #cardContainer .not-found{
    display: flex;justify-content: center;
    align-items: center;
    width: 100%;
}
#global5g #cardContainer .cards{
    /* width: 280px; */
    flex:0 0 calc((100% / 4) - .75rem);
    display: flex;
    flex-direction: column;
    margin-right: 1rem;
}

@media screen and (min-width:1025px) {
    #global5g #cardContainer .cards:nth-child(4n){
        margin-right: 0rem;
    }
}

#global5g .img-container{
    width: 100%;
    height: 200px;
    background-color: #c4c4c4;
    display: flex;
    justify-content: center;
    align-items: center;
}
#global5g .details1{
    font-family: "Open Sans", sans-serif !important;
    font-weight: bold;
    font-size: 16px !important;
    line-height: 22px !important;
}
#global5g .details2{
    font-family: "Open Sans", sans-serif !important;
    font-size: 14px !important;
    font-weight: normal !important;
}
#global5g .details-container{
    padding: 20px 25px !important;
    background-color: #EBEBEB;
    flex: auto;
}
#global5g .loadMore-btn-style, 
#global5g .loadLess-btn-style {
    min-width: 159px;
    height: 60px;
    border: 1px solid #000;
    border-radius: 0;
    margin: 0 auto;
}

.fade.show.active{
    opacity: 1;
}

@media screen and (min-width:769px) and (max-width:1024px){
    #global5g #cardContainer .cards{
        flex: 0 1 calc((100% / 3) - .75rem);
    }
   
    #global5g #cardContainer .cards:nth-child(3n){
        margin-right: 0rem;
    }

}

@media screen and (min-width:540px) and (max-width:768px) {
    #global5g #cardContainer .cards{
        flex: 0 1 calc((100% / 2) - .5rem);
    }
   
    #global5g #cardContainer .cards:nth-child(2n){
        margin-right: 0rem;
    }
    #global5g #myTabContent .tab-pane ul{
        grid-template-columns: 33.33% 33.33% 33.33%;
        grid-template-rows: 30px 30px 30px 30px 30px;
    }

}

@media screen and (max-width:540px) {
    #global5g #cardContainer .cards{
        flex: 0 1 calc(100% );
    }
   
    #global5g #cardContainer .cards{
        margin-right: 0rem;
    }
    #global5g #myTabContent .tab-pane ul{
        grid-template-columns: 100%;
        grid-template-rows: 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px 30px;
    }

}