@import url("https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap");

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Public Sans", sans-serif;
}

html {
	font-size: 15px;
}

a {
	text-decoration: none;
}

p {
	font-size: 1.2rem !important;
}

.play-section {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 20%;
	left: 0;
	translate: (-50%, -50%);
	z-index: 10000;
}

.top-box {
	display: none;
	position: fixed;
	right: 1.91319rem;
	bottom: 1.91319rem;
	background-color: #0054e5;
	border-radius: 50%;
	padding: 1.2rem;
	z-index: 1000;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	cursor: pointer;
	transition: all 0.4s ease;
}

.sub-top-box {
	position: relative;
}

.sub-top-box img {
	width: 100%;
}

.sub-top-box span {
	position: absolute;
	top: -1.1rem;
	left: -1.91319rem;
	width: 1.91319rem;
	height: 1.91319rem;
	background-color: #0054e5;
	color: #fff;
	border-radius: 50%;
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.custom-container {
	width: 90%;
	margin: 0 auto;
}

.btn-border-orange {
	display: inline-block;
	padding: 0.7rem 1rem 0.7rem 1rem;
	border: 2px solid #ff4013;
	color: #ff4013;
	font-size: 1.2rem;
	font-weight: 600;
	transition: all 0.3s ease-in;
	border-radius: 8px;
}

.btn-border-orange:hover {
	background-color: #ff4013;
	color: #fff;
}

.btn-border-white {
	display: inline-block;
	padding: 0.7rem 1rem 0.7rem 1rem;
	border: 2px solid #fff;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 600;
	transition: all 0.3s ease-in;
	border-radius: 8px;
}

.btn-border-white:hover {
	background-color: #fff;
	color: #ff4013;
}

.btn-orange {
	padding: 0.7rem 1rem 0.7rem 1rem;
	background: #ff4013;
	border: 2px solid #ff4013;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 600;
	display: inline-block;
	transition: all 0.3s ease-in;
	border-radius: 8px;
}

.btn-orange:hover {
	background-color: transparent;
	color: #ff4013;
}

.btn-dark-blue {
	display: inline-block;
	padding: 0.7rem 1rem 0.7rem 1rem;
	background: #0d2e4e;
	border: 2px solid #0d2e4e;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 600;
	transition: all 0.3s ease-in;
	border-radius: 8px;
}

.btn-dark-blue:hover {
	color: #fff;
}

/* Sub Navbar Starts */
#sub-navbar {
	background-color: #0026a3;
}

.sub-navbar-box {
	padding-block: 0.3rem;
}

.sub-navbar-left a {
	color: #fff;
	font-size: 1.1rem;
	font-weight: 400;
	font-size: 1rem;
}

.sub-navbar-right {
	text-align: right;
}

#mobile-navbar {
	display: none;
}

.sub-navbar-right a {
	color: #fff;
	font-size: 1.1rem;
	font-weight: 400;
	margin-right: 1rem;
}

.sub-navbar-right a:hover {
	color: #ff4013;
}

.sub-navbar-right .sign-up {
	text-decoration: none;
}

.sub-navbar-box :last-child {
	margin-right: 0;
}

.sub-navbar-right .sign-up i {
	font-size: 1rem;
	margin-right: 5px;
	color: #fff;
}

.sign-up:hover i {
	color: #ff4013;
}

#custom-navbar-icon {
	color: black;
}

/* Navbar Starts */
#custom-fixed-top {
	background-color: #fff;
	margin-top: 0.3rem;
	padding-block: 1rem;
}

#CustomNavbar {
	width: 90%;
	margin: 0 auto;
}

#CustomNavbar .container-fluid {
	padding: 0;
}

#CustomNavbar .navbar {
	padding: 0 !important;
	background-color: #fff;
}

#CustomNavbar .dropdown-toggle::after {
	display: none;
}

#CustomNavbar .dropdown-toggle i {
	font-size: 1rem;
}

#CustomNavbar .nav-item {
	margin-right: 1.1rem;
}

#CustomNavbar .navbar .dropdown:hover .dropdown-menu {
	display: block;
	visibility: visible;
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}

/* Optional: hide the dropdown when not hovering */

#CustomNavbar .navbar .dropdown .dropdown-menu {
	display: none;
	visibility: hidden;
	opacity: 0;
}

.navbar-nav .nav-link {
	color: #222631;
	font-size: 1.2rem;
	font-weight: 400;
	padding: 0 !important;
	display: inline-block;
}

.active-link .nav-link {
	color: #ff4013 !important;
	font-weight: 500;
}

#CustomNavbar .nav-link:hover {
	color: #ff4013;
	font-weight: 500;
}

#laptop-navbar {
	margin: auto;
}

#laptop-navbar img {
	display: none;
}

/* #laptop-navbar img {
  width: 85%;
}*/

.navbar-button .btn-border-orange {
	margin-right: 1rem;
}

.navbar-scroll {
	box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px,
		rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px,
		rgba(0, 0, 0, 0.07) 0px 16px 16px;
}

.sticky-top {
	top: -2px;
}

#sub-nav-right {
	padding-right: 0 !important;
}

.mega-menu {
	position: absolute !important;
	/* left: -155px !important; */
	min-width: 53.4em !important;
	height: 340px;
	overflow: auto;
	top: 100% !important;
	z-index: 1000 !important;
	background-color: #fff !important;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) !important;
	-ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) !important;
	-o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) !important;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) !important;
	display: none !important;
	border-radius: 10px !important;
}

.custom-product.dropdown {
	position: relative;
}

.custom-product.dropdown::after {
	transition: bottom 999s ease-in;
	opacity: 0;
	content: '';
	position: absolute;
	pointer-events: none;
	bottom: 0;
	left: calc(50% - 10px);
	border-color: transparent transparent #1111 transparent;
	border-width: 10px;
	border-style: solid;
}

.custom-product.dropdown:hover::after {
	opacity: 1;
}

.mega-menu.mega-m {
	left: -28px !important;
}

.nav-item.dropdown:hover .mega-menu {
	display: block !important;
}

.mega-menu-lists {
	margin-bottom: 15px;
}

.mega-menu-lists a.mega-menu-title {
	padding: 0 !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	font-weight: 600 !important;
	font-size: 15px !important;

}

.mega-menu-lists a.mega-menu-title h6 {
	font-weight: 600 !important;
	font-size: 1.1rem, !important;
	color: #000;
	margin-bottom: 1rem;

}

.mega-menu-lists a.mega-menu-title:hover {
	text-align: left !important;
	color: #ff4013 !important;
}

.mega-menu-lists a.mega-menu-title:hover h6 {
	color: #ff4013 !important;
}

.mega-menu-lists a.mega-menu-title h6 i {
	padding-right: 10px;
}

.mega-menu-lists .list-unstyled {
	padding-left: 1rem !important;
}

.other-mega-menu {
	border-radius: 10px;
	padding-block: 17px;
	background: #f6f9ff;
}

.mega-box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	width: 100%;
}

.mega-boxs {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	width: 100%;
}

.mega-menu-lists .list-unstyled li a.mega-item {
	display: inline-block;
	border: none !important;
	outline: none !important;
	background: none !important;
	font-size: 1rem !important;
	padding: 5px 12px !important;
	font-weight: 400 !important;
	color: #000000 !important;
}

.mega-menu-lists .list-unstyled li a.mega-item img {
	width: 1.8rem;
	padding: 0 4px 0 0;
	/* filter: grayscale(100%) brightness(0%);
    -webkit-filter: grayscale(100%) brightness(0%);
    -moz-filter: grayscale(100%) brightness(0%); */
}

.mega-menu-lists .list-unstyled li a.mega-item:hover img {
	/* filter: grayscale(0%) brightness(100%);
    -webkit-filter: grayscale(0%) brightness(100%);
    -moz-filter: grayscale(0%) brightness(100%); */
}

.mega-menu-lists .list-unstyled li a.mega-item:hover {
	color: #ff4013 !important;
}

.dropdown-footer {
	border-radius: 10px;
	padding: 17px 30px;
	background: #f6f9ff;
	width: 100%;
	align-items: center;
	justify-content: space-around;
}

.dropdown-footer .dropdown-heading {
	padding: 0px 0px 11px;
	font-size: 1.1rem;
	color: #000000;
	font-weight: 600;
}

.dropdown-footer .dropdown-footer-items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	width: 100%;
	justify-items: start;
}

.dropdown-footer-items a {
	border: none !important;
	outline: none !important;
	background: none !important;
	font-size: 1rem !important;
	padding: 7px 0px !important;
	font-weight: 400 !important;
	color: #000000 !important;
	margin-left: 0 !important;
}

.dropdown-footer-items a:hover {
	color: #ff4013 !important;
}

.dropdown-footer-items a img {
	width: 1.8rem;
	padding: 0 5px 0 0;
}

@media screen and (max-width:1500px) {
	.mega-menu {
		min-width: 53.4em !important;
	}
}

@media screen and (max-width: 1300px) {
	.mega-menu {
		min-width: 53.4em !important;
		/* left: -88px !important; */
	}
}

/* @media screen and (max-width: 1200px) {
	.mega-menu {
		min-width: 59.4em  !important;
	}
} */

@media screen and (max-width: 991px) {
	.mega-menu {
		position: static !important;
		left: 20px !important;
		right: 0 !important;
		min-width: 92% !important;
		height: auto;
		border-radius: 0 !important;
	}

}

@media screen and (max-width: 991px) {
	.mega-box {
		display: block;
		grid-template-columns: repeat(1, 1fr);
		width: 100%;
	}

	.dropdown-footer .dropdown-footer-items {
		grid-template-columns: repeat(1, 1fr);

	}
}

/* Banner Starts */
#banner-wrapper {
	background: #0026a3;
	padding-block: 7.1rem;
	color: #fff;
	margin-top: 0.3rem;
}

.banner-left {
	margin-top: 35px;
}

.banner-left h1 {
	font-size: 2.5rem;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 1rem;
}

.banner-left p {
	color: #fafafa;
	font-weight: 400;
	line-height: 2rem;
	margin-bottom: 2.5rem;
}

.banner-left .btn-orange {
	margin-right: 1rem;
}

.banner-right {
	text-align: center;
}

.banner-right img {
	width: 80%;
}

/*Image Gallery Starts*/
.image-gallery {
	margin-block: 2rem;
}

.image-gallery img {
	cursor: pointer;
}

/* Blue Section Starts */
#blue-box {
	background: #0054e5;
	padding-block: 4rem 0px;
	color: #fff;
}

.blue-box-center {
	text-align: center;
	width: 1100px;
	margin: 0 auto;
}

.blue-box-center h2 {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 3.3rem;
	text-transform: capitalize;
}

