.zmml-top-bar {
    margin-bottom: 0;
}
.zmml-banner {
    width: 100%;
    background: linear-gradient(135deg, #0c4a6e, #0284c7);
    color: #fff;
    padding: 80px 0 100px 0;
}
.zml-banner-acp h2 {
    color: #fff;
    font-weight: 600;
    font-size: 45px;
    line-height: 56px;
    margin-bottom: 25px;
}
.zml-banner-acp p {
    color: #fff;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 15px;
}
.zml-banner-acp p:last-child {
    margin-bottom: 40px;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
}
.cta a {
    padding: 15px 20px;
    background-color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    color: var(--white);
    display: inline-block;
    padding: 12px 20px;
    border-radius: 6px;
    text-decoration: none;
    margin-right: 10px;
    font-weight: 600;
}
.cta a:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.contact-cta {
    display: inline-block;   
}
.contact-cta a {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 6px;
    text-decoration: none;
    margin-right: 10px;
    font-weight: 600;
    background-color: transparent;
    color: var(--white);
    border: 2px solid var(--white);
}
.cn-rgt span {
    display: block;
    font-size: 14px;
    font-weight: 300;
}
.contact-cta a:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
.highlights {
    padding: 40px 0;
} 
.highlights-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0;
}
.hlg-card {
    background: #fff;
    padding: 20px;
    border-radius: 0;
    text-align: center;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-right: 1px solid var(--secondary-color);
}
.hlg-card:last-child {
    border-right: 0;
}
.hlg-card h4 {
    margin: 0;
    font-weight: 600;
    text-align: left;
    color: #000;
    line-height: 16px;
    font-size: 14px;
}
.cta-card {
    background: #0c4a6e;
    color: #fff;
    text-align: center;
    padding: 50px 0;
}
.cta-card h2 {
    color: var(--white);
    font-size: 25px;
    font-weight: 500;
}
.group-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 3%;
}
.group-card {
    flex: 0 0 48.5%;
    background-color: var(--white);
    padding: 34px 35px;
}
.group-card span {
    font-weight: 500;
    font-size: 57px;
    color: var(--secondary-color);
    line-height: 55px;
    margin-bottom: 15px;
    display: block;
}
.group-card h3 {
    color: var(--primary-color);
    font-size: 19px;
    font-weight: 500;
    margin: 0;
    line-height: 24px;
}
.why-choose {
    background-color: var(--white);
}
.pad-50 {
    padding: 50px;
}
.pad-60 {
    padding: 50px 60px ;
}
.list.tick-list li:before {
    content: "\f00c";
    font-size: 12px;
}
.list.tick-list li {
    font-size: 15px;
}
.check-list li p {
    margin-bottom: 10px;
}
.segment-box {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    justify-content: center;
}
