.block{
display:none !important;
}
.bottom-cta {
    margin-top: 30px;
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.apm-btn {
    border: 0;
    border-radius: 4px;
    font-weight: 400;
    font-size: calc(1rem + 2px);
    line-height: 1.5;
    cursor: pointer;
    text-align: center;
    padding: 12px 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #E1E2E5;
    color: inherit;
    background-color: #ffffff;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    font-family: inherit;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.apm-btn:hover {
    color: #E80E19;
    border-color: #E80E19;
}

.apm-btn>.apm-btn-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.apm-btn>.apm-btn-icon+span {
    margin-left: 8px;
}

.apm-btn.apm-btn-primary {
    border: 1px solid #E80E19 !important;
    background-color: #E80E19 !important;
    color: #ffffff;
}

.apm-btn.apm-btn-primary:hover {
    background-color: #db0b15;
    border-color: #db0b15;
}

.apm-btn.apm-btn-primary:focus {
    background-color: #d00610;
    border-color: #d00610;
}

.apm-btn.apm-btn-secondary {
    border: 1px solid #000000 !important;
    background-color: #000000 !important;
    color: #ffffff;
}

.apm-btn.apm-btn-secondary:hover {
    background-color: #444444;
    border-color: #444444;
}

.apm-btn.apm-btn-secondary:focus {
    background-color: #444444;
    border-color: #444444;
}

.apm-btn>span:last-child.apm-btn-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 8px;
}

a.apm-btn {
    text-decoration: none;
}

.apm-btn {
    border: 0;
    border-radius: 4px;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5;
    cursor: pointer;
    text-align: center;
    padding: 14px 32px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

a.apm-btn.btn-primary {
    color: #ffffff !important;
    text-decoration: none;
}
a.apm-btn.btn-secondary {
    color: #000 !important;
    border: 1px solid #000000;
}


.apm-btn.btn-primary {
    background-color: #E80E19;
    color: #ffffff;
}

.apm-btn>span:last-child.apm-btn-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 8px;
}

a.apm-btn.btn-primary {
    color: #ffffff !important;
    text-decoration: none;
}


.flex-row:before, .banner .flex-row:after{content:'';display:table;clear:both;}
.flex-row{display: -webkit-box; display: -moz-box;display: -ms-flexbox;display: -webkit-flex; display: flex;padding:10px 0;flex-wrap: wrap;}
.box {   background: #f5f5f5;flex: 1;
vertical-align: top;
padding: 20px;
margin: 10px;}
.rhs-cont > img {border:solid 1px #aaa;}
@media (max-width:768px){
    .flex-row {width:95%;}
    .box {flex:auto;}
}

.timeline-section {
margin: 25px 0px;
display: flex;
align-items: flex-start;
justify-content: center;
gap: 20px;

}

.timeline {
position: relative;
padding-left: 10px;
width: 50%;
}

.timeline-item {
position: relative;
margin-bottom: 20px;
transition: all 0.3s;
}

.timelie-icon-circle {
position: absolute;
left: 0;
top: 0;
width: 47px;
height: 47px;
border-radius: 50%;
background-color: #cecece;
border: 1.2px solid #b7b7b7;
}

.timelie-icon-circle:before {
content: "";
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 33px;
height: 33px;
background: url(/sites/meweb/images/fr/applications_manager/images/timeline-icons-sprite.svg) no-repeat scroll center center;
background-size: 214px;
}

.content {
margin-left: 61px;
padding: 13px;
display: flex;
align-items: center;
justify-content: flex-start;
line-height: 24px;
}

.content p {
margin: 0px;
font-size: 14px !important;
line-height: 22px !important;
}

.timeline-item:not(:last-child)::after {
content: "";
position: absolute;
left: 23px;
top: 40px;
height: calc(100% - 18px);
width: 1.1px;
background-color: #E0E0E0;
z-index: -1;
}


.timeline-item.itom-theme1 .timelie-icon-circle {
background-color: #FFF0D9;
border: 1px solid #EBCE9E;
transition: all 0.3s;
}

.timeline-item.itom-theme1 .content {
background-color: #FFF0D9;
}

.timeline-item.itom-theme2 .timelie-icon-circle {
background-color: #B9EAEF;
border: 1px solid #84D9E2;
}

.timeline-item.itom-theme2 .content {
background-color: #B9EAEF;
}

.timeline-item.itom-theme3 .timelie-icon-circle {
background-color: #FFC2C2;
border: 1px solid #DE9B9B;
}

.timeline-item.itom-theme3 .content {
background-color: #FFC2C2;
}

.timeline-item.itom-theme4 .timelie-icon-circle {
background-color: #D1E0FF;
border: 1px solid #617EDC;
}

.timeline-item.itom-theme4 .content {
background-color: #D1E0FF;
}

.timeline-item.itom-theme5 .timelie-icon-circle {
background-color: #FEEFC3;
border: 1px solid #E0C883;
}

.timeline-item.itom-theme5 .content {
background-color: #FEEFC3;
}

.timeline-item.itom-theme6 .timelie-icon-circle {
background-color: #D9FFEA;
border: 1px solid #ABE8C6;
}

.timeline-item.itom-theme6 .content {
background-color: #D9FFEA;
}

.timelie-icon-circle.icon1:before {
background-position: 0% 0;
}

.timelie-icon-circle.icon2:before {
background-position: 20.5% 0;

}

.timelie-icon-circle.icon3:before {
background-position: 41% 0;
}

.timelie-icon-circle.icon4:before {
background-position: 61% 0;
}

.timelie-icon-circle.icon5:before {
background-position: 82% 2px;
}

.timelie-icon-circle.icon6:before {
background-position: 100.6% 1px;
}

.accordion_container {
marging-top:32px;
}

.rhs-cont h2 {
margin: 0 0 12px;
}

@media only screen and (max-width: 991.98px) {

.timeline-section {
display: inherit;
}

.timeline {
width: 100%;
padding-left: 0px;
}
}