﻿.new_homepage .renew-text .blue-color, .new_homepage .renew-text p {
    animation: .8s infinite blue-text
}

.investment-top select, .investment-leftbar select, .life-top select, .motor-top select, .supertopup-filter select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: ''
}

.new_homepage a {
    text-decoration: none !important
}

.new_homepage h1, .new_homepage h2, .new_homepage h3, .new_homepage h4, .new_homepage h5, .new_homepage h6 {
    font-family: Roboto,sans-serif
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.font-14 {
    font-size: 14px
}

.font-18 {
    font-size: 18px
}

.font-20 {
    font-size: 20px !important
}

button.close {
    outline: 0 !important
}

.cursor-default {
    cursor: default !important
}

.login-dropdown {
    right: 0;
    left: auto !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.ml-3, .ml-lg-3, .mx-3, .mx-lg-3 {
    margin-left: 1rem !important
}

.mb-3 {
    margin-bottom: 15px;
}

.life-middle .life-quote .life-box .life-plans i, .motor-middle .motor-quote .motor-box .motor-plans i, .supertopup-middle .supertopup-quote .supertopup-box .supertopup-plans i, .text-custom {
    color: #0a78b9
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #67ba01 !important;
    background-color: #67ba01 !important
}

@media (min-width:1400px) {
    .new_homepage .container {
        max-width: 1320px
    }
}

.header {
    background: #fff;
    box-shadow: 1px 3px 14px rgba(0,0,0,.05);
    min-height: 56px;
    height: auto
}

    .header .partner-logo {
        margin-right: auto
    }

ul.full-menu {
    width: 100%
}

.megamenu ul.full-menu .dropdown .menu-heading {
    font-family: Calibri-Bold;
    color: #514f50;
    cursor: default;
    font-size: 16px
}

    .megamenu ul.full-menu .dropdown .menu-heading:hover {
        color: #514f50
    }

.header .navbar .dropdown .menu-icon {
    width: 45px;
    display: inline-block
}

.header .navbar .dropdown.megamenu:hover ul.full-menu ul {
    position: relative;
    visibility: visible;
    opacity: 1;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    transition: none;
    transform: none
}

.header .navbar .dropdown ul.full-menu ul li.dropdown ul {
    opacity: 1;
    visibility: visible;
    width: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 0;
    align-items: start;
    top: 0
}

.header .navbar .claim-link, .header .navbar .insurance-link, .header .navbar .renewal-link {
    border-bottom: 2px solid #0c79ba !important;
    color: #0c79ba !important;
    text-decoration: none !important
}

.header_right li.dropdown {
    margin-left: 1rem
}

    .header_right li.dropdown .btn-success {
        font-size: 16px;
        cursor: pointer;
        padding: 3px 12px
    }

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.cyber-proposal-box .custom-control-label, .mb-0, .my-0, footer p.font-14 {
    margin-bottom: 0 !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

@media (min-width:1280px) {
    .header .navbar, .header .navbar .megamenu {
        position: static
    }

    .header {
        display: flex;
        align-items: center
    }

    ul.sub-child {
        padding: 10px 0 !important;
        background-color: transparent !important
    }

    .header .navbar .parent-child:hover i {
        transform: rotate(180deg)
    }

    .header .navbar {
        padding: 0;
        min-height: auto;
        border: none
    }

        .header .navbar .parent-child:hover ul {
            z-index: 100
        }

        .header .navbar .megamenu ul.full-menu li ul {
            pointer-events: none;
            width: 100%
        }

        .header .navbar .parent-child:hover .sub-child ul li a {
            pointer-events: all
        }

        .header .navbar .nav-toll-free {
            display: none
        }

        .header .navbar ul {
            margin: 0;
            display: flex;
            list-style: none
        }

        .header .navbar li {
            position: relative
        }

        .header .navbar > ul > li {
            white-space: nowrap
        }

            .header .navbar > ul > li > a {
                padding: 15px;
                margin: 0 5px;
                z-index: 99
            }

        .header .navbar a, .header .navbar a:focus {
            display: flex;
            white-space: nowrap;
            transition: .3s;
            position: relative;
            color: #514f50;
            font-family: Calibri-Bold;
            border-bottom: 2px solid #fff;
            text-decoration: none
        }

            .header .navbar a i, .header .navbar a:focus i {
                font: 24px/1 FontAwesome;
                border: none;
                display: inline-block;
                margin-left: .255em;
                vertical-align: .255em;
                transition: .3s
            }

        .header .navbar > ul > li > a:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 2px;
            bottom: 0;
            left: 0;
            background-color: var(--color-primary);
            visibility: hidden;
            transition: .3s ease-in-out;
            transform: scaleX(0)
        }

        .header .navbar .active:before, .header .navbar a:hover:before, .header .navbar li:hover > a:before {
            visibility: visible;
            transform: scaleX(.7)
        }

        .header .navbar .active, .header .navbar .active:focus, .header .navbar a:hover, .header .navbar li:hover > a {
            color: var(--color-primary)
        }

        .header .navbar .dropdown .active:before, .header .navbar .dropdown a:hover:before, .header .navbar .dropdown:hover > a:before {
            visibility: hidden
        }

        .header .navbar .dropdown .active, .header .navbar .dropdown .active:focus, .header .navbar .dropdown a:hover, .header .navbar .dropdown:hover > a, .header .navbar .nav-link:hover {
            border-bottom: 2px solid #0c79ba;
            color: #0c79ba;
            text-decoration: none
        }

        .header .navbar .dropdown ul {
            display: block;
            position: absolute;
            left: 0;
            top: 100%;
            padding: 10px 5px;
            z-index: -10;
            opacity: 0;
            visibility: hidden;
            background: #fff;
            -ms-transform: translateY(-2em);
            transform: translateY(-2em);
            transition: .3s;
            box-shadow: 0 0 5px rgba(0,0,0,.1);
            border-radius: 0 0 6px 6px
        }

            .header .navbar .dropdown ul li {
                min-width: 200px
            }

            .header .navbar .dropdown ul a {
                padding: 5px 10px;
                font-size: 18px;
                color: #514f50;
                font-family: Calibri;
                border: none
            }

                .header .navbar .dropdown ul a i {
                    font-size: 12px;
                    display: none
                }

                .header .navbar .dropdown ul .active, .header .navbar .dropdown ul .active:hover, .header .navbar .dropdown ul a:hover, .header .navbar .dropdown ul li:hover > a {
                    border: none
                }

        .header .navbar .dropdown:hover > ul {
            opacity: 1;
            visibility: visible;
            -ms-transform: translateY(0);
            transform: translateY(0);
            transition: .5s
        }

        .header .navbar .megamenu ul {
            padding: 0;
            display: flex
        }

            .header .navbar .megamenu ul li {
                flex: 1
            }

                .header .navbar .megamenu ul li a, .header .navbar .megamenu ul li:hover > a {
                    color: #514f50
                }

                    .header .navbar .megamenu ul li .active, .header .navbar .megamenu ul li .active:hover, .header .navbar .megamenu ul li a:hover {
                        color: #0c77b9
                    }

        .header .navbar .dropdown .dropdown ul {
            top: 0;
            left: calc(100% - 30px);
            visibility: hidden
        }

        .header .navbar .dropdown .dropdown:hover > ul {
            opacity: 1;
            top: 0;
            left: 100%;
            visibility: visible
        }
}

@media (min-width:1280px) and (max-width:1366px) {
    .header .navbar .dropdown .dropdown ul {
        left: -90%
    }

    .header .navbar .dropdown .dropdown:hover > ul {
        left: -100%
    }
}

@media (max-width:1279px) {
    .full-menu.main-child.dropdown-active {
        padding: 0 !important
    }

    ul.main-child.dropdown-active {
        padding-top: 10px !important
    }

    .header {
        padding: 10px 0
    }

        .header .logo {
            padding-left: 15px
        }

        .header .navbar .dropdown ul.full-menu ul li.dropdown ul {
            display: none
        }

            .header .navbar .dropdown .dropdown > .dropdown-active, .header .navbar .dropdown ul.full-menu ul li.dropdown ul.dropdown-active, .header .navbar .dropdown > .dropdown-active {
                display: block
            }

        .header .toll-free {
            display: none !important
        }

        .header .navbar .nav-toll-free {
            background-color: #eff6fe;
            padding: 15px 20px
        }

            .header .navbar .nav-toll-free a {
                padding: 0;
                border: none;
                color: #0c79ba
            }

    .full-menu .container {
        max-width: 100%;
        display: block !important;
        padding: 0
    }

    .header .navbar .dropdown ul.full-menu ul {
        display: block;
        margin: 0;
        padding: 0;
        top: 0
    }

    .megamenu ul.full-menu .dropdown .menu-heading {
        border: none;
        margin: 15px 0 5px
    }

        .megamenu ul.full-menu .dropdown .menu-heading span {
            margin-right: auto
        }

    .header .navbar ul.dropdown-active li a {
        border: none;
        font-size: 16px;
        font-family: Calibri;
        padding: 5px 20px;
        justify-content: flex-start
    }

    .header .navbar .dropdown .menu-icon {
        width: 35px
    }

        .header .navbar .dropdown .menu-icon img {
            width: 28px;
            height: 25px;
            object-fit: contain
        }

    .header .navbar {
        position: fixed;
        top: 56px;
        left: -100%;
        width: calc(100% - 70px);
        bottom: 0;
        transition: .3s;
        z-index: 997
    }

        .header .navbar ul {
            position: absolute;
            inset: 0;
            padding: 10px 0;
            margin: 0;
            background: #fff;
            overflow-y: auto;
            transition: .3s;
            z-index: 998;
            top: 0
        }

        .header .navbar a, .header .navbar a:focus {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 15px 20px;
            font-size: 18px;
            font-weight: 500;
            color: #514f50;
            white-space: nowrap;
            transition: .3s;
            font-family: Calibri-Bold;
            border-bottom: 1px solid #f1f1f1
        }

            .header .navbar a i, .header .navbar a:focus i {
                font: 24px/1 FontAwesome;
                border: none;
                display: inline-block;
                margin-left: .255em;
                vertical-align: .255em;
                transition: .3s
            }

            .header .navbar .active, .header .navbar .active:focus, .header .navbar a:hover, .header .navbar li:hover > a {
                color: #0c79ba;
                text-decoration: none
            }

        .header .navbar .dropdown .dropdown ul, .header .navbar .dropdown ul {
            position: static;
            display: none;
            padding: 0;
            margin: 0;
            transition: .5s ease-in-out;
            border: 1px solid rgba(var(--color-secondary-light-rgb),.3)
        }

    .header .mobile-nav-toggle {
        display: block !important;
        color: #514f50;
        font-size: 30px;
        cursor: pointer;
        line-height: 0;
        transition: .5s;
        position: fixed;
        top: 28px;
        z-index: 9999;
        left: 15px
    }

        .header .mobile-nav-toggle.la-times {
            color: #514f50
        }

    .mobile-nav-active {
        overflow: hidden;
        z-index: 9995;
        position: relative
    }

        .mobile-nav-active .header .navbar {
            left: 0
        }
}

@media (max-width:767px) {
    .inner-content {
        padding-top: 56px
    }

    .header .logo {
        padding-left: 40px
    }

    .header .insurecorrect_logo {
        max-height: 30px
    }

    .header .partner-logo {
        display: none
    }

    .header_right li.dropdown {
        margin-left: 0
    }

    .new_homepage .insure-assist .section-title h2 {
        text-align: center
    }
}

.new_homepage #hero {
    width: 100%;
    background-image: url(../../../Images/IC/ic-images/bg-banner.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 120px 0 150px;
    max-width: 1920px;
    margin: auto;
    height: 812px
}

#RenewNow .circle, #RenewPolicy .square-box {
    box-shadow: 2px 3px 8px rgb(181 181 181 / 39%);
    background-image: linear-gradient(to top,#25c328,#187abb)
}

.new_homepage #hero::after {
    content: "";
    background-image: url(../../../Images/IC/ic-images/banner-img.png);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-repeat: no-repeat;
    background-position: center right;
    right: 25px;
    background-size: 47%;
    z-index: -1
}

#RenewNow .circle:before, #RenewPolicy .square-box:before {
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    box-sizing: border-box
}

