/* Pro */

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Nunito", sans-serif;
    color: #030D1F;
    font-size: 14px;
}
.caveat {
    font-family: "Caveat", cursive;
}
.poppins {
    font-family: "Poppins", sans-serif;
}
.clr-1{
    color: #FFCE51;
}
.clr-2{
    color: #FF5EE2;
}
.clr-3{
    color: #52FFE9;
}
:root{
    --theme-gradient: #ffd431;
    --theme-gradient1: #ffd431;
    --blue-clr: #1D7EEB;
}
.green-clr {
    color: #16cf05;
}
.blue-clr {
    color: var(--theme-gradient) !important;
}

html::-webkit-scrollbar {
    width: 8px;
 }
 
html::-webkit-scrollbar-track {
  background-color: #eee;
}
 
html::-webkit-scrollbar-thumb {
  background: var(--theme-gradient);
  border-radius: 25px;
}
.yellow-clr1{
    color: #ffd431;
}
.black-clr {
    color: #000000;
}
.white-clr {
    color: #fff;
}
/* .blue-clr{
    color: #459EFF;
} */

.warning-box img {
    min-width: 52px;
    max-height: 50px;
    margin-right: 14px;
}
.warning-box {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
}
.fixed-top-bar{
    position: sticky;
    top: 0;
    z-index: 99;
}
.btn-accent {
    background: var(--theme-gradient);
    color: #000;
}
.btn-medium {
    padding: 0px 18px;
    /* border: 2px solid #6137F7 !important; */
    font-size: 18px;
    line-height: 33px;
    border-radius: 10px;
    text-transform: uppercase;
    border: 0;
    /* animation: blink 1.5s linear infinite; */
}
a.affiliate-link-btn {
    border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 10px 28px;
    font-size: 18px;
    color: var(--black-clr);
    transition: all .3s 
ease;
    animation: blink 1.5s 
linear infinite;
}
@media (min-width: 768px){
    .warning-box {
        font-size: 16px;
    }
    .btn-medium {
        padding: 10px 28px;
        font-size: 24px;
    }
        a.affiliate-link-btn {
        padding: 10px 28px !important;
        font-size: 24px;
    }
}


@keyframes blink {
  0%{
    color: #fff;
  }  
  100%{
    color: #000;
  }
}
.btn-accent:hover {
    color: #000;
}

