.tab-typ1 .resp-tabs-list li.resp-tab-item{
	border: 0px none !important;
    border-bottom: 1px solid #ffffff !important;
    font-size: 30px;
    line-height: 35px;
    font-family: 'Lato-Light';
    color: #000000;
    font-weight: normal;
    margin-right: 45px;
    opacity: 0.5;
    padding: 0px 0px 12px !important;
}
.tab-typ1 .resp-tabs-list li.resp-tab-item:last-child{ margin-right: 0px; }
.tab-typ1 .resp-tabs-list li.resp-tab-item.resp-tab-active{
    border: 0px none !important;
    border-bottom: 1px solid #747474 !important;
    opacity: 1;
    margin-bottom: 0px !important;
    padding: 0px 0px 13px !important;
}
.tab-typ1 .resp-tabs-container .resp-tab-content-active{
    border: 0px none;
    padding: 28px 0px 0px;
}

.tab-typ1.small-tab .resp-tabs-list li.resp-tab-item{
	font-size:18px;
    line-height:22px;
	padding:0px 0px 7px !important
	}
.tab-typ1.small-tab .resp-tabs-list li.resp-tab-item.resp-tab-active {
	padding:0px 0px 8px !important
	}

@media(max-width:991px){
    .tab-typ1 .resp-tabs-list li.resp-tab-item{
        font-size: 25px;
        line-height: 30px;
        margin-right: 35px;
    }
}
@media(max-width:580px){
    .tab-typ1 .resp-tabs-list li.resp-tab-item{
        font-size: 21px;
        line-height: 26px;
        margin-right: 25px;
    }
}