.si-service{
    padding: 6vw 12.4vw 6.8vw 12.4vw;
    font-family: Montserrat;
}
.si-service-heading h2{
    text-align: center;
    font-weight: 600;
    font-size: 2.6vw;
    padding-top: 1vw;
}
.si-service-heading p{
    color: #626262;
    font-size: .9vw;
    line-height: 1.4;
    /* color: #868686; */
    text-align: center;
    font-weight: 400;
    margin-top: 1.3vw;
    /* font-size: 1.04vw; */
}
.si-mob-accordion{
    display: none;
}
.si-rest_wrap{
    position: relative;
}
.si-rest_wrap .left{
    position: absolute;
    left: -13vw;
    top: 5vw;
    width: 49vw;
    z-index: -1;
}
.si-rest_wrap .right{
    position: absolute;
    right: -12.4vw;
    top: 5vw;
    width: 49vw;
    z-index: -1;
}
.si-rest_wrap .tabs-nav{
    background: #F7F7F7;
    border: 0.5px solid #CCCCCC;
    border-radius: 9px;
    margin-top: 4vw;    
    display: flex;
    justify-content: space-around;
}
.si-rest_wrap .tabs-nav li{
    border-right: 1px solid #CCCCCC;
    width: 100%;
    text-align: center;
}
.si-rest_wrap .tabs-nav li a{
    padding: 1.2vw 0;
    display: block;
    color: #5E5E5E;
    font-size: .9vw;
    font-weight: 400;
}
.si-rest_wrap .tabs-nav li.tab-active a{
    color: #010101;
    font-weight: 600;
}
.si-rest_wrap .tabs-nav li a:hover{
    color: #010101;
    font-weight: 600;
}
.si-rest_wrap .tabs-stage{
    margin-top: 1vw;
}
.si-rest_wrap .tabs-stage .tab_inner.active{
    display: grid;
}
.si-rest_wrap .tabs-stage .tab_inner{
    display: none;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.9vw;
}
.si-rest_wrap .tabs-stage .tab_inner .item:hover{
    background: #F7F7F7;
}
.si-rest_wrap .tabs-stage .tab_inner .item{
    background: #FFFFFF;
    border: 2.0482px solid #EEEEEE;
    border-radius: 9px;
    padding: 1vw 1.5vw 2.2vw 1.5vw;
}
.si-rest_wrap .tabs-stage .tab_inner .item img{
    width: 3.6vw;
}
.si-rest_wrap .tabs-stage .tab_inner .item h4{
    margin-top: 2.5vw;
    color: #0A0909;
    font-weight: 700;
    font-size: 1.34vw;
}
.si-rest_wrap .tabs-stage .tab_inner .item p{
    color: #626262;
    font-size: .9vw;
    line-height: 1.4;
    margin-top: 1.2vw;
    /* color: #868686; */
    font-weight: 400;
    /* font-size: .844vw; */
    margin-bottom: 2.3vw;
}
.si-rest_wrap .tabs-stage .tab_inner .item a:hover{
    color: #d60c2e;
    border: 2px solid #d60c2e;
}
.si-rest_wrap .tabs-stage .tab_inner .item a{
    background: #FFFFFF;
    border: 1.63856px solid #F898A8;
    color: #EF4A7F;
    text-transform: uppercase;
    font-weight: 700;
    padding: .8vw 1vw;
    font-size: .6vw;
}

@media only screen and (max-width: 500px) {
    .si-service{
        padding: 10vw 3vw 14.8vw 3.4vw;
    }
    .si-service-heading h2{
        font-size: 5.6vw;
        padding-top: 2vw;
        text-align: left;
    }
    .si-service-heading p{
        font-size: 3.49vw;
        /* font-size: 3.1vw; */
        margin-top: 3.3vw;
        text-align: left;
    }
    .si-rest_wrap{
        display: none;
    }
    .si-mob-accordion{
        margin-top: 9vw;
        display: block;
    }
    .accordion-box{
        background: #FFFFFF;
        box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.07);
        border-radius: 6px;
        margin-bottom: 2vw;
        padding-bottom: .1vw;
    }
 
    .accordion-box h2::before{
        position: absolute;
        top: 4vw;
        right: 5.5vw;
    }
    .accordion-box h2{
        position: relative;
        padding: 5.2vw 3vw;
        color: #010101;
        font-weight: 600;
        font-size: 4.7vw;
    }
    .item-box.active{
        display: block;
    }
    .item-box{
        margin-top: 0.5vw;
        padding: 0 3vw;
        display: none;
    }
    .item-box .mob-item{
        background: #FFFFFF;
        border: 2.0482px solid #EEEEEE;
        border-radius: 9px;
        padding-bottom: 8vw;
        margin-bottom: 4vw;
    }
    .mob-item img{
    width: 14vw;
    padding: 5vw 6vw;
    }
  
    .mob-item h4{
        font-size: 4.6vw;
        font-weight: 600;
        color: #010101;
        padding-left: 6vw;
        padding-right: 6vw;
    }
    .mob-item p{
        font-size: 3.49vw;
        /* font-size: 3.08vw; */
        padding-left: 6vw;
        color: #6C6C6C;
        font-weight: 400;
        padding-right: 6vw;
        margin-top: 3vw;
        line-height: 1.4;
        margin-bottom: 8vw;
    }
    .mob-item a{
        border: 2px solid #E56E75;
        color: #DB333C;
        text-transform: uppercase;
        font-weight: 700;
        margin-left: 6vw;
        padding: 3vw 7.2vw;
        font-size: 3.2vw;
    }
  
    .si-rest_wrap .right{
        display: none;
    }
    .si-rest_wrap .left{
        display: none;
    }
  
}