 

.form_fill_prt span.text-danger {
    font-size: 14px;
    float: left;
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 5px;
}


.form_fill_prt span.error {
    font-size: 14px;
    float: left;
    font-weight: normal;
    padding-top: 15px;
    padding-bottom: 5px;
}


.red_btn:hover {
    color: #fff;
}

.container-min-height {
    min-height: 300px;
}

.ftr_bg a:hover { text-decoration: none; }

.ftr_bg {
    margin-top: 0;
}



#pb_loader {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
    -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
    transition: opacity .2s ease-out, visibility 0s linear .2s;
    z-index: 1000; }

#pb_loader.fullscreen {
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

#pb_loader.show {
    -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
    transition: opacity .4s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1; }

#pb_loader .circular {
    -webkit-animation: loader-rotate 2s linear infinite;
    animation: loader-rotate 2s linear infinite;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }

#pb_loader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: loader-dash 1.5s ease-in-out infinite;
    animation: loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round; }
@-webkit-keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

@keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

@-webkit-keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0; }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px; }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px; } }

@keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0; }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px; }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px; } }



.red_btn:disabled{
    background-color:#6c757d !important;
    border-color:#6c757d !important;
    cursor:not-allowed;
}


.agree_text{
    font-size: 15px;
    line-height: 24px;
    cursor: pointer;
}
input#adult_agree {
    width: 15px;
    height: 15px;
}

.form_part{
    min-height:630px;
    margin-top: 10px;
}

/*
#pb_loader.fullscreen{
    left:50%;
    top:50%;
}*/



.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
    padding: 1rem 1rem !important;
    z-index: 9999 !important;
    border-radius: 50% !important;
    background-color:#fe2200;
}


.g-recaptcha {
    transform:scale(0.91);
    -webkit-transform:scale(0.91);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
    width: 100%;
    text-align: center !important;
}


@media (min-width: 200px) and (max-width: 767px) {
    .g-recaptcha {transform:scale(0.70);-webkit-transform:scale(0.70);transform-origin:0 0;-webkit-transform-origin:0 0;}
    .my-iframe-cls iframe {
        width: 100%;
        height: 194px;

    }
}



p.para {
    /*line-height: 30px;*/
}


.ftr_bg a,.ftr_links{
    color: #afafaf;
    font-size: 14px;
}

div#submit-result {
    line-height: 20px;

}

.agree_terms ,.agree_terms a{
    line-height: 20px;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
}
.agree_terms a{
    font-size: 13px;
    color: #6c757d;
    text-decoration: none;
    cursor: pointer;
}

.agree-check{
    padding-left: 1.5rem;
    text-align: left;

}



/*********** Verification Page ************/


.login-block .auth-box {
    margin: 20px auto 0;
    max-width: 450px !important;
    border: 1px solid gray;
}

.card {
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 0 rgba(43, 43, 43, .1), 0 11px 6px -7px rgba(43, 43, 43, .1);
    box-shadow: 0 0 5px 0 rgba(43, 43, 43, .1), 0 11px 6px -7px rgba(43, 43, 43, .1);
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.card .card-block {
    padding: 1.25rem
}

.f-80 {
    font-size: 80px
}

.form-group {
    margin-bottom: 1.25em
}

.form-material .form-control {
    display: inline-block;
    height: 43px;
    width: 100%;
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #ccc
}

.btn-md {
    padding: 10px 16px;
    font-size: 15px;
    line-height: 23px
}

.btn-primary {
    background-color: #4099ff;
    border-color: #4099ff;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s
}

.btn {
    border-radius: 2px;
    text-transform: capitalize;
    font-size: 15px;
    padding: 10px 19px;
    cursor: pointer
}

.m-b-20 {
    margin-bottom: 20px
}

.btn-md {
    padding: 10px 16px;
    font-size: 15px;
    line-height: 23px
}
.invalid-feedback{
    display:block;
    font-size: 15px;
    font-style: normal;
}


#mailcode-error.invalid-feedback{
    padding: 10px 0px 30px 0px;
    width: 100%;
}

.check-tc{
    padding: 2px 0px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

button.verified-download:disabled{
    cursor: not-allowed;
}



a.tc_links {
    color: #28a745;
}



.card {
    border: 0;
    box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -ms-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #e6e4e9;
    border-radius: 8px;
}

.card .card-header.no-border {
    border: 0;
}
.card .card-header {
    background: none;
    padding: 0 0.9375rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    min-height: 50px;
}
.card-header:first-child {
    border-radius: calc(8px - 1px) calc(8px - 1px) 0 0;
}

/************* End of verification page ************/

.unsub_txt{
    line-height: 20px;
}

span.error{
        color: #dc3545;
}


.front{
    background: none;
    background-color: #fe2200;
}



.price_bg_clr{
    color:#000 !important;
}

@keyframes blink {
            0% {
                opacity: 1;
            }
            50% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
        }

        .blinking-text {
            text-align: center;
            margin-top: 20%;
            font-size: 30px;
            color: green;
            animation: blink 1s infinite; 
        }