
.pricing-2 {
    font-family: Arial, sans-serif;
    color: rgba(22, 34, 47, 1);
    display: flex;
    justify-content:center;
    align-items:center;
    height:910px;
    width: 100%;
    position: relative;
}
.pricing-container-2 {
    position: absolute;
    top:-130px;
    height: 910px;
    width: 1100px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-left:-30px;
}
.pricing-plan {
    height: 910px;
    list-style: none;
    text-align: center;
    width: 220px;
}
.upper-plan-box{
    background-color:#ebeff4;
    height:370px;
    width: 210px;
    margin: 0;
    border: none;
    border-radius: 4px;
    margin-bottom: 20px;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    line-height: 30px;
}

.upper-plan-box h3{
    display: flex;
    align-items: center; 
    justify-content: center;
}
.upper-plan-box div{
    font-size: 12px;
    line-height: 20px;
    width: 170px;
}
.upper-plan-box .price{
    font-size: 20px; 
    font-weight: 700;
}
.check-icon-1{
    height: 40px;
    width: 40px;
    margin-right: 15px;
}
.bill-yearly{
    font-size:12px; 
    color:#777
}

.platinum-support{
    display: flex; 
    align-items: center; 
    justify-content: center; 
    gap: 5px; 
    font-size: 12px; 
    margin-top: 10px;
}


#Enterprise-box{
    background-color:#2c3e50;
}
#most-popular{
    color: white;
    height: 30px;
    line-height: 30px;
    background-color:#15394c;
    border-radius: 3px 3px 0 0;
    font-size: 14px;
    margin-top: -28px;
}

#Professional{
    background-color: #fff;;
    box-shadow: 0 1rem 3rem 0 rgba(177, 177, 177, .4);
    border-radius: 0 0 3px 3px;
    margin-top: -2px;

}

.features {
    list-style: none;
    padding: 0;
}
.signup-button {
    height:44px;
    width: 190px;
    line-height: 44px;
    display: inline-block;
    background: #dde1e7;
    color: #848484;
    text-decoration: none;
    border-radius: 5px;
    margin-left: -9px;
}
#signup-button-3{
    background: #15394c;
    color: #fff;
}
#signup-button-5{
    background: #f47b21;
    color: #fff;
}
.signup-button:hover {
    text-decoration: underline;
}
#Enterprise{
    background-color:#2c3e50;
    border-radius: 5px;
    color: #fff;
}

.bottom-plan-box {
    font-size: 14px;
    font-weight: 400;
    display: flex;
    line-height: 37px;
    flex-direction: column;
    justify-content: flex-start; /* Aligns items from the top */
    align-items: flex-start; /* Aligns items to the left */
    padding-top: 0;
    color: rgba(22, 34, 47, 1); 
}
.bottom-plan-box ul{
    display: flex;
    flex-direction: column;
    justify-content: flex-start; 
    align-items: flex-start; 
    margin-left: 15px;
}

.Enterprise-tailor{
    margin-top: -50px;
}
#Enterprise-features{
    margin-left: 20px;
    color:white;
}


