@media (min-width: 1700px) and (max-width: 1920px) {

    .box-pro {
    background: rgba(255, 255, 255, 0.1);
    background-image: url(../img/PNG/green_pattern.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    backdrop-filter: blur(25px) brightness(90%);
    -webkit-backdrop-filter: blur(25px) brightness(90%);
    border-radius: 36px;
    padding: 5% 30px;
    height: 450px;
 
}

.box-edge {
    background: rgba(255, 255, 255, 0.1);
    background-image: url(../img/PNG/yellow_pattern.png);
    background-repeat: no-repeat;
    background-position: right top;
    backdrop-filter: blur(25    px) brightness(90%);
    -webkit-backdrop-filter: blur(25px) brightness(90%);
    border-radius: 36px;
    padding: 5% 30px;
    height: 450px;
 
}

.image-1, .image-2, .image-3, .image-4 {
    display: none;
    margin-top: -17%;
    margin-left: 0px;
}
  .image-1 {
    display: block;
}
.image-1 img, .image-2 img, .image-3 img, .image-4 img {
    max-width: 100%;
    width: 800px;
    margin-left: 0px;
}

.feature-bg  .accordion {
    padding-left: 15%;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1.80rem 0rem 1.80rem;
    font-size: 30px;
    font-weight: 700;
    color: #BFBFBF;
    text-align: left;
    background-color: transparent;
    border-bottom: solid 1px #707070;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
    margin-bottom: 20px;
}

.left-points {
    position: relative;
    top: 21%;
    left: 23%;
    font-size: 19px;
    line-height: 1.5;

}

.right-points {
    position: relative;
    top: 21%;
    right: 25%;
    font-size: 19px;
    line-height: 1.5;

}

.point-bg { 
margin-bottom: 50%;
}

.point-bg-1{ 
margin-bottom: 40%;
}

.point-bg-3 { 
margin-bottom: 50%;
}

.point-bg-4{ 
margin-bottom: 60%;
}

.mobile-feature img {
    max-width: 100%;
}


}


@media (min-width: 1281px) and (max-width: 1450px) {
  
    .image-1 img, .image-2 img, .image-3 img, .image-4 img {
    max-width: 95%;
}

.image-1, .image-2, .image-3, .image-4 {
	display: none;
	margin-top: 80px;
	margin-left: 60px;
}

.image-1 {
	display: block;
}
.footer-top .blue-bg h3 {
	color: #FAB330;
	font-size: 36px;
	line-height: 0.4;
	font-weight: 700;
	margin: 15px 0px 0px;
	border-bottom: solid 5px #5937FF;
	width: 41%;
}
.modal-dialog {
    width: 80%;
    max-width: 1000px;
    margin: 2rem auto;
    padding: 2% 0;
}
}


@media (min-width: 1200px) and (max-width: 1280px) {

	body {
		overflow-x: hidden;
	}
  
    .image-1 img, .image-2 img, .image-3 img, .image-4 img {
    max-width: 100%;
}

.image-1, .image-2, .image-3, .image-4 {
	display: none;
	margin-top: 20px;
	margin-left: 40px;
}

.image-1 {
	display: block;
}

.feature-bg h5 {
    font-family: "Onest", sans-serif;
    font-size: 15px;
    line-height: 1.4;
    padding: 7px 5px;
    text-align: center;
    width: 143px;
    display: block;
    margin: auto;
}
.feature-bg h3 {
	color: #fff;
	font-size: 36px;
	line-height: 1.3;
	font-weight: 700;
	width:100%;
	margin: 20px 0px;
	   display: block;
    margin: 0px auto 20px;
	text-align: center;
}
.footer-top .blue-bg h3 {
	color: #FAB330;
	font-size: 36px;
	line-height: 0.4;
	font-weight: 700;
	margin: 15px 0px 0px;
	border-bottom: solid 5px #5937FF;
	width:285px;
}
.modal-dialog {
    width: 80%;
    max-width: 1000px;
    margin: 2rem auto;
    padding: 2% 0;
}


}

@media (min-width: 1024px) and (max-width: 1199px) {

    body {
        overflow-x: hidden;
    }
    #navbarNav a {
	color: #fff;
	padding: 0px 25px;
	font-size: 18px;
	font-family: "Instrument Sans", sans-serif;
	font-weight: 600;
}

.hero .logo img {
	float: none;
	width:100%;
}

.hero header .col-md-4 {
    flex: 0 0 auto;
	width: 25%;
}

.hero  header .col-md-4:nth-of-type(2) {
	flex: 0 0 auto;
	width: 50%;
}

 .book-demo {
	background: #FAB330;
	border-radius: 8px;
	width: 160px;
	height: 50px;
	border: none;
	float: right;
	font-size: 16px;
	font-weight: 600;
}

.hero .hero-content h1 {
	font-weight: 700;
	font-size: 40px;
}

.feature_body_bg .content h1 {
	font-weight: 700;
	font-size: 40px;
	margin: 15px 0px;
}

.hero .hero-content p {
	font-size: 16px;
	text-align: left;
}

.box-pro {
	background: rgba(255, 255, 255, 0.1);
	background-image: url(../img/PNG/green_pattern.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	backdrop-filter: blur(25px) brightness(90%);
	-webkit-backdrop-filter: blur(25px) brightness(90%);
	border-radius: 36px;
	padding: 5% 30px;
	height: 350px;
    background-size: 40%;
} 

.box-edge {
	background: rgba(255, 255, 255, 0.1);
	background-image: url(../img/PNG/yellow_pattern.png);
	background-repeat: no-repeat;
	background-position: right top;
	backdrop-filter: blur(25 px) brightness(90%);
	-webkit-backdrop-filter: blur(25px) brightness(90%);
	border-radius: 36px;
	padding: 5% 30px;
	height: 350px;
    background-size: 40%;
}

.box-pro .content-pro {
	color: #fff;
	margin-left: 18%;
	margin-top: 10%;
}
.box-pro .content-pro h2 {
	font-size: 38px;
	font-weight: 700;
}

.box-edge .content-edge h2 {
	font-size: 38px;
	font-weight: 700;
}

.box-pro .content-pro ul li {
    font-size: 16px;
    line-height: 1.3;
    padding-right: 40px;
    margin: 0px 0px;
    padding: 0px 0px 5px;
}

.box-edge .content-edge ul li {
    font-size: 16px;
    line-height: 1.3;
    padding-right: 40px;
    margin: 0px 0px;
    padding: 0px 0px 5px;
}
.feature-bg .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
    padding: 0px 3%;
}

.feature-bg .accordion {
	padding-left: 0%;
}

.accordion-header {
	margin-bottom: 0;
	font-size: 25px;
	color: #BFBFBF;
}

.image-1, .image-2, .image-3, .image-4 {
	display: none;
	margin: 10px auto;
}
.image-1 {
    display: block;
}
.image-1 img, .image-2 img, .image-3 img, .image-4 img {
	max-width: 70%;
    margin: 10px auto;
    display: block;
}

.mobile-app-features h3 {
	color: #fff;
	font-size: 32px;
	line-height: 1.3;
	font-weight: 700;
	margin: 25px auto;
}

.mobile-app-features p {
	font-size: 16px;
	line-height: 1.3;
	padding-right: 40px;
	margin: 20px auto 30px;
	width: 90%;
}

.mobile-feature img {
	max-width: 100%;
}

.left-points {
	position: relative;
	top: 19%;
	left: 10%;
	font-size: 17px;
	line-height: 1.5;
}

.point-bg, .point-bg-1, .point-bg-2, .point-bg-3, .point-bg-4, .point-bg-5 {
	width: 250px;
	height: 65px;
}
.right-points {
	position: relative;
	top: 21%;
	right: 28%;
	font-size: 17px;
	line-height: 1.5;
}

.insights-bg .content h3 {
	color: #fff;
	font-size: 32px;
	line-height: 1.3;
	font-weight: 700;
	margin: 25px auto;
}
.insights-bg .content p {
	font-size: 16px;
	line-height: 1.3;
	margin: 20px auto 30px;
}

.slider-bg .content h3 {
	color: #fff;
	font-size: 32px;
	line-height: 1.3;
	font-weight: 700;
	margin: 25px 0;
	width: 100%;
}

.slider .slider-bg {
	max-width: 90% !important;
	height: 162px;
	background-color: rgba(82, 60, 141, 0.4);
	border-radius: 18px;
	padding: 12% 15%;
	margin: 0px 15px;
	justify-content: center;
}

.digital-collection .content h3 {
	color: #fff;
	font-size: 32px;
	line-height: 1.3;
	font-weight: 700;
	margin: 25px auto;
}

.digital-collection .content p {
	font-size: 16px;
	line-height: 1.3;
	margin: 20px auto 30px;
	width: 80%;
}

 
.iso .content h3 {
    color: #fff;
	font-size: 32px;
	line-height: 1.3;
	font-weight: 700;
	margin: 25px auto;
}
.iso .content p {
    font-size: 16px;
	line-height: 1.3;
	margin: 20px 0 30px;
	width: 100%;
}

.iso img {
	width: 100%;
}

.foooter-menu ul li {
	display: inline-flex;
	margin: 0px 35px;
}

.footer-top .blue-bg h3 {
	color: #FAB330;
	font-size: 32px;
	line-height: 0.4;
	font-weight: 700;
	margin: 15px 0px 0px;
	border-bottom: solid 5px #5937FF;
	width:260px;
}
.footer-top .blue-bg h4 {
	font-family: "Onest", sans-serif;
	font-size: 30px;
	line-height: 1.4;
	padding: 0px 5px;
	text-align: left;
	color: #fff;
}

.footer-btm {
	background: #352875;
	padding: 1.8% 0px 0%;
	margin-top: -5%;
	color: #fff;
}

.footer-btm p {
	font-size: 16px;
	padding-bottom: 0px;
	color: #C8C3E1;
	padding-top: 10px;
    text-align: center;
}
.table-bg h3 {
	color: #fff;
	font-size: 32px;
	line-height: 1.3;
	font-weight: 700;
	margin: 20px 0px 30px;
	text-align: center;
}

.table-bordered > :not(caption) > * > * {
	font-size: 18px;
	padding-left: 20px;
}

.modal-dialog {
    width: 100%;
    max-width: 1000px;
    margin: 2rem auto;
    padding: 2% 0;
}
.feature-bg .accordion {
    padding-left: 0;
    width: 100%;
}

.feature-bg .heading {
    padding-left: 0%;
}
.feature-bg h5 {
    font-family: "Onest", sans-serif;
    font-size: 15px;
    line-height: 1.4;
    padding: 7px 5px;
    text-align: center;
    width: 143px;
    display: block;
    margin: 0px auto 10px;
}
.feature-bg h3 {
	color: #fff;
	font-size: 32px;
	line-height: 1.2;
	font-weight: 700;
	width:100%;
	margin: 20px 0px;
	   display: block;
    margin: 0px auto 20px;
	text-align: center;
}

.feature-bg .accordion-button:not(.collapsed), .accordion-button {
    font-size: 25px;
    font-weight: 700;
}

.accordion-body p {
    font-size: 18px;
    line-height: 1.5;
}

.slider-bg .content {
    margin-left: 0%;
}

.slider-bg .content h5 {
	display: block;
	margin: auto;
}

.slider-bg .content h3 {
	font-size: 32px;
	text-align: center;
	margin: 10px auto;
	width: 70%;
}
}