.new_homepage #hero h2 {
    color: #273558;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0
}

.new_homepage .rounded-box {
    border: 1px solid #a3d7fb;
    background-color: #c6e3fd;
    border-radius: 20px;
    padding: 10px 0;
    text-align: center
}

    .new_homepage .rounded-box.sme {
        padding: 10px 0 5px
    }

    .new_homepage .rounded-box h3 {
        color: #28325a;
        font-family: Calibri;
        font-weight: 700;
        margin-bottom: 10px;
        font-size: 27px;
        margin-top: 0
    }

    .new_homepage .rounded-box h5 {
        color: #343435;
        font-family: Calibri;
        font-weight: 500;
        margin-top: 10px;
        font-size: 19px
    }

    .new_homepage .rounded-box ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex
    }

        .new_homepage .rounded-box ul li {
            border-right: 1px solid #a3d7fb;
            flex: 1;
            transition: .3s;
            cursor: pointer
        }

            .new_homepage .rounded-box ul li:hover {
                transform: translateY(-7px)
            }

            .new_homepage .rounded-box ul li:last-child, .new_homepage .rounded-box ul li:nth-child(3) {
                border-right: none
            }

            .new_homepage .rounded-box ul li .img-product {
                height: 65px;
                display: flex;
                justify-content: flex-end;
                align-items: center;
                flex-direction: column
            }

    .new_homepage .rounded-box.health ul, .radio-box input:checked ~ .checkmark1:after {
        display: block
    }

        .new_homepage .rounded-box.health ul li {
            width: 32%;
            display: inline-block;
            margin-bottom: 15px;
            float: none !important
        }

.new_homepage .health li a img {
    width: auto !important;
    margin-right: 0;
    height: auto
}

.new_homepage .insure-assist ul li:last-child, .new_homepage .rounded-box.health ul li:nth-child(4), .new_homepage .rounded-box.health ul li:nth-child(5), .product-information ul li.blue-new:last-child {
    margin-bottom: 0
}

.new_homepage section {
    padding: 60px 0
}

.investment-leftbar .form-control:disabled, .life-top, .life-top .form-control:disabled, .motor-plans-modal .nav-pills > li.active > a, .motor-top, .motor-top .form-control:disabled, .new_homepage .section-bg, .supertopup-filter .form-control:disabled, .supertopup-top {
    background-color: #fff
}

.insure-assist-button, .new_homepage .product-information ul li.blue-new, .radio-box input:checked ~ .checkmark1 {
    background-color: #0c77b9
}

.new_homepage .section-title {
    text-align: center;
    padding-bottom: 30px
}

    .new_homepage .section-title h2 {
        font-size: 34px;
        font-weight: 700;
        margin-bottom: 25px;
        color: #253456;
        position: relative;
        font-family: Roboto,sans-serif;
        text-transform: capitalize;
        margin-top: 0
    }

#footer, #footer .footer-top h4, .new_homepage .insure-assist h5 {
    font-family: 'Open Sans',sans-serif
}

.new_homepage .section-title p {
    margin-bottom: 0;
    line-height: 1.7
}

.new_homepage .why-us {
    padding: 0 0 60px
}

    .new_homepage .why-us .icon-box {
        text-align: center
    }

        .new_homepage .why-us .icon-box img {
            transition: .3s
        }

        .new_homepage .why-us .icon-box:hover .icon img {
            transform: rotate(360deg)
        }

        .new_homepage .why-us .icon-box .icon {
            margin: 0 auto 20px;
            width: 120px;
            height: 120px
        }

        .new_homepage .why-us .icon-box h4 {
            font-weight: 500;
            margin-bottom: 15px;
            font-size: 22px;
            color: #273558
        }

    .new_homepage .why-us .container {
        max-width: 845px !important
    }

.new_homepage .product-information {
    background-color: #f9fbfe;
    max-width: 1920px;
    margin: auto;
    position: relative;
    z-index: 1
}

    .new_homepage .product-information::after {
        content: "";
        background-image: url(../../../Images/IC/ic-images/product-insurance.png);
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        background-repeat: no-repeat;
        background-position: center right;
        z-index: -1
    }

    .new_homepage .product-information ul {
        list-style: none;
        margin: 0;
        padding-left: 35px
    }

        .new_homepage .product-information ul li {
            position: relative;
            border-radius: 5px;
            margin-bottom: 30px;
            max-width: 330px;
            cursor: pointer
        }

            .new_homepage .product-information ul li h4 {
                font-weight: 500;
                margin-bottom: 0;
                font-size: 22px;
                color: #fff;
                text-align: left
            }

            .new_homepage .product-information ul li.green {
                background-color: #5fb42f
            }

            .new_homepage .product-information ul li .plan-img {
                position: absolute;
                left: -36px;
                top: 8px;
                transition: .3s
            }

            .new_homepage .product-information ul li a:hover .plan-img {
                transform: translateX(48px)
            }

            .new_homepage .product-information ul li a {
                padding: 30px 50px;
                display: block;
                width: 100%;
                transition: .3s
            }

                .new_homepage .product-information ul li a:hover {
                    padding-left: 90px
                }

@media (max-width:1199px) {
    .new_homepage #hero h2 {
        font-size: 26px;
        text-align: center
    }

    .new_homepage #hero {
        height: auto;
        padding: 75px 0
    }

    .new_homepage .rounded-box {
        margin-bottom: 20px
    }

    .new_homepage #hero::after, .new_homepage .product-information::after {
        content: "";
        background-image: none
    }

    .new_homepage .product-information ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

        .new_homepage .product-information ul li {
            padding: 30px 45px;
            width: 100%
        }

            .new_homepage .product-information ul li h4 {
                font-size: 20px
            }
}

.new_homepage .testimonials {
    padding: 60px 0 80px;
    margin-top: 0
}

    .new_homepage .testimonials .testimonial-item {
        box-sizing: content-box;
        padding: 40px 30px 15px;
        position: relative;
        background: #f2f7fd;
        min-height: 275px;
        border-radius: 5px;
        text-align: center;
    }

    .new_homepage .testimonials .about-testimonials .owl-stage {
        display: flex;
        height: 100%;
    }

    .new_homepage .testimonials .about-testimonials .owl-item .item {
        height: 100%;
    }


    .new_homepage .testimonials .about-testimonials .testimonial-item {
        box-sizing: border-box;
        height: 100%;
    }

    .new_homepage .testimonials .testimonial-item .testimonial-img {
        width: 90px;
        height: 90px;
        border-radius: 50px;
        border: 6px solid #fff;
        position: absolute;
        top: -50px;
        left: 0;
        right: 0;
        margin: auto
    }

    .new_homepage .testimonials .testimonial-item h3 {
        font-size: 18px;
        margin: 15px 0 5px;
        color: #0c77b9;
        text-transform: uppercase;
        font-family: Calibri;
        font-weight: 700
    }

    .new_homepage .testimonials .testimonial-item h4 {
        font-size: 18px;
        color: #262626;
        margin: 0;
        text-transform: uppercase;
        font-family: Calibri
    }

    .new_homepage .testimonials .testimonial-item p {
        margin: 15px 0 !important;
        padding: 0;
        color: #2d2e2e;
        font-family: Calibri;
        font-size: 18px
    }

    .new_homepage .testimonials .owl-carousel .owl-stage-outer {
        padding-top: 50px
    }

    .new_homepage .clients .owl-dots .owl-dot.active, .new_homepage .testimonials .owl-dots .owl-dot.active {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        border: 2px solid #0c78bb;
        background-color: transparent;
        margin-top: 0
    }

    .new_homepage .clients .owl-dots .owl-dot, .new_homepage .testimonials .owl-dots .owl-dot {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #4581c7;
        border: none;
        opacity: 1;
        margin-top: 2px;
        margin-right: 7px;
        margin-left: 7px
    }

    .new_homepage .clients .owl-dots, .new_homepage .testimonials .owl-dots {
        bottom: -50px;
        position: absolute;
        left: 0;
        right: 0;
        text-align: center
    }

    .new_homepage .clients .owl-carousel .owl-nav button.owl-next, .new_homepage .clients .owl-carousel .owl-nav button.owl-prev, .new_homepage .testimonials .owl-carousel .owl-nav button.owl-next, .new_homepage .testimonials .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        top: 0;
        bottom: 0;
        color: #0c77b9;
        text-align: center;
        transition: opacity .15s;
        font-size: 62px;
        outline: 0
    }

    .new_homepage .clients .owl-carousel .owl-nav button.owl-prev, .new_homepage .learning-zone .owl-carousel .owl-nav button.owl-prev, .new_homepage .testimonials .owl-carousel .owl-nav button.owl-prev {
        left: -40px
    }

    .new_homepage .clients .owl-carousel .owl-nav button.owl-next, .new_homepage .learning-zone .owl-carousel .owl-nav button.owl-next, .new_homepage .testimonials .owl-carousel .owl-nav button.owl-next {
        right: -40px
    }

    .new_homepage .testimonials .testimonial-item:hover {
        background: #0c78bb
    }

        .new_homepage .insure-assist .sign-up a, .new_homepage .testimonials .testimonial-item:hover h3, .new_homepage .testimonials .testimonial-item:hover h4, .new_homepage .testimonials .testimonial-item:hover h4 small, .new_homepage .testimonials .testimonial-item:hover p {
            color: #fff
        }

