@font-face {
	font-family: "LexendDeca-Light";
	src: url("../fonts/LexendDeca-Light.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "LexendDeca-Regular";
	src: url("../fonts/LexendDeca-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "LexendDeca-Medium";
	src: url("../fonts/LexendDeca-Medium.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "LexendDeca-SemiBold";
	src: url("../fonts/LexendDeca-SemiBold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "LexendDeca-Bold";
	src: url("../fonts/LexendDeca-Bold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "LexendDeca-ExtraBold";
	src: url("../fonts/LexendDeca-ExtraBold.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

p,
ul li {
	font-size: 14px;
	font-family: "LexendDeca-Regular";
}

body {
	overflow-x: hidden;
}

button:focus {
	outline: 0 !important;
}

.header .active .nav-link::after {
	content: "";
	display: block;
	width: 0;
	height: 3px;
	background: #4aa9af;
	transition: width 0.3s;
}

.header .active .nav-link::after {
	width: 50%;
	transition: width 0.3s;
	margin-left: 25%;
	color: #1c226b;
}

.outline-button-extention {
	background-image: linear-gradient(to right, #1fa2ff 0%, #12d8fa 100%);
	border-radius: 25px;
	box-sizing: border-box;
	color: #00a84f;
	width: 180px;
	height: 46px;
	letter-spacing: 1px;
	margin: 0 auto;
	padding: 2px;
	position: relative;
	z-index: 2;
}

.outline-button-extention:hover {
	color: #fff;
}

.outline-button-extention span {
	font-size: 13px;
	align-items: center;
	background: #2b2888;
	border-radius: 25px;
	display: flex;
	justify-content: center;
	height: 100%;
	transition: background 0.5s ease;
	color: #fff;
}

.outline-button-extention span h4 {
	background: linear-gradient(to right, #1fa2ff 0%, #a6ffcb 100%);
	-webkit-background-clip: text;
	font-family: "LexendDeca-Regular";
	-webkit-text-fill-color: transparent;
	font-size: 15px;
	margin-bottom: 0;
	font-weight: bold;
}

.fmenu-last .heading h3 {
	background: -webkit-linear-gradient(#1fa2ff, #12d8fa, #a6ffcb);
	-webkit-background-clip: text;
	font-size: 16px;
	font-family: "LexendDeca-SemiBold";
	margin-bottom: 15px;
	-webkit-text-fill-color: transparent;
}

.outline-button-extention span h4:hover {
}

.outline-button-extention1 {
	background-repeat: no-repeat;
	border-radius: 100rem;
	padding: 9px 24px;
	font-family: "LexendDeca-Regular";
	font-size: 14px;
	color: #1fa2ff;
	border: solid 2px transparent;
	background-image: linear-gradient(
			rgba(255, 255, 255, 0),
			rgba(255, 255, 255, 0)
		),
		linear-gradient(101deg, #78e4ff, #ff48fa);
	background-origin: border-box;
	background-clip: content-box, border-box;
	box-shadow: 2px 1000px 1px #fff inset;
}

.outline-button-extention:hover {
	text-decoration: none;
	color: #1fa2ff;
}

.outline-button {
	border-radius: 25px;
	font-family: "LexendDeca-Regular";
	color: #1fa2ff;
	border: 2px solid #1fa2ff;
	font-size: 18px;
	transition: 0.3s ease-in-out;
	display: inline-block;
	padding: 7px 24px;
}

.outline-button:hover,
.outline-button:focus {
	text-decoration: none;
	color: #1fa2ff;
}

.blue-button {
	border-radius: 20px;
	font-family: "LexendDeca-Regular";
	color: #fff;
	background-color: #3e31ae;
	font-size: 18px;
	transition: 0.3s ease-in-out;
	display: inline-block;
	padding: 9px 24px;
}

.blue-button:hover,
.blue-button:focus {
	text-decoration: none;
	color: #fff;
}

.terms-list a.active {
	color: #ff7438;
}

.logo a.navbar-brand {
	width: 60px;
}

.home-banner {
	padding: 10px 0 0 60px;
	max-width: 1400px;
	margin: auto;
}

.header .bg-light {
	background: transparent !important;
	max-width: 1440px;
	margin: auto;
	position: relative;
}

.header .nav-link::after {
	content: "";
	display: block;
	width: 0;
	height: 3px;
	background: #4aa9af;
	transition: width 0.3s;
}

.header .nav-link:hover::after {
	width: 50%;
	transition: width 0.3s;
	margin-left: 25%;
	color: #1c226b;
}

.header {
	padding: 0 40px;
}

.header.scrolled {
	background-color: #ffffff !important;
}

.header {
	position: sticky;
	top: 0px;
	z-index: 999;
}

.nav-fixed {
	background: #fff;
	box-shadow: 7px 1px 4px 1px #ccc;
}

.not-found-page {
	width: 100%;
	display: flex;
	justify-content: center;
}

.not-found-page img {
	width: 100%;
	max-width: 1000px;
}

.main-home {
	background: url("../images/hbanner-bg.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	margin: auto;
}

.home-banner-sec .banner-left-sec {
	padding-left: 80px;
}
.nav-item {
	display: flex;
	align-items: center;
}

.home-banner-sec .navbar-expand-lg {
	justify-content: space-between;
}

.home-banner-sec .banner-left h1 {
	font-family: "LexendDeca-Bold";
	font-size: 39px;
	color: #1c226b;
	margin-bottom: 20px;
	line-height: 1;
}

.home-banner-sec .banner-left h6 {
	font-size: 18px;
	color: #3e31ae;
	margin-bottom: 20px;
}

.home-banner-inner {
	display: flex;
	align-items: center;
}

.header a.nav-link {
	color: #000;
}
.hero_btns {
	display: flex;
}
.download-hero {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 56px;
	width: 191px;
	text-align: center;
	border: 2px solid #1fa2ff;
	color: #1fa2ff;
	border-radius: 24px;
	font-weight: 500;

	font-size: 22px;
	text-decoration: none;
	margin-right: 12px;
}
.download-hero:hover {
	color: #0089eb;
	border: 2px solid #0089eb;
	text-decoration: none;
}
.hero-purchase-button {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 56px;
	width: 241px;
	text-align: center;
	background-color: #3e31ae;
	border: 2px solid #3e31ae;
	color: #fff;
	border-radius: 24px;
	font-weight: 500;
	font-size: 22px;
	text-decoration: none;
}
.hero-purchase-button:hover {
	background-color: #302687;
	border: 2px solid #302687;
	color: #fff;
	text-decoration: none;
}
@media (max-width: 1025px) {
	.download-hero {
		font-size: 20px;
		height: 50px;
		width: 141px;
		border-radius: 20px;
		margin-right: 8px;
	}
	.hero-purchase-button {
		font-size: 20px;
		height: 50px;
		width: 211px;
		border-radius: 20px;
		margin-right: 8px;
	}
}

@media (max-width: 770px) {
	.hero_btns {
		margin-bottom: 20px;
		justify-content: flex-start;
	}
}
@media (max-width: 410px) {
	.download-hero {
		font-size: 16px;
		height: 40px;
		width: 121px;
		border-radius: 18px;
		margin-right: 8px;
	}
	.hero-purchase-button {
		font-size: 16px;
		height: 40px;
		width: 171px;
		border-radius: 18px;
	}
}
@media (max-width: 360px) {
	.download-hero {
		font-size: 16px;
		padding: 4px 16px;
	}
	.hero-purchase-button {
		font-size: 14px;
		padding: 4px 18px;
	}
}

.header .navbar-expand-lg .navbar-nav .nav-link {
	font-size: 14px;
	padding-right: 15px;
	padding-left: 15px;
	font-family: "LexendDeca-Medium";
	color: #3e31ae;
}

.header .navbar-expand-lg .navbar-nav .nav-link span {
	padding-left: 5px;
}

.home-banner-sec .banner-left {
	width: 100%;
	margin-bottom: 40px;
}

.home-banner-sec .banner-left-cont {
	width: 90%;
}

.home-banner-sec .navbar-expand-lg {
	justify-content: space-between;
}

.card-info .card .card-body {
	padding: 15px;
}

.home-banner-sec .banner-left p {
	font-size: 15px;
	font-family: "LexendDeca-Regular";
	color: #333;
}

.download-free-btns .outline-button {
	margin-bottom: 10px;
	margin-right: 10px;
}

.header .navbar-expand-lg .navbar-collapse {
	position: absolute;
	right: 0;
	float: right; /* display: inline-block; */
}

.blue {
	color: #05d4f5;
	font-family: "LexendDeca-Medium";
}

.light-blue {
	color: #05d4f5;
}

.download-extention .about-right .cont p {
	margin-bottom: 15px;
}

.pricing-right-sec {
	/* background-image: linear-gradient(to right, #1FA2FF 0%, #A6FFCB 100%); */
	border-radius: 15px;
	box-sizing: border-box;
	padding: 3px;
}

.pricing-right {
	background-color: #fff;
	/* box-shadow: 1.95594px 2.93392px 29.3392px rgb(57 57 57 / 25%); */
	padding: 30px 40px 20px 40px;
	border-radius: 15px;
}

/*home about*/
.about-sec {
	padding: 100px 0 80px 0;
}

.about-right h3 {
	font-size: 32px;
	font-family: "LexendDeca-Bold";
	margin-bottom: 30px;
	line-height: 1.1; /* margin-top: 40px; */
}

.about-left p {
	font-size: 15px;
	color: #2c2c2c;
}

.about-right-sec {
	display: flex;
	align-items: center;
}

.about-right .cont p {
	margin-bottom: 0;
}

.about-right .cont {
	margin-bottom: 30px;
}

/*home plugin features*/
.plugin-features-sec {
	padding: 60px 70px;
	background-color: #f5f5ff; /* max-width: 1440px; */ /* margin: auto; */
}

.plugin-features-sec .heading {
	padding-bottom: 20px;
	text-align: center;
}

.plugin-features-sec .heading h3 {
	font-size: 34px;
	color: #000;
	font-family: "LexendDeca-Bold";
	margin-bottom: 15px;
}

.plugin-features-sec .card-info .card {
	margin: 15px auto;
	padding: 15px;
	border-radius: 8px;
	background-color: #fff;
	border: 0;
	max-width: 350px;
}

.plugin-features-sec .card {
	margin-bottom: 25px;
}

.plugin-features-sec .card-info .card .card-img {
	margin: 30px 70px 60px 70px;
}

.plugin-features-sec .card p {
	font-size: 12px;
	color: #828282;
	line-height: 1.4;
}

.plugin-features-sec .card h4 {
	font-size: 15px;
	margin: 15px 0 15px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 90%;
	font-family: "LexendDeca-Medium";
	color: #3e31ae;
}

.plugin-features-sec .card .card-text {
	min-height: 110px;
	max-height: 110px;
}

.plugin-btn {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 20px;
}

.plugin-features-sec .card:hover {
	box-shadow: 2px 4px 8px 0 #ccc;
	transition: 0.3s;
}

.plugin-features-sec .card-info .card .card-text:hover {
	color: #1c1c1c !important;
}

.plugin-features-sec .card-info .card:hover {
	border-radius: 10px;
	border-width: 8px;
	border-style: solid;
	border-image: linear-gradient(
		0deg,
		#1fa2ff 0%,
		#12d8fa 62.56%,
		#a6ffcb 125.12%
	);
	border-image-slice: 1;
	border-right: transparent;
	border-top: transparent;
	border-bottom: transparent;
}

.plugin-features-sec .card-img {
	width: 35px;
	height: 35px;
	margin-bottom: 20px;
}
.modal__bottom {
	padding: 0 !important;
}

/*home pricing*/
.pricing-sec {
	scroll-margin-top: 0.3em;
	background: url("../images/pricing-bg.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	padding: 100px 50px 80px 50px;
	background-size: cover;
}

.pricing-sec .heading {
	margin-bottom: 20px;
	margin-left: 20px;
}

.pricing-sec .heading p {
	font-size: 18px;
	margin-bottom: 0px;
}

.pricing-sec .heading h3 {
	font-size: 28px;
	margin-bottom: 10px;
	color: #000;
	font-family: "LexendDeca-Bold";
}

.light-blue {
	color: #1fa2ff;
}

.pricing-left,
.pricing-right {
	background-color: #fff;
	padding: 32px;
	padding-bottom: 10px;
	border-radius: 15px;
}

.pricing-left h4,
.pricing-right h4 {
	font-size: 24px;
	color: #1c1c1c;
	margin-bottom: 20px;
	font-family: "LexendDeca-Bold";
}

.pricing-left h4,
.pricing-right h4 {
	position: absolute;
}

.info-list ul li {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 2.5;
	color: #14141a;
}

.info-list ul li::before {
	content: "\f00c";
	background-color: #41da91;
	border-radius: 50%;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 9px;
	margin-right: 8px;
	padding-left: 6px;
	padding-bottom: 9.8px;
	color: #fff;
	width: 20px;
	height: 20px;
}
.off-button {
	font-family: sans-serif;
	font-weight: 600;
	font-size: 20px;
	font-family: "LexendDeca-Bold";
	line-height: 22px;
	width: 116px;
	height: 42px;
	background: linear-gradient(90deg, #30a3e8 0%, #269dec 100%);
	border-radius: 8px;
	color: #ffffff;
}
.price_1 {
	margin: 0;
	margin-top: 8px;
	width: 193px;
	height: 39px;
	font-family: "LexendDeca-Bold";
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 39px;
	color: #14141a;
}
.price_2 {
	width: 100%;
	text-align: center;
	height: 19px;
	margin-top: 2px;
	font-family: "LexendDeca-Bold";
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	/* text-decoration-line: line-through; */
	color: rgba(20, 20, 26, 0.8);
}
.download_button {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	padding: 14px 36px;
	gap: 10px;
	color: #0070ba;
	font-family: "LexendDeca-Bold";
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 19px;
	width: 100%;
	height: 47px;
	left: 32px;
	top: 365px;
	border-radius: 4px;
	background: #eeeeee;
	margin-top: 24px;
	margin-bottom: 20px;
}
.edge_icon {
	position: absolute;
	top: -3px;
	width: 14px;
	height: 14px;
}
/* .pricing-left .info-list ul li:nth-child(7)::before {content: '\f00d'!important;font-family: 'Font Awesome 5 Free';font-weight: 900; */
/*   font-size:14px;margin-right:5px;padding-right:5px;color:#6469A4;} */
.row.pricing-main-sec {
	/* width: 65%; */
	margin: 0 auto;
	max-width: 1440px;
}

.pricing-main-sec .info-list {
	margin-top: 45px;
}

.info-list ul {
	padding-left: 0;
}

.pricing-btn .blue-button {
	padding: 11px 44px;
}

.pricing-robo {
	position: absolute;
	top: -75px;
	z-index: 2;
	right: -40px;
}

.banner-robo {
	position: absolute;
	bottom: -15px;
	left: -10px;
}

/*home how robo*/
.how-robo-sec {
	background-color: #f5f5ff;
	padding: 60px 0;
}

.how-robo-sec .cont ul {
	padding-left: 0;
	list-style: none;
}

.how-robo-sec .cont ul li {
	margin-bottom: 13px;
}

.how-robo-sec-2 {
	background-color: #fff;
	padding: 60px 0;
}

.how-robo-sec-2 .cont ul li {
	margin-bottom: 13px;
}

.how-robo-sec-2 .cont ul {
	padding-left: 0;
	list-style: none;
}

.join-telegram {
	background-color: #fff;
	padding: 60px 0;
}

.join-telegram .cont ul li {
	margin-bottom: 13px;
}

.join-telegram .cont ul {
	padding-left: 0;
	list-style: none;
}

.join-telegram .outline-button {
	padding: 8px 40px;
	color: #3e31ae;
	border: 1px solid #3e31ae;
}

.join-telegram .blue-button {
	padding: 8px 40px;
}

.download-extention {
	background: url("../images/features-bg.png");
	padding: 60px 0;
	background-size: 100% 100%;
}

.download-extention .about-right .info {
	color: #fff;
}

.download-extention .about-right h3 {
	margin-bottom: 40px;
}

.download-extention .about-right .cont {
	margin-bottom: 40px;
}

.contact-form-sec {
	padding: 70px 50px 50px 50px;
}

/*home faq*/
.faq .accordion .info > :after {
	content: url("../images/up-arrow.png");
	float: right;
}

.faq .accordion .info > .collapsed:after {
	content: url("../images/down-arrow.png");
	float: right;
}

.faq-sec {
	background-color: #f3f6ff;
	padding: 50px;
}

.faq {
	padding-top: 20px;
}

.faq-sec h3 {
	font-size: 36px;
	margin-bottom: 30px;
	font-family: "LexendDeca-bold";
	color: #1c226b;
}

.faq .accordion .card {
	margin-bottom: 25px;
	border: 0;
	background-color: #f7fafc;
	border-radius: 10px;
	border-bottom-right-radius: 10px !important;
	border-top-right-radius: 10px !important;
	border-bottom-left-radius: 10px !important;
	border-top-left-radius: 10px !important;
}

.faq .accordion .card-header {
	border-bottom: 0;
	background-color: #fff;
}

.faq .accordion a.card-title {
	color: #6469a4;
	font-family: "LexendDeca-Regular";
	display: flex;
	align-items: center;
	margin-bottom: 0;
	justify-content: space-between;
	font-size: 14px;
}

.faq .accordion .card-body p {
	font-size: 14px;
	font-family: "LexendDeca-Light";
	text-align: justify;
}

.faq .accordion .card-body {
	width: 100%;
	background-color: #fff;
}

.faq .accordion a.card-title:hover {
	text-decoration: none;
}

.faq .table td,
.faq .table th {
	padding: 7px;
	font-size: 15px;
}

.faq .table .thead-dark th {
	font-weight: normal;
	font-family: "LexendDeca-Semibold";
	font-size: 15px;
}

.faq .card-header {
	padding: 8px 20px;
}

.faq-btn {
	display: flex;
	justify-content: center;
	width: 100%;
	padding-top: 20px;
}

.faq-n {
	width: 60%;
	margin: 0 auto;
}

/*home contact*/
.contact-form-sec {
	margin: 0 auto; /* width:70%; */
	max-width: 1440px;
}

.contact-form-main .heading h3 {
	font-size: 36px;
	margin-bottom: 5px;
	font-family: "LexendDeca-bold";
}

.contact-form-main .heading p {
	font-size: 14px;
	color: #000;
}

.contact-form .form-control {
	border: 1px solid #ccc;
	border-radius: 7px;
}

::placeholder {
	font-size: 13px;
	color: #f8f8f8;
}

button {
	box-shadow: none;
	border: 0;
}
.cancel_link {
	color: #0070ba;
	cursor: pointer;
}
.cancel_section {
	width: 100%;
}
.cancel_section {
	position: relative;
}
.cansel_modal {
	position: fixed;
	width: 720px;
	height: 541px;
	padding: 24px 36px;
	/* top: 100px;
  left: 0; */
	bottom: 0;
	right: 0;
	z-index: 1200;
	/* margin: 0 auto; */
	box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.14);
	border-radius: 12px;
	background-color: #fff;
	display: none;
	float: left;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.modal_header {
	display: flex;
	justify-content: space-between;
}
.modal_header_right i {
	font-size: 24px;
	cursor: pointer;
}
.modal_header_right h3 {
	font-weight: 600;
	font-size: 32px;
	line-height: 39px;
}
.modal_success h3 {
	font-weight: 600;
	font-size: 32px;
	line-height: 39px;
}
.modal_header_right p {
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
}
.road_title {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	font-size: 17px;
	margin-top: 20px;
	line-height: 24px;
}
.key_icon {
	margin-left: 3px;
}
.road_images {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.next_icon i {
	font-size: 30px;
	margin: 0 25px;
}
.road_img_1,
.road_img_2 {
	width: 143px;
	height: 203px;
}

.modal_success p {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
}
.error_text {
	color: red;
	display: none;
}

.form-check {
	border: 1px solid #5555;
	border-radius: 6px;
	margin-bottom: 10px;
	padding: 7px 5px;
}
.form-check-input {
	margin-left: 0;
}
.form-check-label {
	margin-left: 20px;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	width: 97%;
	cursor: pointer;
}
.other_reason {
	display: none;
}
.modal__footer {
	position: absolute;
	right: 36px;
	bottom: 24px;
}
.modal_success {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.img_success_container {
	background-color: #2ba5f1;
	margin-bottom: 24px;
	border-radius: 50%;
	height: 66px;
	width: 66px;
	text-align: center;
	justify-content: center;
	align-items: center;
	padding-top: 20px;
}
.img_success {
	height: 23px;
	width: 33px;
}
.success_close {
	position: absolute;
	top: 30px;
	right: 42px;
	font-size: 24px;
}
.modal__footer button {
	background-color: #2ba5f1;
	width: 120px;
	height: 42px;
	border: none;
	border-radius: 4px;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	opacity: 0.6;
}
.cansel_modal_1 {
	display: none;
}
.cansel_modal_2 {
	display: none;
}
.cansel_modal_3 {
	display: none;
}
.cansel_modal_4 {
	display: none;
	justify-content: center;
	align-items: center;
}
.spinner-border {
	color: #2ba5f1;
}
@media (max-width: 740px) {
	.cansel_modal {
		width: 440px;
		height: 501px;
		padding: 24px 36px;
	}
	.modal_header_right h3 {
		font-weight: 500;
		font-size: 22px;
		line-height: 39px;
	}
	.modal_header_right p,
	.road_title {
		font-weight: 400;
		font-size: 14px;
		line-height: 22px;
	}
	.road_title {
		font-size: 16px;
		margin-top: 20px;
	}
	.form-check {
		margin-bottom: 10px;
		padding: 4px 5px;
	}
	.form-check-label {
		margin-left: 20px;
		font-size: 14px;
		line-height: 19px;
	}
	.modal__footer button {
		background-color: #2ba5f1;
		width: 100px;
		height: 36px;
		font-size: 14px;
	}
	.get_id {
		margin-bottom: 3px;
	}
	.road_title {
		font-size: 14px;
	}
	.road_img_1,
	.road_img_2 {
		width: 123px;
		height: 173px;
	}
	.next_icon i {
		font-size: 24px;
		margin: 0 18px;
	}
	.img_success_container {
		background-color: #2ba5f1;
		border-radius: 50%;
		height: 50px;
		width: 50px;
		text-align: center;
		justify-content: center;
		align-items: center;
		padding-top: 13px;
	}
	.img_success {
		height: 17px;
		width: 25px;
	}
	.modal_success h3 {
		font-weight: 500;
		font-size: 22px;
		line-height: 29px;
	}
	.modal_success p {
		font-weight: 400;
		font-size: 16px;
		line-height: 23px;
	}
}
@media (max-width: 470px) {
	.cansel_modal {
		width: 330px;
		height: 471px;
		padding: 20px 24px;
	}
	.modal_header_right h3 {
		font-weight: 400;
		font-size: 20px;
		line-height: 33px;
	}
	.modal_header_right p,
	.road_title {
		font-weight: 400;
		font-size: 14px;
		line-height: 18px;
	}
	.road_title {
		font-size: 16px;
		margin-top: 16px;
	}
	.form-check {
		margin-bottom: 10px;
		padding: 4px 5px;
	}
	.form-check-label {
		margin-left: 16px;
		font-size: 13px;
		line-height: 14px;
	}
	.modal__footer button {
		background-color: #2ba5f1;
		width: 100px;
		height: 36px;
		font-size: 14px;
	}
	.modal__footer {
		position: absolute;
		right: 26px;
		bottom: 20px;
	}
	.get_id {
		margin-bottom: 3px;
		font-size: 13px;
	}
	.key_input {
		padding: 4px;
	}
	.road_title {
		font-size: 13px;
		margin-top: 10px;
	}
	.road_img_1,
	.road_img_2 {
		width: 103px;
		height: 153px;
	}
	.next_icon i {
		font-size: 18px;
		margin: 0 18px;
	}
	.img_success_container {
		background-color: #2ba5f1;
		border-radius: 50%;
		height: 45px;
		width: 45px;
		text-align: center;
		justify-content: center;
		align-items: center;
		padding-top: 10px;
	}
	.img_success {
		height: 14px;
		width: 20px;
	}
	.modal_success h3 {
		font-weight: 500;
		font-size: 18px;
		line-height: 23px;
	}
	.modal_success p {
		font-weight: 400;
		font-size: 14px;
		line-height: 18px;
	}
}
@media (max-width: 370px) {
	.cansel_modal {
		width: 300px;
		height: 451px;
		padding: 16px 20px;
	}
	.modal_header_right h3 {
		font-weight: 400;
		font-size: 18px;
		line-height: 24px;
	}
	.modal_header_right p,
	.road_title {
		font-weight: 400;
		font-size: 13px;
		line-height: 15px;
	}

	.form-check {
		margin-bottom: 9px;
		padding: 4px;
	}
	.form-check-label {
		margin-left: 18px;
		font-size: 13px;
		line-height: 14px;
	}
	.modal__footer button {
		background-color: #2ba5f1;
		width: 100px;
		height: 32px;
		font-size: 14px;
	}
	.modal__footer {
		position: absolute;
		right: 22px;
		bottom: 20px;
	}
	.get_id {
		margin-bottom: 3px;
		font-size: 13px;
	}
	.key_input {
		padding: 4px;
		height: 29px;
	}
	.road_title {
		font-size: 13px;
		margin-top: 10px;
	}
	.road_img_1,
	.road_img_2 {
		width: 95px;
		height: 143px;
	}
	.next_icon i {
		font-size: 16px;
		margin: 0 18px;
	}
	.img_success_container {
		background-color: #2ba5f1;
		border-radius: 50%;
		height: 40px;
		width: 40px;
		text-align: center;
		justify-content: center;
		align-items: center;
		padding-top: 8px;
	}
	.img_success {
		height: 14px;
		width: 20px;
	}
	.modal_success h3 {
		font-weight: 500;
		font-size: 16px;
		line-height: 18px;
	}
	.modal_success p {
		font-weight: 400;
		font-size: 12px;
		line-height: 18px;
	}
}
.c-form {
	background: #fff;
	padding: 60px 40px;
	box-shadow: -4px -4px 40px rgba(133, 133, 133, 0.15);
	border-radius: 15px;
}

.contact-img {
	display: flex;
	align-items: center;
}

.contact-submit {
	margin-top: 10px;
}

/*testimonial*/
.home-products-heading h2 {
	padding-bottom: 40px;
	font-size: 36px;
	font-family: "LexendDeca-bold";
}

.testimonial-sec .owl-item > div {
	cursor: pointer;
	transition: margin 0.4 ease;
}

.testimonial-sec .owl-item.center > div {
	cursor: auto;
	margin: 0;
}

.testimonial-sec .owl-item:not(.center) {
	opacity: 0.3;
}

.testimonial-sec .owl-controls .owl-dots .owl-dot {
	display: none;
}

.testimonial-one {
	background: #fff;
	box-shadow: 2px 4px 8px 2px #ccc;
	padding: 5px 25px;
	text-align: center;
	border-radius: 10px;
}

.testimonial-sec .owl-carousel .owl-item img {
	width: auto;
}

.testimonial-sec {
	background: #f2f6fe;
	padding: 60px 0;
}

.testimonial-one .content {
	padding-top: 15px;
}

.testimonial-one .content p {
	font-size: 12px;
	color: #6469a4;
}

.testimonial-sec sup {
	top: 14px;
	font-size: 40px;
	left: -3px;
}

.testimonial-sec i.fas.fa-star {
	color: #ffd600;
}

.banner-left-sec {
	animation-delay: 1s;
	animation-duration: 1s;
	animation-iteration-count: 1;
}

.t-img {
	display: flex;
	justify-content: center;
}

.testimonial-sec .owl-carousel .owl-stage-outer {
	overflow: inherit;
}

/*footer*/
.footer-sec {
	background: #1c226b;
	padding: 20px 60px 15px 60px;
	position: relative;
	margin-top: 80px;
}

.footer-sec .heading h4 {
	font-size: 15px;
	color: #fff;
	margin-bottom: 15px;
	font-family: "LexendDeca-Regular";
}
.footer-logo {
	width: 180px !important;
}
ul.footer-menu li {
	font-size: 14px;
	color: #cacaca;
	line-height: 2;
	font-family: "LexendDeca-Regular";
}

ul.footer-menu li a {
	color: #cacaca;
	text-decoration: none;
}

ul.footer-menu li a:hover {
	text-decoration: none;
}

.footer-sec p {
	line-height: 1.5;
	font-size: 14px;
	color: #cacaca;
}

ul.footer-menu {
	list-style: none;
	padding-left: 0;
}

.footer-socket {
	display: flex;
	justify-content: space-between;
	padding-top: 15px;
	margin: auto;
	width: 50%;
	text-align: center;
	padding: 10px;
}

.footer-menu li span {
	padding-right: 8px;
}

.footer-sec hr {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 0;
}

.hr-line hr {
	margin-bottom: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-sec::after {
	content: "";
	position: absolute;
	top: -50px;
	right: 0;
	height: 100%;
	width: 100%;
	background: #1c226b;
	transform: skew(0deg, -4deg);
	z-index: -1;
}

.footer-sec .footer-cont {
	width: 70%;
}

/*ABOUT PAGE*/
.main-about {
	background: url("../images/autobookerbanner.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	height: 700px;
}

.about-banner-sec .banner-left h1 {
	font-family: "LexendDeca-Bold";
	font-size: 40px;
	color: #1c226b;
	margin-bottom: 20px;
	line-height: 1;
}

.about-banner-sec .banner-left h6 {
	font-size: 18px;
	color: #3e31ae;
	margin-bottom: 20px;
}

.about-banner-inner {
	display: flex;
	align-items: center;
}

.about-banner-sec .banner-left-sec {
	padding-left: 80px;
}
@media (max-width: 400px) {
	.home-banner-sec .banner-left-sec {
		padding-left: 45px;
	}
}

.about-banner-sec .banner-left {
	width: 100%;
	margin-bottom: 40px;
}

.about-banner-sec .banner-left-cont {
	width: 90%;
}

.about-banner {
	padding: 30px 0 0 60px;
	max-width: 1440px;
	margin: auto;
}

.download-robo {
	position: absolute;
	bottom: 11px;
	left: -51px;
}

.about-pricing-sec {
	background: url("../images/about-pricing-bg.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	padding: 100px 50px 80px 50px;
}

.about-pricing-sec .heading h3 {
	font-size: 28px;
	margin-bottom: 25px;
	color: #000;
	font-family: "LexendDeca-Bold";
}

.about-pricing-sec .heading {
	margin: 0 auto;
	text-align: center;
	width: 80%;
	padding-bottom: 40px;
}

.how-robo-use {
	padding: 60px 0;
}

.how-robo-use .cont ul {
	padding-left: 0;
	list-style: none;
}

.how-robo-use .cont ul li {
	margin-bottom: 13px;
}

.how-robo-use-2 {
	background-color: #fff;
	padding: 60px 0;
}

.how-robo-use .cont ul li {
	margin-bottom: 13px;
}

.how-robo-use .cont ul {
	padding-left: 0;
	list-style: none;
}

.about-right .info .cont {
	width: 80%;
}

.about-pricing-sec .pricing-robo img {
	width: 86%;
}

.about-pricing-sec .pricing-robo {
	right: 0;
	top: -90px;
}

/*FEATURES PAGE*/
.main-features,
.main-remote-server,
.main-about-us {
	background: url("../images/aboutus-banner-bg.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
}

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

.features-banner-heading h3 {
	font-family: "LexendDeca-Bold";
	font-size: 36px;
	color: #1c226b;
	margin-bottom: 20px;
	line-height: 1;
}

.features-banner-heading h6 {
	font-size: 15px;
	font-family: "LexendDeca-Medium";
	color: #3e31ae;
	margin-bottom: 20px;
}

.features-banner-heading p {
	font-size: 14px;
	font-family: "LexendDeca-Regular";
}

.features-banner-sec {
	padding: 50px 0;
	padding-bottom: 0px;
}

.col-8 {
	padding: 0px !important;
}

.col-4 {
	padding-left: 0px !important;
}

.f-col {
	border-radius: 12px;
}

.f-apps {
	max-width: 1440px;
}

.f-info-inner img {
	margin-bottom: 0px;
}

.f-info-inner h4 {
	color: #000000;
	font-size: 24px;
	font-family: "LexendDeca-Medium";
}

.f-info-inner .cont p {
	font-size: 16px;
	color: #666666;
	line-height: 22px;
	font-weight: 400;
	margin-bottom: 0 !important;
}
.feature_parag_container {
	padding-left: 0 !important;
}

.f-info-inner {
	padding: 20px;
}
.feature_img_container {
	padding: 0 !important;
}

.f-info-last {
	display: flex;
	justify-content: center;
}

.q-ans .cont {
	margin-bottom: 30px;
}

.q-ans .cont h4 {
	font-size: 16px;
	font-family: "LexendDeca-Bold";
	margin-bottom: 10px;
}

.q-ans .cont p {
	font-size: 13px;
	color: #707070;
}
.question-sec {
	margin-bottom: 24px;
}
.question-content {
	padding: 30px 100px 0 100px;
}

.question-content .heading {
	margin-top: -50px;
}

.question-content .heading h3 {
	font-size: 28px;
	margin-bottom: 30px;
	font-family: "LexendDeca-Bold";
}
.feature_image {
	width: 332px !important;
	height: 160px !important;
	border-radius: 8px;
	margin-bottom: 16px;
}
.feature_video {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	margin-bottom: 24px;
}

.modal-body {
	height: 400px !important;
}
.feature_link {
	margin-bottom: 16px;
	display: flex;
	justify-content: center;
	width: 332px !important;
}

.feature__row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	padding-left: 24px;
}
.feature_el {
	display: flex;
	flex-direction: column;
	padding: 20px;
	width: 372px;
	height: auto;
	background: #ffffff;
	border: 1px solid rgba(18, 104, 166, 0.12);
	border-radius: 12px;
	margin-bottom: 29px;
}
.feature_el a img {
	width: 332px;
	height: 160px;
}
.feature_el a {
	display: flex;
	align-items: center;
	justify-content: center;
}
.feature_icon {
	margin-top: 16px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.feature_icon h4 {
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: rgba(0, 0, 0, 0.8);
	font-family: "LexendDeca-Regular";
	margin-bottom: 0px !important;
	margin-left: 8px;
}
.feature_icon_img img {
	margin-bottom: 8px;
	width: 48px;
	height: 48px;
}
.feature_parag p {
	margin-bottom: 0 !important;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: rgba(0, 0, 0, 0.6);
}

/*remote server*/
@media (max-width: 1236px) {
	.feature_el {
		padding: 18px;
		width: 342px;
		border-radius: 10px;
	}
	.feature_el a img {
		width: 302px;
		height: 160px;
	}
	/* .feature_icon{} */
	.feature_icon h4 {
		font-size: 20px;
		margin-left: 6px;
	}
	.feature_icon_img img {
		margin-bottom: 8px;
		width: 40px;
		height: 40px;
	}
	.feature_parag p {
		font-size: 14px;
	}
}
@media (max-width: 1140px) {
	.feature__row {
		padding-left: 20px;
	}
	.feature_el {
		padding: 18px;
		width: 302px;
		border-radius: 8px;
	}
	.feature_el a img {
		width: 262px;
		height: 130px;
	}
	/* .feature_icon{} */
	.feature_icon h4 {
		font-size: 18px;
		margin-left: 5px;
	}
	.feature_icon_img img {
		margin-bottom: 8px;
		width: 30px;
		height: 30px;
	}
	.feature_parag p {
		font-size: 14px;
	}
}
@media (max-width: 1000px) {
	.feature_el {
		padding: 18px;
		width: 262px;
		border-radius: 8px;
	}
	.feature_el a img {
		width: 224px;
		height: 110px;
	}
	/* .feature_icon{} */
	.feature_icon h4 {
		font-size: 18px;
		margin-left: 5px;
	}
	.feature_icon_img img {
		margin-bottom: 8px;
		width: 30px;
		height: 30px;
	}
	.feature_parag p {
		font-size: 14px;
	}
}
@media (max-width: 900px) {
	.feature__row {
		grid-template-columns: repeat(2, 1fr);
		gap: 14px;
		padding-left: 40px;
	}
	.row_top {
		margin-top: 50px;
	}
}
@media (max-width: 600px) {
	.feature__row {
		padding-left: 10px;
	}
	.feature_el {
		padding: 18px;
		width: 230px;
		border-radius: 8px;
	}
	.feature_el a img {
		width: 194px;
		height: 110px;
	}
	/* .feature_icon{} */
	.feature_icon h4 {
		font-size: 16px;
		margin-left: 5px;
	}
	.feature_icon_img img {
		margin-bottom: 8px;
		width: 25px;
		height: 25px;
	}
	.feature_parag p {
		font-size: 14px;
	}
}
@media (max-width: 530px) {
	.feature__row {
		grid-template-columns: repeat(1, 1fr);
		gap: 14px;
		padding-left: 10px;
	}
	.feature_el {
		padding: 18px;
		width: 100%;
		border-radius: 8px;
	}
	.feature_el a {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.feature_el a img {
		width: 100%;
		height: 160px;
	}
	/* .feature_icon{} */
	.feature_icon h4 {
		font-size: 20px;
		margin-left: 5px;
	}
	.feature_icon_img img {
		margin-bottom: 8px;
		width: 35px;
		height: 35px;
	}
	.feature_parag p {
		font-size: 16px;
	}
}
@media (max-width: 460px) {
	.feature_el a img {
		width: 100%;
		height: 130px;
	}
	/* .feature_icon{} */
	.feature_icon h4 {
		font-size: 18px;
		margin-left: 5px;
	}
	.feature_icon_img img {
		margin-bottom: 8px;
		width: 30px;
		height: 30px;
	}
	.feature_parag p {
		font-size: 14px;
	}
}
@media (max-width: 350px) {
	.feature_el a img {
		width: 100%;
		height: 100px;
	}
	/* .feature_icon{} */
	.feature_icon h4 {
		font-size: 18px;
		margin-left: 5px;
	}
	.feature_icon_img img {
		margin-bottom: 8px;
		width: 30px;
		height: 30px;
	}
	.feature_parag p {
		font-size: 14px;
	}
}
.rs-banner-heading img {
	width: 340px;
	margin-bottom: 30px;
	line-height: 16px;
}

.rs-banner-heading h3 {
	font-family: "LexendDeca-Bold";
	font-size: 40px;
	color: #1c226b;
	margin-bottom: 25px;
	line-height: 1;
}

.rs-banner-heading .info p {
	font-size: 14px;
	line-height: 1.3;
}

.rs-banner-heading .info {
	width: 60%;
	margin: 0 auto;
	padding-bottom: 15px;
}

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

.rs-banner .rs-btns {
	padding-bottom: 15px;
}

.rs-features {
	padding: 40px 0;
	background-color: #ecefff;
	margin-top: 40px;
}

.features-content .heading {
	font-size: 34px;
	margin-bottom: 15px;
	font-family: "LexendDeca-Bold";
	text-align: center;
}

.rs-info-inner h4 {
	font-size: 19px;
	color: #1c1c1c;
	font-family: "LexendDeca-Bold";
	margin-bottom: 15px;
}

.rs-info-inner .cont p {
	font-size: 13px;
	line-height: 1.4;
}

.rs-info-inner img {
	margin-bottom: 30px;
}

.rs-info {
	text-align: center;
}

.rs-features .features-info {
	padding-top: 40px;
}

.rs-info-inner {
	padding: 5px 15px;
}

.rs-virtual-sec {
	padding: 50px 0;
}

.rs-virtual-sec .heading h3 {
	font-size: 36px;
	margin-bottom: 15px;
	color: #1e2a71;
	font-family: "LexendDeca-Bold";
}

.rs-virtual-sec .heading {
	padding-bottom: 50px;
	margin: 0 auto;
	text-align: center;
}

.rs-virtual-sec .heading p {
	font-size: 13px;
}

.rs-virtual-sec .pricing-left h4 {
	width: auto;
	border-bottom: 0;
}

.row.virtual-main-sec {
	width: 65%;
	margin: 0 auto;
}

.rs-virtual-sec .v-left h4 span,
.rs-virtual-sec .v-right h4 span {
	font-family: "LexendDeca-Light";
	font-size: 13px;
}

.rs-virtual-sec .v-left h4 span.num,
.rs-virtual-sec .v-right h4 span.num {
	font-size: 30px;
	font-family: "LexendDeca-Bold";
}

.v-left,
.v-right {
	background-color: #fff;
	box-shadow: 1.95594px 2.93392px 29.3392px rgba(57, 57, 57, 0.25);
	padding: 30px 40px 20px 40px;
	border-radius: 15px;
	height: 380px;
}

.rs-virtual-sec .list ul {
	padding: 0;
}

.rs-virtual-sec .list ul li {
	line-height: 2;
	font-size: 14px;
}

.rs-virtual-sec .monthly {
	display: flex;
	justify-content: space-evenly;
	padding-bottom: 20px;
}

.rs-virtual-sec .monthly h4 {
	font-size: 16px;
	font-family: "LexendDeca-Bold";
}

.rs-virtual-sec .monthly .right-btn {
	position: absolute;
	right: 25px;
	background: #4aa9af;
	padding: 4px 9px;
	color: #fff;
	font-size: 13px;
}

.v-left h4,
.v-right h4 {
	text-align: center;
}

.v-left .pricing-btn,
.v-right .pricing-btn {
	display: flex;
	justify-content: center;
}

.v-left .list,
.v-right .list {
	height: 160px;
}

.rs-virtual-sec .pricing-left-sec,
.rs-virtual-sec .pricing-right-sec {
	margin: 10px;
}

.rs-virtual-sec .pricing-right-sec {
	background-image: linear-gradient(to right, #1fa2ff 0%, #a6ffcb 100%);
	border-radius: 15px;
	box-sizing: border-box;
	padding: 3px;
}

/*about us new page*/
.aboutus-banner {
	text-align: center;
	padding: 30px 0 40px 0;
}

.aboutus-sec .banner-heading h3 {
	font-family: "LexendDeca-Bold";
	font-size: 40px;
	color: #1c226b;
	margin-bottom: 25px;
	line-height: 1.2;
}

.aboutus-banner .info {
	width: 80%;
	margin: 0 auto;
}

.meet-team-sec {
	padding: 70px 0 110px 0;
}

.team-content {
	text-align: center;
}

.team-content .heading h3 {
	font-family: "LexendDeca-Bold";
	font-size: 36px;
	color: #1c226b;
	margin-bottom: 65px;
}

.team-info-inner .cont h3 {
	color: #1c226b;
	margin: 20px 0;
	font-size: 18px;
	font-family: "LexendDeca-Bold";
}

.team-info-inner .cont h4 {
	font-size: 14px;
	font-family: "LexendDeca-Bold";
	color: #1c1c1c;
}

.privacy-sec .banner-heading h3 {
	font-family: "LexendDeca-Bold";
	font-size: 40px;
	color: #1c226b;
	margin-bottom: 25px;
}

.privacy-banner .privacy-heading h3 {
	font-size: 30px;
}

.privacy-banner .privacy-heading br {
	display: none;
}

.privacy-banner .privacy-heading {
	padding: 0;
}

.privacy-link {
	color: #ffffff;
}

@media (max-width: 480px) {
	.header .nav-link:hover::after {
		width: 0;
		transition: width 0.3s;
		margin-left: 0;
	}

	.header .navbar-nav {
		text-align: right;
	}

	/*   .header .navbar-expand-lg .navbar-nav .nav-link,.header ul li:nth-child(6){font-size: 16px;} */
	.main-home {
		overflow-x: hidden;
	}

	.home-banner,
	.about-banner {
		padding: 15px;
	}

	.banner-left h1 {
		font-size: 28px;
	}

	.banner-left-cont {
		width: 100%;
	}

	.banner-left {
		margin-bottom: 15px;
	}

	.banner-right img {
		width: 90%;
		padding-top: 30px;
	}

	.about-sec {
		padding: 30px 15px;
	}

	.about-right h3 {
		font-size: 28px;
		margin-bottom: 15px;
		margin-top: 15px;
	}

	.plugin-features-sec {
		padding: 10px;
	}

	.pricing-sec {
		padding: 10px;
	}

	.row.pricing-main-sec {
		width: 100%;
	}

	.pricing-sec {
		background-size: 100% 100%;
	}

	.pricing-right-sec {
		margin-top: 100px;
	}

	.pricing-right .info-list img {
		display: none;
	}

	.how-robo-sec,
	.how-robo-sec-2,
	.join-telegram {
		padding: 30px 10px;
	}

	.about-left-img {
		padding-top: 20px;
	}

	.faq-sec {
		padding: 10px;
	}

	.faq-sec h3 {
		font-size: 28px;
	}

	.faq-btn {
		padding-top: 0;
		padding-bottom: 20px;
	}

	.contact-form-sec {
		width: 100%;
		padding: 30px 10px;
	}

	.footer-sec {
		padding: 30px;
	}

	/*about page*/
	.about-pricing-sec {
		padding: 0;
	}

	.about-pricing-sec .heading h3 {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.about-pricing-sec .heading {
		padding-top: 10px;
		padding-bottom: 0;
	}

	.download-right-sec {
		width: 75% !important;
		margin: 0 auto;
	}

	.download-extention .about-right h3 {
		margin-bottom: 20px;
		font-size: 24px;
	}

	.download-extention .about-right .cont {
		margin-bottom: 15px;
	}

	.download-extention .about-right .info {
		color: #fff;
		padding-bottom: 20px;
		text-align: center;
	}

	.download-extention {
		padding: 30px 0;
	}

	.about-right h3 {
		font-size: 24px;
	}

	.banner-right {
		width: 90%;
		margin: 0 auto;
	}

	.about-banner-sec .banner-left-sec {
		padding-left: 0;
		text-align: center;
	}

	.about-banner-sec .banner-left {
		margin-bottom: 20px;
	}

	.main-about {
		background-size: cover;
		overflow-x: hidden;
		height: inherit;
	}

	.about-banner-sec .banner-left h1 {
		font-size: 34px;
	}

	.how-robo-use {
		padding: 10px 0 0 0;
	}

	.download-robo {
		left: -40px;
		width: 100px;
	}

	/*features page*/
	.main-features {
		overflow-x: hidden;
	}

	.features-banner {
		padding: 15px;
	}

	.features-banner-heading h3 {
		font-size: 34px;
	}

	.features-banner br {
		display: none;
	}

	.features-banner-sec {
		padding: 15px 0;
	}

	.f-info-inner {
		padding: 15px;
	}

	.f-info-inner img {
		margin-bottom: 20px;
	}

	.question-content {
		padding: 20px 10px;
	}

	/*remote server page*/
	.rs-banner-heading h3 {
		font-size: 34px;
	}

	.rs-banner-heading .info {
		width: 100%;
	}

	.v-left .list,
	.v-right .list,
	.v-left,
	.v-right {
		height: auto;
	}

	/*about us page*/
	.aboutus-banner .aboutus-heading h3 {
		font-size: 30px;
	}

	.aboutus-banner .aboutus-heading br {
		display: none;
	}

	.aboutus-banner .aboutus-heading {
		padding: 0;
	}

	.who-we-sec {
		padding: 20px 0;
	}

	.who-we-right h3 {
		margin-bottom: 15px;
	}

	.who-we-right {
		padding-top: 20px;
	}

	.meet-team {
		padding: 0;
	}
}

.fullnameError,
.emailError,
.messageError {
	color: red;
	font-size: 12px;
	display: none;
}

.error {
	display: block;
}

.grecaptcha-badge {
	width: 70px !important;
	overflow: hidden !important;
	transition: all 0.3s ease !important;
	left: 4px !important;
}

.grecaptcha-badge:hover {
	width: 256px !important;
}

.card-info {
	max-width: 1440px;
	margin: 0 auto;
}

.price-table {
	max-width: 500px;
	margin: auto;
	flex: 0 0 100%;
}

@media (max-width: 992px) {
	.navbar-nav {
		/* top: 170px; */
		width: 100%;
		/* position: relative; */
		/* background: #FFF; */
		text-align: center;
		/*        padding: 20px 40px; */
	}

	#collapsibleNavbar {
		top: 85px;
		background-color: #fff;
		border-radius: 10px;
		padding: 20px;
		/* display: none; */
	}
}

.feature-card {
	border-width: 4px;
	border-style: solid;
	border-image: linear-gradient(to right, darkblue, darkorchid) 1;
}

.features-frame {
	border-width: 1px;
	border-style: solid;
	border-color: rgba(18, 104, 166, 0.12);
	border-radius: 12px;
}
.features-frame img {
	height: 48px;
	width: 48px;
}
.features-frame h4 {
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	color: rgba(0, 0, 0, 0.8);
	margin-left: 2px;
	margin-top: 6px;
}
.features-frame p {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: rgba(0, 0, 0, 0.6);
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.top-10 {
	margin-top: 40px;
}
@media (max-width: 584px) {
	.download_button {
		font-size: 14px;
		padding: 14px 46px;
	}
}
@media (max-width: 467px) {
	.download_button {
		padding: 12px 36px;
	}
}
@media (max-width: 370px) {
	.download_button {
		padding: 8px 16px;
		height: 37px;
	}
}