.blue-box-center p {
	color: #fafafa;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 2rem;
	margin-block: 1rem 2rem;
}

.blue-box-btn .nav {
	justify-content: center;
}

.blue-box-btn .nav-link {
	border-radius: 2rem;
	border: 2px solid #e8e8e8;
	color: #e8e8e8;
	font-size: 1.2rem;
	margin-bottom: 1rem;
	transition: all 0.3s linear;
	margin-right: 1rem;
}

.blue-box-btn a:hover {
	background-color: #ff4013 !important;
	border-color: #ff4013;
}

.blue-box-btn .active {
	background-color: #ff4013 !important;
	border-color: #ff4013;
}

.dark-blue-box {
	border-radius: 40px;
	background: #0026a3;
	padding: 2rem 3rem;
	margin-block: 3.5rem;
}

.dark-blue-left {
	margin-top: 2rem;
}

.dark-blue-left h3 {
	color: #fff;
	font-size: 2.5rem;
	font-weight: 700;
}

.dark-blue-left p {
	color: #fafafa;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 2rem;
	margin-bottom: 0;
}

.dark-blue-left ul {
	padding: 1rem;
}

.dark-blue-left li {
	font-size: 1.1rem;
	margin-bottom: 0.5rem;
}

.dark-blue-right img {
	width: 90%;
}

.dark-blue-child {
	display: none;
}

.dark-blue-child-active {
	display: block;
}

/*Customer Box Starts*/
.customer-left-box {
	background-color: #fff;
	border-top-right-radius: 50px;
	padding: 30px 15px 30px 100px;
	margin-left: -110px;
	/* min-height: 823px; */
}

.customer-left-box h2 {
	color: #ff4013;
	font-size: 2.5rem;
	font-weight: 700;
	text-transform: capitalize;
	max-width: 80%;
	margin-block: 1rem;
}

.customer-left-box .btn-orange {
	margin-block: 1rem;
}

.customer-left-box span {
	color: #0054e5;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.875rem;
	text-transform: capitalize;
}

.reason-box-content {
	display: flex;
	/* flex-wrap: wrap; */
	position: relative;
	margin-bottom: 2rem;
}

.reason-box-content::after {
	content: "";
	position: absolute;
	width: 85%;
	height: 1px;
	background: #e6e6e6;
	bottom: -10px;
}

.reason-icon-box i {
	width: 32px;
	height: 32px;
	border-radius: 4px;
	background: rgba(0, 84, 229, 0.2);
	font-size: 1rem;
	margin-right: 10px;
	color: #0054e5;
	display: flex;
	justify-content: center;
	align-items: center;
}

.reason-heading-box h4 {
	color: #2d3e4f;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 2.1rem;
	text-transform: capitalize;
}

.customer-right-box {
	padding: 2rem 1rem;
}

.customer-right-box span {
	color: #fafafa;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2rem;
	text-transform: capitalize;
}

.customer-right-box h1 {
	color: #fff;
	font-size: 2.5rem;
	font-weight: 700;
	text-transform: capitalize;
	margin-block: 2rem;
}

.discount-white-box {
	width: 100%;
	border-radius: 1.3rem;
	background: #f8f9ff;
	padding: 1.5rem;
	margin-bottom: 2rem;
}

.discount-white-box h2 {
	display: inline-block;
	color: #ff4013;
	font-size: 3rem;
	font-weight: 700;
	text-transform: capitalize;
}

.discount-white-box p {
	color: #2d3e4f;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.8rem;
	text-transform: capitalize;
	margin-bottom: 0;
}

.discount-orange-box {
	width: 100%;
	border-radius: 1.3rem;
	background: #0026a3;
	padding: 1.5rem;
	margin-bottom: 2rem;
	/* height: 140px; */
}

.discount-orange-box h2 {
	display: inline-block;
	color: #ff4013;
	font-size: 3rem;
	font-weight: 700;
	text-transform: capitalize;
}

.discount-orange-box p {
	color: #fff;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.8rem;
	text-transform: capitalize;
	margin-bottom: 0;
}

/* Step Section Starts*/
#step-box {
	background: #0026a3;
	padding-block: 4rem;
}

.step-left h2 {
	color: #fafafa;
	font-size: 2.5rem;
	font-weight: 600;
	text-transform: capitalize;
}

.step-right p {
	color: #fafafa;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.2rem;
}

.step-content-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.step-img-box {
	width: 28%;
	margin-right: 2rem;
	align-self: center;
}

.step-img-box img {
	width: 100%;
}

.step-number-box {
	border-radius: 20px;
	background: #fafafa;
	text-align: center;
	padding-block: 1rem;
	width: 10%;
	cursor: pointer;
	transition: all 0.3s ease-out;
	height: 400px;
	overflow: hidden;
}

.step-number-box .custom-h2 {
	color: #ff4013;
	font-size: 3rem;
	font-weight: 600;
}

.step-number-box h3 {
	transform: rotate(-90deg);
	position: relative;
	top: 35%;
	font-size: 1.5rem;
}

.step-number-box p {
	color: #0d2e4e;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 2rem;
	visibility: hidden;
}

.step-number-big-box {
	border-radius: 20px;
	background: #fafafa;
	cursor: pointer;
	width: 36%;
	padding: 1rem 1.6rem 1.3rem 2.3rem;
	transition: all 0.3s ease-out;
	text-align: left;
}

.step-number-big-box .custom-h2 {
	color: #ff4013;
	font-size: 3rem;
	font-weight: 600;
	/* margin-top: 2rem; */
}

.step-number-big-box h3 {
	color: #222631;
	font-size: 2.1 rem;
	font-weight: 600;
	line-height: 3.9rem;
	text-transform: capitalize;
	margin-top: 3.5rem;
	transform: rotate(0deg);
	position: static;
}

.step-number-big-box p {
	color: #0d2e4e;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 2rem;
	visibility: visible;
}

/* Serve Section Starts*/
.serve-box {
	width: 90%;
	margin: 0 auto;
	border-radius: 40px;
	background: #f8f9ff;
	padding: 50px 20px 50px 60px;
	margin-block: 3rem;
}

.serve-left h2 {
	color: #ff4013;
	font-size: 2.5rem;
	font-weight: 700;
	text-transform: capitalize;
}

.serve-left p {
	color: #0d2e4e;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 2rem;
}

.serve-cat ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 0;
}

.serve-cat li {
	padding: 0.5rem 1.4rem;
	border-radius: 2rem;
	border: 2px solid #606060;
	color: #606060;
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 1rem;
	margin-right: 0.2rem;
	transition: all 0.3s ease-in;
	cursor: pointer;
}

.serve-cat li:hover {
	background: #0026a3;
	color: #fff;
	border-color: #0026a3;
}

.serve-right {
	position: relative;
	cursor: pointer;
}

.image-1 {
	width: 100%;
	border-radius: 20px;
}

.image-2 {
	position: absolute;
	left: 42%;
	top: 35%;
	width: 16%;
}

/*Free Section Starts*/
#free-section {
	background: #ff5d37;
	padding-top: 1.5rem;
}

.free-left h2 {
	color: #fafafa;
	font-size: 2.5rem;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 3rem;
}

.free-left .btn-dark-blue {
	margin-right: 15px;
}

.free-right img {
	width: 100%;
}

/* Insight Section Starts*/
#insight {
	padding-block: 2rem 0;
}

.insight-heading {
	text-align: center;
}

.insight-heading h2 {
	color: #ff4013;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 3.6rem;
	text-transform: capitalize;
}

.insight-box {
	margin-block: 3rem;
}

.insight-container {
	position: relative;
	transition: transform 1500ms;
	transform-style: preserve-3d;
}

.insight-box:hover>.insight-container {
	cursor: pointer;
	transform: rotateY(180deg);
}

.insight-content-box {
	border-radius: 20px;
	background: #f8f9ff;
	margin-right: 1.5rem;
	padding: 1.5rem 1rem 1rem 1.5rem;
	height: 330px;
}

.insight-content-box span {
	color: #0054e5;
	font-size: 1.1rem;
	font-weight: 600;
	text-transform: capitalize;
}

.insight-content-box h2 {
	color: #2d3e4f;
	font-size: 1.5rem;
	font-weight: 600;
	text-transform: capitalize;
	margin-top: 0.5rem;
	max-height: 45px;
}

.insight-content-box p {
	color: #2d3e4f;
	font-size: 1.2rem;
	font-weight: 400;
}

.insight-content-box img {
	width: 100%;
}

.insight-back-content-box {
	border-radius: 20px;
	background: url("../img/background-insight.png");
	background-size: cover;
	background-repeat: no-repeat;
	margin-right: 1.5rem;
	padding: 1.5rem 1rem 1rem 1.5rem;
	max-height: 330px;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	transform: rotateY(180deg);
	backface-visibility: hidden;
	height: 330px;
}

.insight-back-content-box span {
	color: #fff;
	font-size: 1.1rem;
	font-weight: 600;
	text-transform: capitalize;
}

.insight-back-content-box h2 {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 600;
	text-transform: capitalize;
	margin-top: 0.5rem;
	max-height: 45px;
}

.insight-back-content-box p {
	color: #fff;
	font-size: 1.1rem;
	font-weight: 400;
}

.insight-back-content-box .redirect-box {
	text-align: right;
}

.redirect-box a {
	color: #ff5d37;
	font-size: 1.125rem;
	font-weight: 500;
}

.insight-container:hover {
	cursor: pointer;
	transform: rotateY(180deg);
}

/*Footer Section Starts*/
.custom-footer {
	background: #0026a3;
	color: #fff;
	padding-block: 4rem 1rem;
}

.custom-footer h3 {
	color: rgba(250, 250, 250, 0.98);
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 1rem;
	color: #ff4f26;
}

.custom-footer ul {
	padding-left: 0 !important;
}

.custom-footer ul li {
	list-style: none;
	color: #fff;
	margin-bottom: 1rem;
}

.custom-footer li a {
	color: rgba(250, 250, 250, 0.98);
	font-size: 1.1rem;
	font-weight: 300;
	text-transform: capitalize;
	transition: all 0.3s ease;
}

.information-box a:hover {
	color: #ff4013;
	margin-left: 5px;
}

.popular-box a:hover {
	color: #ff4013;
	margin-left: 5px;
}

.support-box a:hover {
	color: #ff4013;
	margin-left: 5px;
}

.visiable-blank {
	visibility: hidden;
}

.popular-box .view-tag {
	color: #ff4013;
	font-size: 1rem;
}

.join-box h3 {
	color: #ff4f26;
}

.join-box p {
	color: rgba(217, 217, 217, 0.98);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.385rem;
}

.join-box input {
	width: 90%;
	background: transparent;
	color: #fff;
	border: none;
	border-bottom: 1px solid #fff;
	padding-bottom: 2%;
}

