body {
  background: #6cb40e;
  font-family: "Lato", sans-serif;
}

h2 {
  color: rgb(215, 222, 223);
  text-align: center;
  font-size: 1.5em;
  margin: 20px 0;
  font-weight: bold;
}

.warpper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tab {
  cursor: pointer;
  padding: 10px 44px;
  margin: 0px 10px;
  background: rgb(8, 117, 167);
  display: inline-block;
  color: rgb(255, 255, 255);
  font-weight: bold;
  border-radius: 3px 3px 0px 0px;
  box-shadow: 0 0.5rem 0.8rem #00000080;
}

.panels {
  background: rgb(234, 241, 240);
  box-shadow: 0 2rem 2rem #00000080;
  min-height: 200px;
  width: 90%;
   
  border-radius: 3px; 
  overflow: hidden;
  padding: 20px;
}

.panel {
  display: none;
  animation: fadein 0.8s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


.panel-title {
  font-size: 1.1em;
  font-weight: bold;
}

.radio {
  display: none;
}

#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel,
#four:checked ~ .panels #four-panel {
  display: block;
}

#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab,
#four:checked ~ .tabs #four-tab {
  background: rgb(234, 241, 240);
  color: #000;
  border-top: 3px solid rgb(8, 117, 167);
}


/* small */
@media screen and (max-width:699px) {
  
.tab {
  cursor: pointer;
  padding: 5px 12px;
  margin: 0px 2px;
  background: rgb(8, 117, 167);
  display: inline-block;
  color: #fff;
  font-weight: bold;
  border-radius: 3px 3px 0px 0px;
  box-shadow: 0 0.5rem 0.8rem #00000080;
}

}





