/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .mobile_center {
        text-align: center;
    }
 
    #feature_box .modal-dialog {
        width: 100%;
    }

    #account_del .modal-dialog {
        width: 100%;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .mobile-top-pad{margin-top: 25px;}
   
    .mobile_center {
        text-align: center;
    }

    #feature_box .modal-dialog {
        width: 96%;
    }

    #account_del .modal-dialog {
        width: 96%;
    }
    .container{width: 100%;}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .mobile-top-pad{margin-top: 25px;}
   

    .mobile_center {
        text-align: center;
    }

    #feature_box .modal-dialog {
        width: 96%;
    }

    #feature_box h2 {
        font-size: 24px;
        font-weight: bold;
        color: #010101;
    }

    #feature_box p {
        font-size: 15px;
        font-weight: normal;
        color: #010101;
    }

    #account_del .modal-dialog {
        width: 96%;
    }

    #feature_box .pad70 {
        padding: 20px 0px 20px 0px;
    }
    #feature_box .mobile_width {
        width: 150px;
    }
   #account_del .modal-dialog {
        width: 96%;
    }
    .container{width: 100%;}
#account_del .btn.btn-primary {margin-bottom: 20px;}
    #feature_box img{width: 43%;}
    #feature_box .img_space{margin-left: 31px;}
    #feature_box .btn.btn-secondary, #feature_box .btn.btn-primary{font-size: 13px;}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    .mobile-top-pad{margin-top: 25px;}
    .mobile_center {
        text-align: center;
    }

    #feature_box .modal-dialog {
        width: 100%;
    }

    #feature_box .pad70 {
        padding: 20px 0px 20px 0px;
    }

    #feature_box h2 {
        font-size: 18px;
        font-weight: bold;
        color: #010101;
    }

    #feature_box p {
        font-size: 14px;
        font-weight: normal;
        color: #010101;
    }
        #feature_box .mobile_width {
        width: 150px;
    }
    
    

    #account_del .modal-dialog {
        width: 100%;
    }
    .container{width: 100%;}
#account_del .btn.btn-primary {margin-bottom: 20px;}
    #feature_box img{width: 40%;}
    #feature_box .img_space{margin-left: 28px;}
    #feature_box .btn.btn-secondary, #feature_box .btn.btn-primary{font-size: 13px;}


}