﻿
#horizontalTab ul.resp-tabs-list {
    margin: 0px;
    padding: 0px;
}

#horizontalTab .resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
    margin-right: 10px;
    color: #ff7f5b;
    border-bottom: 1px dotted #ff7f5b;

}

#horizontalTab  .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

#horizontalTab h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

#horizontalTab .resp-tab-content {
    display: none;
    padding: 15px;
}

#horizontalTab .resp-tab-active {
    background-color: #A0D421;
    color: white !important;
    margin-bottom: -1px !important;
    border-bottom: none !important;
    padding: 15px 30px 15px 30px !important;

}

#horizontalTab .resp-tab-active {
    border-bottom: none;
    /*background-color: #fff;*/
}

#horizontalTab .resp-content-active, .resp-accordion-active {
    display: block;
}



#horizontalTab h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

#horizontalTab h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

#horizontalTab h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}
/*-----------Vertical tabs-----------*/
#horizontalTab .resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

#horizontalTab .resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 25px !important;
    margin: 0;
    cursor: pointer;
    float: none;
}

#horizontalTab .resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

#horizontalTab .resp-vtabs .resp-tab-content {
    border: none;
}

#horizontalTab .resp-vtabs li.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-right: none;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
}

#horizontalTab .resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

#horizontalTab h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
#horizontalTab h2.resp-tab-active {
    background: #789e1d !important;
}
#horizontalTab .resp-easy-accordion  h2.resp-accordion {
        display: block;
}
#horizontalTab .resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

#horizontalTab .resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
}

#horizontalTab .resp-jfit {
    width: 100%;
    margin: 0px;
}

#horizontalTab .resp-tab-content-active {
    display: block;
}

#horizontalTab h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1 !important;
}

#horizontalTab .resp-tabs-list {
    margin: 0 auto !important;
    width: 680px;
    text-align: center;
    display: inherit;

}

#horizontalTab .cont {
    margin:0 auto !important;
    width: 1071px;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    #horizontalTab  ul.resp-tabs-list {
        display: none;
    }

    #horizontalTab .resp-tab-content {
        border: 1px solid #c1c1c1;
    }


    #horizontalTab h2.resp-accordion {
        display: block;
        border-top: 1px solid #c1c1c1 !important;
    }




    #horizontalTab .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    #horizontalTab .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    #horizontalTab .resp-accordion-closed {
        display:none !important;
    }
    #horizontalTab .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (min-width: 960px) {
    #horizontalTab .resp-tab-active {
        border-radius: 24px;
    }
}


/***/

#horizontalTab2 ul.resp-tabs-list {
    margin: 0px;
    padding: 0px;
}

#horizontalTab2 .resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
    margin-right: 10px;
    color: #ff7f5b;

}

#horizontalTab2  .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

#horizontalTab2 h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

#horizontalTab2 .resp-tab-content {
    display: none;
    padding: 15px;
}

#horizontalTab2 .resp-tab-active {
    /*background-color: #A0D421;*/
    color: white !important;
    margin-bottom: -1px !important;
    border-bottom: none !important;
    padding: 15px 30px 15px 30px !important;

}

#horizontalTab2 .resp-tab-active {
    border-bottom: none;
    /*background-color: #fff;*/
}

#horizontalTab2 .resp-content-active, .resp-accordion-active {
    display: block;
}



#horizontalTab2 h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

#horizontalTab2 h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

#horizontalTab2 h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}
/*-----------Vertical tabs-----------*/
#horizontalTab2 .resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

#horizontalTab2 .resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 25px !important;
    margin: 0;
    cursor: pointer;
    float: none;
}

#horizontalTab2 .resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

#horizontalTab2 .resp-vtabs .resp-tab-content {
    border: none;
}

#horizontalTab2 .resp-vtabs li.resp-tab-active {
    border: 1px solid #c1c1c1;
    border-right: none;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
}

#horizontalTab2 .resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

#horizontalTab2 h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
#horizontalTab2 h2.resp-tab-active {
    background: #789e1d !important;
}
#horizontalTab2 .resp-easy-accordion  h2.resp-accordion {
    display: block;
}
#horizontalTab2 .resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

#horizontalTab2 .resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
}

#horizontalTab2 .resp-jfit {
    width: 100%;
    margin: 0px;
}

#horizontalTab2 .resp-tab-content-active {
    display: block;
}

#horizontalTab2 h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1 !important;
}

#horizontalTab2 .resp-tabs-list {
    margin: 0 auto !important;
    text-align: center;
    display: inherit;

}

#horizontalTab2 .cont {
    margin:0 auto !important;
    width: 1071px;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    #horizontalTab2  ul.resp-tabs-list {
        display: none;
    }

    #horizontalTab2 .resp-tab-content {
        border: 1px solid #c1c1c1;
    }


    #horizontalTab2 h2.resp-accordion {
        display: block;
        border-top: 1px solid #c1c1c1 !important;
    }




    #horizontalTab2 .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    #horizontalTab2 .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    #horizontalTab2 .resp-accordion-closed {
        display:none !important;
    }
    #horizontalTab2 .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (min-width: 960px) {
    #horizontalTab2 .resp-tab-active {
        border-radius: 24px;
    }
}