/* Home Three Price */
.home-three-price .home-three-title-para-2 {
    margin: 17px 0 50px;
}
.home-three-price .nav {
    display: inline-flex;
    border-radius: 3px;
    background: #fff;
    border: 3px solid #fff;
    margin-bottom: 70px;
}
.home-three-price .nav .nav-link {
    border: none;
    color: #12141D;
    padding: 10px 34px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
    transition: all .3s ease-in-out;
}
.home-three-price .nav-tabs .nav-item.show .nav-link,
.home-three-price .nav-tabs .nav-link.active {
    border-radius: 3px;
    background: #F3A712;
    color: #fff;
}
.home-three-price .pricing-item {
    background: #FFF;
    text-align: center;
    padding: 44px 30px 50px;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
}
.home-three-price .pricing-item:hover {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}
.home-three-price .pricing-item .price-type {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
    margin-bottom: 5px;
}
.home-three-price .pricing-item .price {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.5;
    color: #222222;
}
.home-three-price .pricing-item .price-meta {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.86;
    color: #404046;
    margin-bottom: 40px;
}
.home-three-price .pricing-item ul {
    border-top: 1px solid rgba(18, 20, 29, 0.1);
    padding: 30px 45px 0;
    margin: 50px 0;
}
.home-three-price .pricing-item ul li {
    color: #12141D;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
}
.home-three-price .pricing-item ul li:not(:last-child) {
    margin-bottom: 10px;
}
.home-three-price .pricing-item ul li i {
    color: #86E7B8;
    margin-right: 10px;
}
.home-three-price .pricing-item a {
    border: 2px solid #12141D;
    border-radius: 5px;
    color: #12141D;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.88;
    padding: 10px 53px;
}
.home-three-price .pricing-item a:hover {
    border-color: #F3A712;
    background: #F3A712;
    color: #FFF;
}

/*========== pricing Table Tabs ===========*/
@media (max-width: 480px) {
    .home-three-price .pricing-item ul {
        padding: 30px 15px 0;
    }
}