@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');
body{
  font-family: 'Poppins', sans-serif !important;
  color: #000;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
::selection{
  background: rgb(92, 27, 243);
  color: #fff;
}
p{
  font-size: 22px !important;
  line-height: 1.5 !important;
}
.p1{
  font-size: 20px !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;}

.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: #ffcc00;}
.green{color: #1cb85e;}
.blue{color: #2C80D7;}
.light-blue{color: #1a52ad;}
.pink{color: #ff004c;}
.orange{color: #fd6e00;}
.orange1{color: #EC4A32 !important;}
.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;
}
.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);
}
.cta-box{
  display: block;
  background: #000;
  padding: 50px 0px;
  border-top: 5px solid #ec4a32;
  border-bottom: 5px solid #ec4a32;
}
.section1{
  display: block;
  background: url(../images/bg1.png) repeat 0 0 / cover;
  padding-top: 20px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section2{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: 0px;*/
  background-position: center top;
}
.section3{
  display: block;
  background: url(../images/bg2.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section4{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  /* background-size: 100% 100%; */
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section5{
  display: block;
  background: url(../images/bg4.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section6{
  display: block;
  background: url(../images/bg5.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section7{
  display: block;
  background: url(../images/bg6.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section8{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  /*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-bottom: -135px;*/
  background-position: center top;
}
.section10{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section11{
  display: block;
  background: url(../images/bg7.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section12{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section13{
  display: block;
  background: url(../images/bg6.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section14{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section15{
  display: block;
  background: url(../images/bg8.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 0px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section16{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section17{
  display: block;
  background: url(../images/bg2.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section18{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section19{
  display: block;
  background: url(../images/bg4.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section20{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section21{
  display: block;
  background: url(../images/bg6.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section22{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section23{
  display: block;
  background: #edf9ff;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.footer{
  display: block;
  background: #02071B;
  padding-top: 50px;
  padding-bottom: 30px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.footer_menu li {
  list-style: none;
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}
.footer_menu li a{
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}
.footer_menu li a:hover{
  text-decoration: underline;
}
.logo img{
  width: 15%;
  background: #fff;
  padding: 5px 20px;
  border-radius: 30px;
}
.logo1 img{
  width: 70%;
  background: #fff;
  padding: 5px 20px;
  border-radius: 30px;
}
.video-bg{
  background: #3383d94b;
  border-radius: 5px;
  padding: 10px;
}
.video-bg1{
  background: #a1d0f1;
  border-radius: 5px;
  padding: 10px;
}
.top-strip{
  display: inline-block;
   background: #3384d9;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding: 10px 30px 10px 50px;
  border-radius: 5px;
  -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);
}
.clock{
 position: absolute;
}
.clock img{
  width: 7%;
  position: relative;
  left: -640px;
  top: -12px;
}
.strip1{
  background: transparent;
  color: #FFCC00;
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  padding: 7px 30px;
}
.strip2{
  background: #000;
  color: #FFCC00;
  font-size: 30px;
  border-radius: 5px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  padding: 7px 30px;
}
.strip3{
  background: #D0E9F6;
  border-radius: 5px;
  display: inline-block;
  padding: 30px 30px 20px 30px;
  text-align: center;
  margin-top: 30px;
}
.strip4{
  background: #D0E9F6;
  border-radius: 5px;
  padding: 7px 30px;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
}
.strip5{
  background: #D0E9F6;
  padding: 10px 30px;
  display: inline-block;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  border-radius: 5px;
  /* border: 2px solid #FFCC00; */
  clip-path: polygon(8% 0, 100% 0, 100% 84%, 92% 100%, 0 100%, 0 16%);
}
.strip6{
  background: #fff;
  padding: 10px 30px;
  display: inline-block;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  border-radius: 5px;
  /* border: 2px solid #FFCC00; */
  clip-path: polygon(8% 0, 100% 0, 100% 84%, 92% 100%, 0 100%, 0 16%);
}
.strip7{
  background: #FD6E01;
  padding: 10px 30px;
  display: inline-block;
  text-align: center;
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
  /* border: 2px solid #FFCC00; */
  /*clip-path: polygon(8% 0, 100% 0, 100% 84%, 92% 100%, 0 100%, 0 16%);*/
}
.button-green {
  display: inline-block;
  background: #1cb85e;
  font-size: 35px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  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-green:hover{
  text-decoration: none;
  color: #fff;
  transform: scale(1.03);
  /*background: #ff9a4c;*/
}
.list1 li {
  list-style: none;
  font-size: 18px;
  margin-top: 10px;
  /*margin-left: 30px;*/
  margin-bottom: -10px;
  color: #fff;
}
.list1 hr{
  margin-left: -30px;
  margin-top: 20px;
}
.list1 li i {
  color: #1cb85e;
  padding-right: 5px;
  margin-left: -30px;
}
.list2{
  margin-left: 20px;
}
.list2 li {
  list-style: none;
  font-size: 21px;
  margin-top: 10px;
  /*margin-left: 30px;*/
  margin-bottom: -10px;
}
.list2 li i {
  color: #1cb85e;
  padding-right: 5px;
  margin-left: -30px;
}
.list3{
  margin-left: 20px;
}
.list3 li {
  list-style: none;
  font-size: 21px;
  margin-top: 10px;
  /*margin-left: 30px;*/
  margin-top: 30px;
}
.list3 li i {
  color: #ec4a32;
  font-size: 30px;
  position: absolute;
  padding-right: 5px;
  margin-left: -40px;
  /*padding-top: 10px;*/
}
.box1{
  display: inline-block;
  background: rgba(65, 65, 65, 0.103);
  width: 100%;
  border: 5px solid #E5E1F3;
  padding: 30px;
  border-radius: 15px;
  /* margin-top: 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);
}
.box2{
  display: inline-block;
  background: transparent;
  width: 100%;
  border: 7px solid #D0E9F6;
  padding: 50px 30px 50px 30px;
  border-radius: 5px;
  /* border-right: 2px solid #E6AE0B;
  border-bottom: 2px solid #E6AE0B; */
  margin-top: 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);
}
.box3{
  background: #e6f1ff;
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #EC4932;
  /* border: 2px solid #FFCC00; */
  /*clip-path: polygon(3% 0, 100% 0, 100% 91%, 97% 100%, 0 100%, 0 11%);*/
}
.box4{
  background: #fff;
  padding: 30px 30px 20px 30px;
  /* border: 5px solid #E5E1F3; */
  border-radius: 5px;
}
.box5{
  background: #3384D9;
  padding: 30px;
  /* border: 5px solid #E5E1F3; */
  border-radius: 5px;
}
.box6{
  background: #fff;
  padding: 30px;
  border: 7px solid #D0E9F6;
  border-radius: 5px;
  margin-top: 110px;
}
.box7{
  background: #17115f5e;
  padding: 30px;
  border-radius: 5px;
  /* border: 2px solid #FFCC00; */
  clip-path: polygon(3% 0, 100% 0, 100% 91%, 97% 100%, 0 100%, 0 11%);
}
.box8{
  background: #100b448f;
  padding: 30px;
  border-radius: 5px;
  /* border: 2px solid #FFCC00; */
  clip-path: polygon(9% 0, 100% 0, 100% 91%, 92% 100%, 0 100%, 0 11%);
}
.box9{
  background: #D0E9F6;
  padding: 20px;
  border-radius: 5px;
}
.box10{
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}
.boxa1{
  background: #f8fdff;
  border: 3px solid #2C80D7;
  padding: 30px;
  border-radius: 5px;
  margin-top: 100px !important;
}
.boxa1 h2{
  background: #2C80D7;
  color: #fff;
  font-size: 25px;
  border-radius: 5px;
  padding: 7px 30px;
}
.avatar{
  /* border: 7px solid #D0E9F6; */
  border-radius: 50%;
}
.step1{
  background: #D0E9F6;
  padding: 7px 20px;
  font-size: 25px;
  font-weight: 700;
  color: #000;
  display: inline-block;
  border-radius: 5px;
}
.step-box1{
  background: transparent;
  padding: 30px;
  border: 7px solid #D0E9F6;
  border-radius: 5px;
}
.step2{
  background: #fff;
  padding: 7px 20px;
  font-size: 25px;
  font-weight: 700;
  color: #000;
  display: inline-block;
  border-radius: 5px;
}
.step-box2{
  background: #D0E9F6;
  padding: 30px;
  border: 7px solid #D0E9F6;
  border-radius: 5px;
}
.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;
}
.border1{
  border: 7px solid #c6e6f7;
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 26px -1px rgba(0,0,0,0.23);
-moz-box-shadow: 0px 0px 26px -1px rgba(0,0,0,0.23);
box-shadow: 0px 0px 26px -1px rgba(0,0,0,0.23);
}
.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: #EC4932;
  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;
}
@media (max-width: 767px){
  .logo img{
    width: 50%;
  }
  .section1 .top-strip h4{
    font-size: 20px;
  }
  .headingm{
    font-size: 27px;
  }
  .heading1{
    font-size: 30px;
  }
  .headingl1{
    font-size: 40px;
  }
  .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%;
  }
  .box1{
    margin-top: 20px;
  }
  .box3 img{
    margin-top: 30px;
  }
  .box3{
    clip-path: polygon(7% 0, 100% 0, 100% 91%, 93% 100%, 0 100%, 0 11%);
  }
  .section6 .step-box1 img, .step-box2 img{
    margin-top: 30px;
  }
  .box9, .box10{
    margin-top: 20px;
  }
  .box7{
    clip-path: polygon(8% 0, 100% 0, 100% 91%, 92% 100%, 0 100%, 0 11%);
  }
  .box7 .img100 img{
    margin-top: 20px;
  }
  .img80 .seal{
    width: 50%;
  }
  .footer .text-end{
    text-align: center !important;
  }
}