/*@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');*/
@import url('../../assets/css/poppinscss.css');
@import url('../../assets/css/poppinswght.css');



body {
	color: #4c4040;
	font-size: 14px;
	font-family: 'Poppins' !important;
	height: 100%;
}
/*button common*/
a.btn-primary-arrow, a.btn-primary {
	text-decoration: none;
	border-radius: 200px;
}

.border_red {
	border: 1px solid red !important;
}

.btn-primary {
	font-weight: bold;
	border: 0px;
	border-radius: 200px;
	border-radius: 200px;
	padding: 8px 25px 8px 25px;
	background: rgb(0,128,103);
	background: linear-gradient(90deg, rgba(0,128,103,1) 0%, rgba(3,74,59,1) 100%);
	position: relative;
	color: #fff;
}

	.btn-primary:hover {
		border: 0px;
		background: rgb(3,74,59);
		color: #fff;
		background: linear-gradient(90deg, rgba(3,74,59,1) 0%, rgba(0,128,103,1) 100%);
	}

.btn-secondary {
	border-radius: 200px;
	background: var(--secondary);
	color: var(--primary);
	border: 0px;
	padding: 12px 30px 12px 30px;
	text-decoration: none;
}

	.btn-secondary:hover {
		background: var(--secondaryhover);
		color: var(--primary);
	}

.btn-primary-arrow {
	font-weight: bold;
	border: 0px;
	border-radius: 200px;
	width: auto;
	border-radius: 200px;
	padding: 12px 66px 13px 25px;
	background: rgb(0,128,103);
	background: linear-gradient(90deg, rgba(0,128,103,1) 0%, rgba(3,74,59,1) 100%);
	position: relative;
	color: #fff;
}

	.btn-primary-arrow:hover {
		border: 0px;
		background: rgb(3,74,59);
		color: #fff;
		background: linear-gradient(90deg, rgba(3,74,59,1) 0%, rgba(0,128,103,1) 100%);
	}

	.btn-primary-arrow:before {
		background: url('images/arrow_right.png') no-repeat;
		content: '';
		width: 36px;
		height: 24px;
		position: absolute;
		right: 15px;
		top: 25%;
	}


.pb-75 {
	padding-bottom: 45px;
}

.pt-100 {
	padding-top: 100px;
}

.pt-50 {
	padding-top: 30px;
}

.pt-40 {
	padding-top: 40px;
}

.section-title {
	max-width: 690px;
	margin: 0 auto;
	color: #999;
	margin-top: 20px;
}

.kp_product_bg {
	background: #f0f0f0;
	height: 172px;
	border-radius: 12px;
	padding: 15px !important;
}

.pad5 {
	padding: 5px !important;
}

.section-title h2 {
	color: #000;
}

body p {
	color: #333;
}

.form-control, .btn {
	min-height: 38px;
	border-radius: 2px;
}

.btn {
	font-size: 15px;
	font-weight: bold;
	border-radius: 200px;
}

.form-group {
	margin: 20px 0px 20px 0px;
}

.f_28 {
	font-size: 28px !important;
	font-weight: bold;
}

.mt-40 {
	margin-top: 40px !important;
}

.ml-auto, .mx-auto {
	margin-left: auto !important;
}

