/* Responsive/Mobile CSS */
@media (max-width: 1310px) {
    .container{
        padding: 0 30px;
    }
}
@media (max-width: 1250px) {
    #slider_container .plan-info small{
        display: none;
    }
    #slider_container .plan-info .upload{
        display: block;
    }
}
@media (max-width: 1024px) {
    .rno_section h4{
        font-size: 25px !important;
    }
    .summary-details p{
        width: 60%;
    }
    .summary-details .summary-cta{
        width: 38%;
        text-align: center;
    }
    .summary-details .summary-cta a.select-cta{
        font-size: 25px;  
    }
    .summary-details .summary-cta span{
        padding: 10px 0;
        text-align: center;
    }
    .summary-details .summary-cta span.num{
        display: block;
        padding: 0;
        text-align: center;
    }
}
@media (max-width: 750px) {
    .summary-details p{
        width: 100%;
    }
    .summary-details .summary-cta{
        margin: 50px auto;
        width: 100%;
    }
    .summary-details .summary-cta a.select-cta{
        margin: 0 auto;
        float: none;
    }
    .summary-details .summary-cta span{
        padding: 10px 0;
        text-align: center;
    }
    .summary-details .summary-cta span.num{
        display: block;
        padding: 0;
        text-align: center;
    }
}
@media (max-width: 640px) {
    .rno_section h4{
        font-size: 22px !important;
        padding-left: 60px;
    }
    .rno_section h4:before{
        width: 40px;
        height: 40px;
        font-size: 19px;
        top: 0;
        padding: 3px;
    }
    .plan-details .pd-sec1, .upfront-details .ud-sec1,
    .plan-details .pd-sec2, .upfront-details .ud-sec2{
        text-align: center;
    }
    .summary-section h3{
        font-size: 25px;
        margin-bottom: 7px;
    }
    .plan-details .pd-sec1 .pd-sub-sec{
        font-size: 14px;
    }
    .plan-details .pd-sec1 .details-price, 
    .upfront-details .ud-sec1 .details-price,
    .plan-details .pd-sec2 .details-price, 
    .upfront-details .ud-sec2 .details-price{
        font-size: 34px;
        position: static;
        margin-top: 28px;
        display: block;
    }
    #slider_container .plan-info small, 
    #slider_container .plan-info .upload{
        display: inline-block;
    }
}