.join-box input:focus {
	outline: none;
}

.join-box input::placeholder {
	color: rgba(217, 217, 217, 0.98);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.385rem;
}

.join-box .join-btn {
	border-radius: 8px;
	background: #ff4013;
	color: #fafafa;
	border-color: #ff4013;
	margin-block: 1rem;
	font-size: 1.1rem;
}

.join-box hr {
	height: 2px;
	color: #d9d9d9;
}

.address-box a {
	color: rgba(250, 250, 250, 0.98);
	font-size: 1.1rem;
	font-weight: 400;
	margin-bottom: 0.3rem;
	display: inline-block;
}

.address-box a:hover {
	color: #ff4013;
}

.address-box span {
	display: block;
	color: rgba(250, 250, 250, 0.98);
	font-size: 1.1rem;
	font-weight: 400;
	/* max-width: 370px; */
}

.address-box i {
	margin-right: 7px;
}

.social-link {
	text-align: center;
	margin-top: 1rem;
}

.icon-box {
	position: relative;
}

.icon-box::before {
	content: "";
	width: 38%;
	height: 1px;
	background-color: #d9d9d9;
	position: absolute;
	top: 40%;
	left: 0;
}

.icon-box::after {
	content: "";
	width: 38%;
	height: 1px;
	background-color: #d9d9d9;
	position: absolute;
	top: 40%;
	right: 0;
}

.icon-box ul {
	display: flex;
	justify-content: center;
}

.icon-box ul li {
	width: 45px;
	height: 45px;
	background-color: #c9d5ff;
	color: #0054e5 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	font-size: 1.5rem;
	margin-right: 10px;
	transition: all 0.4s ease;
}

.icon-box ul li a {
	/* color: #0054e5; */
	font-size: 1.3rem;
}

/* .icon-box ul li:hover{
	background-color: #0054e5;
} */
.icon-box ul li:last-child {
	margin-right: 0px;
}

.icon-box .insta {
	color: #E4405F;
}

.icon-box .linke {
	color: #0A66C2;
}

.icon-box .facebook {
	color: #1877F2;
}

.icon-box .twitter {
	color: #000;
}

.footer-text {
	margin-top: 2rem;
	text-align: center;
}

.footer-underline-text {
	position: relative;
}

.footer-text p {
	color: rgba(250, 250, 250, 0.98);
	font-size: 1.3rem;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 0 !important;
}

.footer-text p a {
	color: #ff4013;
	font-weight: 600;
}

/*About Banner Starts*/
#about-banner {
	background: #f8f9ff;
	padding-block: 3rem;
	margin-top: 0.3rem;
}

.business-heading h2 {
	color: #fff;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 2.8rem;
	text-transform: capitalize;
	margin-bottom: 1rem;
}

.business-heading p {
	max-width: 800px;
	margin: 0 auto;
	color: #fff;
	margin-bottom: 2rem;
}

.about-banner-heading {
	text-align: center;
}

.about-banner-heading h1 {
	color: #ff4013;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 2.8rem;
	text-transform: capitalize;
	margin-block: 2rem;
}

.about-banner-heading p {
	color: #2d3e4f;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 2rem;
	width: 75%;
	margin: 0 auto;
}

.happy-customer-box {
	margin-top: 3rem;
}

.happy-left img {
	width: 100%;
}

.happy-section {
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
}

.happy-child-one {
	width: 25%;
	margin-right: 1rem;
}

.happy-right .happy-counter {
	color: #0054e5;
	font-size: 3rem;
	font-weight: 600;
}

.happy-right span {
	color: #0054e5;
	font-size: 2.5rem;
	font-weight: 600;
}

.happy-section p {
	color: #2d3e4f;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 2.1rem;
	margin-left: 20px;
}

/*Banner Section Starts*/
#business-section {
	background: #0054e5;
	padding-top: 5rem;
}


.business-left img {
	width: 100%;
}

.business-white-box {
	background-color: #fff;
	border-radius: 2.5rem;
	padding: 2rem 1.5rem 0 1.5rem;
	margin-bottom: 2rem;
}

.business-white-box h5 {
	color: #0054e5;
	font-size: 2rem;
	font-weight: 600;
}

.business-white-box p {
	color: #222631;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.75rem;
}

.business-white-box img {
	/* filter: grayscale(0.5); */
	transition: all 0.2s;
	width: 60%;
}

.business-blue-box {
	background-color: #0026a3;
	border-radius: 2.5rem;
	padding: 2rem 1.5rem 0 1.5rem;
	color: #fafafa;
	margin-bottom: 2rem;
}

.business-blue-box h5 {
	font-size: 2rem;
	font-weight: 600;
}

.business-blue-box p {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.75rem;
}

.business-blue-box img {
	/* filter: grayscale(0.5); */
	transition: all 0.2s;
	width: 60%;
}

.business-big-white-box {
	background-color: #fff;
	border-radius: 2.5rem;
	padding: 2rem 1.2rem 2rem 1.5rem;
	margin-bottom: 2rem;
}

.business-big-white-box h5 {
	color: #0054e5;
	font-size: 2rem;
	font-weight: 600;
}

.business-big-white-box p {
	color: #222631;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.75rem;
}

.business-big-white-box img {
	width: 100%;
	/* filter: grayscale(0.5); */
	transition: all 0.2s;
}

.img-right {
	text-align: right;
}

.business-white-box:hover img {
	filter: grayscale(0);
}

.business-blue-box:hover img {
	filter: grayscale(0);
}

.business-big-white-box:hover img {
	filter: grayscale(0);
}

/*Mission Section Starts*/
#mission-section {
	background: #f8f9ff;
	padding-block: 5rem;
}

.mission-heading {
	text-align: center;
}

.mission-content-box {
	padding-right: 1rem;
}

.mission-heading h2 {
	color: #222631;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 3.25rem;
	text-transform: capitalize;
	margin-bottom: 3rem;
}

.mission-image-box img {
	width: 12%;
}

.mission-image-box {
	display: flex;
	align-items: end;
	position: relative;
	margin-bottom: 1rem;
}

.mission-image-box::before {
	position: absolute;
	content: "";
	width: 93%;
	height: 1px;
	background-color: #ff4013;
	bottom: 0;
}

.mission-image-box h2 {
	color: #222631;
	font-size: 2rem;
	font-weight: 600;
	line-height: normal;
}

.mission-para p {
	color: #565656;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.75rem;
}

/* Pricing Section Starts */
#pricing-box {
	background: linear-gradient(180deg, #0043b7 0%, #0055e8 100%);
	padding-block: 3rem;
	color: #fafafa;
	height: 660px;
	margin-top: 0.3rem;
}

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

.pricing-heading h1 {
	font-weight: 700;
	text-transform: capitalize;
}

.pricing-heading p {
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 2rem;
	width: 75%;
	margin: 0 auto;
}

.pricing-toggle-box {
	display: flex;
	justify-content: center;
	margin-block: 3rem;
	align-items: center;
	flex-wrap: wrap;
}

.pricing-toggle {
	border-radius: 0.625rem;
	background: #fff;
	display: flex;
	align-items: center;
	padding: 0.5rem;
	margin-right: 2rem;
}

.bill-monthly {
	border-radius: 8px;
	padding: 0.2rem 0.5rem;
	cursor: pointer;
	color: #212529;
}

.bill-yearly {
	border-radius: 8px;
	padding: 0.2rem 0.5rem;
	cursor: pointer;
	color: #212529;
}

.pricing-toggle h5 {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.9rem;
	margin-bottom: 0;
}

.pricing-toggle .active-tab {
	background: #0149c9;
	color: #fff;
}

.pricing-img {
	position: relative;
}

.pricing-img img {
	position: absolute;
	top: -22px;
	left: -47px;
}

.pricing-img .pricing-year {
	color: #fafafa;
	font-size: 1.07rem;
	line-height: 1.9rem;
	margin-bottom: 0;
}

.pricing-img .pricing-save {
	color: #ff4013;
	-webkit-text-stroke-width: 1;
	-webkit-text-stroke-color: rgba(0, 0, 0, 0.1);
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.9rem;
	margin-bottom: 0;
}

#pricing-overlap-box {
	margin-top: -314px;
}

.accordion-heading {
	border-radius: 2rem 2rem 0.6rem 0.6rem;
	background: #0026a3;
	text-align: center;
	padding-block: 0.5rem;
}

.accordion-heading h2 {
	margin-bottom: 0 !important;
	color: #fafafa;
	font-size: 2.3rem;
	font-weight: 600;
	line-height: 4rem;
}

.feature-box {
	border-radius: 0.4rem;
	background: #e5edff;
	color: #151414;
	padding-block: 0.5rem;
}

.accordion-feature {
	padding-inline: 0.75rem;
}

.accordion-cotgin,
.accordion-Other,
.price-cotgin,
.price-other {
	text-align: center;
}

.accordion-feature h5 {
	color: #151414;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 2rem;
}

.accordion-cotgin h5 {
	color: #0054e5;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 2rem;
	margin-bottom: 0;
}

.accordion-feature h5 {
	color: #151414;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 2rem;
	margin-bottom: 0;
	margin-left: 6px;
}

.accordion-Other h5 {
	color: #151414;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 2rem;
	margin-bottom: 0;
}

.pricing-table {
	border: 1px solid #fff;
	background: #e5edff;
	border-radius: 0.4rem;
}

.price-heading {
	padding-inline: 0.75rem;
}

.price-heading h6 {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 3rem;
	color: #222631;
	margin-bottom: 0;
	margin-left: 6px;
}

.price-other h6 {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 3rem;
	color: #222631;
	margin-bottom: 0;
}

.price-cotgin h6 {
	color: #0054e5;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 3rem;
	margin-bottom: 0;
}

.custom-box-accordion .accordion-item {
	background: none;
	border: none;
}

.custom-box-accordion .accordion-button {
	border-radius: 0.4rem !important;
	background: #e5edff;
	border: 1px solid #fff;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 3rem;
	color: #222631;
	padding-block: 0 !important;
	position: relative;
}

.custom-box-accordion .accordion-body {
	border-radius: 0.4rem;
	border: 1px solid #fff;
	background: #fafbff;
}

.custom-box-accordion .accordion-button:focus {
	border: none;
	box-shadow: none;
}

.custom-box-accordion td {
	width: 33%;
}

.custom-box-accordion table tr {
	border-bottom: 1px solid #fff;
	background-color: #f7f7f7;
}

.custom-box-accordion table tr td:nth-child(2) {
	background: #0054e5;
	color: #fff;
	text-align: center;
	border-bottom: 1px solid #3c73d3;
}

.custom-box-accordion table tr td:nth-child(3) {
	text-align: center;
}

