

.drop{
	width:23%;
	float:right;
	margin:0 0 5px 0;
}

.tab-wrap{
	width:100%;
	float:left;
	}


.group::after, .tabBlock-tabs::after {
  clear: both;
  content: "";
  display: table;
}

*, ::before, ::after {
  box-sizing: border-box;
}



ol, ul {
	margin:0;
}



.unstyledList, .tabBlock-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tabBlock-tabs {
	text-align:left;
	width:100%;
	float:right;
}
.tabBlock {
  margin: 0;
  
}

.tabBlock-tab {
  background-color: #ffffff;
  border:0;
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
 
  /*min-height: 144px;*/
  display: flex;
align-items: center; text-align:center;
  position: relative;
  transition: 0.1s ease-in-out;
 /* margin: 5px 0;*/
  font-size:16px;   
  text-align:center;
  border: 1px solid #e0e0e0;
  
}
.tabBlock-tab a i {
       font-size: 25px;
   
}
.pad2{
  padding: 10px 20px;}
/***********/

.tabBlock-tab a{ color: #5f5f5f;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    text-align:center; width:100%;
    background: #f9f9f9; color:#000;padding: 15px 15px;line-height: 21px;}
li.drus3.tabBlock-tab.last {
    margin-right: 0px;
}


/*.tabBlock-tab:last-of-type {
  border-right-style: solid;
}
.tabBlock-tab::before, .tabBlock-tab::after {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  transition: 0.1s ease-in-out;
}
/*.tabBlock-tab::before {
  background-color: #ed87bd;
  left: -2px;
  right: -2px;
  top: -2px;
}
.tabBlock-tab::after {
  background-color: transparent;
  bottom: -2px;
  left: 0;
  right: 0;
}*/
.tabBlock-tab:hover {
  /*background-color:#ed1c24;*/
}
.tabBlock-tab.is-active {
  position: relative;
  color: #fff;
  z-index: 1;
    border-bottom: 0px;
      background-color: #f9f9f9;
}
.tabBlock-tab:hover a{color:#ed1c24;}
.tabBlock-tab.is-active a{color: #fff; background: #ed1c24; 
background: rgb(227,30,48); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(227,30,48,1) 0%, rgba(125,38,101,1) 56%, rgba(42,42,134,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(227,30,48,1) 0%,rgba(125,38,101,1) 56%,rgba(42,42,134,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(227,30,48,1) 0%,rgba(125,38,101,1) 56%,rgba(42,42,134,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e31e30', endColorstr='#2a2a86',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}
/*.tabBlock-tab.is-active::before {
  background-color: #d870a9;
}
.tabBlock-tab.is-active::after {
  background-color: white;
}
*/

.ficileft {
    width: 100%;float:left;
	 position:relative;
}

.departarrow{margin-bottom:20px; float:left; width:100%;}
.tabBlock-content {
 position: relative;
  border:1px solid #e0e0e0;
  float:left;
  width:100%;
   background-color: #fffcfc;
   padding: 25px 15px;    margin-bottom: 43px;
  
 
}

.tabBlock-pane > :last-child {
  margin-bottom: 0;
}

.tabBlock-content h1 {
	color:#91BF15;
	font-size:24px;
	margin:0 0 25px 0;
	padding:0;
}

.tabBlock-content h2 {
	color:#ed1c24;
	font-size:20px;
	margin:0 0 25px 0;
	padding:0;
}
.tabBlock-content p {

	margin:0 0 25px 0;
	padding:0;
}

/***********************640px *************************************/
@media only screen and (max-width: 640px) {

.tabBlock-tab {
  padding: 10px 10px;
  border-bottom:1px solid #F1F1F1;width:100%;
  
 
}

.bannerin { padding: 82px 0 !important;}

}
/***********************480px *************************************/
@media only screen and (max-width: 480px) {


.drop{
	width:100%;

}

.tabBlock-tabs, .tabBlock-content {
	text-align:left;
	width:100%;
	float:left;
}
.tabBlock-tab {
 font-size:12px;
 
}

.tabBlock-content {
margin-top:20px;
 
 
}

}
/***********************640px *************************************/
@media only screen and (max-width: 360px) {
.tabBlock {

  
}
.tabBlock-tab {
  padding: 0px;
  border:0;
   margin:1px 0;
   width:100%;
  float:left;
}

}