* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	list-style-type: none;
	scroll-behavior: smooth;
}

@font-face{
	font-family: Inter;
	src: url(../fonts/Inter-Regular.ttf);
}

@font-face{
	font-family: Inter-Medium;
	src: url(../fonts/Inter-Medium.ttf);
}

@font-face{
	font-family: Inter-Bold;
	src: url(../fonts/Inter-Bold.ttf);
}

@font-face{
	font-family: Inter-Semibold;
	src: url(../fonts/Inter-SemiBold.ttf);
}

.divblur#blur.active{
	filter: blur(10px) blur(1px) brightness(0.5);
}

.container{
	scroll-snap-type: y proximity;
	z-index: 1;
}

nav{
	background: #FEFEFE;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	position: sticky;
	top: 0;
	z-index: 10;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.checkbtn{
	font-size: 20px;
	float: right;
	line-height: 100px;
	display: none;
}

#check{
	display: none;
	float: right;
}

#menu-btn{

	cursor: pointer;
	width: 30px;
	height: 30px;
	position: relative;
	top: 5px;
}

nav #navbar{
	display: flex;
	justify-content: center;
	height: 100px;
	z-index: 1;
	width: 100%;
	padding: 0 24px;
	max-width: 1100px;
}

nav .navlogo img{
	height: 120px;
	width: 160px;
}

nav ul{
	display: flex;
	align-items: center;
	list-style: none;
	text-align: center;
}

nav ul li{
	padding: 14px 17px;
}

nav ul li a{
	cursor: pointer;
	font-family: Inter;
	text-decoration: none;
	color: #717171;
}

nav ul li a:hover{
	color: #000;
	transition: 0.3s;
}

.a-active{
	font-weight: bold;
	color:#104b12;
}

nav .nav-button{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	width: 150px;
	background: green;
	border: 1px solid green;
	border-radius: 20px;
	cursor: pointer;
	transition: .9s;
}

nav .nav-button a{
	color: #FFF;
	font-family: Inter-Semibold;
	text-decoration: none;
	transition: .4s;
}

nav .nav-button:hover a{
	color: green;
}

nav .nav-button:hover{
	color: green;
	background: #FEFEFE;
	transition: 0.4s;
}

