.fixed-header {
	position: fixed;
	width: 100%;
	z-index: 11;
}
.header-menu-box .custom-menu-primary .hs-menu-flow-horizontal ul li ul li ul {
	position: absulate !important;
}
.header-menu-box .custom-menu-primary .hs-menu-flow-horizontal {
	position: relative !important;
}
.body-container-wrapper {
	padding-top: 0 !important;
}
.top-menu {
	padding: 6px 0;
	border-bottom: 1px solid #545454;
	background: #151f53;
}
.logo {
	float: left;
	width: 26%;
	padding: 4px 0;
}
.logo:after {
	display: none;
	content: "";
	height: 60px;
	background: #545454;
	width: 1px;
	position: absolute;
	left: 124px;
	top: -12px;
}
.social-icons a {
	margin: 0 12px;
	color: #fff;
}
.social-icons a:hover {
	color: #f79f35;
}
.social-icons {
	float: right;
	width: 64%;
	z-index: 9;
	margin-top: 7px;
	position: relative;
}
.social-icons:after {
	display: none;
	content: "";
	height: 60px;
	background: #545454;
	width: 1px;
	position: absolute;
	left: 137px;
	top: -18px;
}
.header-search-module {
	float: left;
	width: 100%;
}
.language-box {
	float: right;
	width: 10%;
	margin: 5px 0;
}
.language-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.search-span {
	color: #fff;
	margin-top: 8px;
	padding-right: 38px;
}
.search-button {
	height: 30px;
}
.search-table {
	position: relative;
	height: 32px;
	float: right;
	padding: 0;
	position: relative;
}
.hs-search-field__input {
	height: 42px;
	font-size: 20px;
	display: inline-block;
	font-weight: 100;
	border: 0;
	outline: 0;
	color: #555;
	padding: 3px 10px;
	padding-right: 100px !important;
	width: 0;
	position: absolute;
	top: inherit;
	right: 0;
	background: 0;
	z-index: 3;
	transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
	cursor: pointer;
	bottom: -6px;
}
.hs-search-field__input:focus:hover {
	border-bottom: 0;
}
.hs-search-field__input:focus {
	width: 893px;
	z-index: 1;
	background: #2c2c2c;
	cursor: text;
}
.searchsubmit {
	height: 30px;
	width: 28px;
	outline: 0;
	display: inline-block;
	color: red;
	float: right;
	border: 0;
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 2;
	cursor: pointer;
	transition: opacity 0.4s ease;
	background: url(https://cdn2.hubspot.net/hubfs/5052750/Nexia_bt_New_website/images/search-icon.png)
	no-repeat;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.searchsubmit:hover {
	opacity: 0.8;
}
.hs-search-field__suggestions li a {
	color: #575756;
	font-size: 18px;
}
.hs-search-field__suggestions #results-for {
	color: #f79f35;
	font-size: 18px;
	padding: 10px 15px;
	border-bottom: 1px solid #cfcfcf;
}
/*.dropdown a {
	text-decoration: none;
}
.dropdown [data-toggle="dropdown"] {
	display: block;
	position: relative;
	border: solid 1px transparent;
	font-family: "Open Sans", sans-serif;
	padding: 4px 8px;
	margin: 0;
	outline: 0;
	font-size: 14px;
	text-decoration: none;
	white-space: nowrap;
	word-wrap: normal;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	border-color: #d3d3d3;
	background: #f8f8f8;
	color: #333;
}
.dropdown [data-toggle="dropdown"]:hover {
	background: #fff;
}
.dropdown .icon-arrow {
	position: absolute;
	display: block;
	font-size: 0.6em;
	color: #333;
	top: 10px;
	right: 10px;
}
.dropdown .icon-arrow.open {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transition: -webkit-transform 0.6s;
	-moz-transition: -moz-transform 0.6s;
	-o-transition: -o-transform 0.6s;
	transition: transform 0.6s;
}
.dropdown .icon-arrow.close {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: -webkit-transform 0.6s;
	-moz-transition: -moz-transform 0.6s;
	-o-transition: -o-transform 0.6s;
	transition: transform 0.6s;
}
.dropdown .icon-arrow:before {
	content: "\25BC";
}
.dropdown .dropdown-menu {
	max-height: max-content;
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
}
.dropdown .dropdown-menu li {
	padding: 0;
}
.dropdown .dropdown-menu li a {
	display: block;
	color: #6e6e6e;
	background: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: 0 1px 0 #fff inset, 0 -1px 0 #d4d4d4 inset;
	box-shadow: none;
	text-shadow: none;
	padding: 4px 6px;
}
.dropdown .dropdown-menu li a:hover {
	background: #f6f6f6;
	text-decoration: none;
}
.dropdown .show,
.dropdown .hide {
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	transform-origin: 50% 0;
}
.dropdown .show {
	display: block;
	max-height: 9999px;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	animation: showAnimation 0.5s ease-in-out;
	-moz-animation: showAnimation 0.5s ease-in-out;
	-webkit-animation: showAnimation 0.5s ease-in-out;
	-webkit-transition: max-height 1s ease-in-out;
	-moz-transition: max-height 1s ease-in-out;
	-o-transition: max-height 1s ease-in-out;
	transition: max-height 1s ease-in-out;
}
.dropdown .hide {
	max-height: 0;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	animation: hideAnimation 0.4s ease-out;
	-moz-animation: hideAnimation 0.4s ease-out;
	-webkit-animation: hideAnimation 0.4s ease-out;
	-webkit-transition: max-height 0.6s ease-out;
	-moz-transition: max-height 0.6s ease-out;
	-o-transition: max-height 0.6s ease-out;
	transition: max-height 0.6s ease-out;
}*/
#loading {
	color: #000;
	position: relative;
	font-size: 18px;
	text-align: center;
	font-family: monospace;
	margin: 0.1em auto;
	text-transform: uppercase;
}
.language-box .dropdown-menu {
	min-width: 77px !important;
	background-color: inherit !important;
	background-clip: inherit !important;
	border: none !important;
	border-radius: 0 !important;
}
.hs-search-field__suggestions li {
	background: #fff;
	list-style: none;
	padding: 6px 15px !important;
}
.results-for {
	border-bottom: 1px solid #ddd;
	padding-top: 10px;
}
.hs-search-highlight {
	font-weight: 700;
}
.desktop-menu .hs-search-field--open .hs-search-field__suggestions {
	border: none !important;
}
.hs-search-field__suggestions {
	position: absolute;
	right: 107px;
	width: 100%;
	top: 40px;
	z-index: 999;
}
.desktop-menu .hs-search-field__bar ::-webkit-input-placeholder {
	color: #cfcfcf !important;
	font-size: 1rem;
}
.desktop-menu .hs-search-field__input {
	color: #fafafa;
	font-size: 1rem;
}
@media (min-width: 300px) and (max-width: 768px) {
	.desktop2-menu {
		display: none;
	}
	.fixed-header .top-menu {
		float: left !important;
		max-width: 100% !important;
		width: 100% !important;
		padding: 13px 0;
		border-bottom: none !important;
	}
	.fixed-header .header-menu-box {
		float: right !important;
	}
	.fixed-header .top-menu .row .col-sm-4 {
		float: left !important;
		width: 100% !important;
		max-width: 100% !important;
		flex: inherit !important;
	}
	.fixed-header .top-menu .row .col-sm-4 .logo {
		width: 50% !important;
		text-align: left;
		display: block;
		float: none;
		padding: 0;
	}
	.fixed-header {
		background: #000 !important;
	}
	.fixed-header .header-menu-box .desktop1-menu {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		margin: 0;
		padding: 0;
		max-width: 100%;
	}
	.fixed-header .top-menu .row .col-sm-8 {
		width: auto !important;
		display: block;
	}
	.fixed-header .language-box {
		max-width: 70px !important;
		width: 100px !important;
		display: none;
	}
	.fixed-header .custom-menu-primary.js-enabled .hs-menu-wrapper {
		top: 50px;
	}
	.fixed-header .header-menu-box .custom-menu-primary .hs-menu-wrapper > ul {
		background: #fff;
		height: 100vh;
	}
	.fixed-header
	.header-menu-box
	.custom-menu-primary
	.hs-menu-wrapper
	> ul
	> li
	> a {
		padding: 0 10px;
	}
	.fixed-header .custom-menu-primary .hs-menu-wrapper > ul li {
		border-top: 1px solid #e0e0e094;
	}
	.fixed-header .header-menu-box .custom-menu-primary .hs-menu-wrapper > ul ul {
		background: #f1f1f1;
		border: none !important;
	}
	.fixed-header
	.header-menu-box
	.custom-menu-primary
	.hs-menu-flow-horizontal
	ul
	li.hs-menu-depth-1
	ul
	li
	a {
		border-top: none !important;
		border-bottom: none !important;
		padding: 0 12px 0 15px;
	}
	.fixed-header
	.header-menu-box
	.custom-menu-primary
	.hs-menu-wrapper
	> ul
	> li
	> ul:before {
		display: none !important;
	}
	.fixed-header
	.header-menu-box
	.custom-menu-primary
	.hs-menu-flow-horizontal
	ul
	li.hs-menu-depth-1
	a {
		color: #575756 !important;
	}
	.child-trigger i {
		background: url(https://www.nexiabt.com/hubfs/Nexia_bt_New_website/images/mobile_arror_top.png)
		center top no-repeat !important;
		width: 14px !important;
		height: 14px !important;
		position: relative;
		top: 16px;
	}
	.mobile-trigger {
		right: 2px;
		top: 27px !important;
	}
}
.mobile-trigger {
	width: 50px;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
}
.mobile-trigger span {
	display: block;
	height: 4px;
	margin-bottom: 5px;
	width: 100%;
	background: #fff;
	border-radius: 9px;
	opacity: 1;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
.mobile-trigger span:nth-child(1) {
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
.mobile-trigger span:nth-child(2) {
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
.mobile-trigger span:nth-child(3) {
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
.mobile-trigger.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mobile-trigger.open span:nth-child(2) {
	width: 0;
	opacity: 0;
}
.mobile-trigger.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media (min-width: 569px) and (max-width: 854px) {
	.header-menu-box
	.custom-menu-primary
	.hs-menu-flow-horizontal
	ul
	li.hs-menu-depth-1
	a {
		font-size: 0.8rem;
	}
}
@media (min-width: 768px) and (max-width: 812px) {
	.hs-search-field__input:focus {
		width: 560px;
	}
	.hs-search-field__suggestions {
		right: 27px;
	}
}
@media (min-width: 813px) and (max-width: 854px) {
	.hs-search-field__input:focus {
		width: 582px;
	}
	.hs-search-field__suggestions {
		right: 27px;
	}
}
@media (min-width: 855px) and (max-width: 1100px) {
	.hs-search-field__input:focus {
		width: 700px;
	}
	.hs-search-field__suggestions {
		right: 75px;
	}
}
@media (min-width: 768px) and (max-width: 854px) {
	.language-box {
		width: 13%;
	}
	.header-menu-box .custom-menu-primary .hs-menu-wrapper > ul > li > a {
		padding: 16px 10px;
	}
	.header-menu-box
	.custom-menu-primary
	.hs-menu-flow-horizontal
	ul
	li.hs-menu-depth-1.hs-item-has-children
	a:after {
		right: -6px !important;
		top: 18px !important;
	}
	.header-menu-box
	.custom-menu-primary
	.hs-menu-flow-horizontal
	ul
	li.hs-menu-depth-1.hs-item-has-children:hover
	a:after {
		right: -6px !important;
		top: 18px !important;
	}
}
@media (min-width: 855px) and (max-width: 1100px) {
	.header-menu-box .custom-menu-primary .hs-menu-wrapper > ul > li > a {
		padding: 16px 12px !important;
	}
}
.mobile-blog-tags-menu,
.inner-banner-custom {
	min-height: 0 !important;
}
.cb-box.blogstagsmenu {
	display: none;
}
.sm_menu_outer ul.blogmenu.mobile_menu li:first-child {
	color: #575756;
	padding: 8px 15px;
	background: #f1f1f1;
}
#sm_menu_ham label:after {
	content: "\f107";
	color: #151f53;
	font-family: FontAwesome;
	font-size: 1rem;
	margin-left: 10px;
}
#sm_menu_ham label:before {
	content: "\f1de";
	color: #151f53;
	font-family: FontAwesome;
	font-size: 1rem;
	margin-right: 8px;
}
.back-button {
	position: fixed;
	z-index: 99999;
	background: #151f53;
	color: #fff;
	top: 0;
	padding: 16px 12px;
}
.toc img {
	margin-top: 30px;
}
#close.blogclose {
	position: fixed;
	z-index: 999999;
	top: 0px;
	display: block;
	right: 0px;
	background: #151f53;
	padding: 12px;
	color: #fff;
	font-size: 21px;
}
.cb-box.blogstagsmenu {
	position: fixed;
	top: 0px;
	width: 100%;
	background: #151f53;
	padding: 13px 0;
	z-index: 999;
}
#logo-image img {
	text-align: center;
	width: 100px;
	display: block;
	align-items: center;
	margin: 0 auto;
}
@media (min-width: 0px) and (max-width: 767px) {
	.cb-box.blogstagsmenu {
		display: block;
	}
	.inner-banner-custom {
		min-height: 28px !important;
	}
}
.four-boxes-module {
	padding: 0;
}
.container {
	width: 1200px;
	margin: 0 auto;
	max-width: 1200px !important;
}
.heading-box {
	margin: 30px 0;
}
.all-links {
	text-align: right;
	float: right;
	font-size: 16px;
	color: #17207f;
	text-decoration: none !important;
}
.all-links:hover {
	color: #000;
}
.img-section {
	position: relative;
	overflow: hidden;
	height: 175px;
}
.list-start img {
	left: 50%;
	top: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}
.ct-with-heading h2 {
	color: #0d5257;
	font-size: 1.125rem;
	line-height: 20px;
	letter-spacing: 0.3px;
}
.ct-with-heading h2 a {
	color: #000;
	font-size: 1.125rem;
	line-height: inherit;
	letter-spacing: 0.3px;
	text-decoration: none;
}
.ct-with-heading h2 a:hover {
	text-decoration: underline;
}
.insights-box-main {
	margin-bottom: 50px;
}
.heading-box h2 {
	font-size: 2rem;
	color: #151f53;
}
.new-category .topic-link {
	background: #652cc1;
	color: #fff;
}
.new-category .topic-link:hover {
	background: #9c4181;
}
.insights-box-main .slider {
	width: 90%;
	margin: 0 auto;
	width: 100%;
	margin: 0 auto;
}
.insights-box-main .slick-slide {
	margin: 0 20px;
}
.insights-box-main.news-box .slick-slide img {
	width: 100%;
	height: 100%;
	object-fit: unset;
}
.insights-box-main .slick-prev:before,
.insights-box-main .slick-next:before {
	color: #000;
}
.insights-box-main .slick-initialized .slick-slide {
	margin: 0;
}
.insights-box-main .slick-dots {
	display: none;
}
.list-start {
	margin-right: 20px;
}
.insights-box-main .slick-dots {
	display: block;
}
.insights-box-main .slick-dots {
	display: none;
}
.insights-box-main .slick-dots {
	position: absolute;
	bottom: -20px;
}
.insights-box-main .slick-dots {
	position: absolute;
	bottom: -20px;
}
.regular3 {
	display: none;
}
.regular3.slick-initialized {
	display: block;
}
.insights-box-main .slick-dots li button:before {
	font-size: 16px;
}
.insights-box-main .slick-dots li.slick-active button:before {
	font-size: 16px;
}
.insights-box-main .slick-dots li button {
	height: 16px;
	width: 16px;
}
.insights-box-main .slick-dots li button:before {
	font-size: 14px !important;
	width: 16px;
	height: 16px;
	line-height: 18px;
}
.insights-box-main .slick-dots li.slick-active button:before {
	color: inherit;
	opacity: 0.75;
	border: 2px solid #cfcfcf;
	border-radius: 50%;
}
@media (min-width: 0px) and (max-width: 767px) {
	.list-start {
		margin-right: 0;
		padding: 0 6px;
	}
	.four-boxes-module {
		border-bottom: 8px solid #eee;
	}
	.career-boxes-module.si-box {
		padding: 30px 0;
		border-bottom: 8px solid #eee;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.insights-box-main .slick-dots {
		bottom: -36px !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.img-section {
		height: 120px;
	}
	.ct-with-heading h2 a {
		font-size: 1rem;
	}
}
.help-and-newsletter-main {
	padding: 70px 0;
}
.help-text {
	padding-right: 180px;
}
.help-text h2 {
	color: #fff;
	font-size: 28px;
	margin-bottom: 10px;
}
.help-text p {
	color: #fff;
	line-height: 22px;
	margin-bottom: 20px;
	padding-right: 0;
}
.cta-btn {
	color: #00b2a9;
	text-decoration: none !important;
	font-size: 16px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}
.cta-btn:hover {
	color: #000 !important;
}
.newsletter-box h2 {
	color: #fff;
	font-size: 22px;
	margin-bottom: 8px;
}
.newsletter-box p {
	margin-bottom: 14px;
	color: #fff;
	margin-bottom: 14px;
	color: #fff;
}
.input-newsletter input {
	width: 100%;
	background: #05474c;
	border: 0;
	color: #fff;
	padding: 12px 10px !important;
	margin-bottom: 10px;
	outline: 0;
}
.input-newsletter .hs-form-field label {
	display: none;
}
.input-newsletter .actions .hs-button {
	padding: 12px 32px !important;
	text-decoration: none !important;
	text-transform: capitalize;
	color: #fff;
	letter-spacing: 1px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	background: #00b2a9;
	width: inherit;
	margin-top: 10px;
}
.input-newsletter .actions .hs-button:hover {
	background: #000 !important;
	color: #fff !important;
	cursor: pointer !important;
}
.input-newsletter .submitted-message {
	color: #00b2a9;
	font-size: 1.25rem;
}
ul.hs-error-msgs {
	list-style: none;
}
ul.hs-error-msgs li label {
	display: block !important;
	color: red !important;
}
.newsletter-box {
	margin: 0 auto;
	width: 80%;
}
::placeholder {
	color: #fff;
}
@media (min-width: 300px) and (max-width: 767px) {
	.help-and-newsletter-main {
		padding: 40px 0;
	}
	.newsletter-box p {
		font-size: 15px;
	}
	.help-text h2 {
		font-size: 24px;
	}
	.help-text p {
		font-size: 15px;
	}
	.cta-btn {
		font-size: 15px;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.newsletter-box {
		margin: 0 auto !important;
	}
}
@media (min-width: 300px) and (max-width: 666px) {
	.help-text {
		padding-right: 0;
	}
	.newsletter-box {
		margin: 30px auto 0;
		width: 100%;
	}
}
@media (min-width: 667px) and (max-width: 854px) {
	.help-text {
		padding-right: 0;
	}
	.newsletter-box {
		margin: 0 auto;
		width: 100%;
	}
}
@media (min-width: 855px) and (max-width: 1100px) {
	.help-text {
		padding-right: 0;
	}
	.newsletter-box {
		margin: 0 auto;
		width: 100%;
	}
}
.footer-left-logo {
	display: block;
}
.footer-menu-box h2 {
	font-size: 22px;
	color: #151f53;
}
.footer-menu-box ul {
	padding: 0;
	list-style: none;
	margin-top: 20px;
}
.footer-menu-box ul li a {
	color: #575756;
	font-size: 16px;
	line-height: 36px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}
.footer-menu-box ul li a:hover {
	color: #f79f35;
}
.footer-menu-box ul li:last-child a {
	color: #f79f35;
}
.footer-menu-box ul li:last-child a:hover {
	color: #000;
}
.footer-menu-box ul li:last-child a:after {
	content: "\f105";
	font-family: FontAwesome;
	margin-left: 8px;
}
.footer-boxes-module {
	padding: 50px 0 0;
	border-top: 2px solid #e0e0e0;
}
ul.social-icon {
	list-style: none;
	margin: 35px 0 0;
	display: flex;
}
ul.social-icon li {
	margin: 0 8px;
}
.copyrt-list {
	list-style: none;
	display: flex;
	justify-content: flex-end;
}
ul.copyrt-list li {
	margin: 0 15px;
}
ul.copyrt-list li a {
	color: #575756;
	font-size: 14px;
	letter-spacing: 0.5px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}
ul.copyrt-list li a:hover {
	color: #151f53;
}
.footer-menu-with-logo {
	padding-bottom: 42px;
}
ul.copyrt-list {
	margin: 0;
	padding: 0;
}
.copy-right-box {
	padding: 26px 0;
}
.copy-right-box span {
	color: #575756;
	font-size: 14px;
	letter-spacing: 0.5px;
}
ul.social-box {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 23px 0 0;
	float: left;
	width: 32%;
}
ul.social-box li {
	margin: 0 10px;
}
ul.social-box li a {
	color: #575756;
	font-size: 22px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}
ul.social-box li a:hover {
	color: #f79f35;
}
@media (min-width: 0px) and (max-width: 767px) {
	ul.social-box li a {
		font-size: 28px;
	}
	.footer-menu-box ul {
		margin-top: 10px;
		margin-bottom: 0;
	}
	ul.copyrt-list li a {
		font-size: 12px;
		letter-spacing: 0;
	}
	.footer-menu-box {
		margin: 20px 0 0;
	}
}
@media (min-width: 569px) and (max-width: 767px) {
	.copyrt-list {
		justify-content: center;
	}
	.copy-right-box span {
		margin: 0 auto;
		display: table;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.footer-menu-box {
		margin: 0 !important;
	}
	.footer-menu-box h2 {
		font-size: 16px;
	}
	.footer-menu-box ul li a {
		font-size: 14px;
	}
}
@media (min-width: 300px) and (max-width: 567px) {
	.footer-logo {
		text-align: center;
	}
	ul.social-box {
		float: none;
		width: 40%;
		margin: 34px auto 22px;
	}
	.copy-right-box {
		text-align: center;
	}
	ul.copyrt-list li {
		margin: 0 4px !important;
	}
	.copyrt-list {
		justify-content: center;
	}
}
@media (min-width: 481px) and (max-width: 568px) {
	.copyrt-list {
		justify-content: center;
	}
	.footer-logo {
		text-align: center;
	}
	ul.social-box {
		float: none;
		width: 30%;
		margin: 34px auto 22px;
	}
	.copy-right-box {
		text-align: center;
	}
	.copyrt-list {
		justify-content: center;
		margin-top: 10px !important;
	}
}
@media (min-width: 569px) and (max-width: 667px) {
	.footer-menu-box ul li:last-child a {
		line-height: 20px;
	}
}
@media (min-width: 668px) and (max-width: 854px) {
	.footer-menu-box ul li:last-child a {
		line-height: 20px;
	}
}
