.clear{
	clear:both;
}
/* Responsive tab */
.resp-tabs-list {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.resp-tabs-list:before, .resp-tabs-list:after {
	content: " ";
	display: table;
}
.resp-tabs-list:after {
	clear: both;
}
h4.resp-accordion:hover, h4.resp-accordion:focus, .resp-tabs-list li:hover, .resp-tabs-list li:focus {
	text-decoration: none;
	/*background-color: #eee;
	border-color: #eee #eee #ddd;*/
	cursor: pointer;
	/*color: #36c1c8;*/
}
h4.resp-accordion, .resp-tabs-list li {
	position: relative;
	 box-shadow: 0 6px 2em rgba(0, 0, 0, 0.2);
	background: #fafafa;
	line-height: 2.42857;
	padding: 15px 15px;
	/*border: 1px solid #ddd;*/
	margin-bottom: 15px;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	color:#222;
	font-family: Poppins;
    font-size: 14px;
	font-weight:500;
	text-transform: uppercase;
	
}
.resp-tabs-list li:before {

background: #222 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 66px;
    left: 0;
    position: absolute;
    top: 0px;
    width: 6px;
}
.resp-tab-item.resp-tab-active:before {

background: #ccc none repeat scroll 0 0;
    content: "";
    display: block;
    height: 66px;
    left: 0;
    position: absolute;
    top: 0px;
    width: 6px;
}
h4.resp-accordion.resp-tab-active, h4.resp-accordion.resp-tab-active:hover, h4.resp-accordion.resp-tab-active:active, .resp-tabs-list li.resp-tab-active, .resp-tabs-list li.resp-tab-active:hover, .resp-tabs-list li.resp-tab-active:active {
	color: #fff;
	background: #0a2c4e ;
}
.resp-tab-content {
	display: none;
	
	/*border: 1px solid #ddd;
	padding: 15px;
	margin-bottom: 10px;*/
	box-shadow: 0 6px 2em rgba(0, 0, 0, 0.2);
	 margin: 0 30px;
    padding: 25px 30px;
}
.resp-arrow {
	float: right;
}
.resp-arrow:before {
	font-family: 'FontAwesome';
	background: none;
	width: auto;
	height: auto;
	font-style: normal;
	content: '\f107';
	font-size: 15px;
	position: relative;
}
.resp-tab-active .resp-arrow {
	float: right;
}
.resp-tab-active .resp-arrow:before {
	font-family: 'FontAwesome';
	content: '\f106';
}
h4.resp-accordion {
	cursor: pointer;
	display: none;
}
.resp-content-active, .resp-accordion-active {
	display: block;
}
/* responsive tab top */
.resp-tabs-top .resp-tabs-list li {
	display: block;
	float: left;
	margin-bottom: -1px;
	margin-right: 2px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.resp-tabs-top .resp-tabs-list li.resp-tab-active, .resp-tabs-top .resp-tabs-list li.resp-tab-active:hover, .resp-tabs-top .resp-tabs-list li.resp-tab-active:active {
	border-bottom-color: transparent;
	cursor: default;
}
.resp-tabs-top .resp-tab-content {
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	border-radius: 5px;
	border-top-left-radius: 0;
}
/* responsive tab bottom */
.resp-tabs-bottom .resp-tabs-list li {
	display: block;
	float: left;
	margin-top: -1px;
	margin-right: 2px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.resp-tabs-bottom .resp-tabs-list li.resp-tab-active, .resp-tabs-bottom .resp-tabs-list li.resp-tab-active:hover, .resp-tabs-bottom .resp-tabs-list li.resp-tab-active:active {
	border-top-color: transparent;
	cursor: default;
}
.resp-tabs-bottom .resp-tab-content {
	margin-bottom: 0px;
	-webkit-border-radius: 5px;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-bottomleft: 0;
	border-radius: 5px;
	border-bottom-left-radius: 0;
}
/* responsive tab left */
.resp-tabs-left .resp-tabs-list {
	float: left;
	width: 27%;
	/*margin-top: 20px;*/
}
/*.resp-tabs-left .resp-tabs-list li {
	margin-right: -1px;
	margin-bottom: 2px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}*/
.resp-tabs-left .resp-tabs-list li.resp-tab-active, .resp-tabs-left .resp-tabs-list li.resp-tab-active:hover, .resp-tabs-left .resp-tabs-list li.resp-tab-active:active {
	border-right: none;
	cursor: default;
}
.resp-tabs-left .resp-tabs-container {
	float: left;
	width: 73%;
}
.resp-tabs-left .resp-tab-content {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
/* responsive tab right */
.resp-tabs-right .resp-tabs-list {
	float: right;
	width: 30%;
	margin-top: 20px;
}
.resp-tabs-right .resp-tabs-list li {
	margin-left: -1px;
	margin-bottom: 2px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.resp-tabs-right .resp-tabs-list li.resp-tab-active, .resp-tabs-right .resp-tabs-list li.resp-tab-active:hover, .resp-tabs-right .resp-tabs-list li.resp-tab-active:active {
	border-left: none;
	cursor: default;
}
.resp-tabs-right .resp-tabs-container {
	float: left;
	width: 70%;
}
.resp-tabs-right .resp-tab-content {
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/* Accordion */
.resp-accordion h4.resp-accordion {
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.resp-accordion .resp-tab-content {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
 @media only screen and (max-width: 767px) {
ul.resp-tabs-list {
	display: none;
}
h4.resp-accordion {
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.resp-tabs-container {
	width: 100% !important;
}
.resp-tab-content {
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-ms-border-radius: 5px !important;
	-o-border-radius: 5px !important;
	border-radius: 5px !important;
}
h4.resp-accordion,  .resp-tabs-list li {
	transition: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-o-transition: none !important;
	-ms-transition: none !important;
}
}
.resp-tab-item.resp-tab-active::after {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    bottom: 0;
    color: rgba(255, 255, 255, 0.8);
    content: "\f054";
    font-family: "FontAwesome";
    font-size: 12px;
    letter-spacing: 0;
    line-height: 65px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 60px;
}
.resp-tab-item::after {
   
    bottom: 0;
   
    content: "\f054";
    font-family: "FontAwesome";
    font-size: 12px;
    letter-spacing: 0;
    line-height: 65px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 60px;
}
.resp-tab-item.resp-tab-active li{
	padding-right:10px;	
}
.resp-tab-item i{
	padding-right:10px;
}