@import url('https://fonts.googleapis.com/css2?family=Raleway: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');
@import url('https://fonts.googleapis.com/css2?family=Montserrat: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');
body{
  font-family: 'Raleway', sans-serif !important;
  color: #000;
  font-size: 14px;
}
.montserrat{
  font-family: 'Montserrat', sans-serif !important;
}
p{
  font-size: 22px !important;
  line-height: 1.3 !important;
}
.p1{
  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;
}

.lh-1-3{
  line-height: 1.3 !important;
}
.lh-1-5{
  line-height: 1.5 !important;
}

.br-15{
  border-radius: 15px;
}

.p-15{
  font-size: 15px !important;
}
.p-16{
  font-size: 16px !important;
}
.p-17{
  font-size: 17px !important;
}
.p-18{
  font-size: 18px !important;
}
.p-19{
  font-size: 19px !important;
}
.p-20{
  font-size: 20px !important;
}
.p-22{
  font-size: 22px !important;
}
.p-24{
  font-size: 24px !important;
}
.p-25{
  font-size: 25px !important;
}

.img20 img{
  width: 20%;
}
.img28 img{
  width: 28%;
}
.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;}

.mt-1{margin-top: -10px;}
.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;}
.mt--5{
  margin-top: -70px;
}
.mt--10{margin-top: -100px;}
.mt20{margin-top: 1050px;}
.mt--20{
  margin-top: -560px;
}
.mt--15{
  margin-top: -150px;
}
.mt--18{
  margin-top: -290px;
}

.br1{border-radius: 10px;}
.br2{border-radius: 20px;}
.br3{border-radius: 30px;}

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

.br1{border-radius: 10px;}
.br2{border-radius: 20px;}
.br3{border-radius: 30px;}
.br4{border-radius: 40px;}
.br5{border-radius: 50px;}