@media (min-width: 992px) and (max-width: 1023px) {

    body {
        overflow-x: hidden;
    }
    #navbarNav a {
	color: #fff;
	padding: 0px 25px;
	font-size: 18px;
	font-family: "Instrument Sans", sans-serif;
	font-weight: 600;
}

.hero .logo img {
	float: none;
	width:100%;
}

.hero header .col-md-4 {
    flex: 0 0 auto;
	width: 25%;
}

.hero  header .col-md-4:nth-of-type(2) {
	flex: 0 0 auto;
	width: 50%;
}

 .book-demo {
	background: #FAB330;
	border-radius: 8px;
	width: 160px;
	height: 50px;
	border: none;
	float: right;
	font-size: 16px;
	font-weight: 600;
}

.hero .hero-content h1 {
	font-weight: 700;
	font-size: 40px;
}
.feature_body_bg .content h1 {
	font-weight: 700;
	font-size: 40px;
	margin: 15px 0px;
}

.hero .hero-content p {
	font-size: 16px;
	text-align: left;
}

.box-pro {
	background: rgba(255, 255, 255, 0.1);
	background-image: url(../img/PNG/green_pattern.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	backdrop-filter: blur(25px) brightness(90%);
	-webkit-backdrop-filter: blur(25px) brightness(90%);
	border-radius: 36px;
	padding: 5% 30px;
	height: 350px;
    background-size: 40%;
} 

.box-edge {
	background: rgba(255, 255, 255, 0.1);
	background-image: url(../img/PNG/yellow_pattern.png);
	background-repeat: no-repeat;
	background-position: right top;
	backdrop-filter: blur(25 px) brightness(90%);
	-webkit-backdrop-filter: blur(25px) brightness(90%);
	border-radius: 36px;
	padding: 5% 30px;
	height: 350px;
    background-size: 40%;
}

.box-pro .content-pro {
	color: #fff;
	margin-left: 18%;
	margin-top: 10%;
}
.box-pro .content-pro h2 {
	font-size: 38px;
	font-weight: 700;
}

.box-edge .content-edge h2 {
	font-size: 38px;
	font-weight: 700;
}

.box-pro .content-pro ul li {
    font-size: 16px;
    line-height: 1.3;
    padding-right: 40px;
    margin: 0px 0px;
    padding: 0px 0px 5px;
}

.box-edge .content-edge ul li {
    font-size: 16px;
    line-height: 1.3;
    padding-right: 40px;
    margin: 0px 0px;
    padding: 0px 0px 5px;
}
.feature-bg .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
    padding: 0px 3%;
}

.feature-bg .accordion {
	padding-left: 0%;
}

.accordion-header {
	margin-bottom: 0;
	font-size: 28px;
	color: #BFBFBF;
}

.image-1, .image-2, .image-3, .image-4 {
	display: none;
	margin: 10px auto;
}
.image-1 {
    display: block;
}
.image-1 img, .image-2 img, .image-3 img, .image-4 img {
	max-width: 100%;
    margin: auto;
    display: block;
}

.mobile-app-features h3 {
	color: #fff;
	font-size: 32px;
	line-height: 1.3;
	font-weight: 700;
	margin: 25px auto;
}

.mobile-app-features p {
	font-size: 16px;
	line-height: 1.3;
	padding-right: 40px;
	margin: 20px auto 30px;
	width: 90%;
}

.mobile-feature img {
	max-width: 100%;
}

.left-points {
	position: relative;
	top: 19%;
	left: 10%;
	font-size: 17px;
	line-height: 1.5;
}

.point-bg, .point-bg-1, .point-bg-2, .point-bg-3, .point-bg-4, .point-bg-5 {
	width: 250px;
	height: 65px;
}
.right-points {
	position: relative;
	top: 21%;
	right: 28%;
	font-size: 17px;
	line-height: 1.5;
}

.insights-bg .content h3 {
	color: #fff;
	font-size: 32px;
	line-height: 1.3;
	font-weight: 700;
	margin: 25px auto;
}
.insights-bg .content p {
	font-size: 16px;
	line-height: 1.3;
	margin: 20px auto 30px;
}

.slider-bg .content h3 {
	color: #fff;
	font-size: 32px;
	line-height: 1.3;
	font-weight: 700;
	margin: 25px 0;
	width: 100%;
}

.slider .slider-bg {
	max-width: 90% !important;
	height: 162px;
	background-color: rgba(82, 60, 141, 0.4);
	border-radius: 18px;
	padding: 12% 15%;
	margin: 0px 15px;
	justify-content: center;
}

.digital-collection .content h3 {
	color: #fff;
	font-size: 32px;
	line-height: 1.3;
	font-weight: 700;
	margin: 25px auto;
}

.digital-collection .content p {
	font-size: 16px;
	line-height: 1.3;
	margin: 20px auto 30px;
	width: 80%;
}

.iso .content h3 {
	color: #fff;
	font-size: 32px;
	line-height: 1.3;
	font-weight: 700;
	margin: 25px auto;
}
.iso .content p {
    font-size: 16px;
	line-height: 1.3;
	margin: 20px 0 30px;
	width: 100%;
}

.iso img {
	width: 100%;
}

.foooter-menu ul li {
	display: inline-flex;
	margin: 0px 35px;
}

.footer-top .blue-bg h3 {
	color: #FAB330;
	font-size: 32px;
	line-height: 0.4;
	font-weight: 700;
	margin: 15px 0px 0px;
	border-bottom: solid 5px #5937FF;
	width:255px;
}
.footer-top .blue-bg h4 {
	font-family: "Onest", sans-serif;
	font-size: 30px;
	line-height: 1.4;
	padding: 0px 5px;
	text-align: left;
	color: #fff;
}

.footer-btm {
	background: #352875;
	padding: 1.8% 0px 0%;
	margin-top: -5%;
	color: #fff;
}

.footer-btm p {
	font-size: 16px;
	padding-bottom: 0px;
	color: #C8C3E1;
	padding-top: 10px;
    text-align: center;
}

.table-bg h3 {
	color: #fff;
	font-size: 32px;
	line-height: 1.3;
	font-weight: 700;
	margin: 20px 0px 30px;
	text-align: center;
}

.table-bordered > :not(caption) > * > * {
	font-size: 18px;
	padding-left: 20px;
}
.modal-dialog {
    width: 70%;
    max-width: 1000px;
    margin: 2rem auto;
    padding: 2% 0;
}

.modal-dialog  .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
}

}


@media (min-width: 768px) and (max-width: 991px) {

    body {
        overflow-x: hidden;
    }
    #navbarNav a {
	color: #fff;
	padding: 0px 25px;
	font-size: 18px;
	font-family: "Instrument Sans", sans-serif;
	font-weight: 600;
}

.hero .logo img {
	float: none;
	width:100%;
}

.hero header .col-md-4 {
    flex: 0 0 auto;
	width: 25%;
}

.hero  header .col-md-4:nth-of-type(2) {
	flex: 0 0 auto;
	width: 50%;
}

 .book-demo {
	background: #FAB330;
	border-radius: 8px;
	width: 160px;
	height: 50px;
	border: none;
	float: right;
	font-size: 16px;
	font-weight: 600;
}

.hero .hero-content {
	margin-top: 50%;
	color: #fff;
	margin-left: -40%;
}

.hero .hero-content h1 {
	font-weight: 700;
	font-size: 35px;
}
.feature_body_bg .content h1 {
	font-weight: 700;
	font-size: 35px;
	margin: 15px 0px;
}
.hero .hero-content p {
	font-size: 16px;
	text-align: left;
}

.hero img {
	float: none;
	display: block;
	margin: auto;
}

.box-pro {
	background: rgba(255, 255, 255, 0.1);
	background-image: url(../img/PNG/green_pattern.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	backdrop-filter: blur(25px) brightness(90%);
	-webkit-backdrop-filter: blur(25px) brightness(90%);
	border-radius: 36px;
	padding: 5% 30px;
	height: 350px;
    background-size: 40%;
} 

.box-edge {
	background: rgba(255, 255, 255, 0.1);
	background-image: url(../img/PNG/yellow_pattern.png);
	background-repeat: no-repeat;
	background-position: right top;
	backdrop-filter: blur(25 px) brightness(90%);
	-webkit-backdrop-filter: blur(25px) brightness(90%);
	border-radius: 36px;
	padding: 5% 30px;
	height: 350px;
    background-size: 40%;
}

.box-pro .content-pro {
	color: #fff;
	margin-left: 42%;
	margin-top: 6%;
}

.box-pro {
    margin-bottom: 50px;
}

.box-pro .content-pro h2 {
	font-size: 32px;
	font-weight: 700;
    padding-bottom: 20px;
}

.box-pro .content-pro ul li {
    font-size: 16px;
    line-height: 1.3;
    padding-right: 40px;
    margin: 0px 0px;
    padding: 0px 0px 5px;
}

.box-edge .content-edge h2 {
	 	font-size: 32px;
	font-weight: 700;
     padding-bottom: 20px;
}

.box-edge .content-edge ul li {
    font-size: 16px;
    line-height: 1.3;
    padding-right: 40px;
    margin: 0px 0px;
    padding: 0px 0px 5px;
}
.feature-bg .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
    padding: 0px 3%;
}

