.sub-banner {
    height: 412px;
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: right !important;
    position: relative;
    background-size: 1000px;
}

.sub-banner-content {
    background: rgb(68, 121, 253);
    background: linear-gradient(0deg, rgba(68, 121, 253, 1) 0%, rgba(33, 78, 192, 1) 100%);
    clip-path: polygon(0% 0%, 100% 0%, 82% 100.3%, 0% 100%);
    width: 100%;
    height: 100%;
    min-height: 412px;
    display: flex;
    flex-direction: column;
    justify-content: center;


}

.sub-banner-inn {
    background: rgb(68, 121, 253);
    background: linear-gradient(0deg, rgba(68, 121, 253, 1) 0%, rgba(33, 78, 192, 1) 100%);
    height: 100%;
    width: 30%;
    position: absolute;
    left: 0;
}

.sub-banner-content h1 {
    font-size: 48px;
    color: #fff;
    font-family: var(--nato-semibold);
    margin-bottom: 15px;
}

.sub-banner-content p {
    font-size: 18px;
    line-height: 30px;
    max-width: 590px;
    color: #fff;
}

.white-btn {
    background-color: #fff;
    color: #002B99;
    font-size: 14px;
    height: 45px;
    width: 120px;
    border-radius: 5px;
    text-transform: capitalize;
    text-decoration: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s all;
}

.white-btn:hover {
    background-color: #f3f3f3;
    color: #002B99;
}

.about-news-media {
    padding: 50px 0;
    background-color: #F2F6FF;
}

.section-title {
    font-size: 32px;
    color: #424757;
    font-family: var(--nato-semibold);
    margin-bottom: 20px;
}

.section-title-description {
    color: #00164E;
    font-size: 16px;

}

.about-news-media-top {
    margin-bottom: 30px;
}

.about-news-media-left {
    background-color: #fff;
    padding: 30px;
    height: 100%;
    border-radius: 32px 0 0 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.read-more {
    color: #0062E1;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-family: var(--nato-bold);
}

.read-more:hover {
    color: #3288f9;
}

.read-more img {
    margin-left: 5px;
}

.about-news-media-right img {
    width: 100%;
    height: 321px;
    cursor: pointer;
}

.about-news-media-right .embed-responsive.embed-responsive-16by9 {
    width: 100%;
    height: 100%;
    min-height: 301px;
    padding: 0;
    margin: 0;
}

.embed-responsive-item {
    width: 100%;
    height: 100%;
    min-height: 320px;
}

.about-news-media-left h5 {
    color: #1A314D;
    font-size: 20px;
    font-family: var(--nato-medium);
}

.liberty-life-assurance {
    padding: 50px 0;
    background-color: #EFEFF1;
}

.liberty-life-assurance-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 30px;
}

.l-assurance-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-top: 20px;
}

.l-assurance-bottom h4 {
    margin: 0;
    font-size: 28px;
    color: #1A314D;
}

.l-assurance-bottom span {
    font-size: 12px;
    color: 5C6C80;
}

.l-assurance-bottom p.mt-3 {
    color: #5C6C80;
    max-width: 600px;
    margin-bottom: 0;
}

.liberty-life-assurance-content {
    margin-top: 120px;
}

.l-assurance-top {
    margin-top: -110px;
    position: relative;
}

.l-assurance-top img:first-child {
    border-radius: 8px;
}

.l-assurance-top .quote-img {
    position: absolute;
    top: 60px;
    margin-left: 30px;
}

.liberty-general-assurance {
    padding: 50px 0;
    background: #F2F6FF;
}

.uphold-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    text-align: center;
    padding: 20px;
    background: #fff;
    box-shadow: 0 1px 6px #8B92A750;
    border-radius: 5px;
    height: 100%;
}

.uphold-box h5 {
    font-size: 20px;
    font-family: var(--nato-semibold);
    color: #0D1325;
    margin-bottom: 0;
}

.uphold-box p {
    font-size: 12px;
    color: #0D1325;
    margin-bottom: 0;
}

.uphold-box-blue {
    background-color: #4378FD;
    color: #fff !important;
}

.uphold-box-blue h5 {
    color: #fff;
}

.uphold-box-blue p {
    color: #fff
}

.uphold-box-inner {
    margin: 30px 0 30px 0;
    display: inline-block;
    width: 100%;
}

.group-structure {
    padding: 50px 0;
}

.group-structure img {
    width: 100%;
    text-align: center;
}