.float_right {
	float: right;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

:root {
	--primary: #008269;
	--secondary: #f3f3f3;
	--secondaryhover: #eeeeee;
	--success: #3ac443;
	--info: #e3b72f;
	--warning: #d8cd18;
	--danger: #f54448;
	--light: #f8f9fa;
	--dark: #000;
	--gray-dark: #343a40;
	--greenbg: #edfbfb;
	--subtitlebold: #434141;
}

/*form*/
.form-control {
	border-radius: 200px;
	padding-left: 20px;
}

.form-floating > label {
	padding: 1rem 1.3rem;
}
/*login page*/
.login_bg {
	background: #f4f5ff;
}

.bg-login-image {
	text-align: center;
	padding-top: 30px;
}

.login_link {
	color: #7b7d90;
	text-decoration: underline;
	font-size: 14px;
}

.login_signup_link {
	color: #7b7d90;
	font-size: 14px;
	margin-top: 50px;
	padding-left: 70px;
}

	.login_link:hover, .login_signup_link a:hover {
		color: #008269;
	}

	.login_signup_link a {
		color: #008269;
		text-decoration: underline;
		font-size: 14px;
	}

.login_title {
	font-size: 28px;
	font-weight: bold;
	color: #000;
}

.login_sub_title {
	color: #000000;
	font-size: 20px;
	margin-bottom: 20px;
}

.login_line:before {
	content: "";
	background: url(../img/Line_login.png);
	height: 86%;
	width: 1px;
	position: absolute;
	top: 30px;
}
/*header*/
/*.navbar-expand-lg{padding-right:20px;}
*/ .navbar-brand {
	margin-left: 20px;
	margin-right: 0px !important;
}

.nav-item a.btn-primary {
	color: #fff !important;
	border-radius: 200px;
	padding: 8px 25px 8px 25px !important;
}

.nav-item a.btn-secondary {
	border-radius: 200px;
	padding: 8px 25px 8px 25px !important;
	margin-left: 15px;
}

.navbar-nav .nav-item {
	margin-right: 10px;
}

.navbar {
	box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
}

.navbar-nav .nav-item.active {
	color: #008268;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #008268;
}

.footer_logo {
	height: 30px;
}
/*footer*/
.page-footer {
	border-top: 1px solid #eee;
}

	.page-footer .footer_title {
		font-size: 22px;
		color: #008268;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.page-footer p {
		font-size: 14px;
		color: #4e5151;
	}

.foot_menu a {
	color: #000;
	border-bottom: 1px solid #ccc;
}

.foot_menu, .foot_menu li {
	list-style: none;
	padding: 0px;
	margin: 0px !important;
	text-align: left;
}

	.foot_menu li a {
		display: block;
		padding: 10px 10px 10px 0px;
		font-size: 14px;
		color: #4e5151;
		text-decoration: none;
	}

		.foot_menu li a .fa {
			margin-right: 10px;
		}

	.foot_menu a:hover {
		color: #01886d;
		text-decoration: none;
	}

.contact_info {
	padding: 0px 20px;
	text-align: left;
	font-size: 16px;
}
 

	.contact_info p {
		font-size: 14px;
	}

.app_download a {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

	.app_download a img {
		height: 49px;
	}
/*copy write*/
.copy_write {
	background: rgb(3,74,59);
	background: linear-gradient(90deg, rgba(3,74,59,1) 0%, rgba(0,128,103,1) 100%);
	margin: 0px;
	padding: 0px;
	color: #fff;
}

	.copy_write .container {
		padding: 20px 0px 0px 0px;
	}

	.copy_write p {
		color: #fff;
		font-size: 14px;
	}

	.copy_write a {
		color: #fff;
		font-size: 14px;
		text-decoration: none;
	}

		.copy_write a:hover {
			color: #fff;
			font-size: 14px;
		}

	.copy_write .copy_menu a {
		margin-right: 10px;
	}

		.copy_write .copy_menu a:hover {
			color: #eee;
		}

	.copy_write .copy_menu {
		text-align: right;
	}
/*home*/
.navbar-light .navbar-nav .nav-item.active .nav-link {
	color: #008269
}

.masthead {
	padding-top: 0px;
	padding-bottom: 0px;
	color: #fff;
}

	.masthead img {
		width: 100%;
	}

	.masthead .carousel-control-prev-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2301886d'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
	}

	.masthead .carousel-control-next-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2301886d'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	}
/*currency converter box*/
.carousel-control-prev, .carousel-control-next {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	top: 50%;
	background: none;
}
/**/
.mt-14 {
	margin-top: 14px;
}

.mtt-5 {
	margin-top: 5px;
}

.currency-form h2 {
	font-size: 26px;
	color: #38393e;
	font-size: 21px;
}

.currency-form label {
	font-size: 14px;
	color: #38393e;
	padding-right: 0px;
}

.currency-form input[type=text].form-control {
	height: calc(2.25em + 0.75rem + 2px);
	margin-top: 0px;
	border-radius: 0px;
	text-align: right;
	border: 1px solid #e0e0e0;
	border-radius: 4px 0px 0px 4px;
}

.currcy_terms a {
	color: #01886d;
}

	.currcy_terms a:hover {
		color: #333333;
	}

.currency-form .box_eff {
	background: #d1dddd;
	border-radius: 10px;
	padding: 1px 1px 1px 1px;
}

.currency-form {
	background-color: rgba(0, 130, 104, 0.68);
	color: rgba(46, 138, 138, 0.3);
	margin: 20px;
	padding: 15px;
	bordeR: 1px solid #b1e8e6;
	border-radius: 20px;
	width: 470px;
}

.currency-inner {
	background: #fff;
	padding: 20px;
	bordeR: 1px solid #b1e8e6;
	border-radius: 15px;
}

.currency-inner {
	color: #333;
}

.form_inrbox {
	background: #fff;
	border-radius: 0px 0px 10px 10px;
	padding: 10px;
}

.box_eff label {
	padding: 10px 10px 5px 10px;
}

.cal_sub_title {
	color: #9a9c9c;
	text-align: center;
	font-size: 16px;
}

.cr_select_out .col-md-8 {
	padding-right: 0px;
}

.currency-form .form-group {
	margin-bottom: 10px;
}
/*drop menu*/
.drop-list {
	display: flex;
	margin-top: 20px;
	align-items: center;
	justify-content: space-between;
}

	.drop-list .select-box {
		display: flex;
		width: 115px;
		height: 45px;
		align-items: center;
		border-radius: 5px;
		justify-content: center;
		border: 1px solid #999;
	}

.select-box img {
	max-width: 21px;
}

.select-box select {
	width: auto;
	font-size: 16px;
	background: none;
	margin: 0 -5px 0 5px;
}

	.select-box select::-webkit-scrollbar {
		width: 8px;
	}

	.select-box select::-webkit-scrollbar-track {
		background: #fff;
	}

	.select-box select::-webkit-scrollbar-thumb {
		background: #888;
		border-radius: 8px;
		border-right: 2px solid #ffffff;
	}

.drop-list .icon {
	cursor: pointer;
	margin-top: 30px;
	font-size: 22px;
}

form .exchange-rate {
	font-size: 17px;
	margin: 20px 0 30px;
}
/*why choose us*/
.single-explore-card {
	padding: 30px;
	border-radius: 5px;
	margin-bottom: 15px;
}

	.single-explore-card .explore-content {
		position: relative;
		padding-left: 95px;
	}

		.single-explore-card .explore-content .explore-image {
			margin-bottom: 20px;
			position: absolute;
			z-index: 1;
			left: 0;
			top: 0;
		}

			.single-explore-card .explore-content .explore-image::before {
				position: absolute;
				content: "";
				left: 0;
				right: 0;
				height: 70px;
				width: 70px;
				background-color: transparent;
				border: 1px dashed #cdd6e0;
				z-index: -1;
				overflow: hidden;
			}

			.single-explore-card .explore-content .explore-image img {
				position: relative;
				max-width: 81px;
			}

		.single-explore-card .explore-content h3 {
			font-size: 20px;
			margin-bottom: 15px;
			color: #17453d;
			font-weight: 600;
		}

	.single-explore-card:hover {
		border: 0px solid #68dbd8;
		-webkit-transform: translateY(-5px) !important;
		transform: translateY(-5px) !important;
		-webkit-box-shadow: 2px 4px 30px rgba(1,123,113,.06);
		box-shadow: 2px 4px 30px rgba(1,123,113,.06);
	}

.explore-area {
	padding-top: 25px;
	padding-bottom: 0px;
}

.mt-65 {
	margin-top: 65px;
}
/*flow box*/
.flow_box {
	background: var(--greenbg);
}

	.flow_box .col {
		text-align: center;
	}

	.flow_box span {
		clear: both;
		width: 100%;
		text-align: center;
		float: left;
		margin-top: 20px;
		color: #008268;
		font-size: 20px;
		font-weight: bold;
	}

.flow_border {
	background: url(../img/flow_border.png) 50% 30% no-repeat;
}
/*what we do home page*/
.wht_we_do {
	text-align: center;
}

	.wht_we_do .title_box {
		font-size: 23px;
		margin: 20px 0px;
		color: var(--subtitlebold);
		font-weight: bold;
	}

.mobile_app_box .section-title {
	text-align: left;
	max-width: 100%;
	margin-top: 80px;
}

.mobile_app_box .app_download {
	margin-top: 25%;
	text-align: center;
	color: #000;
}
/**/
.about-three__img {
	float: right;
}

.about-three__icon {
	width: 100px;
}

.about-three__content {
	width: 100%;
	max-width: 695px;
}

.about-three__single {
	display: flex;
}

.about-three__title {
	font-size: 20px;
	font-weight: 600;
	color: var(--primary);
	margin: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-bottom: 15px;
	margin-top: -5px;
}

.about-three__content .section-title h2 {
	text-align: left;
}

.about-three__content .section-title p {
	color: #747280;
	text-align: left;
}

.about-three .block-title {
	margin-bottom: 60px;
}

.block-title__title {
	margin: 0;
	color: var(--thm-black-color);
	font-family: var(--heading-font);
	font-weight: 600;
	font-size: 40px;
	line-height: 50px;
}

.about-three .block-title__title + .block-title__text {
	margin-top: 25px;
}

.about-three__para {
	font-size: 15px;
	line-height: 26px;
	color: #848484;
	margin: 0;
}

.about-three__single + .about-three__single {
	margin-top: 40px;
}

.video_out1 {
	text-align: center;
}

.bor_red {
	border: 1px solid red;
}
/*testimonials slider*/
.col-center {
	margin: 0 auto;
	float: none !important;
}

.testimonials .carousel {
	padding: 0 70px;
	border: 2px solid var(--primary);
	border-radius: 10px;
	background: var(--bs-white);
}

	.testimonials .carousel .carousel-item {
		color: #999;
		font-size: 14px;
		text-align: center;
		overflow: hidden;
		min-height: 180px;
	}

	.testimonials .carousel .testimonial {
		padding: 30px 0 10px;
	}

	.testimonials .carousel .overview {
		font-style: italic;
	}


.testimonials .carousel-control-prev i, .carousel-control-next i {
	font-size: 68px;
	line-height: 42px;
	position: absolute;
	display: inline-block;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

.testimonials .carousel-control-next-icon, .testimonials .carousel-control-prev-icon {
	width: 1.5rem;
	height: 1.5rem;
}

.testimonials .carousel-indicators {
	bottom: -40px;
}

	.testimonials .carousel-indicators li, .carousel-indicators li.active {
		width: 12px;
		height: 12px;
		margin: 1px 3px;
		border-radius: 50%;
		border: none;
	}

/**/
.about-three__content .section-title {
	margin: 50px 0px 50px 0px;
}
/**/
.testimonials {
	background: var(--greenbg);
	padding: 0px 0px 60px 0px;
	margin: 0px;
}

	.testimonials .row {
		margin: 0px;
	}

	.testimonials .carousel-control-prev, .testimonials .carousel-control-next {
		top: 90px !important;
		width: 40px;
		border-radius: 300px;
		background: var(--primary);
		opacity: inherit;
	}

	.testimonials .carousel-control-prev {
		left: -20px;
	}

	.testimonials .carousel-control-next {
		right: -20px;
	}

.pb-50 {
	padding-bottom: 50px !important;
}

.fa-phone {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
/*home page banner*/
.carousel-indicators {
	display: none;
}

.carousel.banner {
	height: 730px;
	width: 100%;
	padding: 0px;
	min-height: 730px;
}

	.carousel.banner .carousel-item {
		width: 100%;
		padding: 0px;
		min-height: 780px;
	}

.currency-form {
	position: absolute;
	top: 30px;
	right: 100px;
}

.carousel.banner .carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 30%;
	left: 5%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: left;
	width: 43%;
}

.carousel.banner .carousel-control-prev, .carousel.banner .carousel-control-next {
	top: 50% !important;
	background: #fff;
	border-radius: 200px;
}

.carousel.banner h5 {
	font-weight: 800;
	font-size: 48px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
}

.carousel.banner .carousel-caption p {
	font-weight: normal;
	font-size: 20px;
	color: #fff;
}

.carousel.banner .carousel-control-prev, .carousel.banner .carousel-control-next {
	width: 40px !important;
	opacity: initial !important;
	background: #ffffff;
}

.carousel.banner .carousel-control-prev {
	left: 15px;
}

.carousel.banner .carousel-control-next {
	right: 15px;
}
/**/
.wSelect-arrow {
	background-image: url('../img/arrow_cu.png');
}

.wSelect-el {
	width: 0px;
	height: 0px;
	padding: 0px;
	margin: 0px;
	border: none;
	overflow: hidden;
	display: none;
}

.wSelect {
	position: relative;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
	border: 1px solid #eee;
	width: 100px !important;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: #fff;
	/*background: linear-gradient(360deg, rgba(248,252,252,1) 0%, rgba(209,221,221,1) 100%);*/
	padding: 0px;
	border-radius: 0px 4px 4px 0px;
}

.wSelect-arrow {
	position: absolute;
	width: 8px;
	right: 10px;
	top: 45%;
	background-repeat: no-repeat;
	height: 6px;
}

.wSelect-hover .wSelect-arrow, .wSelect-active .wSelect-arrow {
}

.wSelect.wSelect-multiple {
	overflow: hidden;
}

.wSelect-selected {
	margin: 8px 10px 0px 5px;
	padding: 5px 0;
	overflow: hidden;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: 0 center;
}

.wSelect-options-holder {
	position: absolute;
	display: none;
	left: 0px;
	z-index: 200;
	overflow: hidden;
	width: 100%;
	background: #fff;
	border: 1px solid #ddd;
}

.wSelect-multiple .wSelect-options-holder {
	position: relative !important;
	display: block !important;
	top: auto !important;
	z-index: auto !important;
	border: none !important;
}

.wSelect-options {
	overflow-y: scroll;
	overflow-x: hidden;
}

.wSelect-option {
	background-repeat: no-repeat;
	background-position: 2px center;
	margin-bottom: 1px;
	cursor: pointer;
}

.wSelect-option-last {
	margin-bottom: 0px;
}

.wSelect-option-value {
	margin: 0 5px;
	padding: 5px 0;
	background-repeat: no-repeat;
	background-position: 0 center;
	white-space: nowrap;
	overflow: hidden;
}

.wSelect-option-disabled .wSelect-option-value {
	filter: alpha(opacity=20);
	opacity: 0.2;
}

.wSelect-option-icon {
	padding-left: 25px;
}

.cr_select_out {
	border: 1px solid #e0e0e0;
	padding: 4px;
	border-radius: 4px;
}

.w158 {
	width: 158px;
}

.w85 {
	width: 85px;
}

/*popup*/
.close {
	background: none;
	border: 0px;
	color: #666;
}

.more_info .modal-dialog {
	max-width: 700px;
}

.modal-header {
	padding: .5rem 1rem;
}

.modal.more_info {
}

.mi_hilight {
	color: #008269;
	font-weight: bold;
	margin-top: 5px;
}

.mi_left {
	color: #424242;
}

	.mi_left p {
		color: #898989;
		margin-bottom: 5px;
	}

	.mi_left .cur_box {
		background: #f3f3f3;
		padding: 5px 10px;
		width: 82%;
		float: left;
		margin-right: 10px;
		text-align: right;
	}

.cur_box2 {
	background: #dafbf5;
	padding: 5px 10px;
	width: 82%;
	float: left;
	margin-right: 10px;
	text-align: right;
}

.mi_left_cost {
	font-size: 26px;
	font-weight: bold;
}

.mi_right {
	color: #424242;
}

	.mi_right p {
		color: #898989;
		margin-bottom: 5px;
	}

.mi_right_cost {
	font-size: 26px;
	font-weight: bold;
}

.cur_sym {
	font-size: 18px;
}

.mir_out {
	padding: 10px;
	border-bottom: 1px solid #eee;
}

	.mir_out:last-child {
		border: 0px;
	}

body.modal.show {
	height: 100vh;
	overflow-y: hidden;
}

.modal-content {
	border-radius: .8rem;
}

.mi_hilightg {
	color: #01886d;
	font-weight: bold;
	margin-top: 5px;
}
/*first time login*/
.iti {
	width: 100%;
}

	.iti input[type=tel] {
		padding: 1rem .75rem;
	}

.form-floating > .mobile_floating {
	top: -12px;
	font-size: 12px;
	color: #9a9393;
}


.iti input[type="tel"] {
	padding: 1.4rem .5rem .75rem;
}

.iti__country-list .iti__flag {
	margin-top: 0px;
	margin-left: 0px;
}

.flogin_sub_title {
	color: #7b7d90;
	font-size: 14px;
	line-height: 20px;
	margin: 15px 0px;
}

.popup_noborder .modal-header {
	border: 0px;
}

.popup_noborder .modal-title {
	text-align: center;
	width: 100%;
	clear: both;
	margin-top: 30px;
	font-size: 24px;
	color: #171720;
}

.popup_noborder .close {
	position: absolute;
	right: 15px;
	top: 10px;
}

.popup_noborder .verifiBtn button {
	background: none;
	border: 0px;
	color: #cacad1;
	padding-right: 0px;
	text-decoration: underline;
}

.popup_noborder .timer {
	color: #ff4200;
	font-weight: bold;
	padding-left: 0px;
}

.popup_noborder .modal-footer {
	border: 0px;
	text-align: center;
	justify-content: center;
}

.otp_inputrow {
	border: 1px solid #dcdcdc;
	border-radius: 200px;
	padding: 10px;
	margin-top: 30px;
}

.popup_noborder .verifiBtn button.resend-after {
	background: none;
	border: none;
	color: #ff4200;
	text-decoration: underline;
}
/*success Error Message
	.info, .success, .warning, .error, .validation {
			border: 1px solid;
			margin: 10px 0px;
			padding: 10px 10px 10px 15px;
			background-repeat: no-repeat;
			background-position: right;border-radius:6px;
		}
		.info {
			color: #00529B;
			background-color: #BDE5F8;
			background-image: url('https://i.imgur.com/ilgqWuX.png');
		}
		.success {
			color: #4F8A10;
			background-color: #DFF2BF;
			background-image: url('https://i.imgur.com/Q9BGTuy.png');
		}
		.warning {
			color: #9F6000;
			background-color: #FEEFB3;
			background-image: url('https://i.imgur.com/Z8q7ww7.png');
		}
		.error{
			color:#850303; position:relative;
			background:#fcecec;padding-right:35px;
		}
		.error .fa{cursor:pointer;cursor: pointer; position: absolute;top:39%;right:10px;}
		.validation{color: #D63301;	background-color: #FFCCBA;	background-image: url('https://i.imgur.com/GnyDvKN.png');
		}
		*/
/*nithy code*/

/* --------Stepper----- Create Your Profile----------------Nithi 05-05-2022*/
.steper {
	border-radius: 50px;
	background: #e4e4ec;
	padding: 8px;
	width: 25px;
	display: inline-block;
	height: 25px;
}

.inner_steper {
	border-radius: 50px;
	background: #008268;
	width: 10px;
	height: 10px;
	display: inline-block;
	position: relative;
	z-index: 1;
}

.inner_steper1 {
	border-radius: 50px;
	background: #e4e4ec;
	width: 10px;
	height: 10px;
	display: inline-block;
}

.steper_bar {
	background: #e4e4ec;
	width: 76%;
	height: 8px;
	position: absolute;
	top: 83px;
	left: 12%;
	z-index: 1;
}

.steper_baractive {
	background: #008268;
	width: 19%;
	height: 3px;
	position: relative;
	top: 24px;
	left: 11%;
	z-index: 2;
}

.steper_baractive3 {
	background: #008268;
	width: 39%;
	height: 3px;
	position: relative;
	top: 24px;
	left: 11%;
	z-index: 2;
}

.steper_baractive4 {
	background: #008268;
	width: 58%;
	height: 3px;
	position: relative;
	top: 24px;
	left: 11%;
	z-index: 2;
}

.steper_baractive5 {
	background: #008268;
	width: 78%;
	height: 3px;
	position: relative;
	top: 24px;
	left: 11%;
	z-index: 2;
}

.mrg20 {
	margin: 20px;
}

.mrg35 {
	margin: 35px 20px;
}

.mrgB0 {
	margin-bottom: 0px;
}

.flex-container {
	display: flex;
	flex-wrap: nowrap;
}

	.flex-container > div {
		width: 225px;
		margin: 10px;
		text-align: center;
	}

.txtC {
	text-align: center;
}

.linecls {
	background: #c3c0c0;
	margin-top: 15px;
}

.active_color {
	color: #008268;
}

.bg_green {
	background: #eefdf9;
	padding: 1.5em;
	text-align: center;
	font-weight: 600;
	width: 100%;
}

.form-check-input:checked {
	background-color: #008268;
	border-color: #008268;
}

.form-select {
	border-radius: 200px;
	padding-left: 20px !important;
}

	.form-select:focus {
		border-color: #29dfba;
		box-shadow: 0px 1px 1px rgb(0 0 0 / 8%) inset, 0px 0px 8px rgb(32 139 118);
	}

.form-control:focus {
	border-color: #29dfba;
	box-shadow: 0px 1px 1px rgb(0 0 0 / 8%) inset, 0px 0px 8px rgb(32 139 118);
}

.input-group-addon {
	top: -36px;
	position: relative;
	text-align: end;
	right: 10px;
	float: right;
}

.bld {
	font-weight: 600;
}

.graytxt {
	color: #b1b1b1;
}

.curserP {
	cursor: pointer;
}

.grntxt {
	color: #0db997;
}
/*----------Search icon in textbox----------------*/
.example input[type=text] {
	float: left;
	width: 92%;
	border: 0px;
	outline: none;
	margin-top: 10px;
}

.example button {
	float: left;
	border-radius: 50px;
	width: 8%;
	padding: 10px;
	border: 0px;
	background: #008268;
	color: white;
	font-size: 17px;
	border-left: none;
	cursor: pointer;
}

.example::after {
	content: "";
	clear: both;
	display: table;
}

.text-left {
	text-align: left;
}

.boxtxt {
	padding: 1em;
	text-align: center;
	width: 50%;
	margin: 0 auto;
	border-radius: 8px;
	box-shadow: rgb(50 50 93 / 3%) 0px 50px 100px -20px, rgb(0 0 0 / 2%) 0px 30px 60px -30px, rgb(10 37 64 / 15%) 0px -2px 6px 0px inset;
}

.imgWidth {
	width: auto;
}

.orngTxt {
	color: #ff7500;
}

.orngTxt2 {
	color: #ff7500;
	width: 70%;
	margin: 0 auto;
	margin-bottom: 1em;
}
/* --------------Password text box and tooltip --------------*/
.pass_tool {
	display: none;
	z-index: 10;
	border-radius: 15px 15px;
	background: #fff;
	position: absolute;
	right: 36px;
	top: 57px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.mrg10 {
	margin: 10px;
}

.nobullet {
	list-style: none;
}

	.nobullet li {
		margin-bottom: 10px;
	}

.passhd {
	background: #fff;
	padding: 3px;
	text-align: center;
	color: #333;
	font-weight: 600;
}

.excla {
	text-align: right;
	color: #f99638;
	font-size: 18px;
}
/* Add a green text color and a checkmark when the requirements are right */
.valid {
	color: green;
}

	.valid:before {
		position: relative;
		left: -5px;
		content: "✔";
		font-size: 14px;
		color: green;
	}
/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
	color: #ca1d55;
}

	.invalid:before {
		position: relative;
		left: -5px;
		content: "⤬";
		color: #ca1d55;
		font-size: 20px;
		font-weight: 600;
	}


/* -----------------Tooltip ARROw--------------------*/
*, :before, :after {
	box-sizing: border-box;
}

.tooltip {
	position: relative;
	border: 5px solid #5494db;
	padding: 10px 15px;
	background-color: #F7FFF7;
	width: 15vw;
	margin: 2em auto;
	text-align: center;
}

.tooltip-top::before {
	content: '';
	position: absolute;
	display: block;
	width: 0px;
	left: 50%;
	top: 0px;
	border: 9px solid transparent;
	border-top: 0;
	border-bottom: 11px solid #7f8183;
	transform: translate(-50%, calc(-102% - -0px));
}
/* ----------Responsive-------------*/

/*nithy code end*/




/*Login-css Saravana*/
.log_btn {
	font-size: 1rem;
	background: none;
	color: #fff;
	border: none;
}

/*success Error Message*/
.info, .success, .warning, .error, .validation {
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 10px 15px 15px;
	background-repeat: no-repeat;
	background-position: right;
	border-radius: 6px;
}

.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('https://i.imgur.com/ilgqWuX.png');
}

.success {
	color: #008269;
	background-color: #dafbf5;
	background-image: url('https://i.imgur.com/Q9BGTuy.png');
}

.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('https://i.imgur.com/Z8q7ww7.png');
}

