.tm-staticbox-style1 .tm-stepbox {
    width: 100%;
    margin-bottom: 45px;
    display: flex;
    transition: 0.5s all;
}
.tm-staticbox-style1 .tm-stepbox:hover:nth-child(odd) {
    transform: translateX(10px);
}
.tm-staticbox-style1 .tm-stepbox:hover:nth-child(even) {
    transform: translateX(-10px);
}
.tm-staticbox-style1 .tm-stepbox-content .tm-ptable-icon-wrapper i {
    font-size: 28px;
    line-height: 28px;
    color: var(--body-blackfont-color);
}
.tm-staticbox-style1 .tm-stepbox-content .tm-ptable-icon-wrapper {
    width: 55px;
    height: 55px;
    line-height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--ttm-bordercolor);
    border-radius: var(--ttm-button-shape);
    transition: 0.5s all;
}

.tm-staticbox-style1 .tm-stepbox-content {
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0px 6px 0 -2px rgb(0 0 0);
     border: 1px solid var(--ttm-bordercolor);
     border-radius: 20px;
     padding: 10px 18px;
     position: relative;
}

.tm-staticbox-style1 .tm-stepbox-content  .tm-box-title h4 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0;
}
.tm-staticbox-style1 .tm-stepbox:first-child{
    padding-left: 140px;
}
.tm-staticbox-style1 .tm-stepbox:nth-child(2) {
    padding-left:30px;
}
.tm-staticbox-style1 .tm-stepbox:nth-child(3) {
    padding-left:260px;
}
.tm-staticbox-style1 .tm-stepbox:nth-child(4) {
    padding-left: 90px;
}
.tm-staticbox-style1 .tm-stepbox:last-child {
    margin-bottom: 0;
}
.tm-staticbox-style1 .tm-stepbox .tm-stepbox-content:before {
    background-color: var(--body-blackfont-color);
    top: -30px;
    right: -100px;
    left: auto;
    bottom: auto;
    position: absolute;
    display: inline-block;
    margin: auto;
    content: "";
    z-index: 11;
    -webkit-mask: url(../images/right-arrow.svg) no-repeat 100% 100%;
    mask: url(../images/right-arrow.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    height: 70px;
    width: 70px;
    transform: rotateY(180deg);
}

.tm-staticbox-style1 .tm-stepbox:first-child .tm-stepbox-content:before {
    content: unset;
}
.tm-staticbox-style1 .tm-stepbox:nth-child(3) .tm-stepbox-content:before {
    -webkit-mask: url(../images/curve.svg) no-repeat 100% 100%;
    mask: url(../images/curve.svg) no-repeat 100% 100%;
    right: auto;
    left: -100px;
    transform: rotate(0);
}
.tm-staticbox-style1 .tm-stepbox:nth-child(4) .tm-stepbox-content:before {
    -webkit-mask: url(../images/left-arrow.svg) no-repeat 100% 100%;
    mask: url(../images/left-arrow.svg) no-repeat 100% 100%;
    transform: rotate(0);
    width: 90px;
    height: 90px;
    right: -110px;
    top: -35px;
}


@media (max-width:1200px){
    .tm-staticbox-style1 .tm-stepbox:first-child ,
    .tm-staticbox-style1 .tm-stepbox:nth-child(2),
    .tm-staticbox-style1 .tm-stepbox:nth-child(3),
    .tm-staticbox-style1 .tm-stepbox:nth-child(4) {
        padding-left: 15px;
    }
    .tm-staticbox-style1 .tm-stepbox .tm-stepbox-content:before{
        content: unset;
    }
}
@media (max-width:991px){
    .tm-staticbox-style1 .tm-stepbox {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
.tm-staticbox-style1 .tm-stepbox {
    width: 47% !important;
    display: inline-block;
}
}

@media (max-width:767px){
.tm-staticbox-style1 .tm-stepbox {
    display: block;
}
.tm-staticbox-style1 .tm-stepbox:first-child, 
.tm-staticbox-style1 .tm-stepbox:nth-child(2), 
.tm-staticbox-style1 .tm-stepbox:nth-child(3), 
.tm-staticbox-style1 .tm-stepbox:nth-child(4) {
    padding-left: 0px;
}
}



.tm-staticbox-style2 .tm-stepbox-content {
    text-align: center;
    margin: 0 auto;
    display: block;
    position: relative;
}
.tm-staticbox-style2 .tm-stepbox:nth-child(even){
    padding-top: 125px;
}
.tm-staticbox-style2 .themetechmount-static-box-subtitle {
    line-height: 34px;
    font-size: 24px;
    font-weight: 700;
    color: var(--body-blackfont-color);
}
.tm-staticbox-style2 .tm-bottom-contentbox .tm-box-title h4 {
    line-height: 38px;
    font-size: 28px;
    font-weight: 700;
    color: var(--body-blackfont-color);
}
.tm-staticbox-style2 .tm-bottom-contentbox {
    padding: 40px 30px;
    background: #ffebdf;
    border-radius: 10px;
    margin: 20px 20px -100px 20px;
}
.tm-staticbox-style2 .tm-stepbox:nth-child(2n) .tm-bottom-contentbox {
    background: #c4c6ff;
}
.tm-staticbox-style2 .tm-stepbox:nth-child(3n) .tm-bottom-contentbox {
    background: #ffdfff;
}
.tm-staticbox-style2 .tm-stepbox:nth-child(2n) .tm-ptable-icon-wrapper i {
    font-size: 20px;
    color: var(--body-blackfont-color);
}
.tm-staticbox-style2 .tm-stepbox-contents {
    box-shadow: 0px 6px 0 -2px rgb(0 0 0);
    border: 1px solid var(--ttm-bordercolor);
    border-radius: 20px;
    position: relative;
    margin-bottom: 100px;
    padding: 20px 0px 0;
}
.tm-staticbox-style2 .tm-stepbox-main-icon {
    padding-bottom: 70px;
}
.tm-staticbox-style2 .tm-ptable-icon-wrapper {
    width: 50px;
    height: 50px;
    border: 1px solid #000000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    background: var(--ttm-greycolor);
    z-index: 2;
    position: relative;
}
.tm-staticbox-style2 .tm-ptable-icon-wrapper i {
    font-size: 40px;
    color: var(--ttm-skincolor);
}
.tm-staticbox-style2 .tm-icon-contentbox {
    position: relative;
    padding-top: 60px;
}
.tm-staticbox-style2 .tm-icon-contentbox:before {
    position: absolute;
    content: "";
    background: #000000;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 1px;
    height: 100%;
    margin: 0 auto;
    background-image: linear-gradient(180deg, white, black);
}

.tm-staticbox-style2 .tm-stepbox-contents:after {
    content: '';
    background-image: linear-gradient(205deg, #f5f3ef 0%, #ffffff 100%);
    position: absolute;
    top: 0;
    height: 0;
    width: 100%;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    transition: all .5s ease;
    z-index: -2;
}
.tm-staticbox-style2 .tm-stepbox:hover .tm-stepbox-contents:after  {
    height: 100%;
    transition: all .5s ease;
}
.tm-staticbox-style2 .tm-stepbox:hover{
    transform: translateY(10px);
}
.tm-staticbox-style2 .tm-stepbox {
     transition: 0.5s all;
}
.tm-staticbox-style2 .tm-ptable-icon-wrapper a{
    line-height: normal;
}


@media (max-width:1024px){
.tm-staticbox-style2 .tm-stepbox {
    width: 100%;
}
.tm-staticbox-style2 .tm-stepbox:nth-child(even) {
    padding-top: 0;
}
}