@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

body,
html {
	width: 100%;
	height: 100%;
}

html {
	overflow-x: hidden;
}

body, p {
	color: #515867;
	font: 400 1.2rem/1.925rem 'Open Sans', sans-serif;
}

h1 {
	color: #B5651D;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 3.125rem;
	letter-spacing: -0.5px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.boldFont {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

h2 {
	color: #fff;
	font-weight: 700;
	font-size: 2rem;
	line-height: 2.625rem;
	letter-spacing: -0.4px;
}

h3 {
	color: #fff;
	font-weight: 700;
	font-size: 1.75rem;
	line-height: 2.375rem;
	letter-spacing: -0.4px;
}

h4 {
	color: #121A2C;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 2.125rem;
	letter-spacing: -0.4px;
}

h5 {
	color: #121A2C;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 1.75rem;
}

h6 {
	color: #121A2C;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5rem;
}

.h1-large {
	font-size: 2.75rem;
	line-height: 3.5rem;
	letter-spacing: -0.7px;
}

.p-large {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.p-small {
	font-size: 0.875rem;
	line-height: 1.5rem;
}

.testimonial-text {
	font-style: italic;
}

.testimonial-author {
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.5rem;
}

.li-space-lg li {
	margin-bottom: 0.5rem;
}

a {
	color: #515867;
	text-decoration: underline;
}

	a:hover {
		color: #515867;
		text-decoration: underline;
	}

.no-line {
	text-decoration: none;
}

	.no-line:hover {
		text-decoration: none;
	}

.read-more {
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 1.5rem;
}

	.read-more .fas {
		margin-left: 0.625rem;
		font-size: 1rem;
		vertical-align: -8%;
	}

.blue {
	color: #1d79fb;
}

.bg-gray {
	background-color: #f9f9f9;
}

.section-divider {
	display: inline-block;
	width: 100%;
	height: 1px;
	border: none;
	background-color: #d0dae2;
}

.section-title {
	display: inline-block;
	margin-bottom: 0.75rem;
	padding: 0.375rem 1.25rem;
	border-radius: 20px;
	background-color: #fff0e2;
	color: #06BCFF;
	font-weight: 600;
	font-size: 0.75rem;
	line-height: 1.125rem;
}

/**********************/
/*     Navigation     */
/**********************/
.navbar {
	border-bottom: 1px solid #B5651D;
	background-color: #B5651D;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0.875rem;
}

	.navbar .navbar-brand {
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}

	.navbar .logo-image img {
		width: 80px;
		height: auto;
		margin: 0px 0;
	}

	.navbar .logo-text {
		color: #0C0C0C;
		font-weight: 700;
		font-size: 2rem;
		line-height: 1rem;
		text-decoration: none;
	}

.offcanvas-collapse {
	position: fixed;
	top: 5.90rem !important;
	bottom: 0;
	left: 100%;
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
	overflow-y: auto;
	visibility: hidden;
	background-color: #0C0C0C;
	transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

	.offcanvas-collapse.open {
		visibility: visible;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

.navbar .navbar-nav {
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
}

.navbar .nav-item .nav-link {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	color: #fff;
	text-decoration: none;
	transition: all 0.2s ease;
	font-size: 16px;
	position: relative;
}

	.navbar .nav-item.dropdown.show .nav-link,
	.navbar .nav-item .nav-link:hover,
	.navbar .nav-item .nav-link.active, .nav-link:focus {
		color: #fff;
	}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	color: #fff !important;
}

.nav-link:hover::after {
	content: "";
	position: absolute;
	height: 1px;
	background-color: #fff;
	display: inline-block;
	bottom: 0px;
	left: 0;
	right: 0;
	width: 70%;
	margin: auto;
}

.nav-item.active a::after {
	content: "";
	position: absolute;
	height: 1px;
	background-color: #fff;
	display: inline-block;
	bottom: 0px;
	left: 0;
	right: 0;
	width: 70%;
	margin: auto;
}

/* Dropdown Menu */
.navbar .dropdown .dropdown-menu {
	animation: fadeDropdown 0.2s; /* required for the fade animation */
}

@keyframes fadeDropdown {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.navbar .dropdown-menu {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	border: none;
	background-color: #ffffff;
}

.navbar .dropdown-item {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	color: #1A5EB4;
	font-weight: 600;
	font-size: 0.875rem;
	line-height: 0.875rem;
	text-decoration: none;
}

	.navbar .dropdown-item:hover {
		background-color: #ffffff;
		color: #EF356E;
	}

.navbar .dropdown-divider {
	width: 100%;
	height: 1px;
	margin: 0.5rem auto 0.5rem auto;
	border: none;
	background-color: #e7e7e7;
}
/* end of dropdown menu */

.navbar .nav-item .btn-solid-sm {
	margin-top: 0.125rem;
	border: 1px solid #1A5EB4;
	background-color: #1A5EB4;
}

	.navbar .nav-item .btn-solid-sm:hover {
		background-color: transparent;
		color: #1A5EB4;
	}

.navbar .navbar-toggler {
	padding: 0;
	border: none;
	font-size: 1.25rem;
}

header .container {
	position: relative;
	z-index: 2;
}

.header::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-size: cover;
	background-position: bottom;
}

.rightContctBtn {
	margin-left: 20px;
}

	.rightContctBtn a {
		font-size: 18px;
		min-width: 180px;
		text-align: center;
		border-radius: 30px;
		font-weight: 500;
		color: #0C0C0C;
		border: 1px solid #0C0C0C;
		padding: 14px 36px;
		text-decoration: none;
		display: inline-block;
		font-family: 'Open Sans', sans-serif;
		font-weight: 600;
	}

		.rightContctBtn a:hover {
			background: #fff;
			color: #000;
			border: 1px solid #fff;
		}

.normalBtn {
	font-size: 18px;
	min-width: 220px;
	text-align: center;
	border-radius: 30px;
	font-weight: 500;
	color: #000;
	border: 1px solid #fff;
	background: #fff;
	padding: 14px 36px;
	text-decoration: none;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

	.normalBtn:hover {
		background: transparent;
		color: #0C0C0C;
		border: 1px solid #0C0C0C;
		text-decoration: none;
	}

/*****************/
/*    Header     */
/*****************/
.header {
	padding-top: 7rem;
	padding-bottom: 2.5rem;
	background: #0C0C0C url(../images/bannerImg.jpg) no-repeat;
	background-size: cover;
	text-align: center;
	position: relative;
}

	.header .text-container {
		margin-bottom: 4rem;
	}

	.header .h1-large {
		margin-bottom: 1.5rem;
	}

	.header .p-large {
		margin-bottom: 2rem;
		margin-top: 1rem;
		color: #fff;
		font-size: 18px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		line-height: normal;
	}

	.header .btn-solid-lg {
		margin-right: 0.5rem;
		margin-bottom: 0.75rem;
	}


.sectionOuter {
	padding: 80px 0 0 0;
}

.aboutUsSection {
	background-color: white;
}

	.aboutUsSection h2 {
		font-family: 'Open Sans', sans-serif;
		font-weight: 600;
		margin-bottom: 10px !important;
	}

.themeTextColor {
	color: #B5651D;
}

.AppFeaturesBg {
	padding: 70px 0;
	background: #F1F1F1 !important;
}

	.AppFeaturesBg h2 {
		font-family: 'Open Sans', sans-serif;
		font-weight: 600;
		color: #000 !important;
	}

.contactUsBg {
	padding: 70px 0;
	background: #F1F1F1 !important;
}

	.contactUsBg h2 {
		font-family: 'Open Sans', sans-serif;
		font-weight: 600;
		color: #000 !important;
	}

		.contactUsBg h2 span {
			font-weight: 300;
			font-family: 'Open Sans', sans-serif;
			font-weight: 300;
		}


.appDownloadBg {
	padding: 70px 0;
	background: #0C0C0C !important;
}

.appDowBox {
	justify-content: center;
	align-items: center;
	display: flex;
}

.appDownloadBlog h3 {
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	margin-bottom: 20px;
}

	.appDownloadBlog h3 span {
		font-size: 36px;
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
	}





/******************/
/*     Footer     */
/******************/
.footer {
	padding: 20px 0 4px 0;
	background: #B5651D;
}

.sicialIcons img { /* width: 44px;*/
	max-width: 46%;
}

.footerMenu li {
	font-size: 18px;
	padding: 0 10px;
	font-weight: 300;
	color: #fff;
	display: inline-block;
	text-decoration: none;
}

	.footerMenu li a {
		text-decoration: none;
		color: #fff;
	}

		.footerMenu li a:hover {
			color: #EB1F04;
		}

.blackHeading.centerHeadingRedLine {
	color: #000;
}

	.blackHeading.centerHeadingRedLine::after {
		left: 50%;
		margin-left: -95px;
	}

.featureHeading {
	color: #000;
	font-size: 2rem;
	font-weight: 700;
}

.AppFeaturesBg p {
	font-size: 1.3rem;
	line-height: 2.2rem;
}

.featureCarousel {
	border-radius: 20px;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}

	.featureCarousel img {
		object-fit: cover;
	}

.contactFooter p, .contactFooter a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	line-height:16px;

}

	.contactFooter p img, .contactFooter a img {
		width: 18px;
	}

.contactFooter {
	color: #fff;
}

.copyrightOuter {
	background: #EBF7FF;
	padding: 5px 0;
}

.footerMenu a {
	color: #fff;
	text-decoration: none;
	font-size:13px;
}

/*********************/
/*     Copyright     */
/*********************/
.copyright {
	padding: 8px 0;
	text-align: center;
	margin: 0px;
	color: #020202;
	font-size: 14px;
}

.footerMenu span {
	color: #fff;
	padding: 0 2px;
}

.footerMenu a:hover {
	text-decoration: underline;
}

.socialMediaIcon a:hover {
	opacity: 0.7;
}

.navbar-brand.logo-image {
	color: #1A5EB4;
	text-decoration: none;
	font-weight: 600;
}

.position-rel {
	position: relative;
}

.appTitle {
	width: 100%;
	font-size: 14px;
	opacity: 1;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-weight: normal;
}

	.appTitle span::before {
		content: "";
		position: relative;
		width: 20px;
		height: 2px;
		background-color: #0C0C0C;
		display: inline-block;
		top: -5px;
		left: 0;
		margin-right: 4px;
	}


	.appTitle.whiteColor {
		color: #fff;
	}

		.appTitle.whiteColor span::after, .appTitle.whiteColor span::before {
			background-color: #fff;
		}

	.appTitle.reallifeStr {
		position: relative;
		top: 20px;
		width: 100%;
		font-size: 14px;
		opacity: 1;
		color: #000;
		left: 15px;
	}

.imgSlid {
	border: none;
	background: none;
	border-radius: 0;
}

.swiper-slide {
	background: none;
}

.btn {
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	padding: 8px 20px;
	margin-left: 5px;
}

.btn-outlineWhite {
	border: 1px solid #fff;
	color: #fff;
	border-radius: 50px;
	text-decoration: none;
}
.btn-outlineWhite:hover {
	border: 1px solid #fff;
	color: #B5651D;
	background:#fff;
	text-decoration:none;
}

.btn-white {
	border: 1px solid #fff;
	background: #fff;
	color: #B5651D;
	border-radius: 50px;
}

.header h1 {
	font-size: 50px;
	font-weight: 700;
	line-height: 50px;
	margin-bottom: 20px;
	color: #fff;
}

.sectionOuter.AICorrectioncheckBg {
	background: #EBF7FF;
	margin-top: 80px;
	padding: 80px 0;
}

.rephrasecheckBg {
	background: #FFF7EF;
	margin-top: 80px;
	padding: 80px 0;
}

.aboutUsSection {
	background: #EBF7FF;
	padding: 4rem 4rem;
	border-radius: 20px;
	margin-bottom: 80px;
}

.btn-primary {
	background: #B5651D;
	border-radius: 50px;
	border-color: #B5651D;
}

	.btn-primary:hover {
		background: #fff;
		border-radius: 50px;
		color: #B5651D;
		border-color: #B5651D;
		text-decoration: none;
	}

/******************************/
/*     Back To Top Button     */
/******************************/
a.back-to-top {
	position: fixed;
	z-index: 999;
	right: 12px;
	bottom: 12px;
	display: none;
	width: 42px;
	height: 42px;
	border-radius: 30px;
	background: #000 url("../images/up-arrow.png") no-repeat center 47%;
	background-size: 18px 18px;
	text-indent: -9999px;
}

a:hover.back-to-top {
	background-color: #0C0C0C;
}

img {
	max-width: 100%;
}


/**
 * Tabs Container
 */
.tabs-container {
	padding: 2rem;
}

/**
 * Tabs Block
 */
.tabs-block {
	display: flex;
	align-items: center;
	justify-content: center;
}

/**
 * Tabs
 */
.tabs {
	display: flex;
}

	.tabs > ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}

		.tabs > ul li {
			display: block;
		}

			.tabs > ul li a, .tabs > ul li a:visited {
				display: flex;
				border-bottom: none;
				text-decoration: none;
				background-color: #fff;
				color: #000;
				padding: 1rem 1.5rem;
				transition: all 0.2s ease-in-out;
				word-wrap: break-word;
				border-radius: 10px;
				margin-bottom: 10px;
			}

				.tabs > ul li a img {
					filter: brightness(0);
				}

				.tabs > ul li a.active img, .tabs > ul li a:hover img {
					filter: brightness(100%);
				}

				.tabs > ul li a:hover,
				.tabs > ul li a:focus,
				.tabs > ul li a:active {
					border-bottom: none;
					outline: 0;
				}

				.tabs > ul li a.active {
					background-color: #fff;
					color: #B5651D;
				}

				.tabs > ul li a:hover:not(.active) {
					color: #B5651D;
				}

				.tabs > ul li a > span {
					width: 100%;
					display: flex;
					align-items: start;
					justify-content: start;
					text-align: start;
				}


	.tabs section {
		width: 100%;
		background-color: #fff;
		padding: 1rem;
		display: none;
		word-wrap: break-word;
		border-radius: 20px;
	}

		.tabs section > * {
			opacity: 0;
			transform: translateY(20px);
			transition: opacity 0.2s, transform 0.2s;
		}

			.tabs section > *:nth-child(1) {
				transition-delay: 0.2s;
			}

			.tabs section > *:nth-child(2) {
				transition-delay: 0.3s;
			}

			.tabs section > *:nth-child(3) {
				transition-delay: 0.4s;
			}

			.tabs section > *:nth-child(4) {
				transition-delay: 0.5s;
			}

			.tabs section > *:nth-child(5) {
				transition-delay: 0.6s;
			}

			.tabs section > *:nth-child(6) {
				transition-delay: 0.7s;
			}

			.tabs section > *:nth-child(7) {
				transition-delay: 0.8s;
			}

			.tabs section > *:nth-child(8) {
				transition-delay: 0.9s;
			}

			.tabs section > *:nth-child(9) {
				transition-delay: 1s;
			}

			.tabs section > *:nth-child(10) {
				transition-delay: 1.1s;
			}

			.tabs section > *:nth-child(11) {
				transition-delay: 1.2s;
			}

			.tabs section > *:nth-child(12) {
				transition-delay: 1.3s;
			}

			.tabs section > *:nth-child(13) {
				transition-delay: 1.4s;
			}

			.tabs section > *:nth-child(14) {
				transition-delay: 1.5s;
			}

			.tabs section > *:nth-child(15) {
				transition-delay: 1.6s;
			}

			.tabs section > *:nth-child(16) {
				transition-delay: 1.7s;
			}

			.tabs section > *:nth-child(17) {
				transition-delay: 1.8s;
			}

			.tabs section > *:nth-child(18) {
				transition-delay: 1.9s;
			}

			.tabs section > *:nth-child(19) {
				transition-delay: 2s;
			}

			.tabs section > *:nth-child(20) {
				transition-delay: 2.1s;
			}

		.tabs section.active {
			display: block;
		}

		.tabs section.active-content > * {
			opacity: 1;
			transform: translateY(0);
		}

	.tabs > ul li a {
		font-size: 18px;
		font-weight: 600;
		color: #000;
	}

		.tabs > ul li a img {
			width: 30px;
			margin-right: 10px;
		}

.tabs-wrapper {
	background: #FFF7EF;
	border-radius: 20px;
}

.tab-body.entry-content p {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	margin-top: 15px;
}

.tab-body.entry-content img {
	border-radius: 15px;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}

.navbar .navbar-toggler {
	font-size: 1.25rem;
	background: #fff;
	padding: 7px 7px !important;
	border-radius: 50px;
}

.marginTopInnerPagesHeader {
	margin-top: 110px;
}

.carousel-indicators {
	margin-bottom: -2.5rem;
}

	.carousel-indicators [data-bs-target] {
		box-sizing: content-box;
		flex: 0 1 auto;
		width: 12px;
		height: 12px;
		padding: 0;
		margin-right: 3px;
		margin-left: 3px;
		text-indent: -999px;
		cursor: pointer;
		background-color: #0096FF;
		background-clip: padding-box;
		opacity: .3;
		transition: opacity .6s ease;
		border-radius: 30px;
		border: none;
	}

	.carousel-indicators .active {
		opacity: 1;
	}

@media (min-width: 576px) {

	.tabs > ul {
		width: 280px;
		margin-right: 30px;
	}

		.tabs > ul li a {
			flex-wrap: wrap;
		}

			.tabs > ul li a > span {
				width: 100%;
			}

				.tabs > ul li a > span.tab-label {
					width: 100%;
					display: block;
					margin-top: 0.2rem;
				}

	.tabs section {
		width: calc(100% - 150px);
		padding: 2rem 2rem;
	}
}

@media (min-width: 768px) {

	body {
		font-size: 1.125rem;
	}

	.tabs-container {
		padding: 2rem;
	}
}

@media (min-width: 992px) {

	.tabs {
		width: 1366px;
	}
}

/*************************/
/*     Media Queries     */
/*************************/
/* Min-width 768px */
@media (min-width: 768px) {


	/* Header */
	.header .btn-solid-lg {
		margin-bottom: 0;
	}
	/* end of header */



	.aboutUs {
		height: 100%;
	}

		.aboutUs img {
			height: 100%;
			object-fit: cover;
		}
}

/* end of min-width 768px */


/* Min-width 992px */
@media (min-width: 992px) {

	/* General Styles */
	.h2-heading {
		/* width: 35.25rem;
		margin-right: auto;
		margin-left: auto; */
		width: 100%;
		margin-right: 0px;
		text-align: center;
	}

	.p-heading {
		width: 34rem;
		margin-right: auto;
		margin-left: auto;
	}
	/* end of general styles */


	/* Navigation */
	.navbar {
		padding-top: 0.75rem;
		background-color: #B5651D;
		border-bottom: none;
		transition: all 0.2s;
	}

		.navbar.top-nav-collapse {
			padding-top: 0rem;
			padding-bottom: 0rem;
			border-bottom: 1px solid #B5651D;
			background-color: #B5651D;
		}

	.offcanvas-collapse {
		position: static;
		top: auto;
		bottom: auto;
		left: auto;
		width: auto;
		padding-right: 0;
		padding-left: 0;
		background-color: transparent;
		overflow-y: visible;
		visibility: visible;
	}

		.offcanvas-collapse.open {
			-webkit-transform: none;
			transform: none;
		}

	.navbar .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}

	.navbar .nav-item .nav-link {
		padding-right: 15px;
		padding-left: 15px;
	}

	.navbar .dropdown-menu {
		margin-top: 0.25rem;
		box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.05);
	}

	.navbar .dropdown-divider {
		width: 90%;
	}

	.navbar .nav-item .btn-solid-sm {
		margin-top: 0;
		margin-left: 1rem;
	}
	/* end of navigation */


	/* Header */
	.header {
		padding-top: 10rem;
		padding-bottom: 7rem;
		text-align: left;
	}

		.header .text-container {
			margin-top: 3.5rem;
		}
	/* end of header */



	/* Footer */
	.footer .footer-col {
		margin-bottom: 0rem;
	}



	/* end of extra pages */
}
/* end of min-width 992px */


/* Min-width 1200px */
@media (min-width: 1200px) {

	/* General Styles */
	.h1-large {
		font-size: 2.75rem;
		line-height: 4rem;
	}
	/* end of general styles */


	/* Header */
	.header {
		overflow-x: hidden;
		padding-top: 10rem;
		padding-bottom: 9rem;
		margin-top: 85px;
	}



		.header img {
			/*position: absolute;*/
			left: 5rem;
		}
	/* end of header */


	/* Footer */
	.footer .footer-col.first {
		width: 252px;
		margin-right: 6rem;
	}

	.footer .footer-col.second {
		margin-right: 6.5rem;
	}

	.footer .footer-col.third {
		text-align: right;
	}
	/* end of footer */


	/* end of extra pages */
}
/* end of min-width 1200px */

.headerAppStoreIcon {
	max-width: 45%;
	margin-right: 10px;
	display: inline-block;
}

.ftLogo img {
	width: 160px;
	max-width: 90%;
}

.topBanner {
	margin-top: 90px;
}

@media (max-width: 991px) {
	.header {
		padding-top: 10rem !important;
		padding-bottom: 5rem !important;
	}

	.card-body {
		text-align: center;
	}

	.footerlogo, .footer-col, .featureTitle {
		text-align: center;
	}

		.featureTitle br {
			display: none !important;
		}

	.appDownloadBg {
		text-align: center;
	}

	.app_downloadImg {
		text-align: center;
		margin: 25px 0;
	}

	.nav-link:hover::after {
		display: none;
	}

	.nav-link.active::after {
		display: none;
	}
}


@media screen and (max-width:991px) {
	.navbar .nav-item .nav-link {
		padding-top: 20px;
		padding-bottom: 10px;
		text-align: center;
	}
}


@media (max-width:767px) {


	.sicialIcons {
		float: none;
		text-align: center;
		margin: 15px 0 10px 0;
	}



	.navbar .nav-item .nav-link {
		padding-top: 20px;
		padding-bottom: 10px;
		text-align: center;
	}


	.aboutUsSection .container-fluid.p-0 {
		padding: 20px !important;
		background-color: white;
	}

	.header h1::after {
		left: 50%;
		margin-left: -95px;
	}

	.basic-1 img {
		margin-bottom: 0;
	}

	.contactFooter:not(:last-child) {
		border-bottom: 1px solid #fff;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.featureHeading {
		margin-top: 40px;
	}
}


@media (max-width:580px) {

	h1 {
		font-size: 2rem;
		line-height: 40px;
	}

	.navbar .logo-image img {
		width: 84px;
	}

	.rightContctBtn a {
		font-size: 16px;
		min-width: 100px;
		padding: 12px 16px;
	}

	.header .p-large {
		margin-top: 0;
		font-size: 18px;
	}

	h2 {
		font-size: 1.5rem;
	}

	.appDownloadBlog h3 span {
		font-size: 18px;
	}

	.topBanner .carousel-item .slide-image {
		min-height: 170px;
	}
}
.sectionOuter .carousel-control-next-icon, .sectionOuter .carousel-control-prev-icon {
	background-color: rgba(0,0,0,0.6);
	border-radius: 36px;
	padding: 4px;
	width: 34px;
	height: 34px;
	background-size: 20px;
}

.poweredByLogo {
	background:#0C0C0C;
	display:inline-block;
}

.bannerTextOuter {
	width: 100%;
	position: absolute;
	top: 50%;
	margin: auto;
	transform: translateY(-50%);
}

.topBanner h1 {
	font-size: 50px;
	font-weight: 700;
	line-height: 50px;
	margin-bottom: 20px;
	color: #fff;
}

.topBanner .p-large {
	margin-bottom: 2rem;
	margin-top: 1rem;
	color: #fff;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: normal;
}

@media (max-width:767px) {
	.topBanner .p-large {
		margin-bottom: 0.5rem;
		margin-top: 0.5rem;
		font-size: 12px;
		line-height: 15px;
	}
	.topBanner h1 {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 10px
	}
	.topBanner .btn {
		font-size: 12px;
	}

	.navbar .logo-image img {
		width: 78px;
	}
	.btn-outlineWhite {
		font-size: 11px;
		padding: 8px 15px;
	}
	.navbar .navbar-toggler {
		font-size: 1rem;
	}
}