* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'NotoSans-Bold';
    src: url('../font/NotoSans-Bold.eot');
    src: url('../font/NotoSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/NotoSans-Bold.woff2') format('woff2'),
        url('../font/NotoSans-Bold.woff') format('woff'),
        url('../font/NotoSans-Bold.ttf') format('truetype'),
        url('../font/NotoSans-Bold.svg#NotoSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NotoSans-Regular';
    src: url('../font/NotoSans-Regular.eot');
    src: url('../font/NotoSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/NotoSans-Regular.woff2') format('woff2'),
        url('../font/NotoSans-Regular.woff') format('woff'),
        url('../font/NotoSans-Regular.ttf') format('truetype'),
        url('../font/NotoSans-Regular.svg#NotoSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NotoSans-Medium';
    src: url('../font/NotoSans-Medium.eot');
    src: url('../font/NotoSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/NotoSans-Medium.woff2') format('woff2'),
        url('../font/NotoSans-Medium.woff') format('woff'),
        url('../font/NotoSans-Medium.ttf') format('truetype'),
        url('../font/NotoSans-Medium.svg#NotoSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NotoSans-SemiBold';
    src: url('../font/NotoSans-SemiBold.eot');
    src: url('../font/NotoSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../font/NotoSans-SemiBold.woff2') format('woff2'),
        url('../font/NotoSans-SemiBold.woff') format('woff'),
        url('../font/NotoSans-SemiBold.ttf') format('truetype'),
        url('../font/NotoSans-SemiBold.svg#NotoSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BentonSans-Regular';
    src: url('../font/BentonSans-Regular.eot');
    src: url('../font/BentonSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/BentonSans-Regular.woff2') format('woff2'),
        url('../font/BentonSans-Regular.woff') format('woff'),
        url('../font/BentonSans-Regular.ttf') format('truetype'),
        url('../font/BentonSans-Regular.svg#BentonSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BentonSans-Bold';
    src: url('../font/BentonSans-Bold.eot');
    src: url('../font/BentonSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/BentonSans-Bold.woff2') format('woff2'),
        url('../font/BentonSans-Bold.woff') format('woff'),
        url('../font/BentonSans-Bold.ttf') format('truetype'),
        url('../font/BentonSans-Bold.svg#BentonSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BentonSans-Medium';
    src: url('../font/BentonSans-Medium.eot');
    src: url('../font/BentonSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/BentonSans-Medium.woff2') format('woff2'),
        url('../font/BentonSans-Medium.woff') format('woff'),
        url('../font/BentonSans-Medium.ttf') format('truetype'),
        url('../font/BentonSans-Medium.svg#BentonSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

:root {
    --nato-regular: 'NotoSans-Regular';
    --nato-medium: 'NotoSans-Medium';
    --nato-semibold: 'NotoSans-SemiBold';
    --nato-bold: 'NotoSans-Bold';

    --benton-medium: 'BentonSans-Medium';
    --benton-bold: 'BentonSans-Bold';
    --benton-regular: 'BentonSans-Regular';

}

body {
    font-family: var(--nato-regular);
    overflow-x: hidden;
    width: 100%;
}

p {
    font-size: 16px;

}

a {
    text-decoration: unset;
    transition: 0.5s all;
}

.top_header {
    padding: 0 110px;
}


.top_wraper {
    line-height: 40px;
}

.top_wraper ul {
    display: flex;
    justify-content: flex-end;
    margin: 0;
}

.top_wraper ul li {
    list-style: none;
    margin-right: 20px;
}

.top_wraper ul li:last-child {
    margin-right: 0;
}

.top_wraper ul li a {
    color: #00164E;
    font-size: 16px;
    font-family: var(--nato-regular);
    text-decoration: none;

}

.top_wraper ul li a img {
    width: 20px;
}

.top_wraper ul li a:hover {}

.header_bg {
    background: #00164E;
}


/* Menu start*/

.navcontainer {
    width: 100%;
    /* margin: 0 auto; */
}

.navrow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

nav {}

.logo a {
    font-size: 20px;
    font-weight: 700;
    color: #353535;
    text-transform: uppercase;
}

/* normal menu css */
.main_menu ul {
    margin: 0;
    padding: 0;
}

.main_menu>ul>li {
    display: inline-block;
    position: relative;
    margin: 0 -2px;
}

.main_menu ul li {
    position: relative;
    line-height: 40px;
}

.main_menu ul li a {
    font-size: 16px;
    color: #fff;
    padding: 20px 25px;
    display: flex;
    font-weight: 400;
    align-items: center;
}

.main_menu ul li .active,
.main_menu ul li:hover>a {
    color: #fff;
    background: #214EC0;
}

/* Normal Dropdown menu */
.main_menu ul li ul {
    width: 200px;
    background: #fff;
    transition: 0.5s;
    box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
}

.main_menu ul li ul li a {
    padding: 10px 25px;
    font-size: 15px;
}

.main_menu ul li ul li a i {
    float: right;

}

.main_menu ul li ul li ul {
    left: 100%;
    top: 0;
}

/* mega menu css */
.mega_menu_dropdown {
    position: static !important;
}

.mega_menu {
    left: 20%;
    right: 0;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    transition: 0.5s;
    box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
    width: 70% !important;
}

.main_menu ul li a i {
    margin-left: 10px;
    margin-top: -6px;
}

.mega_menu_item {
    width: 25%;
    padding: 30px 20px;
}

.main_menu ul li .mega_menu_item a {
    padding: 0;
    color: #0062E1;
    font-family: var(--benton-medium);
    font-size: 14px;
}

.main_menu ul li .mega_menu_item a:hover {
    color: var(--hover-color);
}

.mega_menu_item h3 {
    margin-bottom: 15px;
    color: #1A314D;
    font-family: var(--benton-medium);
    font-size: 16px;
}

.mega_menu_item img {
    width: 100%;
}

/* demo_2 css */
.mega_menu_demo_2 .mega_menu {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.mobile_btn {
    display: none;
}

/* responsive css */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .container {
        width: 960px;
    }

    .mega_menu_demo_2 .mega_menu {
        width: 940px;
    }

    .main_menu ul li ul {
        width: 150px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .container {
        width: 720px;
    }

    .mega_menu_demo_2 .mega_menu {
        width: 700px;
    }

    .main_menu ul li a {
        font-size: 15px;
        padding: 20px 16px;
    }

    .main_menu ul li ul {
        width: 150px;
    }
}

@media (min-width: 768px) {
    .main_menu ul li ul {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        margin-top: 50px;
    }

    .main_menu ul li .mega_menu {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        margin-top: 50px;
    }

    .main_menu ul li:hover>ul {
        visibility: visible;
        opacity: 1;
        margin-top: 0px;
        z-index: 99;
    }

    .main_menu ul li:hover>.mega_menu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
        z-index: 99;
    }
}

@media (max-width: 991.98px) {

    .tab_swiper a span {
        display: none;
    }

    .mega_menu_demo_2 .mega_menu,
    .container {
        width: 100%;
    }

    nav {
        padding: 15px;
    }

    .mobile_btn {
        cursor: pointer;
        display: block;
        color: #fff;
    }

    .top_header {
        padding: 0;
    }


    .main_menu {
        display: none;
        width: 100%;
    }

    .main_menu ul li {
        display: block;
    }

    .main_menu ul li a i {
        float: right;
    }

    .main_menu ul li a {
        border-bottom: 1px solid #ddd;
    }

    .main_menu ul li ul {
        width: 100%;
    }

    .main_menu ul li ul li ul {
        left: 0;
        top: auto;
    }

    .mega_menu .mega_menu_item {
        width: 50%;
    }

    .main_menu ul li ul {
        display: none;
        transition: none;
    }

    .main_menu ul li .mega_menu {
        display: none;
        transition: none;
        width: 100% !important;
    }

    .mega_menu_demo_2 .mega_menu {
        transform: translateX(0);
    }
}

@media (max-width: 575.98px) {
    .mega_menu .mega_menu_item {
        width: 100%;
    }
}


/* menu end*/

.slide__text-desc {
    font-family: 'Roboto', sans-serif;
}


/* slider */
.slider-container2 {
    width: 100%;
    position: relative;
}

.slide {
    width: 100%;
    /* display: none; */
}

.slide-image {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    filter: brightness(0.6);
}

.slide-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    text-align: center;
    padding: 1rem;
}

.slide-title {
    width: 100%;
    max-width: 50rem;
    color: white;
    font-size: 2rem;
    font-weight: 500;
    text-transform: capitalize;
}

.slide-desc {
    width: 100%;
    max-width: 50rem;
    color: lightgray;
    font-size: 1rem;
    font-weight: 300;
}

.slide-btn {
    color: black;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 1.2rem;
    font-weight: 500;
    margin-top: 1rem;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    text-transform: capitalize;
    transition: ease 0.3s;
}

.slide-btn:hover {
    gap: 1rem;
}

.slide-number-container {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    z-index: 5;
    font-size: 1.5rem;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    color: rgba(211, 211, 211, 0.788);
    letter-spacing: 0.2rem;
}

.slide-number-container hr {
    width: 3rem;
    transform: rotate(130deg);
    border-color: rgba(211, 211, 211, 0.788);
}

.slider-nav {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.slider-nav-btn {
    cursor: pointer;
    background-color: rgba(211, 211, 211, 0.226);
    color: white;
    font-size: 1.5rem;
    padding: 0.5rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease 0.3s;
}

.slider-nav-btn:hover {
    background-color: white;
    color: black;
}

.dot-container {
    position: absolute;
    bottom: 60px;
    left: 106px;
    z-index: 4;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 0.5rem;
}

.dot {
    cursor: pointer;
    height: 1rem;
    width: 1rem;
    background-color: rgba(211, 211, 211, 0.226);
    border-radius: 50%;
    display: inline-block;
    transition: ease 0.3s;
}

.active,
.dot:hover {
    background-color: white;
}

.fade {
    animation-name: fade;
    animation-duration: 1s;
}

@keyframes fade {
    from {
        opacity: 0.8;
    }

    to {
        opacity: 1;
    }
}

/* slider end */


svg {
    display: block;
    overflow: visible;
}

.slider-container {
    position: relative;
    height: 470px;
    user-select: none;
    cursor: all-scroll;
}

.slider-control {
    z-index: 2;
    position: absolute;
    top: 0;
    width: 12%;
    height: 100%;
    transition: opacity 0.3s;
    will-change: opacity;
    opacity: 0;
}

.slider-control.inactive:hover {
    cursor: auto;
}

.slider-control:not(.inactive):hover {
    opacity: 1;
    cursor: pointer;
}

.slider-control.left {
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, transparent 100%);
}

.slider-control.right {
    right: 0;
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.18) 100%);
}

.slider-pagi {
    position: absolute;
    z-index: 3;
    left: 150px;
    bottom: 0;
    transform: translateX(-50%);
    font-size: 0;
    list-style-type: none;
}

.slider-pagi__elem {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    margin: 0 0.5rem;
    border-radius: 50%;
    /* border: 2px solid #fff; */
    cursor: pointer;
    background: #ccc;
}

.slider-pagi__elem:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.2rem;
    height: 1.2rem;
    background: #fff;
    border-radius: 50%;
    transition: transform 0.3s;
    transform: translate(-50%, -50%) scale(0);
}

.slider-pagi__elem.active:before,
.slider-pagi__elem:hover:before {
    transform: translate(-50%, -50%) scale(1);
}

.slider {
    z-index: 1;
    position: relative;
    height: 500px
}

.slider.animating {
    transition: transform 0.5s;
    will-change: transform;
}

.slider.animating .slide__bg {
    transition: transform 0.5s;
    will-change: transform;
}


.slide.active .slide__overlay,
.slide.active .slide__text {
    opacity: 1;
    transform: translateX(0);
}

.slide__bg {
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    will-change: transform;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.slide:nth-child(1) {
    left: 0;
}

.slide:nth-child(1) .slide__bg {
    left: 0;
    background-image: url("../images/slider.png");
}

.slide:nth-child(1) .slide__overlay-path {
    fill: #214EC0;
}

@media (max-width: 991px) {
    .slide:nth-child(1) .slide__text {
        background-color: #214EC0;
    }
}

.slide:nth-child(2) {
    left: 100%;
}

.slide:nth-child(2) .slide__bg {
    left: -50%;
    background-image: url("../images/slider.png");
}

.slide:nth-child(2) .slide__overlay-path {
    fill: #214EC0;
}

@media (max-width: 991px) {
    .slide:nth-child(2) .slide__text {
        background-color: #214EC0;
    }
}

.slide:nth-child(3) {
    left: 200%;
}

.slide:nth-child(3) .slide__bg {
    left: -100%;
    background-image: url("../images/slider.png");
}

.slide:nth-child(3) .slide__overlay-path {
    fill: #214EC0;
}

@media (max-width: 991px) {
    .slide:nth-child(3) .slide__text {
        background-color: #214EC0;
    }
}

.slide:nth-child(4) {
    left: 300%;
}

.slide:nth-child(4) .slide__bg {
    left: -150%;
    background-image: url("../images/slider.png");
}

.slide:nth-child(4) .slide__overlay-path {
    fill: #214EC0;
}

@media (max-width: 991px) {
    .slide:nth-child(4) .slide__text {
        background-color: #214EC0;
    }
}

.slide__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slide__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    min-height: 810px;
    transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
    will-change: transform, opacity;
    transform: translate3d(-20%, 0, 0);
    opacity: 0;
}

@media (max-width: 991px) {
    .slide__overlay {
        display: none;
    }
}

.slide__overlay path {
    opacity: 10;
}

.slide__text {
    position: absolute;
    width: 35%;
    top: 210px;
    left: 110px;
    color: #fff;
    transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
    will-change: transform, opacity;
    transform: translateY(-50%);
    /* opacity: 0; */
}

@media (max-width: 991px) {
    .slide__text {
        left: 0;
        bottom: 0;
        width: 100%;
        height: 20rem;
        text-align: center;
        transform: translateY(50%);
        transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
        padding: 0 1rem;
    }
}

.slide__text-heading {

    font-size: 48px;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .slide__text-heading {
        line-height: 10rem;
        font-size: 3.5rem;
    }
}

.slide__text-desc {

    font-size: 14px;
    margin-bottom: 1.5rem;
}

@media (max-width: 991px) {
    .slide__text-desc {
        display: none;
    }
}

.slide__text-link {
    z-index: 5;
    display: inline-block;
    position: relative;
    padding: 0.5rem;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    perspective: 1000px;
    border: 1px solid;
}

@media (max-width: 991px) {
    .slide__text-link {
        margin: -2rem 0 8rem;
    }
}

/* .slide__text-link:before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #002B99;
    transform-origin: 50% 100%;
    transform: rotateX(-85deg);
    transition: transform 0.3s;
    will-change: transform;
} */

.slide__text-link:hover {
    color: #fff;
    background: #002B99;
    transition: transform 0.8s;
}

.slide__text-link:hover:before {
    transform: rotateX(0);
}

.slide__text-link {
    z-index: 5;
    display: inline-block;
    position: relative;
    padding: 10px 20px;
    cursor: pointer;
    /* font-family: "Roboto", Helvetica, Arial, sans-serif; */
    font-size: 14px;
    /* perspective: 1000px; */
    background: #fff;
    color: #002B99;
    border-radius: 4px;
    font-family: var(--nato-regular);
}

.button_wraper {
    width: 100%;
    display: inline-block;
}

.product_heading {
    text-align: center;
    /* padding-top: 40px; */
}

.nav .nav-item button.active {

    color: #fff !important;
    background: #0062E1;
}

.nav .nav-item button.active::after {
    content: "";
    /* border-bottom: 4px solid var(--bs-danger); */
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    border-radius: 5px 5px 0 0;
}

.product_heading h1 {
    font-size: 30px;
    margin-top: 20px;
    font-family: var(--nato-semibold);
    color: #1A314D;
}

.product_heading p {
    font-size: 14px;
    color: #5C6C80;
    font-family: var(--nato-regular);
}

ul#pills-tab {
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
    border-bottom: 0px !important;
}

.tab_wraper {
    background: #F2F6FF;
    padding: 20px 0 50px 0;
}

.nav-pills .nav-link {
    background: 0 0;
    border: 1px solid;
    border-radius: 20px;
    background: #fff;
    margin: 20px 0 10px 10px;
    color: #0062E1 !important;
    font-family: var(--benton-regular);
    font-size: 14px;
}


/* swiper slider */
.bg_swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    height: 97px;
}

.swiper_boxnw {
    height: 550px;
    background: #f0f1f4;
    position: relative;
}

.tab_swiper {
    display: flex;
    justify-content: center;
    position: relative;
    border-bottom: 0px;
    --bs-nav-tabs-border-width: 0px;
    border-color: inherit;
    background: #fff;
}

.swiper_seciton {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    overflow: hidden;
    padding-top: 50px;
    left: 0;
}


.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    width: 300px !important;
    /* height: 400px !important; */
    box-shadow: 0px 0px 8px #c3c1c1;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: self-start;
    background: #f2f6ff;
}

