body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden !important;
  overflow: hidden;
}
 /*
   font-family: 'Roboto', sans-serif;
 */
h1,h2,h3,h4,h5,h6,p{
  margin: 0;
}
a:hover{
  text-decoration: none;
}
ul{
  margin:0;
  padding:0;
  list-style: none;
}
h1 {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 38px;
	color: #2f2f2f;
	text-transform: inherit;
}
h2 {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 32px;
	color: #092B71;
	text-transform: inherit;
}
h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 28px;
	color: #806E99;
	text-transform: inherit;
}
h4{
   font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 19px;
  color:#000000;
  text-transform: inherit;
}
p {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 20px;
	color: #000;
	text-transform: inherit;
}
html{
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
}
/*==============================================================
  ======           Start Header Menu Section Css           =====
  ==============================================================*/
.header-menu-section {
	padding: 10px 0;
	box-shadow: 0 0 15px #707070;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: #FFF;
	z-index: 99;
}
.header-logo img {
	width: 230px;
	height: auto;
	margin-left: -40px;
}
  .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: -40px;
  }
  .menu ul li{
    margin-left: 40px;
  }
.menu ul li a {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #707070;
	text-transform: uppercase;
}
  .menu ul li a:hover{
    color:#32F9FF;
  }
/*==============================================================
  ======            End Header Menu Section Css            =====
  ==============================================================*/

/*==============================================================
  ======           Start Free Trial Section Css            =====
  ==============================================================*/
