
.llc-sec1,
.llc-sec2,
.llc-sec3,
.llc-sec4,
.llc-sec5,
.llc-sec6,
.llc-sec7,
.llc-sec8,
.llc-sec9,
.llc-sec10,
.llc-sec11,
.padd-0{
	padding: 0px;
}

.llc-banner-gap{
	gap: 48px;
	align-items: center !important;
}
.llc-for-sec-1-left-tag{
	margin: 0px;
	padding: 0px;
}
.llc-for-sec-1-left-tag li{
	list-style-type: none;
    padding: 8px 16px;
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #0766ee4d;
    border-radius: 30px;
    width: fit-content;
    margin-bottom: 24px;
    background-color: #0766ee33;
}

/*.llc-for-sec-1-left-tag::before{
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;

	background-color: #3480fc;

	-webkit-mask-image: url('../images/tag-svg.svg');
	mask-image: url('../images/tag-svg.svg');

	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;

	-webkit-mask-size: contain;
	mask-size: contain;
}*/
.llc-for-sec-1-left-heading{
	line-height: 75px;
	margin-bottom: 24px;
}
.sec1-banner-btns{
	display: flex !important;
	gap: 16px !important;
	align-items: center;
}

.banner-sec1-para{
	margin-bottom: 32px;
}

.llc-for-btn-1 a {
    line-height: 28px !important;
    background-color: #0766ee !important;
    border-radius: 8px;
    padding: 16px 32px !important;
    color: #fff !important;
    font-weight: 600 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    text-align: left !important;
    justify-content: space-between;
    transition: .3s;
}
.llc-for-btn-1 a:hover{
	background-color: #3480fc !important;
	box-shadow: 0 10px 15px -3px rgba(52,128,252,0.35),
	            0 4px 6px -4px rgba(52,128,252,0.35) !important;
}

/*.llc-for-btn-1 a::after{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #fff;

	-webkit-mask-image: url('../images/right-arrow.svg');
	mask-image: url('../images/right-arrow.svg');

	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;

	-webkit-mask-size: contain;
	mask-size: contain;
}*/


.llc-for-btn-2 a{
	font-size: 16px !important;
    line-height: 26px !important;
    background-color: transparent !important;
    border-radius: 8px;
    padding: 16px 32px !important;
    color: #fff !important;
    font-weight: 600 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    border: 1px solid #fff3 !important;
    text-align: left;
    transition: .3s;
}
.llc-for-btn-2 a:hover{
	background-color: #ffffff1a !important;
}
/*.llc-for-btn-2 a::before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #fff;

	-webkit-mask-image: url('../images/full-guide.svg');
	mask-image: url('../images/full-guide.svg');

	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;

	-webkit-mask-size: contain;
	mask-size: contain;
}*/

.llc-baner-list{
	margin: 0px;
	margin-top: 40px;
	padding: 0px;
	display: flex;
	align-items: center;
	gap: 32px;
	list-style-type: none;
}

.llc-baner-list li{
	display: flex;
	align-items: center;
	gap: 8px;
}

/*.llc-baner-list li::before{
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-color: #d6a54d;

	-webkit-mask-image: url('../images/tick.svg');
	mask-image: url('../images/tick.svg');

	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;

	-webkit-mask-size: contain;
	mask-size: contain;	
}*/

.llc-banner-video .wp-block-embed__wrapper{
	border-radius: 16px;
	border: 1px solid #ffffff1a;
	overflow: hidden;
}

.llc-banner-video-content .wp-block-group__inner-container{
	padding: 0px !important;
	margin: 0px;
}
.llc-banner-video-content{
	padding: 12px 16px;
	border-radius: 16px;
	border: 1px solid #fff3;
	background-color: #ffffff1a;
	backdrop-filter: blur(8px);
	position: absolute;
	bottom: -16px;
    right: -16px;
}
.llc-banner-video-col{
	position: relative;
}
.llc-banner-video-content p{
	margin: 0px;
}
.llc-ban-vid-con-hea{
	font-weight: 600;
}

.llc-banner-gap::before{
	content: "";
	background-color: #0766ee;
    position: absolute;
    top: 80px;
    right: 80px;
    width: 384px;
    height: 384px;
    display: flex;
    filter: blur(64px);
    opacity: .1;
}







/* Section 2 Why International Entrepreneurs Form US LLCs */


.inter-sec-top .wp-block-group__inner-container {
	padding: 0px !important;
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: center;
	text-align: center;
}
.inter-sec-top .wp-block-group__inner-container h2,
.inter-sec-top .wp-block-group__inner-container p{
	margin: 0px;
}

.inter-sec-top .wp-block-group__inner-container p{
	max-width: 768px;
	width: 100%;
	text-align: center;
}

.inter-sec-inner{
	gap: 64px;
}

.inter-sec-grid{
	gap: 32px;
}

.itern-box-item{
	border-radius: 12px;
	border: 1px solid #e4e0e1;
	padding: 32px;
	transition: .3s;
}

.tax-grid-item:hover,
.itern-box-item:hover{
	border: 1px solid #0766ee4d;
	box-shadow: 0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a);
}

.itern-box-item:hover .inter-sec-img{
	background-color: #0766ee1a;
}


.itern-box-item:hover .inter-sec-img img{
	filter: invert(28%) sepia(92%) saturate(5300%) hue-rotate(200deg) brightness(95%) contrast(90%);
}

.inter-sec-img{
	margin-bottom: 20px;
	width: 48px;
	height: 48px !important;
	display: flex;
	align-items: center;
	background-color: #0711230d;
	border-radius: 8px;
	justify-content: center;
	transition: .3s;
}
.inter-sec-head{
	margin-bottom: 12px;
	font-weight: 600;
	line-height: 18px;
}
.inter-sec-cont{
	margin: 0px;
}
ul.llc-sec9-ul,
ul.llc-sec6-ul,
ul.llc-sec3-ul {
    margin: 0px;
    margin-bottom: 16px;
    list-style-type: none;
}
ul.llc-sec9-ul li,
ul.llc-sec6-ul li,
ul.llc-sec3-ul li{
	display: flex;
    align-items: center;
    padding: 6px 12px;
    border: 1px solid #0711231a;
    background-color: #0711230d;
    font-size: 14px;
    font-weight: 500;
    width: fit-content;
    border-radius: 30px;
    gap: 8px;
}
/*ul.llc-sec3-ul li::before{
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-color: #071123;

	-webkit-mask-image: url('../images/LLC Paradox.svg');
	mask-image: url('../images/LLC Paradox.svg');

	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;

	-webkit-mask-size: contain;
	mask-size: contain;	
}*/

.llc-sec-3-btm .wp-block-group__inner-container{
	padding: 0px !important;
}
.llc-sec-3-btm h2{
	margin-bottom: 48px;
}

.llc-sec3-mian .wp-block-group__inner-container{
	max-width: 896px;
	width: 100%;
}
.llc-sec3-alert-main{
	background-color: #d6a54d1a;
	border-left: 4px solid #d6a54d;
	margin-bottom: 24px;
}
.llc-sec3-blue-main{
	border-radius: 12px;
	border: 1px solid #e4e0e1;
}

.llc-sec3-blue-main,
.llc-sec3-alert-main{
	padding: 24px;
	display: flex;
	gap: 12px;
}
.llc-sec3-alert-main::before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #d6a54d;

	-webkit-mask-image: url('../images/Critical Compliance Requirement.svg');
	mask-image: url('../images/Critical Compliance Requirement.svg');

	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;

	-webkit-mask-size: contain;
	mask-size: contain;	
}