.theme-clr {
    background: linear-gradient(90deg, #F8D13E 0%, #FF6A00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
span.under {
    border-bottom: 4px solid;
}
.under{
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(90deg, #FEB763 0%, #FD206C 100%);
    border-image-slice: 1;
}

.yellow-clr{
    color: #f8d13e;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.responsive-video iframe,
.responsive-video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.header-section {
    background: #0a0708;
    padding: 30px 0px 40px 0px;
}
.pre-heading {
    border-radius: 10px;
    /* border: 1px solid #5136E5; */
    background: linear-gradient(90deg, rgba(0, 89, 242, 0) 0%, rgba(0, 89, 242, 0.2) 50%, rgba(0, 89, 242, 0) 100%);
    /* backdrop-filter: blur(50px); */
    padding: 10px;
    display: inline-block;
}
.proudly-sec {
    background: url(https://cdn.oppyotest.com/launches/tubeengineai/unlimited/proudly-head.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 8px 30px;
}
.main-heading {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 50%, rgba(0, 0, 0, 0) 100%);
    border: 2px solid #FE0C0D;
    border-radius: 10px;
    padding: 20px 10px;
    display: inline-block;
}
.blue-wave {
    background: linear-gradient(180deg, #FC0013 0%, #FC0013 100%);
    border: 1px dashed #FFFFFF;
    border-radius: 5px;
    display: inline-block;
    padding: 0px 18px;
}
.button-primary a{
    background: var(--theme-gradient);
    border-radius: 15px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
    font-size: 24px;
    color: #000000 !important;
    font-weight: 700;
    position: relative;
    overflow: hidden;
}
.button-primary a:hover {
    background: var(--theme-gradient1);
            border-radius: 15px;
}

@media (min-width: 768px) {
    .header-section {
        background:#f9f9f9 url(https://cdn.oppyotest.com/launches/tubeengineai/unlimited/header-bg.webp) no-repeat top center ;
        background-size: cover;
        padding: 30px 0px 100px 0px;
    }
            .button-primary a{
        padding: 30px;
        font-size: 32px;
    }
    /* .pre-heading {
        padding: 10px 50px;
    } */
    .proudly-sec {
        padding: 4px 45px 13px;
    }
    .main-heading {
        background: url(https://cdn.oppyotest.com/launches/tubeengineai/unlimited/main-head.webp) 0% 0% / 100% 100% no-repeat;
        padding: 24px;
        border: unset;
        border-radius: unset;
    }
    
}
.probtn1 a {
    background: var(--theme-gradient);
    border-radius: 15px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
    font-size: 24px;
    color: #000000 !important;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    transition: all .3s ease;
}

/* .probtn1 a::before{
    position: absolute;
    width: 100%;
    height: 44px;
    z-index: 1;
    background: linear-gradient(171.07deg, #FFFEFE -40.8%, rgba(255, 254, 254, 0) 93.21%);
    content: '';
    top: 0;
    left: 0;
    border-radius: 0px 0px 100% 100%;
} */

.probtn1 a:hover {
    transition: all .3s ease;
    background: var(--theme-gradient1);
    transform: scale(1.03);
}
/* .main-heading{
    padding: 15px;
    border: 1px solid #632329;
    background: #0f0506;
    border-radius: 10px;
    filter: drop-shadow(0px 3px 8px #FD5968);
    backdrop-filter: blur(10px);
} */
.post-head {
    background: #1D1B1C;
    backdrop-filter: blur(50px);
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
}

@media (min-width: 768px) {
    .probtn1 a {
        padding: 30px 45px;
        font-size: 32px;
    }
    /* .main-heading{
        padding: 50px 40px;
        background: url(https://cdn.oppyotest.com/launches/tubeengineai/unlimited/main-heading-shape.webp) no-repeat center center;
        background-size: 100% 100%;
        border-radius: unset;
        border: unset;
        filter: unset;
        backdrop-filter: unset;
    } */
    .post-head {
        padding: 12px 20px;
    }
}

.fifth-section {
    background: #090b0c;
}

.but-design {
    background: url(https://cdn.oppyotest.com/launches/tubeengineai/unlimited/butthats-not-all.webp);
    padding: 20px 40px;
    display: inline-block;
    border-top: hidden;
    color: #fff;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
}

@media(min-width:768px) {
    .but-design {
        padding: 40px 50px 36px 51px;
        background: url(https://cdn.oppyotest.com/launches/tubeengineai/unlimited/butthats-not-all.webp);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: 100% 100%;
        border: hidden;
    }
    
    .fifth-section {       
        background: url("https://cdn.oppyotest.com/launches/tubeengineai/unlimited/proudlybg.webp") no-repeat bottom center;
        background-size: cover;
        padding: 100px 0px 100px;
    }
}






.kapblue {
    color: #0063eb;
}

.fourth-section {
    background: #fff;
    padding: 0;
}

.footer-section {
    background: #000000;
    padding: 30px 0px;
}

.footer-ul {
    padding: 0px;
    margin: 0px;
}

.footer-ul li {
    display: inline;
    line-height: 130%;
}

.footer-ul {
    padding: 0
}

.footer-ul li {
    display: inline;
}

.footer-ul li a {
    color: #ffffff;
    text-decoration: none;
}

@media(min-width:768px) {
    .footer-ul li {
        display: inline;
        line-height: normal;
    }
    .footer-section {
        padding: 70px 0px;
    }
    .xscenter {
        display: block;
        margin-right: auto;
        margin-left: 0;
    }
    .xs-text-center {
        text-align: left;
    }
    .xs-text-center1 {
        text-align: right;
    }
}



ul.grey-tick-last {
    padding: 0px 15px 10px;
}

ul.grey-tick-last li {
    background: url(https://cdn.oppyotest.com/launches/tubeengineai/unlimited/grey-tick-last.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 20px 10px 20px 40px;
    background-position: 0px 28px;
    line-height: 150%;
    border-bottom: 1px solid #090e2d;
    color: #ffffff;
}

ul.grey-tick-last li:last-child {
    border-bottom: 0px;
}

ul.vgreentick li {
    background: #ffffff url(https://cdn.oppyotest.com/launches/tubeengineai/unlimited/vgreentick.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 20px 10px 20px 55px;
    background-position: 20px 25px;
    line-height: 150%;
    color: #000;
}



/* .tbbg3 {
    background: url(https://cdn.oppyotest.com/launches/tubeengineai/unlimited/plan2.webp) no-repeat center top;
    padding: 30px 15px 57px;
    background-size: 100% 100%;
} */


@media (min-width: 768px) {
    ul.grey-tick-last li {
        padding: 20px 10px 20px 40px;
    }
    .mt-sm-170 {
        margin-top: 170px
    }
    .mt-sm-90 {
        margin-top: 90px
    }
    .probtn a {
        font-size: 38px;
        padding: 28px 30px;
        display: inline-block;
        width:auto;
    }
    .probtn1 a {
        font-size: 38px;
        padding: 28px 30px;
        display: inline-block;
        width:auto;
    }
}


.myfeatureslast {
    float: left;
    padding: 15px;
    width: 100%;
    min-height: 69px;
    background: #fff;
    border-radius: 0px 0px 15px 15px;
}

.thanks-button a {
    width: 100%;
    display: inline-block;
    text-decoration: none;
    color: #0041b5;
}
/*Table CSS Enad*/

.grey-section {
    background: #e5eaf6 ;
    padding: 30px 0;
}

.moneyback-section {   
    padding: 30px 0px;
    background: #0a0708;
}
.money-text {
    background: #21AF211A;
    border: 1px dashed #21AF21;
    color: #59ff4a;
    border-radius: 10px;
    padding: 0px 10px;
    display: inline-block;
}

.bonus-section {
    background: #e5eaf6 ;
    background-size: cover;
    padding: 30px 0;
}

.feature-box{
    border: 10px solid #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.icon-box-p{
    border-radius: 10px 10px 0px 0px;
    padding: 10px;
}

.icon-box1{
    background: #DFFAFE;
}
.icon-box2{
    background: #F2E8FF;
}
.icon-box3{
    background: #FEE5E4;
}
.icon-box4{
    background: #CAD3FF;
}
.icon-box5{
    background: #E4FFD8;
}
.icon-box5{
    background: #E4FFD8;
}
.icon-box6{
    background: #F3F2D2;
}
.text-box{
    background: #252525;
    border-radius: 0px 0px 5px 5px;
    padding: 25px;
}
.text-box1{
    background: #252525;
    border-radius: 0px 0px 5px 5px;
    padding: 25px;
}
.grey-section1{
    padding: 40px 0px;
}

@media (min-width:768px) {
    .money-text {
        padding: 0px 25px;
    }
    .grey-section1{
    padding: 100px 0px 60px;
}
    .bonus-section {
        background: #e5eaf6 url(https://cdn.oppyotest.com/launches/tubeengineai/unlimited/bonus-bg.webp) no-repeat;
        background-size: cover;
        background-position: center bottom;
        padding: 70px 0px 100px 0px;
    }
    .moneyback-section {       
        padding: 70px 0 70px 0px;
        background: #0a0708 url(https://cdn.oppyotest.com/launches/tubeengineai/unlimited/moneyback-bg.webp) no-repeat bottom center;
        background-size: cover;
    }
        .icon-box-p{
        padding: 43px 65px;
    }
    .text-box{
        padding: 33px 25px;
    }
    .text-box1{
        padding: 16px 25px 14px;
    }

    .mt-sm240 {
        margin-top: 240px;
    }
    .mt-sm0 {
        margin-top: 0px !important;
    }
}

.bonus-count {
    background: #5c6ac4;
    display: inline-block;
    padding: 10px 29px;
    border-radius: 15px;
}

.grey-clr {
    color: #d6d6d6;
}
/*-------- Responsive ------------*/

@media (min-width:768px) {
    .white-section {
        padding: 50px 0px 100px 0px;
    }
    .third-section {
        padding: 100px 0;
    }
    .grey-section {
        padding: 100px 0;
    }
}



.red-clr,
a.red-clr {
    color: #ff3c00 !important;
}

.red-clr1{
    color: #FC0013;
}

.blue-head {
    color: #0041b5;
}

ul.template-lists {
    padding: 0px 0px;
}

ul.template-lists li {
    background: url(https://cdn.oppyotest.com/launches/tubeengineai/unlimited/launch-tick-blue.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 15px 10px 15px 40px;
    background-position: 0px 18px;
    line-height: 150%;
    color: #000;
}

.amazing-section {
    padding: 30px 0;
    background: #033183 url(https://cdn.oppyotest.com/launches/tubeengineai/unlimited/reason-sec-bg.webp) no-repeat bottom center;
    background-size: cover;
}
@media (min-width: 768px){
.amazing-section {    
    padding: 80px 0px;
}
}

.features-title {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 15px;
}
.features-title .size {
    max-height: 50px;
}
.button-shape {
    background: var(--theme-gradient);
    padding: 15px 30px;
    -webkit-transform: skew(-200deg);
    -moz-transform: skew(-200deg);
    transform: skew(-200deg);
    display: inline-block;
}

@media(min-width:768px){
    .button-shape {
        padding: 15px 60px;
    }
}
.warning-section {
    background: linear-gradient(90deg, #F8D13E 0%, #FF6A00 100%);
    padding: 20px 0px;
}
.lg30 {
    font-size: 30px;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.offer {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    flex-direction: column;
}
@media (min-width: 768px) {
    .offer {
        display: flex;
        align-items: center;
        gap: 15px;
        justify-content: center;
        flex-direction: row;
    }
}

/* new css start */
.sec-pd {
    padding-top: 30px;
    padding-bottom: 30px;
}
@media (min-width: 768px) {
    .sec-md-pd {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

/* second sec start */
.second-sec{
    background: #f3f3f3
}
.header-list-block {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.15);
    border: 2px solid #FC001380;
    /* background-image: linear-gradient(#fff, #fff), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box; */
}
@media (min-width: 768px) {
.second-sec {
    background: #f3f3f3 url("https://cdn.oppyotest.com/launches/tubeengineai/unlimited/second-sec-bg.webp") no-repeat center center;
    background-size: cover;
}
}

/* second sec end */

/* third sec start */
.third-section {
    background: #ffffff;
}
.exciting-inner-sec {
    background: url(https://cdn.oppyotest.com/launches/tubeengineai/unlimited/exiciting-inner-bg.webp) no-repeat center center;
    background-size: cover;
    padding: 20px 15px;
    backdrop-filter: blur(3px);
    border-radius: 15px;
    max-width: 95%;
    margin: 0px auto;
}
.purple-brush {
    background: linear-gradient(180deg, #FC0013 0%, #FC0013 100%);
    border: 1px dashed #FFFFFF;
    border-radius: 5px;
    display: inline-block;
    padding: 10px;
}
.preheadline {
    padding: 0px 10px;
    display: inline-block;
    background: linear-gradient(180deg, rgba(248, 209, 62, 0) 0%, rgba(248, 209, 62, 0.5) 100%);
}
@media (min-width: 768px) {
    .exciting-inner-sec {
        padding: 100px 30px;
        border-radius: 50px;
        width: 85%;
    } 
    .purple-brush {
    padding: 0px 18px;
    }
}
/* third sec end */

/* feature start */
.steps-section {
    background: #ffffff;
    padding: 30px 0;
}
.features-title {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 15px;
}
.features-card1 {
    background: #FFF1F1;
    border-radius: 20px;
        border-top: 2px solid #FC0113;
    border-right: 2px solid #FC0113;
    border-bottom: 10px solid #FC0113;
    border-left: 2px solid #FC0113;
    /* background-image: linear-gradient(#ffffff,#ffffff), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box; */
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.50);
    height: 100%;
}
.features-card1-inner {
    padding: 20px 15px;
}
.features-card2 {
    background: #FFF1F1;
    border-top: 2px solid #FC0113;
    border-right: 2px solid #FC0113;
    border-bottom: 10px solid #FC0113;
    border-left: 2px solid #FC0113;
    border-radius: 20px;
    padding: 20px 15px;
    height: 100%;
}
@media (min-width: 768px) {
    .steps-section {
        background: #fff;
        /* background: #0a162d url(https://cdn.oppyotest.com/launches/tubeengineai/unlimited/steps-bg.webp) no-repeat center center;
        background-size: cover;
        background-attachment: fixed; */
        padding: 0px 0 100px;
    }
    .features-card1-inner {
        padding: 50px 30px;
    }
    .features-card2 {
        padding: 50px 30px;
    }
}
/* feature end */

/* tabel sec start */
.table-section {
    background: #FFF0DD;
}
a.nothank {
    color: #EF3E3A;
    text-decoration: none;
}
.tablebox2 {
    /* border: 1px solid #074281; */
    box-shadow: 0px 0px 22px 0px rgb(0 0 0 / 20%);
    width: 100%;
    float: left;
    border-radius: 20px;
}
.tbbg2 {
    background: #ffffff;
    padding: 80px 30px 60px 30px;
    background-size: 100% 100%;
    border-radius: 10px 10px 0px 0px;
}
ul.vgreytick {
    padding: 0px 0px;
    margin: 0px;
}
.tablebox2 ul {
    padding-left: 0;
    color: #010101;
}
ul.vgreytick li {
    background: url("https://cdn.oppyotest.com/launches/tubeengineai/unlimited/vgreytick.png") no-repeat;
    list-style: none;
    text-align: left;
    padding: 20px 10px 20px 50px;
    background-position: 20px 28px;
    line-height: 150%;
    border-bottom: 1px solid #e7e7e7;
    color: #000;
}
ul.vgreytick li:nth-child(odd) {
    background-color: #ffefeee0;
}


/* ================= */

.tablebox3 {
    width: 100%;
    float: left;
    border: 10px solid #000000;
    border-radius: 27px 27px 20px 20px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
    position: relative;
}
.tbbg3 {
    background: #000000;
    padding: 20px 30px;
    border-radius: 4px 4px 0px 0px;
}
ul.vgreytick-1 li {
    background: url("https://cdn.oppyotest.com/launches/tubeengineai/unlimited/tick.webp") no-repeat;
    list-style: none;
    background-color: #fff;
    text-align: left;
    padding: 20px 10px 20px 50px;
    background-position: 15px 24px;
    line-height: 150%;
    border-bottom: 1px solid #e7e7e7;
    color: #000;
}
.tbbg2-text {
    background: #ffffff;
    border-radius: 48px;
    padding: 1% 5%;
    display: inline-block;
}
/* ul.vgreytick-1 li:nth-child(odd) {
    background-color: #fff;
    color: #000;
}
ul.vgreytick-1 li:nth-child(even) {
    background-color: #210002;
    color: #ffffff;
} */
@media (min-width: 768px) {
    .table-section {
        background: #ffffff url(https://cdn.oppyotest.com/launches/tubeengineai/unlimited/table-bg.webp) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
        padding: 70px 0 100px 0px;
    }
    ul.vgreytick li {
        padding: 24px 10px 24px 50px;
    }
    .tbbg3 {
        padding: 45px 20px 45px 20px;
    }
    ul.vgreytick-1 li {
        padding: 24px 10px 24px 50px;
    }
    .tablebox3 {
        border-radius: 20px;
    }
}
/* tabel sec end */


/* reason-section  starts*/
.reason-section{
    background-color: #FFF0F1;
    padding: 30px 0px;
}
.reason-text{
    display: inline-block;
    border-radius: 10px;
    background: linear-gradient(90deg, #F8D13E 0%, #FF6A00 100%);
    padding: 10px;
}

@media (min-width: 768px){
    .reason-section{
        /* background: #fff url("https://cdn.oppyotest.com/launches/tubeengineai/unlimited/reason-bg.webp") no-repeat center center;
        background-size: cover; */
        padding: 100px 0px;
    }
    .reason-text{
        padding: 11px 35px 9px 40px;
        border-radius: 0px 50px;
    }
    .f-md-100 {
        font-size: 100px !important;
    }
}
/* reason-section ends*/

.thank-section {
    background: #FFF0F1;
    padding: 30px 0px;
}

@media (min-width: 768px) {
    .thank-section {
        padding: 100px 0px;
    }
}

/* Bonus Section Start */

/* .feature-shape {
    border-radius: 10px;
    background: var(--purple-clr);
    padding: 10px 20px;
    display: inline-block;
} */

.bonus-section {
	background: #f1effb;
	padding: 30px 0;
}

.bonus-section-shape {
    /* display: inline-block; */
    border-radius: 10px;
    border: 1px solid #FC0113;
    background: #FFF1F1;
    /* backdrop-filter: blur(25px); */
    height: 100%;
    padding: 20px;
}
.bonus-headline-top {
    padding: 4px 55px;
    display: inline-block;
    text-align: center;
    background: url(https://cdn.oppyotest.com/launches/tubeengineai/unlimited/bonus-head.webp) no-repeat center center;
    background-size: 100% 100%;
}
.margin-t-30 {
    margin-top: -30px;
}

.img-box img{
    width: 60%;
}
.img-box1 img{
    width: 80%;
}
.feature-shape {
    border-radius: 10px;
    background: #ffd431;
    padding: 10px 20px;
    display: inline-block;
}
@media (min-width: 768px) {
	.bonus-section {
		background: url(https://cdn.oppyotest.com/launches/tubeengineai/unlimited/bonus-bg.webp) no-repeat center bottom;
		background-size: cover;
		padding: 70px 0px 100px 0px;
	}
    .bonus-section-shape {
        padding: 55px 30px 30px;
    }
    .margin-t-78 {
        margin-top: -66px;
    }
    .img-box1 img{
        width: 60%;
    }
}

/* Bonus Section End */

#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background: var(--theme-gradient);
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#000000;
}
#scroll:hover {
    background: var(--theme-gradient1);
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}