body {
	font-family: Everett;
	color: #1C1C1C;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
}

::placeholder,
input[type=date]:invalid::-webkit-datetime-edit {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: transparent;
	opacity: 1;
	/* Firefox */
}

input[type=date]:focus::-webkit-datetime-edit {
	color: #1C1C1C;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: transparent;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: transparent;
}

.nav-link {
	font-size: 18px;
	padding: 0 30px 0 0;
	color: #fff;
}

.nav-link:focus,
.nav-link:hover {
	color: #6dffbb;
}

.whiteHeader .nav-link {
	color: #1C1C1C;
}

.logo-multi {
	display: none;
}

.whiteHeader {
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.09);
}

.navbar {
	transition: all linear 0.3s;
	backdrop-filter: blur(12px);
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.5em;
	vertical-align: 0.255em;
	content: "";
	border-top: 1px solid;
	border-right: 1px solid;
	width: 9px;
	height: 9px;
	transform: rotate(135deg);
}

.fs-14 {
	font-size: 14px;
}

.fs-20 {
	font-size: 20px;
	line-height: 24px;
}

.fs-64 {
	font-size: 64px;
}

.fs-70 {
	font-size: 70px;
}

.fs-80 {
	font-size: 80px;
}

.py-12 {
	padding-top: 12px;
	padding-bottom: 12px;
}

.py-22 {
	padding-top: 22px;
	padding-bottom: 22px;
}

.px-54 {
	padding-left: 54px;
	padding-right: 54px;
}

.mt-42 {
	margin-top: 42px;
}

.p-50 {
	padding: 50px;
}

