.elementor-2045 .elementor-element.elementor-element-3f7b344{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2045 .elementor-element.elementor-element-d363aa2{text-align:center;}.elementor-2045 .elementor-element.elementor-element-d363aa2 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:24px;font-weight:600;color:#272727;}.elementor-2045 .elementor-element.elementor-element-4e47707{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:767px){.elementor-2045 .elementor-element.elementor-element-3f7b344{--margin-top:0px;--margin-bottom:15px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS */.nobani-brand-search-wrapper {
    margin-bottom: 50px;
    text-align: center;
}
#nobani-brand-search {
    width:60%;
    padding:12px 15px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1), 0px 0px 5px 0px rgba(0, 0, 0, 0.07) !important;
    border-radius: 100px !important;
    outline: none !important;
	border: none !important;
    transition: all .2s ease-in-out !important;
    font-size:16px;
}
#nobani-brand-search:focus {
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2), 0px 0px 5px 0px rgba(0, 0, 0, 0.1) !important;
}
.nobani-all-brands-grid {
    display:grid;
    grid-template-columns:repeat(8,1fr);
    gap:15px;
    align-items:center;
}
.nobani-brand-item img {
    width:100%;
    height:auto;
    display:block;
    object-fit: contain;
    max-height: 140px;
}
.nobani-brand-item .brand-title {
    display:block;
    text-align:center;
    margin-top:8px;
    font-size:14px;
}
a.nobani-brand-item {
    color: #000;
    transition: all .2s ease-in-out !important;
}
a.nobani-brand-item:hover {
    color: #9e005d !important;
}
/*only on desktop*/
@media(min-width:1024px){

}
/*only on desktop*/
/*only on tablet*/
@media (min-width: 767px) and (max-width: 1024px){
#nobani-brand-search {
    width: 80%;
}
.nobani-all-brands-grid {
    grid-template-columns:repeat(6,1fr);
}

}
/*only on tablet*/
/*only on Mobile*/
@media (max-width: 767px) {
#nobani-brand-search {
    width: 90%;
}
.nobani-all-brands-grid {
    grid-template-columns:repeat(4,1fr);
}

}
/*only on Mobile*//* End custom CSS */