
/*static tab box*/
.themetechmount-element-static-tabbox-style1 .tm-box-col-wrapper {
    width: 100%;
    border-bottom: 1px solid var(--ttm-bordercolor);
    padding: 0 0 10px;
    margin-bottom: 25px !important;
}
.themetechmount-element-static-tabbox-style1 .tm-box-col-wrapper:last-child {
    border-bottom: 0;
    margin-bottom: 0 !important;
    padding: 0;
}
.tm-static-tab-box-style1 {
    border-radius: 30px;
    border: 1px solid var(--ttm-bordercolor);
    padding: 55px 50px 40px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}
.tm-static-tab-box-style1 .tm-number-box {
    display: flex;
    align-items: center;
}
.tm-static-tab-box-style1 .tm-number-box span.number {
    font-size: 72px;
    line-height: 82px;
    font-weight: 500;
    color: var(--body-blackfont-color);
}
.tm-static-tab-box-style1 .process-num {
    padding-right: 25px;
}
.tm-static-tab-box-style1 .tm-number-title {
    font-size: 22px;
    line-height: 32px;
    color: var(--body-blackfont-color);
    font-weight: 500;
        width: 28%;
}
.tm-static-tab-box-style1 .tm-static-imgbox-content {
    width: 60%;
    padding-right: 80px;
}
.tm-static-tab-box-style1 .tm-static-imgbox {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 30px;
    position: absolute;
    opacity: 0;
    margin-top: 15px;
}
.tm-static-tab-box-style1 .tm-static-tab-box.active .tm-static-imgbox {
    opacity: 1;
    position: relative;
}
.tm-static-tab-box-style1 .tm-box-title h4:after {
    position: absolute;
    content: "\e818";
    font-family: 'tm-teaco-icons';
    bottom: 0;
    text-align: center;
    margin: auto;
    right: 0;
    color: var(--body-fonts-color);
    font-size: 18px;
    line-height: 28px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--ttm-bordercolor);
    border-radius: 50%;
}
.tm-static-tab-box-style1 .tm-static-tab-box.active .tm-box-title h4:after {
    content: '\e847';
    color: var(--body-blackfont-color);
    border-color: var(--body-blackfont-color);
}
.tm-static-tab-box-style1 .tm-box-title h4 {
    position: relative;
    cursor: pointer;
    padding-right: 50px;
}


@media (max-width: 1340px){  
    .tm-static-tab-box-style1 .tm-number-title {
         width: 100%;
     }
}
@media (max-width: 1024px){
    .tm-static-tab-box-style1 .tm-static-imgbox,
    .tm-static-tab-box-style2 .tm-static-imgbox {
        display: block !important;
    }
    .tm-static-tab-box-style1 .tm-static-imgbox-content {
        width: 100%;
        padding-right: 0;
        padding-bottom: 25px;
    }
}
@media(max-width:767px) {   
    .tm-static-tab-box-style1 .tm-number-box span.number {
        font-size: 42px;
        line-height: 52px;
    }
    .tm-static-tab-box-style1 {
       padding: 55px 30px 40px;
}
.tm-static-tab-box-style1 .tm-box-title h4:after {
    bottom: auto;
    top: 0;
}
}


/*static tab box style 1*/

/*static tab box style 2*/
.themetechmount-element-static-tabbox-style2 .tm-box-col-wrapper {
    width: 100%;
    margin-bottom: 0px !important;
}
.themetechmount-element-static-tabbox-style2 .tm-box-col-wrapper .tm-static-tab-box{
    padding: 30px 50px 30px;
    margin-bottom: 0px !important;
    border-radius: 30px;

}
.tm-static-tab-box-style2 .tm-box-title h4,
.tm-static-tab-box-style2 .process-num {
    font-size: 52px;
    line-height: 62px;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--ttm-whitecolor);
}
.tm-static-tab-box-style2 .tm-static-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.tm-static-tab-box-style2 .tm-static-imgbox-content {
    width: 60%;
    padding-right: 80px;
}
.tm-static-tab-box-style2 .tm-static-imgbox {
    display: flex;
     align-items: end;
    padding-top: 20px;
    padding-bottom: 10px;
    position: absolute;
    opacity: 0;
    margin-top: 15px;
}
.tm-static-tab-box-style2 .tm-static-imgbox .tm-infobox-desc {
    color: var(--body-fonts-color);
}
.tm-static-tab-box-style2 .tm-static-tab-box.active .tm-static-imgbox {
    opacity: 1;
    position: relative;
}
.themetechmount-element-static-tabbox-style2 .tm-box-col-wrapper:nth-child(odd) .tm-static-tab-box{
    background-color: var(--ttm-secondarycolor);
 }
.themetechmount-element-static-tabbox-style2 .tm-box-col-wrapper:nth-child(even) .tm-static-tab-box{
    background-color: var(--ttm-skincolor);
 }
.themetechmount-element-static-tabbox-style2 .tm-box-col-wrapper .tm-static-tab-box.active{
    background-color: var(--ttm-whitecolor);
    color: var(--body-blackfont-color);
}
.themetechmount-element-static-tabbox-style2 .tm-static-tab-box-style2 .tm-static-tab-box.active .tm-box-title h4,
.themetechmount-element-static-tabbox-style2 .tm-static-tab-box-style2 .tm-static-tab-box.active .process-num {
      color: var(--body-blackfont-color);
}

@media (max-width: 1200px){
.tm-static-tab-box-style2 .tm-box-title h4, 
.tm-static-tab-box-style2 .process-num {
    font-size: 34px;
    line-height: 44px;
}
}
@media (max-width: 1024px){
    .tm-static-tab-box-style2 .tm-static-imgbox {
        padding-top: 0;
    }
    .tm-static-tab-box-style2 .tm-static-imgbox-content {
        width: 100%;
        padding-right: 0px;
        padding-bottom: 20px;
    }
    .themetechmount-element-static-tabbox-style2 .tm-box-col-wrapper .tm-static-tab-box {
        padding: 30px;
        margin-bottom: 30px !important;
    }
}
@media (max-width: 680px){
.tm-static-tab-box-style2 .tm-box-title h4, .tm-static-tab-box-style2 .process-num {
    font-size: 24px;
    line-height: 34px;
}
.tm-static-tab-box-style2 .tm-box-title h4{
    padding-right: 10px;
}
.themetechmount-element-static-tabbox-style2 .tm-box-col-wrapper .tm-static-tab-box {
    padding: 20px 15px;
}
}
/*static tab box style 2*/
