::-webkit-scrollbar {
	-webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
	width: 8px;
}

::-webkit-scrollbar:horizontal {
	height: 2px;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .5);
	border-radius: 10px;
	border: 2px solid transparent;
}

::-webkit-scrollbar-track {
	background-color: transparent;
}
/* utility */
.c-container {
	max-width: 1840px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.title-1{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.title-2{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.title-3{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.note {
	color: #f1f1f1;
}
.note img {
	display: inline-block;
	width: 48px;
	margin-right: 8px;
}
.first-givePadding {
	padding-top: 80px;
	margin-top: 80px;
	margin-bottom: 80px;
	padding-bottom: 80px;
}
.givePadding {
	padding-top: 80px;
	padding-bottom: 80px;
}
.section-box {
	position: relative;
}
@media (max-width: 1025px){
	.main {
		min-height: 80vh;
	}
	.c-container {
		max-width: 960px;
	}
	.first-givePadding {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.law-img {
		margin-left: 24px;
	}
}
@media (max-width: 769px) {
	.c-container {
		max-width: 720px;
	}
	.first-givePadding {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
@media (max-width: 430px) {
	.c-container {
		max-width: 100%;
	}
	.first-givePadding {
		padding-top: 0;
		margin-top: 0;
		margin-bottom: 0;
	}
}
.wrapper {
	height: 100vh;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-image: url('../img/home/bg.jpg');
	background-size: cover;
	background-position: center;

}
.wrapper::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, #4096ee 0%, #39ced6 100%);
	opacity: 0.84;
	z-index: -1;
}
.bg {
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.4;
}
.bg-pattern {
	background-position: center;
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.4;
}
.page-title-bg-box {
	width: 100%;
	height: 100%;
}
.page-title {
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 28px;
}
section.contract-page-title {
	padding: 0;
}
.contract-page-title .page-title-bg-box {
	width: 100%;
	padding-top: 36%;
	position: relative;
}

.page-title-bg-box .image {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.contract-page-title .page-title-bg-box .image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.footer-bg-box .footer-image {
	background-image: url("../img/page-header/footer.jpg");
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.footer-phone-box .phone-item {
	display: inline-block;
	margin: 0 22px;
}
.phone-item-icon, .phone-item-text {
	display: inline-block;
	vertical-align: middle;
}
.phone-item .phone-item-icon {
	font-size: 45px;
	padding-right: 6px;
	width: 52px;
}
.phone-item-label .footer-tel-title {
	font-size: 20px;
}

footer a.tel1 {
  font-family: Didot, Arial, sans-serif;
  font-weight: 700;
}
footer .bg-blue-dark {
	background-color: #036ea5;
}

#caveat .modal-body p {
	color: #333;
}

/* navbar */
.feature-box-icon img {
	height: 32px !important;
	width: auto !important;
}
.burger {
	cursor: pointer;
	z-index: 99;
}
.burger-line {
	width: 22px;
	height: 2px;
	margin: 4px;
	border-radius: 2px;
	background-color: #444;
	transition: all 0.2s;
}
@media (min-width: 992px) {
	.burger {
		display: none; 
	}
}

.nav-active {
	transform: translateX(0%);
	box-shadow: -6px 0px 8px -7px rgb(0 0 0 / 10%)
}
.burger-toggle .line1 {
	transform: rotate(45deg) translate(3px,4px);
}
.burger-toggle .line3 {
	transform: rotate(-45deg) translate(4px,-6px);
}
.burger-toggle .line2 {
	opacity: 0;
	visibility: hidden;
}
/* calculator */
.calculator-wrapper {
	padding: 60px 40px 60px 40px;
	background-color: rgba(256,256,256,0.3);
}
.calc-result-box {
	padding: 40px;
	background-color: rgba(0, 0, 0, 0.2);
}
.calc-label.col-form-label {
	font-size: 16px;
	color: #484848;
	font-weight: 600;
	letter-spacing: 1px;
}
.calc-icon {
	display: inline-block;
	width: 48px;
}
h3.calc-result-title {
	font-size: 32px;
	font-weight: 900;
	text-align: center;
	vertical-align: top;
	line-height: 48px;
	padding-left: 12px;
}
.result-item {
	padding: 6px 0;
	font-size: 17px;
	margin-bottom: 8px;
}
.result-item .result-item-text {
	font-weight: 700;
	font-size: 26px;
	color: #fff;
	padding-left: 6px;
	font-family: 'Poppins',sans-serif;
}
.mcw-wrap_theme3 .mcw-form__block-column .mcw-form__title {
	color: #909090 !important; 
}
.mcw-back {
	opacity: 0.2 !important;
}
.calc-deco-box {
	position: absolute;
	top: 0;
	left: -185px;
}
.calc-deco-box img {
	width: 200px;
}
.imgbox {
	position: relative;
	overflow: hidden;
}
.imgbox__inner {
	width: 100%;
	padding-top: 100%;

}
.image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.testimonial .imgbox {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.testimonial .imgbox__inner {
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
	position: relative;
}
.touch-show {
	display: none;
}
.post-title {
	letter-spacing: 0.1rem;
	color: #fff;
	transition: all 0.3s ease-in-out;
}
.post-title a {
	color: #fff;
	transition: all 0.3s ease-in-out;
}
.post-date {
	color: #fff;
	transition: all 0.3s ease-in-out;
}
.post-intro-box {
	padding-top: 12px;
}
.post-intro {
	line-height: 26px;
	letter-spacing: 0.6px;
	color: #fff;
	transition: all 0.3s ease-in-out;
}
.page-body .post-title {
	letter-spacing: 0.1rem;
	color: #484848;
	transition: all 0.3s ease-in-out;
}

.page-body .post-title a {
	color: #484848;
	transition: all 0.3s ease-in-out;
}

.page-body .post-date {
	color: #484848;
	transition: all 0.3s ease-in-out;
}

.page-body .post-intro-box {
	padding-top: 12px;
	min-height: 108px;
}
.page-body .plan-box-text {
	padding: 8px 10px;
}
.page-body .plan-box-text p {
	color: #484848;
}
.page-body .post-intro {
	line-height: 26px;
	letter-spacing: 0.6px;
	color: #484848;
	transition: all 0.3s ease-in-out;
	font-size: 16px;
}
.success-text-box p {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 6px;
}
.video-intro .custom-btn-with-arrow {
	border-bottom: 3px solid #ffdd7c;
	padding: 14px 8px;
	margin-left: 16px;
	transition: all 0.3s;
}
.video-intro .custom-btn-with-arrow:hover {
	letter-spacing: 4px;
}
.video-intro p {
	font-size: 1.3em;
	color: #fff;
}
.page-video-intro .custom-btn-with-arrow {
	transition: all 0.3s;
}
.page-video-intro .custom-btn-with-arrow:hover {
	letter-spacing: 4px;
}
.page-video-intro p {
	letter-spacing: 0.12em;
}
.btn-box {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.plan-btn {
	color: #fff;
	border-radius: 24px;
	padding: 4px 24px;
	transition: all 0.2s;
	position: relative;
	font-size: 16px;
	border: 1px solid #fff;
}
.plan-btn:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.3);
}

.index-form-btn {
	font-size: 22px;
	line-height: 26px;
	border-radius: 40px;
	padding: 6px 34px;
}

.form-bottom-text p {
	color: #fff;
	line-height: 24px;
	font-size: 16px;
	margin-bottom: 0;
	letter-spacing: 0.8px;
}

.go-btn {
	color: #ffdd7c;
	font-weight: 700;
}
.go-btn:hover {
	color: #ffdd7c;
}
.blockquote-box {
	background-color: #fff;
	border-radius: 10px;
}

.facebook-wrapper {
	position: relative;
	/* padding-left: 48px; */
	height: 800px;
	text-align: left !important;
}

.facebook-wrapper iframe {
	width: 500px !important;
	height: 800px !important;
}

/* float-bar */
.float-bar {
	position: fixed;
	bottom: 32%;
	transform: translateY(50%);
	left: 0;
	/* display: none; */
	z-index: 99;
}

.float-bar .float-bar__inner ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.float-bar .float-bar__inner ul li {
	line-height: 16px;
}
.float-bar .float-bar__inner .icon-box {
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.47);
	width: 40px;
	height: 40px;
}
.float-bar .float-bar__inner .icon-box.line {
	background-color: #08c206;
}
.float-bar .float-bar__inner .icon-box.fb {
	background-color: #3787ff;
}
.float-bar .float-bar__inner .icon-box.youtube {
	background-color: #e11f26;
}
.float-bar .float-bar__inner .icon-box.ig {
	background:linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d, #ff8820, #f6ba00);
}
.float-bar .float-bar__inner .icon-box.tiktok {
	background-color: #000;
}
.float-bar .float-bar__inner .icon-box .icon-box-image {
	background-size: 24px;
	background-position: center;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}
.float-bar .float-bar__inner .icon-box .icon-box-image.smaller {
	background-size: 12px;
}
.float-bar .float-bar__inner .icon-box .float-icon {
	display: inline-block;
	opacity: 1;
	height: 24px !important;
	transition: all 0.3s;
}

.float-bar .float-bar__inner p {
	margin-bottom: 24px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	font-weight: 700;
	line-height: 18px;
}
.float-service-box {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	display: inline-block;
}
.float-service-box .image{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}


/* spy wrapper */
.spy-box {
	background-color: rgba(256,256,256,0.4);
	position: fixed;
	top: 45%;
	right: 200px;
	z-index: 99;
	padding: 16px 12px;
	border-radius: 5px;
	/* box-shadow: 0 5px 20px 0px rgba(0,0,0,0.08); */
}
.spy-box a {
	padding: 8px 8px;
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

/* about. */

.about-company-imgbox {
	width: 100%;
	height: 100%;
	position: relative;
}
.about-company-imgbox__inner,
.lawyer-imgbox__inner {
	width: 100%;
	padding-top: 100%;
}
.image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.3s;
}
.branch-time-wrapper {
	display: flex;
	padding: 32px;
	padding-left: 50px;
}
.branch-box {
	margin-bottom: 16px;
}
.branch-label,
.branch-addr {
	display: inline-block;
	vertical-align: middle;
	line-height: 90px;
}
.branch-label {
	display: inline-block;
	text-align: center;
	background-color: #fff;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin-right: 10px;
}
.branch-label h3,
.branch-label p {
	margin-bottom: 0;
	color: #2ca2d8;
}
.branch-label h3 {
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 90px;
}
.branch-label p {
	line-height: 22px;
	letter-spacing: 0.4px;
	font-size: 15px;
	font-weight: 600;
}
.branch-addr {
	font-size: 28px;
}
.branch-addr, .open-content {
	margin-bottom: 0;
	letter-spacing: 0.8px;
	font-weight: 600;
	color: #fff !important;
}
h2.circle-title {
	background-color: #fff;
	color: #2ca2d8;
	height: 56px;
	width: 188px;
	line-height: 56px;
	text-align: center;
	border-radius: 76px;
	display: inline-block;
}
.location-wrapper {
	margin-top: 28px;
}
.location-wrapper .phone-item {
	margin-bottom: 28px;
}
.location-wrapper .phone-item .footer-tel-title {
	margin-bottom: 0;
	color: #fff;
}
.location-wrapper .phone-item .tel1 img {
	width: 250px;
}
.location-wrapper .phone-item .tel2 img {
	width: 220px;
}
.open-box {
	margin-bottom: 0;
}
.open-label {
	background-color: #2ca2d8;
	color: #fff;
	padding: 0 18px;
	border-radius: 32px;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	letter-spacing: 0.6px;
	margin-right: 6px;
}
.open-content {
	display: inline-block;
	vertical-align: middle;
	font-size: 32px;
}
.open-time {
	width: 270px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 4px;
}
.location-wrapper .call-action {
	background-color: #ea5514;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 32px;
	padding: 0 52px;
	border-radius: 48px;
	display: inline-block;
	margin-top: 16px;
	margin-bottom: 16px;
	font-size: 24px;
}
.award-imgbox,
.branch-imgbox,
.lawyer-imgbox {
	width: 100%;
	height: 100%;
	position: relative;
	margin-bottom: 16px;
}
.award-imgbox__inner {
	width: 100%;
	padding-top: 100%;
}
.branch-imgbox__inner {
	width: 100%;
	padding-top: 48%;
}
.about-link:hover {
	text-decoration: underline;
}
.left-box {
	flex: 3;
}
.right-box {
	flex: 4;
}
/* PLAN */
.plan-wrapper {
	display: block;
	overflow: hidden;
	position: relative;
}
.plan-box {
	margin-bottom: 1.8em;
	transition: all 0.3s ease-in;
	background-color: rgba(256, 256, 256, 0.9);
	transition: all 0.3s ease-in-out;
	display: block;
}

.plan-box:hover .image{
	transform: scale(1.03);
}
.post-text-box {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.9);
	width: 100%;
	height: 100%;
	padding: 16px 18px;
	transform: translate3d(0, 100%, 0);
	transition: all 0.4s ease-in-out;
}

.post-image img {
	display: inline-block;
}
.law-img {
	display: inline-block;
	vertical-align: top;
	height: 375px !important;
	margin-right: 0px;
	width: auto;
}
.law-img:last-child {
	margin-left: 10px;
}
.law-text-box {
	border: 1px solid blue;
	display: inline-block;
}
@media (min-width: 1025px) {
	/* .plan-box:hover .post-text-box {
		transform: translate3d(0, 0, 0);
	} */
}

.plan-box .post-text-box.mobile-click {
	transform: translate3d(0, 0, 0) ;
}
.plan-box .post-date,
.plan-box .post-title,
.plan-box .post-title a,
.plan-box .post-intro {
	color: #484848;
}
.plan-box .post-title {
	min-height: 54px;
}
.about-sidebar {
	position: fixed;
	top: 50%;
	left: 155px;
	transform: translateY(-50%);
	z-index: 5;
}
.sidebar .nav.nav-list {
	flex-direction: column;
}
.sidebar-summary {
	position: relative;
	display: block;
	margin-bottom: 32px;
}
.sidebar-summary-img {
	float: left;
	width: 30%;
	height: 100%;
	padding-right: 16px;
}
.sidebar-summary-info {
	float: right;
	width: 70%;
	height: 100%;
	position: relative;
}
.sidebar-summary-info p {
	margin-bottom: 0;
}
.summary-title {
	color: #fff;
	transition: all 0.2s;
}
.sidebar-summary:hover .summary-title {
	color: #ffffff;
}
.summary-text {
	opacity: 0.8;
}
/* service */


.service-box p {
	/* line-height: 36px; */
	font-size: 1.18em;
	margin-bottom: 0;
}

.service-imgbox {
	position: relative;
}
.service-imgbox .imgbox__inner {
	width: 100%;
	padding-top: calc(100% * 7 / 6);
}
.service-imgbox .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;

}
.call-box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, #126fcc 0%, #67adde 100%);
	opacity: 0.7;
}
.tel-btn {
	border-radius: 32px;
	color: #fff;
	padding: 8px 24px;
	width: 140px;
	margin: 0 10px;
	font-weight: 600;
	font-size: 17px;
}
.tel-btn-brown {
	background-color: #b59943;
}
.tel-btn-brown:hover {
	background-color: #c9ab54;
	color: #fff;
}
.tel-btn-green {
	background-color: #45b220;
}
.tel-btn-green:hover {
	background-color: #66c746;
	color: #fff;
}
.btn.call-btn {
	border: 2px solid #fff;
	background-color: #fff;
	color: #484848;
	border-radius: 56px;
	padding: 12px 32px;
	font-size: 14px;
	box-shadow: 0px 0px 26px 3px rgba(256,256,256,0.3);
}
.btn.call-btn:hover {
	border: 2px solid #fff;
	background-color: rgba(256,256,256,0.4);
	color: #fff;
	box-shadow: 0px 0px 8px 0px rgba(256,256,256,0.2);
}
.btn.call-btn span {
	display: block;
	font-size: 16px;
	color: #f5ba4e;
	font-weight: 700;
	transition: all 0.3s;
}
.btn.call-btn:hover span {
	color: #fff;
}
section.success,
section.branch {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}
.success-item {
	background-color: rgb(44 158 212 / 77%);
	color: #fff;
	padding: 30px;
}
.success-item p {
	margin-bottom: 16px;
	font-weight: 600;
	font-size: 17px;
}
.success-item p .name {
	padding-left: 10px;
}
.success-item h2 {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.8px;
	line-height: 35px;
	margin-bottom: 0;
}
.success-item .category .amount {
	padding-left: 8px;
}
.success-deco-box {
	position: absolute;
	width: 240px;
}
.success-deco-box.success-deco-box1 {
	bottom: 16px;
	right: 130px;
}
.success-deco-box.success-deco-box2 {
	top: 168px;
	right: 320px;
}
.qa-btn-wrapper {
	margin-top: 32px;
}
.qa-btn-box {
	margin-top: 16px;
}
.qa-btn-box .btn {
	padding: 12px 24px;
	border-radius: 24px;
	color: #fff;
	font-size: 1.1em;
	transition: all 0.3s;
	background: #ea5514;
	box-shadow: 0 8px 18px 0 rgba(0,0,0,0.16);
}
.qa-btn-box .btn:hover {
	background: #f58352;
	box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.15);

}
.contract-form-wrapper {
	margin-top: 32px;
}
.city-input, .region-input {
	width: 30%;
	display: inline-block;
	margin-bottom: 4px;
}
.address-input {
	width: 100%;
}
label span {
	color: #ff2222;
	padding-left: 2px;
	font-size: 18px;
	line-height: 16px;
}
.col-form-label {
	font-size: 15px;
	color: #fff;
}
#signature {
	background-color: #eee;
	border: 1px solid #acacac;
	height: 240px;
}
#clear-canvas {
	border: 1px solid #fff;
	color: #fff;
	padding: 6px 18px;
	border-radius: 24px;
}
.bg-coin-box img{
	position: absolute;
	top: -230px;
	left: -558px;
}
.post-info a {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
}
.text-under-img,
.text-under-img p {
	margin-top: 24px;
	margin-bottom: 24px;
	line-height: 34px;
	font-size: 16px;
}
article img {
	margin-bottom: 16px;
}
.post-content {
	line-height: 32px;
	word-wrap:break-word;
}
.post-content a {
	text-decoration: underline;
}
.upload-prev {
	width: 100%;
	padding-top: calc(100% * 5 / 8);
	background-color: #eee;
	cursor: pointer;
	margin-top: 16px;
	margin-bottom: 16px;

	-moz-background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.contract-img {
	margin-top: 16px;
	margin-bottom: 16px;
}
.tabs .nav {
	-ms-overflow-style: none;
	/* Internet Explorer 10+ */
	scrollbar-width: none;
	/* Firefox */
}

.tabs .nav::-webkit-scrollbar {
	display: none;
	/* Safari and Chrome */
}
.calc-result {
	color: #Fff;
	margin-top: 38px;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s;
}
.calc-result.show {
	opacity: 1;
	visibility: visible;
}
.scroll-hint {
	display: none;
	color: #fff;
	font-size: 15px;
}
.servicecall-box {
	width: 100%;
	text-align: right;
	padding-top: 10px;
}
.servicecall-box-item {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 154px;
	height: 100%;
	background-color: #bb9f43;
}
.servicecall-box-item.servicecall-box-item-sm {
	width: 118px;
	background-color: #00c200;
}
.servicecall-box-item-label {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 0;
	line-height: 20px;
}

.servicecall-box-item-text {
	display: block;
	color: #fff;
	font-size: 22px;
	letter-spacing: 1px;
}
.servicecall-box-item.servicecall-box-item-sm .servicecall-box-item-text {
	font-size: 18px;
}
a.servicecall-box-item-text:hover {
	color: #fff;
} 
.servicecall-item-icon {
	display: inline-block;
	width: 62px;
	height: 38px;
	margin-top: 6px;
	margin-bottom: 6px;
}
.servicecall-item-icon .icon {
	display: inline-block;
	height: 100% !important;
	font-size: 48px;
	color: #fff;
	line-height: 62px;
}

.form-special-note {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 0;
}
.cancel-btn {
	background-color: rgba(255, 255, 255, 0.39);
}
.cancel-btn:hover {
	background-color: #fff;
}
.contract-logo-box {
	position: absolute;
	top: 0;
	left: 0;
	padding: 16px;
}
.contract-logo-box img {
	width: 300px !important;
}
.header-search-bar {
	padding: 0.5rem 0;
}
section.hero {
	margin-bottom: 80px;
	margin-top: 43px;
}
.hero-imgbox__inner {
	width: 100%;
	padding-top: 30%;
}
.hero-imgbox__inner .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#header .header-logo-order {
	order: 1;
}
#header .header-nav-order {
	order: 2;
	justify-content: flex-end;
}
.servicecall-box-item-label img {
	width: 80px;
}
.success-wrapper {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	flex-direction: column;
	align-content: space-between;
	height: 470px;
}
.f-left {
	/* flex: 0 0 40%; */
	/* max-width: 40%; */
	width: 32%;
	height: auto;
	order: 1;
}
.f-right {
	order: 2;
	/* flex: 0 0 60%; */
	/* max-width: 60%; */
	width: 66%;
	padding-left: 48px;
}
.f-bottom {
	order: 4;
	/* flex: 0 0 60%; */
	/* max-width: 60%; */
	width: 66%;
	padding-left: 48px;
	margin-top: 16px;
}
.f-bottom .owl-carousel {
	margin-bottom: 0;
}
.success-text-box p span {
	display: block;
}
.success-wrapper .owl-theme .owl-nav.disabled+.owl-dots {
	position: absolute;
	width: 100%;
	margin-top: 4px;
}
.link-wrapper {
	position: relative;
}
.link-item-box {
	margin: 0 8px;
}
.link-item {
	background-color: rgba(256,256,256,0.26);
	display: block;
	padding: 26px 16px 16px 16px;
	transition: all 0.3s;
}
.link-item .link-icon {
	margin-bottom: 6px;
}
.link-item .icon__inner {
	width: 64%;
	padding-top: 32%;
	position: relative;
	display: inline-block;
}
.link-item .icon__inner svg{
	background-size: contain;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	fill: #fff;
}
.link-item .link-name {
	font-size: 19px;
	margin-bottom: 2px;
	min-height: 43px;
	line-height: 21px;
	letter-spacing: 0.4px;
	max-width: 80%;
	display: inline-block;
}
.link-item .link-name-sm {
	font-size: 18px;
	letter-spacing: 0;
}
.link-item .link-subtitle {
	margin-bottom: 0;
	font-size: 15px;
	color: #fff;
}
.link-video {
	background-color: #b59943;
	display: block;
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 17px;
	margin-top: 8px;
	padding: 4px 0;
}
.link-item:hover {
	background-color: rgb(255 255 255 / 40%);
}
/* .link-item:hover .icon__inner svg,
.link-item:hover .link-name,
.link-item:hover .link-subtitle{
	fill: #222;
	color: #222;
} */
.link-video:hover {
	background-color: #b9a25b;
}
.link-deco-box {
	position: absolute;
	top: 0;
	right: 335px;
}
.link-deco-box img {
	width: 220px;
}
.yellow {
	color: #fbee40;
}
.yellow-title {
	color: #fbee40;
	float: left;
	width: 16%;
}
.yellow-title2 {
	color: #fbee40;
	float: left;
	width: 20%;
}
.d-text {
	float: left;
	width: 84%;
	margin-bottom: 8px;
}
.d-text2 {
	float: left;
	width: 80%;
	line-height: 28px;
	margin-bottom: 8px;
}
.ps {
	font-size: 14px;
	line-height: 24px;
}
.description {
	font-size: 20px;
	font-weight: 600;
}
.deco-c {
	position: absolute;
	bottom: 0;
	right: -300px;
	width: 280px;
}
.deco-d {
	position: absolute;
	bottom: 50px;
	right: -200px;
	width: 250px;
}
.deco-e {
	position: absolute;
	bottom: -130px;
	right: 200px;
	width: 340px;
}
.footer-icon-item {
	display: inline-block;
	min-width: 92px;
}
.plan-grid {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
	justify-content: center;
	width: 1480px;
	margin-left: auto;
	margin-right: auto;
}
.plan-grid .grid-item {
	width: 19%;
    margin: 0 7px;
}
.lawyer-about {
	max-width: 60%;
}
.footer-icon-wrapper {
	position: relative;
	z-index: 2;
}
.fake-select::before {
	content: '\f107';
	font-family: "Font Awesome 5 Free";
	position: absolute;
	display: block;
	top: 53.5%;
	right: 14px;
	color: #212530;
	font-weight: 900;
	font-size: 1em;
	pointer-events: none;
	transform: translate3d(0, -50%, 0);
}
.fake-select {
	cursor: pointer;
	position: relative;
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-weight: 400;
	color: #495057;
	border-color: transparent;
	background-color: #ffffffeb;
	background-clip: padding-box;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	outline: 0;
	font-size: 13.6px;
	line-height: 1.85;
	letter-spacing: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 26px;
}
.fake-box {
	border-radius: .25rem;
	background-color: #fff;
	padding: 8px 12px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
}
.fake-box.show {
	display: block;
}
.fake-wrapper {
	position: relative;
}
section.contact {
	position: relative;
	z-index: 1;
}
section.contact .fake-box label {
	color: #495057;
}