.error {
	color: #ff3b3b;
	background-color: #fdecec;
	background-image: url('../img/cross.png');
}

.validation {
	color: #D63301;
	background-color: #FFCCBA;
	background-image: url('https://i.imgur.com/GnyDvKN.png');
}
/*Login End*/

/*Common Login Problems*/
.common_log_btn {
	padding: 0px 0px 20px 70px;
}

.accordion-button:not(.collapsed) {
	color: #008268;
	background-color: #fff;
}

	.accordion-button:not(.collapsed)::after {
		background-image: url("../img/drop_down.png");
		transform: rotate(-180deg);
	}

.btn-fix-now {
	width: auto;
	border-radius: 200px;
	padding: 5px 14px 6px 16px;
	border: none;
	background: rgb(0,128,103);
	background: linear-gradient(90deg, rgba(0,128,103,1) 0%, rgba(3,74,59,1) 100%);
	position: relative;
	color: #fff;
}
/*.btn-fix-now:before{background:url("../img/arrow_right_fix.png") no-repeat;content:''; width:16px; height:11px; position:absolute;right:15px;top:30%;}*/
/*common Login Problem end*/

/*Forgot password*/
.forgot-img {
	padding: 63px 0px 0px 0px;
	width: 75%;
}

.sub-label-title {
	font-size: 14px
}
/*modal*/
.modal-header {
	border-bottom: 0px !important;
	text-align: center !important;
	display: block;
}