.llc-sec3-alert-main .wp-block-group__inner-container{
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.llc-sec3-blue-main .wp-block-group__inner-container{
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.llc-sec3-alert-main h4,
.llc-sec3-alert-main p,
.llc-sec3-blue-main p{
	margin: 0px;
}
.llc-sec3-alert-main p{
	line-height: 24px;
}

.llc-sec3-box-2-head{
	margin: 0px;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 12px;
	width: fit-content;
}
/*.llc-sec3-box-2-head::before{
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #0766ee;

	-webkit-mask-image: url('../images/Want-the-complete-legal-framework.svg');
	mask-image: url('../images/Want-the-complete-legal-framework.svg');

	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;

	-webkit-mask-size: contain;
	mask-size: contain;	
}*/
.llc-sec-3-box-2-btn{
	width: fit-content;
}
.llc-sec-3-box-2-btn a{
	padding: 0px !important;
	font-weight: 500;
	display: flex !important;
	align-items: center;
	gap: 8px;
	transition: .3s;
}
.llc-sec-3-box-2-btn a:hover{
	color: #3480fc;
}

.llc-sec-3-box-2-btn a:hover::after{
	background-color: #3480fc;
}
/*.llc-sec-3-box-2-btn a::after{
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-color: #0766ee;

	-webkit-mask-image: url('../images/right-arrow-blue.svg');
	mask-image: url('../images/right-arrow-blue.svg');

	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;

	-webkit-mask-size: contain;
	mask-size: contain;	
}*/






/* Section 4 */


.llc-sec-4-top .wp-block-group__inner-container{
	padding: 0px !important;
	display: flex;
	flex-direction: column;
	gap: 16px;
} 

.llc-sec-4-top{
	margin-bottom: 64px;
}
.llc-sec-4-top h2,
.llc-sec-4-top p{
	margin: 0px;
}
p.llc-sec-4-top-con{
	max-width: 768px;
	width: 100%;
	text-align: center;
	margin: auto;
}
.llc-sec4-video-gr{
	max-width: 768px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 64px;
}
/*.page-id-3208 .llc-sec4-video-gr{
	margin-bottom: 0px !important;
}*/

.llc-sec4-video-gr .wp-block-group__inner-container{
	padding: 0px !important;
}


.llc-sec4-video-gr iframe{
	border: 1px solid #e4e0e1;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
.llc-sec4-video-btm{
	margin-bottom: 0px;
	margin-top: 12px;
	text-align: center;
}
/*.llc-sec-4-top-tag-abs::before{
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #fff;

	-webkit-mask-image: url('../images/Star.svg');
	mask-image: url('../images/Star.svg');

	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;

	-webkit-mask-size: contain;
	mask-size: contain;	
}*/
.llc-sec-4-top-tag-abs{
	padding: 4px 12px;
	position: absolute;
	top: -13px;
	margin: 0px;
	background-color: #0766ee;
	font-weight: 600;
	border-radius: 30px;
	display: flex;
	align-items: center;
	gap: 4px;
}

.container-pad-z .wp-block-group__inner-container{
	padding: 0px !important;
}
.llc-sec-box-top{
	margin-bottom: 24px;
}
.llc-sec-box-top .wp-block-group__inner-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.llc-sec4-btm-grid{
	gap: 24px;
}
.llc-sec4-btm-grid .llc-sec4-btm-grid-item{
	padding: 32px;
	border-radius: 12px;
	transition: .3s;
}

.llc-sec4-btm-grid .llc-sec4-btm-grid-item:nth-child(1){
	background-color: #0766ee0d;
	border: 2px solid #0766ee;
	position: relative;
	box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1),
            0 4px 6px -4px rgba(0,0,0,0.1);
}
.llc-sec4-btm-grid .llc-sec4-btm-grid-item:not(:first-child){
	background-color: #fff;
	border-radius: 12px;
	border: 2px solid #e4e0e1;
}

.llc-sec-4-box-item-heading{
	margin: 0px;
}
.llc-sec-4-box-item-tag-rit{
	margin: 0px;
	padding: 4px 12px;
	border-radius: 30px;
	font-weight: 600;
	
}
.llc-sec4-btm-grid .llc-sec4-btm-grid-item:not(:first-child):hover{
	box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1),
            0 2px 4px -2px rgba(0,0,0,0.1);
	border: 2px solid #0766ee4d;
}
.llc-sec4-btm-grid .llc-sec4-btm-grid-item:nth-child(1) .llc-sec-4-box-item-tag-rit{
	background-color: #ecfdf5;
	border: 1px solid #a4f4cf;
}

.llc-sec4-btm-grid .llc-sec4-btm-grid-item:nth-child(2) .llc-sec-4-box-item-tag-rit{
	background-color: #eff6ff;
	border: 1px solid #bedbff;
}

.llc-sec4-btm-grid .llc-sec4-btm-grid-item:nth-child(3) .llc-sec-4-box-item-tag-rit{
	background-color: #fffbeb;
	border: 1px solid #fee685;
}

.llc-sec4-btm-grid .llc-sec4-btm-grid-item:nth-child(4) .llc-sec-4-box-item-tag-rit{
	background-color: #faf5ff;
	border: 1px solid #e9d4ff;
}



.page-id-3208 .llc-sec4-btm-grid .llc-sec4-btm-grid-item:nth-child(1) .llc-sec-4-box-item-tag-rit{
	border: 1px solid #ddd6ff;
}

.page-id-3208 .llc-sec4-btm-grid .llc-sec4-btm-grid-item:nth-child(2) .llc-sec-4-box-item-tag-rit{
	border: 1px solid #a4f4cf;
}

.page-id-3208 .llc-sec4-btm-grid .llc-sec4-btm-grid-item:nth-child(3) .llc-sec-4-box-item-tag-rit{
	border: 1px solid #fee685;
}

.page-id-3208 .llc-sec4-btm-grid .llc-sec4-btm-grid-item:nth-child(4) .llc-sec-4-box-item-tag-rit{
	border: 1px solid #bedbff;
}
.page-id-3208 .llc-sec4-btm-grid .llc-sec4-btm-grid-item:nth-child(5) .llc-sec-4-box-item-tag-rit{
	border: 1px solid #ffc9c9;
}

.llc-sec4-ff-sub-text{
	text-transform: uppercase;
}
.box-headning-btm-sub{
	gap: 0px;
}
.llc-sec4-ff-sub-text,
.llc-sec4-ff-price-text{
	margin: 0px;
}
.llc-sec4-ff-price-text{
	font-weight: 600;
	text-transform: capitalize;
}
.page-id-3208 .llc-sec4-ff-price-text{
	font-weight: 400 !important;
}
.llc-sec4-price-sec .wp-block-group__inner-container{
	display: flex !important;
	flex-direction: column;
	gap: 4px !important;
	width: fit-content;
	margin: 0px !important;
}
.llc-sec4-box-item-top .wp-block-group__inner-container{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
	margin-bottom: 16px;
}
.llc-sec4-btm-box-cont .wp-block-group__inner-container,
.llc-sec4-box-cont-list .wp-block-group__inner-container{
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.llc-sec4-ff-main-text{
	margin-bottom: 0px;
}
.llc-sec4-box-cont-list{
	margin-bottom: 16px;
}
.llc-sec4-btm-box-cont{
	padding-top: 16px;
	border-top: 1px solid #e4e0e1;
}




/* Section 5 */

.llc-sec5-top{
	align-items: center !important;
	margin-bottom: 64px;
}
.llc-sec5-top-para{
	max-width: 768px;
	width: 100%;
}
.llc-sec5-grid{
	gap: 24px;
	margin-bottom: 48px;
}

.llc-sec5-grid-item{
	padding: 32px;
	background-color: #ffffff0d;
	border: 1px solid #ffffff1a;
	border-radius: 12px;
	transition: .3s;
}
.llc-sec5-grid-item:hover{
	border-color: #0766ee66;
}
p.grid-item-num {
	color: #0766ee;
    background-color: #0766ee33;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec5-grid-itm-top{
	gap: 16px;
	align-items: center;
}
.sec5-grid-itm-top img{
	width: 20px;
	height: 20px;
	display: flex;
}
.sec5-grid-item-head{
	line-height: 28px;
	margin: 11px 0px 3px 0px !important;
}
.llc-sec5-btns{
	justify-content: center;
}
.llc-sec5-btm-btn a{
	display: flex !important;
	align-items: center !important;
	gap: 8px !important;
	padding: 16px 32px !important;
	transition: .3s !important;
	line-height: 28px !important;
	font-weight: 600 !important;
}
.llc-sec5-btm-btn a img {
    width: auto;
    height: auto;
    margin: 0px;
}
.llc-sec5-btm-btn a:hover{
	background-color: #3480fc !important;
	box-shadow: 0 10px 15px -5px rgba(52,128,252,0.35),
             0 4px 6px -5px rgba(52,128,252,0.35) !important;
}

/*.llc-sec5-btm-btn a::after{
	content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    -webkit-mask-image: url(../images/right-arrow-blue.svg);
    mask-image: url(../images/right-arrow-blue.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}*/



/*ul.llc-sec6-ul li::before{
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-color: #071123;

	-webkit-mask-image: url('../images/US-Banking-Access.svg');
	mask-image: url('../images/US-Banking-Access.svg');

	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;

	-webkit-mask-size: contain;
	mask-size: contain;	
}*/
.llc-sec6-grid-main{
	gap: 64px;
	align-items: center;
}
.llc-sec6-para,
.llc-sec6-head{
	margin-bottom: 24px;
}
.llc-sec6-us-bank-ul{
	margin: 0px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	list-style-type: none;
	margin-bottom: 32px;
}

.llc-sec6-us-bank-ul li{
	display: flex;
	align-items: center;
	gap: 12px;
}

/*.llc-sec6-us-bank-ul li::before{
	content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #0766ee;
    -webkit-mask-image: url(../images/tick.svg);
    mask-image: url(../images/tick.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}*/
.llc-sec6-video-col iframe{
	border-radius: 16px;
	border: 1px solid #e4e0e1;
	box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1),
            0 8px 10px -6px rgba(0,0,0,0.1);
}


/* Section 7 */
.llc-mis-box-grid{
	gap: 24px;
}
.llc-sec7-top{
	gap: 16px;
	margin-bottom: 64px;
	align-items: center !important;
}
.llc-sec7-top-heading{
	text-align: center;
}
.llc-sec7-top p{
	max-width: 768px;
	width: 100%;
	text-align: center !important;
}
.llc-sec7grid-item-img{
	width: 40px;
    height: 40px;
    background-color: #fef2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-bottom: 20px;
}
.llc-sec7grid-item-img img{
	width: 20px;
	height: 20px;
	object-fit: cover;
}
.llc-sec7grid-item-head{
	margin-bottom: 12px;
	font-weight: 600;
}
.llc-sec7grid-item-inner p{
	margin-bottom: 0px;
}

.llc-sec7grid-item-inner{
	padding: 32px;
	background-color: #fff;
	border-radius: 12px;
	border: 1px solid #e4e0e1;
	transition: .3s;
}
.llc-sec7grid-item-inner:hover{
	border-color: #ffc9c9;
	box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1),
            0 2px 4px -2px rgba(0,0,0,0.1);
}
img.emoji{
	width: 14px;
}


