.i18n-ja .region-content .content-wrap h1 {
    padding: 80px 0px 80px 0px;
    text-align: center;
}
.region-content .content-wrap h1 {
    padding: 0;
    margin: 0;
}
.other-lang .secure-banner-section h1 {
    font-size: 45px;
    margin-bottom: 15px;
    line-height: 1.2;
}
.i18n-ar .sec-offer-section ul li {
    padding: 0 40px 0 0;
}
.i18n-ar .sec-offer-section ul li span {
    right: 0;
}
.i18n-ar .secure-banner-section h1, .i18n-ar .secure-banner-section p {
    text-align: center;
}

/*****new update******/


h1, h2, h3, h4, h5, h6 {
    font-family: var(--zf-secondary-bold);
}

body h2 {
    font-size: 40px;
}
.secure-banner-section {
    background: #f7f7f7;
    padding: 4em 0;
    text-align: center;
}
.secure-banner-section .content-wrap {
    max-width: 850px;
}
.secure-banner-section h1 {
    font-size: 60px;
    line-height: 1.4;
}
.sec-offer-section {
    padding: 0 0 3em;
}
.sec-offer-section h2 {
    margin-bottom: 10px;
}
.sec-offer-section .title {
    margin-bottom: 35px;
    text-align: center;
}
.sec-offer-section ul li {
    position: relative;
    padding: 0 0 0 35px;
    font-size: 18px;
    margin: 20px 0;
}
.sec-offer-section ul li span {
    border: 1px solid #24cc8b;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 5px;
}
.sec-offer-section ul li span::before {
    background: #24cc8b;
    width: 2px;
    height: 5px;
    content: "";
    position: absolute;
    left: 6px;
    top: 9px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}
.sec-offer-section ul li span::after {
    background: #24cc8b;
    width: 2px;
    height: 10px;
    content: "";
    position: absolute;
    left: 11px;
    top: 6px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
.add p {
    line-height: 2;
}
.sec-offer-section .offer-main {
    margin-bottom: 50px;
}
.update-year {
    padding: 50px 0;
    text-align: right;
}
.update-year p {
    margin: 0;
}
.bot-contact {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -ms-flex-wrap: wrap;
}
.bot-contact > div {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
	margin-bottom: 20px;	
}

@media screen and (max-width:1023px){
	body h2 {
		font-size: 30px;
	}
	.secure-banner-section h1 {
		font-size: 40px;
	}
	.sec-offer-section ul li {
		font-size: 16px;
	}
	.sec-offer-section ul li span {
		top: 4px;
	}
}
@media screen and (max-width:767px){
	.secure-banner-section h1 {
		font-size: 32px;
	}
	body h2 {
		font-size: 26px;
	}
	.sec-offer-section ul li {
		font-size: 16px;
	}

}
@media screen and (max-width:480px){
	.bot-contact > div {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}
}