.modal-close {
	border: none;
	background: #fff;
	float: right;
	font-size: 1.25rem;
}

.modal-title {
	font-size: 22px;
	font-weight: bold;
}

.border-radius-modal {
	border-radius: 17px;
}

.width50 {
	width: 50px;
}

.resend-before {
	background: none;
	border: none;
	color: #707070;
	text-decoration: underline;
}

.resend-after {
	background: none;
	border: none;
	color: #ff4200;
	text-decoration: underline;
}

.timer {
	color: #ff4200
}

.black {
	color: #000;
	font-weight: 600;
	font-size: 1rem;
}
/*modal end*/
/*confirm_password_modal start*/
.green_txt {
	color: #008268
}
/*confirm_password_modal end*/
/*your email address start*/
.copy_mail {
	border-radius: 35px;
	color: #4bc0a9;
	background-color: #e7faf6;
	background-image: url("../img/copy_mail.png");
	border: 1px solid;
	margin: 10px 0px;
	padding: 14px 11px 14px 15px;
	background-repeat: no-repeat;
	background-position: right;
}


/*saravanan code end*/
/*santhosh 18-5-2022*/
.iti--separate-dial-code .iti__selected-flag {
	background-color: none !important;
	padding-top: 1.625rem;
	padding-bottom: .625rem;
}

