#parentHorizontalTab{position: relative;}
#parentHorizontalTab:before{
    position: absolute;
    content: "";
    top: -4px;
    height: 54px;
    left: -2000px;
    width: 5000px;
    background-color: #C56D83;
    border-top: 4px solid #9D3851;
}
ul.resp-tabs-list{
    display: table;
    width: 100%;
    table-layout: fixed;
    position: relative;
    padding: 0 10px;
}
ul.resp-tabs-list>li{
    display: table-cell;
    float: none;
    text-align: center;
    position: relative;
    z-index: 1;
    font-weight: 400;
    line-height: 30px;
    padding: 10px 0;
    color: #fff;
    font-size: 20px;
    background-color: #C56D83!important;
    border: 0;
}
ul.resp-tabs-list>li.resp-tab-active{
    padding: 10px 0;
    border: 0;
    background: #fff url("../../../images/dunjincvet_images/tab-active--arr.png") no-repeat center bottom!important;
    color: #9D3851;
    border: 0;
}
.resp-tab-content{border: 0;padding: 0;}
.tab-title{
    font-family: 'Kaushan Script', cursive;
    color:#C56C83;
    font-size: 32px;
    display: block;
    text-align: center;
    margin: 35px 0 53px 0;
    position: relative;
}
.tab-title:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 70px;
    right: 70px;
    height: 1px;
    border-bottom: 1px solid #FDF3EA;
}
.tab-title span{
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 60px;
    background-color: #fff;
    background-image: url("../../../images/dunjincvet_images/decoration2.1.png"), url("../../../images/dunjincvet_images/decoration2.2.png") ;
    background-repeat: no-repeat, no-repeat;
    background-position: 5% 10px, 95% 10px;
}
@media(max-width: 991px){
}
@media(max-width: 991px) {
    ul.resp-tabs-list{display: none;}
    #parentHorizontalTab:before{background: transparent; height: 0;}
    .md-no-padd{padding: 0;}
    .resp-tabs-container>h2{display: block; height: 40px; border: 0; border-bottom: 4px solid; color: #fff; font-weight: 400; font-size: 20px; padding: 0px 15px; line-height: 35px;}
    .resp-tabs-container>h2:nth-of-type(1){background-color: #c56d83!important; border-color: #b36074!important;}
    .resp-tabs-container>h2:nth-of-type(2){background-color: #7c7eb7!important; border-color: #6567a2!important;}
    .resp-tabs-container>h2:nth-of-type(3){background-color: #81b1b1!important; border-color: #6c9a9a!important;}
    .resp-tabs-container>h2:nth-of-type(4){background-color: #8ea867!important; border-color: #7c945a!important;}
    .resp-tabs-container>h2:nth-of-type(5){background-color: #dc9056!important; border-color: #c68251!important;}
    .resp-tabs-container>h2:nth-of-type(6){background-color: #8f776d!important; border-color: #756259!important;}

    .resp-arrow{
        display: inline-block;
        width: 35px;
        height: 35px;
        background: url("../../../images/dunjincvet_images/tabs-arr.png") no-repeat;
        border: 0;
        margin: 0;
    }
    h2.resp-tab-active span.resp-arrow {
        background: url("../../../images/dunjincvet_images/tabs-arr.png") no-repeat 0 -35px;
        border: none;
    }
}
@media(min-width: 992px){
    ul.resp-tabs-list>li:nth-of-type(2){width: 270px;}
    h2.resp-accordion{display: none;}
}
@media(max-width: 1199px){
}
@media (min-width: 1200px) {

    ul.resp-tabs-list>li:nth-of-type(2){width: 450px;}
}