.unselectable, .tab .tab-legend > li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.tab {
  width: 100%;
  overflow: hidden; 
}

.tab > .tab-legend, .tab > .tab-content, .tab-legend > li, .tab-content > li {
  margin: 0;
  padding: 0;
  list-style: none; }

.tab .tab-legend {
  margin-top: 2px; }

.tab .tab-legend > li {
  padding: 0px 15px;
  cursor: pointer;
}

.tab .tab-legend > li {
  background-color: #fff; position: relative;}



.tab .tab-legend .active {
  /* background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(64,64,64,0.1);
  -moz-box-shadow: 0 2px 4px 0 rgba(64,64,64,0.1);
  box-shadow: 0 2px 4px 0 rgba(64,64,64,0.1);
  border: .1rem solid rgba(0,0,0,0.03);   */
  color: #d96511;
  font-weight: 600
}

.tab .tab-content {
  width: 100%;
  min-height: 350px;
  position: relative;
  overflow: hidden; 
 /*  -webkit-box-shadow: 0 2px 50px 0 rgba(64,64,64,0.1);
-moz-box-shadow: 0 2px 50px 0 rgba(64,64,64,0.1);
box-shadow: 0 2px 50px 0 rgba(64,64,64,0.1); */
}

.tab .tab-content > li {
  /* position: relative; */
  overflow: hidden; 
  /* background-color: #fff; */
  padding: 70px 45px;
}

/*Horizontal specific*/
.tab-horiz .tab-legend {
  width: 100%; }

.tab-horiz .tab-legend > li {
  border-top: solid 1px #CCC;
  border-right: solid 1px #CCC;
  border-bottom: solid 1px #CCC; }

.tab.tab-horiz .tab-legend .active {
  border-top: solid 4px #dc5147;
  border-bottom: 0; }

.tab-horiz .tab-legend > li:first-child {
  border-left: solid 1px #CCC; }

.tab-horiz .tab-content {
  width: 100%;}
.tab-content h4{font-size: 42px; line-height: normal; color: #fff;
 width: 100%; margin-bottom: 20px; position: relative; padding-bottom: 30px;}
 .tab-content h4:before{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 70px;
  height: 4px;
  content: "";
  background-color: #d96511;
 }


.tab.tab-vert .tab-legend .active {
}

.tab-vert .tab-legend > li{
  width: 100%; font-size: 24px;
  text-align: left; line-height: 60px;
  color: #929394;
  position: relative;
  background-color: transparent;
  /* border: 1px solid #fff; */
}
.tab-vert .tab-legend > li:hover:after{
  
}


.tab-vert .tab-legend > li.active {
   }
/*Vertical specific*/
.tab-vert .tab-legend {
  width: 25%;
  float: right; 
  padding: 70px 0% 0 0%;
}
.tab-vert .tab-content {
  width: 75%;
  display: block;
  text-align: justify;
  float: left; 
  font-size: 17px; line-height: 26px;
  border: 0px;
  padding-left: 30%;

}
.tab-vert .tab-content > li {
  min-height: 100%;
  display: block; }

.wid100{clear: both; width: 100%; display: table; margin-top: 25px;}
.tabanch1{
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -webkit-backface-visibility: hidden;
    background-color: #ff7c6f;
    background-image: -webkit-linear-gradient(bottom,#ff7c6f,#ffad6f);
    background-image: -moz-linear-gradient(bottom,#ff7c6f,#ffad6f);
    background-image: -ms-linear-gradient(bottom,#ff7c6f,#ffad6f);
    background-image: -o-linear-gradient(bottom,#ff7c6f,#ffad6f);
    padding: 1.4rem 2.75rem 1.3rem;
    border-radius: 4rem;
    -moz-border-radius: 4rem;
    -webkit-border-radius: 4rem;
    color: #fff;
    margin-top: 30px;
    display: inline-block;
  }
  .tab-content li img{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 38%;
    display: block;
  }
  .tabanch2{float: right;}
  .tabanch1:hover{
    box-shadow: 0 .55rem 1.2rem 0 rgba(255,123,111,0.34901960784313724);
-moz-box-shadow: 0 .55rem 1.2rem 0 rgba(255,123,111,0.34901960784313724);
-webkit-box-shadow: 0 .55rem 1.2rem 0 rgba(255,123,111,0.34901960784313724);
text-decoration: none;
color: #fff;
  }
  .servsec3 .tab-content p{font-size: 18px; line-height: 28px; width: 90%; 
    text-align: left; color: #fff;}