.llc-sec8-tbl{
	border: 1px solid #e4e0e1;
	border-radius: 12px;
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
	box-shadow: 0 1px 3px 0 #0000001a, 
            0 1px 2px -1px #0000001a;
}
.llc-sec8-tbl table{
	margin: 0px;
}
.page-id-1894 .llc-sec8-tbl table tbody tr td:nth-child(1){
	width: 309px;
	font-weight: 500;
}
.page-id-1894 .llc-sec8-tbl table tbody tr td:nth-child(3){
	width: 394px;
	font-weight: 500;
}


.llc-sec8-tbl table tbody tr:first-child {
    background-color: #071123;
    color: #fff;
    font-weight: 500;
}

.llc-sec8-tbl table tbody tr:first-child td:last-child{
	background-color: #0766ee;
}

.llc-sec8-tbl table tbody tr:nth-child(odd):not(:first-child){
    background-color: #fff;
}
.llc-sec8-tbl table tbody tr:not(:first-child) td{
	color: #071123;
}
/* even rows */
.llc-sec8-tbl table tbody tr:nth-child(even){
    background-color: #fcf9fa;
}
.llc-sec8-tbl table tr td:last-child{
	background-color: #0766ee0d;
}
.llc-sec8-tbl table tbody tr:not(:first-child) td:nth-child(2){
	color: #5d646f;
}
.llc-sec8-tbl table tr th,
.llc-sec8-tbl table tr td{
	padding: 16px !important;
	font-size: 14px;
	border: 0px;
}


.llc-sec8-btn-margin{
	margin-top: 40px;
}





/* Section 9 */
.llc-sec9-grid{
	gap: 64px;
	align-items: center;
}

.llc-sec9-rit-video iframe{
	box-shadow: 0 20px 25px -5px #0000001a, 
            0 8px 10px -6px #0000001a;
	border: 1px solid #e4e0e1;
	border-radius: 16px;
}
/*ul.llc-sec9-ul li::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #071123;
    -webkit-mask-image: url(../images/ein.svg);
    mask-image: url(../images/ein.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}*/
.llc-sec9-heading{
	margin-bottom: 24px;
}
.llc-sec9-lft-col-box{
	gap: 4px;
	padding: 16px;
	border: 1px solid #e4e0e1;
	border-radius: 8px;
}
.left-box-main{
	gap: 16px;
	margin-bottom: 32px;
}

.left-col-box-head{
	font-weight: 600;
}


/* Section 10 */
.llc-acor{
    max-width: 832px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.llc-acor-item{
	border: 1px solid #e4e0e1;
	border-radius: 16px;
	background-color: #fff;
	transition: .3s;
}
.llc-acor-item:hover{
	border: 1px solid #0766ee4d;
}

.acco-item-heading{
	margin: 0px;
}
.acco-item-heading button{
	padding: 24px;
	font-weight: 600;
}
.acco-item-heading button:active,
.acco-item-heading button:focus,
.acco-item-heading button:hover{
	background-color: transparent;
	color: #071123;
}
.acco-item-panel{
	padding: 0px 24px 24px 24px;
	margin: 0px;
}
.acco-item-content{
	margin: 0px;
	padding-top: 24px;
	border-top: 1px solid #e4e0e1;
}


.acco-item-heading button .wp-block-accordion-heading__toggle-icon {
    font-size: 0;   /* original content hide */
}
.acco-item-heading button{
	gap: 20px;
}
.llc-acor-item.is-open .acco-item-heading button::after{
	background-color: #0766ee;
	transform: rotate(180deg);
}
.acco-item-heading button::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #5d646f;

    -webkit-mask-image: url("../images/down-arrow.svg");
    mask-image: url("../images/down-arrow.svg");

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-size: contain;
    mask-size: contain;

    -webkit-mask-position: center;
    mask-position: center;
}

.cta-sec{
	gap: 0px;
	max-width: 832px;
	width: 100%;
	margin: 0 auto;
	align-items: center !important;
	justify-content: center;
}
figure.cta-img-cus img{
	width: 96px;
	height: 96px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin-bottom: 24px;
}
.cta-sec ul li img{
	width: auto;
	height: auto;
	margin-bottom: 0px;
}
.cta-sec h3{
	margin-bottom: 16px;
}
.cta-sec p{
	margin-bottom: 32px;
	max-width: 672px;
	width: 100%;
	text-align: center;
}
.both-btns{
	gap: 16px;
}
.cta-sec .cus-outline-btn a{
	border: 1px solid #fff3;
	padding: 16px 32px;
	transition: .3s;
	line-height: 26px;
}
.cta-sec .cus-outline-btn a:hover{
	background-color: #ffffff1a !important;
}
.cta-sec ul{
	margin-top: 40px;
	list-style-type: none;
	padding: 0px;
	margin-bottom: 0px;
	display: flex;
	align-items: center;
	gap: 32px;
	justify-content: center;
}
.cta-sec ul li{
	display: flex;
	gap: 8px;
	align-items: center;
}
/*.cta-sec ul li:before{
	content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #5d646f;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
}*/

/*.cta-sec ul li:nth-child(1):before{
	-webkit-mask-image: url("/wp-content/uploads/2026/03/Asset-Protection.svg");
    mask-image: url("/wp-content/uploads/2026/03/Asset-Protection.svg");
}
.cta-sec ul li:nth-child(2):before{
	-webkit-mask-image: url("/wp-content/uploads/2026/03/clock.svg");
    mask-image: url("/wp-content/uploads/2026/03/clock.svg");
}
.cta-sec ul li:nth-child(3):before{
	-webkit-mask-image: url("/wp-content/uploads/2026/03/globe.svg");
    mask-image: url("/wp-content/uploads/2026/03/globe.svg");
}*/





















/* Page 2 */

.us-bank-sec1,
.us-bank-sec2,
.us-bank-sec3,
.us-bank-sec4,
.us-bank-sec5,
.us-bank-sec6 {
	padding: 0px;
}



.banner-sec-1-left-tag{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-bottom: 24px;
}
.banner-sec-1-left-tag li{
	padding: 6px 12px;
	background-color: #ffffff1a;
	border-radius: 30px;
	border: 1px solid #ffffff1a;
	width: fit-content;
	display: flex;
	align-items: center;
	gap: 8px;
}
/*.banner-sec-1-left-tag li::before{
	content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #d6a54d;

    -webkit-mask-image: url("../images/US-Banking-Access.svg");
    mask-image: url("../images/US-Banking-Access.svg");

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-size: contain;
    mask-size: contain;

    -webkit-mask-position: center;
    mask-position: center;
}*/

.banner-grid{
	gap: 48px;
	align-items: center;
}
.banner-heading{
	line-height: 70px;
	margin-bottom: 24px;
}
.outline-btn a{
	border: 1px solid #fff3;
	line-height: 26px !important;
	padding: 16px 28px !important;
	display: flex !important;
	align-items: center;
	font-weight: 500;
	gap: 8px;
	transition: .3s;
}
.outline-btn a:active,
.outline-btn a:focus,
.outline-btn a:hover{
	background-color: #ffffff1a !important;
	color: #fff;
}
/*.outline-btn a::after{
	content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #fff;

    -webkit-mask-image: url("../images/down-arrow.svg");
    mask-image: url("../images/down-arrow.svg");

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-size: contain;
    mask-size: contain;

    -webkit-mask-position: center;
    mask-position: center;
}*/


/*.banner-listing li::before{
	content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #fff6;

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-size: contain;
    mask-size: contain;

    -webkit-mask-position: center;
    mask-position: center;
}
.banner-listing li:nth-child(1)::before{
	-webkit-mask-image: url("/wp-content/uploads/2026/03/Asset-Protection.svg");
    mask-image: url("/wp-content/uploads/2026/03/Asset-Protection.svg");
}

.banner-listing li:nth-child(2)::before{
	-webkit-mask-image: url("/wp-content/uploads/2026/03/Global-Credibility.svg");
    mask-image: url("/wp-content/uploads/2026/03/Global-Credibility.svg");
}

.banner-listing li:nth-child(3)::before{
	-webkit-mask-image: url("/wp-content/uploads/2026/03/Professional-Credibility.svg");
    mask-image: url("/wp-content/uploads/2026/03/Professional-Credibility.svg");
}*/

.banner-video-col iframe{
	border: 1px solid #ffffff1a;
	border-radius: 16px;
	box-shadow: 0 25px 50px -12px #00000040;
}
.banner-video-con{
	text-align: center;
	margin-top: 16px;
}

.page-id-3208 .itern-box-item .inter-sec-img{
	background-color: #0766ee1a;
}
.page-id-3208 .itern-box-item .inter-sec-img img{
	filter: invert(28%) sepia(92%) saturate(5300%) hue-rotate(200deg) brightness(95%) contrast(90%);
}



.csu-sec-tag{
	gap: 8px;
	border: 1px solid #0711231a;
	background-color: #0711230d;
	width: fit-content;
	border-radius: 20px;
	padding: 6px 12px;
	margin-bottom: 16px;
	font-weight: 500;
}
.csu-sec-tag img{
	width: 16px;
	height: 16px;
	display: flex;
}

