.footerbtm {
    width: 100%;
    border: 0px !important;
    color: #fff;
    background: #000000;
    text-align: center;
    padding-bottom: 15px;

}



.footerbtm a, .footerbtm a:hover, .footerbtm a:focus{color:#fff !important}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}

.footerlinks a {
    font-size: 12px;
}

.bg {
    background-color: #cc0000 !important;
    text-align: center;
    color: #fefefd;
    padding: 10px 20px;
    width: 100%;
    border-radius: 6px 6px 0 0;
}

.form-title_3gsmramvxq {
    font-size: calc(1.275rem + .3vw);
    color: #ffffff;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 0;
    border-radius: 6px 6px 0 0;
    border-bottom: 1px solid #E0E0E0;
}

.intro-form_3gsmramvxq {
    padding: 0 !important;
}

.paddings {
    padding: 15px;
    width: 100%;
    background-color: #f3f3f3;
}

.input-wrapper_3gsmramvxq {
    background-color: #f3f3f3;
}
.intro-form_3gsmramvxq {
    border-radius: 6px;
    
}

.form-block__half_3gsmramvxq {
    flex-direction: column !important;
    gap: unset !important;
    width: 100% !important;
}

.new-form_3gsmramvxq .input-wrapper_3gsmramvxq .form-block__full_3gsmramvxq {
    margin: 8px 0 !important;
}

.form-block__full_3gsmramvxq input {
    height: 38px !important;
    padding-left: 8px !important;
    font-size: 12px !important;
    background: #FFF !important;
    border: 1px solid #a7abad !important;
    line-height: 22px !important;
    width: 100%;
    border-radius: .25rem !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #0c0c0c !important;
}

.form-block_3gsmramvxq .error_3gsmramvxq, .form-block__input_3gsmramvxq .error_3gsmramvxq {
    color: #0c0c0c !important;
}
.child-valid_3gsmramvxq input, .child-valid_3gsmramvxq select{
    border-color: green !important;
    background-color: #0281e814 !important;
}
.form-block__full_3gsmramvxq.error_3gsmramvxq {
    border-color: orange !important;
    box-shadow: unset !important;
}
.form-block_3gsmramvxq .child-invalid_3gsmramvxq>input {
    border-color: orange !important;
    box-shadow: unset !important;
}
select {
    appearance: none;
    font-size: 12px !important;
    color: #aaa !important;
    font-style: normal;
    background: #fff !important;
    border: 1px solid #a7abad !important;
    height: 38px !important;

}



.form-block__full_3gsmramvxq input::placeholder {
    font-size: 12px !important;
    color: #aaa !important;
    font-style: normal;
}

.placeholder_3gsmramvxq {
    font-size: 12px !important;
    color: #aaa !important;
    
}
.flag_3gsmramvxq  {
    display: none;
}

.intro-form_3gsmramvxq .new-form_3gsmramvxq button {
    background-color: #e16f2e !important;
    border-color: #e16f2e !important;
    padding: .5rem 1rem !important;
    font-size: 1.25rem !important;
    line-height: 1.5 !important;
    border-radius: .3rem !important;
    color: #fff !important;
    display: inline-block !important;
    font-weight: 400 !important;
    text-align: center !important;
    vertical-align: middle !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    animation: pulse 1s infinite;
    margin-top: 10px !important;
}

.intro-form_3gsmramvxq .new-form_3gsmramvxq button:after {
    display: none !important;
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

.encrypted {
    display: block;
    margin: 10px auto 30px !important;
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}

.verified {
    display: block;
    margin: 0 auto;
    padding-top: 20px;
    box-shadow: 0 -3px 0 #cecece;
    max-width: 80%;
    padding-bottom: 40px;
}

.new-img {
    max-width: 100%;
    display: block;
    margin: 0 auto  ;
}

.new-title {
    margin: 30px auto 0 !important;
}

.new-text {
    text-align: center;
    margin: 0 auto;
}

.offerbarexpire {
    color: #fff;
    background: #f7b422 !important;
    font-weight: 600;
    border-top: none !important;
    border-bottom: none !important;
}

#timer-12586003 {
    display: inline;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.py-1 {
    padding-bottom: .25rem !important;
    padding-top: .25rem !important;
}

.intro_offer__review_3gsmramvxq {
    display: none;
}

.priceTagD {
    position: absolute;
    right: 0px;
    width: 110px;
    height: 110px;
    background: #f7b422;
    border: 3px solid #d4d4d4;
    color: #fff;
    border-radius: 50%;
    top: 0px;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 10px 8px;
    text-align: center;
}

.priceTagD span {
    display: block;
    font-size: 36px;
    font-weight: 700;
    line-height: 28px;
}

.priceTagD span sub {
    bottom: 0;
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

.intro-img__img_3gsmramvxq img:not(:first-child) {
    position: static !important;
}

.align_items_center_3gsmramvxq {
    align-items: flex-start !important;
}

.orangeText {
    color: red;
    font-size: calc(1.3125rem + .75vw);
    margin-bottom: 20px;
}

.intro-img_3gsmramvxq {
    flex-direction: column;
}

@media (max-width: 575px) {
    .priceTagD {
        width: 90px;
        height: 90px;
        font-size: 13px;
        line-height: 15px;
    }
    .priceTagD span {
        font-size: 24px;
    }
}