:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --primary-color: #0162ca;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.home-slider-wrapper {
    margin-top: 10px;
}

.animate-area {
    width: 100%;
}

.animate-area .circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.animate-area .circles li:nth-child(1) {
    left: 5%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
    opacity: .5;
}

.animate-area .circles li {
    position: absolute;
    display: block;
    list-style: none;

    animation: animate 25s linear infinite;
    bottom: -150px;
}

.carousel img {
    border-radius: 19px;
}

.carousel-item.active {
    background-size: cover;
    background-repeat: no-repeat !important;
    height: 100%;
    background-position: center;
}
.animate-area .circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 20s;
    opacity: .5;
    width: 69px;
}
.animate-area .circles li {
    position: absolute;
    display: block;
    list-style: none;
    /* width: 20px;
    height: 20px; */
    animation: animate 25s linear infinite;
    bottom: -150px;
}

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
    100% {
        transform: translateY(-1000px) rotate(520deg);
        opacity: 0;
        border-radius: 50%;
        height: 20px;
        width: 20px;
    }

    

}




.insurance-product-wrapper {
    margin: 50px 0px;
}

.home-main-title {
    text-align: center;
    margin-bottom: 35px;
}

.home-main-title h3 {
    color: #292e72;
    font-size: 28px;
    font-weight: 900;
}

.insurance-product-box {
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #275575;
    border-radius: 25px 0px 25px 0;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}

.insurance-product-box a {
    color: #275575;
}

.insurance-product-box p {
    margin: 0;
}

.package-scroll-wrapper {
    margin-top: 55px;
}

.home-main-title {
    text-align: center;
    margin-bottom: 35px;
}

.clients-logo {
    position: relative;
    border: 1px solid #cecece;
    margin-bottom: 14px;
    padding: 10px 38px;
}

.clients-logo {
    display: flex;
    justify-content: center;
}

.clients-logo img {
    width: 100% !important;
}

.bg-silver {
    background: var(--bg-silver);
}

.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel {
    /* display: none; */
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    font-size: 20px;
    height: 47px;
    border-radius: 50%;
    right: 45px;
    line-height: 18px;
    position: absolute;
    text-align: center;
    top: 38%;
    width: 45px;
    background: var(--primary-color);
    transform: translate(0, -50%);
    transition: all 600ms ease 0ms;
}

.owl-carousel:hover .owl-nav button.owl-prev {
    left: 15px;
}
.owl-carousel:hover .owl-nav button.owl-prev, .owl-carousel:hover .owl-nav button.owl-next {
    opacity: 1;
    visibility: visible;
}
/* .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    font-size: 20px;
    height: 50px;
    border-radius: 50%;
    left: 45px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
    background: var(--primary-color);
    transform: translate(0, -50%);
    transition: all 600ms ease 0ms;
   
} */
.owl-prev {
  
    display: block!important;
    font-weight: 700!important;
    background: #e7e7e7!important;
    font-size: 25px!important;
    left: 15px;
}
.owl-next {
    left: auto;
    display: block!important;
    /* border: 0 solid #000; */
    /* border-radius: 50%; */
    font-weight: 700!important;
    background: #e7e7e7!important;
    font-size: 25px!important;
}

.features-item {
    background-color: #ffffff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;

    transition: all 500ms ease;
    border-radius: 10px;
}

.features-item .features-inner {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    padding: 40px;
    z-index: 1;
}

.features-item:hover .features-inner:before {

    -webkit-transform: translate3d(0px, 0, 0px);
    /* transform: translate3d(0px, 0, 0px); */
    /* bottom: 0; */
}
.features-item .features-inner .features-count {
    position: absolute;
    top: 50px;
    right: 54px;
    height: 45px;
    width: 56px;
    text-align: center;
}
.features-inner:hover {
    color: white !important;
}

