.plan-item-col .price .label {
    font-size: 43px;
}
.plan-item-col .price .desc {
    font-size: 18px;
    margin-left: 3px;
}
body{
    font-family:"Exo 2",Arial,Helvetica,Sans serif !important;   
    color: #434343 !important;
}
@media (min-width: 1040px){
    .plan-item-col:not(.-selected) {
        transition: margin .3s ease 0s;
    }    
    .plan-item-col:not(.-selected) > .inner-col {
        transition: margin .3s ease 0s;
    }
    .plan-item-col:not(.-selected):nth-child(2) > .inner-col:hover {
        margin-left: -15px;
        margin-right: -15px;
    }
    .plan-item-col:not(.-selected):nth-child(3) > .inner-col:hover {
        margin-right: -30px;
    }
    .plan-item-col:not(.-selected):nth-child(1) > .inner-col:hover {
        margin-left: -30px;
    }
    .plan-item-col > .inner-col {
        position: relative;
    }
}
@media (min-width: 768px){
    .plan-item-col:not(.-selected) > .inner-col:hover {
        box-shadow: 0px 0px 29px 0px rgba(87,2,40,.44);
    }   
}
.plan-item-col .features {
    max-width: 320px;
    margin: 0 auto;
    margin-bottom: 0px;
}
.btn.btn-green-solid {
    color: #fff;
    background: #4fd270;
    border-radius: 0;
}
@media (max-width: 767px){
    .plan-item-col > .inner-col {
        flex-wrap: nowrap;
    }   
    .plan-item-col .price .label {
        font-size: 30px;
    }
    .plan-item-col .price .desc {
        font-size: 12px;
    }
}
.logo-col{
    margin-bottom: 0;
}
.plan-item-col .features{
    min-height: 42px;
}




body 
{
    background:#000000 !important;
}

.header-sec 
{
    background:#000000 !important;
    margin-bottom: 0;
    display: none;
}
h1 
{
    color:white !important;
    font-size:28px !important;
}

h2 
{
    font-size:44px !important;
    color:white !important;
    font-weight: 500 !important;
}

@media only screen and (max-width: 500px)
{
    h2 
    {
        font-size:28px !important;
    }
}

.join-info-col .label 
{
    font-size:14px !important;
    color:white !important;


}

.join-info-col .label span 
{
    color:white !important;
}

.access-list li
{
    font-size:24px !important;
    font-weight: 400;
    color:white !important;
    

}

@media only screen and (max-width: 640px)
{
    .access-list 
    {
        display:flex;
        flex-direction: column !important;
        align-items: center;
        justify-content: center;
    }
    .access-list li 
    {
        line-height: 30px !important;
        font-size:20px !important;
    }
}


.access-list li::before 
{
    width:6px !important;
    height:6px !important;
    background:#FF0000 !important;
    content:" " !important;
    display: inline-block !important;
    border-radius: 100%;
    margin:0 15px !important;
}

.security 
{
    background:#FF0000 !important;
    border-radius: 20px;
    max-width: 700px !important;
    
}

.security .label 
{
    font-size:18px !important;
}

@media only screen and (max-width: 640px)
{
    .security 
    {
        margin:40px auto !important;
    }
    .security .label 
    {
        font-size:15px !important;
        margin:0 !important;
    }

    .security img 
    {
        display:none !important;
    }
}
.disclaimer 
{
    color:white !important;
}

.disclaimer a 
{
    color:#FF0000 !important;
}

.footer-sec 
{
    background-color: black !important;
}

.footer-sec .row:nth-of-type(2) 
{
    background:white !important;
    padding:20px 10px !important;
}

.footer-sec .row:nth-of-type(2) .footer-list li a
{
    color:black !important; 
    font-weight: 400 !important;
}

.footer-sec .wrapper 
{
    width:100% !important;
    max-width: 100% !important;
}

.ribbons 
{
    display: none !important;
}

.plan-item-inner-col.inner-col 
{
    border-radius: 12px;
    background: rgb(80,80,80);
    background: linear-gradient(180deg, rgba(80,80,80,1) 0%, rgba(23,23,23,1) 100%); 
}

.plan-item-inner-col.inner-col .image 
{
    border-radius: 12px 12px 0 0;
}

.plan-info 
{
    padding:0 8px !important;
}

.plan-info .name .label
{
    font-size:32px;
    font-weight: 500;
    text-transform: uppercase;
    color:#FF0000 !important;
    margin-bottom: 5px !important;
}

.plan-info .name .sub-label
{
    font-size:24px;
    font-weight: 500;
    text-transform: uppercase;
    color:white !important;
}

.features 
{
    color:white !important;
}

.price .label
{
    color:#FF0000 !important;
}

.price .label .super 
{
    color:white !important;
    font-weight: 600;
}