section{
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.sec1{
	background: #FFF;
	scroll-snap-align: none;
}

.video-container {
	min-height: 100vh;
	width: 100%;
	position: relative;
}

.video-container video {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	z-index: 0;
}

.video-container .caption {
	margin-top: 400px;
	font-family: Inter-Bold;
	font-size: 1.7rem;
	z-index: 1;
	position: relative;
	text-align: center;
	color: #FFFFFF;
	padding: 10px;
	transition-delay: 700ms;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}

.video-container .caption button{
	margin-top: 20px;
	padding: 13px 23px;
	font-family: Inter;
	font-size: 1.3rem;
	border: 2px solid green;
	background: green;
	border-radius: 30px;
	color: #FFF;
	cursor: pointer;
}

.video-tutorial{
	display: none;
	position: fixed;
	top: 0;
	left: 50%;
	background: #FFF;
	padding: 20px;
	width: max-content;
	height: max-content;
	z-index: 10;
	border-radius: 14px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.v-active{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
}

.video-tutorial iframe{
	height: 403px;
	width: 717px;
}

.video-tutorial .close-btn{
	float: right;
	cursor: pointer;
	width: 30px;
	height: 30px;
	margin-bottom: 15px;
}

.usp{
	background-image: #FEFEFE;
	scroll-snap-align: start;
}

.usp-container{
	display: flex;
	flex-wrap: wrap;
}

.usp-container .usp-box{
	height: max-content;
	width: max-content;
	text-align: center;
	font-family: Inter;
	color: #383838;
	padding: 60px 40px;
	margin: 60px 30px 30px 30px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.usp-container .usp-box img{
	height: 100px;
	width: 147px;
	margin-bottom: 20px;
}

.usp-container .usp-box p{
	width: 200px;
	margin-top: 20px;
	font-size: 0.9rem;
}

.sec2{
	background: #FEFEFE;
	scroll-snap-align: none;
	height: max-content;
	margin-bottom: 40px;
}

.sec2 h1, .usp h1, .sec3 h1{
	font-family: Inter-Semibold;
	font-size: 2rem;
	color: #383838;
	text-align: center;
	width: 100%;
	margin-top: 70px;
}
.sec2 .wrapper{
	margin-top: 40px;
}

/* Style the tab content */
.tabcontent {
	color: #383838;
	overflow: hidden;
	width: 1000px;
	height: 400px;
	padding: 6px 12px;
}

/* Style the tab */
.tab {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 1000px;
	overflow: hidden;
}

/* Style the buttons that are used to open the tab content */
.tab button {
	font-family: Inter-Bold;
	height: 80px;
	width: 180px;
	font-size: 1rem;
	cursor: pointer;
	border: 3px solid #FFF;
	background: #FFF;
	color: #383838;
	border-radius: 50px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	padding: 10px;
	margin: 10px;
	transition: 0.3s;
}

  /* Change background color of buttons on hover */
.tab button:hover {
	color:#104b12;
	border-color: #104b12;
}

/* Create an active/current tablink class */
.tab button.active {
	color:#104b12;
	border-color: #104b12;
}

.tabcontent .feature-img img{
	width: 500px;
}

.tabcontent .feature-desc, .tabcontent .feature-img{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.tabcontent .feature-desc{
	padding: 0 20px;
	height: max-content;
	overflow-y: auto;
}

.tabcontent .subfeature{
	display: flex;
}

.tabcontent .subfeature-num{
	font-family: Inter-Semibold;
	display: flex;
	background: #0B320C;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	margin: 0 20px;
}

.tabcontent .subfeature-desc{
	font-family: Inter-Semibold;
	margin-bottom: 20px;
}

.tabcontent .feature-desc h3{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.9rem;
	height: 50px;
	width: 50px;
	color: #FFF;
}

.tabcontent .feature-desc p{
	font-size: 0.7rem;
}

.subfeature-header{
	text-align: center;
	color: #104b12;
	font-family: Inter-Semibold;
	font-size: 1.6rem;
	margin-bottom: 10px;
}

/* section - benefits */
.sec8{
	background: #FEFEFE;
	overflow-x: hidden;
}

.sec8 .benefits-container{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
}

.sec8 .benefits-container .box-left{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #23AA47;
	width: 45%;
	height: 100%;
}

.sec8 .benefits-container .box-left img{
	width: 400px;
}

.sec8 .benefits-container .box-right{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 55%;
	height: 100%;
	padding-top: 90px;
}

.sec8 .benefits-container .box-right h2{
	font-family: Inter-Bold;
	color: #383838;
	font-size: 2rem;
}

.sec8 .benefits-container .content{
	width: 80%;
	display: flex;
	flex-direction: column;
}

.sec8 .benefits-container .inner-content{
	display: flex;
	text-align: left;
	align-items: center;
	font-family: inter-semibold;
}

.sec8 .benefits-container .inner-content img{
	width: 50px;
}

.sec8 .left{
	margin-left: 10px;
}

.sec8 .top{
	margin-top: 10px;
}

.sec8 .benefits-container .item p{
	text-align: justify;
	font-family: inter;
}

.accordion {
	display: flex;
	align-items: center;
	font-family: Inter-Semibold;
	color: #383838;
	cursor: pointer;
	padding: 18px;
	width: 80%;
	border: none;
	text-align: left;
	font-size: 1.2rem;
	transition: 0.4s;
	background: transparent;
}

.accordion img{
	width:35px;
	height: 35px;
	margin-right: 30px;
}

.accordion-active {
	content: url(../images/minus.png);
}

.panel {
	font-family: Inter;
	color: #383838;
	padding: 0 18px;
	max-height: 0;
	width: 80%;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.sec8 .number{
	width: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #104B12;
	color: #fff;
	font-size: 1.2rem;
	padding: 15px;
	border-radius: 50%;
}
.sec8 .size{
	color: #383838;
    font-size: 1.5rem;
}

@media (max-width:1366px){
	.sec8 .benefits-container .box-right{
		padding-top: 80px;
	}
}

@media screen and (max-width: 1000px){
	.sec8 .benefits-container .box-left img{
		width: 300px;
	}
	.sec8 .benefits-container .box-right h2{
		font-size: 1.5rem;
	}
	.accordion{
		font-size: 1rem;
	}
	.panel{
		font-size: 0.9rem;
	}
}

@media screen and (max-width: 770px){
	.sec8 .benefits-container .box-left img{
		width: 250px;
	}
	.sec8 .benefits-container .box-right h2{
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 624px){
	.sec8 .benefits-container{
		height: 100%;
		flex-direction: column;
	}
	.sec8 .benefits-container .box-left{
		width: 100%;
		height: max-content;
	}
	.sec8 .benefits-container .box-right{
		width: 100%;
		padding-block: 50px;
	}
	.panel{
		font-size: 0.7rem;
	}
}

/* section - Partners */
.section-padding{
	padding: 60px 0 30px 0;
}

.parallax{
	background-color: #ffffff;
	/* Set a specific height */
	min-height: 350px;
	width: 100%;
	padding: 150px 0 50px 0;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.brand-carousel {
	max-width: 1000px;
}

.parallax h2{
	font-family: Inter-Bold;
	font-size: 2rem;
	color: #000000;
}

.parallax p{
	font-family: Inter;
	color: #000000;
}

.parallax button{
	cursor: pointer;
	border: none;
	padding: 15px 23px;
	background: #FFF;
	border-radius: 40px;
	font-family: Inter-Semibold;
	font-size: 1.3rem;
}

.single-logo{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	margin-left: 48px;
}

.single-logo img{
	height: 100%;
}

@media screen and (max-width: 1000px){
	.parallax{
		padding: 50px 0;
	}
	.brand-carousel{
		max-width: 90%;
	}
	.single-logo{
		width: 70px;
	}
}

@media screen and (max-width: 920px){
	.single-logo{
		height: 50px;
		width: 50px;
	}
	.single-logo img{
		height: 50px;
		width: 50px;
	}
	.brand-carousel{
		max-width: 600px;
	}
}
@media screen and (max-width: 640px){
	.parallax h2{
		font-size: 1.5rem;
	}
	.parallax p{
		font-size: 0.8rem;
	}
	.parallax button{
		font-size: 1rem;
	}
	.brand-carousel{
		max-width: 90%;
	}
	.single-logo{
		margin-left: 10px;
	}
}

.sec7{
	background: #FEFEFE;
	scroll-snap-align: start;
}

.section-pricing{
	width: 100%;
	padding-top: 100px;
	color: #292929;
	background-color: #f2f2f2;
}

.pricing-header{
	font-family: Inter-Bold;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.pricing-header h1{
	color: #383838;
	font-size: 1.2rem;
}

.pricing-body{
	width: 800px;
	padding: 30px;
	border-radius: 20px;
	background-color: #fefefe;
	display: flex;
	justify-content: space-between;
	font-family: inter;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px 0px
}

.feature-header h3{
	font-size: 1rem;
}

.feature-header .ph3{
	font-size: 1.3rem;
}

.inner-pricing{
	text-align: center;
}

.price-left{
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

.price-right{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

.price-box{
	height: 100%;
	border-radius: 2px;
	background-color: #9FFB9E;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.feature-body{
	width: 80%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.feature-body .price-feature{
	width: 100%;
	display: flex;
	justify-content: left;
	align-items: center;
}

.feature-body .price-feature p{
	margin-left: 10px;
	font-size: .9rem;
	font-family: inter-semibold;
}

.price-feature img{
	width: 20px;
}

.inner-pricing form{
	width: 100%;
}

.inner-pricing .price-content{
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.inner-pricing .price-top{
	margin-top: 20px;
}

.inner-pricing .bx-bt{
	justify-content: center;
	align-items: center;
	margin-block: 20px;
}

.inner-pricing .price-plan{
	cursor: pointer;
	padding: 10px;
	border-radius: 5px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.inner-pricing .price-plan:focus{
	background-color: #5afa85;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.inner-pricing input[type=radio]{
	display: none;
}

.price-right h2{
	width: 80%;
	font-size: 1.1rem;
}

.price-plan img{
	width: 80px;
}

.price-plan h4{
	font-size: .8rem;
}

.inner-pricing button{
	padding: 10px;
	font-family: inter-semibold;
	color: #fff;
	border: 1px solid #007528;
	border-radius: 2px;
	background-color: #007528;
	cursor: pointer;
}

.inner-pricing button:hover{
	color: #007528;
	border: 1px solid #007528;
	background-color: #fff;
}

@media (max-width:1366px){
}

@media (max-width:1000px){
	.pricing-body{
		width: 50%;
		flex-direction: column;
	}
	.inner-pricing{
		width: 100%;
	}
	.price-left{
		width: max-content;
		height: 330px;
		margin: auto;
		margin-bottom: 30px;
	}
	.price-right h2{
		width: 100%;
	}
}

@media (max-width:800px){
	.pricing-body{
		width: 400px;
	}
}

@media (max-width: 450px){
	.pricing-body{
		width: 320px;
	}
	.price-left{
		width: 100%;
		height: auto;
		padding-block: 50px;
	}
	.price-left h3{
		font-size: .8rem;
	}
	.price-left .ph3{
		font-size: .9rem;
	}
}

/* transitions */

.hidden-c{
	opacity: 0;
	transition: all 1s;
	filter: blur(3px);
	filter: grayscale(1);
	filter: saturate(2.2);
}

.hidden-l{
	opacity: 0;
	transition: all 1s;
	filter: blur(5px);
	transform: translate(-100%);
}

.hidden-r{
	opacity: 0;
	transition: all 1s;
	filter: blur(5px);
	transform: translate(+100%);
}

.hidden-d{
	opacity: 0;
	transition: all 1s;
	filter: blur(5px);
	transform: translateY(+50%);
}

.hidden-u{
	opacity: 0;
	transition: all 1s;
	filter: blur(5px);
	transform: translateY(-50%);
}

.show{
	opacity: 1;
	filter: blur(0);
	transform: translate(0);
}

.feature-box:nth-child(1){
	transition-delay: 200ms;
}

.feature-box:nth-child(2){
	transition-delay: 400ms;
}

.feature-box:nth-child(3){
	transition-delay: 600ms;
}

.feature-box:nth-child(4){
	transition-delay: 200ms;
}

.feature-box:nth-child(5){
	transition-delay: 400ms;
}

.feature-box:nth-child(6){
	transition-delay: 600ms;
}

.feature-box:nth-child(7){
	transition-delay: 200ms;
}

.feature-box:nth-child(8){
	transition-delay: 400ms;
}

.feature-box:nth-child(9){
	transition-delay: 600ms;
}

/* Contact us */

.sec5{
	background: #f2f2f2;
	scroll-snap-align: start;
	overflow: hidden;
}

.sec5 .form-container{
	margin: 100px 0;
	padding: 0 30px;
	background: #FFF;
	display: flex;
	border-radius: 20px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px 0px
}

.sec5 .form-container .form-left{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 50%;
	height: 500px;
}

.sec5 .form-container .form-right{
	display: flex;
	width: 50%;
	align-items: center;
	justify-content: center;
}
.contact-details .con{
	display: flex;
	margin: 15px 0;
}
.contact-details .con div{
	display: flex;
	align-items: center;
}

.contact-details .con div p{
	font-family: Inter-Semibold;
	color: #383838;
	margin-left: 10px;
}
.contact-details .con{
	cursor: pointer;
}
.contact-details .con img{
	cursor: pointer;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	box-shadow: 0 6.4px 14.4px 0 rgb(0 0 0 / 13%), 0 1.2px 3.6px 0 rgb(0 0 0 / 11%);
}
.contact-details .con:hover{
	opacity: 0.8;
}

.shortcut-link:hover{
	opacity: 0.7;
}

.sec5 .form-container .form-left h1{
	font-family: Inter-Bold;
	color: #145516;
	text-align: center;
	margin-bottom: 50px;
}

.sec5 .form-container .form-left form{
	margin-top: 50px;
}

.font-inter{
	font-family: inter;
	color: #FEFEFE;
}

/* FAQs Styles */

.sec6{
	height: max-content;
	margin: 0;
}

.faq-header{
	background: #104b12;
	height: max-content;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 260px;
	width: 100%;
}

.faq-header h1{
	padding: 100px;
	text-align: center;
	font-family: Inter-Bold;
	font-size: xx-large;
	color: #FFFFFF;
}

.faq-content{
	margin: 50px 150px;
	display: block;
	text-align: center;
}

.btn-dropdown{
	font-family: Inter-Semibold;
	font-size: 15px;
	color: #383838;
	width: 850px;
	text-align: left;
	padding: 20px;
	border: none;
	margin-top: 20px;
	cursor: pointer;
}

.btn-dropdown:hover{
	background-color: #A1FFA4;
}

.ans{
	font-family: Inter;
	font-size: 13px;
	text-align: left;
	color: #383838;
	display: none;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	padding: 40px;
	background-color: #FFFFFF;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.show-ans{
	display: block;
}

/* Footer Styles */

footer{
	height: auto;
	width: 100%;
	background-color: #104b12;
	padding: 0 50px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	bottom: 0;
}

.footer-header{
	text-align: center;
}

.footer-content{
	display: flex;
	margin-bottom: 150px;
}

.footer-content .footer-section-left{
	width: 50%;
	display: flex;
	flex-direction: column;
	padding: 0 50px;
}

.footer-content .footer-section-left h2, p{
	text-align: left;
}

.footer-content .footer-section-left form{
	width: 100%;
}

.footer-content .footer-section-left .footer-input{
	display: grid;
	grid: 50px 50px / auto auto;
	gap: 10px;
	margin: 10px auto auto auto;
}

.footer-content .footer-section-left .footer-input input{
	padding: 10px 20px;
	font-family: inter;
	font-size: 1rem;
	border: none;
	border-radius: 20px;
}

.footer-content .footer-section-left button{
	width: 100%;
	padding: 12px 30px;
	font-size: 1rem;
	font-family: inter;
	color: #FEFEFE;
	background-color: transparent;
	border: 2px solid #FEFEFE;
	border-radius: 50px;
	margin: 10px auto;
	transition: .7s;
}

.footer-content .footer-section-left button:hover{
	background-color: #09eb54;
}

.footer-content .footer-section-right{
	width: 50%;
}

.footer-content .footer-section-right .box-top{
	display: flex;
	justify-content: space-evenly;
	margin: 30px auto;
}

.footer-content .footer-section-right .box-top .box-right ul{
	margin-top: 20px;
}

.footer-content .footer-section-right .box-top .box-right a{
	text-decoration: none;
	font-size: .9rem;
}

.footer-content .footer-section-right .descript{
	text-align: justify;
}

.footer-content .footer-section-right p{
	margin-top: 25px;
}

footer .footer-bottom{
	width: 100%;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	background-color: #0B320C;
	bottom: 0;
	left: 0;
	padding: 10px 25px;
}

footer .footer-bottom p{
	text-align: center;
	font-size: 1rem;
}
/* floating chat */
.floating-chat{
	z-index: 5;
	height: 50px;
	width: 50px;
	position: fixed;
	border-radius: 50%;
	top: 90%;
	left: 93%;
	transform: translate(-50%, -50%);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	opacity: 0.8;
	transition: 0.4s;
}

.floating-chat:hover{
	opacity: 1;
	height: 57px;
	width: 57px;
	top: 90.2%;
	left: 93.2%;
	transition: 0.4s;
}

.floating-chat img{
	cursor: pointer;
	height: 50px;
	width: 50px;
	transition: 0.4s ease-in-out;
}

.floating-chat img:hover{
	height: 57px;
	width: 57px;
	transition: 0.4s;
}

@media (max-width: 1400px){
	nav{
		padding: 0 30px;
	}
	.footer-content .footer-section-left .footer-input{
		display: flex;
		flex-direction: column;
	}
	.footer-content .footer-section-left .footer-input input{
		padding: 10px 20px;
	}
	.footer-content .footer-section-left form button{
		padding: 10px 20px;
	}
	.footer-content .footer-section-left, .footer-content .footer-section-right{
		height: 70%;
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
	}
	.footer-content .footer-section-right .box-top{
		width: 100%;
	}
	div.cards{
		margin: 0px 60px;
	}
}

@media (max-width: 1250px){
	.faq-content{
		margin: 50px 10px;
		text-align: center;
	}
	div.cards{
		margin: 0px 30px;
	}
}

@media screen and (max-width: 1190px){
	div.cards{
		margin: 0px 20px;
		grid-template-columns: repeat(1, auto);
		gap: 10px;
	}
	.feature-sec .feature-container{
		display: block;
	}
	.feature-sec .feature-desc{
		margin-right: 0;
		margin-left: 0;
	}
	.feature-sec h2{
		text-align: center;
	}
	.feature-sec p{
		width: 600px;
	}
}

@media (max-width: 1070px){
	.footer-content .footer-section-left{
		width: 100%;
		margin: 0;
	}
	.footer-content .footer-section-right{
		width: 80%;
		margin: 20px auto;
	}
	.footer-content .footer-section-right .box-top{
		margin: 20px auto;
	}
}

@media screen and (max-width: 1060px){
	.tab{
		margin: auto;
		width: 70%;
		justify-content: space-evenly;
	}
	.tabcontent{
		margin: auto;
		width: 90%;
		justify-content: center;
	}
	.tab button{
		font-size: 0.9rem;
	}
	.tabcontent{
		height: max-content;
		flex-wrap: wrap;
	}
	.tabcontent .feature-desc{
		padding: 30px 0;
		transition: 0.4s ease-in-out;
	}
	.footer-content{
		flex-direction: column;
	}
}

@media screen and (max-width: 1050px){
	.sec2,
	.sec3,
	.sec4,
	.sec5,
	.sec6,
	.sec7,
	.sec8{
		scroll-snap-align: none;
	}
	.usp{
		scroll-snap-align: none;
		margin-right: 0;
	}
	.usp-container .usp-box img{
		height: 70px;
		width: 100px;
	}
	.usp-container .usp-box h2{
		font-size: 1rem;
	}
	.usp-container .usp-box p{
		width: 170px;
		font-size: 0.9rem;
	}
	.usp h1{
		font-size: 1.4rem;
	}
	.usp-container .usp-box{
		padding: 40px 25px;
	}
	.usp-container{
		display: block;
	}
	.sec3 h1{
		font-size: 1rem;
	}
	.sec3 .plan-container{
		display: block;
	}
	.sec3 .plan-container .plan-box{
		margin: 40px 0;
	}
}

@media screen and (max-width: 994px){
	nav {
		transition: 0.8s all ease;
	}
	.checkbtn{
		display: block;
		margin-right: 50px;
	}
	nav .nav-button{
		display: none;
	}
	nav ul{
		display: block;
		padding-top: 20px;
		position: fixed;
		width: 100%;
		height: 100vh;
		background: #FEFEFE;
		top: 100px;
		left: -100%;
		transition: all .5s;
	}
	nav ul li{
		display: block;
		line-height: 30px;
	}
	.hidden-li{
		display: block;
	}
	nav ul li a{
		color: #717171;
	}
	#check:checked ~ ul{
		left: 0;
	}
	.btn-dropdown{
		font-size: 13px;
		width: 600px;
	}
	.ans{
		font-size: 12px;
		width: 600px;
	}
}

@media screen and (max-width: 1000px) {
	.sec5 .form-container{
		width: 50%;
		flex-wrap: wrap-reverse;
	}
	.sec5 .form-container .form-left{
		height: 500px;
		width: 100%;
	}
	.sec5 .form-container .form-left h1{
		text-align: center;
		width: 100%;
	}
	.sec5 .form-container .form-right{
		width: 100%;
		height: 450px;
	}
	.form-right iframe{
		width: 350px;
		height: 350px;
	}
}

@media screen and (max-width: 860px){
	.sec5 .form-container{
		width: 400px;
		height: max-content;
	}
	.tab{
		margin: auto;
		width: 90%;
		justify-content: space-evenly;
	}
}

@media screen and (max-width: 840px) {
	.sec5 .form-container{
		width: 400px;
		height: max-content;
	}
}

@media screen and (max-width: 815px){
	.sec2 h1{
		font-size: 1.4rem;
		margin-top: 130px;
	}
	.sec2 .wrapper{
		margin-top: 20px;
	}
	.hidden-r, .hidden-l, .hidden-c, .hidden-d{
		opacity: 1;
		filter: blur(0);
		transform: translate(0);
	}
	div h1.client-header{
		text-align: center;
	}
}

@media screen and (max-width: 740px) {
	.feature-sec h2{
		font-size: 2rem;
	}
	.feature-sec p{
		font-size: 0.8rem;
		width: 400px;
		text-align: center;
	}
	.feature-sec img{
		width: 400px;
	}
}

@media screen and (max-width: 700px){
	.video-container .caption {
		width: 200px;
		font-size: 1rem;
		text-align: left;
		display: flex;
		margin-top: 200px;
		margin-left: auto;
		margin-right: auto;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.video-container .caption button{
		margin-top: 30px;
		padding: 10px 20px;
		font-size: 0.9rem;
		border-radius: 18px;
	}
	.checkbtn{
		margin-right: 20px;
	}
}

@media (max-width: 667px){
	.tab button{
		width: 25%;
		font-size: .7rem;
	}
	.tabcontent .feature-desc .subfeature-header{
		font-size: 1rem;
	}
	.tabcontent .feature-desc .subfeature{
		font-size: .7rem;
	}
	.tabcontent .feature-desc .subfeature .subfeature-num{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 30px;
		height: 30px;
		transition: .7s;
	}
	.tabcontent .feature-desc .subfeature .subfeature-num h3{
		font-size: .7rem;
	}
}

@media screen and (max-width: 636px){
	.cards{
		display: grid;
		margin: 10px auto;
	}
	.card{
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
		border-radius: 10px;
		padding: 30px;
		display: grid;
	}
}

@media screen and (max-width: 580px) {
	.tab{
		width: 90%;
		justify-content: space-evenly;
	}
	.tabcontent{
		width: 90%;
	}
	.tab button{
		height: 5%;
		font-size: .6rem;
	}
	.tabcontent .feature-img img{
		width: 330px;
	}
	.tabcontent .feature-desc p{
		font-size: 0.8rem;
	}
	.feature-sec{
		text-align: center;
	}
	.feature-sec p{
		width: 300px;
	}
	.feature-sec img{
		width: 300px;
	}
	.faq-header{
		height: 150px;
	}
	.faq-header h1{
		font-size: 19px;
		padding: 60px;
	}
	.btn-dropdown{
		font-size: 12px;
		width: 370px;
	}
	.ans{
		font-size: 11px;
		width: 370px;
	}
}


@media screen and (max-width: 559px){
	.cards{
		display: block;
		margin: 10px auto;
	}
	.card{
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
		border-radius: 10px;
		padding: 30px;
		margin-top: 10px;
		display: block;
	}
	div.card_header{
		text-align: center;
		align-items: center;
		place-items: center;
		width: 100%;
	}
	img.avatar{
		border-radius: 0%;
		height: 300px;
		width: 300px;
		margin-bottom: 20px;
	}.card_content{
		padding: 0px 10px;
		font-family: Inter;
		font-size: 0.9rem;
		width: 300px;
		height: 150px;
	}
	.name{
		font-family: Inter;
		font-size: 1rem;
		width: 50%;
		display: inline-block;
	}
	.name h3{
		margin: 0px;
	}
	.card_footer{
		margin-top: 0px;
		display: inline-block;
	}
}

@media screen and (max-width: 450px) {
	.sec5 .form-container{
		width: 320px;
		height: max-content;
	}
	.sec5 .form-container .form-right{
		height: 320px;
	}
	.sec5 .form-container .form-left{
		height: 350px;
	}
	.contact-details{
		margin-left: -40px
	}
	.form-right iframe{
		width: 280px;
		height: 280px;
	}
	.sec5 .form-container h1{
		font-size: 1.1rem;
		margin-bottom: 10px;
	}
	.contact-details .con div p{
		font-size: 0.8rem
	}

	.contact-details .con img{
		height: 25px;
		width: 25px;
	}

	/*usp */
	.usp h1{
		margin-top: 0px;
		font-size: 1rem;
		width: 290px;
		margin-bottom: 10px;
	}
	.usp-container{
		padding: 0;
		margin: 0;
	}
	.usp-container .usp-box{
		display: flex;
		padding: 15px 17px;
		margin-top: 7px;
	}
	.usp-container .usp-box img{
		margin-top: 20px;
		margin-bottom: 10px;
		height: 50px;
		width: 85px;
	}
	.usp-box .usp-mob h2{
		font-size: 0.9rem;
	}
	.usp-box .usp-mob p{
		text-align: justify;
		text-justify: inter-word;
		margin-top: 5px;
		font-size: 0.6rem;
	}

	/*floating chat */
	.floating-chat{
		height: 42px;
		width: 42px;
		top: 90%;
		left: 88%;
	}

	.floating-chat:hover{
		height: 45px;
		width: 45px;
		top: 90.2%;
		left: 88.2%;
	}

	.floating-chat img{
		height: 42px;
		width: 42px;
	}

	.floating-chat img:hover{
		height: 45px;
		width: 45px;
	}

}

@media screen and (max-width: 833px) {
	.video-tutorial iframe{
		height: 360px;
		width: 670px;
	}
}
@media screen and (max-width: 785px){
	.video-tutorial iframe{
		height: 340px;
		width: 630px;
	}
}
@media screen and (max-width: 725px){
	.video-tutorial iframe{
		height: 310px;
		width: 600px;
	}
}
@media screen and (max-width: 685px){
	.video-tutorial iframe{
		height: 320px;
		width: 560px;
	}
}
@media screen and (max-width: 655px){
	.video-tutorial iframe{
		height: 330px;
		width: 520px;
	}
}
@media screen and (max-width: 610px){
	.video-tutorial iframe{
		height: 340px;
		width: 480px;
	}
}
@media screen and (max-width: 575px){
	.video-tutorial iframe{
		height: 350px;
		width: 450px;
	}
}
@media screen and (max-width: 535px){
	.video-tutorial iframe{
		height: 350px;
		width: 410px;
	}
}

@media screen and (max-width: 470px){
	.video-tutorial iframe{
		height: 400px;
		width: 380px;
	}
}
@media screen and (max-width: 435px){
	.video-tutorial iframe{
		height: 450px;
		width: 330px;
	}
}
@media screen and (max-width: 390px){
	.video-tutorial iframe{
		height: 450px;
		width: 300px;
	}
}
@media screen and (max-width: 375px){
	.video-tutorial iframe{
		height: 400px;
		width: 300px;
	}
	.single-logo{
		margin-left: 0;
	}
	div h1.client-header{
		font-size: 1.5rem;
	}
	img.avatar{
		border-radius: 0%;
		height: 250px;
		width: 270px;
		margin-bottom: 20px;
	}
	.name{
		width: 120px;
		text-align: center;
		display: inline-block;
	}
	.name h3{
		margin: 0px;
	}
	div.card_footer h3{
		text-align: center;
		width: 120px;
		display: inline-block;
	}
	div.card_content{
		padding: 0px 0px;
		width: 275px;
	}
}