.container{
  width: 1200px;
  margin: 0 auto;
  color: #a2a2a2;
  font-family: "Nunito Sans", Arial, Helvetica, sans-serif;
}
.show-text{
  width: 100%;
  height: 399px;
  margin-top: 40px;
  position: relative;
}
.show-text>div:last-child{
  display: inline-block;
  float: right;
  margin-right: 96px;
}
.container>div:nth-child(2){
  width: 100%;
  margin-top: -172px;
  position: relative;
  box-sizing: border-box;
}

.container>div>span:last-child{
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 80%;
  font-size: 14px;
  color: #FA6F6F;
}
/* Import Google Font */
@import url(https://fonts.googleapis.com/css?family=Nunito+Sans);
.tabs-container {
  max-width: 1000px;
  min-width: 420px;
  margin: auto;
}

/* Style the tabs */
.tabs {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #cecece;
  width: 1000px;
  position: relative;
  top: -174px;
  z-index: 9990;
}

.tabs a {
  cursor: pointer;
  line-height: 50px;
  font-size: 20px;
  cursor: pointer;
  font-weight: bold;
  margin: 0 30px;
  transition: background 0.1s, color 0.1s;
}

/* Change background color of tabs on hover */
.tabs a:hover {
  border-bottom: 2px solid #029bfc;
  color: #029bfc;
}

/* Styling for active tab */
.tabs a.active {
  cursor: default;
  border-bottom: 2px solid #029bfc;
  color: #029bfc;
}


/* Style the tab content */
.tabcontent ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}
.tabcontent ul>li {
  display: flex;
  padding: 15px 30px;
  height: 90px;
  width: 240px;
  position: relative;
  overflow: hidden;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #00000066;
  line-height: 21px;
}
.wrapLogo{
  padding: 6px 0;
  text-align: left;
  cursor: default;
}
.tabcontent ul>li:hover {
  box-shadow: 0px 2px 0 rgb(0 0 0 / 5%), 0 5px 20px rgb(0 0 0 / 10%);
  transform: scale(1.04);
  transition: all 100ms ease-in-out;
  border-radius: 8px;
}
.tabcontent ul>li h3{
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  margin-top: 8px;
}
.tabcontent ul>li p{
  float: right;
  display: inline-block;
  position: relative;
  bottom: -12px;
  width: 100%;
  font-size: 15px;
}
.tabcontent .tailor{
    padding: 10px;
}
#tabcontent2 ul>li {
  display: flex;
  align-items: center;
  width: 200px;
  padding: 10px;
  position: static;
}
#tabcontent1 ul>li img{
  display: inline-block;
  height: 60px;
  width: 60px;
  float: left;
  border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;
}
#tabcontent2 ul>li img{
  margin: auto;
}
#tabcontent2 ul>li:last-child{
  margin-right: auto;
  margin-left: 14px;
}
.tabcontent {
  padding: 46px;
  min-height: 288px;
  display: none;
  position: relative;
  background: #FFFFFF;
  box-shadow: 7px 13px 40px 0 rgb(204 26 26 / 6%);
  border-radius: 8px;
}
.content{
  position: relative;
  top: -300px;
  z-index: 10;
}
.content .active {
  display: block;
}
.tabcontent p {
  margin-bottom: 12px;
}
.tabcontent p:last-child {
  margin-bottom: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1A1B1F;
  transition: .2s;
  box-shadow:  2px 2px 3px #ffffff,
  -2px -2px 3px #bebebe;
}
.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 2px;
  background: #9294b8;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #f4f4f4;
}
input:checked + .slider:before {
  transform: translateX(21px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 11px;
}
.slider.round:before {
  border-radius: 50%;
}
footer{
  margin-top: -160px;
}