.price .desc 
{
    color:white !important;
    font-weight: 600;
}

.action .btn 
{
    background: rgb(80,80,80) !important;
    background: linear-gradient(180deg, rgba(80,80,80,1) 0%, rgba(23,23,23,1) 100%) !important; 
    border-radius: 12px;
    transition:0.4s;
}

.action .btn:hover 
{
    background: rgb(242,0,35) !important;
    background: linear-gradient(180deg, rgba(242,0,35,1) 0%, rgba(209,0,30,1) 100%) !important; 
    transition:0.4s;
}



@media only screen and (max-width: 770px) 
{
    .plan-item-inner-col 
    {
        padding:0 !important;
    }


    .name 
    {
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin:0 !important;
        height:100%;
        max-width: 320px !important;
    }
    .plan-info .name .label 
    {
        color:white !important;
    }

    .name .label,  .name .sub-label
    {
        font-size:15px !important;
        font-weight: 700 !important;
        color:#FF0000 !important;
    }

    .features 
    {
        margin:0 !important;
    }

    .price 
    {
        display:flex;
        flex-direction: column;
        
    }

    .plans-col
    {
        padding:0 !important;
    }

    .plans-inner-col 
    {
        padding:0 !important;
    }

    .action 
    {
        width: fit-content !important;
    }

    .action .btn 
    {
        padding:0 10px !important;
    }

    .features 
    {
        width: fit-content !important;
    }

    .plan-price 
    {
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .plan-item-col .plan-price 
    {
        flex:fit-content !important;
        margin:0 !important;
        padding:5px 10px !important;
    }

    .plan-item-col .plan-info
    {
        flex:fit-content !important;
    }

    .plan-info .name .label 
    {
        font-weight: 900 !important;
        letter-spacing: 1px;
        color:#FF0000 !important;
    }

    .plan-info .name .sub-label 
    {
        font-weight: 900 !important;
        letter-spacing: 1px; 
        color:#FF0000 !important;
    }

    .plan-info .name 
    {
        min-width:115px !important;
    }


    .plan-item-inner-col.inner-col 
    {
        padding:8px 0 !important;
    }
}


@media (max-width: 767px) {
    .plan-item-col + .plan-item-col > .inner-col {
      border-top: none !important;
    }
  }



    .access-item-col  
    {

        background: rgb(80,80,80) !important;
        background: linear-gradient(180deg, rgba(80,80,80,1) 0%, rgba(23,23,23,1) 100%) !important; 
    }

    .access-item-inner-col
    {

        background: rgb(80,80,80) !important;
        background: linear-gradient(180deg, rgba(80,80,80,1) 0%, rgba(23,23,23,1) 100%) !important; 
    }

    .access-item-inner-col .label 
    {
        color:white !important;
    }


    .access-item-inner-col .form-item label 
    {
        color:white !important;
        text-align: center;
    }

    .access-item-inner-col .form-item .radios-inline
    {
        margin:10px auto !important;
    }

    .access-item-inner-col .form-item input 
    {
        background:#2B2B2B !important;
        color:white !important;
        text-align: center;
        border-radius: 12px;
        border:none !important;
    }

    .access-item-inner-col .form-item input::placeholder 
    {
        color:white !important;
    }

    .checkbox label .sub-label::after, .radio label .sub-label::after 
    {
        background:#D1001E !important;
    }

    .access-item-inner-col .form-item .small 
    {
        color:white !important;
    
    }

    .access-item-inner-col .form-item .small a 
    {
        color:#D1001E !important;
    }

    .access-item-inner-col .form-item .btn 
    {
        background: rgb(242,0,35) !important;
        background: linear-gradient(180deg, rgba(242,0,35,1) 0%, rgba(209,0,30,1) 100%) !important; 
        border-radius: 12px !important;
        font-size:20px !important;
        white-space: nowrap !important;
    }

    .access-item-col .radios-inline .radio label input[type="radio"]:checked + .sub-label 
    {
        background: rgb(242,0,35) !important;
        background: linear-gradient(180deg, rgba(242,0,35,1) 0%, rgba(209,0,30,1) 100%) !important; 
        border:none !important;
        line-height: 2em !important;
    }


    @media (max-width: 450px) 
    {
        .form-item input 
        {
            font-size: 16px !important;
            height: fit-content !important;
            padding: 5px 10px !important;
        }

        .form-item .radio .sub-label
        {
            font-size: 14px !important;
            height: fit-content !important;
        }


        .form-item .checkbox .sub-label
        {
            font-size: 14px !important;
        }


        .form-item .small 
        {
            font-size:14px !important;
        }
    }


    @media (max-width: 640px) {
        .plan-item-col .features {
          font-size: 10px;
        }
      }