
@font-face {
    font-family: 'Maven Pro';
    src: url('assets/fonts/MavenPro-Medium.ttf');
}

@font-face {
    font-family: 'Maven Pro Bold1';
    src: url('assets/fonts/MavenPro-Bold.ttf');
}

@font-face {
    font-family: 'Fira Sans';
    src: url('assets/fonts/fira-sans/FiraSans-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Fira Sans Bold1';
    src: url('assets/fonts/fira-sans/FiraSans-Medium.otf') format('opentype');
}

.stpro_dflex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.stpro_dflex_jbtwn {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.stpro_dflex_jcenter{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.stpro_dflex_fwrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.stpro_dflex_fclmn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.stpro_merr {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: none;
    height: 100%;
}

.stpro_err_icon {
    height: 100px;
    width: 200px;
    border: 3px solid #313131;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    -webkit-animation: rotateDvcIcon 1.5s ease-in-out infinite alternate;
         -o-animation: rotateDvcIcon 1.5s ease-in-out infinite alternate;
            animation: rotateDvcIcon 1.5s ease-in-out infinite alternate;
    display: none;
}

.stpro_err_msg {
    font-family: 'Maven Pro';
    color: #212121;
    font-size: 1.4em;
    margin-top: 104px;
    text-align: center;
    display: none;
}

.stpro_hide {
    display: none !important;
}

.stpro_opacity0 {
    opacity: 0 !important;
}

.stpro_opacity1 {
    opacity: 1 !important;
}

.stpro_waveeffect {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    overflow: hidden;
}

.stpro_waveeffect:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: -webkit-radial-gradient(circle, #cecece 10%, transparent 10.01%);
    background-image: -o-radial-gradient(circle, #cecece 10%, transparent 10.01%);
    background-image: radial-gradient(circle, #cecece 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transform: scale(10, 10);
        -ms-transform: scale(10, 10);
         -o-transform: scale(10, 10);
            transform: scale(10, 10);
    opacity: 0;
    -webkit-transition: opacity 1s, -webkit-transform .5s;
    transition: opacity 1s, -webkit-transform .5s;
    -o-transition: opacity 1s, -o-transform .5s;
    transition: transform .5s, opacity 1s;
    transition: transform .5s, opacity 1s, -webkit-transform .5s, -o-transform .5s;
}

.stpro_waveeffect:active:after {
    -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
         -o-transform: scale(0, 0);
            transform: scale(0, 0);
    opacity: .3;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}


.stpro_slideinleft{
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.stpro_actcard{
    position: absolute;
    display: none;
    /* height: 100%; */
    /* width: 100%; */
    z-index: 13;
}
.stpro_actcard_inr{
    background: #FAF9FF;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 5px;
            border-radius: 5px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    overflow: hidden;
}
.stpro_actcard1_1{
    background: #EDEDED;
    padding: 10px 16px;
}
.stpro_actcard1_11{
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #1F68EC;
    margin: auto 0px;
}
.stpro_actcard1_12{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #000000;
    margin: auto 0px auto 24px;
}
.stpro_actcard2{
    padding: 7px 10px;
}
.stpro_actcard2_inr{
    width: 176px;
    margin: auto;
    overflow: auto;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
}
.stpro_actcard2_inr::-webkit-scrollbar{
    height: 0px !important;
}
.stpro_actcard21{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0px auto;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding: 0px 7px;
}        
.stpro_actcard21_1{
    background: #FFD328;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    padding: 8px 10px;
}
.stpro_actcard21_11{
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #000000;
}
.stpro_actcard21_12{
    font-family: 'Maven Pro Bold1';
    font-style: normal;
    font-size: 8px;
    line-height: 9px;
    text-align: center;
    color: #1F68EC;
    padding-top: 2px;
}
.stpro_actcard21_2{
    font-family: 'Maven Pro Bold1';
    font-style: normal;
    font-size: 8px;
    line-height: 9px;
    text-align: center;
    color: #60D199;
    padding-top: 4px;
}
.stpro_actcard_detail{
    background: #1F68EC;
    padding: 12px;
}
.stpro_actcard_detarrow{
    background: url('assets/images/card-rarrow.svg');
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    width: 10px;
    height: 12px;
    margin: auto;
}





@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@-o-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* Keyframes */
@-webkit-keyframes rotateDvcIcon {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg)
    }

    100% {
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg)
    }
}
@-o-keyframes rotateDvcIcon {
    0% {
        -o-transform: rotate(0deg);
           transform: rotate(0deg)
    }

    50% {
        -o-transform: rotate(-90deg);
           transform: rotate(-90deg)
    }

    100% {
        -o-transform: rotate(-90deg);
           transform: rotate(-90deg)
    }
}
@keyframes rotateDvcIcon {
    0% {
        -webkit-transform: rotate(0deg);
             -o-transform: rotate(0deg);
                transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(-90deg);
             -o-transform: rotate(-90deg);
                transform: rotate(-90deg)
    }

    100% {
        -webkit-transform: rotate(-90deg);
             -o-transform: rotate(-90deg);
                transform: rotate(-90deg)
    }
}