@import url('https://fonts.googleapis.com/css?family=Lato:300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Sriracha:300,400,500,600,700&display=swap');
body{
  font-family: 'Lato', sans-serif !important;
  color: #0B1725;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}
p{
  font-size: 24px !important;
  line-height: 1.3 !important;
}
::selection{
  background-color: #F68100;
  color: #fff;
}
.underline{
  position: relative;
  margin-right: 1rem;
}
.underline:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 7px;
  width: 100%;
  border: solid 4px #ff8600;
  border-color: #ff8600 transparent transparent transparent;
  border-radius: 30%;
}
.sriracha{
  font-family: 'Sriracha', sans-serif !important;
  margin-top: -20px;
}
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%;
}
.br-10{
  border-radius: 10px;
}
.br-15{
  border-radius: 15px;
}
.br-20{
  border-radius: 20px;
}
.br-50{
  border-radius: 50%;
}
.lh-1-5{
  line-height: 1.3;
}
.br1{
  border-right: 1px dashed #0B1725;
}
.bl1{
  border-left: 1px dashed #0B1725;
}
.p-17{
  font-size: 17px !important;
}
.p-18{
  font-size: 18px !important;
}
.p-19{
  font-size: 19px !important;
}
.p-20{
  font-size: 20px !important;
}

.pl1{padding-left: 10px;}
.pl2{padding-left: 20px;}
.pl3{padding-left: 30px;}
.pt1{padding-top: 10px;}
.pt2{padding-top: 20px;}
.pt3{padding-top: 30px;}

.mt-20{margin-top: -200px !important;}
.mt-10{margin-top: -100px !important;}
.mt-8{margin-top: -80px !important;}
.mt-5{margin-top: -50px !important;}
.mt--5{margin-top: -50px !important;}
.mt--3{margin-top: -30px;}
.mt--2{margin-top: -20px;}
.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;}
.mt15{margin-top: 150px;}