.form-control.email {
	padding-left: 20px;
}

.user .iti .form-control {
	padding-left: 60px;
}

.user .iti .form-control {
	padding: 1.6rem 3.95rem 1rem 3.95rem;
}

.iti__flag {
	margin-left: 14px;
	margin-top: 0px;
}

.iti__arrow {
	margin-top: 0px;
}

.iti--separate-dial-code .iti__selected-dial-code {
	margin-top: 0px !important;
}

#verify2_otpfle .modal-title {
	color: #008269;
}

#verify2_otpfle {
	font-size: 1.2rem;
}

.login_line .form-control {
	padding-left: 20px;
}
/**/
.more_info .close {
	float: right;
}

.more_info .modal-title {
	text-align: left;
}

.more_info .modal-header {
	border-bottom: 1px solid #eee !important;
}
/*santhosh 24-05-2022*/
.accordion-button:focus {
	border: 0px;
	box-shadow: none;
}
/*common login problem*/
.mob_clp_button .login_signup_link {
	margin-top: 30px;
	padding-left: 0px;
}

.mob_clp_button {
	display: none;
}

.mob_clp_button_none .login_signup_link {
	margin-top: 20px;
}
/*nithy*/
.mobview {
	display: none;
}

a.btn-secondary {
	outline: none;
}

	a.btn-secondary:focus {
		outline: none;
		box-shadow: none;
	}