.us-bank-content-para{
	gap: 24px;
	margin-bottom: 32px;
}
.alert-sec{
	gap: 12px;
	padding: 20px;
	background-color: #d6a54d1a;
	border: 1px solid #d6a54d33;
	border-radius: 12px;
	margin: 0px;
}
.alert-heading {
	font-weight: 600;
	line-height: 20px;
}
.alert-inner-content{
	gap: 4px;
}
.alert-image-icon figure{
	width: 20px;
	height: 20px;
	display: flex;
}
.us-banking-reality-grid{
	gap: 64px;
	align-items: center;
}
.video-col iframe{
	border: 1px solid #e4e0e1;
	border-radius: 16px;
	box-shadow: 0 20px 25px -5px #0000001a,
                0 8px 10px -6px #0000001a;
}
.video-btm-cont{
	margin-bottom: 0px;
	margin-top: 16px;
	text-align: center;
}

.method-box-heading{
	line-height: 28px;
}
.met-box-top-w-icon{
	gap: 2px;
}
.meth-box-top-main{
	gap: 16px;
	align-items: center !important;
	margin-bottom: 20px;
}
.mthd-grdis-main .method-gridbox-item .metd-box-top-icon-col figure{
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
}
.mthd-grdis-main .method-gridbox-item:nth-child(1) .metd-box-top-icon-col figure{
	background-color: #ecfdf5;
}
.mthd-grdis-main .method-gridbox-item:nth-child(2) .metd-box-top-icon-col figure{
	background-color: #eff6ff;
}
.mthd-grdis-main .method-gridbox-item:nth-child(3) .metd-box-top-icon-col figure{
	background-color: #fffbeb;
}

.mthd-grdis-main .method-gridbox-item:nth-child(1) .metd-box-top-icon-col img{
	filter: invert(57%) sepia(72%) saturate(3142%) hue-rotate(137deg) brightness(95%) contrast(92%);
}
.mthd-grdis-main .method-gridbox-item:nth-child(2) .metd-box-top-icon-col img{
	filter: invert(47%) sepia(97%) saturate(1963%) hue-rotate(202deg) brightness(101%) contrast(101%);
}
.mthd-grdis-main .method-gridbox-item:nth-child(3) .metd-box-top-icon-col img{
	filter: invert(63%) sepia(94%) saturate(1536%) hue-rotate(2deg) brightness(103%) contrast(104%);
	
}

.best-for-box{
	padding: 16px;
	border-radius: 8px;
	border: 1px solid #e4e0e1;
}
.mthd-grdis-main .method-gridbox-item,
.mthd-grdis-main .method-gridbox-item:first-child{
	gap: 32px;
	padding: 40px;
	border-radius: 16px;
	
}
.mthd-grdis-main .method-gridbox-item:first-child{
	background-color: #0766ee05;
	box-shadow: 0 10px 15px -3px #0000001a,
            0 4px 6px -4px #0000001a;
    border: 2px solid #0766ee;
    position: relative;
}
.mthd-grdis-main .method-gridbox-item{
	background-color: #fff;
	border: 2px solid #e4e0e1;
	transition: .3s;
}
.mthd-grdis-main .method-gridbox-item:not(:first-child):hover{
	border-color: #0766ee4d;
	box-shadow: 0 4px 6px -1px #0000001a,
            0 2px 4px -2px #0000001a;
}
.mth-box-or-list,
.mth-box-gr-list{
	list-style-type: none;
}
.mth-box-or-list li:first-child,
.mth-box-gr-list li:first-child{
	margin-bottom: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

/*.mth-box-gr-list li::before,
.mth-box-or-list li::before{
	content: "";
    display: inline-block;
    width: 16px;
    height: 16px;

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-size: contain;
    mask-size: contain;

    -webkit-mask-position: center;
    mask-position: center;
}
.mth-box-gr-list li::before{
	-webkit-mask-image: url("../images/tick.svg");
    mask-image: url("../images/tick.svg");
    background-color: #00bc7d;
}
.mth-box-or-list li::before{
	-webkit-mask-image: url("/wp-content/uploads/2026/03/Missing.svg");
    mask-image: url("/wp-content/uploads/2026/03/Missing.svg");
    background-color: #fe9a00;
}*/

.mth-box-gr-list li,
.mth-box-or-list li{
	display: flex;
	align-items: center;
	gap: 8px;
}
.mth-box-gr-list li,
.mth-box-or-list li {
	margin-bottom: 8px;
}

.mthd-box-list-grid-right{
	gap: 16px;
}
.mth-sub-heading{
	text-transform: uppercase;
}
.mth-box-tag{
	padding: 4px 16px;
	border-radius: 20px;
	width: fit-content;
	position: absolute;
	top: -13px;
}
.mth-box-tag p{
	display: flex;
	align-items: center;
	gap: 6px;
}
.mth-box-tag p:before{
	content: "";
    display: inline-block;
    width: 12px;
    height: 12px;

    -webkit-mask-image: url("/wp-content/uploads/2026/03/star-1.svg");
    mask-image: url("/wp-content/uploads/2026/03/star-1.svg");
    background-color: #fff;

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-size: contain;
    mask-size: contain;

    -webkit-mask-position: center;
    mask-position: center;
}
.mth-box-tag img{
	width: 12px;
	height: 12px;
}

.mthd-grdis-main .wp-block-group__inner-container{
	display: flex;
	flex-direction: column;
	gap: 32px;
}
.mthd-btm-btn-stack{
	gap: 16px;
	margin-top: 48px;
	align-items: center !important;
}


.us-bank-sec-top{
	gap: 16px;
	align-items: center !important;
	justify-content: center;
	text-align: center;
	margin-bottom: 24px;
}
.us-bank-sec-top p{
	max-width: 768px;
	width: 100%;
}
.us-bank-sec-gr .csu-sec-tag{
	margin: 0px auto 16px auto;
}

.tbl-bl-tag{
	background-color: #0766ee;
	padding: 2px 8px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
}
.us-bank-tbl {
	overflow-x: auto;
	border-radius: 12px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1);
	border: 1px solid #e4e0e1;
}


.us-bank-tbl table {
	border-collapse: collapse;
	background: #fff;
	margin: 0px;
}

/* HEADER ROW */
.us-bank-tbl table thead tr {
	background: #0f1b2d;
	color: #fff;
}

.us-bank tbody tr:nth-child(odd) {
  background: #f8fafcb3;
}

.us-bank tbody tr:nth-child(even) {
  background: #fff;
}

.us-bank-tbl table thead th {
	padding: 14px 12px;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
	border-right: 0px;
	white-space: nowrap;
}

.us-bank-tbl table thead th:first-child {
	text-align: left;
	padding-left: 18px;
	min-width: 170px;
}

.recommended-badge {
	display: inline-block;
	background: #4f8ef7;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	padding: 2px 8px;
	border-radius: 20px;
	margin-bottom: 4px;
	letter-spacing: 0.5px;
}

/* SECTION HEADER ROWS */
tr.section-header{
	background-color: #0711230d !important;
}
tr.section-header td {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 12px 12px 12px 16px;
}

/* DATA ROWS */
.us-bank-tbl table, 
.us-bank-tbl table td, 
.us-bank-tbl table th,
.us-bank-tbl table tbody tr:not(.section-header) {
	border-bottom: 0px;
}


.us-bank-tbl table tbody tr:not(.section-header):hover {
	background: #fafbff;
}

.us-bank-tbl table tbody tr:not(.section-header) td {
	padding: 12px 12px;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	border-right: 0px;
	color: #071123b3;
}

.us-bank-tbl table tbody tr:not(.section-header) td:first-child {
	text-align: left;
	padding-left: 18px;
	font-weight: 500;
	color: #071123;
}

/* Mercury column highlight */
.us-bank-tbl td.mercury {
	background: #f8fbff;
	font-weight: 500;
}

.us-bank-tbl table tbody tr td img{
	width: 20px;
	height: 20px;
	display: flex;
	margin: auto;
}