.new_homepage .insure-assist {
    background-color: #f9fbfe;
    margin-top: 30px
}

    .new_homepage .insure-assist .sign-up {
        background-color: #253456;
        padding: 20px
    }

        .new_homepage .insure-assist .sign-up h4 {
            color: #fff;
            text-transform: uppercase;
            text-align: center;
            font-size: 24px;
            margin: 0
        }

.new_homepage .sign-up .form-control {
    height: 40px;
    font-size: 14px
}

.new_homepage .insure-assist .sign-up a span {
    color: #67ba01
}

.new_homepage .insure-assist .sign-up .btn-light.light-green {
    background-color: #bef49f;
    border-color: #bef49f;
    color: #212529;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: 600
}

.new_homepage .insure-assist .sign-up .btn-light.light-blue {
    background-color: #90c7e9;
    border-color: #90c7e9
}

.new_homepage .insure-assist h5 {
    color: #4a4949;
    font-size: 16px;
    font-weight: 600
}

    .new_homepage .insure-assist h5 span {
        text-transform: uppercase;
        color: #0c78bb
    }

.new_homepage .insure-assist ul {
    list-style: none;
    margin-top: 30px;
    padding-left: 35px;
    margin-bottom: 0
}

    .new_homepage .insure-assist ul li {
        position: relative;
        font-family: Roboto,sans-serif;
        color: #4a4949;
        font-weight: 500;
        font-size: 16px;
        margin-bottom: 15px
    }

        .new_homepage .insure-assist ul li::before {
            content: "";
            background-image: url(../../../Images/IC/ic-images/check.png);
            height: 25px;
            width: 25px;
            left: -38px;
            position: absolute;
            top: -4px
        }

.insure-assist-button {
    position: fixed;
    right: 30px;
    top: 250px;
    border-radius: 50%;
    height: 85px;
    width: 85px;
    box-shadow: 0 0 3rem rgb(0 0 0 / 18%);
    text-align: center;
    padding: 25px 0;
    z-index: 99
}

    .insure-assist-button h3 {
        color: #fff;
        font-weight: 400;
        font-size: 18px;
        margin: 0
    }

    .insure-assist-button:after {
        width: 80px;
        height: 80px;
        box-sizing: border-box;
        content: '';
        display: block;
        position: absolute;
        z-index: -1;
        top: 0;
        pointer-events: none;
        border: 3px solid #0c77b9;
        border-radius: 50%;
        -webkit-animation-duration: 1.2s;
        animation-duration: 1.2s;
        -webkit-animation-name: intervalHamburgerBorder;
        animation-name: intervalHamburgerBorder;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        margin: auto;
        right: 0;
        bottom: 0;
        left: 0
    }

@-webkit-keyframes intervalHamburgerBorder {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    80% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.6);
        transform: scale(1.6)
    }
}

.new_homepage .learning-zone .insurance-box {
    box-shadow: 0 1px 8px 0 rgb(0 0 0 / 16%);
    text-align: center;
    padding: 25px 15px 15px;
    width: calc(100% - 40px);
    margin: auto;
    background-color: #fff;
    position: relative;
    font-size: 15px;
    top: -50px
}

.new_homepage .learning-zone .back-img {
    height: 215px;
    background-color: #f2f7fd;
    justify-content: center;
    align-items: center;
    display: flex
}

    .new_homepage .learning-zone .back-img img {
        max-height: 100%
    }

    .new_homepage .learning-zone .back-img a {
        height: 100%;
        width: 100%
    }

.new_homepage .learning-zone .insurance-box h4 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 22px;
    color: #273558;
    margin-top: 0
}

.new_homepage .learning-zone .insurance-box a {
    color: #0c77b9;
    font-weight: 600;
    font-size: 14px
}

.new_homepage .learning-zone .owl-carousel .owl-nav button.owl-next, .new_homepage .learning-zone .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: -50px;
    bottom: 0;
    color: #0c77b9;
    text-align: center;
    transition: opacity .15s;
    font-size: 62px;
    outline: 0
}

.new_homepage .clients {
    padding: 60px 0 100px
}

    .new_homepage .clients .item {
        display: inline-block;
        margin: 0 20px;
        width: 130px
    }

        .new_homepage .clients .item img {
            width: 100%;
            transition: .3s;
            -webkit-filter: grayscale(100);
            filter: grayscale(100);
            padding: 5px
        }

            .new_homepage .clients .item img:hover {
                -webkit-filter: none;
                filter: none;
                opacity: 1
            }

    .new_homepage .clients .owl-carousel .owl-stage-outer {
        padding-top: 20px
    }

@media (max-width:576px) {
    .new_homepage #hero {
        background-position: -260px -48px;
        padding: 50px 0
    }

    .new_homepage .rounded-box ul {
        display: block
    }

        .new_homepage .rounded-box ul li {
            width: 48%;
            display: inline-block
        }

    .new_homepage .rounded-box.health ul li {
        width: 48%;
        margin-bottom: 40px
    }

        .new_homepage .rounded-box.health ul li:last-child {
            margin-bottom: 0
        }

    .new_homepage .rounded-box ul li:nth-child(2), .new_homepage .rounded-box ul li:nth-child(4) {
        border-right: none
    }

    .new_homepage .rounded-box.health ul li:nth-child(3) {
        border-right: 1px solid #a3d7fb
    }

    .new_homepage .nav-menu a {
        padding: 10px 0 10px 15px
    }

    .new_homepage section {
        padding: 40px 0
    }

    .new_homepage .why-us {
        padding: 0 0 40px
    }

    .new_homepage .clients .section-title, .new_homepage .learning-zone .section-title, .new_homepage .testimonials .section-title {
        padding-bottom: 0
    }

    .new_homepage .testimonials {
        padding: 40px 0 0
    }

        .new_homepage .testimonials .testimonial-item {
            height: 300px
        }

    .new_homepage .clients {
        padding: 0 0 60px
    }
}

#footer {
    padding: 0 0 30px;
    color: #fff;
    background-image: url(../../../Images/IC/ic-images/bg-footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    font-size: 15px
}

    #footer .footer-top {
        padding: 60px 0 0
    }

        #footer .footer-top .footer-logo {
            margin-bottom: .5rem;
            padding-bottom: 30px
        }

        #footer .footer-top .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #31abfc;
            color: #fff;
            line-height: 1;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 4px;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: .3s
        }

            #footer .footer-top .social-links a:hover {
                background: #67ba01;
                color: #fff;
                text-decoration: none
            }

        #footer .footer-top h4 {
            font-size: 20px !important;
            font-weight: 700;
            color: #fff;
            position: relative;
            padding-bottom: 30px;
            margin: 10px 0 !important
        }

footer p.mb-2 {
    margin-bottom: .5rem !important
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0
}

    #footer .footer-top .footer-links ul i {
        padding-right: 5px;
        color: #fff;
        font-size: 18px;
        line-height: 1
    }

    #footer .footer-top .footer-links ul li {
        padding: 10px 0;
        display: flex;
        align-items: center
    }

        #footer .footer-top .footer-links ul li:first-child {
            padding-top: 0
        }

    #footer .footer-top .footer-links ul a {
        color: #fff;
        transition: .3s;
        display: inline-block;
        line-height: 1
    }

        #footer .footer-top .footer-links ul a:hover {
            color: #0c77b9;
            text-decoration: none
        }

#footer .footer-top hr {
    margin: 32px 0;
    border: 0;
    border-top: 1px solid
}

footer p {
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
    color: #fff
}

.new_homepage .input-group > .form-control {
    width: 100% !important
}

.header_btn .dropdown-toggle::after, .header_right .dropdown-toggle::after {
    content: none !important
}

.new_homepage .headingnew span {
    background: #c6e3fd
}

.new_homepage .renew-text p {
    color: #9ba2a8;
    font-family: Calibri;
    font-weight: 700;
    font-size: 19px
}

.new_homepage .renew-text .btn-default {
    border-color: #ccc !important;
    background-color: #fff !important
}

@keyframes blue-text {
    0%,25% {
        color: #fff
    }

    100% {
        color: #010066
    }
}

.new_homepage .renew-text .red-color {
    animation: .8s infinite red-text
}

@keyframes red-text {
    0%,25% {
        color: #fff
    }

    100% {
        color: red
    }
}

.new_homepage .renew-text p b.blue-color {
    color: #187abb
}

.new_homepage .renew-text p b.green-color {
    color: #25c328
}