#Dob {
	margin-left: 5px;
}

#exp_Date, #iss_Date, #Dob_ps {
	margin-left: 7px;
}

/**/
.daterangepicker td.active, .daterangepicker td.active:hover {
	background-color: #00826a !important;
}

.text-decoration_none {
	text-decoration: none;
}
/*verify identity*/
.verify_b1 {
	border: 2px dashed #bbbbbb;
	border-radius: 8px;
	text-align: center;
	padding: 50px 30px;
	position: relative;
}

.verify_b2 {
	border: 2px dashed #bbbbbb;
	border-radius: 8px;
	position: relative;
}

.verify_b1_out_txt a {
	color: #007860;
	font-weight: bold;
}

.verify_b1_out_txt {
	color: #8c8c8c;
	margin-top: 15px;
	font-size: 12px;
}

.verify_b1 img {
	margin-bottom: 20px;
}

.verify_b1_link {
	font-size: 13px;
	margin-top: 20px;
	color: #8c8c8c;
	text-decoration: none;
}
/*.verify_b1_link:hover{color:#007860;}*/
.verify_b1::before {
	border: 1px solid #bbbbbb;
	content: "1";
	position: absolute;
	width: 50px;
	height: 50px;
	top: -15px;
	left: -15px;
	border-radius: 200px;
	background: #fff;
	line-height: 49px;
	font-size: 24px;
	text-align: center;
	color: #00775f;
}

.verify_b2::before {
	border: 1px solid #bbbbbb;
	content: "2";
	position: absolute;
	width: 50px;
	height: 50px;
	top: -15px;
	left: -15px;
	border-radius: 200px;
	background: #fff;
	line-height: 45px;
	font-size: 24px;
	text-align: center;
	color: #00775f;
}

.verify_idbottom .linka:hover {
	color: #007860;
}

.verify_idbottom .linka {
	color: #666;
}

.verify_b2_img1 {
	text-align: center;
	padding: 30px;
}

	.verify_b2_img1 img {
		width: 50%;
	}

	.verify_b2_img1 img, .verify_b2_img2 img {
		margin-bottom: 30px;
	}

.verify_b2_img2 {
	text-align: center;
	padding: 60px 30px 30px 0px;
}

.verify_or {
	position: relative;
}

	.verify_or:before {
		width: 2px;
		height: 100%;
		border-left: 2px dashed #bbb;
		content: '';
		position: absolute;
		left: 20px;
	}

.or_verify {
	border: 1px solid #bbbbbb;
	width: 40px;
	height: 40px;
	color: #000;
	border-radius: 200px;
	text-align: center;
	line-height: 40px;
	position: absolute;
	left: 0px;
	background: #fff;
	top: 40%;
}

.verify_b2_img2 .verify_b1_link {
	display: inline-block;
	margin-top: 40px;
}

.verify_idbottom {
	padding: 0rem 3rem 3rem 3rem;
}

.verify_padding {
	padding: 2rem 3rem 1rem 3rem;
}

#how_secure_data .modal-dialog {
	max-width: 800px;
}

#how_secure_data p {
	color: #666;
}

#verify_iden_success img {
	margin-bottom: 20px;
}

#verify_iden_success .modal-title {
	color: #008268;
}

#verify_iden_cencel .modal-title, #verify_iden_noprocess .modal-title {
	color: #e02020
}

#verify_iden_cencel .btn-secondary, #verify_iden_noprocess .btn-secondary {
	color: #000
}

#verify_iden_cencel .modal-footer, #verify_iden_success .modal-footer, #verify_iden_noprocess .modal-footer {
	padding-bottom: 25px;
}
/*verify2*/

.v_idb .col-md-6 {
	padding-left: 0px;
}

.verify_padding2 {
	padding: 0px 30px 0px 30px;
}

	.verify_padding2 .verify_b1 img {
		margin: 0px;
	}

	.verify_padding2 .verify_b2_img1 img {
		width: auto;
	}

	.verify_padding2 .verify_b2_img1 {
		padding: 50px 30px 30px 30px;
	}

	.verify_padding2 .verify_b1 {
		padding: 50px 30px 60px 30px;
	}

.v_idb {
	margin-top: 50px;
}

.verify_padding2 .verify_b1::before {
	left: auto;
	right: -15px;
	content: url(../img/your_identity_photo.png);
	cursor: pointer;
	line-height: 54px;
}

.verify_padding2 .verify_b2::before {
	left: auto;
	right: -15px;
	content: url(../img/your_identity_photo.png);
	cursor: pointer;
	line-height: 54px;
}
/*verifyid end*/
.search_autosugg .fa-angle-left, .search_autosugg .fa-angle-right {
	font-size: 20px;
	color: #fff;
	padding: 5px 0px 5px 5px;
}

	.ser_active, .search_autosugg .fa-angle-left:hover, .search_autosugg .fa-angle-right:hover {
		color: #023128;
	}

