.tm-showcasebox-style1 .tm_showcasebox_contents.tm-showcase-box-styleone .tm-showcase-title {
    display: flex;
    align-items: center;
}
.tm-showcasebox-style1 .tm_showcasebox_contents.tm-showcase-box-styleone .tm-box-icon i {
    font-size: 55px;
    line-height: 55px;
    color: var(--ttm-skincolor);
}
 .tm_showcasebox_contents.tm-showcase-box-styleone .tm-showcase-title h4 {
    margin-bottom: 0;
}
 .tm_showcasebox_contents.tm-showcase-box-styleone .tm-showcase-title .tm-box-title {
    padding-left: 30px;
}
 .tm_showcasebox_contents.tm-showcase-box-styleone .tm-showcase-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
}
 .tm_showcasebox_contents.tm-showcase-box-styleone .tm-showcasebox-inner-content{
    margin-bottom: 30px;
    padding: 30px;
    border: 1px solid var(--ttm-bordercolor);
    border-radius: 30px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background-color: #f7f3f0;
}
 .tm_showcasebox_contents.tm-showcase-box-styleone .tm-showcase-details  .ttm-header {
    width: 45%;
}
 .tm_showcasebox_contents.tm-showcase-box-styleone .tm-post-featured-link-wrapper img {
    width: 100%;
}

@media(max-width:1024px) {
.tm_showcasebox_contents.tm-showcase-box-styleone .tm-showcase-details {
    display: block;
}
.tm_showcasebox_contents.tm-showcase-box-styleone .tm-showcase-details  .ttm-header {
     width: 100%;
     padding-top:10px;
}
}

/************************************/
.tm_showcasebox_contents.tm-showcase-box-styletwo {
    display: inline-block;
    position: static;
    vertical-align: top;
    width: 100%;
    margin-bottom: 0 !important;
}
.tm_showcasebox_contents.tm-showcase-box-styletwo .tm-post-featured-link-wrapper {
    transition: .5s all;
    opacity: 0;
}
.tm_showcasebox_contents.tm-showcase-box-styletwo.active  .tm-post-featured-link-wrapper {
    transition: .5s all;
    opacity: 1;
}
.tm_showcasebox_contents.tm-showcase-box-styletwo .tm-show-featured-link {
    display: flex;
    align-items: center;
    object-fit: cover;
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50%;
    border-left: 1px solid #000000;
}
.tm_showcasebox_contents.tm-showcase-box-styletwo .tm-showcase-details .tm-showcase-title {
    width: 50%;
    padding: 30px;
    border-bottom: 1px solid #000000;
    transition: 0.5s all;
}
.tm_showcasebox_contents.tm-showcase-box-styletwo:last-child .tm-showcase-details .tm-showcase-title {
    border-bottom:0;
}
.tm-showcasebox-style2  .tm_showcasebox_contents .tm-box-title h4 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 0;
    padding-left: 40px;
}
.tm_showcasebox_contents.tm-showcase-box-styletwo.active .tm-showcase-details .tm-showcase-title {
    background: #ffffff;
}
.tm-showcasebox-style2 .tm_showcasebox_main-contents {
    border: 1px solid #000000;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}
.tm-showcasebox-style2 .tm_showcasebox_contents .tm-box-title h4:before {
    position: absolute;
    content: "*";
    right: auto;
    left: 34px;
    display: inline-block;
    color: var(--ttm-skincolor);
    width: auto;
    height: auto;
}
.tm-showcase-heading {
    position: absolute;
    left: 40px;
    top: 30px;
}
.tm-landing-showcase .tm_showcasebox_contents.tm-showcase-box-styletwo:first-child .tm-showcase-details .tm-showcase-title {
    margin-top: 170px;
    border-top: 1px solid #000000;
}
.tm_showcasebox_contents.tm-showcase-box-styletwo .tm-show-featured-link img {
    height: 100%;
    width: 100%;
}

@media (max-width: 1200px) { 
.tm-showcase-heading {
    position: relative;
    left: 0;
    top: auto;
    margin-bottom: 25px !important ;
}
.tm_showcasebox_contents.tm-showcase-box-styletwo:first-child .tm-showcase-details .tm-showcase-title {
    margin-top: 0 !important;
    border-top: 0 !important;
}
.tm-showcasebox-style2  .tm_showcasebox_contents .tm-box-title h4 {
    font-size: 32px;
    line-height: 42px;
}
}

@media (max-width: 1024px) { 
    .tm_showcasebox_contents.tm-showcase-box-styletwo .tm-show-featured-link {
        position: relative;
        border-left: 0 !important;
        padding: 30px;
        width: 100%;
    }
    .tm_showcasebox_contents.tm-showcase-box-styletwo .tm-post-featured-link-wrapper {
        opacity: 1;
    }
    .tm_showcasebox_contents.tm-showcase-box-styletwo .tm-showcase-details .tm-showcase-title {
        width: 100%;
        border-top: 1px solid #000;
    }
}
@media (max-width: 1024px) { 
   .tm_showcasebox_contents.tm-showcase-box-styletwo .tm-showcase-details .tm-showcase-title {
      padding: 15px;
   }
   .tm-showcasebox-style2 .tm_showcasebox_contents .tm-box-title h4:before {
     left: 24px;
   }
}