.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: #FFCC00;}
.yellow1{color: #FFFF00;}
.blue{color: #00FFFF;}
.blue1{color: #3FA9F5;}
.blue2{color: #36499B;}
.blue3{color: #1506FF;}
.green{color: #00AD9C;}
.light-blue{color: #55C5E5;}
.pink{color: #FB5058;}
.orange{color: #fd6e00;}
.grey{color: #878787;}

.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: 85px;
}
.highlight-yellow{
  background: #ffff00;
  display: inline-block;
  padding: 5px 5px 0px;
}
.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/bg1.png) repeat 0 0 / cover;
  background-color: #1B0064;
  padding-top: 20px;
  padding-bottom: 450px;
  background-position: center bottom;
}
.section1a{
  display: block;
  background: url(../images/bg1a.png) repeat 0 0 / cover;
  padding-top: 20px;
  padding-bottom: 0px;
  /* background-size: 100% 100%; */
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section2a{
  display: block;
  background: #fff;
  padding-top: 0px;
  padding-bottom: 50px;
  /*margin-bottom: 0px;*/
  /* background-size: 100% 100%; */
  background-position: center bottom;
}
.section2b{
  display: block;
  background: url(https://converzee.com/live/images/bg3a.png) repeat 0 0 / cover;
  padding-top: 0px;
  padding-bottom: 0px;
  /*margin-bottom: 0px;*/
  /* background-size: 100% 100%; */
  background-position: center bottom;
}
.section2{
  display: block;
  background: url(../images/bg2.png) repeat 0 0 / cover;
  padding-top: 0px;
  padding-bottom: 0px;
  /*margin-bottom: 0px;*/
  /* background-size: 100% 100%; */
  background-position: center bottom;
}
.section3{
  display: block;
  background: url(../images/wave1.png) repeat 0 0 / cover;
  padding-top: 100px;
  padding-bottom: 100px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section4{
  display: block;
  background: transparent;
  padding-top: 50px;
  padding-bottom: 0px;
  /*margin-bottom: -135px;*/
  background-position: center bottom;
}
/* .section5{
  display: block;
  background: url(../images/bg4.png) repeat 0 0 / cover;
  padding-top: 280px;
  padding-bottom: 150px;
  margin-top: -200px;
  /*margin-bottom: -135px;*/
.section6{
  display: block;
  background: #FEF0F6;
  padding-top: 0px;
  padding-bottom: 0px;
  /*margin-top: -165px;*/
  /*margin-bottom: -135px;*/
  background-position: center bottom;
}
.section7{
  display: block;
  background: url(../images/bg6.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 200px;
  /*margin-bottom: -135px;*/
  background-position: center bottom;
}
.section8{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 0px;
  background-position: center center;
}
.section8b{
  display: block;
  background: url(../images/bg7.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 0px;
  background-position: center top;
}
.section9{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 0px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section10{
  display: block;
  background: url(../images/bg9.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 0px;
  /* background-size: 100% 100%; */
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section11{
  display: block;
  background: url(../images/bg9a.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 100px;
  /*margin-bottom: -135px;*/
  background-position: center bottom;
}
.section12{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 0px;
  /* background-size: 100% 100%; */
  /*margin-bottom: -135px;*/
  background-position: center center;
}
.section13{
  display: block;
  background: #f7f1f2;
  padding-top: 0px;
  padding-bottom: 0px;
  /* background-size: 100% 100%; */
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section14{
  display: block;
  background: #eaf0f5;
  padding-top: 0px;
  padding-bottom: 0px;
  /* background-size: 100% 100%; */
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section15{
  display: block;
  background: #f9f2eb;
  padding-top: 0px;
  padding-bottom: 0px;
  /* background-size: 100% 100%; */
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section16{
  display: block;
  background: #f7f1f2;
  padding-top: 0px;
  padding-bottom: 0px;
  /* background-size: 100% 100%; */
  /*margin-bottom: -135px;*/
  background-position: center bottom;
}
.section17{
  display: block;
  background: #eaf0f5;
  padding-top: 0px;
  padding-bottom: 0px;
  /* background-size: 100% 100%; */
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section18{
  display: block;
  background: #f9f2eb;
  padding-top: 0px;
  padding-bottom: 0px;
  /* background-size: 100% 100%; */
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section19{
  display: block;
  background: #f7f1f2;
  padding-top: 0px;
  padding-bottom: 0px;
  /* background-size: 100% 100%; */
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section20{
  display: block;
  background: #eaf0f5;
  padding-top: 0px;
  padding-bottom: 0px;
  /* background-size: 100% 100%; */
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section21{
  display: block;
  background: #f9f2eb;
  padding-top: 0px;
  padding-bottom: 0px;
  /* background-size: 100% 100%; */
  /*margin-bottom: -135px;*/
  background-position: center bottom;
}
.section22{
  display: block;
  background: #f7f1f2;
  padding-top: 0px;
  padding-bottom: 0px;
  /* background-size: 100% 100%; */
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section23{
  display: block;
  background: #eaf0f5;
  padding-top: 0px;
  padding-bottom: 0px;
  /* background-size: 100% 100%; */
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section24{
  display: block;
  background: #f9f2eb;
  padding-top: 0px;
  padding-bottom: 0px;
  /* background-size: 100% 100%; */
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section24a{
  display: block;
  background: #f7f1f2;
  padding-top: 0px;
  padding-bottom: 0px;
  background-position: center center;
}
.section24b{
  display: block;
  background: #eaf0f5;
  padding-top: 0;
  padding-bottom: 0px;
}
.section24c{
  display: block;
  background: #f9f2eb;
  padding-top: 0;
  padding-bottom: 0px;
  background-position: center top;
}
.section24d{
  display: block;
  background: #f7f1f2;
  padding-top: 0;
  padding-bottom: 0px;
  background-position: center top;
}
.section24e{
  display: block;
  background: #eaf0f5;
  padding-top: 0;
  padding-bottom: 0px;
  background-position: center top;
}
.section25{
  display: block;
  background: url(../images/bg23.png) repeat 0 0 / cover;
  padding-top: 50px;
  /* margin-top: -165px; */
  padding-bottom: 370px;
  /* background-size: 100% 100%; */
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section26{
  display: block;
  background: url(../images/bg24.png) repeat 0 0 / cover;
  padding-top: 0px;
  padding-bottom: 0px;
  /* background-size: 100% 100%; */
  /*margin-bottom: -135px;*/
  background-position: center bottom;
}
.section27{
  display: block;
  background: url(../images/bg25.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 0px;
  /* background-size: 100% 100%; */
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section27a{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 0px;
  background-position: center top;
}
.section28{
  display: block;
  background: url(../images/bg26.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 0px;
  /* background-size: 100% 100%; */
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section28b{
  display: block;
  position: relative;
  background: url(../images/wavea14.png) repeat 0 0 / cover;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: -100px;
  height: 120px;
  background-position: center bottom;
}
.section29{
  display: block;
  background: #EAF0F4;
  padding-top: 50px;
  padding-bottom: 50px;
  /* background-size: 100% 100%; */
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section30{
  display: block;
  background: url(../images/bg28.png) repeat 0 0 / cover;
  padding-top: 0px;
  padding-bottom: 100px;
  /* background-size: 100% 100%; */
  /*margin-bottom: -135px;*/
  background-position: center bottom;
}
.section31{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  /* background-size: 100% 90%; */
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section32{
  display: block;
  background: url(../images/bg30.png) repeat 0 0 / cover;
  padding-top: 150px;
  padding-bottom: 120px;
  /* background-size: 100% 90%; */
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section33{
  display: block;
  background: url(../images/bg31.png) repeat 0 0 / cover;
  padding-top: 100px;
  padding-bottom: 60px;
  /* background-size: 100% 90%; */
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section34{
  display: block;
  background: url(../images/bg32.png) repeat 0 0 / cover;
  padding-top: 350px;
  padding-bottom: 120px;
  /* background-size: 100% 90%; */
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section35{
  display: block;
  background: #fff;
  padding-top: 100px;
  padding-bottom: 50px;
  /* background-size: 100% 90%; */
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.footer{
  display: block;
  background: url(../images/bg34.png) repeat 0 0 / cover;
  /*background-color: #E6EAF3;*/
  padding-top: 200px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.footer_menu li {
  display: inline-block;
  list-style: none;
  float: left;
  margin-right: 5px;
  font-size: 20px;
}
.head-bg{
  background: rgb(35,0,120);
  background: linear-gradient(90deg, rgba(35,0,120,1) 0%, rgba(26,0,98,1) 100%);
  padding: 10px 50px 10px 0px;
}
.logo img{
  width: 50%;
  text-align: start;
  /*margin-top: 10px;*/
}
.section1 p img{
  width: 15%;
}
.shadow1{
  border: 5px solid #9ca3ef8a;
  border-radius: 50%;
}
.middle{
  margin-top: 200px;
}
.bar1{
  background: #EF3B39;
  width: 40%;
  margin-top: 10px;
  display: inline-block;
  height: 4px;
}
.bar2{
  background: #FB5058;
  width: 25%;
  margin-top: 10px;
  display: inline-block;
  height: 4px;
}
.line1{
  width: 70%;
  position: relative;
  top: 130px;
  left: 70px;
}
.line2{
  width: 70%;
  position: relative;
  top: -110px;
  left: 540px;
}
.boxa1{
  display: inline-block;
  width: 100%;
  background: #F66847;
  padding: 30px 40px;
  border-radius: 20px;
  border: 4px solid #C7CEEA;
  -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);
}
.boxa2{
  display: inline-block;
  width: 100%;
  background: #49397f;
  padding: 30px 40px;
  border-radius: 20px;
  border: 4px solid #C7CEEA;
  -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);
}
.boxa3{
  display: inline-block;
  width: 100%;
  background: #2b70c2;
  padding: 30px 40px;
  border-radius: 20px;
  border: 4px solid #C7CEEA;
  -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);
}
.boxa4{
  display: inline-block;
  width: 100%;
  background: #0eb4a0;
  padding: 30px 40px;
  border-radius: 20px;
  border: 4px solid #C7CEEA;
  -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);
}
.boxa5{
  display: inline-block;
  width: 100%;
  background: #04a26c;
  padding: 30px 40px;
  border-radius: 20px;
  border: 4px solid #C7CEEA;
  -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);
}
.boxa6{
  display: inline-block;
  width: 100%;
  background: #ecb219;
  padding: 30px 40px;
  border-radius: 20px;
  border: 4px solid #C7CEEA;
  -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);
}
.boxa7{
  display: inline-block;
  width: 100%;
  background: #D74041;
  padding: 30px 40px;
  border-radius: 20px;
  border: 4px solid #C7CEEA;
  -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);
}
.char{
  background: #4213C5;
  padding: 7px 18px;
  height: 80px;
  width: 80px;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}
.cap{
  width: 120%;
  position: absolute;
  left: 515px;
  top: -10px;
  z-index: 9999;
}
.top-strip{
  display: inline-block;
   background: #FF4D53; 
  font-size: 23px;
  color: #fff;
  font-weight: 600;
  padding: 8px 30px;
  border-radius: 35px;
}
.button-primary {
  display: inline-block;
  background: #FF4D54;
  font-size: 35px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  padding: 15px 50px;
  border-radius: 50px;
  transition: 0.5s;
  -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);
}
.button-primary:hover{
  text-decoration: none;
  color: #fff;
  transform: scale(1.03);
  /*background: #ff9a4c;*/
}
.button-primary1 {
  display: inline-block;
  background: #FF4D54;
  font-size: 25px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  padding: 15px 30px;
  border-radius: 50px;
  transition: 0.5s;
  -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);
}
.button-primary1:hover{
  text-decoration: none;
  color: #fff;
  transform: scale(1.03);
  /*background: #ff9a4c;*/
}
.blob{
  background-image: url(../images/blob.png);
  background-size: cover;
  background-size: 100% 100%;
  padding: 50px 0;
}
.video-bg{
  display: inline-block;
  width: 100%;
  background: url(../images/video-bg.png) repeat 0 0 / cover;
  padding: 10px;
  border-radius: 30px;
}
.video-bg iframe{
  border-radius: 20px;
}
.arrow1 img{
  width: 10%;
  margin-top: -100px;
}
.arrow2 img{
  width: 10%;
  margin-top: -50px;
}
.arrow3 img{
  width: 7%;
  margin-top: -50px;
}
.bot2{
  width: 100%;
  position: relative;
  left: -250px;
  bottom: -600px;
}
.top-menu{
  display: inline-block;
  margin-top: 10px;
  float: right;
}
.top-menu a{
  font-size: 17px;
  opacity: 0.7;
  color: #fff;
  padding: 0px 10px;
  text-decoration: none;
}
.top-menu a:hover{
  color: #fff;
  opacity: 1;
  text-decoration: none;
}
.graphic-bg{
  background-image: url(../images/graphic9.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.bonus-strip1{
  display: inline-block;
  background: #ed861c;
  font-size: 35px;
  color: #fff;
  font-weight: 700;
  padding: 10px 30px;
  border-top-right-radius: 25px;
  border-bottom-right-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);
}
.bonus-strip2{
  display: inline-block;
  background: #ff697b;
  font-size: 35px;
  color: #fff;
  font-weight: 700;
  padding: 10px 30px;
  border-top-left-radius: 25px;
  border-bottom-left-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);
}
.bonus-strip3{
  display: inline-block;
  background: #6992ff;
  font-size: 35px;
  color: #fff;
  font-weight: 700;
  padding: 10px 30px;
  border-top-right-radius: 25px;
  border-bottom-right-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);
}
.icon img{
  width: 20%;
  display: inline-block;
}
.icon p{
  width: 80%;
  display: inline-block;
}
.object1 img{
  width: 7%;
  position: absolute;
  top:2700px;
}
.object2 img{
  width: 10%;
  position: absolute;
  top:3200px;
  left: 50px;
}
.object3 img{
  width: 70%;
  position: absolute;
  top:4000px;
  left: 250px;
  z-index: -1;
}
.object4 img{
  width: 9%;
  position: absolute;
  top:9000px;
  left: 100px;
}
.object5 img{
  width: 7%;
  position: absolute;
  top: 9900px;
  left: 93%;
}
.object7 img{
  width: 7%;
  position: absolute;
  top: 10800px;
  left: 60px;
}
.object8 img{
  width: 9%;
  position: absolute;
  top: 11600px;
  left: 60px;
}
.object9 img{
  width: 9%;
  position: absolute;
  top: 14600px;
  left: 60px;
}
.object10 img{
  width: 11%;
  position: absolute;
  top: 13600px;
  left: 80%;
}
.object11 img{
  width: 6%;
  position: absolute;
  top: 15600px;
  left: 0%;
}
.object14 img{
  width: 8%;
  position: absolute;
  top: 15900px;
  left: 90%;
}
.object16 img{
  width: 18%;
  position: absolute;
  top: 15000px;
  left: 9%;
}
.object17 img{
  width: 15%;
  position: absolute;
  top: 200px;
  left: 6%;
}
.object18 img{
  width: 15%;
  position: absolute;
  top: 31200px;
  display: none;
  left: 50%;
}
.object19 img{
  width: 15%;
  position: absolute;
  top: 32600px;
  left: 84%;
}
.table-head1{
  background: #0D0036;
  padding: 20px 0px;
  display: inline-block;
  width: 100%;

}
.table-head2{
  background: #16947F;
  padding: 38px 0;
  max-height: 120px;
  display: inline-block;
  width: 100%;
}
.table-head3{
  background: linear-gradient(to bottom, #E53DBE, #00FFFF);
  padding: 20px;
  /* margin-top: -140px; */
}
.table-head4{
  background: linear-gradient(to bottom, #E5AE3D, #FF0045);
  padding: 20px;
  margin-top: -60px;
}
.table-body1{
  background: #fff;
  margin-top: 10px;
  border-left: 8px solid rgb(70, 92, 190);
  padding: 0px 0px 0px 0px;
  box-shadow:
  5.4px 1.2px 2.2px rgba(0, 0, 0, 0.018),
  13px 2.8px 5.3px rgba(0, 0, 0, 0.026),
  24.5px 5.3px 10px rgba(0, 0, 0, 0.029),
  43.8px 9.4px 17.9px rgba(0, 0, 0, 0.031),
  81.9px 17.5px 33.4px rgba(0, 0, 0, 0.032),
  196px 42px 80px rgba(0, 0, 0, 0.04)
;
}
.table-body2{
  background: #fff;
  margin-top: 10px;
  padding: 0px 0px 0px 0px;
  border-right: 8px solid rgb(7, 160, 96);
}
.table-body3{
  background: #fff;
  margin-top: -10px;
  padding: 20px 0 100px 0;
}
.table2{
  margin-left: -23px;
}
.features{
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  background: #FB5058;
  padding: 20px 5px;
  position: relative;
  top: 150px;
  left: 50px;
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  border-radius: 0 15px 15px 0;
}
.pink-bg{
  width: 100%;
  display: block;
  background: #FFF3F3;
}
.green-bg{
  width: 100%;
  display: block;
  background: #EEFFF6;
}
.yellow-bg{
  width: 100%;
  display: block;
  background: #FFFFEC;
}
.table-body2 .list3 p, .table-body2 .list3 h2{
  border-left: 2px solid #000;
}
.list3{
  width: 100%;
  list-style: none;
}
.list3 h2{
  display: block;
  text-align: center;
  /*font-size: 25px !important;*/
  font-weight: 700;
  padding: 25px 10px 25px 10px;
  height: 100px;
  /* margin-left: -25px; */
  margin-top: 0px;
  margin-bottom: 0px;
}
.list3{
  width: 100%;
  list-style: none;
}
.list3 p{
  display: block;
  text-align: center;
  font-size: 25px !important;
  font-weight: 500;
  padding: 25px 10px 25px 10px;
  height: 100px;
  /* margin-left: -25px; */
  margin-top: 0px;
  margin-bottom: 0px;
}
.list3 hr{
  /* margin-left: -32px; */
  padding: 0;margin: 0;
}
.list3 p span{
  list-style: none;
  display: block;
  text-align: center;
  font-size: 20px;
  color: #f00;
  font-weight: 600;
  margin-left: -25px;
  margin-top: 7px;
  margin-bottom: 10px;
}
.single-img img{
  width: 10% !important;
  margin-left: -50px;
}
.list3 p img{
  width: 25%;
  margin-left: 20px;
}
.list4 li{
  list-style: none;
  display: block;
  text-align: center;
  font-size: 25px;
  font-weight: 400;
  margin-left: -25px;
  margin-top: 7px;
  margin-bottom: 10px;
}
.list4 hr{
  margin-left: -32px;
}
.list5 li{
  list-style: none;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin-left: -100px;
  margin-top: 25px;
}
.list5 img{
  width: 40px;
  margin-right: 5px;
}
.list6 li{
  list-style: none;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin-right: -100px;
  margin-top: 25px;
}
.list6 img{
  width: 40px;
  margin-right: 5px;
}
.section1 .col-md-8, .section1 .col-md-2{
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.table-body2 .list3 li span{
  font-size: inherit;
  color: #f00;
  font-weight: 400;
}
.table-body2 .list3 li img{
  width: 17%;
  display: inline-block;
  padding: 0 10px;
}
.table-body2 .list3 li div{
  padding: 14px;
}
.guarantee img{
  width: 30%;
}
.gutter-text{
  margin-left: 10%;
  margin-right: 10%;
}
.feature-box{
  display: inline-block;
  background: #f2f2ff;
  width: 100%;
  border-radius: 20px;
  padding: 30px;
  -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);
}
.img-100 img{
  width: 100%;
}
.img-50 img{
  width: 50%;
}
.box1{
  display: inline-block;
  background: #1D2498;
  width: 100%;
  padding: 30px 0px;
  border-radius: 15px;
  margin-top: 50px;
  margin-left: 50px;
  -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);
}
.strip1{
  background: #CE2038;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 15px;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
}
.box1 p{
  padding: 0 50px 0 70px;
  color: #fff;
}
.box1 p.yellow1{
  font-size: 25px;
  font-weight: 600;
  color: ;
}
.box1 p i{
  color: #ce2038;
  background: #fff;
  border-radius: 50%;
  margin-left: -30px;
  margin-right: 5px;
}
.box1 p:nth-child(odd){
  background: #6b7ac6;
  padding: 10px 70px 10px 70px;
  color: #fff;
  font-weight: 500;
}
.box1 img{
  margin-top: -150px;
}
.list1 li {
  list-style: none;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-top: 12px;
  /*margin-left: 30px;*/
}
.list1 li i {
  color: #f00;
  margin-right: 5px;
  margin-left: -30px;
}
.box2{
  display: inline-block;
  /*background: url(../images/box2.png) repeat 0 0 / cover;*/
  background: #9DCA21;
  width: 100%;
  margin-top: 25px;
  margin-left: -15px;
  padding: 40px 0px 40px 0;
  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);
}
.box2 p{
  padding: 0 50px 0 60px;
  color: #000;
  font-weight: 600;
}
.box2 p:nth-child(odd){
  background: #fff;
  padding: 10px 50px 10px 60px;
  color: #000;
  font-weight: 600;
}
.box2 p i{
  color: #14af08;
  background: #fff;
  border-radius: 50%;
  margin-left: -30px;
  margin-right: 5px;
}
.box2 p.yellow1{
  font-size: 25px;
  font-weight: 600;
}
.box2 img{
  margin-top: -150px;
}
.box3{
  background: #003399;
  padding: 20px 30px;
  border-radius: 25px;
}
.vs img{
  width: 4%;
  position: relative;
  top: -300px;
}
.strip2{
  background: #1D68E5;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 15px;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
}
.list2 li {
  list-style: none;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-top: 20px;
  /*margin-left: 30px;*/
  margin-bottom: -15px;
}
.list2 li i {
  color: #007CF0;
  padding-right: 5px;
  margin-left: -30px;
}
.rule3{
  width: 490%;
  position: relative;
  top: 300px;
  left: -230px;
}
.rule4{
  width: 490%;
  position: relative;
  top: 180px;
  left: -170px;
}
.strip3{
  background: #fff;
  width: 100%;
  margin-left: 10px;
  padding: 15px 30px;
  border-radius: 15px;
  font-size: 24px;
  border: 2px solid #5A29B7;
  font-weight: 700;
  margin-top: 25px;
}
.strip4{
  background: #BB5EE0;
  padding: 4px 8px 2px 8px;
  font-size:20px;
  color: #fff;
  border-radius: 10px;
  margin-top: 80px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
}
.img-box{
  padding: 7px 20px 10px 20px;
  background: rgb(28, 6, 128);
  border: 1px solid #ffffff75;
  border-radius: 15px;
  min-height: 65px;
}
.strip5{
  background: #8BDFFC;
  padding: 10px 50px;
  font-size: 25px;
  color: #000;
  /*border: 2px solid #8BDFFC;*/
  border-radius: 50px;
  font-weight: 700;
  margin-top: -30px;
  text-align: center;
  display: inline-block;
}
.bg1{
  border: 2px solid #8BDFFC;
  background: #f2fcff;
  border-radius: 15px;
  margin-top: 100px;
  padding: 0px 20px 20px 20px;
}
.strip5a{
  background: #B3B7FC;
  padding: 10px 50px;
  font-size: 25px;
  color: #000;
  /*border: 2px solid #8BDFFC;*/
  border-radius: 50px;
  font-weight: 700;
  margin-top: -30px;
  text-align: center;
  display: inline-block;
}
.bg2{
  border: 2px solid #B3B7FC;
  background: #edeeff;
  border-radius: 15px;
  margin-top: 100px;
  padding: 0px 20px 20px 20px;
}
.strip5b{
  background: #B0FFC8;
  padding: 10px 50px;
  font-size: 25px;
  color: #000;
  /*border: 2px solid #8BDFFC;*/
  border-radius: 50px;
  font-weight: 700;
  margin-top: -30px;
  text-align: center;
  display: inline-block;
}
.bg3{
  border: 2px solid #B0FFC8;
  background: #f2fff6;
  border-radius: 15px;
  margin-top: 100px;
  padding: 0px 20px 20px 20px;
}
.strip5c{
  background: #EAE598;
  padding: 10px 50px;
  font-size: 25px;
  color: #000;
  /*border: 2px solid #8BDFFC;*/
  border-radius: 50px;
  font-weight: 700;
  margin-top: -30px;
  text-align: center;
  display: inline-block;
}
.bg4{
  border: 2px solid #EAE598;
  background: #fffeea;
  border-radius: 15px;
  margin-top: 100px;
  padding: 0px 20px 20px 20px;
}
.strip5d{
  background: #F4A4D9;
  padding: 10px 50px;
  font-size: 25px;
  color: #000;
  /*border: 2px solid #8BDFFC;*/
  border-radius: 50px;
  font-weight: 700;
  margin-top: -30px;
  text-align: center;
  display: inline-block;
}
.bg5{
  border: 2px solid #F4A4D9;
  background: #fff7fc;
  border-radius: 15px;
  margin-top: 100px;
  padding: 0px 20px 20px 20px;
}
.strip5e{
  background: #bbebb8;
  padding: 10px 50px;
  font-size: 25px;
  color: #000;
  /*border: 2px solid #8BDFFC;*/
  border-radius: 50px;
  font-weight: 700;
  margin-top: -30px;
  text-align: center;
  display: inline-block;
}
.bg6{
  border: 2px solid #bbebb8;
  background: #f6fff4;
  border-radius: 15px;
  margin-top: 100px;
  padding: 0px 20px 20px 20px;
}
.strip5f{
  background: #65EECF;
  padding: 10px 50px;
  font-size: 25px;
  color: #000;
  /*border: 2px solid #8BDFFC;*/
  border-radius: 50px;
  font-weight: 700;
  margin-top: -30px;
  text-align: center;
  display: inline-block;
}
.bg7{
  border: 2px solid #65EECF;
  background: #effffb;
  border-radius: 15px;
  margin-top: 100px;
  padding: 0px 20px 20px 20px;
}
.strip5g{
  background: #FFB9A5;
  padding: 10px 50px;
  font-size: 25px;
  color: #000;
  /*border: 2px solid #8BDFFC;*/
  border-radius: 50px;
  font-weight: 700;
  margin-top: -30px;
  text-align: center;
  display: inline-block;
}
.bg8{
  border: 2px solid #FFB9A5;
  background: #fff6f3;
  border-radius: 15px;
  margin-top: 100px;
  padding: 0px 20px 20px 20px;
}
.border-box1{
  display: inline-block;
  background: #F2FCFF;
  width: 100%;
  padding: 0px 20px 20px 20px;
  border-radius: 20px;
  border: 3px dotted #8ADFFC;
}
.border-box1 .strip{
  display: inline-block;
  background: #8ADFFC;
  padding: 10px 35px;
  border-radius: 50px;
  font-size: 30px;
  font-weight: 700;
  margin-top: -60px;
}
.border-box2{
  display: inline-block;
  background: #f2f3ff;
  width: 100%;
  padding: 0px 20px 20px 20px;
  border-radius: 20px;
  border: 3px dotted #B3B7FC;
}
.border-box2 .strip{
  display: inline-block;
  background: #B3B7FC;
  padding: 10px 35px;
  border-radius: 50px;
  font-size: 30px;
  font-weight: 700;
  margin-top: -60px;
}
.border-box3{
  display: inline-block;
  background: #fff6f3;
  width: 100%;
  padding: 0px 20px 20px 20px;
  border-radius: 20px;
  border: 3px dotted #FFB9A5;
}
.border-box3 .strip{
  display: inline-block;
  background: #FFB9A5;
  padding: 10px 35px;
  border-radius: 50px;
  font-size: 30px;
  font-weight: 700;
  margin-top: -60px;
}
.strip6{
  background: #3200D6;
  padding: 10px 30px;
  border-radius: 50px;
  font-size: 40px;
  color: #fff;
  margin-top: 50px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
}
.strip7{
  background: #ff697b;
  padding: 10px 30px;
  border-radius: 50px;
  font-size: 40px;
  color: #fff;
  margin-top: 50px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
}
.strip8{
  background: #240096;
  padding: 15px 30px;
  border-radius: 35px;
  font-size: 20px;
  color: #fff;
  margin-top: 100px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}
.strip9{
  background: #410099;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}
.strip10{
  background: #410099;
  padding: 2px 15px;
  border-radius: 10px;
  line-height: 1.2;
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}
.strip11{
  background: #140054;
  padding: 10px;
  font-size: 20px;
  color: #fff;
  margin-top: 50px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}
.strip12{
  background: #FF4D4D;
  padding: 10px;
  font-size: 20px;
  color: #fff;
  margin-top: 50px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}
.strip13{
  background: #FF40D9;
  padding: 10px;
  font-size: 20px;
  color: #fff;
  margin-top: 50px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}
.strip14{
  background: #fff;
  padding: 0px 30px 10px 30px;
  width: 100%;
  margin-top: 20px;
  border: 1px solid #000;
  border-radius: 15px;
  min-height: 150px;
}
.bg{
  border: 12px solid #999999;
}
.guarantee-box{
  display: inline-block;
  width: 100%;
  background: #5236A8;
  padding: 30px 50px;
  border-radius: 25px;
  text-align: center;
  margin-top: 80px;
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  -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: 30%;
  margin-top: -100px;
}
.accordion h3{
  background: #E9F2FF;
  width: 100%;
  border-radius: 10px;
  padding: 15px 30px;
  font-size: 22px;
  font-weight: 500;
  margin-top: 20px;
  cursor: pointer;
}
.accordion h3 span{
  float: right;
  font-size: 22px;
}
.accordion p{
  font-size: 20px;
  font-weight: 400;
  margin-left: 20px;
  padding-bottom: 20px;
}
.p-table {
  display: inline-block;
  background: #fff;
  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: #114481;
  padding: 50px 30px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.p-head2 {
  background: #ed861c;
  padding: 50px 30px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.p-body {
  display: inline-block;
  width: 100%;
  padding: 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;
}
.jv-button img{
  width: 100%;
}
.hide-sm{
  display: block;
}
.hide-lg{
  display: none;
}
@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;
  }
  .mt-res{
    margin-top: 0px;
  }
  .mt-res1{
    margin-top: 10px;
  }
  .mt-res-1{
    margin-top: -50px;
  }
  .rule3, .rule4{
    display: none;
  }
  .middle{
    margin-top: 50px;
  }
  .br-res br{
    display: none;
  }
  .center-res{
    text-align: center !important;
  }
  .button-primary{
    font-size: 20px;
  }
  .button-primary{
    padding: 10px 20px;
  }
  .guarantee img{
    width: 70%;
  }
  .img70 img{
    width: 100%;
  }
  .img50 img{
    width: 100%;
  }
  .strip5, .strip5a, .strip5b, .strip5c, .strip5d, .strip5e, .strip5f, .strip5g, .border-box1 .strip, .border-box2 .strip, .border-box3 .strip{
    font-size: 20px;
    padding: 10px 20px;
  }
  .hide-sm{
    display: none;
  }
  .hide-lg{
    display: block;
  }
  .HELLOBAR-T7-TEXT{
    font-size: 20px !important;
  }
  .HELLOBAR-TCLOCK7{
    display: none;
  }
  .HELLOBAR-T7{
    background-image: unset !important;
    background-color: #6E0D4C !important;
  }
}
@media (max-width: 576px){
  .top-menu li{
    margin-left: 15px;
    font-size: 17px;
    margin-top: 25px;
  }
  .top-strip{
    font-size: 17px;
  }
  .br-res br{
    display: none;
  }
  .table2{
    margin-left: 0px;
  }
  .wide{
    margin-left: 0;
  }
  .list6 li{
    margin-right: 0;
    margin-left: -50px;
  }
  .list6{
    margin-top: -50px;
    margin-left: 0;
    margin-top: 0px !important;
  }
  .section25{
    padding-bottom: 180px;
  }
  .section26{
    margin-top: -50px;
  }
  .table1{
    margin-top: -50px;
  }
  .features{
    display: none;
  }
  .girl4{
    width: 50% !important;
  }
  .list3 p{
    font-size: 22px !important;
    height: 80px;
  }
  .section28b{
    margin-top: 0px;
  }
  .mt5-res{
    margin-top: 0;
  }
  .section30 .col-md-2 img{
    width: 70%;
  }
  .section31{
    padding-top: 0;
  }
  .bonus-strip1, .bonus-strip2{
    font-size: 25px;
  }
  .section34{
    margin-top: -200px;
    padding-top: 400px;
  }
  .graphic8{
    width: 70% !important;
  }
  .section35{
    padding-top: 50px;
  }
  .footer{
    margin-top: -100px;
    padding-top: 200px;
  }
  .list5 li{
    margin-left: -50px;
    display: block;
  }
  .list5{
    margin-top: 0;
    margin-left: 0;
  }
  .section1{
    padding-bottom: 100px;
  }
  .strip3{
    width: 100%;
    display: block;
  }
  .section7{
    /* margin-top: -500px; */
    padding-bottom: 100px;
  }
  .wavea3{
    margin-top: 100px;
    margin-bottom: -100px;
  }
  .s8{
    margin-top: -200px !important;
  }
  .section11 h1{
    font-size: 32px;
  }
  .section11{
    padding-bottom: 0;
  }
  .strip6, .strip7{
    font-size: 25px;
  }
  .girl{
    display: none;
  }
  .section10{
    padding-bottom: 200px !important;
  }
  .headingl1{
    font-size: 30px;
  }
  .mt10-res{
    margin-top: 50px;
  }
  .b{
    margin-top: 50px;
  }
  .box1{
    margin-left: 0;
    margin-top: -50px;
  }
  .vs img{
    width: 20%;
    top: -1040px;
  }
  .section4{
    padding-bottom: 50px;
  }
  .section6{
    padding-top: 50px;
  }
  .box2{
    margin-left: 0;
    margin-top: 250px;
  }
  .logo img{
    width: 100%;
  }
  .section3{
    background-size: cover;
  }
  .section5 img{
    width: 50%;
  }
  .section6{
    margin-top: -100px;
    padding-bottom: 50px;
  }
  .section8{
   padding-top: 380px;
   margin-top: -200px;
  }
  .section8 img{
    width: 90%;
  }
  .section8 .img60 img{
    width: 50%;
    margin-top: -80px;
  }
  .section11{
    background-size: cover;
    margin-top: -200px;
  }
  .mt20{
    margin-top: 1000px;
  }
  .section10{
    padding-bottom: 50px;
  }
  .object1, .object2, .object3, .object4, .object5, .object7, .object8{
    display: none;
  }
  .wave5 img, .wave7 img{
    display: none;
  }
  .strip3{
    display: inline-block;
  }
  .section7, .section8, .section9{
    margin-top: 0;
  }
  .section7 .img80 img{
    width: 90%;
  }
  .section8{
    padding-top: 270px;
  }
  .section6{
    padding-bottom: 100px;
  }
  .table-head1 img{
    width: 60%;
  }
  .strip10{
    line-height: 1.5;
    padding: 10px 15px;
  }
  .mt--5{
    margin-top: -50px;
  }
  .fire img{
    width: 20%;
    margin-top: -200px;
  }
  .section14{
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .section15{
    padding-top: 0;
    padding-bottom: 100px;
  }
  .list4 li{
    font-size: 20px;
  }
  .mt0-res{
    margin-top: -30px;
  }
  .hide-sm{
    display: none;
  }
  .hide-lg{
    display: block;
  }
}
@media (min-width: 1300px) and (max-width: 1600px){
  html{
    zoom: .9;
  }
  .container {
    max-width: 1250px;
  }
}
@media (min-width: 992px) and (max-width: 1299px){
  html{
    zoom: .8;
  }
  .container {
    max-width: 1000px;
  }
}