.ent-full {
    width: 100%;
}
.ent-container {
    width: 100%;
    max-width: 1320px;
    margin: auto;
    clear: both;
}
.ent-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main-title {
    text-align: center;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 48px;
}
.full-banner-a .left-banner-text-img {
    width: 50%;
}
.left-banner-text-img img{
    width: 100%;
}
.full-banner-a {
    padding-top: 60px;
    padding-bottom: 60px;
}
.leftip {
    width: calc(100% - 115px);
}
.content-nh-fux.content-page-fux a {
    color: #14296e;
}
.left-banner-text {
    width: calc(42% - 15px);
}
.vertical-center {
    align-items: center;
}
.leftbtn a{
    font-weight: 600;
    display: inline-block;
    text-decoration: underline;
    padding: 8px 40px;
    border-radius: 8px;
    font-size: 14px;
    color: #11347b;
    text-decoration: none;
}
.framenext {
    background: linear-gradient(0deg, #ffffff00, #ffffff00), linear-gradient(225.13deg, #034D8F 0%, #111161 77.53%, #2F165B 97.52%);
    padding-left: 70px;
    padding-right: 50px;
    padding-top: 38px;
    padding-bottom: 38px;
    border-radius: 12px;
}
.leftimg img {
    width: 100%;
    height: auto;
}
.leftimg {
    width: 114px;
}
.centertxt {
    color: #fff;
    width: 55%;
}
.centertxt p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.24878965318202972px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 0px;
}
.centertxt h4 {
    font-size: 25px;
    font-weight: 600;
    line-height: 41.05px;
    letter-spacing: -0.12116865068674088px;
    text-align: left;
    margin-bottom: 10px;
}
.bg3section {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgb(218 239 255) 100%);
}
.ent-footer-menu a {
    text-decoration: none;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    padding-block: 0.5rem;
    transition: all 0.2s linear;
    cursor: pointer;
    color: var(--overlay-black);
}
.ent-footer-menu li, .ent-footer-menu {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.ent-footer-menu li {
    margin-bottom: 15px;
}
.top-bg {
    display: block;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
}
.top-bg p, .top-bg a {
    margin: 0px;
    color: #fff;
    text-decoration: none;
}
.fixed_btn {
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    gap: 20px;
    padding: 16px 24px;
    border-radius: 50px;
    background: #06081d;
    position: fixed;
    left: 0;
    right: 0;
    justify-content: center;
    bottom: 24px;
    z-index: 99;
    max-width: 1100px;
}
.fixed_btn p {
    color: #fff;
    margin-bottom: 0px;
    font-size: 17px;
}
.fixed_btn button {
    border: none;
    color: #fff;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    font-size: 0;
    line-height: 1;
}
.fixed_btn a {
    color: #fff;
}
.framenext-home {
    padding-top: 60px;
}
.ent-header-menu {
    display: flex;
    margin: 0px;
    padding: 0px;
    list-style: none;
    gap: 3rem;
}
.ent-header-menu a {
    text-decoration: none;
    position: relative;
    font-size: 16px;
    color: var(--green-normal-color);
    font-weight: 600;
    padding-block: 0.5rem;
    transition: all 0.2s linear;
    cursor: pointer;
}
header.header.visible .ent-header-menu > li > a {
    color: #fff;
}
.header.visible {
    position: fixed !important;
    width: 100%;
}
.ent-header-menu li {
    position: relative;
}
.ent-header-menu > li:hover > ul {
    display: block;
    position: absolute;
    z-index: 1000000000;
    top: 80px;
    opacity: 1;
    visibility: visible;
    left: 0px;
    width: 300px;
    margin: 0px;
    padding-block: 15px;
    list-style: none;
    background: #fff;
    box-shadow: 0 1px 2px #8e8787;
    padding-bottom: 0px;
    padding-inline: 0px;
}
.ent-header-menu > li > ul li a{
    padding-inline: 15px;
}

.ent-header-menu > li > ul > li:hover ul {
    display: block;
    position: absolute;
    z-index: 1000000000;
    opacity: 1;
    visibility: visible;
    left: 300px;
    width: 300px;
    margin: 0px;
    padding: 0px;
    list-style: none;
        padding-block: 15px;
    background: #fff;
    box-shadow: 0 1px 2px #8e8787;
    padding-bottom: 0px;
    top: 0px;
    border-radius: 0px;
}
.ent-sub-menu li {
    padding-bottom: 15px;
}
.ent-sub-menu li a {
    font-weight: 500;
}
.ent-sub-menu {
    display: none;
}
.ent-header-menu > li > a {
    height: 84px;
    display: inline-block;
    padding: 0px;
    line-height: 84px;
}
.header-navigate {
    align-items: center;
}
.footerfull {
    background: #265393;
    color: #fff;
}
.left-top-footer {
    padding-top: 70px;
    padding-bottom: 70px;
}
.top-footer-content h2 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 35px;
    font-weight: 500;
    line-height: 1.4;
}
.top-footer-content .wpcf7 {
    border: 1px solid #FBFAF266;
    max-width: 80%;
    padding: 4px;
    border-radius: 16px;
}
.top-footer-content .wpcf7 p {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 0px;
}
.top-footer-content .wpcf7 p label {
    width: calc(100% - 128px);
}
.top-footer-content .wpcf7 p .wpcf7-submit {
    width: 128px;
}
.top-footer-content .wpcf7 p .wpcf7-submit {
    width: 128px;
    height: 44px;
    background: #FBFAF2;
    border-width: 0px;
    border-radius: 16px;
}
.top-footer-content .wpcf7 p label input {
    display: block;
    width: 100%;
    height: 44px;
    padding-inline: 15px;
    background: #f0f8ff00;
    border-width: 0px;
    color: #fff;
    font-size: 16px;
}
.top-footer-content .wpcf7 p label input:focus-visible, .top-footer-content .wpcf7 p label input:focus {
    border-width: 0px;
    outline: 0px;
}
.top-footer-content .wpcf7 p label input::placeholder {
    color: #fff;
}
.top-footer-content .wpcf7 span.wpcf7-spinner {
    position: absolute;
    right: -90px;
}
.top-footer-content .col > p {
    color: #fff;
    margin-top: 16px;
    margin-bottom: 0px;
}
.right-top-footer img {
    width: 50%;
    max-width: 50%;
    margin: auto;
    display: block;
}
.page-id-811 .footer{
    padding-top: 0px;
}
.features p:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    margin-right: 10px;
}
.btn-apl {
    background: #0E1628;
    height: 42px;
    line-height: 42px;
    padding-inline: 20px;
    text-align: center;
    border-radius: 25px;
    font-weight: 700;
    transition: background-color .3s, padding .3s, background-position .3s;
    background-position: 90%;
    background-size: 0;
    display: inline-block;
    color: #fff;
}
.right-top-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media all and (max-width: 1024px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
.framenext {
    padding: 20px 20px;
}
    .centertxt {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .centertxt h4 {
    font-size: 25px;
    font-weight: 600;
    }
    .centertxt p {
    font-size: 15px;
    }
    .leftimg {
    width: 114px;
    margin: auto;
    display: block;
    }
    .leftbtn a, .leftbtn {
    width: 100%;
    text-align: center;
    }
    .ent-header-menu {
        flex-wrap: wrap;
        gap: 0px;
    }
    .ent-header-menu li {
        width: 100%;
        line-height: 50px;
    }
    .ent-header-menu > li > a {
    height: auto;
    line-height: normal;
    }
    .header {
    overflow: hidden !important;
    }


    .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 0px solid rgba(120, 120, 120, 0.2);
        height: 40px;
        width: 40px;
        cursor: pointer;
        background: #fff;
        border: 1px solid #eee;
        border-radius: 4px;
    }
    .submenu-button:before {
        position: absolute;
        top: 15px;
        right: 18px;
        display: block;
        width: 2px;
        height: 10px;
        background: #245292;
        content: "";
    }
    .submenu-button::after {
        position: absolute;
        top: 19px;
        right: 14px;
        width: 10px;
        height: 2px;
        display: block;
        content: "";
        background: #245292;
    }
    .ent-sub-menu.blockmn {
    display: block !important;
    position: initial !important;
    width: 100% !important;
    }
    .ent-header-menu > li:hover > ul,
.ent-header-menu > li > ul > li:hover ul,
    .ent-header-menu li:hover ul {
    display: none;
    }
    .ent-header-menu > li > ul > li > .submenu-button {
    display: none;
}
    .ent-sub-menu li {
    margin-bottom: 0px;
    }
    .fixed_btn {
    max-width: 100%;
    border-radius: 0px;
    bottom: 0px;
    z-index: 10000000;
    padding: 15px;
    }
    .toc_toggle > a {
    color: #fff;
    }
    .footerfull {
    padding-top: 20px;
    padding-bottom: 20px;
    }
    .top-footer-content .wpcf7 {
    max-width: max-content;
    }
    .right-top-footer img {
    width: 100%;
    max-width: max-content;
    margin-top: 30px;
    }
    .top-footer-content .wpcf7 span.wpcf7-spinner {
    left: 0px;
    top: 62px;
    }
    .header .nav-mobile {
        top: 70px !important;
    }
    .left-banner-text {
        width: 100%;
    }
    .full-banner-a .left-banner-text-img {
    width: 100%;
    margin-top: 20px;
    }
}