#RenewNow .modal-content, #RenewPolicy .modal-content {
    border-radius: 1rem
}

#RenewNow button.close, #RenewPolicy button.close {
    color: #c6c6c6;
    outline: 0;
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 1
}

#RenewPolicy h3 {
    color: #273558;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0;
    text-align: center
}

#RenewPolicy .square-box {
    background-color: #fff;
    width: 180px;
    height: 175px;
    display: inline-block;
    margin-right: 90px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    z-index: 0;
    transition: .3s
}

    #RenewPolicy .square-box:before {
        content: '';
        position: absolute;
        background-color: #fff;
        z-index: -1;
        border-radius: 18px
    }

    #RenewPolicy .square-box:hover {
        background-color: var(--white-color);
        transform: translateY(-7px)
    }

    #RenewPolicy .square-box:last-child {
        margin-right: 0
    }

    #RenewPolicy .square-box a {
        text-decoration: none;
        padding: 20px 15px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column
    }

        #RenewPolicy .square-box a:hover {
            color: var(--secondary-color)
        }

    #RenewPolicy .square-box .renew-img {
        height: 65px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column
    }

    #RenewPolicy .square-box h4 {
        color: #273558;
        font-size: 24px;
        font-weight: 700
    }

#RenewNow .modal-body {
    padding: 25px 45px
}

#RenewNow .modal-lg {
    max-width: 850px
}

#RenewNow h4 {
    color: #535353;
    font-size: 24px;
    font-family: Calibri-Bold
}

#RenewNow p {
    color: #797979;
    font-size: 20px;
    margin-bottom: 10px !important
}

#RenewNow .form-control-lg {
    height: calc(1.75em + 1rem + 2px);
    font-size: 1.75rem;
    border-radius: .5rem
}

#RenewNow .btn-lg {
    padding: 15px 45px;
    font-size: 24px;
    border-radius: 4px
}

#RenewNow .circle {
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    z-index: 0;
    left: -15px;
    top: 15px
}

    #RenewNow .circle:before {
        content: '';
        position: absolute;
        background-color: #fff;
        border-radius: 50%
    }

.life-top .life-person li, .investment-top .investment-person li, .supertopup-top .supertopup-person li {
    color: #4d4c4c;
    display: inline-block;
    font-size: 18px;
    font-family: Calibri-Bold;
    border-right: 2px solid #4d4c4c;
    line-height: 18px;
    padding: 0 15px
}

.life-top hr, .motor-top hr, .investment-top hr {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.life-top .form-group, .motor-top .form-group {
    margin-bottom: 10px
}

.life-top .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #67ba01;
    background-color: #fff
}

.life-top .custom-control-label::before {
    width: 18px;
    height: 18px
}

.life-top .custom-control input[type=radio] + label {
    color: #727272;
    font-family: Calibri;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0 !important;
    margin-right: 30px;
    padding-left: 0
}

.life-top .custom-control-label::after {
    top: 8px;
    left: -20px;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.life-top .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
    background-color: #67ba01
}

.investment-leftbar .filter .col-label, .life-top .col-label-1, .supertopup-filter .col-label-1 {
    color: grey;
    margin-bottom: 0;
    font-weight: 500
}

.life-top .col-label, .motor-top .col-label {
    color: grey;
    font-family: Calibri-Bold;
    margin-bottom: 0;
    font-size: 17px
}

.life-top .btn-default, .life-top .form-control, .investment-top .form-control, .motor-top .form-control, .supertopup-filter .form-control {
    color: grey !important;
    font-size: 18px;
    border: none;
    padding: 0 15px 0 0;
    outline: 0 !important;
    box-shadow: none !important
}

.cyber-proposal-box .dropdown__select, .life-top .dropdown__select, .investment-top .dropdown__select, .life-top .multiselect-container {
    width: 100%;
    height: auto;
    overflow: auto;
    box-shadow: 0 1px 9.2px .8px rgb(0 0 0 / 8%);
    min-width: 100%;
    transition: .3s
}

.life-top .btn-default:before {
    position: absolute;
    right: 18px;
    top: 0;
    content: "\f107";
    color: #0a78b9;
    font: 24px/1 FontAwesome
}

.cyber-proposal-box .down-arrow, .life-top .down-arrow, .motor-top .down-arrow, .supertopup-filter .down-arrow, .investment-top .down-arrow {
    position: relative
}

    .life-top .down-arrow::after, .investment-top .down-arrow::after {
        position: absolute;
        right: 52px;
        top: 5px;
        content: "\f107";
        color: #0a78b9;
        font: 24px/1 FontAwesome;
        z-index: -1
    }

    .investment-top .down-arrow::after {
        right: 0px;
        z-index:0;
    }

.life-top .form-control-1 {
    font-family: Calibri-Bold;
    color: #6d6c6c !important
}

.life-top .sum-assured::after {
    content: "";
    border-right: 2px solid #ddd;
    height: 50px;
    position: absolute;
    right: 10px;
    top: 5px
}

.life-top .sum-assured .alert-text {
    position: absolute;
    bottom: 0;
    font-size: 14px;
    color: #dc3545
}

.life-top .sum-assured .edit-icon::after {
    position: absolute;
    right: 28px;
    bottom: 0;
    top: 35px;
    content: "\f044";
    color: #0a78b9;
    font: 18px/1 FontAwesome;
    z-index: 0;
    cursor: pointer
}

.life-top .alert-sum-assured {
    line-height: 1.1
}

.addon-side-icon, .life-top .caret, .life-top .dropdown-toggle::after, .supertopup-filter .caret, .supertopup-filter .dropdown-toggle::after {
    display: none
}

.life-top .multiselect-container {
    border: none;
    border-radius: 4px;
    padding: 10px 20px
}

    .life-top .multiselect-container > li > a {
        border: none;
        line-height: 1.8;
        background-color: #fff
    }

        .life-top .multiselect-container > li > a > label {
            color: #727272;
            padding: 3px 0 3px 20px
        }

    .life-top .multiselect-container > li.multiselect-group label {
        padding: 0;
        border-bottom: 1px solid #ddd;
        width: 100%;
        font-family: Calibri-Bold;
        margin-bottom: 5px;
        line-height: 2
    }

.life-top .open > .dropdown-menu, .supertopup-filter .open > .dropdown-menu {
    display: table
}

.cyber-proposal-box .dropdown__switch:checked + .dropdown__options-filter ~ .dropdown__select, .life-top .dropdown__switch:checked + .dropdown__options-filter .dropdown__select, .investment-top .dropdown__switch:checked + .dropdown__options-filter .dropdown__select, .motor-top .dropdown__switch:checked + .dropdown__options-filter ~ .dropdown__select, .supertopup-filter .dropdown__switch:checked + .dropdown__options-filter .dropdown__select {
    transform: scaleY(1)
}

.cyber-proposal-box .dropdown__options-filter, .life-top .dropdown__options-filter, .investment-top .dropdown__options-filter, .motor-top .dropdown__options-filter, .supertopup-filter .dropdown__options-filter {
    width: 100%;
    cursor: pointer;
    margin-bottom: 0
}

.life-top .dropdown__filter, .motor-top .dropdown__filter, .investment-top .dropdown__filter, .supertopup-filter .dropdown__filter {
    font-weight: 500;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    background-color: transparent
}

.cyber-proposal-box .dropdown__select, .life-top .dropdown__select, .investment-top .dropdown__select {
    position: absolute;
    top: 100%;
    left: 0;
    border: none;
    border-radius: 4px;
    padding: 0;
    transform: scaleY(0);
    transform-origin: top;
    z-index: 10;
    max-height: 330px
}

.life-top .dropdown__select-option, .investment-top .dropdown__select-option {
    padding: 5px 20px;
    background-color: #fff;
    transition: .3s
}

    .life-top .dropdown__select-option:last-of-type {
        border-bottom: 0
    }

.life-middle, .motor-middle, .supertopup-middle, .investment-middle {
    background-color: #f5f8fd;
    padding: 15px 0 50px !important;
}

    .life-middle .middle-top, .investment-middle .middle-top {
        background-color: #f5f8fd;
        position: sticky;
        top: 196px;
        z-index: 10;
        padding: 5px 10px
    }

    .investment-middle .middle-top {
        top: 179px;
    }

    .life-middle .middle-top p, .supertopup-middle .middle-top p {
        color: #666;
        font-size: 16px
    }

@media (max-width:1199px) {
    .life-middle .middle-top,
    .investment-middle .middle-top {
        position: static;
        padding: 5px 0px;
        margin-top: 0px;
    }
}

.life-middle .sort-plans label, .motor-middle .sort-plans label, .supertopup-middle .sort-plans label {
    color: #666;
    font-weight: 500;
    margin-bottom: 0;
    padding-right: 10px
}

.life-middle .sort-plans .form-control, .motor-middle .sort-plans .form-control, .supertopup-middle .sort-plans .form-control {
    width: auto;
    display: inline-block;
    height: 40px
}

.life-middle .middle-top button, .motor-middle .middle-top button, .supertopup-middle .middle-top button {
    margin-left: 15px;
    padding: 9px 18px;
    font-family: Calibri-Bold
}

.life-middle .life-quote, .motor-middle .motor-quote {
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 1px 9.2px .8px rgba(0,0,0,.08);
    margin: 15px 0 1px;
    position: relative;
    z-index: 9
}

.cyber-plans, .life-middle .life-addons {
    background-color: #f9f9f9;
    box-shadow: 0 1px 9.2px .8px rgba(0,0,0,.08);
    margin: 0 20px;
    padding: 10px 15px;
    border-radius: 0 0 5px 5px;
    font-size: 16px
}

    .life-middle .life-addons .custom-control-label, .supertopup-middle .supertopup-addons .custom-control-label {
        font-weight: 500;
        color: grey;
        font-size: 16px
    }

.life-middle .custom-control-input:checked ~ .custom-control-label::before, .motor-middle .custom-control-input:checked ~ .custom-control-label::before, .supertopup-middle .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #67ba01;
    background-color: #67ba01
}

