
@font-face {
    font-family: 'Maven Pro1';
    src: url('assets/fonts/MavenPro-Regular.ttf');
}

@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');
}

@font-face {
    font-family: 'Fira Sans Bold2';
    src: url('assets/fonts/fira-sans/FiraSans-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Nunito Sans1';
    src: url('assets/fonts/nunito-sans/NunitoSans-SemiBold.ttf');
}

.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;
}
.createSuccessPagestproclsMain{
    display: grid;
    display: none;
    width: 100vw;
    height: 100%;
    z-index: 99999999999999999999999;
    background: white;
    position: absolute;
    top: 0;
    grid-gap: 0;
    align-items: center;
    justify-content: center;
}
.createSuccessPagestprocls{
    display: grid;
    width: 66vw;
    height: 50%;
    grid-gap: 0;
    align-items: center;
    justify-content: center;
}
.createSuccessPagestproclsone{
    display: grid;
    grid-auto-flow: column;
    height: max-content;
}
.createSuccessPagestproclsoneicon{
    background-image: url("assets/images/Rectangle.svg");
    height: 40px;
    width: 40px;
    /* width: max-content; */
    right: 16px;
    bottom: 7px;
    position: relative;
    justify-self: end;
    background-size: 100% 100%;
}
.createSuccessPagestproclsonetext{
    
font-family: Fira Sans;
    
font-style: normal;
    
font-weight: bold;
    
font-size: 24px;
    
line-height: 29px;
/* identical to box height */
    
color: #000000;
}
/* .createSuccessPagestproclstwo{

} */
.createSuccessPagestproclstwotext{
    
font-family: Maven Pro;
    
font-style: normal;
    
/* font-weight: normal; */
    
font-size: 16px;
    
line-height: 19px;
    
text-align: center;
    
color: #000000;
}
.createSuccessPagestproclslast{
    width: 100%;
    display: grid;
    justify-content: center;
    margin-top: 30px;
    align-items: center;
}
.createSuccessPagestproclslasttext{
    
font-family: Maven Pro;
    
font-style: normal;
    
font-weight: 500;
    
border: 1px solid #FFD328;
    
box-sizing: border-box;
    
border-radius: 4px;
    
padding: 10px 36px;
    
font-size: 14px;
    
line-height: 14px;
    
text-align: center;
    
color: #000000;
}
.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_callbackfrm{
    text-align: center;
    display: none;
    width: 100vw;
    height: 100vh;
    background: white;
    top: 0;
    position: absolute;
    z-index: 9999999999999999;
	overflow-y:scroll;
}

.stpro_callbackfrm1{
    position: fixed;
    right: 16px;
    top: 16px;
}
.stpro_callbackfrm11{
    background: #FFD328;
    border: 2px solid #FFFFFF;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 9px;
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    background: #FFD328;
    border: 2px solid #FFFFFF;
}
.stpro_callbackfrm11_1{
    background: url('assets/images/cform_close.png');
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: rotate(179.99deg);
    -ms-transform: rotate(179.99deg);
    -o-transform: rotate(179.99deg);
    transform: rotate(179.99deg);
    width: 14px;
    height: 14px;
    margin: -2px -1px;
}

.stpro_callbackfrm2{
    font-family: 'Maven Pro1';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    padding-top: 40px;
}

.stpro_callback_form{
    display: block;
    padding-top: 24px;
}

.stpro_callback_form1{
    display: block;
    padding: 0px 0px 8px !important;
    /* padding-bottom: 8px; */
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    margin: 24px auto 0px;
    border-bottom: 1px solid #FFD328;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 12px !important;
    line-height: 14px !important;
    min-width: 50%;
    text-align: center;
    color: #9B9B9B !important;
}

.stpro_callback_form1::-webkit-input-placeholder { /* Edge */
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    min-width: 50%;
    text-align: center;
    color: #9B9B9B;
}
  
.stpro_callback_form1:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    min-width: 50%;
    text-align: center;
    color: #9B9B9B;
}
  
.stpro_callback_form1::-moz-placeholder {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    min-width: 50%;
    text-align: center;
    color: #9B9B9B;
}
  
.stpro_callback_form1::-ms-input-placeholder {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    min-width: 50%;
    text-align: center;
    color: #9B9B9B;
}
  
.stpro_callback_form1::placeholder {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    min-width: 50%;
    text-align: center;
    color: #9B9B9B;
}
.stpro_callback_form1:focus, .stpro_callback_form1:active{
    outline: none;
    caret-color:#9B9B9B !important;
}

.stpro_callback_form_msg1{
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #1F68EC;
    margin-top: 24px;
}

.stpro_callback_form_sbmt{
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    font-family: 'Nunito Sans1';
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    background: #000000;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    padding: 10px 40px;
    color: #FFD328;
    margin-top: 24px;
}

.stpro_callback_form_msg2{
    font-family: 'Maven Pro';
    font-style: normal;
    font-weight: normal;
    font-size: 8px;
    line-height: 9px;
    text-align: center;
    color: #000000;
    margin: 8px 0px 24px;
}









@-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)
    }
}