/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* line 3, ../../sass/components/tabs.scss */
.tabs {
 width: 100%;
margin: 0px 0px 50px 0px;
}



/* line 8, ../../sass/components/tabs.scss */
.tabs-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

/* line 12, ../../sass/components/tabs.scss */
.no-js .tabs-nav {
  display: none;
}

/* line 16, ../../sass/components/tabs.scss */
.tabs > .component-content {
  /*padding-top: 39px;*/
}

/* line 20, ../../sass/components/tabs.scss */
.tabs-nav {
  /*position: absolute;*/
  z-index: 150;
  top: 0;
  /*left: 0;*/
  overflow: hidden;
  width: 100%;
  font-family:Flux-Regular;
}

/* line 30, ../../sass/components/tabs.scss */
.tabs-nav-list {
  position: relative;
  left: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  }

/* line 40, ../../sass/components/tabs.scss */
.tabs-nav-switcher {
  /*position: absolute;
  height: 35px;
  width: 15px;
  border: 2px solid #323131;
  background: #e1e1e1 url(../../img/arrow-right.png) 6px 12px no-repeat;
  cursor: pointer;
  top: 0px;*/
}

/* line 50, ../../sass/components/tabs.scss */
.tabs-nav-switcher-right {
  right: 0;
}

/* line 54, ../../sass/components/tabs.scss */
.tabs-nav-switcher-left {
  left: 0;
  background-image: url(../../img/arrow-left.png);
}

/* line 59, ../../sass/components/tabs.scss */
.tabs-nav-item {  
border: none;
cursor: pointer;
float: left;
font-size: 28px;
padding: 20px 0 20px 0;
position: relative;
text-align: center;
width: 50%;
background: #ddeff1;
color: #83aab1;
}

.tabs-horizontal-germany .tabs-nav-item.is-active,
.tabs-horizontal-germany .tabs-nav-item.is-active a,
.tabs-horizontal-germany .tabs-nav-item{
line-height: 28px;
}

.tabs-horizontal-germany .tabs-nav-item.is-active:after {
content: "";
display: block;
width: 0;
height: 0;
margin-left: 220px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 12px solid #209fae;
top: 96px ! important;
position: absolute;
right: 50%;
}

/************************ Brijesh france**************************************** */
.tabs-vertical-france .tabs-nav-item.is-active, .tabs-vertical-france .tabs-nav-item.is-active a, .tabs-vertical-france .tabs-nav-item {
line-height: 21px;
}
.tabs-vertical-france .tabs-nav-item.is-active:after {
content:"";
display: block;
width: 0;
height: 0;
margin-left: 220px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 12px solid #209fae;
top: 70px ! important;
position: relative;
right: 50%;
}
.tabs-vertical-france .tabs-nav {
    height: auto;
    /*left: 0;*/
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 69px;
}
.tabs-vertical-france ul.tabs-nav-list, .tabs-vertical-france.tabs{margin-top:0; height: 600px;}

.tabs-vertical-france .tabs-nav {
  height: auto;
  width: 60px;
}

/* line 123, ../../sass/components/tabs.scss */
.tabs-vertical-france .component-content {
  padding-top: 0;
}

/* line 127, ../../sass/components/tabs.scss */
.tabs-vertical-france .tabs-nav-list {
  width: 104%;
}

/* line 131, ../../sass/components/tabs.scss */
.tabs-vertical-france .tabs-nav-item.is-active,
.tabs-vertical-france.tabs-nav-item.is-active:hover {
  border-bottom: 2px solid;
  border-right: medium;

}

/* line 138, ../../sass/components/tabs.scss */
.tabs-vertical-france .tabs-nav-item {
  border-width: 2px;
  height: auto;
  margin: 0 0 5px;
  width: 36px;
}

/* line 145, ../../sass/components/tabs.scss */
.tabs-vertical-france .tabs-content {
  margin-left: 60px;
  left: -2px;
  top: 0;
}

/* added for vertical tab 25 June */
/* line 118, ../../sass/components/tabs.scss */
.tabs-vertical-france .tabs-nav {
  height: 600px;
  width: 69px;
  /*margin-left: 35px;*/
}

/* line 123, ../../sass/components/tabs.scss */
.tabs-vertical-france .component-content {
  padding-top: 0;
}

/* line 127, ../../sass/components/tabs.scss */
.tabs-vertical-france .tabs-nav-list {
  width: 100%;
}

/* line 132, ../../sass/components/tabs.scss */
.tabs-vertical-france .tabs-nav-item.is-active, 
.tabs-vertical-france .tabs-nav-item.is-active:hover {
  border: none;
  width: 58px;
 padding: 75px 16px 87px 1px;
 background-color:none; 
 cursor:pointer;
 background: url("../../img/tab-active-bg.png") repeat left top;
 display:inline-block;
}
.tabs-vertical-france .tabs-nav-item.is-active a{background: none;} 


.tabs-vertical-france .tabs-nav{
margin-top: 0px;
}

/* line 138, ../../sass/components/tabs.scss */
.tabs-vertical-france .tabs-nav-item {
  border: none;
  height: auto;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 81px 16px 95px 1px;/*brijesh france*/ 
  background: url("../../img/tab-item-bg.png") repeat left top;
}