.investment-main .investment-quote .col-box, .life-middle .life-quote .col-box, .motor-middle .motor-quote .col-box, .supertopup-middle .supertopup-quote .col-box {
    border-right: 1px solid #f5f5f5
}

.life-middle .life-quote .life-box {
    border-right: 1px solid #f5f5f5;
    padding: 5px 10px 10px;
    height: 100%
}

    .cyber-quote .cyber-box.flex-box, .life-middle .life-quote .life-box.flex-box, .motor-middle .motor-quote .motor-box.flex-box, .supertopup-middle .supertopup-quote .supertopup-box.flex-box {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column
    }

    .cyber-quote .cyber-box h2, .life-middle .life-quote .life-box h2, .motor-middle .motor-quote .motor-box h2, .plans-modal .life-box h2, .plans-modal .supertopup-box h2, .supertopup-middle .supertopup-quote .supertopup-box h2 {
        color: #0a78b9;
        font-family: Calibri-Bold;
        font-size: 24px
    }

    .breakup-info p, .cyber-quote .cyber-box p, .life-middle .life-quote .life-box p, .motor-middle .motor-quote .motor-box p, .plans-modal .life-box p, .plans-modal .motor-box p, .plans-modal .supertopup-box p, .premium-breakup .motor-box p, .supertopup-middle .supertopup-quote .supertopup-box p {
        color: #555;
        margin-bottom: 0;
    }

    .life-middle .life-quote .life-box .btn-premium, .plans-modal .life-box .btn-premium, .plans-modal .supertopup-box .btn-premium, .supertopup-middle .supertopup-quote .supertopup-box .btn-premium {
        font-family: Calibri-Bold;
        font-size: 26px;
        padding: 5px 15px;
        border-radius: 4px;
        outline: 0;
        height: 50px
    }

    .life-middle .life-quote .life-box .life-plans, .motor-middle .motor-quote .motor-box .motor-plans {
        background-color: #f0fbe9;
        padding: 3px 12px;
        border-radius: 4px;
        color: #7d7d7d;
        font-size: 16px;
        text-decoration: none
    }

.plans-modal .logo span {
    color: #555;
    padding-left: 5px
}

.plans-modal .nav-pills {
    background-color: #f5f5f5;
    position: relative
}

.plans-modal .tab-content {
    font-size: 16px;
    overflow: hidden
}

