*{box-sizing:border-box}
.tabs {
  width: 100%;
  padding-bottom: 72px;
  margin: 0 auto;
  position: relative;
  line-height: 0.1;
  border-radius: 5px;
}


.sectab {
  display: none;  
  padding: 15px;
  background: white;
  position: absolute;
  top: 0;
  left: 300px;
  line-height: 1.5;
  text-align: justify;
  border-left-style: 2px solid #069;
}
.coltabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    padding-left: 18%;
    margin-right: 0;
    text-align: left;
}

.coltabs li {
    padding-bottom: 10px;
    width: 350px;
    list-style: none;
    color: #069;
}

input {
  display: none;
}
.tabs label {
  display: block;
  width: 300px;
  padding: 15px;
  color: #000000;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid #069;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  transition: .2s ease-in-out;
  min-width: 112px;
  text-align: center;
  height: 100%;
  line-height: normal;
}

.tabs lable:before {
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .5));
  height: 50px;
  width: 50px;
  position: absolute;
  top: -8px;
  left: -75px;
  transform: skewX(-45deg);
}
.tabs label:hover {
  background: #069;
  color: #fff;
}
.tabs label:hover:before {
  left: 150px;
  transition: .5s ease-in-out;
}

input:checked+label {
	background-color: #069;
	color: #ffffff;
}



#tab1:checked ~ #content1, 
#tab2:checked ~ #content2, 
#tab3:checked ~ #content3, 
#tab4:checked ~ #content4, 
#tab5:checked ~ #content5, 
#tab6:checked ~ #content6, 
#tab7:checked ~ #content7, 
#tab8:checked ~ #content8, 
#tab9:checked ~ #content9, 
#tab10:checked ~ #content10, 
#tab11:checked ~ #content11 {
display: block;
}

.sectab {
  animation: scale 0.7s ease-in-out;
}
@keyframes scale {
  0% {
  transform: scale(0.9);
  opacity: 0;
  }
  50% {
  transform: scale(1.005);
  opacity: 0.5;
  }
  100% {
  transform: scale(1);
  opacity: 1;
  }
}
.shine-button {
  text-decoration: none;
  display: inline-block;
  padding: 10px 70px;
  margin: -20px 30px;
  position: relative;
  overflow: hidden;
  border: 2px solid #069;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  transition: .2s ease-in-out;
  min-width: 112px;
  text-align: center;
}
.shine-button:before {
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .5));
  height: 50px;
  width: 50px;
  position: absolute;
  top: -8px;
  left: -75px;
  transform: skewX(-45deg);
}
.shine-button:hover {
  background: #069;
  color: #fff;
}
.shine-button:hover:before {
  left: 150px;
  transition: .5s ease-in-out;
}
@media (max-width: 455px) {
	.sectab {
		opacity:0;
	}
	.shine-button	{
		margin-top: -1px;
		margin-right: 10%;
		margin-left: 10%;
}
	.tabs {
		margin-right: 10%;
		margin-left: 10%;
	}
#tab1:checked ~ #content1, 
#tab2:checked ~ #content2, 
#tab3:checked ~ #content3, 
#tab4:checked ~ #content4, 
#tab5:checked ~ #content5, 
#tab6:checked ~ #content6, 
#tab7:checked ~ #content7, 
#tab8:checked ~ #content8, 
#tab9:checked ~ #content9, 
#tab10:checked ~ #content10, 
#tab11:checked ~ #content11 {
display: none;
}
}
.maps {
	float: right;
}
