*****header1 style part start*****/ .banner_bg1 {
	position: relative;
	z-index: 1;
}

.banner_bg1::before {
	content: "";
	position: absolute;
	background: #1d242d75;
	width: 100%;
	inset: 0;
	z-index: -1;
}

.banner1 {
	padding: 180px 0px 30px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.banner1 h3 {
	font-size: 35px;
	font-weight: 700;
	font-family: var(--Primary_font);
	margin: 46px 0px 0px;
	color: #fff;
	line-height: 38px;
}

.banner1 .nav-link {
	color: #ffff !important;
}

.banner1 .header_text {
	font-size: 13px;
	font-weight: 400;
	color: #ffffffc7;
	width: 50%;
	line-height: 21px;
	margin: 10px auto 0px;
	z-index: 1;
	position: relative;
}

.banner_bg1 .lang_selct select {
	color: #ffffff;
}

.banner_bg1 .nav-link {
	color: var(--primary_color) !important;
}

.banner_bg1 .sticky .nav-link {
	color: var(--heading-text_color) !important;
}

.banner_bg1 .sticky .lang_selct select {
	color: var(--heading-text_color) !important;
}

/*****header1 style part start*****/


/*****About us part Start*******/
.about_part {
	padding: 50px 0px;
}

.about_part .faq_qes svg {
	max-width: 50px !important;
	width: 100%;
}

.about_part .faq_qes {
	display: flex;
	align-items: center;

	padding-bottom: 10px;
}

.about_part .but_icon {
	text-align: end;
	max-width: 25px;
	width: 100%;
	margin-left: auto;
}

.about_part .faq_qes h2 {
	font-size: 35px;
	font-weight: 400;
	color: var(--heading-text_color);
}

.about_part .faq {
	margin: 20px 0px 0px;
	border-bottom: 1px solid #939393;
}

.about_part .head {
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	padding-bottom: 20px;
	text-align: justify;
}

.about_img1 {
	border-radius: 20px;
}

.lanuching_section {
	padding: 50px 0px;
}

.lanuching_section .aarn_step_part {
	background: #ffffff;
}

.lanuching_section .aarn_text_part h2,
.lanuching_section .content h3 {
	color: var(--heading-text_color);
}

.lanuching_section .content h3 span {
	color: var(--text-color);
}

.lanuching_section .content img {
	max-width: 35px;
}

.lanuching_section .invest_but {
	background-color: #dfdfdf;
}

.way_section {
	padding: 50px 0px;
	background: #161922;
}

.head p {
	font-size: 13px;
	font-weight: 400;
	color: var(--text-color);
	line-height: 22px;
}

.head .section-title {
	margin-bottom: 10px;
	color: var(--primary_color) !important;
}

.way_section .head p {
	font-size: 15px;
	font-weight: 400;
	color: #dfdfdfe6;
	max-width: 62%;
	width: 100%;
	margin: auto;
	text-align: center;
}

.way_section ul li {
	display: inline-block;
	width: 49%;
	margin: 0px 10px;
}

.box {
	background: #ffff;
	border-radius: 20px;
	margin: 20px;
	height: 250px;
	padding: 30px;
	display: flex;
	align-items: start;
	flex-direction: column;
	justify-content: space-between;

}

.box h2 {
	font-size: 45px;
	font-weight: 500;
	color: var(--heading-text_color);
}

.box p {
	font-size: 15px;
	font-weight: 400;
	color: var(--heading-text_color);
}

.regulation_section {
	padding: 50px 0px;
}

.regulation_group {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	place-items: center;
}

.regulation_group .bold_text {
	color: var(--heading-text_color);
	font-weight: 500;
	margin-bottom: 10px;
}

.img_box img {
	max-width: 300px;
	border-radius: 20px;
}

.team-img {
	width: 200px;
	height: 200px;
	object-fit: cover;
	border-radius: 50%;
	border: 4px solid #f0f0f0;
	transition: transform 0.3s ease;
}

.team-card:hover .team-img {
	transform: scale(1.05);
}

.team-card {
	transition: all 0.3s ease;
	border-radius: 15px;
}

.team-card:hover {
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.bi-linkedin {
	font-size: 1.2rem;
}

.bi-geo-alt {
	color: #555;
	font-size: 1rem;
}

.border-end {
	border-right: 1px solid #c5c5c5 !important;
}

.head h5 {
	font-size: 25px;
	font-weight: 500;
	color: var(--heading-text_color);
	margin-bottom: 15px;
}


/*****About us part End*******/

/*****FAQ part Start*******/
.faq_bg .nav-link {
	color: var(--heading-text_color);
	max-width: 230px;
	width: 100%;
	margin: 0px auto 20px !important;
	border-radius: 5px;
	background: #e0e1e5;
}

.stick {
	position: sticky;
	top: 10px;
	padding: 30px;
}

.faq_tab {
	display: flex;
	flex-direction: column;
	text-align: center;
	background: #fff;
	padding: 30px;
	border-radius: 15px;
	backdrop-filter: drop-shadow(2px 4px 6px black);
}

.faq_text {
	background: url(../images/faq_img.jpg);
	background-size: 100% 100%;
	border-radius: 10px;
	padding: 40px 15px;
	position: relative;
	margin: 30px 0px 0px;
	max-width: 500px;
	width: 100%;
}

.faq_text::before {
	content: "";
	position: absolute;
	inset: 0;
	background: #393939;
	opacity: 0.5;
	z-index: 0;
	border-radius: 10px;
}

.faq_text hr {
	background-color: #ffffffde !important;
	border: 0;
	opacity: .5;
	margin: 20px 0px;
}

.faq_info_box {
	background: #ffffff38;
	backdrop-filter: blur(1px);
	padding: 30px;
	border-radius: 10px;
}

.faq_text h3 {
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	padding: 0px 0px 30px;
	z-index: 1;
	position: relative;
}

.faq_info_box h4 {
	font-size: 18px;
	font-weight: 500;
	color: #ffffffbf;
}

.faq_info_box h4 span {
	display: block;
	margin: 10px 0px;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
}

.faq_bg .head2 h1 {
	font-size: 25px;
	font-weight: 500;
	margin: 30px 0px 15px;
	font-family: var(--primary_font-family);
	color: var(--primary_txt_color);
}

.faq_bg .accordion {
	margin: 0px 0px 30px
}

.faq_bg .accordion-button {
	font-size: 15px;
	font-weight: 400;
	background: #fff;
	color: var(--text-color);
	border-radius: unset !important;
	padding: 14px 10px !important;
	border: none !important;
	position: relative;
}

.faq_bg .accordion-item {
	border-radius: unset !important;
	box-shadow: unset !important;
	outline: unset !important;
	border: none !important;
	margin: 10px 0px 0px;
}

.faq_bg .accordion-body {
	font-size: 13px;
	font-weight: 400;
	color: var(--heading-text_color);
}

.faq_bg .accordion-button::after {
	background-image: url(../images/open.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 34px;
	height: 33px;
	transition: 1s;
}

.faq_bg .accordion-button:not(.collapsed)::after {
	background-image: url(../images/close.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	transform: rotate(0deg);
	transition: 1s;
}

.faq_bg .accordion-button:not(.collapsed) {
	border-color: unset !important;
}

.faq_bg .accordion-button:focus {
	border-color: unset !important;
	outline: unset !important;
	box-shadow: unset !important;
}

.faq-card {
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	cursor: pointer;
	margin: 50px 0px;
}

.faq-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}

.faq-card h5 {
	color: #000;
}

.faq-card p {
	color: #666;
}

.faq-category-card {
	background: #ffff;
	padding: 30px;
	border-radius: 20px;
	margin: 54px 0px 0px;
}

.faq-other {
	cursor: pointer;
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	border: 1px solid #ddd;
}

/*****FAQ part End*******/
.step-card {
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	gap: 65px;
}

.steps-row {
	margin: 30px 0px;
}

.step-card h1 {
	font-size: 40px;
	font-weight: 500;
	color: var(--heading-text_color);
}

.step_footer h3 {
	font-size: 18px;
	font-weight: 500;
	color: var(--heading-text_color);
	margin: 15px 0px 10px;
}

.step_footer h6 {
	color: var(--text-color);
	font-size: 14px;
	font-weight: 500;
}

/*****Rules part  Start *****/

.rules_bg {
	padding: 0px 0px 50px;
}

.rules_bg .head p {
	display: inline-flex;
	width: 100%;
	text-align: justify;
	align-items: baseline;
	gap: 10px;
	color: #3d3d3d;
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
}

.rules_bg .head p i {
	color: var(--heading-text_color);
}

/*****Rules part  End *****/

/*****===== INSURENCE PAGE PART START  =====*****/
.insurence_bg1 {
	padding: 50px 0px;
}

.insurence_bg {
	padding: 50px 0px;
}

.insurence_bg .head h3 {
	font-size: 25px;
	font-weight: 500;
	color: var(--heading-text_color);
}

.insurence_bg .head p {
	font-size: 14px;
	font-weight: 400;
	padding: 12px 0px 0px;
	color: var(--text-color);
	display: inline-flex;
	align-items: baseline;
	gap: 10px;
	text-align: justify;
}

.insurence_bg .head p i {
	color: var(--heading-text_color);
}

.insurence_bg .head1 p {
	padding: 10px 0px 0px 30px;
	line-height: 25px;
	color: #000;
}

.insurence_bg .head1 p i {
	color: #000;
	margin: 0px 5px 0px -0px;
}

.inurence {
	margin: 25px 0px 0px;
}

.inurence li {
	display: inline-block;
	width: 33%;
	vertical-align: top;
}

.inurence .insure_text {
	background: #f8f9fb;
	padding: 20px;
	border-radius: 5px;
	width: 100%;
	max-width: 415px;
	margin: 5px;
	border: 1px solid #02184612;
}

.inurence .insure_text h2 {
	font-size: 20px;
	background: #1d1d1d;
	width: 40px;
	height: 40px;
	float: left;
	margin: 0px 10px 0px 0px;
	border-radius: 50%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px dashed #ffffff;
}

.inurence .insure_text p {
	font-size: 14px;
	font-weight: 400;
	color: #000;
}

.insure_head {
	margin: 35px 0px 0px;
}

.insure_head h2 {
	margin: 0px 0px 15px;
}

.insure_head p {
	display: inline-flex;
	font-size: 14px;
	font-weight: 300;
	color: #000;
	line-height: 23px;
	padding: 10px 0px 10px 30px;
}

.insure_head p i {
	margin: 5px 10px 0px 0px;
	font-size: 20px;
	color: var(--heading-text_color);
}

.insurence_bg1 .text_but {
	margin: 20px 0px 0px 50px;
}

.insurence_bg1 .text_but .but {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.insure_img1 {
	max-width: 400px;
	width: 100%;
	margin: 48px auto 0px !important;
}

/*****===== INSURENCE PAGE PART END  =====*****/

/*****===== Support PAGE PART START  =====*****/
.contact_section {
	padding: 0px 0px 50px;
}

.contact_feature {
	margin: 20px 0px 0px;
	display: inline-grid;
	grid-template-columns: 1.5fr 1.5fr;
	width: 100%;
}

.contact_feature h3 {
	font-size: 15px;
	font-weight: 500;
	color: #1f384e;
	margin-bottom: 20px;
	display: inline-flex;
	align-items: baseline;
	gap: 10px;
	line-height: 22px;
}

.contact_section .form1 {
	padding: 40px 30px;
	background: #ddd;
	border-radius: 20px;
}

.inpts {
	width: 100%;
	padding: 10px;
	border: none;
	outline: none;
	border-radius: 5px;
	background: #fff;
	font-size: 14px;
	font-weight: 400;
	color: #1f384e;
}

.form_item {
	margin: 13px 0px;
	position: relative;
}

.sbmt {
	width: 100%;
	border: none;
	outline: none;
	padding: 8px;
	border-radius: 5px;
	background: #161922;
	font-size: 18px;
	font-weight: 500;
	color: var(--primary_color);
	transition: transform 0.5s ease-in-out, background 0.5s ease-in-out, color 0.5s ease-in-out;
	transform: translateY(0);
}

.contact_section .sbmt:hover {
	background: #fff !important;
}

.sbmt:hover {
	transform: translateY(-3px);
	background: #DFDFE0;
	color: var(--heading-text_color);
}

.contact_section .head .text-start {
	font-size: 30px;
	font-weight: 600;
	color: var(--heading-text_color);
}

.contact_social {
	margin-top: 35px;
	border-radius: 30px;
	background: linear-gradient(70deg, #8e8076c7, #9b7965bd);
	overflow: hidden;
}

.contact_social .head {
	margin: 77px;
}

.contact_social .head h2 {
	color: #f3f3f3;
}

.contact_social .head p {
	margin: 7px 0px 20px;
	color: #ffffffb5;
}

.contact_box {
	display: inline-flex;
	width: 100%;
	gap: 17px;
	margin: 15px 0px;
}

.contact_box i {
	background: var(--heading-text_color);
	color: #fff;
	padding: 8px 16px;
	font-size: 14px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px dashed #ab9c92;
}

.contact_box h3 {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
}

.contact_box h3 span {
	display: block;
	font-size: 15px;
	font-weight: 400;
	color: var(--text_color);
	padding: 5px 0px 0px;
}

/*****===== Support PAGE PART End  =====*****/

/********** SIGNUP PART START ************/
.sign_bg {
	background: url(../images/sign_bg1.png);
	background-size: 100% 100%;
	background-position: center !important;
	padding: 0px 0px 5px;
	min-height: 100vh;
	overflow: hidden;
	position: relative;
}

.sign_bg::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 51%;
	background: #fff;
	z-index: -1;
	left: 0;
	top: 0;
}

.sign_head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0px 15px;
}

.sign_head .logo {
	max-width: 170px;
	margin: -10px 0px 0px;
}

.sign_head .backhome {
	font-size: 17px;
	font-weight: 600;
}

.sign_head .backhome i {
	background: #dd1212ad;
	color: #fff;
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 7px;
	font-size: 21px;
	font-weight: 400;
	transition: 0.5s;
}

.sign_head .backhome i:hover {
	background: #fff;
	filter: drop-shadow(1px 2px 2px #565656);
	color: #000;
}

.sign_text {
	text-align: center;
	margin: 10px 0px 25px;
}

.sign_text h1 {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0px;
	max-width: unset;
}

.sign_text h1 span {
	background: -webkit-linear-gradient(360deg, #0bb7fe 35%, #5052ee 65%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.sign_text p {
	text-align: unset;
	max-width: unset;
	margin: 0px;
	font-size: 17px;
	font-weight: 400;
}

.sign_bg .form_block {
	margin: 24px 0px;
}

.terms h6 {
	text-align: center;
	color: #242424;
	font-size: 16px;
	font-weight: 500;
	margin: 20px 0px 25px;
}

.terms h6 a {
	color: #dd1212ed;
}

.terms h6 a:hover {
	color: #242424;
}

.sign_robo {
	max-width: 505px;
	margin: auto;
	position: relative;
}

.sign_robo img {
	position: absolute;
	top: 10px;
}

.login_bg {
	min-height: 100vh;
}

.form_item label {
	position: absolute;
	top: 12px;
	left: 8px;
	font-size: 16px;
	color: #777;
	pointer-events: none;
	transition: all 0.3s ease;
	background: #f2f2f2;
}

.form_item input:focus {
	border-color: #20b4896b !important;
}

.form_item input:focus+label,
input:not(:placeholder-shown)+label {
	top: -7px;
	font-size: 12px;
}

input:focus+label {
	color: #3498db;
}

.form_item h4 {
	font-size: 16px;
	font-weight: 400;
	color: #353535;
	padding: 0 0 10px;
}

.login_bg .form_item label {
	background: #ffffff;
}

.login_bg .inpts {
	background: transparent;
	border: 1px solid #0000001c;
}

.login_bg input:focus+label {
	color: #000000;
	background: #ffffff;
	padding: 0px 3px;
}

.log_bot {
	display: flex;
	justify-content: space-between;
	margin: 35px 0px 0px;
}

.log_bot a {
	font-size: 14px;
	font-weight: 600;
}

.login_bg .form_block {
	margin: 35px auto;
	max-width: 500px;
}

.log_social {
	margin: 65px auto 0px;
	display: flex;
	justify-content: space-evenly;
	max-width: 500px;
}

.login_vid {
	margin: 10px 0px 0px 10px;
	height: 570px;
}

.login_vid h2 {
	position: absolute;
	bottom: 0px;
	left: 29px;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	line-height: 32px;
	text-transform: capitalize;
}

/* .login_vid {
  position: relative; 
  display: inline-block; 
}
.login_vid img.img-fluid {
  display: block; 
  width: 100%;
  height: auto;
} */

.login_vid::before {
	content: "";
	position: absolute;
	background: #00000029;
	height: max-content;
	width: 100%;
	inset: 0;
	z-index: 1;
}

.login_vid img {
	border-radius: 10px;
}

.login_vid .vid {
	width: 100%;
}

.icon-content {
	margin: 0 10px;
	position: relative;
}

.icon-content .tooltip {
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #323233;
	color: #fff;
	padding: 3px 15px 5px;
	border-radius: 30px;
	opacity: 0;
	visibility: hidden;
	font-size: 14px;
	transition: all 0.3s ease;
	text-align: center;
}

.icon-content:hover .tooltip {
	opacity: 1;
	visibility: visible;
	top: -35px;
	top: -45px;
}

.icon-content .link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #4d4d4d;
	background-color: #e8e8e8;
	transition: all 0.3s ease-in-out;
}

.icon-content .link:hover {
	box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 12%);
}

.icon-content .link svg {
	width: 22px;
	height: 30px;
}

.icon-content .link[data-social="telegram"]:hover {
	color: #0088cc;
}

.login_bg .section-title {
	margin-bottom: 10px;
}

.rem_text {
	font-size: 15px;
	font-weight: 400;
	margin: 20px 0px;
}

.signup_bg .login_vid img {
	border-radius: 10px;
	position: relative;
	bottom: 36px;
}

/********** SIGNUP PART END ************/

.d_confirm_bg .payform .sbmt:hover {
	background-color: #eaf3fa !important;
	border: unset;
	color: var(--heading-text_color);
}

.d_confirm_bg .payform .sbmt {
	margin: 10px 0px;
	width: 48%;
}

.d_confirm_bg .payform .error {
	border: unset !important;
	background: unset;
}

.d_confirm_bg .sbm_btn .sbmt {
	width: 35% !important;
	margin: 10px auto !important;
	background: #dfdfdfdf !important;
	color: var(--heading-text_color) !important;
}

@media(max-width:1199px) {

	.nav-link {
		margin: 0px 4px;
	}

	.review_img {
		width: 100%;
		margin-left: 22px;
		margin-top: -50px;
		height: 570px;
		display: block;
		border-radius: 25px;
	}

	.contact_social .head {
		margin: 40px;
	}

	.con_img {
		height: 80vh;
	}

	.login_vid img {
		border-radius: 10px;
		height: 102%;
		object-fit: cover;
		object-position: center;
	}

	.login_vid::before {
		height: 102%;
		border-radius: 10px;
	}

	.signup_bg .login_vid::before {
		height: 113%;
		border-radius: 10px;
		margin-top: -38px;
	}

	.signup_bg .login_vid img {
		border-radius: 10px;
		height: 640px;
		margin-top: -39px;
		position: unset;
	}
}

@media(max-width:991px) {

	/* new style */
	.regulation_group {
		display: grid;
		grid-template-columns: 1fr;
		place-items: center;
		gap: 10px;
	}

	.created_section .head p {
		width: 100%;
		margin: 0px;
		text-align: center;
	}

	.created_section .head .icon {
		text-align: center;
	}

	.created_section .px-3 {
		padding-right: 0rem !important;
		padding-left: 0rem !important;
	}

	.faq-category-card {
		text-align: center;
	}

	.faq-other {
		padding: 22px;
	}

	.step-card {
		margin-bottom: 20px;
	}

	.img_box img {
		max-width: 100%;
	}

	/* new style */


	.play-button {
		font-size: 18px;
	}

	.banner_bg1 {
		background-attachment: unset !important;
	}

	.video_img {
		height: 337px;
	}

	.circle-container {
		position: relative;
		width: 130px;
		height: 130px;

	}

	.about_text_part,
	.what_text {
		text-align: center;
	}

	.about_ceo,
	.what_we_img,
	.what_we_img1,
	.review_img {
		display: none;
	}

	.content_box h3 {
		line-height: 22px;
	}

	.content_box {
		padding: 15px;
		position: absolute;
		bottom: 26px;
		right: 13px;
		max-width: 215px;
	}

	.aboutus_section .top_but {
		justify-content: center;
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}

	.head h5,
	.what_text h3 span {
		text-align: center;
	}

	.head p {
		width: 80%;
		margin: auto;
	}

	.testi_part .grid_row {
		display: grid;
		grid-template-columns: 1fr;
	}

	.rating {
		justify-content: center;
	}

	.review_item h3 {
		width: 90%;
		text-align: center;

	}

	.team_group {
		margin: 25px 0px 0px;
	}

	.faq_tab {
		gap: 14px;
		flex-direction: row;
	}

	.faq_text {
		display: none;
	}

	.head h2 {
		text-align: center;
	}

	.insurence_bg .head p {
		width: 100%;
	}

	.insurence_bg .head h3 {
		text-align: center;
	}

	.inurence li {
		width: 49%;
	}

	.insurence_bg1 .invest_but {
		margin: auto;
	}

	.insure_img1 {
		display: none;
	}

	.contact_feature {
		margin: 24px auto 0px;
		display: grid;
		grid-template-columns: 1.5fr 1.5fr;
		width: 89%;
		gap: 6px;
	}

	.contact_section .head .text-start {
		text-align: center !important;
		margin-top: 20px;
	}

	.con_img {
		display: none;
	}

	.contact_box_group {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.contact_social .head p {
		margin: 7px auto 20px;
		color: #ffffffb5;
		text-align: center;
	}

	.sign_bg::before {
		width: 100%;
	}

	.sign_head .backhome i {
		background: #dd1212ad;
		color: #fff;
		height: 35px;
		width: 35px;
		font-size: 16px;
	}

	.sign_head img {
		max-width: 130px;
	}

	.sign_text h1 {
		font-size: 25px;
	}

	.sign_text p {
		font-size: 16px;
	}

	.sign_text {
		margin: 9px 0px 0px;
	}

	.form_item label {
		top: 9px;
		left: 8px;
		font-size: 14px;
	}

	.form_item {
		margin: 12px 0px;
		position: relative;
	}

	.log_social {
		margin: 40px auto 0px
	}

	.inpts {
		width: 100%;
		padding: 8px;
	}
}

@media(max-width:767px) {

	/* new style */
	.box {
		margin: 10px;
	}

	.regulation_group .head p {
		width: 100%;
		text-align: center;
	}

	.faq-other {
		text-align: center;
	}

	.step-card {
		text-align: center;
	}

	/* new style */


	.content_box h3 {
		line-height: 18px;
		font-size: 14px;
	}

	.circle-container {
		position: relative;
		width: 115px;
		height: 115px;
	}

	.circle_anime {
		top: 35%;
		right: -54px;
	}

	.content_box {
		padding: 10px;
	}

	.faq_bg .accordion-button {
		font-size: 13px;
	}

	.banner1 .header_text {
		width: 100%;
		line-height: 19px;
	}

	.stick {
		padding: 0px 0px;
	}

	.inurence .insure_text p {
		font-size: 13px;
	}

	.inurence .insure_text {
		padding: 10px;
	}

	.contact_section .head p {
		width: 95%;
		margin: auto;
		text-align: center;
	}

	.contact_feature {
		width: 100%;
	}

	.contact_box_group {
		margin: 20px 0px 0px;
		flex-wrap: wrap;
	}

}

@media(max-width:576px) {

	/* new style */

	.about_part .faq_qes h2 {
		font-size: 23px;
	}

	.about_part .faq_qes svg {
		max-width: 30px !important;
	}

	.way_section .head p {
		font-size: 13px;
		max-width: 100%;
		width: 100%;
	}

	.way_section ul li {
		width: 100%;
	}

	.box p {
		font-size: 14px;
	}

	.regulation_section {
		padding: 35px 0px 0px;
	}

	.faq-category-card {
		margin: 15px 0px 0px;
	}

	.pt-5 {
		padding-top: 2rem !important;
	}

	.steps-regulation {
		padding-bottom: 30px !important;
	}

	/* new style */


	.banner1 {
		padding: 28px 0px 30px;
	}

	.banner1 h3 {
		font-size: 25px;
		margin: 0px 0px 0px;
	}

	.head h2 {
		font-size: 22px;
	}

	.head p {
		font-size: 13px;
		width: 100%;
		margin: auto;
	}

	.about_text_part h3 {
		font-size: 15px;
		margin-bottom: 13px;
		padding-bottom: 5px;
	}

	.parter_sec i {
		font-size: 25px;
		margin-left: 15px;
		margin-right: 0px;
	}

	.parter_sec h4 {
		font-size: 11px;
	}

	.avarta {
		max-width: 35px;
	}

	.partner_img h3 {
		font-size: 11px;
		margin-left: 11px;
		margin-bottom: 0;
	}

	.about_part .parter_sec {
		width: 51%;
		vertical-align: middle;
	}

	.video_img {
		max-height: 240px;
		object-fit: cover;
	}

	.content_box {
		display: none;
	}

	.circle-container {
		position: relative;
		width: 100px;
		height: 100px;
	}

	.circle_anime {
		top: 35%;
		right: -17px;
		max-width: 115px;
	}

	.head h5 {
		font-size: 14px;
	}

	.grid_col-1 {
		margin-left: 15px;
	}

	.team_sec .invest_but {
		padding: 10px 31px 10px 10px !important;
		width: 180px;
	}

	.author_content h3 {
		font-size: 16px;
		font-weight: 500;
	}

	.author_content h3 span h5 {
		font-size: 14px;
	}

	.what_section {
		padding: 35px 0px;
	}

	.review_item h3 {
		margin: 0px 0px 25px;
		width: 100%;
		font-size: 13px;
		line-height: 18px;
	}

	.author span i {
		top: -20px;
		left: 31px;
	}

	.testi_part,
	.about_part {
		padding: 35px 0px 0px;
	}

	.faq_bg .nav-link {
		max-width: 134px;
		margin: 0px 0 10px !important;
	}

	.faq_tab {
		gap: 10px;
		flex-direction: row;
		flex-wrap: wrap;
		padding: 15px;
		justify-content: center;
	}

	.faq_bg .accordion-button::after {
		width: 25px;
		height: 25px;
	}

	.faq_bg .accordion-button {
		font-size: 13px;
	}

	.faq_bg .head2 h1 {
		font-size: 20px;
		margin: 20px 0px 10px;
	}

	.faq_bg .row {
		padding: 35px 0px;
		justify-content: center;
	}

	.inurence li {
		width: 100%;
	}

	.insurence_bg {
		padding: 35px 0px;
	}

	.insurence_bg .head p {
		font-size: 13px;
	}

	.insurence_bg1 {
		padding: 35px 0px 0px;
	}

	.insure_head {
		margin: 25px 0px 0px;
	}

	.insurence_bg1 .invest_but {
		padding: 9px 37px 9px 10px !important;
		margin: auto;
		width: 172px;
	}

	.contact_feature h3 {
		font-size: 12px;
		font-weight: 500;
		color: #1f384e;
		margin-bottom: 10px;
	}

	.contact_section .head .text-start {
		font-size: 18px;
	}

	.contact_section .form1 {
		padding: 25px 15px;
	}

	.form_item h4 {
		font-size: 14px;
		padding: 0 0 6px;
	}

	.sbmt {
		font-size: 14px;
	}

	.about_part ul {
		margin: 25px 0px !important;
	}

	.invest_but {
		padding: 8px 37px 8px 10px !important;
		margin: auto;
		width: 175px;
	}
}