@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*Fonts*/
@font-face {font-family: WesThin; src: url('../font/Wes FY W03 Thin.ttf'); } 
@font-face {font-family: WesReguler; src: url('../font/Wes FY W03 Regular.ttf'); } 
@font-face {font-family: WesMedium; src: url('../font/Wes FY W03 Medium.ttf'); } 
@font-face {font-family: WesBold; src: url('../font/Wes FY W03 Bold.ttf'); } 
@font-face {font-family: WesBlack; src: url('../font/Wes FY W03 Black.ttf'); } 


.WesThin{
	font-family: 'WesThin';
}
.WesReguler{
	font-family: 'WesReguler';
}
.WesMedium{
	font-family: 'WesMedium';
}
.WesBold{
	font-family: 'WesBold';
}
.WesBlack{
    font-family: 'WesBlack';
}
body{
  font-family: 'Poppins', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
::selection{
  background: rgb(92, 27, 243);
  color: #fff;
}
p{
  font-size: 22px !important;
  line-height: 1.3 !important;
}
.p1{
  font-size: 19px !important;
}
.p2{
  font-size: 17px !important;
}
h1,h2,h3,h4,h5,h6{
  width: 100%;
  display: block;
}
.main-container{
  padding: 0px;
  margin: 0px auto;
}
.center{
  text-align: center;
}
.right{
  text-align: right;
  float: right;
}
.left{
  text-align: left;
  float: left;
}
.img10 img{
  width: 10%;
}
.img20 img{
  width: 20%;
}
.img30 img{
  width: 30%;
}
.img40 img{
  width: 40%;
}
.img50 img{
  width: 50%;
}
.img60 img{
  width: 60%;
}
.img70 img{
  width: 70%;
}
.img80 img{
  width: 80%;
}
.img90 img{
  width: 90%;
}
.img100 img{
  width: 100%;
}
.pl1{padding-left: 10px;}
.pl2{padding-left: 20px;}
.pl3{padding-left: 30px;}
.pl4{padding-left: 40px;}
.pl5{padding-left: 50px;}

.mt-10{margin-top: -10px;}
.mt-20{margin-top: -20px;}
.mt-30{margin-top: -30px;}
.mt-40{margin-top: -40px;}
.mt-50{margin-top: -50px;}
.mt-60{margin-top: -60px;}
.mt-70{margin-top: -70px;}
.mt-80{margin-top: -80px;}
.mt-90{margin-top: -90px;}
.mt-100{margin-top: -100px;}

.mt5px{margin-top: 5px;}
.mt1{margin-top: 10px;}
.mt2{margin-top: 20px;}
.mt3{margin-top: 30px;}
.mt4{margin-top: 40px;}
.mt5{margin-top: 50px;}
.mt6{margin-top: 60px;}
.mt7{margin-top: 70px;}
.mt8{margin-top: 80px;}
.mt9{margin-top: 90px;}
.mt10{margin-top: 100px;}

.mb1{margin-bottom: 10px;}
.mb2{margin-bottom: 20px;}
.mb3{margin-bottom: 30px;}
.mb4{margin-bottom: 40px;}
.mb5{margin-bottom: 50px;}

.br-10{border-radius: 10px;}
.br-20{border-radius: 20px;}
.br-30{border-radius: 30px;}
.br-40{border-radius: 40px;}
.br-50{border-radius: 50%;}

.b3{font-weight: 300;}
.b4{font-weight: 400;}
.b5{font-weight: 500;}
.b6{font-weight: 600;}
.b7{font-weight: 700;}
.b8{font-weight: 800;}
.b9{font-weight: 900;}

.white{color: #fff;}
.black{color: #000;}
.red{color: #f00;}
.red1{color: #7e0927;}
.yellow{color: #FFAE5F;}
.yellow1{color: #FFCB46;}
.green{color: #1cb85e;}
.blue{color: #001c55;}
.light-blue{color: #1a52ad;}
.pink{color: #ff004c;}
.orange{color: #fd6e00;}
.grey{color: #3D3D3D;}
.grey1{color: #8C8C8C;}


.responsive-video iframe, .responsive-video object, .responsive-video embed, .responsive-video1 iframe, .responsive-video1 object, .responsive-video1 embed, .responsive-demo-video embed, .responsive-demo-video object, .responsive-demo-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.autoplayer-area {
    z-index: 2;
}
.autoplayer-subarea-16-by-9 {
    padding-bottom: 56.25%!important;
    border-radius: 0;
}

.buy {
    transition: 0.5s;
}
.buy:hover {
    transform: scale(1.02);
}

.no-thanks-link {
    color: #fff;
    text-decoration: none;
}
.no-thanks-link:hover{
	color:#fff;
	text-decoration:underline;
}


.uppercase{
  text-transform: uppercase;
  letter-spacing: 3px;
}
.transparent{
  opacity: 0.7;
}
.text-shadow {
    text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5), 3px 5px 7px rgba(0,0,0,0.51);
}
.heading1{
  font-size: 50px;
}
.headingl{
  font-size: 55px;
}
.headingl1{
  font-size: 70px;
}
.heading-big{
  font-size: 100px;
}
.highlight-yellow{
  background: #ffff00;
  display: inline-block;
  padding: 5px 5px 0px;
}
.lh1{
  line-height: 1.3 !important;
}
.lh2{
  line-height: 130% !important;
}
.shadow{
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
-moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
}
.section1{
  display: block;
  background: url(../images/bg5.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 150px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section2{
  display: block;
  background: url(../images/bg15.png) repeat 0 0 / cover;
  padding-top: 200px;
  padding-bottom: 170px;
  margin-top: -220px;
  /*margin-bottom: 0px;*/
  background-position: center top;
}
.section3{
  display: block;
  background: url(../images/bg6.png) repeat 0 0 / cover;
  padding-top: 150px;
  padding-bottom: 0px;
  margin-top: -100px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section4{
  display: block;
  background: url(../images/bg17.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 150px;
  /* margin-top: -200px; */
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section4a{
  display: block;
  background: url(../images/bg6.png) repeat 0 0 / cover;
  padding-top: 180px;
  padding-bottom: 50px;
  /* margin-top: -200px; */
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section5{
  display: block;
  background: url(../images/bg2.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: -100px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section6{
  display: block;
  background: url(../images/bg10.png) repeat 0 0 / cover;
  padding-top: 180px;
  /* margin-top: -150px; */
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section7{
  display: block;
  background: url(../images/bg11.png) repeat 0 0 / cover;
  /* padding-top: 150px; */
  padding-bottom: 150px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section8{
  display: block;
  background: url(../images/bg12.png) repeat 0 0 / cover;
  padding-top: 180px;
  padding-bottom: 180px;
  margin-top: -100px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section9{
  display: block;
  background: url(../images/bg2.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: -100px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section10{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  /* margin-top: -100px; */
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section10-child{
  display: block;
  background: url(../images/bg13.png) repeat 0 0 / cover;
  padding-top: 80px;
  padding-bottom: 50px;
  border-radius: 50px;
  /* margin-top: -100px; */
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section11{
  display: block;
  background: url(../images/bg7.png) repeat 0 0 / cover;
  padding-top: 180px;
  padding-bottom: 50px;
  /* margin-top: -100px; */
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section12{
  display: block;
  background: url(../images/bg8.png) repeat 0 0 / cover;
  padding-top: 180px;
  padding-bottom: 150px;
  /* margin-top: -100px; */
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section13{
  display: block;
  background: url(../images/bg14.png) repeat 0 0 / cover;
  padding-top: 160px;
  padding-bottom: 150px;
  margin-top: -100px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section14{
  display: block;
  background: url(../images/bg15.png) repeat 0 0 / cover;
  padding-top: 260px;
  padding-bottom: 50px;
  margin-top: -230px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.footer{
  display: block;
  background: #181415 url(../images/footer.png) repeat 0 0 / cover;
  padding-top: 30px;
  padding-bottom: 30px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.footer_menu li {
  list-style: none;
  display: inline-block;
  font-weight: 400;
  color: #8C8C8C;
  text-decoration: none;
  font-size: 15px;
  margin-top: 10px;
}
.footer_menu li a{
  font-weight: 400;
  color: #8C8C8C;
  text-decoration: none;
  font-size: 15px;
}
.footer_menu li a:hover{
  text-decoration: underline;
}
.cta-box{
  background: url(../images/cta-box.png) repeat 0 0 / cover;
  padding: 50px;
  background-size: 100% 100%;
  display: block;
  border-radius: 30px;
  border: 1px solid #10c5f8;
}
.logo img{
  width: 15%;
}
.video-bg{
  background: rgb(255 255 255/10%);
  border: 1px solid rgb(255 255 255/12%);
  border-radius: 30px;
  padding: 30px;
}
.headline1{
  background: url(../images/headline1.png) repeat 0 0 / cover;
  padding: 40px 50px;
  background-size: 100% 100%;
  display: inline-block;
}
.headline2{
  background: url(../images/headline2.png) repeat 0 0 / cover;
  padding: 40px 70px;
  background-size: 100% 100%;
  display: inline-block;
}
.headline3{
  background: url(../images/headline3.png) repeat 0 0 / cover;
  padding: 40px 70px;
  background-size: 100% 100%;
  display: inline-block;
}
.top-strip{
  display: inline-block;
   background: #746AF9; 
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  padding: 10px 30px;
  border-radius: 25px;
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  -moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
}
.intro{
  background: linear-gradient(to right bottom,#655AF2 ,#0AD1F5);
  padding: 6px 2px 6px 2px;
  font-size: 19px;
  color: #fff;
  display: inline-block;
  border-radius: 50px;
}
.intro span{
  background: #110336;
  padding: 5px 30px;
  letter-spacing: 3px;
  border-radius: 50px;
}
.intro-strip{
  background: url(../images/intro-strip.png);
  background-size: 100% 100%;
  padding: 8px 30px;
  font-size: 25px;
  color: #fff;
  display: inline-block;
}
.bonus-box{
  background: linear-gradient(to right bottom,#655AF2 ,#0AD1F5);
  padding: 5px 2px 4px 2px;
  font-size: 19px;
  color: #000;
  display: inline-block;
  border-radius: 50px;
}
.bonus-box span{
  background: #fff;
  padding: 5px 30px;
  letter-spacing: 3px;
  border-radius: 50px;
}
.gradient1{
  background-image: linear-gradient(to right,#6b60ff,#00dcf4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient2{
  background-image: linear-gradient(to right,#1A71FC,#3a83f9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient3{
  background-image: linear-gradient(to right,#FF4900,#FF8100);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient4{
  background-image: linear-gradient(to right,#C9074D,#D8477B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.g1{
  width: 130%;
}
.g1 img{
  margin-right: -120px;
}
.button-primary {
  display: block;
  transition: .5s;
  background: linear-gradient(90deg,var(--c1,#FF8D29),var(--c2,#EE4E00) 50%,var(--c1,#EE4E00)) var(--x,0)/200%;
  color: #fff;
  font-weight: 800;
  font-size: 28px;
  border-radius: 20px;
  /* padding: 40px 70px; */
  /* padding-bottom: 0px; */
  text-decoration: none;
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,.69);
  -moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,.69);
  box-shadow: 3px 10px 41px -14px rgba(0,0,0,.69);
}
.button-primary:hover {
  text-decoration: none;
  color: #fff;
  --x: 100%;
  transform: scale(1.03);
}
.button-primary .col-10{
  margin-top: -65px;
  /* padding-bottom: 10px; */
}
.button-primary .col-2{
  margin-top: -96px;
  background: #D34501;
  margin-left: -12px;
  /* margin-top: -12px; */
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 0 20px 20px 0;
}
.overlay1{
  /* width: 100%; */
  position: relative;
  width: 100%;
  opacity: .5;
}
.overlay1 img{
  position: relative;
  width: 100%;
}
.list1 li {
  list-style: none;
  font-size: 20px;
  margin-top: 20px;
  /*margin-left: 30px;*/
  margin-bottom: -15px;
  color: #fff;
}
.list1 li i {
  color: #1cb85e;
  padding-right: 5px;
  margin-left: -30px;
}
.box1{
  display: inline-block;
  background: #fff;
  /* border: 1px solid #7158C2; */
  width: 100%;
  padding: 50px;
  border-radius: 15px;
  margin-top: 50px;
  box-shadow: 0 24px 70px 0 rgb(76 69 169 / 21%);
}
.bba{
  border-bottom: 1px dotted #FF6700;
  padding-bottom: 10px;
  padding-top: 20px;
}
.box2{
  background: rgb(255 255 255/10%);
  border: 1px solid rgb(255 255 255/12%);
  border-radius: 30px;
  padding: 50px 50px 20px 50px;
}
.strip1{
  background-image: -webkit-linear-gradient( 180deg,rgba(242,142,38,0.99608) 0%,rgb(253,100,79) 100%);
  padding: 8px 9px 1px 9px;
  display: inline-block;
  border-radius: 25px;
}
.strip2{
  background-image: -webkit-linear-gradient( 180deg,#7EF0E3 0%,#41B0F6 100%);
  padding: 8px 9px 1px 9px;
  display: inline-block;
  border-radius: 25px;
}
.strip3{
  background-image: -webkit-linear-gradient( 180deg,#F6B4B9 0%,#CA084E 100%);
  padding: 8px 9px 1px 9px;
  display: inline-block;
  border-radius: 25px;
}
.strip3a{
  background-image: -webkit-linear-gradient( 180deg,#F6B4B9 0%,#CA084E 100%);
  padding: 8px 9px 8px 9px;
  display: inline-block;
  border-radius: 25px;
}
.strip4{
  background-image: -webkit-linear-gradient( 180deg,#C6F085 0%,#62DE72 100%);
  padding: 8px 9px 1px 9px;
  display: inline-block;
  border-radius: 25px;
}
.strip5{
  background-image: -webkit-linear-gradient( 180deg,#F5A3FF 0%,#9D74EE 100%);
  padding: 8px 9px 1px 9px;
  display: inline-block;
  border-radius: 25px;
}
.strip6{
  background-image: -webkit-linear-gradient( 180deg,#FFC177 0%,#FAA137 100%);
  padding: 8px 9px 1px 9px;
  display: inline-block;
  border-radius: 25px;
}
.strip7{
  background-image: -webkit-linear-gradient( 180deg,#933B88 0%,#ED3B4C 100%);
  padding: 8px 9px 1px 9px;
  display: inline-block;
  border-radius: 25px;
}
.strip8{
  background-image: -webkit-linear-gradient( 180deg,#79DFB9 0%,#16C284 100%);
  padding: 8px 9px 1px 9px;
  display: inline-block;
  border-radius: 25px;
}
.strip9 {
  background: #ffae5f;
  color: #000;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 30px;
  border-radius: 50px;

}
.white-bg{
  background: #fff;
  display: block;
  padding: 10px 30px;
  border-radius: 20px;
}
.option3{
  background: url("../images/strip3.png") repeat 0 0 / cover;
  background-size: 100% 100%;
  padding: 12px 30px;
  font-size: 20px;
  color: #CB094F;
  font-weight: 700;
  text-align: center;
  display: inline-block;
}
.option2{
  background: url("../images/strip2.png") repeat 0 0 / cover;
  background-size: 100% 100%;
  padding: 12px 30px;
  font-size: 20px;
  color: #DC3F08;
  font-weight: 700;
  text-align: center;
  display: inline-block;
}
.option1{
  background: url("../images/strip1.png") repeat 0 0 / cover;
  background-size: 100% 100%;
  padding: 12px 30px;
  font-size: 20px;
  color: #1A71FC;
  font-weight: 700;
  text-align: center;
  display: inline-block;
}
.img80 .deepanker{
  width: 84% !important;
}
.guarantee-box{
  display: inline-block;
  width: 80%;
  background: #194fa8;
  padding: 30px;
  border-radius: 25px;
  text-align: center;
  margin-top: 100px;
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  -moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
}
.guarantee-box img{
  width: 25%;
  margin-top: -120px;
}
.p-table {
  display: inline-block;
  background: transparent;
  width: 100%;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,.69);
  -moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,.69);
  box-shadow: 3px 10px 41px -14px rgba(0,0,0,.69);
}
.p-head1 {
  background: url(../images/p-table-bg.png) repeat 0 0 / cover;
  padding: 20px;
  border-radius: 20px;
}
.p-head2 {
  background: #ed861c;
  padding: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.bar1{
  background: #fff;
  height: 2px;
  width: 50%;
  text-align: center;
  display: inline-block;
}
.p-body {
  /* display: inline-block; */
  /* width: 100%; */
  padding: 20px;
  background: rgba(255, 255, 255, 0.043);
  border-radius: 20px;
}
.p-body2 {
  display: inline-block;
  width: 100%;
  padding: 20px;
  border: 4px dotted #ed861c;
  border-top: none;
}
.p-list {
  margin-left: -30px;
  text-align: left;
}
.p-list li {
  list-style: none;
  font-size: 20px;
  font-weight: 400;
}
.p-list li i{
  color: #1DB85C;
}


/**/
.tableChecklist2{margin:0;padding:0;}

.tableChecklist2 li {
    background: url(../images/tableChecklist2.png) no-repeat 19px 21px;
    padding-left: 59px;
    padding-right: 0%;
    list-style: none;
    margin-left: 0px;
    padding-top: 17px;
    padding-bottom: 17px;
    text-align: left;
    border-bottom: 1px solid #ffffff2e;
	color:#fff;
	font-size:20px;
	line-height:160%;
}



@media (max-width: 767px){
  .logo img{
    width: 50%;
  }
  .section1 .top-strip h4{
    font-size: 20px;
  }
  .headingm{
    font-size: 27px;
  }
  .heading1{
    font-size: 30px;
  }
  .heading1a{
    font-size: 30px;
  }
  .headingl{
    font-size: 35px;
  }
  .heading-big{
    font-size: 40px;
  }
  h2{
    font-size: 23px;
  }
  h3{
    font-size: 20px;
  }
  .mt0-res{
    margin-top: 0px;
  }
  .mt1-res{
    margin-top: 10px;
  }
  .mt2-res{
    margin-top: 20px;
  }
  .mt3-res{
    margin-top: 30px;
  }
  .mt40-res{
    margin-top: 40px;
  }
  .mt50-res{
    margin-top: 50px;
  }
  .mt60-res{
    margin-top: 60px;
  }
  .mt70-res{
    margin-top: 70px;
  }
  .mt80-res{
    margin-top: 80px;
  }
  .mt90-res{
    margin-top: 90px;
  }
  .mt100-res{
    margin-top: 100px;
  }
  .br-res br{
    display: none;
  }
  .button-green{
    font-size: 20px;
  }
  .button-green{
    padding: 10px 20px;
  }
  .guarantee img{
    width: 70%;
  }
  .img70 img{
    width: 100%;
  }
  .img50 img{
    width: 100%;
  }
  .strip9{
    padding: 5px 10px;
  }
  .g1{
    display: none;
  }
  .video-bg{
    padding: 15px;
    border-radius: 15px;
  }
  .button-primary .col-10{
    margin-top: -30px;
    font-size: 20px;
    /* padding-bottom: 10px; */
  }
  .button-primary{
    padding: 0px 0px 0px 0px;
    display: block;
    width: 100%;
  }
  .button-primary .col-2{
    margin-top: -42px;
    background: #D34501;
    margin-left: -12px;
    /* margin-right: -10px; */
    /* margin-top: -12px; */
    padding-top: 20px;
    /* padding-bottom: 20px; */
    border-radius: 0 20px 20px 0;
  }
  .button-primary .col-2 img{
    width: 70%;
  }
  .steve{
    width: 50% !important;
  }
  .img80 .deepanker{
    width: 55% !important;
  }
  .section3{
    padding-top: 80px;
  }
  .section6{
    padding-top: 80px;
    padding-bottom: 20px;
  }
  .intro-strip{
    font-size: 20px;
  }
  .section7{
    padding-top: 0;
    padding-bottom: 0;
  }
  .hide-sm{
    display: none;
  }
  .section9{
    padding-top: 0px;
  }
  .section10{
    padding-left: 0;
    padding-right: 0;
  }
  .section10 .box2 img{
    width: 150%;
  }
  .section12 .box1 img{
    width: 150%;
  }
  .section12 .box1{
    width: 100%;
    display: block !important;
  }
  .section11 .box2{
    padding: 50px 30px;
  }
  .section12{
    padding-bottom: 0px;
  }
  .section13{
    padding-top: 180px;
    padding-bottom: 80px;
  }
  .footer .text-end{
    text-align: center !important;
    margin-left: -30px;
  }
  .center-res{
    text-align: center !important;
  }
}

header {
    /*background-image: -webkit-linear-gradient( 0deg, rgba(116,106,249,0.99608) 0%, rgb(231,72,75) 100%);*/
	background:#d32f2f;
    padding: 10px 10px;
}
.timerbar{background:rgba(0,0,0, 0.8); color:#fff; padding:0; width:100%; position:fixed; bottom:0; left:0; z-index:999;}