.features-item .features-inner .features-count:before {
    position: absolute;
    top: -20px;
    left: -20px;
    right: 0;
    bottom: 0;
    color: transparent;
    opacity: 0.15;
    font-size: 100px;
    -webkit-text-stroke: 1px var(--primary-color);
    line-height: 45px;
    font-weight: 700;
    counter-increment: my-sec-counter;
    content: counters(my-sec-counter, ".", decimal-leading-zero);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.features-item .features-inner:before {
    position: absolute;
    top: 0;
    bottom: 5px;
    left: 0;
    right: 0;
    content: "";
    background-color: var(--primary-color);
    border-radius: 10px;

    transition: all 500ms ease;
    transform: translate3d(0px, 100%, 0px);
    z-index: -1;
}
.features-inner:hover .features-title{
    color: white !important;
}
.section-content {
    counter-reset: my-sec-counter;
}

.features-item {
    position: relative;
}

.features-item:nth-child(1) .features-count:before {
    counter-increment: my-sec-counter;
    content: "" counter(my-sec-counter, decimal-leading-zero); /* Ensures leading zeros */
}

.features-item:nth-child(2) .features-count:before {
    counter-increment: my-sec-counter;
    content: "" counter(my-sec-counter, decimal-leading-zero);
}

.features-item:nth-child(3) .features-count:before {
    counter-increment: my-sec-counter;
    content: "" counter(my-sec-counter, decimal-leading-zero);
}

.features-item .features-inner .features-count:before {
    position: absolute;
    top: -20px;
    left: -20px;
    font-size: 100px;
    color: transparent;
    opacity: 0.15;
    -webkit-text-stroke: 1px var(--primary-color);
    line-height: 45px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}


.features-item .features-inner .features-shape {
    position: absolute;
    top: 0;
    right: 0;
    /* transition-delay: 400ms; */

    transition: all 500ms ease;
    transform: translateX(100%);
    z-index: -1;
}

.features-item .features-inner .features-shape img {
    width: 195px;
    opacity: 0.1;
}

.features-section .features-item img {
    /* width: 116px; */
    margin-bottom: 15px;
    border-radius: 6px;
}

.features-section .features-item img {
    width: 116px;
    margin-bottom: 15px;
    border-radius: 6px;
}

.features-item .features-inner .features-title {
    margin-bottom: 20px;
    font-weight: 900;
    color: #292e72;
}

.commercial-features-description {
    height: 178px;
}

.features-item:hover {
    transform: translateY(-10px);
}

.features-item:hover .features-inner .features-shape {
    transform: translateX(0%);
}

.about-image-box-style2 .about-image2 {
    border-radius: 8px;
    width: 480px;
}

.featured-icon-box {
    position: relative;

    transition: all 0.5s ease-in-out 0s;
    display: flex;
    align-items: start;
}

.about-section.cus-healthcare-section {
    display: block !important;
    margin-top: 67px;
}

h1,
h2 {
    font-weight: 900;
    /* line-height: 1.2; */
}

.featured-icon-box .featured-content .featured-title {
    margin-bottom: 10px;
    font-weight: 800;
    color: #292e72;
    font-size: 17px;
}

.home-security-content h2 {
    color: #292e72;
}

h2.mrb-15.benefit-main-title {
    color: #292e72;
    margin-bottom: 16px;
}

.home-security-content {
    text-align: center;
    width: 62%;
    margin: auto;
    margin-top: auto;
    margin-top: 73px;
}

.home-security-content h2 {
    font-weight: bold;
    font-size: 36px;
    /* font-family: poppins; */
}
@media only screen and (min-width: 320px) and (max-width: 479px){

    .home-main-title h3 {
        font-size: 21px;
    }
    img.product-image {
        width: 48%;
    }
    .insurance-product-box p {
        margin: 0;
        padding-top: 11px;
        font-size: 13px;
    }
    .insurance-product-box {
        padding: 15px;
        margin-bottom: 15px;
        border: 1px solid #275575;
        border-radius: 12px;
        box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
        overflow: hidden;
        background: white;
    }
    .commercial-features-description {
        height: auto;
    }
    .features-item .features-inner .features-count:before {
        position: absolute;
        top: -12px;
        left: -20px;
        right: 0;
        bottom: 0;
        color: transparent;
        opacity: 0.15;
        font-size: 47px;
        -webkit-text-stroke: 1px var(--primary-color);
        line-height: 45px;
        font-weight: 700;
        counter-increment: my-sec-counter;
        content: counters(my-sec-counter, ".", decimal-leading-zero);
        transition: all 200ms linear;
        transition-delay: 0.1s;
    }
    .features-item .features-inner .features-count {
        position: absolute;
        top: 36px;
        right: 17px;
        height: 45px;
        width: 56px;
        text-align: center;
    }
    .features-section .features-item img {
        width: 77px;
        margin-bottom: 15px;
        border-radius: 6px;
    }
    .features-item .features-inner .features-title {
        margin-bottom: 20px;
        font-weight: 900;
        font-size: 20px;
        color: #292e72;
    }
    p.features-description {
        font-size: 12px;
    }
    .features-item .features-inner .features-shape img {
        width: 133px;
        opacity: 0.1;
    }
    .features-inner:hover {
        color: white !important;
    }
    .features-item .features-inner {
        position: relative;
        display: block;
        border-radius: 10px;
        overflow: hidden;
        padding: 27px;
        z-index: 1;
    }
    .about-image-box-style2 .about-image2 {
        border-radius: 8px;
        width: 100%;
    }
    h2.mrb-15.benefit-main-title {
        color: #292e72;
        margin-bottom: 16px;
        font-size: 17px;
    }
    .home-security-content {
        text-align: start;
        width: 100%;
        margin: auto;
        margin-top: auto;
        margin-top: 25px;
    }
    .home-security-content h2 {
        font-weight: bold;
        font-size: 21px;
        /* font-family: poppins; */
    }
}