.plans-modal .tab-pane.active {
    animation: .6s ease-out slide-down
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateX(-100%)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.plans-modal .nav-pills .nav-link {
    color: #555;
    padding: 12px 0;
    margin: 0 15px
}

.plans-modal .nav-pills > li.active > a {
    color: #f67e32;
    background-color: #f5f5f5;
    border-radius: 0;
    font-family: Calibri-Bold
}

.plans-modal .slider-tab {
    display: inline-block;
    width: 198px;
    height: 2px;
    border-radius: 3px;
    background-color: #f67e32;
    position: absolute;
    z-index: 1200;
    bottom: 0;
    transition: .4s linear
}

.plans-modal .tab-content h6 {
    font-size: 16px;
    margin-top: 0;
    font-family: Calibri-Bold
}

.plans-modal .tab-content .table th {
    font-family: Calibri-Bold;
    background-color: #f5f5f5
}

.plans-modal .tab-content .download-docs {
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 150px;
    height: 150px;
    margin: 0 10px;
    text-align: center;
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer
}

.plans-modal .tab-content ul {
    padding: 0 20px;
    position: relative
}

    .plans-modal .tab-content ul li {
        margin: 5px 0
    }

        .investment-main .investment-addons p:before, .plans-modal .tab-content ul li:before {
            content: "";
            background-image: url(../../../../Images/IC/addon-check.png);
            height: 15px;
            width: 15px;
            background-repeat: no-repeat;
            position: absolute;
            left: 0;
            margin-top: 5px
        }

        .plans-modal .tab-content ul li ul li {
            list-style: circle
        }

            .plans-modal .tab-content ul li ul li:before {
                background-image: none
            }

.plans-modal .bg-light-box {
    background-color: #f8fdf9;
    font-family: Calibri-Bold;
    padding: 15px;
    border: 1px solid #ccc;
    margin: 15px 0;
    border-radius: 4px;
    display: inline-block
}

    .plans-modal .bg-light-box p {
        margin-bottom: 0px;
    }

.bonus-modal .close-button, .fund-modal .close-button, .plans-modal .close-button {
    position: absolute;
    right: 20px;
    top: 5px;
    z-index: 1
}

    .bonus-modal .close-button button, .fund-modal .close-button button, .plans-modal .close-button button {
        outline: 0
    }

.NCB label, .edit-info label, .share-quote label {
    font-family: Calibri-Bold;
    margin-bottom: 5px
}

.edit-info input[type=radio] + label {
    font-weight: 500;
    font-family: Calibri;
    margin-bottom: 0 !important
}

.cyber-proposal-box, .cyber-quote, .investment-leftbar {
    background-color: #fff;
    box-shadow: 0 1px 9.2px .8px rgb(0 0 0 / 8%)
}

.cyber-quote {
    border-radius: 8px;
    margin: 15px 0 1px;
    position: relative;
    z-index: 9
}

    .cyber-quote .cyber-box {
        border-right: 1px solid #f5f5f5;
        padding: 15px 10px;
        height: 100%
    }

        .cyber-quote .cyber-box .coverage-detail {
            background-color: #f0fbe9;
            padding: 3px 12px;
            border-radius: 4px;
            color: #7d7d7d;
            font-size: 16px
        }

        .cyber-quote .cyber-box .btn-premium {
            font-family: Calibri-Bold;
            font-size: 26px;
            padding: 5px 30px;
            border-radius: 4px;
            outline: 0;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center
        }

.coverage-modal h4, .cyber-plans h4, .cyber-proposal-box h4 {
    font-family: Calibri-Bold;
    color: #555;
    font-size: 19px
}

.breakup-info h4 {
    color: #555;
    font-size: 23px
}

.cyber-proposal-box {
    border-radius: 8px;
    padding: 15px;
    font-size: 16px
}

    .cyber-proposal-box label {
        font-family: Calibri;
        font-weight: 400;
        margin-bottom: 3px;
        font-size: 16px
    }

    .cyber-proposal-box .dropdown__filter {
        font-weight: 500;
        margin-bottom: 0;
        display: flex;
        align-items: center
    }

    .cyber-proposal-box .dropdown__options-filter::after {
        position: absolute;
        right: 5px;
        top: 8px;
        content: "\f107";
        color: #555;
        font: bold 16px/1 FontAwesome;
        z-index: 0;
        transition: .3s
    }

    .cyber-proposal-box .dropdown__select-option {
        padding: 5px 20px;
        background-color: #fff;
        transition: .3s
    }

        .cyber-proposal-box .dropdown__select-option:last-of-type {
            border-bottom: 0
        }

.investment-maindiv-box {
    display: grid;
    grid-template-columns: 275px 1fr
}

.investment-leftbar .sticky-top {
    top: 86px;
    z-index: 9
}

.investment-leftbar .name-gender {
    border-left: 0;
    border-right: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 2px 15px;
    border-radius: 0 50px 50px 0;
    margin: 30px 15px 30px 0
}

    .investment-leftbar .name-gender .form-control {
        color: #4d4c4c !important;
        font-size: 16px;
        border: none;
        outline: 0 !important;
        box-shadow: none !important;
        font-family: Calibri-Bold;
        padding: 0 0 0 15px
    }

.investment-leftbar .line::before {
    position: absolute;
    left: 0;
    top: 7px;
    content: "";
    height: 20px;
    background: #4d4c4c;
    width: 2px
}

.investment-leftbar select,
.investment-top select {
    background-image: url('../../../Images/IC/ic-images/down-arrow.png');
    background-repeat: no-repeat;
    background-position: center right
}

.investment-leftbar .filter {
    padding: 0 15px
}

    .investment-leftbar .filter .mb-40 {
        margin-bottom: 40px
    }

    .investment-leftbar .filter .form-control {
        color: #253858;
        font-size: 20px;
        padding: 0 15px 0 0;
        outline: 0 !important;
        box-shadow: none !important;
        border-bottom: 1px solid #dcdcdc;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-radius: 0;
        font-family: Calibri-Bold;
        height: 40px
    }

    .investment-leftbar .filter .rupee-sign,
    .investment-top .filter .rupee-sign {
        color: #253858;
        font-size: 20px;
        font-family: Calibri-Bold;
        position: absolute;
        top: 5px
    }

.investment-top .filter .rupee-sign {
    font-size: 18px;
}

.investment-leftbar .filter .per,
.investment-top .filter .per {
    color: #253858;
    position: absolute;
    top: 10px;
    left: 0
}

.investment-top .filter .per {
    top: 5px;
}

.investment-leftbar .filter .period-select,
.investment-top .filter .period-select {
    font-size: 14px;
    font-family: Calibri;
    border: none
}

.investment-leftbar .filter .policy-period,
.investment-top .filter .policy-period {
    background-color: #e8eaee;
    color: #253858;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 4px;
    position: absolute;
    right: 50px;
    top: 30px
}


.investment-top .filter .form-control {
    width: 100%;
    min-width: auto;
    font-size: 16px;
}

.investment-top .filter .period-select {
    font-size: 12px;
}

.investment-top .filter .policy-period {
    font-size: 12px;
    padding: 2px 6px;
    top: 30px;
    right: 40px;
}

.investment-top .col-label {
    margin-bottom: 0;
    font-size: 16px;
    color: grey;
    font-family: Calibri-Bold;
}

.investment-top-new .btn-default, .investment-middle .btn-default {
    background: #eee;
    border: 1px solid #eee;
    padding: 6px 20px;
    color: #979797;
    box-shadow: 0 0 3px #979797;
    font-size: 16px;
    outline: 0;
    border-radius: 10px
}

    .investment-top-new .btn-default.active, .investment-middle .btn-default.active {
        background: #004870 !important;
        color: #fff;
        border: 1px solid #004870 !important;
        outline: 0
    }

.investment-top-new .col-label, .investment-middle .col-label {
    color: grey;
    font-family: Calibri;
    font-weight: 500;
}

.investment-top-new .form-control, .investment-middle .form-control {
    width: auto;
    min-width: 120px;
    height: 40px
}

.investment-top-new .btn-share, .investment-middle .btn-share {
    margin-left: 10px;
    padding: 9px 8px;
    font-family: Calibri-Bold
}

.investment-main {
    padding: 30px 0
}

    .investment-main .investment-quote {
        border-radius: 8px;
        background-color: #fff;
        box-shadow: 0 1px 9.2px .8px rgb(0 0 0 / 8%);
        position: relative;
        z-index: 9;
        overflow: hidden
    }

        .investment-main .investment-quote .life-box {
            border-right: 1px solid #f5f5f5;
            padding: 20px 10px;
            height: 100%
        }

            .investment-buy .life-box p, .investment-main .investment-quote .life-box p {
                color: #555;
                font-size: 16px
            }

            .investment-main .investment-quote .life-box h2 {
                color: #0a78b9;
                font-family: Calibri-Bold;
                font-size: 22px
            }

            .investment-main .investment-quote .life-box.flex-box {
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
                text-align: center
            }

            .investment-main .investment-quote .life-box .btn-premium, .investment-plan-modal .life-box .btn-premium {
                font-family: Calibri-Bold;
                font-size: 24px;
                padding: 4px 40px;
                border-radius: 4px;
                outline: 0;
                height: 45px;
                text-transform: uppercase;
                display: inline-flex;
                align-items: center;
                justify-content: center
            }

        .investment-main .investment-quote .insurer-logo {
            max-width: 150px;
            height: 45px;
            display: flex;
            align-items: end;
            justify-content: center;
            margin: auto
        }

        .investment-main .investment-quote .quote-links {
            background-color: #f9f9f9;
            padding: 5px
        }

            .investment-main .investment-quote .quote-links a {
                font-family: Calibri-Bold;
                text-transform: capitalize;
                font-size: 16px
            }

                .claim-box ul li a:hover, .investment-main .investment-quote .quote-links a:focus, .investment-main .investment-quote .quote-links a:hover {
                    text-decoration: none
                }

    .investment-main .contact-box {
        background: #00689f;
        border-radius: 8px;
        padding: 10px;
        width: 100%
    }

    .investment-main .investment-addons {
        padding: 20px 30px;
        border-radius: 0 0 5px 5px;
        font-size: 16px
    }

        .investment-main .investment-addons p {
            position: relative;
            padding-left: 20px
        }


.investment-middle .investment-quote {
    margin: 15px 0 1px;
}

.investment-plan-modal .insurer-logo {
    max-width: 150px;
    height: 45px;
    display: inline-block;
    margin-right: 10px
}

@media (min-width:1199px) {
    .investment-plan-modal .modal-dialog {
        width: 1075px
    }
}

.bonus-modal .insurer-logo, .fund-modal .insurer-logo {
    max-width: 150px;
    height: 45px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.bonus-modal h5 {
    color: #0a78b9;
    text-transform: uppercase;
    font-size: 18px;
    font-family: Calibri-Bold
}

.bonus-modal th {
    background-color: #004870;
    color: #fff;
    font-family: Calibri-Bold;
    border: 1px solid #004870 !important
}

.fund-modal .btn-default {
    background: #eee;
    border: 2px solid #c3c3c3;
    padding: 2px 20px;
    font-size: 16px;
    outline: 0;
    color: #004870;
    font-family: Calibri-Bold
}

    .fund-modal .btn-default.fundbtnactive {
        background: #004870 !important;
        color: #fff;
        border: 2px solid #004870 !important;
        outline: 0
    }

.fund-modal .table {
    color: #747476
}

    .fund-modal .table > tbody > tr > td {
        padding: 4px 10px;
        font-size: 13px;
        text-align: center
    }

    .fund-modal .table th {
        background-color: #004870;
        color: #fff;
        font-family: Calibri-Bold;
        border: 1px solid #ddd;
        text-align: center;
        vertical-align: middle !important;
        padding: 5px 10px;
        font-size: 14px
    }

    .fund-modal .table .sub-heading {
        background-color: #d0d0d0;
        text-align: center;
        color: #000
    }

    .fund-modal .table .left-heading {
        width: 185px;
        font-family: Calibri-Bold;
        text-align: left
    }

.fund-modal .footer-text {
    color: #0a78b9;
    font-size: 16px;
    font-family: Calibri-Bold
}

.investment-buy .insurer-logo {
    max-width: 150px;
    height: 45px;
    display: flex;
    align-items: end
}

.investment-buy .life-box h2 {
    color: #0a78b9;
    font-family: Calibri-Bold;
    font-size: 20px
}

.investment-buy .col-label {
    font-size: 16px;
    color: #555;
    font-family: calibri;
    font-weight: 400;
    margin-bottom: 0
}

.investment-buy .np4, .investment-buy .np5 {
    color: #636363;
    font-size: 16px;
    font-family: calibri;
    width: 50%;
    cursor: pointer;
    text-align: center
}

.investment-buy h5 {
    font-size: 24px;
    color: #000;
    font-family: calibri-bold;
    position: relative;
    margin-bottom: 15px;
    margin-top: 0
}

    .investment-buy h5:before {
        content: "";
        background-color: #66ba00;
        width: 75px;
        height: 2px;
        float: left;
        position: absolute;
        bottom: -8px
    }

.investment-buy .np4 {
    border: 1px solid #013763;
    padding: 5px 15px;
    border-radius: 5px 0 0 5px;
    border-right: 1px solid #636363
}

.investment-buy .np5 {
    border: 1px solid #013763;
    padding: 5px 6px 5px 10px;
    border-radius: 0 5px 5px 0;
    border-left: none
}

.investment-buy .np6 {
    background: #013763;
    color: #fff !important
}

.motor-top .dropdown__select, .supertopup-filter .dropdown__select {
    height: auto;
    overflow: auto;
    min-width: 100%;
    z-index: 10;
    max-height: 330px
}

@media only screen and (min-width:1280px) {
    .investment-main {
        margin-left: -275px
    }
}

@media (min-width:1400px) and (max-width:1870px) {
    .investment-main .container {
        padding-left: calc(320px - ((100vw - 1320px)/ 2))
    }

    .investment-middle .container {
        padding-left: 15px
    }
}

@media (min-width:1280px) and (max-width:1399.98px) {
    .investment-main .container {
        padding-left: calc(320px - ((100vw - 1140px)/ 2))
    }

    .investment-middle .container {
        padding-left: 15px
    }
}

.claim-box h1 {
    color: #253356;
    font-family: Calibri-Bold;
    font-size: 48px;
    margin-top: 0;
    margin-bottom: 30px
}

.claim-box .ml-100 {
    margin-left: -100px
}

.claim-box ul, .no-quote ul {
    margin: 0;
    padding: 0
}

    .claim-box ul li {
        display: inline-block;
        padding-right: 40px;
        margin-bottom: 15px
    }

        .claim-box ul li:last-child {
            padding-right: 0
        }

        .claim-box ul li a {
            color: #3f3f3f;
            font-size: 20px;
            font-family: Calibri-Bold
        }

            .claim-box ul li a img {
                width: 50px
            }

.motor-top .basic-details li, .no-quote h6 {
    color: #4d4c4c;
    font-size: 18px;
    font-family: Calibri-Bold
}

.radio-box {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px
}

    .radio-box input {
        position: absolute;
        opacity: 0
    }

.checkmark1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    border: 1px solid #ccc;
    width: 18px;
    background-color: #fff;
    border-radius: 50%
}

.radio-box:hover input ~ .checkmark1 {
    background-color: #ccc
}

.checkmark1:after {
    content: "";
    position: absolute;
    display: none
}

.radio-box .checkmark1:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff
}

.motor-top .basic-details li {
    display: inline-block;
    line-height: 18px
}

.motor-top .ncb a, .premium-breakup .modal-title {
    font-family: Calibri-Bold
}

.motor-top .expiry-date:before {
    content: "";
    border-right: 2px solid #ddd;
    height: 20px;
    position: absolute;
    left: 15px;
    top: 5px
}

.motor-top .custom-control-label {
    font-weight: 400;
    font-size: 16px;
    width: calc(100% - 20px)
}

#EditBasicDetails .custom-control-input:checked ~ .custom-control-label::before, .motor-top .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #67ba01;
    background-color: #67ba01
}

.motor-top .dropdown__select-option:last-of-type, .supertopup-filter .dropdown__select-option:last-of-type {
    border-bottom: 0
}

.motor-top .dropdown__select .form-control {
    font-size: 16px
}

.motor-top select {
    background-image: url(../../../Images/IC/ic-images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: center right
}

.motor-top .dropdown__options-filter::after {
    position: absolute;
    right: 52px;
    top: 5px;
    content: "\f107";
    color: #0a78b9;
    font: 24px/1 FontAwesome;
    z-index: -1;
    transition: .3s
}

.motor-top .dropdown__switch:checked + .dropdown__options-filter::after {
    transform: rotate(180deg)
}

.motor-top .dropdown__select {
    position: absolute;
    top: 100%;
    left: 0;
    width: 300px;
    box-shadow: 0 1px 9.2px .8px rgb(0 0 0 / 8%);
    border: none;
    border-radius: 4px;
    padding: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: .3s
}

.motor-top .cng-premium .dropdown__select {
    width: 240px
}

.motor-top .dropdown__select-option {
    padding: 10px 15px;
    background-color: #fff;
    transition: .3s
}

.motor-top #Accessoriesid .dropdown__select-option label, .motor-top #PersonalAccidentid .dropdown__select-option .col-label {
    font-family: Calibri-Bold;
    margin-bottom: 0;
    color: #4d4c4c;
    font-size: 17px
}

.motor-top #AddOnsid.dropdown__select {
    max-height: initial
}

