/* #styleBold #allmenu {
    margin-left: calc((100% - 430px) / 2) !important;
} */
/* 
@media only screen and (max-width: 768px) {
    #styleBold #allmenu {
        margin-left: 0 !important;
    }
} */

.main-widget {
    position: relative;
    width: 100%;
    background: rgb(255,255,255);
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    margin: 30px auto;
    border-radius: 4px;
}

    .main-widget .inner-widget-header {
        position: relative;
        width: 100%;
        background: #e3e3e3;
        padding: 30px 25px 30px 25px;
        border-radius: 4px 4px 0 0;
        text-align: center;
    }

        .main-widget .inner-widget-header img {
            width: 100px;
            margin-bottom: 35px;
        }

        .main-widget .inner-widget-header h3 {
           color: #212121;
           margin-bottom: 0;
        }

    .main-widget .inner-widget-body {
        position: relative;
        width: 100%;
        background: #ffffff;
        padding: 25px 30px 32px 30px;
        border-radius: 0 0 4px 4px;
    }

        .main-widget .inner-widget-body h3 {
            margin-bottom: 25px;
            color: #3E536D;
        }

        .main-widget .inner-widget-body b, .main-widget .inner-widget-body label {
            display: inline-block;
            margin-bottom: 3px;
            font-family: 'OpenSans-Bold';
        }

        .main-widget .inner-widget-body .form-control {
            font-size: 13px !important;
            padding: 10px 12px 10px 30px !important;
            height: auto !important;
            border: 1px solid #9698D6;
        }

        .main-widget .inner-widget-body .block {
            width: 100%;
            margin-bottom: 25px;
        }

            .main-widget .inner-widget-body .block input[type=checkbox] {
                position: relative;
                top: 2px;
                margin-right: 3px;
            }

            .main-widget .inner-widget-body .block div {
                width: 100%;
                position: relative;
            }

                .main-widget .inner-widget-body .block div span {
                    position: absolute;
                    top: 13px;
                    left: 10px;
                    color: rgba(150, 152, 214, 0.6);
                }

                .main-widget .inner-widget-body .block .btn-sri {
                    text-transform: uppercase;
                    font-family: 'Roboto-Medium';
                    height: 40px;
                    background: #337ab7;
                    color: #ffffff;
                    font-size: 13px;
                    text-align: center;
                    padding-top: 7px;
                }
         
                    .main-widget .inner-widget-body .block .btn-sri::before {
                        background: #265a88;
                    }

                    .main-widget .inner-widget-body .block .btn-sri i {
                        margin-right: 5px;
                    }

@media only screen and (min-width: 601px) and (max-width: 767px) {
    .main-widget {
        width: calc(100% - 20px);
        margin: 20px 10px;
    }
}

@media only screen and (max-width: 600px) {
    .main-widget {
        width: 100%;
        /* box-shadow: none; */
        background: #ffffff;
        margin: 20px auto;
    }

        /* .main-widget .inner-widget-body {
            padding: 0 10px 0 10px;
        }

        .main-widget .inner-widget-body h3 {
            text-align: center;
        } */
}

@media only screen and (max-width: 400px) {
    .main-widget .inner-widget-header {
        padding: 25px 15px 25px 15px;
    }

        /* .main-widget .inner-widget-body {
            padding: 0 10px 0 10px;
        }

        .main-widget .inner-widget-body h3 {
            text-align: center;
        } */

    .h3, h3 {
        font-size: 22px !important;
    }
}