.search_autoheader {
	background: #008268;
	margin: 0px;
	border-radius: 10px 10px 0px 0px;
	padding: 10px 10px;
}

.search_done, .search_done:hover {
	color: #fff;
	text-decoration: none;
	padding-top: 5px;
	float: right;
}

.search_autobox {
	border-radius: 10px;
	display: none;
	-webkit-box-shadow: -1px 1px 4px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: -1px 1px 4px 3px rgba(0,0,0,0.1);
	box-shadow: -1px 1px 4px 3px rgba(0,0,0,0.1);
}

.search_auto_list ul, .search_auto_list li {
	list-style: none;
	border: 1px solid #eee;
	padding: 0px;
	margin: 0px;
}

.search_auto_list {
	margin: 0px;
	padding: 0px;
	height: 150px;
	overflow-y: scroll;
}

	.search_auto_list .col-md-12 {
		padding: 0px;
	}

	.search_auto_list li {
		padding: 5px 10px;
	}

/*responsive*/


@media (max-width:1400px) { /*13-06-2022*/

	.verify_padding {
		padding: 20px;
	}

	.verify_padding2 {
		padding: 20px;
	}

		.verify_padding2 .verify_b1 img {
			margin: 0px;
		}

		.verify_padding2 .verify_b2_img1 img {
			width: auto;
		}

		.verify_padding2 .verify_b2_img1 {
			padding: 50px 0px 30px 0px;
		}

		.verify_padding2 .verify_b1 {
			padding: 50px 0px 60px 0px;
		}

	.titl_vres {
		margin-top: 20px;
	}
}

@media (max-width:995px) {
	.navbar-collapse .navbar-nav {
		padding: 10px;
	}

	.navbar-nav .nav-item {
		margin-right: 0px;
		border-bottom: 1px solid #eee;
	}

	.nav-item a.btn-secondary {
		margin: 10px 0px 20px 0px;
	}

	.page-footer .col-md-4 {
		width: 100%;
	}

	.mobile_app_box .col-sm-5, .mobile_app_box .col-sm-7 {
		width: 100%;
		text-align: center;
	}
}

@media (max-width:768px) {
	.copy_write .text-md-left, .copy_menu {
		text-align: center !important;
	}

	.copy_menu {
		padding-bottom: 10px;
	}
	/*18-5 santhosh*/
	.bg-login-image img {
		width: 50%;
	}

	.login_line::before {
		display: none;
	}

	.copy_write .col-md-5, .copy_write .copy_menu {
		margin: 0px;
		padding: 0px;
	}

		.copy_write .copy_menu a {
			margin-right: 0px;
		}

	.copy_write .row {
		margin: 0px;
		padding: 0px;
	}

	.copy_write .copy_menu a {
		display: block;
	}
	/*Saravana Responsive 18-05-2022*/
	.login_signup_link {
		padding: 20px;
		margin-top: 0px
	}

	.bg-login-image {
		display: none !important;
	}

	/*Saravana Responsive END*/
	/*santhosh 24-05-2022*/
	.mob_clp_button .login_signup_link {
		margin-top: 30px;
		padding-left: 0px;
	}

	.mob_clp_button_none {
		display: none;
	}

	.mob_clp_button {
		display: block;
	}

	.comm_prom .p-5 {
		padding-bottom: 0px !important;
	}

	.comm_prom .text-right {
		text-align: right;
	}

	.common_log_btn {
		text-align: right;
	}

	.mob_clp_button .text-left {
		text-align: left;
	}

	/*nithy 24-05-2022*/
	.deskview {
		display: none;
	}

	.mobview {
		display: block;
	}

	.create_p_password .btn-secondary {
		padding: 12px 50px;
	}

	.active_color {
		font-size: 1.3em;
		font-weight: 600;
	}

	.flex-container > div {
		width: 100%;
	}

	.p_r0 {
		padding-right: 0px;
	}
	/*13-06-2022*/ .verify_idbottom {
		padding: 20px;
	}

		.verify_idbottom .col-md-6 {
			margin-bottom: 10px;
		}

		.verify_idbottom .text-right {
			text-align: right;
		}

	.verify_or::before {
		width: 96%;
		height: 2px;
		border-bottom: 2px dashed #bbb;
		left: 10px;
	}

	.or_verify {
		left: 45%;
		top: -10px;
	}

	.verify_b2_img2 {
		padding: 60px 0px 30px 0px;
	}

	.verify_padding2 .verify_b1 img {
		margin: 0px;
	}

	.verify_padding2 .verify_b2_img1 img {
		max-width: 100%;
	}
}

@media (max-width:1170px) {
	.currency-form {
		position: relative;
		top: 0px;
		right: auto;
		left: auto;
		margin: 40px auto;
	}

	.carousel.banner .carousel-item, .carousel.banner {
		min-height: 100%;
		height: auto;
	}
}

@media (max-width:990px) {
	.explore-area .col-sm-6 {
		width: 100%;
	}

	.explore-area .col-sm-6 {
		width: 100%;
	}

	.flow_box .col {
		width: 50%;
		flex: auto;
		margin-bottom: 20px;
	}

	.carousel.banner .carousel-caption {
		width: 70%;
		left: 15%;
	}

	.flow_border {
		background: none;
	}

	.flow_box span {
		font-size: 16px;
	}

		.flow_box span br {
			display: none;
		}

	.mobile_app_box .col-sm-5 {
		text-align: center;
	}

	.mobile_app_box .col-sm-7 {
		text-align: left;
	}

	.testimonials .carousel-control-next {
		right: 10px;
	}

	.testimonials .carousel-control-prev {
		left: 10px;
	}
}


@media (max-width:768px) {
	.flow_border {
		background: none;
	}

	.w158 {
		width: 72%;
	}

	.flow_box .col {
		width: 100%;
	}

	.wht_we_do .col-sm-4 {
		width: 100%
	}

	.testimonials .carousel-control-next {
		right: 10px;
	}

	.testimonials .carousel-control-prev {
		left: 10px;
	}

	.login_line .p-5.mt-5 {
		margin-top: 0px !important;
		padding-top: 0px !important;
	}
	/*1506-2022*/
	.search_autoheader .col-md-6 {
		width: 45%;
	}
}