.liberty-general-assuranc-two {
    padding: 50px 0 0 0;
}

.liberty-general-assuranc-two .uphold-box-img {
    background-color: #00164E;
    width: 80px;
    height: 80px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    margin-bottom: 15px;
}

.liberty-general-assuranc-two .uphold-box h5 {
    font-size: 18px;
}

.liberty-general-assuranc-two .uphold-box {
    gap: 3px;
    margin-bottom: 25px;
}

.ex-mangement .owl-dots {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin: 0 20px;
}

.ex-mangement .owl-dot span {
    width: 12px;
    height: 12px;
    background: #999999;
    display: block;
    border-radius: 130px;
}

.ex-mangement .owl-dot.active span {
    background: #002B99;
    width: 16px;
    height: 16px;
}

.ex-mangement .owl-nav {
    display: flex;
    justify-content: center;
}

.modal-dialog.leadership-model {
    width: 100%;
    max-width: 1160px;
}

.leadership-model .close {
    background: transparent;
    border: 0;
}

.leadership-model .modal-header {
    border: 0;
}

.leadership-model-inner {
    max-width: 900px;
    padding: 50px 30px;
    width: 100%;
    margin: 0 auto;
}

.leadership-model-inner .section-title {
    font-size: 24px;
    font-family: var(--nato-medium);
    color: #0D1325;
}

.leadership-model-inner-details {
    margin-bottom: 20px;
}

.leadership-model-inner-details h5 {
    font-size: 18px;
    color: #00164E;
    font-family: var(--nato-bold);
    margin-bottom: 2px;
}

.leadership-model-inner-details p {
    margin: 0;
    font-size: 18px;
    color: #00164E;
}

.leadership-model-list li {
    margin: 0;
    font-size: 18px;
    color: #00164E;
}

.about-news-media-right {
    border-radius: 0 12px 12px 0;
    overflow: hidden;
}

.msg-cfo .about-news-media-right img {
    height: 420px;
    cursor: unset;
}

.msg-cfo .about-news-media-left {
    justify-content: start;
}

.f-at-glance .uphold-box {
    align-items: self-start;
    text-align: left;
}

.f-at-glance {
    padding: 50px 0 15px 0;
}

.f-at-glance .uphold-box h5 {
    font-size: 26px;
}

.f-at-glance .uphold-box p {
    font-size: 18px;
}

.f-at-glance .uphold-box-inner {
    margin: 10px 0 30px 0;
}

.l-radious {
    border-radius: 12px 0 0 12px;
}

.r-radious {
    border-radius: 0 12px 12px 0;
}

.why-choose-box {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 25px;
}

.why-choose-box-img img {
    width: 100%;
}

.why-choose-box-details {
    background: #FFFFFF;
    padding: 30px;
    height: 100%;

}