.btn-primary {
	background: linear-gradient(90deg, #006838 0%, #006838 50%, #059753 50.1%, #059753 100%);
	border: none;
	position: relative;
	overflow: hidden;
	transition: all linear 0.1s;
	background-position: 0 0;
	background-size: 200% 100%;
}

.btn-white {
	background: linear-gradient(90deg, #fff 0%, #fff 50%, #afd5c3 50.1%, #afd5c3 100%);
	color: #49464F;
	border: none;
	position: relative;
	overflow: hidden;
	transition: all linear 0.1s;
	background-position: 0 0;
	background-size: 200% 100%;
}

.btn-primary:hover,
.btn:first-child:hover,
:not(.btn-check)+.btn:hover {
	border: none;
	background-position: -100% 0;
}

.main-video-banner {
	margin-top: -80px;
	position: relative;
	display: flex;
}

.main-video-banner::before {
	content: "";
	background-color: rgba(0, 0, 0, 0.80);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.bg-dark {
	background-color: rgba(0, 0, 0, var(--bs-bg-opacity)) !important;
}

.main-video-text {
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	text-align: center;

}

.main-video-text .container {
	padding: 0 10rem;
}

h1 {
	font-weight: 400;
	font-size: 120px;
	line-height: 90%;
}

.bg-light-grey {
	background: #F5F5F7;
}

.bg-dark-grey {
	background: #EDEDED;
}

.sectionHeading {
	font-size: 80px;
	line-height: 96px;
	margin-bottom: 10px;
	color: #49464F;
}

.headingSubtile {
	font-size: 20px;
}

.sec-padding {
	padding-top: 80px;
}

.sec-bt-padding {
	padding-bottom: 80px;
}

.shadow-main {
	box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.12);
}

.radius-16 {
	border-radius: 16px;
}

.wcuCont {
	padding: 45px 25px 30px;
}

.btn-outline {
	box-shadow: inset 0px 0px 0px 1px #49464f;
	line-height: 90%;
	border: none;
	color: #49464f !important;
	transition: all linear 0.1s;
}

.btn-outline i {
	display: inline-block;
}

.btn-outline:hover {
	box-shadow: inset 0px 0px 0px 31px #afd5c3;
}

.text-color {
	color: #49464F;
}

.btn-outline:hover i {
	animation-name: slide;
	animation-duration: .3s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
}

.wcuCardContent {
	margin-top: 40px;
}

.wcuCardContent .wcuCard {
	max-width: 33%;
}

.wcuCard img {
	width: 100%;
}

.serviceSlider1 img {
	width: 100%;
	border-radius: 12px;
}

.serviceSlider1 .slick-next,
.testimonialContent .slick-next {
	right: -30px;
}

.serviceSlider1 .slick-prev,
.testimonialContent .slick-prev {
	left: -30px;
}

.serviceSlider1 .slick-arrow:before,
.testimonialContent .slick-arrow:before {
	font-family: bootstrap-icons !important;
	color: #49464F;
	font-size: 24px;

}

.serviceSlider1 .slick-arrow,
.testimonialContent .slick-arrow {
	width: auto;
	height: auto;
}

.txt-absolute {
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.serviceSlider1 .slick-next:before,
.testimonialContent .slick-next:before {
	content: "\F285";
}

.serviceSlider1 .slick-prev:before,
.testimonialContent .slick-prev:before {
	content: "\F284";
}

.serviceSlider2 img {
	width: 100%;
	position: relative;
	z-index: 0;
	opacity: 0.3;
	max-height: 100vh;
}

.serviceSlider2 {
	background: #000;
	margin-bottom: 0 !important;
}

.serviceSlider2 h2 {
	font-size: 106px;
	color: #fff;
	line-height: 110%;
	font-weight: 400;
	text-align: right;
	word-break: break-word;
}

.serviceSlider2 h4 {
	font-size: 70px;
	line-height: 84px;
	margin-bottom: 46px;
}

ul li {
	line-height: 150%;
}

.slick-dots {
	left: 0;
	bottom: 40px;
	text-align: right;
}

.slick-dots li button:before {
	content: '';
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
	opacity: 1;
	transition: all linear 0.3s;
}

.slick-dots li.slick-active button:before {
	opacity: 1;
}

.slick-dots li.slick-active button:after {
	width: 16px;
	height: 16px;
	content: "";
	border-radius: 50%;
	border: 1px solid #fff;
	position: absolute;
	left: -3px;
	top: -3px;
}

.slideNav {
	color: #fff;
	font-size: 36px;
	position: absolute;
	bottom: 24px;
	cursor: pointer;
	z-index: 9;
}

.slideNav.prev {
	left: 0;
}

.slideNav.next {
	left: 46px;
}

.checkUl {
	list-style: none;
	padding: 0;
	float: left;
}

.checkUl li {
	background-color: #F5F5F7;
	font-size: 14px;
	padding: 9px 18px;
	color: #49464F;
	margin-bottom: 16px;
	border-radius: 20px;
	float: left;
}

.checkUl li::before {
	content: "";
	width: 14px;
	height: 10px;
	background-image: url(../img/icon/check.svg);
	display: inline-block;
	margin-right: 10px;
}

.headTag {
	font-size: 12px;
	background-color: #006838;
	color: #FFFFFF;
	line-height: 14px;
	padding: 3px 9px;
}

.processCard {
	margin: 30px 0 40px;
	display: flex;
	align-items: center;
}

.processCard .iconDiv {
	width: 158px;
	height: 158px;
	background-color: #FFFFFF;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: -70px;
	z-index: 1;
}

.processCard .contentDiv {
	padding: 20px 20px 20px 86px;
	border-radius: 10px;
	background-color: #FEC75A;
	display: flex;
	flex-direction: column;

}

.processCard .contentDiv .count {
	background-color: #FEC75A;
	border-radius: 50%;
	box-shadow: 2px 4px 8px 2px rgb(0 0 0 / 8%);
	font-size: 32px;
	color: #fff;
	padding: 9px;
	margin-left: auto;
	height: 56px;
	width: 56px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.processCard .contentDiv h4 {
	width: 164px;
	height: 48px;
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 20px;
}

.processCard .contentDiv p {
	width: 164px;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 5px;
}

.processCard:nth-child(2) .contentDiv .count,
.processCard:nth-child(2) .contentDiv {
	background-color: #01C1D0;
}

.processCard:last-child .contentDiv .count,
.processCard:last-child .contentDiv {
	background-color: #FA7378;
}

.faqBlock .accordion-item {
	background-color: transparent;
	border-color: #B4B2B0;
}

.faqBlock .accordion-button {
	background-color: transparent;
	font-size: 22px;
	color: #2E2C34;
	padding: 25px 0;
}

.faqBlock .accordion-button:not(.collapsed) {
	border: none;
	box-shadow: none;
}

.faqBlock .accordion-button:focus {
	box-shadow: none;
}

.faqBlock .accordion-button::after {
	display: none;
}

.faqBlock .accordion-button::before {
	content: "\F4FE";
	font-family: bootstrap-icons !important;
	font-size: 24px;
	margin-right: 20px;
}

.faqBlock .accordion-button:not(.collapsed)::before {
	content: "\F2EA";
}

.testimonialSlide {
	padding: 0 50px;
}

.testimonialSlide img {
	max-height: 310px;
}

.testimonialSlide p {
	margin-top: 15px;
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
}

.testimonialSlide span {
	color: #49464F;
	font-size: 18px;
}

.testimonialSlide .testimonialDes {
	color: #84828a;
	font-size: 16px;
	display: block;
}

.videoCoverImage {
	background-color: #fff;
	box-shadow: 6px 8px 1px 3px rgba(0, 0, 0, 0.25);
	position: relative;
	cursor: pointer;
}

.videoCoverImage>div:first-child::after {
	content: "\F4F3";
	position: absolute;
	left: 0;
	top: 0;
	font-family: bootstrap-icons !important;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 82px;
	color: #fff;
	background: rgba(0, 0, 0, 0.75);
}

.blogArticle {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.06);
	overflow: hidden;
	display: block;
	text-decoration: none;
}

.blogArticle .contentBlog {
	padding: 33px 35px;
	font-size: 22px;
	line-height: 125%;
	color: #2E2C34;
}

.blogArticle .contentBlog.small {
	padding: 12px 14px;
	font-size: .875em;
}

.blogArticleLink h4 {
	font-size: 24px;
	text-transform: uppercase;
}

.blogArticleLink ul {
	list-style: none;
	padding: 0;
}

.blogArticleLink ul li {
	padding: 10px 0;

}

.blogArticleLink ul li:not(:last-child) {
	border-bottom: 1px solid #747474;
}

.blogArticleLink a {
	color: #006838;
	font-size: 18px;
	line-height: 135.52%;
	text-decoration: none;
}

.contactInfo {
	display: flex;
	margin-bottom: 40px;
}

.contactInfo.cardInfo {
	flex-wrap: wrap;
	padding: 30px 40px 40px 30px;
	background: #FFFFFF;
	box-shadow: 0px 5px 22px #cccccc;
	border-radius: 6px;
}

.contactInfo.cardInfo .infoContent {
	width: 100%;

}

.contactInfo.cardInfo .infoContent p {
	margin: 0;
}

.contactInfo.cardInfo span {
	font-size: 20px;
	line-height: 140%;
	text-transform: uppercase;
	color: #006838;
}

.contactInfo.cardInfo .infoIcon {
	margin-right: 12px;
}

.contactInfo .infoIcon {
	color: #006838;
	font-size: 21px;
	margin-right: 30px;
}

.contactInfo .infoContent {
	font-size: 18px;
}

.formContactDiv h2 {
	line-height: 98px;
	margin-bottom: 12px;
}

.formContactDiv {
	background: #F5F5F7;
	box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.06);
	padding: 15px 45px 34px;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-control {
	background: #FFFFFF;
	box-shadow: inset 0px 1px 8px 1px rgb(0 0 0 / 25%);
	border-radius: 4px;
}

.form-outer {
	background: #FFFFFF;
	box-shadow: 0px 5px 14px rgb(0 0 0 / 12%);
	border-radius: 10px;
}

.footerBg {
	background: linear-gradient(270deg, #04AD5E 0%, #006838 25%, #061700 50%, #006838 75%, #04AD5E 100%);
	background-size: 800% 100%;
	background-position: 0 0;
	animation-name: bgAnim;
	animation-duration: 90s;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.referFriend .sectionHeading {
	font-size: 106px;
	line-height: 140%;
	color: #FFFFFF;
}

.referFriend p {
	font-size: 20px;
	line-height: 140%;
	max-width: 840px;
	margin: 0 auto;
}

.footerNav {
	display: flex;
	align-items: center;
	padding: 33px 0;
}

.footerNavLink {
	list-style: none;
	margin: 0;
}

.footerNavLink li {
	display: inline-block;
}

.footerNavLink li a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	margin-right: 16px;
}

.footerNavLink li a:hover {
	text-decoration: underline;
}

.mobile-page-banner {
	margin-top: -80px;
	background: linear-gradient(279.93deg, #04AD5E 1.57%, #061700 100%);
	position: relative;
}

.mobile-page-banner::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/my-banner-app-bg.png);
	background-size: cover;
	z-index: 0;
}

.mobile-page-banner>* {
	position: relative;
	z-index: 2;
}

.mobile-page-banner h4 {
	font-size: 32px;
	line-height: 38px;
	color: #fff;
}

.mobile-page-banner h3 {
	font-weight: 500;
	font-size: 40px;
	line-height: 48px;
	color: #fff;
}

.blurBg {
	position: relative;
}

.blurBg>* {
	position: relative;
	z-index: 2;
}

.blurBg::before {
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url(../img/blur-bg.jpg);
	filter: blur(12px);
	background-size: cover;
	z-index: 0;
}

.screenSlide img {
	display: block;
	margin: 0 auto;
	border-radius: 22px;
	width: 92%;
}

.screenshotSlider .slick-dots {
	bottom: -70px;
	text-align: center;
}

.screenshotSlider .slick-dots li.slick-active button:after {
	display: none;
}

.screenshotSlider .slick-dots li.slick-active button:before {
	width: 26px;
	height: 10px;
	border-radius: 5px;
	background-color: #006838;
}

.screenshotSlider .slick-dots li.slick-active {
	width: 40px;
}

.download-app-bg {
	background: linear-gradient(270deg, #04AD5E 1.57%, #061700 100%);
}

.download-app-bg img {
	display: block;
	margin: 0 auto;
}

.UTR-pop {
	background: #F5F5F5;
	width: 480px;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 99999;
	overflow-y: auto;
	left: 0;
	margin: auto;
	max-height: 80%;
	height: fit-content;
	border-radius: 10px;
}

.sideBar {
	background: #F5F5F5;
	width: 480px;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 99999;
	overflow-y: auto;
}

.overlay {
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.sideBar .closeSidebar,
.closeSidebar {
	font-size: 20px;
	color: #1C1C1C;
	display: table;
	margin-left: auto;
}

.sideBar h4 {
	color: #1C1C1C;
	font-size: 32px;
	text-align: center;
	margin-top: 10px;
}

.refundType [type="radio"]:checked,
.refundType [type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

.refundType [type="radio"]:checked+label,
.refundType [type="radio"]:not(:checked)+label {
	position: relative;
	cursor: pointer;
	line-height: 20px;
	display: block;
	color: #1C1C1C;
	text-align: center;
	background: #FFFFFF;
	box-shadow: 0px 5px 14px rgb(0 0 0 / 12%);
	border-radius: 10px;
	margin: 0 auto;
	width: 240px;
	padding: 30px 60px;
	margin-bottom: 48px;
}

.refundType [type="radio"]:checked+label:before,
.refundType [type="radio"]:not(:checked)+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;

}

.refundType [type="radio"]:not(:checked)+label .hover {
	display: none;
}

.refundType [type="radio"]:checked+label .hover {
	display: block;
	margin: 0 auto;
}

.refundType [type="radio"]:not(:checked)+label .normal {
	display: block;
	margin: 0 auto;
}

.refundType [type="radio"]:checked+label .normal {
	display: none;
}

.refundType [type="radio"]:checked+label {
	background: radial-gradient(122.07% 174.98% at 69.96% 29.2%, #D0DD28 0%, #009444 100%);
	color: #fff;
}

.refundType label h5 {
	font-size: 32px;
	margin-top: 10px;
	margin-bottom: 0px;
}

.sideBarNav {
	display: flex;
}

.workExpenses [type="checkbox"]:checked,
.workExpenses [type="checkbox"]:not(:checked),
.yearSelect [type="radio"] {
	position: absolute;
	left: -9999px;
}

.workExpenses label {
	background: #FFFFFF;
	box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.12);
	border-radius: 10px;
	padding: 8px;
	width: 100%;
	margin-bottom: 28px;
	position: relative;
	cursor: pointer;
}

.workExpenses label>div {
	background: #F5F5F5;
	border-radius: 4px;
	overflow: hidden;
}

.workExpenses label .icon {
	background: radial-gradient(122.07% 174.98% at 69.96% 29.2%, #D0DD28 0%, #009444 100%);
	font-size: 42px;
	padding: 8px;
	line-height: 1;
	color: #fff;
}

.workExpenses label .textCont,
.yearSelect label .textCont {
	font-size: 20px;
	margin: auto 0;
	padding: 0 14px;
}

.workExpenses [type="checkbox"]:checked+label:after {
	content: "\F272";
	font-family: bootstrap-icons !important;
	position: absolute;
	right: 20px;
	top: 18px;
	font-size: 26px;
	color: #006838;
}

.yearSelect [type="radio"]+label {
	background: #FFFFFF;
	box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.12);
	border-radius: 10px;
	padding: 8px;
	width: 100%;
	margin-bottom: 28px;
	position: relative;
	cursor: pointer;
}

.yearSelect [type="radio"]+label>div {
	position: relative;
}

.yearSelect [type="radio"]+label>div::before {
	content: "";
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: radial-gradient(122.07% 174.98% at 69.96% 29.2%, #D0DD28 0%, #009444 100%);
}

.yearSelect [type="radio"]+label>div::after {
	content: "";
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	border: 4px solid #fff;
	left: 4px;
	top: 4px;
}

.yearSelect [type="radio"]:checked+label>div::after {
	background: radial-gradient(122.07% 174.98% at 69.96% 29.2%, #D0DD28 0%, #009444 100%);
	border: 4px solid #fff;
}

.form-outer .leftIcon {
	background: radial-gradient(122.07% 174.98% at 69.96% 29.2%, #D0DD28 0%, #009444 100%);
	font-size: 42px;
	padding: 6px;
	line-height: 1;
	border-radius: 4px 0 0 4px;
	color: #ffffff;
}

.form-floating>.form-control.withIcon {
	border-radius: 0 4px 4px 0;
}

.rebateCalculation p {
	font-size: 20px;
	color: #1C1C1C;
}

.rebateCalculation h3 {
	font-size: 48px;
}

.rebateCalculation h3 span {
	color: #006838;
}

.rebateCalculation a.anchorLinkGreen {
	color: #006838;
	font-size: 20px;
}

.otherPageBanner {
	background-size: cover;
	background-position: center;
	margin-top: -80px;
}

.blogPageBanner {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/blogs-banner.png);
	background-size: cover;
	background-position: center;
	margin-top: -80px;
}

.contactBanner {

	background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/contact-banner.jpg);
}

.servicesPageBanner {
	margin-top: -80px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/service_bg.jpg);
}

.serviceDetailsBanner {
	margin-top: -80px;
}

.aboutBanner {
	background-image: url(../img/home_slide_about.png);
}

#blogSearch {
	background-image: url(../img/search.svg);
	background-repeat: no-repeat;
	background-position: 96% center;
}

.blogCard {
	text-decoration: none;
}

.blogCard img {
	width: 100%;
	max-height: 210px;
	object-fit: cover;
}

.blogCard p {
	display: inline-block;
	color: #49464F;
	font-size: 13px;
	margin-left: 4px;
}

.blogCard span {
	background: #006838;
	border-radius: 5px;
	padding: 2px 11px;
	color: #fff;
	margin: 18px 0 12px;
	display: inline-block;
	font-size: 13px;

}

.blogCard.large img {
	max-height: initial;
}

.blogCard h6 {
	font-size: 20px;
	line-height: 24px;
	color: #1C1C1C;
	display: block;
	text-decoration: none;
	margin-bottom: 16px;
}

.blogCard.large h6 {
	font-size: 32px;
	line-height: 38px;
}

.blogCard:hover h6 {
	color: #006838;
}

.blogCard.large span {
	font-size: 16px;
	line-height: 19px;
	margin: 27px 0 20px;
}

.blogSearchOuter {
	width: 25%;
}

.dateTag {
	font-size: 26px;
	padding: 2px 11px;
	line-height: 31.2px;
	background: #006838;
	border-radius: 5px;
	color: #fff;
	margin-right: auto;
	width: auto;
	margin-bottom: 16px;
}

.blogDetailsPage .container {
	max-width: 900px;
}

.blogDetailsPage h2 {
	margin: 1.75rem 0;
}

a {
	color: #006838;
}

.blogTag a {
	font-size: 10px;
	line-height: 76%;
	color: #49464F;
	padding: 6px 14px;
	border: 1px solid #49464F;
	border-radius: 14px;
	text-decoration: none;
	margin-bottom: 8px;
	display: inline-block;
	margin-right: 10px;
}

.teamCard {
	background: #FFFFFF;
	box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.12);
	border-radius: 10px;
	padding: 13px 11px 22px;
	width: 45%;
}

.teamCard img {
	width: 100%;
}

.teamCard .teamImg {
	filter: drop-shadow(0px 5px 14px rgba(0, 0, 0, 0.12));
	border-radius: 10px;
	overflow: hidden;
}

.teamCard h3 {
	margin-top: 12px;
	text-align: center;
}

.teamCard p {
	text-align: center;
}

.teamCard li {
	padding: 0 10px;
}

.teamCard ul {
	list-style: none;
	padding: 0;
	display: flex;
	font-size: 18px;
	margin: 0;
}

.lh-15 {
	line-height: 150%;
}

.cisbanner {
	top: 0;
}

.featuresIcon {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
}

.featuresIcon .leftBlock {
	width: 35%;
	text-align: right;
}

.featuresIcon .rightBlock {
	text-align: left;
	width: 35%;
	margin-left: 30%;
}

.featuresIcon .featureContent {
	display: flex;
	margin-bottom: 50px;
	width: 100%;
	align-items: center;
}

.featuresIcon .featureContent:hover .bi {
	background-color: #006838;
	color: #fff;
	border-color: #006838;
	transform: scale(1.2);
}

.featuresIcon .leftBlock .featureContent {
	flex-direction: row-reverse;
}

.featuresIcon .leftBlock .featureContent:first-child,
.featuresIcon .leftBlock .featureContent:last-child {
	margin-left: 30px;
}

.featuresIcon .rightBlock .featureContent:first-child,
.featuresIcon .rightBlock .featureContent:last-child {
	margin-left: -30px;
}

.featuresIcon .featureContent .bi {
	font-size: 42px;
	background: #FFFFFF;
	border: 1px solid #1C1C1C;
	line-height: 0.8;
	width: 80px;
	height: 80px;
	flex-shrink: 0;
	padding: 15px 18px;
	border-radius: 50%;
	transition: all linear 0.3s;
}

.featuresIcon .leftBlock .bi {
	margin-left: 21px;
}

.featuresIcon .rightBlock .bi {
	margin-right: 21px;
}

.featuresIcon .featureContent h4 {
	color: #1C1C1C;
	font-size: 22px;
	line-height: 20px;
	margin-bottom: 12px;
	transition: all linear 0.3s;
}

.featuresIcon .featureContent:hover h4 {
	color: #006838;
	font-size: 28px;
}

.featuresIcon .featureContent p {
	font-weight: 400;
	font-size: 14px;
	line-height: 141%;
	color: #49464F;
	margin: 0;
}

.logo svg {
	fill: #fff;
	width: 311px;
}

@keyframes show {
	0% {

		opacity: 0;

	}

	100% {
		opacity: 1;
	}
}

.animated #template,
.animated .rAni,
.animated .e1Ani,
.animated .bAni,
.animated .a1Ani,
.animated .t1Ani,
.animated .e2Ani,
.animated .mAni,
.animated .yAni,
.animated .t2Ani,
.animated .a2Ani,
.animated .xAni,
.animated .tagAni {
	opacity: 0;
	animation: show;
	animation-duration: 1s;
	-webkit-animation-duration: 1.0s;
	animation-duration: 1.0s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-name: show;
	animation-name: show;
}

.animated .rAni {
	animation-delay: 1.0s;
	animation-duration: 0.3s;
}

.animated .e1Ani {
	animation-delay: 1.1s;
	animation-duration: 0.3s;
}

.animated .bAni {
	animation-delay: 1.2s;
	animation-duration: 0.3s;
}

.animated .a1Ani {
	animation-delay: 1.3s;
	animation-duration: 0.3s;
}

.animated .t1Ani {
	animation-delay: 1.4s;
	animation-duration: 0.3s;
}

.animated .e2Ani {
	animation-delay: 1.5s;
	animation-duration: 0.3s;
}

.animated .mAni {
	animation-delay: 1.6s;
	animation-duration: 0.3s;
}

.animated .yAni {
	animation-delay: 1.6s;
	animation-duration: 0.3s;
}

.animated .t2Ani {
	animation-delay: 1.7s;
	animation-duration: 0.3s;
}

.animated .a2Ani {
	animation-delay: 1.8s;
	animation-duration: 0.3s;
}

.animated .xAni {
	animation-delay: 1.9s;
	animation-duration: 0.3s;
}

.animated .tagAni {
	animation-delay: 2s;
	animation-duration: 0.3s;
}

.bg-light-grey-gradient {
	background: linear-gradient(90deg, rgba(203, 236, 255, 0.22) 0%, rgba(0, 0, 0, 0) 50%);
}

.serviceNav {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	align-items: stretch;
}

.serviceNav li {
	width: 50%;
}

.serviceNav a {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	border-bottom: 1px solid #F6F6F6;
	padding: 24px 20px;
	height: 100%;
}

.serviceNav li:nth-child(odd) a {
	border-right: 1px solid #F6F6F6;
}

.serviceNav li:nth-last-child(2) a,
.serviceNav li:last-child a {
	border-bottom: 1px solid transparent;
}

.serviceNav img {
	width: 50px;
	height: 50px;
	margin-bottom: 22px;
}

.serviceNav span {
	font-size: 20px;
	line-height: 24px;
	color: #49464F;
}

.serviceNav a:hover,
.serviceNav a.active {
	background: #FFFFFF;
	box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.12);
}

.serviceContentBlock {
	float: left;
	width: 100%;
	height: 100%;
	display: none;
}

.serviceImg {
	height: 50%;
	width: 100%;
}

.serviceImg img {
	float: left;
	width: 100%;
	max-height: 100%;
	object-fit: cover;
}

.serviceDetailsBanner .imgBlock {
	height: 470px;
	float: left;
	width: 100%;
	margin-bottom: -70%;
	filter: drop-shadow(0px 5px 14px rgba(0, 0, 0, 0.12));
	border-radius: 10px;
	overflow: hidden;
}

.serviceDetailsBanner .imgBlock img {
	height: 100%;
	object-fit: cover;
}

.serviceDetailsCont h2 {
	font-size: 40px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.serviceCard {
	background: #FFFFFF;
	box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.12);
	border-radius: 10px;
	width: 184px;
	height: 184px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-right: 90px;
}

.serviceCard .cardMainCont {
	font-size: 52px;
	line-height: 62px;
	text-align: center;
	color: #1C1C1C;
}

.serviceCard .cardSubCont {
	font-size: 18px;
	line-height: 22px;
	color: #49464F;
	margin-top: 16px;
}

.serviceCard .iconService {
	position: absolute;
	right: -26px;
	top: -26px;
	background: #006838;
	box-shadow: 0px 5px 14px rgb(0 0 0 / 12%);
	border-radius: 10px;
	padding: 7px;
}

.serviceInfoCardFull {
	margin-top: 240px;
}

.serviceInfoCard {
	width: 100%;
	padding: 30px 40px 40px;
	margin-bottom: 56px;
	background: #FFFFFF;
	box-shadow: 0px 5px 22px #CCCCCC;
	border-radius: 6px;
}

.txt-primary {
	color: #006838;
}

.serviceInfoCard p {
	margin-bottom: 0;
}

.bgdrop-primary {
	background: #006838;
}

.appendDots {
	margin-top: 1rem;
}

.liAnim li {
	transition: all linear 0.3s;
	cursor: context-menu;
}

.appScreen:hover .liAnim li {
	transform: scale(1.2);
	transform-origin: left;
	background-color: #006838;
	color: #fff;
}

.appScreen:hover .liAnim li:before {
	background-image: url(../img/icon/check-white.svg);
}

.popUp {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99999;
	top: 0;
	left: 0;
}

.popUpContainer {
	float: left;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lh-30 {
	line-height: 38px;
}

/* .liAnim:hover li{
	animation:liAnimation;
	animation-duration: .3s;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
.liAnim:hover li:nth-child(odd){
	animation-duration: 2s;
	animation-delay:0.5s;
}
.liAnim:hover li:nth-child(even){
	animation-duration: 2.5s;
	animation-delay:1s;
}
.liAnim:hover li:nth-child(3n+0){
	animation-duration: 3;
	animation-delay:1.5s;
} */
.form-check-input:checked {
	background-color: #006838;
	border-color: #006838;

}

.form-check-input:focus {
	box-shadow: 0 0 0 0.25rem rgb(0 104 56 / 25%);
}

.form-select {
	box-shadow: inset 0px 1px 8px 1px rgb(0 0 0 / 25%);
	border-radius: 4px;
	padding: 1rem 0.75rem;

}

input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

.input {
	display: flex;
	flex-direction: column-reverse;
	position: relative;
	padding-top: 1.5rem;
}


.input-label {
	color: #49464F;
	position: absolute;
	top: 1.5rem;
	transition: 0.25s ease;
}

.input-field {
	border: 0;
	z-index: 1;
	background-color: transparent;
	border-bottom: 2px solid #cccccc;
	font: inherit;
	font-size: 1.125rem;
	padding: 0.25rem 0;
}

.input-field:focus,
.input-field:valid {
	outline: 0;
	border-bottom-color: #006838;
}

.input-field:focus+.input-label,
.input-field:valid+.input-label {
	color: #006838;
	transform: translateY(-1.5rem);
}

.UTR-block .closeSidebar {
	margin-top: -14px;
}


/* Responsive Code */

@media only screen and (max-width: 1200px) {

	.logo svg,
	.logo-multi img {
		width: 211px;
	}

	.appScreen .col-lg-4 {
		width: 40%;
	}

	.appScreen .col-lg-8 {
		width: 60%;
	}

	.appScreen img {
		width: 80%;
	}

	.aboutTopSec img {
		width: 40%;
	}

	h1 {
		font-size: 90px;
	}

	.wcuCardContent .wcuCard {
		max-width: 30%;
	}

	.sectionHeading {
		font-size: 60px;
		line-height: 70px;
	}

	.headingSubtile {
		font-size: 16px;
	}

	.serviceSlider2 h4 {
		font-size: 50px;
		line-height: 64px;
		margin-bottom: 0;
	}

	.fs-20 {
		font-size: 16px;
	}

	.serviceSlider2 h2 {
		font-size: 86px;
	}

	.teamCard {
		width: 65%;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 992px) {
	.wcuCardContent .wcuCard {
		max-width: 48%;
		margin-bottom: 20px;
	}

	.wcuCardContent {
		flex-wrap: wrap;
	}

	.serviceSlider1 .row {
		flex-direction: column-reverse;
	}

	.featuresIcon {
		padding: 0 1rem !important;
	}
	.featuresIcon .leftBlock .featureContent:first-child, .featuresIcon .leftBlock .featureContent:last-child{
		margin-left: 0px;
	}
	.featuresIcon .rightBlock .featureContent:first-child, .featuresIcon .rightBlock .featureContent:last-child{
		margin-left: 0px;
	}
	.serviceDetailsCont .col-lg-7 {
		margin-top: 380px;
	}
	.serviceInfoCardFull {
		margin-top: 40px;
	}
	.blogSearchOuter {
		width: 50%;
	}
}

@media only screen and (max-width: 768px) {
	.navbar-collapse ul {
		flex-direction: column;
	}

	.dropdown-menu {
		position: relative;
		background: transparent;
		border: transparent;
	}

	.navbar {
		top: 0;
		left: 0;
		width: 100%;
		z-index: 99;
		position: fixed;
	}

	.main-video-banner {
		margin-top: 0;
	}

	h1 {
		font-size: 60px;
		line-height: 100%;
	}

	.mt-42 {
		margin-top: 22px;
	}

	.px-5 {
		padding-right: 1.8rem !important;
		padding-left: 1.8rem !important;
	}

	.serviceSlider2 h2 {
		display: none;
	}

	.appScreen .col-lg-4 {
		width: 100%;
	}

	.appScreen .col-lg-8 {
		width: 100%;
		text-align: center !important;
	}

	.footerNav {
		flex-direction: column;
	}

	.footerNav .footerNavLink {
		margin: 10px auto !important;
		padding: 0;
		text-align: center;

	}
	.featuresIcon {
		padding: 0 1rem !important;
		position: relative;
		flex-wrap: wrap;
	}
	.main-video-text .container {
		padding: 0 3rem;
		flex-wrap: wrap;
	}
	.featuresIcon .leftBlock,.featuresIcon .rightBlock{
		width: 100%;
		margin: 0;
		text-align: left;
	}
	.featuresIcon .leftBlock .featureContent{
		flex-direction: row;
	}
	.featuresIcon .leftBlock .bi{
		margin-left: 0;
		margin-right: 21px;
	}
	.teamCard {
		width: 90%;
	}
	.serviceDetailsCont .col-lg-7 {
		margin-top: 270px;
	}
	.fs-80 {
		font-size: 60px;
	}
	.navbar-collapse .text-end{
		text-align: left!important;
		padding-bottom: 10px;
	}
}

@media only screen and (max-width: 576px) {
	.px-54 {
		padding-left: 34px;
		padding-right: 34px;
	}

	.py-22 {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.mt-42 {
		margin-top: 12px;
	}

	h1 {
		font-size: 30px;
		line-height: 100%;
	}

	.serviceSlider2 img {
		height: 70vh;
		object-fit: cover;
	}

	.serviceSlider1 .slick-next,
	.testimonialContent .slick-next {
		right: 0px;
	}

	.serviceSlider1 .slick-prev,
	.testimonialContent .slick-prev {
		left: 0px;
	}

	.wcuCardContent .wcuCard {
		max-width: 100%;
	}

	.main-video-text {
		padding: 50px 0 0 0px;
	}

	.sectionHeading {
		font-size: 40px;
		line-height: 56px;
	}
	.referFriend .sectionHeading {
		font-size: 76px;
	}
	.slick-next {
		right: 0px;
		display: none !important;
	}
	.slick-prev {
		display: none !important;
		left: 0px;
	}
	.blogSearchOuter {
		width: 100%;
	}
}
@media only screen and (max-width: 460px) {
	.serviceDetailsCont .col-lg-7 {
		margin-top: 190px;
	}
	.fs-64 {
		font-size: 44px;
	}
	.fs-80 {
		font-size: 40px;
	}
	.col-sm-6{
		width: 50%;
	}
	.UTR-pop{
		max-width: 94%;
		padding: 20px !important;
	}
	.sideBar{
		max-width: 100%;
	}
	
}