@media (max-width: 1441px) {
	.plan-grid .grid-item {
		width: 18%;
		margin: 0 6px;
	}
	.footer-icon-item {
		min-width: 80px;
	}
	.footer-phone-box .phone-item {
		margin: 0 4px;
	}
	.deco-c {
		width: 240px;
		right: -270px;
	}
	.deco-d {
		right: -200px;
		width: 150px;
	}
	.deco-e {
		width: 280px;
		right: 100px;
	}
	.success-deco-box.success-deco-box1 {
		bottom: 66px;
		right: 0;
	}
	.success-deco-box {
		width: 180px;
	}
	.success-deco-box.success-deco-box2 {
		top: 188px;
		right: 170px;
	}
	.float-bar {
		bottom: 21%;
	}
	.plan-grid {
		width: 1200px;
	}
	.plan-box .post-title {
		margin-bottom: 0;
	}
	.page-body .plan-box .post-date,
	.page-body .plan-box .post-title,
	.page-body .plan-box .post-title a,
	.page-body .plan-box .post-intro {
		line-height: 22px;
	}
	.page-body .post-intro-box {
		min-height: 84px;
	}
}
@media (max-width: 1400px) {
	.servicecall-box-item {
		width: 140px;
	}
	.servicecall-box-item-text {
		font-size: 20px;
	}
	
}
@media (max-width: 1375px) {
	.servicecall-box-item.servicecall-box-item-sm {
		width: 100px;
	}
}
@media (max-width: 1281px) {
	#header .header-logo-order {
		order: 2;
	}

	#header .header-nav-order {
		order: 1;
		justify-content: flex-start;
	}
	.servicecall-box-item {
		width: 120px;
	} 
	.servicecall-box-item.servicecall-box-item-sm {
		width: 90px;
	}
	.servicecall-box-item-text {
		font-size: 18px;
	}
	.mobile-show-order {
		order: 3;
	}
	.deco-e {
		width: 250px;
	}
	.success-deco-box {
		width: 120px;
	}
	.plan-grid {
		width: 1040px;
	}
	.success-deco-box.success-deco-box2 {
		top: 300px;
		right: 170px;
	} 
	.calc-deco-box {
		top: -230px;
		left: 190px;
	}
	.calc-deco-box img {
		width: 100px;
	}
}
@media (max-width: 1025px) {
	section.hero {
		margin-bottom: 0;
		overflow: hidden;
		margin-top: 43px;
	}
	.section-wrapper {
		height: auto !important;
		overflow: hidden;
	}
	.section-scroll {
		height: 920px !important;
		padding-right: 32px;
		padding-left: 32px;
		padding-top: 60px;
	}
	.section-wrapper .h-100 {
		height: auto !important;
	}
	.testimonial .imgbox__inner {
		padding-top: 100%;
	}
	.go-btn {
		width: 32%;
	}
	.hero.section-scroll {
		padding-top: 0 !important;
		height: 600px !important;
	}
	.testimonial.section-scroll {
		height: 740px !important;
		padding-top: 20px;
	}
	.youtube.section-scroll {
		height: auto !important;
	}
	.contact.section-scroll {
		height: auto !important;
		padding-top: 0;
	}
	.facebook-wrapper {
		height: 820px;
		/* padding-left: 42px; */
	}
	.float-bar .float-bar__inner ul li .float-icon {
		opacity: 1;
	}

	.plan-box {
		box-shadow: none;
		margin: 4px;
	}
	.footer-phone-box .phone-item {
		margin: 0 12px;
	}
	.sidebar-summary-img {
		width: 34%;
	}
	.sidebar-summary-info {
		width: 66%;
	}
	.service-img {
		margin-bottom: 32px;
	}

	.section-name {
		font-size: 30px !important;
	}
	.note img {
		width: 40px;
		margin-right: 0;
	}
	.servicecall-item-content {
		line-height: 22px;
		margin-top: 0;
	}
	.servicecall-box-item.servicecall-box-item-sm {
		width: 114px;
	}
	.servicecall-box-item {
		width: 114px;
	}
	.servicecall-box-item.servicecall-box-item-sm .servicecall-item-content {
		margin-top: 4px;
		margin-bottom: 8px;
	}
	.servicecall-box-item-label {
		margin-bottom: 0;
		font-size: 16px;
		letter-spacing: 0;
	}
	.servicecall-box-item-label img {
		width: 80px;
	}
	.servicecall-item-icon .icon {
		width: 44px;
	}
	.servicecall-box-item-text {
		font-size: 29px;
		font-weight: 900;
		line-height: 100%;
		width: 100%;
	}
	.float-bar {
		bottom: 20%;
	}
	.f-right {
		padding-left: 35px;
	}
	.f-bottom {
		padding-left: 35px;
	}
	.about-sidebar {
		position: relative;
		top: 0;
		left: 0;
		transform: translateY(0);
		width: 100%;
		padding-top: 40px;
	}
	.about-sidebar .nav.nav.nav-list {
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	.branch-addr,
	.open-content {
		line-height: 32px;
		font-size: 24px;
	}
	.about-sidebar  .page-title {
		margin-bottom: 0;
		margin-right: 16px;
	}
	.nav-tabs .page-title {
		margin-left: 32px;
		width: 100%;
		margin-bottom: 0;
	}
	.page-title {
		font-size: 30.8px;
	}
	.circle-title {
		height: 150px;
		width: 150px;
		line-height: 150px;
		font-size: 28px;
	}
	.location-wrapper .call-action {
		font-size: 27px;
		letter-spacing: 0.4px;
		padding: 2px 40px;
	}
	.success-item h2 {
		font-size: 26px;
	}
	.success-deco-box.success-deco-box1 {
		right: 40px;
		width: 120px;
		bottom: 24px;
	}
	.success-deco-box.success-deco-box2 {
		top: 40%;
		right: 40px;
		width: 180px;
	}
	.calc-deco-box {
		top: -253px;
		left: 190px;
	}
	.calc-deco-box img {
		width: 110px;
	}
	.link-deco-box {
		top: 140px;
		right: 45px;
	}
	.link-deco-box img {
		width: 150px;
	}
	.footer .link-box-name.youtube-name {
		margin-left: -4px;
	}
	.yellow-title {
		width: 21%;
	}
	.d-text {
		width: 79%;
	}
	.yellow-title2 {
		width: 24%;
	}
	.d-text2 {
		width: 76%;
	}
	.footer-icon-wrapper {
		text-align: center;
		margin-top: 16px;
	} 
	.deco-c {
		width: 100px;
		right: -40px;
		z-index: 1;
	}
	.deco-d {
		right: -200px;
		width: 140px;
	}
	.deco-e {
		right: -105px;
	}
	.plan-grid {
		width: 100%;
		justify-content: center;
	}
	.plan-grid .grid-item {
		width: 31%;
	}
}
@media (max-width: 992px) {
	.deco-e {
		right: -75px;
	}

	
}
@media (max-width: 769px) {
	.hero.section-scroll {
		padding-top: 0 !important;
		height: 400px !important;
	}
	.section-scroll {
		height: 760px !important;
	}
	.testimonial.section-scroll {
		height: 625px !important;
	}
	.contact.section-scroll {
		padding-top: 80px;
	}
	.bg-coin-box .image {
		height: 66%;
	}
	.bg-coin-box img {
		width: 810px !important;
		height: 560px !important;
		top: -15px;
		left: -58px;
	}
	.float-service-box {
		width: 100px;
		height: 100px;
		display: inline-block;
	}
	.float-icon {
		width: 40px;
	}
	.float-bar.float-bar--right {
		left: auto;
		right: 16px;
	}
	
	.float-bar .float-bar__inner ul li .float-icon {
		opacity: .7;
	}
	.plan-box {
		margin-bottom: 1.8em;
	}
	.post-title {
		font-size: 1.4em;
	}
	.post-intro-box {
		padding-top: 0;
	}
	.video-intro {
		padding-top: 24px;
		text-align: center;
	}
	.video-intro .go-btn {
		display: inline-block;
		width: auto;
	}
	.facebook-wrapper {
		padding-top: 16px;
		padding-bottom: 16px;
		height: 790px;
		padding-left: 0;
		text-align: center !important;
	}
	.copyright {
		text-align: center;
	}
	.page-box-title {
		margin-top: 32px;
		margin-bottom: 18px;
	}
	.footer-phone-box {
		margin-top: 32px;
		margin-bottom: 24px;
		text-align: center;
	}
	.footer-phone-box .phone-item {
		text-align: left;
		margin: 0 24px;
	}
	.sidebar-summary-img {
		width: 30%;
	}
	.sidebar-summary-info {
		width: 70%;
	} 
	.sidebar-summary-info p {
		margin-bottom: 24px;
		line-height: 26px !important;
		font-size: 1.1em !important;
	}
	.section-box {
		margin-top: 32px;
		margin-bottom: 32px;
	}
	.section-name {
		margin-top: 32px;
		margin-bottom: 16px !important;
		text-align: center;
	}
	.section-name-bottom.note {
		padding: 0 80px;
		text-align: center;
	}
	.page-video-intro {
		padding-right: 40px;
		padding-left: 40px;
	}
	.qa-btn-wrapper {
		text-align: center;
		margin-bottom: 24px;
	}
	.tabs .nav.nav-tabs {
		width: 100%;
		white-space: nowrap;
		overflow-x: scroll;
		flex-wrap: nowrap;	
	}
	.tabs .swiper-box.nav.nav-tabs {
		width: 100%;
		overflow: visible;
	}
	.tabs.tabs-simple .nav-tabs {
		justify-content: start;
	}
	.result-item .result-item-text {
		font-size: 21px;
	}
	.calculator-wrapper {
		height: 420px;
		padding: 40px 28px 40px 28px;
	}
	.calc-result-box {
		height: 420px;
		padding: 40px 28px 40px 28px;
	}
	.result-item {
		margin-bottom: 16px;
	}
	.calc-deco-box {
		top: -206px;
		left: 115px;
	}
	.calc-deco-box img {
		width: 90px;
	}
	.servicecall-box-item.servicecall-box-item-sm {
		width: 100px;
	}
	.servicecall-box-item {
		width: 102px;
	}
	.servicecall-box-item-label {
		font-size: 16px;
	}
	.servicecall-item-icon .icon {
		width: 38px;
	}
	.contract-logo-box img {
		width: 200px !important;
	}
	.success-wrapper {
		flex-direction: row;
		height: 500px;
	}
	.f-left {
		width: 32%;
	}
	.f-right {
		width: 68%;
		padding-left: 24px;
	}
	.f-bottom {
		width: 100%;
		padding-left: 0;
	}
	.success-text-box p {
		line-height: 24px;
		margin-bottom: 0;
	}
	#about-intro .page-box-title {
		margin-top: 0;
	}
	.branch-label {
		width: 60px;
		height: 60px;
		margin-right: 2px;
	}
	.branch-label h3 {
		font-size: 20px;
		letter-spacing: 1px;
		line-height: 60px;
	}
	.branch-label p {
		line-height: 16px;
	}
	.branch-time-wrapper {
		flex-direction: column;
		align-items: center;
		padding: 32px 20px;
	}
	.location-wrapper {
		margin-left: 0;
		margin-top: 32px;
		text-align: center;
	}
	.location-wrapper .phone-item {
		text-align: left;
		display: inline-block;
		margin-right: 18px;
		margin-left: 12px;
		margin-bottom: 36px;
	}
	.branch-wrapper::after {
		display: block;
		clear: both;
	}
	.branch-box {
		float: left;
		width: 100%;
		white-space: nowrap;
	}
	.right-box {
		width: 100%;
	}
	.law-img {
		height: 308px !important;
		margin-left: 0;
	}
	.service-imgbox {
		text-align: center;
	}
	.service-imgbox .imgbox__inner {
		width: 56%;
		padding-top: 66%;
		display: inline-block;
		position: relative;
	}
	.success-item {
		margin-bottom: 24px;
		display: inline-block;
		width: 50%;
		padding-left: 52px;
	}
	.success-deco-box.success-deco-box1 {
		width: 210px;
		right: 78px;
		bottom: 172px;
	}
	.success-deco-box.success-deco-box2 {
		top: 48%;
		right: 10px;
		width: 134px;
	}
	.link-deco-box {
		top: -154px;
		right: 55px;
	}
	.link-deco-box img {
		width: 70px;
	}
	.footer .link-box-name.youtube-name {
		margin-left: 0;
	}
	.footer-icon-wrapper {
		margin-top: 0;
	}
	.deco-c {
		width: 80px;
		right: 170px;
		bottom: auto;
		top: -32px;
	}
	.deco-d {
		right: 10px;
		width: 100px;
	}
	.deco-e {
		right: 0;
		width: 220px;
	}
	
}
@media (max-width: 430px) {
	.section-scroll {
		height: auto !important;
		padding-left: 18px;
		padding-right: 18px;
	}
	.page-footer-wrapper{
		padding-left: 0;
		padding-right: 0;
	}
	.hero.section-scroll {
		padding-top: 0 !important;
		height: 240px !important;
	}
	.youtube.section-scroll {
		height: 628px !important;
	}
	.contact.section-scroll {
		padding-top: 55px;
	}
	.float-bar {
		left: 0;
		bottom: 168px;
		padding: 10px 0px;
		border-top-right-radius: 12px;
		border-bottom-right-radius: 12px;
		text-align: left;
	}
	.float-bar .float-bar__inner ul li .float-icon {
		box-shadow: none;
	}
	.float-service-box {
		width: 76px;
		height: 76px;
	}
	.bg-coin-box {
		width: 100%;
		/* height: 560px; */
	}
	.bg-coin-box .image {
		height: 93%;
		left: -38px;
		width: 123%;
	}
	.bg-coin-box img {
		width: 520px !important;
		height: 450px !important;
		top: 95px;
		left: -78px;
	}
	.facebook-wrapper {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.facebook-wrapper iframe {
		height: 780px !important;
	}
	.feature-box .feature-box-info {
		margin-left: 0;
	}
	.float-bar.float-bar--right {
		right: 0;
		left: auto;
		border-top-left-radius: 12px;
		border-bottom-left-radius: 12px;
		border-top-right-radius: 0;
		border-top-right-radius: 0;
	}
	.float-bar .float-bar__inner p {
		margin-bottom: 24px;
		width: 76px;
		line-height: 16px;
		text-align: center;
		padding-top: 0;
		color: #fff;
		letter-spacing: -0.5px;
		font-size: 14px;
	}
	.video-intro {
		text-align: center;
	}
	.post-intro {
		line-height: 24px;
		margin-bottom: 4px;
	}
	.page-body .post-intro-box {
		padding-top: 0;
	}
	.text-under-img,
	.text-under-img p {
		line-height: 30px;
		padding-left: 16px;
		padding-right: 16px;
		margin-top: 16px;
	}
	.page-footer-wrapper .feature-box-info {
		margin-bottom: 0px;
		margin-top: 32px;
	}
	.copyright p {
		margin-bottom: 10px;
		line-height: 16px;
		font-size: 13px;
		letter-spacing: 0;
	}
	.page-box-title {
		font-size: 26px;
	}
	.footer-phone-box .phone-item {
		margin: 8px 24px;
	}
	.footer-phone-box {
		text-align: left;
		margin-left: 24px;
	}
	.sidebar-summary-info p {
		margin-bottom: 0px;
		line-height: 22px !important;
	}
	.btn.call-btn {
		padding: 12px 28px;
	}
	.testimonial-box {
		padding: 8px 52px;
		margin-bottom: 8px;
	}
	.testimonial.testimonial-style-3 blockquote {
		text-align: center;
	}
	.section-name-bottom.note {
		padding: 0 40px;
	}
	.service-box p {
		line-height: 30px;
	    font-size: 16px;
	}
	.calculator-wrapper {
		width: 100%;
		margin-bottom: 24px;
	}
	.result-item {
		margin-bottom: 8px;
	}
	.calc-result-box {
		padding: 32px;
		height: auto;
	}
	.calc-result.show.table {
		width: 460px;
	}
	.result-item .result-item-text {
		font-size: 20px;
	}
	.table-scroller {
		width: 100%;
		overflow-x: scroll;
	}
	.calc-result {
		margin-top: 0px;
	}
	.calc-deco-box {
		top: -137px;
		left: 22px;
	}
	
	.calc-deco-box img {
		width: 60px;
	}
	.scroll-hint.show {
		display: block;
		margin-top: 16px;
		margin-bottom: 8px;
		text-align: center;
	}
	.servicecall-box {
		display: none;
	}
	.index-form-btn {
		font-size: 19px;
		line-height: 48px;
		padding: 4px 36px;
	}
	.servicecall-box-item {
		width: 68px;
	}
	.servicecall-box-item.servicecall-box-item-sm {
		width: 64px;
	}
	.servicecall-item-icon {
		height: 25px;
		margin-top: 4px;
		margin-bottom: 4px;
	}
	.servicecall-box-item.servicecall-box-item-sm .servicecall-box-item-text {
		font-size: 15px;
		letter-spacing: 0;
	}
	.servicecall-box-item.servicecall-box-item-sm .servicecall-box-item-text span {
		font-size: 10px;
		font-weight: 500;
	}
	.servicecall-box-item-label {
		font-size: 10px;
	}
	.servicecall-box-item-text {
		font-size: 15px;
		letter-spacing: 0;
	}
	.servicecall-box-item-text img {
		width: 84%;
	}
	.servicecall-box-item-label img {
		width: 58px;
	}
	.success-wrapper {
		height: auto;
	}
	.f-right {
		width: 100%;
		padding: 16px;
	}
	.f-left {
		width: 100%;
		padding: 16px;
	}
	.f-bottom {
		padding: 16px;
	}
	.success-text-box p span {
		display: inline-block;
	}
	.page-title {
		font-size: 25px;
		line-height: 100%;
	}
	.sidebar .page-title {
		margin-right: 0;
		flex: 0 0 100%;
		padding-left: 15px;
	}
	#about-intro .page-box-title {
		margin-top: 22px;
	}
	.branch-box {
		float: none;
		width: 100%;
	}
	.location-wrapper .phone-item {
		margin-left: 0;
		margin-right: 0;
	}
	.location-wrapper {
		text-align: left;
		margin-left: 16px;
	}
	.location-wrapper .call-action {
		font-size: 24px;
		text-align: center;
		width: 100%;
		padding: 2px 30px;
	}
	.law-img {
		width: 100%;
		height: auto !important;
	}
	.law-img:last-child {
		margin-left: 0;
	}
	.tab-content .owl-carousel {
		padding-top: 80px;
	}
	.tab-content #plan .owl-carousel {
		padding-top: 0;
	}
	.success-deco-box.success-deco-box1 {
		width: 130px;
		right: 18px;
	}
	.success-item {
		width: 75%;
		padding: 30px;
	}
	.success-item .category .amount {
		display: block;
		padding-left: 0;
		line-height: 36px;
	}
	.success-deco-box.success-deco-box2 {
		top: -90px;
		right: 10px;
		width: 88px;
	}
	.link-deco-box {
		top: -234px;
		right: 55px;
	}
	.link-item-box {
		margin: 0 8px;
		margin-bottom: 24px;
	}
	.post-content {
		padding: 0 10px;
	}
	.mobile-p {
		padding-left: 34px;
		padding-right: 34px;
	}
	.plan-btn {
		font-size: 15px;
	}
	.sidebar-summary-img {
		width: 33%;
		padding-right: 10px;
	}
	.sidebar-summary-info {
		width: 67%;
	}
	.service-imgbox .imgbox__inner {
		width: 68%;
	}
	.service-title {
		font-size: 32px !important;
	}
	h3.calc-result-title {
		padding-left: 0;
		font-size: 28px;
		margin-bottom: 0;
	}
	.post-image img {
		max-width: 100%;
	}
	.getintouch-box.plan-detail-getintouch .btn {
		width: auto;
		padding: 8px 16px;
		font-size: 16px;
	}
	.link-item {
		padding: 16px 16px 12px 16px;
	}
	.yellow-title {
		width: 100%;
	}

	.yellow-title2 {
		width: 100%;
	}

	.d-text {
		width: 100%;
	}

	.d-text2 {
		width: 100%;
	}
	.footer-icon-item {
		min-width: 82px;
	}
	.deco-c {
		width: 70px;
		right: 40px;
		top: -25px;
	}
	.deco-d {
		right: 40px;
		width: 50px;
		bottom: auto;
		top: -24px;
	}
	.deco-e {
		width: 140px;
	}
	.plan-grid .grid-item {
		width: 100%;
	}
	.page-body .plan-box .post-date,
	.page-body .plan-box .post-title,
	.page-body .plan-box .post-title a,
	.page-body .plan-box .post-intro {
		line-height: 26px;
	}
	
}
@media (max-width: 400px) {
	.section-scroll {
		padding-top: 28px;
	}
	.btn-box {
		margin-top: 8px;
	}
	.testimonial.section-scroll {
		height: 590px !important;
		padding-top: 48px;
	}

	.bg-coin-box .image {
		height: 84%;
		left: -34px;
		top: 48px;
	}
	.bg-coin-box img {
		width: 520px !important;
		height: 420px !important;
		top: 85px;
		left: -108px;
	}	

	.btn.call-btn {
		padding: 8px 20px;
	}
	.page-video-intro {
		padding-right: 20px;
		padding-left: 20px;
	}
	.section-name-bottom.note {
		padding: 0 20px;
	}
	.calc-deco-box {
		top: -110px;
	}
	.calc-deco-box img {
		width: 48px;
	}
	.calc-result-box {
		padding: 32px;
	}
	.calc-result.show.table {
		width: 480px;
	}
	.form-special-note {
		font-size: 20px;
	}
	.index-form-btn {
		padding: 4px 28px;
	}
	.servicecall-box-item {
		width: 62px;
	}
	.servicecall-box-item.servicecall-box-item-sm {
		width: 60px;
	}
	.servicecall-box-item.servicecall-box-item-sm .servicecall-box-item-text {
		font-size: 13px;
	}
	.servicecall-box-item-text img {
		width: 87%;
	}
	.servicecall-box-item-label img {
		width: 56px;
	}
	.location-wrapper .call-action {
		font-size: 20px;
	}
	.location-wrapper .phone-item .tel2 img {
		width: 190px;
	}
	.location-wrapper .phone-item .tel1 img {
		width: 220px;
	}
	.branch-label {
		width: 70px;
		height: 70px;
	}
	.branch-label h3 {
		font-size: 1.2rem;
		line-height: 70px;
	}
	.branch-label p {
		font-size: 12px;
	}
	.branch-box {
		margin-bottom: 20px;
	}
	.location-wrapper .phone-item {
		margin-bottom: 24px;
	}
	.open-box {
		margin-top: 16px;
		margin-bottom: 16px;
	}
	.success-item h2 {
		font-size: 24px;
	}
	.success-deco-box.success-deco-box1 {
		width: 105px;
		right: 7px;
	}
	.success-deco-box.success-deco-box2 {
		top: -74px;
		right: 10px;
		width: 78px;
	}
	.success-item p {
		margin-bottom: 5px;
	}
	.success-item h2 {
		font-size: 22px;
	}
	.link-deco-box {
		top: -190px;
		right: 52px;
	}
	.link-deco-box img {
		width: 50px;
	}
	.plan-post-article {
		padding-top: 24px;
	}
	.footer-phone-box {
		margin-left: 18px;
	}
	.mobile-p {
		padding-left: 32px;
		padding-right: 32px;
	}
	.link-item .link-name {
		font-size: 18px;
		max-width: 100%;
	}
	.description {
		font-size: 18px;
	}
	.footer-icon-item {
		min-width: 78px;
	}
	.deco-c {
		right: 0;
	}
	.deco-d {
		right: 0;
	}
	.success-item {
		width: 84%;
	}
}
@media (max-width: 361px) {
	.index-form-btn {
		padding: 4px 20px;
	}
	.float-service-box {
		width: 60px;
		height: 60px;
	}
	.float-bar .float-bar__inner p {
		font-size: 13px;
		width: auto;
	}
	.servicecall-box-item-label img{
		width: 48px;
	}
	.phone-item .phone-item-icon {
		width: 38px;
	}
	.contact-form-wrapper .card-body {
		padding: 15px 18px;
	}
	.f-bottom {
		padding-top: 0;
	}
	.plan-btn {
		padding: 2px 18px;
	}
	.sidebar-summary-info p {
		line-height: 20px !important;
	}
	.success-item {
		width: 88%;
	}
	.link-item {
		padding: 26px 12px 16px 12px;
	}
	.link-item .link-name {
		font-size: 17px;
	}
	.getintouch-box.plan-detail-getintouch .btn {
		margin: 0;
	} 
	.description {
		font-size: 17px;
	} 
	.success-deco-box.success-deco-box2 {
		top: -89px;
		right: 10px;
		width: 78px;
	} 
}
@media (max-width: 321px) {
	.section-scroll {
		padding-left: 0px;
		padding-right: 0px;
	}
	.hero.section-scroll {
		height: 200px !important;
	}

	.footer-phone-box .phone-item {
		margin-left: 16px;
	}
	.sidebar-summary-info {
		width: 60%;
	}
	.sidebar-summary-img {
		width: 40%;
	}
	.service-box p {
		line-height: 28px;
	}

	.page-video-intro {
		padding-right: 0;
		padding-left: 0;
	}
	.section-name-bottom.note {
		padding: 0px;
	}
	.testimonial-box {
		padding: 8px 40px;
	}
	.calc-result.show.table {
		width: 460px;
	}
	.index-form-btn {
		padding: 2px 32px;
		font-size: 15px;
	}
	.form-special-note {
		font-size: 17px;
	}
	.servicecall-box-item-text img {
		width: 78%;
	}
	.servicecall-box-item {
		width: 60px;
	}
	.branch-box {
		text-align: center;
	}
	.branch-addr,
	.open-content {
		display: block;
	}
	.branch-label {
		margin-right: 0;
		margin-bottom: 8px;
	}
	.location-wrapper .phone-item .tel2 img {
		width: 166px;
	}
	.location-wrapper .phone-item .tel1 img {
		width: 180px;
	}
	.location-wrapper .call-action {
		font-size: 17px;
	}
	.tel-btn {
		margin: 0;
	}
	.success-deco-box.success-deco-box1 {
		width: 75px;
		top: 67%;
	}
	.success-item {
		width: 100%;
	}
	.success-deco-box.success-deco-box2 {
		top: -88px;
		right: 0;
		width: 68px;
	}
	.calc-deco-box {
		top: -90px;
		left: 11px;
	}
	.calc-deco-box img {
		width: 40px;
	}
	.calc-result-box {
		padding: 24px;
	}
	.link-deco-box {
		right: 26px;
		top: -220px;
	}
	.mobile-p {
		padding-left: 24px;
		padding-right: 24px;
	} 
	.plan-btn {
		padding: 2px 16px;
	}
	.link-item .link-name {
		font-size: 18px;
	} 
	.getintouch-box.plan-detail-getintouch .btn {
		font-size: 15px;
	}
	.description {
		font-size: 16px;
	}
	.footer-icon-item {
		min-width: 68px;
	} 
	.deco-e {
		width: 110px;
	}
}
.news-ticker-wrapper {
	overflow: hidden;
	background-color: #004280;
	position: fixed;
    top: 118px;
    left: 0;
	z-index: 2;
	width: 100%;
	height: 43px;
	line-height: 43px;
	-webkit-backface-visibility: hidden;
}

