ul.resp-tabs-list {
    margin: 0px 0 0px;
    padding: 0px;
	background: #dedede !important;
	border-radius: 5px;
}
ul.resp-tabs-list:after{
	content: ""; display: block; clear: both; overflow: hidden
}

.resp-tabs-list li {
    display: block;
    padding: 15px 10px;
    margin: 0 ;
    list-style: none;
    cursor: pointer;
    float: left;
	width: 50%;
	background: none !important;
	text-align: center;
	border: none !important;
	font-size: 20px;
	font-family: 'ProximaNova-Regular';
	color: #333;
	line-height: 23px;
	border-radius: 5px
}
.resp-tabs-list li .tab-mon, .resp-accordion .tab-mon{
	display: block;
	clear: both;
	font-family: 'ProximaNova-Semibold', arial;
	font-size: 17px;
}

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

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

.resp-tab-content {
    display: none;
	padding: 20px 0
}

.resp-tabs-list li.resp-tab-active {
background: #009cde !important;
color: #fff;	
}

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



h2.resp-accordion {
    margin: 0px 0 10px 0;
    padding: 10px 10px 10px 50px;
	 font-size: 20px;
    font-family: 'ProximaNova-Regular';
    color: #333;
    line-height: 23px;
	text-align: center;
	position: relative;
	background: #dedede !important;
}

h2.resp-tab-active {
    background: #009cde !important;
    color: #fff;
}
.resp-arrow:after{ 
    content: "\f0d7";
    font-family: FontAwesome;
    position: absolute;
    left: 20px;
    top: 19px;
    color: #333;
    display: block;
    font-size: 25px;
	transition: 0.4s linear all;
    -webkit-transition: 0.4s linear all;
}
h2.resp-tab-active .resp-arrow:after{ color: #fff;   
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB;/* !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;
}
.resp-tab-content > p{ line-height: 30px}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 780px) {
	.resp-tab-content > p br{ display: none}
	.resp-tab-content > p{    line-height: 26px;}
	
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

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

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

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
	
}
@media only screen and (max-width: 480px) { 
 .cmssection h2.resp-accordion{ font-size: 16px !important; padding: 10px 10px 10px 35px;}
.resp-accordion .tab-mon{ font-size: 14px}	
.resp-arrow:after{ left: 10px}	
}