@media (max-width:419.95px) {
    .jss91 {
        background-color: #f5f5f5;
    }

        .jss91 .whitebg {
            background: #fff;
            padding-left: 0;
            padding-right: 0;
        }
}
.MuiContainer-root {
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

@media (min-width:600px) {
    .MuiContainer-root {
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (min-width:1170px) {
    .MuiContainer-maxWidthLg {
        max-width: 1170px;
    }
}
.MuiGrid-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.jss100 {
    border: 1px solid #eef2ff;
    position: relative;
    /*margin-top: 25px;*/
    margin-bottom: 20px;
    padding-top: 12px;
}

    .jss100:hover {
        box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.1);
    }

@media (max-width:599.95px) {
    .jss100 {
        /*display: none;*/
        margin-bottom: 40px;
    }
}

.MuiGrid-item {
    margin: 0;
    box-sizing: border-box;
}

.MuiGrid-align-items-xs-center {
    align-items: center;
}


.MuiGrid-zeroMinWidth {
    min-width: 0;
}

.MuiGrid-direction-xs-column {
    flex-direction: column;
}

.MuiGrid-direction-xs-column-reverse {
    flex-direction: column-reverse;
}

.MuiGrid-direction-xs-row-reverse {
    flex-direction: row-reverse;
}

.MuiGrid-wrap-xs-nowrap {
    flex-wrap: nowrap;
}

.MuiGrid-wrap-xs-wrap-reverse {
    flex-wrap: wrap-reverse;
}



.MuiGrid-align-items-xs-flex-start {
    align-items: flex-start;
}

.MuiGrid-align-items-xs-flex-end {
    align-items: flex-end;
}

.MuiGrid-align-items-xs-baseline {
    align-items: baseline;
}

.MuiGrid-align-content-xs-center {
    align-content: center;
}

.MuiGrid-align-content-xs-flex-start {
    align-content: flex-start;
}

.MuiGrid-align-content-xs-flex-end {
    align-content: flex-end;
}

.MuiGrid-align-content-xs-space-between {
    align-content: space-between;
}

.MuiGrid-align-content-xs-space-around {
    align-content: space-around;
}

.MuiGrid-justify-xs-center {
    justify-content: center;
}

.MuiGrid-justify-xs-flex-end {
    justify-content: flex-end;
}

.MuiGrid-justify-xs-space-between {
    justify-content: space-between;
}

.MuiGrid-justify-xs-space-around {
    justify-content: space-around;
}

.MuiGrid-justify-xs-space-evenly {
    justify-content: space-evenly;
}

.MuiGrid-spacing-xs-1 {
    width: calc(100% + 8px);
    margin: -4px;
}

    .MuiGrid-spacing-xs-1 > .MuiGrid-item {
        padding: 4px;
    }

.MuiGrid-spacing-xs-2 {
    width: calc(100% + 16px);
    margin: -8px;
}

    .MuiGrid-spacing-xs-2 > .MuiGrid-item {
        padding: 8px;
    }

.MuiGrid-spacing-xs-3 {
    width: calc(100% + 24px);
    margin: -12px;
}

    .MuiGrid-spacing-xs-3 > .MuiGrid-item {
        padding: 12px;
    }

.MuiGrid-spacing-xs-4 {
    width: calc(100% + 32px);
    margin: -16px;
}

    .MuiGrid-spacing-xs-4 > .MuiGrid-item {
        padding: 16px;
    }

.MuiGrid-spacing-xs-5 {
    width: calc(100% + 40px);
    margin: -20px;
}

    .MuiGrid-spacing-xs-5 > .MuiGrid-item {
        padding: 20px;
    }

.MuiGrid-spacing-xs-6 {
    width: calc(100% + 48px);
    margin: -24px;
}

    .MuiGrid-spacing-xs-6 > .MuiGrid-item {
        padding: 24px;
    }

.MuiGrid-spacing-xs-7 {
    width: calc(100% + 56px);
    margin: -28px;
}

    .MuiGrid-spacing-xs-7 > .MuiGrid-item {
        padding: 28px;
    }

.MuiGrid-spacing-xs-8 {
    width: calc(100% + 64px);
    margin: -32px;
}

    .MuiGrid-spacing-xs-8 > .MuiGrid-item {
        padding: 32px;
    }

.MuiGrid-spacing-xs-9 {
    width: calc(100% + 72px);
    margin: -36px;
}

    .MuiGrid-spacing-xs-9 > .MuiGrid-item {
        padding: 36px;
    }

.MuiGrid-spacing-xs-10 {
    width: calc(100% + 80px);
    margin: -40px;
}

    .MuiGrid-spacing-xs-10 > .MuiGrid-item {
        padding: 40px;
    }

.MuiGrid-grid-xs-auto {
    flex-grow: 0;
    max-width: none;
    flex-basis: auto;
}

.MuiGrid-grid-xs-true {
    flex-grow: 1;
    max-width: 100%;
    flex-basis: 0;
}

.MuiGrid-grid-xs-1 {
    flex-grow: 0;
    max-width: 8.333333%;
    flex-basis: 8.333333%;
}

.MuiGrid-grid-xs-2 {
    flex-grow: 0;
    max-width: 16.666667%;
    flex-basis: 16.666667%;
}

.MuiGrid-grid-xs-3 {
    flex-grow: 0;
    max-width: 25%;
    flex-basis: 25%;
}

.MuiGrid-grid-xs-4 {
    flex-grow: 0;
    max-width: 33.333333%;
    flex-basis: 33.333333%;
}

.MuiGrid-grid-xs-5 {
    flex-grow: 0;
    max-width: 41.666667%;
    flex-basis: 41.666667%;
}

.MuiGrid-grid-xs-6 {
    flex-grow: 0;
    max-width: 50%;
    flex-basis: 50%;
}

.MuiGrid-grid-xs-7 {
    flex-grow: 0;
    max-width: 58.333333%;
    flex-basis: 58.333333%;
}

.MuiGrid-grid-xs-8 {
    flex-grow: 0;
    max-width: 66.666667%;
    flex-basis: 66.666667%;
}

.MuiGrid-grid-xs-9 {
    flex-grow: 0;
    max-width: 75%;
    flex-basis: 75%;
}

.MuiGrid-grid-xs-10 {
    flex-grow: 0;
    max-width: 83.333333%;
    flex-basis: 83.333333%;
}

.MuiGrid-grid-xs-11 {
    flex-grow: 0;
    max-width: 91.666667%;
    flex-basis: 91.666667%;
}

.MuiGrid-grid-xs-12 {
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 100%;
}

@media (min-width:600px) {
    .MuiGrid-grid-sm-auto {
        flex-grow: 0;
        max-width: none;
        flex-basis: auto;
    }

    .MuiGrid-grid-sm-true {
        flex-grow: 1;
        max-width: 100%;
        flex-basis: 0;
    }

    .MuiGrid-grid-sm-1 {
        flex-grow: 0;
        max-width: 8.333333%;
        flex-basis: 8.333333%;
    }

    .MuiGrid-grid-sm-2 {
        flex-grow: 0;
        max-width: 16.666667%;
        flex-basis: 16.666667%;
    }

    .MuiGrid-grid-sm-3 {
        flex-grow: 0;
        max-width: 25%;
        flex-basis: 25%;
    }

    .MuiGrid-grid-sm-4 {
        flex-grow: 0;
        max-width: 33.333333%;
        flex-basis: 33.333333%;
    }

    .MuiGrid-grid-sm-5 {
        flex-grow: 0;
        max-width: 41.666667%;
        flex-basis: 41.666667%;
    }

    .MuiGrid-grid-sm-6 {
        flex-grow: 0;
        max-width: 50%;
        flex-basis: 50%;
    }

    .MuiGrid-grid-sm-7 {
        flex-grow: 0;
        max-width: 58.333333%;
        flex-basis: 58.333333%;
    }

    .MuiGrid-grid-sm-8 {
        flex-grow: 0;
        max-width: 66.666667%;
        flex-basis: 66.666667%;
    }

    .MuiGrid-grid-sm-9 {
        flex-grow: 0;
        max-width: 75%;
        flex-basis: 75%;
    }

    .MuiGrid-grid-sm-10 {
        flex-grow: 0;
        max-width: 83.333333%;
        flex-basis: 83.333333%;
    }

    .MuiGrid-grid-sm-11 {
        flex-grow: 0;
        max-width: 91.666667%;
        flex-basis: 91.666667%;
    }

    .MuiGrid-grid-sm-12 {
        flex-grow: 0;
        max-width: 100%;
        flex-basis: 100%;
    }
}

@media (min-width:960px) {
    .MuiGrid-grid-md-auto {
        flex-grow: 0;
        max-width: none;
        flex-basis: auto;
    }

    .MuiGrid-grid-md-true {
        flex-grow: 1;
        max-width: 100%;
        flex-basis: 0;
    }

    .MuiGrid-grid-md-1 {
        flex-grow: 0;
        max-width: 8.333333%;
        flex-basis: 8.333333%;
    }

    .MuiGrid-grid-md-2 {
        flex-grow: 0;
        max-width: 16.666667%;
        flex-basis: 16.666667%;
    }

    .MuiGrid-grid-md-3 {
        flex-grow: 0;
        max-width: 25%;
        flex-basis: 25%;
    }

    .MuiGrid-grid-md-4 {
        flex-grow: 0;
        max-width: 33.333333%;
        flex-basis: 33.333333%;
    }

    .MuiGrid-grid-md-5 {
        flex-grow: 0;
        max-width: 41.666667%;
        flex-basis: 41.666667%;
    }

    .MuiGrid-grid-md-6 {
        flex-grow: 0;
        max-width: 50%;
        flex-basis: 50%;
    }

    .MuiGrid-grid-md-7 {
        flex-grow: 0;
        max-width: 58.333333%;
        flex-basis: 58.333333%;
    }

    .MuiGrid-grid-md-8 {
        flex-grow: 0;
        max-width: 66.666667%;
        flex-basis: 66.666667%;
    }

    .MuiGrid-grid-md-9 {
        flex-grow: 0;
        max-width: 75%;
        flex-basis: 75%;
    }

    .MuiGrid-grid-md-10 {
        flex-grow: 0;
        max-width: 83.333333%;
        flex-basis: 83.333333%;
    }

    .MuiGrid-grid-md-11 {
        flex-grow: 0;
        max-width: 91.666667%;
        flex-basis: 91.666667%;
    }

    .MuiGrid-grid-md-12 {
        flex-grow: 0;
        max-width: 100%;
        flex-basis: 100%;
    }
}

@media (min-width:1170px) {
    .MuiGrid-grid-lg-auto {
        flex-grow: 0;
        max-width: none;
        flex-basis: auto;
    }

    .MuiGrid-grid-lg-true {
        flex-grow: 1;
        max-width: 100%;
        flex-basis: 0;
    }

    .MuiGrid-grid-lg-1 {
        flex-grow: 0;
        max-width: 8.333333%;
        flex-basis: 8.333333%;
    }

    .MuiGrid-grid-lg-2 {
        flex-grow: 0;
        max-width: 16.666667%;
        flex-basis: 16.666667%;
    }

    .MuiGrid-grid-lg-3 {
        flex-grow: 0;
        max-width: 25%;
        flex-basis: 25%;
    }

    .MuiGrid-grid-lg-4 {
        flex-grow: 0;
        max-width: 33.333333%;
        flex-basis: 33.333333%;
    }

    .MuiGrid-grid-lg-5 {
        flex-grow: 0;
        max-width: 41.666667%;
        flex-basis: 41.666667%;
    }

    .MuiGrid-grid-lg-6 {
        flex-grow: 0;
        max-width: 50%;
        flex-basis: 50%;
    }

    .MuiGrid-grid-lg-7 {
        flex-grow: 0;
        max-width: 58.333333%;
        flex-basis: 58.333333%;
    }

    .MuiGrid-grid-lg-8 {
        flex-grow: 0;
        max-width: 66.666667%;
        flex-basis: 66.666667%;
    }

    .MuiGrid-grid-lg-9 {
        flex-grow: 0;
        max-width: 75%;
        flex-basis: 75%;
    }

    .MuiGrid-grid-lg-10 {
        flex-grow: 0;
        max-width: 83.333333%;
        flex-basis: 83.333333%;
    }

    .MuiGrid-grid-lg-11 {
        flex-grow: 0;
        max-width: 91.666667%;
        flex-basis: 91.666667%;
    }

    .MuiGrid-grid-lg-12 {
        flex-grow: 0;
        max-width: 100%;
        flex-basis: 100%;
    }
}

@media (min-width:1920px) {
    .MuiGrid-grid-xl-auto {
        flex-grow: 0;
        max-width: none;
        flex-basis: auto;
    }

    .MuiGrid-grid-xl-true {
        flex-grow: 1;
        max-width: 100%;
        flex-basis: 0;
    }

    .MuiGrid-grid-xl-1 {
        flex-grow: 0;
        max-width: 8.333333%;
        flex-basis: 8.333333%;
    }

    .MuiGrid-grid-xl-2 {
        flex-grow: 0;
        max-width: 16.666667%;
        flex-basis: 16.666667%;
    }

    .MuiGrid-grid-xl-3 {
        flex-grow: 0;
        max-width: 25%;
        flex-basis: 25%;
    }

    .MuiGrid-grid-xl-4 {
        flex-grow: 0;
        max-width: 33.333333%;
        flex-basis: 33.333333%;
    }

    .MuiGrid-grid-xl-5 {
        flex-grow: 0;
        max-width: 41.666667%;
        flex-basis: 41.666667%;
    }

    .MuiGrid-grid-xl-6 {
        flex-grow: 0;
        max-width: 50%;
        flex-basis: 50%;
    }

    .MuiGrid-grid-xl-7 {
        flex-grow: 0;
        max-width: 58.333333%;
        flex-basis: 58.333333%;
    }

    .MuiGrid-grid-xl-8 {
        flex-grow: 0;
        max-width: 66.666667%;
        flex-basis: 66.666667%;
    }

    .MuiGrid-grid-xl-9 {
        flex-grow: 0;
        max-width: 75%;
        flex-basis: 75%;
    }

    .MuiGrid-grid-xl-10 {
        flex-grow: 0;
        max-width: 83.333333%;
        flex-basis: 83.333333%;
    }

    .MuiGrid-grid-xl-11 {
        flex-grow: 0;
        max-width: 91.666667%;
        flex-basis: 91.666667%;
    }

    .MuiGrid-grid-xl-12 {
        flex-grow: 0;
        max-width: 100%;
        flex-basis: 100%;
    }
}

.MuiTypography-root {
    margin: 0;
}

.MuiTypography-body2 {
    font-size: 0.875rem;
    font-family: montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 500;
    line-height: 1.71429em;
}

.MuiTypography-body1 {
    font-size: 0.875rem;
    font-family: montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 400;
    line-height: 1.46429em;
}

.MuiTypography-caption {
    font-size: 0.75rem;
    font-family: montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 400;
    line-height: 1.375em;
}

.MuiTypography-button {
    font-size: 0.875rem;
    min-height: 50px;
    font-family: montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 500;
    line-height: 1.75;
    text-transform: initial;
}

.MuiTypography-h1 {
    font-size: 2rem;
    font-family: montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: normal;
}

.MuiTypography-h2 {
    font-size: 2rem;
    font-family: montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: normal;
}

.MuiTypography-h3 {
    font-size: 1.5rem;
    font-family: montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: normal;
}

.MuiTypography-h4 {
    font-size: 1rem;
    font-family: montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: normal;
}

.MuiTypography-h5 {
    font-size: 0.875rem;
    font-family: montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: normal;
}

.MuiTypography-h6 {
    font-size: .75rem;
    font-family: montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: normal;
}

.MuiTypography-subtitle1 {
    font-size: 1rem;
    font-family: montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 400;
    line-height: 1.75;
}

.MuiTypography-subtitle2 {
    font-size: 0.875rem;
    font-family: montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 500;
    line-height: 1.57;
}

.MuiTypography-overline {
    font-size: 0.75rem;
    font-family: montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 400;
    line-height: 2.66;
    text-transform: uppercase;
}

.MuiTypography-srOnly {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
}

.MuiTypography-alignLeft {
    text-align: left;
}

.MuiTypography-alignCenter {
    text-align: center;
}

.MuiTypography-alignRight {
    text-align: right;
}

.MuiTypography-alignJustify {
    text-align: justify;
}

.MuiTypography-noWrap {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.MuiTypography-gutterBottom {
    margin-bottom: 0.35em;
}

.MuiTypography-paragraph {
    margin-bottom: 16px;
}

.MuiTypography-colorInherit {
    color: inherit;
}

.MuiTypography-colorPrimary {
    color: rgba(63, 81, 181, 1);
}

.MuiTypography-colorSecondary {
    color: rgba(255, 173, 0, 1);
}

.MuiTypography-colorTextPrimary {
    color: rgba(58, 58, 58, 1);
}

.MuiTypography-colorTextSecondary {
    color: rgba(74, 74, 74, 1);
}

.MuiTypography-colorError {
    color: rgba(228, 42, 45, 1);
}

.MuiTypography-displayInline {
    display: inline;
}

.MuiTypography-displayBlock {
    display: block;
}
.MuiSvgIcon-root {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 1.5rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}


.MuiChip-root {
    color: rgba(0, 0, 0, 0.87);
    border: none;
    cursor: default;
    height: 32px;
    display: inline-flex;
    outline: 0;
    padding: 0;
    font-size: 0.8125rem;
    box-sizing: border-box;
    transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    align-items: center;
    font-family: montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    white-space: nowrap;
    border-radius: 16px;
    vertical-align: middle;
    justify-content: center;
    text-decoration: none;
    background-color: #e0e0e0;
}

.MuiInputBase-root {
    color: rgba(58, 58, 58, 1);
    cursor: text;
    display: inline-flex;
    position: relative;
    font-size: 0.875rem;
    box-sizing: border-box;
    align-items: center;
    font-family: montserrat,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 400;
    line-height: 1.1876em;
}

    .MuiInputBase-root.Mui-disabled {
        color: rgba(0, 0, 0, 0.38);
        cursor: default;
    }

.MuiInputBase-multiline {
    padding: 6px 0 7px;
}

    .MuiInputBase-multiline.MuiInputBase-marginDense {
        padding-top: 3px;
    }

.MuiInputBase-fullWidth {
    width: 100%;
}

.MuiInputBase-input {
    font: inherit;
    color: currentColor;
    width: 100%;
    border: 0;
    height: 1.1876em;
    margin: 0;
    display: block;
    padding: 6px 0 7px;
    min-width: 0;
    background: none;
    box-sizing: content-box;
    animation-name: mui-auto-fill-cancel;
    letter-spacing: inherit;
    animation-duration: 10ms;
    -webkit-tap-highlight-color: transparent;
}


.jss125 {
    width: 100%;
    /*border: 2px solid rgba(239, 242, 245, 1);*/
    /*display: flex;*/
    padding: 0;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 0 !important;
    background-color: rgba(255, 255, 255, 1);
}

.MuiButtonBase-root {
    color: inherit;
    border: 0;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    outline: 0;
    padding: 0;
    position: relative;
    align-items: center;
    user-select: none;
    border-radius: 0;
    vertical-align: middle;
    -moz-appearance: none;
    justify-content: center;
    text-decoration: none;
    background-color: transparent;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

    .MuiButtonBase-root::-moz-focus-inner {
        border-style: none;
    }

    .MuiButtonBase-root.Mui-disabled {
        cursor: default;
        pointer-events: none;
    }

@media print {
    .MuiButtonBase-root {
        -webkit-print-color-adjust: exact;
    }
}


.jss119 {
    color: #000;
    width: 37px;
    border: 1px solid #c5d0ea;
    display: inline-block;
    border-top: 5px solid rgba(255, 173, 0, 1);
    margin-right: 4px;
    margin-bottom: 16px;
}

    .jss119 MuiTypography-caption {
        display: block;
    }

    .jss119 label {
        color: #585353;
        display: block;
        font-size: 1.2rem;
        font-weight: bold;
    }

    .jss119 .MuiTypography-caption {
        display: inline-block;
        font-size: 0.75rem;
        text-transform: capitalize;
    }



.jss101 {
    padding-right: 25%;
}

.jss102 .opportunity {
    display: none;
}

@media (max-width:599.95px) {
    .jss103 {
        /*padding: 8px 64px;*/
    }
}

.jss104 {
    color: #000;
    width: auto;
    display: inline-block;
    padding: 5px 30px 5px 10px;
    /*overflow: hidden;*/
    position: relative;
    font-size: 1rem;
   min-width: 43%;
    font-weight: 500;
    white-space: wrap;
    margin-right: 24px;
    margin-bottom: 16px;
    text-overflow: ellipsis;
    background-color: #eef2ff;
}



.mar42 {
    margin-left: 45.6%;
}

















@media (max-width:599.95px) {

    .jss104 {
        max-width: 100%;
        white-space: normal;
    }
}

.jss104 span {
    color: rgba(0, 41, 132, 1);
    margin-right: 1.2px;
}

.jss104::after {
    top: -14px;
    right: -20px;
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    border-top: 30px solid transparent;
    border-right: 35px solid #fff;
    border-bottom: 30px solid transparent;
}

.jss105 {
    font-size: 0.8rem;
    margin-left: 68px;
}

    .jss105 .MuiSvgIcon-root {
        font-size: 17px;
        vertical-align: top;
    }

.jss106 {
    padding-left: 32px;
    /*padding-left: 57%;*/
}

    .jss106 .MuiTypography-body1 {
        color: #007bff;
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 8px;
        vertical-align: bottom;
    }

@media (max-width:959.95px) {
    .jss106 {
        /*margin-left: -82px;*/
    }
}

@media (max-width:599.95px) {
    .jss106 .MuiTypography-body1 {
        display: inline-block;
    }
}

.jss106 .MuiTypography-body1 .MuiSvgIcon-root {
    font-size: 20px;
    vertical-align: bottom;
}

.jss107 {
    font-size: 1.175rem;
    font-weight: bolder;
    margin-left: 3px;
    margin-right: 2px;
}

.jss108 {
    color: rgba(184, 107, 216, 1);
    position: absolute;
    border-color: rgba(184, 107, 216, 1);
}

.jss109 {
    color: rgba(95, 181, 208, 1);
    /*position: absolute;*/
    border-color: rgba(95, 181, 208, 1);
}

.jss110 {
    color: rgba(230, 105, 77, 1);
    position: absolute;
    border-color: rgba(230, 105, 77, 1);
}

.jss111 label {
    color: #6b6b6b;
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
}

.jss111 strike {
    color: #d82427;
}

.jss111 .MuiTypography-caption {
    position: relative;
    font-weight: 500;
}

.jss111 small {
    left: 5px;
    color: rgba(228, 42, 45, 1);
    bottom: -130%;
    position: absolute;
}

@media (max-width:599.95px) {
    .jss111 {
        /*margin: 44.2px 0px;*/
    }
}

@supports (-ms-ime-align:auto) {
    .jss111 small {
        left: -20px;
        width: 130px;
        bottom: -20px;
    }
}

.jss112 {
    position: relative;
}

    .jss112 .MuiButton-root {
        min-width: 240px;
        margin-bottom: 16px;
        text-transform: capitalize;
    }

    .jss112 .enrollMeNow {
        color: #fff;
        font-size: 20px;
        background-color: #5c9707;
    }

    .jss112 .MuiButton-outlined {
        color: rgba(63, 81, 181, 1);
        min-height: 47px;
        border-color: rgba(63, 81, 181, 1);
    }

    .jss112 .registrationClosed {
        color: rgba(228, 42, 45, 1);
        border: 1px solid;
        font-size: 20px;
        border-color: rgba(228, 42, 45, 1);
        background-color: #fff;
    }

        .jss112 .registrationClosed:hover {
            color: #fff;
            background-color: rgba(228, 42, 45, 1);
        }

        .jss112 .registrationClosed .MuiButton-label {
            width: 100%;
            display: block;
        }

            .jss112 .registrationClosed .MuiButton-label a {
                width: 100%;
                display: block;
                font-size: 0.8rem;
                text-decoration: underline;
            }

    .jss112 .MuiButton-outlined:hover {
        color: #fff;
        background-color: rgba(63, 81, 181, 1);
    }

    .jss112 .enrollMeNow:hover {
        background-color: #416c04;
    }

@media (max-width:959.95px) {
    .jss112 .enrollMeNow {
        min-width: 200px;
    }
}

.jss112 .enrollMeNow .MuiButton-label::after {
    top: 15% !important;
}

@media (max-width:959.95px) {
    .jss112 .scroll-link {
        min-width: 200px;
    }
}

.jss113 {
    /*padding-left: 25px;*/
}

@media (max-width:599.95px) {
    .jss113 {
        /*margin: 20px 0px;
        margin-left: 5px;*/
    }
}

.jss113 .MuiSvgIcon-root {
    font-size: 1.2rem;
    min-height: 22px;
}

.jss113 .MuiPaper-root {
    width: 100%;
    /*border: 1px solid #007bff;*/
    box-shadow: none;
    margin-left:5%;
}

.jss113 .MuiTypography-caption {
    font-size: 11px;
    font-weight: bold;
    margin-left: 1.6px;
}

.jss113 .MuiTypography-body2 {
    color: rgba(137, 189, 68, 1);
    font-size: 0.75rem;
    font-weight: bold;
}

    .jss113 .MuiTypography-body2 .MuiSvgIcon-root {
        vertical-align: middle;
    }

.jss113 .MuiPaper-root .MuiInputBase-root {
    color: rgba(63, 81, 181, 1);

}

.jss113 .MuiPaper-root .MuiInputBase-input {
    font-size: 15px;
    font-weight: bold;
    color: #FFAD00;
}

.jss113 .MuiPaper-root .MuiButtonBase-root:last-child {
    color: #fff;
    background-color: #007bff;
}

.jss113 .MuiPaper-root .MuiButtonBase-root:hover {
    color: #fff;
}

.jss114 {
    z-index: 1;
    position: relative;
    margin-top: 5px;
}

.jss115 {
    color: rgba(117, 125, 232, 1);
    right: 0;
    z-index: 9999;
    position: absolute;
    min-width: 277px;
    /*margin-top: 16px;*/
    padding-left: 15px;
}

@media (max-width:599.95px) {
    .jss115 {
        /*top: -45px;
        right: 40px;*/
    }
}

.jss115 .MuiTypography-body1 {
    color: inherit;
    cursor: pointer;
    font-size: 0.8rem;
    margin-right: 5px;
    text-decoration: none !important;
}

.jss115 .MuiSvgIcon-root {
    font-size: 1.2rem;
    vertical-align: middle;
}

.jss116 {
    color: #fff;
    padding: 1px 4px;
    font-size: 0.75rem;
    margin-left: 2px;
    background-color: rgba(63, 81, 181, 1);
}

.jss117 {
    top: -40px;
    color: rgba(228, 42, 45, 1);
    right: 50px;
    position: absolute;
    margin-top: 5px;
    font-weight: bold;
}
.MuiChip-outlined {
    border: 1px solid rgba(0, 0, 0, 0.23)!important;
    background-color: transparent!important
}
.jss109 {
    color: rgba(95, 181, 208, 1)!important;
    /*position: absolute!important;*/
    border-color: rgba(95, 181, 208, 1)!important;
}
.MuiChip-label {
    overflow: hidden;
    white-space: nowrap;
    padding-left: 12px;
    padding-right: 12px;
    text-overflow: ellipsis;
}

.jss86 .MuiGrid-root {
    text-align: center;
}
.jss89 .counter-0 {
    width: 87px;
    height: 65px;
    margin: 0 auto;
    background: url(https://alpha.invensislearning.com/storage/images/icons/courses-icon.svg) no-repeat;
    background-position: center;
}


.jss86 .counter-1 {
    width: 87px;
    height: 65px;
    margin: 0 auto;
    background: url(https://alpha.invensislearning.com/storage/images/icons/learners-count-icon.svg) no-repeat;
    background-position: center;
}
.jss86 .counter-3 {
    width: 87px;
    height: 65px;
    margin: 0 auto;
    background: url(https://alpha.invensislearning.com/storage/images/icons/satisfaction-icon.svg) no-repeat;
    background-position: center;
}

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;
}

    #quote-carousel .carousel-control {
        background: none;
        color: #CACACA;
        font-size: 2.3em;
        text-shadow: none;
        margin-top: 30px;
    }

    #quote-carousel .carousel-indicators {
        position: relative;
        right: 50%;
        top: auto;
        bottom: 0px;
        margin-top: 20px;
        margin-right: -19px;
    }

        #quote-carousel .carousel-indicators li {
            width: 50px;
            height: 50px;
            cursor: pointer;
            border: 1px solid #ccc;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
            border-radius: 50%;
            opacity: 0.4;
            overflow: hidden;
            transition: all .4s ease-in;
            vertical-align: middle;
        }

        #quote-carousel .carousel-indicators .active {
            width: 128px;
            height: 128px;
            opacity: 1;
            transition: all .2s;
        }

.item blockquote {
    border-left: none;
    margin: 0;
}

    .item blockquote p:before {
        content: "\f10d";
        font-family: 'Fontawesome';
        float: left;
        margin-right: 10px;
    }






@media only screen and (min-device-width :320px) and (max-device-width :480px) {
    .jss104 {
        position: inherit;
    }

    .jss109 {
        margin-left: 6px;
    }
    .jss103 {
        padding: 8px 0px;
    }

    .date-new-ven {
        padding: 0 10px 0 13px !important;
    }
    .MuiContainer-root {
        padding-left: 0px;
        padding-right: 0px;
    }
    .jss105 {
        font-size: 0.8rem;
        margin-left: 10px;
        margin-bottom: 4px;
    }
    .jss106 {
        padding-left: 8px;
    }
    .jss113 {
        margin: 9px 0px;
        margin-left: 5px;
    }
    .jss111 {
        margin: 4px 0px 0px 10px;
        float: left;
        width: 100%;
    }
    .jss115 {
        padding-left: 35px;
    }
    .newv-three-button li {
        margin-bottom:8px;
    }
    /*.jss111 label {
        text-align: left;
    }*/
    .jss111 .MuiTypography-caption {
        position: relative;
        font-weight: 500;
       /* float: left;*/
    }
}










/*====================Add css suraj here===================*/



@media only screen and (max-width: 539px) {
    .mdFixw50 {
        max-width: 98%;
        flex-basis: 98%;
        text-align: center;
        padding-bottom: 1px;
        padding-left: 15px;
    }
    .jss113 { margin:0;}
    .jss109{ margin-bottom:10px;}
}



    @media screen and (max-width:768px) and (min-width: 540px) {



        .jss104 {
            width: 95%;
        }

        .jss109 {
            margin-left: 15px;
        }

        .mar42 {
            margin-left: 5%;
        }

        .ui-dialog {
            width: 80% !important;
            margin: 0 auto;
        }

        .jss100 {
            position: inherit;
        }


        .mdFixw50 {
            max-width: 90%;
            flex-basis:90%;
        }
    }

    @media screen and (max-width:1060px) and (min-width: 769px) {
        .mar42 {
            margin-left: 10px;
        }
        .containerW50 {
            width: 48%;
           margin: 10px 5px;
        }
        .mdFixw50 {
            max-width: 90%;
            flex-basis: 90%;
        }
        .jss100 {
            min-height: 515px;
        }




    label.MuiTypography-body1 {
        margin-bottom: 0;
    }

    .ui-widget {
        font-family: Arial,sans-serif;
        font-size: 12px !important;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        width: auto !important;
        border: none;
    }



    .ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
        text-indent: 0;
        padding: 0;
    }


    .ui-widget-header {
        background-color: #007bff !important;
        color: #ffffff;
        border: 2px solid #007bff;
    }



