.footer_section {
	background-position: 100% 100% !important;
	background-repeat: no-repeat !important;
	background-size: 40% !important;
	padding: 80px 0 40px;
}

.footer_section .container {
	max-width: 1160px;
}

.footer_section .main_nav_box {
	display: flex;
	flex-wrap: wrap;
}

.footer_section .main_nav_box .nav_wight h4 {
	color: #fff;
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	font-weight: 800;
}

.footer_section .main_nav_box .nav_wight ul {
	padding: 0;
}

.footer_section .main_nav_box .nav_wight ul li {
	list-style: none;
	margin-bottom: 4px;
}

.footer_section .main_nav_box .nav_wight ul li a {
	color: #fff;
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	line-height: 29px;
	text-decoration: none;
}

.footer_section .main_nav_box .nav_wight:first-child {
	width: 30%;
}

.footer_section .main_nav_box .nav_wight:nth-child(2),
.footer_section .main_nav_box .nav_wight:nth-child(3) {
	width: 25%;
}

.footer_section .main_nav_box .nav_wight:nth-child(4) {
	width: 20%;
}

.footer_section .social_icons ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}

.footer_section .social_icons ul li {
	list-style: none;
	padding-right: 15px;
}

.footer_section .social_icons ul li a {
	background-color: #fff;
	border-radius: 50px;
	display: block;
	height: 35px;
	line-height: 22px;
	padding: 6px;
	text-align: center;
	text-decoration: none;
	width: 35px;
}

.footer_section .social_icons ul li a img,
.footer_section .social_icons ul li a svg {
	fill: #397ace;
	height: 18px;
	width: 18px;
}

.footer_section .copy_right {
	padding: 40px 0 0;
}

.footer_section .copy_right p {
	color: #fff;
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	line-height: 28px;
}

.footer_section .copy_right p a {
	border-right: 1px solid #fff;
	color: #fff;
	display: inline-block;
	line-height: 1;
	margin-right: 10px;
	padding-right: 10px;
	text-decoration: none;
}

.footer_section .copy_right p a:last-child {
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}

@media screen and (max-width: 1024px) {
	.footer_section {
		background-size: 70% !important;
	}

	.footer_section .container .row {
		display: block;
	}

	.footer_section .col-lg-3,
	.footer_section .col-lg-9 {
		max-width: 100%;
	}

	.footer_section .social_icons ul {
		justify-content: center;
	}

	.footer_section .copy_right {
		justify-content: center;
		padding: 30px 0 0;
		text-align: center;
	}

	.footer_section .copy_right .col-lg-5,
	.footer_section .copy_right .col-lg-7 {
		max-width: 100%;
	}

	.footer_section .copy_right p {
		text-align: center !important;
	}
}

@media screen and (max-width: 991px) {
	.footer_section {
		padding: 30px 0 10px;
	}

	.footer_section .main_nav_box .nav_wight:first-child,
	.footer_section .main_nav_box .nav_wight:nth-child(2),
	.footer_section .main_nav_box .nav_wight:nth-child(3),
	.footer_section .main_nav_box .nav_wight:nth-child(4) {
		width: 50%;
	}

	.footer_section .copy_right {
		padding: 20px 0 0;
		text-align: center;
	}

	.footer_section .copy_right p {
		text-align: center !important;
	}

	.footer_section .main_nav_box .nav_wight {
		margin-bottom: 20px;
	}

	.footer_section .social_icons ul {
		justify-content: center;
	}

	.footer_section .social_icons ul li a svg {
		height: 20px;
		width: 20px;
	}

	.footer_section .social_icons ul li a {
		height: 40px;
		line-height: 26px;
		width: 40px;
	}
}

@media screen and (max-width: 680px) {
	.footer_section .main_nav_box .nav_wight:first-child,
	.footer_section .main_nav_box .nav_wight:nth-child(2),
	.footer_section .main_nav_box .nav_wight:nth-child(3),
	.footer_section .main_nav_box .nav_wight:nth-child(4) {
		width: 100%;
	}

	.footer_section .main_nav_box .nav_wight .hs_cos_wrapper {
		display: none;
	}

	.footer_section .main_nav_box .nav_wight {
		margin-bottom: 10px;
	}

	.footer_section .main_nav_box .nav_wight h4 {
		position: relative;
	}

	.footer_section .main_nav_box .nav_wight h4:before {
		content: '\f107';
		font-family: Font Awesome\6 Free;
		position: absolute;
		right: 5px;
		top: 0;
	}

	.footer_section .main_nav_box .nav_wight h4.active:before {
		transform: rotate(179deg);
	}
}

.create_account_modal {
	top: 70px;
}

.create_account_modal .create_hedding {
	background-color: #1677f1;
	border-radius: 15px 15px 0 0;
	padding: 20px;
	text-align: center;
}

.create_account_modal .create_hedding .close_btn {
	color: #fff;
	cursor: pointer;
	font-size: 30px;
	font-weight: 100;
	position: absolute;
	right: 20px;
	top: 16px;
}

.create_account_modal .create_hedding h2 {
	color: #fff;
	font-size: 27px;
	line-height: 47px;
}

.create_account_modal .create_hedding h2 span {
	display: block;
}

.create_account_modal .create_body_content {
	padding: 30px 70px;
	position: relative;
	text-align: center;
}

.create_account_modal .create_body_content .popup_inner_box {
	padding-bottom: 20px;
}

.create_account_modal .create_body_content .popup_inner_box h4 {
	color: #58595b;
	font-weight: 400;
	margin-bottom: 12px;
}

.create_account_modal .create_body_content .popup_inner_box .btn {
	font-size: 18px;
	font-weight: 600;
	transition: all 0.3s ease-out;
	width: 100%;
}

.create_account_modal .create_body_content .popup_inner_box .btn:hover {
	border-radius: 40px;
}

.create_account_modal .create_body_content .or_box {
	position: relative;
}

.create_account_modal .create_body_content .or_box h5 {
	background-color: #fff;
	color: #58595b;
	display: inline-block;
	font-weight: 500;
	padding: 6px;
	position: relative;
	z-index: 1;
}

.create_account_modal .create_body_content .or_box:before {
	background-color: #bdbdbd;
	content: '';
	height: 1px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 17px;
	width: 100%;
}

.create_account_modal .modal-body {
	padding: 0;
}

.create_account_modal .modal-content {
	border-radius: 17px;
}

.create_account_modal .modal-dialog {
	max-width: 566px;
}