.custom-box-accordion .accordion-button::after {
	position: absolute;
	left: 50%;
}

.table-red-text {
	color: #ff4013;
	text-transform: capitalize;
}

.custom-for-top-border-radius {
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}

.custom-for-bottom-border-radius {
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border-bottom: 1px solid transparent !important;
}

.pricing-btn-center-box {
	padding-block: 5rem;
	text-align: center;
}

.pricing-btn-center-box .btn-border-orange {
	margin-right: 1rem;
}

/*Support Page CSS Starts*/
#support-banner {
	background: linear-gradient(180deg, #0043b7 0%, #0055e8 100%);
	padding-block: 3rem;
	color: #fafafa;
	margin-top: 0.3rem;
}

.support-banner-heading {
	text-align: center;
}

.support-banner-heading h1 {
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 2.8rem;
	text-transform: capitalize;
	margin-block: 2rem;
}

.support-banner-heading p {
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 2rem;
	width: 75%;
	margin: 0 auto;
}

.support-customer-box {
	margin-top: 3rem;
}

.support-customer-box img {
	width: 100%;
}

.support-section {
	display: flex;
	margin-bottom: 2rem;
}

.support-section span i {
	font-size: 1rem;
	margin-top: 7px;
}

.support-section p {
	font-size: 1.2rem;
	font-weight: 400;
	margin-left: 15px;
}

/*Support Service Starts*/
#support-service {
	padding-block: 5rem;
}

.support-service-heading {
	text-align: center;
}

.support-service-heading h2 {
	color: #2d3e4f;
	font-size: 2.5rem;
	font-weight: 700;
	max-width: 600px;
	margin: 0 auto;
	text-transform: capitalize;
	margin-bottom: 3rem;
}

.support-service-left {
	padding: 1rem 1.3rem 1.3rem 2rem;
	border-radius: 1.3rem;
	border: 1px solid #eaeaea;
	background: #0026a3;
	color: #fafafa;
	/* height: 400px; */
}

.support-service-left h5 {
	font-size: 2.1rem;
	font-weight: 600;
	line-height: 4rem;
}

.support-service-left p {
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 2rem;
}

.support-service-left img {
	/* background: url(<path-to-image>) lightgray -51.825px -313.626px / 257.772%
		263.195% no-repeat;
	mix-blend-mode: multiply; */
	width: 100%;
}

.support-service-enquire-btn {
	margin-top: 3rem;
}

.support-service-right {
	padding: 1rem 1.3rem 1.3rem 2rem;
	border-radius: 1.3rem;
	border: 1px solid #eaeaea;
	background: #e5edff;
	color: #222631;
}

.support-service-right h5 {
	font-size: 2.1rem;
	font-weight: 600;
	line-height: 4rem;
}

.support-service-right p {
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 2rem;
}

.support-service-right img {
	/* mix-blend-mode: multiply; */
	width: 100%;
}

/*Pop Up Starts*/
#CotginCRMModal .modal-content {
	border-radius: 20px;
}

#CotginCRMModal .modal-header {
	border: none;
}

#career-modal .modal-content {
	border-radius: 20px;
}

#career-modal .modal-header {
	border: none;
}

.cotgin-popup-box {
	max-width: 700px;
	margin: 0 auto
}

.cothgin-popup-heading {
	text-align: center;
	margin-bottom: 2.5rem;
}

.cothgin-popup-heading h5 {
	color: #222631;
	font-size: 2rem;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 6px;
}

.cothgin-popup-heading p {
	font-size: 16px !important;
}

.popup-form .popup-input-box {
	margin-bottom: 2rem;
}

.popup-form p {
	font-size: 12px !important;
}

.popup-form input {
	border: none;
	border-bottom: 1px solid #cacaca;
	/*margin-bottom: 2rem;*/
	outline: none;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.popup-form textarea {
	border: none;
	border-bottom: 1px solid #cacaca;
	margin-bottom: 2rem;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.popup-form input[type="file"]::file-selector-button {
	border-radius: 8px;
	background: #e7e7e7;
	border: none;
	color: #565656;
	font-size: 1.02rem;
	margin-bottom: 1rem;
	padding-inline: 1.5rem;
}

.popup-form input[type="file"]:not(:disabled):not([readonly]) {
	color: #ff4a4a;
}

.popup-form input:focus {
	border-color: #565656;
	box-shadow: none;
}

.popup-form textarea:focus {
	border-color: #565656;
	box-shadow: none;
}

.popup-form::placeholder {
	color: #565656;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 2.9rem;
}

.popup-submit-btn {
	text-align: center;
	margin-block: 1.5rem;
}

.popup-submit-btn button {
	background: #ff4013;
	border-color: #ff4013;
	font-weight: 600;
	padding: 1.1rem 1.75rem;
}

.popup-submit-btn button:hover {
	background-color: #fff;
	border-color: #ff4013;
	color: #ff4013;
}

.popup-submit-btn button:focus {
	box-shadow: none;
	background-color: #fff;
	border-color: #ff4013;
	color: #ff4013;
}

.popup-submit-btn button:active {
	box-shadow: none;
	background-color: #fff;
	border-color: #ff4013;
	color: #ff4013;
}

.popup-submit-btn .btn-primary:active:focus {
	box-shadow: none;
}

.career-submit-btn {
	margin-bottom: 3rem;
}

.career-submit-btn button {
	background: #ff4013;
	border-color: #ff4013;
	font-weight: 600;
	padding: 0.375rem 1.75rem;
}

.career-submit-btn button:hover {
	background-color: #fff;
	border-color: #ff4013;
	color: #ff4013;
}

.career-submit-btn button:focus {
	box-shadow: none;
	background-color: #fff;
	border-color: #ff4013;
	color: #ff4013;
}

.career-submit-btn button:active {
	box-shadow: none;
	background-color: #fff;
	border-color: #ff4013;
	color: #ff4013;
}

.career-submit-btn .btn-primary:active:focus {
	box-shadow: none;
}

/*Insight Page Starts*/
#blue-round-banner {
	/*border-radius: 0px 0px 2.6rem 2.6rem;*/
	background: linear-gradient(180deg, #0043b7 0%, #0055e8 100%);
	padding-block: 3rem;
	margin-top: 0.3rem;
}

.blue-round-banner-heading {
	text-align: center;
	color: #fafafa;
}

.blue-round-banner-heading h1 {
	font-size: 2.5rem;
	font-weight: 700;
	text-transform: capitalize;
}

.blue-round-banner-heading p {
	font-size: 1.2rem;
	font-weight: 400;
	width: 75%;
	margin: 0 auto;
}

/*Insight Type Starts*/
#insight-type {
	padding-block: 3rem;
}

.insight-type-heading {
	text-align: center;
	margin-bottom: 2rem;
}

.insight-type-heading h1 {
	color: #ff4013;
	font-size: 2.5rem;
	font-weight: 700;
	text-transform: capitalize;
}

.insight-type-content {
	border-radius: 20px;
	background: #f8f9ff;
	padding: 1.5rem;
	margin-bottom: 3rem;
	/* height: 300px;
	overflow: hidden; */
}

.insight-type-content span {
	color: #0054e5;
	font-size: 1.1rem;
	font-weight: 600;
	text-transform: capitalize;
}

.insight-type-content h4 {
	color: #2d3e4f;
	font-size: 1.5rem;
	font-weight: 600;
	text-transform: capitalize;
}

.insight-type-content p {
	color: #2d3e4f;
	font-size: 1.1rem;
	font-weight: 400;
}

.insight-type-content img {
	width: 100%;
}

/*Privacy Section Starts*/
#privacy-box {
	background-color: #fafafa;
	padding-block: 3rem;
}

.privacy-time-box {
	text-align: right;
}

.privacy-time-box p {
	color: #656565;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 2.2rem;
}

.privacy-content-box {
	width: 75%;
	margin: 0 auto;
}

.privacy-content-box h4 {
	color: #2d3e4f;
	font-weight: 600;
	margin-bottom: 1rem;
}

.privacy-content {
	margin-bottom: 2rem;
}

.privacy-content h5 {
	color: #2d3e4f;
	font-size: 1.2rem;
	font-weight: 700;
}

.privacy-content p {
	color: #434343;
	font-size: 1.1rem;
	font-weight: 400;
}

#abuse-box {
	padding-block: 3rem;
}

.abuse-content-box {
	width: 75%;
	margin: 0 auto;
}

.abuse-content-heading {
	text-align: center;
}

.abuse-content-heading h4 {
	color: #2d3e4f;
	font-size: 2rem;
	font-weight: 600;
}

.abuse-content-heading p {
	color: #434343;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 2.1rem;
}

.abuse-big-para {
	color: #434343;
	font-size: 1.1rem;
	font-weight: 400;
	margin-bottom: 2rem;
}

.abuse-content-box h5 {
	color: #2d3e4f;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2.1rem;
}

.abuse-content-box p {
	color: #434343;
	font-size: 1.1rem;
	font-weight: 400;
}

/*Contact Us Starts*/
#contactform {
	margin-top: 3rem;
}

.contact-form-left {
	border-radius: 20px;
	background: #f8faff;
}

.contact-form-width {
	width: 78%;
	margin: 0 auto;
	padding-block: 5rem;
}

.contactform-box {
	margin-top: 2rem;
}

.contact-form-width h5 {
	color: #222631;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2.2rem;
}

.contact-form-width input {
	border: none;
	border-bottom: 1px solid #cacaca;
	margin-bottom: 2rem;
	outline: none;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	background: transparent;
}

.contact-form-width input:focus {
	color: #212529;
	background-color: transparent;
	border-color: #0054e5;
	box-shadow: none;
}

.contact-form-width textarea {
	border: none;
	border-bottom: 1px solid #cacaca;
	margin-bottom: 2rem;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	background: transparent;
}

.contact-form-width textarea:focus {
	color: #212529;
	background-color: transparent;
	border-color: #0054e5;
	box-shadow: none;
}

.custom-recaptcha {
	margin-bottom: 2rem;
}

.contact-form-width::placeholder {
	color: #565656;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 2.9rem;
}

.contactform-box .rc-anchor-container {
	border-radius: 6px;
	background: #e5edff !important;
	box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
}

.contact-form-width button {
	background: #ff4013;
	border-color: #ff4013;
	font-weight: 600;
	padding: 0.375rem 1.75rem;
}

.contact-form-width button:hover {
	background-color: #fff;
	border-color: #ff4013;
	color: #ff4013;
}

.contact-form-right-grey {
	padding: 2rem;
	border-radius: 1.25rem;
	background: #f8faff;
	margin-bottom: 2rem;
}

.contact-form-right-grey h5 {
	color: #222631;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 2rem;
	margin-bottom: 1rem;
}