.swiper-slide-active {
    filter: blur(0px);
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-slide span {
    text-transform: uppercase;
    color: #fff;
    background-image: linear-gradient(#224fc2, #3d70f1);
    padding: 7px 18px 7px 25px;
    display: inline-block;
    border-radius: 0 20px 20px 0px;
    letter-spacing: 2px;
    font-size: 0.8rem;

}

.swiper-slide--one span {
    background-image: linear-gradient(#224fc2, #3d70f1);
}

.swiper-slide--two span {
    background-image: linear-gradient(#224fc2, #3d70f1);
}

.swiper-slide--three span {
    background-image: linear-gradient(#224fc2, #3d70f1);
}

.swiper-slide--four span {
    background-image: linear-gradient(#224fc2, #3d70f1);
}

.swiper-slide h2 {
    color: #000;
    font-family: var(--nato-bold);
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.4;
    margin-bottom: 15px;
    padding: 25px 45px 0 25px;
}

.swiper-slide p {
    color: #000;
    font-family: var(--nato-regular);
    font-weight: 300;
    display: flex;
    align-items: center;
    padding: 0 25px 35px 25px;
}

.swiper-slide svg {
    color: #fff;
    width: 22px;
    height: 22px;
    margin-right: 7px;
}

li.nav-item {
    background: #fff;
}

.nav-tabs .nav-link {
    padding: 30px;
    background: #fff;
    margin: 0 10px;
    border-radius: 20px;
    margin-bottom: 10px;
    box-shadow: 0 0 9px #000;
    color: #626060;
    font-size: 18px;
    font-family: var(--nato-bold);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: #f0f1f4;
    border: nonergb(2, 6, 12);
    /* margin: 0; */
    padding-bottom: 40px;
    border-radius: 20px 20px 0 0;
    box-shadow: none;
    margin: 0 10px 0 0px !important;
    color: #000;
    font-size: 18px;
    font-family: var(--nato-bold);
    padding: 35px 19px !important;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    background: #f0f1f4;
    border: none;
}

.swiper-slide.swiper-slide--two.swiper-slide-visible.swiper-slide-active {
    background: #fff;
}

.swiper-button-next,
.swiper-button-prev {

    background: #fff;
    border-radius: 100%;
    width: 50px !important;
    height: 50px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px !important;
}

.swiperbutton {
    margin: 0 0px 30px 20px;
}



/*swiper end*/





.section_third {
    background: #F4F5F7;
    padding: 50px 0;
}

.boxed h1 {
    font-size: 18px;
    font-family: var(--nato-bold);
    color: #21242C;
}

.boxed p {
    font-size: 16px;
    color: #21242C;
    font-family: var(--nato-regular);
}


.suport_box {
    position: relative;
}

.suport_box img {
    width: 100%;
    height: 330px;
    border-radius: 10px;
}

.suport_section {
    padding: 50px 0;

}

.suport_content {
    position: absolute;
    top: 25%;
    left: 5%;
}

.suport_content h2 {
    font-size: 24px;

    color: #fff;
    margin-bottom: 20px;
    font-family: var(--nato-semibold);
}

.suport_content p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
    width: 400px;
    font-family: var(--nato-regular);
}

.media_box {
    width: 100%;
}

.heding_media {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.heding_media h3 {
    font-size: 32px;
    color: #424757;
    font-family: var(--nato-semibold);

}

.heding_media a {
    color: #424757;
    text-decoration: none;
    font-size: 14px;
    display: block;
    margin-top: 10px;
}

.media_wraper {
    background: #F2F6FF;
    padding: 50px 0;
}

.bg-white {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
}

.right_box {
    width: 100%;
    display: flex;
    align-items: top;
    position: relative;
}

.right_box img {
    width: 200px;
    height: 187px;
    border-radius: 10px 0px 0px 10px;
}

.right_box p {
    padding: 20px 20px 0 20px !important;
}

.right_box a {
    position: absolute;
    bottom: 0;
    left: 223px;
}

.left_box img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}

.media_box p {
    font-size: 16px;
    color: #424757;
    padding: 10px;
    margin: 0;
}

.media_box a {
    color: #002B99;
    text-decoration: none;
    font-size: 14px;
    display: block;
    padding: 10px;
}




/* crousel */

.slider_wraper {
    width: 100%;
    height: 500px;
    padding: 0;
}

.slider_wraper img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.carousel-indicators button {
    width: 19px !important;
    height: 0px !important;
    display: block;
    background: #fff !important;
    border-radius: 100px;
}

.carousel-indicators {
    position: absolute;
    left: 26%;
    /* bottom: 30px !important; */
    right: inherit !important;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    /* margin-right: 15%; */
    margin-bottom: 1rem;
    /* margin-left: 7% !important; */
    list-style: none;
}

/* botom slider */

@media (max-width: 768px) {
    .carousel-inner .carousel-item>div {
        display: none;
    }

    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-start,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
    /* // transition-duration: 10s; */
}

/* display 4 */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next,
    .carousel-item-next:not(.carousel-item-start) {
        transform: translateX(25%) !important;
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-item-prev:not(.carousel-item-end),
    .active.carousel-item-start,
    .carousel-item-prev:not(.carousel-item-end) {
        transform: translateX(-25%) !important;
    }

    .carousel-item-next.carousel-item-start,
    .active.carousel-item-end {
        transform: translateX(0) !important;
    }

    .carousel-inner .carousel-item-prev,
    .carousel-item-prev:not(.carousel-item-end) {
        transform: translateX(-25%) !important;
    }
}

.crousel_wraper {
    background: #F2F6FF;
    padding: 0px 0 70px 0;
}

.card.card-body {
    /* padding: 0; */
    background: #fff;
    border: none;
    border-radius: 10px;
    padding: 0 0 15px 0;
    margin: 0 10px;
    /* height: 420px; */
    position: relative;
}

.box-body img {
    margin-bottom: 20px;
    height: 250px;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    object-fit: cover;
}


.box-body h1 {
    font-family: var(--benton-medium);
    font-size: 20px;
    color: #1A314D;

    padding: 0 10px;
}

.box-body p {
    font-family: var(--benton-regular);
    font-size: 16px;
    color: #1A314D;
    padding: 0 10px;
}

.box-body a {
    font-family: var(--benton-bold);
    font-size: 14px;
    color: #0062E1;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 10px;
    position: absolute;
    left: 2px;
    bottom: 10px;
}


.carousel-control-prev {
    position: absolute;
    top: inherit;
    bottom: -48px;
    z-index: 101111;
    display: flex;
    align-items: inherit;
    justify-content: inherit;
    width: auto;
    padding: 0;
    color: #0062E1;
    text-align: inherit;
    background: 0 0;
    border: 0;
    left: 42%;
    transition: opacity .15s ease;
}

.carousel-control-next {
    position: absolute;
    top: inherit;
    bottom: -47px;
    z-index: 101111;
    display: flex;
    align-items: inherit;
    justify-content: inherit;
    width: auto;
    padding: 0;
    color: #0062E1;
    text-align: inherit;
    background: 0 0;
    border: 0;
    right: 40%;
    transition: opacity .15s ease;
}

.carousel-control-prev-icon {
    background-image: none;
}

.carousel-control-next-icon {
    background-image: none;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #0062E1;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.carousel-indicators.bootom_indicators {
    position: absolute;
    right: 0 !important;
    bottom: -45px !important;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15% !important;
    list-style: none;
}

.carousel-indicators.bootom_indicators button {
    width: 50px !important;
    display: inline-block;
    background: #0062E1 !important;
    border-radius: 0px !important;
    border-bottom: 0px solid transparent;
    border-top: 3px solid transparent;
}

.footer_wraper {
    background: #00164E;
    padding: 40px 0 20px 0px;

}


.footerboxs {
    border-bottom: 1px solid #112860;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.footerboxs h1 {
    font-size: 18px;
    font-family: var(--nato-medium);
    color: #fff;
    border-bottom: 1px solid #112860;
    padding-bottom: 20px;
}

.footerboxs ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footerboxs ul li {
    line-height: 30px;
}

.footerboxs ul li a {
    font-size: 14px;
    font-family: var(--nato-regular);
    color: #fff;
}

.footerboxs ul li a:hover {}


.copyright ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.copyright ul li {
    line-height: 30px;
    margin-right: 10px;
}

.copyright ul li a {
    font-size: 12px;
    font-family: var(--nato-regular);
    color: #fff;
}

.copyright p {
    font-size: 12px;
    font-family: var(--nato-regular);
    color: #fff;
}

.social_icon {
    display: flex;
    justify-content: end;
    align-items: center;
}

.social_icon ul {}

.social_icon ul li {
    margin: 0 10px;
}

.social_icon ul li a {
    font-size: 16px;
}

.swiper-pagination {
    width: 100%;
    text-align: center;
    /* position: absolute; */
    bottom: 0;
    left: 0;
    margin-left: -8px;
    margin-top: -16px;
}

.request_wraper {
    border-radius: inherit;
}

.request_wraper div.modal-header {
    border: none;
}

.request_wraper h1 {
    font-family: var(--nato-medium);
    font-size: 28px !important;
    color: #000;
}

.request_wraper label {
    font-family: var(--nato-regular);
    color: #0D1325;
    font-size: 12px;
}

.request_wraper label span {
    color: #f00;
}

.request_wraper input {
    height: 55px;
}

.request_wraper div.form-check {
    display: flex;

}

.request_wraper div.form-check label {

    font-family: var(--nato-regular);
    font-size: 16px;
}

.request_wraper div.form-check input {
    height: 20px;
    width: 30px;
    margin-right: 10px;
}

.request_wraper div.modal-footer {
    border: none;
}

.request_wraper div.modal-footer button {
    background: #214EBF;
    font-family: var(--nato-medium);
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 55px;
}

.country_button {
    color: #00164E;
    font-size: 16px;
    font-family: var(--nato-regular);
    text-decoration: none;
    border: none;
    background: none;
}

.country_button img {
    width: 20px;
}

.country_wraper div.modal-header {
    border: none;
    text-align: center;
}

.country_wraper div.modal-header h1 {
    text-align: center;
    width: 100%;
}

.country_wraper h2 {
    color: #5C6C80;
    font-size: 20px;
    font-family: var(--benton-regular);
}

.country_box ul {
    margin: 0;
    padding: 0;
    list-style: none;

}

.country_box ul li {
    display: inline-block;
    margin-right: 50px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.country_box ul li a {
    color: #1A314D;
    font-size: 16px;
    font-family: var(--benton-regular);
}

.country_box ul li a img {
    width: 35px;
    margin-right: 10px;
}

.country_box ul li a:hover {}

.modal-content.country_wraper {
    padding: 40px;
}

div#pills-home {
    background: none;
}

li.gap_box {
    width: 110px;
}

.heading_nav {
    color: #1A314D !important;
    font-size: 20px !important;
    font-family: var(--benton-medium) !important;
    height: 40px;
}

.inner_banner div.slide__text {
    top: 300px;
}

.inner_banner {
    height: 400px;
}

.inner_banner img {
    height: 400px;
}


.tab_navigation ul#pills-tab {
    justify-content: start;
    padding-left: 0;
    width: 96%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 5px !important;
}

.tab_navigation .nav .nav-item button {
    border-radius: inherit;
    background: none;
    border: none;
    font-size: 12px;
    font-family: var(--benton-medium);
    color: #5C6C80 !important;
}


.tab_navigation .nav .nav-item button.active {
    z-index: 101;
    border-radius: inherit;
    background: none;
    border: none;
    color: #0062E1 !important;
    border-bottom: 3px solid #0062E1;
    font-size: 12px;
    font-family: var(--benton-medium);
    position: relative;
}

.tab_navigation {
    display: inline-block;
    padding-bottom: 70px;
    width: 100%;
}

.tab_navigation div.box-body a {
    position: static;
}

.tab_navigation div.box-body h3 {
    font-size: 12px;
    font-family: var(--benton-medium);
    color: #5C6C80;
    padding: 0 0 0 10px;
}

.tab_navigation div.box-body {
    border: 1px solid #ccc;
}

.tab_navigation div.carousel {
    padding: 0;
}

.carousel-item {
    background: none;
}

#myCarousel2 {
    margin-top: 50px;
}

#myCarousel3 {
    margin-top: 50px;
}

.bg_gray {
    background: #F2F6FF;
}

.serach_bar p {
    color: #5C6C80;
    font-family: var(--benton-regular);
    font-size: 16px;
}

.serach_bar input {
    height: 50px;
}

.check_boxes p {
    color: #5C6C80;
    font-family: var(--benton-regular);
    font-size: 16px;
}

.check_wraper {
    display: flex;
}

.check_wraper div.form-check {
    margin-right: 10px;
}

.check_wraper div.form-check label {
    font-family: var(--benton-regular);
    font-size: 16px;
    color: #1A314D;
}

.media_section {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
}

.media_search {
    padding-bottom: 10px !important;
}

.new_baner img {
    height: 400px !important;
}

.new_left {
    height: 400px !important;
}

.bannerplan {
    padding: 0;
}

.bannerplan img {
    width: 100%;
}

.beradcumb_wraper li::before {
    display: none;
}

.beradcumb_wraper {
    margin: 20px 0;
}

.beradcumb_wraper li a {
    color: #0051FF;
    font-family: var(--benton-medium);
    font-size: 12px;

}

.beradcumb_wraper li.active {
    color: #465463;
    font-family: var(--benton-medium);
    font-size: 12px;
    line-height: 28px;
    background: none;
}

.bg_bluelig {
    background: #f2f6ff;
}

.content_wraper {
    background: #fff;
    padding: 80px 170px;
}

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

.content_wraper p {
    font-family: var(--nato-regular);
    font-size: 18px;
    color: #00164E;
}

.content_wraper h2 {
    font-family: var(--nato-bold);
    font-size: 18px;
    color: #00164E;
    margin: 50px 0;
    line-height: 30px;
}

.content_wraper h3 {
    font-family: var(--nato-bold);
    font-size: 18px;
    color: #00164E;
}

.social_wraper {
    margin-top: 20px;
}

.social_wraper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social_wraper ul li {
    display: inline-block;
    padding-right: 10px;
}

.social_wraper ul li a {
    font-size: 26px;
}

.contact_wraper {
    padding: 30px 0;
}

.box_insurance {
    box-shadow: 0 0 4px #999;
    padding: 20px;
    border-radius: 15px;
    margin-top: 20px;
}

.box_insurance h2 {
    font-family: var(--nato-semibold);
    font-size: 16px;
    color: #00164E;
    margin-bottom: 20px;
}

.box_insurance ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.box_insurance ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-family: var(--nato-regular);
    font-size: 16px;
    color: #261F34;
}

.box_insurance ul li i {
    margin-right: 10px;
}

.box_insurance ul li b {
    margin-left: 10px;
}

.callform_wraper {
    margin-top: 20px;
}

.callform_wraper label {
    font-family: var(--nato-semibold);
    font-size: 14px;
    color: #261F34;
}

.callform_wraper input {
    height: 50px;
    border-radius: 5px;

}

.callform_wraper select {
    height: 50px;
    border-radius: 5px;

}

.callform_wraper div.form-check input {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}

.callform_wraper button {
    height: 48px;
    width: 175px;
    margin-top: 10px;
}

.content_box {
    height: auto;
    border-radius: 10px;
}

.content_box ul {
    list-style: disc;
    margin: 40px 0;
}

.content_box ul li {
    list-style: disc;
    font-family: var(--nato-regular);
    font-size: 16px;
    color: #261F34;
}

.content_box {
    box-shadow: 0 0 4px #999;
    padding: 20px;
    border-radius: 15px;
    margin-top: 20px;

}

.content_box p {
    font-family: var(--nato-regular);
    font-size: 16px;
    color: #261F34;
}

.content_bottom {
    padding: 50px 0;
}

.content_bottom h1 {
    font-family: var(--nato-medium);
    font-size: 30px;
    color: #000;
    margin-bottom: 20px;
}

.content_bottom p {
    font-family: var(--nato-regular);
    font-size: 18px;
    color: #000;
}

.content_bottom p a {
    text-decoration: underline;
    color: #000 !important;
}

.branche_box h1 {
    font-family: var(--nato-semibold);
    font-size: 30px;
    color: #000;
    margin-bottom: 20px;
}

.branches_boxes h2 {
    font-family: var(--nato-semibold);
    font-size: 18px;
    color: #261F34;

}

.branches_boxes p {
    color: #261F34;
    font-family: var(--nato-regular);
    font-size: 16px;
    margin-bottom: 5px;
}

.branches_boxes a {
    font-family: var(--nato-semibold);
    font-size: 16px;
    color: #67C7E9;
}

.branches_boxes {
    background: #f7f8fa;
    padding: 20px;
    margin-bottom: 30px;
}





.bg_gray {
    background: #F2F6FF;
}

.event_box {
    display: flex;
}

.event_right img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 0 20px 20px 0px;
}