.feature-bg .accordion {
	padding-left: 0%;
	width: 100%;
}

.feature-bg h5 {
	margin: auto;
	display: block;
}
.accordion-button, .feature-bg .accordion-button:not(.collapsed) {
	font-size: 25px;
}
.accordion-header {
	margin-bottom: 0;
	font-size: 25px;
	color: #BFBFBF;
}
.accordion-body p {
    font-size: 18px;
    line-height: 1.5;
}
.feature-bg .heading {
	padding-left: 0;
}

.feature-bg h3 {
	color: #fff;
	font-size: 32px;
	line-height: 1.3;
	font-weight: 700;
	margin: 20px auto;
	text-align: center;
}

.feature-bg .accordion-button img {
	margin-right: 20px;
    width:6%;
}

.image-1, .image-2, .image-3, .image-4 {
	display: none;
	margin: 10px auto;
}
.image-1 {
    display: block;
}
.image-1 img, .image-2 img, .image-3 img, .image-4 img {
	max-width: 80%;
    margin: auto;
    display: block;
}

.mobile-app-features {
	padding: 3% 0px 12%;
}

.mobile-app-features h3 {
	color: #fff;
	font-size: 32px;
	line-height: 1.3;
	font-weight: 700;
	margin: 25px auto;
}

.mobile-app-features p {
	font-size: 16px;
	line-height: 1.3;
	padding-right:0px;
	margin: 20px auto 30px;
	width: 90%;
}

.mobile-feature img {
	max-width: 60%;
    margin: auto;
}

.mobile-app-features .col-md-3, .mobile-app-features .col-md-6 {
	flex: 0 0 auto;
	width: 100%;
}

 .left-points {
	position: relative;
	top: 0;
	left: 30%;
	font-size: 17px;
	line-height: 1.35;
	margin: auto;
	width: 100%;
}

.point-bg, .point-bg-1, .point-bg-2, .point-bg-3, .point-bg-4, .point-bg-5 {
	width: 250px;
	height: 65px;
}

.point-bg, .point-bg-1, .point-bg-2 {
    margin-bottom: 5%;
}

.point-bg-3, .point-bg-4, .point-bg-5 {
    margin-bottom: 5%;
}
 

.right-points {
	position: relative;
	top: 15%;
	left: 30%;
	font-size: 17px;
	line-height: 1.5;
}

.insights-bg .content h5 {
	margin: auto;
	display: block;
}
.insights-bg .col-md-5 {
	flex: 0 0 auto;
	width: 100%;
    padding: 0px 20px;
}

.insights-bg .col-md-7 {
	flex: 0 0 auto;
	width:100%;
    padding: 0px 20px;
}

.insights-bg .content h3 {
	color: #fff;
	font-size: 32px;
	line-height: 1.3;
	font-weight: 700;
	margin: 25px auto;
	text-align: center;
}
.insights-bg .content p {
	font-size: 16px;
	line-height: 1.3;
	margin: 20px auto 30px;
	text-align: center;
}
.insights-bg .content .book-demo {
	margin: auto;
	display: block;
}


.slider-bg .content h3 {
	color: #fff;
	font-size: 32px;
	line-height: 1.3;
	font-weight: 700;
	margin: 25px 0;
	width: 100%;
}

.slider .slider-bg {
	max-width: 90% !important;
	height: 162px;
	background-color: rgba(82, 60, 141, 0.4);
	border-radius: 18px;
	padding: 12% 15%;
	margin: 0px 15px;
	justify-content: center;
}

.digital-collection .content h3 {
	color: #fff;
	font-size: 32px;
	line-height: 1.3;
	font-weight: 700;
	margin: 25px auto;
}

.digital-collection .content p {
	font-size: 16px;
	line-height: 1.3;
	margin: 20px auto 30px;
	width: 80%;
}

.iso .content h3 {
	color: #fff;
	font-size: 32px;
	line-height: 1.3;
	font-weight: 700;
	margin: 25px auto;
}
.iso .content p {
    font-size: 16px;
	line-height: 1.3;
	margin: 20px 0 30px;
	width: 100%;
}

.foooter-menu ul li {
	display: inline-flex;
	margin: 0px 15px;
}

.contact-details .col-md-5, .contact-details .col-md-7 {
	flex: 0 0 auto;
	width: 50%;
}

.footer-top .blue-bg h3 {
	color: #FAB330;
	font-size: 32px;
	line-height: 0.4;
	font-weight: 700;
	margin: 15px 0px 0px;
	border-bottom: solid 5px #5937FF;
	width:260px;
}
.footer-top .blue-bg h4 {
	font-family: "Onest", sans-serif;
	font-size: 30px;
	line-height: 1.4;
	padding: 0px 5px;
	text-align: left;
	color: #fff;
}

.footer-btm {
	background: #352875;
	padding: 1.8% 0px 0%;
	margin-top: -5%;
	color: #fff;
}

.footer-btm p {
	font-size: 16px;
	padding-bottom: 0px;
	color: #C8C3E1;
	padding-top: 10px;
    text-align: center;
}

.footer-image {
	position: relative;
	/* float: left; */
	left: -50px;
}

.encollect_sections .col-md-6 {
	flex: 0 0 auto;
	width: 100%;
}

.table-bg h3 {
	color: #fff;
	font-size: 32px;
	line-height: 1.3;
	font-weight: 700;
	margin: 20px 0px 30px;
	text-align: center;
}

.table-bordered > :not(caption) > * > * {
	font-size: 18px;
	padding-left: 20px;
}

.modal-header .fs-5 {
    font-size: 1.5rem!important;
    font-weight: 700;
    color: #352875;
    font-family: "Instrument Sans", sans-serif;
	text-align: center;
}

.modal-header  img.float-end.mw-100 {
	float: none !important;
	margin: 20px auto;
}
.modal-dialog {
    width: 80%;
    max-width: 1000px;
    margin: 2rem auto;
    padding: 2% 0;
}

.modal-dialog  .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
}

.feature_body_bg .content {
    padding: 15% 0;
}

}

 
@media (min-width: 560px) and (max-width: 767px) {

    body {
        overflow-x: hidden;
    }
    #navbarNav a {
	color: #fff;
	padding: 0px 25px;
	font-size: 18px;
	font-family: "Instrument Sans", sans-serif;
	font-weight: 600;
}
.scroll-button {
    position: absolute;
    top: 40px;
    right: 20px;
    cursor: pointer;
    transition: position 0.3s ease;
    z-index: 1000;
}
.hero .p-4 {
	padding: 2.5rem 0.5rem 1rem !important;
}

.logo {
	max-width: 200px;
	margin-left: 0px;
}

.hero .logo img {
	float: none;
	width:100%;
}

  .hero header .col-md-4:nth-of-type(1){
    width: 45%;
    flex: 0 0 auto;
  }

    .hero header .col-md-4:nth-of-type(2){
    width: 0%;
    flex: 0 0 auto;
  }
  .hero header .col-md-4:nth-of-type(3) {
    width: 50%;
    flex: 0 0 auto;
  }

 .book-demo {
	background: #FAB330;
	border-radius: 8px;
	width: 160px;
	height: 50px;
	border: none;
	float: right;
	font-size: 16px;
	font-weight: 600;
}

 .hero .hero-content {
	margin: 5% auto;
	color: #fff;
	padding: 0px 5%;
}

.hero .hero-content h1 {
	font-weight: 700;
	font-size: 30px;
	text-align: center;
}
.feature_body_bg .content h1 {
	font-weight: 700;
	font-size: 30px;
	margin: 15px 0px;
}
.hero .hero-content p {
	font-size: 16px;
	text-align: center;
}

.hero .hero-content .explore {
	color: #333333;
	background: #00FFE5;
	width: 180px;
	height: 50px;
	border: none;
	font-size: 16px;
	border-radius: 8px;
	margin: 30px auto;
	font-weight: 600;
	display: block;
}

.hero img {
	float: none;
	display: block;
	margin: auto;
	max-width: 90%;
}
.encollect_sections {
	padding: 0px 4% 5%;
}
.box-pro {
	background: rgba(255, 255, 255, 0.1);
	background-image: url(../img/PNG/green_pattern.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	backdrop-filter: blur(25px) brightness(90%);
	-webkit-backdrop-filter: blur(25px) brightness(90%);
	border-radius: 36px;
	padding: 5% 30px;
	height: 350px;
    background-size: 40%;
} 

.box-edge {
	background: rgba(255, 255, 255, 0.1);
	background-image: url(../img/PNG/yellow_pattern.png);
	background-repeat: no-repeat;
	background-position: right top;
	backdrop-filter: blur(25 px) brightness(90%);
	-webkit-backdrop-filter: blur(25px) brightness(90%);
	border-radius: 36px;
	padding: 5% 30px;
	height: 350px;
    background-size: 40%;
}

.box-pro .content-pro {
	color: #fff;
	margin-left: 22%;
	margin-top: 6%;
}

.box-pro {
    margin-bottom: 50px;
}

.box-pro .content-pro h2 {
	font-size: 26px;
	font-weight: 700;
    padding-bottom: 20px;
}

.box-pro .content-pro ul li {
    font-size: 16px;
    line-height: 1.3;
    padding-right: 40px;
    margin: 0px 0px;
    padding: 0px 0px 5px;
}

.box-edge .content-edge h2 {
	 	font-size:26px;
	font-weight: 700;
     padding-bottom: 20px;
}

.box-edge .content-edge ul li {
    font-size: 16px;
    line-height: 1.3;
    padding-right: 40px;
    margin: 0px 0px;
    padding: 0px 0px 5px;
}

.feature-bg {
    background: url(../img/PNG/features_bg.png) no-repeat center top;
    padding: 3% 2% 5%;
    background-size: cover;
}
.feature-bg .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
    padding: 0px 3%;
}