.contact-form-right-grey p {
	color: #222631;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 2rem;
}

.contact-form-right-blue {
	padding: 2rem;
	border-radius: 1.25rem;
	background: #0054e5;
	color: #fafafa;
}

.contact-form-right-blue h5 {
	color: #fafafa;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 2rem;
	margin-bottom: 1rem;
}

.contact-form-icon-box {
	display: flex;
	margin-bottom: 1rem;
}

.contact-form-icon-box i {
	font-size: 1.2rem;
	color: #65656599;
	margin-top: 0.53rem;
	margin-right: 0.66rem;
}

.contact-form-icon-box a {
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 2.1rem;
	display: block;
}

.contact-form-right-blue i {
	font-size: 1.2rem;
	margin-top: 0.53rem;
	margin-right: 0.66rem;
}

.contact-form-right-blue i {
	color: #dbdbdb;
}

.contact-form-right-blue a {
	color: #fff;
}

.contact-gallery-container {
	width: 90%;
	margin: 0 auto;
	border-radius: 1.5rem;
	padding: 2rem 1rem;
	background: #f8faff;
	margin-block: 5rem;
}

.contact-gallery-heading {
	text-align: center;
}

.contact-gallery-heading h2 {
	color: #ff4013;
	font-size: 2.5rem;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 2rem;
}

.contact-gallery-content img {
	width: 70%;
}

/*Term Section Starts*/
#termwrap {
	background: #fafafa;
	padding-block: 2rem;
}

.term-container {
	width: 75%;
	margin: 0 auto;
	padding-block: 0.5rem;
}

.term-container h4 {
	color: #2d3e4f;
	font-weight: 600;
}

.term-container li {
	color: #434343;
	font-size: 1.2rem;
	font-weight: 400;
	margin-bottom: 0.5rem;
}

.term-container h5 {
	color: #2d3e4f;
	font-size: 1.3rem;
	font-weight: 700;
}

.term-container p {
	color: #434343;
	font-size: 1.2rem;
	font-weight: 400;
}

.term-container .special-term-para {
	color: #000;
	font-weight: 500;
}

.term-container .special-term-para2 {
	font-weight: 600;
}

/*Security Section Starts*/
.frequently-container {
	width: 75%;
	margin: 0 auto;
	padding-block: 1rem;
}

.frequently-container h4 {
	color: #222631;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 2.5rem;
	margin-bottom: 2rem;
}

.frequently-container .accordion-item {
	background: #fafafa;
	border: none;
	border-bottom: 1px solid #ebecf0;
}

.frequently-container .accordion-button {
	background: #fafafa;
	color: #222631;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 2.1rem;
}

.frequently-container .accordion-body {
	border-radius: 0px 0px 1.3rem 1.3rem;
	background: #fff;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.frequently-container .accordion-body p {
	color: #565656;
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1.8rem;
}

.frequently-container .accordion-button::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='10' viewBox='0 0 18 10' fill='none'%3E%3Cpath d='M1 1L9 9L17 1' stroke='%23222631' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.frequently-container .accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='10' viewBox='0 0 18 10' fill='none'%3E%3Cpath d='M17 9L9 1L17 9ZM9 1L1 9L9 1Z' fill='%23FAFAFA'/%3E%3Cpath d='M17 9L9 1L1 9' stroke='%23FAFAFA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.frequently-container .accordion-button:not(.collapsed) {
	background: #ff4013;
	color: #fff;
	box-shadow: none;
}

.frequently-container .accordion-button:focus {
	border: none;
	box-shadow: none;
}

/*Faqs Section Starts*/
#faqswrap {
	padding-block: 5rem;
}

.faqs-left-box {
	border-radius: 0px 20px 20px 0px;
	background: #f8faff;
	padding-right: 2rem;
}

.faqs-left-box .faqs-left-content {
	border-bottom: 1px solid #e8e7e7;
	padding: 1rem;
	cursor: pointer;
}

.faqs-left-content p {
	margin-bottom: 0;
	color: #4d5365;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 2rem;
	text-transform: capitalize;
}

.faqs-left-content-active {
	border-radius: 0px 30px 3px 0px;
	border-left: 5px solid #0026a3;
}

.faqs-left-content-active p {
	color: #0026a3;
	font-weight: 600;
}

.faqs-right-heading {
	border-bottom: 1px solid #ebecf0;
}

.faqs-right-heading h4 {
	color: #222631;
	font-size: 1.7rem;
	font-weight: 600;
	margin-bottom: 1.5rem;
}

.faqs-right-accordion .accordion-item {
	background: #fafafa;
	border: none;
	border-bottom: 1px solid #ebecf0;
}

.faqs-right-accordion .accordion-button {
	background: #fff;
	color: #222631;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 2.1rem;
	padding: 2rem 1.25rem;
}

.faqs-right-accordion .accordion-body {
	border-radius: 0px 0px 1.3rem 1.3rem;
	background: #fff;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.faqs-right-accordion .accordion-body p {
	color: #565656;
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1.8rem;
}

.faqs-right-accordion .accordion-button:not(.collapsed) {
	background: #ff4013;
	color: #fff;
	box-shadow: none;
}

.faqs-right-accordion .accordion-button:focus {
	border: none;
	box-shadow: none;
}

.faqs-right-accordion .accordion-button::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='10' viewBox='0 0 18 10' fill='none'%3E%3Cpath d='M1 1L9 9L17 1' stroke='%23222631' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.faqs-right-accordion .accordion-button:not(.collapsed)::after {
	transform: rotate(360deg);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='10' viewBox='0 0 18 10' fill='none'%3E%3Cpath d='M17 9L9 1L17 9ZM9 1L1 9L9 1Z' fill='%23FAFAFA'/%3E%3Cpath d='M17 9L9 1L1 9' stroke='%23FAFAFA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/*Demo Starts*/
#demowrap {
	background: linear-gradient(180deg, #0043b7 0%, #0055e8 100%);
	color: #fafafa;
	padding-block: 5rem;
	height: 660px;
	margin-top: 0.3rem;
}

.demo-container {
	width: 80%;
	margin: 0 auto;
}

.demo-heading {
	text-align: center;
}

.demo-heading h1 {
	font-size: 2.5rem;
	font-weight: 700;
	text-transform: capitalize;
}

.demo-heading p {
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 2rem;
	width: 719px;
	margin: 0 auto;
}

#demo-content-wrap {
	margin-top: -450px;
	margin-bottom: 4rem;
	color: #fafafa;
}

.demo-content-box {
	margin-top: 3rem;
}

.demo-content-left-heading {
	margin-bottom: 9rem;
}

.demo-content-left-heading h5 {
	font-size: 2.1rem;
	font-weight: 700;
	line-height: 2rem;
	margin-bottom: 1rem;
}

.demo-content-left-heading li {
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 2rem;
	margin-bottom: 1rem;
}

.demo-content-left-image img {
	width: 30%;
}

.demo-content-left-image p {
	color: #222631;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 2rem;
	margin-bottom: 3rem;
}

.demo-content-right {
	border-radius: 20px;
	background: #0026a3;
	padding: 2rem;
}

.demo-content-form label {
	margin-bottom: 0;
}

.demo-input-box {
	margin-bottom: 1rem;
}

.demo-content-form input {
	margin-bottom: 5px;
	background: #e5edff;
}

.demo-content-form .verifyinput-box p {
	cursor: pointer;
	margin-bottom: 0 !important;
}

.demo-content-form .verifyinput-box p:hover {
	color: #ff5d37;
}

.demo-content-form textarea {
	margin-bottom: 1rem;
	background: #e5edff;
}

.demo-content-form .otp_success,
.otp_success_mobile {
	color: #fff !important;
	background-color: #dc3545;
	padding: 3px 8px;
	border-radius: 5px;
	font-size: 13px;
}

.email-submit-span p {
	margin-bottom: 0;
	font-size: 14px !important;
}

#bookDemoPhoneNum::placeholder {
	color: #000;
	font-size: 1rem;
	font-weight: 500;
	line-height: normal;
}

.emailinput-box {
	position: relative;
}

.emailinput-box i {
	position: absolute;
	top: 40%;
	right: 12px;
	color: #7a8194;
	cursor: pointer;
	font-weight: 900;
}

.emailinput-box .email_icon {
	color: #5ea813;
}

.phoneinput-box .mobile_icon {
	color: #5ea813;
}

.phoneinput-box {
	position: relative;
}

.phoneinput-box i {
	position: absolute;
	top: 54%;
	right: 12px;
	color: #7a8194;
	cursor: pointer;
	font-weight: 900;
}

.passwordinput-box {
	position: relative;
}

.passwordinput-box i {
	position: absolute;
	top: 57%;
	right: 12px;
	color: #7a8194;
	cursor: pointer;
}

.password-hide {
	display: none;
}

#bookDemoEmail::placeholder {
	text-align: right;
	color: #7a8194;
	font-size: 1rem;
	font-weight: 500;
	line-height: normal;
}

.g-recaptcha {
	transform: scale(0.77);
	transform-origin: 0 0;
}

.rc-anchor-light {
	background: #e5edff !important;
}

.demo-submit-btn button {
	margin-top: 2rem;
	background: #ff4013;
	border-color: #ff4013;
	color: #fff;
	font-weight: 600;
	padding: 1rem 2.1rem;
}

.demo-submit-btn button:hover {
	background-color: transparent;
	border-color: #ff4013;
	color: #ff4013;
}

.demo-submit-btn button:focus {
	box-shadow: none;
	background-color: transparent;
	border-color: #ff4013;
	color: #ff4013;
}

.demo-submit-btn button:active {
	box-shadow: none;
	background-color: transparent;
	border-color: #ff4013;
	color: #ff4013;
}

.demo-submit-btn button:active:focus {
	box-shadow: none;
}

#feature-banner {
	background: linear-gradient(180deg, #0043b7 0%, #0055e8 100%);
	color: #fafafa;
	padding-block: 3rem;
	height: 600px;
	margin-top: 0.3rem;
}

#feature-banner-img-box {
	margin-top: -390px;
	margin-bottom: 5rem;
}

.feature-banner-heading {
	text-align: center;
}

.feature-banner-heading h1 {
	font-size: 2.5rem;
	font-weight: 700;
	text-transform: capitalize;
}

.feature-banner-heading p {
	width: 75%;
	margin: 0 auto;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 2rem;
}

.feature-banner-img {
	text-align: center;
	margin-top: 2rem;
}

.feature-banner-img img {
	width: 100%;
}

#featureprogressbarwrap {
	background: #ff5d37;
	padding-block: 3rem;
}

.featureprogress-left {
	position: relative;
	cursor: pointer;
}

.featureprogress-left::before {
	content: "";
	position: absolute;
	top: 1px;
	width: 1px;
	border: 1px dashed #fff;
	height: 99%;
	left: 18px;
	z-index: 0;
}