.accident_pad {
    padding: 80px 0;
}

.event_left {
    border-radius: 20px 0 0px 20px;
    background-color: #fff;
    padding: 80px 0 0 30px;
}

.event_right {
    border-radius: 0 20px 20px 0px;
    background-color: #fff;
    padding: 0;
}

.event_left h2 {
    font-family: var(--nato-medium);
    font-size: 24px;

    line-height: 31.2px;
    letter-spacing: 0.17000000178813934px;
    text-align: left;
    color: #00164E;
}

.event_left p {
    font-family: var(--nato-medium);
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.14000000059604645px;
    text-align: left;
}


.event_left span {
    width: 100px;
    display: block;
    height: 2px;
    background: #0D1325;
    margin-top: 30px;
}

.bg-blue {
    background: #03174B;
}

.benefit_box img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 20px 0px 0px 0px;
}

.benefit_box {
    width: 59%;
    padding: 80px 0;
}

.benefit_right {
    width: 59%;
    padding: 80px 0 0 30px;
    background: #DFEFFE;
    margin-top: 140px;
    height: 340px;
    border-radius: 0px 20px 0px 0;
}

.benefit_box h2 {
    font-family: var(--nato-medium);
    font-size: 24px;
    line-height: 31.2px;
    letter-spacing: 0.17000000178813934px;
    text-align: left;
    color: #00164E;
    padding-left: 30px;
    margin-bottom: 30px;
}