.feature-bg .accordion {
	padding-left: 0%;
	width: 100%;
}

.accordion-header {
	margin-bottom: 0;
	font-size: 23px;
	color: #BFBFBF;
}

.accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 1rem 0rem 1.25rem;
	font-size: 23px;
	font-weight: 700;
	color: #BFBFBF;
	text-align: left;
	background-color: transparent;
	border-bottom: solid 1px #707070;
	border-radius: 0;
	overflow-anchor: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
	margin-bottom: 20px;
}

.feature-bg .accordion-button:not(.collapsed) {
	color: #fff;
	background-color: transparent;
	box-shadow: none;
	font-size: 23px;
	font-weight: 700;
}
 .feature-bg .heading {
	padding-left: 10px;
 }
.feature-bg h5 {
	margin: auto;
	display: block;
}
.feature-bg h3 {
	color: #fff;
	font-size: 25px;
	line-height: 1.3;
	font-weight: 700;
	margin: 20px auto;
	text-align: center;
}

.feature-bg .accordion-button img {
	margin-right: 20px;
    width:6%;
}

.image-1, .image-2, .image-3, .image-4 {
	display: none;
	margin: 10px auto;
}
.image-1 {
    display: block;
}
.image-1 img, .image-2 img, .image-3 img, .image-4 img {
	max-width: 100%;
    margin: auto;
    display: block;
}

.mobile-app-features {
	padding: 3% 0px 12%;
}

.mobile-app-features h3 {
	color: #fff;
	font-size: 26px;
	line-height: 1.3;
	font-weight: 700;
	margin: 25px auto;
}

.mobile-app-features p {
	font-size: 16px;
	line-height: 1.3;
	padding-right: 40px;
	margin: 20px auto 30px;
	width: 100%;
}

.mobile-feature img {
	max-width: 100%;
    margin: auto;
}

.mobile-app-features .col-md-3, .mobile-app-features .col-md-6 {
	flex: 0 0 auto;
	width: 100%;
}

 .left-points {
	position: relative;
	top: 0;
	left: 25%;
	font-size: 17px;
	line-height: 1.35;
	margin: auto;
	width: 100%;
}

.point-bg, .point-bg-1, .point-bg-2, .point-bg-3, .point-bg-4, .point-bg-5 {
	width: 250px;
	height: 65px;
}

.point-bg, .point-bg-1, .point-bg-2 {
    margin-bottom: 5%;
}

.point-bg-3, .point-bg-4, .point-bg-5 {
    margin-bottom: 5%;
}
 

.right-points {
	position: relative;
	top: 15%;
	left: 25%;
	font-size: 17px;
	line-height: 1.5;
}

.insights-bg .col-md-5 {
	flex: 0 0 auto;
	width: 100%;
    padding: 0px 20px;
}

.insights-bg .col-md-7 {
	flex: 0 0 auto;
	width:100%;
    padding: 0px 20px;
}
.insights-bg .content h5 {
	margin: auto;
	display: block;
}

.insights-bg .content h3 {
	color: #fff;
	font-size: 26px;
	line-height: 1.3;
	font-weight: 700;
	margin: 25px auto;
	text-align: center;
}
.insights-bg .content p {
	font-size: 16px;
	line-height: 1.3;
	margin: 20px auto 30px;
	text-align: center;
}

.insights-bg .content .book-demo {
	margin: auto;
	display: block;
}

.slider-bg .content h5 {
	text-align: center;
	display: block;
	margin: auto;
}

.slider-bg .content h3 {
	color: #fff;
	font-size: 26px;
	line-height: 1.3;
	font-weight: 700;
	margin: 25px auto;
	width: 100%;
	text-align: center;
	display: block;
}

.slider-bg .content {
	margin: 0;
}

.slider .slider-bg {
	max-width: 90% !important;
	height: 162px;
	background-color: rgba(82, 60, 141, 0.4);
	border-radius: 18px;
	padding: 12% 15%;
	margin: 0px 15px;
	justify-content: center;
}

.digital-collection .content h3 {
	color: #fff;
	font-size: 26px;
	line-height: 1.3;
	font-weight: 700;
	margin: 25px auto;
}

.digital-collection .content p {
	font-size: 16px;
	line-height: 1.3;
	margin: 20px auto 30px;
	width: 80%;
}

.digital-collection {
	background: url(../img/PNG/cta_bg.png) no-repeat center top;
	background-size: cover;
	padding: 15% 0px;
	text-align: center;
	color: #fff;
}

.iso .content h5 {
	margin: auto;
}

.iso .content h3 {
	color: #fff;
	font-size: 26px;
	line-height: 1.3;
	font-weight: 700;
	margin: 25px auto;
	text-align: center;
}
.iso .content p {
    font-size: 16px;
	line-height: 1.3;
	margin: 20px 0 30px;
	width: 100%;
	text-align: center;
	padding: 0px 20px;
}

.iso img {
	width: 80%;
	margin: auto;
	display: block;;
}

.footer-top .logo {
	max-width: 100%;
	margin: 20px auto;
	text-align: center;
}
.footer-top .logo img {
	width: 170px;
}

.foooter-menu ul li {
	display: none;
	margin: 0px 15px;
}
 
.footer-top .contact-details {
	color: #fff;
	padding: 2% 0;
	text-align: center;
}

.footer-top .contact-details .col-md-7.mt-5 {
	margin-top: 20px !important;
}

.footer-top .contact-details h5 {
	font-family: "Onest", sans-serif;
	font-size: 22px;
	line-height: 1.4;
	padding: 7px 5px;
	text-align: center;
	width: auto;
	color: #fff;
}

.footer-top .blue-bg h3 {
	color: #FAB330;
	font-size: 26px;
	line-height: 0.4;
	font-weight: 700;
	margin: 15px auto 0px;
	border-bottom: solid 5px #5937FF;
	width:220px;
	text-align: center;
}
.footer-top .blue-bg h4 {
	font-family: "Onest", sans-serif;
	font-size: 30px;
	line-height: 1.4;
	padding: 0px 5px;
	text-align: center;
	color: #fff;
}

.footer-top .blue-bg {
	background: #231B4D;
	border-radius: 17px;
	color: #fff;
	padding: 3% 4%;
	height: 450px;
	margin: 0px 20px;
}

.footer-btm {
	background: #352875;
	padding: 1.8% 0px 20%;
	margin-top:0%;
	color: #fff;
}

.footer-btm p {
	font-size: 16px;
	padding-bottom: 0px;
	color: #C8C3E1;
	padding-top: 10px;
    text-align: center;
}

.footer-image {
	position: unset;
	/* float: left; */
	margin: -350px auto 0;
	width: 80%;
}

.encollect_sections .col-md-6 {
	flex: 0 0 auto;
	width: 100%;
}

.table-bg h3 {
	color: #fff;
	font-size: 32px;
	line-height: 1.3;
	font-weight: 700;
	margin: 20px 0px 30px;
	text-align: center;
}

.table-bordered > :not(caption) > * > * {
	font-size: 18px;
	padding-left: 20px;
}


 .mobile-footer {
    display: block;
	background: #1E173F;
	padding: 25px 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }

   .mobile-footer ul {
	margin: auto;
	border-radius: 23px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(25 px) brightness(90%);
	-webkit-backdrop-filter: blur(25px) brightness(90%);
		display: flex;
		width: 100%;
		padding: 20px 10px;
   }
   .mobile-footer ul li {
	list-style: none;
	margin: 0px auto;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
 
   }

      .mobile-footer ul li a {
		text-decoration: none;
		color: #fff;
	  }

	  .mobile-footer ul li a:hover {
		color: #FAB330;
	  }

	  .modal-header .fs-5 {
    font-size: 1.5rem!important;
    font-weight: 700;
    color: #352875;
    font-family: "Instrument Sans", sans-serif;
	text-align: left;
}

.modal-header  img.float-end.mw-100 {
	float: none !important;
	margin: 20px auto;
}
.modal-dialog {
    width: 85%;
    max-width: 1000px;
    margin: 2rem auto;
    padding: 2% 0;
}

.modal-dialog  .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
}

.modal-body .d-flex {
    display: block!important;
}

.thanks-content {
    margin: auto;
    text-align: center;
    color: #fff;
    padding: 6% 20px;
}

header {
  position: unset;
  top: 0;
  width: 100%;
  z-index: 999;
  background: transparent;
  transition: background 0.3s ease;
}
#hero {
    padding: 0px 0 0;
}

.modal-header {
    display: block;
    margin: 0px 2%;
    border-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 5%;
}
.popup-header-img, img.float-end.mw-100 { 
	display: none !important;
}
}

@media (min-width: 460px) and (max-width: 559px) {
.scroll-button {
    position: absolute;
    top: 40px;
    right: 20px;
    cursor: pointer;
    transition: position 0.3s ease;
    z-index: 1000;
}
    body {
        overflow-x: hidden;
    }
    #navbarNav a {
	color: #fff;
	padding: 0px 25px;
	font-size: 18px;
	font-family: "Instrument Sans", sans-serif;
	font-weight: 600;
}

.hero {
 padding-bottom: 1%;
 background: url(../img/PNG/hero-bg-mobile.png) #12025D no-repeat center center;
 background-size: cover;
}

.hero .p-4 {
	padding: 3rem 0.5rem 1rem !important;
}

.logo {
	max-width: 200px;
	margin-left: 0px;
}