.tabs-vertical-france .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-france .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-france .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}
.tabs-vertical-france .tabs-nav-item a{color: #fff;font-weight: normal;font-size: 17px;text-transform:uppercase;}
.tabs-vertical-france .tabs-nav-item.is-active a,
.tabs-vertical-france .tabs-nav-item.is-active:hover a{color: #000;font-weight:normal;font-size: 17px; font-family:flux-regular;text-transform:uppercase;}/*kartik germany*/

.tabs-vertical-france .tabs-nav-item.is-active a,
.tabs-vertical-france .tabs-nav-item.is-active:after a{color: #000;font-weight:normal;font-size: 17px; font-family:flux-regular;;text-transform:uppercase;}
/* line 145, ../../sass/components/tabs.scss */
.tabs-vertical-france .tabs-content {
  font-family:Arial;
  margin-left: 70px;
  padding:62px 13px;
  border: 0;
  left: -2px;
  top: 0;
  background: url("../../img/bg1.png") no-repeat left top;
}
.tabs-vertical-france .richText{padding-top: 15px;margin-top: -59px; font-family:Arial; padding-top:0px;}

.tabs-vertical-france .tabs-content p{
 font-family:Arial;
margin-left: 30px;
font-size: 16px;
line-height: 13px;

}
.tabs-vertical-france {
margin-left: 35px;
margin-top:20px
}

/************************ Brijesh france****************************************/

/************************Kinjal**************************************** */
.tabs-vertical-netherlands .tabs-nav-item.is-active, .tabs-vertical-netherlands .tabs-nav-item.is-active a, .tabs-vertical-netherlands .tabs-nav-item {
line-height: 21px;
}
.tabs-vertical-netherlands .tabs-nav-item.is-active:after {
content:"";
display: block;
width: 0;
height: 0;
margin-left: 220px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 12px solid #209fae;
top: 70px ! important;
position: relative;
right: 50%;
}
.tabs-vertical-netherlands .tabs-nav {
    height: auto;
    /*left: 0;*/
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 69px;
}
.tabs-vertical-netherlands ul.tabs-nav-list, .tabs-vertical-netherlands.tabs{margin-top:0; height: 600px;}

.tabs-vertical-netherlands .tabs-nav {
  height: auto;
  width: 60px;
}

/* line 123, ../../sass/components/tabs.scss */
.tabs-vertical-netherlands .component-content {
  padding-top: 0;
}

/* line 127, ../../sass/components/tabs.scss */
.tabs-vertical-netherlands .tabs-nav-list {
  width: 104%;
}

/* line 131, ../../sass/components/tabs.scss */
.tabs-vertical-netherlands .tabs-nav-item.is-active,
.tabs-vertical-netherlands.tabs-nav-item.is-active:hover {
  border-bottom: 2px solid;
  border-right: medium;

}

/* line 138, ../../sass/components/tabs.scss */
.tabs-vertical-netherlands .tabs-nav-item {
  border-width: 2px;
  height: auto;
  margin: 0 0 5px;
  width: 36px;
}

/* line 145, ../../sass/components/tabs.scss */
.tabs-vertical-netherlands .tabs-content {
  margin-left: 60px;
  left: -2px;
  top: 0;
}

/* added for vertical tab 25 June */
/* line 118, ../../sass/components/tabs.scss */
.tabs-vertical-netherlands .tabs-nav {
  height: 600px;
  width: 69px;
  /*margin-left: 35px;*/
}

/* line 123, ../../sass/components/tabs.scss */
.tabs-vertical-netherlands .component-content {
  padding-top: 0;
}

/* line 127, ../../sass/components/tabs.scss */
.tabs-vertical-netherlands .tabs-nav-list {
  width: 100%;
}

/* line 132, ../../sass/components/tabs.scss */
.tabs-vertical-netherlands .tabs-nav-item.is-active, 
.tabs-vertical-netherlands .tabs-nav-item.is-active:hover {
  border: none;
  width: 58px;
 padding: 52px 6px 82px 5px;
 background-color:none; 
 cursor:pointer;
 background: url("../../img/tab-active-bg.png") repeat left top;
 display:inline-block;
}
.tabs-vertical-netherlands .tabs-nav-item.is-active a{background: none;} 


.tabs-vertical-netherlands .tabs-nav{
margin-top: 0px;
}

/* line 138, ../../sass/components/tabs.scss */
.tabs-vertical-netherlands .tabs-nav-item {
  border: none;
  height: auto;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 59px 6px 95px 5px;/*kartik germany*/ 
  background: url("../../img/tab-item-bg.png") repeat left top;
}

.tabs-vertical-netherlands .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-netherlands .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-netherlands .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}
.tabs-vertical-netherlands .tabs-nav-item a{color: #fff;font-weight: normal;font-size: 11px;text-transform:uppercase;}
.tabs-vertical-netherlands .tabs-nav-item.is-active a,
.tabs-vertical-netherlands .tabs-nav-item.is-active:hover a{color: #000;font-weight:normal;font-size: 11px; font-family:flux-regular;text-transform:uppercase;}/*kartik germany*/

.tabs-vertical-netherlands .tabs-nav-item.is-active a,
.tabs-vertical-netherlands .tabs-nav-item.is-active:after a{color: #000;font-weight:normal;font-size: 11px; font-family:flux-regular;;text-transform:uppercase;}
/* line 145, ../../sass/components/tabs.scss */
.tabs-vertical-netherlands .tabs-content {
  font-family:Arial;
  margin-left: 70px;
  padding:62px 13px;
  border: 0;
  left: -2px;
  top: 0;
  background: url("../../img/bg1.png") no-repeat left top;
}
.tabs-vertical-netherlands .richText{padding-top: 15px;margin-top: -59px; font-family:Arial; padding-top:0px;}

.tabs-vertical-netherlands .tabs-content p{
 font-family:Arial;
margin-left: 30px;
font-size: 16px;
line-height: 13px;

}
.tabs-vertical-netherlands {
margin-left: 35px;
margin-top:20px
}

/************************ Kinjal****************************************/
/************************Kinjal Belgium Dutch***************************************** */
.tabs-vertical-belgium-dutch .tabs-nav-item.is-active, .tabs-vertical-belgium-dutch .tabs-nav-item.is-active a, .tabs-vertical-belgium-dutch .tabs-nav-item {
line-height: 21px;
}
.tabs-vertical-belgium-dutch .tabs-nav-item.is-active:after {
content:"";
display: block;
width: 0;
height: 0;
margin-left: 220px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 12px solid #209fae;
top: 70px ! important;
position: relative;
right: 50%;
}
.tabs-vertical-belgium-dutch .tabs-nav {
    height: auto;
    /*left: 0;*/
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 69px;
}
.tabs-vertical-belgium-dutch ul.tabs-nav-list, .tabs-vertical-belgium-dutch.tabs{margin-top:0; height: 600px;}

.tabs-vertical-belgium-dutch .tabs-nav {
  height: auto;
  width: 60px;
}

/* line 123, ../../sass/components/tabs.scss */
.tabs-vertical-belgium-dutch .component-content {
  padding-top: 0;
}

/* line 127, ../../sass/components/tabs.scss */
.tabs-vertical-belgium-dutch .tabs-nav-list {
  width: 104%;
}

/* line 131, ../../sass/components/tabs.scss */
.tabs-vertical-belgium-dutch .tabs-nav-item.is-active,
.tabs-vertical-belgium-dutch.tabs-nav-item.is-active:hover {
  border-bottom: 2px solid;
  border-right: medium;

}

/* line 138, ../../sass/components/tabs.scss */
.tabs-vertical-belgium-dutch .tabs-nav-item {
  border-width: 2px;
  height: auto;
  margin: 0 0 5px;
  width: 36px;
}

/* line 145, ../../sass/components/tabs.scss */
.tabs-vertical-belgium-dutch .tabs-content {
  margin-left: 60px;
  left: -2px;
  top: 0;
}

/* added for vertical tab 25 June */
/* line 118, ../../sass/components/tabs.scss */
.tabs-vertical-belgium-dutch .tabs-nav {
  height: 600px;
  width: 69px;
  /*margin-left: 35px;*/
}

/* line 123, ../../sass/components/tabs.scss */
.tabs-vertical-belgium-dutch .component-content {
  padding-top: 0;
}

/* line 127, ../../sass/components/tabs.scss */
.tabs-vertical-belgium-dutch .tabs-nav-list {
  width: 100%;
}

/* line 132, ../../sass/components/tabs.scss */
.tabs-vertical-belgium-dutch .tabs-nav-item.is-active, 
.tabs-vertical-belgium-dutch .tabs-nav-item.is-active:hover {
  border: none;
  width: 58px;
 padding: 52px 6px 82px 5px;
 background-color:none; 
 cursor:pointer;
 background: url("../../img/tab-active-bg.png") repeat left top;
 display:inline-block;
}
.tabs-vertical-belgium-dutch .tabs-nav-item.is-active a{background: none;} 


.tabs-vertical-belgium-dutch .tabs-nav{
margin-top: 0px;
}

/* line 138, ../../sass/components/tabs.scss */
.tabs-vertical-belgium-dutch .tabs-nav-item {
  border: none;
  height: auto;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 59px 6px 95px 5px;/*kartik germany*/ 
  background: url("../../img/tab-item-bg.png") repeat left top;
}

.tabs-vertical-belgium-dutch .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-belgium-dutch .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-belgium-dutch .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}
.tabs-vertical-belgium-dutch .tabs-nav-item a{color: #fff;font-weight: normal;font-size: 11px;text-transform:uppercase;}
.tabs-vertical-belgium-dutch .tabs-nav-item.is-active a,
.tabs-vertical-belgium-dutch .tabs-nav-item.is-active:hover a{color: #000;font-weight:normal;font-size: 11px; font-family:flux-regular;text-transform:uppercase;}/*kartik germany*/

.tabs-vertical-belgium-dutch .tabs-nav-item.is-active a,
.tabs-vertical-belgium-dutch .tabs-nav-item.is-active:after a{color: #000;font-weight:normal;font-size: 11px; font-family:flux-regular;;text-transform:uppercase;}
/* line 145, ../../sass/components/tabs.scss */
.tabs-vertical-belgium-dutch .tabs-content {
  font-family:Arial;
  margin-left: 70px;
  padding:62px 13px;
  border: 0;
  left: -2px;
  top: 0;
  background: url("../../img/bg1.png") no-repeat left top;
}
.tabs-vertical-belgium-dutch .richText{padding-top: 15px;margin-top: -59px; font-family:Arial; padding-top:0px;}

.tabs-vertical-belgium-dutch .tabs-content p{
 font-family:Arial;
margin-left: 30px;
font-size: 16px;
line-height: 13px;

}
.tabs-vertical-belgium-dutch {
margin-left: 35px;
margin-top:20px
}

/************************ Kinjal Belgium Dutch****************************************/
/************************ Brijesh Newzealand**************************************** */
.tabs-vertical-newzealand .tabs-nav-item.is-active, .tabs-vertical-newzealand .tabs-nav-item.is-active a, .tabs-vertical-newzealand .tabs-nav-item {
line-height: 21px;
}
.tabs-vertical-newzealand .tabs-nav-item.is-active:after {
content:"";
display: block;
width: 0;
height: 0;
margin-left: 220px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 12px solid #209fae;
top: 70px ! important;
position: relative;
right: 50%;
}
.tabs-vertical-newzealand .tabs-nav {
    height: auto;
    /*left: 0;*/
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 69px;
}
.tabs-vertical-newzealand ul.tabs-nav-list, .tabs-vertical-newzealand.tabs{margin-top:0; height: 600px;}

.tabs-vertical-newzealand .tabs-nav {
  height: auto;
  width: 60px;
}

/* line 123, ../../sass/components/tabs.scss */
.tabs-vertical-newzealand .component-content {
  padding-top: 0;
}

/* line 127, ../../sass/components/tabs.scss */
.tabs-vertical-newzealand .tabs-nav-list {
  width: 104%;
}

/* line 131, ../../sass/components/tabs.scss */
.tabs-vertical-newzealand .tabs-nav-item.is-active,
.tabs-vertical-newzealand.tabs-nav-item.is-active:hover {
  border-bottom: 2px solid;
  border-right: medium;

}

/* line 138, ../../sass/components/tabs.scss */
.tabs-vertical-newzealand .tabs-nav-item {
  border-width: 2px;
  height: auto;
  margin: 0 0 5px;
  width: 36px;
}

/* line 145, ../../sass/components/tabs.scss */
.tabs-vertical-newzealand .tabs-content {
  margin-left: 60px;
  left: -2px;
  top: 0;
}

/* added for vertical tab 25 June */
/* line 118, ../../sass/components/tabs.scss */
.tabs-vertical-newzealand .tabs-nav {
  height: 600px;
  width: 69px;
  /*margin-left: 35px;*/
}

/* line 123, ../../sass/components/tabs.scss */
.tabs-vertical-newzealand .component-content {
  padding-top: 0;
}

/* line 127, ../../sass/components/tabs.scss */
.tabs-vertical-newzealand .tabs-nav-list {
  width: 100%;
}

/* line 132, ../../sass/components/tabs.scss */
.tabs-vertical-newzealand .tabs-nav-item.is-active, 
.tabs-vertical-newzealand .tabs-nav-item.is-active:hover {
  border: none;
  width: 58px;
 padding: 75px 6px 87px 5px;
 background-color:none; 
 cursor:pointer;
 background: url("../../img/tab-active-bg.png") repeat left top;
 display:inline-block;
}
.tabs-vertical-newzealand .tabs-nav-item.is-active a{background: none;} 


.tabs-vertical-newzealand .tabs-nav{
margin-top: 0px;
}

/* line 138, ../../sass/components/tabs.scss */
.tabs-vertical-newzealand .tabs-nav-item {
  border: none;
  height: auto;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 81px 6px 95px 5px;/*kartik germany*/ 
  background: url("../../img/tab-item-bg.png") repeat left top;
}


.tabs-vertical-newzealand .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-newzealand .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-newzealand .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}
.tabs-vertical-newzealand .tabs-nav-item a{color: #fff;font-weight: normal;font-size: 18px;text-transform:uppercase;}
.tabs-vertical-newzealand .tabs-nav-item.is-active a,
.tabs-vertical-newzealand .tabs-nav-item.is-active:hover a{color: #000;font-weight:normal;font-size: 18px; font-family:flux-regular;text-transform:uppercase;}/*kartik germany*/

.tabs-vertical-newzealand .tabs-nav-item.is-active a,
.tabs-vertical-newzealand .tabs-nav-item.is-active:after a{color: #000;font-weight:normal;font-size: 18px; font-family:flux-regular;;text-transform:uppercase;}
/* line 145, ../../sass/components/tabs.scss */
.tabs-vertical-newzealand .tabs-content {
  font-family:Arial;
  margin-left: 70px;
  padding:62px 13px;
  border: 0;
  left: -2px;
  top: 0;
  background: url("../../img/bg1.png") no-repeat left top;
}
.tabs-vertical-newzealand .richText{padding-top: 15px;margin-top: -59px; font-family:Arial; padding-top:0px;}

.tabs-vertical-newzealand .tabs-content p{
 font-family:Arial;
margin-left: 30px;
font-size: 16px;
line-height: 13px;

}
.tabs-vertical-newzealand {
margin-left: 35px;
margin-top:20px
}

/************************ Brijesh NewZealand****************************************/
/************************ Arpit Bulgaria**************************************** */
.tabs-vertical-bulgaria .tabs-nav-item.is-active, .tabs-vertical-bulgaria .tabs-nav-item.is-active a, .tabs-vertical-bulgaria .tabs-nav-item {
line-height: 21px;
}
.tabs-vertical-bulgaria .tabs-nav-item.is-active:after {
content:"";
display: block;
width: 0;
height: 0;
margin-left: 220px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 12px solid #209fae;
top: 70px ! important;
position: relative;
right: 50%;
}
.tabs-vertical-bulgaria .tabs-nav {
    height: auto;
    /*left: 0;*/
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 69px;
}
.tabs-vertical-bulgaria ul.tabs-nav-list, .tabs-vertical-bulgaria.tabs{margin-top:0; height: 600px;}

.tabs-vertical-bulgaria .tabs-nav {
  height: auto;
  width: 60px;
}

/* line 123, ../../sass/components/tabs.scss */
.tabs-vertical-bulgaria .component-content {
  padding-top: 0;
}

/* line 127, ../../sass/components/tabs.scss */
.tabs-vertical-bulgaria .tabs-nav-list {
  width: 104%;
}

/* line 131, ../../sass/components/tabs.scss */
.tabs-vertical-bulgaria .tabs-nav-item.is-active,
.tabs-vertical-bulgaria.tabs-nav-item.is-active:hover {
  border-bottom: 2px solid;
  border-right: medium;

}

/* line 138, ../../sass/components/tabs.scss */
.tabs-vertical-bulgaria .tabs-nav-item {
  border-width: 2px;
  height: auto;
  margin: 0 0 5px;
  width: 36px;
}

/* line 145, ../../sass/components/tabs.scss */
.tabs-vertical-bulgaria .tabs-content {
  margin-left: 60px;
  left: -2px;
  top: 0;
}

/* added for vertical tab 25 June */
/* line 118, ../../sass/components/tabs.scss */
.tabs-vertical-bulgaria .tabs-nav {
  height: 600px;
  width: 69px;
  /*margin-left: 35px;*/
}

/* line 123, ../../sass/components/tabs.scss */
.tabs-vertical-bulgaria .component-content {
  padding-top: 0;
}

/* line 127, ../../sass/components/tabs.scss */
.tabs-vertical-bulgaria .tabs-nav-list {
  width: 100%;
}

/* line 132, ../../sass/components/tabs.scss */
.tabs-vertical-bulgaria .tabs-nav-item.is-active, 
.tabs-vertical-bulgaria .tabs-nav-item.is-active:hover {
  border: none;
  width: 58px;
 padding: 75px 6px 87px 5px;
 background-color:none; 
 cursor:pointer;
 background: url("../../img/tab-active-bg.png") repeat left top;
 display:inline-block;
}
.tabs-vertical-bulgaria .tabs-nav-item.is-active a{background: none;} 


.tabs-vertical-bulgaria .tabs-nav{
margin-top: 0px;
}

/* line 138, ../../sass/components/tabs.scss */
.tabs-vertical-bulgaria .tabs-nav-item {
  border: none;
  height: auto;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 67px 6px 110px 5px;/*kartik germany*/ 
  background: url("../../img/tab-item-bg.png") repeat left top;
}


.tabs-vertical-bulgaria .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-bulgaria .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-bulgaria .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}
.tabs-vertical-bulgaria .tabs-nav-item a{color: #fff;font-weight: normal;font-size: 14px;text-transform:uppercase;}
.tabs-vertical-bulgaria .tabs-nav-item.is-active a,
.tabs-vertical-bulgaria .tabs-nav-item.is-active:hover a{color: #000;font-weight:normal;font-size: 14px; font-family:Calibri;text-transform:uppercase;}/*kartik germany*/

.tabs-vertical-bulgaria .tabs-nav-item.is-active a,
.tabs-vertical-bulgaria .tabs-nav-item.is-active:after a{color: #000;font-weight:normal;font-size: 14px; font-family:Calibri;;text-transform:uppercase;}
/* line 145, ../../sass/components/tabs.scss */
.tabs-vertical-bulgaria .tabs-content {
  font-family:Calibri;
  margin-left: 70px;
  padding:62px 13px;
  border: 0;
  left: -2px;
  top: 0;
  background: url("../../img/bg1.png") no-repeat left top;
}
.tabs-vertical-bulgaria .richText{padding-top: 15px;margin-top: -59px; font-family:Calibri; padding-top:0px;}

.tabs-vertical-bulgaria .tabs-content p{
 font-family:Calibri;
margin-left: 30px;
font-size: 16px;
line-height: 13px;

}
.tabs-vertical-bulgaria {
margin-left: 35px;
margin-top:20px
}

/************************ Arpit Bulgaria***************************************/
/************************ Brijesh sweden 12-3-15****************** */
.tabs-vertical-sweden .tabs-nav-item.is-active, .tabs-vertical-sweden .tabs-nav-item.is-active a, .tabs-vertical-sweden .tabs-nav-item {
line-height: 21px;
}
.tabs-vertical-sweden .tabs-nav-item.is-active:after {
content:"";
display: block;
width: 0;
height: 0;
margin-left: 220px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 12px solid #209fae;
top: 70px ! important;
position: relative;
right: 50%;
}
.tabs-vertical-sweden .tabs-nav {
    height: auto;
    /*left: 0;*/
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 69px;
}
.tabs-vertical-sweden ul.tabs-nav-list, .tabs-vertical-sweden.tabs{margin-top:0; height: 600px;}

.tabs-vertical-sweden .tabs-nav {
  height: auto;
  width: 60px;
}

/* line 123, ../../sass/components/tabs.scss */
.tabs-vertical-sweden .component-content {
  padding-top: 0;
}

/* line 127, ../../sass/components/tabs.scss */
.tabs-vertical-sweden .tabs-nav-list {
  width: 104%;
}

/* line 131, ../../sass/components/tabs.scss */
.tabs-vertical-sweden .tabs-nav-item.is-active,
.tabs-vertical-sweden.tabs-nav-item.is-active:hover {
  border-bottom: 2px solid;
  border-right: medium;

}

/* line 138, ../../sass/components/tabs.scss */
.tabs-vertical-sweden .tabs-nav-item {
  border-width: 2px;
  height: auto;
  margin: 0 0 5px;
  width: 36px;
}

/* line 145, ../../sass/components/tabs.scss */
.tabs-vertical-sweden .tabs-content {
  margin-left: 60px;
  left: -2px;
  top: 0;
}

/* added for vertical tab 25 June */
/* line 118, ../../sass/components/tabs.scss */
.tabs-vertical-sweden .tabs-nav {
  height: 600px;
  width: 69px;
  /*margin-left: 35px;*/
}

/* line 123, ../../sass/components/tabs.scss */
.tabs-vertical-sweden .component-content {
  padding-top: 0;
}

/* line 127, ../../sass/components/tabs.scss */
.tabs-vertical-sweden .tabs-nav-list {
  width: 100%;
}

/* line 132, ../../sass/components/tabs.scss */
.tabs-vertical-sweden .tabs-nav-item.is-active, 
.tabs-vertical-sweden .tabs-nav-item.is-active:hover {
  border: none;
  width: 58px;
 padding: 75px 6px 87px 5px;
 background-color:none; 
 cursor:pointer;
 background: url("../../img/tab-active-bg.png") repeat left top;
 display:inline-block;
}
.tabs-vertical-sweden .tabs-nav-item.is-active a{background: none;} 


.tabs-vertical-sweden .tabs-nav{
margin-top: 0px;
}

/* line 138, ../../sass/components/tabs.scss */
.tabs-vertical-sweden .tabs-nav-item {
  border: none;
  height: auto;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 81px 6px 95px 5px;/*kartik germany*/ 
  background: url("../../img/tab-item-bg.png") repeat left top;
}


.tabs-vertical-sweden .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-sweden .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-sweden .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}
.tabs-vertical-sweden .tabs-nav-item a{color: #fff;font-weight: normal;font-size: 18px;text-transform:uppercase;}
.tabs-vertical-sweden .tabs-nav-item.is-active a,
.tabs-vertical-sweden .tabs-nav-item.is-active:hover a{color: #000;font-weight:normal;font-size: 18px; font-family:flux-regular;text-transform:uppercase;}/*kartik germany*/

.tabs-vertical-sweden .tabs-nav-item.is-active a,
.tabs-vertical-sweden .tabs-nav-item.is-active:after a{color: #000;font-weight:normal;font-size: 18px; font-family:flux-regular;;text-transform:uppercase;}
/* line 145, ../../sass/components/tabs.scss */
.tabs-vertical-sweden .tabs-content {
  font-family:Arial;
  margin-left: 70px;
  padding:62px 13px;
  border: 0;
  left: -2px;
  top: 0;
  background: url("../../img/bg1.png") no-repeat left top;
}
.tabs-vertical-sweden .richText{padding-top: 15px;margin-top: -59px; font-family:Arial; padding-top:0px;}

.tabs-vertical-sweden .tabs-content p{
 font-family:Arial;
margin-left: 30px;
font-size: 16px;
line-height: 13px;

}
.tabs-vertical-sweden {
margin-left: 35px;
margin-top:20px
}

/************************ Brijesh SWEDEN 12-3-15************************* */
/************************ Brijesh Poland******************************************* */
.tabs-vertical-poland .tabs-nav-item.is-active, .tabs-vertical-poland .tabs-nav-item.is-active a, .tabs-vertical-poland .tabs-nav-item {
line-height: 21px;
}
.tabs-vertical-poland .tabs-nav-item.is-active:after {
content:"";
display: block;
width: 0;
height: 0;
margin-left: 220px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 12px solid #209fae;
top: 70px ! important;
position: relative;
right: 50%;
}
.tabs-vertical-poland .tabs-nav {
    height: auto;
    /*left: 0;*/
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 69px;
}
.tabs-vertical-poland ul.tabs-nav-list, .tabs-vertical-poland.tabs{margin-top:0; height: 600px;}

.tabs-horizontal-poland .tabs-nav-item.is-active,
.tabs-horizontal-poland  .tabs-nav-item.is-active a,
.tabs-horizontal-poland  .tabs-nav-item{
cursor: pointer;
font-family:flux-regular;
line-height: 64px;

}


.tabs-horizontal-poland  .tabs-nav-item.is-active:after {
content: "";
display: block;
width: 0;
height: 0;
margin-left: 220px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 12px solid #209fae;
top: 70px ! important;
right: 50%;
}
.tabs-horizontal-poland .tabs-nav-item.is-active, .tabs-horizontal-poland .tabs-nav-item.is-active:hover {
border-bottom: none;
padding-bottom: 20px;
}
.tabs-horizontal-poland .tabs-nav-item {

line-height: 67px;
font-size: 28px;
height: 50px;
padding: 0px 0 20px;
}

/************************ Brijesh Poland******************************************/
/*++Austria*/
.tabs-horizontal-austria .tabs-nav-item.is-active,
.tabs-horizontal-austria .tabs-nav-item.is-active a,
.tabs-horizontal-austria .tabs-nav-item{
line-height: 28px;
}

.tabs-horizontal-austria .tabs-nav-item.is-active:after {
content: "";
display: block;
width: 0;
height: 0;
margin-left: 220px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 12px solid #209fae;
top: 96px ! important;
position: absolute;
right: 50%;
}
/*--Austria*/
.tabs-nav-item .is-active:before {
border-color: rgba(194, 225, 245, 0);
border-top-color: #209fae;
border-width: 13px;
left: 50%;
margin-left: -13px;
}

.tabs-nav-item .is-active:after, .tabs-nav-item .is-active:before {
top: 100%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}

.tabs-nav-item .is-active:after {
border-color: rgba(136, 183, 213, 0);
border-top-color: #209fae;
border-width: 10px;
left: 50%;
margin-left: -10px;
}

.tabs-vertical-germany .tabs-nav-item.is-active, .tabs-vertical-germany .tabs-nav-item.is-active a, .tabs-vertical-germany .tabs-nav-item {
line-height: 21px;
}
.tabs-vertical-germany .tabs-nav-item.is-active:after {
 border:none; 
}
.tabs-vertical-germany .tabs-nav {
    height: auto;
    /*left: 0;*/
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 69px;
}
.tabs-vertical-germany ul.tabs-nav-list, .tabs-vertical-germany.tabs{margin-top:0; height: 600px;}
/*++Austria*/
.tabs-vertical-austria .tabs-nav-item.is-active, .tabs-vertical-austria .tabs-nav-item.is-active a, .tabs-vertical-austria .tabs-nav-item {
line-height: 27px;
}
.tabs-vertical-austria .tabs-nav-item.is-active:after {
 border:none; 
}
.tabs-vertical-austria .tabs-nav {
    height: auto;
    /*left: 0;*/
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 69px;
}
.tabs-vertical-austria ul.tabs-nav-list, .tabs-vertical-austria.tabs{margin-top:0; height: 600px;}
/*--Austria*/
.tabs-vertical-argentina .tabs-nav-item.is-active, .tabs-vertical-argentina .tabs-nav-item.is-active a, .tabs-vertical-argentina .tabs-nav-item {
line-height: 21px;
}
.tabs-vertical-argentina .tabs-nav-item.is-active:after {
 border:none; 
}
.tabs-vertical-argentina .tabs-nav {
    height: auto;
    /*left: 0;*/
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 69px;
}
.tabs-vertical-argentina ul.tabs-nav-list, .tabs-vertical-argentina.tabs{margin-top:0; height: 600px;}

/*kartik turkey*/

.tabs-vertical-turkey .tabs-nav-item.is-active, .tabs-vertical-turkey .tabs-nav-item.is-active a, .tabs-vertical-turkey .tabs-nav-item {
line-height: 21px;
}
.tabs-vertical-turkey .tabs-nav-item.is-active:after {
 border:none; 
}
.tabs-vertical-turkey .tabs-nav {
    height: auto;
    /*left: 0;*/
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 69px;
}
.tabs-vertical-turkey ul.tabs-nav-list, .tabs-vertical-turkey.tabs{margin-top:0; height: 600px;}
/*Arpit Belgium(French)*/
.tabs-vertical-belgium-french .tabs-nav-item.is-active, .tabs-vertical-belgium-french .tabs-nav-item.is-active a, .tabs-vertical-belgium-french .tabs-nav-item {
line-height: 21px;
}
.tabs-vertical-belgium-french .tabs-nav-item.is-active:after {
 border:none; 
}
.tabs-vertical-belgium-french .tabs-nav {
    height: auto;
    /*left: 0;*/
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 69px;
}
.tabs-vertical-belgium-french ul.tabs-nav-list, .tabs-vertical-belgium-french.tabs{margin-top:0; height: 600px;}
/*Arpit Belgium(French)*/
/* line 75, ../../sass/components/tabs.scss */
.tabs-nav-item:first-child {
  margin-left: 0;
}

/* line 79, ../../sass/components/tabs.scss */
.tabs-nav-item.is-active,
.tabs-nav-item.is-active a{
  cursor: default;
  background: white;
  background: #209fae;
  color: #ffffff;
  font-size:28px;
}



.tabs-nav-item.is-active:after {
content: "";
display: block;
width: 0;
height: 0;
margin-left: 220px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 12px solid #209fae;
top: 82px;
position: absolute;
right: 50%;
}
.effect-of-acid-wear-right-box2{position:relative;}
.tabs-vertical .tabs-nav-item.is-active:after {
 border:none; 
}
.tabs-vertical .tabs-nav {
    height: auto;
    /*left: 0;*/
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 69px;
}
.tabs-vertical ul.tabs-nav-list, .tabs-vertical.tabs{margin-top:0;}



.tabs-vertical-portugal .tabs-nav-item.is-active:after {
 border:none; 
}
.tabs-vertical-portugal .tabs-nav {
    height: auto;
    /*left: 0;*/
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 69px;
}
.tabs-vertical-portugal ul.tabs-nav-list, .tabs-vertical-portugal.tabs{margin-top:0;}

/* ++ Romania Vertical Tab Infosys 29-01-15 SA By Dhivya*/
.tabs-vertical-ro .tabs-nav-item.is-active:after {
 border:none; 
}
.tabs-vertical-ro .tabs-nav {
    height: auto;
    /*left: 0;*/
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 69px;
}
.tabs-vertical-ro ul.tabs-nav-list, .tabs-vertical-ro.tabs{margin-top:0;}

.tabs-vertical-argentina .tabs-nav-item.is-active:after {
 border:none; 
}
.tabs-vertical-argentina .tabs-nav {
    height: auto;
    /*left: 0;*/
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 69px;
}
.tabs-vertical-argentina ul.tabs-nav-list, .tabs-vertical-argentina.tabs{margin-top:0;}
/*kartik turkey*/

.tabs-vertical-turkey .tabs-nav-item.is-active:after {
 border:none; 
}
.tabs-vertical-turkey .tabs-nav {
    height: auto;
    /*left: 0;*/
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 69px;
}
.tabs-vertical-turkey ul.tabs-nav-list, .tabs-vertical-turkey.tabs{margin-top:0;}
/*Arpit Belgium(French)*/
.tabs-vertical-belgium-french .tabs-nav-item.is-active:after {
 border:none; 
}
.tabs-vertical-belgium-french .tabs-nav {
    height: auto;
    /*left: 0;*/
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 69px;
}
.tabs-vertical-belgium-french ul.tabs-nav-list, .tabs-vertical-belgium-french.tabs{margin-top:0;}
/*Arpit Belgium(French)*/ 

/*.tabs-nav-item:after {
content: "";
display: block;
width: 0;
height: 0;
margin-left: 220px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 12px solid #4679BD;
top: 82px;
position: absolute;
left: 0%;
}*/

/* line 86, ../../sass/components/tabs.scss */
.tabs-nav-item.is-active,
.tabs-nav-item.is-active:hover {
  border-bottom: none;
  /*padding-bottom: 9px;*/
}

/* line 92, ../../sass/components/tabs.scss */
.tabs-nav-item:hover {

}

/* line 96, ../../sass/components/tabs.scss */
.tabs-nav-item:hover a {

  text-decoration: none;
}

/* line 101, ../../sass/components/tabs.scss */
.tabs-nav-item.is-active:hover a {

}

/* line 105, ../../sass/components/tabs.scss */
.tabs-nav-item a {
  color: #83aab1;
}

/* line 109, ../../sass/components/tabs.scss */
.tabs-content {
  position: relative;
  z-index: 100;
  top: -2px;
  padding: 13px;
  
 /* background: white; */
}

/* line 118, ../../sass/components/tabs.scss */
.tabs-vertical .tabs-nav {
  height: auto;
  width: 60px;
}

/* line 123, ../../sass/components/tabs.scss */
.tabs-vertical .component-content {
  padding-top: 0;
}

/* line 127, ../../sass/components/tabs.scss */
.tabs-vertical .tabs-nav-list {
  width: 100%;
}

/* line 131, ../../sass/components/tabs.scss */
.tabs-vertical .tabs-nav-item.is-active,
.tabs-vertical .tabs-nav-item.is-active:hover {
  border-bottom: 2px solid;
  border-right: medium;
  padding: 7px 12px 7px 10px;
}

/* line 138, ../../sass/components/tabs.scss */
.tabs-vertical .tabs-nav-item {
  border-width: 2px;
  height: auto;
  margin: 0 0 5px;
  width: 36px;
}

/* line 145, ../../sass/components/tabs.scss */
.tabs-vertical .tabs-content {
  margin-left: 60px;
  left: -2px;
  top: 0;
}

/* added for vertical tab 25 June */
/* line 118, ../../sass/components/tabs.scss */
.tabs-vertical .tabs-nav {
  height: 600px;
  width: 69px;
  /*margin-left: 35px;*/
}

/* line 123, ../../sass/components/tabs.scss */
.tabs-vertical .component-content {
  padding-top: 0;
}

/* line 127, ../../sass/components/tabs.scss */
.tabs-vertical .tabs-nav-list {
  width: 100%;
}

/* line 132, ../../sass/components/tabs.scss */
.tabs-vertical .tabs-nav-item.is-active, 
.tabs-vertical .tabs-nav-item.is-active:hover {
  border: none;
  width: 58px;
 padding: 80px 5px 80px 5px;
 background-color:none; 
 cursor:pointer;
 background: url("../../img/tab-active-bg.png") repeat left top;
}
.tabs-vertical .tabs-nav-item.is-active a{background: none;} 


/* line 138, ../../sass/components/tabs.scss */
.tabs-vertical .tabs-nav-item {
  border: none;
  height: auto;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 80px 5px 80px 5px;
  background: url("../../img/tab-item-bg.png") repeat left top;
}

.tabs-vertical .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}
.tabs-vertical .tabs-nav-item a{color: #fff;font-weight: 500;font-size: 18px;}
.tabs-vertical .tabs-nav-item.is-active a,
.tabs-vertical .tabs-nav-item.is-active:hover a{color: #000;font-weight: 500;font-size: 18px;}
/* line 145, ../../sass/components/tabs.scss */
.tabs-vertical .tabs-content {
  margin-left: 70px;
  padding:0 13px 0 13px;
  border: 0;
  left: -2px;
  top: 0;
  background: url("../../img/bg1.png") no-repeat left top;
}
.tabs-vertical .richText{padding-top: 15px;}

.tabs-vertical .tabs-content p{
margin-left: 30px;
font-size: 16px;
line-height: 12px;
}
.tabs-vertical {
margin-left: 35px;
}

/*Kartik Portugal*/

.tabs-vertical-portugal .tabs-nav {
  height: auto;
  width: 60px;
}

/* line 123, ../../sass/components/tabs.scss */
.tabs-vertical-portugal .component-content {
  padding-top: 0;
}

/* line 127, ../../sass/components/tabs.scss */
.tabs-vertical-portugal .tabs-nav-list {
  width: 100%;
}

/* line 131, ../../sass/components/tabs.scss */
.tabs-vertical-portugal .tabs-nav-item.is-active,
.tabs-vertical-portugal .tabs-nav-item.is-active:hover {
  border-bottom: 2px solid;
  border-right: medium;
  padding: 7px 12px 7px 10px;
}

/* line 138, ../../sass/components/tabs.scss */
.tabs-vertical-portugal .tabs-nav-item {
  border-width: 2px;
  height: auto;
  margin: 0 0 5px;
  width: 36px;
}

/* line 145, ../../sass/components/tabs.scss */
.tabs-vertical-portugal .tabs-content {
  margin-left: 60px;
  left: -2px;
  top: 0;
}

/* added for vertical tab 25 June */
/* line 118, ../../sass/components/tabs.scss */
.tabs-vertical-portugal .tabs-nav {
  height: 600px;
  width: 69px;
  /*margin-left: 35px;*/
}

/* line 123, ../../sass/components/tabs.scss */
.tabs-vertical-portugal .component-content {
  padding-top: 0;
}

/* line 127, ../../sass/components/tabs.scss */
.tabs-vertical-portugal .tabs-nav-list {
  width: 100%;
}

/* line 132, ../../sass/components/tabs.scss */
.tabs-vertical-portugal .tabs-nav-item.is-active, 
.tabs-vertical-portugal .tabs-nav-item.is-active:hover {
  border: none;
  width: 58px;
 padding: 78px 5px 80px 5px;
 background-color:none; 
 cursor:pointer;
 background: url("../../img/tab-active-bg.png") repeat left top;
}
.tabs-vertical-portugal .tabs-nav-item.is-active a{background: none;} 


/* line 138, ../../sass/components/tabs.scss */
.tabs-vertical-portugal .tabs-nav-item {
  border: none;
  height: auto;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 80px 5px 80px 5px;
  background: url("../../img/tab-item-bg.png") repeat left top;
}

.tabs-vertical-portugal .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-portugal .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-portugal .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}
.tabs-vertical-portugal .tabs-nav-item a{color: #fff;font-weight: 500;font-size: 18px;}
.tabs-vertical-portugal .tabs-nav-item.is-active a,
.tabs-vertical-portugal .tabs-nav-item.is-active:hover a{color: #000;font-weight: 500;font-size: 18px;}
/* line 145, ../../sass/components/tabs.scss */
.tabs-vertical-portugal .tabs-content {
  margin-left: 70px;
  padding:0 13px 0 13px;
  border: 0;
  left: -2px;
  top: 0;
  background: url("../../img/bg1.png") no-repeat left top;
}
.tabs-vertical-portugal .richText{padding-top: 15px;}

.tabs-vertical-portugal .tabs-content p{
margin-left: 30px;
font-size: 16px;
line-height: 12px;
}
.tabs-vertical-portugal {
margin-left: 35px;
}
/* ++ Romania Vertical Tab Infosys 29-01-15 SA By Dhivya*/

.tabs-vertical-ro .tabs-nav {
  height: auto;
  width: 60px;
}

/* line 123, ../../sass/components/tabs.scss */
.tabs-vertical-ro .component-content {
  padding-top: 0;
}

/* line 127, ../../sass/components/tabs.scss */
.tabs-vertical-ro .tabs-nav-list {
  width: 100%;
}

/* line 131, ../../sass/components/tabs.scss */
.tabs-vertical-ro .tabs-nav-item.is-active,
.tabs-vertical-ro .tabs-nav-item.is-active:hover {
  border-bottom: 2px solid;
  border-right: medium;
  padding: 7px 12px 7px 10px;
}

/* line 138, ../../sass/components/tabs.scss */
.tabs-vertical-ro .tabs-nav-item {
  border-width: 2px;
  height: auto;
  margin: 0 0 5px;
  width: 36px;
}

/* line 145, ../../sass/components/tabs.scss */
.tabs-vertical-ro .tabs-content {
  margin-left: 60px;
  left: -2px;
  top: 0;
}

/* added for vertical tab 25 June */
/* line 118, ../../sass/components/tabs.scss */
.tabs-vertical-ro .tabs-nav {
  height: 600px;
  width: 69px;
  /*margin-left: 35px;*/
}

/* line 123, ../../sass/components/tabs.scss */
.tabs-vertical-ro .component-content {
  padding-top: 0;
}

/* line 127, ../../sass/components/tabs.scss */
.tabs-vertical-ro .tabs-nav-list {
  width: 100%;
}

/* line 132, ../../sass/components/tabs.scss */
.tabs-vertical-ro .tabs-nav-item.is-active, 
.tabs-vertical-ro .tabs-nav-item.is-active:hover {
  border: none;
  width: 58px;
 padding: 80px 5px 80px 5px;
 background-color:none; 
 cursor:pointer;
 background: url("../../img/tab-active-bg.png") repeat left top;
}
.tabs-vertical-ro .tabs-nav-item.is-active a{background: none;} 


/* line 138, ../../sass/components/tabs.scss */
.tabs-vertical-ro .tabs-nav-item {
  border: none;
  height: auto;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 80px 5px 80px 5px;
  background: url("../../img/tab-item-bg.png") repeat left top;
}

.tabs-vertical-ro .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-ro .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-ro .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}
.tabs-vertical-ro .tabs-nav-item a{color: #fff;font-weight: 500;font-size: 18px;}
.tabs-vertical-ro .tabs-nav-item.is-active a,
.tabs-vertical-ro .tabs-nav-item.is-active:hover a{color: #000;font-weight: 500;font-size: 16px; font-family: Arial;}
/* line 145, ../../sass/components/tabs.scss */
.tabs-vertical-ro .tabs-content {
  margin-left: 70px;
  padding:0 13px 0 13px;
  border: 0;
  left: -2px;
  top: 0;
  background: url("../../img/bg1.png") no-repeat left top;
}
.tabs-vertical-ro .richText{padding-top: 15px;}

.tabs-vertical-ro .tabs-content p{
margin-left: 30px;
font-size: 15px;
line-height: 12px;
}
.tabs-vertical-ro {
margin-left: 35px;
}
/****************end***************************/
/*end*/
/************************ Brijesh Poland********************************** */
.tabs-vertical-poland .tabs-nav {
  height: auto;
  width: 60px;
}

/* line 123, ../../sass/components/tabs.scss */
.tabs-vertical-poland .component-content {
  padding-top: 0;
}

/* line 127, ../../sass/components/tabs.scss */
.tabs-vertical-poland .tabs-nav-list {
  width: 104%;
}

/* line 131, ../../sass/components/tabs.scss */
.tabs-vertical-poland .tabs-nav-item.is-active,
.tabs-vertical-poland.tabs-nav-item.is-active:hover {
  border-bottom: 2px solid;
  border-right: medium;

}

/* line 138, ../../sass/components/tabs.scss */
.tabs-vertical-poland .tabs-nav-item {
  border-width: 2px;
  height: auto;
  margin: 0 0 5px;
  width: 36px;
}

/* line 145, ../../sass/components/tabs.scss */
.tabs-vertical-poland .tabs-content {
  margin-left: 60px;
  left: -2px;
  top: 0;
}

/* added for vertical tab 25 June */
/* line 118, ../../sass/components/tabs.scss */
.tabs-vertical-poland .tabs-nav {
  height: 600px;
  width: 69px;
  /*margin-left: 35px;*/
}

/* line 123, ../../sass/components/tabs.scss */
.tabs-vertical-poland .component-content {
  padding-top: 0;
}

/* line 127, ../../sass/components/tabs.scss */
.tabs-vertical-poland .tabs-nav-list {
  width: 100%;
}

/* line 132, ../../sass/components/tabs.scss */
.tabs-vertical-poland .tabs-nav-item.is-active, 
.tabs-vertical-poland .tabs-nav-item.is-active:hover {
  border: none;
  width: 58px;
 padding: 73px 6px 49px 5px;
 background-color:none; 
 cursor:pointer;
 background: url("../../img/tab-active-bg.png") repeat left top;
 display:inline-block;
}
.tabs-vertical-poland .tabs-nav-item.is-active a{background: none;} 


.tabs-vertical-poland .tabs-nav{
margin-top: 0px;
}

/* line 138, ../../sass/components/tabs.scss */
.tabs-vertical-poland .tabs-nav-item {
  border: none;
  height: auto;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 61px 6px 68px 5px;/*kartik germany*/ 
  background: url("../../img/tab-item-bg.png") repeat left top;
}


.tabs-vertical-poland .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-poland .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-poland .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}
.tabs-vertical-poland .tabs-nav-item a{color: #fff;font-weight: normal;font-size: 18px;text-transform:uppercase;}
.tabs-vertical-poland .tabs-nav-item.is-active a,
.tabs-vertical-poland .tabs-nav-item.is-active:hover a{color: #000;font-weight:normal;font-size: 18px; font-family:flux-regular;text-transform:uppercase;}/*kartik germany*/

.tabs-vertical-poland .tabs-nav-item.is-active a,
.tabs-vertical-poland .tabs-nav-item.is-active:after a{color: #000;font-weight:normal;font-size: 18px; font-family:flux-regular;;text-transform:uppercase;}
/* line 145, ../../sass/components/tabs.scss */
.tabs-vertical-poland .tabs-content {
  font-family:Arial;
  margin-left: 70px;
  padding:62px 13px;
  border: 0;
  left: -2px;
  top: 0;
  background: url("../../img/bg1.png") no-repeat left top;
}
.tabs-vertical-poland .richText{padding-top: 15px;margin-top: -59px; font-family:Arial; padding-top:0px;}

.tabs-vertical-poland .tabs-content p{
 font-family:Arial;
margin-left: 30px;
font-size: 18px;
line-height: 13px;

}
.tabs-vertical-poland {
margin-left: 35px;
margin-top:20px
}
/************************ Brijesh Poland****************** */

/*++kartik germany*/
.tabs-vertical-germany .tabs-nav {
  height: auto;
  width: 60px;
}

/* line 123, ../../sass/components/tabs.scss */
.tabs-vertical-germany .component-content {
  padding-top: 0;
}

/* line 127, ../../sass/components/tabs.scss */
.tabs-vertical-germany .tabs-nav-list {
  width: 104%;
}

/* line 131, ../../sass/components/tabs.scss */
.tabs-vertical-germany .tabs-nav-item.is-active,
.tabs-vertical-germany.tabs-nav-item.is-active:hover {
  border-bottom: 2px solid;
  border-right: medium;

}

/* line 138, ../../sass/components/tabs.scss */
.tabs-vertical-germany .tabs-nav-item {
  border-width: 2px;
  height: auto;
  margin: 0 0 5px;
  width: 36px;
}

/* line 145, ../../sass/components/tabs.scss */
.tabs-vertical-germany .tabs-content {
  margin-left: 60px;
  left: -2px;
  top: 0;
}

/* added for vertical tab 25 June */
/* line 118, ../../sass/components/tabs.scss */
.tabs-vertical-germany .tabs-nav {
  height: 600px;
  width: 69px;
  /*margin-left: 35px;*/
}

/* line 123, ../../sass/components/tabs.scss */
.tabs-vertical-germany .component-content {
  padding-top: 0;
}

/* line 127, ../../sass/components/tabs.scss */
.tabs-vertical-germany .tabs-nav-list {
  width: 100%;
}

/* line 132, ../../sass/components/tabs.scss */
.tabs-vertical-germany .tabs-nav-item.is-active, 
.tabs-vertical-germany .tabs-nav-item.is-active:hover {
  border: none;
  width: 58px;
 padding: 85px 6px 65px 5px;/*kartik germany*/ 
 background-color:none; 
 cursor:pointer;
 background: url("../../img/tab-active-bg.png") repeat left top;
}
.tabs-vertical-germany .tabs-nav-item.is-active a{background: none;} 


.tabs-vertical-germany .tabs-nav{
margin-top: 0px;
}

/* line 138, ../../sass/components/tabs.scss */
.tabs-vertical-germany .tabs-nav-item {
  border: none;
  height: auto;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 85px 6px 65px 5px;/*kartik germany*/ 
  background: url("../../img/tab-item-bg.png") repeat left top;
}


.tabs-vertical-germany .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-germany .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-germany .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}
.tabs-vertical-germany .tabs-nav-item a{color: #fff;font-weight: normal;font-size: 14px;}
.tabs-vertical-germany .tabs-nav-item.is-active a,
.tabs-vertical-germany.tabs-nav-item.is-active:hover a{color: #000;font-weight:normal;font-size: 14px; font-family:Flux-bold;}/*kartik germany*/
/* line 145, ../../sass/components/tabs.scss */
.tabs-vertical-germany .tabs-content {
  margin-left: 70px;
  padding:62px 13px;/*kartik vertical*/
  border: 0;
  left: -2px;
  top: 0;
  background: url("../../img/bg1.png") no-repeat left top;
}
.tabs-vertical-germany .richText{padding-top: 15px;margin-top: -59px; font-family:Flux-regular; }

.tabs-vertical-germany .tabs-content p{
margin-left: 30px;
font-size: 18px;
line-height: 13px;
}
.tabs-vertical-germany {
margin-left: 35px;
margin-top:20px
}
/*--kartik germany*/

/*++Arpit Austria*/
.tabs-vertical-austria .tabs-nav {
  height: auto;
  width: 60px;
}

/* line 123, ../../sass/components/tabs.scss */
.tabs-vertical-austria .component-content {
  padding-top: 0;
}

/* line 127, ../../sass/components/tabs.scss */
.tabs-vertical-austria .tabs-nav-list {
  width: 104%;
}

/* line 131, ../../sass/components/tabs.scss */
.tabs-vertical-austria .tabs-nav-item.is-active,
.tabs-vertical-austria.tabs-nav-item.is-active:hover {
  border-bottom: 2px solid;
  border-right: medium;

}

/* line 138, ../../sass/components/tabs.scss */
.tabs-vertical-austria .tabs-nav-item {
  border-width: 2px;
  height: auto;
  margin: 0 0 5px;
  width: 36px;
}

/* line 145, ../../sass/components/tabs.scss */
.tabs-vertical-austria .tabs-content {
  margin-left: 60px;
  left: -2px;
  top: 0;
}

/* added for vertical tab 25 June */
/* line 118, ../../sass/components/tabs.scss */
.tabs-vertical-austria .tabs-nav {
  height: 600px;
  width: 69px;
  /*margin-left: 35px;*/
}

/* line 123, ../../sass/components/tabs.scss */
.tabs-vertical-austria .component-content {
  padding-top: 0;
}

/* line 127, ../../sass/components/tabs.scss */
.tabs-vertical-austria .tabs-nav-list {
  width: 100%;
}

/* line 132, ../../sass/components/tabs.scss */
.tabs-vertical-austria .tabs-nav-item.is-active, 
.tabs-vertical-austria .tabs-nav-item.is-active:hover {
  border: none;
  width: 58px;
 padding: 70px 6px 65px 5px;/*kartik germany*/ 
 background-color:none; 
 cursor:pointer;
 background: url("../../img/tab-active-bg.png") repeat left top;
}
.tabs-vertical-austria .tabs-nav-item.is-active a{background: none;} 


.tabs-vertical-austria .tabs-nav{
margin-top: 0px;
}

/* line 138, ../../sass/components/tabs.scss */
.tabs-vertical-austria .tabs-nav-item {
  border: none;
  height: auto;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 73px 6px 65px 5px;/*kartik germany*/ 
  background: url("../../img/tab-item-bg.png") repeat left top;
}


.tabs-vertical-austria .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-austria .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-austria .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}
.tabs-vertical-austria .tabs-nav-item a{color: #fff;font-weight: normal;font-size: 14px;}
.tabs-vertical-austria .tabs-nav-item.is-active a,
.tabs-vertical-austria.tabs-nav-item.is-active:hover a{color: #000;font-weight:normal;font-size: 14px; font-family:Flux-bold;}/*kartik germany*/
/* line 145, ../../sass/components/tabs.scss */
.tabs-vertical-austria .tabs-content {
  margin-left: 70px;
  padding:62px 13px;
  border: 0;
  left: -2px;
  top: 0;
  background: url("../../img/bg1.png") no-repeat left top;
}
.tabs-vertical-austria .richText{padding-top: 15px;margin-top: -59px; font-family:Flux-regular; }

.tabs-vertical-austria .tabs-content p{
margin-left: 22px;
font-size: 18px;
line-height: 13px;
}
.tabs-vertical-austria {
margin-left: 35px;
margin-top:20px
}
/*--Arpit Austria*/
.tabs-vertical-argentina .tabs-nav {
  height: auto;
  width: 60px;
}

/* line 123, ../../sass/components/tabs.scss */
.tabs-vertical-argentina .component-content {
  padding-top: 0;
}

/* line 127, ../../sass/components/tabs.scss */
.tabs-vertical-argentina .tabs-nav-list {
  width: 104%;
}

/* line 131, ../../sass/components/tabs.scss */
.tabs-vertical-argentina .tabs-nav-item.is-active,
.tabs-vertical-argentina.tabs-nav-item.is-active:hover {
  border-bottom: 2px solid;
  border-right: medium;

}

/* line 138, ../../sass/components/tabs.scss */
.tabs-vertical-argentina .tabs-nav-item {
  border-width: 2px;
  height: auto;
  margin: 0 0 5px;
  width: 36px;
}

/* line 145, ../../sass/components/tabs.scss */
.tabs-vertical-argentina .tabs-content {
  margin-left: 60px;
  left: -2px;
  top: 0;
}

/* added for vertical tab 25 June */
/* line 118, ../../sass/components/tabs.scss */
.tabs-vertical-argentina .tabs-nav {
  height: 600px;
  width: 69px;
  /*margin-left: 35px;*/
}

/* line 123, ../../sass/components/tabs.scss */
.tabs-vertical-argentina .component-content {
  padding-top: 0;
}

/* line 127, ../../sass/components/tabs.scss */
.tabs-vertical-argentina .tabs-nav-list {
  width: 100%;
}

/* line 132, ../../sass/components/tabs.scss */
.tabs-vertical-argentina .tabs-nav-item.is-active, 
.tabs-vertical-argentina .tabs-nav-item.is-active:hover {
  border: none;
  width: 58px;
 padding: 85px 6px 64px 5px;/*kartik germany*/ 
 background-color:none; 
 cursor:pointer;
 background: url("../../img/tab-active-bg.png") repeat left top;
 line-height:24px;
 display:inline-block;
}
.tabs-vertical-argentina .tabs-nav-item.is-active a{background: none;} 


.tabs-vertical-argentina .tabs-nav{
margin-top: 0px;
}

/* line 138, ../../sass/components/tabs.scss */
.tabs-vertical-argentina .tabs-nav-item {
  border: none;
  height: auto;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 83px 6px 65px 5px;/*kartik germany*/ 
  background: url("../../img/tab-item-bg.png") repeat left top;
  line-height:24px;
 display:inline-block;
}


.tabs-vertical-argentina .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-argentina .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-argentina .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}
.tabs-vertical-argentina .tabs-nav-item a{color: #fff;font-weight: normal;font-size: 20px;text-transform:uppercase;}
.tabs-vertical-argentina .tabs-nav-item.is-active a,
.tabs-vertical-argentina.tabs-nav-item.is-active:hover a{color: #000;font-weight:normal;font-size: 20px; font-family:Flux-bold;text-transform:uppercase;}/*kartik germany*/
/* line 145, ../../sass/components/tabs.scss */
.tabs-vertical-argentina .tabs-content {
  margin-left: 70px;
  padding:62px 13px;/*kartik vertical*/
  border: 0;
  left: -2px;
  top: 0;
  background: url("../../img/bg1.png") no-repeat left top;
}
.tabs-vertical-argentina .richText{padding-top: 15px;margin-top: -59px; font-family:Flux-Regular; }

.tabs-vertical-argentina .tabs-content p{
margin-left: 30px;
font-size: 20px;
line-height: 10px;
}
.tabs-vertical-argentina {
margin-left: 35px;
margin-top:20px
}

/*kartik turkey*/

.tabs-vertical-turkey .tabs-nav {
  height: auto;
  width: 60px;
}

/* line 123, ../../sass/components/tabs.scss */
.tabs-vertical-turkey .component-content {
  padding-top: 0;
}

/* line 127, ../../sass/components/tabs.scss */
.tabs-vertical-turkey .tabs-nav-list {
  width: 104%;
}

/* line 131, ../../sass/components/tabs.scss */
.tabs-vertical-turkey .tabs-nav-item.is-active,
.tabs-vertical-turkey.tabs-nav-item.is-active:hover {
  border-bottom: 2px solid;
  border-right: medium;

}

/* line 138, ../../sass/components/tabs.scss */
.tabs-vertical-turkey .tabs-nav-item {
  border-width: 2px;
  height: auto;
  margin: 0 0 5px;
  width: 36px;
}

/* line 145, ../../sass/components/tabs.scss */
.tabs-vertical-turkey .tabs-content {
  margin-left: 60px;
  left: -2px;
  top: 0;
}

/* added for vertical tab 25 June */
/* line 118, ../../sass/components/tabs.scss */
.tabs-vertical-turkey .tabs-nav {
  height: 600px;
  width: 69px;
  /*margin-left: 35px;*/
}

/* line 123, ../../sass/components/tabs.scss */
.tabs-vertical-turkey .component-content {
  padding-top: 0;
}

/* line 127, ../../sass/components/tabs.scss */
.tabs-vertical-turkey .tabs-nav-list {
  width: 100%;
}

/* line 132, ../../sass/components/tabs.scss */
.tabs-vertical-turkey .tabs-nav-item.is-active, 
.tabs-vertical-turkey .tabs-nav-item.is-active:hover {
  border: none;
  width: 58px;
 padding: 89px 6px 87px 5px;/*kartik turkey*/ 
 background-color:none; 
 cursor:pointer;
 background: url("../../img/tab-active-bg.png") repeat left top;
 line-height:24px;
 display:inline-block;
}
.tabs-vertical-turkey .tabs-nav-item.is-active a{background: none;} 


.tabs-vertical-turkey .tabs-nav{
margin-top: 0px;
}

/* line 138, ../../sass/components/tabs.scss */
.tabs-vertical-turkey .tabs-nav-item {
  border: none;
  height: auto;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 88px 6px 87px 5px;/*kartik germany*/ 
  background: url("../../img/tab-item-bg.png") repeat left top;
  line-height:24px;
 display:inline-block;
}


.tabs-vertical-turkey .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-turkey .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-turkey .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}
.tabs-vertical-turkey .tabs-nav-item a{color: #fff;font-weight: normal;font-size: 20px;text-transform:uppercase;}
.tabs-vertical-turkey .tabs-nav-item.is-active a,
.tabs-vertical-turkey.tabs-nav-item.is-active:hover a{color: #000;font-weight:normal;font-size: 20px; font-family:Flux-bold;text-transform:uppercase;}/*kartik germany*/
/* line 145, ../../sass/components/tabs.scss */
.tabs-vertical-turkey .tabs-content {
  margin-left: 70px;
  padding:62px 13px;/*kartik vertical*/
  border: 0;
  left: -2px;
  top: 0;
  background: url("../../img/bg1.png") no-repeat left top;
}
.tabs-vertical-turkey .richText{padding-top: 15px;margin-top: -59px; font-family:Flux-Regular; }

.tabs-vertical-turkey .tabs-content p{
margin-left: 30px;
font-size: 20px;
line-height: 10px;
}
.tabs-vertical-turkey {
margin-left: 35px;
margin-top:20px
}
/*Arpit Belgium(French)*/
.tabs-vertical-belgium-french .tabs-nav {
  height: auto;
  width: 60px;
}

/* line 123, ../../sass/components/tabs.scss */
.tabs-vertical-belgium-french .component-content {
  padding-top: 0;
}

/* line 127, ../../sass/components/tabs.scss */
.tabs-vertical-belgium-french .tabs-nav-list {
  width: 104%;
}

/* line 131, ../../sass/components/tabs.scss */
.tabs-vertical-belgium-french .tabs-nav-item.is-active,
.tabs-vertical-belgium-french.tabs-nav-item.is-active:hover {
  border-bottom: 2px solid;
  border-right: medium;

}

/* line 138, ../../sass/components/tabs.scss */
.tabs-vertical-belgium-french .tabs-nav-item {
  border-width: 2px;
  height: auto;
  margin: 0 0 5px;
  width: 36px;
}

/* line 145, ../../sass/components/tabs.scss */
.tabs-vertical-belgium-french .tabs-content {
  margin-left: 60px;
  left: -2px;
  top: 0;
}

/* added for vertical tab 25 June */
/* line 118, ../../sass/components/tabs.scss */
.tabs-vertical-belgium-french .tabs-nav {
  height: 600px;
  width: 69px;
  /*margin-left: 35px;*/
}

/* line 123, ../../sass/components/tabs.scss */
.tabs-vertical-belgium-french .component-content {
  padding-top: 0;
}

/* line 127, ../../sass/components/tabs.scss */
.tabs-vertical-belgium-french .tabs-nav-list {
  width: 100%;
}

/* line 132, ../../sass/components/tabs.scss */
.tabs-vertical-belgium-french .tabs-nav-item.is-active, 
.tabs-vertical-belgium-french .tabs-nav-item.is-active:hover {
  border: none;
  width: 58px;
 padding: 89px 6px 87px 5px;/*kartik turkey*/ 
 background-color:none; 
 cursor:pointer;
 background: url("../../img/tab-active-bg.png") repeat left top;
 line-height:24px;
 display:inline-block;
}
.tabs-vertical-belgium-french .tabs-nav-item.is-active a{background: none;} 


.tabs-vertical-belgium-french .tabs-nav{
margin-top: 0px;
}

/* line 138, ../../sass/components/tabs.scss */
.tabs-vertical-belgium-french .tabs-nav-item {
  border: none;
  height: auto;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 88px 6px 87px 5px;/*kartik germany*/ 
  background: url("../../img/tab-item-bg.png") repeat left top;
  line-height:24px;
 display:inline-block;
}


.tabs-vertical-belgium-french .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-belgium-french .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-belgium-french .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}
.tabs-vertical-belgium-french .tabs-nav-item a{color: #fff;font-weight: normal;font-size: 20px;text-transform:uppercase;}
.tabs-vertical-belgium-french .tabs-nav-item.is-active a,
.tabs-vertical-belgium-french.tabs-nav-item.is-active:hover a{color: #000;font-weight:normal;font-size: 20px; font-family:Flux-bold;text-transform:uppercase;}/*kartik germany*/
/* line 145, ../../sass/components/tabs.scss */
.tabs-vertical-belgium-french .tabs-content {
  margin-left: 70px;
  padding:62px 13px;/*kartik vertical*/
  border: 0;
  left: -2px;
  top: 0;
  background: url("../../img/bg1.png") no-repeat left top;
}
.tabs-vertical-belgium-french .richText{padding-top: 15px;margin-top: -59px; font-family:Flux-Regular; }

.tabs-vertical-belgium-french .tabs-content p{
margin-left: 30px;
font-size: 20px;
line-height: 10px;
}
.tabs-vertical-belgium-french {
margin-left: 35px;
margin-top:20px
}

/*Arpit Belgium(French)*/
@media all and (max-width: 960px) and (min-width: 768px){
.tabs{
width:95%;
margin-left:auto;
margin-right:auto;
}
/*++Austria*/
/*austria*/
.tabs-horizontal-austria .tabs-nav-item.is-active:after {
content: "";
display: block;
width: 0;
height: 0;
margin-left: 220px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
/*border-top: 12px solid #209fae;*/
top: 114px ! important;
position: absolute;
right: 46%;
}
.tabs-horizontal-austria .tabs-nav-item.is-active, .tabs-horizontal-austria .tabs-nav-item.is-active a {
font-size: 29px;
line-height: 31px; /*Arpit Austria*/
}
.tabs-horizontal-austria .tabs-nav-item.is-active, .tabs-horizontal-austria .tabs-nav-item.is-active:hover {
border-bottom: none;
padding-bottom: 44px;
}
.tabs-horizontal-austria .tabs-nav-item {
line-height: 31px; /*Arpit Austria*/
font-size: 28px;
height: 50px;
padding: 20px 0 44px;
}
/*++Arpit Austria*/
.tabs-vertical-austria .tabs-nav {
  height: auto;
  width: 60px;
}

/* line 123, ../../sass/components/tabs.scss */
.tabs-vertical-austria .component-content {
  padding-top: 0;
}

/* line 127, ../../sass/components/tabs.scss */
.tabs-vertical-austria .tabs-nav-list {
  width: 104%;
}

/* line 131, ../../sass/components/tabs.scss */
.tabs-vertical-austria .tabs-nav-item.is-active,
.tabs-vertical-austria.tabs-nav-item.is-active:hover {
  border-bottom: 2px solid;
  border-right: medium;

}

/* line 138, ../../sass/components/tabs.scss */
.tabs-vertical-austria .tabs-nav-item {
  border-width: 2px;
  height: auto;
  margin: 0 0 5px;
  width: 36px;
}

/* line 145, ../../sass/components/tabs.scss */
.tabs-vertical-austria .tabs-content {
  margin-left: 60px;
  left: -2px;
  top: 0;
}

/* added for vertical tab 25 June */
/* line 118, ../../sass/components/tabs.scss */
.tabs-vertical-austria .tabs-nav {
  height: 600px;
  width: 69px;
  /*margin-left: 35px;*/
}

/* line 123, ../../sass/components/tabs.scss */
.tabs-vertical-austria .component-content {
  padding-top: 0;
}

/* line 127, ../../sass/components/tabs.scss */
.tabs-vertical-austria .tabs-nav-list {
  width: 100%;
}

/* line 132, ../../sass/components/tabs.scss */
.tabs-vertical-austria .tabs-nav-item.is-active, 
.tabs-vertical-austria .tabs-nav-item.is-active:hover {
  border: none;
  width: 58px;
 padding: 73px 6px 65px 5px;/*kartik germany*/ 
 background-color:none; 
 cursor:pointer;
 background: url("../../img/tab-active-bg.png") repeat left top;
}
.tabs-vertical-austria .tabs-nav-item.is-active a{background: none;} 


.tabs-vertical-austria .tabs-nav{
margin-top: 0px;
}
/* line 138, ../../sass/components/tabs.scss */
.tabs-vertical-austria .tabs-nav-item {
  border: none;
  height: 61px;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 71px 6px 68px 5px;/*kartik germany*/ 
  background: url("../../img/tab-item-bg.png") repeat left top;
}


.tabs-vertical-austria .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-austria .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-austria .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}
.tabs-vertical-austria .tabs-nav-item a{color: #fff;font-weight: normal;font-size: 14px;}
.tabs-vertical-austria .tabs-nav-item.is-active a,
.tabs-vertical-austria.tabs-nav-item.is-active:hover a{color: #000;font-weight:normal;font-size: 14px; font-family:Flux-bold;}/*kartik germany*/
/* line 145, ../../sass/components/tabs.scss */
.tabs-vertical-austria .tabs-content {
  margin-left: 70px;
  padding:62px 13px;
  border: 0;
  left: -2px;
  top: 0;
  background: url("../../img/bg1.png") no-repeat left top;
}
.tabs-vertical-austria .richText{padding-top: 15px;margin-top: -59px; font-family:Flux-regular; }

.tabs-vertical-austria .tabs-content p{
margin-left: 30px;
font-size: 18px;
line-height: 13px;
}
.tabs-vertical-austria {
margin-left: 35px;
margin-top:20px
}
/*--Arpit Austria*/
.france-horizontal-tab  .tabs-nav-item.is-active:after {
content: "";
display: block;
width: 0;
height: 0;
margin-left: 220px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 12px solid #209fae;
top: 80px ! important;

right: 50%;
}
.france-horizontal-tab .tabs-nav-item.is-active, .france-horizontal-tab .tabs-nav-item.is-active a {
font-size: 28px;
line-height:29px;
}
.france-horizontal-tab .tabs-nav-item.is-active, .france-horizontal-tab .tabs-nav-item.is-active:hover {
border-bottom: none;
padding-bottom: 10px;
}
.france-horizontal-tab .tabs-nav-item {
line-height: 28px;
font-size: 28px;
height: 50px;
padding: 20px 0 10px;
}
.france-horizontal-tab .tabs-nav-item  a{
line-height: 28px;
font-size: 28px;
height: 50px;
padding: -5px 0 10px;

}
.france-horizontal-tab .tabs-nav-item.is-active{
line-height: 28px;
font-size: 28px;
height: 50px;
padding: 20px 0 10px;
}
/************************ Brijesh france****************** */
/************************************* Kinjal Netherlands*******************/
.netherlands-horizontal-tab  .tabs-nav-item.is-active:after {
content: "";
display: block;
width: 0;
height: 0;
margin-left: 220px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 12px solid #209fae;
top: 80px ! important;

right: 50%;
}
.netherlands-horizontal-tab .tabs-nav-item.is-active, .netherlands-horizontal-tab .tabs-nav-item.is-active a {
font-size: 28px;
line-height:29px;
}
.netherlands-horizontal-tab .tabs-nav-item.is-active, .netherlands-horizontal-tab .tabs-nav-item.is-active:hover {
border-bottom: none;
padding-bottom: 10px;
}
.netherlands-horizontal-tab .tabs-nav-item {
line-height: 28px;
font-size: 28px;
height: 50px;
padding: 20px 0 10px;
}
.netherlands-horizontal-tab .tabs-nav-item  a{
line-height: 28px;
font-size: 28px;
height: 50px;
padding: -5px 0 10px;

}
.netherlands-horizontal-tab .tabs-nav-item.is-active{
line-height: 28px;
font-size: 28px;
height: 50px;
padding: 20px 0 10px;
}
/************************ Kinjal Netherlands************************************ */
/************************************* Kinjal belgium-dutch*******************/
.belgium-dutch-horizontal-tab  .tabs-nav-item.is-active:after {
content: "";
display: block;
width: 0;
height: 0;
margin-left: 220px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 12px solid #209fae;
top: 80px ! important;

right: 50%;
}
.belgium-dutch-horizontal-tab .tabs-nav-item.is-active, .belgium-dutch-horizontal-tab .tabs-nav-item.is-active a {
font-size: 28px;
line-height:29px;
}
.belgium-dutch-horizontal-tab .tabs-nav-item.is-active, .belgium-dutch-horizontal-tab .tabs-nav-item.is-active:hover {
border-bottom: none;
padding-bottom: 10px;
}
.belgium-dutch-horizontal-tab .tabs-nav-item {
line-height: 28px;
font-size: 28px;
height: 50px;
padding: 20px 0 10px;
}
.belgium-dutch-horizontal-tab .tabs-nav-item  a{
line-height: 28px;
font-size: 28px;
height: 50px;
padding: -5px 0 10px;

}
.belgium-dutch-horizontal-tab .tabs-nav-item.is-active{
line-height: 28px;
font-size: 28px;
height: 50px;
padding: 20px 0 10px;
}
/************************ Kinjal Belgium Dutch*********************************** */
/*--Arpit Bulgaria*/
.bulgaria-horizontal-tab  .tabs-nav-item.is-active:after {
content: "";
display: block;
width: 0;
height: 0;
margin-left: 220px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 12px solid #209fae;
top: 80px ! important;

right: 50%;
}
.bulgaria-horizontal-tab .tabs-nav-item.is-active, .bulgaria-horizontal-tab .tabs-nav-item.is-active a {
font-size: 28px;
line-height:29px;
}
.bulgaria-horizontal-tab .tabs-nav-item.is-active, .bulgaria-horizontal-tab .tabs-nav-item.is-active:hover {
border-bottom: none;
padding-bottom: 10px;
}
.bulgaria-horizontal-tab .tabs-nav-item {
line-height: 28px;
font-size: 28px;
height: 50px;
padding: 20px 0 10px;
}
.bulgaria-horizontal-tab .tabs-nav-item  a{
line-height: 28px;
font-size: 28px;
height: 50px;
padding: -5px 0 10px;

}
.bulgaria-horizontal-tab .tabs-nav-item.is-active{
line-height: 28px;
font-size: 28px;
height: 50px;
padding: 20px 0 10px;
}
/***********************Arpit bulgaria****************** */
.tabs-horizontal-poland  .tabs-nav-item.is-active:after {
content: "";
display: block;
width: 0;
height: 0;
margin-left: 220px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 12px solid #209fae;
top: 80px ! important;

right: 50%;
}
.tabs-horizontal-poland .tabs-nav-item.is-active, .tabs-horizontal-poland .tabs-nav-item.is-active a {
font-size: 28px;
line-height:29px;
}
.tabs-horizontal-poland .tabs-nav-item.is-active, .tabs-horizontal-poland .tabs-nav-item.is-active:hover {
border-bottom: none;
padding-bottom: 10px;
}
.tabs-horizontal-poland .tabs-nav-item {
line-height: 28px;
font-size: 28px;
height: 50px;
padding: 20px 0 10px;
}
.tabs-horizontal-poland .tabs-nav-item  a{
line-height: 28px;
font-size: 28px;
height: 50px;
padding: -5px 0 10px;

}
.tabs-horizontal-poland .tabs-nav-item.is-active{
line-height: 28px;
font-size: 28px;
height: 50px;
padding: 20px 0 10px;
}
/************************ Brijesh Poland****************** */

/************************ Brijesh Poland****************** */
.tabs-vertical-poland .tabs-nav-item.is-active, .tabs-vertical-poland .tabs-nav-item.is-active a, .tabs-vertical-poland .tabs-nav-item {
line-height: 21px;
}
.tabs-vertical-poland .tabs-nav-item.is-active:after {
content:"";
display: block;
width: 0;
height: 0;
margin-left: 220px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 12px solid #209fae;
top: 70px ! important;
position: relative;
right: 50%;
}
.tabs-vertical-poland .tabs-nav {
    height: auto;
    /*left: 0;*/
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 69px;
}
.tabs-vertical-poland .tabs-nav {
  height: auto;
  width: 60px;
}

/* line 123, ../../sass/components/tabs.scss */
.tabs-vertical-poland .component-content {
  padding-top: 0;
}

/* line 127, ../../sass/components/tabs.scss */
.tabs-vertical-poland .tabs-nav-list {
  width: 104%;
}

/* line 131, ../../sass/components/tabs.scss */
.tabs-vertical-poland .tabs-nav-item.is-active,
.tabs-vertical-poland.tabs-nav-item.is-active:hover {
  border-bottom: 2px solid;
  border-right: medium;

}

/* line 138, ../../sass/components/tabs.scss */
.tabs-vertical-poland .tabs-nav-item {
  border-width: 2px;
  height: auto;
  margin: 0 0 5px;
  width: 36px;
}

/* line 145, ../../sass/components/tabs.scss */
.tabs-vertical-poland .tabs-content {
  margin-left: 60px;
  left: -2px;
  top: 0;
}

/* added for vertical tab 25 June */
/* line 118, ../../sass/components/tabs.scss */
.tabs-vertical-poland .tabs-nav {
  height: 600px;
  width: 69px;
  /*margin-left: 35px;*/
}

/* line 123, ../../sass/components/tabs.scss */
.tabs-vertical-poland .component-content {
  padding-top: 0;
}

/* line 127, ../../sass/components/tabs.scss */
.tabs-vertical-poland .tabs-nav-list {
  width: 100%;
}

/* line 132, ../../sass/components/tabs.scss */
.tabs-vertical-poland .tabs-nav-item.is-active, 
.tabs-vertical-poland .tabs-nav-item.is-active:hover {
  border: none;
  width: 58px;
 padding: 83px 6px 65px 5px;/*kartik germany*/ 
 background-color:none; 
 cursor:pointer;
 background: url("../../img/tab-active-bg.png") repeat left top;
}
.tabs-vertical-poland .tabs-nav-item.is-active a{background: none;} 


.tabs-vertical-poland .tabs-nav{
margin-top: 0px;
}

/* line 138, ../../sass/components/tabs.scss */
.tabs-vertical-poland .tabs-nav-item {
  border: none;
  height: 61px;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 71px 6px 68px 5px;/*kartik germany*/ 
  background: url("../../img/tab-item-bg.png") repeat left top;
}


.tabs-vertical-poland .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-poland .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-poland .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}
.tabs-vertical-poland .tabs-nav-item a{color: #fff;font-weight: normal;font-size: 18px;text-transform:uppercase;}
.tabs-vertical-poland .tabs-nav-item.is-active a,
.tabs-vertical-poland .tabs-nav-item.is-active:hover a{color: #000;font-weight:normal;font-size: 18px; font-family:flux-regular;text-transform:uppercase;}/*kartik germany*/

.tabs-vertical-poland .tabs-nav-item.is-active a,
.tabs-vertical-poland .tabs-nav-item.is-active:after a{color: #000;font-weight:normal;font-size: 18px; font-family:flux-regular;;text-transform:uppercase;}
/* line 145, ../../sass/components/tabs.scss */
.tabs-vertical-poland .tabs-content {
  font-family:Arial;
  margin-left: 70px;
  padding:62px 13px;
  border: 0;
  left: -2px;
  top: 0;
  background: url("../../img/bg1.png") no-repeat left top;
}
.tabs-vertical-poland .richText{padding-top: 15px;margin-top: -59px; font-family:Arial; padding-top:0px;}

.tabs-vertical-poland .tabs-content p{
 font-family:Arial;
margin-left: 30px;
font-size: 18px;
line-height: 13px;

}
.tabs-vertical-poland {
margin-left: 35px;
margin-top:20px
}
/************************ Brijesh Poland 19-1-2015****************** */
/************************ Brijesh france****************** */
.tabs-vertical-france .tabs-nav-item.is-active, .tabs-vertical-france .tabs-nav-item.is-active a, .tabs-vertical-france .tabs-nav-item {
line-height: 21px;
}
.tabs-vertical-france .tabs-nav-item.is-active:after {
content:"";
display: block;
width: 0;
height: 0;
margin-left: 220px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 12px solid #209fae;
top: 70px ! important;
position: relative;
right: 50%;
}
.tabs-vertical-france .tabs-nav {
    height: auto;
    /*left: 0;*/
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 69px;
}
.tabs-vertical-france .tabs-nav {
  height: auto;
  width: 60px;
}

/* line 123, ../../sass/components/tabs.scss */
.tabs-vertical-france .component-content {
  padding-top: 0;
}

/* line 127, ../../sass/components/tabs.scss */
.tabs-vertical-france .tabs-nav-list {
  width: 104%;
}

/* line 131, ../../sass/components/tabs.scss */
.tabs-vertical-france .tabs-nav-item.is-active,
.tabs-vertical-france.tabs-nav-item.is-active:hover {
  border-bottom: 2px solid;
  border-right: medium;

}

/* line 138, ../../sass/components/tabs.scss */
.tabs-vertical-france .tabs-nav-item {
  border-width: 2px;
  height: auto;
  margin: 0 0 5px;
  width: 36px;
}

/* line 145, ../../sass/components/tabs.scss */
.tabs-vertical-france .tabs-content {
  margin-left: 60px;
  left: -2px;
  top: 0;
}

/* added for vertical tab 25 June */
/* line 118, ../../sass/components/tabs.scss */
.tabs-vertical-france .tabs-nav {
  height: 600px;
  width: 69px;
  /*margin-left: 35px;*/
}

/* line 123, ../../sass/components/tabs.scss */
.tabs-vertical-france .component-content {
  padding-top: 0;
}

/* line 127, ../../sass/components/tabs.scss */
.tabs-vertical-france .tabs-nav-list {
  width: 100%;
}

/* line 132, ../../sass/components/tabs.scss */
.tabs-vertical-france .tabs-nav-item.is-active, 
.tabs-vertical-france .tabs-nav-item.is-active:hover {
  border: none;
  width: 58px;
 padding: 59px 16px 90px 1px; 
 background-color:none; 
 cursor:pointer;
 background: url("../../img/tab-active-bg.png") repeat left top;
}
.tabs-vertical-france .tabs-nav-item.is-active a{background: none;} 


.tabs-vertical-france .tabs-nav{
margin-top: 0px;
}

/* line 138, ../../sass/components/tabs.scss */
.tabs-vertical-france .tabs-nav-item {
  border: none;
  height: 61px;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 71px 16px 68px 1px;
  background: url("../../img/tab-item-bg.png") repeat left top;
}


.tabs-vertical-france .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-france .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-france .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}
.tabs-vertical-france .tabs-nav-item a{color: #fff;font-weight: normal;font-size: 17px;text-transform:uppercase;}
.tabs-vertical-france .tabs-nav-item.is-active a,
.tabs-vertical-france .tabs-nav-item.is-active:hover a{color: #000;font-weight:normal;font-size: 17px; font-family:flux-regular;text-transform:uppercase;}/*kartik germany*/

.tabs-vertical-france .tabs-nav-item.is-active a,
.tabs-vertical-france .tabs-nav-item.is-active:after a{color: #000;font-weight:normal;font-size: 17px; font-family:flux-regular;;text-transform:uppercase;}
/* line 145, ../../sass/components/tabs.scss */
.tabs-vertical-france .tabs-content {
  font-family:Arial;
  margin-left: 70px;
  padding:62px 13px;
  border: 0;
  left: -2px;
  top: 0;
  background: url("../../img/bg1.png") no-repeat left top;
}
.tabs-vertical-france .richText{padding-top: 15px;margin-top: -59px; font-family:Arial; padding-top:0px;}

.tabs-vertical-france .tabs-content p{
 font-family:Arial;
margin-left: 30px;
font-size: 16px;
line-height: 13px;

}
.tabs-vertical-france {
margin-left: 35px;
margin-top:20px
}
/************************ Brijesh france 19-1-2015****************** */
/************************ Kinjal***************** */
.tabs-vertical-netherlands .tabs-nav-item.is-active, .tabs-vertical-netherlands .tabs-nav-item.is-active a, .tabs-vertical-netherlands .tabs-nav-item {
line-height: 21px;
}
.tabs-vertical-netherlands .tabs-nav-item.is-active:after {
content:"";
display: block;
width: 0;
height: 0;
margin-left: 220px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 12px solid #209fae;
top: 70px ! important;
position: relative;
right: 50%;
}
.tabs-vertical-netherlands .tabs-nav {
    height: auto;
    /*left: 0;*/
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 69px;
}
.tabs-vertical-netherlands .tabs-nav {
  height: auto;
  width: 60px;
}

/* line 123, ../../sass/components/tabs.scss */
.tabs-vertical-netherlands .component-content {
  padding-top: 0;
}

/* line 127, ../../sass/components/tabs.scss */
.tabs-vertical-netherlands .tabs-nav-list {
  width: 104%;
}

/* line 131, ../../sass/components/tabs.scss */
.tabs-vertical-netherlands .tabs-nav-item.is-active,
.tabs-vertical-netherlands.tabs-nav-item.is-active:hover {
  border-bottom: 2px solid;
  border-right: medium;

}

/* line 138, ../../sass/components/tabs.scss */
.tabs-vertical-netherlands .tabs-nav-item {
  border-width: 2px;
  height: auto;
  margin: 0 0 5px;
  width: 36px;
}

/* line 145, ../../sass/components/tabs.scss */
.tabs-vertical-netherlands .tabs-content {
  margin-left: 60px;
  left: -2px;
  top: 0;
}

/* added for vertical tab 25 June */
/* line 118, ../../sass/components/tabs.scss */
.tabs-vertical-netherlands .tabs-nav {
  height: 600px;
  width: 69px;
  /*margin-left: 35px;*/
}

/* line 123, ../../sass/components/tabs.scss */
.tabs-vertical-netherlands .component-content {
  padding-top: 0;
}

/* line 127, ../../sass/components/tabs.scss */
.tabs-vertical-netherlands .tabs-nav-list {
  width: 100%;
}

/* line 132, ../../sass/components/tabs.scss */
.tabs-vertical-netherlands .tabs-nav-item.is-active, 
.tabs-vertical-netherlands .tabs-nav-item.is-active:hover {
  border: none;
  width: 58px;
 padding: 58px 16px 90px 1px; 
 background-color:none; 
 cursor:pointer;
 background: url("../../img/tab-active-bg.png") repeat left top;
}
.tabs-vertical-netherlands .tabs-nav-item.is-active a{background: none;} 


.tabs-vertical-netherlands .tabs-nav{
margin-top: 0px;
}

/* line 138, ../../sass/components/tabs.scss */
.tabs-vertical-netherlands .tabs-nav-item {
  border: none;
  height: 61px;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 71px 16px 68px 1px;
  background: url("../../img/tab-item-bg.png") repeat left top;
}


.tabs-vertical-netherlands .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-netherlands .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-netherlands .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}
.tabs-vertical-netherlands .tabs-nav-item a{color: #fff;font-weight: normal;font-size: 12px;text-transform:uppercase;}
.tabs-vertical-netherlands .tabs-nav-item.is-active a,
.tabs-vertical-netherlands .tabs-nav-item.is-active:hover a{color: #000;font-weight:normal;font-size: 12px; font-family:flux-regular;text-transform:uppercase;}/*kartik germany*/

.tabs-vertical-netherlands .tabs-nav-item.is-active a,
.tabs-vertical-netherlands .tabs-nav-item.is-active:after a{color: #000;font-weight:normal;font-size: 12px; font-family:flux-regular;;text-transform:uppercase;}
/* line 145, ../../sass/components/tabs.scss */
.tabs-vertical-netherlands .tabs-content {
  font-family:Arial;
  margin-left: 70px;
  padding:62px 13px;
  border: 0;
  left: -2px;
  top: 0;
  background: url("../../img/bg1.png") no-repeat left top;
}
.tabs-vertical-netherlands .richText{padding-top: 15px;margin-top: -59px; font-family:Arial; padding-top:0px;}

.tabs-vertical-netherlands .tabs-content p{
 font-family:Arial;
margin-left: 30px;
font-size: 16px;
line-height: 13px;

}
.tabs-vertical-netherlands {
margin-left: 35px;
margin-top:20px
}
/************************ Kinjal****************** */
/************************ Brijesh NewZealand 9-3-2015************************************ */
.tabs-vertical-Newzealand .tabs-nav-item.is-active, .tabs-vertical-Newzealand .tabs-nav-item.is-active a, .tabs-Newzealand-poland .tabs-nav-item {
line-height: 21px;
}
.tabs-vertical-Newzealand .tabs-nav-item.is-active:after {
content:"";
display: block;
width: 0;
height: 0;
margin-left: 220px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 12px solid #209fae;
top: 70px ! important;
position: relative;
right: 50%;
}
.tabs-vertical-Newzealand .tabs-nav {
    height: auto;
    /*left: 0;*/
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 69px;
}
.tabs-vertical-Newzealand .tabs-nav {
  height: auto;
  width: 60px;
}

/* line 123, ../../sass/components/tabs.scss */
.tabs-vertical-Newzealand .component-content {
  padding-top: 0;
}

/* line 127, ../../sass/components/tabs.scss */
.tabs-vertical-Newzealand .tabs-nav-list {
  width: 104%;
}

/* line 131, ../../sass/components/tabs.scss */
.tabs-vertical-Newzealand .tabs-nav-item.is-active,
.tabs-vertical-Newzealand.tabs-nav-item.is-active:hover {
  border-bottom: 2px solid;
  border-right: medium;

}

/* line 138, ../../sass/components/tabs.scss */
.tabs-vertical-Newzealand .tabs-nav-item {
  border-width: 2px;
  height: auto;
  margin: 0 0 5px;
  width: 36px;
}

/* line 145, ../../sass/components/tabs.scss */
.tabs-vertical-Newzealand .tabs-content {
  margin-left: 60px;
  left: -2px;
  top: 0;
}

/* added for vertical tab 25 June */
/* line 118, ../../sass/components/tabs.scss */
.tabs-vertical-Newzealand .tabs-nav {
  height: 600px;
  width: 69px;
  /*margin-left: 35px;*/
}

/* line 123, ../../sass/components/tabs.scss */
.tabs-vertical-Newzealand .component-content {
  padding-top: 0;
}

/* line 127, ../../sass/components/tabs.scss */
.tabs-vertical-Newzealand .tabs-nav-list {
  width: 100%;
}

/* line 132, ../../sass/components/tabs.scss */
.tabs-vertical-Newzealand .tabs-nav-item.is-active, 
.tabs-vertical-Newzealand .tabs-nav-item.is-active:hover {
  border: none;
  width: 58px;
 padding: 83px 6px 65px 5px;/*kartik germany*/ 
 background-color:none; 
 cursor:pointer;
 background: url("../../img/tab-active-bg.png") repeat left top;
}
.tabs-vertical-Newzealand .tabs-nav-item.is-active a{background: none;} 


.tabs-vertical-Newzealand .tabs-nav{
margin-top: 0px;
}

/* line 138, ../../sass/components/tabs.scss */
.tabs-vertical-Newzealand .tabs-nav-item {
  border: none;
  height: 61px;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 71px 6px 68px 5px;/*kartik germany*/ 
  background: url("../../img/tab-item-bg.png") repeat left top;
}


.tabs-vertical-Newzealand .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-Newzealand .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-Newzealand .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}
.tabs-vertical-Newzealand .tabs-nav-item a{color: #fff;font-weight: normal;font-size: 18px;text-transform:uppercase;}
.tabs-vertical-Newzealand .tabs-nav-item.is-active a,
.tabs-vertical-Newzealand .tabs-nav-item.is-active:hover a{color: #000;font-weight:normal;font-size: 18px; font-family:flux-regular;text-transform:uppercase;}/*kartik germany*/

.tabs-vertical-Newzealand .tabs-nav-item.is-active a,
.tabs-verticalNewZealand .tabs-nav-item.is-active:after a{color: #000;font-weight:normal;font-size: 18px; font-family:flux-regular;;text-transform:uppercase;}
/* line 145, ../../sass/components/tabs.scss */
.tabs-vertical-Newzealand .tabs-content {
  font-family:Arial;
  margin-left: 70px;
  padding:62px 13px;
  border: 0;
  left: -2px;
  top: 0;
  background: url("../../img/bg1.png") no-repeat left top;
}
.tabs-vertical-Newzealand .richText{padding-top: 15px;margin-top: -59px; font-family:Arial; padding-top:0px;}

.tabs-vertical-Newzealand .tabs-content p{
 font-family:Arial;
margin-left: 30px;
font-size: 18px;
line-height: 13px;

}
.tabs-vertical-Newzealand {
margin-left: 35px;
margin-top:20px
}
/************************ Brijesh Newzealand9-3-2015****************** */

/************************Arpit Bulgaria************************************ */
.tabs-vertical-bulgaria .tabs-nav-item.is-active, .tabs-vertical-bulgaria .tabs-nav-item.is-active a, .tabs-vertical-bulgaria .tabs-nav-item {
line-height: 21px;
}
.tabs-vertical-bulgaria .tabs-nav-item.is-active:after {
content:"";
display: block;
width: 0;
height: 0;
margin-left: 220px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 12px solid #209fae;
top: 70px ! important;
position: relative;
right: 50%;
}
.tabs-vertical-bulgaria .tabs-nav {
    height: auto;
    /*left: 0;*/
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 69px;
}
.tabs-vertical-bulgaria .tabs-nav {
  height: auto;
  width: 60px;
}

/* line 123, ../../sass/components/tabs.scss */
.tabs-vertical-bulgaria .component-content {
  padding-top: 0;
}

/* line 127, ../../sass/components/tabs.scss */
.tabs-vertical-bulgaria .tabs-nav-list {
  width: 104%;
}

/* line 131, ../../sass/components/tabs.scss */
.tabs-vertical-bulgaria .tabs-nav-item.is-active,
.tabs-vertical-bulgaria.tabs-nav-item.is-active:hover {
  border-bottom: 2px solid;
  border-right: medium;

}

/* line 138, ../../sass/components/tabs.scss */
.tabs-vertical-bulgaria .tabs-nav-item {
  border-width: 2px;
  height: auto;
  margin: 0 0 5px;
  width: 36px;
}

/* line 145, ../../sass/components/tabs.scss */
.tabs-vertical-bulgaria .tabs-content {
  margin-left: 60px;
  left: -2px;
  top: 0;
}

/* added for vertical tab 25 June */
/* line 118, ../../sass/components/tabs.scss */
.tabs-vertical-bulgaria .tabs-nav {
  height: 600px;
  width: 69px;
  /*margin-left: 35px;*/
}

/* line 123, ../../sass/components/tabs.scss */
.tabs-vertical-bulgaria .component-content {
  padding-top: 0;
}

/* line 127, ../../sass/components/tabs.scss */
.tabs-vertical-bulgaria .tabs-nav-list {
  width: 100%;
}

/* line 132, ../../sass/components/tabs.scss */
.tabs-vertical-bulgaria .tabs-nav-item.is-active, 
.tabs-vertical-bulgaria .tabs-nav-item.is-active:hover {
  border: none;
  width: 58px;
 padding: 83px 6px 65px 5px;/*kartik germany*/ 
 background-color:none; 
 cursor:pointer;
 background: url("../../img/tab-active-bg.png") repeat left top;
}
.tabs-vertical-bulgaria .tabs-nav-item.is-active a{background: none;} 


.tabs-vertical-bulgaria .tabs-nav{
margin-top: 0px;
}

/* line 138, ../../sass/components/tabs.scss */
.tabs-vertical-bulgaria .tabs-nav-item {
  border: none;
  height: 61px;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 71px 6px 68px 5px;/*kartik germany*/ 
  background: url("../../img/tab-item-bg.png") repeat left top;
}


.tabs-vertical-bulgaria .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-bulgaria .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-bulgaria .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}
.tabs-vertical-bulgaria .tabs-nav-item a{color: #fff;font-weight: normal;font-size: 18px;text-transform:uppercase;}
.tabs-vertical-bulgaria .tabs-nav-item.is-active a,
.tabs-vertical-bulgaria .tabs-nav-item.is-active:hover a{color: #000;font-weight:normal;font-size: 18px; font-family:flux-regular;text-transform:uppercase;}/*kartik germany*/

.tabs-vertical-bulgaria .tabs-nav-item.is-active a,
.tabs-vertical-bulgaria .tabs-nav-item.is-active:after a{color: #000;font-weight:normal;font-size: 18px; font-family:flux-regular;;text-transform:uppercase;}
/* line 145, ../../sass/components/tabs.scss */
.tabs-vertical-bulgaria .tabs-content {
  font-family:Arial;
  margin-left: 70px;
  padding:62px 13px;
  border: 0;
  left: -2px;
  top: 0;
  background: url("../../img/bg1.png") no-repeat left top;
}
.tabs-vertical-bulgaria .richText{padding-top: 15px;margin-top: -59px; font-family:Arial; padding-top:0px;}

.tabs-vertical-bulgaria .tabs-content p{
 font-family:Arial;
margin-left: 30px;
font-size: 18px;
line-height: 13px;

}
.tabs-vertical-bulgaria {
margin-left: 35px;
margin-top:20px
}
/************************ Arpit Bulgaria ***************** */
/************************ Brijesh Sweden 12-3-2015************************************ */
.tabs-vertical-sweden .tabs-nav-item.is-active, .tabs-vertical-sweden .tabs-nav-item.is-active a, .tabs-vertical-sweden .tabs-nav-item {
line-height: 21px;
}
.tabs-vertical-sweden .tabs-nav-item.is-active:after {
content:"";
display: block;
width: 0;
height: 0;
margin-left: 220px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 12px solid #209fae;
top: 70px ! important;
position: relative;
right: 50%;
}
.tabs-vertical-sweden .tabs-nav {
    height: auto;
    /*left: 0;*/
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 69px;
}
.tabs-vertical-sweden .tabs-nav {
  height: auto;
  width: 60px;
}

/* line 123, ../../sass/components/tabs.scss */
.tabs-vertical-sweden .component-content {
  padding-top: 0;
}

/* line 127, ../../sass/components/tabs.scss */
.tabs-vertical-sweden .tabs-nav-list {
  width: 104%;
}

/* line 131, ../../sass/components/tabs.scss */
.tabs-vertical-sweden .tabs-nav-item.is-active,
.tabs-vertical-sweden.tabs-nav-item.is-active:hover {
  border-bottom: 2px solid;
  border-right: medium;

}

/* line 138, ../../sass/components/tabs.scss */
.tabs-vertical-sweden .tabs-nav-item {
  border-width: 2px;
  height: auto;
  margin: 0 0 5px;
  width: 36px;
}

/* line 145, ../../sass/components/tabs.scss */
.tabs-vertical-sweden .tabs-content {
  margin-left: 60px;
  left: -2px;
  top: 0;
}

/* added for vertical tab 25 June */
/* line 118, ../../sass/components/tabs.scss */
.tabs-vertical-sweden .tabs-nav {
  height: 600px;
  width: 69px;
  /*margin-left: 35px;*/
}

/* line 123, ../../sass/components/tabs.scss */
.tabs-vertical-sweden .component-content {
  padding-top: 0;
}

/* line 127, ../../sass/components/tabs.scss */
.tabs-vertical-sweden .tabs-nav-list {
  width: 100%;
}

/* line 132, ../../sass/components/tabs.scss */
.tabs-vertical-sweden .tabs-nav-item.is-active, 
.tabs-vertical-sweden .tabs-nav-item.is-active:hover {
  border: none;
  width: 58px;
 padding: 74px 6px 65px 5px;/*kartik germany*/ 
 background-color:none; 
 cursor:pointer;
 background: url("../../img/tab-active-bg.png") repeat left top;
}
.tabs-vertical-sweden .tabs-nav-item.is-active a{background: none;} 


.tabs-vertical-sweden .tabs-nav{
margin-top: 0px;
}

/* line 138, ../../sass/components/tabs.scss */
.tabs-vertical-sweden .tabs-nav-item {
  border: none;
  height: 61px;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 71px 6px 68px 5px;/*kartik germany*/ 
  background: url("../../img/tab-item-bg.png") repeat left top;
}


.tabs-vertical-sweden .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-sweden .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-sweden .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}
.tabs-vertical-sweden .tabs-nav-item a{color: #fff;font-weight: normal;font-size: 18px;text-transform:uppercase;}
.tabs-vertical-sweden .tabs-nav-item.is-active a,
.tabs-vertical-sweden .tabs-nav-item.is-active:hover a{color: #000;font-weight:normal;font-size: 18px; font-family:flux-regular;text-transform:uppercase;}/*kartik germany*/

.tabs-vertical-sweden .tabs-nav-item.is-active a,
.tabs-vertical-sweden .tabs-nav-item.is-active:after a{color: #000;font-weight:normal;font-size: 18px; font-family:flux-regular;;text-transform:uppercase;}
/* line 145, ../../sass/components/tabs.scss */
.tabs-vertical-sweden .tabs-content {
  font-family:Arial;
  margin-left: 70px;
  padding:62px 13px;
  border: 0;
  left: -2px;
  top: 0;
  background: url("../../img/bg1.png") no-repeat left top;
}
.tabs-vertical-sweden .richText{padding-top: 15px;margin-top: -59px; font-family:Arial; padding-top:0px;}

.tabs-vertical-sweden .tabs-content p{
 font-family:Arial;
margin-left: 30px;
font-size: 16px;
line-height: 13px;

}
.tabs-vertical-sweden {
margin-left: 35px;
margin-top:20px
}



}

@media all and (max-width: 960px) and (min-width: 801px){
.tabs-horizontal-germany.tabs, .tabs-vertical-germany.tabs{
width:100% !important;
}
/*austria*/
.tabs-horizontal-austria.tabs, .tabs-vertical-austria.tabs{
width:100% !important;
}
}

@media all and (max-width: 767px) and (min-width: 321px){
	
	/*USIM10014596255 L3 Changes start*/
.component.pronamel-tab.pronamel-for-japan .tabs-nav-item a{
	font-size: 19px;
}
/*USIM10014596255 L3 Changes ends*/
.tabs{
width:95%;
margin-left:auto;
margin-right:auto;
/*padding-left:20px;
padding-right:20px;*/
}

.tabs-nav-item{ 
line-height:29px;
height: 50px;
padding: 20px 0 10px;
}

.tabs-nav-item.is-active:after {
top:80px;
}
.tabs-vertical .tabs-content p {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 11px;
    margin-left: 0;
    margin-top: 2px;
}
.tabs-vertical .tabs-content {
    
    min-height: 580px !important;
    padding: 0 6px;
    
}

.tabs-vertical-portugal .tabs-content p {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 11px;
    margin-left: 0;
    margin-top: 2px;
}
.tabs-vertical-portugal .tabs-content {
    
    min-height: 580px !important;
    padding: 0 6px;
    
}
/* ++ Romania Vertical Tab Infosys 29-01-15 SA By Dhivya*/
.tabs-vertical-ro .tabs-content p {
    font-size: 9px;
    line-height: 13px;
    margin-bottom: 11px;
    margin-left: 0;
    margin-top: 2px;
}
.tabs-vertical-ro .tabs-content {
    
    min-height: 588px !important;
    padding: 0 6px;
    
}
/***************Brijesh France*************/
.france-horizontal-tab .tabs-nav-item {
line-height: 20px;
font-size: 28px;
height: 50px;
padding: 20px 0 21px;
}
.france-horizontal-tab .tabs-nav-item.is-active, .france-horizontal-tab .tabs-nav-item.is-active a {
font-size: 28px;
}
.france-horizontal-tab .tabs-nav-item.is-active, .france-horizontal-tab .tabs-nav-item.is-active:hover {
border-bottom: none;
padding-bottom: 20px;
}
.france-horizontal-tab .tabs-nav-item.is-active,
.france-horizontal-tab .tabs-nav-item.is-active a,
.france-horizontal-tab .tabs-nav-item{
line-height: 1;
font-family:flux-regular;
}
.france-horizontal-tab .tabs-nav-item.is-active:after {
content: "";
display: block;
width: 0;
height: 0;
margin-left: 220px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
/*border-top: 12px solid #209fae;*/
top: 90px ! important;/*kartik horizontal*/

right: 44%;
}
/*****end***********/
.tabs-vertical-argentina .tabs-content p {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 11px;
    margin-left: 0;
    margin-top: 2px;
}
.tabs-vertical-argentina .tabs-content {
    
    min-height: 580px !important;
    padding: 0 6px;
    
}
/*kartik turkey*/

.tabs-vertical-turkey .tabs-content p {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 11px;
    margin-left: 0;
    margin-top: 2px;
}
.tabs-vertical-turkey .tabs-content {
    
    min-height: 580px !important;
    padding: 0 6px;
    
}
/*Arpit Belgium(French)*/
.tabs-vertical-belgium-french .tabs-content p {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 11px;
    margin-left: 0;
    margin-top: 2px;
}
.tabs-vertical-belgium-french .tabs-content {
    
    min-height: 580px !important;
    padding: 0 6px;
    
}
/*Arpit Belgium(French)*/
.tabs-horizontal-germany .tabs-nav-item.is-active:after {
content: "";
display: block;
width: 0;
height: 0;
margin-left: 220px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
/*border-top: 12px solid #209fae;*/
top: 114px ! important;
position: absolute;
right: 46%;
}
.tabs-horizontal-germany .tabs-nav-item.is-active, .tabs-horizontal-germany .tabs-nav-item.is-active a {
font-size: 29px;
}
.tabs-horizontal-germany .tabs-nav-item.is-active, .tabs-horizontal-germany .tabs-nav-item.is-active:hover {
border-bottom: none;
padding-bottom: 44px;
}
.tabs-horizontal-germany .tabs-nav-item {
line-height: 28px;
font-size: 28px;
height: 50px;
padding: 20px 0 44px;
}
/*kartik*/
/***********brijesh poland  horizintal 2/2/14********************/

.tabs-horizontal-poland  .tabs-nav-item.is-active:after {
content: "";
display: block;
width: 0;
height: 0;
margin-left: 220px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 12px solid #209fae;
top: 80px ! important;

right: 50%;
}
.tabs-horizontal-poland .tabs-nav-item.is-active, .tabs-horizontal-poland .tabs-nav-item.is-active a {
font-size: 28px;
line-height:29px;
}
.tabs-horizontal-poland .tabs-nav-item.is-active, .tabs-horizontal-poland .tabs-nav-item.is-active:hover {
border-bottom: none;
padding-bottom: 10px;
}
.tabs-horizontal-poland .tabs-nav-item {
line-height: 28px;
font-size: 28px;
height: 50px;
padding: 20px 0 10px;
}
.tabs-horizontal-poland .tabs-nav-item  a{
line-height: 28px;
font-size: 28px;
height: 50px;
padding: -5px 0 10px;

}
.tabs-horizontal-poland .tabs-nav-item.is-active{
line-height: 28px;
font-size: 28px;
height: 50px;
padding: 20px 0 10px;
}
/************************ Brijesh Poland****************** */

/***********Kinjal Netherlands********************/

.netherlands-horizontal-tab .tabs-nav-item.is-active:after {
content: "";
display: block;
width: 0;
height: 0;
margin-left: 220px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 12px solid #209fae;
top: 140px ! important;

right: 50%;
}
.netherlands-horizontal-tab .tabs-nav-item.is-active, .netherlands-horizontal-tab .tabs-nav-item.is-active a {
font-size: 28px;
line-height:29px;
}
.netherlands-horizontal-tab .tabs-nav-item.is-active, .netherlands-horizontal-tab .tabs-nav-item.is-active:hover {
border-bottom: none;
padding-bottom: 10px;
}
.netherlands-horizontal-tab .tabs-nav-item {
line-height: 28px;
font-size: 28px;
height: 110px;
padding: 20px 0 10px;
}
.netherlands-horizontal-tab .tabs-nav-item  a{
line-height: 28px;
font-size: 28px;
height: 49px;
padding: -5px 0 10px;

}
.netherlands-horizontal-tab .tabs-nav-item.is-active{
line-height: 28px;
font-size: 28px;
height: 110px;
padding: 20px 0 10px;
}
/************************ Kinjal Netherlands****************** */



.sweden-horizontal-tab  .tabs-nav-item.is-active:after {
content: "";
display: block;
width: 0;
height: 0;
margin-left: 220px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 12px solid #209fae;
top: 80px ! important;

right: 50%;
}
.sweden-horizontal-tab .tabs-nav-item.is-active, .sweden-horizontal-tab .tabs-nav-item.is-active a {
font-size: 28px;
line-height:29px;
}
.sweden-horizontal-tab .tabs-nav-item.is-active, .sweden-horizontal-tab .tabs-nav-item.is-active:hover {
border-bottom: none;
padding-bottom: 10px;
}
.sweden-horizontal-tab .tabs-nav-item {
line-height: 28px;
font-size: 28px;
height: 50px;
padding: 20px 0 10px;
}
.sweden-horizontal-tab .tabs-nav-item  a{
line-height: 28px;
font-size: 28px;
height: 50px;
padding: -5px 0 10px;

}
.sweden-horizontal-tab .tabs-nav-item.is-active{
line-height: 28px;
font-size: 28px;
height: 50px;
padding: 20px 0 10px;
}
/************************ Brijesh bulgaria****************** */

.bulgaria-horizontal-tab .tabs-nav-item.is-active:after {
content: "";
display: block;
width: 0;
height: 0;
margin-left: 220px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 12px solid #209fae;
top: 109px ! important;

right: 50%;
}
.bulgaria-horizontal-tab .tabs-nav-item.is-active, .bulgaria-horizontal-tab .tabs-nav-item.is-active a {
font-size: 28px;
line-height:29px;
}
.bulgaria-horizontal-tab .tabs-nav-item.is-active, .bulgaria-horizontal-tab .tabs-nav-item.is-active:hover {
border-bottom: none;
padding-bottom: 10px;
}
.bulgaria-horizontal-tab .tabs-nav-item {
line-height: 28px;
font-size: 28px;
height: 80px;
padding: 20px 0 10px;
}
.bulgaria-horizontal-tab .tabs-nav-item  a{
line-height: 28px;
font-size: 28px;
height: 50px;
padding: -5px 0 10px;

}
.bulgaria-horizontal-tab .tabs-nav-item.is-active{
line-height: 28px;
font-size: 28px;
height: 80px;
padding: 20px 0 10px;
}



/***********brijesh poland  Vertical 12/1/14********************/

.tabs-vertical-poland  .tabs{
width:90%;
margin-left:auto;
margin-right:auto;
}
.tabs-vertical-poland .tabs-nav-list {
  width: 100%;
}
.tabs-vertical-poland .tabs-nav-item.is-active, .tabs-vertical-poland .tabs-nav-item.is-active a {
font-size: 14px;
}
.tabs-vertical-poland .tabs-nav-item.is-active, .tabs-vertical-poland .tabs-nav-item.is-active :hover a {
font-size: 14px;
}
.tabs-vertical-poland .tabs-nav-item.is-active:hover a{color: #000;font-weight:normal;font-size: 14px; font-family:flux-regular;text-transform:uppercase;}/*kartik germany*/
.tabs-vertical .tabs-content {
min-height:542px !important;
}

.tabs-vertical .tabs-content p{ line-height:13px;}

.tabs-vertical-portugal .tabs-content {
min-height:542px !important;
}

.tabs-vertical-portugal .tabs-content p{ line-height:13px;}
/* ++ Romania Vertical Tab Infosys 29-01-15 SA By Dhivya*/
.tabs-vertical-ro .tabs-content {
min-height:542px !important;
}
.tabs-vertical-ro .tabs-content p{ line-height:13px;}
/******ends*************/
.tabs-vertical-poland .tabs-nav-item.is-active,
.tabs-vertical-poland .tabs-nav-item.is-active a,
.tabs-vertical-poland .tabs-nav-item{
line-height: 25.200000762939453px;
}
.tabs-vertical-poland .tabs-nav-item{
padding: 53px 6px 104px 5px !important;
}
.tabs-vertical-poland .tabs-nav-item {
  border: none;
  height: 50.5px;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 67px 7px 82px 4px ! important;
  background: url("../../img/tab-item-bg.png") repeat left top;
}

.tabs-vertical-poland .tabs-content {
min-height:542px !important;
}
.tabs-vertical-poland .tabs-nav {
 margin-top: 0px;
}
.tabs-vertical-poland .tabs-nav-item a{color: #fff;font-weight: normal;font-size: 14px;text-transform:uppercase;}
.tabs-vertical-poland .tabs-content p{ line-height:13px;}
.tabs-vertical-poland .richText{padding-top: 15px;margin-top: -59px; font-family:Flux-regular; }
.tabs-vertical-poland.tabs-nav-item.is-active:hover {

  border: none;
  width: 58px;
 padding: 53px 6px 114px 5px;
 background-color:none; 
 cursor:pointer;
 background: url("../../img/tab-active-bg.png") repeat left top;
}
.tabs-vertical-poland .tabs-content p{
margin-left: 30px;
font-size: 16px;
line-height: 12px;
padding-left:0px;
width:110%;
}
.tabs-vertical-poland .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-poland .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-poland .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}
.tabs-vertical-poland .tabs-content {
  /*margin-left: 70px;*/
  padding:62px 13px;
  border: 0;
  left: -2px;
  top: 0;
  background: url("../../img/bg1.png") no-repeat left top;
}

.tabs-vertical-poland .tabs-nav {
    height: auto;
    /*left: 0;*/
    overflow: hidden;

    top: 0;
    width: 69px;
}
.tabs-vertical-poland .component-content {
  padding-top: 0;

}

.tabs-vertical-poland{
width: 95%;
margin-left: 10px;
}
/***********brijesh poland  Vertical 12/1/14********************/


/***********brijesh france  Vertical 12/1/14********************/

.tabs-vertical-france  .tabs{
width:90%;
margin-left:auto;
margin-right:auto;
}
.tabs-vertical-france .tabs-nav-list {
  width: 100%;
}
.tabs-vertical-france .tabs-nav-item.is-active, .tabs-vertical-france .tabs-nav-item.is-active a {
font-size: 14px;
}
.tabs-vertical-france .tabs-nav-item.is-active, .tabs-vertical-france .tabs-nav-item.is-active :hover a {
font-size: 14px;
}
.tabs-vertical-france .tabs-nav-item.is-active:hover a{color: #000;font-weight:normal;font-size: 14px; font-family:flux-regular;text-transform:uppercase;}/*kartik germany*/
.tabs-vertical .tabs-content {
min-height:542px !important;
}


.tabs-vertical-france .tabs-nav-item.is-active,
.tabs-vertical-france .tabs-nav-item.is-active a,
.tabs-vertical-france .tabs-nav-item{
line-height: 25.200000762939453px;
}
.tabs-vertical-france .tabs-nav-item{
padding: 53px 6px 104px 5px !important;
}
.tabs-vertical-france .tabs-nav-item {
  border: none;
  height: 50.5px;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 67px 7px 82px 4px ! important;
  background: url("../../img/tab-item-bg.png") repeat left top;
}

.tabs-vertical-france .tabs-content {
min-height:542px !important;
}
.tabs-vertical-france .tabs-nav {
 margin-top: 0px;
}
.tabs-vertical-france .tabs-nav-item a{color: #fff;font-weight: normal;font-size: 14px;text-transform:uppercase;}
.tabs-vertical-france .tabs-content p{ line-height:13px;}
.tabs-vertical-france .richText{padding-top: 15px;margin-top: -59px; font-family:Flux-regular; }
.tabs-vertical-france.tabs-nav-item.is-active:hover {

  border: none;
  width: 58px;
 padding: 53px 6px 114px 5px;
 background-color:none; 
 cursor:pointer;
 background: url("../../img/tab-active-bg.png") repeat left top;
}
.tabs-vertical-france .tabs-content p{
margin-left: 30px;
font-size: 16px;
line-height: 13px;
padding-left:0px;
width:100%;
}
.tabs-vertical-france .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-france .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-france .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}
.tabs-vertical-france .tabs-content {
  /*margin-left: 70px;*/
  padding:62px 13px;
  border: 0;
  left: -2px;
  top: 0;
  background: url("../../img/bg1.png") no-repeat left top;
}

.tabs-vertical-france .tabs-nav {
    height: auto;
    /*left: 0;*/
    overflow: hidden;

    top: 0;
    width: 69px;
}
.tabs-vertical-france .component-content {
  padding-top: 0;

}

.tabs-vertical-france{
width: 95%;
margin-left: 10px;
}


/***********brijesh france  Vertical 09/03/15********************/
/***********Kinjal Netherlands**************************************/

.tabs-vertical-netherlands .tabs-nav-item.is-active a,
.tabs-vertical-netherlands .tabs-nav-item.is-active:after a{color: #000;font-weight:normal;font-size: 10px; font-family:flux-regular;;text-transform:uppercase;}
.tabs-vertical-netherlands  .tabs{
width:90%;
margin-left:auto;
margin-right:auto;
}
.tabs-vertical-netherlands .tabs-nav-list {
  width: 100%;
}
.tabs-vertical-netherlands .tabs-nav-item.is-active, .tabs-vertical-netherlands .tabs-nav-item.is-active a {
font-size: 9px;
}
.tabs-vertical-netherlands .tabs-nav-item.is-active, .tabs-vertical-netherlands .tabs-nav-item.is-active :hover a {
font-size: 9px;
}
.tabs-vertical-netherlands .tabs-nav-item.is-active:hover a{color: #000;font-weight:normal;font-size: 9px; font-family:flux-regular;text-transform:uppercase;}/*kartik germany*/
.tabs-vertical .tabs-content {
min-height:542px !important;
}


.tabs-vertical-netherlands .tabs-nav-item.is-active,
.tabs-vertical-netherlands .tabs-nav-item.is-active a,
.tabs-vertical-netherlands .tabs-nav-item{
line-height: 25.200000762939453px;
}
.tabs-vertical-netherlands .tabs-nav-item{
padding: 53px 6px 104px 5px !important;
}
.tabs-vertical-netherlands .tabs-nav-item {
  border: none;
  height: 50.5px;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 60px 7px 89px 4px ! important;
  background: url("../../img/tab-item-bg.png") repeat left top;
}
.tabs-vertical-netherlands .tabs-nav-item.is-active, 
.tabs-vertical-netherlands .tabs-nav-item.is-active:hover {
  border: none;
  width: 62px;
 padding: 55px 42px 34px 0px !important;
 background-color:none; 
 cursor:pointer;
 background: url("../../img/tab-active-bg.png") repeat left top;
 display:inline-block;
}
.tabs-vertical-netherlands .tabs-content {
min-height:542px !important;
}
.tabs-vertical-netherlands .tabs-nav {
 margin-top: 0px;
}
.tabs-vertical-netherlands .tabs-nav-item a{color: #fff;font-weight: normal;font-size: 9px;text-transform:uppercase;}
.tabs-vertical-netherlands .tabs-content p{ line-height:13px;}
.tabs-vertical-netherlands .richText{padding-top: 15px;margin-top: -59px; font-family:Flux-regular; }
.tabs-vertical-netherlands .tabs-content p{
margin-left: 30px;
font-size: 16px;
line-height: 13px;
padding-left:0px;
width:100%;
}
.tabs-vertical-netherlands .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-netherlands .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-netherlands .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}
.tabs-vertical-netherlands .tabs-content {
  /*margin-left: 70px;*/
  padding:62px 13px;
  border: 0;
  left: -2px;
  top: 0;
  background: url("../../img/bg1.png") no-repeat left top;
}

.tabs-vertical-netherlands .tabs-nav {
    height: auto;
    /*left: 0;*/
    overflow: hidden;

    top: 0;
    width: 69px;
}
.tabs-vertical-netherlands .component-content {
  padding-top: 0;

}

.tabs-vertical-netherlands{
width: 95%;
margin-left: 10px;
}
/***********Kinjal Netherlands**************************************/

/***********Kinjal Belgium Dutch*************************************/

.tabs-vertical-belgium-dutch .tabs-nav-item.is-active a,
.tabs-vertical-belgium-dutch .tabs-nav-item.is-active:after a{color: #000;font-weight:normal;font-size: 10px; font-family:flux-regular;;text-transform:uppercase;}
.tabs-vertical-belgium-dutch  .tabs{
width:90%;
margin-left:auto;
margin-right:auto;
}
.tabs-vertical-belgium-dutch .tabs-nav-list {
  width: 100%;
}
.tabs-vertical-belgium-dutch .tabs-nav-item.is-active, .tabs-vertical-belgium-dutch .tabs-nav-item.is-active a {
font-size: 9px;
}
.tabs-vertical-belgium-dutch .tabs-nav-item.is-active, .tabs-vertical-belgium-dutch .tabs-nav-item.is-active :hover a {
font-size: 9px;
}
.tabs-vertical-belgium-dutch .tabs-nav-item.is-active:hover a{color: #000;font-weight:normal;font-size: 9px; font-family:flux-regular;text-transform:uppercase;}/*kartik germany*/
.tabs-vertical .tabs-content {
min-height:542px !important;
}


.tabs-vertical-belgium-dutch .tabs-nav-item.is-active,
.tabs-vertical-belgium-dutch .tabs-nav-item.is-active a,
.tabs-vertical-belgium-dutch .tabs-nav-item{
line-height: 25.200000762939453px;
}
.tabs-vertical-belgium-dutch .tabs-nav-item{
padding: 53px 6px 104px 5px !important;
}
.tabs-vertical-belgium-dutch .tabs-nav-item {
  border: none;
  height: 50.5px;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 60px 7px 89px 4px ! important;
  background: url("../../img/tab-item-bg.png") repeat left top;
}
.tabs-vertical-belgium-dutch .tabs-nav-item.is-active, 
.tabs-vertical-belgium-dutch .tabs-nav-item.is-active:hover {
  border: none;
  width: 62px;
 padding: 55px 42px 34px 0px !important;
 background-color:none; 
 cursor:pointer;
 background: url("../../img/tab-active-bg.png") repeat left top;
 display:inline-block;
}
.tabs-vertical-belgium-dutch .tabs-content {
min-height:542px !important;
}
.tabs-vertical-belgium-dutch .tabs-nav {
 margin-top: 0px;
}
.tabs-vertical-belgium-dutch .tabs-nav-item a{color: #fff;font-weight: normal;font-size: 9px;text-transform:uppercase;}
.tabs-vertical-belgium-dutch .tabs-content p{ line-height:13px;}
.tabs-vertical-belgium-dutch .richText{padding-top: 15px;margin-top: -59px; font-family:Flux-regular; }
.tabs-vertical-belgium-dutch .tabs-content p{
margin-left: 0px;
font-size: 16px;
line-height: 13px;
padding-left:0px;
width:100%;
word-wrap: break-word;
}
.tabs-vertical-belgium-dutch .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-belgium-dutch .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-belgium-dutch .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}
.tabs-vertical-belgium-dutch .tabs-content {
  /*margin-left: 70px;*/
  padding:62px 13px;
  border: 0;
  left: -2px;
  top: 0;
  background: url("../../img/bg1.png") no-repeat left top;
}

.tabs-vertical-belgium-dutch .tabs-nav {
    height: auto;
    /*left: 0;*/
    overflow: hidden;

    top: 0;
    width: 69px;
}
.tabs-vertical-belgium-dutch .component-content {
  padding-top: 0;

}

.tabs-vertical-belgium-dutch{
width: 95%;
margin-left: 10px;
}
/***********Kinjal Belgium Dutch**************************************/
.tabs-vertical-Newzealand  .tabs{
width:90%;
margin-left:auto;
margin-right:auto;
}
.tabs-vertical-Newzealand .tabs-nav-list {
  width: 100%;
}
.tabs-vertical-Newzealand .tabs-nav-item.is-active, .tabs-vertical-Newzealand .tabs-nav-item.is-active a {
font-size: 14px;
}
.tabs-vertical-Newzealand .tabs-nav-item.is-active, .tabs-vertical-Newzealand .tabs-nav-item.is-active :hover a {
font-size: 14px;
}
.tabs-vertical-Newzealand .tabs-nav-item.is-active:hover a{color: #000;font-weight:normal;font-size: 14px; font-family:flux-regular;text-transform:uppercase;}/*kartik germany*/
.tabs-vertical .tabs-content {
min-height:542px !important;
}


.tabs-vertical-Newzealand .tabs-nav-item.is-active,
.tabs-vertical-Newzealand .tabs-nav-item.is-active a,
.tabs-vertical-Newzealand .tabs-nav-item{
line-height: 25.200000762939453px;
}
.tabs-vertical-Newzealand .tabs-nav-item{
padding: 53px 6px 104px 5px !important;
}
.tabs-vertical-Newzealand .tabs-nav-item {
  border: none;
  height: 50.5px;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 67px 7px 82px 4px ! important;
  background: url("../../img/tab-item-bg.png") repeat left top;
}

.tabs-vertical-Newzealand .tabs-content {
min-height:542px !important;
}
.tabs-vertical-Newzealand .tabs-nav {
 margin-top: 0px;
}
.tabs-vertical-Newzealand .tabs-nav-item a{color: #fff;font-weight: normal;font-size: 14px;text-transform:uppercase;}
.tabs-vertical-Newzealand .tabs-content p{ line-height:13px;}
.tabs-vertical-Newzealand .richText{padding-top: 15px;margin-top: -59px; font-family:Flux-regular; }
.tabs-vertical-Newzealand.tabs-nav-item.is-active:hover {

  border: none;
  width: 58px;
 padding: 53px 6px 114px 5px;
 background-color:none; 
 cursor:pointer;
 background: url("../../img/tab-active-bg.png") repeat left top;
}
.tabs-vertical-Newzealand .tabs-content p{
margin-left: 30px;
font-size: 16px;
line-height: 12px;
padding-left:0px;
width:110%;
}
.tabs-vertical-Newzealand .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-Newzealand .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-Newzealand .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}
.tabs-vertical-Newzealand .tabs-content {
  /*margin-left: 70px;*/
  padding:62px 13px;
  border: 0;
  left: -2px;
  top: 0;
  background: url("../../img/bg1.png") no-repeat left top;
}

.tabs-vertical-Newzealand .tabs-nav {
    height: auto;
    /*left: 0;*/
    overflow: hidden;

    top: 0;
    width: 69px;
}
.tabs-vertical-Newzealand .component-content {
  padding-top: 0;

}

.tabs-vertical-Newzealand{
width: 95%;
margin-left: 10px;
}
/***********brijesh Newzealand  Vertical 9/3/15********************/

/************Arpit Bulgaria*********************/

.tabs-vertical-bulgaria  .tabs{
width:90%;
margin-left:auto;
margin-right:auto;
}
.tabs-vertical-bulgaria .tabs-nav-list {
  width: 100%;
}
.tabs-vertical-bulgaria .tabs-nav-item.is-active, .tabs-vertical-bulgaria .tabs-nav-item.is-active a {
font-size: 14px;
}
.tabs-vertical-bulgaria .tabs-nav-item.is-active, .tabs-vertical-bulgaria .tabs-nav-item.is-active :hover a {
font-size: 14px;
}
.tabs-vertical-bulgaria .tabs-nav-item.is-active:hover a{color: #000;font-weight:normal;font-size: 14px; font-family:flux-regular;text-transform:uppercase;}/*kartik germany*/
.tabs-vertical .tabs-content {
min-height:542px !important;
}


.tabs-vertical-bulgaria .tabs-nav-item.is-active,
.tabs-vertical-bulgaria .tabs-nav-item.is-active a,
.tabs-vertical-bulgaria .tabs-nav-item{
line-height: 25.200000762939453px;
}
.tabs-vertical-bulgaria .tabs-nav-item{
padding: 53px 6px 104px 5px !important;
}
.tabs-vertical-bulgaria .tabs-nav-item {
  border: none;
  height: 50.5px;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 57px 7px 82px 4px ! important;
  background: url("../../img/tab-item-bg.png") repeat left top;
}

.tabs-vertical-bulgaria .tabs-content {
min-height:542px !important;
}
.tabs-vertical-bulgaria .tabs-nav {
 margin-top: 0px;
}
.tabs-vertical-bulgaria .tabs-nav-item a{color: #fff;font-weight: normal;font-size: 14px;text-transform:uppercase;}
.tabs-vertical-bulgaria .tabs-content p{ line-height:13px;}
.tabs-vertical-bulgaria .richText{padding-top: 15px;margin-top: -59px; font-family:Flux-regular; }
.tabs-vertical-bulgaria.tabs-nav-item.is-active:hover {

  border: none;
  width: 58px;
 padding: 53px 6px 100px 5px;
 background-color:none; 
 cursor:pointer;
 background: url("../../img/tab-active-bg.png") repeat left top;
}
.tabs-vertical-bulgaria .tabs-content p{
margin-left: 30px;
font-size: 16px;
line-height: 13px;
padding-left:0px;
width:90%;
}
.tabs-vertical-bulgaria .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-bulgaria .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-bulgaria .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}
.tabs-vertical-bulgaria .tabs-content {
  /*margin-left: 70px;*/
  padding:62px 13px;
  border: 0;
  left: -2px;
  top: 0;
  background: url("../../img/bg1.png") no-repeat left top;
}

.tabs-vertical-bulgaria .tabs-nav {
    height: auto;
    /*left: 0;*/
    overflow: hidden;

    top: 0;
    width: 69px;
}
.tabs-vertical-bulgaria .component-content {
  padding-top: 0;

}

.tabs-vertical-bulgaria{
width: 95%;
margin-left: 10px;
}
/***********Arpit Bulgaria********************/
/***********brijesh Sweden  Vertical 12/03/15********************/

.tabs-vertical-sweden  .tabs{
width:90%;
margin-left:auto;
margin-right:auto;
}
.tabs-vertical-sweden .tabs-nav-list {
  width: 100%;
}
.tabs-vertical-sweden .tabs-nav-item.is-active, .tabs-vertical-sweden .tabs-nav-item.is-active a {
font-size: 14px;
}
.tabs-vertical-sweden .tabs-nav-item.is-active, .tabs-vertical-sweden .tabs-nav-item.is-active :hover a {
font-size: 14px;
}
.tabs-vertical-sweden  .tabs-nav-item.is-active:hover a{color: #000;font-weight:normal;font-size: 14px; font-family:flux-regular;text-transform:uppercase;}/*kartik germany*/
.tabs-vertical .tabs-content {
min-height:542px !important;
}


.tabs-vertical-sweden  .tabs-nav-item.is-active,
.tabs-vertical-sweden  .tabs-nav-item.is-active a,
.tabs-vertical-sweden  .tabs-nav-item{
line-height: 25.200000762939453px;
}
.tabs-vertical-sweden  .tabs-nav-item{
padding: 53px 6px 104px 5px !important;
}
.tabs-vertical-sweden  .tabs-nav-item {
  border: none;
  height: 50.5px;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 67px 7px 82px 4px ! important;
  background: url("../../img/tab-item-bg.png") repeat left top;
}

.tabs-vertical-sweden  .tabs-content {
min-height:542px !important;
}
.tabs-vertical-sweden  .tabs-nav {
 margin-top: 0px;
}
.tabs-vertical-sweden  .tabs-nav-item a{color: #fff;font-weight: normal;font-size: 14px;text-transform:uppercase;}
.tabs-vertical-sweden  .tabs-content p{ line-height:13px;}
.tabs-vertical-sweden  .richText{padding-top: 15px;margin-top: -59px; font-family:Flux-regular; }
.tabs-vertical-sweden .tabs-nav-item.is-active:hover {

  border: none;
  width: 58px;
 padding: 53px 6px 114px 5px;
 background-color:none; 
 cursor:pointer;
 background: url("../../img/tab-active-bg.png") repeat left top;
}
.tabs-vertical-sweden  .tabs-content p{
margin-left: 30px;
font-size: 14px;
line-height: 16px;
padding-left:0px;
width:100%;
}
.tabs-vertical-sweden  .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-sweden  .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-sweden  .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}
.tabs-vertical-sweden  .tabs-content {
  /*margin-left: 70px;*/
  padding:62px 13px;
  border: 0;
  left: -2px;
  top: 0;
  background: url("../../img/bg1.png") no-repeat left top;
}

.tabs-vertical-sweden  .tabs-nav {
    height: auto;
    /*left: 0;*/
    overflow: hidden;

    top: 0;
    width: 69px;
}
.tabs-vertical-sweden  .component-content {
  padding-top: 0;

}

.tabs-vertical-sweden {
width: 95%;
margin-left: 10px;
}
/***********brijesh Newzealand  Vertical 9/3/15********************/



/*austria*/
.tabs-horizontal-austria .tabs-nav-item.is-active:after {
content: "";
display: block;
width: 0;
height: 0;
margin-left: 220px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
/*border-top: 12px solid #209fae;*/
top: 114px ! important;
position: absolute;
right: 46%;
}
.tabs-horizontal-austria .tabs-nav-item.is-active, .tabs-horizontal-austria .tabs-nav-item.is-active a {
font-size: 29px;
line-height: 31px; /*Arpit Austria*/
}
.tabs-horizontal-austria .tabs-nav-item.is-active, .tabs-horizontal-austria .tabs-nav-item.is-active:hover {
border-bottom: none;
padding-bottom: 44px;
}
.tabs-horizontal-austria .tabs-nav-item {
line-height: 31px; /*Arpit Austria*/
font-size: 28px;
height: 50px;
padding: 20px 0 44px;
}
/***********brijesh poland 12/1/14********************/

/************************ Brijesh Poland****************** */
/*austria*/
.tabs-vertical-germany{
width: auto;
margin-left: 13px;
}
.tabs-vertical-germany .tabs-nav-list {
  width: 104%;
}

.tabs-vertical-germany .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-germany .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-germany .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}

.tabs-vertical-germany .tabs-nav-item .is-active, 
.tabs-vertical-germany .tabs-nav-item  .is-active:hover {
border: none;
width: 58px;
padding: 53px 6px 80px 5px ! important;/*kartik germany*/
background-color: none;
cursor: pointer;
background: url("../../img/tab-active-bg.png") repeat left top;
}
 
.tabs-vertical-germany .tabs-nav-item {
  border: none;
  height: auto;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 53px 6px 97px 5px ! important;/*kartik germany*/ 
}

.tabs-vertical-germany .tabs-nav-item .is-active a, .tabs-vertical-germany .tabs-nav-item .is-active:hover a {
color: #000;
font-weight: normal;
font-size: 14px ! important;
font-family: Flux-bold;
}

.tabs-vertical-germany .tabs-nav-item a {
color: #fff;
font-weight: normal;
font-size: 14px ! important;
font-family: Flux-bold;
}

.tabs-vertical-germany .richText {
padding-top: 15px;
margin-top: -15px;/*kartik vertical*/ 
font-family: Flux-regular;/*kartik vertical*/
}
.tabs-vertical-germany .tabs-content p {
    font-size: 18px;
    line-height: 16px;
    margin-bottom: 13px;
    margin-left: 0px;
    margin-top: 14px;
}
.tabs-vertical-germany .tabs-content {
    
    min-height: 580px !important;
    padding: 0 6px;
    
}
.tabs-vertical-germany .tabs-content {
margin-left: 70px;
padding: 12px 13px;
border: 0;
left: -2px;
top: 0;
background: url("../../img/bg1.png") no-repeat left top;
}
/*kartik*/
/*austria*/
.tabs-vertical-austria{
width: auto;
margin-left: 13px;
}
.tabs-vertical-austria .tabs-nav-list {
  width: 104%;
}

.tabs-vertical-austria .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-austria .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-austria .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}

.tabs-vertical-austria .tabs-nav-item .is-active, 
.tabs-vertical-austria .tabs-nav-item  .is-active:hover {
border: none;
width: 58px;
padding: 53px 6px 80px 5px ! important;/*kartik germany*/
background-color: none;
cursor: pointer;
background: url("../../img/tab-active-bg.png") repeat left top;
}
 
.tabs-vertical-austria .tabs-nav-item {
  border: none;
  height: 56px;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 47px 6px 97px 5px ! important;/*Arpit austria*/ 
}

.tabs-vertical-austria .tabs-nav-item .is-active a, .tabs-vertical-austria .tabs-nav-item .is-active:hover a {
color: #000;
font-weight: normal;
font-size: 14px ! important;
font-family: Flux-bold;
}

.tabs-vertical-austria .tabs-nav-item a {
color: #fff;
font-weight: normal;
font-size: 14px ! important;
font-family: Flux-bold;
}

.tabs-vertical-austria .richText {
padding-top: 15px;
margin-top: -15px;/*kartik vertical*/ 
font-family: Flux-regular;/*kartik vertical*/
}
.tabs-vertical-austria .tabs-content p {
    font-size: 18px;
    line-height: 16px;
    margin-bottom: 13px;
    margin-left: 0px;
    margin-top: 14px;
}
.tabs-vertical-austria .tabs-content {
    
    min-height: 580px !important;
    padding: 0 6px;
    
}
.tabs-vertical-austria .tabs-content {
margin-left: 70px;
padding: 12px 13px;
border: 0;
left: -2px;
top: 0;
background: url("../../img/bg1.png") no-repeat left top;
}
/*austria*/
/*kartik*/
.tabs-vertical-argentina{
width: auto;
margin-left: 13px;
}
.tabs-vertical-argentina .tabs-nav-list {
  width: 104%;
}

.tabs-vertical-argentina .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-argentina .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-argentina .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}

.tabs-vertical-argentina .tabs-nav-item .is-active, 
.tabs-vertical-argentina .tabs-nav-item  .is-active:hover {
border: none;
width: 58px;
padding: 81px 6px 67px 5px ! important;/*kartik argentina*/
background-color: none;
cursor: pointer;
background: url("../../img/tab-active-bg.png") repeat left top;
}
 
.tabs-vertical-argentina .tabs-nav-item {
  border: none;
  height: auto;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 81px 6px 68px 5px ! important;/*kartik argentina*/ 
}

.tabs-vertical-argentina .tabs-nav-item .is-active a, .tabs-vertical-argentina .tabs-nav-item .is-active:hover a {
color: #000;
font-weight: normal;
font-size: 14px ! important;
font-family: Flux-bold;
}

.tabs-vertical-argentina .tabs-nav-item a {
color: #fff;
font-weight: normal;
font-size: 20px ! important;
font-family: Flux-bold;
}

.tabs-vertical-argentina .richText {
padding-top: 15px;
margin-top: -15px;/*kartik vertical*/ 
font-family: Flux-regular;/*kartik vertical*/
}
.tabs-vertical-argentina .tabs-content p {
    font-size: 18px;
    line-height: 13px;
    margin-bottom: 13px;
    margin-left: 0px;
    margin-top: 14px;
}
.tabs-vertical-argentina .tabs-content {
    
    min-height: 580px !important;
    padding: 0 6px;
    
}
.tabs-vertical-argentina .tabs-content {
margin-left: 70px;
padding: 12px 13px;
border: 0;
left: -2px;
top: 0;
background: url("../../img/bg1.png") no-repeat left top;
}

/*kartik turkey*/

.tabs-vertical-turkey{
width: auto;
margin-left: 13px;
}
.tabs-vertical-turkey .tabs-nav-list {
  width: 104%;
}

.tabs-vertical-turkey .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-turkey .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-turkey .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}

.tabs-vertical-turkey .tabs-nav-item .is-active, 
.tabs-vertical-turkey .tabs-nav-item  .is-active:hover {
border: none;
width: 58px;
padding: 83px 6px 91px 5px ! important;/*kartik turkey*/
background-color: none;
cursor: pointer;
background: url("../../img/tab-active-bg.png") repeat left top;
}
 
.tabs-vertical-turkey .tabs-nav-item {
  border: none;
  height: auto;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 95px 6px 79px 5px ! important;/*kartik turkey*/ 
}

.tabs-vertical-turkey .tabs-nav-item .is-active a, .tabs-vertical-turkey .tabs-nav-item .is-active:hover a {
color: #000;
font-weight: normal;
font-size: 14px ! important;
font-family: Flux-bold;
}

.tabs-vertical-turkey .tabs-nav-item a {
color: #fff;
font-weight: normal;
font-size: 20px ! important;
font-family: Flux-bold;
}

.tabs-vertical-turkey .richText {
padding-top: 15px;
margin-top: -15px;/*kartik vertical*/ 
font-family: Flux-regular;/*kartik vertical*/
}
.tabs-vertical-turkey .tabs-content p {
    font-size: 18px;
    line-height: 13px;
    margin-bottom: 13px;
    margin-left: 0px;
    margin-top: 14px;
}
.tabs-vertical-turkey .tabs-content {
    
    min-height: 580px !important;
    padding: 0 6px;
    
}
.tabs-vertical-turkey .tabs-content {
margin-left: 70px;
padding: 12px 13px;
border: 0;
left: -2px;
top: 0;
background: url("../../img/bg1.png") no-repeat left top;
}
/*Arpit Belgium(French)*/
.tabs-vertical-belgium-french{
width: auto;
margin-left: 13px;
}
.tabs-vertical-belgium-french .tabs-nav-list {
  width: 104%;
}

.tabs-vertical-belgium-french .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-belgium-french .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-belgium-french .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}

.tabs-vertical-belgium-french .tabs-nav-item .is-active, 
.tabs-vertical-belgium-french .tabs-nav-item  .is-active:hover {
border: none;
width: 58px;
padding: 83px 6px 91px 5px ! important;/*kartik turkey*/
background-color: none;
cursor: pointer;
background: url("../../img/tab-active-bg.png") repeat left top;
}
 
.tabs-vertical-belgium-french .tabs-nav-item {
  border: none;
  height: auto;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 95px 6px 79px 5px ! important;/*kartik turkey*/ 
}

.tabs-vertical-belgium-french .tabs-nav-item .is-active a, .tabs-vertical-belgium-french .tabs-nav-item .is-active:hover a {
color: #000;
font-weight: normal;
font-size: 14px ! important;
font-family: Flux-bold;
}

.tabs-vertical-belgium-french .tabs-nav-item a {
color: #fff;
font-weight: normal;
font-size: 20px ! important;
font-family: Flux-bold;
}

.tabs-vertical-belgium-french .richText {
padding-top: 15px;
margin-top: -15px;/*kartik vertical*/ 
font-family: Flux-regular;/*kartik vertical*/
}
.tabs-vertical-belgium-french .tabs-content p {
    font-size: 18px;
    line-height: 13px;
    margin-bottom: 13px;
    margin-left: 0px;
    margin-top: 14px;
}
.tabs-vertical-belgium-french .tabs-content {
    
    min-height: 580px !important;
    padding: 0 6px;
    
}
.tabs-vertical-belgium-french .tabs-content {
margin-left: 70px;
padding: 12px 13px;
border: 0;
left: -2px;
top: 0;
background: url("../../img/bg1.png") no-repeat left top;
}
/*Arpit Belgium(French)*/
}

@media all and (max-width: 600px) and (min-width: 321px){
.tabs-horizontal-germany .tabs-nav-item.is-active:after {
content: "";
display: block;
width: 0;
height: 0;
margin-left: 220px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
/*border-top: 12px solid #209fae;*/
top: 90px ! important;
position: absolute;
right: 46%;
}
.tabs-horizontal-germany .tabs-nav-item.is-active, .tabs-horizontal-germany .tabs-nav-item.is-active a {
font-size: 16px;
line-height: 16px;
}
.tabs-horizontal-germany .tabs-nav-item.is-active, .tabs-horizontal-germany .tabs-nav-item.is-active:hover {
border-bottom: none;
padding-bottom: 20px;
}
.tabs-horizontal-germany .tabs-nav-item {
line-height: 16px;
font-size: 16px;
height: 50px;
padding: 20px 0 20px;
}
/*austria*/
.tabs-vertical-austria{
width: auto;
margin-left: 13px;
}
.tabs-vertical-germany .tabs-nav-list {
  width: 104%;
}
.tabs-vertical-austria .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-austria .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-austria .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}

.tabs-vertical-austria .tabs-nav-item .is-active, 
.tabs-vertical-austria .tabs-nav-item  .is-active:hover {
border: none;
width: 58px;
padding: 53px 6px 80px 5px ! important;/*kartik germany*/
background-color: none;
cursor: pointer;
background: url("../../img/tab-active-bg.png") repeat left top;
}
.tabs-vertical-argentina .tabs-nav-list {
  width: 104%;
}

/*kartik turkey*/

.tabs-vertical-turkey{
width: auto;
margin-left: 13px;
}
.tabs-vertical-turkey .tabs-nav-list {
  width: 104%;
}

.tabs-vertical-turkey .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-turkey .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-turkey .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}

.tabs-vertical-turkey .tabs-nav-item .is-active, 
.tabs-vertical-turkey .tabs-nav-item  .is-active:hover {
border: none;
width: 58px;
padding: 83px 6px 91px 5px ! important;/*kartik turkey*/
background-color: none;
cursor: pointer;
background: url("../../img/tab-active-bg.png") repeat left top;
}
 
.tabs-vertical-turkey .tabs-nav-item {
  border: none;
  height: auto;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 83px 6px 67px 5px ! important;/*kartik turkey*/ 
}

.tabs-vertical-turkey .tabs-nav-item .is-active a, .tabs-vertical-turkey .tabs-nav-item .is-active:hover a {
color: #000;
font-weight: normal;
font-size: 14px ! important;
font-family: Flux-bold;
}

.tabs-vertical-turkey .tabs-nav-item a {
color: #fff;
font-weight: normal;
font-size: 20px ! important;
font-family: Flux-bold;
}

.tabs-vertical-turkey .richText {
padding-top: 15px;
margin-top: -15px;/*kartik vertical*/ 
font-family: Flux-regular;/*kartik vertical*/
}
.tabs-vertical-turkey .tabs-content p {
    font-size: 18px;
    line-height: 13px;
    margin-bottom: 13px;
    margin-left: 0px;
    margin-top: 14px;
}
.tabs-vertical-turkey .tabs-content {
    
    min-height: 580px !important;
    padding: 0 6px;
    
}
.tabs-vertical-turkey .tabs-content {
margin-left: 70px;
padding: 12px 13px;
border: 0;
left: -2px;
top: 0;
background: url("../../img/bg1.png") no-repeat left top;
}
/*Arpit Belgium(French)*/
.tabs-vertical-belgium-french{
width: auto;
margin-left: 13px;
}
.tabs-vertical-belgium-french .tabs-nav-list {
  width: 104%;
}

.tabs-vertical-belgium-french .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-belgium-french .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-belgium-french .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}

.tabs-vertical-belgium-french .tabs-nav-item .is-active, 
.tabs-vertical-belgium-french .tabs-nav-item  .is-active:hover {
border: none;
width: 58px;
padding: 83px 6px 91px 5px ! important;/*kartik turkey*/
background-color: none;
cursor: pointer;
background: url("../../img/tab-active-bg.png") repeat left top;
}
 
.tabs-vertical-belgium-french .tabs-nav-item {
  border: none;
  height: auto;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 83px 6px 67px 5px ! important;/*kartik turkey*/ 
}

.tabs-vertical-belgium-french .tabs-nav-item .is-active a, .tabs-vertical-belgium-french .tabs-nav-item .is-active:hover a {
color: #000;
font-weight: normal;
font-size: 14px ! important;
font-family: Flux-bold;
}

.tabs-vertical-belgium-french .tabs-nav-item a {
color: #fff;
font-weight: normal;
font-size: 20px ! important;
font-family: Flux-bold;
}

.tabs-vertical-belgium-french .richText {
padding-top: 15px;
margin-top: -15px;/*kartik vertical*/ 
font-family: Flux-regular;/*kartik vertical*/
}
.tabs-vertical-belgium-french .tabs-content p {
    font-size: 18px;
    line-height: 13px;
    margin-bottom: 13px;
    margin-left: 0px;
    margin-top: 14px;
}
.tabs-vertical-belgium-french .tabs-content {
    
    min-height: 580px !important;
    padding: 0 6px;
    
}
.tabs-vertical-belgium-french .tabs-content {
margin-left: 70px;
padding: 12px 13px;
border: 0;
left: -2px;
top: 0;
background: url("../../img/bg1.png") no-repeat left top;
}
/*Arpit Belgium(French)*/
/*kartik turkey*/

.tabs-vertical-turkey .tabs-nav-list {
  width: 104%;
}
/*Arpit Belgium(French)*/
.tabs-vertical-belgium-french .tabs-nav-list {
  width: 104%;
}
/*Arpit Belgium(French)*/
.tabs-vertical-austria .tabs-nav-item {
  border: none;
  height: 56px;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 81px 6px 69px 5px ! important;/*Arpit austria*/ 
}
/***********brijesh poland  horizintal 2/2/14********************/
/***************turkey**************/
.turkey-horizontal-tab  .tabs-nav-item.is-active:after {
content: "";
display: block;
width: 0;
height: 0;
margin-left: 220px;
border-top: 12px solid #209fae;
top: 70px ! important;
right: 50%;
}
.turkey-horizontal-tab .tabs-nav-item.is-active, .turkey-horizontal-tab .tabs-nav-item.is-active a {
font-size: 16px;
line-height:28px;
}
.turkey-horizontal-tab .tabs-nav-item.is-active, .turkey-horizontal-tab .tabs-nav-item.is-active:hover {
border-bottom: none;
padding-bottom: 0px;
}
.turkey-horizontal-tab .tabs-nav-item {
line-height: 28px;
font-size: 16px;
height: 50px;
padding: 20px 0 0px;
}
.turkey-horizontal-tab .tabs-nav-item  a{
line-height: 28px;
font-size: 16px;
height: 50px;
padding: -5px 0 0px;

}
.turkey-horizontal-tab .tabs-nav-item.is-active{
line-height: 28px;
font-size: 16px;
height: 50px;
padding: 20px 0 0px;
}
/***************turkey**************/
.tabs-vertical-austria .tabs-nav-item .is-active a, .tabs-vertical-austria .tabs-nav-item .is-active:hover a {
color: #000;
font-weight: normal;
font-size: 14px ! important;
font-family: Flux-bold;
}

.tabs-vertical-austria .tabs-nav-item a {
color: #fff;
font-weight: normal;
font-size: 14px ! important;
font-family: Flux-bold;
}
.tabs-vertical-austria .tabs-nav-item .is-active a, .tabs-vertical-austria .tabs-nav-item .is-active:hover a {
color: #000;
font-weight: normal;
font-size: 14px ! important;
font-family: Flux-bold;
}
.tabs-vertical-austria .tabs-nav-list {
  width: 104%;
}
.tabs-vertical-austria .tabs-nav-item a {
color: #fff;
font-weight: normal;
font-size: 14px ! important;
font-family: Flux-bold;
}

.tabs-vertical-austria .richText {
padding-top: 15px;
margin-top: -15px;/*kartik vertical*/ 
font-family: Flux-regular;/*kartik vertical*/
}
.tabs-vertical-austria .tabs-content p {
    font-size: 18px;
    line-height: 16px;
    margin-bottom: 13px;
    margin-left: 0px;
    margin-top: 14px;
}
.tabs-vertical-austria .tabs-content {
    
    min-height: 580px !important;
    padding: 0 6px;
    
}
.tabs-vertical-austria .tabs-content {
margin-left: 70px;
padding: 12px 13px;
border: 0;
left: -2px;
top: 0;
background: url("../../img/bg1.png") no-repeat left top;
}
/*austria*/
/*austria*/

/*austria*/
.tabs-horizontal-austria .tabs-nav-item.is-active:after {
content: "";
display: block;
width: 0;
height: 0;
margin-left: 220px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
/*border-top: 12px solid #209fae;*/
top: 90px ! important;
position: absolute;
right: 46%;
}
.tabs-horizontal-austria .tabs-nav-item.is-active, .tabs-horizontal-austria .tabs-nav-item.is-active a {
font-size: 16px;
line-height: 16px;
}
.tabs-horizontal-austria .tabs-nav-item.is-active, .tabs-horizontal-austria .tabs-nav-item.is-active:hover {
border-bottom: none;
padding-bottom: 20px;
}
.tabs-horizontal-austria .tabs-nav-item {
line-height: 16px;
font-size: 16px;
height: 50px;
padding: 20px 0 20px;
}
/*austria*/
.tabs-vertical-argentina .tabs-content p {
    font-size: 18px;
    line-height: 15px;
    margin-bottom: 13px;
    margin-left: 0px;
    margin-top: -2px;
}
/*kartik turkey*/

.tabs-vertical-turkey .tabs-content p {
    font-size: 18px;
    line-height: 15px;
    margin-bottom: 13px;
    margin-left: 0px;
    margin-top: -2px;
}
/*Arpit Belgium(French)*/
.tabs-vertical-belgium-french .tabs-content p {
    font-size: 18px;
    line-height: 15px;
    margin-bottom: 13px;
    margin-left: 0px;
    margin-top: -2px;
}
/*Arpit Belgium(French)*/
/***************Brijesh  horizontal Poland*************/
.tabs-poland-horizontal .tabs-nav-item.is-active,
.tabs-poland-horizontal  .tabs-nav-item.is-active a,
.tabs-poland-horizontal  .tabs-nav-item{
cursor: pointer;
font-family:flux-regular;
line-height: 64px;
font-size: 18px;

}


.tabs-poland-horizontal  .tabs-nav-item.is-active:after {
content: "";
display: block;
width: 0;
height: 0;
margin-left: 220px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 12px solid #209fae;
top: 70px ! important;
right: 50%;
}
.tabs-poland-horizontal .tabs-nav-item.is-active, .tabs-horizontal-poland .tabs-nav-item.is-active a {
font-size: 28px;
line-height: 1.2;

}

.tabs-poland-horizontal .tabs-nav-item {

line-height: 67px;
font-size: 18px;
height: 50px;
padding: 0px 0 20px;
}


/***************Brijesh  horizontal Poland*************/
/***********brijesh poland  horizintal 2/2/14********************/

.tabs-horizontal-poland  .tabs-nav-item.is-active:after {
content: "";
display: block;
width: 0;
height: 0;
margin-left: 220px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 12px solid #209fae;
top: 80px ! important;
right: 50%;
}
.tabs-horizontal-poland .tabs-nav-item.is-active, .tabs-horizontal-poland .tabs-nav-item.is-active a {
font-size: 18px;
line-height:29px;
}
.tabs-horizontal-poland .tabs-nav-item.is-active, .tabs-horizontal-poland .tabs-nav-item.is-active:hover {
border-bottom: none;
padding-bottom: 10px;
}
.tabs-horizontal-poland .tabs-nav-item {
line-height: 28px;
font-size: 18px;
height: 50px;
padding: 20px 0 10px;
}
.tabs-horizontal-poland .tabs-nav-item  a{
line-height: 28px;
font-size: 18px;
height: 50px;
padding: -5px 0 10px;

}
.tabs-horizontal-poland .tabs-nav-item.is-active{
line-height: 28px;
font-size: 18px;
height: 50px;
padding: 20px 0 10px;
}

/***********brijesh poland  horizontal 2/2/14********************/
/************************ Brijesh Poland  vertical 2/2/14****************** */
.tabs-vertical-poland .tabs-nav-list {
  width: 104%;
}
.tabs-vertical-poland .tabs-nav-item {
  border: none;
  height: 50.5px;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 53px 7px 96px 4px ! important;
  
}
.tabs-vertical-poland .tabs-content p {
    font-size: 14px;
    line-height: 11px;
    margin-bottom: 13px;
    margin-left: 0px;
    margin-top: 14px;
}
.tabs-vertical-poland .tabs-nav-item .is-active, 
.tabs-vertical-poland .tabs-nav-item  .is-active:hover {
border: none;
width: 58px;
padding: 53px 6px 80px 5px ! important;/*kartik poland*/
background-color: none;
cursor: pointer;
background: url("../../img/tab-active-bg.png") repeat left top;
}
 
.tabs-vertical-poland .tabs-nav-item {
  border: none;
  height: 49px;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 71px 6px 79px 5px ! important;/*kartik poland*/ 
}
/************************ Brijesh Poland  vertical 2/2/14****************** */

/************************ Brijesh france  vertical 2/2/14****************** */
.tabs-vertical-france .tabs-nav-list {
  width: 104%;
}
.tabs-vertical-france .tabs-nav-item {
  border: none;
  height: 50.5px;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 53px 7px 96px 4px ! important;
  
}
.tabs-vertical-france .tabs-content p {
    font-size: 14px;
    line-height: 11px;
    margin-bottom: 13px;
    margin-left: 0px;
    margin-top: 14px;
	width:100%;
}
.tabs-vertical-france .tabs-nav-item .is-active, 
.tabs-vertical-france .tabs-nav-item  .is-active:hover {
border: none;
width: 58px;
padding: 53px 6px 80px 5px ! important;/*kartik poland*/
background-color: none;
cursor: pointer;
background: url("../../img/tab-active-bg.png") repeat left top;
}
 
.tabs-vertical-france .tabs-nav-item {
  border: none;
  height: 49px;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 71px 6px 79px 5px ! important;/*kartik poland*/ 
}
/************************ Brijesh france  vertical 2/2/14****************** */



/************************ Brijesh Newzealand  vertical 2/2/14****************** */
.tabs-vertical-newzealand .tabs-nav-list {
  width: 104%;
}
.tabs-vertical-newzealand .tabs-nav-item {
  border: none;
  height: 50.5px;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 53px 7px 96px 4px ! important;
  
}
.tabs-vertical-newzealand .tabs-content p {
    font-size: 14px;
    line-height: 11px;
    margin-bottom: 13px;
    margin-left: 0px;
    margin-top: 14px;
}
.tabs-vertical-newzealand .tabs-nav-item .is-active, 
.tabs-vertical-newzealand .tabs-nav-item  .is-active:hover {
border: none;
width: 58px;
padding: 53px 6px 80px 5px ! important;/*kartik poland*/
background-color: none;
cursor: pointer;
background: url("../../img/tab-active-bg.png") repeat left top;
}
 
.tabs-vertical-newzealand .tabs-nav-item {
  border: none;
  height: 49px;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 71px 6px 79px 5px ! important;
}
/************************ Brijesh Newzealand  vertical 2/2/14****************** */
/************************ Arpit Bulgaria******************* */
.tabs-vertical-bulgaria .tabs-nav-list {
  width: 104%;
}
.tabs-vertical-bulgaria .tabs-nav-item {
  border: none;
  height: 50.5px;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 53px 7px 96px 4px ! important;
  
}
.tabs-vertical-bulgaria .tabs-content p {
    font-size: 14px;
    line-height: 11px;
    margin-bottom: 13px;
    margin-left: 0px;
    margin-top: 14px;
}
.tabs-vertical-bulgaria .tabs-nav-item .is-active, 
.tabs-vertical-bulgaria .tabs-nav-item  .is-active:hover {
border: none;
width: 58px;
padding: 53px 6px 80px 5px ! important;/*kartik poland*/
background-color: none;
cursor: pointer;
background: url("../../img/tab-active-bg.png") repeat left top;
}
 
.tabs-vertical-bulgaria .tabs-nav-item {
  border: none;
  height: 49px;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 61px 6px 79px 5px ! important;
}
/************************Arpit Bulgaria****************** */

/************************ Brijesh Sweden  vertical 2/2/14****************** */
.tabs-vertical-sweden .tabs-nav-list {
  width: 104%;
}
.tabs-vertical-sweden .tabs-nav-item {
  border: none;
  height: 50.5px;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 53px 7px 96px 4px ! important;
  
}
.tabs-vertical-sweden .tabs-content p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 13px;
    margin-left: 0px;
    margin-top: 14px;
	max-width:100%;
}
.tabs-vertical-sweden .tabs-nav-item .is-active, 
.tabs-vertical-sweden .tabs-nav-item  .is-active:hover {
border: none;
width: 58px;
padding: 53px 6px 80px 5px ! important;/*kartik poland*/
background-color: none;
cursor: pointer;
background: url("../../img/tab-active-bg.png") repeat left top;
}
 
.tabs-vertical-sweden .tabs-nav-item {
  border: none;
  height: 49px;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 71px 6px 79px 5px ! important;
}
/************************ Brijesh Newzealand  vertical 2/2/14****************** */



}



/*kartik germany*/
/*@media all and (max-width: 600px) and (min-width: 481px){
.tabs-vertical-argentina .tabs-content p {
    font-size: 18px;
    line-height: 16px;
    margin-bottom: 13px;
    margin-left: 0px;
    margin-top: 14px;
}

}
@media all and (max-width: 480px) and (min-width: 321px){


.tabs-vertical-argentina .tabs-content p {
    font-size: 18px;
    line-height: 12px;
    margin-bottom: 13px;
    margin-left: 0px;
    margin-top: 14px;
}

}*/
@media only screen and (max-width: 320px) {
.tabs-content{ padding:0px;} 
.tabs-nav-item{ 
line-height:20px;
font-size: 18px;
height: 50px;
padding: 20px 0 10px;
}
.turkey-tabs-horizontal .tabs-nav-item{ 
line-height:20px;
font-size: 18px;
height: 50px;
padding: 20px 0 0px;
}
.turkey-tabs-horizontal.tabs-nav-item.is-active:after {
content: "";
display: block;
width: 0;
height: 0;
margin-left: 220px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 12px solid #209fae;
top: 80px;
position: absolute;
right: 50%;
}

.tabs-horizontal-germany .tabs-nav-item {
line-height: 20px;
font-size: 16px;
height: 50px;
padding: 20px 0 21px;
}
.tabs-horizontal-germany .tabs-nav-item.is-active, .tabs-horizontal-germany .tabs-nav-item.is-active a {
font-size: 16px;
}
.tabs-horizontal-germany .tabs-nav-item.is-active, .tabs-horizontal-germany .tabs-nav-item.is-active:hover {
border-bottom: none;
padding-bottom: 20px;
}
.tabs-horizontal-germany .tabs-nav-item.is-active,
.tabs-horizontal-germany .tabs-nav-item.is-active a,
.tabs-horizontal-germany .tabs-nav-item{
line-height: 15px;
}
.tabs-horizontal-germany .tabs-nav-item.is-active:after {
content: "";
display: block;
width: 0;
height: 0;
margin-left: 220px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
/*border-top: 12px solid #209fae;*/
top: 90px ! important;/*kartik horizontal*/
position: absolute;
right: 44%;
}
/***************Brijesh Poland*************/
.tabs-horizontal-poland .tabs-nav-item {
line-height: 20px;
font-size: 18px;
height: 50px;
padding: 20px 0 21px;
}
.tabs-horizontal-poland .tabs-nav-item.is-active, .tabs-horizontal-poland .tabs-nav-item.is-active a {
font-size: 18px;
}
.tabs-horizontal-poland .tabs-nav-item.is-active, .tabs-horizontal-poland .tabs-nav-item.is-active:hover {
border-bottom: none;
padding-bottom: 20px;
}
.tabs-horizontal-poland .tabs-nav-item.is-active,
.tabs-horizontal-poland .tabs-nav-item.is-active a,
.tabs-horizontal-poland .tabs-nav-item{
line-height: 1;
font-family:flux-regular;
}
.tabs-horizontal-poland .tabs-nav-item.is-active:after {
content: "";
display: block;
width: 0;
height: 0;
margin-left: 220px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
/*border-top: 12px solid #209fae;*/
top: 90px ! important;/*kartik horizontal*/

right: 44%;
}
/***************Brijesh Poland*************/

/***************Brijesh France*************/
.france-horizontal-tab .tabs-nav-item {
line-height: 20px;
font-size: 18px;
height: 50px;
padding: 20px 0 21px;
}
.france-horizontal-tab .tabs-nav-item.is-active, .france-horizontal-tab .tabs-nav-item.is-active a {
font-size: 18px;
}
.france-horizontal-tab .tabs-nav-item.is-active, .france-horizontal-tab .tabs-nav-item.is-active:hover {
border-bottom: none;
padding-bottom: 20px;
}
.france-horizontal-tab .tabs-nav-item.is-active,
.france-horizontal-tab .tabs-nav-item.is-active a,
.france-horizontal-tab .tabs-nav-item{
line-height: 1;
font-family:flux-regular;
}
.france-horizontal-tab .tabs-nav-item.is-active:after {
content: "";
display: block;
width: 0;
height: 0;
margin-left: 220px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
/*border-top: 12px solid #209fae;*/
top: 90px ! important;/*kartik horizontal*/

right: 44%;
}
/***************Brijesh france*************/


.tabs{
width:90%;
margin-left:auto;
margin-right:auto;
}

.tabs-nav-item.is-active:after {
content: "";
display: block;
width: 0;
height: 0;
margin-left: 220px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-top: 12px solid #209fae;
top: 80px;
position: absolute;
right: 50%;
}

.tabs-nav-item.is-active,
.tabs-nav-item.is-active a{
  font-size:18px;
}
/*austria*/
.tabs-horizontal-austria .tabs-nav-item {
line-height: 20px;
font-size: 16px;
height: 50px;
padding: 20px 0 21px;
}
.tabs-horizontal-austria .tabs-nav-item.is-active, .tabs-horizontal-austria .tabs-nav-item.is-active a {
font-size: 16px;
}
.tabs-horizontal-austria .tabs-nav-item.is-active, .tabs-horizontal-austria .tabs-nav-item.is-active:hover {
border-bottom: none;
padding-bottom: 20px;
}
.tabs-horizontal-austria .tabs-nav-item.is-active,
.tabs-horizontal-austria .tabs-nav-item.is-active a,
.tabs-horizontal-austria .tabs-nav-item{
line-height: 15px;
}
.tabs-horizontal-austria .tabs-nav-item.is-active:after {
content: "";
display: block;
width: 0;
height: 0;
margin-left: 220px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
/*border-top: 12px solid #209fae;*/
top: 90px ! important;/*kartik horizontal*/
position: absolute;
right: 44%;
}
/*austria*/

.tabs-vertical-austria{
width: auto;
margin-left: 13px;
}
.tabs-vertical-austria .tabs-nav-list {
  width: 104%;
}

.tabs-vertical-austria .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-austria .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-austria .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}

.tabs-vertical-austria .tabs-nav-item .is-active, 
.tabs-vertical-austria .tabs-nav-item  .is-active:hover {
border: none;
width: 58px;
padding: 53px 6px 80px 5px ! important;/*kartik germany*/
background-color: none;
cursor: pointer;
background: url("../../img/tab-active-bg.png") repeat left top;
}
 
.tabs-vertical-austria .tabs-nav-item {
  border: none;
  height: 56px;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 81px 6px 69px 5px ! important;/*Arpit austria*/ 
}

.tabs-vertical-austria .tabs-nav-item .is-active a, .tabs-vertical-austria .tabs-nav-item .is-active:hover a {
color: #000;
font-weight: normal;
font-size: 14px ! important;
font-family: Flux-bold;
}

.tabs-vertical-austria .tabs-nav-item a {
color: #fff;
font-weight: normal;
font-size: 14px ! important;
font-family: Flux-bold;
}

.tabs-vertical-austria .richText {
padding-top: 15px;
margin-top: -15px;/*kartik vertical*/ 
font-family: Flux-regular;/*kartik vertical*/
}
.tabs-vertical-austria .tabs-content p {
    font-size: 18px;
    line-height: 16px;
    margin-bottom: 13px;
    margin-left: 0px;
    margin-top: 14px;
}
.tabs-vertical-austria .tabs-content {
    
    min-height: 580px !important;
    padding: 0 6px;
    
}
.tabs-vertical-austria .tabs-content {
margin-left: 70px;
padding: 12px 13px;
border: 0;
left: -2px;
top: 0;
background: url("../../img/bg1.png") no-repeat left top;
}
/*austria*/
/*austria*/
.tabs-vertical-germany  .tabs{
width:90%;
margin-left:auto;
margin-right:auto;
}
.tabs-vertical-germany .tabs-nav-list {
  width: 100%;
}
.tabs-vertical-germany .tabs-nav-item.is-active, .tabs-vertical-germany .tabs-nav-item.is-active a {
font-size: 14px;
}

.tabs-vertical .tabs-content {
min-height:542px !important;
}

.tabs-vertical .tabs-content p{ line-height:13px;}

.tabs-vertical-portugal .tabs-content {
min-height:542px !important;
}

.tabs-vertical-portugal .tabs-content p{ line-height:13px;}
/* ++ Romania Vertical Tab Infosys 29-01-15 SA By Dhivya*/
.tabs-vertical-ro .tabs-content {
min-height:542px !important;
}

.tabs-vertical-ro .tabs-content p{ line-height:13px;}
/**ends**/
.tabs-vertical-germany .tabs-nav-item.is-active,
.tabs-vertical-germany .tabs-nav-item.is-active a,
.tabs-vertical-germany .tabs-nav-item{
line-height: 25.200000762939453px;/*kartik */
}
.tabs-vertical-germany .tabs-nav-item{
padding: 53px 6px 104px 5px !important;
}
.tabs-vertical-germany .tabs-nav-item {
  border: none;
  height: auto;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 53px 6px 96px 5px ! important;/*kartik germany*/ 
  background: url("../../img/tab-item-bg.png") repeat left top;
}

.tabs-vertical-germany .tabs-content {
min-height:542px !important;
}
.tabs-vertical-germany .tabs-nav {
 margin-top: 0px;
}

.tabs-vertical-germany .tabs-content p{ line-height:13px;}
.tabs-vertical-germany .richText{padding-top: 15px;margin-top: -59px; font-family:Flux-regular; }
.tabs-vertical-germany .tabs-nav-item.is-active:hover {
  border: none;
  width: 58px;
 padding: 53px 6px 114px 5px;/*kartik germany*/
 background-color:none; 
 cursor:pointer;
 background: url("../../img/tab-active-bg.png") repeat left top;
}
.tabs-vertical-germany .tabs-content p{
margin-left: 30px;
font-size: 18px;
line-height: 13px;

}
.tabs-vertical-germany .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-germany .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-germany .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}
.tabs-vertical-germany .tabs-content {
  /*margin-left: 70px;*/
  padding:62px 13px;/*kartik germany*/
  border: 0;
  left: -2px;
  top: 0;
  background: url("../../img/bg1.png") no-repeat left top;
}

.tabs-vertical-germany .tabs-nav {
    height: auto;
    /*left: 0;*/
    overflow: hidden;

    top: 0;
    width: 69px;
}
.tabs-vertical-germany .component-content {
  padding-top: 0;

}
/* ++kartik vertical*/
.tabs-vertical-germany{
width: 95%;
margin-left: 10px;
}
/*kartik*/

/*austria*/
.tabs-vertical-austria  .tabs{
width:90%;
margin-left:auto;
margin-right:auto;
}
.tabs-vertical-austria .tabs-nav-list {
  width: 100%;
}
.tabs-vertical-austria .tabs-nav-item.is-active, .tabs-vertical-austria .tabs-nav-item.is-active a {
font-size: 14px;
}

/***************Brijesh Poland*************/
.tabs-vertical-poland  .tabs{
width:90%;
margin-left:auto;
margin-right:auto;
}
.tabs-vertical-poland .tabs-nav-list {
  width: 100%;
}
.tabs-vertical-poland .tabs-nav-item.is-active, .tabs-vertical-poland .tabs-nav-item.is-active a {
font-size: 14px;
}
.tabs-vertical-poland .tabs-nav-item.is-active, .tabs-vertical-poland .tabs-nav-item.is-active :hover a {
font-size: 14px;
}
.tabs-vertical-poland .tabs-nav-item.is-active:hover a{color: #000;font-weight:normal;font-size: 14px; font-family:flux-regular;text-transform:uppercase;}/*kartik germany*/
.tabs-vertical .tabs-content {
min-height:542px !important;
}

.tabs-vertical .tabs-content p{ line-height:13px;}

.tabs-vertical-portugal .tabs-content {
min-height:550px !important;
}

.tabs-vertical-portugal .tabs-nav-item {
  border: none;
  height: auto;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 83px 5px 80px 5px;
 
}
.tabs-vertical-portugal .tabs-nav-item.is-active, .tabs-vertical-portugal .tabs-nav-item.is-active:hover {
  border: none;
  width: 58px;
  padding: 81px 5px 80px 5px;
  background-color: none;
  cursor: pointer;
  background: url("../../img/tab-active-bg.png") repeat left top;
}

.tabs-vertical-portugal .tabs-content p{ line-height:13px;}
/* ++ Romania Vertical Tab Infosys 29-01-15 SA By Dhivya*/
.tabs-vertical-ro .tabs-content {
min-height:542px !important;
}
.tabs-vertical-ro .tabs-content p{ line-height:13px;}
/******ends*************/
.tabs-vertical-poland .tabs-nav-item.is-active,
.tabs-vertical-poland .tabs-nav-item.is-active a,
.tabs-vertical-poland .tabs-nav-item{
line-height: 25.200000762939453px;
}
.tabs-vertical-poland .tabs-nav-item{
padding: 53px 6px 104px 5px !important;
}
.tabs-vertical-poland .tabs-nav-item {
  border: none;
  height: 30px;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 73px 7px 96px 4px ! important;
  background: url("../../img/tab-item-bg.png") repeat left top;
}

.tabs-vertical-poland .tabs-content {
min-height:542px !important;
}
.tabs-vertical-poland .tabs-nav {
 margin-top: 0px;
}
.tabs-vertical-poland .tabs-nav-item a{color: #fff;font-weight: normal;font-size: 14px;text-transform:uppercase;}
.tabs-vertical-poland .tabs-content p{ line-height:13px;}
.tabs-vertical-poland .richText{padding-top: 15px;margin-top: -59px; font-family:Flux-regular; }
.tabs-vertical-poland.tabs-nav-item.is-active:hover {

  border: none;
  width: 58px;
 padding: 53px 6px 114px 5px;
 background-color:none; 
 cursor:pointer;
 background: url("../../img/tab-active-bg.png") repeat left top;
}
.tabs-vertical-poland .tabs-content p{
margin-left: 30px;
font-size: 16px;
line-height: 12px;
padding-left:0px;
width:110%;
}
.tabs-vertical-poland .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-poland .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-poland .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}
.tabs-vertical-poland .tabs-content {
  /*margin-left: 70px;*/
  padding:62px 13px;
  border: 0;
  left: -2px;
  top: 0;
  background: url("../../img/bg1.png") no-repeat left top;
}

.tabs-vertical-poland .tabs-nav {
    height: auto;
    /*left: 0;*/
    overflow: hidden;

    top: 0;
    width: 69px;
}
.tabs-vertical-poland .component-content {
  padding-top: 0;

}

.tabs-vertical-poland{
width: 95%;
margin-left: 10px;
}
/***************Brijesh Poland*************/

/***************Brijesh France*************/
.tabs-vertical-france  .tabs{
width:90%;
margin-left:auto;
margin-right:auto;
}
.tabs-vertical-france .tabs-nav-list {
  width: 100%;
}
.tabs-vertical-france .tabs-nav-item.is-active, .tabs-vertical-france .tabs-nav-item.is-active a {
font-size: 14px;
}
.tabs-vertical-france .tabs-nav-item.is-active, .tabs-vertical-france .tabs-nav-item.is-active :hover a {
font-size: 14px;
}
.tabs-vertical-france .tabs-nav-item.is-active:hover a{color: #000;font-weight:normal;font-size: 14px; font-family:flux-regular;text-transform:uppercase;}/*kartik germany*/


.tabs-vertical-france .tabs-nav-item.is-active,
.tabs-vertical-france .tabs-nav-item.is-active a,
.tabs-vertical-france .tabs-nav-item{
line-height: 25.200000762939453px;
}
.tabs-vertical-france .tabs-nav-item{
padding: 53px 6px 104px 5px !important;
}
.tabs-vertical-france .tabs-nav-item {
  border: none;
  height: 30px;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 73px 7px 96px 4px ! important;
  background: url("../../img/tab-item-bg.png") repeat left top;
}

.tabs-vertical-france .tabs-content {
min-height:542px !important;
}
.tabs-vertical-france .tabs-nav {
 margin-top: 0px;
}
.tabs-vertical-france .tabs-nav-item a{color: #fff;font-weight: normal;font-size: 14px;text-transform:uppercase;}
.tabs-vertical-france .tabs-content p{ line-height:13px;}
.tabs-vertical-france .richText{padding-top: 15px;margin-top: -59px; font-family:Flux-regular; }
.tabs-vertical-france.tabs-nav-item.is-active:hover {

  border: none;
  width: 58px;
 padding: 53px 6px 114px 5px;
 background-color:none; 
 cursor:pointer;
 background: url("../../img/tab-active-bg.png") repeat left top;
}
.tabs-vertical-france .tabs-content p{
margin-left: 30px;
font-size: 16px;
line-height: 12px;
padding-left:0px;
width:110%;
}
.tabs-vertical-france .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-france .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-france .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}
.tabs-vertical-france .tabs-content {
  /*margin-left: 70px;*/
  padding:62px 13px;
  border: 0;
  left: -2px;
  top: 0;
  background: url("../../img/bg1.png") no-repeat left top;
}

.tabs-vertical-france .tabs-nav {
    height: auto;
    /*left: 0;*/
    overflow: hidden;

    top: 0;
    width: 69px;
}
.tabs-vertical-france .component-content {
  padding-top: 0;

}

.tabs-vertical-france{
width: 95%;
margin-left: 10px;
}
/***************Brijesh france*************/
/***************Kinjal*************/
.tabs-vertical-netherlands  .tabs{
width:90%;
margin-left:auto;
margin-right:auto;
}
.tabs-vertical-netherlands .tabs-nav-list {
  width: 100%;
}
.tabs-vertical-netherlands .tabs-nav-item.is-active, .tabs-vertical-netherlands .tabs-nav-item.is-active a {
font-size: 10px;
}
.tabs-vertical-netherlands .tabs-nav-item.is-active, .tabs-vertical-netherlands .tabs-nav-item.is-active :hover a {
font-size: 10px;
}
.tabs-vertical-netherlands .tabs-nav-item.is-active:hover a{color: #000;font-weight:normal;font-size: 10px; font-family:flux-regular;text-transform:uppercase;}/*kartik germany*/


.tabs-vertical-netherlands .tabs-nav-item.is-active,
.tabs-vertical-netherlands .tabs-nav-item.is-active a,
.tabs-vertical-netherlands .tabs-nav-item{
line-height: 25.200000762939453px;
}
.tabs-vertical-netherlands .tabs-nav-item{
padding: 53px 6px 104px 5px !important;
}
.tabs-vertical-netherlands .tabs-nav-item {
  border: none;
  height: 30px;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 73px 7px 96px 4px ! important;
  background: url("../../img/tab-item-bg.png") repeat left top;
}

.tabs-vertical-netherlands .tabs-content {
min-height:542px !important;
}
.tabs-vertical-netherlands .tabs-nav {
 margin-top: 0px;
}
.tabs-vertical-netherlands .tabs-nav-item a{color: #fff;font-weight: normal;font-size: 10px;text-transform:uppercase;}
.tabs-vertical-netherlands .tabs-content p{ line-height:13px;}
.tabs-vertical-netherlands .richText{padding-top: 15px;margin-top: -59px; font-family:Flux-regular; }
.tabs-vertical-netherlands.tabs-nav-item.is-active:hover {

  border: none;
  width: 58px;
 padding: 53px 6px 114px 5px;
 background-color:none; 
 cursor:pointer;
 background: url("../../img/tab-active-bg.png") repeat left top;
}
.tabs-vertical-netherlands .tabs-content p{
margin-left: 30px;
font-size: 16px;
line-height: 12px;
padding-left:0px;
width:110%;
}
.tabs-vertical-netherlands .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-netherlands .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-netherlands .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}
.tabs-vertical-netherlands .tabs-content {
  /*margin-left: 70px;*/
  padding:62px 13px;
  border: 0;
  left: -2px;
  top: 0;
  background: url("../../img/bg1.png") no-repeat left top;
}

.tabs-vertical-netherlands .tabs-nav {
    height: auto;
    /*left: 0;*/
    overflow: hidden;

    top: 0;
    width: 69px;
}
.tabs-vertical-netherlands .component-content {
  padding-top: 0;

}

.tabs-vertical-netherlands{
width: 95%;
margin-left: 10px;
}
/*************Kinjal***********/
/***************Kinjal*************/
.tabs-vertical-belgium-dutch  .tabs{
width:90%;
margin-left:auto;
margin-right:auto;
}
.tabs-vertical-belgium-dutch .tabs-nav-list {
  width: 100%;
}
.tabs-vertical-belgium-dutch .tabs-nav-item.is-active, .tabs-vertical-belgium-dutch .tabs-nav-item.is-active a {
font-size: 10px;
}
.tabs-vertical-belgium-dutch .tabs-nav-item.is-active, .tabs-vertical-belgium-dutch .tabs-nav-item.is-active :hover a {
font-size: 10px;
}
.tabs-vertical-belgium-dutch .tabs-nav-item.is-active:hover a{color: #000;font-weight:normal;font-size: 10px; font-family:flux-regular;text-transform:uppercase;}/*kartik germany*/


.tabs-vertical-belgium-dutch .tabs-nav-item.is-active,
.tabs-vertical-belgium-dutch .tabs-nav-item.is-active a,
.tabs-vertical-belgium-dutch .tabs-nav-item{
line-height: 25.200000762939453px;
}
.tabs-vertical-belgium-dutch .tabs-nav-item{
padding: 53px 6px 104px 5px !important;
}
.tabs-vertical-belgium-dutch .tabs-nav-item {
  border: none;
  height: 30px;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 73px 7px 96px 4px ! important;
  background: url("../../img/tab-item-bg.png") repeat left top;
}

.tabs-vertical-belgium-dutch .tabs-content {
min-height:542px !important;
}
.tabs-vertical-belgium-dutch .tabs-nav {
 margin-top: 0px;
}
.tabs-vertical-belgium-dutch .tabs-nav-item a{color: #fff;font-weight: normal;font-size: 10px;text-transform:uppercase;}
.tabs-vertical-belgium-dutch .tabs-content p{ line-height:13px;}
.tabs-vertical-belgium-dutch .richText{padding-top: 15px;margin-top: -59px; font-family:Flux-regular; }
.tabs-vertical-belgium-dutch.tabs-nav-item.is-active:hover {

  border: none;
  width: 58px;
 padding: 53px 6px 114px 5px;
 background-color:none; 
 cursor:pointer;
 background: url("../../img/tab-active-bg.png") repeat left top;
}
.tabs-vertical-belgium-dutch .tabs-content p{
margin-left: 30px;
font-size: 16px;
line-height: 12px;
padding-left:0px;
width:110%;
}
.tabs-vertical-belgium-dutch .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-belgium-dutch .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-belgium-dutch .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}
.tabs-vertical-belgium-dutch .tabs-content {
  /*margin-left: 70px;*/
  padding:62px 13px;
  border: 0;
  left: -2px;
  top: 0;
  background: url("../../img/bg1.png") no-repeat left top;
}

.tabs-vertical-belgium-dutch .tabs-nav {
    height: auto;
    /*left: 0;*/
    overflow: hidden;

    top: 0;
    width: 69px;
}
.tabs-vertical-belgium-dutch .component-content {
  padding-top: 0;

}

.tabs-vertical-belgium-dutch{
width: 95%;
margin-left: 10px;
}
/*************Kinjal***********/

/***************Brijesh NewZealand*************/
.tabs-vertical-newzealand  .tabs{
width:90%;
margin-left:auto;
margin-right:auto;
}
.tabs-vertical-newzealand .tabs-nav-list {
  width: 100%;
}
.tabs-vertical-newzealand .tabs-nav-item.is-active, .tabs-vertical-newzealand .tabs-nav-item.is-active a {
font-size: 14px;
}
.tabs-vertical-newzealand .tabs-nav-item.is-active, .tabs-vertical-newzealand .tabs-nav-item.is-active :hover a {
font-size: 14px;
}
.tabs-vertical-newzealand .tabs-nav-item.is-active:hover a{color: #000;font-weight:normal;font-size: 14px; font-family:flux-regular;text-transform:uppercase;}/*kartik germany*/
.tabs-vertical .tabs-content {
min-height:542px !important;
}


.tabs-vertical-newzealand .tabs-nav-item.is-active,
.tabs-vertical-newzealand .tabs-nav-item.is-active a,
.tabs-vertical-newzealand.tabs-nav-item{
line-height: 25.200000762939453px;
}
.tabs-vertical-newzealand .tabs-nav-item{
padding: 53px 6px 104px 5px !important;
}
.tabs-vertical-newzealand .tabs-nav-item {
  border: none;
  height: 30px;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 73px 7px 96px 4px ! important;
  background: url("../../img/tab-item-bg.png") repeat left top;
}

.tabs-vertical-newzealand .tabs-content {
min-height:542px !important;
}
.tabs-vertical-newzealand .tabs-nav {
 margin-top: 0px;
}
.tabs-vertical-newzealand .tabs-nav-item a{color: #fff;font-weight: normal;font-size: 14px;text-transform:uppercase;}
.tabs-vertical-newzealand .tabs-content p{ line-height:13px;}
.tabs-vertical-newzealand .richText{padding-top: 15px;margin-top: -59px; font-family:Flux-regular; }
.tabs-vertical-newzealand.tabs-nav-item.is-active:hover {

  border: none;
  width: 58px;
 padding: 53px 6px 114px 5px;
 background-color:none; 
 cursor:pointer;
 background: url("../../img/tab-active-bg.png") repeat left top;
}
.tabs-vertical-newzealand .tabs-content p{
margin-left: 30px;
font-size: 16px;
line-height: 18px;
padding-left:0px;
width:75%;
margin-top:3px;
}
.tabs-vertical-newzealand .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-newzealand .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-newzealand .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}
.tabs-vertical-newzealand .tabs-content {
  /*margin-left: 70px;*/
  padding:62px 13px;
  border: 0;
  left: -2px;
  top: 0;
  background: url("../../img/bg1.png") no-repeat left top;
}

.tabs-vertical-newzealand .tabs-nav {
    height: auto;
    /*left: 0;*/
    overflow: hidden;

    top: 0;
    width: 69px;
}
.tabs-vertical-newzealand .component-content {
  padding-top: 0;

}

.tabs-vertical-newzealand{
width: 95%;
margin-left: 10px;
}
/***************Brijesh NewZealand************/
/***************Arpit bulgaria*************/
.tabs-vertical-bulgaria  .tabs{
width:90%;
margin-left:auto;
margin-right:auto;
}
.tabs-vertical-bulgaria .tabs-nav-list {
  width: 100%;
}
.tabs-vertical-bulgaria .tabs-nav-item.is-active, .tabs-vertical-bulgaria .tabs-nav-item.is-active a {
font-size: 14px;
}
.tabs-vertical-bulgaria .tabs-nav-item.is-active, .tabs-vertical-bulgaria .tabs-nav-item.is-active :hover a {
font-size: 14px;
}
.tabs-vertical-bulgaria .tabs-nav-item.is-active:hover a{color: #000;font-weight:normal;font-size: 14px; font-family:flux-regular;text-transform:uppercase;}/*kartik germany*/
.tabs-vertical .tabs-content {
min-height:542px !important;
}


.tabs-vertical-bulgaria .tabs-nav-item.is-active,
.tabs-vertical-bulgaria .tabs-nav-item.is-active a,
.tabs-vertical-bulgaria.tabs-nav-item{
line-height: 25.200000762939453px;
}
.tabs-vertical-bulgaria .tabs-nav-item{
padding: 53px 6px 104px 5px !important;
}
.tabs-vertical-bulgaria .tabs-nav-item {
  border: none;
  height: 30px;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 73px 7px 96px 4px ! important;
  background: url("../../img/tab-item-bg.png") repeat left top;
}

.tabs-vertical-bulgaria .tabs-content {
min-height:542px !important;
}
.tabs-vertical-bulgaria .tabs-nav {
 margin-top: 0px;
}
.tabs-vertical-bulgaria .tabs-nav-item a{color: #fff;font-weight: normal;font-size: 14px;text-transform:uppercase;}
.tabs-vertical-bulgaria .tabs-content p{ line-height:13px;}
.tabs-vertical-bulgaria .richText{padding-top: 15px;margin-top: -59px; font-family:Flux-regular; }
.tabs-vertical-bulgaria.tabs-nav-item.is-active:hover {

  border: none;
  width: 58px;
 padding: 53px 6px 114px 5px;
 background-color:none; 
 cursor:pointer;
 background: url("../../img/tab-active-bg.png") repeat left top;
}
.tabs-vertical-bulgaria .tabs-content p{
margin-left: 30px;
font-size: 16px;
line-height: 16px;
padding-left:0px;
width:75%;
margin-top:3px;
}
.tabs-vertical-bulgaria .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-bulgaria .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-bulgaria .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}
.tabs-vertical-bulgaria .tabs-content {
  /*margin-left: 70px;*/
  padding:62px 13px;
  border: 0;
  left: -2px;
  top: 0;
  background: url("../../img/bg1.png") no-repeat left top;
}

.tabs-vertical-bulgaria .tabs-nav {
    height: auto;
    /*left: 0;*/
    overflow: hidden;

    top: 0;
    width: 69px;
}
.tabs-vertical-bulgaria .component-content {
  padding-top: 0;

}

.tabs-vertical-bulgaria{
width: 95%;
margin-left: 10px;
}
/***************Arpit bulgaria************/
/***************Brijesh Sweden 12-3-15*************/
.tabs-vertical-sweden  .tabs{
width:90%;
margin-left:auto;
margin-right:auto;
}
.tabs-vertical-sweden .tabs-nav-list {
  width: 100%;
}
.tabs-vertical-sweden .tabs-nav-item.is-active, .tabs-vertical-sweden .tabs-nav-item.is-active a {
font-size: 14px;
}
.tabs-vertical-sweden .tabs-nav-item.is-active, .tabs-vertical-sweden .tabs-nav-item.is-active :hover a {
font-size: 14px;
}
.tabs-vertical-sweden .tabs-nav-item.is-active:hover a{color: #000;font-weight:normal;font-size: 14px; font-family:flux-regular;text-transform:uppercase;}/*kartik germany*/
.tabs-vertical .tabs-content {
min-height:542px !important;
}


.tabs-vertical-sweden .tabs-nav-item.is-active,
.tabs-vertical-sweden .tabs-nav-item.is-active a,
.tabs-vertical-sweden.tabs-nav-item{
line-height: 25.200000762939453px;
}
.tabs-vertical-sweden .tabs-nav-item{
padding: 53px 6px 104px 5px !important;
}
.tabs-vertical-sweden .tabs-nav-item {
  border: none;
  height: 30px;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 73px 7px 96px 4px ! important;
  background: url("../../img/tab-item-bg.png") repeat left top;
}

.tabs-vertical-sweden .tabs-content {
min-height:542px !important;
}
.tabs-vertical-sweden .tabs-nav {
 margin-top: 0px;
}
.tabs-vertical-sweden .tabs-nav-item a{color: #fff;font-weight: normal;font-size: 14px;text-transform:uppercase;}
.tabs-vertical-sweden .tabs-content p{ line-height:13px;}
.tabs-vertical-sweden .richText{padding-top: 15px;margin-top: -59px; font-family:Flux-regular; }
.tabs-vertical-sweden.tabs-nav-item.is-active:hover {

  border: none;
  width: 58px;
 padding: 53px 6px 114px 5px;
 background-color:none; 
 cursor:pointer;
 background: url("../../img/tab-active-bg.png") repeat left top;
}
.tabs-vertical-sweden .tabs-content p{
margin-left: 30px;
font-size: 16px;
line-height: 16px;
padding-left:0px;
max-width:100%;
}
.tabs-vertical-sweden .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-sweden .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-sweden .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}
.tabs-vertical-sweden .tabs-content {
  /*margin-left: 70px;*/
  padding:62px 13px;
  border: 0;
  left: -2px;
  top: 0;
  background: url("../../img/bg1.png") no-repeat left top;
}

.tabs-vertical-sweden .tabs-nav {
    height: auto;
    /*left: 0;*/
    overflow: hidden;

    top: 0;
    width: 69px;
}
.tabs-vertical-sweden .component-content {
  padding-top: 0;

}

.tabs-vertical-sweden{
width: 95%;
margin-left: 10px;
}
/***************Brijesh sweden************/

.tabs-vertical-austria .tabs-nav-item.is-active,
.tabs-vertical-austria .tabs-nav-item.is-active a,
.tabs-vertical-austria .tabs-nav-item{
line-height: 25.5px;/*arpit 30-Jan-2015 */
}
.tabs-vertical-austria .tabs-nav-item{
padding: 52px 6px 104px 5px !important;
}
.tabs-vertical-austria .tabs-nav-item {
  border: none;
  height: auto;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 74px 6px 73px 5px ! important;/*kartik germany*/ 
  background: url("../../img/tab-item-bg.png") repeat left top;
}

.tabs-vertical-austria .tabs-content {
min-height:542px !important;
}
.tabs-vertical-austria .tabs-nav {
 margin-top: 0px;
}

.tabs-vertical-austria .tabs-content p{ line-height:13px;}
.tabs-vertical-austria .richText{padding-top: 15px;margin-top: -59px; font-family:Flux-regular; }
.tabs-vertical-austria .tabs-nav-item.is-active:hover {
  border: none;
  width: 58px;
 padding: 52px 6px 114px 5px;/*kartik germany*/
 background-color:none; 
 cursor:pointer;
 background: url("../../img/tab-active-bg.png") repeat left top;
}
.tabs-vertical-austria .tabs-content p{
margin-left: 30px;
font-size: 18px;
line-height: 14px;

}
.tabs-vertical-austria .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-austria .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-austria .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}
.tabs-vertical-austria .tabs-content {
  /*margin-left: 70px;*/
  padding:62px 13px;/*kartik germany*/
  border: 0;
  left: -2px;
  top: 0;
  background: url("../../img/bg1.png") no-repeat left top;
}

.tabs-vertical-austria .tabs-nav {
    height: auto;
    /*left: 0;*/
    overflow: hidden;

    top: 0;
    width: 69px;
}
.tabs-vertical-austria .component-content {
  padding-top: 0;

}
/* ++kartik vertical*/
.tabs-vertical-austria{
width: 95%;
margin-left: 10px;
}
/*austria*/
.tabs-vertical-argentina  .tabs{
width:90%;
margin-left:auto;
margin-right:auto;
}
.tabs-vertical-argentina .tabs-nav-list {
  width: 100%;
}
.tabs-vertical-argentina .tabs-nav-item.is-active, .tabs-vertical-argentina .tabs-nav-item.is-active a {
font-size: 14px;
}

.tabs-vertical-argentina .tabs-content {
min-height:542px !important;
}

.tabs-vertical-argentina .tabs-content p{ line-height:13px;}

.tabs-vertical-argentina .tabs-nav-item.is-active,
.tabs-vertical-argentina .tabs-nav-item.is-active a,
.tabs-vertical-argentina .tabs-nav-item{
line-height: 25.200000762939453px;/*kartik */
}

.tabs-vertical-argentina .tabs-nav-item {
  border: none;
  height: auto;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 52px 6px 96px 5px ! important;/*kartik germany*/ 
  background: url("../../img/tab-item-bg.png") repeat left top;
}

.tabs-vertical-argentina .tabs-content {
min-height:542px !important;
}
.tabs-vertical-argentina .tabs-nav {
 margin-top: 0px;
}
.tabs-vertical-argentina .tabs-nav-item.is-active a, .tabs-vertical-argentina.tabs-nav-item.is-active:hover a {
color: #000;
font-weight: normal;
font-size: 14px;
font-family: Flux-bold;
text-transform: uppercase;
}
.tabs-vertical-argentina .tabs-nav-item a {
color: #fff;
font-weight: normal;
font-size: 14px;
text-transform: uppercase;
}

.tabs-vertical-argentina .tabs-content p{ line-height:13px;}
.tabs-vertical-argentina .richText{padding-top: 15px;margin-top: -59px; font-family:Flux-regular; }
.tabs-vertical-argentina .tabs-nav-item.is-active:hover {
  border: none;
  width: 58px;
 padding: 52px 6px 114px 5px;/*kartik germany*/
 background-color:none; 
 cursor:pointer;
 background: url("../../img/tab-active-bg.png") repeat left top;
}
.tabs-vertical-argentina .tabs-content p{
margin-left: 30px;
font-size: 18px;
line-height: 13px;
margin-top: 1px ! important;
}
.tabs-vertical-argentina .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-argentina .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-argentina .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}
.tabs-vertical-argentina .tabs-content {
  /*margin-left: 70px;*/
  padding:62px 13px;/*kartik germany*/
  border: 0;
  left: -2px;
  top: 0;
  background: url("../../img/bg1.png") no-repeat left top;
}

.tabs-vertical-argentina .tabs-nav {
    height: auto;
    /*left: 0;*/
    overflow: hidden;

    top: 0;
    width: 69px;
}
.tabs-vertical-argentina .component-content {
  padding-top: 0;

}
/* ++kartik vertical*/
.tabs-vertical-argentina{
width: 95%;
margin-left: 10px;
}
/*kartik turkey*/

.tabs-vertical-turkey  .tabs{
width:90%;
margin-left:auto;
margin-right:auto;
}
.tabs-vertical-turkey .tabs-nav-list {
  width: 100%;
}
.tabs-vertical-turkey .tabs-nav-item.is-active, .tabs-vertical-turkey .tabs-nav-item.is-active a {
font-size: 14px;
}

.tabs-vertical-turkey .tabs-content {
min-height:542px !important;
}

.tabs-vertical-turkey .tabs-content p{ line-height:13px;}

.tabs-vertical-turkey .tabs-nav-item.is-active,
.tabs-vertical-turkey .tabs-nav-item.is-active a,
.tabs-vertical-turkey .tabs-nav-item{
line-height: 25.200000762939453px;/*kartik */
}

.tabs-vertical-turkey .tabs-nav-item {
  border: none;
  height: auto;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 84px 6px 89.8px 5px ! important;/*kartik germany*/ 
  background: url("../../img/tab-item-bg.png") repeat left top;
}

.tabs-vertical-turkey .tabs-content {
min-height:542px !important;
}
.tabs-vertical-turkey .tabs-nav {
 margin-top: 0px;
}
.tabs-vertical-turkey .tabs-nav-item.is-active a, .tabs-vertical-turkey.tabs-nav-item.is-active:hover a {
color: #000;
font-weight: normal;
font-size: 14px;
font-family: Flux-bold;
text-transform: uppercase;
}
.tabs-vertical-turkey .tabs-nav-item a {
color: #fff;
font-weight: normal;
font-size: 14px;
text-transform: uppercase;
}

.tabs-vertical-turkey .tabs-content p{ line-height:13px;}
.tabs-vertical-turkey .richText{padding-top: 15px;margin-top: -59px; font-family:Flux-regular; }
.tabs-vertical-turkey .tabs-nav-item.is-active:hover {
  border: none;
  width: 58px;
 padding: 84px 6px 90px 5px;/*kartik turkey*/
 background-color:none; 
 cursor:pointer;
 background: url("../../img/tab-active-bg.png") repeat left top;
}
.tabs-vertical-turkey .tabs-content p{
margin-left: 30px;
font-size: 18px;
line-height: 16px;
margin-top: 1px ! important;
}
.tabs-vertical-turkey .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-turkey .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-turkey .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}
.tabs-vertical-turkey .tabs-content {
  /*margin-left: 70px;*/
  padding:62px 13px;/*kartik germany*/
  border: 0;
  left: -2px;
  top: 0;
  background: url("../../img/bg1.png") no-repeat left top;
}

.tabs-vertical-turkey .tabs-nav {
    height: auto;
    /*left: 0;*/
    overflow: hidden;

    top: 0;
    width: 69px;
}
.tabs-vertical-turkey .component-content {
  padding-top: 0;

}
/*Arpit Belgium(French)*/
.tabs-vertical-belgium-french  .tabs{
width:90%;
margin-left:auto;
margin-right:auto;
}
.tabs-vertical-belgium-french .tabs-nav-list {
  width: 100%;
}
.tabs-vertical-belgium-french .tabs-nav-item.is-active, .tabs-vertical-belgium-french .tabs-nav-item.is-active a {
font-size: 14px;
}

.tabs-vertical-belgium-french .tabs-content {
min-height:542px !important;
}

.tabs-vertical-belgium-french .tabs-content p{ line-height:13px;}

.tabs-vertical-belgium-french .tabs-nav-item.is-active,
.tabs-vertical-belgium-french .tabs-nav-item.is-active a,
.tabs-vertical-belgium-french .tabs-nav-item{
line-height: 25.200000762939453px;/*kartik */
}

.tabs-vertical-belgium-french .tabs-nav-item {
  border: none;
  height: auto;
  margin: 0 0 1px 0;
  width: 57px;
  padding: 84px 6px 89.8px 5px ! important;/*kartik germany*/ 
  background: url("../../img/tab-item-bg.png") repeat left top;
}

.tabs-vertical-belgium-french .tabs-content {
min-height:542px !important;
}
.tabs-vertical-belgium-french .tabs-nav {
 margin-top: 0px;
}
.tabs-vertical-belgium-french .tabs-nav-item.is-active a, .tabs-vertical-belgium-french.tabs-nav-item.is-active:hover a {
color: #000;
font-weight: normal;
font-size: 14px;
font-family: Flux-bold;
text-transform: uppercase;
}
.tabs-vertical-belgium-french .tabs-nav-item a {
color: #fff;
font-weight: normal;
font-size: 14px;
text-transform: uppercase;
}

.tabs-vertical-belgium-french .tabs-content p{ line-height:13px;}
.tabs-vertical-belgium-french .richText{padding-top: 15px;margin-top: -59px; font-family:Flux-regular; }
.tabs-vertical-belgium-french .tabs-nav-item.is-active:hover {
  border: none;
  width: 58px;
 padding: 84px 6px 90px 5px;/*kartik turkey*/
 background-color:none; 
 cursor:pointer;
 background: url("../../img/tab-active-bg.png") repeat left top;
}
.tabs-vertical-belgium-french .tabs-content p{
margin-left: 30px;
font-size: 18px;
line-height: 13px;
margin-top: 1px ! important;
}
.tabs-vertical-belgium-french .tabview1 {
   background: url("../../img/high-unselect.png") repeat left top;
}
.tabs-vertical-belgium-french .tabview2{
 background: url("../../img/medium-unselect.png") repeat left top;
}

.tabs-vertical-belgium-french .tabview3{
   background: url("../../img/low-unselect.png") repeat left top;
}
.tabs-vertical-belgium-french .tabs-content {
  /*margin-left: 70px;*/
  padding:62px 13px;/*kartik germany*/
  border: 0;
  left: -2px;
  top: 0;
  background: url("../../img/bg1.png") no-repeat left top;
}

.tabs-vertical-belgium-french .tabs-nav {
    height: auto;
    /*left: 0;*/
    overflow: hidden;

    top: 0;
    width: 69px;
}
.tabs-vertical-belgium-french .component-content {
  padding-top: 0;

}
/*Arpit Belgium(French)*/
/* ++kartik vertical*/
.tabs-vertical-turkey{
width: 95%;
margin-left: 10px;
}
/*Arpit Belgium(French)*/
.tabs-vertical-belgium-french{
width: 95%;
margin-left: 10px;
}
/*Arpit Belgium(French)*/
}

/*********** saravana nl_Ch horizontal-tabs **************/

@media only screen and (min-width: 321px) and (max-width: 447px){

.pronamel-tab-nl .tabs-nav .tabs-nav-list .tabs-nav-item.is-active, .tabs-nav-item.is-active a {
    background: none repeat scroll 0 0 #209fae;
    color: #ffffff;
    cursor: default;
    font-size: 20px;
}

.pronamel-tab-nl .tabs-nav .tabs-nav-list .tabs-nav-item.is-active::after {
    top: 90px;
}

.pronamel-tab-nl .tabs-nav .tabs-nav-list .tabs-nav-item {
    height: 50px;
    line-height: 29px;
    padding: 20px 0 10px;
}
.pronamel-tab-nl .tabs-nav .tabs-nav-list .tabs-nav-item {
    background: none repeat scroll 0 0 #ddeff1;
    border: medium none;
    color: #83aab1;
    cursor: pointer;
    float: left;
    font-size: 20px;
    padding: 20px 0;
    position: relative;
    text-align: center;
    width: 50%;
}

/***************Brijesh France*************/
.france-horizontal-tab .tabs-nav-item {
line-height: 20px;
font-size: 18px;
height: 50px;
padding: 20px 0 21px;
}
.france-horizontal-tab .tabs-nav-item.is-active, .france-horizontal-tab .tabs-nav-item.is-active a {
font-size: 18px;
}
.france-horizontal-tab .tabs-nav-item.is-active, .france-horizontal-tab .tabs-nav-item.is-active:hover {
border-bottom: none;
padding-bottom: 20px;

}
.france-horizontal-tab .tabs-nav-item.is-active,
.france-horizontal-tab .tabs-nav-item.is-active a,
.france-horizontal-tab .tabs-nav-item{
line-height: 1;
font-family:flux-regular;
}
.france-horizontal-tab .tabs-nav-item.is-active:after {
content: "";
display: block;
width: 0;
height: 0;
margin-left: 220px;
border-left: 12px solid transparent;
border-right: 12px solid transparent;
/*border-top: 12px solid #209fae;*/
top: 90px ! important;/*kartik horizontal*/

right: 44%;
}
/***************Brijesh france*************/

}

/*********** saravana fr_Ch horizontal-tabs **************/

@media only screen and (min-width: 321px) and (max-width: 456px){

.pronamel-tab-fr .tabs-nav .tabs-nav-list .tabs-nav-item.is-active, .tabs-nav-item.is-active a {
    background: none repeat scroll 0 0 #209fae;
    color: #ffffff;
    cursor: default;
    font-size: 19px;
}

.pronamel-tab-fr .tabs-nav .tabs-nav-list .tabs-nav-item.is-active::after {
    top: 90px;
}

.pronamel-tab-fr .tabs-nav .tabs-nav-list .tabs-nav-item {
    height: 50px;
    line-height: 29px;
    padding: 20px 0 10px;
}
.pronamel-tab-fr .tabs-nav .tabs-nav-list .tabs-nav-item {
    background: none repeat scroll 0 0 #ddeff1;
    border: medium none;
    color: #83aab1;
    cursor: pointer;
    float: left;
    font-size: 19px;
    padding: 20px 0;
    position: relative;
    text-align: center;
    width: 50%;
}

}

