/*-------- Style--------------*/
* {
    box-sizing: border-box;
}
*[onclick],
*[type="submit"] {
    cursor: pointer;
}

@font-face {
  font-family: 'ClashDisplay-Regular';
  src: url('../fonts/ClashDisplay-Regular.woff2') format('woff2'),
       url('../fonts/ClashDisplay-Regular.woff') format('woff'),
       url('../fonts/ClashDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Urbanist-Regular';
  src: url('../fonts/Urbanist-Regular.woff') format('woff2'),
       url('../fonts/Urbanist-Regular.woff') format('woff'),
       url('../fonts/Urbanist-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
html, body{
	margin: 0;
	padding: 0;
	font-size: 1.04vw;
	font-family: 'ClashDisplay-Regular';
}
html {
    scroll-behavior: smooth;
}
select,input,textarea {
	font-family: 'ClashDisplay-Regular';
}
img{
    max-width:100%;
}
ul{
    list-style:none;
    padding-left:0;
    margin:0;
}
p {
    line-height: 150%;
    font-style: normal;
    font-size: 1.02rem;
    color: #808080;
	font-family: 'Urbanist-Regular';
}
a {
    color: #121212;
    text-decoration: none;
}
a:hover {
    color: #20bdd1;
    text-decoration: none;
}
.container{
    max-width:86rem;
    width: 100%;
    margin: 0 auto;
}

a{
    transition:all ease-in-out 0.1s;
}
 .bg-style{
     background-size:cover;
     background-repeat:no-repeat;
     background-position:center;
 }
 img {
    width: 100%;
    max-width: 100%;
}
span.arrow-right {
    border-radius: 100%;
    width: 2.4rem;
    height: 2.4rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1rem;
    position: absolute;
    right: 0.3rem;
}
.responsive-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.heading h4 {
    color: #808080;
	font-size: 1.26rem;
	font-family: 'Urbanist-Regular';
}
.heading h1 {
    font-weight: 400;
	font-size: 3.62rem;
}
.button-wrap a.button {
    width: 8.3rem;
    padding: 0.2rem 0.2rem 0.2rem 1rem;
    border-radius: 1.38rem;
    border-width: 1px;
    background-color: #121212;
    color: #fefefe;
    font-size: 0.8rem;
    font-weight: 400;
    font-family: 'Urbanist-Regular';
    display: flex;
    align-items: center;
    transition: 0.75s;
    height: 2.8rem;
    position: relative;
}
.button-wrap a.button:hover {
    color: #43A932;
}
.button-wrap a.button.white-btn span.arrow-right {
    background-color: #121212;
    transition: 0.75s;
}
.button-wrap a.button:hover span.arrow-right {
    background-color: #43A932;
    width: 2rem;
    height: 2rem;
}
.button-wrap a.button.white-btn:hover span.arrow-right {
    background-color: #121212;
}
.button-wrap a.button span.arrow-right img {
    width: 1.2rem;
}
.mob-view {
    display: none;
}
.download-btn {
    text-align: center;
    border: 1px solid #121212;
    padding: 0.66rem 2rem;
    width: 100%;
    display: flex;
	align-items: center;
    border-radius: 5rem;
    justify-content: center;
    cursor: pointer;
    font-family: 'Urbanist-Regular';
	font-weight: 500;
	font-size: 1rem;
	height: 3.5rem;
    padding: 0;
}
.download-btn img {
    width: 0.8rem;
    height: 0.9rem;
    margin: 0 0.5rem 0.2rem 0;
}
.download-btn.white {
    background-color: #fff;
}
.download-btn.black {
    background-color: #121212;
	color: #fff;
}
/* -----------  Header Style----------------------*/
.header-main-wrap {
    background-color: #121212;
    width: 100%;
}
.header-main-wrap .row {
    padding: 0.5rem 0;
}
.header-main-wrap ul.navbar-nav li.nav-item {
    position: relative;
    margin: 0rem 1.5rem;
}
.header-main-wrap .nav-item a.nav-link {
    text-shadow: 0px 1px 6px #00000029;
    font-family: 'Urbanist-Regular';
    color: #d0d0d0;
    font-size: 0.82rem;
    padding: 0rem;
}
.header-main-wrap .nav-item a.nav-link:hover {
    color: #fff;
}
.header-main-wrap .nav-item a.nav-link a:after {
    width: 100%;
}

.header-main-wrap .nav-item a.nav-link:after {
    width: 0%;
    height: 1px;
    position: absolute;
    top: 1.25rem;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    content: "";
    background-color: #fff;
    transform: scaleX(0);
    transition: all .3s;
}
.header-main-wrap .nav-item a.nav-link:hover:after {
    width: 100%;
    transform: scaleX(1);
}
.header-main-wrap ul.navbar-nav {
    width: 100%;
    justify-content: end;
}
.header-main-wrap button.get-started {
    border-radius: 5rem;
    border-color: transparent;
    margin-left: 1rem;
    background-color: #fefefe38;
    width: 8rem;
    padding: 0 1.3rem;
    color: #fff;
    font-size: 0.8rem;
    height: 2.8rem;
    position: relative;
}
.navbar-brand img.img-responsive {
    width: 6.05rem;
}
/*animation*/
/* .anifade.delay-05s {
	transition-delay: 0.5s; 	
}
.anifade.delay-05s.active {
	transition-delay: 0.5s; 	
} 
.anifade.delay-1s {
	transition-delay: 1s; 	
}
.anifade.delay-1s.active {
	transition-delay: 1s; 	
}
.anifade.delay-1-5s {
	transition-delay: 1.5s; 	
}
.anifade.delay-1-5s.active {
	transition-delay: 1.5s; 	
} 
.anifade.delay-2s {
	transition-delay: 2s; 	
}
.anifade.delay-2s.active {
	transition-delay: 2s; 	
} 
.anifade.delay-2-5s {
	transition-delay: 2.5s; 	
}
.anifade.delay-2-5s.active {
	transition-delay: 2.5s; 	
} 
.anifade.delay-3s {
	transition-delay: 3s; 	
}
.anifade.delay-3s.active {
	transition-delay: 3s; 	
}  
.anifade.delay-3-5s {
	transition-delay: 3.5s; 	
}
.anifade.delay-3-5s.active {
	transition-delay: 3.5s; 	
}  
.anifade.delay-4s {
	transition-delay: 4s; 	
}
.anifade.delay-4s.active {
	transition-delay: 4s; 	
} 
.anifade.delay-4-5s {
	transition-delay: 4.5s; 	
}
.anifade.delay-4-5s.active {
	transition-delay: 4.5s; 	
} 
.anifade.delay-5s {
	transition-delay: 5s; 	
}
.anifade.delay-5s.active {
	transition-delay: 5s; 	
} 	
.anifade.transition {
	transition-timing-function: ease-in;
	transition-duration: 0.5s; 
}
.anifade.transition-1-5 {
	transition-timing-function: ease-in;
	transition-duration: 1.5s; 
}
.anifade.opacity.active {
	transition-timing-function: ease-in;
	transition-duration: 0.5s;
} 
.anifade.opacity {
	opacity: 0;
}
.anifade.opacity.active {
	opacity: 1;
}
.anifade.fade-up {
	transform: translateY(2rem);
}
.anifade.fade-up.active {
	transform: translateY(0rem);
}
.anifade.fade-right {
	transform: translateY(2rem);
}
.anifade.fade-right.active {
	transform: translateY(0rem);
}
.anifade.fade-left {
	transform: translateX(4rem);
}
.anifade.fade-left.active {
	transform: translateX(0rem);
}
.anifade.fade-down {
	transform: translateY(-2rem);
}
.anifade.fade-down.active {
	transform: translateY(0rem);
}
.anifade.grow {
	transform: scale(0.75);
}
.anifade.grow.active {
	transform: scale(0.99);
} */
/*banner-section*/
.banner-section {
    padding: 3rem 0;
}
.banner-section h4 {
    font-size: 1.26rem;
    color: #808080;
    margin-bottom: 1rem;
	font-family: 'Urbanist-Regular';
}
.banner-section h1 {
    font-size: 3.62rem;
    line-height: 120%;
}
.banner-section .button-wrap {
    display: inline-block;
    margin: 0 0 0 1rem;
    position: relative;
    top: -0.6rem;
}

section.banner-image-wrapper {
    position: relative;
    z-index: 1;
}

.banner-image-wrapper img {
    height: 34rem;
    object-fit: cover;
}

/**corebenefits-section**/
.core-benefits-section .overlayer-box {
    border-radius: 0.8rem;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: 0.35s;
	position: absolute;
    bottom: 0;
}
.core-benefits-section .overlayer-box .image {
    background-color: #F8F8F8;
}
.core-benefits-section .overlayer-box .image img {
    height: 12rem;
    object-fit: fill;
}
.core-benefits-section .overlayer-box .image .icon img {
    width: 3rem;
    height: auto;
}
.core-benefits-section .overlayer-box .text {
    padding: 2rem;
    margin-top: -2rem;
}
.core-benefits-section .overlayer-box .image .green-img {
    display: none;
}
.core-benefits-section .overlayer-box:hover .image .green-img {
	display: block;
}
.core-benefits-section .overlayer-box:hover .gray-img {
    display: none;
}
.core-benefits-section .overlayer-box .text h3 {
    margin: 1rem 0;
}
.core-benefits-section .overlayer-box .text p {
	opacity: 0;
	height: 0;
	font-size: 1.1rem;
	line-height: 1.6rem;
	transition: 0.35s;
}
.core-benefits-section .overlayer-box:hover .text p {
    opacity: 1;
    height: 4rem;
}
.core-benefits-section .col-md-4 {
    position: relative;
    height: 30rem;
}
.core-benefits-section .row {
    display: flex;
    align-items: baseline;
}


/*features-section*/
.features-section .row {
    border-radius: 0.8rem;
	height: auto;
	padding-top: 5rem;
	align-items: center;
	background-color: #f8f8f8;
}
.signature-section h2 span.webonly {
    display: inline-flex;
    font-size: 0.9rem;
    border: 1px solid;
    width: 6rem;
    height: 2rem;
    border-radius: 32px;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -0.5rem;
	margin-left: 1rem;
}
.features-section .row.even .text {
    padding-left:2rem;
}
.features-section .row .text {
    width: 26.5rem;
}
.features-section .row.odd .text {
    padding-right: 2rem;
}
.features-section .row.odd {
    flex-direction: row-reverse;
}
.features-section .row.odd .image {
    padding-right: 5rem;
}
.features-section a.button {
    width: 8.5rem;
}
.features-section .text h2 {
    font-size: 3.25rem;
}

/****get-unlimited-Access-section****/
.get-unlimited-access-section {
    background-image: url(.././image/access-bg-img.png);
}
.get-unlimited-access-section .text {
    color: #fff;
    padding: 4rem 0;
    width: 34rem;
}
.get-unlimited-access-section .text .button-wrap {
    display: inline-block;
    margin: 0 0 0 1rem;
	position: relative;
    top: -4px;
}
.get-unlimited-access-section .text a.button {
    position: relative;
    padding-left: 1.2rem;
    font-weight: 700;
	width: 9.2rem;
	top: -0.5rem;
}
.button-wrap a.button.white-btn {
    background-color: #fff;
    color: #121212;
}
.button-wrap a.button.white-btn:hover {
    background-color: #43A932;
}
.get-unlimited-access-section .text h2 {
    line-height: 140%;
    font-size: 3.25rem;
}
.get-unlimited-access-section .text a.button .arrow-black {
    padding-left: 1rem;
    position: relative;
    left: 0.5rem;
}
.get-unlimited-access-section .arrow-black img {
    width: 2.8rem;
}
.get-unlimited-access-section .text .button-wrap:hover .arrow-black img {
    width: 2rem;
}
.alltopics-btn.mob-view {
    display: none;
}


/***seamless-signatures-section***/
section.seamless-signatures-section {
    position: relative;
    z-index: 1;
}

@keyframes appear {
  from {
	opacity: 1;
    clip-path: inset(0 0 0 0);
    scale: 1;
    
  }
  to {
    opacity: 0;
    clip-path: inset(50% 50% 50% 50%);
    scale: 0;
  }
}
section.seamless-signatures-section.ani.active {
	animation: appear linear;
	animation-timeline: view();
	animation-range: entry 0% cover 15%; 
	overflow: hidden;	
}
section.seamless-signatures-section.pt-5.pb-5.text-white.ani .container {
	transition: transform 0.3s ease-in-out;
    translate: none; 
	rotate: none; 
	scale: none; 
	transform: translate(0px, 0px);
}
section.seamless-signatures-section.pt-5.pb-5.text-white.ani.active .container {
	transition: transform 0.3s ease-in-out;
    width: 100%;
    padding: 0;
    translate: none;
    rotate: none;
    scale: none;
    transform: translate3d(0px, 0px, 0px) scale(1.11);
}
.seamless-signatures {
    background-image: url(.././image/signatures-bg-img.png);
	border-radius: 4px;
	background-position: top;
	padding-bottom: 12rem;
}
.seamless-signatures h2 {
    width: 100%;
    max-width: 36rem;
    padding-left: 3rem;
    line-height: 120%;
    margin-bottom: 2rem;
    font-size: 3.26rem;
}
.seamless-img-mob-view {
    display: none;
}
.scan-text {
    display: flex;
    align-items: center;
    font-size: 1rem;
    margin-bottom: 2.5rem;
}
.scan-text p {
    margin: 0 0 0 1rem;
    line-height: 150%;
    color: #fff;
    font-size: 1rem;
	font-family: 'Urbanist-Regular';
}
.scan-wrap {
    width: 100%;
    max-width: 33rem;
    padding-left: 3rem;
}
.scan-text img {
    width: 4.2rem;
}
.QR-code-img img {
    width: 18.5rem;
}
/*what-they-say-section*/
.what-they-say-section {
    background-color: #F0F1F3;
}
.what-they-say-section .box {
    background-color: #fff;
    border-radius: 4px;
    height: 26rem;
    padding: 2.5rem;
    position: relative;
    display: flex;
    align-items: baseline;
	opacity: 0;
	transform: translateY(100px);
	margin: 0 1rem;
}
.what-they-say-section .box .image {
    display: flex;
    align-items: center;
    padding-bottom: 2rem;
}
.what-they-say-section .round-img img {
    width: 3.2rem;
    height: 3.2rem;
    margin-right: 1rem;
}
.what-they-say-section .box .image h3 {
    margin: 0;
    font-size: 1.58rem;
	font-family: 'Urbanist-Regular';
}
.what-they-say-section .box .image p {
    margin: 0;
    font-size: 0.8rem;
}
.what-they-say-section .direction-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 2.5rem 1.5rem;
}
.what-they-say-section .direction-text p {
    font-size: 1.05rem;
    line-height: 150%;
	font-family: 'Urbanist-Regular';
}
/*insight-hub-section*/
.insight-hub-section {
    background-color: #F0F1F3;
}
.insight-hub-section .box .text {
    padding: 1.5rem 0;
}
.insight-hub-section .box .text h4 {
    font-size: 24px;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 1rem;
}
.date {
    color: #666666;
    font-size: 0.95rem;
    font-family: 'Urbanist-Regular';
}
.alltopics-btn a.all-topics {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    border: 1px solid;
    padding: 0.66rem 0.8rem;
    border-radius: 2rem;
}
.alltopics-btn a.all-topics span.arrow {
    margin-left: 1rem;
    display: flex;
    align-items: center;
}
.insight-hub-section .text {
    position: relative;
}
.alltopics-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}
.insight-slider .box {
    margin: 0 0.5rem;
}
/**pricing-section**/


/****************tabs-wrap-**************/
.pricing-section .heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pricing-section .heading .text {
    width: 35rem;
}
.tabs-outer {
    width: 25rem;
}
.tabs-outer p {
    font-size: 1rem;
    line-height: 150%;
    margin-bottom: 1rem;
	font-family: 'Urbanist-Regular';
}
.tabs-outer .tab-btn {
    display: flex;
    align-items: center;
}
.tabs-outer .tab {
    background-color: #efefef;
    width: 12rem;
    height: 3rem;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
 .tabs-outer .tab button.tablinks.active {
    background-color: #fff;
}
.tabs-outer button.tablinks {
    text-transform: capitalize;
    border: none !important;
    outline: none !important;
    color: #121212;
    font-size: 0.8rem;
    border-radius: 32px;
    height: 2.5rem;
    padding: 0 1.4rem;
	font-family: 'Urbanist-Regular';
}
.tabs-outer .save-text {
    color: #43A932;
    font-size: 0.85rem;
    margin-left: 1rem;
    font-family: 'Urbanist-Regular';
}
.pricing-box {
    background-color: #F5F5F5;
    border-radius: 4px;
    padding: 1.5rem 1.5rem 1.2rem;
	height: 100%;
	position: relative;
}
.pricing-box ul {
    list-style: none;
    padding-bottom: 8rem;
    margin: 0;
}
.btn-transparent {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}
.btn-transparent a.get-started {
    text-align: center;
    border: 1px solid #121212;
    padding: 0.66rem 2rem;
    width: 100%;
    display: flex;
    border-radius: 5rem;
    justify-content: center;
	cursor: pointer;
    font-family: 'Urbanist-Regular';
}
.btn-transparent:hover a.get-started, .learn-more a.learn-more-btn:hover, .alltopics-btn:hover .all-topics {
    background-color: #121212;
    color: #43A932;
}
.pricing-box.responsive-bg .btn-transparent:hover a.get-started {
    background-color: #43A932;
    color: #121212;
}
.pricing-box ul li {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.pricing-box ul li img {
    width: 1.3rem;
    margin-right: 0.5rem;
}
.pricing-box h2 {
    color: #B9B9B9;
    font-size: 2.4rem;
}
.pricing-box h2.black {
    color: #121212;
}
.pricing-box h2.black span {
    font-size: 1rem;
}
.pricing-box p {
    font-size: 1rem;
    color: #121212;
    padding-bottom: 4rem;
}
.pricing-box.responsive-bg {
    background-image: url(.././image/pricing-card.png);
}
.pricing-box.responsive-bg li, .pricing-box.responsive-bg p, .pricing-box.responsive-bg h3 {
    color: #fff;
}
.pricing-box.responsive-bg .get-started {
    background-color: #fff;
}
.pricing-box h2.green {
    color: #7DF644;
}
.pricing-box h2.green span {
    font-size: 1rem;
}
.pricing-box.responsive-bg h3 {
    display: flex;
    align-items: center;
}
.popular-text {
    font-size: 0.85rem;
    background-color: #7DF644;
    color: #121212;
    padding: 0.5rem 0.8rem;
    border-radius: 5rem;
    margin-left: 0.5rem;
	font-family: 'Urbanist-Regular';
}
.learn-more {
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1rem 0;
    padding: 2rem 2.5rem;
}
.learn-more a.learn-more-btn {
    border: 1px solid #121212;
    padding: 0.66rem 2rem;
    display: flex;
    border-radius: 5rem;
    justify-content: center;
    cursor: pointer;
}
.learn-more span.arrow {
    margin-left: 1rem;
    display: none;
    align-items: center;
}
/**unlock-section**/
.unlock-section .image {
    position: relative;
}
.unlock-section .text {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
	padding: 0 1rem;
}
.unlock-section h1 {
    font-size: 3.2rem;
	margin-bottom: 1.5rem;
}
.unlock-section .arrow-right img {
    width: auto;
}
.unlock-section a.button {
    background-color: #fff;
    color: var(--black-color);
    position: relative;
    padding-left: 1.2rem;
    font-weight: 700;
	width: 9.25rem;
}
.unlock-section span.arrow-right {
    background-color: var(--black-color);
}
.unlock-section  .button-wrap {
    display: flex;
    justify-content: center;
    color: #121212;
}
.unlock-section .button-wrap span.arrow-black {
    position: relative;
    left: 1rem;
}
.unlock-section .button-wrap span.arrow-black img {
    width: 2.8rem;
}
/**footer**/
.footer {
	background-color: #121212;
    background-image: url(.././image/footer-bg-img.png);
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    padding: 0rem 0 0;
}
.get-tha-app h3 {
    color: #fff;
    font-size: 1.65rem;
	margin: 1rem 0;
}
.get-tha-app {
    padding: 0 0 9rem;
}
.app-store-img img:first-child {
    margin-right: 0.5rem;
}
.app-store-img img {
    width: 7rem;
}
.footer .footer-top .row {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 1.5rem;
}
ul#menu-footer-menu-one {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
ul#menu-footer-menu-one li:first-child {
    padding-left: 0;
}
.footer .nav-wrap ul li {
    list-style: none;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: 0 0.6rem;
    margin: 0;
}
.footer .nav-wrap > ul > li > a {
    color: #d0d0d0;
    font-weight: 400;
	position: relative;
}
.footer-menu li a:after {
    width: 0;
    height: 1px;
    position: absolute;
    top: 1.25rem;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    content: "";
    background-color: #43A932;
    transform: scaleX(0);
    transition: all .3s;
}
.footer-menu li a:hover:after {
    width: 100%;
    transform: scaleX(1);
}
.footer .footer-top .row .right {
    margin: 0;
    align-items: center;
    justify-content: flex-end;
}
.footer .footer-top .row .right li {
    padding: 0 0.5rem;
}
.footer .footer-top .row .right a {
    font-size: 0.8rem;
}
.footer .footer-top .row .right ul.display-flex {
    margin: 0;
}
.footer a {
    text-decoration: none;
    color: #fefefe;
}
.footer .text.social {
    display: flex;
    margin: 0rem 0rem 0rem;
}
.footer .text.social a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    margin-left: 0.8rem;
}
.footer .text.social img {
    width: 1.2rem;
}
.footer .footer-top .row .right a:nth-child(2) {
    width: 0.6rem;
}
.footer-bottom .row {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #868686;
    padding: 2rem 0;
}
.footer-bottom .row p {
    margin: 0;
    color: #FEFEFE;
    font-size: 0.8rem;
}
.footer-bottom .row .right .box {
    display: flex;
    justify-content: end;
}
.footer-bottom .right p a {
    margin-left: 2rem;
}
.footer-menu ul.sub-menu {
    margin-top: 1rem;
}
.footer .nav-wrap > ul > li > a:hover, .footer .footer-top .row .right a:hover {
    color: #43A932;
}




















/**responsive-style***/
@media (max-width: 991px) {
    html, body {
        font-size: 18px;
    }
	.button-wrap a.button {
		font-size: 0.9rem;
	}
	.navbar-toggler-icon {
		display: block;
		position: relative;
		z-index: 102;
		float: right;
		width: 2rem;
		height: 1.5rem;
		margin: 0;
		padding: 0;
		border: none;
		border-radius: 0.03rem;
		transform: rotate(0deg);
		transition: .5s ease-in-out;
		cursor: pointer;
		outline: 0;
		background: none !important;
	}
	.navbar-toggler-icon span {
		display: block;
		opacity: 1;
		position: absolute;
		left: 5px;
		width: 40px;
		height: 2px;
		background: #d0d0d0;
		transform: rotate(0deg);
		transition: .25s ease-in-out;
	}
	.navbar-toggler-icon span:nth-child(1) {
		top: 8px;
		opacity: 90%;
	}
	.navbar-toggler-icon span:nth-child(2), 
	.navbar-toggler-icon span:nth-child(3) {
		top: 17px;
		opacity: 40%;
	}
	.navbar-toggler-icon span:nth-child(4) {
		top: 26px;
	}
	.navbar-toggler-icon.open span:nth-child(1) {
		top: 18px;
		width: 0%;
		left: 50%;
	}
	.navbar-toggler-icon.open span:nth-child(2) {
		transform: rotate(45deg);
		opacity: 100%;
	}
	.navbar-toggler-icon.open span:nth-child(3) {
		transform: rotate(-45deg);
		opacity: 100%;
	}
	.navbar-toggler-icon.open span:nth-child(4) {
		top: 18px;
		width: 0%;
		left: 50%;
	}
	.navbar-toggler {
		padding: 0;
	}
	.navbar-toggler-icon span:nth-child(4) {
        top: 26px;
        display: none;
    }
	
	.header-main-wrap .navbar-toggler:focus {
		text-decoration: none;
		outline: 0;
		box-shadow: none;
	}
	/**toggler-icon-end***/
	
	/**header***/
	.navbar-collapse {
		padding-bottom: 0.4rem;
	}
	.header-main-wrap ul.navbar-nav li.nav-item {
		position: relative;
		margin: 0.5rem 0rem;
	}
	.header-main-wrap .container-fluid, .container {
		padding: 0 1rem;
	}
	.header-main-wrap ul.navbar-nav {
		padding-bottom: 13rem;
	}
	.header-main-wrap .nav-item a.nav-link {
        font-size: 1.7rem;
        width: fit-content;
        position: relative;
		color: #fff;
    }
	.header-main-wrap .nav-item a.nav-link:after {
		width: 100%;
		transform: scaleX(1);
		top: auto;
		height: 0.1rem;
	}
	.navbar-brand img.img-responsive {
		width: 100%;
	}
	.navbar-collapse button.btn.get-started {
		display: none;
	}
	/*banner-section*/
	.banner-section .button-wrap {
		display: block;
		margin: 1rem 0 0 0rem;
		position: unset;
	}
	.get-unlimited-access-section .text {
		width: auto;
	}
	.pricing-section .heading {
		display: block;
	}
	.pricing-section .heading .text {
		width: auto;
	}
	/**************/
	.banner-section h1 {
		font-size: 2rem;
	}
	.heading h1 {
		font-size: 2rem;
	}
	/******features-section********/
	.features-section .row .text {
		width: auto;
	}
	.features-section .row.cloud-storage-section .text {
		width: auto;
	}
	/******pricing-section********/
	.pricing-section .tabs-outer {
		width: auto;
	}
	/*****unlock-section*****/
	.unlock-section h1 {
		font-size: 2rem;
	}
	/******footer--section********/
	.footer {
		background-size: initial;
		background-position: -184vw 0vw;
	}
	.footer-menu li {
		display: flex;
		width: 33%;
	}
	.footer .footer-top .row .right ul.d-flex {
		display: block !important;
	}
	.footer-menu ul#menu-footer-menu-one {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.footer .get-tha-app h3 {
		font-size: 1.8rem;
	}
	.footer .app-store-img img {
		width: auto;
	}
	.footer .get-tha-app {
		padding: 0 0 2rem;
	}
}