@media (max-width:680px) {
	.carousel.banner .carousel-caption {
		bottom: 16%;
	}

	.flow_border {
		background: none;
	}

	.testimonials .carousel-control-next {
		right: 10px;
	}

	.testimonials .carousel-control-prev {
		left: 10px;
	}
	/**/
	.login_line .p-5.mt-5 {
		margin-top: 0px !important;
		padding-top: 0px !important;
	}
}

@media (max-width:480px) {
	.carousel.banner .carousel-caption {
		bottom: 0%;
		width: 70%;
		left: 18%;
	}

		.carousel.banner .carousel-caption h1 {
			font-size: 18px;
		}

	.currency-form {
		width: 100%;
	}

	.flow_border {
		background: none;
	}

	.flow_box .col {
		width: 100%;
		flex: inherit;
		margin-bottom: 20px;
	}

	.w158 {
		width: 71%;
	}

	.mobile_app_box .col-sm-5, .mobile_app_box .col-sm-7 {
		text-align: left;
	}

	.explore-image img {
		width: auto;
	}

	.mobile_app_box .explore-image img {
		width: 100%;
	}

	.app_download a img {
		width: 100%
	}

	.carousel.banner .carousel-caption p {
		font-size: 16px;
	}
	/*13-06-2022*/
	.verify_or::before {
		width: 94%;
	}
}

@media (max-width:435px) {
	.w158 {
		width: 64%;
	}

	.carousel.banner .carousel-caption p, .carousel.banner .carousel-caption .btn {
		font-size: 12px;
	}

	.carousel.banner .carousel-caption h1 {
		font-size: 12px;
	}
	/*13-06-2022*/
	.verify_or::before {
		width: 94%;
	}
}

@media (max-width:360px) {
	.w158 {
		width: 58%;
	}

	.carousel.banner .carousel-caption p, .carousel.banner .carousel-caption .btn {
		font-size: 12px;
	}

	.carousel.banner .carousel-caption {
		top: 2%;
	}
	/*13-06-2022*/
	.verify_padding2 .verify_b1 img {
		max-width: inherit;
		width: 87%;
	}

	.verify_padding2 .verify_b2_img1 img {
		max-width: inherit;
		width: 87%;
	}

	.verify_or::before {
		width: 92%;
	}
}
/*nithy responsive*/

@media only screen and (max-width: 768px) {

	.steper_baractive5, .steper_baractive4, .steper_baractive3, .steper_baractive, .steper_bar, .steper {
		display: none;
	}

	#prd, #cnd, #yoi, #otd, #psd {
		display: none;
	}

	.flex-container {
		display: block;
	}

	.example input[type=text] {
		float: left;
		width: 83%;
		border: 0px;
		outline: none;
		margin-top: 10px;
	}

	.example button {
		float: left;
		border-radius: 50px;
		width: 17%;
		padding: 10px;
		border: 0px;
		background: #008268;
		color: white;
		font-size: 17px;
		border-left: none;
		cursor: pointer;
	}

	.boxtxt {
		padding: 1em;
		text-align: center;
		width: 100%;
		margin: 0 auto;
		border-radius: 8px;
		box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
	}

	.imgWidth, .orngTxt {
		width: 100%;
	}
	/*18-5-2022*/
	.mobBrk {
		display: block;
		width: 100%;
	}

	.text-right, .text-left {
		text-align: center;
	}

	.bg_green {
		text-align: left;
	}

	.orngTxt2 {
		width: 100%;
	}
}

@media only screen and (max-width: 600px) {
	.steper_baractive5, .steper_baractive4, .steper_baractive3, .steper_baractive, .steper_bar, .steper {
		display: none;
	}

	#prd, #cnd, #yoi, #otd, #psd {
		display: none;
	}

	.flex-container {
		display: block;
	}

	.example input[type=text] {
		float: left;
		width: 83%;
		border: 0px;
		outline: none;
		margin-top: 10px;
	}

	.example button {
		float: left;
		border-radius: 50px;
		width: 17%;
		padding: 10px;
		border: 0px;
		background: #008268;
		color: white;
		font-size: 17px;
		border-left: none;
		cursor: pointer;
	}

	.boxtxt {
		padding: 1em;
		text-align: center;
		width: 100%;
		margin: 0 auto;
		border-radius: 8px;
		box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
	}

	.imgWidth, .orngTxt {
		width: 100%;
	}
	/*18-5-2022*/
	.mobBrk {
		display: block;
		width: 100%;
	}

	.text-right, .text-left {
		text-align: center;
	}

	.bg_green {
		text-align: left;
	}

	.orngTxt2 {
		width: 100%;
	}
	/*santhosh 24-05-2022*/
	.comm_prom .text-right {
		text-align: center;
	}

	.common_log_btn {
		text-align: center;
	}

	.mob_clp_button .text-left {
		text-align: center;
	}

	.common_log_btn {
		padding: 0px 0px 20px 0px;
	}
}

@media only screen and (max-width: 400px) {
	.steper_baractive5, .steper_baractive4, .steper_baractive3, .steper_baractive, .steper_bar, .steper {
		display: none;
	}

	#prd, #cnd, #yoi, #otd, #psd {
		display: none;
	}

	.flex-container {
		display: block;
	}

	.example input[type=text] {
		float: left;
		width: 83%;
		border: 0px;
		outline: none;
		margin-top: 10px;
	}

	.example button {
		float: left;
		border-radius: 50px;
		width: 17%;
		padding: 10px;
		border: 0px;
		background: #008268;
		color: white;
		font-size: 17px;
		border-left: none;
		cursor: pointer;
	}

	.boxtxt {
		padding: 1em;
		text-align: center;
		width: 100%;
		margin: 0 auto;
		border-radius: 8px;
		box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
	}

	.imgWidth, .orngTxt {
		width: 100%;
	}
	/*18-5-2022*/
	.mobBrk {
		display: block;
		width: 100%;
	}

	.text-right, .text-left {
		text-align: center;
	}

	.bg_green {
		text-align: left;
	}

	.orngTxt2 {
		width: 100%;
	}
}

@media only screen and (max-width:1164px) {
	.about-three .col-lg-6 {
		width: 100%;
		max-width: 100%;
	}

		.about-three .col-lg-6 .about-three__content, .about-three .col-lg-6 .section-title {
			width: 100%;
			max-width: 100%;
		}
}