body {
  background:#446815 url(../img/1234.jpg); 
	width: 100%;
   
	background-blend-mode: multiply;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	height: 100%;
	width: 100%;
	
	 
  }
  
  .list ul:nth-child(odd) {
	background-color:#ddd;
  }
  
  .list ul:nth-child(even) {
	background-color:#fff;
  }
  
  /* big */
  @media screen and (min-width:698px) {
	
	.list {
	  display:table;
	  margin:1em;
	  border-radius: .4em;
	  box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	  background: linear-gradient(#fff0 0%, #fff0, 70%, #1d1d1d 100%),; align-items: center; justify-items: center; width:98%;
	  
	}
	 .list ul {
	  display:table-row;justify-content: center;
	}
	.list ul:hover:not(:first-child) {
	  background-color: rgb(19, 90, 148);
	  cursor: pointer;
	  color: white;
	  
	}
	
	.list ul:first-child li {
	background: linear-gradient(to right, #0b7a59, #0a7e5b, #09ac76);  
	color: #fff;
	font-weight: bold;
	border-top:solid 1px rgb(254, 255, 255);
	border-left: solid 1px rgb(78, 216, 181);
	font-size: 14px;
   text-shadow: #253F4B 1px 0 2px;
	z-index: 2;
	height: 100%;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.434);
	border-radius: 2px;
	border-top: solid 1px linear-gradient(90deg, rgba(117,43,255,1) 0%, rgba(0,212,255,1) 100%); 
	cursor: pointer; opacity: 1;
		 
	 
	 
	}
	.list ul:nth-child(odd) > li   {
	  border-top:solid 1px rgb(37, 37, 37);
	  border-left: solid 1px rgb(37, 37, 37);
	  font-size: 15px;
	  
	  
	}
	
	.list ul:nth-child(even) > li   {
	  border-top:solid 1px rgb(37, 37, 37);
	  font-size: 15px;
	  border-left: solid 1px rgb(37, 37, 37);
	}
	
	.list ul > li {
	  display:table-cell;
	  padding:.2em .5em;
	  
	}
	.list h5 {
		 
		font-size: 16px;
		margin-bottom: 28px;
	  }
    body {
    background:forestgreen url(../img/.jpg);  
    width: 100%;
     
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
    
     
    }

    .list{

      background:#6cb40e url(../img/p12.jpg);  
                 
               
    
      
    }
  }
   
  /* small */
  @media screen and (max-width:699px) {
	
	.list ul {
	  border:solid 1px #ccc;
	  display:block;
	  list-style:none;
	  margin:1em;
	  padding:.5em 1em;
	  box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	  cursor: pointer;
    background-color: #3eb95d;
  }
    .list ul li:first-child {
      background-color: rgb(22, 141, 177);
      cursor: pointer;
      color: white;
      
      
	  
	}
	body {
    background:forestgreen url(../img/.jpg);  
    width: 100%;
     
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
    
     
    }
  .list ul   {
		background-color: rgb(227, 235, 245);
		cursor: pointer;
		 
		
	  }
    
	.list ul:first-child {
	  display:none;
	}
	
	.list ul > li {
	  display:block;
	  padding:.25em 0;
	  font-size: 14px;
	  
	}
	
	.list ul:nth-child(odd) > li + li {
	  border-top:solid 2px rgb(162, 180, 170);
  
	  
	}
	
	.list ul:nth-child(even) > li + li {
	  border-top:solid 2px rgb(162, 180, 170);
	}
	
	.list ul > li:before {
	  color:#000;
	  content:attr(data-label);
	  display:inline-block;
	  font-size:85%;
	  font-weight:bold;
	  text-transform:capitalize;
	  vertical-align:top;
	  font-family: Arial, Helvetica, sans-serif;
	  width:50%;
	}
	
	.list p {
	  margin:-1.5em 0 0 52%;
	}
	.list h5 {
		margin:-2.5em 0 0 52%;
		font-size: 14px;
		margin-bottom: 28px;
	  }
  }
  
	 /* small */
	 @media screen and (min-width:412px)  and (max-width:554px){
	
		.list p {
			margin:-1.6em 0 0 52%;
		  }
	  } 
  
 /* small */
 @media screen and (min-width:555px)  and (max-width:699px){
	
	.list p {
		margin:-1.6em 0 0 52%;
	  }

	  .list h5 {
		margin:-1.5em 0 0 52%;
		font-size: 14px;
		margin-bottom: 28px;
	  }
  } 
   

	figure.read .read-more {
	  display: inline-block;
	  width: auto;
	  border: 1px solid #20638f;
	  padding: 0.4em 0.6em;
	  background-color: #3eb95d;
	  text-decoration: none;
	  font-weight: 800;
	  font-size: 10px;
	  text-transform: uppercase;
	  border-radius: 5px;
	  color: #ffffff;
	  margin-top: 0px;
	  border-left: 1px solid #2E4476;
	  box-shadow: 0px 5px 0px 0px #2E4476;
	   
	   
	   
	   
	  
	}
	figure.read .read-more:hover {
	  border: 1px solid #20638f;
	  background-color: #08f541;
	  color: #ffffff;
	}
  
  /* tiny */
  @media screen and (max-width:349px) {
	  
	.list ul > li:before {
	  display:block;
	}
	
	.list p {
	  margin:0;
	}
	
  }
  
  
  
  @media screen and (max-width:699px) {
	
  .list{

  background:#1eaa64 url(../img/1234.jpg);  
             
           
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
  width: 119.8%;
  margin-left: -34.1px; 
}

h2 {
  color: rgb(238, 238, 241);
  text-align: center;
  font-size: 1.28em;
  margin: 20px 0;
  font-weight: bold;
}


  }

  @media screen and (max-width:419px) {
	  
	.tab {
		font-size: 14PX;
		font-weight: bold;
	  }
	  .panels {
		background: #fff;
		box-shadow: 0 2rem 2rem #00000080;
		min-height: 200px;
		width: 100%;
		max-width: 1100px;
		border-radius: 0px; 
		overflow: hidden;
		padding: 20px;
	  }
  }

  @media screen and (max-width:499px) {
	
	body {
    background:#6cb40e url(../img/1234.jpg);  
    width: 100%;
     
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%;
    
     
    }
}