
.campaign-header__logo a[href]{
    cursor: pointer;
}

.campaign-header__logo a{
     cursor: unset;
}

.campaign-header__logo a[href]{
    cursor: pointer;
}

.campaign-header__logo a{
     cursor: unset;
}

/* reset css end */

/* common css start */

.bh-sleek-kitchen-container{
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    float: unset !important;   
}
.container.responsivegrid.bh-sleek-kitchen-container{
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    float: unset !important; 
}
.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.align-center {
    align-items: center;
}

.dsp-inline {
    display: inline;
}

.dsp-inline-block {
    display: inline-block;
}

.dsp-block {
    display: block;
}

.dsp-none {
    display: none;
}
.dsp-flex {
    display: flex;
}

.dsp-grid {
    display: grid;
}

.dsp-flex-end {
    align-items: flex-end;
}

.dsp-flex-just-end {
    justify-content: flex-end;
}

.col {
    flex-direction: column;
}

.wrap {
    flex-wrap: wrap;
}

.nowrap {
    flex-wrap: nowrap;
}

.stretch {
    align-items: stretch;
}

.start {
    align-items: flex-start;
}

.center {
    align-items: center;
}

.txt-center {
    text-align: center;
}

.just-between {
    justify-content: space-between;
}

.just-center {
    justify-content: center;
}

.img-wh {
    width: 100%;
    height: 100%;
}

.img-contain {
    -o-object-fit: contain;
    object-fit: contain;
}

.img-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.bh-btn-default{
    cursor: pointer;
    display: inline-block;
    text-align: center;
    outline: 0;
    border: 0;
}

.body-no-scroll {
    overflow: hidden;
}
.w-10{
    width: 10%;
}
.w-20{
    width: 20%;
}
.w-30{
    width: 30%;
}
.w-40{
    width: 40%;
}
.w-50{
    width: 50%;
}
.w-60{
    width: 60%;
}
.w-70{
    width: 70%;
}
.w-80{
    width: 80%;
}
.w-90{
    width: 90%;
}
.w-100{
    width: 100%;
}
.h-100{
    height: 100%;
}
.bg-white{
    background-color: var(--white);
}
.bh-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 998;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.1s linear;
}

.bh-popup-overlay.active {
    visibility: visible;
    opacity: 1;
}
.visiblity-hdn{
    visibility: hidden;
}
.mb-120{
    margin-bottom: 120px;
}
.sleek-kitchen-mt{
    margin-top: 0;
}
.sleek-kitchen-pt{
    padding-top: 0;
}
.sleek-kitchen-pb{
    padding-bottom: 0;
}
.sleek-kitchen-pt20{
    padding-top: 20px;
}
.sleek-kitchen-pb20{
    padding-bottom: 20px;
}

@media (max-width:768px) {
    .bh-sleek-kitchen-container{
        padding: 0 20px;
    }
    .container.responsivegrid.bh-sleek-kitchen-container{
        padding: 0 20px;
    }
    .mb-120{
        margin-bottom: 80px;
    }
    .sleek-kitchen-pt20{
        padding-top: 10px;
    }
    .sleek-kitchen-pb20{
        padding-bottom: 10px;
    }
}
/* common css end */