/****** tab*****/
div {
	box-sizing: border-box;
	transition: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
}
ul, ol {
    padding: 0;
    margin: 0 0 40px 25px;
}
.icetab {
	border: 2px solid #ff9900;
	    border-right: 2px solid #ff9900;
	display: inline-block; 
	border-bottom: 0px;	
	margin: 0px;	
  color: #000;
	cursor: pointer;
	border-right: 0px;
}
.icetab:first-child {
	
    border-right: 2px solid #ff9900;
}

.icetab:last-child {

	border-right: 2px solid #ff9900;	
}

#icetab-content {
	overflow: -webkit-paged-x;;
	position: relative;
	border-top: 2px solid #ff9900;
}

.tabcontent {
        margin-bottom: 14%;
    position: absolute;
    left: 0;
    top: 0px;
    background: #fff;
    width: 100%;
    border-top: 0px;
    border: 2px solid #ff9900;
    border-top: 0px;
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}
.tabcontent h2{
    text-align: center;
     color:red; 
     margin-top: 1%;
     margin-bottom: 0%;
}
.tabcontent p{
    text-align: center;
     color:red; 
     font-size: 27px;
     margin-top: 1%;
     margin-bottom: 5%;
}
.tabcontent #form-id p{
    text-align: center;
     color:red; 
     font-size: 22px;
     margin-top: 1%;
     margin-bottom: 2%;
}

h4{
    text-align: center;
    font-size: 19px;
}
label {
    display: inline-grid;
    margin-bottom: 5px;
}
.tabcontent:first-child {
	position: relative;	
}
.tabcontent.tab-active {
	border-top: 0px;
	display: block;
	transform: translateY(0%);
	-moz-transform: translateY(0%);
	-webkit-transform: translateY(0%);
}

.tabContainer {
  border-bottom:8px solid #2b3d52;
  text-align:center;
}
.tabContainer  a {
    font:28px/29px 'Brandon Grotesque Regular', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    letter-spacing:0.1em;
    text-decoration:none;
    color:#333;
    margin:0 16px 0 16px;
    border:1px solid #e1e1e1;
    display:inline-block;
    padding:16px 12px 15px 12px;
}

   .tabContainer.selected {
      color:#fff;
      background:#2b3d52;
      border:1px solid #2b3d52;
    }
  

.codepen-container {
    max-width: 90%;
    margin: 70px;
    margin-left: auto;
    margin-right: auto;
}
.icetab {
   margin: 0px -26% 0 27%;
       border: 2px solid #ff9900;
       border-bottom: none;
    display: inline-block;
    padding: 16px 12px 15px 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.current-tab { 
	background: #ff9900;
}
.tabcontent ul li {
    color: #777;
    font-size: 1.1em;
    line-height: 2;
    margin-left: 0;
    margin-top: .5em;
    display: inherit;
    letter-spacing: 1px;
}
.tabcontent ul li {
    list-style: none;
}
.tabcontent ul li i {
    padding-right: .7em;
    color: #f77924;
    font-size: 1.3em;
}



@media screen and (max-width:420px){
.icetab {
    margin: 0px -1% 0 -1%;
    border: 2px solid #ff9900;
    border-bottom: none;
    display: inline-block;
    padding: 4px 2px 0 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
	
.tabcontent ul li {
    color: #777;
    font-size: 11px;
    line-height: 2;
    margin-left: 0;
    margin-top: .5em;
    display: inherit;
    letter-spacing: 1px;
}

}