.hero .logo img {
	float: none;
	width:100%;
}

  .hero header .col-md-4:nth-of-type(1){
    width: 45%;
    flex: 0 0 auto;
  }

    .hero header .col-md-4:nth-of-type(2){
    width: 0%;
    flex: 0 0 auto;
  }
  .hero header .col-md-4:nth-of-type(3) {
    width: 49%;
    flex: 0 0 auto;
  }

 .book-demo {
	background: #FAB330;
	border-radius: 8px;
	width: 160px;
	height: 50px;
	border: none;
	float: right;
	font-size: 16px;
	font-weight: 600;
}

 .hero .hero-content {
	margin: 5% auto;
	color: #fff;
	padding: 0px 5%;
}

.hero .hero-content h1 {
	font-weight: 700;
	font-size: 30px;
	text-align: center;
}
.feature_body_bg .content h1 {
	font-weight: 700;
	font-size: 30px;
	margin: 15px 0px;
}
.hero .hero-content p {
	font-size: 16px;
	text-align: center;
}

.hero .hero-content .explore {
	color: #333333;
	background: #00FFE5;
	width: 180px;
	height: 50px;
	border: none;
	font-size: 16px;
	border-radius: 8px;
	margin: 30px auto;
	font-weight: 600;
	display: block;
}

.hero img {
	float: none;
	display: block;
	margin: auto;
}

.hero img.mw-60 {
    max-width: 100%;
}

.encollect_sections {
	padding: 0px 4% 5%;
}
.box-pro {
	background: rgba(255, 255, 255, 0.1);
	background-image: url(../img/PNG/green_pattern.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	backdrop-filter: blur(25px) brightness(90%);
	-webkit-backdrop-filter: blur(25px) brightness(90%);
	border-radius: 36px;
	padding: 5% 30px;
	height: 300px;
    background-size: 30%;
} 

.box-edge {
	background: rgba(255, 255, 255, 0.1);
	background-image: url(../img/PNG/yellow_pattern.png);
	background-repeat: no-repeat;
	background-position: right top;
	backdrop-filter: blur(25 px) brightness(90%);
	-webkit-backdrop-filter: blur(25px) brightness(90%);
	border-radius: 36px;
	padding: 5% 30px;
	height: 300px;
    background-size: 30%;
}

.box-pro .content-pro {
	color: #fff;
	margin-left:2%;
	margin-top: 8%;
}

.box-pro {
    margin-bottom: 50px;
}

.box-pro .content-pro h2 {
	font-size: 26px;
	font-weight: 700;
    padding-bottom: 20px;
}

.box-pro .content-pro h2 img {
	width: 75px;
}

.box-pro .content-pro ul li {
    font-size: 16px;
    line-height: 1.3;
    padding-right: 40px;
    margin: 0px 0px;
    padding: 0px 0px 5px;
}

.box-pro .content-pro p {
	font-size: 16px;
	line-height: 1.5;
	padding-right: 0px;
	margin: 20px 0px;
}

.box-edge .content-edge h2 {
	 	font-size:26px;
	font-weight: 700;
     padding-bottom: 20px;
}

.box-edge .content-pro h2 img, .box-edge .content-edge h2 img {
	width: 75px;
}

.box-edge .content-edge p {
	font-size: 16px;
	line-height: 1.5;
	padding-right: 0px;
	margin: 20px 0px;
	width: auto;
}
.box-edge .content-edge ul li {
    font-size: 16px;
    line-height: 1.3;
    padding-right: 40px;
    margin: 0px 0px;
    padding: 0px 0px 5px;
}

.feature-bg {
    background: url(../img/PNG/features_bg.png) no-repeat center top;
    padding: 3% 2% 5%;
    background-size: cover;
}
.feature-bg .heading {
	padding-left: 10px;
}
.feature-bg h5 {
	margin: auto;
	display: block;
}

.feature-bg .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
    padding: 0px 3%;
}

.feature-bg .accordion {
	padding-left: 0%;
	width: 100%;
}

.accordion-header {
	margin-bottom: 0;
	font-size: 22px;
	color: #BFBFBF;
}

.accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 1rem 0rem 1.25rem;
	font-size: 22px;
	font-weight: 700;
	color: #BFBFBF;
	text-align: left;
	background-color: transparent;
	border-bottom: solid 1px #707070;
	border-radius: 0;
	overflow-anchor: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
	margin-bottom: 20px;
}

.feature-bg .accordion-button:not(.collapsed) {
	color: #fff;
	background-color: transparent;
	box-shadow: none;
	font-size: 22px;
	font-weight: 700;
}

.feature-bg h3 {
	color: #fff;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 700;
	margin: 20px auto;
	text-align: center;
}

.accordion-body p {
    font-size: 18px;
    line-height: 1.5;
}

.feature-bg .accordion-button img {
	margin-right: 20px;
    width:6%;
}

.image-1, .image-2, .image-3, .image-4 {
	display: none;
	margin: 10px auto;
}
.image-1 {
    display: block;
}
.image-1 img, .image-2 img, .image-3 img, .image-4 img {
	max-width: 100%;
    margin: auto;
    display: block;
}

.mobile-app-features {
	padding: 10% 0px 12%;
}

.mobile-app-features h3 {
	color: #fff;
	font-size: 26px;
	line-height: 1.3;
	font-weight: 700;
	margin: 25px auto;
}

.mobile-app-features p {
	font-size: 16px;
	line-height: 1.3;
	padding-right: 0px;
	margin: 20px auto 30px;
	width: 100%;
}

.mobile-feature img {
	max-width: 100%;
    margin: auto;
}

.mobile-app-features .col-md-3, .mobile-app-features .col-md-6 {
	flex: 0 0 auto;
	width: 100%;
}

 .left-points {
	position: relative;
	top: 0;
	left: 20%;
	font-size: 17px;
	line-height: 1.35;
	margin: auto;
	width: 100%;
}

.point-bg, .point-bg-1, .point-bg-2, .point-bg-3, .point-bg-4, .point-bg-5 {
	width: 250px;
	height: 65px;
}

.point-bg, .point-bg-1, .point-bg-2 {
    margin-bottom: 5%;
}

.point-bg-3, .point-bg-4, .point-bg-5 {
    margin-bottom: 5%;
}
 

.right-points {
	position: relative;
	top: 15%;
	left: 20%;
	font-size: 17px;
	line-height: 1.5;
}

.insights-bg .col-md-5 {
	flex: 0 0 auto;
	width: 100%;
    padding: 0px 20px;
}

.insights-bg .col-md-7 {
	flex: 0 0 auto;
	width:100%;
    padding: 0px 20px;
}

.insights-bg .content h3 {
	color: #fff;
	font-size: 26px;
	line-height: 1.3;
	font-weight: 700;
	margin: 25px auto;
	text-align: center;
}
.insights-bg .content p {
	font-size: 16px;
	line-height: 1.3;
	margin: 20px auto 30px;
	text-align: center;
}

.insights-bg .content .book-demo {
	background: #FAB330;
	border-radius: 8px;
	width: 160px;
	height: 50px;
	border: none;
	float: none;
	font-size: 16px;
	font-weight: 600;
	margin: 10px auto 20px;
	display: block;
}

.slider-bg .content {
	margin-left: 0;
}
.insights-bg .content h5, .slider-bg .content h5 {
	margin: auto;
	display: block;
}
.slider-bg .content h3 {
	color: #fff;
	font-size: 26px;
	line-height: 1.3;
	font-weight: 700;
	margin: 25px 0;
	width: 100%;
	text-align: center;
}

.slider .slider-bg {
	max-width: 90% !important;
	height: 162px;
	background-color: rgba(82, 60, 141, 0.4);
	border-radius: 18px;
	padding: 12% 15%;
	margin: 0px 15px;
	justify-content: center;
}

.digital-collection .content h3 {
	color: #fff;
	font-size: 26px;
	line-height: 1.3;
	font-weight: 700;
	margin: 25px auto;
}

.digital-collection .content p {
	font-size: 16px;
	line-height: 1.3;
	margin: 20px auto 30px;
	width: 80%;
}

.digital-collection {
	background: url(../img/PNG/cta_bg.png) no-repeat center top;
	background-size: cover;
	padding: 15% 0px;
	text-align: center;
	color: #fff;
}
.iso .content h5 {
	margin: auto;
}

.iso .content h3 {
	color: #fff;
	font-size: 26px;
	line-height: 1.3;
	font-weight: 700;
	margin: 25px auto;
	text-align: center;
}
.iso .content p {
    font-size: 16px;
	line-height: 1.3;
	margin: 20px 0 30px;
	width: 100%;
	text-align: center;
	padding: 0px 20px;
}

.iso img {
	width: 80%;
	margin: auto;
	display: block;;
}
.footer-top .logo {
	max-width:100%;
	margin: 20px auto;
	text-align: center;
}
.footer-top .logo img {
	width: 170px;
}

.foooter-menu ul li {
	display: none;
	margin: 0px 15px;
}
 
.footer-top .contact-details {
	color: #fff;
	padding: 2% 0;
	text-align: center;
}

.footer-top .contact-details .col-md-7.mt-5 {
	margin-top: 20px !important;
}

.footer-top .contact-details h5 {
	font-family: "Onest", sans-serif;
	font-size: 22px;
	line-height: 1.4;
	padding: 7px 5px;
	text-align: center;
	width: auto;
	color: #fff;
}

.footer-top .blue-bg h3 {
	color: #FAB330;
	font-size: 24px;
	line-height: 0.4;
	font-weight: 700;
	margin: 15px auto 0px;
	border-bottom: solid 5px #5937FF;
	width:200px;
	text-align: center;
}
.footer-top .blue-bg h4 {
	font-family: "Onest", sans-serif;
	font-size: 25px;
	line-height: 1.4;
	padding: 0px 5px;
	text-align: center;
	color: #fff;
}