.featureprogress-left-box {
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
}

.featureprogress-icon-box {
	background-color: #f8faff;
	border-radius: 20px;
	width: 39.625px;
	height: 39.625px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	z-index: 2;
}

.featureprogress-icon-box img {
	width: 22.099px;
	height: 22.099px;
	/* filter: grayscale(1); */
}

.featureprofress-text-box h6 {
	color: #fafafa;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2.2rem;
	text-transform: capitalize;
}

.featureprofress-text-active .featureprogress-icon-box {
	border: 1px solid #ff5d37;
}

.featureprofress-text-active h6 {
	color: #0026a3;
}

.featureprofress-text-active img {
	filter: grayscale(0);
}

.featureprogress-right {
	border-radius: 2.5rem;
	background: #f8f9ff;
	padding-block: 2.5rem 1rem;
	text-align: center;
}

.featureprogressrightbox {
	display: none;
}

.featureprogress-right img {
	width: 75%;
}

.featureprogress-btn-box {
	margin-top: 2rem;
}

.featureprogress-btn-box ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.featureprogress-btn-box li {
	padding: 0.75rem 1.5rem;
	border-radius: 2rem;
	border: 2px solid #565656;
	color: #606060;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.5rem;
	margin-bottom: 1rem;
	margin-right: 0.3rem;
	transition: all 0.3s ease-in;
	cursor: pointer;
}

.featureprogress-btn-box li:hover {
	background: #ff5d37;
	color: #fff;
	border-color: #ff5d37;
}

.featureprogressrightbox-active {
	display: block;
}

/*Current Opening Section Starts*/
#career-banner {
	background: linear-gradient(180deg, #0043b7 0%, #0055e8 100%);
	color: #fafafa;
	padding-block: 3rem;
	height: 660px;
	margin-bottom: 100px;
	margin-top: 0.3rem;
}

#currentopening {
	margin-bottom: 3rem;
}

.career-banner-heading {
	text-align: center;
}

.career-banner-heading h1 {
	font-size: 2.5rem;
	font-weight: 700;
	text-transform: capitalize;
}

.career-banner-heading p {
	width: 80%;
	margin: 0 auto;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 2rem;
}

.carrer-banner-img {
	margin-top: 1.5rem;
}

.carrer-banner-img img {
	width: 100%;
}

.current-opening-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}

.current-opening-heading {
	text-align: center;
}

.current-opening-heading h2 {
	color: #2d3e4f;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: normal;
}

.current-opening-input-box {
	position: relative;
}

.current-opening-input-box input {
	padding: 10px;
	width: 300px;
	border-radius: 10px;
}

.current-opening-input-box input:focus {
	box-shadow: none;
	border-color: #828282;
}

.current-opening-input-box::placeholder {
	color: #828282;
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 150%;
}

.current-opening-input-box i {
	color: #565656;
	position: absolute;
	top: 12px;
	right: 16px;
	font-size: 1.5rem;
	cursor: pointer;
}

.current-opening-box {
	border-radius: 20px;
	background: #f8faff;
	padding: 2rem;
	margin-bottom: 1.5rem;
	/* height: 280px; */
}

.current-opening-content-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.current-opening-content-box p {
	color: #828282;
	font-size: 1.02rem;
	font-weight: 500;
}

.current-opening-content-box span {
	color: #2d3e4f;
}

.current-opening-box h5 {
	color: #2d3e4f;
	font-weight: 600;
	height: 40px;
}

.current-opening-box i {
	color: #0054e5;
	font-size: 2rem;
	margin-right: 1.5rem;
}

.exper-box {
	width: 48%;
}

.job-box {
	width: 48%;
}

.current-opening-box a {
	color: #ff4013;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.9rem;
	/* 28px */
}

#wellness {
	background: #f8faff;
	padding-block: 5rem;
	margin-top: 2rem;
}

.wellness-left-box h2 {
	color: #ff4013;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 1rem;
}

.wellness-left-box p {
	color: #2d3e4f;
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 2.1rem;
}

.wellness-right-box .accordion-item {
	background: transparent;
	border: none;
	border-bottom: 1px solid #ebecf0;
}

.wellness-right-box .accordion-button {
	background: transparent;
	color: #2d3e4f;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 2.1rem;
	padding: 1rem 1.25rem;
}

.wellness-right-box .accordion-body {
	background: transparent;
}

.wellness-right-box .accordion-body p {
	color: #2d3e4f;
	font-size: 1.1rem;
	font-weight: 400;
	line-height: normal;
	width: 50%;
}

.wellness-right-box .accordion-button:not(.collapsed) {
	background: transparent;
	color: #2d3e4f;
	box-shadow: none;
}

.wellness-right-box .accordion-button:focus {
	border: none;
	box-shadow: none;
}

.wellness-right-box .accordion-button::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='10' viewBox='0 0 18 10' fill='none'%3E%3Cpath d='M1 1L9 9L17 1' stroke='%23222631' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/*Insight Single Blog Starts*/
#insightsingle-banner {
	background: linear-gradient(180deg, #0043b7 0%, #0055e8 100%);
	color: #fafafa;
	padding-block: 3rem;
	height: 600px;
	margin-bottom: 100px;
	margin-top: 0.3rem;
}

.insightsingle-banner-box {
	width: 90%;
	margin: 0 auto;
	max-width: 1550px;
}

.insightsingle-banner-heading {
	text-align: center;
}

.insightsingle-banner-heading h1 {
	font-size: 2rem;
	font-weight: 700;
	text-transform: capitalize;
}

.insightsingle-banner-heading p {
	width: 80%;
	margin: 0 auto;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 2rem;
}

.insightsingle-banner-img {
	text-align: center;
	margin-top: 2rem;
}

.insightsingle-banner-img img {
	width: 80%;
}

.insightsingle-blog-container {
	width: 75%;
	margin: 0 auto;
}

.insightsingle-blog-container img {
	width: 100%;
	object-fit: cover;
}

.insightsingle-blog-container p {
	color: #000;
	font-size: 1.2rem;
	font-weight: 400;
}

.insightsingle-blog-container h2 {
	font-size: 2rem;
	font-weight: 600;
}

.insightsingle-blog-container h3 {
	font-size: 1.5rem;
}

.insightsingle-blog-heading span {
	color: #828282;
}

.insightsingle-blog-heading p {
	color: #ff4013;
	font-weight: 600;
}

.insightsingle-blog-heading h2 {
	color: #2d3e4f;
	font-size: 2rem;
	font-weight: 700;
	text-transform: capitalize;
	margin-block: 1rem;
}

.insightsingle-blog-heading .insightsingle-para {
	color: #000;
	font-weight: 400;
}

.insightsingle-img {
	margin-block: 2rem;
}

.insightsingle-blog-img p {
	width: 50%;
	color: #ff4013;
	font-size: 1.2rem;
	font-style: italic;
	font-weight: 400;
	position: relative;
	margin-block: 4rem;
}

.insightsingle-blog-img p::before {
	content: url("../img/quote-icon-upper.svg");
	position: absolute;
	left: 0;
	top: -20px;
}

.insightsingle-blog-img p::after {
	content: url("../img/quote-icon.svg");
	position: absolute;
	bottom: -30px;
}

/*Thankyou Section Starts*/
.thankyoubox {
	width: 70%;
	margin: 0 auto;
	text-align: center;
	padding-block: 5rem;
}

.thankyoubox h1 {
	font-size: 50px;
	font-weight: 700;
}

.thankyoubox p {
	font-size: 20px;
	width: 700px;
	margin: 0 auto;
	margin-bottom: 1rem;
}

.thankyoubox img {
	width: 55%;
}

.thankyoubox p a {
	color: #ff4013;
	font-weight: 600;
}

.thankyoubox h3 {
	font-size: 40px;
	font-weight: 700;
}

/*Error Page*/
.errorbox {
	width: 70%;
	margin: 0 auto;
	text-align: center;
	padding-block: 5rem 0;
}

.errorbox h1 {
	font-size: 50px;
	font-weight: 700;
}

.errorbox p {
	font-size: 1.3rem;
	width: 700px;
	margin: 0 auto;
	margin-bottom: 1rem;
}

.errorbox img {
	width: 45%;
}

.errorbox p a {
	color: #ff4013;
	font-weight: 600;
}

.errorbox h3 {
	font-size: 40px;
	font-weight: 700;
}

.waiting-wrapper {
	text-align: center;
	padding-block: 4rem;
	max-width: 700px;
	margin: 0 auto;
	padding-inline: 1rem;
}

.waiting-wrapper img {
	width: 100%;
	height: 350px;
	margin-bottom: 1.5rem;
}

.waiting-wrapper h2 {
	margin-bottom: 1rem;
}

.waiting-wrapper p {
	color: #6e6e6e;
	margin-bottom: 0!important;
}

.waiting-wrapper .btn {
	width: 100%;
	background-color: #ff4013;
	border-color: #ff4013;
	/* padding: 0.6rem .75rem; */
}

.waiting-wrapper .btn-primary:focus {
	box-shadow: none;
}

.waiting-wrapper .btn:hover {
	box-shadow: none;
	background-color: transparent;
	border-color: #ff4013;
	color: #ff4013;
}

