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

h2.resp-accordion {
    cursor: pointer;
    display: none;
}

.resp-tab-content {
    display: none;
}

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


h2.resp-accordion {
    font-size: 15px;
    font-family: 'open_sans_semiboldregular';
    color: #424242;
    padding: 0 25px;
    border-bottom: 2px #e8e8e8 solid;
    padding: 10px 20px;
    margin: 0;
}


/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

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

.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;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active { 
position: relative;
z-index: 1;
}

.resp-arrow {
    width: 10px;
    height: 10px;
    float: right;
    margin-top: 3px;
    background: url(../image/cd-arrow.svg) no-repeat center center;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    -webkit-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

/*-----------Accordion styles-----------*/

.resp-easy-accordion h2.resp-accordion {
    display: block;
}



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

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


/* coustom style tab */
.tab-wrapper-min-ht-360 {min-height: 360px;}
.tabs-head{
	padding:0 25px;
	border-bottom: 2px #e8e8e8 solid;
	
}
.tabs-head > li{
	margin-right: 25px;
	float: left;
    padding: 20px 0 15px 0;
    cursor: pointer;
}
.tabs-head li a:hover {
	text-decoration: none;
}
.tabs-head > li:nth-child(3){
	margin-right:0;	
}
.max-80 {max-height: 80px;}
.text-fit-wrapper {display: inline-block}
.tab-img,.tab-tex {display: inline-block;vertical-align:middle;}
/* .tab-tex {width: 380px;} */
.tab-tex p.blk-rt-sm-head, .tab-tex p.blue-color {float: none;width: auto;}

.tab-list-bg > li:nth-child(2) {background: #f9fafa;}
.tab-list-bg > li:nth-child(4) {padding-left: 15px;box-sizing: border-box;}ui-tabs-active

.tabs-head .ui-state-active,.tabs-head .ui-tabs-active .resp-tab-active{
	border-bottom: 2px #b89657 solid !important;text-decoration: none!important;
}
.tabs-head .ui-state-active,.tabs-head .ui-tabs-active a{text-decoration: none;}
.resp-tab-active {border-bottom: 2px #b89657 solid !important;text-decoration: none!important;}


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

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }
    /* .tab-tex .date.light-color */
    
    /* coustom style tab */
    /* .tab-wrapper-min-ht-360 {min-height: 360px;} */
    .tabs-head{
        padding:0 25px;
        border-bottom: 2px #e8e8e8 solid;
        
    }
    .tabs-head > li{
        margin-right: 25px;
        float: left;
        padding: 20px 0 15px 0;
    }
    .tabs-head li a:hover {
        text-decoration: none;
    }
    .tabs-head > li:nth-child(3){
        margin-right:0;	
    }
    .max-80 {max-height: 80px;}
    .text-fit-wrapper {display: inline-block}
    .tab-img,.tab-tex {display: inline-block;vertical-align:middle;}
    /* .tab-tex {width: 380px;} */
    .tab-tex p.blk-rt-sm-head, .tab-tex p.blue-color {float: none;width: auto;}
    .tab-list-bg > li:nth-child(2) {background: #f9fafa;}
    .tab-list-bg > li:nth-child(4) {padding-left: 55px;box-sizing: border-box;}ui-tabs-active
    
    .tabs-head .ui-state-active,.tabs-head .ui-tabs-active .resp-tab-active{
        border-bottom: 2px #b89657 solid !important;text-decoration: none!important;
    }
    .tabs-head .ui-state-active,.tabs-head .ui-tabs-active a{text-decoration: none;}
    .resp-tab-active {border-bottom: 2px #b89657 solid !important;text-decoration: none!important;}
    .tab-wrapper-min-ht-360 { min-height: inherit;  }
    .tab-tex .date.blue-color{float:none;display: block;}
    .tab-list-bg {padding-bottom: 30px;border-bottom: 1px #e2e2e2 solid;}
    #horizondal .user-name-wrapper-full .user-name { font-size: 1.131em}
}





