/* Seo - aBout ------- */
.seo-about .col-box > .col-inner {
	border: 1px solid white;
    padding: 10px;
    text-align: center;
    border-radius: 12px;	
}

.seo-about .col-box p{
    font-size: 0.9rem;
    text-align: center;
    line-height: 1.4;
    margin: 0;	
}

.seo-about .col-box h5 {
    font-size: 2.2rem;
    line-height: 1.05;
    margin-bottom: 5px;	
	color: #46feaa;
}



/* Seo - Welcom  ------- */
.bg-contain .section-bg.bg-loaded {
    background-size: contain!important;
}

.seo-welcom .icon-box {
	align-items: flex-start;	
	margin-bottom: 12px;
}

.seo-welcom .icon-box .icon-box-text {
	padding-left: 15px;
}

.seo-welcom h3 {
    font-size: 1.2rem;
    line-height: 1.3;
    margin-bottom: 7px;	
}


/* Seo - Benefit  ------- */
.seo-benefit_content .col-inner  {
    background: rgb(45 45 45);
    padding: 40px 20px ;
    border-radius: 7px;	
}

.seo-benefit_content h3  {
    font-size: 1.2rem;
    line-height: 1.3;
    margin-bottom: 16px;	
}


/* Seo - Process  ------- */
.seo-price {
	
}

.seo-price .col-box > .col-inner {
    background: var(--bg-gray);
    border-radius: 5px;
    overflow: hidden;	
	padding-bottom: 50px;
	transition: 300ms all;
}

.seo-price .col-box > .col-inner:hover {
	box-shadow: 0 5px 15px rgba(0,0,0,0.05);
	transform: translatey(-5px);
}

.seo-price .col-box .stack.content {
    padding: 20px;	
    font-size: 0.95rem;
}

.seo-price .col-box h6 {
    background: var(--primary-color);
    color: white;
    padding: 16px 20px;
    text-align: center;
    opacity: 1;
    text-transform: unset;
    letter-spacing: 0;
    font-size: 1.6rem;	
	margin: 0;
}

.seo-price .col-box .stack.content .text {
	flex: 1;
}

.seo-price .col-box h2 {
    color: var(--text-basic);
    font-size: 2.2rem;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 30px;
}

.seo-price .col-box ul {
    list-style: none;	
}

.seo-price .col-box li {
    margin-left: 31px;
    position: relative;
    border-bottom: 1px solid var(--border-basic);
    padding-bottom: 16px;
    margin-bottom: 16px;	
}

.seo-price .col-box li:before {
	content: "\e876";
	font-family: "material icons";
    width: 18px;
    height: 18px;
    line-height: 1;
    font-size: 14px;
    display: flex;
    position: absolute;
    left: -31px;
    top: 4px;
    background: var(--color-red);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	color: white;

}









/* Responsive ---------------- */
@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 875px) {
	.seo-welcom h3 {
		font-size: 1.1rem; 
	}
	
	.seo-price .col-box {
		padding: 0 8px 35px;
	}
	.seo-price .col-box .stack.content {
		padding: 20px 15px;
	}
}

@media only screen and (max-width: 575px) {
	.seo-benefit_content .col-inner {
		padding: 20px 20px 30px; 
	}
}