/* Green / Red checks */
.check-green { color: #22c55e; font-size: 18px; }
.check-red   { color: #ef4444; font-size: 18px; }

/* Green text highlight */
.highlight-green { color: #16a34a; font-weight: 700; }

/* Partial orange */
.partial { color: #e17100; font-weight: 500; }

/* Free highlight */
.free { color: #096; font-weight: 500; }



ul.tbl-btm-list{
    display: flex;
    align-items: center;
    gap: 16px;
    list-style-type: none;
}
ul.tbl-btm-list li{
	display: flex;
	align-items: center;
	gap: 6px;
}

.tbl-btm-con{
	justify-content: space-between;
	margin-top: 32px;
}

/*ul.tbl-btm-list li:before{
	content: "";
    display: inline-block;
    width: 16px;
    height: 16px;

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-size: contain;
    mask-size: contain;

    -webkit-mask-position: center;
    mask-position: center;
}
ul.tbl-btm-list li:nth-child(1):before{
	-webkit-mask-image: url("/wp-content/uploads/2026/03/tick-gr.svg");
    mask-image: url("/wp-content/uploads/2026/03/tick-gr.svg");
    background-color: #00bc7d;
}

ul.tbl-btm-list li:nth-child(2):before{
	-webkit-mask-image: url("/wp-content/uploads/2026/03/cross.svg");
    mask-image: url("/wp-content/uploads/2026/03/cross.svg");
    background-color: #ff6467;
}

ul.tbl-btm-list li:nth-child(3):before{
	-webkit-mask-image: url("/wp-content/uploads/2026/03/partial.svg");
    mask-image: url("/wp-content/uploads/2026/03/partial.svg");
    background-color: #fe9a00;
}*/

.btn-padd-chn a{
	padding: 12px 24px !important;
}
.alert-yel-con{
	margin-top: 32px;
	padding: 20px;
	border: 1px solid #fee685;
	border-radius: 12px;
	gap: 12px;
}
.alert-yel-con figure{
	width: 20px;
	height: 20px;
	display: flex;
}
.alert-yel-con p{
	margin: 0px;
}

.doc-chek-grid{
	gap: 64px;
}

.doc-chek-grid .wp-block-heading{
	margin-bottom: 24px;
}
.us-doc-check-left-col p.doc-check-con{
	margin-bottom: 32px;
}

.us-bank-doc-check-items{
	padding: 16px;
	border: 1px solid #e4e0e1;
	border-radius: 8px;
	gap: 16px;
	align-items: normal;
}
.doc-check-img-col.icon-bg-blue figure{
	background-color: #0766ee1a;
}
.doc-check-img-col.icon-bg-grey p{
	background-color: #f9f3f4;
}
.doc-check-img-col.icon-bg-grey p{
	margin: 0px;
}
span.us-starik {
    margin-left: 4px;
    color: #fb2c36;
}
.doc-check-img-col figure,
.doc-check-img-col p{
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
}
.doc-check-main{
	gap: 16px;
}
.doc-check-heading{
	font-weight: 600;
}
.box-ver-con{
	gap: 4px;
}


.doc-check-video-btm{
	margin: 24px 0px 24px 0px;
	text-align: center;
}
.btm-main{
	gap: 24px;
}
.btm-sgl-item{
	gap: 12px;
	padding: 24px;
	border-radius: 16px;
}
.btm-sgl-item h4{
	margin-bottom: 0px !important;
}
.btm-sgl-item p{
	margin-bottom: 4px;
}
.btm-main .btm-sgl-item:nth-child(1) .llc-sec-3-box-2-btn a:hover{
	color: #d6a54dcc !important;
}
.btm-main .btm-sgl-item:nth-child(1) .llc-sec-3-box-2-btn a:hover ::after{
	background-color: #d6a54dcc;
}

.btm-main .btm-sgl-item:nth-child(1) .llc-sec-3-box-2-btn a::after{
	background-color: #d6a54d !important;
}
.btm-main .btm-sgl-item:nth-child(2){
	border: 1px solid #0766ee33;
}


.btm-main .btm-sgl-item:nth-child(2) .llc-sec-3-box-2-btn a:hover{
	color: #3480fc !important;
}
.btm-main .btm-sgl-item:nth-child(2) .llc-sec-3-box-2-btn a:hover ::after{
	background-color: #3480fc;
}
.video-mar-top{
	margin-top: 64px;
	margin-bottom: 0px !important;
}

.wise-acc-tbl table{
	margin-bottom: 24px;
}
.wise-acc-tbl,
.wise-acc-tbl table,
.wise-acc-tbl table tr,
.wise-acc-tbl table th,
.wise-acc-tbl table td{
	border: 0px;
}
.wise-acc-tbl table tr:not(:last-child){
	margin-bottom: 12px;
}
.wise-acc-tbl table tr td{
	padding: 12px;
}

.wise-acc-tbl table tr td:nth-child(2){
	color: #5d646f !important;
}
.wise-acc-tbl table tr:last-child td:not(:first-child){
	font-size: 12px;
	color: #5d646f;
	padding: 0px;
}
.sec-btm-bor{
	border-bottom: 1px solid #e4e0e1;
}



















/* Page 3 */
.page-id-4562 .llc-for-btn-1 a,
.page-id-4562 .outline-btn a{
	padding: 14px 28px !important;
}

ul.yel-tag-top{
	list-style-type: none;
	padding: 0px;
	margin:0px;
	margin-bottom: 24px;
}
.yel-tag-top li{
	background-color: #d6a54d1a;
	border: 1px solid #d6a54d33;
	border-radius: 20px;
	padding: 6px 12px;
	width: fit-content;
	display: flex;
	align-items: center;
	gap: 8px;
}

.tax-sec-gap{
	gap: 48px;
	margin: 0px;
}
.yel-lft-sec-main h3{
	margin-bottom: 24px;
}
.yellft-cont-btm{
	gap: 20px;
}

.bl-main-gr{
	padding: 24px;
	border: 1px solid #ffffff1a;
	border-radius: 12px;
	margin-bottom: 24px;
}
.bl-main-gr h4{
	margin-bottom: 20px;
}

.rit-blue-col{
	gap: 12px;
	margin-bottom: 0px;
}

.blue-icon-col{
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	padding: 0px;
	margin: 0px;
}
.tax-grid-item .is-layout-flex figure,
.blue-icon-col figure{
	width: auto;
	height: auto;
	display: flex;
}
.bl-con-main p{
	margin: 0px;
	display: flex;
	flex-direction: column;
	gap: 0px;
}
.bl-main-gr .is-vertical{
	gap: 16px;
}
.rit-yel-box{
	padding: 20px;
	margin-bottom: 24px;
	border: 1px solid #d6a54d33;
	border-radius: 12px;
}
.full-cent-btn a{
	justify-content: center;
}

.inter-sec-top .wp-block-group__inner-container h3{
	margin-bottom: 0px;
}
.tax-sec-3 .inter-sec-top .wp-block-group__inner-container{
	gap: 24px;
}


.tax-grid-item{
	padding: 32px;
	border-radius: 12px;
	border: 1px solid #e4e0e1;
	transition: .3s;
}
.tax-grid-item .is-layout-flex{
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
}
.tax-grid-item .is-layout-flex{
	margin-bottom: 20px;
}
.pro-mth .csu-sec-tag{
	margin-left: auto;
	margin-right: auto;
}

.tax-bl-yl-main{
	gap: 32px;
	margin-bottom: 64px;
}

.box-tp-mn{
	position: relative;
	padding-left: 72px;
	margin-bottom: 24px;
}
.tax-bl-yl-main .tw-col-item{
	padding: 40px;
	border-radius: 16px;
	background-color: #fff;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1),
                0 1px 2px -1px rgba(0,0,0,0.1);
}
.tax-bl-yl-main .tw-col-item:nth-child(1){
	border: 2px solid #0766ee33;
}
.tax-bl-yl-main .tw-col-item:nth-child(2){
	border: 2px solid #fee68580;
}
.tw-col-item figure{
	position: absolute;
	top: 0;
	left: 0;
	width: 56px;
	height: 56px;
	display: flex;
	border-radius: 8px;
	align-items: center;
	justify-content: center;
}
.tax-bl-yl-main .tw-col-item:nth-child(1) figure{
	background-color: #eff6ff;
}
.tax-bl-yl-main .tw-col-item:nth-child(2) figure{
	background-color: #fffbeb;
}

.box-tp-mn p,
.box-tp-mn h5{
	margin-bottom: 0px;
}
.box-tp-mn .wp-block-group__inner-container{
	gap: 0px;
}
.st-gap-z{
	gap: 0px;
}
.tax-box-ma-bt{
	margin-bottom: 16px;
}
.icn-li-main-p{
	display: flex;
	align-items: center;
	gap: 8px;
}
.last-tax-box{
	margin-bottom: 24px;
}
.tax-bl-yl-main .tw-col-item:nth-child(1) .btm-inner-bx{
	border: 1px solid #dbeafe;
}
.tax-bl-yl-main .tw-col-item:nth-child(2) .btm-inner-bx{
	border: 1px solid #fef3c6;
}
.btm-inner-bx{
	padding: 16px;
	border-radius: 8px;
}
.btm-inner-bx ul li::marker{
	font-size: 12px;
	margin: 0px;
}
.tax-bl-yl-main .tw-col-item:nth-child(1) .btm-inner-bx ul li::marker{
	color: #0766ee;
}
.tax-bl-yl-main .tw-col-item:nth-child(2) .btm-inner-bx ul li::marker{
	color: #e17100;
}

.btm-inner-bx ul{
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding-left: 16px;
}

.tx-tbl-main table tr th,
.tx-tbl-main table tr td{
	padding: 16px;
	border: 0px;
}
figure.tx-tbl-main{
	border-radius: 12px;
	border: 1px solid #e4e0e1;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1),
                0 1px 2px -1px rgba(0,0,0,0.1);
}
.tx-tbl-main table thead tr{
	border: 0px;
	background-color: #071123;
}
.tx-tbl-main table{
	margin: 0px;
}
.tx-tbl-main table thead tr th{
	color: #fff;
	font-weight: 500;
}
.tx-tbl-main table thead tr th:last-child{
	background-color: #00976733;
}
.tx-tbl-main table tbody tr:nth-child(odd){
	background-color: #fff !important;
}
.tx-tbl-main table tbody tr:nth-child(even){
	background-color: #fcf9fa !important;
}
.tx-tbl-main table tbody tr td:first-child{
	font-weight: 500;
}
.tx-tbl-main table tbody tr td:last-child{
	background-color: #ecfdf580;
	font-weight: 500;
}


.tbl-btm-bl-bx{
	border: 1px solid #0766ee33;
	padding: 20px 20px 20px 52px;
	border-radius: 12px;
	position: relative;
	margin-top: 32px;
}
.tbl-btm-bl-bx p{
	line-height: 22px;
}
.tbl-btm-bl-bx figure{
	position: absolute;
	left: 20px;
	top: 22px;
	display: flex;
}
.tbl-btm-bl-bx figure img{
	display: flex;
	width: 20px;
	height: 20px;
}
.itin-num-item{
	padding: 12px;
	gap: 12px;
}
.itin-num-item-tag{
	padding: 2px 8px;
	border-radius: 4px;
}
.re-op-list-main{
	gap: 12px;
}
.lt-list-main h4{
	margin: 0px !important;
}
.lt-list-main{
	gap: 16px;
	margin-bottom: 32px;
}
.re-op-btm-gr{
	padding: 16px;
	border: 1px solid #d0fae5;
	border-radius: 12px;
}


.tax-video-itin-ap{
	gap: 16px;
	padding: 24px;
	border-radius: 12px;
	border: 1px solid #e4e0e1;
}
.tax-video-itin-ap h4{
	margin-bottom: 0px !important;
}
.itin-ap-item{
	gap: 12px;
}
.itin-ap-rit0con{
	gap: 0px;
}
.itin-ap-item .itin-num{
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px;
	border-radius: 8px;
}
.al-ce-tag{
	margin: 0px auto 16px;
}

.tbl-last-red table tbody tr:last-child td:last-child,
.tbl-last-red table tbody tr:last-child{
	background-color: #fef2f2 !important;
}

.tbl-last-red table tbody tr:nth-child(even){
	background-color: #f8fafcb3 !important;
}

.mn-sm-box{
	gap: 24px;
	margin: 0px;
	margin-top: 32px;
}
.tw-col-sm{
	padding: 20px;
	border-radius: 12px;
	border: 1px solid #e4e0e1;
}
.tw-col-sm h5{
	line-height: 20px;
}

.wt-cr-main-col,
.wi-cri-main-col{
	margin-bottom: 24px;
	gap: 24px;
}
.wi-cri-main-col{
	margin-bottom: 24px;
}
.wt-cr-main-col{
	margin: 0px;	
}

.bx-bor-cl,
.wi-cri-item{
	position: relative;
	padding: 24px;
	border-radius: 12px;
	transition: .3s;
}
.wi-cri-item{
	border: 2px solid #ffc9c9;
}
.bx-bor-cl{
	border: 2px solid #e4e0e1;
}
.wi-cri-item:hover{
	border-color: #ffa2a2;
}
.bx-bor-cl:hover{
	border-color: #0766ee4d;
	box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1),
                0 2px 4px -2px rgba(0,0,0,0.1);
}
.cit-bx-tp{
	gap: 4px;
	margin-bottom: 16px;
}
.cri-tag{
	position: absolute !important;
	display: flex;
	padding: 2px 10px;
	top: -10px;
	border-radius: 20px;
}
.ci-btm-row-sh-text{
	width: 70px;
	display: flex;
}
.ci-btm-stk{
	padding-top: 16px;
	border-top: 1px solid #e4e0e1;
}
.ci-btm-row-item{
	width: 100%;
}
.bx-co-mb{
	margin-bottom: 16px;
}
.br-cen-tag{
	border: 1px solid #ffffff1a;
	margin: 0px auto 16px;
}

.grid-col-item-mn {
	padding: 32px;
	border-radius: 12px;
	transition: .3s;
}
.red-bor{
	border: 1px solid #ffc9c9;
}
.red-bor:hover{
	border-color: #ffa2a2;
}
.yel-bor{
	border: 1px solid #fee685;
}
.yel-bor:hover{
	border-color: #ffd230;
}
.wit-bor{
	border: 1px solid #e4e0e1;
}
.wit-bor:hover{
	border-color: #0766ee4d;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
                0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.grid-col-item-icon{
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px;
	border-radius: 8px;
}
.gr-item-col-row{
	gap: 12px;
	margin-bottom: 16px;
}
.grid-item6-mis{
	gap: 24px;
	margin-bottom: 64px;
}

.six-mist-main-grp .llc-sec4-video-gr{
	margin-bottom: 0px;
}
.tbl-btn-mt{
	margin-top: 40px;
}


.bel-btm-tw-col-mn{
	gap: 24px;
	margin: 0px;
}
.bel-btm-tw-col-item{
	padding: 24px;
	border: 1px solid #e4e0e1;
	border-radius: 12px;
	transition: .3s;
}
.bel-btm-tw-col-item:hover{
	border-color: #0766ee4d;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.bel-btm-tw-col-item h4{
	transition: .3s;
}
.bel-btm-tw-col-item:hover h4{
	color: #0766ee;
}
.tw-rw-gap{
	gap: 16px;
}
.tw-col-gap-zr{
	gap: 0px;
}
.tw-col-item-icon{
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	padding: 0px;
}
.tw-bx-item-mn{
	gap: 12px;
}







/* Page 4 */

.ban-mar-tp{
	margin: 0px;
	margin-top: 12px;
}

.ban-shad-lft:before{
	content: "";
    background-color: #0766ee;
    position: absolute;
    top: 80px;
    left: 40px;
    width: 288px;
    height: 288px;
    display: flex;
    filter: blur(64px);
    opacity: .1;
    z-index: 9;
}


.non-res-col-main{
	gap: 32px;
	margin-top: 56px;
}
.non-res-col-main .non-res-si-item:nth-child(1){
	border-top: 4px solid #fb2c36;
}
.non-res-col-main .non-res-si-item:nth-child(2){
	border-top: 4px solid #fe9a00;
}
.non-res-col-main .non-res-si-item:nth-child(3){
	border-top: 4px solid #2b7fff;
}

.non-res-si-item{
	gap: 12px;
	padding: 32px;
	border-radius: 12px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1),
                0 1px 2px -1px rgba(0,0,0,0.1);
	transition: .3s;
}

.non-res-si-item:hover{
	box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1),
            0 2px 4px -2px rgba(0,0,0,0.1);
}

.non-res-si-item img{
	margin-bottom: 4px;
}
.non-res-si-item figure,
.non-res-si-item img{
	display: flex;
	width: 40px;
	height: 40px;
}

.gn-tag-cn{
	display: flex;
	padding: 6px 16px;
	border: 1px solid #bedbff;
	border-radius: 30px;
	gap: 8px;
	width: fit-content;
	margin: 0px auto 16px;
}

.bus-need-grid-main{
	gap: 24px;

}
.bus-need-grid-item{
	padding: 24px;
	border-radius: 12px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1);
	transition: .3s;
}
.bus-need-grid-item:hover{
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.bus-need-grid-item-wi-icon{
	display: flex;
	gap: 8px;
	align-items: center;
	margin-bottom: 16px;
}
.need-grid-item-head{
	margin-bottom: 4px !important;
}
.bus-need-in-rw{
	width: 100%;
}
.bus-need-in-st{
	width: 100% !important;
}
.bus-need-grid-item-con{
	margin-bottom: 7px !important;
}
.bus-need-grid-main .bus-need-grid-item:nth-child(1){
	border-top: 4px solid #fb2c36;
}
.bus-need-grid-main .bus-need-grid-item:nth-child(2){
	border-top: 4px solid #ad46ff;
}
.bus-need-grid-main .bus-need-grid-item:nth-child(3){
	border-top: 4px solid #2b7fff;
}
.bus-need-grid-main .bus-need-grid-item:nth-child(4){
	border-top: 4px solid #00bc7d;
}
.bus-need-grid-main .bus-need-grid-item:nth-child(5){
	border-top: 4px solid #fe9a00;
}
.bus-need-grid-main .bus-need-grid-item:nth-child(6){
	border-top: 4px solid #d4a843;
}

.much-more-main{
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 24px;
	gap: 0px;
}
.much-more-head{
	margin-bottom: 16px !important;
}
.much-more-short-text{
	margin-bottom: 24px !important;
}
.much-more-grid{
	gap: 12px;
}
.much-more-grid-item{
	padding: 12px 16px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.much-more-grid-item figure{
	width: auto;
	height: auto !important;
	display: contents;
}
.much-more-grid-item img{
	width: 16px;
	height: 16px;
	display: flex;
}
.much-more-mis-main{
	gap: 32px;
	margin-top: 40px;
	max-width: 896px;
	width: 100%;
	margin: 40px auto 0px;
}
.bl-btm-bx{
	padding: 32px;
	border-radius: 12px;
	gap: 16px;
}
.bl-btm-bx-yel-icon{
	padding: 0px;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px;
	border-radius: 50%;
}

.for-bor-gr{
	border: 1px solid #b9f8cf;
}

.state-req-tbl table{
	margin: 0px;
}
.state-req-tbl table thead tr{
	background-color: #0a1628;
}
figure.state-req-tbl{
	border-radius: 12px;
	border: 0px !important;
}
table, td, th,
.state-req-tbl table thead{
	border: 0px !important;
}
.state-req-tbl table thead tr th,
.state-req-tbl table tbody tr td{
	padding: 16px;
	border: 0px;
}
.state-req-tbl table tbody tr td:last-child{
	font-size: 12px;
}
.state-req-tbl table tbody tr:nth-child(odd){
	background-color: #fcf9fa !important;	
}
.state-req-tbl table tbody tr:nth-child(even){
	background-color: #fff !important;
}
.state-tbl-btm-para{
	margin: 0px;
	margin-top: 16px;
}

.com-cal-grid{
	gap: 16px;
	margin-bottom: 40px;
}

.com-cal-grid-item{
	padding: 20px;
	border-radius: 12px;
	gap: 12px;
	transition: .3s;
}
.com-cal-grid-item:hover{
	box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1);
}
.com-gr-itm-bl{
	border: 1px solid #bedbff;
}
.com-gr-itm-yl{
	border: 1px solid #fee685;
}
.com-gr-itm-pr{
	border: 1px solid #e9d4ff;
}
.com-gr-itm-rd{
	border: 1px solid #ffc9c9;
}
.com-gr-itm-gr{
	border: 1px solid #b9f8cf;
}
.com-gr-itm-wth{
	border: 1px solid #e2e8f0;
}

.com-cal-grid-item-right{
	gap: 4px;
}


.br-red-tag{
	border: 1px solid #ffc9c9 !important;
}
.pen-tbl{
	border-radius: 12px;
	border: 0px !important;
	margin-bottom: 0px;
}
.pen-tbl table{
	margin-bottom: 0px;
}
.pen-tbl table thead tr{
	background-color: #82181a;
}

.com-light-tbl table thead,
.com-light-tbl table tbody,
.com-light-tbl th,
.com-light-tbl td,
.pen-tbl table,
.pen-tbl td, 
.pen-tbl th, 
.pen-tbl table thead{
	border: 0px !important;
}
.com-light-tbl table thead tr th,
.com-light-tbl table tbody tr td,
.pen-tbl table thead tr th,
.pen-tbl table tbody tr td{
	padding: 16px !important;
}
.pen-tbl table tbody tr td:last-child{
	font-size: 12px;
}
.pen-tbl table tbody tr td:nth-child(4) mark{
	padding: 2px 8px;
	border-radius: 4px;
}
.pen-tbl table tbody tr:nth-child(odd){
	background-color: #fef2f24d !important;
}
.pen-tbl table tbody tr:nth-child(even){
	background-color: #fff !important;
}

.com-mis-gr{
	gap: 24px;
}
.com-mis-gr-item{
	padding: 24px;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	gap: 12px;
	transition: .3s;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1);
}
.com-mis-gr-item-icon{
	display: flex;
	gap: 12px;
	align-items: center;
	margin-bottom: 4px !important;
}
.com-mis-gr-item:hover{
	box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1);
}

.our-process p.grid-item-num{
	background-color: #2563eb;
	border-radius: 50%;
}
.our-process .llc-sec5-grid-item{
	transition: .3s;
	border: 1px solid #ffffff1a;
}
.our-process .llc-sec5-grid-item:hover{
	background-color: #ffffff1a !important;
}

.com-light-tbl{
	max-width: 920px;
	width: 100%;
}

.com-light-tbl table tbody tr:first-child{
	background-color: #f9f3f4;
	font-size: 14px !important;
}
.com-light-tbl table tbody tr td{
	font-size: inherit !important;
	color: inherit !important;
}
.com-light-tbl table tbody tr td:first-child{
	font-size: 14px !important;
}
.com-light-tbl table tbody tr td:not(:first-child) mark:nth-child(1){
	margin-right: 6px;
}
.com-light-tbl table tbody tr td:last-child{
	font-weight: 500;
}

.com-thr-grid{
	gap: 24px;
}
.com-thr-grid-item{
	padding: 24px;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	transition: .3s;
}
.com-thr-grid-item:hover{
	box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1);
	border-color: #2563eb4d;
}
.com-thr-grid-item:hover h4{
	color: #2563eb;
}