.why-choose-box-details h5 {
    font-size: 20px;
    color: #1A314D;
    font-family: var(--benton-medium);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.why-choose-box-details p {
    font-size: 16px;
    color: #1A314D;
    font-family: var(--benton-regular);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 100%;
    min-height: 100px;
}

.why-choose-box-details .read-more {
    font-family: var(--benton-bold);
}

.pagination {
    justify-content: center;
    gap: 10px;
}

.page-link {
    background: #fff;
    border: 0;
    border-radius: 8px;
    color: #1A314D;
    font-size: 16px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.page-link.active {
    background: #0062E1;
    color: #fff;
}

.page-link:hover {
    z-index: 2;
    background: #0062E1;
    color: #fff;
    border-color: transparent;
}

.page-link:hover img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(14%) saturate(0%) hue-rotate(61deg) brightness(112%) contrast(101%);
}

.page-link.disabled img {
    opacity: 0.5;
}

.reports {
    padding: 50px 0;
}

.reports-box {
    box-shadow: 0 3px 9px 0 #8B92A750;
    border-radius: 8px;
    padding: 20px;
    height: 250px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.reports-box h5 {
    font-size: 24px;
    color: #0D1325;
    font-family: var(--nato-medium);
}

.download-document {
    font-size: 16px;
    color: #002B99;
    border: 1px solid #002B99;
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.download-document:hover {
    color: #fff;
    background-color: #002B99;
    border: 1px solid #002B99;
}

.available-position {
    padding: 50px 0;
}

.available-position h3.section-title {
    font-family: var(--nato-medium);
    font-size: 20px;
}

.search-bar .form-control {
    height: 50px;
    border: 0;
    outline: 0;
    box-shadow: unset;
    border-radius: 8px 0 0 8px;
    color: #5C6C80;
    font-size: 16px;
}

.search-bar .btn.btn-outline-primary {
    background: #0062E1;
    border-radius: 0 8px 8px 0;
    width: 58px;
}

.available-position-details {
    border-top: 1px solid #CCCCCC;
    padding: 20px 0 30px 0;
    display: flex;
    justify-content: space-between;
}

.available-position-inner {
    margin-top: 30px;
}

.a-p-details {
    display: flex;
}

.a-p-details h6 {
    font-size: 16px;
    color: #0089FF;
    font-family: var(--nato-bold);
}

.a-p-details p {
    max-width: 800px;
    font-size: 15px;
    color: #3C4B6C;
}

.a-p-date {
    margin-left: 25px;
}

.a-p-date span {
    font-size: 15px;
    color: #0A2240;
}

.download-icon {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 2px;
    box-shadow: 0 5px 15px 0 #2F323320;
}

.download-icon:hover {
    box-shadow: 0 5px 30px 0 #2F323380;
}


.uganda-search .search-bar .form-control {
    border: 1px solid #CED3D9;
    height: 55px;
}

.uganda-search-result {
    padding: 50px 0;
    background-color: #F2F6FF;
}

.uganda-search-result .available-position-details {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 0;
}

.uganda-search-result .a-p-details {
    display: flex;
    flex-direction: column;
}

.uganda-search-result .read-more {
    color: #0089FF;
    font-size: 13px;
    font-family: var(--nato-regular);
}

.uganda-search-result .a-p-details h6 {
    font-size: 28px;
    color: #0A2240;
    font-family: var(--nato-regular);
    font-weight: 300;
}

.uganda-search-result .a-p-details p {
    max-width: 1180px;
    font-size: 15px;
    color: #0A2240;
    margin-bottom: 7px;
}

.owl-item.active {
    background: transparent;
}

.sub-banner-two {
    background-blend-mode: multiply;
    background-size: cover !important;
}

.sub-banner-two .sub-banner-content {
    background: transparent;
    background: transparent;
    clip-path: unset;
    width: 100%;
    height: 100%;
    min-height: 412px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.self-service-first {
    background-color: #EFEFF1;
}

.self-service-two {
    background: rgb(0, 22, 78);
    background: linear-gradient(270deg, rgba(0, 22, 78, 1) 50%, rgba(255, 255, 255, 1) 50%);
}

.self-service-two .about-news-media-left {
    background-color: #F2F6FF;
    border-radius: 32px 0 0 32px;
}

.self-service-two .ps-lg-0 .about-news-media-left.r-radious {
    border-radius: 0 32px 0 0;
}

.self-service-two .pe-lg-0 .about-news-media-right.l-radious {
    border-radius: 32px 0 0 0;
}

.self-service-two .ps-lg-0 .about-news-media-right {
    border-radius: 0 0 32px 0;
}

.self-service-two .pe-lg-0 .about-news-media-left {
    border-radius: 0 0 0 32px;
}

.uphold-box-inner a {
    width: 100%;
}

.self-service-first .container,
.self-service-two .container,
.self-service-three .container,
.self-service-four .container,
.sub-banner .container {
    max-width: 1000px;
}

.about-news-media-left ul li {
    color: #0D1325;
    font-size: 14px;
}

.testimonial-s-box {
    background: rgb(124, 134, 141);
    background: linear-gradient(132deg, rgba(124, 134, 141, 1) 0%, rgba(69, 77, 83, 1) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-height: 200px;
    min-height: 200px;
    border-radius: 12px;
}

.testimonial-slider-box {
    border: 1px solid #E3E6EA;
    border-radius: 12px;
    padding: 20px;
    min-height: 200px;
}

.testimonial-slider-box span {
    color: #5C6C80;
    font-size: 12px;
    margin-bottom: 15px;
    display: block;
}

.testimonial-slider-box h5 {
    color: #1A314D;
    font-size: 28px;
}

.testimonial .owl-dots {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin: 0 20px;
}

.testimonial .owl-dot span {
    width: 25px;
    height: 2px;
    background: #999999;
    display: block;
    border-radius: 130px;
}

.testimonial .owl-dot.active span {
    background: #002B99;
    width: 25px;
    height: 2px;
}

.testimonial .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.sec-testimonial {
    color: #EFEFF1;
}

.group-structure.f-at-glance.self-service-first {
    background: transparent;
}

.awards-first .uphold-box-inner {
    max-width: 1000px;
    margin: 0 auto;
    display: block;
}

.awards-first .uphold-box {
    border: 1px solid #E3E6EA;
    box-shadow: unset;
    text-align: left;
}

.awards-first .uphold-box p {
    font-size: 18px;
    color: #5C6C80;
    font-size: 12px;
}

.awards-first .uphold-box h5 {
    font-size: 16px;
    color: #1A314D;
}

.ee-title h1 {
    max-width: 600px;
}


/* -----06-12-2024------- */
.nav-item:first-child .nav-link {
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
}

.reports-box {
    background-color: #fff;
}

.two-bg {
    background: #F0F1F4;
}

.award-nav {
    margin: 20px 0 30px 0;
    display: block;
}

.reports-fs {
    background-color: #F2F6FF;
}

.privacy-notes {
    padding: 20px 0 50px 0;
    background-color: #F2F6FF;
}

.privacy-notes-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.privacy-notes-inner .section-title {
    text-align: center;
    font-size: 30px;
    font-family: var(--nato-medium);
    color: #261F34;
}

.privacy-notes-inner a {
    font-size: 20px;
    font-family: var(--nato-medium);
    color: #261F34;
    text-decoration: underline;
}

.about-news-media-left.rounded-6 {
    border-radius: 32px 0 0 32px !important;
}

.about-news-media-right.rounded-7 {
    border-radius: 0 32px 32px 0 !important;
}

.self-service-two-one {
    background: #DFEFFE !important;
}

.left_broucher button {

    background: #002B99;
    border: 1px solid #002B99;
    color: #fff;
    transition: 0.5s all;
}

.left_broucher button:hover {
    border: 1px solid #fff;
}

.sub-banner-new .sub-banner-content {
    background: transparent;
}

.sub-banner-new {
    height: 520px;
    background-size: cover;
}

.sub-banner-new .white-btn {
    background-color: #4378FD;
    color: #fff;
}

.accident_pad {
    background: #EFEFF1;
}

.accident_pad.bg_gray {
    background: #fff;
}

.accordion-button {
    box-shadow: 2px 3px 10px #00000020;
}

.about-news-media-right.rounded-6 {
    border-radius: 32px 0 0 32px;
}

.about-news-media-left.rounded-7 {
    border-radius: 0 32px 32px 0;
}

.box_phone {
    background: #fff;
}

.kuza-left img {
    height: 340px;
}

.accordion-button:not(.collapsed) {
    color: #0D1325;
}

.branche_box {
    background: #fff;
    padding: 50px 0;
}

.branches_boxes {
    height: 100%;
    margin: 0;
}

.branche_box .col-lg-4 {
    margin-bottom: 20px;
}

.claim-esclation {
    background-color: #F2F6FF;
}

.main-contatct-number {
    background: #EFEFF1;
}

.box_insurance {
    background: #FFFFFF;
    border-radius: 5px;
}

.add_box_two {
    margin-top: 50px;
    margin-bottom: 30px;
}

.box_insurance label {
    background-color: #803CB2;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 10px;
}

.first-title {
    margin-bottom: 20px;
    border-bottom: 2px solid #C5C7D2;
    padding-bottom: 20px;
}

.first-title h2 {
    margin-bottom: 0;
}

.b-location h6 {
    margin: 0;
    color: #0D1325;
}

.b-location p {
    color: #4378FD;
    margin: 0;
}

.b-location {
    margin-bottom: 15px;
}




.customer-s-one .reports-box {
    height: 100%;

}

.customer-s-one .reports-box .download-document {
    border: 3px solid #002B99;
}

.download-document-one {
    background-color: #002B99;
    color: #fff;
}

.about-news-media.self-service-firs.customer-s-one {
    background: #EFEFF1;
}

.c-testimonial {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.c-testimonial-img img {
    width: 100%;
}

.c-testimonial-img {
    position: relative;
}

.img-play-button {
    position: absolute;
    background: #0062E1;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 10px 0 0;
    cursor: pointer;
    bottom: 0;
    left: 0;
}

.c-testimonial-img .img-play-button img {
    width: 24px;
}

.c-testimonial-bottom {
    padding: 30px;
}

.c-testimonial-bottom h5 {
    font-size: 28px;
    margin-bottom: 0;
    color: #1A314D;
}

.c-testimonial-bottom p {
    margin-bottom: 0;
    font-size: 18px;
    color: #1A314D;
}