@media (max-width: 767px) {
	.header .logo-new img {
		margin: 10px auto 0;
		display: block;
	}
	
	.fexprice {
		justify-content: center !important;
	}
	
	.fexprice .ttl {
	    margin-right: 5px;
	}
}

.triggers {
	padding: 70px 0;
}

.triggers h2 {
	margin-bottom: 42px;
}

.triggers ul li {
	width: 212px;
	counter-increment: section;
}

.triggers ul li:before {
    content: '';
    position: absolute;
    display: block;
    width: 42px;
    height: 39px;
    background: url(images/tr-before.jpg) no-repeat center top;
    top: -10px;
    left: -10px;
    
    content: " " counter(section) " ";
    background: #f24841;
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    padding-top: 4px;
}


.formbox .left-vn p a {
	color: #f24841;
}

.fexprice {
	text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border: 2px dashed #0d3c71;
    padding: 16px 32px;
    margin-bottom: 18px;
}

.fexprice .ttl {
	color: #0d3c71;
    font-size: 24px;
}

.fexprice .cost {
	color: #d82018;
    font-size: 24px;
}

.fexprice .more {
	margin-top: 12px;
    font-size: 16px;
}

.fexprice .order {
	width: 152px;
    height: 40px;
	margin-top: 12px;
}

.btn-order {
	display: flex;
    height: 40px;
    border-radius: 27px;
    text-align: center;
    font-family: 'FuturaPT-Demi';
    color: #fff;
    background: #d82018;
    font-size: 14px;
    box-shadow: -1px 5px 5px rgb(191 44 37 / 70%);
    margin: 0 auto;
    border: none;
    padding: 0;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}

.btn-order:hover {
	background: #db332c;
    box-shadow: none;
    cursor: pointer;
}

.main h2:before {
	display: none;
}

.main h2 span {
	color: #222;
}

.main .content p {
	margin-bottom: 16px;
}

.main h2 {
	font-size: 28px !important;
}

.main ol li {
font-size: 19px;
    line-height: 1.3;
    position: relative;
    margin-bottom: 10px;
    list-style-type: auto;
    font-weight: bold;
    padding-left: 0px;
	margin-left: 18px;
}

.benefits {
    position: relative;
    padding: 60px 0;
}

.benefits ul li > span {
	font-size: 45px;
}

.benefits ul li {
	font-size: 17px;
}

.main .content ul {
	padding-left: 30px;
}

.bprice {
	background: #0d3c71;
    padding: 20px 0px;
}

.tb-container {
	max-width: 1140px;
}

.tb-container h2 {
	color: #fff;
	font-size: 30px;
	margin-bottom: 32px;
}

.responsive-table .table-header {
	background-color: #f24841;
}

.colorb {
	color: #0d3c71 !important;
}

.more-price {
	text-align: center;
}

.more-price a {
	text-decoration: none;
	color: #fff;
}


.more-price a:hover {
	text-decoration: underline;
}

