.dnd-section > .row-fluid { padding: 0; margin-bottom:0; }
.matt_feature_title {
    width: calc(100% - 57px);
}
.matt_slider_row { width: calc(100% + 16px); display: flex; flex-wrap: wrap; margin: 0 -8px; }
.matt_slider_col { position: relative; float: left; margin-left: 8px; margin-right: 8px; width: calc(33.33% - 16px); margin-bottom: 16px; min-height: 400px; max-height: 400px; border-radius: 4px; overflow: hidden; }
.matt_slider_innerbox { position: relative; z-index: 1; padding: 25px; background-size: cover; background-repeat: no-repeat; background-position: center center; }
/* .matt_featureslider_col:after { position: absolute;  top: 0; left: 0; width: 100%; height: 100%; content: ''; } */
.matt_feature_num { width: 100%; font-size: 36px; line-height: 1.3; font-weight: 700; margin-bottom: 25px; }
.matt_slider_innerbox { overflow: auto; width: 100%; height: 100%; display: flex; display: -webkit-flex; flex-wrap: wrap; -webkit-flex-wrap: wrap; align-content: space-between; -webkit-align-content: space-between; }
.matt_slider_innerbox:before { content: ''; position: absolute; z-index: -1; top: 0; left: 0; width: 100%; height: 100%; }
.matt_feature_header-title h2 { font-weight: 600; line-height: 1.2; }

.matt_feature_btn { 
    border-radius: 50%;
    transition: all .4s cubic-bezier(.65,0,.35,1);
    transition-delay: 0s;
    transform: translate(0);
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 25px;
    right: 25px; 
}
.matt_slider_innerbox:hover .matt_feature_btn {
    right: 50%;
    bottom: 50%;
    transform: translate(50%,50%) scale(50);
}

.matt-newslider .slick-track { display: flex; flex-wrap: wrap; }
.matt-newslider .matt_slider_col { height: inherit; }
.matt-newslider .slick-arrow { background-image: url('https://4877758.fs1.hubspotusercontent-na1.net/hubfs/4877758/Comtec3D_September2021/Images/Arrow_right.png'); background-size: 26px 20px; background-repeat: no-repeat; background-position: center center; padding: 6px; background-color: transparent; top: -90px; right: 0; z-index: 5; font-size: 0; width: 80px; height: 48px; position: absolute; border: 1px solid #000; border-radius: 30px; }
.matt-newslider .slick-prev { background-image: url('https://4877758.fs1.hubspotusercontent-na1.net/hubfs/4877758/Comtec3D_September2021/Images/Arrow_left.png'); right: 90px;     background-position: 50%;
    background-repeat: no-repeat;
    background-size: 26px 20px; }
.matt-newslider .slick-prev:hover, .matt-newslider .slick-prev:active, .matt-newslider .slick-prev:focus { 
    background-image: url('https://4877758.fs1.hubspotusercontent-na1.net/hubfs/4877758/Arrow_left_white.png');
    right: 90px;     
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 26px 20px; 
}
.matt-newslider .slick-next:hover, .matt-newslider .slick-next:active, .matt-newslider .slick-next:focus {
    background-image: url('https://4877758.fs1.hubspotusercontent-na1.net/hubfs/4877758/Arrow_right_white.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 26px 20px;
}
.matt-newslider .slick-arrow.slick-disabled { display: none !important; }

.matt_feature_header { margin-bottom: 40px; }
.matt_feature_header-title { width: 50%; }
.matt_slider_innerbox .overLink {
    display: block;
    width: 100%;
    height: 100%; position: absolute;top:0;left:0;z-index: 99;
}

/* .matt_slider_innerbox:hover  a {
right: 50%;
bottom: 50%;
transform: translate(50%,50%) scale(50);
} */

.matt_slider-btn a {
    width: 48px;
    height: 48px;
    position: absolute;
    bottom: 25px;
    right: 25px;
}

.matt_slider_innerbox:hover span.matt_slider_btnimg img {
    /*   display: none; */
    transition:all 0.2s ease-out;
}

span.matt_slider_btnimg img {
    transition:all 0.2s ease-out;
}

.matt_slider_innerbox {
    overflow: hidden;
}

.matt_feature_num {
    position: relative;
    z-index: 9;
}

.matt_slider-btn a {
    align-items: center;
    justify-content: center;
    display: flex;
}

.matt_feature_title {
    position: relative;
    z-index: 9;
}

/* @media(max-width: 1200px){ 
.matt-newslider .slick-arrow { right: 0px; }
.matt_slider_row .slick-prev.slick-arrow { left: 0px; }
} */

@media(max-width: 991px){
    .matt_slider_col { width: calc(50% - 16px); }
}

@media(max-width: 767px){
    .matt_slider_row { width: 100%; margin-left: 0; margin-right: 0; }
    .matt_slider_col { width: 100%; margin-left: 0; margin-right: 0; }  
    .matt_feature_header-title { width: 100%; }
    .matt_slider_row { margin-top: 100px; }
    .matt-newslider .slick-arrow { background-size: 22px 18px; border-radius: 20px; height: 32px; top: -50px; width: 90px; }
    .matt-newslider .slick-prev.slick-arrow { right: 110px;top:-70px; }
    .matt-newslider .slick-next.slick-arrow {top:-70px;}
    .matt-newslider .slick-arrow {
        padding: 24px 30px !important;
        border-radius: 50px;
    }
    .matt_feature_slider_area .slick-initialized .slick-slide {
        margin: 0 10px;
    }
}