.benefit_right ul li {
    font-family: var(--nato-medium);
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.14000000059604645px;
    text-align: left;
    color: #0D1325;
}

.contact_bx {
    padding: 0;
}

.contact_left {
    padding: 0;
}

.contact_left h2 {
    font-family: var(--nato-semibold);
    font-size: 36px;
    font-weight: 800;
    line-height: 48px;
    text-align: left;
    color: #00164E;
    margin-bottom: 30px;
}

.contact_left p {
    font-family: var(--nato-medium);
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.14000000059604645px;
    text-align: left;
    color: #0D1325;
}

.contact_right {
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.box_phone {
    text-align: center;
    padding: 30px;
    box-shadow: 0px 0px 5px #ccc;
    border-radius: 20px;
}

.according_wraper h1 {
    font-family: var(--nato-bold);
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 31.2px;
    letter-spacing: 0.17000000178813934px;
    text-align: left;
}

.accordion-header button {
    font-family: var(--nato-bold);
    font-size: 18px;

    line-height: 31.2px;
    letter-spacing: 0.17000000178813934px;
    text-align: left;
}

.accordion-item {
    margin: 10px 0;
}

.left_broucher {
    padding: 160px 80px 80px 37px;
}

.right_broucher {
    padding: 0;
}

.right_broucher img {
    width: 100%;
    height: 580px;
    object-fit: cover;
}

.left_broucher h1 {
    font-family: var(--nato-bold);
    font-size: 24px;
    color: #fff;
    line-height: 31.2px;
    letter-spacing: 0.17000000178813934px;
    text-align: left;
    padding: 0;
    margin-bottom: 30px;
}

.left_broucher p {
    font-family: var(--nato-medium);
    font-size: 14px;
    font-weight: 400;
    line-height: 19.07px;
    letter-spacing: 0.14000000059604645px;
    text-align: left;
    color: #fff;
    padding: 0;
    margin-bottom: 50px;
}

.left_broucher button {
    padding: 0;
    height: 50px;
    background: #fff;
    border: none;
    font-family: var(--nato-bold);
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.14000000059604645px;
    text-align: center;
    color: #03174B;


}


@media (max-width:767px) {
    .calcu_box li input {
        width: 100% !important;
    }

    .calcu_box li select {
        width: 100% !important;
    }

    .result_box {
        width: 100% !important;
    }

    .top_wraper ul {
        display: flex;
        justify-content: center;
        margin: 0;
        /* row-gap: 13px; */
        padding: 0;
    }

    .top_wraper ul li {
        margin-right: 13px;
    }

    .top_wraper ul li a {
        font-size: 14px;
    }

    .slider_wraper {
        height: auto;
        position: relative;
    }

    .slider_wraper img {
        height: 200px;
    }

    .dot-container {
        left: 10px;
        bottom: 20px;
    }

    .inner_banner div.slide__text {
        position: absolute;
        width: 53% !important;
        top: 67px !important;
        left: 0;
        color: #fff;
        transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
        will-change: transform, opacity;
        transform: translateY(-50%);
        /* opacity: 0; */
    }

    .slide__text {
        position: inherit;
        transform: inherit;
        height: auto;
    }

    h2.slide__text-heading {
        line-height: normal;
        font-size: 16px;
        padding-top: 10px;
    }

    p.slide__text-desc {
        display: block;
    }

    .button_wraper {
        height: 90px;
    }

    .heading_nav {
        height: auto;
        padding-top: 5px;
    }

    .mega_menu_item {
        padding: 0;
    }

    .suport_box img {
        height: 200px;
        object-fit: cover;
    }

    .suport_content {
        top: 15px;
        left: 30px;
    }

    .suport_content h2 {
        margin-bottom: 10px;
    }

    .suport_content p {
        font-size: 14px;
        color: #fff;
        margin-bottom: 0;
        width: 100%;
    }

    .suport_content button {
        margin: 10px 0 0 0;
    }

    .section_third a.slide__text-link {
        margin: 0 0 20px 0;
    }

    .heding_media h3 {
        font-size: 22px;
    }

    .heding_media a {
        margin-top: -5px;
    }

    .right_box {
        display: inline-block;
    }

    .right_box p {
        padding: 20px 20px 0 10px !important;
    }

    .right_box a {
        position: inherit;
        left: 0;
    }

    .right_box img {
        width: 100%;
        border-radius: 10px 10px 0px 0px;
    }

    /* .inner_banner div.slide__text {
        background: #2d5cd5;
        padding-top: 10px;
    } */

    .inner_banner div.button_wraper {
        height: 50px;
    }

    .carousel-indicators.bootom_indicators {
        display: none;
    }

    .carousel-control-next,
    .carousel-control-prev {
        display: none;
    }

    .event_left {
        border-radius: 0;
        padding: 20px;
    }

    .event_right {
        padding: 0 10px;
        border-radius: 0;
    }

    .event_right img {
        border-radius: 0;
        height: auto;
    }

    .benefit_box {
        width: 100%;
        padding: 20px;
    }

    .benefit_box h2 {
        padding-left: 0;
    }

    .benefit_box img {
        border-radius: 0;
        height: auto;
    }

    .benefit_right {
        width: 97%;
        padding: 20px;
        margin: 20px 0px 30px 10px;
        border-radius: 0;
        height: auto;
    }

    .accident_pad {
        padding: 20px;
    }

    .contact_left h2 {
        margin-bottom: 10px;
    }

    .left_broucher {
        padding: 20px;
    }

    .right_broucher img {
        height: auto;
    }

    /* .tab_swiper li {
        width: 50%;
    } */

    .tab_swiper li a {
        padding: 10px !important;
        text-align: center;
        font-size: 16px !important;
    }

    .swiper_seciton {
        padding-top: 110px !important;
    }

    .nav-tabs .nav-link.active {

        padding: 10px 10px !important;
        background: none;
        margin: 0 10px;
        border-radius: 0px;
        margin-bottom: 10px;
        box-shadow: none;
        border-bottom: 1px solid #0062E1;
        color: #0062E1;
        font-size: 12px !important;
        font-family: var(--nato-bold);
    }

    .tab_swiper {
        background: none;
    }

    li.nav-item {
        background: none;
    }

    .nav-tabs .nav-link {
        font-size: 12px !important;
        padding: 10px !important;
        border-radius: 0;
        box-shadow: none;
        border-bottom: 1px solid #000;
        background: none;
    }

    .bg_swiper {

        height: auto;
    }

    .product_heading h1 {
        font-size: 16px;

    }

}

button.carousel-control-prev.slide_buttn {
    background: #fff;
    position: absolute;
    top: 40%;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: 10;
}

button.carousel-control-next.slide_buttn {
    background: #fff;
    position: absolute;
    top: 40%;
    right: 0;
    width: 50px;
    height: 50px;
    opacity: 10;
}

.slide_buttn span.carousel-control-prev-icon {
    top: 8%;
    position: absolute;
    left: 25%;
    font-size: 27px;
}

.slide_buttn span.carousel-control-next-icon {
    top: 8%;
    position: absolute;
    right: 0%;
    font-size: 27px;
}

.seebuttn {
    position: absolute;
    top: 30px;
    right: 0;
}

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

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

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

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

.personalprduct .owl-nav {
    display: none;
}

.personalprduct .owl-dots {
    display: none;
}

.personalprduct {
    margin-bottom: 40px;
}

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

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

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

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

.tab_navigation ul#pills-tab::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #e8e4e4;
}