.news-ticker .news-ticker-text {
	display: inline-block;
	color: #fff;
	font-weight: 500;
	margin-bottom: 0;
	padding-left: 32px;
	padding-right: 32px;
	font-size: 18px;
	font-weight: 600;
}

.news-ticker .news-ticker-text .ticker-icon {
	font-size: 17px;
	margin-right: 6px;
}

.marquee {
	overflow: hidden;
}
.detail-imgbox {
	text-align: center;
}
.detail-imgbox img {
	width: 100%;
	max-width: 100%;
	display: inline-block;
}

.detail-textbox .scroll-box {
	width: 100%;
	height: 620px;
	overflow-y: scroll;
	padding-right: 8px;
}
.detail-textbox .scroll-box::-webkit-scrollbar {
	-webkit-appearance: none;
}

.detail-textbox .scroll-box::-webkit-scrollbar:vertical {
	width: 5px;
}
.detail-textbox .scroll-box::-webkit-scrollbar:horizontal {
	height: 4px;
	display: block;
}
.detail-textbox .scroll-box::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .3);
	border-radius: 10px;
	border: 2px solid transparent;
}
.detail-textbox .scroll-box::-webkit-scrollbar-track {
	background-color: rgba(238, 238, 238, 0.603);
}
.detail-textbox p {
	color: #484848;
	line-height: 24px;
	word-break: break-all;
}
.page-bg-section {
	background-size: cover;
	background-position: 0 -340px;
	padding: 80px 0;
	height: 500px;
}
.qa-page-title {
	font-size: 56px;
	padding-left: 56px;
	padding-bottom: 60px;
}
.qa-page-title-box {
	position: absolute;
	bottom: 130px;
	left: 10%;
	width: 100%;
}
.qa-shelf .tabs.not-fixed .nav .nav-item .nav-link {
	padding: 0;
	border: 0;
	opacity: 0.8;
}
.qa-shelf .tabs.not-fixed .nav .nav-item .nav-link.active {
	opacity: 1;
}
.qa-shelf .not-fixed.tabs .nav-tabs::-webkit-scrollbar {
	-webkit-appearance: none;
}

