@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courgette:wght@300;400;500;600;700;800&display=swap');
html {
  scroll-behavior: smooth;
}
body{
  font-family: 'Raleway', sans-serif !important;
  color: #373d4b;
  font-size: 14px;
}
p{
  font-size: 24px !important;
  line-height: 1.3 !important;
}
.courgette{
  font-family: "Courgette", cursive !important;
}
h1,h2,h3,h4,h5,h6{
  width: 100%;
  display: block;
  font-family: 'Montserrat', sans-serif !important;
}
.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;
}
.pl1{padding-left: 10px;}
.pl2{padding-left: 20px;}
.pl3{padding-left: 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-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;}
.mt30{margin-top: 300px;}

.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: #ffd100;}
.green{color: #56ad04;}
.green1{color: #1ddc65;}
.blue{color: #0a2239;}
.blue1{color: #28d0ff;}
.light-blue{color: #249394;}
.pink{color: #e8364f;}
.orange{color: #e57024;}
.orange1{color: #ff8228;}
.copy-button{
  display: inline-block;
  background: #e8364f;
  font-size: 20px;
  position: absolute;
  top: 85%;
  left: 41%;
  font-weight: 600;
  outline: none;
  border: none;
  margin-top: 50px;
  color: #fff;
  padding: 10px 30px;
  border-radius: 40px !important;
  cursor: pointer;
}
.copy-button:hover{
  color: #fff;
  text-decoration: none;
}
.copy-button1{
  display: inline-block;
  background: #e8364f;
  font-size: 20px;
  position: absolute;
  top: 85%;
  left: 41%;
  font-weight: 600;
  outline: none;
  border: none;
  margin-top: 50px;
  color: #fff;
  padding: 10px 30px;
  border-radius: 40px !important;
  cursor: pointer;
}
.copy-button1:hover{
  color: #fff;
  text-decoration: none;
}
.copy-button2{
  display: inline-block;
  background: #e8364f;
  font-size: 20px;
  position: absolute;
  top: 83%;
  left: 41%;
  font-weight: 600;
  outline: none;
  border: none;
  margin-top: 50px;
  color: #fff;
  padding: 10px 30px;
  border-radius: 40px !important;
  cursor: pointer;
}
.copy-button2:hover{
  color: #fff;
  text-decoration: none;
}
.lh1-3{
  line-height: 1.3;
}
.lh1-4{
  line-height: 1.4;
}
.lh1-5{
  line-height: 1.5 !important;
}
.highlight-yellow{
  background: #f8f40a;
  padding: 0 5px 5px 5px;
}
.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: 50px;
}
.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;
  /*background-color: #1B0064;*/
  padding-top: 30px;
  padding-bottom: 100px;
  background-position: center top;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
}
.section2{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 100px;
  background-position: center top;
  /*margin-top: -200px;*/
}
.section3{
  display: block;
  background: url(../images/bg3.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 100px;
  /*border-top-left-radius: 80px;
  border-top-right-radius: 80px;*/
  border-radius: 80px;
  background-position: center top;
}
.section4{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 100px;
  background-position: center top;
}
.section5{
  display: block;
  background: url(../images/bg4.png) repeat 0 0 / cover;
  padding-top: 50px;
  padding-bottom: 100px;
  border-radius: 80px;
  background-position: center top;
}
.section5a{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 100px;
  background-position: center top;
}
.section6{
  display: block;
  background: hsla(40, 63%, 85%, 1);
  background: linear-gradient(260deg, hsla(40, 63%, 85%, 1) 0%, hsla(22, 94%, 79%, 1) 100%);
  background: -moz-linear-gradient(260deg, hsla(40, 63%, 85%, 1) 0%, hsla(22, 94%, 79%, 1) 100%);
  background: -webkit-linear-gradient(260deg, hsla(40, 63%, 85%, 1) 0%, hsla(22, 94%, 79%, 1) 100%);
  /*background: url(../images/bg1.png) repeat 0 0 / cover;*/
  padding-top: 100px;
  padding-bottom: 100px;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  background-position: center top;
}
.section7{
  display: block;
  /*background: #212224;*/
  background: url(../images/bg3.png) repeat 0 0 / cover;
  padding-top: 0px;
  padding-bottom: 100px;
  background-position: center bottom;
}
.section8{
  display: block;
  background: url(../images/bg2.png) repeat 0 0 / cover;
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  background-position: center top;
}
.section9{
  display: block;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 150px;
  background-position: center bottom;
}
.section10{
  display: block;
  background: url(../images/bg5.png) repeat 0 0 / cover;
  /*background: url(../images/bg9.png) repeat 0 0 / cover;
  background-color: #F3F5FF;*/
  padding-top: 80px;
  padding-bottom: 100px;
  border-radius: 80px;
  background-position: center top;
  /*margin-top: -100px;*/
}
.section11{
  display: block;
  background: #fff;
  padding-top: 80px;
  padding-bottom: 100px;
  background-position: center bottom;
}
.section12{
  display: block;
  background: url(../images/bg4.png) repeat 0 0 / cover;
  padding-top: 80px;
  padding-bottom: 100px;
  /*border-radius: 80px;*/
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  background-position: center top;
}
.section13{
  display: block;
  background: url(../images/bg2.png) repeat 0 0 / cover;
  padding-top: 80px;
  padding-bottom: 100px;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  background-position: center top;
}
.section14{
  display: block;
  background: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
  background-position: center top;
}
.section15{
  display: block;
  background: url(../images/bg3.png) repeat 0 0 / cover;
  padding-top: 80px;
  padding-bottom: 100px;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  background-position: center top;
}
.section16{
  display: block;
  background: url(../images/bg2.png) repeat 0 0 / cover;
  padding-top: 80px;
  padding-bottom: 100px;
  background-position: center top;
}
.section17{
  display: block;
  background: url(../images/box-bg.png) repeat 0 0 / cover;
  padding-top: 0px;
  padding-bottom: 50px;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  background-position: center top;
}
.section18{
  display: block;
  background: #fff;
  padding-top: 80px;
  padding-bottom: 100px;
  background-position: center bottom;
}
.footer{
  display: block;
  background: url(../images/bg4.png) repeat 0 0 / cover;
  padding-top: 100px;
  padding-bottom: 100px;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  /*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: 25%;
}
.icona{
  text-align: left;
  background: #fffeea82;
  padding: 10px;
  border-radius: 15px;
  border: 2px solid #fffbbb;
  margin-top: 20px;
}
.icona p{
  font-size: 22px !important;
}
.icona img{
  width: 90%;
}
.cta-box{
  display: inline-block;
  background: rgb(254,228,20);
  background: linear-gradient(45deg, rgba(254,228,20,1) 0%, rgba(255,154,2,1) 100%);
  width: 100%;
  padding: 10px;
  border-radius: 30px;
}
.cta-box-inner{
  display: inline-block;
  background: url(../images/cta-bg.png) repeat 0 0 / cover;
  width: 100%;
  float: right;
  padding: 50px;
  border-radius: 25px;
  text-align: center;
  background-position: center bottom;
}
.box1{
  display: inline-block;
  background: #01191ee3;
  padding: 20px;
  border-radius: 15px;
  border: 1px solid #ffffff2e;
}
.video-bg {
  background: #01191ed4;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.181);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 10px;
  border: 1px solid #ffffff2e;
  padding: 20px;
  border-radius: 10px;
}
.top-strip{
  display: inline-block;
  /*background: #212224;*/
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  padding: 10px 30px;
  border-radius: 50px;
  border: 2px dashed #ffffff9c;
  -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: #7d7d7d;
  width: 100%;
  padding: 50px 20px 20px 20px;
  border-radius: 35px;
}
.p-table1 {
  display: inline-block;
  background: #013339;
  width: 100%;
  padding: 50px 20px 20px 20px;
  border-radius: 35px;
}
.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-radius: 50px;
}
.p-body {
  display: inline-block;
  width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
}
.p-body2 {
  display: inline-block;
  width: 100%;
  padding: 20px;
  border: 4px dotted #ed861c;
  border-top: none;
}
.p-list {
  margin-left: 0px;
  text-align: left;
  /*font-family: 'Raleway', sans-serif !important;*/
}
.p-list li {
  list-style: none;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.9;
}
.p-list li i{
  color: #63B000;
  margin-left: -30px;
  margin-right: 5px;
}
.p-list hr{
  margin-left: -30px;
}
.p-list1 {
  margin-left: 0px;
  text-align: left;
  /*font-family: 'Raleway', sans-serif !important;*/
}
.p-list1 li {
  list-style: none;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.9;
}
.p-list1 li i{
  color: #ff0000;
  margin-left: -30px;
  margin-right: 5px;
}
.p-list1 hr{
  margin-left: -30px;
}
.black-box{
  display: inline-block;
  width: 100%;
  background: #212224;
  padding: 50px;
  border-radius: 50px;
  margin-top: -180px;
}
.black-box1{
  display: inline-block;
  width: 100%;
  background: #212224;
  padding: 50px;
  border-radius: 50px;
  /*margin-top: -180px;*/
}
.white-box{
  display: inline-block;
  width: 100%;
  background: #ffffffad;
  padding: 50px;
  border-radius: 50px;
  /*margin-top: -180px;*/
}
.grad-head{
  background: rgb(4,4,114);
background: linear-gradient(90deg, rgba(4,4,114,1) 0%, rgba(0,144,227,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.border-text{
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  border: 1px dashed #fff;
  border-radius: 35px;
  padding: 5px 20px;
}
.jvzoo{
  display: inline-block;
  background: #212224;
  width: 200px;
  padding: 5px 20px;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
}
.jvzoo img{
  width: 100px;
}
.button-primary{
  display: inline-block;
  background: #248de5;
  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: #248de5;
}
.section2 .col-md-5{
  width: 100%;
  padding-left: 0px;
}
.white-box1{
  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);
}
form input{
  /*margin-top: 20px;*/
  width: 100%;
  height: 50px;
  background: #F7F7F7;
  border: none;
  font-size: 25px;
  border: 1px solid #000;
  border-radius: 50px;
  text-align: center;
}
form button{
  margin-top: 20px;
  width: 100%;
  height: 60px;
  background: #e57024;
  border: none;
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  border-radius: 35px;
  text-align: center;
  cursor: pointer;
}
form input:focus{
  outline: none;
}
form button:focus{
  outline: none;
}
form button:hover{
  background: #e57024;
}
.section6 form input{
  margin-top: 30px;
  width: 100%;
  height: 60px;
  background: #F7F7F7;
  border: none;
  font-size: 25px;
  border: 1px solid #FF7676;
  border-radius: 15px;
  text-align: center;
}
.section6 form button{
  margin-top: 30px;
  width: 100%;
  height: 60px;
  background: #ff3b60;
  border: none;
  font-size: 25px;
  color: #fff;
  font-weight: 600;
  border-radius: 35px;
  text-align: center;
  cursor: pointer;
}
.section6 form input:focus{
  outline: none;
}
.section6 form button:focus{
  outline: none;
}
.section6 form button:hover{
  background: #5c64c4;
}
.white-box2{
  display: inline-block;
  background: #fff;
  width: 100%;
  border-radius: 25px;
  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);
}
.logo1 img{
  width: 40%;
}
.arrow img{
  width: 8%;
}
.tool-box {
  display: inline-block;
  background: #fff;
  width: 95%;
  margin-top: 100px;
  text-align: center;
  border-radius: 15px;
  /* cursor: pointer; */
  -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);
  transition: transform 0.301s ease-in-out;
}
.tool-box img {
  width: 95%;
  margin-top: -30px;
  border-radius: 5px;
  -webkit-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  -moz-box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  box-shadow: 3px 10px 41px -14px rgba(0,0,0,0.69);
  transition: 0.5s;
}
.tool-box img:hover {
  margin-top: -40px;
  margin-bottom: 10px;
  transition: 0.5s;
}
.tool-box h3 {
  margin-top: 10px;
  padding: 10px 20px;
}
.tool-box p {
  font-size: 20px !important;
  padding: 0px 15px
}
.col-md-4-5{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37.5%;
  flex: 0 0 37.5%;
  max-width: 37.5%;
}
.strip-blue{
  background: #B3B7FC;
  padding: 10px 50px;
  font-size: 35px;
  color: #000;
  /*border: 2px solid #8BDFFC;*/
  border-radius: 50px;
  font-weight: 700;
  margin-top: -30px;
  text-align: center;
  display: inline-block;
}
.bg-blue{
  border: 2px solid #B3B7FC;
  background: #edeeff;
  border-radius: 15px;
  margin-top: 50px;
  padding: 0px 20px 20px 20px;
}
.bg1 {
  border: 2px solid #8BDFFC;
  background: #f2fcff;
  border-radius: 15px;
  margin-top: 100px;
  padding: 0px 20px 20px 20px;
}
.strip5 {
  background: #8BDFFC;
  padding: 10px 50px;
  font-size: 25px;
  color: #000;
  /* border: 2px solid #8BDFFC; */
  border-radius: 50px;
  font-weight: 700;
  margin-top: -30px;
  text-align: center;
  display: inline-block;
}
.strip5a{
  background: #B3B7FC;
  padding: 10px 50px;
  font-size: 25px;
  color: #000;
  /*border: 2px solid #8BDFFC;*/
  border-radius: 50px;
  font-weight: 700;
  margin-top: -30px;
  text-align: center;
  display: inline-block;
}
.bg2{
  border: 2px solid #B3B7FC;
  background: #edeeff;
  border-radius: 15px;
  margin-top: 100px;
  padding: 0px 20px 20px 20px;
}
.bg2a{
  /*border: 2px solid #B3B7FC;*/
  background: url(../images/box-bg.png) repeat 0 0 / cover;
  border-radius: 15px;
  margin-top: 50px;
  padding: 20px;
}
.bg2b{
  /*border: 2px solid #B3B7FC;*/
  background: url(../images/box-bg.png) repeat 0 0 / cover;
  border-radius: 15px;
  margin-top: 50px;
  padding: 50px;
}
.strip5b{
  background: #B0FFC8;
  padding: 10px 50px;
  font-size: 25px;
  color: #000;
  /*border: 2px solid #8BDFFC;*/
  border-radius: 50px;
  font-weight: 700;
  margin-top: -30px;
  text-align: center;
  display: inline-block;
}
.bg3{
  border: 2px solid #B0FFC8;
  background: #f2fff6;
  border-radius: 15px;
  margin-top: 100px;
  padding: 0px 20px 20px 20px;
}
.strip5c{
  background: #EAE598;
  padding: 10px 50px;
  font-size: 25px;
  color: #000;
  /*border: 2px solid #8BDFFC;*/
  border-radius: 50px;
  font-weight: 700;
  margin-top: -30px;
  text-align: center;
  display: inline-block;
}
.bg4{
  border: 2px solid #EAE598;
  background: #fffeea;
  border-radius: 15px;
  margin-top: 100px;
  padding: 0px 20px 20px 20px;
}
.strip5d{
  background: #F4A4D9;
  padding: 10px 50px;
  font-size: 25px;
  color: #000;
  /*border: 2px solid #8BDFFC;*/
  border-radius: 50px;
  font-weight: 700;
  margin-top: -30px;
  text-align: center;
  display: inline-block;
}
.strip5ca{
  background: #EAE598;
  padding: 10px 50px;
  font-size: 20px;
  color: #000;
  /*border: 2px solid #8BDFFC;*/
  border-radius: 50px;
  font-weight: 700;
  margin-top: -30px;
  text-align: center;
  display: inline-block;
}
.bg4a{
  border: 2px solid #EAE598;
  background: #fffeea;
  border-radius: 15px;
  margin-top: 100px;
  padding: 0px 20px 20px 20px;
}
.bg5{
  border: 2px solid #F4A4D9;
  background: #fff7fc;
  border-radius: 15px;
  margin-top: 100px;
  padding: 0px 20px 20px 20px;
}
.strip5e{
  background: #bbebb8;
  padding: 10px 50px;
  font-size: 25px;
  color: #000;
  /*border: 2px solid #8BDFFC;*/
  border-radius: 50px;
  font-weight: 700;
  margin-top: -30px;
  text-align: center;
  display: inline-block;
}
.border-box1{
  display: inline-block;
  background: #F2FCFF;
  width: 100%;
  padding: 0px 20px 20px 20px;
  border-radius: 20px;
  border: 3px dotted #8ADFFC;
}
.border-box1 .strip{
  display: inline-block;
  background: #8ADFFC;
  padding: 10px 35px;
  border-radius: 50px;
  font-size: 30px;
  font-weight: 700;
  margin-top: -35px;
}
.border-box2{
  display: inline-block;
  background: #f2f3ff;
  width: 100%;
  padding: 0px 20px 20px 20px;
  border-radius: 20px;
  border: 3px dotted #B3B7FC;
}
.border-box2 .strip{
  display: inline-block;
  background: #B3B7FC;
  padding: 10px 35px;
  border-radius: 50px;
  font-size: 30px;
  font-weight: 700;
  margin-top: -35px;
}
.border-box3{
  display: inline-block;
  background: #fff6f3;
  width: 100%;
  padding: 0px 20px 20px 20px;
  border-radius: 20px;
  border: 3px dotted #FFB9A5;
}
.border-box3 .strip{
  display: inline-block;
  background: #FFB9A5;
  padding: 10px 35px;
  border-radius: 50px;
  font-size: 30px;
  font-weight: 700;
  margin-top: -35px;
}
.niche{
  display: inline-block;
  margin-top: 30px;
  text-align: center;
  background: rgb(0,1,74);
  background: linear-gradient(180deg, rgba(0,1,74,1) 42%, rgba(25,12,100,1) 100%);
  width: 100%;
  border-radius: 10px;
  border: 2px solid #ff3b60;
  height: 80px;
  font-size: 25px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  padding: 20px 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);
}
.niche1{
  display: inline-block;
  margin-top: 30px;
  text-align: center;
  background: rgb(0,1,74);
  background: linear-gradient(180deg, rgba(0,1,74,1) 42%, rgba(25,12,100,1) 100%);
  width: 100%;
  border-radius: 10px;
  border: 2px solid #ff3b60;
  height: 80px;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  padding: 10px 10px;
  line-height: 1;
  -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{
  display: inline-block;
  width: 100%;
  background: #011626;
  padding: 20px;
  border-radius: 30px;
  border: 1px dashed #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);
}
.col-sm-1-5{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.white-box3{
  display: inline-block;
  width: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 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);
}
.white-box4{
  display: inline-block;
  width: 90%;
  background: #fff;
  padding: 30px 20px;
  border-radius: 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);
}
.orange-button{
  margin-top: 10px;
  background: #4382e0;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  padding: 10px 40px;
  border-radius: 25px;
  margin: 0px 10px;
}
.orange-button:hover{
  text-decoration: none;
  background: #ff3b60;
  color: #fff;
}
.amit 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);
}
.skype{
  display: inline-block;
  background: #009EE2;
  width: 80%;
  /*height: 40px;*/
  text-align: center;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  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);
}
.skype img{
  width: 40%;
}
.skype:hover{
  transform: scale(1.05);
}
.facebook{
  display: inline-block;
  background: #3B5998;
  width: 80%;
  /*height: 80px;*/
  text-align: center;
  padding: 10px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  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);
}
.facebook img{
  width: 40%;
}
.facebook:hover{
  transform: scale(1.05);
}
.p-20{
  font-size: 20px !important;
}
.p-18{
  font-size: 18px !important;
}
.rectangle{
  display: inline-block;
  background: #ffffffe6;
  width: 90%;
  padding: 30px 40px 20px;
  border-radius: 25px;
  min-height: 280px;
}
.rectangle1{
  display: inline-block;
  background: #ffffffd9;
  width: 100%;
  padding: 50px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  /*border-bottom: 10px solid #1b1d22;*/
}
.hide-sm{
  display: inline-block;
}
.hide-lg{
  display: none;
}
.boxd1{
  display: inline-block;
  background: #ffb6b9;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.06);
}
.boxd2{
  display: inline-block;
  background: #bbded6;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.06);
}
.boxd3{
  display: inline-block;
  background: #fae3d9;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.06);
}
.card-img img{
  width: 100%;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.card{
  display: inline-block;
  width: 100%;
  background: #fff;
  padding: 0px 20px 0px 0px;
  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);
}
.strip1-bg{
  display: inline-block;
  background: url(../images/strip1-bg.png) no-repeat center center;
  padding: 5% 10% 7%;
  background-size: contain;
  margin-bottom: -50px;
}
.strip2-bg{
  display: inline-block;
  background: url(../images/strip2-bg.png) no-repeat center center;
  padding: 2% 10%;
  background-size: contain;
  font-size: 35px;
  font-weight: 700;
  color: #fff;
}
.vector1 img{
  width: 15%;
  position: absolute;
  /* float: right; */
  right: 15%;
  bottom: 18%;
}
.vector2 img{
  width: 15%;
  position: absolute;
  /* float: right; */
  right: 0px;
  top: -10%;
}
.vector3 img{
  width: 15%;
  position: absolute;
  /* float: right; */
  left: 0px;
  top: 0%;
}
.bar1{
  display: inline-block;
  background: #2D2D2D;
  height: 2px;
  width: 20%;
}
.bar2{
  display: inline-block;
  background: #fff;
  height: 2px;
  width: 20%;
}
.gutter-text{
  margin-left: 15%;
  margin-right: 5%;
}
.reshu img{
  width: 20%;
}
.funnel-box{
  display: inline-block;
  background: #fff;
  width: 90%;
  padding: 0px 30px 30px;
}
.funnel-head{
  display: inline-block;
  background: rgb(64,26,228);
  background: linear-gradient(180deg, rgba(64,26,228,1) 42%, rgba(43,88,184,1) 100%);
  width: 90%;
  padding: 30px;
  margin-top: -150px;
}
.list1 {
  /*margin-left: -30px;*/
  text-align: left;
  background: #01191ed4;
  padding: 10px 20px 20px 50px;
  border-radius: 15px;
  border: 1px solid #ffffff2e;
}
.list1 li {
  list-style: none;
  font-size: 20px;
  font-weight: 300;
  margin-top: 20px;
  color: #fff;
  margin-left: -20px;
  font-family: 'Raleway', sans-serif;
}
.list1 li i {
  color: #1fdc67;
}
.list1 span{
  color: #68c4d4;
  font-weight: 500;
}
.banner-box{
  display: inline-block;
  width: 90%;
  background: #e4e4e4;
  padding: 25px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.banner-bg{
  display: inline-block;
  width: 90%;
  background: #0C0D0E;
  padding: 25px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.banner-bg input {
  background: #fff;
  width: 100%;
  padding: 5px 5px;
  /*color: #fff;*/
  border-radius: 5px;
  text-align: center;
  border-style: none;
}
.banner-bg input:focus{
  outline: none;
}
.banner-bg a {
  display: inline-block;
  background: #e57024;
  font-size: 20px;
  font-weight: 600;
  outline: none;
  border: none;
  color: #fff;
  padding: 10px 30px;
  border-radius: 40px !important;
  cursor: pointer;
}
.banner-bg a:hover{
  outline: none;
  text-decoration: none;
}
.download-btn{
  display: inline-block;
  background: #e8364f;
  font-size: 20px;
  font-weight: 600;
  outline: none;
  border: none;
  color: #fff;
  padding: 10px 30px;
  border-radius: 40px !important;
  cursor: pointer;
}
.download-btn:hover{
  outline: none;
  text-decoration: none;
  color: #fff;
}
.bonus1{
  display: inline-block;
  background: #fc5a60;
  width: 60%;
  padding: 10px 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  font-size: 40px;
  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);
}
.bonus2{
  display: inline-block;
  background: #fc5a60;
  width: 60%;
  padding: 10px 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  font-size: 40px;
  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);
}
@media(max-width: 767px){
  .logo img{
    width: 60%;
  }
  .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: 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;
  }
  .mt-res10{
    margin-top: 100px;
  }
  .hide-sm{
    display: none;
  }
  .hide-lg{
    display: inline-block;
    width: 100%;
  }
  .heading-big{
    font-size: 40px;
  }
  .border-box1 .strip, .border-box2 .strip, .border-box3 .strip{
    font-size: 20px;
  }
  .white-box{
    padding: 20px;
  }
  .section1{
    padding-bottom: 100px;
  }
  .top-strip{
    font-size: 15px;
    padding: 10px 10px;
  }
  .br-res br{
    display: none;
  }
  .center-res{
    text-align: center;
  }
  .button-primary{
    font-size: 25px;
    padding: 10px 20px;
  }
  .border-text{
    font-size: 17px;
  }
  .white-box1 .img100{
    width: 50%;
    margin-left: 22%;
  }
  .logo1 img {
    width: 80%;
  }
  .niche{
    font-size: 20px;
    height: 70px;
    padding: 20px 0px;
  }
  .niche1{
    font-size: 20px;
    height: 70px;
    padding: 10px 0px;
  }
  .img80 img{
    width: 100%;
  }
  .skype{
    width: 80%;
    border-radius: 30px;
  }
  .facebook{
    width: 80%;
    border-radius: 30px;
  }
  .card{
    text-align: center;
    padding: 25px;
  }
  .card-img img{
    width: 70%;
    border-radius: 25px;
  }
  .strip1-bg{
    padding: 7% 10% 9%;
    margin-bottom: unset;
  }
  .vector1 img, .vector2 img, .vector3 img{
    display: none;
  }
  .section2{
    padding-top: 50px;
  }
  .gutter-text {
    margin-left: 5%;
    margin-right: 5%;
  }
  .section4{
    background-position: left bottom;
    padding-bottom: 50px;
  }
  .section5{
    margin-top: unset;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section7{
    padding-bottom: 100px;
    background-position: center top;
  }
  .section8{
    padding-top: 100px;
  }
  .section9{
    padding-bottom: 50px;
  }
  .section13{
    padding-bottom: 50px;
  }
  .section14{
    padding-top: 100px;
  }
  .section18{
    padding-bottom: 100px;
  }
  .section20{
    padding-top: 50px;
  }
  .section21{
    padding-top: 50px;
  }
  .section22{
    padding-top: 50px;
  }
  .section24{
    background-position: left top;
    padding-top: 50px;
  }
  .footer{
    background-position: left top;
    padding-top: 100px;
  }
  .footer-menu {
    display: grid;
  }
  .niche-box, .email-box, .swipe-box, .fb-box, .twitter-box, .blog-box{
    padding: 10px 20px 20px !important;
  }
  .niche-tab, .email-tab, .swipe-tab, .fb-tab, .twitter-tab, .blog-tab{
    padding: 10px 10px !important;
  }
  .niche-tab button, .email-tab button, .swipe-tab button, .fb-tab button, .twitter-tab button, .blog-tab button{
    font-size: 15px !important;
    font-weight: 500 !important;
    width: unset !important;
  }
  .niche_tabcontent, .email_tabcontent, .swipe_tabcontent, .fb_tabcontent, .twitter_tabcontent, .blog_tabcontent{
    padding: 15px 20px !important;
    height: 400px !important;
  }
  .bonus1, .bonus2{
    font-size: 25px;
    width: unset;
  }
  .niche, .niche1{
    font-size: 17px;
    font-weight: 500;
    height: unset;
    padding: 15px 0px;
  }
  .img-res60 img{
    width: 60%;
  }.img-res img{
    width: 100%;
  }
  .video-bg{
    padding: 10px;
  }
  .cta-box-inner{
    padding: 15px;
  }
  .strip5, .strip5a, .strip5b, .strip5c, .strip5ca, .strip5d, .strip5e{
    font-size: 18px;
    padding: 10px 15px;
  }
  .strip-blue{
    font-size: 25px;
    padding: 10px 20px;
  }
  .bg1, .bg2, .bg3, .bg4, .bg4a, .bg5{
    margin-top: 50px;
  }
  .box1{
    padding: 10px;
  }
  .section6{
    padding-top: 50px;
  }
}
@media(max-width: 1369px){
  .br-res1 br{
    display: none;
  }
}
/*Tabs Style*/
.niche-box{
  display: inline-block;
  background-color: #00014A;
  padding: 10px 50px 150px;
}
.niche-tab {
  overflow: hidden;
  background-color: #00014A;
  padding: 20px 50px;
}

/* Style the buttons inside the tab */
.niche-tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 10px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border: 1px solid #fff;
  margin: 10px 10px;
  width: 200px;
  border-radius: 10px;
}
/* Change background color of buttons on hover */
.niche-tab button:hover {
  background-color: #e8364f;
  border: 1px solid #e8364f;
}
/* Create an active/current tablink class */
.niche-tab button.active {
  background-color: #e8364f;
  border: 1px solid #e8364f;
  color: #fff;
  font-size: 600;
}
/* Style the tab content */
.niche_tabcontent {
  background: #fff;
  display: none;
  padding: 50px 70px;
  border: 20px solid #fff;
  border-top: none;
  max-height: 600px;
  overflow-y: scroll;
  -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);
}
.active{
  display: block;
}
/*Tabs Style*/
/*Tabs Style*/
.email-box{
  display: inline-block;
  background-color: #368dff;
  padding: 10px 50px 150px;
}
.email-tab {
  overflow: hidden;
  background-color: #368dff;
  padding: 20px 50px;
}
/* Style the buttons inside the tab */
.email-tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 10px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border: 1px solid #fff;
  margin: 10px 10px;
  width: 200px;
  border-radius: 10px;
}
/* Change background color of buttons on hover */
.email-tab button:hover {
  background-color: #e8364f;
  border: 1px solid #e8364f;
}
/* Create an active/current tablink class */
.email-tab button.active {
  background-color: #e8364f;
  border: 1px solid #e8364f;
  color: #fff;
  font-size: 600;
}
/* Style the tab content */
.email_tabcontent {
  background: #fff;
  display: none;
  padding: 50px 70px;
  border: 20px solid #fff;
  border-top: none;
  max-height: 600px;
  overflow-y: scroll;
  -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);
}
.active{
  display: block;
}
/*Tabs Style*/
/*Tabs Style*/
.swipe-box{
  display: inline-block;
  background-color: #00014A;
  padding: 10px 50px 150px;
}
.swipe-tab {
  overflow: hidden;
  background-color: #00014A;
  padding: 20px 50px;
}
/* Style the buttons inside the tab */
.swipe-tab button {
  background-color: inherit;
  display: inline-block;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 10px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border: 1px solid #fff;
  margin: 10px 10px;
  width: 200px;
  border-radius: 10px;
}
/* Change background color of buttons on hover */
.swipe-tab button:hover {
  background-color: #e8364f;
  border: 1px solid #e8364f;
}
/* Create an active/current tablink class */
.swipe-tab button.active {
  background-color: #e8364f;
  border: 1px solid #e8364f;
  color: #fff;
  font-size: 600;
}
/* Style the tab content */
.swipe_tabcontent {
  background: #fff;
  display: none;
  padding: 50px 70px;
  border: 20px solid #fff;
  border-top: none;
  max-height: 600px;
  overflow-y: scroll;
  -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);
}
.active{
  display: block;
}
/*Tabs Style*/
/*Tabs Style*/
.fb-box{
  display: inline-block;
  background-color: #368dff;
  padding: 10px 50px 50px;
}
.fb-tab {
  overflow: hidden;
  background-color: #368dff;
  padding: 20px 50px;
}
/* Style the buttons inside the tab */
.fb-tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 10px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border: 1px solid #fff;
  margin: 10px 10px;
  width: 200px;
  border-radius: 10px;
}
/* Change background color of buttons on hover */
.fb-tab button:hover {
  background-color: #e8364f;
  border: 1px solid #e8364f;
}
/* Create an active/current tablink class */
.fb-tab button.active {
  background-color: #e8364f;
  border: 1px solid #e8364f;
  color: #fff;
  font-size: 600;
}
/* Style the tab content */
.fb_tabcontent {
  background: #fff;
  display: none;
  padding: 50px 70px;
  border: 20px solid #fff;
  border-top: none;
  max-height: 600px;
  overflow-y: scroll;
  -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);
}
.active{
  display: block;
}
/*Tabs Style*/
/*Tabs Style*/
.twitter-box{
  display: inline-block;
  background-color: #028EFF;
  padding: 10px 50px 50px;
}
.twitter-tab {
  overflow: hidden;
  background-color: #028EFF;
  padding: 20px 50px;
}
/* Style the buttons inside the tab */
.twitter-tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 10px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border: 1px solid #fff;
  margin: 10px 10px;
  width: 200px;
  border-radius: 10px;
}
/* Change background color of buttons on hover */
.twitter-tab button:hover {
  background-color: #e8364f;
  border: 1px solid #e8364f;
}
/* Create an active/current tablink class */
.twitter-tab button.active {
  background-color: #e8364f;
  border: 1px solid #e8364f;
  color: #fff;
  font-size: 600;
}
/* Style the tab content */
.twitter_tabcontent {
  background: #fff;
  display: none;
  padding: 50px 70px;
  border: 20px solid #fff;
  border-top: none;
  max-height: 600px;
  overflow-y: scroll;
  -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);
}
.active{
  display: block;
}
/*Tabs Style*/
/*Tabs Style*/
.blog-box{
  display: inline-block;
  background-color: #368dff;
  padding: 10px 50px 50px;
}
.blog-tab {
  overflow: hidden;
  background-color: #368dff;
  padding: 20px 50px;
}
/* Style the buttons inside the tab */
.blog-tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 10px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border: 1px solid #fff;
  margin: 10px 10px;
  width: 200px;
  border-radius: 10px;
}
/* Change background color of buttons on hover */
.blog-tab button:hover {
  background-color: #e8364f;
  border: 1px solid #e8364f;
}
/* Create an active/current tablink class */
.blog-tab button.active {
  background-color: #e8364f;
  border: 1px solid #e8364f;
  color: #fff;
  font-size: 600;
}
/* Style the tab content */
.blog_tabcontent {
  background: #fff;
  display: none;
  padding: 50px 70px;
  border: 20px solid #fff;
  border-top: none;
  max-height: 600px;
  overflow-y: scroll;
  -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);
}
.active{
  display: block;
}
/*Tabs Style*/
@media(max-width: 576px){
  .copy-button{
    font-size: 1rem;
    margin-top: 55px;
    left: 31%;
  }
  .copy-button1{
    font-size: 1rem;
    margin-top: 55px;
    left: 31%;
  }
  .copy-button2{
    font-size: 1rem;
    margin-top: 40px;
    left: 31%;
  }
  .niche-box{
    padding-bottom: 100px !important;
  }
  .email-box{
    padding-bottom: 100px !important;
  }
  .swipe-box{
    padding-bottom: 100px !important;
  }
}

/*FAQ*/
.accordion .accordion-item {
  border: 2px solid #B3B7FC;
  background: #edeeff;
  border-radius: 10px;
  margin-top: 10px;
}

/*.accordion .accordion-item button[aria-expanded="true"] {
  border-bottom: 1px solid #e57024;
}*/

.accordion button {
  background: #B3B7FC;
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 10px 20px;
  font-size: 22px;
  font-weight: 500;
  border: 2px solid #fff;
  border-radius: 10px;
  /* background: none; */
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #e57024;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #e57024;
  border: 1px solid #e57024;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 10px;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded="true"] {
  color: #e57024;
}
.accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}
.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: fit-content;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 20px;
}
/*FAQ*/