.footer-top .blue-bg {
	background: #231B4D;
	border-radius: 17px;
	color: #fff;
	padding: 3% 3%;
	height: 380px;
	margin: 0px 20px;
}

.footer-btm {
	background: #352875;
	padding: 1.8% 0px 27%;
	margin-top:0%;
	color: #fff;
}

.footer-btm p {
	font-size: 16px;
	padding-bottom: 0px;
	color: #C8C3E1;
	padding-top: 10px;
    text-align: center;
}

.footer-image {
	position: unset;
	/* float: left; */
	margin: -280px auto 0;
	width: 80%;
}

.encollect_sections .col-md-6 {
	flex: 0 0 auto;
	width: 100%;
}

.table-bg h3 {
	color: #fff;
	font-size: 32px;
	line-height: 1.3;
	font-weight: 700;
	margin: 20px 0px 30px;
	text-align: center;
}

.table-bordered > :not(caption) > * > * {
	font-size: 18px;
	padding-left: 20px;
}


 .mobile-footer {
    display: block;
	background: #1E173F;
	padding: 25px 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }

   .mobile-footer ul {
	margin: auto;
	border-radius: 23px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(25 px) brightness(90%);
	-webkit-backdrop-filter: blur(25px) brightness(90%);
		display: flex;
		width: 100%;
		padding: 20px 10px;
   }
   .mobile-footer ul li {
	list-style: none;
	margin: 0px auto;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
 
   }

      .mobile-footer ul li a {
		text-decoration: none;
		color: #fff;
	  }

	  
.modal-header  img.float-end.mw-100 {
	float: none !important;
	margin: 20px auto;
}
.modal-dialog {
    width: 85%;
    max-width: 1000px;
    margin: 2rem auto;
    padding: 2% 0;
}

.modal-dialog  .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
}

.modal-body .d-flex {
    display: block!important;
}
.thanks-content {
    margin: auto;
    text-align: center;
    color: #fff;
    padding: 6% 20px;
}
header {
  position: unset;
  top: 0;
  width: 100%;
  z-index: 999;
  background: transparent;
  transition: background 0.3s ease;
}

header.scrolled {
	background: transparent;
}
#hero {
    padding: 0px 0 0;
}

.modal-header {
    display: block;
    margin: 0px 2%;
    border-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 5%;
}
.popup-header-img, img.float-end.mw-100 { 
	display: none !important;
}
}

@media (min-width: 360px) and (max-width: 459px) {
.scroll-button {
    position: absolute;
    top: 40px;
    right: 20px;
    cursor: pointer;
    transition: position 0.3s ease;
    z-index: 1000;
}
    body {
        overflow-x: hidden;
    }
    #navbarNav a {
	color: #fff;
	padding: 0px 25px;
	font-size: 18px;
	font-family: "Instrument Sans", sans-serif;
	font-weight: 600;
}

.hero {
 padding-bottom: 1%;
 background: url(../img/PNG/hero-bg-mobile.png) #12025D no-repeat center center;
 background-size: cover;
}

.hero .p-4 {
	padding: 2.8rem 0.5rem 0.5rem !important;
}

.logo {
	max-width: 200px;
	margin-left: 0px;
}

.hero .logo img {
	float: none;
	width:100%;
}
.hero img.mw-60 {
    max-width: 100%;
}
  .hero header .col-md-4:nth-of-type(1){
    width: 45%;
    flex: 0 0 auto;
	padding: 0 0 0 10px;
  }

    .hero header .col-md-4:nth-of-type(2){
    width: 0%;
    flex: 0 0 auto;
  }
  .hero header .col-md-4:nth-of-type(3) {
    width: 45%;
    flex: 0 0 auto;
	padding: 0 0 0 0px;
  }

 .book-demo {
	background: #FAB330;
	border-radius: 8px;
	width: 110px;
	height: 40px;
	border: none;
	float: right;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	color: #000;
}

 .hero .hero-content {
	margin: 5% auto;
	color: #fff;
	padding: 0px 5%;
}

.hero .hero-content h1 {
	font-weight: 700;
	font-size: 30px;
	text-align: center;
}
.feature_body_bg .content h1 {
	font-weight: 700;
	font-size: 30px;
	margin: 15px 0px;
}
.hero .hero-content p {
	font-size: 16px;
	text-align: center;
}

.hero .hero-content .explore {
	color: #333333;
	background: #00FFE5;
	width: 180px;
	height: 50px;
	border: none;
	font-size: 16px;
	border-radius: 8px;
	margin: 30px auto;
	font-weight: 600;
	display: block;
}

.hero img {
	float: none;
	display: block;
	margin: auto;
}
.encollect_sections {
	padding: 10% 4% 10%;
}
.box-pro {
	background: rgba(255, 255, 255, 0.1);
	background-image: url(../img/PNG/green_pattern.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	backdrop-filter: blur(25px) brightness(90%);
	-webkit-backdrop-filter: blur(25px) brightness(90%);
	border-radius: 36px;
	padding: 5% 20px;
	height: 330px;
    background-size: 30%;
} 

.box-edge {
	background: rgba(255, 255, 255, 0.1);
	background-image: url(../img/PNG/yellow_pattern.png);
	background-repeat: no-repeat;
	background-position: right top;
	backdrop-filter: blur(25 px) brightness(90%);
	-webkit-backdrop-filter: blur(25px) brightness(90%);
	border-radius: 36px;
	padding: 5% 20px;
	height: 330px;
    background-size: 30%;
}

.box-pro .content-pro {
	color: #fff;
	margin-left:0%;
	margin-top: 8%;
}

.box-pro {
    margin-bottom: 50px;
}

.box-pro .content-pro h2 {
	font-size: 25px;
	font-weight: 700;
    padding-bottom: 20px;
}

.box-pro .content-pro h2 img {
	width: 65px;
}

.box-pro .content-pro ul li {
    font-size: 16px;
    line-height: 1.3;
    padding-right: 40px;
    margin: 0px 0px;
    padding: 0px 0px 5px;
}

.box-pro .content-pro p {
	font-size: 16px;
	line-height: 1.5;
	padding-right: 0px;
	margin: 20px 0px;
}

.box-edge .content-edge h2 {
	 	font-size:25px;
	font-weight: 700;
     padding-bottom: 20px;
}

.box-edge .content-pro h2 img, .box-edge .content-edge h2 img {
	width: 75px;
}

.box-edge .content-edge p {
	font-size: 16px;
	line-height: 1.5;
	padding-right: 0px;
	margin: 20px 0px;
	width: auto;
}

.box-pro .content-pro ul, .box-edge .content-edge ul  {
	margin: 0 0 0 15px;
	padding: 0;
} 

.box-edge .content-edge ul li {
    font-size: 16px;
    line-height: 1.3;
    padding-right: 40px;
    margin: 0px 0px;
    padding: 0px 0px 5px;
}

.feature-bg {
    background: url(../img/PNG/features_bg.png) no-repeat center top;
    padding: 10% 2% 10%;
    background-size: cover;
}

.feature-bg .heading {
    padding-left: 10px;
}

.feature-bg h5 {
	display: block;
	margin: auto;
}
.feature-bg .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
    padding: 0px 3%;
}

.feature-bg .accordion {
	padding-left: 0%;
	width: 100%;
}

.accordion-header {
	margin-bottom: 0;
	font-size: 23px;
	color: #BFBFBF;
}

.accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 1rem 0rem 1.25rem;
	font-size: 20px;
	font-weight: 700;
	color: #BFBFBF;
	text-align: left;
	background-color: transparent;
	border-bottom: solid 1px #707070;
	border-radius: 0;
	overflow-anchor: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
	margin-bottom: 20px;
}

.feature-bg .accordion-button:not(.collapsed) {
	color: #fff;
	background-color: transparent;
	box-shadow: none;
	font-size: 20px;
	font-weight: 700;
}

.feature-bg h3 {
	color: #fff;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 700;
	margin: 20px auto;
	text-align: center;
}
.accordion-body p {
    font-size: 18px;
    line-height: 1.5;
}
.feature-bg .accordion-button img {
	margin-right: 20px;
    width:6%;
}

.image-1, .image-2, .image-3, .image-4 {
	display: none;
	margin: 10px auto;
}
.image-1 {
    display: block;
}
.image-1 img, .image-2 img, .image-3 img, .image-4 img {
	max-width: 100%;
    margin: auto;
    display: block;
}

.mobile-app-features {
	padding: 0% 0px 10%;
}

.mobile-app-features h3 {
	color: #fff;
	font-size: 23px;
	line-height: 1.3;
	font-weight: 700;
	margin: 25px auto;
}

.mobile-app-features p {
	font-size: 16px;
	line-height: 1.3;
	padding-right: 0px;
	margin: 20px auto 30px;
	width: 100%;
}

.mobile-feature img {
	max-width: 100%;
    margin: auto;
}

.mobile-app-features .col-md-3, .mobile-app-features .col-md-6 {
	flex: 0 0 auto;
	width: 100%;
}

 .left-points {
	position: relative;
	top: 0;
	left: 0%;
	font-size: 17px;
	line-height: 1.35;
	margin: auto;
	width: 100%;
}



.point-bg, .point-bg-1, .point-bg-2, .point-bg-3, .point-bg-4, .point-bg-5 {
	width: 227px;
	height: 55px;
}

.point-bg {
	float: left;
}
.point-bg-1 {
	float:right;
}
.point-bg-2 {
	left: 30px;
}

.point-bg-3 {
	float: left;
}
.point-bg-4 {
	float:right;
}
.point-bg-5 {
	left: 30px;
}

.blur-card {
	/* background: rgba(255, 255, 255, 0.15); */
	/* backdrop-filter: blur(10px) brightness(80%); */
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-weight: 500;
	font-size: 18px;
}

.point-bg, .point-bg-1, .point-bg-2 {
    margin-bottom: 10%;
}

.point-bg-3, .point-bg-4, .point-bg-5 {
    margin-bottom: 10%;
}

.right-points {
	position: relative;
	top: 15%;
	left: 0%;
	font-size: 17px;
	line-height: 1.5;
}