.ban-shad-lft.right-shadow::after{
	content: "";
    background-color: #d4a843;
    position: absolute;
    bottom: 80px;
    right: 40px;
    width: 384px;
    height: 384px;
    display: flex;
    filter: blur(64px);
    opacity: .1;
    z-index: 9;
}
.right-shadow .banner-video-col{
	z-index: 99;
}


.credit-grid .non-res-si-item:nth-child(3){
	border-color: #00bc7d !important;
}

.pr-cr-main{
	gap: 32px;
	max-width: 1024px;
	width: 100%;
	margin: 0px auto;
}
.pr-cr-main .pr-cr-item{
	padding: 32px;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
}
.pr-cr-item-tp-lt-icon{
	padding: 0px;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
}
.pr-cr-item-rt-st{
	gap: 0px;
}
.pr-cr-item-tp-rw{
	margin-bottom: 24px;
}
.pr-cr-item-list{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 24px;
}
.pr-cr-item-list .pr-cr-item-list-item{
	display: flex;
	align-items: start !important;
	gap: 12px;
	width: 100%;
}
.pr-cr-item-list .pr-cr-item-list-item p{
	margin-bottom: 0px;
}

.cr-grid-btm{
	padding: 16px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	gap: 4px;
	margin-bottom: 0px;
}

