
#pricingPlans .nav-pills a{
   padding: 10px 25px;
    border-radius: 3px !important;
    background-color: #002060;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
    border-radius: 25px !important;
}
#pricingPlans .nav-pills .active a{ 
    background-color: #70ad47 !important;
}
#pricingPlans .nav-pills li{ 
    margin: 0 15px;
    
}
#pricingPlans  .tab-content .btn-primary:hover {
    background-color: #002060 !important;
    transition: 0.3s;
    color: #fff !important;
}
 #pricingPlans .pricingReadMoreBtn{
    border: none !important;
    padding: 0 !important; 
    display: block;
    background: transparent;
    padding-left: 20px !important;
        margin-bottom: 20px;
}
#pricingPlans .pricingReadMoreBtn:hover{
   background-color: #fff !important;
   color:#002060 !important;
}
.pricingMore {
    display: none; 
}
 
.pricingPlanBanner .nw_background_image {
        background-image: url(../images/pricing-page-banner-2.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; 
        /*opacity: 0.7;*/
}
.pricingPlanBanner {
       /*background-color: #000000;*/
}

#pricingPlans  .tab-content h2
{
    color: #002060;
    font-size: 26px;
    text-align: center;
    padding-top: 30px;
}

#pricingPlans  .tab-content h4{
    color: #444444;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
}
#pricingPlans  .tab-content h4 span{ 
    color: #bababa;
    font-size: 16px;
    font-weight: 300;
}
#pricingPlans  .tab-content i{
    color: #70ad47;
    margin-right: 10px;

}

#pricingPlans  .pricingPlanList li{
    font-size: 16px;
    margin-bottom: 10px;
    color: #000;
}
#pricingPlans  .pricingPlanList .strike_through{ 
    color: #ccc;
    text-decoration: line-through;
}
#pricingPlans  .pricingPlanList .strike_through i{ 
    color: #ccc; 
}
#pricingPlans  .pricingPlanList {
    margin-top: 20px;
    margin-bottom:30px;
    padding-left: 20px;
}
#pricingPlans  .tab-content {
    margin-top: 30px;
}
#pricingPlans  .tab-content .card.active {
    position: relative;
    overflow: hidden;
}
#pricingPlans  .tab-content .card.active .featured {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #70ad47;
    color: #fff;
    text-align: center;
}
#pricingPlans  .tab-content .card.active h2 {
    color: #70ad47;
}
#pricingPlans  .tab-content img {
    margin: 30px auto;
    display: block;
}
#pricingPlans  .tab-content .btn-primary {
    background: transparent !important;
    display: block;
    padding: 8px 40px 10px 40px;
    border-radius: 50px;
    color: #002060;
    transition: none;
    font-size: 16px;
    font-weight: 500;  
    transition: 0.3s;
    border: 1px solid #002060;
    
    margin: auto;
}

#pricingPlans  .tab-content .card{ 
    box-shadow: 0px 0 30px rgb(1 41 112 / 8%);
    padding-bottom: 30px;
    transition: .9s;
}
#pricingPlans  .tab-content .card:hover{
    scale: 1.1;
    transition: .9s;
}
@media (max-width: 768px){
    #pricingPlans .nav-pills a {
        font-size: 14px;
        width: 150px;
        text-align: center;

    }
    #pricingPlans .nav-pills li {
        margin: 10px 10px;
    }
    #pricingPlans .nav-pills {
       display: flex;
       align-items: center;
       justify-content: center;
        flex-wrap: wrap;
        /*row-gap: 20px;*/
    }
    .nw_post_title h1 {
        text-align: center !important;
    }
    .nw_post_title .nw_title {
        width: 100% !important;
    }
    .nw_background_style .nw_background_image {
        min-height: 450px !important;
        height: 450px !important;
    }
}
@media (max-width: 630px){
    #pricingPlans .nav-pills a {
        font-size: 12px;
        padding: 8px;
    }
    /*#pricingPlans .nav-pills li {*/
        /*margin: 0 5px;*/
    /*}*/
    #pricingPlans .nav-pills {
       display: flex;
       align-items: center;
       justify-content: center;
    }
}