.tab {
  overflow: hidden;
  border: 1px solid #aaa;
  background-color: #f1f1f1;
}
.tab i{
  font-size: 31px;
  margin-right: 8px;
  font-weight: 500;
}
.tabcontent h3{
color:#0071e1;
}
.tabcontent li{
margin-bottom: 5px;
}
.tabcontent h4{color: #252525;font-size: 19px;margin-top: 13px;}
.tab button {
  /* float: left; */
  border: none;
  outline: none;
  cursor: pointer;
  padding: 13px 19px;
  font-size: 24px;
  width: 33.1%;
}
.tab button:hover {
  background-color: #00a1e4;
  color: white;
}
.tab button.active {
  background-color: #264796;
  color: white;
}
.tabcontent {
    display: none;
    padding: 20px 15px 20px 16px;
    /* border: 1px solid #aaa; */
    border-top: none;
}
.contentnew {background: linear-gradient(to right, #264796, #00a0e3);color: white;padding: 24.5px; height: 355px;}

.contentnew p {
    color: white;
} 

.contentnew h3 {
    color: white;
} 
.pricing-table {
  margin-bottom: 30px;
  position: relative;
}
.pricing-table .table-price {
  color: #111111;
  font-size: 45px;
}
.pricing-table .table-price span {
  font-size: 13px;
  vertical-align: middle;
}
.pricing-table.featured {
  border: 1px solid #111111;
}
.pricing-table .table-type {
  display: inline;
}
.pricing-table .btn-signup {
  margin-right: 0;
  width: 100%;
}
.pricing-table .table-list {
  list-style: outside none none;
  padding: 10px 0 10px 20px;
}
.pricing-table .table-list li {
  border-bottom: 0;
  font-size: 12px;
  padding: 10px 0;
}
.pricing-table .table-list li i {
  margin-right: 8px;
}
.pricing-table .package-type span {
  position: relative;
  padding-left: 15px;
  margin-left: 10px;
}
.pricing-table .package-type span::after {
  background: #2d915b;
  content: "";
  height: 20px;
  left: -20px;
  position: absolute;
  top: 11px;
  width: 20px;
}
.pricing {
  background-color: #3FB179;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out 0s;
  -o-transition: 0.3s all ease-in-out 0s;
  transition: 0.3s all ease-in-out 0s;
}
.pricing:hover {
  background-color: #121b26 !important;
}
.pricing .table-price {
  font-size: 4rem !important;
  /* =64px */
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
  margin: 0 0 20px;
  font-weight: 200;
}
.pricing .table-title {
  color: #fff;
  margin: 0;
  padding: 15px 0;
  padding-top: 0;
  text-transform: uppercase;
}
.pricing.table-horizontal {
  background-color: #3FB179;
}

.social-icon-contact li a:hover{
	color: #ffffff !important;
	border-color: #dd9a53;
	background-color: #dd9a53;
}
.pricing-table.style1 .pricing-icon img {
  border: 8px solid #eeeeee;
  border-radius: 50%;
  color: #fff;
  font-size: 49px;
  height: 100px;
  left: 0;
  line-height: 1.7;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 20px;
  width: 100px;
  background-color: #ffffff;
}
.pricing-table.style1 a {
color:#444;

}

.pricing-table.style1 a:hover {
color:#00a0e3;

}
.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center,ellipse,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);
    background: radial-gradient(ellipse at center,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform,opacity;
    transition-property: transform,opacity;
}
.hvr-float-shadow:active, .hvr-float-shadow:focus, .hvr-float-shadow:hover {
    -webkit-transform: translateY(-5px);

    transform: translateY(-5px);
}
.hvr-float-shadow:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);


    transform: translateY(5px);

}
.swimlane.float-over-media {
    position: absolute;
    margin-top: 50px;
    margin-left: 40px;
    z-index: 99;
}

@media only screen and (max-width: 767px){
.tab button {
  /* float: left; */
  border: none;
  outline: none;
  cursor: pointer;
  padding: 13px 19px;
  font-size: 24px;
  width: 100%;
}
.swimlane.float-over-media {
    position: inherit;
    margin-top: 50px;
    margin-left: 15px;
}
.contentnew{height: auto;}

}