@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800&display=swap');
html {
  scroll-behavior: smooth;
}
body{
  font-family: 'Raleway', sans-serif !important;
  color: #000;
  font-size: 14px;
}
p{
  font-size: 24px !important;
  line-height: 1.3 !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;
}

.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;}

.mt-5{margin-top: -50px !important;}
.mt-4{margin-top: -40px !important;}
.mt-3{margin-top: -30px !important;}
.mt-2{margin-top: -20px !important;}
.mt-1{margin-top: -10px !important;}
.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;}
.mt11{margin-top: 110px;}
.mt12{margin-top: 120px;}
.mt13{margin-top: 130px;}
.mt14{margin-top: 140px;}
.mt15{margin-top: 150px;}
.mt20{margin-top: 200px;}

.mb1{margin-bottom: 10px;}
.mb2{margin-bottom: 20px;}
.mb3{margin-bottom: 30px;}
.mb4{margin-bottom: 40px;}
.mb5{margin-bottom: 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;}
.green{color: #56ad04;}
.blue{color: #0639a1;}
.blue1{color: #167bab;}
.light-blue{color: #249394;}
.pink{color: #d63e64;}
.orange{color: #ed8922;}

.lh1-3{
  line-height: 1.3;
}
.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: 45px;
}
.headingl{
  font-size: 70px;
}
.headingl1{
  font-size: 60px;
}
.heading-big{
  font-size: 80px;
}
.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(https://omniblaster.imgix.net/images/bg1b.png) repeat 0 0 / cover;
  padding-top: 20px;
  padding-bottom: 30px;
  background-position: center top;
}
.section2{
  display: block;
  background: #000;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center bottom;
}
.section3{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 0px;
  background-position: center top;
}
.section4{
  display: block;
  /*background: url(https://omniblaster.imgix.net/images/bg2.png) repeat 0 0 / cover;*/
  background: #DFE9EF;
  padding-top: 53px;
  padding-bottom: 100px;
  background-position: center bottom;
}
.section5{
  display: block;
  background: url(https://omniblaster.imgix.net/images/bg3.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 150px;
  background-position: center top;
}
.section6{
  display: block;
  background: rgb(230,239,245);
  background: linear-gradient(90deg, rgba(230,239,245,1) 0%, rgba(255,254,255,1) 100%);
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center bottom;
}
.section7{
  display: block;
  background: #e0e9ef;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center bottom;
}
.section8{
  display: block;
  background: rgb(230,239,245);
  background: linear-gradient(90deg, rgba(230,239,245,1) 0%, rgba(255,254,255,1) 100%);
  padding-top: 53px;
  padding-bottom: 50px;
  background-position: center bottom;
}
.section9{
  display: block;
  background: url(https://omniblaster.imgix.net/images/bg4.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 100px;
  background-position: center bottom;
}
.section10{
  display: block;
  background: url(https://omniblaster.imgix.net/images/bg5.png) repeat 0 0 / cover;
  padding-top: 0px;
  padding-bottom: 150px;
  background-position: center top;
}
.section11{
  display: block;
  background: url(https://omniblaster.imgix.net/images/bg6.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center top;
}
.section12{
  display: block;
  background: url(https://omniblaster.imgix.net/images/bg2.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 150px;
  background-position: center bottom;
}
.section12a{
  display: block;
  background: rgb(229,238,245);
  background: linear-gradient(90deg, rgba(229,238,245,1) 0%, rgba(255,255,255,1) 100%);
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center bottom;
}
.section13{
  display: block;
  background: #d0e6f4;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center bottom;
}
.section14{
  display: block;
  background: #ebf0f4;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center bottom;
}
.section15{
  display: block;
  background: url(https://omniblaster.imgix.net/images/bg8.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center bottom;
}
.section16{
  display: block;
  background: url(https://omniblaster.imgix.net/images/bg9.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 100px;
  background-position: center bottom;
}
.section17{
  display: block;
  background: url(https://omniblaster.imgix.net/images/bg10.png) repeat 0 0 / cover;
  padding-top: 49px;
  padding-bottom: 100px;
  background-position: center bottom;
}
.section18{
  display: block;
  background: url(https://omniblaster.imgix.net/images/bg11.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center top;
}
.section19{
  display: block;
  background: #ebf0f4;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center top;
}
.section20{
  display: block;
  background: url(https://omniblaster.imgix.net/images/bg12.png) repeat 0 0 / cover;
  padding-top: 52px;
  padding-bottom: 100px;
  background-position: center bottom;
}
.section21{
  display: block;
  background: url(https://omniblaster.imgix.net/images/bg13.png) repeat 0 0 / cover;
  padding-top: 55px;
  padding-bottom: 100px;
  background-position: center bottom;
}
.section22{
  display: block;
  background: url(https://omniblaster.imgix.net/images/bg14.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 100px;
  background-position: center top;
}
.section23{
  display: block;
  background: url(https://omniblaster.imgix.net/images/bg15.png) repeat 0 0 / cover;
  padding-top: 0px;
  padding-bottom: 50px;
  background-position: center top;
}
.section24{
  display: block;
  background: url(https://omniblaster.imgix.net/images/bg16.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center top;
}
.section25 {
  display: block;
  background: url(../images/bg17.png) repeat 0 0 / cover;
  padding-top: 30px;
  padding-bottom: 150px;
  background-position: center center;
}
.footer{
  display: block;
  background: #092256;
  padding-top: 30px;
  padding-bottom: 30px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.footer_menu li {
  list-style: none;
  float: left;
  margin-right: 5px;
  font-size: 15px;
}
.logo img{
  width: 25%;
}
.top-strip{
  display: inline-block;
  background: #167bab;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  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);
}
.top-list li {
  list-style: none;
  font-size: 22px;
  font-weight: 300;
  color: white;
  margin-left: 30px;
  margin-bottom: 15px;
}
.top-list li span{
  font-weight: 600;
  color: #ffcc00;
}
.top-list li i {
  color: #ffcc00;
  padding-right: 5px;
  margin-left: -30px;
}
.list1{
  margin-left: -30px;
}
.list1 li {
  list-style: none;
  font-size: 22px;
  font-weight: 300;
  color: white;
  margin-left: 30px;
  margin-bottom: 20px;
}
.list1 li span{
  font-weight: 600;
  color: #ffcc00;
}
.list1 li i {
  color: #ffcc00;
  padding-right: 5px;
  margin-left: -30px;
}
.list2 li {
  list-style: none;
  font-size: 22px;
  /*color: white;*/
  margin-left: 30px;
  margin-bottom: 20px;
}
.list2 li span{
  font-weight: 700;
}
.list2 li i {
  color: #2fac31;
  padding-right: 5px;
  margin-left: -30px;
}
.button-primary{
  display: inline-block;
  background: #5c64c4;
  font-size: 35px;
  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: #5c64c4;
}
.button-green {
  display: inline-block;
  background: #1cb85e;
  font-size: 35px;
  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-green:hover {
  text-decoration: none;
  color: #fff;
  transform: scale(1.03);
  /* background: #ff9a4c; */
}
.white-strip{
  display: inline-block;
  background: #fff;
  border-radius: 35px;
  padding: 10px 40px;
  font-size: 30px;
  font-weight: 700;
  color: #0639a1;
  -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);
}
.pink-strip{
  display: inline-block;
  background: #d63e64;
  border-radius: 35px;
  padding: 5px 40px;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  -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);
}
.pink-strip1{
  display: inline-block;
  width: 80%;
  background: #d63e64;
  border-radius: 35px;
  padding: 10px 10px;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  -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);
}
.blue-box{
  display: inline-block;
  background: #183162;
  width: 90%;
  border-radius: 25px;
  padding: 40px 20px 40px;
  min-height: 370px;
  -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);
}
.blue-box img{
  width: 40%;
  border-radius: 50%;
}
.blue-box1{
  display: inline-block;
  background: #092153;
  width: 100%;
  border-radius: 10px;
  padding: 30px 20px 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);
}
.white-box1{
  display: inline-block;
  background: #f7f9fb;
  width: 100%;
  border-radius: 10px;
  padding: 30px 20px 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);
}
.white-box2{
  display: inline-block;
  background: #f7f9fb;
  width: 80%;
  border-radius: 10px;
  padding: 30px 20px 30px;
  min-height: 310px;
  -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);
}
.white-box3{
  display: inline-block;
  background: #f7f9fb;
  width: 100%;
  border-radius: 10px;
  padding: 30px 20px 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);
}
.guarantee-box{
  display: inline-block;
  width: 100%;
  background: #1c4fb5;
  padding: 20px;
  border: 2px dotted #ffcc00;
  border-radius: 10px;
  -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;
}
.avatar img{
  width: 15%;
  border-radius: 50%;
  -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 img{
  width: 40%;
}
.alert img{
  width: 30%;
}
.table1{
  display: inline-block;
  background: #fbfbfb;
  border-radius: 30px;
  margin-top: 50px;
  width: 90%;
  margin: 5%;
  -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);
}
.table1-head{
  display: inline-block;
  width: 100%;
  padding: 30px 20px 20px;
  background: #0a2865;
  text-align: center;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.table1-logo img{
  width: 70%;
}
.table1-body{
  padding: 30px 20px;
}
.table1-list{
  margin-left: -10px;
  margin-top: 20px;
}
.table1-list hr{
  margin-right: 20px;
}
.table1-list li{
  list-style: none;
  font-size: 22px;
  font-weight: 400;
  margin-left: 30px;
}
.table1 li span{
  font-weight: 700;
  color: #3AC81E;
}
.table1 li i{
  color: #3AC81E;
  padding-right: 5px;
  margin-left: -30px;
}
.table1 li .cross i{
  color: #ff0000;
}
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #051e49; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0071ab; 
}
@media(max-width: 767px){
  .logo img{
    width: 40%;
  }
  .headingl{
    font-size: 35px;
  }
  .heading1{
    font-size: 30px;
  }
  .headingl1{
    font-size: 40px;
  }
  .headingl br{
    display: none;
  }
  h1{
    font-size: 27px;
  }
  h2{
    font-size: 22px;
  }
  h3{
    font-size: 17px;
  }
  p{
    font-size: 20px !important;
  }
  .mt-res{
    margin-top: 0px !important;
  }
  .mt-res3{
    margin-top: 30px;
  }
  .mt-res2{
    margin-top: 20px;
  }
  .mt-res1{
    margin-top: 10px;
  }
  .mt-res5{
    margin-top: 50px;
  }
  .mt-res-5{
    margin-top: -50px;
  }
  .hide-sm{
    display: none;
  }
  .hide-lg{
    display: inline-block;
    width: 100%;
  }
  .heading-big{
    font-size: 60px;
  }
  .top-strip{
    font-size: 15px;
    padding: 10px 10px;
  }
  .br-res br{
    display: none;
  }
  .center-res{
    text-align: center;
  }
  .button-green{
    font-size: 25px;
    padding: 10px 20px;
  }
  .border-text{
    font-size: 17px;
  }
  .blue-box{
    min-height: auto;
  }
  .img70 img{
    width: 100%;
  }
  .section5{
    padding-bottom: 50px;
    background-position: right top;
  }
  .img60 img{
    width: 100%;
  }
  .img80 img{
    width: 100%;
  }
  .section10{
    background-position: right top;
  }
  .section11{
    padding-top: 0px;
  }
  .section12{
    padding-bottom: 50px;
  }
  .section14 .img100 img{
    width: 30%;
  }
  .tesimonial-box img{
    width: 50%;
  }
  .guarantee img{
    width: 80%;
  }
  .alert img{
    width: 100%;
  }
  .section25{
    background-position: left center;
    padding-bottom: 0px;
  }
}
.row > div {
    padding: 15px !important;
}
/*Comparison1 Table*/
.comparison1 {
  max-width:940px;
  margin:0 auto;
  text-align:center;
  padding:10px;
}

.comparison1 table {
  width:100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
.comparison1 .btl{
  border-top-left-radius: 20px;
}
.comparison1 .bbl{
  border-bottom-left-radius: 20px;
}
.comparison1 .bbr{
  border-bottom-right-radius: 20px;
}
.comparison1 td, .comparison1 th {
  border-left:2px solid #a4a4a4;
  empty-cells: show;
  padding:10px;
  height: 70px;
}
.comparison1 td:last-child {
  /*border-right:2px solid #1cb85e;*/
  border-left:2px solid #a4a4a4;
}

.comparison1 .compare-heading {
  font-size:22px;
  font-weight:bold !important;
  border-bottom:0 !important;
  padding-top:10px !important;
}

.comparison1 tbody tr:nth-child(odd) {
  display:none;
}

.comparison1 .compare-row {
  background:#Fff;
}
.comparison1 .compare-row1 {
  background:#f3f3f3;
}

.comparison1 .tickblue {
  color:#0078C1;
}

.comparison1 .tickgreen {
  color:#009E2C;
}

.comparison1 th {
  font-weight:normal;
  padding:0;
  border-bottom:1px solid #CCC;
}

.comparison1 tr td:first-child {
  text-align:center;
  border-left: none;
  font-size: 17px;
  font-weight: 600;
  color: #0071ab;
}
.comparison1 tr td:nth-child{
  font-size: 17px;
}
  
.comparison1 .qbse, .comparison1 .qbo, .comparison1 .tl {
  color:#FFF;
  padding:10px;
  font-size:20px;
  font-weight: 600;
  border-bottom:0;
}

.comparison1 .tl2 {
  border-right:0;
  border-left: none;
}

.comparison1 .qbse {
  background: #0639a1;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-left: 0px;
  height: 75px;
  border-right: none;
}

.comparison1 .qbo {
  background:#f9f9f9;
  color: #000;
  border-top-right-radius: 3px;
  border-right:0px;
  border-left: none;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.comparison1 .qbo img{
  width: 80%;
}

.comparison1 .price-info {
  padding:5px 15px 15px 15px;
}

.comparison1 .price-was {
  color:#999;
  text-decoration: line-through;
}

.comparison1 .price-now, .comparison1 .price-now span {
  color:#ff5406;
}

.comparison1 .price-now span {
  font-size:32px;
}

.comparison1 .price-small {
    font-size: 18px !important;
    position: relative;
    top: -11px;
    left: 2px;
}

/*Comparison Table*/