.container.responsivegrid.sleek-modular-expertise-main {
    margin-top: 60px;
    margin-bottom: 120px;
    /* padding-left: 40px; */
    /* max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    float: unset !important;    */
}
.container.responsivegrid.sleek-modular-expertise-main.sleek-kitchen-mt{
    margin-top: 0;
}
.sleek-modular-expertise-title-section{
    text-align: center;
}
.sleek-modular-expertise-title-section .cmp-container .title h1 , .sleek-modular-expertise-title-section .cmp-container .title h2 , .sleek-modular-expertise-title-section .cmp-container .title h3 , .sleek-modular-expertise-title-section .cmp-container .title h4 , .sleek-modular-expertise-title-section .cmp-container .title h5 , .sleek-modular-expertise-title-section .cmp-container .title h6{
    font-family: BioRhyme;
    font-size: 42px;
    font-weight: 700;
    line-height: 49px;
    color:#323232;
    margin-bottom: 6px;
}
.sleek-modular-expertise-title-section .cmp-container .title:nth-child(2) h4{
    font-family: Lato;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color:#696969;
}
.sleek-modular-expertise-tabs-section .tabs .cmp-tabs__tablist{
    gap: 42px;
    justify-content: center;
    margin-top: 37px;
    margin-bottom: 34px;
}
.sleek-modular-expertise-tabs-section .tabs .cmp-tabs__tab {
    border-bottom: none;
    font-family: Lato;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    color: #696969;
    padding: 1px 16px;
}
.sleek-modular-expertise-tabs-section .tabs .cmp-tabs__tab--active{
    font-family: Lato;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    color: #323232;
    /* background-image: linear-gradient(to right, transparent calc(24% - 1px), #FEAA06 calc(0% - 1px), #FEAA06 calc(50% + 1px), transparent calc(50% + 1px));
    background-position: top;
    background-size: 100% 2px;
    background-repeat: repeat-x; */
    position: relative;
}
.sleek-modular-expertise-tabs-section .tabs .cmp-tabs__tab--active::after{
    position: absolute;
    content: "";
    display: block;
    width: 21px;
    height: 2px;
    background-color: #FEAA06;
    top: -3%;
    left: 16px;
}
/* .sleek-modular-expertise-tabs-section .tabs .cmp-tabs__tablist li:nth-child(2).cmp-tabs__tab--active{
    background-image: linear-gradient(to right, transparent calc(17% - 1px), #FEAA06 calc(0% - 1px), #FEAA06 calc(50% + 1px), transparent calc(50% + 1px));
    background-position: top;
    background-size: 100% 2px;
    background-repeat: repeat-x;
} */
.sleek-modular-expertise-teaser-wrapper .cmp-teaser{
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.sleek-modular-expertise-teaser-wrapper .cmp-teaser .extended-teaser-img{
    width: 413px;
    height: 310px;
}
.sleek-modular-expertise-teaser-wrapper .cmp-teaser .extended-teaser-img .extended-teaser-img_desk{
    width: 100%;
    height: 100%;
}
.sleek-modular-expertise-teaser-wrapper .cmp-teaser .cmp-teaser__content{
    max-width: 413px;
    width: 100%;
    padding: 24px 32px 32px 42px;
    background-color: #F5F4EF;
    /* border-radius: 0 0 10px 10px; */
    /* max-height: 187px; */
    height: 100%;
}
.sleek-modular-expertise-teaser-wrapper .cmp-teaser .cmp-teaser__content .cmp-teaser__title{
    font-family: Lato;
    font-size: 22px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 12px;
    color: #323232;
}
.sleek-modular-expertise-teaser-wrapper .cmp-teaser .cmp-teaser__content .cmp-teaser__description{
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #323232;
}
.container.responsivegrid.slider-sleek-kitchen-container{
    padding-left: 80px;
}
.slider-sleek-kitchen-container .slick-list{
    margin:  0;
}
/* 
.sleek-modular-expertise-teaser-wrapper.aem-GridColumn{
    clear: unset;
} */
/* .slider-sleek-kitchen-container .aem-GridColumn{
    clear: unset;
} */
.slider-sleek-kitchen-container .slick-list .slick-track .sleek-modular-expertise-teaser-wrapper{
    margin-right: 20px;
}

.slider-sleek-kitchen-container .slide {

    display: inline-block;
}
.slider-sleek-kitchen-container .slick-track {
    display: flex;
  }
  
  .slider-sleek-kitchen-container .slick-slide {
    display: flex;
    height: inherit;
  }
.slider-sleek-kitchen-container .slick-prev{
    cursor: pointer;
    position: absolute;
    top: unset;
    bottom: -50px;
    left: unset;
    right: 251px;
    display: flex;
    align-items: center;
  }
  .slider-sleek-kitchen-container .slick-prev::before{
    content: "";
    /* background-image: url(../../../content/dam/sleek/sleek-kitchen/left-active-arrow.png); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    
}
.slider-sleek-kitchen-container .slick-prev {
    /* display: block; */
    transform: rotate(180deg);
}

.slider-sleek-kitchen-container .slick-prev::before {
    display: block;
    /* background-image: url(../../../content/dam/asianpaintsbeautifulhomes/sleek-kitchen-revamp/right-active-arrow.png); */
    background-image: url(../../../content/dam/sleek/sleek-kitchen/right-active-arrow.png);

}
.slider-sleek-kitchen-container .slick-next{
    top: unset;
    bottom: -60px;
    left: unset;
    right: 207px;   
    display: flex;
    align-items: center;
    /* display: block; */
}

.slider-sleek-kitchen-container .slick-next::before{
    content: "";
    /* background-image: url(../../../content/dam/asianpaintsbeautifulhomes/sleek-kitchen-revamp/right-active-arrow.png); */
    background-image: url(../../../content/dam/sleek/sleek-kitchen/right-active-arrow.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
}

.slider-sleek-kitchen-container .slick-prev[aria-disabled="true"] ,.slider-sleek-kitchen-container .slick-next[aria-disabled="true"] {
    cursor:default;
    filter: grayscale(1);
}

.slider-sleek-kitchen-container .slick-next[aria-disabled="true"] {
    cursor:default;
}
.sleek_signature_title .cmp-container .title h1 , .sleek_signature_title .cmp-container .title h2 , .sleek_signature_title .cmp-container .title h3 , .sleek_signature_title .cmp-container .title h4 , .sleek_signature_title .cmp-container .title h5 , .sleek_signature_title .cmp-container .title h6 {
    margin-bottom: 41px;
}

@media screen and (max-width: 768px) {
    .container.responsivegrid.sleek-modular-expertise-main{
        margin-top: 60px;
        margin-bottom: 60px;
        /* padding-left:8px; */
        /* padding: 0 20px; */
    }
    .sleek-modular-expertise-title-section .cmp-container{
        padding: 0 16px;
    }
    .sleek-modular-expertise-title-section .cmp-container .title h1 , .sleek-modular-expertise-title-section .cmp-container .title h2 , .sleek-modular-expertise-title-section .cmp-container .title h3 , .sleek-modular-expertise-title-section .cmp-container .title h4 , .sleek-modular-expertise-title-section .cmp-container .title h5 , .sleek-modular-expertise-title-section .cmp-container .title h6{
    font-family: BioRhyme;
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 12px;

    }
    .sleek-modular-expertise-title-section .cmp-container .title:nth-child(2) h4{
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    }
    .sleek-modular-expertise-tabs-section .tabs .cmp-tabs__tablist{
        margin-top: 28px;
        margin-bottom: 28px;
        gap: unset;
    }
    .sleek-modular-expertise-tabs-section .tabs .cmp-tabs__tab {
        border-bottom: none;
        font-family: Lato;
        font-size: 18px;
        font-weight: 400;
        line-height: 23px;
        color: #696969;
        padding: 4px 12px;
    }
    /* .sleek-modular-expertise-tabs-section .tabs .cmp-tabs__tab--active{
        color: #323232;
        background-image: linear-gradient(to right, transparent calc(24% - 1px), #F6AC1D calc(0% - 1px), #F6AC1D calc(50% + 1px), transparent calc(50% + 1px));
    }
    .sleek-modular-expertise-tabs-section .tabs .cmp-tabs__tablist li:nth-child(2).cmp-tabs__tab--active{
        color: #323232;
        background-image: linear-gradient(to right, transparent calc(15% - 1px), #F6AC1D calc(0% - 1px), #F6AC1D calc(50% + 1px), transparent calc(50% + 1px));
    } */
    .sleek-modular-expertise-tabs-section .tabs .cmp-tabs__tab--active::after{
        width: 18px;
        left: 13px;
        background-color: #F6AC1D;
    }
    .sleek-modular-expertise-teaser-wrapper .cmp-teaser .extended-teaser-img{
        width: 335px;
        height: 250px;
    }
    .sleek-modular-expertise-teaser-wrapper .cmp-teaser .extended-teaser-img .extended-teaser-img_desk{
        width: 100%;
        height: 100%;
    }
    .sleek-modular-expertise-teaser-wrapper .cmp-teaser .cmp-teaser__content{
        max-width: 335px;
        padding: 20px 20px 40px 20px;
        /* max-height: 200px; */
    }
    .sleek-modular-expertise-teaser-wrapper .cmp-teaser .cmp-teaser__content .cmp-teaser__title{    
        margin-bottom: 8px;
        font-size: 20px;
        line-height: 31px;
    }
    .sleek-modular-expertise-teaser-wrapper .cmp-teaser .cmp-teaser__content .cmp-teaser__description{
        font-size: 14px;
        line-height: 20px;
    }
    /*  */
    .container.responsivegrid.slider-sleek-kitchen-container{
        padding-left: 16px;
    }
    .slider-sleek-kitchen-container .slick-list .slick-track .sleek-modular-expertise-teaser-wrapper{
        margin-right: 10px;
    }
    .slider-sleek-kitchen-container .slick-dots {
        text-align: center;
        bottom: -36px;
      }
    
      .slider-sleek-kitchen-container .slick-dots li.slick-active {
        width: 30px;
      }
    
      .slider-sleek-kitchen-container .slick-dots li {
        background-color: #7345b2;
        height: 4px;
        width: 8px;
        border-radius: 30px;
        margin: 0 3px;
      }
    
      .slider-sleek-kitchen-container .slick-dots li button:before {
        content: '';
      }
      .sleek_signature_title .cmp-container .title h1 , .sleek_signature_title .cmp-container .title h2 , .sleek_signature_title .cmp-container .title h3 , .sleek_signature_title .cmp-container .title h4 , .sleek_signature_title .cmp-container .title h5 , .sleek_signature_title .cmp-container .title h6 {
        margin-bottom: 37px;
    }
}