@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: 22px !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-10-{margin-top: -100px !important;}
.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;}
.green1{color: #00ad9c;}
.blue{color: #0a2239;}
.blue1{color: #167bab;}
.blue2{color: #0159BF;}
.light-blue{color: #249394;}
.pink{color: #ff697b;}
.orange{color: #ed861c;}

.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: 55px;
}
.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(../images/bg1.png) repeat 0 0 / cover;
  padding-top: 20px;
  padding-bottom: 50px;
  background-position: center bottom;
}
.section2{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 0px;
  background-position: center bottom;
}
.section3a{
  display: block;
  background: url(../images/bg2a.png) repeat 0 0 / cover;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 95px;
  background-position: center bottom;
}
.section3{
  display: block;
  background: url(../images/bg2.png) repeat 0 0 / cover;
  padding-top: 43px;
  padding-bottom: 0px;
  background-position: center bottom;
}
.section3b{
  display: block;
  position: relative;
  background: url(../images/bg2b.png) repeat 0 0 / cover;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: -90px;
  height: 90px;
  background-position: center bottom;
}
.section4{
  display: block;
  background: url(../images/bg3.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 0px;
  background-position: center top;
}
.section5a{
  display: block;
  background: url(../images/bg4a.png) repeat 0 0 / cover;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 100px;
  background-position: center bottom;
}
.section5{
  display: block;
  background: #E4F3FD;
  padding-top: 0px;
  padding-bottom: 0px;
  background-position: center top;
}
.section6{
  display: block;
  background: url(../images/bg4.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 0px;
  background-position: center top;
}
.section7{
  display: block;
  background: url(../images/bg6.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 100px;
  background-position: center bottom;
}
.section8{
  display: block;
  background: #F4F6F9;
  padding-top: 50px;
  padding-bottom: 0px;
  background-position: center top;
}
.section9{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 0px;
  background-position: center bottom;
}
.section10{
  display: block;
  background: #EAF0F4;
  padding-top: 0px;
  padding-bottom: 0px;
  background-position: center top;
}
.section11{
  display: block;
  background: #fff;
  padding-top: 0px;
  padding-bottom: 0px;
  background-position: center top;
}
.section12{
  display: block;
  background: url(../images/bg7.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center bottom;
}
.section13{
  display: block;
  background: url(../images/bg8.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 100px;
  background-position: center bottom;
}
.section14{
  display: block;
  background: #e6eaf3;
  padding-top: 0px;
  padding-bottom: 0px;
  background-position: center bottom;
}
.section15{
  display: block;
  background: rgb(3,78,61);
  background: linear-gradient(90deg, rgba(3,78,61,1) 0%, rgba(22,38,33,1) 100%);
  padding-top: 0px;
  padding-bottom: 0px;
  background-position: center bottom;
}
.section16{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center top;
}
.section17{
  display: block;
  background: #E6EAF3;
  padding-top: 0px;
  padding-bottom: 0px;
  background-position: center top;
}
.section18a{
  display: block;
  background: url(../images/bg11a.png) repeat 0 0 / cover;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 100px;
  background-position: center top;
}
.section18{
  display: block;
  background: url(../images/bg11.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 0px;
  background-position: center top;
}
.section18b{
  display: block;
  position: relative;
  background: url(../images/bg11b.png) repeat 0 0 / cover;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: -100px;
  height: 120px;
  background-position: center bottom;
}
.section19{
  display: block;
  background: #eaf0f5;
  padding-top: 0px;
  padding-bottom: 0px;
  background-position: center top;
}
.section20{
  display: block;
  background: #f7f1f2;
  padding-top: 50px;
  padding-bottom: 0px;
  background-position: center bottom;
}
.section21{
  display: block;
  background: #f9f2eb;
  padding-top: 50px;
  padding-bottom: 0px;
  background-position: center bottom;
}
.section22a{
  display: block;
  background: url(../images/bg12a.png) repeat 0 0 / cover;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 95px;
  background-position: center bottom;
}
.section22{
  display: block;
  background: #f7f1f2;
  padding-top: 50px;
  padding-bottom: 0px;
  background-position: center bottom;
}
.section23{
  display: block;
  background: url(../images/bg12.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 0px;
  background-position: center bottom;
}
.section24{
  display: block;
  background: url(../images/bg13.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center bottom;
}
.section25{
  display: block;
  background: #E6EAF3;
  padding-top: 45px;
  padding-bottom: 0px;
  background-position: center bottom;
}
.section26a{
  display: block;
  background: url(../images/bg14.png) repeat 0 0 / cover;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 105px;
  background-position: center bottom;
}
.section26{
  display: block;
  background: url(../images/bg15.png) repeat 0 0 / cover;
  padding-top: 47px;
  padding-bottom: 0px;
  background-position: center bottom;
}
.section27{
  display: block;
  background: #EFF4FF;
  padding-top: 50px;
  padding-bottom: 0px;
  background-position: center bottom;
}
.section28{
  display: block;
  background: #fff;
  padding-top: 0px;
  padding-bottom: 0px;
  background-position: center bottom;
}
.section29{
  display: block;
  background: rgb(10,34,57);
  background: linear-gradient(90deg, rgba(10,34,57,1) 0%, rgba(17,55,92,1) 100%);
  padding-top: 30px;
  padding-bottom: 0px;
  background-position: center bottom;
}
.section30{
  display: block;
  background: url(../images/bg18.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 0px;
  background-position: center bottom;
}
.section31{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center bottom;
}
.section32{
  display: block;
  background: url(../images/bg19.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 0px;
  background-position: center bottom;
}
.section33{
  display: block;
  background: url(../images/bg20.png) repeat 0 0 / cover;
  padding-top: 15px;
  padding-bottom: 100px;
  background-position: center top;
}
.section34{
  display: block;
  background: #F7F1F2;
  padding-top: 50px;
  padding-bottom: 0px;
  background-position: center top;
}
.head-bg{
  display: block;
  background: rgb(10,34,57);
  background: linear-gradient(90deg, rgba(10,34,57,1) 0%, rgba(17,55,92,1) 100%);
  padding-top: 30px;
  padding-bottom: 30px;
  background-position: center top;
}
.head-bg1{
  display: block;
  background: rgb(199,102,2);
  background: linear-gradient(90deg, rgba(199,102,2,1) 0%, rgba(243,141,35,1) 100%);
  padding-top: 30px;
  padding-bottom: 30px;
  background-position: center top;
}
.footer{
  display: block;
  background: rgb(10,34,57);
  background: linear-gradient(90deg, rgba(10,34,57,1) 0%, rgba(17,55,92,1) 100%);
  padding-top: 0px;
  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;
}
.logo img{
  width: 50%;
}
.top-menu{
  display: inline-block;
  margin-top: 10px;
  float: right;
}
.top-menu a{
  font-size: 17px;
  opacity: 0.7;
  color: #fff;
  padding: 0px 10px;
}
.top-menu a:hover{
  color: #fff;
  opacity: 1;
  text-decoration: none;
}
.top-button{
  display: inline-block;
}
.top-strip{
  display: inline-block;
  background: #ff0000;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 45px;
  -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{
  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-primary:hover{
  text-decoration: none;
  color: #fff;
  transform: scale(1.03);
}
.guarantee img{
  width: 25%;
}
.guarantee1 img{
  width: 40%;
}
.section1 iframe{
  border-radius: 20px;
}
.mockup1 img{
  width: 100%;
  position: relative;
}
.mockup1 iframe{
  position: absolute;
  top: -9% !important;
  padding: 0px 35px;
}
.section2 p{
  font-size: 20px !important;
}
.table1{
  display: inline-block;
  padding: 20px;
  border: 2px solid #000;
  min-height: 560px;
}
.section2 li{
  list-style: none;
  font-size: 20px;
  line-height: 1.2;
  margin-top: 10px;
}
.section9 .col-sm-6{
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.table2{
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-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)
}
.table2-head{
  display: block;
  width: 100%;
  height: 120px;
  background: #0C233B;
  padding: 20px;
  text-align: center;
  border-top-left-radius: 25px;
}
.table2-heada{
  display: block;
  width: 100%;
  height: 120px;
  background: #9CD1E5;
  padding: 30px;
  text-align: center;
  border-top-right-radius: 25px;
}
.table2-body{
  display: block;
  width: 100%;
  height: 100px;
  background: #fff;
  padding: 30px;
  text-align: center;
}
.table2-bodyb{
  display: block;
  width: 100%;
  height: 130px;
  background: #f1f1f1;
  padding: 30px;
  text-align: center;
}
.table2-bodya{
  display: block;
  width: 100%;
  height: 100px;
  background: #f1f1f1;
  padding: 30px;
  text-align: center;
}
.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);
}
.section6 .col-md-4, .section6 .col-md-8{
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.white-box{
  display: inline-block;
  background: #fff;
  width: 100%;
  border-radius: 25px;
  padding: 30px 20px 0px;
  -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: #193c5d;
  width: 100%;
  height: 100px;
  float: right;
  border-radius: 25px;
  padding: 20px 30px 20px;
  -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: 100%;
  margin-top: -35px;
  margin-left: -50px;
}
.blue-box1{
  display: inline-block;
  background: #193c5d;
  width: 100%;
  height: 130px;
  float: right;
  border-radius: 25px;
  padding: 20px 30px 20px;
  -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-box1 img{
  width: 100%;
  margin-top: -25px;
  margin-left: -50px;
}
.shadow1{
  display: inline-block;
  padding: 20px;
  box-shadow: -31px 0 38px rgba(188,188,188,.1);
}
.shadow2{
  display: inline-block;
  padding: 20px;
  box-shadow: 31px 0 38px rgba(188,188,188,.1);
}
@media (min-width: 1200px){
  .col-md-1-5{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.feat-strip1{
  display: inline-block;
  background: #ed861c;
  padding: 5px 30px;
  border-radius: 30px;
  font-size: 35px;
  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);
}
.feat-strip2{
  display: inline-block;
  background: #ff697b;
  padding: 5px 30px;
  border-radius: 30px;
  font-size: 35px;
  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);
}
.feat-strip3{
  display: inline-block;
  background: #6992ff;
  padding: 5px 30px;
  border-radius: 30px;
  font-size: 35px;
  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);
}
.feat-strip4{
  display: inline-block;
  background: #2C2C2C;
  padding: 5px 30px;
  border-radius: 30px;
  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);
}
.green-list li {
  list-style: none;
  font-size: 22px;
  margin-top: 15px;
  font-weight: 500;
}
.green-list li i {
  margin-left: -30px;
  color: #1cb85e;
}
.list1 li{
  list-style: none;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin-left: -100px;
  margin-top: 25px;
}
.list1 img{
  width: 40px;
  margin-right: 5px;
}
.list2 li{
  list-style: none;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin-right: -100px;
  margin-top: 25px;
}
.list2 img{
  width: 40px;
  margin-right: 5px;
}
.recap-list li {
  line-height: 26px;
  list-style: none;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  background-image: url(../images/tick.png);
  background-repeat: no-repeat;
  /*background-position: 0px 11px;*/
  background-size: 40px;
  padding: 10px;
  padding-left: 55px;
  text-align: left;
  margin-top: 20px;
}
.section1 .col-md-8, .section1 .col-md-2{
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.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);
}
.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: center;
}
.p-list li {
  list-style: none;
  font-size: 25px;
  font-weight: 500;
}
.guarantee-box{
  display: inline-block;
  background: #fff;
  padding: 10px 30px;
  border-radius: 30px;
  text-align: center;
  -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);
}
.guarantee-box img{
  width: 25%;
  margin-top: -100px;
}
.avatar img{
  width: 17%;
  border-radius: 50%;
  -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-20{
  font-size: 20px !important;
}
.p-24{
  font-size: 24px !important;
}
::-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: 60%;
  }
  .top-menu{
    float: none;
  }
  .top-menu a{
    font-size: 14px;
  }
  .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: 20px;
  }
  p{
    font-size: 18px !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;
  }
  .hide-sm{
    display: none;
  }
  .hide-lg{
    display: inline-block;
    width: 100%;
  }
  .heading-big{
    font-size: 60px;
  }
  .top-strip{
    font-size: 17px;
    padding: 10px 10px;
  }
  .br-res br{
    display: none;
  }
  .center-res{
    text-align: center;
  }
  .button-primary{
    font-size: 25px;
    padding: 10px 20px;
  }
  .guarantee img{
    width: 50%;
  }
  .guarantee1 img{
    width: 50%;
  }
  .section1 .col-sm-6{
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .list1 li{
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
  }
  .list2 li{
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
  }
  .list1 img{
    width: 30px;
    margin-left: -20px;
  }
  .list2 img{
    width: 30px;
    margin-left: -20px;
  }
  .list2 li{
    margin-left: 0px;
  }
  .list1 li{
    margin-left: 0px;
  }
  .img80 img{
    width: 100%;
  }
  .img50-res img{
    width: 50%;
  }
  .img100a img{
    width: 100%;
  }
  .section3{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .boxa1, .boxa2, .boxa3, .boxa4, .boxa5, .boxa6, .boxa7{
    padding: 10px 20px;
  }
  .section9{
    background: #fff;
  }
  .blue-box{
    height: 75px;
    width: 95%;
  }
  .blue-box-res img{
    width: 140%;
  }
  .section18b{
    margin-top: -50px;
    height: 70px;
  }
  .section18{
    background: rgb(10,34,57);
    background: linear-gradient(90deg, rgba(10,34,57,1) 0%, rgba(17,55,92,1) 100%);
  }
  .p-24{
    font-size: 20px !important;
  }
  .section23{
    background: rgb(30,72,143);
  background: linear-gradient(90deg, rgba(30,72,143,1) 0%, rgba(0,29,68,1) 100%);
  }
  .section6{
    background: rgb(16,40,62);
background: linear-gradient(90deg, rgba(16,40,62,1) 0%, rgba(8,57,80,1) 50%, rgba(20,47,69,1) 100%);
  }
  .section19 .feat-strip1, .section19 .feat-strip2, .section19 .feat-strip3{
    font-size: 25px;
  }
  .section20 .feat-strip1, .section20 .feat-strip2, .section20 .feat-strip3{
    font-size: 25px;
  }
  .section21 .feat-strip1, .section21 .feat-strip2, .section21 .feat-strip3{
    font-size: 25px;
  }
  .section22 .feat-strip1, .section22 .feat-strip2, .section22 .feat-strip3{
    font-size: 25px;
  }
  .section25{
    padding-top: 0px;
  }
  .bonus-strip1, .bonus-strip2, .bonus-strip3{
    font-size: 25px;
  }
  .guarantee-box img{
    margin-top: -60px;
  }
  .avatar img{
    width: 25%;
  }
}
@media(min-width: 768px) and (max-width: 1199px){
  .logo img{
    width: 60%;
  }
  .top-menu{
    float: none;
  }
  .top-menu a{
    font-size: 14px;
  }
  .headingl{
    font-size: 40px;
  }
  .heading1{
    font-size: 35px;
  }
  .headingl1{
    font-size: 45px;
  }
  .headingl br{
    display: none;
  }
  h1{
    font-size: 30px;
  }
  h2{
    font-size: 25px;
  }
  h3{
    font-size: 20px;
  }
  p{
    font-size: 20px !important;
  }
  .mt-resa{
    margin-top: 0px !important;
  }
  .mt-resa3{
    margin-top: 30px;
  }
  .mt-resa2{
    margin-top: 20px;
  }
  .mt-resa1{
    margin-top: 10px;
  }
  .mt-resa5{
    margin-top: 50px;
  }
  .hide-sma{
    display: none;
  }
  .hide-lga{
    display: inline-block;
    width: 100%;
  }
  .heading-big{
    font-size: 60px;
  }
  .top-strip{
    font-size: 17px;
    padding: 10px 10px;
  }
  .br-resa br{
    display: none;
  }
  .center-resa{
    text-align: center;
  }
  .button-primary{
    font-size: 30px;
    padding: 10px 20px;
  }
  .guarantee img{
    width: 50%;
  }
  .guarantee1 img{
    width: 50%;
  }
  .list2 li{
    margin-left: 0px;
  }
  .list1 li{
    margin-left: 0px;
  }
  .img80 img{
    width: 100%;
  }
  .img50a img{
    width: 50%;
  }
  .img100a img{
    width: 100%;
  }
  .section3{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .boxa1, .boxa2, .boxa3, .boxa4, .boxa5, .boxa6, .boxa7{
    padding: 10px 20px;
  }
  .section9{
    background: #fff;
  }
  .blue-box{
    height: 75px;
  }
  .section18b{
    margin-top: -50px;
    height: 70px;
  }
  .section18{
    background: rgb(10,34,57);
    background: linear-gradient(90deg, rgba(10,34,57,1) 0%, rgba(17,55,92,1) 100%);
  }
  .p-24{
    font-size: 20px !important;
  }
  .section23{
    background: rgb(30,72,143);
  background: linear-gradient(90deg, rgba(30,72,143,1) 0%, rgba(0,29,68,1) 100%);
  }
  .section6{
    background: rgb(16,40,62);
background: linear-gradient(90deg, rgba(16,40,62,1) 0%, rgba(8,57,80,1) 50%, rgba(20,47,69,1) 100%);
  }
}
@media (max-width: 512px){
  .list1 li{
    font-size: 10px;
  }
  .list2 li{
    font-size: 10px;
  }
  .headingl{
    font-size: 35px;
  }
  .heading1{
    font-size: 30px;
  }
  .headingl1{
    font-size: 40px;
  }
  .headingl br{
    display: none;
  }
  h1{
    font-size: 27px;
  }
  h2{
    font-size: 23px;
  }
  h3{
    font-size: 20px;
  }
  p{
    font-size: 18px !important;
  }
  .top-strip{
    font-size: 15px;
  }
  .mt-resb{
    margin-top: 0px;
  }
  .blue-box img{
    width: 140%;
  }
  .blue-box-res img{
    width: 220%;
  }
  .blue-box-res{
    height: 100px;
  }
  .section18b{
    height: 53px;
  }
  .section19 .feat-strip1, .section19 .feat-strip2, .section19 .feat-strip3{
    font-size: 20px;
  }
  .section20 .feat-strip1, .section20 .feat-strip2, .section20 .feat-strip3{
    font-size: 20px;
  }
  .section21 .feat-strip1, .section21 .feat-strip2, .section21 .feat-strip3{
    font-size: 20px;
  }
  .section22 .feat-strip1, .section22 .feat-strip2, .section22 .feat-strip3{
    font-size: 20px;
  }
  .green-list li{
    font-size: 18px;
  }
  .bonus-strip1, .bonus-strip2, .bonus-strip3{
    font-size: 20px;
  }
}
