@import url('https://fonts.googleapis.com/css?family=Rubik: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: 'Rubik', sans-serif !important;
  color: #141F4E;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}
p{
  font-size: 22px !important;
  line-height: 1.3 !important;
}
.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;
}
.lh-1-5{
  line-height: 1.3;
}
.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-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: #5d62c1;}
.light-blue{color: #15c4ec;}
.pink{color: #F72B86;}
.purple{color: #534397;}
.orange{color: #e64a20;}
.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: 50px;
}
.headingl{
  font-size: 55px;
}
.headingl1{
  font-size: 70px;
}
.headingl2{
  font-size: 60px;
}
.heading-big{
  font-size: 100px;
}
.highlight-yellow{
  background: #ffcc00;
  display: inline;
  padding: 0px 10px 5px;
}
.highlight-blue{
  background: #43285b;
  display: inline;
  padding: 0px 10px 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;
}
.section1{
  display: block;
  background: url(../images/bg1.png) repeat 0 0 / cover;
  padding-top: 20px;
  padding-bottom: 50px;
  /*margin-bottom: -100px;*/
  background-position: center top;
}
.section2{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-top: -100px;*/
  background-position: center top;
}
.section3{
  display: block;
  background: url(../images/bg2.png) repeat 0 0 / cover;
  padding-top: 0px;
  padding-bottom: 50px;
  /*margin-bottom: -100px;*/
  background-position: center top;
}
.section4{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -150px;*/
  background-position: center top;
}
.section5{
  display: block;
  background: url(../images/bg2.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -100px;*/
  background-position: center top;
}
.section6{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section7{
  display: block;
  background: url(../images/bg3.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 100px;
  /*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/bg4.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 100px;
  /*margin-bottom: -100px;*/
  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: rgb(120,155,245);
  background: linear-gradient(145deg, rgba(120,155,245,1) 0%, rgba(173,157,220,1) 100%);
  clip-path: polygon(0 0, 100% 6%, 100% 94%, 0% 100%);
  padding-top: 150px;
  padding-bottom: 100px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section12{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center bottom;
}
.section13{
  display: block;
  background: url(../images/bg5.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -100px;*/
  background-position: center top;
}
.section14{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center bottom;
}
.section15{
  display: block;
  background: #F2F6F9;
  clip-path: polygon(0 0, 100% 5%, 100% 95%, 0% 100%);
  padding-top: 100px;
  padding-bottom: 100px;
  /*margin-bottom: -135px;*/
  background-position: center bottom;
}
.section16{
  display: block;
  background: url(../images/bg5.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -100px;*/
  background-position: center top;
}
.section17{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center bottom;
}
.section18{
  display: block;
  background: url(../images/bg3.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -100px;*/
  background-position: center top;
}
.section19{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center bottom;
}
.section20{
  display: block;
  background: #F2F6F9;
  clip-path: polygon(0 0, 100% 5%, 100% 95%, 0% 100%);
  padding-top: 100px;
  padding-bottom: 100px;
  /*margin-bottom: -100px;*/
  background-position: center top;
}
.section21{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section22{
  display: block;
  background: url(../images/bg2.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -100px;*/
  background-position: center top;
}
.section23{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center bottom;
}
.section24{
  display: block;
  background: url(../images/bg2.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section25{
  display: block;
  background: #F2F6F9;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.section26{
  display: block;
  background: url(../images/bg3.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 100px;
  /*margin-bottom: -100px;*/
  background-position: center top;
}
.section27{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  /*margin-bottom: -100px;*/
  background-position: center top;
}
.footer{
  display: block;
  background: url(../images/bg6.png) repeat 0 0 / cover;
  padding-top: 100px;
  padding-bottom: 50px;
  /*margin-bottom: -135px;*/
  background-position: center top;
}
.footer_menu {
  display: inline-block;
}
.footer_menu li {
  display: inline-block;
  list-style: none;
  float: left;
  margin-right: 5px;
  font-size: 20px;
}
.logo img{
  width: 20%;
}
.top-strip{
  display: inline-block;
  background: #F72B86;
  padding: 5px 30px;
  border-radius: 35px;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  -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);
}
.bar1{
  display: inline-block;
  background: #F72B86;
  height: 3px;
  width: 30%;
  margin-top: 5px;
}
.strip1{
  display: inline-block;
  background: rgb(120,155,245);
  background: linear-gradient(145deg, rgba(120,155,245,1) 0%, rgba(173,157,220,1) 100%);
  min-height: 15px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 81px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 81px rgba(0, 0, 0, 0.08);
}
.strip1 .text{
  padding: 30px 20px;
  width: 100%;
  font-size: 24px;
  color: #fff;
  line-height: 1.3;
}
.strip1 i{
  color: #d82374;
  padding: 30px 40px;
  font-size: 60px;
}
.testimonial-box{
  display: inline-block;
  width: 95%;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  margin-top: 100px;
  -webkit-box-shadow: 0px 0px 81px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 81px rgba(0, 0, 0, 0.08);
}
.testimonial-box .text .star i{
  color: #fba842;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.testimonial-box .text{
  padding: 30px 30px 0px 0px;
  margin-left: -10px;
}
.testimonial-box-img img{
  width: 150%;
  margin-left: -60px;
  margin-top: -60px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 81px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 81px rgba(0, 0, 0, 0.08);
}
.testimonial-box .quote img{
  width: 15%;
  float: right;
  margin-top: -50px;
  margin-right: 20px;
}
.testimonial-box1{
  display: inline-block;
  width: 95%;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-top: 100px;
  -webkit-box-shadow: 0px 0px 81px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 81px rgba(0, 0, 0, 0.08);
}
.testimonial-box1 .text .star i{
  color: #fba842;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.testimonial-box1 .text{
  padding: 30px 30px 0px 0px;
  margin-left: -10px;
}
.testimonial-box1-img img{
  width: 150%;
  margin-left: -60px;
  margin-top: -60px;
  border-radius: 10px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 81px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 81px rgba(0, 0, 0, 0.08);
}
.testimonial-box1 .quote img{
  width: 15%;
  float: right;
  margin-top: -40px;
  margin-right: 20px;
}
.icona img{
  width: 35%;
  margin-top: 15px;
}
.bba {
  border-bottom: 1px dashed #acb5c3;
}
.bra {
  border-right: 1px dashed #acb5c3;
}
.info2{
  position: relative;
}
.info2{
  width: 100%;
  display: inline-block;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 81px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 81px rgba(0, 0, 0, 0.08);
}
.info2 img{
  width: 100%;
}
.info2 .text{
  font-size: 24px;
  font-weight: 400;
  padding: 25px 25px 25px 0px;
}
.option-box{
  display: inline-block;
  background: #F2F6F9;
  width: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 55% 95%, 50% 100%, 45% 95%, 0 95%);
  padding: 30px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 81px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 81px rgba(0, 0, 0, 0.08);
}
.right-img img{
  float: right;
}
.iconb img{
  width: 25%;
  margin-top: 15px;
}
.strip2{
  display: inline-block;
  background: #5d62c1;
  padding: 5px 30px;
  border-radius: 35px;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  -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);
}
.bonus-box{
  display: inline-block;
  background: #F2F6F9;
  width: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 55% 95%, 50% 100%, 45% 95%, 0 95%);
  padding: 50px 30px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 81px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 81px rgba(0, 0, 0, 0.08);
}
.list1 li{
  list-style: none;
  font-size: 22px;
  font-weight: 400;
  margin-top: 20px;
}
.list1 li i{
  color: #1BB75B;
}
.p-18{
  font-size: 18px !important;
}
.list2 li{
  list-style: none;
  font-size: 17px;
  font-weight: 400;
  margin-top: 10px;
}
.list2 li i{
  color: #1BB75B;
}
.avatar img{
  width: 15%;
  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);
}
.list3 li{
  list-style: none;
  font-size: 22px;
  font-weight: 400;
  margin-top: 20px;
}
.list3 li i{
  color: #ff0000;
}
.list4 li{
  font-size: 22px;
  font-weight: 400;
  margin-top: 10px;
}
.section18 .col-md-1-5{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.table-head{
  display: inline-block;
  background: #0A1235;
  padding: 20px;
  width: 100%;
  text-align: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.table-body{
  display: inline-block;
  background: #fff;
  margin-top: 0px;
  width: 100%;
  padding: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  -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 .list1 li i{
  margin-left: -25px;
}
.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: rgb(120,155,245);
  background: linear-gradient(145deg, rgba(120,155,245,1) 0%, rgba(173,157,220,1) 100%);
  padding: 50px 30px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.p-body {
  display: inline-block;
  width: 100%;
  padding: 20px;
}
.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;
}
.bb1{
  border-bottom: 1px solid #7d7d7d;
}
.br1{
  border-right: 1px solid #7d7d7d;
}
.blue-bg-head{
  background: #5d62c1;
  padding: 10px 20px;
}
.blue-bg{
  background: #F2F6F9;
  padding: 15px 20px;
}
.green-bg-head{
  background: #5d62c1;
  padding: 10px 20px;
}
.green-bg{
  background: #fff;
  padding: 10px 20px;
}
.highlight-bg-head{
  background: #5d62c1;
  padding: 10px 20px;
}
.highlight-bg{
  background: #fff;
  padding: 10px 20px;
}
.feature-title{
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}
.light-title{
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.highlight-title img{
  width: 100%;
}
.highlight-title{
  font-size: 30px;
  font-weight: 600;
  color: #ffec04;
  text-align: center;
}
.feature-list{
  font-size: 17px;
  font-weight: 400;
  color: #000;
}
.light-list{
  text-align: center;
  font-size: 25px;
  padding: 5px;
}
.highlight-list{
  text-align: center;
  font-size: 25px;
  padding: 5px;
}
.light-list, .highlight-list p{
  margin-bottom: -10px;
}
.lg{
  display: block;
}
.sm{
  display: none;
}
.hide-lg{
  display: none;
}
@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%;
  }
  .list1 li{
    font-size: 20px;
    background-size: 35px;
  }
  .hide-sm{
    display: none;
  }
  .hide-lg{
    display: block;
  }
  .step-nm img {
    width: 30%;
  }
  .avatar img{
    width: 40%;
  }
  .green-strip{
    width: 50%;
  }
  .faq-strip{
    font-size: 22px;
  }
  .alert img{
    width: 50%;
  }
  .orange-strip{
    font-size: 22px;
  }
  .guarantee-box img{
    width: 35%;
  }
  .parralax{
    height: 400px;
  }
  .strip1 .text{
    font-size: 20px;
  }
  .strip1 i{
    padding: 30px 20px;
  }
  .feature-title{
    font-size: 22px;
  }
  .lg{
    display: none;
  }
  .sm{
    display: block;
  }
  .light-title{
    font-size: 18px;
    margin-left: -10px;
  }
  .light-list p{
    margin-left: -15px;
  }
  .feature-list{
    font-size: 12px;
  }
  .section4{
    overflow-x: scroll;
  }
  .testimonial-box{
    float: right;
  }
  .testimonial-box-img img{
    margin-left: -30px;
    width: 120%;
  }
  .testimonial-box .quote img{
    margin-top: -40px;
  }
  .testimonial-box1{
    float: right;
  }
  .testimonial-box1-img img{
    margin-left: -30px;
    width: 120%;
  }
  .testimonial-box1 .quote img{
    margin-top: -40px;
  }
  .section6{
    padding-top: 0px;
  }
  .bba-res{
    border-bottom:1px dashed #ACB5C3;
  }
  .bra-res{
    border-right:1px dashed #ACB5C3;
  }
  .section10{
    padding-top: 0px;
  }
  .info2 .text {
    font-size: 18px;
    font-weight: 400;
    padding: 10px 20px 10px 0px;
  }
  .option-box{
    padding: 30px 30px 50px;
  }
  .section17{
    padding-top: 0px;
  }
  .p-list li{
    font-size: 18px;
  }
  .section27{
    padding-top: 0px;
  }
}
@media (min-width: 1320px) and (max-width: 1500px){
  .container {
    max-width: 1200px;
  }
}
@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;
  }
}