.bor-gr{
	border: 1px solid #a4f4cf;
}
.bor-yl{
	border: 1px solid #fee685;
}

.thr-bus-grid{
	gap: 32px;
}
.thr-bus-item{
	padding: 28px;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	gap: 0px;
}
.thr-bus-item-head{
	width: 100%;
	gap: 4px;
	margin-bottom: 16px !important;
}
.thr-bus-item img,
.thr-bus-item figure{
	width: 40px;
	height: 40px;
	display: flex;
	margin-bottom: 16px;
}
.thr-bus-item-row{
	width: 100%;
}
.thr-bus-item-stack{
	width: 100%;
	gap: 12px;
	margin-bottom: 12px !important;
}
.thr-bus-item-btm{
	gap: 4px;
	width: 100%;
	padding-top: 8px;
	border-top: 1px solid #f9f3f4;
}

.thr-bus-item .itm-btm-mar{
	margin-bottom: 12px;
}

.secu-cards-box{
	padding: 32px;
	max-width: 768px;
	width: 100%;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	margin: 0px auto 40px;
}
.secu-cards-box h4{
	margin-bottom: 16px;
}
.se-cr-car-icon{
	padding: 0px;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
}
.main-inner-cre-card-cols{
	margin-bottom: 0px !important;
}
.cre-car-btm-tbl{
	border-radius: 12px;
}
.cre-car-btm-tbl table{
	margin-bottom: 0px;
}
.cre-car-btm-tbl table thead tr{
	background-color: #0a1628;
}
.cre-car-btm-tbl table thead,
.cre-car-btm-tbl table,
.cre-car-btm-tbl tr,
.cre-car-btm-tbl td,
.cre-car-btm-tbl th{
	border: 0px !important;
}

.cre-car-btm-tbl table tr td,
.cre-car-btm-tbl table tr th{
	padding: 16px;
}

.cre-car-btm-tbl table tbody tr td:last-child{
	font-size: 14px;
}
.cre-car-btm-tbl table tbody tr td:first-child mark{
	padding: 2px 8px;
	font-size: 12px;
	border-radius: 30px;
}
.cre-car-btm-tbl table tbody tr:nth-child(-n+2) {
    background-color: #eff6ff80;
}

.cre-cash-bal-grid{
	gap: 32px;
}
.cre-cash-bal-item{
	gap: 0px;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	overflow: hidden;
}
.cre-cash-bal-btm,
.cre-cash-bal-top{
	width: 100%;
	padding: 24px;
}

.cre-cash-bal-btm{
	gap: 0px;
}

.cre-cash-bal-item .thr-bus-item-stack{
	margin-bottom: 24px !important;
}
.cre-cash-bal-top-inner-rw{
	width: 100%;
}
.cre-cash-bal-tag{
	padding: 2px 8px;
	border-radius: 20px;
}
.wid-hun{
	width: 100%;
}

.listing-ad-di ul li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.fir-list-mar-btm{
	margin-bottom: 16px !important;
}

.fintech-cards-tagbr-remove{
	border: 0px !important;
}
.cre-holy-grail-gr{
	gap: 32px;
	margin-bottom: 48px;
}
.cre-holy-grail-gr-itm{
	padding: 28px;
	border: 2px solid #d4a8434d;
	border-radius: 12px;
	gap: 12px;
}

.cre-holy-grail-heading{
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 4px;
}
.cre-holy-grail-btm-st{
	padding-top: 12px;
	border-top: 1px solid #f9f3f4;
	gap: 4px;
}
.cre-shortcut-main{
	padding: 40px;
	gap: 32px;
	border-radius: 16px;
	align-items: center !important;
	margin-bottom: 0px;
}
.short-cut-tag{
	display: flex;
	padding: 6px 16px;
	border-radius: 30px;
	align-items: center;
	gap: 8px;
	width: fit-content;
	margin-bottom: 16px;
}


.gol-tra-con{
	gap: 0px;
}
.gol-tra-con h3{
	margin-bottom: 16px !important;
}
.cr-listingwith-num{
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 24px !important;
	margin-bottom: 24px !important;
}
.cre-num{
	padding: 0px;
	width: 24px;
	min-width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}
.short-lft-btm-con{
	padding: 16px;
	border: 1px solid #ffffff1a;
	border-radius: 8px;
}

.gol-right-col-st{
	padding: 24px;
	border: 1px solid #ffffff1a;
	border-radius: 12px;
	gap: 12px;
}
.gol-right-col-st ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.gol-right-col-st ul li{
	display: flex;
	align-items: start;
	gap: 8px;
}
.cre-rej-gr{
	gap: 32px;
	max-width: 1024px;
	width: 100%;
	margin: 0px auto;
}
.cre-rej-st{
	gap: 12px;
	padding: 28px;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
}
.cre-rej-inner-st{
	gap: 4px;
}

.tw-mon-grid{
	gap: 24px;
	margin-bottom: 40px;
}
.tw-mon-item{
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	overflow: hidden;
	gap: 0px;
}