.qa-shelf .not-fixed.tabs .nav-tabs::-webkit-scrollbar:vertical {
	width: 0;
}

.qa-shelf .not-fixed.tabs .nav-tabs::-webkit-scrollbar:horizontal {
	height: 4px;
	display: block;
}

.qa-shelf .not-fixed.tabs .nav-tabs::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .3);
	border-radius: 10px;
	border: 2px solid transparent;
}

.qa-shelf .not-fixed.tabs .nav-tabs::-webkit-scrollbar-track {
	background-color: rgba(238, 238, 238, 0.603);
}


.hide-scrollbar::-webkit-scrollbar {
	-webkit-appearance: none;
}

.hide-scrollbar::-webkit-scrollbar:vertical {
	width: 0;
}

.hide-scrollbar::-webkit-scrollbar:horizontal {
	height: 0;
}

.hide-scrollbar::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .5);
	border-radius: 10px;
	border: 0 solid transparent;
}

.hide-scrollbar::-webkit-scrollbar-track {
	background-color: transparent;
}

.qa-shelf .tab-content {
	padding: 0;
}
.qa-shelf .swiper {
	width: 100%;
	height: 100%;
}

.qa-shelf .swiper-slide {
	text-align: center;
	font-size: 18px;

	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.qa-shelf .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.qa-shelf .swiper-slide .nav-link {
	padding: 0;
}
.c-button-prev {
	position: absolute;
	left: -32px;
	top: 50%;
	transform: translateY(-50%);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 28px;
}

.c-button-next {
	position: absolute;
	right: -32px;
	top: 50%;
	transform: translateY(-50%);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 28px;
}
.c-button-next::after {
	    font-family: 'Font Awesome 5 Free';
	    font-weight: 900;
	    content: "\f054";
	    position: relative;
	    left: 1px;
	    top: -1px;
}
.c-button-prev::after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f053";
	position: relative;
	left: 1px;
	top: -1px;
}
.swiper-box {
	position: relative;
}
.deco-q {
	position: absolute;
	top: 10%;
	right: 5%;
	width: 260px;
	z-index: 1;
}
#scrollhere {
	position: relative;
	visibility: hidden;
	opacity: 0;
	height: 0;
	top: -80px;
}
.qa-title__inner {
	width: 100%;
	padding-top: 30%;
	position: relative;
}
@media (max-width: 1441px) {
	.deco-q {
		top: -190px;
		right: 10px;
		width: 140px;
	}
}
@media (max-width: 1281px) {
	.page-bg-section {
		background-position: 0 -250px;
	}
	.qa-shelf {
		padding-top: 130px !important;
	}
	.deco-q {
		top: -70px;
		right: 5%;
		width: 130px;
	}
	.qa-page-title-box {
		bottom: 60px;
	}
	.footer-icon-item {
		min-width: 60px;
	}
	.news-ticker-wrapper {
		top: 70px;
	}
}
@media (max-width: 1025px) {
	.news-ticker-wrapper {
		top: 70px;
	}
	.footer-phone-box {
		display: flex;
		justify-content: space-between;
	}
	.deco-about {
		position: relative;
		left: 120px;
		width: 230px;
	}
	.lawyer-about {
		max-width: 90%;
	}
	.page-bg-section {
		background-position: 0 -90px;
	}

}
@media (max-width: 992px) {
	.deco-about {
		width: 170px;
	}
	.qa-page-title-box {
		bottom: 15px;
		left: 0;
	}
	.detail-textbox .scroll-box {
		height: auto;
		overflow-y: visible;
	}
}
@media (max-width: 769px) {
	.footer-phone-box {
		display: flex;
		justify-content: center;
	}
	.deco-about {
		left: 30px;
	}
	.qa-shelf {
		padding-top: 70px !important;
	}
	.deco-q {
		top: -120px;
	}
	
}
@media (max-width: 430px) {
	
	.modal-footer {
		padding: 0.15rem 0.75rem;
	}
	.modal-header {
		padding: 0.4rem 1rem;
	}
	.detail-imgbox img {
		width: 60%;
	}
	.modal-body {
		padding: 10px;
	}
	#scrollhere {
		top: 100px;
	}
	.footer-phone-box {
		flex-direction: column;
	}
	.deco-about {
		width: 70px;
		position: absolute;
		left: 30px;
		top: -148px;
	}
	.lawyer-about {
		max-width: 100%;
	}
	.qa-page-title {
		padding-left: 0;
		padding-bottom: 0;
		font-size: 38px;
	}

}
@media (max-width: 400px) {
	.detail-textbox .scroll-box {
		height: 260px;
	}
	.qa-page-title {
		font-size: 34px;
	}
}
@media (max-width: 361px) {
	.detail-textbox .scroll-box {
		height: 280px;
	}
	.footer-icon-item {
		min-width: 50px;
	}
}
@media (max-width: 321px) {
	.detail-textbox .scroll-box {
		height: 200px;
	}
	.qa-page-title-box {
		bottom: 0;
	}
	.qa-page-title {
		font-size: 28px;
	}
}