.insights-bg .col-md-5 {
	flex: 0 0 auto;
	width: 100%;
    padding: 0px 20px;
}

.insights-bg .col-md-7 {
	flex: 0 0 auto;
	width:100%;
    padding: 0px 20px;
}

.insights-bg .content h3 {
	color: #fff;
	font-size: 23px;
	line-height: 1.3;
	font-weight: 700;
	margin: 25px auto;
	text-align: center;
}
.insights-bg .content p {
	font-size: 16px;
	line-height: 1.3;
	margin: 20px auto 30px;
	text-align: center;
}

.insights-bg .content .book-demo {
	background: #FAB330;
	border-radius: 8px;
	width: 160px;
	height: 50px;
	border: none;
	float: none;
	font-size: 16px;
	font-weight: 600;
	margin: 10px auto 20px;
	display: block;
}

.slider-bg .content {
	margin-left: 0;
}
.insights-bg .content h5, .slider-bg .content h5 {
	margin: auto;
	display: block;
}
.slider-bg .content h3 {
	color: #fff;
	font-size: 23px;
	line-height: 1.3;
	font-weight: 700;
	margin: 25px 0;
	width: 100%;
	text-align: center;
}

.slider .slider-bg {
	max-width: 90% !important;
	height: 162px;
	background-color: rgba(82, 60, 141, 0.4);
	border-radius: 18px;
	padding: 12% 15%;
	margin: 0px 15px;
	justify-content: center;
}

.digital-collection .content h3 {
	color: #fff;
	font-size: 23px;
	line-height: 1.3;
	font-weight: 700;
	margin: 25px auto;
}

.digital-collection .content p {
	font-size: 16px;
	line-height: 1.3;
	margin: 20px auto 30px;
	width: 80%;
}

.digital-collection {
	background: url(../img/PNG/cta_bg.png) no-repeat center top;
	background-size: cover;
	padding: 15% 0px;
	text-align: center;
	color: #fff;
}

.iso {
	padding: 8% 0px 8%;
}

.iso .content h5 {
	margin: auto;
}

.iso .content h3 {
	color: #fff;
	font-size: 23px;
	line-height: 1.3;
	font-weight: 700;
	margin: 25px auto;
	text-align: center;
}
.iso .content p {
    font-size: 16px;
	line-height: 1.3;
	margin: 20px 0 30px;
	width: 100%;
	text-align: center;
	padding: 0px 20px;
}

.iso img {
	width: 80%;
	margin: auto;
	display: block;;
}

.footer-top .logo {
	max-width: 100%;
	margin: 20px auto;
	text-align: center;
}
.footer-top .logo img {
	width: 170px;
}

.foooter-menu ul li {
	display: none;
	margin: 0px 15px;
}
 
.footer-top .contact-details {
	color: #fff;
	padding: 2% 0;
	text-align: center;
}

.footer-top .contact-details .col-md-7.mt-5 {
	margin-top: 20px !important;
}

.footer-top .contact-details h5 {
	font-family: "Onest", sans-serif;
	font-size: 20px;
	line-height: 1.4;
	padding: 7px 5px;
	text-align: center;
	width: auto;
	color: #fff;
}

.footer-top .blue-bg h3 {
	color: #FAB330;
	font-size: 22px;
	line-height: 0.4;
	font-weight: 700;
	margin: 15px auto 0px;
	border-bottom: solid 5px #5937FF;
	width:185px;
	text-align: center;
}
.footer-top .blue-bg h4 {
	font-family: "Onest", sans-serif;
	font-size: 20px;
	line-height: 1.4;
	padding: 0px 5px;
	text-align: center;
	color: #fff;
}

.footer-top .blue-bg {
	background: #231B4D;
	border-radius: 17px;
	color: #fff;
	padding: 3% 3%;
	height: 300px;
	margin: 0px 20px;
}

.footer-btm {
	background: #352875;
	padding: 1.6% 0px 32%;
	margin-top:0%;
	color: #fff;
}

.footer-btm p {
	font-size: 14px;
	padding-bottom: 0px;
	color: #C8C3E1;
	padding-top: 10px;
    text-align: center;
}

.footer-image {
	position: unset;
	/* float: left; */
	margin: -200px auto 0;
	width: 80%;
}

.encollect_sections .col-md-6 {
	flex: 0 0 auto;
	width: 100%;
}

.table-bg h3 {
	color: #fff;
	font-size: 30px;
	line-height: 1.3;
	font-weight: 700;
	margin: 20px 0px 30px;
	text-align: center;
}

.table-bordered > :not(caption) > * > * {
	font-size: 18px;
	padding-left: 20px;
}


 .mobile-footer {
    display: block;
	background: #1E173F;
	padding: 25px 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }

   .mobile-footer ul {
	margin: auto;
	border-radius: 23px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(25 px) brightness(90%);
	-webkit-backdrop-filter: blur(25px) brightness(90%);
		display: flex;
		width: 100%;
		padding: 20px 10px;
   }
   .mobile-footer ul li {
	list-style: none;
	margin: 0px auto;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
 
   }

      .mobile-footer ul li a {
		text-decoration: none;
		color: #fff;
	  }

	  	  .modal-header .fs-5 {
    font-size: 1.3rem!important;
	line-height: 1.3;
    font-weight: 700;
    color: #352875;
    font-family: "Instrument Sans", sans-serif;
	text-align: left;
}
	  
.modal-header  img.float-end.mw-100 {
	float: none !important;
	margin: 20px auto;
}
.modal-dialog {
    width: 88%;
    max-width: 1000px;
    margin: 2rem auto;
    padding: 2% 0;
}

.modal-dialog  .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
}

.modal-body .d-flex {
    display: block!important;
}
.thanks-content {
    margin: auto;
    text-align: center;
    color: #fff;
    padding: 6% 20px;
}

header {
  position: unset;
  top: 0;
  width: 100%;
  z-index: 999;
  background: transparent;
  transition: background 0.3s ease;
}

header.scrolled {
	background: transparent;
}
#hero {
    padding: 0px 0 0;
}
.modal-header {
    display: block;
    margin: 0px 2%;
    border-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 5%;
}
.popup-header-img, img.float-end.mw-100 { 
	display: none !important;
}
}

@media (min-width: 320px) and (max-width: 359px) {
.scroll-button {
    position: absolute;
    top: 34px;
    right: 20px;
    cursor: pointer;
    transition: position 0.3s ease;
    z-index: 1000;
}
    body {
        overflow-x: hidden;
    }
    #navbarNav a {
	color: #fff;
	padding: 0px 25px;
	font-size: 18px;
	font-family: "Instrument Sans", sans-serif;
	font-weight: 600;
}

.hero {
 padding-bottom: 1%;
 background: url(../img/PNG/hero-bg-mobile.png) #12025D no-repeat center center;
 background-size: cover;
}

.hero .p-4 {
	padding: 2.5rem 0.5rem 0.5rem !important;
}

.logo {
	max-width: 200px;
	margin-left: 0px;
}

.hero .logo img {
	float: none;
	width:100%;
}

  .hero header .col-md-4:nth-of-type(1){
    width: 45%;
    flex: 0 0 auto;
	padding: 0 0 0 10px;
  }

    .hero header .col-md-4:nth-of-type(2){
    width: 0%;
    flex: 0 0 auto;
  }
  .hero header .col-md-4:nth-of-type(3) {
    width: 45%;
    flex: 0 0 auto;
	padding: 0 0 0 0px;
  }

 .book-demo {
	background: #FAB330;
	border-radius: 8px;
	width: 110px;
	height: 40px;
	border: none;
	float: right;
	font-size: 16px;
	font-weight: 500;
}

 .hero .hero-content {
	margin: 5% auto;
	color: #fff;
	padding: 0px 5%;
}

.hero .hero-content h1 {
	font-weight: 700;
	font-size: 30px;
	text-align: center;
}
.feature_body_bg .content h1 {
	font-weight: 700;
	font-size: 30px;
	margin: 15px 0px;
}
.hero .hero-content p {
	font-size: 16px;
	text-align: center;
}

.hero .hero-content .explore {
	color: #333333;
	background: #00FFE5;
	width: 180px;
	height: 50px;
	border: none;
	font-size: 16px;
	border-radius: 8px;
	margin: 30px auto;
	font-weight: 600;
	display: block;
}

.hero img {
	float: none;
	display: block;
	margin: auto;
}
.encollect_sections {
	padding: 0px 4% 5%;
}
.box-pro {
	background: rgba(255, 255, 255, 0.1);
	background-image: url(../img/PNG/green_pattern.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	backdrop-filter: blur(25px) brightness(90%);
	-webkit-backdrop-filter: blur(25px) brightness(90%);
	border-radius: 36px;
	padding: 5% 20px;
	height: 330px;
    background-size: 40%;
} 

.box-edge {
	background: rgba(255, 255, 255, 0.1);
	background-image: url(../img/PNG/yellow_pattern.png);
	background-repeat: no-repeat;
	background-position: right top;
	backdrop-filter: blur(25 px) brightness(90%);
	-webkit-backdrop-filter: blur(25px) brightness(90%);
	border-radius: 36px;
	padding: 5% 20px;
	height: 330px;
    background-size: 40%;
}

.box-pro .content-pro {
	color: #fff;
	margin-left:0%;
	margin-top: 8%;
}

.box-pro {
    margin-bottom: 50px;
}

.box-pro .content-pro h2 {
	font-size: 25px;
	font-weight: 700;
    padding-bottom: 20px;
}

.box-pro .content-pro h2 img {
	width: 65px;
}

.box-pro .content-pro ul li {
    font-size: 16px;
    line-height: 1.3;
    padding-right: 40px;
    margin: 0px 0px;
    padding: 0px 0px 5px;
}

.box-pro .content-pro p {
	font-size: 16px;
	line-height: 1.5;
	padding-right: 0px;
	margin: 20px 0px;
}

.box-edge .content-edge h2 {
	 	font-size:25px;
	font-weight: 700;
     padding-bottom: 20px;
}

.box-edge .content-pro h2 img, .box-edge .content-edge h2 img {
	width: 75px;
}

.box-edge .content-edge p {
	font-size: 16px;
	line-height: 1.5;
	padding-right: 0px;
	margin: 20px 0px;
	width: auto;
}

.box-pro .content-pro ul, .box-edge .content-edge ul  {
	margin: 0 0 0 15px;
	padding: 0;
} 

.box-edge .content-edge ul li {
    font-size: 16px;
    line-height: 1.3;
    padding-right: 40px;
    margin: 0px 0px;
    padding: 0px 0px 5px;
}

.feature-bg {
    background: url(../img/PNG/features_bg.png) no-repeat center top;
    padding: 10% 2% 5%;
    background-size: cover;
}
.feature-bg .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
    padding: 0px 3%;
}