.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;}
.yellow1{color: #FFC900;}
.green{color: #1cb85e;}
.green1{color: #00b38e;}
.blue{color: #007aff;}
.blue1{color: #1d90f1;}
.light-blue{color: #00ffff;}
.pink{color: #ff53a4;}
.purple{color: #802bc1;}
.orange{color: #ff8600;}
.theme-color{color: #f75e5c;}

.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 rgb(0 0 0 / 0%), 6px 2px 27px rgba(0,0,0,0.51);
}
.heading1{
  font-size: 54px;
}
.headingl{
  font-size: 65px;
}
.headingl1{
  font-size: 80px;
}
.heading-big{
  font-size: 100px;
}
.highlight-yellow{
  background: #ffcc00;
  display: inline;
  padding: 0px 10px;
}
.highlight1{
  background: #00ffff;
  display: inline;
  padding: 0px 5px;
}
.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);
}
.shadow1{
  -webkit-box-shadow: 0px 0px 81px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 81px rgba(0, 0, 0, 0.08);
}
.red-bar{
  display: block;
  background: #a90000;
  padding: 10px 0px;
  font-size: 22px;
}
.red-bar a{
  color: #fff;
  text-decoration: underline;
}
.top-menu {
  display: inline-block;
  margin-top: 30px;
  float: right;
}
.top-menu a {
  font-size: 20px;
  color: #ffffffb8;
  padding: 0 10px;
}
.section1{
  display: block;
  background: url(https://appimize.imgix.net/live/images/bg1.png) repeat 0 0 / cover;
  padding-top: 20px;
  padding-bottom: 50px;
  /*margin-bottom: -100px;*/
  background-position: center bottom;
}
.section2{
  display: block;
  background: url(https://appimize.imgix.net/live/images/bg2.png) repeat 0 0 / cover;
  padding-top: 30px;
  padding-bottom: 50px;
  /*margin-top: -100px;*/
  background-position: center top;
}
.section3{
  display: block;
  background: #ddecfd;
  padding-top: 50px;
  padding-bottom: 0px;
  /*margin-bottom: -100px;*/
  background-position: center top;
}
.section4{
  display: block;
  background: url(https://appimize.imgix.net/live/images/bg3.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -150px;*/
  background-position: center top;
}
.section5{
  display: block;
  background: url(https://appimize.imgix.net/live/images/bg4.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -100px;*/
  background-position: center top;
}
.section6{
  display: block;
  background: #fbf6ff;
  padding-top: 50px;
  padding-bottom: 0px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section7{
  display: block;
  background: url(https://appimize.imgix.net/live/images/bg5.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 0px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section8{
  display: block;
  background: #f0f7ff;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section9{
  display: block;
  background: url(https://appimize.imgix.net/live/images/bg6.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -100px;*/
  background-position: center top;
}
.section10{
  display: block;
  background: rgb(220,235,252);
  background: linear-gradient(180deg, rgba(220,235,252,1) 0%, rgba(240,247,255,1) 100%);
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section11{
  display: block;
  background: url(https://appimize.imgix.net/live/images/bg7.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section12{
  display: block;
  background: url(https://appimize.imgix.net/live/images/bg8.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 0px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section13{
  display: block;
  background: url(https://appimize.imgix.net/live/images/bg9.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -100px;*/
  background-position: center top;
}
.section14{
  display: block;
  background: #f0f7ff;
  padding-top: 50px;
  padding-bottom: 0px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section15{
  display: block;
  background: url(https://appimize.imgix.net/live/images/bg10.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section16{
  display: block;
  background: url(https://appimize.imgix.net/live/images/bg11.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -100px;*/
  background-position: center top;
}
.section17{
  display: block;
  background: #f0f7ff;
  padding-top: 50px;
  padding-bottom: 0px;
  /*margin-bottom: -135px;*/
  background-position: center bottom;
}
.section18{
  display: block;
  background: url(https://appimize.imgix.net/live/images/bg12.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 0px;
  /*margin-bottom: -100px;*/
  background-position: center top;
}
.wave7 img{
  display: block;
  position: relative;
  /*background: url(https://appimize.imgix.net/live/images/wave7.png) repeat 0 0 / cover;
  padding-top: 0px;
  padding-bottom: 0px;*/
  margin-top: -170px;
  width: 100%;
  height: 120px;
  /*background-position: center bottom;*/
}
.section19{
  display: block;
  background: url(https://appimize.imgix.net/live/images/bg13.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 0px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section20{
  display: block;
  background: url(https://appimize.imgix.net/live/images/bg14.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 0px;
  /*margin-bottom: -100px;*/
  background-position: center top;
}
.section21{
  display: block;
  background: url(https://appimize.imgix.net/live/images/bg15.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section22{
  display: block;
  background: url(https://appimize.imgix.net/live/images/bg16.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -100px;*/
  background-position: center top;
}
.section23{
  display: block;
  background: #ddecfd;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center bottom;
}
.section24{
  display: block;
  background: url(https://appimize.imgix.net/live/images/bg17.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section25{
  display: block;
  background: url(https://appimize.imgix.net/live/images/bg18.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section26{
  display: block;
  background: #f0f7ff;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -100px;*/
  background-position: center bottom;
}
.section27{
  display: block;
  background: #deecfd;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -100px;*/
  background-position: center top;
}
.footer{
  display: block;
  background: #0e2792;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.footer-menu {
  display: inline-block;
}
.footer-menu a {
  /*display: inline-flex;*/
  float: left;
  margin: 0px 30px;
  font-size: 20px;
  color: #fff;
}
.logo img{
  width: 20%;
}
.top-strip{
  display: inline-block;
  background: rgb(246,129,0);
  background: linear-gradient(90deg, rgba(246,129,0,1) 0%, rgba(255,179,0,1) 100%);
  padding: 10px 35px;
  border-radius: 35px;
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  line-height: 1.2;
  /*border: 2px dashed #8F4CFE;*/
  -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);
}
.vsl{
  /*display: inline-block;*/
  border-radius: 20px;
  /*border: 10px solid #fff;*/
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,.69);
  -moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,.69);
  box-shadow: 3px 10px 41px -14px rgba(0,0,0,.69);
}
.button-primary {
  display: inline-block;
  transition: .5s;
  background: linear-gradient(90deg,var(--c1,#1DB85D),var(--c2,#0c883f) 50%,var(--c1,#0c883f)) var(--x,0)/200%;
  color: #fff;
  font-weight: 700;
  font-size: 35px;
  border-radius: 50px;
  padding: 15px 70px;
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,.69);
  -moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,.69);
  box-shadow: 3px 10px 41px -14px rgba(0,0,0,.69);
}
.button-primary:hover {
  text-decoration: none;
  color: #fff;
  --x: 100%;
  transform: scale(1.03);
}
.guarantee img{
  width: 50%;
}
.blue-strip1{
  display: inline-block;
  background: #007aff;
  padding: 10px 30px;
  border-radius: 35px;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  -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);
}
.orange-strip1{
  display: inline-block;
  background: #ff8600;
  padding: 10px 30px;
  border-radius: 35px;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  -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);
}
.pink-strip1{
  display: inline-block;
  background: #ec368d;
  padding: 10px 30px;
  border-radius: 35px;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  -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);
}
.green-strip1{
  display: inline-block;
  background: #7fb800;
  padding: 10px 30px;
  border-radius: 35px;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  -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);
}
.table-1{
  display: inline-block;
  background: #f6fbff;
  width: 100%;
  padding: 30px 15px 0px;
  border-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);
}
.table-2{
  display: inline-block;
  background: #1b38ac;
  width: 100%;
  padding: 30px 15px 0px;
  border-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);
}
.table-body{
  display: inline-block;
  background: #fff;
  width: 100%;
  padding: 30px 20px;
  margin-bottom: -30px;
  border-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-list li{
  list-style: none;
  font-size: 24px;
  font-weight: 400;
}
.p-list li i{
  color: #02b800;
  margin-left: -25px;
  padding-right: 5px;
}
.p-list hr{
  margin-left: -30px;
}
.testimonial1{
  display: inline-block;
  width: 110%;
  padding: 25px 30px;
  border-radius: 25px;
  margin-left: -50px;
  -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);
}
.testimonial2{
  position: relative;
  z-index: 9;
  display: inline-block;
  width: 110%;
  padding: 25px 30px;
  border-radius: 25px;
  margin-right: -50px;
  -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);
}
.iconb img{
  width: 35%;
  border-radius: 50%;
  position: relative;
  z-index: 99;
  margin-bottom: -50px;
  -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);
}
.iconf img{
  width: 65%;
  /*border-radius: 50%;*/
  position: relative;
  z-index: 99;
  margin-bottom: -100px;
  margin-left: 15px;
}
.iconf-box{
  display: inline-block;
  background: #fff;
  padding: 50px 30px 20px;
  width: 100%;
  min-height: 250px;
  border-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);
}
.white-box1{
  display: inline-block;
  background: #fff;
  padding: 50px 30px 20px;
  width: 80%;
  border-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);
}
.white-box2{
  display: inline-block;
  background: #fff;
  /*padding: 30px 20px;*/
  width: 100%;
  border-radius: 25px;
  /*border-bottom-left-radius: 25px;*/
  /*border-bottom-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);
}
.white-box4{
  display: inline-block;
  background: #fff;
  padding: 50px;
  width: 100%;
  border-radius: 25px;
  /*border-bottom-left-radius: 25px;*/
  /*border-bottom-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);
}
.white-box2 img{
  width: 100%;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.white-box2 h2{
  padding: 20px 20px 0px;
}
.white-box2 p{
  padding: 0px 20px 20px;
}
.white-box3{
  display: inline-block;
  background: #fff;
  padding: 30px;
  width: 100%;
  border-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);
}
.white-box5{
  display: inline-block;
  background: #fff;
  padding: 10px 30px;
  width: 100%;
  border-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);
}
.list1 li{
  list-style: none;
  font-size: 24px;
  font-weight: 400;
  margin-top: 15px;
}
.list1 li i{
  color: #ff0000;
  margin-left: -30px;
  padding-right: 5px;
}
.list2 li{
  list-style: none;
  font-size: 24px;
  font-weight: 400;
  margin-top: 15px;
}
.list2 li i{
  color: #fad12f;
  margin-left: -30px;
  padding-right: 5px;
}
.arrow img{
  width: 5%;
}
.list3 li{
  list-style: none;
  font-size: 24px;
  font-weight: 400;
  margin-top: 15px;
}
.list3 li i{
  color: #02b800;
  margin-left: -30px;
  padding-right: 5px;
}
.comp-table1{
  display: inline-block;
  background: rgb(27,54,170);
  background: linear-gradient(180deg, rgba(27,54,170,1) 0%, rgba(15,88,211,1) 100%);
  width: 100%;
  padding: 50px 20px;
  border: 3px dashed #fad12f;
  border-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);
}
.comp-table2{
  display: inline-block;
  background: #fff;
  width: 100%;
  padding: 30px 20px;
  border-top-right-radius: 25px;
  border-bottom-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);
}
.comp-table1 hr{
  border-color: #ffffff7a;
  margin-left: -35px;
}
.section11 .col-md-5{
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.section20 .col-md-1-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
/*.guarantee-box{
  background: url(https://appimize.imgix.net/live/images/guarantee-bg.png) no-repeat center center;
  padding: 80px 50px 100px;
  background-size: contain;
}*/
.guarantee-box{
  display: inline-block;
  background: #fff;
  width: 100%;
  padding: 30px;
  border: 5px dashed #FF8600;
  border-radius: 25px;
}
.avatar img{
  width: 40%;
  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);
}
@media (max-width: 767px){
  .logo img{
    width: 50%;
  }
  .top-strip{
    font-size: 17px;
    clip-path: none;
    padding: 5px 20px;
    margin-left: unset;
  }
  .headingm{
    font-size: 27px;
  }
  .heading1{
    font-size: 30px;
  }
  .heading1a{
    font-size: 30px;
  }
  .headingl{
    font-size: 35px;
  }
  .headingl1{
    font-size: 35px;
  }
  .headingl2{
    font-size: 35px;
  }
  .heading-big{
    font-size: 40px;
  }
  h1{
    font-size: 25px;
  }
  h2{
    font-size: 23px;
  }
  h3{
    font-size: 20px;
  }
  p{
  	font-size: 18px !important;
  }
  .mt-res{
    margin-top: 0px !important;
  }
  .mt-res1{
    margin-top: 10px;
  }
  .mt-res2{
    margin-top: 20px;
  }
  .mt-res3{
    margin-top: 30px;
  }
  .mt-res5{
    margin-top: 50px;
  }
  .br-res br{
    display: none;
  }
  .img-res img{
    width: 100%;
  }
  .button-primary{
    padding: 10px 20px;
    font-size: 20px;
  }
  .guarantee img{
    width: 70%;
  }
  .seal img{
    width: 70%;
  }
  .hide-sm{
    display: none;
  }
  .hide-lg{
    display: block;
  }
  .center-res{
    text-align: center;
  }
  .blue-strip1, .orange-strip1, .pink-strip1, .green-strip1{
    font-size: 20px;
    padding: 10px 20px;
  }
  .p-list li, .list1 li, .list2 li, .list3 li{
    font-size: 20px;
  }
  .testimonial1{
    margin-left: unset;
    width: 100%;
  }
  .testimonial2{
    margin-right: unset;
    width: 100%;
  }
  .white-box1{
    width: 100%;
  }
  .section11 .col-md-5 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .section20 .col-md-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .guarantee-box{
    display: inline-block;
    background: #fff;
    width: 100%;
    padding: 30px;
    border: 5px dashed #FF8600;
    border-radius: 25px;
  }
  .guarantee-box img{
    width: 50%;
    text-align: center;
  }
  .white-box4{
    padding: 50px 20px;
  }
  .footer-menu a{
    margin: 0px 5px;
  }
  .underline{
    text-decoration: underline;
    position: unset;
    margin-right: unset;
  }
  .underline:after {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1500px){
  .container {
    max-width: 1000px;
  }
  .headingl1{
    font-size:55px;
  }
  .headingl{
    font-size:50px;
  }
  .heading1{
    font-size:40px;
  }
  .h1{
    font-size: 30px;
  }
  h2{
    font-size:30px;
  }
  h3{
    font-size:25px;
  }
  p{
    font-size:20px !important;
  }
  .top-strip{
    font-size: 20px;
  }
  li{
    font-size: 20px !important;
  }
  .mta-res{
    margin-top: 0px;
  }
  .wave7 img {
    margin-top: -100px;
    height: 80px;
  }
}
@media(max-width:512px){
  .logo img{
    width:50%;margin-bottom:10px;
  }
  .heading-big{
    font-size:35px;
  }
  .headingl{
    font-size:30px;
  }
  .heading1{
    font-size:28px;
  }
  .headingl br{
    display:none;
  }
  h2{
    font-size:22px;
  }
  h3{
    font-size:17px;
  }
  p{
    font-size:18px !important;
  }
}