.Calculator_wraper {
    padding: 50px 0;
}

.calculator_date {
    background: #00164e;
    padding: 10px 0;
    display: flex;
    justify-content: end;
    margin-bottom: 20px;
}

.calculator_date span {
    color: #fff;
    margin: 0 10px;
}

.clientdetails h1 {
    font-size: 16px;
    background: #00164e;
    padding: 10px 10px;
    color: #fff;

}

.clientdetails ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clientdetails ul li {
    display: flex;
    margin-bottom: 10px;
}

.clientdetails ul li h2 {
    font-size: 16px;
    color: #000;
    width: 200px;
    font-weight: bold;
}

.clientdetails ul li h4 {
    font-size: 16px;
    color: #000;
    width: 200px;
    font-weight: bold;
    width: 450px;
    text-align: right;
}

.clientdetails ul li span {
    display: block;
    line-height: 40px;
}

.clientdetails ul li input {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 40px;
    outline: none;
    padding: 0 10px;
    width: 450px;
    margin-right: 20px;
}

.clientdetails ul li select {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 40px;
    outline: none;
    padding: 0 10px;
    width: 450px;
    margin-right: 20px;
}

.corbenefits_wraper {}

.benefit_head {
    font-size: 16px;
    background: #00164e;
    padding: 10px 10px;
    color: #fff;
    display: flex;
    justify-content: space-between;
}