.feature-bg .accordion {
	padding-left: 0%;
	width: 100%;
}

.accordion-header {
	margin-bottom: 0;
	font-size: 18px;
	color: #BFBFBF;
}

.accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 1rem 0rem 1.25rem;
	font-size: 18px;
	font-weight: 700;
	color: #BFBFBF;
	text-align: left;
	background-color: transparent;
	border-bottom: solid 1px #707070;
	border-radius: 0;
	overflow-anchor: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
	margin-bottom: 20px;
}

.feature-bg .accordion-button:not(.collapsed) {
	color: #fff;
	background-color: transparent;
	box-shadow: none;
	font-size: 18px;
	font-weight: 700;
}

.accordion-body p {
    font-size: 16px;
    line-height: 1.5;
	
}
.accordion-body p strong {
	font-weight: 600;
}

.feature-bg .heading {
    padding-left: 10px;
}
.feature-bg h5 {
	margin: auto;
	display: block;
}
.feature-bg h3 {
	color: #fff;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 700;
	margin: 20px auto;
	text-align: center;
}

.feature-bg .accordion-button img {
	margin-right: 20px;
    width:6%;
}

.image-1, .image-2, .image-3, .image-4 {
	display: none;
	margin: 10px auto;
}
.image-1 {
    display: block;
}
.image-1 img, .image-2 img, .image-3 img, .image-4 img {
	max-width: 100%;
    margin: auto;
    display: block;
}

.mobile-app-features {
	padding: 3% 0px 12%;
}

.mobile-app-features h3 {
	color: #fff;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 700;
	margin: 25px auto;
}

.mobile-app-features p {
	font-size: 16px;
	line-height: 1.3;
	padding-right: 0px;
	margin: 20px auto 30px;
	width: 100%;
}

.mobile-feature img {
	max-width: 100%;
    margin: auto;
}

.mobile-app-features .col-md-3, .mobile-app-features .col-md-6 {
	flex: 0 0 auto;
	width: 100%;
}
 
 .left-points {
	position: relative;
	top: 0;
	left: 0%;
	font-size: 17px;
	line-height: 1.35;
	margin: auto;
	width: 100%;
}



.point-bg, .point-bg-1, .point-bg-2, .point-bg-3, .point-bg-4, .point-bg-5 {
	width: 227px;
	height: 55px;
}

.point-bg {
	float: left;
}
.point-bg-1 {
	float:right;
}
.point-bg-2 {
	left: 30px;
}

.point-bg-3 {
	float: left;
}
.point-bg-4 {
	float:right;
}
.point-bg-5 {
	left: 30px;
}

.blur-card {
	/* background: rgba(255, 255, 255, 0.15); */
	/* backdrop-filter: blur(10px) brightness(80%); */
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-weight: 500;
	font-size: 18px;
}

.point-bg, .point-bg-1, .point-bg-2 {
    margin-bottom: 10%;
}

.point-bg-3, .point-bg-4, .point-bg-5 {
    margin-bottom: 10%;
}

.right-points {
	position: relative;
	top: 15%;
	left: 0%;
	font-size: 17px;
	line-height: 1.5;
}

.insights-bg .col-md-5 {
	flex: 0 0 auto;
	width: 100%;
    padding: 0px 20px;
}

.insights-bg .col-md-7 {
	flex: 0 0 auto;
	width:100%;
    padding: 0px 20px;
}

.insights-bg .content h3 {
	color: #fff;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 700;
	margin: 25px auto;
	text-align: center;
}
.insights-bg .content p {
	font-size: 16px;
	line-height: 1.3;
	margin: 20px auto 30px;
	text-align: center;
}

.insights-bg .content .book-demo {
	background: #FAB330;
	border-radius: 8px;
	width: 160px;
	height: 50px;
	border: none;
	float: none;
	font-size: 16px;
	font-weight: 600;
	margin: 10px auto 20px;
	display: block;
}

.slider-bg .content {
	margin-left: 0;
}
.insights-bg .content h5, .slider-bg .content h5 {
	margin: auto;
	display: block;
}
.slider-bg .content h3 {
	color: #fff;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 700;
	margin: 25px 0;
	width: 100%;
	text-align: center;
}

.slider .slider-bg {
	max-width: 90% !important;
	height: 162px;
	background-color: rgba(82, 60, 141, 0.4);
	border-radius: 18px;
	padding: 12% 15%;
	margin: 0px 15px;
	justify-content: center;
}

.digital-collection .content h3 {
	color: #fff;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 700;
	margin: 25px auto;
}

.digital-collection .content p {
	font-size: 16px;
	line-height: 1.3;
	margin: 20px auto 30px;
	width: 80%;
}

.digital-collection {
	background: url(../img/PNG/cta_bg.png) no-repeat center top;
	background-size: cover;
	padding: 15% 0px;
	text-align: center;
	color: #fff;
}


.iso {
	padding: 8% 0px 8%;
}

.iso .content h5 {
	margin: auto;
}

.iso .content h3 {
	color: #fff;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 700;
	margin: 25px auto;
	text-align: center;
}
.iso .content p {
    font-size: 16px;
	line-height: 1.3;
	margin: 20px 0 30px;
	width: 100%;
	text-align: center;
	padding: 0px 20px;
}

.iso img {
	width: 80%;
	margin: auto;
	display: block;;
}

.footer-top .logo {
	max-width: 100%;
	margin: 20px auto;
	text-align: center;
}
.footer-top .logo img {
	width: 170px;
}

.footer-top .contact-details p {
	font-size: 16px;
	line-height: 1.3;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

.foooter-menu ul li {
	display: none;
	margin: 0px 15px;
}
 
.footer-top .contact-details {
	color: #fff;
	padding: 2% 0;
	text-align: center;
}

.footer-top .contact-details .col-md-7.mt-5 {
	margin-top: 20px !important;
}

.footer-top .contact-details h5 {
	font-family: "Onest", sans-serif;
	font-size: 20px;
	line-height: 1.4;
	padding: 7px 5px;
	text-align: center;
	width: auto;
	color: #fff;
}

.footer-top .blue-bg h3 {
	color: #FAB330;
	font-size: 22px;
	line-height: 0.4;
	font-weight: 700;
	margin: 15px auto 0px;
	border-bottom: solid 5px #5937FF;
	width:180px;
	text-align: center;
}
.footer-top .blue-bg h4 {
	font-family: "Onest", sans-serif;
	font-size: 20px;
	line-height: 1.4;
	padding: 0px 5px;
	text-align: center;
	color: #fff;
}

.footer-top .blue-bg {
	background: #231B4D;
	border-radius: 17px;
	color: #fff;
	padding: 3% 3%;
	height: 260px;
	margin: 20px 10px;
}

.footer-btm {
	background: #352875;
	padding: 1.6% 0px 32%;
	margin-top:0%;
	color: #fff;
}

.footer-btm p {
	font-size: 14px;
	padding-bottom: 0px;
	color: #C8C3E1;
	padding-top: 10px;
    text-align: center;
}

.footer-image {
	position: unset;
	/* float: left; */
	margin: -180px auto 0;
	width: 80%;
}

.encollect_sections .col-md-6 {
	flex: 0 0 auto;
	width: 100%;
}

.table-bg h3 {
	color: #fff;
	font-size: 30px;
	line-height: 1.3;
	font-weight: 700;
	margin: 20px 0px 30px;
	text-align: center;
}

.table-bordered > :not(caption) > * > * {
	font-size: 18px;
	padding-left: 20px;
}


 .mobile-footer {
    display: block;
	background: #1E173F;
	padding: 25px 0px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }

   .mobile-footer ul {
	margin: auto;
	border-radius: 23px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(25 px) brightness(90%);
	-webkit-backdrop-filter: blur(25px) brightness(90%);
		display: flex;
		width: 100%;
		padding: 20px 0px;
   }
   .mobile-footer ul li {
	list-style: none;
	margin: 0px auto;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
 
   }

	.mobile-footer ul li a {
	text-decoration: none;
	color: #fff;
	}
	  .modal-header .fs-5 {
    font-size: 1.2rem!important;
	line-height: 1.3;
    font-weight: 700;
    color: #352875;
    font-family: "Instrument Sans", sans-serif;
	text-align: left;
}
	  
.modal-header  img.float-end.mw-100 {
	float: none !important;
	margin: 20px auto;
}
.modal-dialog {
    width: 90%;
    max-width: 1000px;
    margin: 2rem auto;
    padding: 2% 0;
}

.modal-dialog  .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
}

.modal-body .d-flex {
    display: block!important;
}
.thanks-content {
    margin: auto;
    text-align: center;
    color: #fff;
    padding: 6% 20px;
}

header {
  position: unset;
  top: 0;
  width: 100%;
  z-index: 999;
  background: transparent;
  transition: background 0.3s ease;
}

header.scrolled {
	background: transparent;
}

#hero {
    padding: 0px 0 0;
}

.modal-header {
    display: block;
    margin: 0px 2%;
    border-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 5%;
}
.popup-header-img, img.float-end.mw-100 { 
	display: none !important;
}
}

 