/*Marketing Automation Starts*/
.marketing-wrap {
	background: linear-gradient(180deg, #0043b7 0%, #0055e8 100%);
	padding-block: 3rem;
	color: #fff;
	position: relative;
	height: 400px;
	margin-bottom: 140px;
	margin-top: 0.3rem;
}

.marketing-heading-box {
	text-align: center;
}

.marketing-heading-box h1 {
	font-size: 2.5rem;
	font-weight: 700;
	text-transform: capitalize;
}

.marketing-heading-box p {
	width: 75%;
	margin: 0 auto;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 2rem;
}

.marketing-lead-box {
	width: 90%;
	background-color: #f8f9ff;
	border-radius: 1.5rem;
	color: #f8f9ff;
	position: absolute;
	left: 5%;
	top: 57%;
	padding-block: 2rem;
}

.marketing-lead-content-box {
	width: 80%;
	margin: 0 auto;
}

.marketing-lead-box h3 {
	color: #ff4013;
	text-align: center;
	margin-bottom: 1.5rem;
	font-weight: 800;
}

.marketing-lead-box ul {
	list-style: none;
}

.marketing-lead-box li {
	color: #4d5365;
	margin-bottom: 1.5rem;
	font-weight: 600;
}

.marketing-lead-box li img {
	margin-right: 10px;
}

.lead-section-wrap {
	width: 75%;
	margin: 0 auto;
	text-align: center;
	margin-block: 3rem;
}

.lead-section-wrap h2 {
	color: #222631;
	font-weight: 700;
}

.lead-section-wrap p {
	width: 90%;
	margin: 0 auto;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 2rem;
	margin-block: 1.5rem;
}

.lead-section-wrap img {
	width: 55%;
}

.sale-lead-section {
	background-color: #f8f9ff;
}

.sale-lead-wrap {
	width: 80%;
	margin: 0 auto;
	padding-block: 3rem;
}

.sale-lead-right img {
	width: 100%;
}

.sale-lead-upper-box {
	margin-bottom: 2rem;
}

.sale-lead-upper-box h2 {
	color: #323232;
	font-weight: 700;
	text-transform: capitalize;
}

.sale-lead-upper-box p {
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 2rem;
	margin-top: 1rem;
	color: #3f3f3f;
}

.sale-lead-content {
	background-color: #fff;
	border-radius: 1.5rem;
	padding: 2rem 1rem 1rem 1.5rem;
	margin-bottom: 2rem;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
		rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
	/* height: 320px; */
}

.sale-lead-orange-content {
	background-color: #ff5d37;
	color: #fff;
}

.sale-lead-blue-content {
	background-color: #0154e4;
	color: #fff;
}

.sale-lead-content img {
	margin-bottom: 1rem;
	width: 12%;
}

.sale-lead-content h5 {
	font-weight: 700;
	font-size: 1.2rem;
}

.sale-lead-content p {
	color: #3f3f3f;
}

.sale-lead-orange-content p {
	color: #fff;
}

.sale-lead-blue-content p {
	color: #fff;
}

#business-driving {
	background: url(../img/driving-bg.png);
	padding-block: 3rem;
}

.driving-left {
	max-width: 550px;
}

.driving-left h1 {
	font-size: 2.5rem;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 1.5rem;
}

.driving-left p {
	color: #696363;
	margin-bottom: 2rem;
}

.driving-left .btn-orange {
	margin-right: 1rem;
}

.driving-right-form {
	max-width: 450px;
	background-color: #fff;
	margin: 0 auto;
	box-shadow: rgba(0, 0, 0, 0.12);
	/*text-align: center;*/
	padding: 1.5rem;
}

.driving-right-form h2 {
	text-align: center;
}

.driving-right-form .main-span {
	display: inline-block;
	margin-bottom: 1.4rem;
	text-align: center;
}

.driving-form-input {
	margin-bottom: 1rem;
}


.driving-form-input input {
	background-color: #F9F9F9;
	margin-bottom: 1.2rem;
	border-color: #EFEDED;
}

.driving-form-btn button {
	background-color: #FF4013;
	color: #fff;
	width: 100%;
}

.driving-form-btn button:hover {
	background-color: #FF4013;
	color: #fff;
}

#migration {
	margin-block: 70px;
}

#migration img {
	width: 90%;
}

#migra-faq {
	margin-block: 70px;
}

.migra-faq-heading {
	margin-bottom: 2rem;
}

.migra-left h2 {
	font-weight: 700;
}

.migra-left-accor .accordion-item {
	border: none;
	background-color: #f5f7f8;
}

.migra-left-accor .accordion-button {
	color: #222631;
	font-size: 1.2rem;
	font-weight: 600;
	padding-bottom: 0;
}

.migra-left-accor .accordion-button:focus {
	box-shadow: none;
}

.migra-left-accor .accordion-button:not(.collapsed) {
	background-color: #f5f7f8;
	color: #222631;
	box-shadow: none;
	padding-bottom: 0;
}

.migra-left-accor .accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.migra-left-accor .accordion-body {
	padding-top: 0.3rem;
}

.migra-accor .accordion-item {
	background: #fafafa;
	border: none;
	border-bottom: 1px solid #ebecf0;
}

.migra-accor .accordion-button {
	background: #fff;
	color: #222631;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 2.1rem;
	padding: 2rem 1.25rem;
}

.migra-accor .accordion-body {
	border-radius: 0px 0px 1.3rem 1.3rem;
	background: #fff;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.migra-accor .accordion-body p {
	color: #565656;
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1.8rem;
}

.migra-accor .accordion-button .collapsed {
	box-shadow: none;
}

.migra-accor .accordion-button:not(.collapsed) {
	background: #0026A3;
	color: #fff;
	box-shadow: none;
}



.migra-accor .accordion-button:focus {
	border: none;
	box-shadow: none;
}

.migra-accor .accordion-button::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='10' viewBox='0 0 18 10' fill='none'%3E%3Cpath d='M1 1L9 9L17 1' stroke='%23222631' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.migra-accor .accordion-button:not(.collapsed)::after {
	transform: rotate(360deg);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='10' viewBox='0 0 18 10' fill='none'%3E%3Cpath d='M17 9L9 1L17 9ZM9 1L1 9L9 1Z' fill='%23FAFAFA'/%3E%3Cpath d='M17 9L9 1L1 9' stroke='%23FAFAFA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.migra-wrap {
	margin-bottom: 3rem;
}

.migra-right {
	max-width: 600px;
	margin: 0 auto;
}

.migra-right h2 {
	color: #323232;
	font-weight: 700;
	text-transform: capitalize;
}

.migra-right ul {
	margin-bottom: 0;
	font-size: 1.2rem;
}

#local-business {
	background-color: #0026A3;
	color: #F7F9FB;
	padding-block: 2rem;
}

.right-business-box {
	margin-bottom: 1.6rem;
}

.right-business-box img {
	width: 65%;
}

.right-business-box h5 {
	margin-bottom: 0;
	font-weight: 600;
}

.left-business h2 span {
	color: #FF5D37;
}

#testimonial {
	margin-block: 70px;
}

.testimonial-heading h2 {
	color: #323232;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 1.5rem;
}

.testi-box {
	background-color: #F8F9FF;
	padding: 1.5rem;
	margin-bottom: 1.5rem;
}

.testi-box p {
	color: #47484B;
}

.testi-box .testi-img {
	margin-top: 1.5rem;
}

.testi-img img {
	margin-right: 1rem;
}

.testi-img h6 {
	margin-bottom: 0;
}

/*Media Query Starts*/
@media screen and (max-width: 1407px) {
	#pricing-overlap-box {
		margin-top: -270px;
	}

	.marketing-lead-content-box {
		width: 90%;
	}

	#career-banner {
		margin-bottom: 90px;
	}

	#insightsingle-banner {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 1325px) {
	.banner-left h1 {
		font-size: 2.5rem;
		line-height: 3.2rem;
		margin-bottom: 1rem;
	}

	.banner-left p {
		font-size: 1rem;
		line-height: 1.5rem;
		margin-bottom: 1rem;
	}
}

@media screen and (max-width: 1200px) {
	html {
		font-size: 14px;
	}

	#pricing-overlap-box {
		margin-top: -330px;
	}

	.btn-border-orange,
	.btn-orange,
	.btn-border-white {
		padding: 0.7rem 1rem 0.7rem 1rem;
	}

	.navbar-button .btn-border-orange {
		margin-right: 10px;
	}

	.blue-box-center {
		width: 100%;
	}

	.banner-left .btn-orange {
		margin-right: 10px;
	}

	#career-banner {
		height: auto;
	}

	.wellness-right-box .accordion-body p {
		width: 100%;
	}

	.serve-left {
		margin-bottom: 3rem;
	}

	.free-left h2 {
		margin-bottom: 1.5rem;
	}

	.happy-section {
		margin-bottom: 1.5rem;
	}

	.support-section {
		margin-bottom: 1.5rem;
	}

	.contact-form-width {
		width: 90%;
		padding-block: 3rem;
	}

	.marketing-lead-content-box {
		width: 100%;
	}

	.marketing-lead-box {
		top: 53%;
	}

	.marketing-wrap {
		margin-bottom: 80px;
	}
}

@media screen and (max-width: 1080px) {
	html {
		font-size: 13px;
	}

	.btn-border-orange,
	.btn-orange,
	.btn-border-white {
		padding: 0.7rem;
	}

	.insightsingle-blog-container {
		width: 90%;
	}

	.icon-box ul li {
		width: 35px;
		height: 35px;
		margin-right: 7px;
	}

	.icon-box ul li a {
		font-size: 1.1rem;
	}
}

@media screen and (max-width: 991px) {
	/* html {
		font-size: 12px;
	} */

	/*Navbar Starts*/
	.sub-navbar-left {
		text-align: center;
	}

	.sub-navbar-right {
		text-align: center;
	}

	#mobile-navbar {
		display: flex;
	}

	#laptop-navbar {
		display: none;
	}

	/*Banner Starts*/
	#banner-wrapper {
		padding-block: 2rem;
	}

	.banner-left {
		margin-bottom: 5rem;
	}

	/*Dark Blue Starts*/

	.dark-blue-left {
		margin-bottom: 3rem;
	}

	.customer-left-box {
		min-height: auto;
	}

	#pricing-overlap-box {
		margin-top: -400px;
	}

	.step-img-box {
		width: 85%;
		margin-bottom: 5rem;
	}

	.step-number-box {
		width: 19%;
		height: 350px;
	}

	.step-number-big-box {
		width: 40%;
	}

	.featureprogress-left {
		margin-bottom: 5rem;
	}

	.free-left {
		margin-bottom: 5rem;
	}

	.information-box,
	.popular-box,
	.support-box {
		margin-bottom: 5rem;
	}

	.happy-left {
		margin-bottom: 2rem;
	}

	.business-left {
		margin-bottom: 2rem;
	}

	.mission-content-box {
		margin-bottom: 5rem;
	}

	.about-banner-heading p {
		width: 100%;
	}

	.pricing-heading p {
		width: 100%;
	}

	.feature-banner-heading p {
		width: 100%;
	}

	.support-banner-heading p {
		width: 100%;
	}

	.blue-round-banner-heading p {
		width: 100%;
	}

	.privacy-content-box,
	.abuse-content-box,
	.term-container,
	.frequently-container {
		width: 100%;
	}

	.contact-gallery-content {
		margin-bottom: 3rem;
	}

	.faqs-left-box {
		margin-bottom: 3rem;
	}

	#demo-content-wrap {
		margin-top: -500px;
	}

	.demo-content-left-heading {
		margin-bottom: 2rem;
	}

	.demo-content-right {
		margin-top: 2rem;
	}

	.demo-heading p {
		width: 100%;
	}

	#insightsingle-banner {
		height: auto;
		margin-bottom: 2rem;
		border-radius: 0;
	}

	.career-banner-heading p {
		width: 100%;
	}

	.insightsingle-blog-container p {
		width: 100%;
	}

	.insightsingle-banner-heading p {
		width: 100%;
	}

	.thankyoubox {
		width: 90%;
	}

	.lead-section-wrap p {
		width: 100%;
	}

	.sale-lead-left {
		margin-bottom: 20px;
	}

	.marketing-heading-box p {
		width: 100%;
	}

	.lead-section-wrap {
		width: 90%;
	}

	.sale-lead-wrap {
		width: 90%;
	}

	.errorbox {
		width: 90%;
	}

	.errorbox h1 {
		font-size: 40px;
	}

	.errorbox p {
		width: 100%;
	}

	/* .marketing-lead-box {
		width: 90%;
		top: 43%;
	} */

	.demo-content-left-image p {
		color: #fff;
		margin-bottom: 0;
	}

	.sale-lead-right {
		margin-bottom: 20px;
		text-align: center;
	}

	.sale-lead-right img {
		width: 50%;
	}

	.insight-content-box {
		height: 250px;
	}

	.insight-back-content-box {
		height: 250px;
	}

	#career-banner {
		margin-bottom: 35px;
	}

	#CustomNavbar .nav-item {
		margin-right: 0;
		border-bottom: 1px solid #e9e9e9;
		padding: 1rem;
	}

	#CustomNavbar .navbar-button {
		margin-top: 1.5rem;
	}

	#CustomNavbar .offcanvas-start {
		width: 300px;
	}

	.driving-right-form {
		margin: 0;
		margin-top: 2rem;
	}

	#migration img {
		width: 80%;
	}
}