.motor-middle .middle-top p {
    color: #666;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.motor-middle .plan-heading {
    background-color: #e9eaee;
    color: #666;
    text-align: center;
    padding: 3px 0
}

.motor-middle .motor-quote .motor-box {
    border-right: 1px solid #f5f5f5;
    padding: 5px 10px 10px;
    height: 100%;
    min-height: 120px
}

    .motor-middle .motor-quote .motor-box.flex-box ul li {
        font-size: 16px;
        color: #0a78b9;
        margin-top: 5px
    }

        .motor-middle .motor-quote .motor-box.flex-box ul li img {
            width: 18px
        }

    .motor-middle .motor-quote .motor-box.plan-box h2 {
        font-family: Calibri;
        font-size: 20px
    }

    .motor-middle .motor-quote .motor-box .btn-premium {
        font-family: Calibri-Bold;
        font-size: 26px;
        padding: 5px 15px;
        border-radius: 4px;
        outline: 0;
        height: 50px;
        min-width: 150px
    }

        .motor-middle .motor-quote .motor-box .btn-premium.btn-bike {
            padding: 5px 15px;
            height: 40px;
            min-width: 125px;
            font-size: 22px
        }

    .motor-middle .motor-quote .motor-box .insurer-logo {
        max-width: 110px
    }

.motor-middle .motor-addons {
    background-color: #f9f9f9;
    box-shadow: 0 1px 9.2px .8px rgba(0,0,0,.08);
    margin: 0 20px;
    padding: 10px;
    border-radius: 0 0 5px 5px;
    font-size: 16px
}

@media (min-width:992px) and (max-width:1199px) {
    .motor-middle .motor-quote .motor-box h2 {
        font-size: 20px
    }

    .motor-middle .motor-quote .motor-box.plan-box h2 {
        font-size: 18px
    }

    .motor-middle .motor-quote .motor-box .insurer-logo {
        max-width: 90px
    }

    .motor-middle .motor-quote .motor-box .motor-plans {
        font-size: 14px
    }
}

.no-quote h6 {
    margin-top: 0;
    margin-bottom: 15px
}

.no-quote p, .premium-breakup ul li {
    font-size: 16px;
    color: #4d4c4c;
    margin-bottom: 0px;
}

.no-quote ul li {
    background-color: #fff;
    border-radius: .25rem;
    display: inline-flex;
    margin-right: 15px;
    margin-top: 10px;
    width: 100px;
    height: 55px;
    align-items: center;
    justify-content: center
}

.need-assistance {
    border: 2px solid #042946;
    padding: 20px;
    border-radius: 5px;
    background-color: #d8edff;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 24px
}

    .need-assistance h5 {
        color: #042946;
        font-family: Calibri-Bold;
        font-size: 24px;
        margin-top: 0
    }

    .need-assistance h6 {
        color: #042946;
        font-size: 24px;
        margin: 0
    }

.IDV h6, .premium-breakup h4 {
    font-size: 20px;
    font-family: Calibri-Bold
}

#MotorPlan.plans-modal .nav-pills .nav-link {
    margin: 0 10px
}

.IDV h6 {
    color: #0a78b9
}

.premium-breakup h4 {
    color: #337ab7;
    text-transform: uppercase
}

.premium-breakup .net-premium h5, .premium-breakup h6 {
    font-size: 18px;
    text-transform: uppercase;
    color: #337ab7
}

.premium-breakup h6 {
    font-family: Calibri
}

.premium-breakup ul {
    padding: 0;
    margin-bottom: 25px
}

    .premium-breakup ul li {
        display: flex;
        justify-content: space-between
    }

.premium-breakup .net-premium {
    border-top: 1px solid #e5f1fd;
    border-bottom: 1px solid #e5f1fd;
    margin-top: 15px;
    padding: .3rem 1.5rem
}

    .premium-breakup .net-premium h5 {
        font-family: Calibri-Bold
    }

.premium-breakup .total-premium {
    padding: 0 1.5rem
}

.premium-breakup span {
    color: #4d4c4c
}

.motor-plans-modal .close-button {
    right: 10px;
    top: 3px
}

.motor-plans-modal .motor-box h2, .premium-breakup .motor-box h2 {
    color: #4d4c4c;
    font-family: Calibri-Bold;
    font-size: 20px
}

.motor-plans-modal .motor-box .btn-premium {
    font-family: Calibri;
    font-size: 22px;
    padding: 5px 15px;
    border-radius: 4px;
    outline: 0;
    height: 40px;
    min-width: 130px
}

.motor-plans-modal .nav-pills {
    background-color: #fff;
    box-shadow: 0 4px 5.2px -2.2px rgba(0,0,0,.08);
    border-top: 1px solid #e6e6e6
}

    .motor-plans-modal .nav-pills .nav-link {
        border-radius: 0
    }

.motor-plans-modal .slider-tab {
    width: 138px
}

.motor-plans-modal .tab-content h6 {
    font-size: 16px;
    margin-top: 0;
    font-family: Calibri;
    background-color: #f6fafd;
    font-style: italic;
    padding: 5px 10px
}

@media (min-width:991px) {
    .plans-modal .modal-dialog {
        width: 975px
    }

    .bonus-modal .modal-dialog {
        width: 480px
    }

    .investment-buy .modal-dialog, .motor-plans-modal .modal-dialog {
        width: 700px
    }
}

@media (min-width:1200px) {
    .life-top, .motor-top, .investment-top {
        position: sticky;
        top: 56px;
        z-index: 99;
        box-shadow: 1px 3px 14px rgba(0,0,0,.05)
    }
}

@media (max-width:1200px) {
    .life-top .down-arrow::after {
        z-index: 1
    }

    .motor-top .dropdown__options-filter::after {
        right: 0;
        z-index: 0
    }
}

@media (max-width:991px) {
    .new_homepage .section-title h2 {
        font-size: 26px
    }

    .new_homepage .why-us .icon-box h4 {
        font-size: 22px
    }

    .new_homepage .clients .owl-carousel .owl-nav button.owl-prev, .new_homepage .learning-zone .owl-carousel .owl-nav button.owl-prev, .new_homepage .testimonials .owl-carousel .owl-nav button.owl-prev {
        left: 0
    }

    .new_homepage .clients .owl-carousel .owl-nav button.owl-next, .new_homepage .learning-zone .owl-carousel .owl-nav button.owl-next, .new_homepage .testimonials .owl-carousel .owl-nav button.owl-next {
        right: 0
    }

    .insure-assist-button, .insure-assist-button:after {
        width: 50px;
        height: 50px
    }

    .new_homepage .insure-assist h5, .new_homepage .insure-assist ul li {
        font-size: 18px
    }

    .new_homepage .insure-assist .sign-up {
        margin-top: 50px
    }

    .insure-assist-button {
        right: 10px;
        bottom: 70px;
        padding: 15px 0;
        top: auto
    }

        .insure-assist-button h3 {
            font-size: 12px
        }

    .new_homepage .learning-zone .insurance-box {
        margin: -50px auto 20px
    }

        .new_homepage .learning-zone .insurance-box:last-child {
            margin: -50px auto 0
        }

    .new_homepage .clients .owl-dots .owl-dot {
        margin-right: 5px;
        margin-left: 5px
    }

    .new_homepage .clients .owl-carousel .owl-stage-outer {
        padding-top: 0
    }

    .owl-carousel .owl-item {
        text-align: center
    }

    .new_homepage .clients .owl-carousel .owl-nav button.owl-next, .new_homepage .clients .owl-carousel .owl-nav button.owl-prev {
        top: -20px
    }

    .new_homepage .clients .item {
        width: 100px
    }

    #footer .footer-top {
        padding: 30px 0 0
    }

        #footer .footer-top .footer-info, #footer .footer-top .footer-links {
            margin-bottom: 30px
        }

        #footer .footer-top hr {
            margin-top: 0
        }

    .life-top .life-person {
        padding-bottom: 5px
    }

        .life-top .life-person li {
            padding: 0 10px 0 0
        }

    .life-middle .life-quote .life-box, .life-top .sum-assured::after, .motor-middle .motor-quote .col-box, .motor-top .expiry-date:before {
        border-right: none
    }

    .life-top .down-arrow::after {
        right: 18px
    }

    .investment-maindiv-box, .investment-plan-modal .plan-name {
        display: block
    }

    .investment-leftbar {
        padding-top: 1px
    }

        .investment-leftbar .sticky-top {
            width: 100%
        }

    .investment-main {
        padding: 15px 0;
        width: 100%
    }

        .investment-main .investment-quote {
            height: 100%
        }

            .investment-main .investment-quote .col-box, .investment-main .investment-quote .life-box {
                border-right: none;
                padding: 15px 5px
            }

                .investment-main .investment-quote .life-box p {
                    font-size: 14px
                }

                .investment-main .investment-quote .life-box h2, .motor-middle .motor-quote .motor-box h2, .need-assistance h5, .need-assistance h6 {
                    font-size: 20px
                }

    .claim-box .ml-100 {
        margin-left: 0
    }

    .claim-box h1 {
        font-size: 36px
    }

    .claim-box ul li a img {
        width: 40px
    }

    .motor-middle .sort-plans label, .motor-top .basic-details li, .motor-top .col-label, .motor-top .expiry-date, .motor-top .form-control, .motor-top .ncb, .premium-breakup .net-premium h5, .premium-breakup h4, .premium-breakup h6, .premium-breakup span {
        font-size: 16px
    }

    .motor-top hr {
        margin-bottom: 0
    }

    .motor-top .cng-premium .dropdown__select, .motor-top .dropdown__select {
        width: auto
    }

    .motor-middle .motor-quote {
        padding: 15px 0;
        font-size: 16px
    }

        .motor-middle .motor-quote .motor-box {
            border-right: none;
            padding: 10px;
            min-height: auto
        }

    .motor-middle .middle-top button {
        margin-left: 7px;
        padding: 9px 8px
    }

    .motor-middle .motor-addons {
        margin: 0 10px;
        font-size: 14px
    }

        .motor-middle .motor-addons ul li {
            margin-left: 0;
            width: 49%
        }

    .need-assistance {
        margin-top: 30px;
        font-size: 20px
    }

    .premium-breakup .net-premium {
        padding: .3rem .5rem
    }

    .premium-breakup .total-premium {
        padding: 0 .5rem
    }
}

