.new-pricing .card{
	box-shadow: 0 0 10px #c5c1c1;
	border:none;
}


.new-pricing .card-header {
    background-image: url(price-header.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px;
    height: 260px;

    background-color: white;
    border:none;
}

.new-pricing .card-footer{
	background-image: url(price-footer.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 3px;
    height: 35px;

    background-color: white;
    border:none;
}

.new-pricing .card-header h1{
	color: white;
}

.new-pricing .card-header p{
  color: white;
}

.new-pricing .card-header hr{
	width: 30%;
	border-top: 2px solid white;
    margin-bottom: 0px;
}


.new-pricing ul {
  list-style: none;
     margin-left: -28px;

}

.new-pricing ul li::before {
  content: "\2022";
  color: #39a2c0;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
  font-size: 25px;
  line-height: 10px;
}


.new-pricing .card-footer img {

	margin-top: -40px;
    margin-right: -27px;

}

.new-pricing .nav-tabs .nav-link.active {
    color: black;
    background-color: #fff;
    border-bottom: 4px solid #39a2c0
    
}

.new-pricing .nav-tabs .nav-link {
    color: black;
    background-color: #fff;
    
}

.new-pricing .nav i{
  color: #39a2c0;
}

.new-pricing .nav-tabs {
    border-bottom: 3px solid #39a2c0;
}


#plan button.get-started {
/*    background: linear-gradient(to bottom,#f4bc77,#e18512);*/
    color: black;
    padding: 10px 70px;
    border-radius: .25rem;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    
    border: 2px solid #e27e02!important;
    background: white;
}

#plan{
 background-color: #39a2c0;
}


.price-plan .card-header h3{
  font-size: 20px;
}


.edu-box{
  background: #eeebeb;
    padding: 20px;
    margin-bottom: 25px;
    margin-top: -10px;
}



.pricing-circle{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  font-size: 16px;
  color: black;
  line-height: 18px;
  text-align: center;
  background: #f0b31a;
  padding-top:18px;

  margin-top: -35px;
  position: absolute;
  right: -5px;
}

.pricing-circle i{
  font-size: 25px;
}

.pricing-circle p {
  font-weight: 800;
}



.price-plan .card-header h3{
  font-size: 20px;
}

.card:hover {
    border: 2px solid #FFC107;
}



#education .card-header {
height: 292px!important;
}

#new-tran .card-header {
    height: 292px!important;
}

h1.line{
text-decoration:line-through;
    text-decoration-color: #cd0606;

}

.new-pricing .col-sm-3 {
    padding:0px!important;
}




@media only screen and (max-width: 600px) {

.price-plan .col-sm-3.ml-5.mr-5{

  margin-left: 0px!important;
  margin-right: 0px!important;
}

.price-plan .col-sm-3{

  margin-top:70px;
}

.new-pricing .col-sm-3.ml-5.mr-5 {
    margin-left: 0px!important;
    margin-right: 0px!important;
}

.new-pricing .col-sm-3{

  margin-top:70px;
}

.form {
    margin-top: 10px!important;
}



}