@font-face {
    font-family: 'Rubik-Bold';
 src: url("../../../../../../content/dam/revampbagic/fonts/Rubik-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0-10FFFF;
}
 
@font-face {
    font-family: 'Rubik-Regular';
    src: url("../../../../../../content/dam/revampbagic/fonts/Rubik-Regular.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2084;
}
 
@font-face {
    font-family: 'Rubik-Light';
    src: url("../../../../../../content/dam/revampbagic/fonts/Rubik-Light.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2084;
}
 
html {
    font-size: 62.5%;
}
 
body {
    font-family: "Rubik-Regular";
}




    .GILI_slider_section{
        background: var(--Linear-3, linear-gradient(180deg, #005DAB 0%, #298BD0 100%));
    }
    .logo_navbar{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 0px;
        width: 93%;
        margin: 0 auto;
    }
   /* .logo_navbar p{
        color: #FFF;
        text-align: center;
        font-family: 'Rubik-Bold';
        font-size: 28px;
        font-style: normal;
        line-height: normal;
    }*/

.logo_navbar h1{
        color: #FFF;
        text-align: center;
        font-family: 'Rubik-Bold';
        font-size: 30px;
        font-style: normal;
        line-height: normal;
    width:100%;
    margin-right:10%
    }
    .ins_slider_wrapper{
        display: flex;
        justify-content: center;
        gap: 15px;
        padding: 40px 0px 100px;
    }
    .life_insurance_wrapper{
        text-align: center;
        width: 40%;
        border-radius: 12px;
        background: #FFF;
        box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
        padding: 35px 15px 60px;
    }
    .bajaj_allianz_title , .bajaj_ins_compony{
        color: #0072BC;
        text-align: center;
        font-family: AllianzB;
        font-size: 20px;
        font-style: normal;
        line-height: 100%; /* 20px */
        letter-spacing: 0.4px;
        padding: 10px 0px 0px;
    }
    .bajaj_ins_compony{
        font-size: 44px;
    }
    .insurance_types_slider{
        width: 30vw;
        margin: 0 auto;
        padding: 28px 0px 30px;
        min-height: 180px;
    }
    .insurance_types_slider div{
        text-align: -webkit-center;
    }
    .insurance_types_slider div p{
        color: #0072BC;
        text-align: center;
        font-family: 'Rubik-Regular';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 19.2px */
        letter-spacing: 0.32px;
        max-width: 95px;
    }
    .explore_btn{
        border-radius: 24px;
        background: #F89C30;
        padding: 10px 30px;
    }
    .explore_btn button{
        background: transparent;
        border: none;
        color: #FFF;
        text-align: right;
        font-family: 'Rubik-Bold';
        font-size: 16px;
        font-style: normal;
        line-height: 120%;
        letter-spacing: 0.32px;
        display: inline-flex;
    }
  

   

    .explore_btn button span img{
        width: 70%;
    }
    .slick-next, .slick-next:hover, .slick-next:focus {
        background: url("../../../../../../content/dam/bagic/gili/chevron-left.svg") no-repeat 0 0;
        transform: none;
    }
    .slick-prev, .slick-prev:hover, .slick-prev:focus {
        background: url("../../../../../../content/dam/bagic/gili/chevron-left.svg") no-repeat 0 0;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
    .slick-prev, .slick-next {
        width: 25px;
        height: 25px;
        top: 30%;
    }
    .slick-prev {
        left: -40px;
    }
    .slick-next{
        top: 25%;
    }
.slick-prev:before, .slick-next:before {

    color: unset !important;

}
    /* =====================card section======================= */

    .insurance_card_section{
        background: #0072BC;
        padding-bottom: 50px;
        padding-top: 55px;
    }
    .insurance_card_wrapper{
        display: flex;
    }
    .insurance_card_header{
        color: #FFF;
        text-align: center;
        font-family: 'Rubik-Bold';
        font-size: 32px;
        font-style: normal;
        line-height: 100%; /* 32px */
        letter-spacing: 0.64px;
        padding: 0px 40px 40px 40px;
    }
    .life_insurance_cards , .general_insurance_cards{
        width: 50%;
    }
    .card_main_section{
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
        gap: 18px;
        padding: 0px 20px;
    }
    .card_item{
        width: 40%;
        /* height: 425px; */
        border-radius: 8px;
        background: #FFF;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
        padding: 20px 10px;
        position: relative;
    }
    .plan_title{
        color: #0072BC;
        text-align: center;
        font-family: 'Rubik-Bold';
        font-size: 10px;
        font-style: normal;
        line-height: 117%; /* 14.04px */
        border-radius: 50px 0px 0px 50px;
        background: #E7F5FF;
        padding: 8px 14px;
        position: relative;
        right: -10px;
        top: -5px;
        float: right;
    }
    .allianz_ttile{
        color: #F89C30;
        font-family: 'Rubik-Regular' ;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; /* 15.6px */
        letter-spacing: 0.24px;
        display: block;
        margin-top: 18px;
    }
    .product_name{
        color: #0072BC;
        font-family: 'Rubik-Bold';
        font-size: 21px;
        font-style: normal;
        line-height: 130%; /* 28.6px */
        letter-spacing: 0.44px;
        margin: 5px 0px 8px;
    }
    .product_description{
        color: #828282;
        font-family: 'Rubik-Regular';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; /* 18.2px */
        /* margin-bottom: 25px; */
        min-height: 62px;
    }
    .product_benefit_section{
        border-top: 2px solid #c4c4c4;
        padding: 20px 10px 20px 0px;
        min-height: 180px;
    }
    .product_benefit_section div{
        display: flex;
        align-items: flex-start;
    /*align-items: center;*/
        gap: 10px;
        padding-bottom: 5px;
    }
    .product_benefit_section div p{
        color: #666;
        font-family: 'Rubik-Regular';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 16.8px */
        min-height: 35px;
   /* display: flex;*/
    align-items: center;
    }
    .card_item .orange_btn{
        border-radius: 39px;
        background: #F89C30;
        display: block;
        text-align: center;
        margin-bottom: 8px;
        padding: 8px;
    }
    .card_item .orange_btn button{
        color: #FFF;
        text-align: center;
        font-family: 'Rubik-Bold';
        font-size: 14px;
        font-style: normal;
        line-height: 120%; /* 16.8px */
        background: transparent;
        border: none;
        cursor: pointer;
    }
    .card_item .white_btn{
        border-radius: 39px;
        border: 1px solid #C4C4C4;
        background: #FFF;
        display: block;
        text-align: center;
        padding: 8px 5px;
    }
    .card_item .white_btn button{
        color: #4F4F4F;
        text-align: center;
        font-family: 'Rubik-Regular';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 16.8px */
        background: transparent;
        border: none;
        cursor: pointer;
    }
    .card_item::before{
        content: "";
        height: 5px;
        width: 88%;
        border-radius: 12px;
        background: #F89C30;
        position: absolute;
        top: -4px;
    }
    .insurance_card_wrapper hr{
    	 width: 1px;
    	background: #fff;
        position: relative;
        top: 35px;
    }

    .general_insurance_cards .card_main_section {
        justify-content: flex-start;
    }

	.arrow-icon{
    position: relative;
        top: 5px;

    }

    /* =====================gili footer section========================= */

    .gili_footer_section{
        background: #F9F9F9;
        padding: 50px;
    }
    .gili_footer_wrapper{
        display: flex;
        justify-content: center;
        gap: 20px;
    }
    .life_insurance_footer_section , .general_insurance_footer_section{
        border-radius: 12px;
        background: #FFF;
        box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.20);
        padding: 20px 30px;
        width: 40%;
    }
    .footer_heading{
        color: #0072BC;
        font-family: 'Rubik-Bold';
        font-size: 24px;
        font-style: normal;
        line-height: 120%; /* 28.8px */
        margin-bottom: 15px;
    }
    .footer_links{
        display: inline-flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
        width: 100%;
    }
    .footer_links a{
        color: #4F4F4F;
        font-family: 'Rubik-Regular';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 16.8px */
        border-radius: 40px;
        border: 1px solid #D9D9D9;
        text-decoration: none;
    padding: 4px 15px;
    }
    .gili_footer_wrapper ul{
        list-style: none;
        display: flex;
        padding-left: 0px;
    }
    .irdai_para{
        color: #4F4F4F;
        font-family: 'Rubik-Regular';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; /* 20.8px */
        margin: 30px 0px;
    }
    .address_content{
        display: flex;
        align-items: flex-start;
        gap: 6px;
        padding-bottom: 12px;
    }
    .address_content p{
        color: #4F4F4F;
        font-family: 'Rubik-Regular';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; /* 20.8px */
    }
    .contact_details{
        min-height: 65px;
    }
    .address_content p a{
        text-decoration: none;
        color: #000;
    }
    .stay_connected{
        color: #000;
        font-family:'Rubik-Regular';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 21px */
        letter-spacing: 0.14px;
    }

    .footer_bottom_section{
        width: 88%;
    margin: 0 auto;
        padding: 60px 0px 20px;
    }

    .footer_bottom_section p{
        color: #666;
        font-family: 'Rubik-Regular';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; /* 18.2px */
        padding-bottom: 10px;
    }
    .footer_bottom_section ul{
        padding-left: 22px;
        list-style: disc;
        color: #666;
        font-family: 'Rubik-Regular';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%; /* 18.2px */
    }
    .disclaimer_header{
        color: #4F4F4F !important;
        font-family: 'Rubik-Bold' !important;
        font-size: 20px !important;
        font-style: normal;
        line-height: 130%; /* 26px */
        text-align: center;
    }
    @media (max-width:480px){
        .insurance_types_slider {
            min-height: 150px;
        }
    .card_item {
            
            margin: 1%;
        }
    }

    @media (max-width:991px){
        .logo_navbar{
            background: #0072BC;
            box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
            display: flex;
            justify-content: space-around;
            align-items: center;
            padding: 20px 0px;
            width: 100%;
            margin: 0 auto;
        }
        h3 {
            font-size: 1rem !important;
            font-family: "Rubik-Bold";
        }
        .logo_navbar h1 {
            font-size: 16px;
            margin-right:-14%;
            width:30%;  
        }
        .logo_navbar img{
            max-width: 100%;
            width: 27%;
            margin-left:-11%;
        }
        .ins_slider_wrapper {
            flex-direction: column;
            padding: 0px 0px 30px;
        }
        .insurance_card_wrapper {
            flex-direction: column;
        }
        .gili_footer_wrapper {
            flex-direction: column;
        }
        .life_insurance_wrapper {
            width: 90%;
            margin: 0 auto;
            background: transparent;
            box-shadow: none;
            padding: 20px 15px 10px;
        }
        .insurance_types_slider {
            width: 100%;
            border-radius: 12px;
            background: #FFF;
            box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
            padding: 28px 15px 30px 15px;
            margin-bottom: 30px;
        }
        .insurance_types_slider div p {
            font-size: 12px;
        }
        .bajaj_allianz_title, .bajaj_ins_compony {
            color: #fff;
            font-size: 14px;
            line-height: 64%;
        }
        .bajaj_ins_compony {
            font-size: 24px;
            margin-bottom: 20px;
        }
        .slick-next {
            right: 0px;
            top: 26% !important;
        }
        .slick-prev {
            left: 0px;
        }
        .insurance_card_header {
            margin-right: 0px !important;
            margin-left: 0px !important;
            font-size: 24px;
            padding: 25px 5px 20px 5px;
        }
        .life_insurance_cards, .general_insurance_cards {
            width: 100%;
        }
        .card_item {
            width: 80%;
           /* margin: 1%;*/
        }
        .card_main_section {
            display: -webkit-box;
            overflow-x: auto;
            flex-wrap: nowrap;
        }
        .insurance_card_wrapper hr {
            display: none;
        }
        .insurance_card_section {
            padding-top: 15px;
        }
        .card_main_section::-webkit-scrollbar{
            display: none;
        }
        .footer_heading {
            font-size: 20px;
        }
        .gili_footer_section {
            padding: 20px;
        }
        .life_insurance_footer_section, .general_insurance_footer_section {
            padding: 20px 12px;
            width: 95%;
            margin: 0 auto;
        }
        .footer_links {
            width: 100%;
        }
        .irdai_para  , .footer_links a , .stay_connected{
            font-size: 12px;
        }
        .address_content p {
            font-size: 14px;
        }
        .disclaimer_header {
            font-size: 16px !important;
        }
        .footer_bottom_section p , .footer_bottom_section ul{
            font-size: 12px;
        }
        .footer_bottom_section ul {
            padding-left: 12px;
        }
        .footer_bottom_section {
            width: 88%;
        }
    }

    @media (min-width:992px) and (max-width:1366px){
        .product_name {
            font-size: 15px;
        }
        .product_benefit_section div p {
            font-size: 12px;
        }
        .plan_title {
            font-size: 7px;
            padding: 8px 6px;
            right: -10px;
            top: -8px;
        }
		.product_description {
            /* margin-bottom: 12px !important; */
        }
    	.product_benefit_section {
            padding: 20px 10px 0px 0px !important;
            min-height: 180px !important;
        }
    }

    .submit {
        width: 29%;
        text-align: center;
        padding: 3%;
        /* align-items: center; */
        /* background: orange; */
    }
    .btn {
        background: #f89c30;
        padding: 8px 30px 10px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        border-radius: 50px;
        color: white;
        font-size: 1.8rem;
        display: inline-block;
        clear: both;
        position: relative;
        overflow: hidden;
        z-index: 1;
        text-align: center;
        border: 1px solid #f89c30;
        font-family: "Rubik-Regular";
        letter-spacing: 1px;
    }

    a {
        text-decoration: none;
        outline: none;
        color: #005596;
        cursor: pointer;
    }

    
.btn:before {
    content: '';
    z-index: -1;
    background: white;
    position: absolute;
    top: 50%;
    right: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: scale3d(1, 2, 1);
    -moz-transform: scale3d(1, 2, 1);
    -ms-transform: scale3d(1, 2, 1);
    -o-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.btn:hover:before { -webkit-transform: scale3d(10, 9, 1); -moz-transform: scale3d(10, 9, 1); -ms-transform: scale3d(10, 9, 1); -o-transform: scale3d(10, 9, 1); transform: scale3d(10, 9, 1) }

.btn:hover {
    color: #f89c30;
}
.btn span:hover {
    color: #f89c30;
}
a:hover {
    text-decoration: none;
}

.expbtn {
    font-size: 1.6rem;
    color: white;
    font-family: "AllianzB;
    border-radius: 24px;
    background: #F89C30;
    padding: 10px 30px;
    padding: 10px 50px 10px 30px;
    border-radius: 30px;
    position: relative;
    display: inline-block;
}
/* .explore_btn{
    border-radius: 24px;
    background: #F89C30;
    padding: 10px 30px;
} */
.expbtn:after {
    content: "";
    position: absolute;
    right: 25px;
    background: url(../../../../../../content/dam/bagic/gili/arrow.svg) no-repeat 0 0;
    background-size: 90%;
    width: 15px;
    height: 9px;
    display: block;
    top: 54%;
    transform: translateY(-50%);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.expbtn:hover:after{
    right: 20px;
  
}

h3{
    font-size: 1.5rem;
    font-family: "Rubik-Regular";
    font-weight:500;
}
ul.footerlist li {
    list-style-type: disc;
    font-size: 14px;
}