
.show-mob{display:none;}
.show-tab{display:none;}
.show-desk{display:block}

.resp-tab-content{display: none;}	
h2.resp-accordion{
	float:left;
	width:100%;
	cursor: pointer;
	display: none;
	font-size:26px;
	line-height:26px;
	margin: 0px;
	padding:10px 15px 10px 40px;
	color: #000;
	position:relative;
	font-weight:500;
	border-top:1px solid #138dd8;
	}
h2.resp-accordion:first-child:before{ margin-top:13px;}

h2.resp-accordion:last-child:before{ margin-bottom:13px ;}

h2.resp-tab-title:last-child {
	background: blue;
	}
.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; }

/*-----------Vertical tabs-----------*/

.resp-vtabs ul.resp-tabs-list{
    float: left;
    width:28%;
	margin-top:60px;
	position:relative;
	}
.resp-vtabs .resp-tabs-list li{
	float:left;
	width:100%;
	color:#1c2239;
	font-size:22px;
	line-height:26px;
	letter-spacing:0.5px;
	cursor:pointer;
	text-align:left;
	padding:15px 15px 12px 70px;
	font-family: 'Poppins', sans-serif;
	font-weight:500;
	position:relative;
	margin-top:45px;
	}
.resp-vtabs .resp-tabs-list li:first-child{ margin-top:0;}
.resp-vtabs .resp-tabs-list:before{
	position:absolute;
	content:"";
	left:23px;
	top:22px;
	bottom:3px;
	border-left:1px solid #138dd8;
	}
.resp-vtabs li.resp-tab-active{
	color:#138dd8;
	}
.resp-vtabs .resp-tabs-list li span{
	position:absolute;
	left:0;
	top:50%;
	margin-top:-23px;
	width:46px;
	height:46px;
	border:1px solid #138dd8;
	border-radius:50%;
	line-height:46px;
	text-align:center;
	padding:7px;
	background:#fff;
	}
.resp-vtabs .resp-tabs-list li span img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.resp-vtabs li.resp-tab-active span{ background:#138dd8;}
.resp-vtabs li.resp-tab-active span img{filter: brightness(0) invert(1);}


.resp-vtabs .resp-tabs-container{
    float: right;
    width:72%;
    text-align: left;
    position: relative;
	margin-top:60px;
	}


@media only screen and (max-width:1200px){
} 

@media only screen and (max-width:1021px){
.show-mob{display:none;}
.show-desk{display:none;}
.show-tab{display:block}

.resp-vtabs ul.resp-tabs-list{ width:35%;}
.resp-vtabs .resp-tabs-list li{}
.resp-vtabs .resp-tabs-list li{ font-size:22px; line-height:24px;}
.resp-vtabs .resp-tabs-container{ width:65%}

}

@media only screen and (max-width: 767px) {

.show-tab{display:none;}
.show-desk{display:none;}
.show-mob{display:block}

ul.resp-tabs-list { display: none; }
h2.resp-accordion { display: block; padding:24px 10px 22px 70px; font-size:22px; line-height:22px; height:66px;}
h2.resp-accordion:first-child{ margin-top:30px;}
h2.resp-accordion:after{
	content:'+';
	position:absolute;
	right:10px;
	top:25px;
	color:#138dd8;
	font-size:20px;
	}
h2.resp-accordion.resp-tab-active{background:#138dd8; color:#fff;border-top:none;}
h2.resp-accordion.resp-tab-active:after{
	content:'-';
	position:absolute;
	right:10px;
	top:25px;
	color:#fff;
	font-size:30px;
	}
.resp-vtabs .resp-tabs-container {
	padding:0;
	border: none;
	float: none;
	width: 100%;
	min-height: initial;
	clear: none;
	margin-top:0;
	}
.resp-vtabs .resp-tab-content {
	padding:0 0 30px 0;
	float:left;
	width:100%;
	position:relative;
	}
.resp-vtabs .resp-tab-content:last-child{ padding-bottom:10px;}	
.resp-accordion-closed{display: none !important; }
h2.resp-accordion span{ position:absolute; left:10px; top:50%; margin-top:-23px; width:46px; height:46px; border-radius:50%; background:#138dd8; padding:7px;}
h2.resp-accordion span img{ display:inline-block; vertical-align:middle; margin-right:10px;filter: brightness(0) invert(1);}
h2.resp-accordion.resp-tab-active span{ border:1px solid #fff;}
h2.resp-accordion.resp-tab-active span img{filter: brightness(0) invert(1);}
.resp-arrow{ top:10px;}

}