.free-trial-section {
	background: url(../images/banner_bg.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top right;
	background-size: 48% 69%;
	padding-top: 80px;
	padding-bottom: 500px;
}
  .free-trial-heading h1{
    position: relative;
  }
.free-trial-heading h1 {
	font-weight: 400;
	font-size: 38px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.free-trial-heading h2 {
  font-weight: 300;
  color: #000;
  font-size: 20px;
  margin-bottom: 20px;
}
.single-free-trial p {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #000000;
  margin-left: 12px;
}
/*  .free-trial-heading h1:after{
    content:"";
    position:absolute;
    background:url(../images/before.png);
    height: 2px;
    width:0px;
    bottom:-35px;
    left:0;
    -webkit-transition: 2s;
    transition: 2s;
  }
  .free-trial-section.active .free-trial-heading h1:after{
    width:180px;
  }*/
 /* .free-trial-heading h1 span{
    position: relative;
    z-index: 1;
  }
  .free-trial-heading h1 span::after{
    content:"";
    position: absolute;
    background:#FF7600;
    height: 15px;
    width: 0%;
    bottom:0;
    left: 0;
    z-index: -1;
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
  }
  .free-trial-section.active .free-trial-heading h1 span::after{
    width: 100%;
  }*/

/*  .free-trial-heading{
    position: relative;
  }
.free-trial-heading::after {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 0;
  width: 179px;
  height: 2px;
  background: linear-gradient(to left,#FFE579,#FF7600);
}*/

 .free-trial-heading span {
	font-weight: 800;
}

.free-trial-btn a {
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 18px;
	background-image: linear-gradient(336.34deg, #32F9FF -2.99%, #37FF8B 71.66%);
	color: #000;
	text-transform: uppercase;
	line-height: normal;
	display: inline-block;
	padding: 15px 35px;
	border-radius: 5px;
	margin-top: 35px;
	margin-bottom: 25px;
	-webkit-transition: .5s;
	transition: .5s;
}
  .free-trial-btn a:hover{
    background-image: linear-gradient(-336.34deg, #32F9FF -2.99%, #37FF8B 71.66%);
  }
  .extera-sub-watch.single-done-funnels .single-funnels-text.sha-funnel::after {
    background: #F8F8F8 !important;
    z-index: -1;
    position: absolute;
    content: "";
    top: 15px;
    left:-40px;
    width: 100%;
    height: 300px;
  }
  .extera-sub-watch.single-done-funnels .single-funnels-text.sha-funnel {
    z-index: 1;
    position:relative
  }
  .single-free-trial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .single-free-trial img {
    margin-bottom: 5px;
    width: 15px;
  }
 
 .free-trial-section .row {
  align-items: center;
}
.free-trial-left, .free-trial-right {
  padding-top: 100px;
}
 .free-trial-right {
  margin: 25px -8%;
}
/*  .free-trial-right::before {
    content: "";
    position: absolute;
    background: url(../images/befores.png);
    width: 270px;
    height: 268px;
    bottom: -35px;
    left: -138px;
    z-index: -1;
  }
  .free-trial-right::after {
    content: "";
    position: absolute;
    background: url(../images/befores.png);
    width: 270px;
    height: 268px;
    top: -50px;
    right: -70px;
    z-index: -1;
  }*/
  .free-trial-right{
    text-align: right;
  }
.free-trial-right img {
	width: 72%;
	height: auto;
	transform: scale(1.3);
}
  .mobile-trial-image {
    max-width: 550px;
    height: auto;
    margin: auto;
    position: relative;
    z-index: 1;
  }
  .mobile-trial-image img{
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
/*==============================================================
  ======            End Free Trial Section Css             =====
  ==============================================================*/

/*==============================================================
  ======            Start Marketing Section Css            =====
  ==============================================================*/
  .marketing-section{
    margin-top: -370px;
    overflow: hidden;
    padding-bottom: 70px;
  }
.marketing-heading h1 {
	font-size: 42px;
	font-weight: 500;
}
.marketing-text p {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 20px;
	color: #806E99;
	margin-top: 22px;
}
.marketing-heading span {
	font-weight: 800;
}
  .marketing-heading h1{
    position:relative;
  }
  /* .marketing-heading h1:after {
    content: "";
    position: absolute;
    background: url(../images/before.png);
    height: 2px;
    width: 0px;
    bottom: -30px;
    left: 38%;
    -webkit-transition: 2s;
    transition: 2s;
  } */
  .marketing-section.active1 .marketing-heading h1:after{
    width: 180px;
  }
.marketing-video {
	background: #ffffff;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
	padding: 40px;
	border-radius: 14px;
	margin-top: 55px;
	position: relative;
}
  .marketing-video iframe{
    width:100%;
    height:550px;
  }
  .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .marketing-video img{
    width:100%;
    height: auto;
  }
  .play-button{
    max-width: 295px;
    height: auto;
  }
  .play-button:focus{
    outline: none;
  }
  .play-button img{
    width:100%;
    height: auto;
  }
/*==============================================================
  ======             End Marketing Section Css             =====
  ==============================================================*/

/*==============================================================
  ======             Start Watcing Section Css             =====
  ==============================================================*/
  .watcing-section{
    padding-top: 170px;
    padding-bottom: 170px;
  }
.sub-watching-section {
	background: url(../images/first_bg.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding-top: 810px;
	padding-bottom: 800px;
	margin-top: -830px;
	background-position: center;
}
.watching-area {
	position: relative;
	z-index: 1;
}

.watching-area h3 {
	margin-left: 125px;
	max-width: 691px;
	padding: 60px 0;
	font-size: 32px;
	font-weight: 800;
	color: #000;
	text-align: center;
	margin: auto;
}
  .watching-area.lupdate h3{
    width:75%;
  }
 .watching-area img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
 .single-funnels-image {
  max-width: 520px;
  height: auto;
}

  .single-funnels-image img{
    width:100%;
    height: auto;
  }
/*==============================================================
  ======              End Watcing Section Css              =====
  ==============================================================*/

/*==============================================================
  ======           Start Done Funnels Section Css          =====
  ==============================================================*/

/*.done-funnels-section-new-bg {
  position: relative;
  background: url('../images/second_bg.png');
  left: 0;
  bottom: 0;
}
*/

  .done-funnels-section{
    overflow: hidden;
    position: relative;
    margin-top: -620px;
  z-index:1;
  }
 .done-funnels-section::after {
	content: "";
	position: absolute;
	background-image: linear-gradient(#37FF8B, #37FF8B);
	height: 92%;
	width: 2px;
	top: -78px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
}
  .done-funnels-section::before {
  position: absolute;
  content: "";
  background: url('../images/second_bg.png') no-repeat scroll 0 0 / 100% 100%;
  bottom: -1.3%;
  left: 0;
  width: 100%;
  height: 26%;
  z-index: -1;
  }
  .single-done-funnels{
    margin-bottom: 320px;
  }
  .margin-single-done{
    margin-bottom: 0;
  }
 .sh-funnel-btn a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #806E99;
  border: 1px solid #806E99;
  border-radius: 20px;
  display: inline-block;
  padding: 5px 50px;
  margin-right: 70px;
  margin-top: 20px;
}
  .sh-funnel-btn a:hover{
    background: #806E99;
    color:#FFF;
  }
.single-funnel-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-left: 40px;
}
.single-funnel-head h2 {
	margin-top: -4px;
	margin-left: 10px;
	position: relative;
	font-weight: bold;
	color: #000;
	font-size: 40px;
}
  .single-funnel-head h2:after{
    content: "";
    position: absolute;
    background: url(../images/before.png);
    width: 0px;
    height: 2px;
    bottom:-25px;
    left: 0;
    -webkit-transition: 2s;
    transition: 2s;
  }
  .single-funnels-text.active2 .single-funnel-head h2:after{
    width:180px;
  }
  .single-funnel-head img {
    width: 38px;
    height: auto;
  }
  .single-funnel-head-icon img{
    width: 25px;
    height: auto;
  }
  .single-funnel-text{
    margin-top: 35px;
  }

.single-funnel-text p {
	width: 535px;
	margin-left: 48px;
}
  .single-giveway h2{
    font-size: 35px;
  }
  .ext-fec {
    position: absolute;
    top: -26px;
    left: 53px;
  }
 .ext-fec span {
  color: #806E99;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-style:italic;
}
.single-funnel-head-extera h2 {
  font-size: 38px;
}

.single-funnel-text p.extra-margin {
  margin-top: 24px;
  margin-bottom: 24px;
}
  .sha-funnel-three{
    margin-top: 60px;
  }
  .sha-funnel-two{
    margin-top: 20px;
  }
  .sha-funnel{
    margin-top: 95px;
  }
  .sha-funnel p{
    width:88%;
  }
  .single-funnels-text {
    position: relative;
  }
.dotImageOne img {
	position: absolute;
	top: 0px;
	left: -40px;
	z-index: 1;
}
  .sh-dotImageOne img {
    position: absolute;
    top: 10px;
    left: -20px;
    z-index: 1;
  }
.dotImageTwo img {
	position: absolute;
	top: 6px;
	left: -40px;
	z-index: 1;
}
/*==============================================================
  ======            End Done Funnels Section Css           =====
  ==============================================================*/

/*==============================================================
  ======           Start Watcing Two Section Css           =====
  ==============================================================*/
.sub-watcing-two-section {
  background: url(../images/second_bg.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 100% 100%;
  padding-top: 600px;
  padding-bottom: 250px;
  margin-top: -510px;
}
  .watcing-two-area h3{
   padding-bottom: 50px;
   position: relative;
 }
 .watcing-two-area h3:after{
  content: "";
  position: absolute;
  background:url(../images/shape-1.png);
  width: 180px;
  height: 2px;
  bottom:20px;
  left: 0;
}
.watcing-two-area p{
  margin-left: 125px;
  max-width: 520px;
  width:55%;
  padding-bottom: 60px;
}
.sha-watcing-two-test {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: -8px 70px 0 70px;
  position: relative;
  z-index: 1;
  row-gap: 40px;
}
.sha-single-watcing{
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  background-color: #ffffff;
  max-width: 280px;
  height: auto;
  padding-bottom: 40px;  
  position:relative;
}
.sha-watcing-bg img {
  position: absolute;
  bottom: -185px;
  left: -200px;
  z-index: -1;
}
.sha-watching-heading {
  background: #092B71;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.sha-watching-heading h4 {
 
  color: #ffffff;
  padding: 18px 0;
  line-height: 25px;
}
.sha-watching-icon{
  margin-top: 30px;
  margin-bottom: 45px;
  position: relative;
}
/*.sha-watching-icon::after {
  content: "";
  position: absolute;
  background: url(../images/before.png) no-repeat;
  width: 180px;
  height: 2px;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto;
}*/

.sha-watching-icon img {
  width: auto;
  height: 50px;
}
.sha-watching-text p {
  font-size: 14px;
  color: #000000;
  margin: auto;
  padding: 0 28px;
  position:relative;
}
/* .sha-watching-text p:after {
  content: "";
  position: absolute;
  background: url(../images/before.png);
  width: 200px;
  height: 2px;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition:15s;
  transition:15s;
} */
.sha-watcing-two-test.active3 .sha-watching-text p:after{
  width:185px;
}
/*==============================================================
  ======            End Watcing Two Section Css            =====
  ==============================================================*/

/*==============================================================
  ======          Start Watcing Three Section Css          =====
  ==============================================================*/
  .watcing-three-section.watcing-two-section.watcing-section {
    padding-top: 15px;
    padding-bottom: 50px;
    margin-top: -150px;
    overflow: hidden;
  }
  .watcing-three-area h3{
    padding-bottom: 100px;
    width: 60%;
  }
  .sha-watcing-three-test{
    margin-top: -20px;
  }
  .watcing-three-before-img {
    position:relative;
  }
  .watcing-three-before-img img {
    position: absolute;
    top: -240px;
    right: -235px;
    z-index: 1;
  }
  .testing-this{
    padding-bottom: 0 !important;
  }
  .sha-watching-profile{
    height: 150px;
    width:150px;
    border-radius:50%;
    margin:auto;
    padding-top: 10px;
  }
  .sha-watching-three-text {
    margin-top: 35px;
    margin-bottom: 30px;
  }
.sha-watching-profile img {
  width: 150px;
  height: 150px;
  /* border-radius: 50%; */
  /* object-fit: cover; */
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
}
.row.new_faq_row {
  margin-top: 60px;
}
  .watching-review ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .watching-review ul li{
    margin:0 5px;
  }
  .watching-review img {
    width: 28px;
    height: auto;
  }
  .sha-watching-three-text p{
    width:100%;
  }
  .watching-three-extra-margin{
    margin-top: 40px;
  }
.load-more-btn a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #076715;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 30px;
  border: 2px solid #076715;
  border-radius: 25px;
  margin-top: 60px;
}
  .load-more-btn a:hover{
    background: #076715;
    color:#FFF;
  }
/*==============================================================
  ======           End  Watcing Three Section Css          =====
  ==============================================================*/

/*==============================================================
  ======              Start Package Section Css            =====
  ==============================================================*/
  .package-section {
    background: url(../images/first_ft_bg.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 100% 100%;
    padding-top: 600px;
    padding-bottom: 900px;
    margin-top: -425px;
  }
  .package-section .package-area .col-md-4.package-margin-reduce{
    padding-left: 0;
    padding-right: 0;
  }
  .single-package-area{
    border: 2px solid #EBC2A9;
    background:#ffffff;
    border-radius: 30px;
  }
  .single-package-focus{
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
    position: relative;
    z-index: 1;
    margin-right: 0;
    border: none;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.42);
  }
  .package-header h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 21px;
    color: #EBC2A9;
    text-transform: uppercase;
    padding-top: 40px;
  }
  .package-header p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #707070;
    line-height: 35px;
    margin-bottom: 10px;
    margin-top: 5px;
    position: relative;
  }
  .package-header p:after {
    content: "";
    position: absolute;
    background: #949494;
    width: 230px;
    height: 2px;
    bottom: 34px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .package-price{
    background: #EBC2A9;    
  }
  .package-price h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size:60px;
    color:#ffffff;
    text-transform: inherit;
    padding-top: 8px;
  }
  .package-price p{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size:15px;
    color:#ffffff;
    padding-bottom: 5px;
    text-transform: uppercase;
  }
  .package-description ul li {
    margin: 10px 0 10px 40px;
  }
  .package-description ul li a img{
    margin-top: -2px;
    width: 15px;
    height: auto;
  }
  .package-description ul li a span{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size:15px;
    color:#707070;
    text-transform: inherit;
    margin-left: 15px;
    position:relative;
  }
  .package-description ul li a span:after {
    content: "";
    position: absolute;
    background: #949494;
    width: 210px;
    height: 2px;
    bottom: -10px;
    left: 4px;
  }
  .package-description ul li a span.no-after:after{
    display: none;
  }
  .sh-free-trial-btn a{
    background:#ffffff;
    color: #806E99;
    border:2px solid #806E99;
    padding: 8px 25px;
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .sh-free-trial-btn a:hover{
    background-image: linear-gradient(100deg, #806E99 0%, #E0B9A8 100%);
    color:#FFF;
  }
  .package-price-linear {
    background-image: linear-gradient(108deg,#806E99 0%, #EBC2A9 100%);
  }
 .single-package-focus p{
  font-size: 14px;
}
.package-description-list ul li a span{
  font-weight: 600;
  font-size: 13px;
}
.package-description-list ul li a span:after{
  height: 1.5px;
}
.sha-trial-btn a{
  border:none;
  background-image: linear-gradient(100deg, #806E99 0%, #E0B9A8 100%);
  color: #ffffff;
}
.sha-trial-btn a:hover{
  background-image: linear-gradient(100deg, #E0B9A8 0%, #806E99 100%);
  -webkit-transition: .5s;
  transition: .5s;
}
.not-sure-button a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #806E99;
  border: 2px solid #806E99;
  border-radius: 20px;
  padding: 3px 35px;
  display: inline-block;
  margin-top: 130px;
}
.not-sure-button a:hover{
  background-image: linear-gradient(100deg, #806E99 0%, #E0B9A8 100%);
  color:#ffffff;
}
.watching-right-area {
  background:#ffffff;
  margin-left: 50%;
  border-radius: 20px 0 0 20px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
  padding-top: 69px;
  padding-bottom: 90px;
  position: relative;
  margin-bottom: 35px;
}
.watching-right-area h3 {
  max-width: 545px;
  margin-right: 70px;
  padding-left: 35px;

}
.watching-right-area h3 span{
  position: relative;
  z-index: 1
}
.watching-right-area h3 span:after{
  content: "";
  position: absolute;
  background: #39B54B;
  height: 12px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.watching-right-area img {
  position: absolute;
  top: 28px;
  left: 30px;
  width: 65px;
}
.watcing-two-area h3 span{
  position: relative;
  z-index: -1;

}
.watcing-three-area h3 span{
  position: relative;
  z-index: -1;

}

.watcing-two-area h3 span:after{
  content: "";
  position: absolute;
  background: #FF7600;
  height: 12px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: none;
}

.watcing-three-area h3 span:after{
  content: "";
  position: absolute;
  background: #39B54B;
  height: 12px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
}

/*==============================================================
  ======               End Package Section Css             =====
  ==============================================================*/

/*==============================================================
  ======        Start Frequently Asked Section Css         =====
  ==============================================================*/
.frequently-asked-section {
	padding-top: 0;
	padding-bottom: 300px;
	/* margin-top: -800px; */
}
.frequently-asked-text h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 40px;
	color: #000;
	text-transform: capitalize;
	margin-bottom: 50px;
	position: relative;
	text-align: center;
}
.frequently-asked-text h4::after {
	content: "";
	position: absolute;
	background: url(../images/before.png);
	width: 222px;
	height: 4px;
	/* bottom: -30px; */
	left: 0;
	right: 0;
	top: 60px;
	margin: auto;
}
.single-frequently-asked{
  margin-bottom: 25px;
}
.single-frequently-asked h5 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 17px;
	color: #000000;
}
.single-frequently-asked p {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #000000;
}

/*==============================================================
  ======          End Frequently Asked Section Css         =====
  ==============================================================*/

/*========================================================================================================
  ======                                   Start Home1-4 Page Css                                    =====
  ========================================================================================================*/
  .focused-funnel-section{
    overflow: hidden;
    padding-top:180px;
    padding-bottom: 500px;
  }
.focused-funnel {
  /* border: 1px solid #707070; */
  /* border-radius: 70px; */
  /* -webkit-box-shadow: 0 0 20px #707070; */
  /* box-shadow: 0 0 20px #707070; */
  /* padding-top: 130px; */
  /* padding-bottom: 215px; */
  background: #FFF;
  padding: 20px;
}
.modal-dialog {
  max-width: 750px;
  margin: 28px auto;
  margin: 1.75rem auto;
}
  .focused-funnel h1{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 32px;
    color:#000000;
  }
  .single-funnel h1{
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 32px;
    color:#806E99;
    padding-bottom: 50px;
    position: relative;
  }
  .single-funnel-image{
    max-width: 480px;
    height: auto;
    margin:auto;
    /*padding-bottom: 115px;*/
  }
  .single-funnel-image img{
    width:100%;
    height: auto;
  }
  .single-funnel h1:before {
    content: "";
    position: absolute;
    background: url(../images/before.png);
    width: 180px;
    height: 2px;
    top: 60px;
    left: 38%;
  }
/*========================================================================================================
  ======                                    End Home1-4 Page Css                                     =====
  ========================================================================================================*/



/*================================================
  ====      Start See More Examples Popup     ====
  ================================================*/ 
  .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: opacity 500ms;
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 999;
  }
  .overlay:target {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .popup {
    margin: auto;
    background: #fff;
    border-radius: 5px;
    width: 70%;
    position: relative;
    -webkit-transition: all 5s ease-in-out;
    transition: all 5s ease-in-out;
    height: 100%;
  }
  .popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    z-index: 9999;
  }
  .popup .close:hover {
    color: #06D85F;
  }
  .popup .content {
    max-height: 100%;
    overflow: auto;
  }


.white-popup {
  /* box-shadow: 0 10px 10px rgba(134, 111, 111, 0.19), 0 10px 10px rgba(168, 164, 164, 0.23); */
  /* position: relative; */
  /* background: #FFF; */
  /* width: 60%; */
  /* max-width: 60%; */
  margin: 0 auto;
  -webkit-transition: 1s all;
  transition: 1s all;
  padding: 50px;
  border-radius: 25px;
}

.single-testomonial-propup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 50px;
}

.testomonial-propup-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.testomonial-propup-img img {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testomonial-propup-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.t-p-i {
  padding-bottom: 10px;
}
.testomonial-propup-text i {
  color: #ffa952;
  font-size: 30px;
}

.t-p-text p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #656565;
}
.t-p-text h4 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #010101;
  padding-top: 10px;
}
.single-testomonial-propup.test_p p{
  padding-top: 25px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #656565;
}
  @media screen and (max-width: 700px){
    .box{
      width: 70%;
    }
    .popup{
      width: 70%;
    }
  }
/*================================================
  ====       End See More Examples Popup      ====
  ================================================*/ 

.pops_btn{
  text-align: center;
}
.pops_btn a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  background-image: -webkit-linear-gradient(350deg, #806E99 0%, #E0B9A8 100%);
  background-image: linear-gradient(100deg, #806E99 0%, #E0B9A8 100%);
  color: #ffffff;
  text-transform: uppercase;
  line-height: normal;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 20px;
  margin-top: 25px;
  margin-bottom: 35px;
  -webkit-transition: .5s;
  transition: .5s;
}
.pops_btn a:hover {
  background-image: -webkit-linear-gradient(-350deg, #806E99 0%, #E0B9A8 100%);
  background-image: linear-gradient(-100deg, #806E99 0%, #E0B9A8 100%);
}


/*new prove*/

.single_prove {
  padding-bottom: 30px;
  border-radius: 30px;
  height: 100%;
}
.single_prove img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  padding: 40px 30px;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px #ccc;
}
.prove_area{
  margin-top: 50px !important;
}

/*new css*/
.testing-this.sha-single-watcing.text-center.aos-init.aos-animate {
  margin-bottom: 40px;
}
.extera-sub-watch{
  position: relative;
}
.extera-sub-watch:before {
  position: absolute;
  content: "";
  background: url('../images/watch2.png') no-repeat scroll 0 0 / 100% 100%;
  top: -60%;
  left: 0;
  width: 270px;
  height: 270px;
  z-index: 99999999999;
}
.extera-overflow{
  overflow: hidden;
}


  /*******************************************/
 /******** work_exmpl_main_area css  ********/
/*******************************************/
.work_exmpl_main_area {
  margin-top: -430px;
  margin-bottom: 490px;
}

.work_exm_heading {
  text-align: center;
}

.work_exm_heading h3 {
	color: #2F2F2F;
	font-size: 42px;
	text-align: center;
	font-weight: 700;
	position: relative;
	/* margin-bottom: 20px; */
}

.work_exm_heading.aos-init.aos-animate img {
	width: 222px;
	height: auto;
	margin: auto;
}

.work_exm_heading h3 span{
  font-weight: 700;
}
/* .work_exm_heading h3:after {
  content: "";
  position: absolute;
  width: 180px;
  height: 2px;
  bottom: -15px;
  left: 50%;
  background: #3BC0C9;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
} */
.single_work_exmple:nth-child(1) {
	margin-bottom: 185px;
}
.single_work_exmple:nth-child(3) {
  margin-bottom: 185px;
}
.single_work_exmple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 185px;
}
.left_work_exmpl{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
.right_work_exmple {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
}
.single_work_exmple:nth-child(1) .work_exmp_imag {
  max-width: 310px;
  width: 100%;
}
.single_work_exmple:nth-child(3) .work_exmp_imag {
  max-width: 350px;
  width: 100%;
}
.single_work_exmple:nth-child(4) .work_exmp_imag {
	max-width: 60%;
	width: 100%;
	margin-left: 18px;
}
.single_work_exmple:nth-child(5) .work_exmp_imag {
  max-width: 320px;
  width: 100%;
  margin-left: 15px;
}
.work_exmp_imag {
  max-width: 340px;
  width: 100%;
}
.work_exmp_imag img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.work_exmple_items {
  margin-top: 65px;
}
.exmp_content h3 {
	color: #000;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 20px;
}
.single_work_exmple:nth-child(1) .exmp_content h3{
  margin-top: 30px;
}
.exmp_content h5 {
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #000;
	/* max-width: 280px; */
	/* width: 100%; */
}
.exmp_content p {
	font-family: 'Poppins', sans-serif;
	color: #2F2F2F;
	font-weight: 300;
	font-size: 20px;
	max-width: 495px;
	width: 100%;
	margin-top: 15px;
}
.exmp_content a {
  color: #2F2F2F;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-decoration: underline;
  font-size: 20px;
  margin-top: 15px;
  display: block;
}
.work_down_arrow{
  position: relative;
}
.work_down_arrow::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/arrow-down.png) no-repeat scroll 0 0 / cover;
	bottom: -335px;
	left: 39%;
	background-size: 18px 75px;
}
.single_work_exmple:nth-child(2) .work_exmp_imag {
  margin-top: 30px;
}
.single_work_exmple:nth-child(2) .work_down_arrow:after{
  bottom: -310px;
}
.single_work_exmple:nth-child(4) .work_down_arrow:after {
  bottom: -400px;
}
.single_work_exmple:nth-child(5) {
  margin-bottom: 0px;
}
.exmple_btn {
  text-align: center;
  margin-top: 45px;
}
/*new_global_work_area*/
.global_img_button a {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 22px;
  color: #2F2F2F;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}
.global_img_button img {
  width: 10px;
  height: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.global_systems_work img {
  width: 100%;
  height: auto;
}

.global_systems_content {
  position: fixed;
  max-width: 700px;
  width: 100%;
  margin: 0 0 0 auto;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0,0,0,0.4);
  background: #FFF;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 1s;
  transition: 1s;
  right: 0;
  top: 77px;
  z-index: 98;
}
.global_systems_content.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.global_systems_content.show .global_img_button img {
  width: 10px;
  height: auto;
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.global_img_button img {
  width: 10px;
  height: auto;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.global_systems_work {
  max-width: 520px;
  margin: auto;
  padding: 20px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.global_img_button {
  background: #FFF;
  box-shadow: 0px 2px 16px rgba(0,0,0,0.5);
  display: inline-block;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 5px 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  left: -178px;
  top: 34%;
  z-index: 11;
}



.funnel_item_1_content p{
  margin-bottom: 20px;
}


.apps-link {
  display: flex;
  flex-wrap: wrap;
}

.apps-link img {
  max-width: 150px;
  height: auto;
  width: 100%;
  margin: 0px 10px;
  margin-top: 30px;
}
 
.apps-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}







.pro__package {
  position: relative;
  overflow: hidden;
}
.price_label {
  background: #FF0000;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  padding: 8px 35px;
  font-size: 14px;
  transform: rotate(45deg);
  position: absolute;
  right: -38px;
  top: 18px;
}

.sh-free-trial-btn a {
  margin-bottom: 15px;
}

.sh-free-trial-btn p a {
  background: transparent;
  color: #39B54B;
  font-size: 14px;
  font-weight: normal !important;
  text-transform: inherit;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  border: none;
}
.sh-free-trial-btn p a:hover {
  background: none;
  color: #39B54B;
}

/* New CSS */

.sha-profile-area img {
	width: 160px;
	height: 160px;
	border-radius: 100%;
	margin-top: 20px;
}

.sha-profile-area h2 {
	font-size: 24px;
	font-weight: 500;
	color: #000000;
	margin-top: 15px;
}

.sha-profile-area ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.sha-profile-area ul li img {
	height: 25px;
	width: auto;
}

.profile-shape-img {
	width: auto !important;
	height: auto !important;
	margin-bottom: 15px;
	border-radius: unset !important;
}

.sha-load-more-btn {
	border: 2px solid #806E99;
	padding: 5px 40px;
	margin: 0 auto;
	display: block;
	width: fit-content;
	margin-top: 50px;
	position: relative;
	border-radius: 35px;
  color: #806E99;
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}

.sha-load-more-btn:hover {
  background-image: linear-gradient(100deg, #806E99 0%, #E0B9A8 100%);
  color: #FFF;
}

.global_systems_content_2 {
	transform: translateX(0);
	position: absolute;
	max-width: 50%;
  height: 85%;
}

.global_systems_content_2.hide {
	transform: translateX(100%);
}


.extera-sub-watch.single-done-funnels {
	margin-bottom: 0;
}
.done-funnels-section::after{
    height: 93.5%;
}