.lp-sammam {
    position: relative;
}
.single-cartflows_step .en-banner {
    display: none !important;
}
/*====*Top Area CSS*====*/  
.lp-toparea {
    margin-top: 70px;
} 
.lp-toparea .text h1 {
    position: absolute;
    top: -30px;
    left: 0;
    margin: 0;
    padding: 5px 0;
    width: 100%;
    color: #fff;
    text-shadow: 0 3px #000;
    background-color: #555;
    text-align: center;
}

.lp-toparea .text h1::first-letter {
    color: #f00;
    font-size: 35px;
} 
.lp-advice p::first-letter {
    color: #f00 !important;
    font-size: 30px;
}
.lp-toparea img {
    width: 100%; 
} 
/*====*Button CSS*====*/  
.lp-button-box {
    text-align: center; 
    position: relative;
} 
.lp-button-box .lp-button {
    background-color: #fff;
    display: inline-block;
    padding: 30px 50px;
    border-radius: 5px;
}
.lp-button a {
    text-decoration: none;
    background-color: #3c6611;
    color: #fff;
    display: inline-block;
    padding: 11px 30px;
    border-radius: 5px;
    font-size: 18px;
    position: relative;
    text-shadow: 0 3px 9px rgba(0,0,0,0.5);
} 
.lp-button-alt a {
    color: #333;
    font-size: 22px;
    margin-bottom: 50px;
    display: inline-block;
    text-decoration: none;
    border: 1px solid #ddd;
    padding: 10px 25px;
    border-radius: 25px;
    background-color: #f0f0f0;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}
.lp-button {
    text-align: center;
}
.lp-button h2 {
    margin-bottom: 0;
}

.lp-button p {
    margin-bottom: 15px;
}
@media (max-width: 800px) { 
	.lp-button-box .lp-button { 
		padding: 30px 10px; 
	}
}
/*====*LP Gallery CSS*====*/  
.lp-gallery .row > div {
    padding: 0 3px !important;
}
.lp-gallery .item {
    margin-bottom: 5px !important;
}
.gallery-box img {
    width: 100%;
    height: auto;
    box-shadow: 0 1px 9px rgb(0 0 0 / 20%);
}
/*====*LP Char CSS*====*/  
.lp-char {
    margin-top: 30px;
}
.lp-char .topics {
    display: flex;
    background-color: #444;
}
.lp-char .topics i {
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    background-color: #3c6611;
}

.lp-char .topics h2 {
    color: #fff;
    font-size: 23px;
    margin-left: 6px;
    line-height: 50px;
    margin-bottom: 0;
}
.char-box p {
    color: #333;
    line-height: 30px;
    font-size: 16px;
    padding: 10px 10px 10px;
    text-align: left;
}
.char-box {
    box-shadow: 0 1px 9px rgb(0 0 0 / 20%);
}