@media (max-width:575px) {
    .plans-modal .logo span {
        display: block
    }

    .investment-top, .plans-modal .life-box p {
        font-size: 16px
    }

    .plans-modal .life-box h2 {
        font-size: 18px
    }

    .plans-modal .life-box .btn-premium {
        font-size: 24px;
        padding: 5px 10px
    }

    .plans-modal .slider-tab {
        display: none
    }

    .plans-modal .nav-justified .nav-item {
        flex-basis: auto;
        width: 100%;
        margin-left: 0
    }

    .plans-modal .nav-pills > li.active > a {
        border-bottom: 2px solid #f67e32
    }

    .plans-modal .nav-pills .nav-link {
        margin: 0;
        border-bottom: 1px solid #e5e5e5;
        border-radius: 0
    }

    .investment-top .btn-default {
        font-size: 14px
    }

    .investment-plan-modal .insurer-logo {
        display: block;
        margin: auto
    }

    .investment-plan-modal .plan-name {
        padding-bottom: 20px;
        text-align: center
    }

    .motor-middle .sort-plans {
        width: 100%
    }
}

@media (max-width:359px) {
    .header .insurecorrect_logo {
        max-height: 25px
    }

    .header_right li.dropdown .btn-success {
        font-size: 14px
    }

    .motor-middle .motor-addons ul li {
        width: 100%
    }

    .premium-breakup .net-premium h5, .premium-breakup h4, .premium-breakup h6, .premium-breakup span {
        font-size: 15px
    }
}

@media (max-width:767px) {
    #RenewPolicy .square-box {
        margin-right: 0
    }

    .claim-box h1 {
        font-size: 28px;
        margin: 15px 0
    }

    .claim-box ul li a {
        font-size: 18px
    }

        .claim-box ul li a img {
            width: 25px
        }

    .addon-side-bar, .addon-side-icon {
        z-index: 99;
        transition: .3s;
        position: fixed
    }

    .addon-side-icon {
        width: 35px;
        height: 90px;
        background-color: #337ab7;
        color: #fff;
        border-radius: 0 10px 10px 0;
        padding: 6px 0 0;
        top: 0;
        bottom: 0;
        margin: auto;
        left: -5px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        writing-mode: tb-rl
    }

    .addon-side-bar {
        background-color: #fff;
        left: 0;
        right: 0;
        top: 56px;
        width: 275px;
        height: 100%;
        transform: translateX(-275px);
        overflow: auto;
        padding: 10px
    }

        .addon-side-bar.active {
            transform: translateX(0)
        }

    .side-panel .addon-side-icon {
        left: 275px
    }

    .addon-side-icon i {
        transform: rotate(0);
        margin-top: 2px;
        transition: .3s;
        position: relative
    }

    .side-panel .addon-side-icon i {
        transform: rotate(180deg);
        right: 1px
    }

    .leftbar-overlay {
        background-color: rgba(52,58,64,.55);
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: none;
        z-index: 98;
        -webkit-transition: .2s ease-out;
        transition: .2s ease-out
    }

        .leftbar-overlay.active {
            display: block
        }
}

@media (max-height:700px) {
    .addon-scroll {
        overflow: auto;
        height: 300px
    }
}

.supertopup-filter .down-arrow::after {
    position: absolute;
    right: 52px;
    top: 5px;
    content: "\f107";
    color: #0a78b9;
    font: 24px/1 FontAwesome;
    z-index: 0
}

.supertopup-filter .dropdown__select {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    box-shadow: 0 1px 9.2px .8px rgb(0 0 0 / 8%);
    border: none;
    border-radius: 4px;
    padding: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: ease-in-out
}

.supertopup-filter .dropdown__select-option {
    padding: 5px 20px;
    background-color: #fff;
    transition: .3s
}

.supertopup-middle .supertopup-quote {
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 1px 9.2px .8px rgba(0,0,0,.08);
    position: relative;
    z-index: 9;
    height: 100%
}

.supertopup-addons {
    padding: 10px 15px;
    font-size: 16px;
    border-top: 1px solid #f5f5f5
}

.supertopup-middle .supertopup-quote .supertopup-box {
    padding: 15px 10px;
    min-height: 120px;
    height: 100%
}

    .supertopup-middle .supertopup-quote .supertopup-box.min-h-auto {
        min-height: auto
    }

        .supertopup-middle .supertopup-quote .supertopup-box.min-h-auto .btn-premium {
            font-size: 22px;
            height: 45px
        }

    .supertopup-middle .supertopup-quote .supertopup-box .custom-control {
        position: absolute;
        top: 7px;
        left: 10px
    }

    .supertopup-middle .supertopup-quote .supertopup-box .supertopup-plans {
        background-color: #f0fbe9;
        padding: 3px 12px;
        border-radius: 4px;
        color: #7d7d7d;
        font-size: 14px;
        text-decoration: none
    }

.supertopup-compare {
    position: absolute;
    background-color: #0c78ba;
    height: 45px;
    width: 140px;
    bottom: 150px;
    right: 0;
    border-radius: 60px 0 0 60px;
    padding: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 9
}

    .supertopup-compare span {
        background-color: #fff;
        margin-right: 10px;
        border-radius: 50%;
        padding: 5px
    }

.content-page h4 {
    color: #2980b9;
    font-size: 22px;
    font-family: 'Calibri-Bold';
    margin-top: 0;
    margin-bottom: 10px;
}

.content-page h6 {
    color: #333333;
    font-size: 18px;
    margin-top: 0;
    font-family: Calibri-Bold;
}

.content-page p {
    color: #333333;
    font-size: 18px;
    margin-bottom: 1rem;
}

.content-page ul {
    margin-bottom: 1rem;
}

.content-page .bullet li {
    list-style: disc;
    color: #808080;
}

.content-page .content-check {
    padding-left: 20px;
    position: relative;
}

    .content-page .content-check li {
        color: #333333;
        font-size: 18px;
        display: list-item;
        margin-bottom: 5px;
    }

        .content-page .content-check li:before {
            content: "";
            background-image: url('../../../Images/IC/content-check.png');
            height: 15px;
            width: 15px;
            background-repeat: no-repeat;
            position: absolute;
            left: 0;
            margin-top: 5px;
        }

.content-page .visitus .visitbox {
    background-color: #f4efeb;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.content-page .visitus .section-title h2 {
    font-family: 'Calibri-Bold';
}

    .content-page .visitus .section-title h2 span {
        background-color: #fff;
        position: relative;
        padding: 0px 20px
    }

    .content-page .visitus .section-title h2:before {
        content: "";
        background-color: #e5e5e5;
        width: 100%;
        height: 2px;
        position: absolute;
        left: 0px;
        top: 20px;
    }


.compare-quote-box {
    position: fixed;
    top: 30px;
    right: 0;
    z-index: 10;
    max-width: 200px;
    width: 200px;
    transform: translateX(200px);
    transition: ease .3s;
    margin: auto;
    height: calc(100vh - 60px);
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.compareBox-Quote {
    box-shadow: 0 1px 9.2px .8px rgba(0, 0, 0, .08);
    background-color: #fff;
    overflow: auto;
    width: 100%;
}


.compare-quote-box.open {
    transform: translateX(0px);
}

.compare-quote-box .compare-quote-box-header {
    background-color: #1978c1;
    padding: 10px 0px;
}

    .compare-quote-box .compare-quote-box-header h5 {
        margin: 0;
        color: #ffffff;
        text-align: center;
        font-family: 'Calibri-Bold';
        font-size: 18px;
    }

.compare-quote-box .compare-quote-box-logo {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 10px 20px 10px 10px;
}

    .compare-quote-box .compare-quote-box-logo img {
        max-width: 100px;
    }

    .compare-quote-box .compare-quote-box-logo a,
    .compare-quote-box .compare-quote-box-logo small {
        color: #555555;
        font-size: 14px;
        display: inline-block;
        line-height: normal;
        padding-top: 8px;
    }

.compare-quote-box .compare-quote-box-body p {
    color: #555555;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    max-width: 80%;
    margin: 15px auto;
}


.toggle-button input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.toggle-button label {
    cursor: pointer;
    text-indent: -150px;
    width: 50px;
    height: 25px;
    background: #c7c8c9;
    border-radius: 100px;
    position: relative;
    margin-bottom: 0;
    font-family: 'Calibri';
    font-weight: normal;
    color: #666;
}

    .toggle-button label:after {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        width: 15px;
        height: 15px;
        background: #fff;
        border-radius: 50%;
        transition: 0.3s;
    }

.toggle-button input:checked + label {
    background: #67ba01;
}

    .toggle-button input:checked + label:after {
        left: calc(100% - 5px);
        transform: translateX(-100%);
    }


.anim-loader {
    width: 100%;
    height: 10px;
    position: relative;
    -webkit-transition: color .3s .3s;
    transition: color .3s .3s;
    overflow: hidden;
    text-align: center;
    border-radius: 1px;
    border: none !important;
    margin: 10px 0
}

    .anim-loader:before {
        content: "";
        height: 80%;
        width: 80%;
        background-color: #dfe3e9;
        background: -webkit-linear-gradient(left,#dfe3e9 8%,#dfe3e9 18%,#ddd 28%);
        background: linear-gradient(to right,#dfe3e9 8%,#eff3f6 18%,#dfe3e9 28%);
        background-size: 400% 100%;
        -webkit-animation: 1s linear infinite loading;
        animation: 1s linear infinite loading;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
        border: none !important
    }

@keyframes loading {
    from {
        background-position: 100% 0
    }

    to {
        background-position: -100% 0
    }
}

@-webkit-keyframes ngdialog-fadeout {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes ngdialog-fadeout {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes ngdialog-fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes ngdialog-fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}