.tw-mon-item-top{
	padding: 16px;
	gap: 0px;
}
.tw-mon-item-btm{
	padding: 20px;
}
.tw-mon-item-btm ul{
	list-style-type: none;
	margin:0px;
	padding: 0px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.tw-mon-item-btm ul li{
	display: flex;
	align-items: start;
	gap: 8px;
}


.cre-video-sec .llc-sec4-video-gr{
	margin-bottom: 0px;
}

.cre-our-pro .grid-item-num{
	border-radius: 12px !important;
}
.cre-our-pro .llc-sec5-grid{
	margin-bottom: 0px !important;
}

.cre-tbl-main{
	width: 100% !important;
	max-width: 100%;
}

.cre-tbl-main table tbody tr:first-child{
	background-color: #fcf9fa !important;
}
.cre-tbl-main table tbody tr:first-child td:last-child{
	background-color: #0a1628 !important;
}
.cre-tbl-main table tr th, .cre-tbl-main table tr td{
	font-size: inherit !important;
}
.cre-tbl-main table tbody tr td:last-child{
	background-color: #eff6ff4d !important;
}
.cre-tbl-main table tbody tr{
	border-bottom: 1px solid #f9f3f4 !important;
}
.cre-tbl-main{
	border: 0px !important;
	box-shadow: none !important;
}
.cre-tbl-main table tbody tr:not(:first-child) td:not(:first-child){
	font-size: 14px !important;
}
.cre-tbl-main table tbody tr:not(:first-child):nth-child(odd){
	background-color: transparent !important;
}
.cre-tbl-main table tbody tr:not(:first-child):nth-child(even){
	background-color: transparent !important;
}
.cre-tbl-main table tbody tr mark{
	margin-right: 6px !im;
}

.Month-Credit-col-1 .short-cut-tag {
	border: 1px solid #d4a8434d !important;
}

.Month-Credit-col-1 {
	padding: 40px;
	border-right: 1px solid #1e3a5f !important;
}

.Month-Credit-col-2 {
	padding: 32px;
}

.Month-Credit {
	border: 1px solid #1E3A5F !important;
	border-radius: 16px !important;
	gap: 0px !important;
	max-width: 990px;
	width: 100%;
	margin: 0px auto;
}
.Month-Credit-col-1-list-row {
	max-width: 80%;
	margin-bottom: 16px;
}

.Month-Credit-col-1-list-row li {
	list-style: none;
	display: flex;
	gap: 8px;
	margin-bottom: 10px;
}

.Month-Credit-col-1 .wp-block-button {
	margin-bottom: 12px !important;
}











/* Page Payment */
.pay-sha-po.ban-shad-lft:before{
    top: 80px;
    right: 25%;
    left: auto;
    width: 384px;
    height: 384px;
}
.pay-sha-po.right-shadow::after{
	width: 320px;
	height: 320px;
	bottom: 80px;
	left: 25%;
	opacity: .05;
}
.pay-pro-grid .non-res-si-item{
	border-radius: 12px;
	box-shadow: none;
}
.pay-pro-grid .non-res-si-item:hover{
	box-shadow: none;
}

.pay-pro-grid{
	gap: 24px;
}

.pay-pro-grid .non-res-si-item:nth-child(1){
	border: 1px solid #ffc9c9;
}
.pay-pro-grid .non-res-si-item:nth-child(2){
	border: 1px solid #fee685;
}
.pay-pro-grid .non-res-si-item:nth-child(3){
	border: 1px solid #a4f4cf;
}



.wout-box{
	margin-bottom: 24px;
	gap: 0px;
}
.wout-box h2{
	margin: 8px 0px 24px 0px;
}

.pay-pro-box{
	gap: 12px;
	padding: 24px;
	border-radius: 12px;
	border: 1px solid #e2e8f0;
}

.pay-pro-box-heading{
	display: flex;
	align-items: center;
	gap: 8px;
}

.cont-width-small{
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
}
.cont-width-large{
	max-width: 1160px;
	width: 100%;
	margin: 0 auto;
}
.pay-mar-btm{
	margin-bottom: 24px;
}
.pay-bor-or{
	border: 1px solid #ff624333;
}


.cre-score-colmain{
	gap: 40px;
	margin-bottom: 0px;
}
.cre-score-col-left{
	padding: 32px;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
}

.cre-score-col-left-main-st{
	gap: 24px;
}
.cre-csore-left-header{
	gap: 16px;
}
.cre-left-header-icon{
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	padding: 0px;
}
.whop-grid{
	gap: 12px;
}
.whop-grid p{
	display: flex;
	align-items: center;
	gap: 8px;
}
.cre-scor-left-btm-box{
	padding: 16px;
	border-radius: 8px;
}
.cre-bor-red{
	border: 1px solid #ff62431a;
}
.cre-sco-rit-top-st{
	gap: 16px;
	padding: 32px;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
}
.cre-sco-list{
	gap: 12px;
}
.cre-sco-list img{
	width: 16px;
	height: 16px;
	display: flex;
}
.cre-scor-alert-yel{
	padding: 20px;
	border-radius: 12px;	
	gap: 12px;
	margin-bottom: 0px;
}
.alert-yel-bor{
	border: 1px solid #fee685;
}
.cre-scor-alert-inner{
	gap: 4px;
}
.cre-rit-top-listing-main{
	gap: 12px;
}
.pay-video-sec .llc-sec4-video-gr{
	max-width: 900px;
	width: 100%;
	margin-bottom: 0px;
}
.pay-bor-pur{
	border: 1px solid #635bff33;
}
.pay-boxex-sec .gn-tag-cn{
	margin-bottom: 32px;
}
.cre-bor-pur{
	border: 1px solid #635bff1a;
}
.cre-scor-alert-yel figure{
	display: flex;
}
.cre-scor-alert-yel figure img{
	width: auto;
	margin-top: 5px;
}
.pay-bor-top{
	border-top: 1px solid #f9f3f4;
}
.pay-bor-green{
	border: 1px solid #96bf484d;
}
.cre-green-rit-top{
	gap: 2px;
}
.pay-green-right-top{
	padding: 0px;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
}

.cre-rit-top-listing-main .pay-green-item{
	align-items: start !important;
}
.alert-blue-bor{
	border: 1px solid #bedbff;
}
.cre-bor-blue{
	border: 1px solid #96bf4833;
}





.optimal-setup-main .wp-block-group__inner-container{
	gap: 0px;
}
.optimal-setup-main h2{
	margin: 8px 0px 16px;
}
.width-paygrd-d-main-group{
	max-width: 992px;
	width: 100%;
	margin: 0px auto;
}
.pay-thre-colms-main{
	gap: 24px;
}
.thre-colms-item-top-row{
	margin-bottom: 3px;
}
.pay-thre-colms-item{
	border: 2px solid #e2e8f0;
	border-radius: 16px;
	overflow: hidden;
}
.pay-thre-colms-item-top{
	padding: 28px 28px 32px;
}
.pay-thre-colms-item-btm{
	padding: 20px 28px;
}
.thre-colms-item-tag{
	padding: 4px 10px;
	border-radius: 6px;
}
.pay-thre-colms-item-btm ul{
	list-style-type: none;
	margin:0px;
	padding: 0px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.pay-thre-colms-item-btm ul li{
	display: flex;
	align-items: center;
	gap: 8px;
}
.pay-thre-colms-btm{
	padding: 24px;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	margin-top: 32px;
}




.pay-stack-item{
	gap: 24px;
	margin-bottom: 0px;
}
.pay-stack-num{
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px;
	border-radius: 12px;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
	margin-bottom: 0px;
}
.pay-stack-item-left{
	align-items: center;
}
.pay-stack-border {
    height: 64px;
    width: 1px;
    background-color: #e2e8f0;
    margin: 8px auto 0px;
}
.pay-stack-day-tag{
	padding: 2px 8px;
	border-radius: 30px;
}
.pay-stack-heading-row{
	gap: 12px;
}
.pay-stack-right-top{
	gap: 4px;
}
.grp-gap-z .wp-block-group__inner-container{
	gap: 8px;
}
.pay-mis-top-row{
	gap: 8px;
	margin-bottom: 3px !important;
	align-items: center;
}
.pay-mis-top-row img,
.pay-mis-top-row figure{
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pay-mis-grid{
	gap: 24px;
}

.pay-mis-grid-item{
	padding: 24px;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
}

.professional-tbl{
	max-width: 900px;
	width: 100%;
	margin: 0px auto;
}
.professional-tbl table thead{
	border: 0px !important;
}
.professional-tbl table thead tr{
	background-color: #fcf9fa !important;
	
}
.professional-tbl{
	border-radius: 12px;
	border: 1px solid #e2e8f0;
}
.professional-tbl table {
	margin-bottom: 0px;
}

.professional-tbl table tbody tr:nth-child(odd){
	background-color: #fff !important;
}
.professional-tbl table tbody tr:nth-child(even){
	background-color: #f8fafc80 !important;
}


.professional-tbl table thead tr th,
.professional-tbl table tbody tr td{
	padding: 16px;
}


.pay-bus-learn-more{
	display: flex;
	align-items: center;
	gap: 4px;
}

.pay-bus-step .pay-bus-bor-blue{
	border: 1px solid #bedbff;	
}
.pay-bus-step .pay-bus-bor-green{
	border: 1px solid #a4f4cf;	
}
.pay-bus-step .pay-bus-bor-purple{
	border: 1px solid #e9d4ff;	
}