@media (max-width: 767px) {
	.mob-view {
		display: block;
	}
	.heading h2 {
		font-size: 2.68rem;
		line-height: 120%;
	}
	 br {
		display: none;
	}
	.banner-image-wrapper img {
		height: 23rem;
	}
	.banner-section .button-wrap {
        display: none;
    }
	.banner-section h4 {
		font-size: 1.15rem;
	}
	.banner-section h1 {
        margin-bottom: 1rem;
    }
	/*core-benefits-section*/
	.core-benefits-section .overlayer-box {
		position: unset;
	}
	.core-benefits-section h1 {
		font-size: 2.68rem;
		line-height: 120%;
		margin-bottom: 2rem;
	}
	.core-benefits-section .col-md-4 {
		height: auto;
	}
	.core-benefits-section .col-md-4 {
        height: auto;
        margin-bottom: 1.5rem;
    }
	.core-benefits-section .overlayer-box .text p {
		opacity: 1;
		height: auto;
	}
	.core-benefits-section .overlayer-box .image .green-img {
		display: block;
	}
	.core-benefits-section .overlayer-box .image .gray-img {
		display: none;
	}
	.core-benefits-section .overlayer-box .text {
		padding: 1.5rem;
	}
	.core-benefits-section .overlayer-box:hover .text p {
		opacity: 1;
		height: auto;
	}
	/*features-section*/
	.features-section .text h2 {
        font-size: 2.35rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
	.features-section .row {
		position: relative;
		padding-bottom: 4rem;
		margin: 0 0rem 1.5rem !important;
	}
	.features-section .row .button-wrap {
		position: absolute;
		bottom: 1.5rem;
		width: 90%;
		left: 0;
		right: 0;
		margin: 0 auto;
		display: flex;
        justify-content: center;
	}
	.features-section .row.even .text {
		padding-left: 0rem;
	}
	.features-section .row.odd .image {
		padding-right: 0rem;
	}
	.features-section .row.odd .text {
		padding-right: 0rem;
	}
	.features-section .row .col-md-5, .features-section .row .col-md-7 {
		padding: 0 1.2rem;
	}
	.features-section .heading h1, .seamless-signatures h2 {
        font-size: 2.68rem;
        line-height: 120%;
    }
	/*get-unlimited-access-section*/
	.get-unlimited-access-section .text .button-wrap {
		display: block;
		margin: 2rem 0 0 0rem;
		position: unset;
	}
	.get-unlimited-access-section .text h2 {
		font-size: 2.68rem;
		line-height: 120%;
	}
	.get-unlimited-access-section {
        background-image: url(.././image/access-mb-bg-img.png);
        height: 560px !important;
        max-height: 560px !important;
        display: flex;
        align-items: end;
    }
	.get-unlimited-access-section .text {
		padding: 4rem 0 1rem;
	}
	/*seamless-signatures-section*/
	.seamless-signatures-section .container {
		padding: 0;
	}
	.seamless-signatures {
        background-image: none;
        background-color: #121212;
		padding-bottom: 0 !important;
    }
	.seamless-signatures-section .scan-wrap .QR-code-img {
		display: none;
	}
	.seamless-signatures h2 {
		max-width: 100%;
		padding: 0 1.25rem;
		line-height: 120%;
		margin-bottom: 2rem;
		font-size: 3.26rem;
	}
	.scan-wrap {
		max-width: 100%;
		padding: 0 1.25rem;
	}
	.QR-code-img img {
		width: auto;
	}
	.seamless-img-mob-view {
		display: block;
	}
	.seamless-outer .scan-text img {
		width: 6rem;
		height: 3rem;
	}
	.seamless-signatures .mob-view {
		padding: 0 1.25rem 2rem;
		margin-top: -6rem;
		position: relative;
	}
	/**what-they-say-section**/
	.what-they-say-section .box {
		opacity: 1;
		transform: unset;
		margin: 0 0.7rem;
	}
	.what-they-say-section .slick-dots li button {
		width: 6.5rem;
		background-color: #D9D9D9;
		padding: 0.12rem;
		height: 0.2rem;
		list-style: none;
		border-radius: 2px;
	}
	.what-they-say-section .slick-dots li.slick-active button {
		background-color: #121212;
	}
	.what-they-say-section .slick-dots li button:before {
		display: none;
	}
	.what-they-say-section .slick-dots li {
		width: 7rem;
		height: auto;
		margin: 0 0.1rem;
	}
	.what-they-say-section .direction-text {
		padding: 0 1.8rem 1.5rem;
	}
	/**pricing-section**/
	.pricing-section .tabs-outer {
        padding-top: 1rem;
    }
	.pricing-section .tabs-outer button.tablinks {
		font-size: 1rem;
	}
	.pricing-section .tabs-outer .tab {
		width: 13.5rem;
	}
	.pricing-section .tabs-outer .save-text {
		font-size: 0.9rem;
	}
	.pricing-section .learn-more {
		display: block;
		padding: 2rem 1.5rem;
	}
	.pricing-section .learn-more span.arrow {
		display: block;
	}
	.pricing-section .learn-more a.learn-more-btn {
		width: fit-content;
		font-weight: 500;
		font-family: 'Urbanist-Regular';
	}
	.pricing-section .learn-more p {
		font-size: 1.35rem;
		color: #121212;
	}
	.pricing-box.responsive-bg .get-started {
		font-weight: 500;
	}
	.pricing-section.pt-5.pb-5 {
		padding-bottom: 1.5rem !important;
	}
	.alltopics-btn {
		display: none;
	}
	 .alltopics-btn.mob-view {
        display: block;
        position: unset;
        width: fit-content;
    }
	.alltopics-btn a.all-topics {
		font-weight: 500;
	}
	/**insight-slider**/
	.insight-slider .box .image img {
		height: 20rem;
		object-fit: fill;
	}
	.insight-hub-section .box .text p {
		margin: 0;
	}
	/**unlock-section**/
	.footer {
		background-image: url(.././image/footer-mob-bg.png);
		background-position: top !important;
	}
	.unlock-section .image > img {
		height: 35rem;
	}
	/**footer**/
	 .footer {
		background-size: cover;
		background-position: -40rem -4rem;
	}
	.footer .nav-wrap ul li {
        display: flex;
        width: 50%;
        margin: 0 0 1.5rem;
		padding: 0;
    }
	.footer .footer-top .row .right li {
		padding: 0 0rem;
		width: 100%;
	}
	.footer .footer-top .row .right ul.d-flex, .footer .text.social {
		width: 50%;
		flex-wrap: wrap;
	}
	.footer .footer-top .row .right a:first-child {
		margin-left: 0;
	}
	.footer .nav-wrap > ul > li > a {
		font-size: 0.9rem;
	}
	.footer-bottom .row {
		flex-direction: column-reverse;
	}
	.footer-bottom .row .right .box {
		justify-content: center;
        margin-bottom: 0.4rem;
	}
	.footer-bottom .row p {
		text-align: center;
		color: #fefefe7a;
	}
	.footer-bottom .right p a:first-child {
		margin: 0;
	}
	.footer-bottom .right p a {
		color: #fefefe7a;
	}
}
@media (max-width: 480px) {
	.banner-section .button-wrap a.button {
		width: 100%;
		font-size: 0.92rem;
	}
	.app-store-img {
		display: flex;
	}
	.footer .app-store-img img {
        width: 7rem;
    }
	.features-section .text h2 {
        font-size: 1.35rem;
    }
	.features-section .row .button-wrap a.button, .get-unlimited-access-section .text a.button {
		width: 100%;
	}
	.what-they-say-section .slick-dots li button {
		width: 3.6rem;
	}
	.what-they-say-section .slick-dots li {
		width: 4rem;
	}
    .footer {
        background-size: cover;
        background-position: -168vw -10vw;
    }
	
}