@media screen and (max-width: 849px) {
	#pricing-overlap-box {
		margin-top: -370px;
	}

	.thankyoubox p {
		width: 100%;
	}

	.marketing-lead-box li img {
		margin-right: 5px;
	}

	.lead-section-wrap img {
		width: 85%;
	}

	.icon-box::before {
		width: 32%;
	}

	.icon-box::after {
		width: 32%;
	}
}

@media screen and (max-width: 767px) {
	.support-service-heading h1 {
		width: 100%;
	}

	.support-service-left {
		margin-bottom: 3rem;
	}

	.contact-form-left {
		margin-bottom: 2rem;
	}

	.insightsingle-banner-heading h1 {
		font-size: 2.8rem;
		line-height: normal;
	}

	.blue-box-center h2 {
		font-size: 2rem;
		line-height: 3rem;
	}

	.blue-box-center p {
		margin-block: 1rem;
	}

	.dark-blue-box {
		margin-block: 1.5rem;
		padding: 2rem;
	}

	.serve-box {
		padding: 2rem;
	}

	.dark-blue-left p {
		margin-block: 1.5rem;
	}

	.dark-blue-left {
		margin-top: 0px;
	}

	.serve-cat a {
		margin-bottom: 0.5rem;
		margin-right: 2px;
	}

	.happy-right span {
		font-size: 2.5rem;
		line-height: 3rem;
	}

	.contact-gallery-container {
		margin-block: 2rem;
	}

	.demo-heading h1 {
		font-size: 2.5rem;
		line-height: 3rem;
	}
}

@media screen and (max-width: 702px) {
	/* .marketing-lead-box {
		top: 50%;
	} */

	.marketing-wrap {
		margin-bottom: 85px;
	}
}

@media screen and (max-width: 700px) {

	/* .serve-cat ul {
    height: 200px;
    overflow-y: scroll;
  } */
	.step-number-box {
		width: 100%;
		margin-bottom: 3rem;
		text-align: left;
		padding: 1.3rem 1.6rem 1.3rem 2.3rem;
		height: auto;
	}

	.step-number-box h2 {
		transform: rotate(0deg);
		position: static;
		margin-top: 2rem;
	}

	.step-number-box h3 {
		transform: rotate(0deg);
		top: 15%;
	}

	.step-number-big-box {
		width: 100%;
	}

	.step-number-big-box h3 {
		margin-top: 1.5rem;
		line-height: normal;
	}

	.feature-banner-heading h1 {
		font-size: 3rem;
		font-weight: 700;
		line-height: 3.5rem;
	}

	.current-opening-wrap {
		flex-direction: column;
	}

	.current-opening-input-box input {
		width: 100%;
		margin-bottom: 1rem;
	}
}

@media screen and (max-width: 644px) {
	.banner-left h1 {
		font-size: 3rem;
		line-height: normal;
	}

	.free-left h2 {
		font-size: 2rem;
		line-height: 3rem;
	}

	.insightsingle-banner-heading h1 {
		font-size: 2.5rem;
	}

	.insightsingle-banner-box {
		width: 90%;
	}

	.blue-round-banner-heading p {
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.blue-round-banner-heading h1 {
		font-size: 2rem;
		line-height: 2.5rem;
		margin-block: 1rem;
	}
}

@media screen and (max-width: 575px) {
	.marketing-wrap {
		margin-bottom: 210px;
	}

	.icon-box::before {
		width: 25%;
	}

	.icon-box::after {
		width: 25%;
	}
}

@media screen and (max-width: 500px) {
	/* html {
		font-size: 10px;
	} */

	.customer-right-box h1 {
		width: 100%;
	}

	.errorbox h1 {
		font-size: 30px;
	}

	.marketing-wrap {
		margin-bottom: 135px;
	}

	.support-service-left,
	.support-service-right {
		height: auto;
	}
}

@media screen and (max-width: 554px) {
	.banner-left h1 {
		font-size: 2.5rem;
	}

	.accordion-heading h2 {
		font-size: 2rem;
		line-height: 3rem;
	}

	.accordion-feature h5 {
		font-size: 1.4rem;
	}

	.accordion-cotgin h5 {
		font-size: 1.4rem;
	}

	.accordion-Other h5 {
		font-size: 1.4rem;
	}

	.contact-gallery-container {
		padding: 2rem;
	}
}

@media screen and (max-width: 402px) {
	#feature-banner-img-box {
		margin-top: -350px;
	}

	.feature-banner-heading h1 {
		font-size: 2.5rem;
		line-height: normal;
	}

	.icon-box::before {
		width: 18%;
	}

	.icon-box::after {
		width: 18%;
	}
}

@media screen and (max-width: 393px) {
	.sub-navbar-right .sign-up i {
		margin-right: 1px;
	}

	.sub-navbar-right a {
		margin-right: 0.5rem;
	}

	.icon-box i {
		margin-right: 2px;
	}

	.marketing-heading-box h1 {
		font-size: 2.3rem;
	}

	.demo-heading h1 {
		font-size: 2.3rem;
		line-height: 2rem;
	}
}

@media screen and (max-width: 340px) {
	#pricing-overlap-box {
		margin-top: -326px;
	}

	.pricing-toggle {
		margin-bottom: 2rem;
	}

	.pricing-img img {
		display: none;
	}
}

@media screen and (max-width: 324px) {
	#pricing-overlap-box {
		margin-top: -308px;
	}
}

/* new blog css */
.row.br-bottom {
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 30px;
}

.single-blog {
	margin-bottom: 30px;
}

.single-blog span {
	font-size: 15px;
	display: block;
	margin-bottom: 8px;
	color: #ff4013;
}

.single-blog span i {
	color: #ff4013;
	position: relative;
	top: 2px;
	margin-right: 5px;
}

.single-blog h3 {
	font-size: 35px;
	font-weight: 700;
	color: #0054e5;
	text-transform: capitalize;
}

.single-blog a.read-mores {
	display: flex;
	align-items: center;
}

.single-blog a.read-mores i {
	font-size: 20px;
	color: #ff4013;
}

.single-blog a.read-mores span {
	color: #ff4013;
	font-size: 16px;
	font-weight: 700;
	padding-top: 6px;
	padding-left: 5px;
}


.demo-input-box .input-group input {
	position: relative;
}
.demo-input-box .input-group > .form-control,
.demo-input-box .input-group > .form-select {
	border-radius: 0.25rem;
	border-top-right-radius: 0.25rem !important;
	border-bottom-right-radius: 0.25rem !important;
}
.demo-input-box .input-group button.btn.btn-v {
	background-color: #ff4013;
	border: none;
	padding: 7.5px 10px;
	border-radius: 0 0.25rem 0.25rem 0 !important;
	font-size: 14px;
	position: absolute;
	right: 0;
	/* top: 7px; */
	color: #fff;
	font-weight: 400;
	z-index: 10;
}
.demo-input-box .input-group button.btn.btn-v:focus {
	outline: 0;
	box-shadow: none;
}
.phoneinput-box .input-group button.btn.btn-outline-primary {
	margin-right: 15px;
	padding: 0.375rem 0.75rem;
	border: 1px solid #ced4da;
	background: #e5edff;
	border-radius: 0.25rem;
	color: #212529;
	font-size: 14px;
	font-weight: 400;
}
.phoneinput-box .input-group button.btn.btn-outline-primary:hover {
	background: #e5edff;
}
.phoneinput-box .input-group button.btn.btn-outline-primary:focus {
	outline: 0;
	box-shadow: none;
}
.phoneinput-box .input-group .form-control {
	border-top-left-radius: 0.25rem !important;
	border-bottom-left-radius: 0.25rem !important;
	margin-bottom: 0px;
}
.phoneinput-box .input-group i {
	position: absolute;
	top: 35%;
	right: 12px;
	color: #5ea813;
	cursor: pointer;
	font-weight: 900;
}
.phoneinput-box .input-group button.btn.btn-outline-primary img {
	padding-right: 8px;
}
.phoneinput-box .input-group .dropdown-menu {
	min-width: 6.5rem;
	padding: 0.3rem 0;
}
.phoneinput-box .input-group .dropdown-menu li a img {
	padding-right: 8px;
}
.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #0d6efd;
}
@media screen and (max-width: 1200px) {
	.demo-input-box .input-group button.btn.btn-v {
		padding: 6px 10px;
	}
}
@media screen and (max-width: 992px) {
	.demo-input-box .input-group button.btn.btn-v {
		padding: 4px 10px;
	}
}
@media screen and (max-width: 575px) {
	.demo-input-box .input-group button.btn.btn-v {
		padding: 2.5px 10px;
		font-size: 13px;
	}
}
@media screen and (max-width: 1024px) {
	.single-blog h3 {
		font-size: 25px;
	}
	.single-blog p {
		font-size: 16px !important;
	}
}


.btn-whatsapp-pulse {
    background: linear-gradient(173deg, #5cf66e, #33a341);
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 30px;
    text-decoration: none;
    border-radius: 20%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 9;
}
.btn-whatsapp-pulse:hover{
    color:#fff;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(35, 224, 105, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.btn-whatsapp-pulse-border {
    bottom: 120px;
    right: 20px;
    animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@media screen and (max-width: 600px) {
	.btn-whatsapp-pulse {
    
    bottom: 46px;
    font-size:30px;
    padding: 25px;
	}
}


.paginate .page-link{
    padding: 10px 15px !important;
}
.paginate .page-link:focus{
    box-shadow: none;
    
}