ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}
.hometab-bg{
	width:100%;
	float:left;
	background:#f2f6ff;
	position: absolute;
	height:70px;
}
.hometab-picture span {
    color: #FFFFFF;
    float: right;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
    margin-left: 46px;
    margin-top: 46px;
    position: absolute;
    text-align: center;
    width: 154px;
}
#horizontalTab{
	position: relative;
	/* z-index: 555; */
}
.hometab-box{
	width:100%;
	float:left;
	margin:19px 0 45px;
}
.hometab-picbox{
    float: left;
    margin-right: 10px;
    min-height: 278px;/*258px*/
    width: 209px;
}
.hometab-picture{
	width:100%;
	float:left;
	margin:0 0 12px;
}
.hometab-picture img{
	width:100%;
}
.hometab-pictxt{
	width:100%;
	float:left;
	margin-bottom:10px;
}
.hometab-pictxt a{
    border-bottom: 1px solid #1086d0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#25282c;
    line-height:20px;
    text-decoration: none;
    width: auto;
}
.hometab-pictxt100{
	width:100%;
	float:left;
	margin-bottom:10px;
}
.hometab-pictxt100 a{
   /* border-bottom: 1px solid #1086d0; */
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#25282c;
    line-height:20px;
    text-decoration: none;
    width: auto;
}
.hometab-pictxt1{
	width:100%;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#665e58;
	line-height: 18px;
}
.hometab-picboxrgt{
	width:19%;
	float:left;
	min-height: 258px;
}
.resp-tabs-list li {
    display: inline-block;
    padding: 41px 50px 5px;
    margin: 0;
    list-style: none;
    cursor: pointer;
    float: left;
	border-right: 1px dotted #b0b4b9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#44474a;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:underline;
}
.homeicon {
    background:url(../../image/home-icon.png) no-repeat center 14px;
	height:24px;
	margin-bottom:6px;
}
.homeicon-active {
    background:url(../../image/home-iconhover.png) no-repeat center 14px;
	height:24px;
	margin-bottom:6px;
}
.homeicon1 {
    background:url(../../image/home-icon1.png) no-repeat center 14px;
	height:24px;
	margin-bottom:6px;
}
.homeicon1-active {
    background:url(../../image/home-icon1hover.png) no-repeat center 14px;
	height:24px;
	margin-bottom:6px;
}
.homeicon2 {
    background:url(../../image/home-icon2.png) no-repeat center 14px;
	height:24px;
	margin-bottom:6px;
}
.homeicon2-active {
    background:url(../../image/home-icon2hover.png) no-repeat center 14px;
	height:24px;
	margin-bottom:6px;
}
.homeicon3 {
    background:url(../../image/home-icon3.png) no-repeat center 14px;
	height:24px;
	margin-bottom:6px;
}
.homeicon3-active {
    background:url(../../image/home-icon3hover.png) no-repeat center 14px;
	height:24px;
	margin-bottom:6px;
}
.homeicon4 {
    background:url(../../image/home-icon4.png) no-repeat center 14px;
	height:24px;
	margin-bottom:6px;
}
.homeicon4-active {
    background:url(../../image/home-icon4hover.png) no-repeat center 14px;
	height:24px;
	margin-bottom:6px;
}
.homeicon5 {
    background:url(../../image/home-icon5.png) no-repeat center 14px;
	height:24px;
	margin-bottom:6px;
}
.homeicon5-active {
    background:url(../../image/home-icon5hover.png) no-repeat center 14px;
	height:24px;
	margin-bottom:6px;
}
.big-txt{
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	color:#3b3a3a;
	font-weight:bold;
	margin:-18px 0 0;
	text-decoration:none;
}
.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
	overflow:hidden;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
   /* padding: 15px 0;*/
}

.resp-tab-active {
    /*border: 1px solid #c1c1c1;*/
    border-bottom: none;
    margin-bottom: -1px !important;
	padding: 41px 52px 5px !important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
    color:#44474a !important;
    text-decoration:none !important;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    /*border: 1px solid #c1c1c1;*/
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}
/*-----------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;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 69.6%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
}

.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;
}

.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;
}

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-----------*/
h2.resp-tab-active {
    background: none repeat scroll 0 0 #EEEEEE !important;
    color: #4D5E7B !important;
}
.resp-easy-accordion  h2.resp-accordion {
        display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1 !important;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
		font-family:Arial, Helvetica, sans-serif;
		font-size:15px;
		color:#6e7786;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none;
    }
    .resp-accordion-closed {
        display:none !important;
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}
