#pricing{
    background-color: rgb(233, 178, 14);
    
}
.new{
    font-size: 1rem;
    position: absolute;
   left: -1rem;
   top: 0.5rem;
   transform: rotate(-45deg);
   background-color: rgb(233, 178, 14);
} 

.new1{
    font-size: .9rem;
    position: absolute;
   left: -1rem;
   top: 0.2rem;
   transform: rotate(-45deg);
   background-color: rgb(233, 178, 14);
  
   
} 

#pricing{
    padding: 40px 50px;
}

.line{
    color: gray;
  
}

.head_padding{
    line-height: 1rem;
    
}
.m_span {
    font-weight: bold;
    font-size: 3rem;
    padding: 0rem 0rem;
    margin: 0rem 0rem;

    letter-spacing: 0.1rem;
}

.bxb{
    display: block;
    margin:auto;
    background-color: rgb(245, 250, 250);
    width: 80%;
}


.para{
    text-align: left;
    padding: 0 30px;
    font-weight: 500;
}

.para1{
    text-align: left;
    font-weight: 500;
    padding: 0 20px;
    font-size: small;
}

.inside-box{
    text-align: center;
}


.link {
    text-decoration: none;
   
}

.link1{
    text-decoration: none;
    
}

.box-content{
     height:32rem;
}  

@media(max-width:990px){
    .eq-height{
        margin: 0.75rem 1rem ;
       
    }
}

 @media(min-width:990px) and (max-width:1200px)

{
    .box-content{
        height: 50rem;
    }

}

@media(max-width:600px)
{
    .box-content{
        font-size: 0.8rem;
       

    }

    #pricing{
        padding: 40px 20px;
    }
}

.sign{
   font-size:1.8rem;
   position: relative;
   font-weight: bold;
   bottom: .7rem;
   left: .1rem;
}

.sign1{
    font-size:1.8rem;
    position: relative;
    font-weight: bold;
    bottom: .8rem;
    left: .2rem;
}

.start{
    font-weight: bold;
    position: relative;
    top: 0.5rem;
}

.start1{
    font-weight: bold;
   
}

.start2{
    font-weight: bold;
    text-align: center;
}

.box-content1{
    text-align: center;
}

.carousel-item{
    padding: 1.5rem 10%; 
   border-width: 2rem;
   border-style:solid;
   border-color: rgb(233, 178, 14);
}

@media (max-width: 767px) {
    #pricing {
      display: none;
    }
  }

  @media(min-width: 768px){
    #testimonials{
        display: none;
    }
  }