.benefit_head h1 {
    font-size: 16px;
    margin: 0;
}

.corbenefits_wraper ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.corbenefits_wraper ul li {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

.corbenefits_wraper ul li h2 {
    font-size: 16px;
    color: #000;
    width: 30%;
    font-weight: bold;
}

.corbenefits_wraper ul li input {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 40px;
    outline: none;
    padding: 0 10px;
    width: 30%;
    margin-right: 20px;
}

.corbenefits_wraper ul li select {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 40px;
    outline: none;
    padding: 0 10px;
    width: 30%;
    margin-right: 20px;
}

.subtotal {
    display: flex;
    justify-content: space-between;
    border: 1px solid #000;
    padding: 6px 0;
    border-left: 0;
    border-right: 0;
}

.subtotal h5 {
    font-size: 16px;
    color: #000;

    font-weight: bold;
}

.calcucontent_wraper {
    border-top: 1px solid #000;
    margin-top: 4px;
    padding-top: 5px;
    padding-bottom: 30px;
}


.corbenefits_wraper ul li h5 {
    width: 30%;
    text-align: right;
}

.calcucontent_wraper p {
    font-style: italic;
}

.calculating_header {
    background: #00164e;
    display: flex;
    justify-content: space-between;
}

.calculating_header h1 {
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.nav_box {}

.nav_box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: end;
}

.nav_box ul li {}

.nav_box ul li a {
    color: #00164e;
    padding: 10px 10px;
    display: block;
    font-weight: 600;
}

.nav_box ul li:last-child a {
    padding-right: 0;
}


.nav_box ul li a:hover {}



/* 30-01-2025 */

.grap_box {
    text-align: center;
    margin: 50px 0;
}

ul.befit_box li {
    margin-bottom: 10px;
}

.insurance_box {
    margin: 50px 0;
}

.insurance_box h1.section-title {
    font-size: 18px;
    margin-top: 30px;
}

.bg-gray {
    background-color: #EFEFF1 !important;
}

.health_link h2 {
    margin-bottom: 30px;
}


.bg_blue {
    background: #F2F6FF;
}

.Calculator_cont h1 {
    font-family: var(--nato-bold);
    font-size: 30px;
    color: #424757;
}

.Calculator_cont {
    padding: 40px 0;
}

.contetn_calculater {
    padding: 30px;
    background: #fff;
    border-radius: 12px;
}

.bg_cal {
    background: #EFEFF1;
}

.Calculator_wraper {
    padding: 16px;
    background: #fff;

}

.bg_cal {
    background: #EFEFF1;
    padding: 50px 0;
}

.Calculator_wraper h1 {
    font-family: var(--nato-bold);
    font-size: 30px;
    color: #261F34;
}

.Calculator_wraper h2 {
    font-family: var(--nato-regular);
    font-size: 24px;
    color: #0D1325;
    margin: 20px 0 30px 0;
}

.calcu_box {
    margin: 0;
    padding: 0;
}

.calcu_box li {
    list-style: none;
    margin-bottom: 20px;
}

.calcu_box li h3 {
    font-size: 12px;
}

.calcu_box li input {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 40px;
    outline: none;
    padding: 0 10px;
    width: 450px;
    margin-right: 20px;
}

.calcu_box li select {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 40px;
    outline: none;
    padding: 0 10px;
    width: 450px;
    margin-right: 20px;
}

.result_box {
    width: 450px;
    background: #214EBF;
    border-radius: 5px;
    padding: 30px;
}

.result_box h2 {
    font-family: var(--nato-regular);
    font-size: 30px;
    color: #fff;
    letter-spacing: 0.13px;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #fff;
    padding: 0 0 20px 0;
}

.result_box h4 {
    font-family: var(--nato-regular);
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.43px;
}

.result_box h4 span {
    border: 1px solid #ffff;
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    margin-right: 2px;
}

.result_box h6 {
    font-family: var(--nato-regular);
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.43px;
    margin-top: 15px;
}

.down_content {
    padding: 50px 0;
}